*{
  font-family: Arial;
}
body{
  min-width: 1024px;
  font-size: 12px;
}
td,th,div,form,input,textarea,select{
  font-size: 12px;
}
.droppable-above {
    border-top: 3px solid #00CC00;
}

.droppable-below {
    border-bottom: 3px solid #00CC00;
}

h1{
  font-size: 18px;
  margin: 0 0 10px 0; 
  text-shadow: 1px 0 0 #CCCCCC;
}
h2{
  font-size: 16px;
  margin: 0 0 10px 0; 
  text-shadow: 1px 0 0 #CCCCCC;
}
h6{
  color: #CC0000; 
  font-size: 16px;
  float: left;
  margin: 0;
}



a{
  color: #015A84;
  font-weight: bold;
}
#Header{
  position: fixed;
  padding: 5px;
  top: 0;
  left: 0;
  background: #1D1D1D;
  height: 30px!important;
  width: 100%;
  border-bottom: 1px solid #3F3F42; 
  z-index: 999;
  min-width: 1024px;
}
#Header .RightInfo{
  float: right;
  white-space: nowrap;
  margin-right: 15px;
}


.LanguageSelector{
  display: block;
  float: left;
  height: 32px;
  line-height: 32px;
  padding: 0 10px 0 0;
  border-right: 1px solid #3F3F42;
  margin: 0 10px 0 0; 
  font-weight: bold;
}
#SystemLanguage{
  background: #3F3F42;
  color: #FFFFFF;
}



.UserInfo{
  display: block;
  float: left;
  height: 32px;
  line-height: 32px;
  color: #FFFFFF;
  padding: 0 10px 0 0;
  margin: 0 0 0 10px; 
  font-weight: bold;
}
.UserInfo span{
  color: #DF0000;
}

a.InternalMessageHeaderNotifications{
  display: block;
  float: left;
  height: 32px;
  line-height: 32px;
  color: #FFFFFF;
  display: block;
  float: left;
}


.TranzitStatusContainer{
  display: block;
  float: left;
  height: 32px;
  line-height: 32px;
  color: #FFFFFF;
  display: block;
  float: left;
}
.TranzitStatusContainer a{
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  border-radius: 3px;
  color: #FFFFFF;
  margin: 0 5px 0 0;
  font-weight: normal;
}

.HeaderStageContainer{
  display: block;
  float: left;
  height: 32px;
  line-height: 32px;
  color: #FFFFFF;
  display: block;
  float: left;
}
.HeaderStageContainer a{
  background: #FF0000;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  border-radius: 3px;
  color: #FFFFFF;
  margin: 0 5px 0 0;
  font-weight: normal;
}

a.HeaderMessage{
  background: #FF0000;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  border-radius: 3px;
  color: #FFFFFF;
  margin: 6px 5px 0 0;
  font-weight: normal;
}


#Header .Help{
  float: left;
  display: inline-block;
  height: 32px;
  line-height: 30px;
  color: #FFFFFF;
  font-weight: bold;
  padding: 0 40px 0 10px;
  background: url('../images/icon/help.png') right top no-repeat;
  text-shadow: 1px 0 0 #666666;
  border-left: 1px solid #3F3F42;
  margin-left: 10px;
  opacity: 0.5; filter: alpha(opacity = 50);
}
#Header .Help:hover{opacity: 1; filter: alpha(opacity = 100); }

#HelpWindow{
  display: none;
  cursor: pointer;
  position: fixed;
  width: 300px;
  right: 5px;
  top: 45px;
  background: #F0F0F0;
  font-size: 12px;
  padding: 10px;
  border: 1px solid #FF9100;
  border-radius: 3px;
  max-height: 500px;
  overflow-x: none;
  overflow-y: auto;
}

.Logout{
  float: left;
  display: inline-block;
  height: 32px;
  line-height: 30px;
  color: #FFFFFF;
  font-weight: bold;
  padding: 0 40px 0 0;
  background: url('../images/logout.png') right top no-repeat;
  text-shadow: 1px 0 0 #666666;   
  opacity: 0.5; filter: alpha(opacity = 50);
}
.Logout:hover{ opacity: 1; filter: alpha(opacity = 100); }

#Header .ApplicationVersion{
  float: right;
  height: 32px;
  line-height: 32px;
  white-space: nowrap;
  margin: 1px 15px 0 0!important;
  color: #FFFFFF;
  font-weight: bold;
}


#Navigation{
  position: fixed;
  top: 41px;
  left: 0;
  height: 100%;
  background: url('../images/navigation.jpg');
  overflow: hidden;
  z-index: 900000;
}
.NavigationClosed{
  display: none;
}
#Navigation ul{
  list-style-type: none;
  margin: 0 0 5px 0;
  padding: 0;
}
#Navigation ul li{
  padding-left: 15px;
  line-height: 30px;
  border-bottom: 1px solid #212123;
}

#Navigation ul li a{
  font-size: 13px;
  text-shadow: 0 2px 0 #000000;
  font-weight: bold;
}
  
#Navigation ul li ul li{
  line-height: 20px;
  border-bottom: 0px solid #CCCCCC;
}
#Navigation ul li ul li a{
  font-size: 12px;
  text-shadow: 0 2px 0 #000000;
  font-weight: bold;
}
#Navigation ul li ul li ul li a{
  font-size: 11px;
  text-shadow: 0 1px 0 #000000;
  font-weight: bold;
}

#Navigation a{
  color: #FFFFFF;
}
#Navigation a.current{
  color: #DF0000!important;
}
#Navigation a.Group{
  color: #CCCCCC;
}
#Navigation a.GroupFixed{
  color: #CCCCCC;
  cursor: default;
}


#Content{
  border: 0px solid #CDCDCD;
  padding: 5px;
  margin-right: 5px;
}

a{
  text-decoration: none;
}

table.Invisible{
  padding: 0;
  margin: 0;
  border: 0;
}
table.Invisible tr td{
  padding: 0;
  margin: 0;
  border: 0;
}

.ContentContainer{
  border: 1px solid #CAC9C9;
  padding: 10px;
}

span.Highlight{
  color: #CC0000;
}
.HighlightOutstanding{
	color: #CC0000;
	font-size: 16px; 
	text-align: left!important;
}

.ListTable {border-top: 1px solid #cac9c9!important; border-left: 1px solid #cac9c9; margin: 0 0 10px 0;}
.ListTable td{border-right: 1px solid #cac9c9; border-bottom: 1px solid #cac9c9; padding: 5px;}

.ListTable tr.Bold td{
  font-weight: bold;
}
.ListTable tr.Header th{
  font-size: 16px;
  text-align: left;
  line-height: 30px;
}
.ListTable tr.Selected td{ background: #96FB8F!important; }
.ListTable tr.Hovered:hover td{ background: #F6F6F6; }
.ListTable tr.Hand:hover td{ cursor: pointer; }
.ListTable tr.Highlight1 td{ background: #F6F6F6; }
.ListTable tr.Highlight2 td{ background: #D1FCCF; }
.ListTable tr.HighlightWarning th,.ListTable tr.HighlightWarning td{ background: #ff7575;}
.ListTable tr.HighlightWarningMarketLevel1 td{ background: #fc8f8f;}
.ListTable tr.HighlightWarningMarketLevel2 td{ background: #f9a7a7;}
.ListTable tr.HighlightWarningMarketLevel3 td{ background: #FF4444;}

.ListTable tr.HighlightOk th,.ListTable tr.HighlightOk td{ background: #75ff75; }
.ListTable tr.Highlight3 th,.ListTable tr.Highlight3 td{ background: #F3F5CE; }

.ListTable tr.HighlightLightWarning td{ background: #ff9595; }
.ListTable tr.HighlightLightOk td{background: #95ff95; }

.ListTable tr.inactive{opacity: 0.6; filter: alpha(opacity = 60); }
.ListTable tr td.inactive,.ListTable tr th.inactive{opacity: 0.4; filter: alpha(opacity = 40); }
.ListTable tr.light{opacity: 0.4; filter: alpha(opacity = 40);}
.ListTable tr.zoom{
  zoom: 140%;
}

td.Highlight{
	background: #ff7575!important ;
}
td.HighlightYellow{
	background: #F8FABF!important ;
}
td.HighlightWarning{
	background: #ff7575!important ;
}
td.HighlightOk{
	background: #75ff75!important ;
}

td.WinnedJobCount{
	background: #95ff95!important;
}
.ListTable tr.alt0 td{
	
}
.ListTable tr.alt1 td{
	background: #EEEEEE;
}


.ListTable tr th{
  border-right: 1px solid #cac9c9; 
  border-bottom: 1px solid #cac9c9; 
  background: #EDEDED;
  height: 20px;
  padding: 5px;
}
.ListTable tr.Highlight th{
  background: #F6F6F6; 
}
.ListTable tr th.left{
  text-align: left;
}
.ListTable tr th.right{
  text-align: right;
}
.ListTable tr th.center{
  text-align: center;
}
.ListTable tr td.center{
  text-align: center;
}
.ListTable tr{
  background: #FDFDFD;
  height: 29px;
}
.ListTable tr.FieldGroup th{
  padding: 0 5px;
  line-height: 20px;
}
.ListTable tr.FieldGroup th a.control,.ListTable tr.FieldGroup th input{
  padding: 1px 7px!important;
}
.ListTable tr.Arhived td{
  opacity: 0.5; filter: alpha(opacity=50);
}
.ListTable tr.FieldGroupHighlight th{
  color: #CC0000;
  font-size: 14px;
  text-align: left;
}

.ListTable span.error{
  margin-left: 20px;
  color: #CC0000; 
  font-style: italic;
}
.ListTable span.note{
  margin-left: 10px;
  color: #888888;
  font-style: italic;
}

.FilterAbc{
  font-size: 10px;
  display: inline-block;
  margin-right: 3px;
  cursor: pointer;
}
.FilterUsed{ background: #FBFAB2; }

input.Number{
  text-align: right;
}
.Error{
  border: 1px solid #CC0000!important;
}
input.readonly{
  color: #666666;
  background: #F9F9F9;
}
input.readonlyHeader{
  background: #EDEDED;
  border: 1px solid #EDEDED!important;
  font-size: 16px;
  color: #CC0000;
  font-weight: bold;
}
span.Special{
  font-size: 16px;
  color: #CC0000;
  font-weight: bold;
}

input[type=text],input[type=password] {
  border: 1px solid #CCCCCC; 
  padding: 1px 5px; 
  border-radius: 3px; 
  height: 20px;
  line-height: 20px;
  width: 220px;
  margin: 0;
}
input[type=checkbox]{
}
textarea{
  border: 1px solid #CCCCCC; 
  padding: 1px 5px; 
  border-radius: 3px; 
  width: 220px;
  margin: 0;
}
select {border: 1px solid #CCCCCC; padding: 2px; border-radius: 2px;}
input.Number{text-align: right; width: 40px;}

textarea.Line{
   height: 20px; 
   line-height: 20px;
   overflow-y: hidden;
}

.control{
  background: #e3e3e3;
  padding: 4px 7px;
  text-decoration: none;
  border: 1px solid #cac9c9;
  color: #292929;
  font-size: 12px;  
  font-weight: bold;
  margin: 1px!important;
  cursor: pointer;
  outline: 0; 
  white-space: nowrap;
  display: inline-block;
  line-height: 17px;
}
.controlDisabled,.controlDisabled:hover{
  color: #CCCCCC;
  background: #e3e3e3!important;
  cursor: default;
}
.control:hover{
  background: #cac9c9;
}
.controlWarning{
  background: #FAC3C3;
}
.controlWarning:hover{
  background: #F98787;
}
.ctrWarning{
	background: #ffc107;
}
.ctrWarning:hover{
	background: #ffc107;
	opacity: 0.8; filter: alpha(opacity=80);
}

.ctr-sm{
	padding: 2px 4px;
}

.controlOk{
  background: #8FDA87;
}
.controlOk:hover{
  background: #48CD3A;
}

.controlTranslate{
  position: fixed;
  left: 5px;
  top: 5px;
  text-align: center;
  width: 11px;
  z-index: 9999;
  font-weight: bold;
}

#TabContainerOverlay{
  position: absolute;
  left: 0px; top: 0px; width: 0px; height: 0px; 
  z-index: 998;
  opacity: 0.2; filter: alpha(opacity=20);
  background: #E0E37B;
  font-size: 28px;
  color: #FF0000;
  font-weight: bold;
  text-align: center;
}
.TabContainer{
	display: inline-block;
	min-width: 97%;
  position: relative;
  border: 1px solid #292929;
  padding: 10px;
}
.TabContainer h2{
  margin: 0;
  padding: 0 0 0 5px;
  font-size: 16px;
  line-height: 30px;
  color: #292929;
  text-shadow: 0 1px 0 #FFFFFF;
}
.tab{
  background: #cac9c9;
  padding: 6px 10px;
  text-decoration: none;
  border-top: 1px solid #292929;
  border-left: 1px solid #292929;
  border-right: 1px solid #292929;
  border-bottom: 0px solid;
  border-radius: 5px 5px 0 0; 
  color: #292929;
  font-size: 13px;  
  font-weight: bold;
  margin-right: 5px!important;
  cursor: pointer;
  outline: 0; 
  display: inline-block;
  line-height: 17px;
  text-shadow: 0 1px 0 #FFFFFF;
}

.activetab, .tab:hover{
  background: #FFFFFF!important;
}

.disabledtab, .disabledtab:hover{
  background: #F2F2F2!important;
  color: #ABABAB;
  font-weight: normal;
  cursor: default;
}


.tabLabel{
	background: #cac9c9;
  padding: 3px 5px;
  text-decoration: none;
  border-top: 0;
  border: 1px solid #292929;
  border-radius: 3px; 
  color: #292929;
  font-size: 13px;  
  font-weight: bold;
  margin: 5px 5px 5px 0!important;
  cursor: pointer;
  outline: 0; 
  display: inline-block;
  line-height: 17px;
  text-shadow: 0 1px 0 #FFFFFF;
}
.tabLabelActive, .tabLabel:hover{
	background: #FFFFFF!important;
}



#LoginBox{
  background: #EDEDED;
  display: block;
  padding: 30px;
  width: 400px;
  margin: 100px auto;
  border: 1px solid #cac9c9;
  border-radius: 5px; 
}

#LoginBox td{
  font-size: 14px;
  font-weight: bold;
}

#pagination{
  float: right;
}
#pagination a, #pagination strong {
  background: #e3e3e3;
  padding: 4px 7px;
  text-decoration: none;
  border: 1px solid #cac9c9;
  color: #292929;
  font-size: 12px;
  font-weight: normal;
  margin: 1px!important;
  cursor: pointer;
  outline: 0; 
  display: inline-block;
  line-height: 17px;
}

#pagination strong, #pagination a:hover {
  font-weight: bold;
  background: #cac9c9;
} 
  


.StickyMessage0{
  color: #233826;
  background: #DAFAD8;
}

.StickyMessage1{
  color: #000000;
  background: #FBFAB2;
}

.StickyMessage2{
  color: #FFFFFF;
  background: #FF6363;
}



input.Date{
  width: 80px;
}
input.DateTime{
  width: 110px;
}
.ui-datepicker-trigger {
  vertical-align: middle;
  cursor: pointer;
  margin: 0 0 3px 3px;
}




#ProgressBar{
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  
  width: 200px;
  height: 50px;
  line-height: 50px;
  background: #EEEEEE url('../images/ProgressBar.gif') 20px center no-repeat;
  border: 1px solid #555555;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  
  padding: 0 15px 0 35px;
  
  border-radius: 5px;
  
  z-index: 900000;
}

.hand{
  cursor: pointer;
}


.ClientVehiclePositionAddress{
  background: url('../images/icon/earth.png') left center no-repeat;
  padding: 0 0 0 20px;
  font-weight: bold;
  cursor: pointer;
  height: 20px;
}
.InfoBox{
  background: #FAFAFA;
  border: 1px solid #FF9100;
  border-radius: 5px;
  color: #FF9100;
  font-size: 12px;
  font-weight: normal;
  padding: 20px;
  display: inline-block; 
}
.FixedInformations{
  position: fixed;
  background: #FAFAFA;
  border: 1px solid #FF9100;
  border-radius: 5px;
  color: #FF9100;
  font-size: 12px;
  font-weight: normal;
  padding: 20px;
  max-width: 300px;
  max-height: 200px;
  overflow-y: scroll;
  display: block; 
  height: auto;
  z-index: 9999;
}

.memo{
  color: #888888;
  font-size: 10px;
  font-style: italic;
}

.memoBordered{
  border: 1px solid #cac9c9;
  background: #F3F5CE;
  padding: 7px;
  color: #000000;
  font-weight: normal;
}


#CountrySelectContainer {position: relative; overflow: auto;}
#CountrySelect {float: left; border: 1px solid; width: 690px; height: 580px; margin: 0px; position: relative; background: url('../images/europe-map-black-and-white.jpg');}
#CountrySelect div.c{ cursor: pointer; position: absolute; display: block; background: #FFCC00; padding: 2px; opacity: 0.9; filter: alpha(opacity=90); font-size: 10px; border: 1px solid #000000; font-weight: bold;}
#CountrySelect div.s, div.selected{ background: #77CC77; padding: 2px; opacity: 0.9; filter: alpha(opacity=90); font-size: 10px;}
#CountrySelect div{position: absolute;}

.countrySelectTab{ 
 display: none;
}

tr.MatrixHighlight th, .MatrixHighlight{
  background-color: #C7E6ED!important;
}

#HTML5GlobalAlert{
  position: fixed;
  width: 1px;
  height: 1px;
  visibility: hidden;
  background: #FF0000;
  bottom: 0;
  right: 0;
}


div.Warning{
  color: #CC0000; 
  font-style: italic;
}
div.WarningS{
  color: #CC0000; 
  font-style: italic;
  font-size: 10px;
}

hr.Separator{
  margin: 0;
  padding: 0;
  border-left: 0;
  border-right: 0;
  border-top: 1px dashed #CCCCCC;
  border-bottom: 0;
}


table.VehicleTracking{
  border-collapse: collapse;
}

table.VehicleTracking{
  padding: 0;
  margin: 0;
  border: 0;
}
table.VehicleTracking tr th{
  text-align: left;
  padding: 0;
}
table.VehicleTracking tr td{
  padding: 0;
  width: 13px;
  text-align: center;
  font-size: 10px;
}

table.VehicleTracking tr td.GY, .VehicleTrackingGY{
  background: #73C412;
}
table.VehicleTracking tr td.GW, .VehicleTrackingGW{
  background: #EDE72D;
}
table.VehicleTracking tr td.GR, .VehicleTrackingGR{
  background: #F53333;
  color: #FFFFFF;
  font-weight: bold;
}

table.VehicleTracking tr td.GN, .VehicleTrackingGN{
  background: #ffb966;
}
table.VehicleTracking tr td.GL, .VehicleTrackingGL{
  background: #47acf2;
}


span.SearchHighlight{
  background: #FFE100;
}


a.StatusBox,div.StatusBox{
  display: block;
  font-weight: bold; 
  font-size: 14px; 
  padding: 2px 5px; 
  color: #FFFFFF;
  border-radius: 3px; 
}


.StagePriceWarning{
  background: #ffae11;
}

.cellError{
	background: #CC0000;
	color: #FFFFFF;
}


.MessageContainerWarning{
  display: inline-block;
  padding: 5px; 
  background: #CC0000;
  color: #FFFFFF;
  border: 1px solid #FF0000;
  border-radius: 3px;
}

tr.TableRowHeading td{
  font-size: 16px;
  text-align: left;
  line-height: 30px;
  color: #CC0000; 
  background-color: #EDEDED;
  font-weight: bold;
  font-size: 14px; 
}




.customUploadContainer{
  position: relative;
  text-align: center;  
  width: 250px;
}
.customUploadContainer-blink{
	animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.customUploadContainer span.label {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 100%;
  background: #FFCE44;
  cursor: pointer;
  color: #FF050;
  padding: 10px 0;
  text-transform: uppercase;
  font-size:12px;
}
.customUploadContainer>input[type=file]{
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

fieldset{
	padding: 5px;
	border: 1px solid #cac9c9;
	border-radius: 3px;
}
fieldset>legend{
	font-size: 16px;
	color: #CC0000;
	font-weight: bold;
}


.blackList{
	opacity: 0.4; filter: alpha(opacity = 40);
}
.blackList>span{
	display: none;
	margin-left: 5px;
}
.blackListON{
	opacity: 1; filter: alpha(opacity = 100);
	font-style: normal;
	color: #000000;
}
.blackListON>span{
	display: inline-block;
}

@keyframes blink {
  50% {
    opacity: 0.0;
  }
}
.blink {
  animation: blink 1s step-start 0s infinite;
}

.chosen-container{
  font-weight: normal;
  font-size: 11px!important;
}

.copyToClipboard{
	cursor: pointer;
}

.errorMessage{
	font-weight: bold;
	color: #CC0000;
}