/*.logo-name(@color-base) when (lightness(@color-base) =< 50%){
	color: darken(@color-base, 10%);
	
}

.logo-name(@color-base) when (lightness(@color-base) > 50%){
	color: lighten(@color-base, 20%);
	
}*/
/*	============================================================ ==============================
 *	< SETUP:
 *	------------------------------------------------------------ [=setup] */

/*	> IE 11
 *	____________________________________________________________ [=ie11] */

body.ie11 #fleet-details-right table .chk {
    width: 4.5%;
}
body.ie11 #fleet-details-right table .pl {
    width: 5.5%;
}
/*	> Defaults
 *	____________________________________________________________ [=defaults] */

.block { display:block; }
.left {
    float: left;
    width: 100%;
}
.alert { color:red; }

ol li {list-style-type: decimal; }

.wrap {
    display: inline-block;
    position: relative;
    top: 12px;
    width: 100%;
    padding-left: 10px;
}
table th {
    cursor:pointer;
}
table th, table td {
    font-size: 12px;
}
body,
html {
  margin: 0;
  height: 100% ;

}
body {
  background-color: #2973ad;
}
body.DeliverySchedulePage  {
  background-color: #ffffff;
}
.datepicker-form-control {
}
.datepicker-form-control input{float: left;}
.datepicker-form-control label {
    float: left;
    margin-right: 5px;
}
.datepicker-form-control .ui-datepicker-trigger {
    margin-right: 10px;
}
h1,
h2,
h3 {
  margin-bottom: 10px;
  margin-top: 10px;
}
h1 {
  color: #004b82;
  font-size: 24px;
}
h2 {
  color: #0068b5;
  font-size: 21px;
}
h3 {
  color: #007dd9;
  font-size: 18px;
}
h4,
h5,
h6 {
  color: #0086e8;
  font-size: 16px;
}
a {
  color: #0068b5;
}

table.table-headers {
  margin-bottom: 0;
}
thead {
  width: 100%;
}
.table-striped th {
  background-color: #cfeaff;
}
body.DeliverySchedule .table-striped th {
  background-color: #ffffff;
}
.table-striped > tbody > tr:nth-child(2n+1) > td {
  background-color: #ffffff;
}
.table-striped > tbody > tr.OrderTR.tr-selected td {
  background-color: #0068b5;
  color: #fff;
}
.table-striped > tbody > tr.tr-selected td {
  background-color: #0068b5;
  color: #fff;
}
.table-striped > tbody > tr.tr-selected td a{
    color: #fff;
}
.col-lg-12 {
  width: 100%;
}
.col-lg-11 {
  width: 91.66666667%;
}
.col-lg-10 {
  width: 83.33333333%;
}
.col-lg-9 {
  width: 75%;
}
.col-lg-8 {
  width: 66.66666667%;
}
.col-lg-7 {
  width: 58.33333333%;
}
.col-lg-6 {
  width: 50%;
}
.col-lg-5 {
  width: 41.66666667%;
}
.col-lg-4 {
  width: 33.33333333%;
}
.col-lg-3 {
  width: 25%;
}
.col-lg-2 {
  width: 16.66666667%;
}
.col-lg-1 {
  width: 8.33333333%;
}
.col-left {
  float: left;
}
.col-right {
  float: right;
}
.inline-text {
  float: left;
  width: 100%;
  margin: 5px 0;
}
#fleet-details-left .form-group {
    margin-bottom: 5px;
}
#fleet-details-left .inline-text {
  float: left;
  width: 100%;
  margin:-12px 0 0;
}
body.DeliverySchedule input[type="checkbox"] {

}
.datepicker {
  /*float: left;*/
}
.ui-datepicker-trigger {
  cursor: pointer;
  float: left;
  margin-left: 10px;
}
.send-notifications-page .form-group {
  float: left;
  margin-bottom: 15px;
  width: 100%;
}
.form-control, .list-box.tri-state, select {
  font-size: 14px;
  height: 28px;
  padding: 3px 12px;
  max-width: 200px;
}
.login-page .form-control {
    max-width: none;
}
.btn {
  padding: 3px 12px;
}
.has-error {
  border-color: #ff0000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #ce8483;
}
.tr-has-error td {
    /*background-color: #ce8483 !important;*/
}
body.login-page #sidebar-menu{
    display:none;
}
body.login-page #main{
    margin-left:0;
}
input[type="checkbox"].form-control {
    width: auto;
}

.body-container.login-page {
    float: none;
    margin: 70px auto 0;
    width: 325px;
}

.body-container.login-page .body-container-content {
    height: auto;
}

.login-page #login-btn,#forgot-password-btn {
    float:right;
}

.first-col {
    padding-left:0;
}

.last-col {
    padding-right:0;
}

.clean-col {
    padding-left:0;
    padding-right:0;
    float:left;
}

.client-name-container {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
#divcontacts .contacts {
    line-height: 34px;
}
#divcontacts .contacts input {
    float:left;
    margin-right:5px;
}
.fa-flag{
    color:red;
}

/*	> Scroll Table
 *	____________________________________________________________ [=links][=Scroll_table] */

.table-scroll thead {
    display: table;
    float: left;
    text-align: left;
    width: 99%;
}

.table-scroll tbody {
    display: block;
    height: 120px;
    overflow: auto;
    width: 100%;
}

#VTT_Order_Number_Header {
    width: 9%;
}
#Collection_Location_Header{
    width: 9%;
}
#Delivery_Location_Header{
    width: 9%;
}
#Client_Header{
    width: 9%;
}
#Instruction_No_Header{
    width: 7%;
}
#Payment_Type_Header{
    width: 9%;
}
#Product_Header{
    width: 9%;
}
#Tariff_Header{
    width: 5%;
}
#Tons_Header{
    width: 5%;
}
#Total_Header{
    width: 5%;
}
#Comments_Header{
    width: 9%;
}
#Start_Date_Header{
    width: 5%;
}
#Approved_Header{
    width: 5%;
}

/*	> Functions
 *	____________________________________________________________ [=links][=Functions] */
/*	> Hyperlinks
 *	____________________________________________________________ [=links][=hyperlinks] */
/*	> Typographic Elements
 *	____________________________________________________________ [=type][=fonts] */
/*	> Images
 *	____________________________________________________________ [=images] */
/*	> Thumbnails
 *	____________________________________________________________ [=thumbnails] */
/*	> Breadcrumbs
 *	____________________________________________________________ [=breadcrumbs] */
/*	> Pagination
 *	____________________________________________________________ [=pagination] */
/*	> Buttons
 *	____________________________________________________________ [=buttons] */
/*	============================================================ ==============================
 *	< SITE STRUCTURE & APPEARANCE:
 *	------------------------------------------------------------ */

/*	> Dashboard 
 *	____________________________________________________________ [=dashboard] */

.widget-body {
    float: left;
}

.form-horizontal #sms-form .form-group {
    margin-left:0;
    margin-right:0;
}

#sms-form-container {
    width:100%
}

#sms-form-container input,#sms-form-container textarea{
    max-width:none;
    width:100%;
}

/*	> Wrapper / Body
 *	____________________________________________________________ [=wrapper] */
div#wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
/*	> Login Screen
 *	____________________________________________________________ [=login-screen] */
#content.login-screen #main {
  margin-left: 0px;
}
.login-screen form {
  width: 250px;
  margin: 5% auto 0;
  float: none;
}
/*	> Forms Default
 *	____________________________________________________________ [=forms] */
.page-form {
    color: #fff;
    float: left;
    margin: 10px 0;
    width: 100%;
}
/*	> Add Pages
 *	____________________________________________________________ [=addpages] */
.add-page .form-group {
  float: left;
  width: 100%;
}
.add-page .form-group .form-label-value {
  float: left;
}
.add-page .form-group .form-checkbox {
  float: left;
  margin-left: 20px;
  margin-top: 28px;
}
.add-page .body-container .body-container-content {
  overflow: visible;
  height: auto;
}
.add-page #main,
.add-page #sidebar-menu {
  height: 104%;
}
.add-page hr.devider {
  background-color: #B5E0FF;
  float: left;
  height: 2px;
  width: 100%;
}
/*	> Header
 *	____________________________________________________________ [=header] */
header {
  background-color: #b5e0ff;
  color: #002e4f;
  /*border-color: lighten(@color-base, 10%);
	border-width: 2px;
	border-style: solid;*/

  font-size: 14px;
  padding: 5px;
}
div#header-container {
  -moz-box-shadow: 3px 3px 12px 2px #333;
  -webkit-box-shadow: 3px 3px 12px 2px #333;
  box-shadow: 3px 3px 12px 2px #333;
  position: relative;
  z-index: 1;
}
div#header-container a {
  color: #003c69;
}
div#header-container h1 {
  color: #004b82;
  font-size: 20px;
  padding: 5px;
  margin: 10px;
  float: left;
}
div#header-container .right-header-details {
  float: right;
  margin: 10px;
  padding: 5px;
}
div#header-container .right-header-details .navbar-nav > li > a {
    padding-bottom: 0px;
    padding-top: 0px;
}
div#header-container .right-header-details .navbar-nav > li > a:hover {
    background:transparent;
}
div#header-container .right-header-details {
    margin-bottom:0;
}
div#header-container .right-header-details .v-divider {
  margin: 0 10px;
}
body.deliveryschedule .page-title-container{
    /*display:none;*/
}
body.deliveryschedule div#header-container {
  background-color: #003c69;
  color: #fff;
  width: 100%;
  float: left;
}
.DeliveryScheduleForm {
    float:left;
}
body.deliveryschedule div#header-container a {
  color: #fff;
}
body.deliveryschedule div#header-container h1 {
  color: #fff;
  font-size: 16px;
  padding: 5px;
  margin: 0;
  float: left;
}

body.deliveryschedule div#header-container .right-header-details {
  float: right;
  padding-right: 20px;
  margin: 0;
}

body.deliveryschedule div#header-container .right-header-details form{
    margin-bottom:0;
}

body.deliveryschedule div#header-container .right-header-details .navbar-nav > li > a {
    padding-bottom: 0px;
    padding-top: 0px;
}

body.deliveryschedule div#header-container .right-header-details .v-divider {
  margin: 0 10px;
}
.inline-text.top-info-nav {
  padding: 0 15px;
  margin-bottom: 20px;
}
.inline-text.top-info-nav .date-select {
  width: 33.3333%;
  float: left;
}
.inline-text.top-info-nav .date-select label {
  width: auto;
  padding-right: 15px;
  margin: 0;
  float: left;
}
.inline-text.top-info-nav .date-select .form-control {
  float: left;
  width: auto;
}
.inline-text.top-info-nav .date-select .form-group {
  margin-bottom: 0px;
}
.inline-text.top-info-nav .date-select img {
  margin-left: 15px;
}
.inline-text.top-info-nav h2 {
  height: 28px;
  line-height: 28px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
.inline-text.top-info-nav .total-loads {
  float: left;
  width: auto;
  margin-left: 3%;
}
.inline-text.top-info-nav .total-loads input {
    width:35px;
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    height:30px;
}
.inline-text.top-info-nav .total-loads.total-pl {
  margin-left: 0%;
}
.inline-text.top-info-nav .total-loads.total-sl {
  margin-left: 3%;
}
.inline-text.top-info-nav .top-admin-nav {
  float: right;
  width: auto;
}
.inline-text.top-info-nav .top-admin-nav button {
  margin: 0 5px;
}
.inline-text.top-info-nav .top-admin-nav form {
  float: right;
  width: auto;
  margin: 0;
}
div.page-title-container {
  color: #fff;
  font-size: 18px;
  height: 48px;
  line-height: 48px;
  width: 100%;
  float: left;
  background-color: #246395;
  background-image: url(images/dash-dark2.png);
}
div.page-title-container a {
  color: #555555;
}
div.page-title-container span.navbar-right a {
    font-size: 14px;
    margin-right: 15px;
    color: #fff;
}
div.page-title-container a.home-icon {
  display: block;
  width: 16px;
  height: 48px;
  background: url(images/home-icon-white.png) no-repeat center;
  float: left;
  margin: 0 15px;
}
body.DeliverySchedule #content-body {
    float: left;
}
#lnksavenote {
    margin-top:0px;
}
textarea#Note {
    height: 28px;
}
/*	> Header Social
 *	____________________________________________________________ [h=HeaderSocial] */
/*	> Logo
 *	____________________________________________________________ [=logo] */
/*.logo-name(@color-base) when (lightness(@color-base) =< 50%){
	color: darken(@color-base, 10%);
	
}

.logo-name(@color-base) when (lightness(@color-base) > 50%){
	color: lighten(@color-base, 20%);
	
}*/
/*	> Content / Main
 *	____________________________________________________________ [=content][=main] */
div#content {
  width: 100%;
  float: left;
}
#main {
  margin-left: 250px;
  height: 93%;
  background-color: #2973AD;
  color: #002e4f;
}
#content-entry {
  padding: 20px;
  float: left;
  width: 100%;
}
/*	> Sidebar
 *	____________________________________________________________ [=sidebar] */

#undo-btn, #print-btn {
    float: right;
}
div#sidebar {
  border-right: 1px solid #0068b5;
  overflow: hidden;
  float:left;
}

#sidebar-menu {
  width: 250px;
  background-color: #246395;
  border-right: 1px solid #dddddd;
  height: 93%;
}
#sidebar-menu div.navigation-header {
  float: left;
  width: 100%;
  height: 48px;
  line-height: 48px;
  color:#fff;
  padding: 0 15px;
  background-color: #246395;
  background-image: url(images/dash-dark2.png);
}
#sidebar-menu div.navigation-header .main-nav-title {
  font-size: 16px;
}
#sidebar-menu div.navigation-header a.menu-icon {
  display: block;
  width: 24px;
  height: 48px;
  background: url(images/menu-icon.png) no-repeat center;
  float: right;
  display: none;
}
body.responsive #sidebar-menu div.navigation-header a.menu-icon {
    display: block;
}
#sidebar-menu .nav > li > a,
#sidebar-menu ul#main-nav > li {
  display: block;
  padding: 0;
  position: relative;
  color: #fff;
  font-size: 15px;
  float: left;
  width: 100%;
}
#sidebar-menu .nav > li > a :hover,
#sidebar-menu ul#main-nav > li :hover {
  color: #0068b5;
  background-color: transparent;
}
#sidebar-menu .nav > li > a :focus,
#sidebar-menu ul#main-nav > li :focus {
  background-color: transparent;
}
#sidebar-menu ul#main-nav {
  float: left;
  width: 100%;
}
#sidebar-menu ul#main-nav > li {
  padding: 0px 15px 0 0;
  background: -webkit-linear-gradient(#246395, #19476a);
  /* For Safari 5.1 to 6.0 */

  background: -o-linear-gradient(#246395, #19476a);
  /* For Opera 11.1 to 12.0 */

  background: -moz-linear-gradient(#246395, #19476a);
  /* For Firefox 3.6 to 15 */

  background: linear-gradient(#246395, #19476a);
  /* Standard syntax */

  background: -ms-linear-gradient(top, #246395 0%, #19476a 100%, #19476a 100%);
  /* IE10+ */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#246395', endColorstr='#19476a', GradientType=0) !important;
  /* IE6-9 */

  text-transform: uppercase;
  width: 100%;
  line-height: 48px;
  text-align: right;
 
}
#sidebar-menu ul#main-nav > li.workshop-li {
  padding: 0px 15px 0 0;
  background: -webkit-linear-gradient(#C60202, #8C0000);
  /* For Safari 5.1 to 6.0 */

  background: -o-linear-gradient(#C60202, #8C0000);
  /* For Opera 11.1 to 12.0 */

  background: -moz-linear-gradient(#C60202, #8C0000);
  /* For Firefox 3.6 to 15 */

  background: linear-gradient(#C60202, #8C0000);
  /* Standard syntax */

  background: -ms-linear-gradient(top, #C60202 0%, #8C0000 100%, #8C0000 100%);
  /* IE10+ */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#C60202', endColorstr='#8C0000', GradientType=0) !important;
  /* IE6-9 */

 
}
#sidebar-menu ul#main-nav > li.nav-li {
adding: 0px 15px 0 0;
  background: -webkit-linear-gradient(#246395, #19476a);
  /* For Safari 5.1 to 6.0 */

  background: -o-linear-gradient(#246395, #19476a);
  /* For Opera 11.1 to 12.0 */

  background: -moz-linear-gradient(#246395, #19476a);
  /* For Firefox 3.6 to 15 */

  background: linear-gradient(#246395, #19476a);
  /* Standard syntax */

  background: -ms-linear-gradient(top, #246395 0%, #19476a 100%, #19476a 100%);
  /* IE10+ */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#246395', endColorstr='#19476a', GradientType=0) !important;
  /* IE6-9 */

  text-transform: uppercase;
  width: 100%;
  line-height: 48px;
  text-align: right;

 
}
#sidebar-menu ul#main-nav > li .menu-title {
  float: left;
  width: auto;
  cursor: pointer;
}
#sidebar-menu ul#main-nav > li .sub-title{cursor: pointer;}
#sidebar-menu ul#main-nav > li ul.sub,
#sidebar-menu ul#main-nav > li ul.sub > li ul.sub {
  display: none;
  float: left;
  width: 100%;
}
#sidebar-menu ul#main-nav > li ul.sub li a {
  font-size: 15px;
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
  display: block;
  width: 100%;
}
#sidebar-menu ul#main-nav > li ul.sub li {
  border-bottom: 1px dashed #dddddd;
  margin-right: -15px;
  padding-left: 15px;
  height: 40px;
  line-height: 40px;
}
#sidebar-menu ul#main-nav > li ul.sub li:first-child {
  border-top: 1px solid #dddddd;
}
#sidebar-menu ul#main-nav > li ul.sub .svg-icon {
  border-right: none;
}
#sidebar-menu ul#main-nav > li ul.sub .svg-icon svg {
  width: 15px;
  height: 38px;
}
#sidebar-menu ul#main-nav > li.current_page_item ul.sub ,
#sidebar-menu ul#main-nav > li ul.sub > li.current_page_item ul.sub {
  display: block;
  list-style: none outside none;
  padding: 0;
  text-align: left;
}
#sidebar-menu ul#main-nav > li ul.sub li > ul.sub li {
    margin: 0 0 0 -15px;
    padding: 0;
}
#sidebar-menu ul#main-nav > li ul.sub li > ul.sub li:first-child{border-top:0;}
#sidebar-menu ul#main-nav > li.current_page_item .menu-title {
  color: #fff;
}
.current_sub_item .sub-title{
  color: #0068B5;
}
#sidebar-menu span.arrow-icon {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #BCBCBC;
  border-right: 0;
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin-top: 17px;
}
#sidebar-menu .current_page_item > span.arrow-icon {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin-top: 17px;
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  body.responsive #sidebar-menu span.arrow-icon {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #0068b5;
    display: inline-block;
    vertical-align: middle;
  }
  body.responsive #sidebar-menu .current_page_item span.arrow-icon {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #0068b5;
    display: inline-block;
    vertical-align: middle;
  }
  body.responsive #sidebar-menu span.arrow-icon,
  body.responsive #sidebar-menu .current_page_item span.arrow-icon {
    display: block;
    margin: 0 auto;
    float: none;
  }
  body.responsive #sidebar-menu ul#main-nav > li:hover .arrow-icon {
    border-left: 7px solid rgba(0, 0, 0, 0) !important;
    border-top: 7px solid #0068b5;
  }
}
@media all and (max-width: 1280px) and (min-width: 800px) {
  body.responsive #sidebar-menu span.arrow-icon {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #0068b5;
    display: inline-block;
    vertical-align: middle;
  }
  body.responsive #sidebar-menu .current_page_item span.arrow-icon {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #0068b5;
    display: inline-block;
    vertical-align: middle;
  }
  body.responsive #sidebar-menu span.arrow-icon,
  body.responsive #sidebar-menu .current_page_item span.arrow-icon {
    display: block;
    margin: 0 auto;
    float: none;
  }
  body.responsive #sidebar-menu ul#main-nav > li:hover .arrow-icon {
    border-left: 7px solid rgba(0, 0, 0, 0) !important;
    border-top: 7px solid #0068b5;
  }
}
#sidebar-menu ul#main-nav > li:hover,
#sidebar-menu ul#main-nav > li:hover a {
  color: #fff;
}
#sidebar-menu ul#main-nav li:hover > .svg-icon svg,
#sidebar-menu ul#main-nav li:hover > a .svg-icon svg,
#sidebar-menu ul#main-nav > li.current_page_item > .svg-icon svg,
#sidebar-menu ul.sub > li.current_sub_item .svg-icon svg {
  fill: #fff;
}
#sidebar-menu ul#main-nav > li.current_page_item:hover ul.sub li.has-sub-menu .arrow-icon {
    border-left: 7px solid #fff;
}
#sidebar-menu ul#main-nav > li.current_page_item:hover ul.sub li.has-sub-menu.current_page_item .arrow-icon {
   border-left: 7px solid transparent;
}
#sidebar-menu ul#main-nav > li:hover .arrow-icon {
  border-left: 7px solid #fff;
}
#sidebar-menu ul#main-nav > li.current_page_item:hover .has-sub-menu .arrow-icon {
    border-left: 7px solid transparent;
}
#sidebar-menu ul#main-nav > li.current_page_item:hover > .arrow-icon {
  border-top: 7px solid #fff;
  border-left: 7px solid transparent;
}

#sidebar-menu ul#main-nav > li.current_page_item ul.sub li.has-sub-menu .arrow-icon {
    margin-right: 14px;
    margin-top: 13px;
}
.workshop-li .fa-icon{
    width: 45px;
    height:48px;
    display:inline-block;
}
.well{
    margin-bottom:0 !important;
}
.workshop-li .fa{
    display:inline-block;
    height:48px;
    font-size:22px;
    margin-top:10px;
}
.nav-li .fa-icon{
    width: 45px;
    height:48px;
    display:inline-block;
}
.nav-li .fa{
    display:inline-block;
    height:48px;
    font-size:22px;
    margin-top:10px;
}
.nav-li .fa.mobile-nav-icon{
    display:inline-block;
    height:48px;
    font-size:30px;
    margin-top:10px;
}
.nav-li .mobile-nav-icon-container{
    padding:0 16px;
}
#admin-nav .fa{
    height:48px;
    font-size:13px;
    margin-top:10px;
    margin-left:10px;
}
#admin-nav .fa-icon{
    display:inline-block;
    width: 45px;
    height:48px;
}
.smsgroups-nav .nav-wrench{
    width: 40px;
    height:48px;
}
.smsgroups-nav .fa{
    height:48px;
    font-size:15px;
    margin-top:10px;
}

.svg-icon svg {
  fill: #fff;
  width: 20px;
}
.svg-icon svg :hover {
  fill: #fff;
}
.svg-icon {
  float: left;
  border-right: 1px solid #dddddd;
  padding: 0 12px;
  margin-right: 10px;
}
.body-container {
  width: 100%;
  float: left;
}
.body-container .body-container-header {
  width: 100%;
  float: left;
  padding: 15px;
  background: -webkit-linear-gradient(#ffffff, #f3f3f3);
  /* For Safari 5.1 to 6.0 */

  background: -o-linear-gradient(#ffffff, #f3f3f3);
  /* For Opera 11.1 to 12.0 */

  background: -moz-linear-gradient(#ffffff, #f3f3f3);
  /* For Firefox 3.6 to 15 */

  background: linear-gradient(#ffffff, #f3f3f3);
  /* Standard syntax */

  background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 100%, #f3f3f3 100%);
  /* IE10+ */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#F3F3F3', GradientType=0) !important;
  /* IE6-9 */

  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  border: 1px solid #dddddd;
}
.body-container .body-container-header h1 {
  font-size: 16px;
  color: #333333;
  float: left;
  font-weight: normal;
  margin: 5px 0 0;
}
.body-container .body-container-header .body-container-header-nav {
  float: right;
}
.body-container .body-container-content {
  width: 100%;
  float: left;
  height: 75%;
  overflow: auto;
  padding: 15px;
  background-color: #FFFFFF;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
.form-inline .form-group {
  margin-right: 10px;
}
body.DeliverySchedule .form-inline .form-group {
  margin-right: 0px;
}



/*	> Footer
 *	____________________________________________________________ [=footer] */
/*	> Copyright
 *	____________________________________________________________ [=copyright] */
/*	> Credits
 *	____________________________________________________________ [=credits] */
/*	============================================================ ==============================
 *	< NAVIGATION / MENUS: [n]
 *	------------------------------------------------------------ [n=navigation][n=menus] */
/*	> Main Navigation / Menu
 *	____________________________________________________________ [n=mainnav][n=mainmenu] */
/*	> Dropdowns
 *	____________________________________________________________ [n=dropdowns] */
/*	> Top Navigation / Menu
 *	____________________________________________________________ [n=topnav][n=topmenu] */
/*	> Footer Navigation / Footer Menu
 *	____________________________________________________________ [n=footernav][n=footermenu] */
/*	============================================================ ==============================
 *	< SINGLE POSTS: [s]
 *	------------------------------------------------------------ [p=singlepost][p=posts] */
/*	> Post Title
 *	____________________________________________________________ [p=title] */
/*	> Post Meta
 *	____________________________________________________________ [p=postmeta] */
/*	> Post Entry
 *	____________________________________________________________ [p=entry][p=postentry] */
/*	> Post Author
 *	____________________________________________________________ [p=author][p=postauthor] */
/*	============================================================ ==============================
 *	< PAGE TEMPLATES: [t]
 *	------------------------------------------------------------ [t=pages][t=templates] */
/*	> Homepage / Index
 *	____________________________________________________________ [t=homepage][t=index] */
#sms-form-container #groupSMSMessage, #sms-form-container #GroupSMSSelect{
    width:100% !important;
}
#sms-form-container .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
    width:100% !important;
    max-width:none;
}

/*	> Fleet Details Page
 *	____________________________________________________________ [t=homepage][t=fleetdetails] */
#fleet-details-left {
  width: 100%;
}
.fleetlist-empty{
    font-style: italic;
    color: #DD1144;
    font-weight:normal !important;
}
.sidebar-top-container {
    border-bottom: 1px solid #004b82;
    float: left;
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: 100%;
}
.details-nav-left {
  float: right;
  height: auto;
  width: 49%;
  padding-left:1%;
}
.details-nav-left span.svg {
  float: right;
}
.details-nav-left span.svg svg {
  height: 25px;
  width: 25px;
  fill: #004b82;
}
.details-nav-left span.svg.undo {
  margin-left: 15px;
}
#fleet-details-left h1 {
  font-size: 22px;
  margin-bottom: 30px;
}
#fleet-details-left .fleet-entry-container {
  overflow: auto;
  height: 500px;
  padding-right: 20px;
  float: left;
  width: 100%;
}
#fleet-details-left .fleet-entry {
  border-bottom: 2px dotted #0068b5;
  margin: 3px 0;
  padding-bottom: 10px;
  width: 100%;
  float: left;
}
#fleet-details-left .fleet-entry form {
  margin-bottom: 10px;
}
#fleet-details-left .fleet-entry label {
  width: auto;
}
#fleet-details-left .fleet-entry .truck-id {
  float: left;
  height: 28px;
  line-height: 28px;
  width: auto;
}
.truck-info-container {
    float: left;
    height: 28px;
    line-height: 28px;
}
#fleet-details-left .fleet-entry .form-group {
  width: 52%;
  float: none;
}
#fleet-details-left .form-group.truck-comment {
    float: left;
    width: 100%;
}
.truck-comment .form-control {
    float: left;
    margin-right: 10px;
}
#fleet-details-left .fleet-entry .form-group input {
  width: 100%;
  max-width:400px;
}
.standing {
    float: left;
    width: auto;
}
.standing > label input {
    float: left;
    margin-right: 5px;
    text-align: left;
    width: auto !important;
}
#fleet-details-left .fleet-entry .TruckLoadEntry .form-group {
  
  margin-bottom: 0;
  width: 100%;
  float: left;
}
#fleet-details-left .fleet-entry .TruckLoadEntry .inline-text {
  float: left;
  margin: 0;
  width: 100%;
  display: block;
}
#fleet-details-left .fleet-entry .form-group-nav {
  width: 17%;
  float: right;
  padding-left: 15px;
}
#fleet-details-left .fleet-entry .form-group-nav button.yes-icon {
  width: 23px;
  margin-right: 7px;
  background: url(images/yes-icon.png);
}
#fleet-details-left .fleet-entry .form-group-nav button.no-icon {
  width: 20px;
  background: url(images/no-icon.png);
}
#fleet-details-left .fleet-entry .form-inline .form-control {
  width: 100%;
}
#fleet-details-left .fleet-entry .form-inline button.btn {
 

  float: right;
}
#fleet-details-left .fleet-entry span.truck-id {
  font-weight: bold;
  text-decoration: underline;
  
  cursor: pointer;
}
#fleet-details-left .fleet-entry span.truck-info {
  margin-left: 10px;
  font-size: 12px;
}
#fleet-details-left .fleet-entry .truck-entry {
  font-size: 12px;
  line-height: 33px;
  width: 100%;
  display: inline;
}
#fleet-details-left .TruckLoadEntry button.no-icon {
  width: 20px;
  height: 20px;
  background: url(images/no-icon.png);
  border: medium none;
  box-shadow: none;
  float: right;
  margin-right: 7px;
  margin-top: 7px;
}
#fleet-table input[type="text"] {
  width: auto;
  max-width: 40px;
  padding: 0 6px;
  margin-top: 3px;
  font-size:11px;
}
#fleet-table .sl input[type="text"] {
  max-width: 30px;
}

#fleet-details-right {
  width: 100%;
}
#fleet-details-right .fleet-entry-container {
  overflow: auto;
  max-height: 500px;
  height: 100%;
}
#fleet-details-right .checkbox {
  line-height: 30px;
  margin: 0;
}
#fleet-details-right table th {
    cursor: pointer;
    font-size: 12px;
    text-decoration: underline;
}
.highlight .truck-entry {
    color: #ffffff;
    font-weight: bold;
}
.highlight .wrap {
    background-color: #0068b5;
    
}


.TruckLoadEntry ol li {
    height: 26px;
    line-height: 26px;
    font-size: 12px;
}
#fleet-details-right table .chk {
  width: 5.5%;
} 
#fleet-details-right table .pl {
  width: 7.5%;
}
#fleet-details-right table .rl {
  width: 7.5%;
}
#fleet-details-right table .vtt {
  width: 9.5%;
  min-width: 55px;
}
#fleet-details-right table .route {
  width: 41%;
  min-width: 260px;
}
#fleet-details-right table .sl {
  width: 4.5%;
}
#fleet-details-right table .t {
  width: 6.5%;
}
#fleet-details-right table .client {
  width: 15.5%;
}
#fleet-details-right table td {
  font-size: 11px;
}
#fleet-details-right table label {
  font-weight: normal;
}
#fleet-details-right .table-header {
  padding-right: 20px;
}
#fleet-details-right form.fleet-admin-buttons, #fleet-details-right .fleet-admin-buttons {
  float: left;
  width: 100%;
}
#fleet-details-right table#fleet-table {
  border-collapse: collapse;
  width: 100%;
  margin: 0;
}
#fleet-details-right table#fleet-table form {
  margin: 0;
}
#fleet-details-right thead {
  text-align: left;
  display: table;
  float: left;
  width: 100%;
}
#fleet-details-right thead tr {
  display: table-row;
  width: 100%;
}
#fleet-details-right tbody {
  display: block;
  height: 120px;
  overflow: auto;
  /*float: left;*/
  width: 100%;
}
#fleet-details-right tbody tr {
  display: table;
  width: 100%;
}
#fleet-details-right tbody tr {
  height: 18px;
}
#fleet-details-right tbody td {
  padding: 1px 8px;
}
#fleet-details-right th,
#fleet-details-right td {
  width: 25%;
}
#fleet-details-right tr:after {
  /* IE8 fix */

  content: ".";
  margin-left: -3px;
  /* to hide the content above tr */
  /* not necessary if you are ok with 1px gap */

  visibility: hidden;
}
.fleet-admin-buttons button.btn.notifications {
  float: right;
  margin-right: 15px;
}
.fleet-admin-buttons button.btn.save {
  float: right;
}
.labels span {
  display: block;
  width: auto;
  float: left;
  margin: 0 10px;
  font-size: 12px;
}
/*	============================================================ ==============================
 *	< LAYOUTS:
 *	------------------------------------------------------------ [=layouts] */
/*	> Site Width
 *	____________________________________________________________ */
/*	> Two-col-left
 *	____________________________________________________________ */
/*	> Two-col-right
 *	____________________________________________________________ */
/*	> Three-col-left
 *	____________________________________________________________ */
/*	> Three-col-middle
 *	____________________________________________________________ */
/*	> Three-col-right
 *	____________________________________________________________ */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
}
/*	Please keep styles above this line! 
 *	------------------------------------------------------------ [=bottom][=end]
 *	============================================================ ============================== */

.field-validation-error{
    color: #b94a48;
}
.main-thead-container {
    background: #fff none repeat scroll 0 0;
    margin-top: -15px;
    position: fixed;
    width: auto;
    display:none;
}
.fix-search .main-thead-container {
    display:block;
}
.main-thead-container .header {
    border-bottom: 2px solid #ddd;
    box-sizing: initial;
    color: #333;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 32px;
    padding: 8px;
    line-height: 47px;
}

/*WORKSHOP css*/

.MainKeyContainer{
    border: 1px solid grey; 
    margin: 0px 0px 5px 0px;
    padding-top:15px;
}
.truck-history-content{
    font-size: 11px;
}
.truck-history-content select{
    font-size: 11px;
}
select[name="MainKeyDropdown"]{
    margin-bottom:15px;
}
.just-padding {
    padding: 15px;
}

.truck-history-content select{
    height:21px;
}

.list-group.list-group-root {
    padding: 0;
    overflow: hidden;
}

.list-group.list-group-root .list-group {
    margin-bottom: 0;
}

.list-group.list-group-root .list-group-item {
    border-radius: 0;
    border-width: 1px 0 0 0;
}

.list-group.list-group-root > .list-group-item:first-child {
    border-top-width: 0;
}

.list-group.list-group-root > .list-group > .list-group-item {
    padding-left: 30px;
}

.list-group.list-group-root > .list-group > .list-group > .list-group-item {
    padding-left: 45px;
}

.list-group-item .glyphicon {
    margin-right: 5px;
}

.workshop-left-panel{
    border-right: 1px solid black;
}

.workshop-vehicle-details{
    margin:0px 0px 20px -30px;
    border: 1px solid grey;
}

.workshop-vehicle-details .form-group{
    margin-right:0px;
    margin-left:5px;
    margin-top:5px;
    margin-bottom: 5px;
}

.workshop-vehicle-details label{
    font-weight: normal;
    margin-bottom: 0px;
}

.workshop-vehicle-trailer, .workshop-vehicle-brakes, .workshop-vehicle-service, .workshop-vehicle-tyres{
    margin:0px 0px 20px -30px;
    border: 1px solid grey;
}
.workshop-vehicle-trailer .form-group, .workshop-vehicle-service .form-group, .workshop-vehicle-brakes .form-group, .workshop-vehicle-tyres .form-group{
    margin-right:0px;
    margin-left:5px;
    margin-top:5px;
    margin-bottom: 5px;
}
.workshop-vehicle-trailer label, .workshop-vehicle-service label, .workshop-vehicle-brakes label, .workshop-vehicle-tyres label{
    font-weight: normal;
    margin-bottom: 0px;
}
.left-column-values{
    color: blue;
}
.left-column-values-green{
    color: green;
}
.workshop-add-button-container{
    margin-left: 5px;
}
.workshop-right-panel{
    margin-left: 5px;
}

.add-new-container {
    background-color: rgba(0, 0, 0, 0.1);
    height: 100%;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 10;
}

.add-new-container-wrapper {
    background-color: #fff;
    border: 1px solid #0a3555;
    display: inline-block;
    max-width: 395px;
    padding: 0 30px;
    position: relative;
    top: 5%;
    width: 100%;
}

.add-new-title {
    color: #0a3555;
    font-size: 18px;
    margin: 20px 0 10px;
}

.add-new-title-create-service {
    color: #0a3555;
    font-size: 18px;
    margin: 20px 0 10px;
}

.add-new-container .btn {
    color: #fff;
    cursor: pointer;
    float: left;
    margin: 5px 0;
}
.add-new-container .btn.btn-blue {
    background-color: #0a3555;
}
.add-new-container .btn.btn-cancel {
    border: 1px solid #0a3555;
    color: #0a3555;
    margin-bottom: 20px;
}
#the-form-container .frm .btn.btn-submit {
    display:block;
}
.btn.btn-submit {
    margin: 15px 0;
    display:none;
}
#create-service-record-truck-form .col-md-9{
    width:auto;
}
#create-service-record-truck-form .col-md-3{
    padding-right:0px;
}
.hasDatepicker{
    z-index:9;
    position:relative;
}
.truck-history-content th{
    background-color:#0a3555 ;
    color: white;
}
.workshop-add-button-container{
    margin:0px 0px 0px 0px;
    border: 1px solid grey;
    padding-top: 15px;
}

.padding-sides-0{
    padding-left:0 !important;
    padding-right:0 !important;
}
.padding-top-0{
    padding-top:0 !important;
}
#scan-create .bxslider img{
    width:100%;
    height:100%;
}
#scan-create .bxslider li{
    height:100%;
}
#scan-create .bx-viewport{
    height:363px;
}
.rotated {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg); /* IE 9 */
  -moz-transform: rotate(90deg); /* Firefox */
  -webkit-transform: rotate(90deg); /* Safari and Chrome */
  -o-transform: rotate(90deg); /* Opera */
}
/*	============================================================ ==============================
 *	< App :
 *	------------------------------------------------------------ [=app] */
#edit-driver-group .form-control,
#edit-truck-group .form-control{
    max-width:600px !important;
}


/*	============================================================ ==============================
 *	< RESPONSIVE :
 *	------------------------------------------------------------ [=responsive] */

@media all and (max-width: 1024px) {
    .my-user-profile .col-lg-1 {
        width: 11.333%;
    }
    .my-user-profile .col-lg-11 {
        width: 88.667%;
    }
    body .form-horizontal .control-label {
        width: 100%;
        padding-left: 12px;
    }
    .the-input-field {
        float: left;
        width: 100%;
    }
}
