﻿.ui-widget-content-a
{
	background-image: none;
	color: White;
	background-color: rgb(78,115,127);
	border: none;
}

/* Header */
.DropDownFrame
{
	top: 48px;
}

#header.ui-widget-header
{
	border-bottom: none;
}

.DropDownFilter, .DropDownFilter .DatePickerButtonGroup
{
	background-color: rgb(78,115,127);
}
.DatePickerButton .ui-button-text { padding: 4px; }

.ui-dialog .ui-dialog-titlebar-close
{
	height: 16px;
	width: 16px;
}

.PortalMenuText
{
	color: white;
}

#UserActivityFilters fieldset legend { color: White; }


/* Logon */
html
{
	height: 100%;
}

body.Logon
{
	background-color: rgb(224,224,224);
	background-image: Url(../Content/images/CCB.svg);
	background-repeat: no-repeat;
	background-size: 90%;
	background-position-x: 20%;
    	background-position-y: 90%;    	
}

.Logon #header
{
	display: none;
}

/* Do not override the Mobile Css rules */
@media only screen and (min-device-width: 480px)
{
	#logon.LogonPanel
	{
		position: static;
		margin-left: auto;
		margin-right: auto;
		width: 300px;
		font-size: 1.5em;
	}

	.Logon #PasswordWrapper
	{
		width: 100%;
		position: relative;
		top: 290px;
		padding-top: 30px;
		height: 300px;
	}

	.Logon #main
	{
		margin: 0px;
	}

	#logon .buttons
	{
		right: inherit;
		width: 100%;
		margin: 0px;
	}

	#logon.LogonPanel input
	{
		border: 1px solid rgba(0,0,0,0.1);
		height: 40px;
		border-radius: 3px;
		text-align: center;
		color: rgb(34, 80, 95);
		-webkit-text-fill-color:  rgb(34, 80, 95);
	}

	#logon.LogonPanel input[type='text'], #logon.LogonPanel input[type='password']
	{
		height: 34px;
		margin: 0px;
		padding: 0px;
		padding-top: 3px;
		padding-bottom: 3px;
		margin-bottom: 15px;
		width: 100%;
		background-color: rgb(255,255,255) !important;
		box-shadow: 0 0 0px 1000px white inset;
	}

	#logon.LogonPanel .buttons input[type='submit']
	{
		width: 101%;
		text-transform: uppercase;
		background-image: none;
		background-color: white;
		color: rgb(50,50,50);
	}

	#logon.LogonPanel #Login
	{
		width: 101%;
		text-transform: uppercase;
	}

	input:-webkit-autofill
	{
		box-shadow: 0 0 0px 1000px white inset;
	}
}

body { background: white; }

/* DataTables */
.TFPPanel,
table.TFPTable
{
	background-color: rgb(78,115,127);
}

html body div.dataTables_scroll, html body table.TFPTable
{
	border-left: 1px solid rgb(78,115,127) !important;
	border-right: 1px solid rgb(78,115,127) !important;
}

.dataTables_wrapper .ui-widget-header
{
	background-image: none;
	background-color: rgb(78,115,127);
}

.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next
{
	color: white !important;
}

/* Icon colors */
.TFPTable td .ButtonList li .ui-icon { background-image: url(../Content/images/ui-icons_22505F_256x240.png); }

.ui-icon.Disabled,
.TFPTable td .ButtonList li.Disabled .ui-icon
{ background-image: url(../Areas/Core/Content/Images/ui-icons_cccccc_256x240.png); }

thead.DataTableThead.ui-widget-header, .dataTable.ui-widget-content { border: none; }

button, .ui-button span, input[type='submit'], input[type='button'] { font-size: 0.9em; }

/* Custom fonts */
@font-face
{
	font-family: 'DinNextRegular';
	src: url('../Content/Fonts/DINNextLTPro-Regular.eot');
	src: url('../Content/Fonts/DINNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('../Content/Fonts/DINNextLTPro-Regular.woff2') format('woff2'),
		url('../Content/Fonts/DINNextLTPro-Regular.woff') format('woff'),
		url('../Content/Fonts/DINNextLTPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'DinNextBold';
	src: url('../Content/Fonts/DINNextLTPro-Bold.eot');
	src: url('../Content/Fonts/DINNextLTPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('../Content/Fonts/DINNextLTPro-Bold.woff2') format('woff2'),
		url('../Content/Fonts/DINNextLTPro-Bold.woff') format('woff'),
		url('../Content/Fonts/DINNextLTPro-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Use bold font instead of making the regular font bold. Bold makes regular look smudgy */
table thead th,
table td.bold,
.ui-toolbar .dataTables_info .Bold,
.TFPTable thead th,
.TFPTable tfoot tr td.GuaranteedHours,
.outerscrolltable thead th,
.outerscrolltable2 div.SchedulingGroup,
h1,
H2,
H3,
H4,
.h4,
.PortalGridMenuText,
.PortalMenuText,
.MenuItem,
td.eventsOnTrip,
td.driverAssigned,
#ordersPanel #unresolvedTable td.releaseOveraccounted,
#ordersPanel #unresolvedTable td.releaseUnaccounted,
#terminalCalendarDetailsPanel .terminalCalendarDetailsTitle,
div#NotificationTable table td,
#GreenergyCustomerWelcomeScreen span.NotificationDate,
.ui-widget-header,
b,
caption,
.ui-toolbar .LengthWrapper ul li.ui-selected,
.VerticalLabelValue .Head,
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,
#viewDeleteDetails div.AssociatedRolesMessage,
.DashboardButtons li,
.KOLabelTable .KOLabelText,
.KOLabelTable .KOLabelSubText,
.KOLabelTable .KOLabelHeader,
#dropboxDiv
{
	font-family: 'DinNextBold';
	font-weight: normal;
}

#title { background-color: rgb(34,80,95); }

.ui-widget-footer { background-color: rgb(64,69,69) !important; }

#menucontainer #menu .submenu { border: 1px solid white; }

.IconWrapper { height: 20px; }

/* Use different stoplist status colors */
html body #MobileTripList li.Stop.Scheduled .LeftIcon:after
{
	background-color: rgb(255, 255, 255);
}

html body #MobileTripList li.Stop.WorkStarted .LeftIcon:after
{
	background-color: #32b432;
}

html body #MobileTripList li.Stop.WorkDone .LeftIcon:after
{
	background-color: #32b432;
}

html body #MobileTripList li.Stop.Completed .LeftIcon:after
{
	background-color: rgb(0, 0, 0);
}
/*Use different statuChange segment colors*/
	a.ui-link.ui-btn.ChangeStatusAnchor.StatusChange-workstarted.ui-btn-icon-top.ui-icon-info {
    background-color: #32b432;
	}
		
	a.ui-link.ui-btn.ChangeStatusAnchor.StatusChange-workdone.ui-btn-icon-top.ui-icon-info {
    background-color: #32b432;
	}
/*Use different POS segment colors
	.GoToStopPoS {
    background-color: #9A1447 !important;
	}
	*/
/*Hide finish trip button*/
html body .FinishTripListButton.ui-btn.ui-shadow.ui-corner-all
{
display: none !important;
}

/*Hide green star in stoplist (no snapshot icen) */
body #MobileTripList ul li.NewStop a.ui-icon-arrow-r:after {
   background-color: rgba(0,0,0,.15);
   background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C7%207%2C0%207%2C5%200%2C5%200%2C9%207%2C9%207%2C14%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

/* Hide Bookmark from menu*/
html body .Bookmark
{
display: none !important;
}

/* Hide TripPOS from menu */
html body #TripStatusChangeViewMenuAnchor
{
display: none !important;
}

/* Hide StopPOS from menu */
html body #StatusChangeViewMenuAnchor
{
display: none !important;
}

/* Change text message colors*/
html body .OverlayHoverFooter
{
background-color: red !important;
}

/* Hide comment from weatherJobsiteConditions*/
html body .SubId-WeatherJobSiteDeviations .DeviationCommentArea
{
display: none !important;
}

#EventSelect-button {
    pointer-events: none;
}