@charset "utf-8";

/* CSS Document */

html,
body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px !important;
    line-height: 160% !important;
    margin: 0px;
    padding: 0px;
    background-color: #BBCCDD;
}

#container {
    width: 980px;
    position: absolute;
    top: 2px;
    left: 50%;
    margin-left: -490px;
    border-style: solid;
    border-width: 0px;
    background-color: #FFF;
}

#main {
    width: 900px;
    position: relative;
    margin-left: 40px;
    border-style: none;
    background-color: #FFF;
    border-width: 0px;
}

#divForm {
    background-color: #DEDEDE;
    border-width: 1px;
    border-style: double;
    border-color: #AAAAAA;
    margin-top: 10px;
}

#divForm .divTitle {
    font-size: 1.2em;
    font-weight: bold;
    color: #000000;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
}

#divForm .divBG {
    background-color: #F1F1F1;
    border-width: 1px;
    border-style: solid;
    border-color: #888888;
    margin: 20px;
    margin-top: 10px;
    padding: 5px;
}

#divForm .divSearch {
    margin: 20px;
    margin-top: 10px;
    padding: 5px;
}

a {
    cursor: pointer;
    color: #000;
}

a:hover {
    text-decoration: underline;
    color: #666;
}

a:visited {
    color: #00F;
}

table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border: 0px solid #EEE;
}

#statustracker table td {
    border: medium none;
}

#statustracker {
    height: 235px;
    overflow: auto;
}

table td {
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 3px;
    border: 1px solid #DEDEDE;
    vertical-align: text-top;
}

table td table {
    width: auto;
}

.tblNoBorder {
    border: 1px solid #000;
    width: 100%;
    table-layout: fixed;
    margin: 0;
    padding: 0;
}

.tblNoBorder td {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border: 0px solid #000;
    padding: 3px;
}

.tblBorderCompact {
    width: 100%;
    border: 1px solid #fff;
}

.tblNoBorderCompact {
    width: 100%;
    border: 0px solid #fff;
}

.tblNoBorderCompact td {
    text-overflow: ellipsis;
    font: 11px Arial, sans-serif;
    overflow: hidden;
    white-space: nowrap;
    border: 0px solid #fff;
    padding: 0px;
}

.tblNoBorderCompact input[type=button] {
    color: #000;
   
    font: 10px Arial, sans-serif;
    background-color: #fff;
    border: 1px solid;
    border-color: #696 #363 #363 #696;
    padding: 0px;
    height: 1.6em;
   
}

#divOrderEntry2 .tblNoBorderCompact input[type="text"] {
  
    height: 15px;
    border-radius: 5px;
    border: 1px solid #BBB;
    margin: 2.5px 0;
}

#divOrderEntry .tblNoBorderCompact input[type="text"] {
    height: 15px;
    border-radius: 5px;
    border: 1px solid #BBB;
    margin: 3px 0;
}

#divOrderDispatchdivOrderOpenOrderPUAddressAddressTable .tblNoBorderCompact input[type=text],
#divOrderDispatchdivOrderOpenOrderDLAddressAddressTable .tblNoBorderCompact input[type=text] {
    height: 15px;
    border-radius: 5px;
    border: 1px solid #BBB;
    margin: 3.5px 0;
    padding-left: 2px;
}

#divOrderEntry2 .tblNoBorderCompact select {
    height: 20px;
    margin: 3px 0;
}

.tblNoBorderCompact input[type=text],
select {
    font: 9px Arial, sans-serif;
    height: 1em;
   
}

label {
    font-weight: bold;
    color: #000;
}

.Gray {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    color: #000000;
}

.center {
    margin: 0 auto;
    text-align: center;
}

.tdRight {
    text-align: right;
}

img {
    border: 0px;
}

input[type=text] {
    height: 1em;
   
    border: 1px solid #BBBBBB;
}

input[type=button] {
  
    height: auto;
    padding: 1px;
    border: 1px solid #567890;
}

input[type=image] {
    position: relative;
    top: 3px;
    border: 0 px solid #BBBBBB;
}

input[type=password] {
    height: 14px;
    background-color: #FFFFEA;
    border: 1px solid #BBBBBB;
}

select {
    height: 1.7em;
    width: 120px;
    
    border: 1px solid #BBBBBB;
}

#divHeader {
    position: relative;
    padding-bottom: 0px;
}

#divFooter {
    position: relative;
    padding-top: 10px;
}

#divLogin {
    position: absolute;
    top: 0px;
    right: 0px;
}

#tbldata td {
    white-space: normal;
}

.callus {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.8em;
    font-weight: bold;
    color: #2B65EC;
}

.linkButtonSmall {
    -moz-box-shadow: 1px 2px 2px #888888;
    -webkit-box-shadow: 1px 2px 2px #888888;
    box-shadow: 1px 2px 2px #888888;
    background-image: linear-gradient(to bottom, #FFFFFF 5%, #CCCCCC 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FFFFFF), color-stop(1, #CCCCCC));
    /*#79bbff#378de5*/
    background: -moz-linear-gradient( center top, #FFFFFF 5%, #CCCCCC 100%);
    /*#79bbff#378de5*/
    background-color: #FFFFFF;
    /*#79bbff*/
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 3px;
    border: 0px solid #FFFFFF;
    /*#84bbf3*/
    display: inline-block;
    color: #222222;
    font-family: 'Arial Narrow', sans-serif;
    font-stretch: condensed;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -1px;
    padding: 3px 6px;
    margin: 2px;
    text-decoration: none;
   
}

.linkButtonSmall:hover {
    color: #777777;
    text-decoration: none;
}

.linkButtonSmall:active {
    position: relative;
    top: 1px;
}

.linkButtonSmall:visited {
    color: #ffffff;
    position: relative;
    top: 1px;
}


/*breadcurmbs*/

#breadcurmbs ul {
    margin: 10px;
    padding: 0;
    list-style: none;
}

#breadcrumbs-one {
    background: #eee;
    border-width: 1px;
    border-style: solid;
    border-color: #f5f5f5 #e5e5e5 #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    /* Clear floats */
    overflow: hidden;
    width: 97%;
}

#breadcrumbs-one li {
    float: left;
}

#breadcrumbs-one a {
    padding: .3em 1em .3em 2em;
    float: left;
    text-decoration: none;
    color: #444;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    background-color: #ddd;
    font-size: 12px;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#f5f5f5), to(#ddd));
    background-image: -webkit-linear-gradient(left, #f5f5f5, #ddd);
    background-image: -moz-linear-gradient(left, #f5f5f5, #ddd);
    background-image: -ms-linear-gradient(left, #f5f5f5, #ddd);
    background-image: -o-linear-gradient(left, #f5f5f5, #ddd);
    background-image: linear-gradient(to right, #f5f5f5, #ddd);
}

#breadcrumbs-one li:first-child a {
    padding-left: 1em;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

#breadcrumbs-one a:hover {
    background: #fff;
}

#breadcrumbs-one a::after,
#breadcrumbs-one a::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-left: 1em solid;
    right: -1em;
}

#breadcrumbs-one a::after {
    z-index: 2;
    border-left-color: #ddd;
}

#breadcrumbs-one a::before {
    border-left-color: #ccc;
    right: -1.1em;
    z-index: 1;
}

#breadcrumbs-one a:hover::after {
    border-left-color: #fff;
}

#breadcrumbs-one .current,
#breadcrumbs-one .current:hover {
    font-weight: bold;
    background: none;
}

#breadcrumbs-one .current::after,
#breadcrumbs-one .current::before {
    content: normal;
}


/*breadcurmbs end*/

.img_90 {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    cursor: pointer;
}

.img_270 {
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    cursor: pointer;
}

.tblNoBorderCompact_om {
    width: 100%;
    border: 0px solid #fff;
    background-color: #66ACDD;
    color: #fff;
    border-radius: 3px;
}

.tblNoBorderCompact_om td {
    text-overflow: ellipsis;
    font: 11px Arial, sans-serif;
    overflow: hidden;
    white-space: nowrap;
    border: 0px solid #fff;
    line-height: 20px;
    color: #fff;
}

.link_1 {
    border-right: 1px solid #A9BCF5 !important;
    text-align: center;
}

.link_1:last-child {
    border-right: 0px solid #fff !important;
    text-align: center;
}

.link_1 a {
    width: 60px !important;
    ;
    padding: 0 3px;
    color: #fff !important;
    text-decoration: none;
    font-size: 10px;
    font-family: tahoma;
    font-weight: 700;
}

.link_1 a:hover {
    color: #333 !important;
    text-decoration: underline;
}

.link_1:hover {
    background: #01A9DB;
}

.zone_list {
    clear: both;
    color: #fff;
    font-weight: 600;
    font-family: tahoma;
    font-size: 11px;
    background: green;
    width: 80px;
    text-align: center;
    border-radius: 2px;
    padding: 4px 10px;
}

.zone_list:hover {
    cursor: pointer;
    color: #3B0B0B;
}

#pp_up,
#pp_down {
    width: 780px;
    border-radius: 3px;
    float: left;
    margin: 2px;
}

#discountpirce {
    float: left;
}

#deleteordersdiv {
    float: right;
}

#deleteorders {
    background: #01a9db none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 15px;
    box-shadow: 2px 5px 5px #888888;
    color: #fff;
    height: 20px;
    margin-bottom: 15px;
    width: 100px;
}

#btnSearch {
    background: #01a9db none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 15px;
    box-shadow: 2px 5px 5px #888888;
    color: #fff;
    height: auto;
    margin-bottom: 15px;
    width: 70px;
}

#clear_btn {
    background: #01a9db none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 15px;
    box-shadow: 2px 5px 5px #888888;
    color: #fff;
    height: auto;
    margin-bottom: 15px;
    width: 70px;
}

#statustracker>table {
    text-align: left;
}

#countsticker>table {
    text-align: justify;
}

#countsticker>table {
    font-weight: normal;
    text-align: justify;
}

.info_class>img {
    border-radius: 50%;
    height: 24px;
    width: 24px;
}

#divOrderDispatchtxtDLLocation {
    width: 88px;
}

#divOrderDispatchtxtAccount {
    width: 88px;
}

.chklocations {
    display: inline-block;
    width: 32%;
}

.driver_route_new {
    border-radius: 5px;
    box-shadow: 2px 5px 5px #888888;
    color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
}

.addbutton {
    border-radius: 7px;
    height: auto !important;
    margin-top: 3px;
    width: 45px;
    bolder: 1px solid #000;
}

#noborders {
    width: 100%;
}

#noborders td {
    border: none;
}

.addbutton:hover {
    background-color: #01a9db none repeat scroll 0 0;
}

#divOrderDispatchdivOrderOpenbtnDriverEdit {
    margin-bottom: 2px;
    width: 40px;
    border-radius: 7px;
    height: auto !important;
    bolder: 1px solid #000;
}

#divOrderDispatchdivOrderOpenbtnUpdate {
    /*margin-left: 33px;*/
    margin-top: 2px;
    width: 40px;
    border-radius: 7px;
    height: auto !important;
    bolder: 1px solid #000;
}

#clearallcharges {
    background: #01a9db none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 15px;
    box-shadow: 2px 5px 5px #888888;
    color: #fff;
    font-weight: bold;
    height: auto;
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 3px 20px;
}

#unselectallcharges {
    background: #01a9db none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 15px;
    box-shadow: 2px 5px 5px #888888;
    color: #fff;
    font-weight: bold;
    height: auto;
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 3px 20px;
}

#clearallcharges:hover,
#unselectallcharges:hover {
    background-color: #078DEB;
}

#divOrderEntry2btnFind,
#divOrderEntry2btnSubmit {
    background: #01a9db none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 15px;
    box-shadow: 2px 5px 5px #888888;
    color: #fff;
    font-weight: bold;
    height: auto;
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 3px 20px;
}

#divOrderEntry2btnFind:hover,
#divOrderEntry2btnSubmit:hover {
    background-color: #078DEB;
}

#location_change_button {
    border-radius: 7px;
    height: auto;
    line-height: 10px;
    width: 35px;
    font-size: 11px;
}

#location_change_button:hover {
    background: #078deb none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
}

#divOrderEntry2PUAddressbtnClearAddressBook,
#divOrderEntry2DLAddressbtnClearAddressBook {
    border-radius: 7px;
    height: auto;
    width: 35px;
    margin-left: -5px;
}

#divOrderOpendivOrderOpenbtnQuoteToOrder {
    border-radius: 7px;
    float: right;
    height: auto;
    margin-top: -14px;
    width: 45px;
}

#scheduled_search_btn {
    background: #01a9db none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 7px;
    box-shadow: 2px 5px 5px #888888;
    color: #fff;
    font-weight: bold;
    height: auto;
    line-height: 12px;
    margin-bottom: 10px;
    padding: 3px 10px;
}

#DLAddress_search,
#PUAddress_search,
#Account_search {
    height: auto;
    padding: 2px 10px;
}

.divTitle #divOrderSchedulebtnAdd {
    background: #01a9db none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 7px;
    box-shadow: 2px 5px 5px #888888;
    color: #fff;
    font-weight: bold;
    height: auto;
    line-height: 12px;
    margin-bottom: 10px;
    margin-left: 15px;
    padding: 3px 10px;
}

.divTitle #divOrderSchedulebtnAdd:hover {
    background: #078deb none repeat scroll 0 0;
}

.divTitle #btnSearch {
    background: #01a9db none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 15px;
    box-shadow: 2px 5px 5px #888888;
    color: #fff;
    height: auto;
    margin-bottom: 20px;
    width: 65px;
}

#btnRegister {
    background: #01a9db none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 15px;
    box-shadow: 2px 5px 5px #888888;
    color: #fff;
    height: auto;
    margin-bottom: 5px;
    width: 65px;
}

#divTrackingbtnTrack {
    background: #01a9db none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 15px;
    box-shadow: 2px 5px 5px #888888;
    color: #fff;
    height: auto;
    margin-bottom: 10px;
    margin-top: -10px;
    width: 65px;
}

#divQuotebtnSubmit,
#divContactbtnSend {
    background: #01a9db none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 15px;
    box-shadow: 2px 5px 5px #888888;
    color: #fff;
    height: auto;
    margin-bottom: 5px;
    width: 65px;
}

#divQuotebtnSubmit:hover {
    background: #078deb none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
}

#divContactbtnSend:hover {
    background: #078deb none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
}

#site_login {
    background: #01a9db none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 2px 5px 5px #888888;
    color: #fff;
    font-weight: bold;
    height: auto;
}

#site_login:hover {
    background: #078deb none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
}

#divLogtxtEmail {
    height: auto;
}

#divLogtxtPassword {
    height: auto;
}

#divDriverbtnsearchdr {
    height: auto;
}

#divTrackingbtnTrack:hover {
    background: #078deb none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
}

#btnRegister:hover {
    background: #078deb none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
}

#divHeaderdivMenunav img {
    margin-top: -5px;
}

#scheduled_search_btn:hover {
    background: #078deb none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
}

#divOrderOpendivOrderOpenbtnQuoteToOrder:hover {
    background: #078deb none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
}

#divOrderEntry2PUAddressbtnClearAddressBook:hover,
#divOrderEntry2DLAddressbtnClearAddressBook:hover {
    background: #078deb none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
}

#divOrderSchedulebtnAdd {
    background: #01a9db none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 15px;
    box-shadow: 2px 5px 5px #888888;
    color: #fff;
    font-weight: bold;
    height: auto;
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 3px 20px;
}

#btnSearch:hover,
#clear_btn:hover {
    background-color: #078DEB;
}

#divForm {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



#divCompany>div {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 0 10px;
}

#divService {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 0 10px;
}

#divEmployeement {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 0 10px;
}

#divTestimonial {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 10px;
}

#divHome {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#divHeaderdivMenu {
    margin: 10px 0;
}

.divBG #btnSearch {
    margin-bottom: 6px;
}

#left_tbl td {
    padding: 1px;
}

#divLogindivLogin {
    top: 2px !important;
}

.delaycommbtn {
    border-radius: 7px;
    margin-bottom: 2px;
    margin-left: 2px;
    width: 48px;
}

#submitdiscount {
    background: #fff none repeat scroll 0 0;
    border-radius: 15px;
    width: 40px;
}

.ui-autocomplete {
    z-index: 1111 !important;
}

.select2-dropdown {
    z-index: 1100 !important;
}

#orderuploadpage .divBG {
    
    min-height: 400px;
}

#orderuploadpage #orderUpload label {
    font-size: 14px;
}

#orderuploadpage #orderUpload .form-control {
    background-color: #FFF;
}

#orderuploadpage .callus {
    display: contents;
}

#orderuploadpage #divHeaderdivtop>div:first-child {
    top: 35px !important;
}