html,
body {
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    /*border-top: 1px solid #ddd;*/
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0C62C0), to(#0C62C0));
    background-image: -webkit-linear-gradient(top, #0C62C0, #0C62C0);
    background-image: -moz-linear-gradient(top, #0C62C0, #0C62C0);
    background-image: -ms-linear-gradient(top, #0C62C0, #0C62C0);
    background-image: -o-linear-gradient(top, #0C62C0, #0C62C0);
    background-image: linear-gradient(to bottom, #0C62C0, #0C62C0);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#0C62C0, endColorstr=#0C62C0);
    white-space: nowrap;
    padding: 6px;
    color: #fff;
}
.detail-view th {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0C62C0), to(#0C62C0));
    background-image: -webkit-linear-gradient(top, #0C62C0, #0C62C0);
    background-image: -moz-linear-gradient(top, #0C62C0, #0C62C0);
    background-image: -ms-linear-gradient(top, #0C62C0, #0C62C0);
    background-image: -o-linear-gradient(top, #0C62C0, #0C62C0);
    background-image: linear-gradient(to bottom, #0C62C0, #0C62C0);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#0C62C0, endColorstr=#0C62C0);
    white-space: nowrap;
    padding: 6px;
    color: #fff;
}
.grid-view th a {
    color: #fff !important;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
.site-login .bs-component,
.site-signup .bs-component,
.site-request-password-reset .bs-component{
    float: none;
    margin: 0 auto;
}
.navbar-inverse {
    background-color: #3071a9;
    border-color: #080808;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #17354f;
    color: #fff;
}
.navbar-inverse .navbar-brand {
    color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}
.prev a,
.prev span,
.next a,
.next span{
    font-size: 19px;
    padding: 2px 10px !important;
}
.pagination{
    float:right;
}
.modal-header {
    background: none repeat scroll 0 0 #0C62C0 !important;
    color: #fff;
}
.close {
    color: #fff;
    opacity: 0.8;
}
.content-header h1{
    color: #337ab7;
    font-size: 20px !important;
}
#map-canvas, #map-canvas-current-location, #map-canvas-order-current-status {
    height: 600px;
    width: 100%;
}
.instruction{
    color: #3c8dbc;
    font-size: 15px;
    margin-bottom: 15px;
}
.box.box-solid.box-primary {
    border: 1px solid #3c8dbc;
}
.box .box-body {
    padding: 0;
}
.notifications-icon{
    border-radius: 50%;
    font-size: 10px;
    font-weight: normal;
    height: 15px;
    line-height: 1em;
    padding: 2px;
    position: absolute;
    right: 2px;
    text-align: center;
    top: 1px;
    width: 15px;
}
#alertBox, #w3-success, #w2-success, #w1-error, #w2-error, .alert-danger, .alert-success.alert{
    /*    border: 1px solid transparent;
        border-radius: 4px;
        z-index: 1;
        padding: 12px 34px 10px 30px;*/
    padding: 10px;
    position: fixed;
    right: 10px;
    top: 12px;
    z-index: 9999;
    width: 25%;
    border: medium none;
}
.btn.btn-danger {
    background-color: #dd4b39;
    border-color: #f4543c;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 0.4;
}
.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {
    background-color: #00a65a !important;
    width: 25%;
}
.bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black, .bg-red-active, .bg-yellow-active, .bg-aqua-active, .bg-blue-active, .bg-light-blue-active, .bg-green-active, .bg-navy-active, .bg-teal-active, .bg-olive-active, .bg-lime-active, .bg-orange-active, .bg-fuchsia-active, .bg-purple-active, .bg-maroon-active, .bg-black-active, .callout.callout-danger, .callout.callout-warning, .callout.callout-info, .callout.callout-success, .alert-success, .alert-danger, .alert-error, .alert-warning, .alert-info, .label-danger, .label-info, .label-waring, .label-primary, .label-success, .modal-primary .modal-body, .modal-primary .modal-header, .modal-primary .modal-footer, .modal-warning .modal-body, .modal-warning .modal-header, .modal-warning .modal-footer, .modal-info .modal-body, .modal-info .modal-header, .modal-info .modal-footer, .modal-success .modal-body, .modal-success .modal-header, .modal-success .modal-footer, .modal-danger .modal-body, .modal-danger .modal-header, .modal-danger .modal-footer {
    color: #fff !important;
}
.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body {
    background-color: #dd4b39 !important;
}
.bg-yellow, .callout.callout-warning, .alert-warning, .label-waring, .modal-warning .modal-body {
    background-color: #f39c12 !important;
}
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
    opacity: 1 !important;
}
.grid-view table tbody td:last-child a:nth-child(2){
    margin: 0 10px;
}
.grid-view table tbody td:last-child,th:last-child{
    text-align: center
}
.wrapper-color{
    margin: 0 auto;
    width: 26%;
}
.wrapper-color .dropdown-menu {
    left: auto;
}
.gmnoprint img { max-width: none !important; }
#refreshManually{
    display: none;
}
.maroon{
    color: #800000;
}
.all_sp{
    display: none;
    visibility: hidden;
    position: absolute !important;
    margin-left: 420px;
    margin-top: 8px;
    display: flex !important;
}
.all_sp input[name=allSpData]{
    margin-right: 7px;
}
.all_sp.active{
    border-top: 0px !important;
    display: block;
    visibility: visible;
}
.requestAssignModel .pagination{
    float: none;
}
.medical-history-btn{
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}
#route_update{
    margin-bottom: 10px;
}
.request-closure-btn{
    margin-bottom: 10px;
}
.range-buttons{
    float: right;
}
.right-side > .content-header > h1{
    line-height: 1.5;
}

.blue-star{
    color: #3954A5 !important;
    font-size: 13px;
    padding: 6px 4px 15px 22px;
}
.red-star{
    color: #ED2024;
    font-size: 13px;
    padding: 6px 4px 15px 22px;
}
.green-star{
    color: #128541;
    font-size: 13px;
    padding: 6px 4px 15px 22px;
}
.cyan-star{
    color: #71CDDE;
    font-size: 13px;
    padding: 6px 4px 15px 22px;
}
.magenta-star{
    color: #B9529F;
    font-size: 13px;
    padding: 6px 4px 15px 22px;
}
#map-canvas-current-location #legend, #map-canvas-order-current-status #legend {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 3px 12px -1px rgba(0, 0, 0, 0.3);
    color: #000000;
    margin-right: 6px;
    margin-top: 6px;
    min-width: 89px;
}
#map-canvas-current-location .color, #map-canvas-order-current-status .color {
    border-radius: 8px;
    display: inline-block;
    float: left;
    height: 12px;
    margin: 4px 5px 0 0;
    vertical-align: bottom;
    width: 12px;
}
#map-canvas-current-location #legend div, #map-canvas-order-current-status #legend div{
    border-bottom: 1px solid #eee;
    font-size: 12px;
    padding: 4px 3px;
}

#map-canvas-order-current-status #dFLegend {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 10px 6px;
    padding: 1px 10px;
    box-shadow: 0 3px 12px -1px rgba(0, 0, 0, 0.3);
}

#map-canvas-order-current-status .map_box_title {
    text-decoration: underline;
    font-size: 14px;
    padding: 5px;
    font-weight: bold;
}
#map-canvas-order-current-status #dFLegend li {
    margin-left: -12px;
    font-size: 14px;
}
#map-canvas-order-current-status #dFLegend span.title {
    color: #000B86;
    font-size: 12px;
}
.inner-main img{
    max-width: none !important;
}
.box-body img{
    max-width: none !important;
}
.alert{
    margin: 7px 0 8px;
}
#popUpModal .modal-dialog{
    margin-top: 10%;
}

/*//Driver module, print today's deliveries*/
.wrapper-print-delivery-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    font-weight: bold;
    text-align: center;
    min-width: 70% !important;
}

.wrapper-print-delivery-box > * {
    padding: 10px;
    flex: 1 100%;
}

.wrapper-print-delivery-box .print-head-list {
    background: lightgrey;
    border: 2px solid lightgray;
    border-radius: 5px 5px 0 0;
}
.wrapper-print-delivery-box .for {
    border-left: 2px solid lightgray;
    border-right: 2px solid lightgray;
    border-bottom: 2px solid lightgray;
    border-radius: 0px 0px 5px 5px;
}

.wrapper-print-delivery-box .for {
    background: transparent;
}
.sidebar .sidebar-menu .treeview-menu > li > a {
    padding: 8px 5px 8px 21px !important;
}
.sidebar .sidebar-menu .treeview-menu > li {
    border-top: 1px solid #e5e5ff;
}
.sidebar .sidebar-menu > li {
    border-bottom: 1px solid rgb(210, 199, 199);
}
.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}
.autocomplete-selected {
    background-color: #0081C2;
    background-image: linear-gradient(to bottom, #0088CC, #0077B3);
    background-repeat: repeat-x;
    color: #FFFFFF;
    outline: 0 none;
    text-decoration: none;
    cursor: pointer;
}
.autocomplete-suggestions strong {
    font-weight: bold;
    color: #0081C2;
}
.autocomplete-selected strong {
    font-weight: bold;
    color: #FFFFFF;
}
.autocomplete-suggestions {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    list-style: none outside none;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
    overflow: auto !important;
}
.redBorder,
.redBorder:focus,
.redBorder:active{
    border: 1px solid #FF0000 !important;
}
.margin-left-0{
    margin-left: 0 !important;
}
.margin-right-0{
    margin-right: 0 !important;
}




.view-todays-deliveries-icon{
    background: url('/temp/web/images/site-images/todays-deliveries.png') no-repeat;
}
.left-dashboard-deliveries-icon{
    background: url('/temp/web/images/site-images/dashboard.png') no-repeat;
}

.view-all-icon{
    background: url('/temp/web/images/site-images/view-all-icon.gif') no-repeat;
}

.registered-active-drivers-icon{
    background: url('/temp/web/images/site-images/view-all-icon.gif') no-repeat;
}

.registered-active-drivers-icon{
    background: url('/temp/web/images/site-images/view-all-icon.gif') no-repeat;
}

.past-day-deliveries-icon{
    background: url('/temp/web/images/site-images/view-past-day-deliveries-menu.gif') no-repeat;
}
.agenda-icon{
    background: url('/images/site-images/todays-deliveries.png') no-repeat;
}

.view-all-icon, .view-todays-deliveries-icon, .registered-active-drivers-icon, .past-day-deliveries-icon, .left-dashboard-deliveries-icon, .agenda-icon{
    background-size: 30px 30px;
    margin-right: 5px;
    margin-top: -5px;
    float: left;
    padding: 19px;
}
.label-background{
    background: #27707a;
    padding: 10;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}
.treeview-menu li{
    padding: 9px 0px 0px 10px;
}

.treeview-menu li span{
    word-break: break-all;
}

.img-container {
    height: 100%;
    position: relative;
    width: 130px;
    left: 1200px;
}
.img-container .image-btn {
    border-color: #CCCCCC #333333 #333333 #CCCCCC;
    border-radius: 16px;
    border-style: solid;
    border-width: 1px;
    position: absolute;
    right: 0;
    top: 0;
}
.release-all-txt {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    left: 27px;
    position: absolute;
    top: 6px;
    z-index: 100;
}

.img-container :hover {
    color: grey;
    cursor: pointer;
}

header > .header-logo{
    background-color: #FFFFFF;
}

header > .header-logo img{
    margin: 10px 11px 12px 13px;
    width: 9%;
}
.sidebar .sidebar-menu .header{
    border-bottom: 2px solid lightgrey;
    margin: 0px 0 0;
}
.sidebar .sidebar-menu .header{
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
    font-style: italic;
}
.navbar .navbar-right{
    background-color: #0C62C0;
}
.breadcrumb > .active{
    color: #0C62C0;
}
.breadcrumb li a{
    color: #FD620D;
    font-weight: bold;
}
.currentDayDeliveryMenuIcons .img1{
    text-align: center;
}
.currentDayDeliveryMenuIcons .img1 img{
    text-align: center;
}
.currentDayDeliveryMenuIcons .img2{
    text-align: center;
}
.currentDayDeliveryMenuIcons .img2 img{
    text-align: center;
}
.currentDayDeliveryMenuIcons .img3{
    text-align: center;
}
.currentDayDeliveryMenuIcons .img3 img{
    text-align: center;
}
.currentDayDeliveryMenuIcons .img4{
    text-align: center;
}
.currentDayDeliveryMenuIcons .img4 img{
    text-align: center;
}
.currentDayDeliveryMenuIcons .col-lg-2{
    text-align: -moz-center;
}
.currentDayDeliveryMenuIcons a h5{
    font-size: 12px;
}
.currentDayDeliveryMenuIcons .nav-icons .col-imgs{
    padding: 0;
}
.currentDayDeliveryMenuIcons .nav-icons .col-imgs img{
    width: 40px;
    height: 40px;
}
.currentDayDeliveryMenuIcons .nav-icons{
    background: none repeat scroll 0 0 #FFFFFF;
}
.button-green{
    position:relative;
    width:200px;
    color:#FFF;
    display:block;
    text-decoration:none;
    margin:0 auto;
    border-radius:6px;
    background: #129712;
    text-align:center;
    padding:2px 0;
    width: 90%;

    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;

    -webkit-box-shadow: 0px 9px 0px #84261a;
    -moz-box-shadow: 0px 9px 0px #84261a;
    box-shadow: 0 3px 1px #007D3D;
}
.button-red{
    position:relative;
    width:200px;
    color:#FFF;
    display:block;
    text-decoration:none;
    margin:0 auto;
    border-radius:6px;
    background: #E0161D;
    text-align:center;
    padding:2px 0;
    width: 90%;

    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;

    -webkit-box-shadow: 0px 9px 0px #84261a;
    -moz-box-shadow: 0px 9px 0px #84261a;
    box-shadow: 0px 7px 1px #A7191E;
}
.button-purple-left-float{
    position:relative;
    width:200px;
    color:#FFF;
    text-decoration:none;
    margin:0 auto;
    border-radius:6px;
    background: #A67CEE;
    text-align:center;
    padding:2px 0;
    width: 90%;

    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;

    -webkit-box-shadow: 0px 9px 0px #84261a;
    -moz-box-shadow: 0px 9px 0px #84261a;
    box-shadow: 0px 4px 4px #916ECE;
}
.alert-success .fa-check{
    display: none;
}
.header .collapse-left-arrow .left-menu-slide-img{
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.detail-view th{
    text-align: left;
}
th .custom-th-btn{
    -moz-box-shadow:inset 0px 1px 0px 0px #7892c2;
    -webkit-box-shadow:inset 0px 1px 0px 0px #7892c2;
    box-shadow:inset 0px 1px 0px 0px #9acc85;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #7892c2));
    background:-moz-linear-gradient(top, #7892c2 5%, #7892c2 100%);
    background:-webkit-linear-gradient(top, #7892c2 5%, #8577BF 100%);
    background:-o-linear-gradient(top, #7892c2 5%, #7892c2 100%);
    background:-ms-linear-gradient(top, #7892c2 5%, #7892c2 100%);
    background:linear-gradient(to bottom, #7892c2 5%, #7892c2 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8577BF', endColorstr='#8577BF',GradientType=0);
    background-color:#7892c2;
    border-radius: 6px;
    box-shadow: 0 0px 0px 1px #7892c2;
    color: #FFFFFF;
    display: inline-block;
    padding-right: 10px;
    padding-left:10px;
    text-decoration: none;
    text-shadow: 0 1px 0 #283966;
    border: none;
}
th .custom-th-btn:hover{
    background-color: #2a6f6f;
}
th .disabled{
    background-color: #87CEEB;
}
.auto-width{
    width: auto;
}
.purple-button{
    /*border:1px solid #6351ad; -webkit-border-radius: 12px; -moz-border-radius: 12px;border-radius: 12px;font-size:12px;font-family:arial, helvetica, sans-serif; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;*/
    background-color: #8577BF; background-image: -webkit-gradient(linear, left top, left bottom, from(#8577BF), to(#4548A1));
    background-image: -webkit-linear-gradient(top, #8577BF, #4548A1);
    background-image: -moz-linear-gradient(top, #8577BF, #4548A1);
    background-image: -ms-linear-gradient(top, #8577BF, #4548A1);
    background-image: -o-linear-gradient(top, #8577BF, #4548A1);
    background-image: linear-gradient(to bottom, #8577BF, #4548A1);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#8577BF, endColorstr=#4548A1);
    border-radius: 6px;
    box-shadow: 0 0px 0px 1px #9FB4F2;
    color: #FFFFFF;
    display: inline-block;
    border: none;
    padding-right: 10px;
    padding-left:10px;
    width: auto;
    text-decoration: none;
    text-shadow: 0 1px 0 #283966;
    margin: 5px 0px 5px 0px;
}
.purple-button:hover{
    background-color: #9999E6; background-image: -webkit-gradient(linear, left top, left bottom, from(#7575A3), to(#7575A3));
    background-image: -webkit-linear-gradient(top, #7575A3, #7575A3);
    background-image: -moz-linear-gradient(top, #7575A3, #7575A3);
    background-image: -ms-linear-gradient(top, #7575A3, #7575A3);
    background-image: -o-linear-gradient(top, #7575A3, #7575A3);
    background-image: linear-gradient(to bottom, #7575A3, #7575A3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7575A3, endColorstr=#7575A3);
}
.purple-button:active {
    position:relative;
    top:1px;
}
.green-button{
    -moz-box-shadow:inset 0px 1px 0px 0px #9acc85;
    -webkit-box-shadow:inset 0px 1px 0px 0px #9acc85;
    box-shadow:inset 0px 1px 0px 0px #9acc85;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #82C262), color-stop(1, #82C262));
    background:-moz-linear-gradient(top, #00A800 5%, #00A800 100%);
    background:-webkit-linear-gradient(top, #00A800 5%, #00A800 100%);
    background:-o-linear-gradient(top, #00A800 5%, #00A800 100%);
    background:-ms-linear-gradient(top, #00A800 5%, #00A800 100%);
    background:linear-gradient(to bottom, #00A800 5%, #00A800 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A800', endColorstr='#7892c2',GradientType=0);
    background-color:#82C262;
    border-radius: 6px;
    box-shadow: 0 0px 0px 1px #9FB4F2;
    color: #FFFFFF;
    display: inline-block;
    border: none;
    padding-right: 10px;
    padding-left:10px;
    width: auto;
    text-decoration: none;
    text-shadow: 0 1px 0 #283966;
    margin: 5px 0px 5px 0px;
}
.green-button:hover{
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #53803F), color-stop(1, #53803F));
    background:-moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background:-webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background:-o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background:-ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background:linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3E8E17', endColorstr='#68a54b',GradientType=0);
    background-color: #53803F;
}
.green-button:active {
    position:relative;
    top:1px;
}
.red-button{
    -moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
    -webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
    box-shadow:inset 0px 1px 0px 0px #f5978e;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #EA0000));
    background:-moz-linear-gradient(top, #f24537 5%, #EA0000 100%);
    background:-webkit-linear-gradient(top, #f24537 5%, #EA0000 100%);
    background:-o-linear-gradient(top, #f24537 5%, #EA0000 100%);
    background:-ms-linear-gradient(top, #f24537 5%, #EA0000 100%);
    background:linear-gradient(to bottom, #f24537 5%, #EA0000 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#EA0000',GradientType=0);
    background-color:#f24537;
    border-radius: 6px;
    box-shadow: 0 0px 0px 1px #9FB4F2;
    color: #FFFFFF;
    display: inline-block;
    border: none;
    padding-right: 10px;
    padding-left:10px;
    width: auto;
    text-decoration: none;
    text-shadow: 0 1px 0 #283966;
    margin: 5px 0px 5px 0px;
}
.red-button:hover{
    -moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
    -webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
    box-shadow:inset 0px 1px 0px 0px #f5978e;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #f50a0a));
    background:-moz-linear-gradient(top, #f24537 5%, #f50a0a 100%);
    background:-webkit-linear-gradient(top, #f24537 5%, #f50a0a 100%);
    background:-o-linear-gradient(top, #f24537 5%, #f50a0a 100%);
    background:-ms-linear-gradient(top, #f24537 5%, #f50a0a 100%);
    background:linear-gradient(to bottom, #f24537 5%, #f50a0a 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#f50a0a',GradientType=0);
}
.red-button:active {
    position:relative;
    top:1px;
}
.turquoise-button{
    -moz-box-shadow:inset 0px 0px 14px -7px #276873;
    -webkit-box-shadow:inset 0px 0px 14px -7px #276873;
    box-shadow:inset 0px 0px 14px -7px #276873;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0dbfd6), color-stop(1, #27707a));
    background:-moz-linear-gradient(top, #0dbfd6 5%, #27707a 100%);
    background:-webkit-linear-gradient(top, #0dbfd6 5%, #27707a 100%);
    background:-o-linear-gradient(top, #0dbfd6 5%, #27707a 100%);
    background:-ms-linear-gradient(top, #0dbfd6 5%, #27707a 100%);
    background:linear-gradient(to bottom, #0dbfd6 5%, #27707a 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0dbfd6', endColorstr='#27707a',GradientType=0);
    background-color:#0dbfd6;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    border: none;
    width: auto;
    padding-right: 10px;
    padding-left:10px;
    text-decoration:none;
    text-shadow:0px 1px 0px #3d768a;
    margin: 5px 0px 5px 0px;
}
.turquoise-button:hover{
    -moz-box-shadow:inset 0px 1px 0px 0px #28adbf;
    -webkit-box-shadow:inset 0px 1px 0px 0px #28adbf;
    box-shadow:inset 0px 1px 0px 0px #28adbf;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #28adbf), color-stop(1, #28adbf));
    background:-moz-linear-gradient(top, #28adbf 5%, #28adbf 100%);
    background:-webkit-linear-gradient(top, #28adbf 5%, #28adbf 100%);
    background:-o-linear-gradient(top, #28adbf 5%, #28adbf 100%);
    background:-ms-linear-gradient(top, #28adbf 5%, #28adbf 100%);
    background:linear-gradient(to bottom, #28adbf 5%, #28adbf 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#28adbf', endColorstr='#28adbf',GradientType=0);
}
.turquoise-button:active {
    position:relative;
    top:1px;
}
.light-grey-button{
    -moz-box-shadow:inset 0px 0px 14px -7px #276873;
    -webkit-box-shadow:inset 0px 0px 14px -7px #276873;
    box-shadow:inset 0px 0px 14px -7px #276873;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0dbfd6), color-stop(1, #27707a));
    background:-moz-linear-gradient(top, #0dbfd6 5%, #27707a 100%);
    background:-webkit-linear-gradient(top, #0dbfd6 5%, #27707a 100%);
    background:-o-linear-gradient(top, #0dbfd6 5%, #27707a 100%);
    background:-ms-linear-gradient(top, #0dbfd6 5%, #27707a 100%);
    background:linear-gradient(to bottom, #0dbfd6 5%, #27707a 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0dbfd6', endColorstr='#27707a',GradientType=0);
    background-color:#0dbfd6;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    border: none;
    width: auto;
    padding-right: 10px;
    padding-left:10px;
    text-decoration:none;
    text-shadow:0px 1px 0px #3d768a;
    margin: 5px 0px 5px 0px;
}
.light-grey-button:hover{
    -moz-box-shadow:inset 0px 1px 0px 0px #28adbf;
    -webkit-box-shadow:inset 0px 1px 0px 0px #28adbf;
    box-shadow:inset 0px 1px 0px 0px #28adbf;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #28adbf), color-stop(1, #28adbf));
    background:-moz-linear-gradient(top, #28adbf 5%, #28adbf 100%);
    background:-webkit-linear-gradient(top, #28adbf 5%, #28adbf 100%);
    background:-o-linear-gradient(top, #28adbf 5%, #28adbf 100%);
    background:-ms-linear-gradient(top, #28adbf 5%, #28adbf 100%);
    background:linear-gradient(to bottom, #28adbf 5%, #28adbf 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#28adbf', endColorstr='#28adbf',GradientType=0);
}
.light-grey-button:active {
    position:relative;
    top:1px;
}
.sky-blue-button{
    background: linear-gradient(to bottom, #7892C2 5%, #476E9E 100%) repeat scroll 0 0 #7892C2;
    border-radius: 6px;
    box-shadow: 0 0px 0px 1px #9FB4F2;
    color: #FFFFFF;
    display: inline-block;
    border: none;
    padding-right: 10px;
    padding-left:10px;
    width: auto;
    text-decoration: none;
    text-shadow: 0 1px 0 #283966;
    margin: 5px 0px 5px 0px;
}
.sky-blue-button:hover{
    background: #6A86A8 !important;
}
.sky-blue-button:active {
    position:relative;
    top:1px;
}
.width96percent{
    width: 96%;
}
.content .detail-view{
    border-collapse: initial;
}
.content select{
    border-radius: 12px !important;
    border-color: lightgray;
    background-color: #D3D3D3;
}
.content select.selectSelected {
    background-color: #F2F2F2 !important;
}

.map_area_selector {
    width: 200px;
    background: #222;
    color:  #eee;
    line-height: 25px;
    font-size: 14px;
    padding: 0 10px;
    cursor: pointer;
}

.map_area_option {
    display: none;
    position: absolute;
    margin: 0;
    background: #dddddd;
}

.map_area_option > li {
    width: 200px;
    background: #eee;
    line-height: 25px;
    font-size: 14px;
    padding: 0 10px;
    cursor: pointer;
}

.map_area_option > li:hover {
    background: #aaa;
}

.driver-detail-view th{
    width: 15%;
}

.table-driver-delivery th{
    width: 15%;
}

.table-profile-detail-view{
    width: 30%;
}

.table-profile-detail-view th{
    width: 40%;
}

.table-profile-detail-view td{
    width: 60%;
}

.super-admin-client-detail-view{
    width: 50%;
}

.super-admin-client-detail-view th{
    width: 40%;
}

.super-admin-client-detail-view td{
    width: 60%;
}

.delivery-index table .header-view-all-btn{
    background: #FFFFFF;
}

.skin-blue .sidebar > .sidebar-menu > li > a:hover, .skin-blue .sidebar > .sidebar-menu > li.active > a {
    font-weight: bold;
    width: auto !important;
}

.modal-header, .modal-body .btn-default{
    color: white;
}

.box.box-solid.box-primary > .box-header {
    background: none repeat scroll 0 0 #0C62C0;
    color: #FFFFFF;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    line-height: 2;
    padding-left: 10px;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 0 none;
}

.btn-sm, .btn-group-sm > .btn {
    line-height: 1.3;
}

table{
    border-spacing: 1;
}
.label:empty {
    display: block;
}
.width50percent{
    width: 50%;
}
.width40percent{
    width: 40%;
}
/* .upload_file{
    background: #44A9C4; //linear-gradient(to bottom, #44A9C4 5%, #476E9E 100%) repeat scroll 0 0 #7892C2;
    border-radius: 6px;
    box-shadow: 0px 5px 0px 0px #237883;
    color: #FFFFFF;
    display: inline-block;
    border: none;
    padding-right: 10px;
    padding-left:10px;
    width: auto;
    //font-size: 15px;
    text-decoration: none;
    text-shadow: 0 1px 0 #283966;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: bold;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
} */
#past_day_delivery .btn-group, #past_day_delivery .btn-group-vertical,
#delivery_list_assign .btn-group, #delivery_list_assign .btn-group-vertical,
#current_day_delivery .btn-group, #current_day_delivery .btn-group-vertical {
    margin-bottom: 0;
    margin-top: 0;
}
.navbar-nav > .user-menu > .dropdown-menu {
    border-radius: 0;
    border-top-width: 0;
    padding: 1px 0 0;
    width: 230px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    background: #3c8dbc none repeat scroll 0 0;
    height: 140px;
    padding: 10px;
    text-align: center;
}
form .form-group .btn{
    margin-right: 10px;
}
.btn-group-custom{
    width: 17%;
}

/*//31 Dec 2015 @For responsive*/
body .header .header-logo img{
    height: auto;
}
body .slimScrollDiv{
    overflow: auto;
}
#clientlist-api_token{
    float: left;
    width: 70%;
    margin-right: 0px;
}
.pull-right-custom{
    margin-right: 0px !important;
}
body .headerIsNull{
    margin-top: 50px !important;
}
body .headerIsImg{
    margin-top: 51px !important;
}
body.fixed .sidebar-offcanvas {
    margin-top: none !important;
}
body.fixed .sidebar-offcanvas {
    margin-top: none !important;
}

header .head-img1,
header .head-img2,
header .head-img3 {
    background-color: none;
}
header .head-img1{
    margin: 5px 0 0 21px !important;
    width: 180px !important;
}
header .head-img2{
    margin: 7px 0 !important;
    padding: 0 !important;
    width: 67px !important;
}
header .head-img3{
    margin: 30px 20px 0 0 !important;
    width: 180px !important;
}
/*@media only screen and (max-width: 767px) {
    body {
        //background-color: green;
    }
    body.fixed > .wrapper, body.fixed .sidebar-offcanvas {
        margin-top: 90px !important;
    }
    body > .header .navbar .sidebar-toggle {
        margin: 0px;
    }
    .navbar .navbar-right {
        float: right;
        margin: 0px;
    }
    body .slimScrollDiv{
        margin-top: -83px;
    }
    .btn-group-custom{
        width: 22%;
    }
    .btn-group-custom{
        width: 12%;
    }
    .right-side {
        margin-left: 0;
        margin-top: 14px;
    }
    #clientlist-api_token{
        width: 50%;
    }
    .wrapper .headerIsImg{
        margin-top: 0px;
    }
}
@media screen and (max-width: 561px){
    body {
        //background-color: pink;
    } 
    body.fixed > .wrapper, body.fixed .sidebar-offcanvas {
        margin-top: 136px !important;
    }
    .navbar .navbar-right {
        float: right;
        margin: -9px 0px 0px 0px;
    }
    #clientlist-api_token{
        width: 70%;
    }
    header .head-img1{
        margin: 10px 0 0 20px !important;
        width: 90px !important;
    }
    header .head-img2{
        margin: 2px !important;
        padding: 0 !important;
        width: 44px !important;
    }
    header .head-img3{
        margin: 15px 26px 0px 0px !important;
        width: 72px !important;
    }    
}
@media screen and (min-width: 320px) and (max-width: 560px){
    body {
        //background-color: lemonchiffon;
    }
    body.fixed > .wrapper, body.fixed .sidebar-offcanvas {
        margin-top: 137px !important;
    }
    .navbar .navbar-right {
        float: right;
        margin: -9px 0px 0px 0px;
    }
    body .slimScrollDiv {
        margin-top: -136px;
    }
    .breadcrumb {
        padding: 10px 15px;
    }
    #clientlist-api_token{
        width: 70%;
    }    
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body {
        //background-color: white;
    }
    body.fixed .wrapper {
        margin-top: 116px;
    }
    body.fixed .row-offcanvas-left.active .sidebar-offcanvas {
        //margin-top: 5px;
    }
    body .header .header-logo img{
        height: auto;
    }
    .btn-group-custom{
        width: 22%;
    }
    .right-side ul, ol {
        margin-top: 12px;
    }
    .breadcrumb {
        padding: 10px 15px;
    }
    #clientlist-api_token{
        width: 62%;
    }
    .wrapper .headerIsTxt {
        margin-top: 105px !important;
    }
    body.fixed .sidebar-offcanvas {
        left: -230px;
        margin-top: calc() !important;
    }
    header .head-img1{
        margin: 13px 20px 0 20px !important;
        width: 115px !important;
    }
    header .head-img2{
        margin: 0 !important;
        padding: 2px !important;
        width: 53px !important;
    }
    header .head-img3{
        margin: 7px 20px 0 0 !important;
        width: 90px !important;
    }
    .wrapper .headerIsImg {
        margin-top: 103px;
    }    
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    body {
        //background-color: white;
    }
    body.fixed .wrapper {
        margin-top: 116px;
    }
    body .header .header-logo img{
        height: auto;
    }
    .btn-group-custom{
        width: 20%;
    }
    .breadcrumb {
        padding: 10px 15px;
    }
    #clientlist-api_token{
        width: 70%;
    }
    .wrapper .headerIsTxt{
        margin-top: 90px;
    }
    .wrapper .headerIsImg{
        margin-top: 108px;
    }
    header .head-img1{
        margin: 18px 0 0 22px !important;
        width: 115px !important;
    }
    header .head-img2{
        margin: auto !important;
        padding: 2px !important;
        width: 58px !important;
    }
    header .head-img3{
        margin: 12px 20px 0 0 !important;
        width: 95px !important;
    }
    header > .header-logo img {
        width: 7%;
    }    
}
@media only screen and (min-width: 1281px) and (max-width: 1500px) {
    body.fixed .wrapper {
        margin-top: 133px;
    }
    #clientlist-api_token{
        width: 71%;
    }
    .wrapper .headerIsTxt{
        margin-top: 90px;
    }
    .wrapper .headerIsImg{
        margin-top: 116px;
    }
    .wrapper .headerIsTxt{
        margin-top: 90px;
    }
    .wrapper .headerIsImg{
        margin-top: 132px;
    }
    header .head-img1{
        margin: 38px 0px 0 0px !important;
        width: 140px !important;
    }
    header .head-img2{
        margin: auto !important;
        padding: 0 !important;
        width: 82px !important;
    }
    header .head-img3{
        margin: 27px -1px 0 0 !important;
        width: 123px !important;
    }
    header > .header-logo img {
        width: 7%;
    }
}
@media only screen and (min-width: 1501px) and (max-width: 1919px) {
    body {
        //background-color: fuchsia;
    }
    body.fixed .wrapper {
        margin-top: 140px;
    }
    body .header .header-logo img{
        height: auto;
    }
    .btn-group-custom{
        width: 12%;
    }
    .breadcrumb {
        padding: 10px 15px;
    }
    #clientlist-api_token{
        width: 76%;
    }
    .wrapper .headerIsTxt{
        margin-top: 134px;
    }
    .wrapper .headerIsImg{
        margin-top: 134px;
    }    
}
@media only screen and (min-width: 1920px) and (max-width: 2424px) {
    body {
        //background-color: fuchsia;
    }
    body.fixed .wrapper {
        margin-top: 155px;
    }
    body .header .header-logo img{
        height: auto;
    }
    .btn-group-custom{
        width: 20%;
    }
    .breadcrumb {
        padding: 10px 15px;
    }
    .btn-group-custom{
        width: 12%;
    }
    #clientlist-api_token{
        width: 80%;
    }
    .wrapper .headerIsImg {
        margin-top: 136px;
    }
    header > .header-logo img {
        width: 8%;
    }
    header .head-img1{
        margin: 24px 0 0 30px !important;
        width: 170px !important;
    }
    header .head-img2{
        margin: auto !important;
        padding: 2px !important;
        width: 87px !important;
    }
    header .head-img3{
        margin: 17px 30px 0 0 !important;
        width: 124px !important;
    }    
}*/
ul, ol {
    margin-top: 0px;
}
.header{
    position: relative;
}
.wrapper{
    margin-top: inherit !important;
}
.header{
    position: unset;
}
.header .user-panel{
    position: fixed !important;
}
.col-centered{
    text-align: center;
}
.breadcrumb {
    padding: 10px 15px;
    display: flex;
    width: auto;
}
.cornerRecord{
    padding: 10px 0 10px 10px;
    right: 20px;
}
.bottom-link{
    bottom: 10px;
    font-size: 15px;
    padding: 0 14px;
    position: fixed;
    right: 18px;
    text-align: right;
}
.disabled-button{
    opacity: 0.6;
    pointer-events: none;
}
.table {
    font-size: 14px;
}
.deliveryMonitoringDrivers-index
.circle {
    border-radius: 50%;
    height: 13px;
    width: 13px;
    margin: 0 0 0 7px;
}

.red{
    background: red none repeat scroll 0 0;
}
.green{
    background: green none repeat scroll 0 0;
}
.yellow{
    background: yellow none repeat scroll 0 0;
}
.white{
    background: white none repeat scroll 0 0;
}
.deliveryMonitoringDrivers-index
.relativePosition{
    position: relative;
}
#deliveryMonitoring .monitoredStatusTxt{
    float: left;
    width: 20px;
}
#deliveryMonitoring .monitoredColors{
    float: left;
    position: inherit;
}
#deliveryMonitoring .monitoredData{
    float: left;
    margin-right: 10px;
    padding-left: 50px !important;
}
#deliveryMonitoring .grid-view{
    overflow: auto;
}
#current_day_delivery table td,
#deliveryMonitoring table td{
    text-align: center;
    padding: 0;
}
.wrapper {
    /*min-height: 100%;
    position: relative;
    overflow: hidden;*/
    width: 100%;
    min-height: 100%;
    height: auto !important;
    position: absolute;
}
.padding-0{
    padding: 0px !important;
}
.margin-0{
    margin: 0px;
}
.show-small-loader{
    display: none;
}
.blue{
    color: blue;
}
body > .header .navbar {
    background: #0C62C0;
    border-top: none;
    border-bottom: none;
}


.width-31{
    width: 31%;
}
.width-45{
    width:45%;
}
.width-52{
    width:52%;
}
.width-11{
    width:11%;
}
.width-47{
    width:47.33%
}
.width-16{
    width:16%;
}
.width-13{
    width:13%;
}
.width-7{
    width:7.5%;
}
.width-12-5{
    width:12.5%
}
.width-20{
    width:20%;
    max-width: 20%;
}
.padding-lg-20{
    padding: 20px;
}
.padding-benifits{
    padding: 40px 5px 20px
}
.padding-lg-0{
    padding:0
}
nav.navbar.navbar-static-top {
    text-align: center;
}
.width-100{
    width:100%
}

/*
*For mobile responsive
*/
@media only screen and (max-width: 768px) {
    .width-31{
        width: 100%;
    }
    .width-45{
        width:100%;
    }
    .width-52{
        width:100%;
    }
    .width-11{
        width:100%;
    }
    .width-47{
        width:100%
    }
    .width-16{
        width:100%;
    }
    .width-13{
        width:100%;
    }
    .width-7{
        width:100%;
    }
    .width-12-5{
        width:100%
    }
    .padding-lg-20{
        padding: 0 !important
    }
    .margin-bottom-xs-10{
        margin-bottom: 10px;
    }
    .width-20{
        width:100%;
        max-width: 100%;
    }
    .margin-xs-0{
        margin:0;
    }
    .padding-xs-0{
        padding:0
    }
    .padding-benifits{
        padding: 20px 5px;
    }
    .padding-lg-0{
        padding:15px
    }

    nav.navbar.navbar-static-top {
        text-align: left;
    }
    body.fixed > .wrapper, body.fixed .sidebar-offcanvas {
        margin-top: 50px!important;
    }
    .width-100{
        width:auto;
    }
}
@media screen and (max-width: 560px){
    body.fixed > .wrapper{
        margin-top: 50px !important;
    }
    body.fixed .sidebar-offcanvas  {
        margin-top: 0px !important;
    }
}
/*change model width at - http://va-sw.loc/va/agenda/ - error file download.
Neha Reddy.*/
@media (min-width: 768px){
    #reportHasError .modal-dialog {
        width: 350px !important;
        margin: 20% 35% !important;
    }
    #reportHasError .modal-body {
        padding: 3px !important;
    }
    #reportHasError .modal-title {
        font-size: 15px !important;
    }
    #reportHasError .modal-header {
        padding: 5px !important;
    }
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
    padding: 3px !important;
}

#visit-per-zipcode.active{
    display: block;
}
