﻿/*-----------------------------------------------General-----------------------------------------------*/
body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.428571429;
    color: #333333;
    background: url(/Pictures/CompanyBkg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.chub-font-style {
    padding-left: 10px;
    color: black;
    opacity: .5;
    font-size: 24px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.sitedefault{
    color:white;
}

.CompanyLogo {
    padding-top: 10px;
    /*right: 10%;*/
    position: relative;
    border-radius: 10px;
    font-size: 15px;
    float: left;
    width: 50%;
}

.divUpload {
    width: 100px;
    height: 21.6px;
    overflow: hidden;
    background-color: white;
    color: black;
    border-radius: 3px;
    line-height: 1.5;
    margin-top: 2px;
    text-align: center;
    border: 1px solid #cccccc;
}

    .divUpload:hover {
        width: 100px;
        height: 21.6px;
        overflow: hidden;
        background-color: #ebebeb;
        color: black;
        border-radius: 3px;
        margin-top: 2px;
        text-align: center;
        border: 1px solid #cccccc;
        line-height: 1.5;
    }

.Uploadbtn {
    display: block !important;
    height: 21.6px !important;
    opacity: 0 !important;
    overflow: hidden !important;
}

.ClearFloat {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}
/* Holly Hack Targets IE Win only \*/
* html .ClearFloat {
    height: 1%;
}
/* End Holly Hack */

.TxtAreaDisc {
    width: 441px;
    height: 114px;
    background-color: white;
    overflow-y: auto;
    padding: 3px;
    border-radius: 5px;
}

.DiscTxtAreaTD {
    padding-left: 5px;
    padding-top: 5px;
    vertical-align: top;
    width: 447.2px;
}

.divHeader {
    padding-bottom: 15px;
    padding-left: 5px;
    padding-top: 5px;
    position: inherit;
}

.AppMainBackColor {
    background-color: #73c2fb;
}

.appmainbordercolor {
    border-color: #73c2fb;
}

.divMainHeader {
    border: 1px solid #ddd;
    height: 6%;
    /*margin-top:10px;*/
}

.divMainBodyContent {
    /*border: 1px solid #ddd;*/
    height: 90%;
    margin-top: 10px;
}

/*.jumbotron {
    padding-top: 4px;
    height: 280px;
    background: url(/Pictures/TitanBkg.jpg) no-repeat;
    background-size: cover;
    font-size: 15px;
}*/

.TemplateMainDiv {
    background-color: #e5e5e5;
    height: 90%;
    overflow-y: auto;
}

.TemplateSubDiv {
    /*width: 50%;*/
    margin: 0 auto;
    padding: 5px;
}

.PageHeaderTitle {
    font-size: 17px;
}

.lblConfirmation {
    display: none;
    color: #b94a48;
    font-size: 12px;
}

.form-control {
    height: 31px !important;
    font-size: 12px !important;
}

td {
    vertical-align: middle !important;
}


/*.row{height:90%;}*/
html, body, .container {
    height: 50%;
    min-height: 100%;
    min-width: 1300px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select {
    max-width: 280px;
}

/*input,
select,
textarea {
    max-width: 280px;
}*/

.navbar-inverse .navbar-brand {
    color: #fff;
}

    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
        color: #9d9d9d;
        background-color: transparent;
    }

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        color: #9d9d9d;
        background-color: transparent;
    }

.navbar-inverse {
    background-image: linear-gradient(to bottom, #C6D1DE 0%, #C6D1DE 100%);
}

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #c6d4d4;
        background-color: #7d808e;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .active > a {
        background-image: linear-gradient(to bottom, #c6d4d4 0%, #7d808e 100%);
    }

.navColor {
    background-color: #f1f1f1;
}

.tblmain {
    position: relative;
    height: 77%;
    background-color: white;
}

.tblcontent {
    overflow-y: auto;
    height: 300px;
    background-color: white;
    border: 1px solid #ddd;
}

.hublists td {
    min-width: 50px;
}

.hublists thead th {
    position: sticky;
    top: 0;
    background-color: #73c2fb;
}

.HeaderMain {
    padding: 5px;
    text-align: center
}

.HeaderMainBack {
    float: left;
    padding-left: 10px;
    padding-top: 10px;
}
/*-----------------------------------------------Loading-----------------------------------------------*/
.ImgContainer {
    display: none;
    position: absolute;
    top: 315px;
    left: 50%;
    z-index: 600;
    text-align: center;
}
/*-----------------------------------------------Load Detail-----------------------------------------------*/
.visiblectrl {
    visibility: visible;
}

.hiddenctrl {
    display: none;
}

.LoadDetail_body tbody tr:nth-child(even) {
    background-color: lightgray;
    width: 100%;
}

.Load_Header {
    margin-bottom: 0;
}

.LoadDetail_body td:nth-child(1) {
    min-width: 45px;
}

.Load_Header th:nth-child(1) {
    width: 60px;
}

.LoadDetail_body td:nth-child(2) {
    min-width: 70px;
    max-width: 50%;
}

.Load_Header th:nth-child(2) {
    width: 80px;
}

.LoadDetail_body td:nth-child(3) {
    min-width: 120px;
    max-width: 50%;
}

.Load_Header th:nth-child(3) {
    width: 138px;
}

.LoadDetail_body td:nth-child(4) {
    min-width: 115px;
}

.Load_Header th:nth-child(4) {
    width: 140px;
}

.LoadDetail_body td:nth-child(5) {
    min-width: 170px;
}

.Load_Header th:nth-child(5) {
    width: 195px;
}

.LoadDetail_body td:nth-child(6) {
    min-width: 220px;
}

.Load_Header th:nth-child(6) {
    width: 310px;
}

.LoadDetail_body td:nth-child(7) {
    min-width: 70px;
}

.Load_Header th:nth-child(7) {
    width: 80px;
}

.LoadDetail_body td:nth-child(8) {
    min-width: 100px;
}

.Load_Header th:nth-child(8) {
    /*width: 98px;*/
}

/*-----------------------------------------------Main Menu-----------------------------------------------*/

.MainMenuB {
    margin-top: 10px;
    width: 30%;
    left: 20%;
    position: relative;
    height: 100%;
    overflow-x: auto;
    border-radius: 10px;
    float: left;
}

.MainMenuBdiv {
    margin: 7px;
    padding: 6px;
    border-radius: 10px;
    border: 1px solid #7190BE;
    text-align: center;
    background-color: white;
}

    .MainMenuBdiv:hover {
        margin: 7px;
        padding: 6px;
        border-radius: 10px;
        border: 1px solid #7190BE;
        text-align: center;
        background-color: lightgray;
    }

.MainMenuBDivCol {
    margin: 7px;
    padding: 7px;
    border-radius: 10px;
    border: 1px solid #7190BE;
    text-align: center;
    background-color: white;
}

.MainMenuB a {
    text-decoration: none;
}

.MainMenuB img {
    height: 50px;
    width: 50px;
}

.MainMenuBTitles {
    font-family: 'Segoe UI',Arial,sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #7190BE;
}

.hiddenDiv {
    display: none;
}

    .hiddenDiv div:hover {
        background-color: lightgray;
    }

.MainMenu a {
    text-decoration: none;
    color: white;
}

    .MainMenu a:hover {
        text-decoration: none;
        color: #428bca;
    }

.TileTitle {
    font-family: 'Segoe UI',Arial,sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 43px;
    color: dimgray;
}

.TileSubTitle {
    font-family: 'Segoe UI',Arial,sans-serif;
    font-weight: lighter;
    font-size: 24px;
    line-height: 43px;
    color: dimgray;
}

    .TileSubTitle:hover {
        font-family: Tahoma, Verdana, Segoe, sans-serif;
        font-weight: lighter;
        font-size: 34px;
        line-height: 43px;
    }

.TileJobs {
    background-color: #FFC674;
    height: 90%;
    float: left;
    border: solid;
    border-color: white;
}

.TileAdmin {
    background-color: #C6D1DE;
    height: 50%;
    border: solid;
    border-color: white;
}

.TileAR {
    background-color: #FFFF99;
    height: 40%;
    border: solid;
    border-color: white;
}

.TileDisc {
    background-color: #FFCC99;
    height: 60%;
    float: right;
    border: solid;
    border-color: white;
}

.TileLogOut {
    background-color: #CDDCAF;
    height: 30%;
    float: right;
    border: solid;
    border-color: white;
}

.MenuHeader {
    height: 50%;
    min-height: 100%;
    min-width: 1300px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    html, body, .MenuHeader {
        min-width: 360px !important;
    }
}

@media (min-width: 1200px) {
    .MenuHeader {
        width: 1170px;
    }
}

@media (min-width: 992px) {
    .MenuHeader {
        width: 970px;
    }
}

@media (min-width: 768px) {
    .MenuHeader {
        width: 750px;
    }
}

/*------------------------------smaller screen--------------------------*/

@media screen and (max-width: 1300px) {
    html, body, .container, .MenuHeader {
        height: 100%;
        min-height: 100%;
    }

    .TileTitle {
        font-family: 'Segoe UI',Arial,sans-serif;
        font-weight: normal;
        font-size: 15px;
        line-height: 23px;
        color: white;
    }

    .TileSubTitle {
        font-family: 'Segoe UI',Arial,sans-serif;
        font-weight: lighter;
        font-size: 15px;
        line-height: 43px;
        color: white;
    }

        .TileSubTitle:hover {
            font-family: 'Segoe UI',Arial,sans-serif;
            font-weight: lighter;
            line-height: 43px;
            font-size: 17px;
        }

    .divCal {
        float: left;
    }

    .divJob {
        float: left;
        padding-left: 15px;
    }

    .divClearResize {
        clear: both;
    }

    .TileJobs {
        background-color: #FFC674;
        height: 20%;
        width: 100%;
        border: solid;
        border-color: white;
        float: none;
    }

    .TileAdmin {
        background-color: #C6D1DE;
        height: 30%;
        width: 100%;
        border: solid;
        border-color: white;
    }

    .TileAR {
        background-color: #FFFF99;
        height: 10%;
        width: 100%;
        border: solid;
        border-color: white;
    }

    .TileDisc {
        background-color: #FFCC99;
        height: 30%;
        width: 100%;
        border: solid;
        border-color: white;
        float: none;
    }

    .TileLogOut {
        background-color: #CDDCAF;
        height: 10%;
        width: 100%;
        border: solid;
        border-color: white;
        float: none;
    }

    #PartialDiscussion {
        height: 100% !important;
    }

    #PartialDiscussionReplies {
        height: 100% !important;
    }
}

/*-----------------------------------------------Calendar-----------------------------------------------*/
.calIcon.icon {
    font-size: 1em; /* change icon size */
    display: block;
    position: relative;
    width: 7em;
    height: 7em;
    background-color: #fff;
    border-radius: 0.6em;
    box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
    overflow: hidden;
}

    .calIcon.icon * {
        display: block;
        width: 100%;
        font-size: 1em;
        font-weight: bold;
        font-style: normal;
        text-align: center;
    }

    .calIcon.icon strong {
        position: absolute;
        top: 0;
        padding: 0.4em 0;
        color: #fff;
        background-color: #fd9f1b;
        border-bottom: 1px dashed #f37302;
        box-shadow: 0 2px 0 #fd9f1b;
    }

    .calIcon.icon em {
        position: absolute;
        bottom: 0.3em;
        color: #fd9f1b;
    }

    .calIcon.icon span {
        font-size: 2.8em;
        letter-spacing: -0.05em;
        padding-top: 0.8em;
        color: #2f2f2f;
    }


/*-----------------------------------------------Structure List-----------------------------------------------*/

.visiblectrl {
    visibility: visible;
}

.hiddenctrl {
    display: none;
}

.Structures_body tbody tr:nth-child(even) {
    background-color: lightgray;
    width: 100%;
}

.Structures_Header {
    margin-bottom: 0;
}

    .Structures_Header th:nth-child(1) {
        width: 80px;
    }

.Structures_body td:nth-child(1) {
    width: 80px;
}

.Structures_Header th:nth-child(2) {
    width: 105px;
}

.Structures_body td:nth-child(2) {
    width: 110px;
}

.Structures_Header th:nth-child(3) {
    width: 130px;
}

.Structures_body td:nth-child(3) {
    width: 120px;
}

.Structures_Header th:nth-child(4) {
    width: 205px;
}

.Structures_body td:nth-child(4) {
    width: 200px;
}

.Structures_Header th:nth-child(5) {
    width: 170px;
}

.Structures_body td:nth-child(5) {
    text-align: center;
    width: 170px;
}

.Structures_Header th:nth-child(6) {
    width: 170px;
}

.Structures_body td:nth-child(6) {
    width: 170px;
    padding-left: 20px;
}

/*.Structures_Header th:nth-child(7) {
    width: 110px;
}*/

/*.Structures_body td:nth-child(7) {
    width: 84px;
}*/


/*-----------------------------------------------Structure Detail-----------------------------------------------*/
.table {
    margin-bottom: 0 !important
}

.HubGrid {
    border-top: 1px solid #dddddd;
}

    .HubGrid thead tr th, .HubGrid tbody tr td {
        overflow-wrap: break-word;
        width: 10%;
    }

    .HubGrid thead tr th {
        border-bottom: 0 !important;
    }

    .HubGrid thead {
        border-bottom: 1px solid #dddddd;
    }

    .HubGrid tbody, .HubGrid tbody tr {
        display: block;
    }

    .HubGrid thead {
        table-layout: fixed;
        width: 100%;
        display: inherit;
        background: #73c2fb
    }

    .HubGrid tbody {
        /*overflow-y:auto;
    height:350px;*/
        width: 100%;
    }
/*-----------------------------------------------Open Invoices-------------------------------------------------*/
.OpenInvoices_body tbody tr:nth-child(even) {
    background-color: lightgray;
    width: 100%;
}

.OpenInvoices_Header {
    margin-bottom: 0;
}

    .OpenInvoices_Header th:nth-child(1) {
        width: 63px;
    }

.OpenInvoices_body td:nth-child(1) {
    width: 66px;
}

.OpenInvoices_Header th:nth-child(2) {
    width: 75px;
}

.OpenInvoices_body td:nth-child(2) {
    width: 75px;
}

.OpenInvoices_Header th:nth-child(3) {
    width: 105px;
}

.OpenInvoices_body td:nth-child(3) {
    width: 105px;
}

.OpenInvoices_Header th:nth-child(4) {
    width: 85px;
}

.OpenInvoices_body td:nth-child(4) {
    width: 85px;
}

.OpenInvoices_Header th:nth-child(5) {
    width: 85px;
}

.OpenInvoices_body td:nth-child(5) {
    width: 85px;
}

.OpenInvoices_Header th:nth-child(6) {
    width: 84px;
}

.OpenInvoices_body td:nth-child(6) {
    width: 85px;
}

.OpenInvoices_Header th:nth-child(7) {
    width: 86px;
}

.OpenInvoices_body td:nth-child(7) {
    width: 85px;
}

.OpenInvoices_Header th:nth-child(8) {
    width: 85px;
}

.OpenInvoices_body td:nth-child(8) {
    width: 85px;
}

.OpenInvoices_Header th:nth-child(9) {
    width: 155px;
}

.OpenInvoices_body td:nth-child(9) {
    width: 160px;
}

.OpenInvoices_Header th:nth-child(10) {
    width: 65px;
}

.OpenInvoices_body td:nth-child(10) {
    width: 65px;
}

/*-----------------------------------------------Invoice History-----------------------------------------------*/

.InvoiceHistory_body tbody tr:nth-child(even) {
    background-color: lightgray;
    width: 100%;
}

.InvoiceHistory_Header {
    margin-bottom: 0;
}

    .InvoiceHistory_Header th:nth-child(1) {
        width: 63px;
    }

.InvoiceHistory_body td:nth-child(1) {
    width: 66px;
}

.InvoiceHistory_Header th:nth-child(2) {
    width: 112px;
}

.InvoiceHistory_body td:nth-child(2) {
    width: 110px;
}

.InvoiceHistory_Header th:nth-child(3) {
    width: 99px;
}

.InvoiceHistory_body td:nth-child(3) {
    width: 84px;
}

.InvoiceHistory_Header th:nth-child(4) {
    width: 109px;
}

.InvoiceHistory_body td:nth-child(4) {
    width: 85px;
}

.InvoiceHistory_Header th:nth-child(5) {
    width: 77px;
}

.InvoiceHistory_body td:nth-child(5) {
    width: 85px;
}

.InvoiceHistory_Header th:nth-child(6) {
    width: 75px;
}

.InvoiceHistory_body td:nth-child(6) {
    width: 85px;
}

.InvoiceHistory_Header th:nth-child(7) {
    width: 63px;
}

.InvoiceHistory_body td:nth-child(7) {
    width: 85px;
}

.InvoiceHistory_Header th:nth-child(8) {
    width: 70px;
}

.InvoiceHistory_body td:nth-child(8) {
    width: 70px;
}

.InvoiceHistory_Header th:nth-child(9) {
    width: 200px;
}

.InvoiceHistory_body td:nth-child(9) {
    width: 200px;
}

.InvoiceHistory_body td:nth-child(10) {
    width: 100px;
}


/*-----------------------------------------------Delivery Ticket-----------------------------------------------*/

.DeliveryTicket_body tbody tr:nth-child(even) {
    background-color: lightgray;
    width: 100%;
}

.DeliveryTicket_Header {
    margin-bottom: 0;
}

    .DeliveryTicket_Header th:nth-child(1) {
        width: 150px;
    }

.DeliveryTicket_body td:nth-child(1) {
    width: 150px;
}

.DeliveryTicket_Header th:nth-child(2) {
    width: 150px;
}

.DeliveryTicket_body td:nth-child(2) {
    width: 150px;
}

.DeliveryTicket_Header th:nth-child(3) {
    width: 150px;
}

.DeliveryTicket_body td:nth-child(3) {
    width: 150px;
}

.DeliveryTicket_Header th:nth-child(4) {
    width: 250px;
}

.DeliveryTicket_body td:nth-child(4) {
    width: 250px;
    overflow-wrap: anywhere;
}

.DeliveryTicket_Header th:nth-child(5) {
    width: 150px;
}

.DeliveryTicket_body td:nth-child(5) {
    width: 150px;
    overflow-wrap: anywhere;
}

/*-----------------------------------------------Payments History-----------------------------------------------*/
.PaymentDetail_body {
    width: 100%;
    margin-bottom: 20px;
}

    .PaymentDetail_body td {
        padding: 8px;
        line-height: 1.428571429;
        vertical-align: top;
    }

    .PaymentDetail_body tbody tr:nth-child(odd) {
        background-color: lightgray;
        width: 100%;
    }

    .PaymentDetail_body tbody tr tbody tr:nth-child(even) {
        background-color: lightgray;
        width: 100%;
    }

    .PaymentDetail_body tbody tr tbody tr:nth-child(odd) {
        background-color: white;
        width: 100%;
    }

.PaymentDetail_Header {
    margin-bottom: 0;
}

    .PaymentDetail_Header th:nth-child(1) {
        padding-left: 65px;
        width: 205px;
    }

.PaymentDetail_body td:nth-child(1) {
    width: 55px;
}

.PaymentDetail_Header th:nth-child(2) {
    width: 185px;
}

.PaymentDetail_body td:nth-child(2) {
    width: 150px;
}


.PaymentDetail_Header th:nth-child(3) {
    width: 130px;
}

.PaymentDetail_body td:nth-child(3) {
    width: 190px;
}

.PaymentDetail_Header th:nth-child(4) {
    width: 230px;
}

.PaymentDetail_body td:nth-child(4) {
    width: 130px;
}

.PaymentDetail_Header th:nth-child(5) {
    width: 125px;
}


.PaymentDetail_body td:nth-child(5) {
    width: 237px;
}

.PaymentDetail_Header th:nth-child(6) {
    width: 80px;
}

.PaymentDetail_body td:nth-child(6) {
    width: 134px;
    overflow-wrap: anywhere;
}



/*-----------------------------------------------General-----------------------------------------------*/

.HorizontalDivText {
    background-color: #17365D;
    width: 100%;
    text-align: center;
    color: white;
}

.HorizontalDivTextAlt {
    background-color: #56769D;
    width: 100%;
    text-align: center;
    color: white;
}


/*-----------------------------------------------Discussion Board-----------------------------------------------*/

.DiscussionBoardReply_body .divReply:nth-child(odd) {
    background-color: lightgray;
    width: 100%;
}

a.docLink, a.DOCLink, a.docxLink, a.DOCXLink {
    background: url(/Pictures/doc.png) no-repeat top left;
    display: block;
    width: 25px;
    height: 25px;
    text-indent: -9999px; /* hides the link text */
}

a.pdfLink, a.PDFLink {
    background: url(/Pictures/pdf.png) no-repeat top left;
    display: block;
    width: 25px;
    height: 25px;
    text-indent: -9999px; /* hides the link text */
}

a.xlsLink, a.XLSLink, a.xlsxLink, a.XLSXLink {
    background: url(/Pictures/xls.png) no-repeat top left;
    display: block;
    width: 25px;
    height: 25px;
    text-indent: -9999px; /* hides the link text */
}

a.csvLink, a.CSVLink {
    background: url(/Pictures/csv.png) no-repeat top left;
    display: block;
    width: 25px;
    height: 25px;
    text-indent: -9999px; /* hides the link text */
}

a.txtLink, a.TXTLink {
    background: url(/Pictures/txt.png) no-repeat top left;
    display: block;
    width: 25px;
    height: 25px;
    text-indent: -9999px; /* hides the link text */
}

a.bmpLink, a.BMPLink, a.jpgLink, a.JPGLink, a.GIFLink, a.gifLink, a.pngLink, a.PNGLink, a.jpegLink, a.JPEGLink {
    background: url(/Pictures/img.png) no-repeat top left;
    display: block;
    width: 25px;
    height: 25px;
    text-indent: -9999px; /* hides the link text */
}

a.DWGLink, a.dwgLink {
    background: url(/Pictures/dwg.png) no-repeat top left;
    display: block;
    width: 25px;
    height: 25px;
    text-indent: -9999px; /* hides the link text */
}

a.DFXLink, a.dfxLink {
    background: url(/Pictures/dfx.png) no-repeat top left;
    display: block;
    width: 25px;
    height: 25px;
    text-indent: -9999px; /* hides the link text */
}

.OverLayCss {
    opacity: .3;
    background: white;
    z-index: 1000;
    position: absolute;
    top: 50px;
    width: 100%;
    height: 186px;
    display: none;
}

.OverLayText {
    color: red;
    text-align: center;
    font-size: 60px;
    font-family: fantasy,Arial,sans-serif;
    display: table-cell;
    vertical-align: middle;
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.Notifications {
    text-align: center;
    border: 1px solid #ddd;
    background: white;
    display: none;
    width: 250px;
    height: auto;
    position: absolute;
    z-index: 10001;
    padding: 10px 10px 10px 10px;
    line-height: 200%;
    border-radius: 4px;
    top: 15px;
    left: 850px;
}

    .Notifications a {
        color: #73c2fb;
    }

.AlertImg {
    width: 24px;
    height: 24px;
    float: right;
    display: none;
}

.helpnotification {
    text-align: center;
    border: 1px solid #ddd;
    background: white;
    display: none;
    width: 250px;
    height: auto;
    position: absolute;
    z-index: 10001;
    padding: 10px 10px 10px 10px;
    line-height: 200%;
    border-radius: 4px;
    top: 15px;
    left: 350px;
}

.infoimg {
    width: 16px;
    height: 16px;
    /*float: right;*/
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    opacity: 1;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        top: -5px;
        left: 105%;
    }
    .tooltip:hover .tooltiptext {
        visibility: visible;
    }


.calendar-icon {
    background: url(/pictures/calendar.png)no-repeat center center fixed;
}



.JobListStyle {
    list-style: none;
    padding-left: 0;
}

.JobListItemStyle {
    padding: 3px;
}

    .JobListItemStyle:hover {
        cursor: pointer;
        background-color: lightgray;
    }

.Borderless td {
    padding: 0px !important;
    padding-bottom: 8px !important;
    border: none !important;
}

.hubsearchboxoutter {
    border-radius: 10px;
    display: flex;
    width: 280px;
}

.ui-autocomplete {
    cursor: pointer;
    height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #73c2fb !important;
}

#customerSig, #driverSig {
    border: 4px solid #444;
    border-radius: 15px;
    background-color: #fafafa;
}

/**phones*/
/*@media screen and (max-width: 600px) {
    html, body, .container {
        min-width: 360px !important;
    }
}*/

@media only screen and (min-width: 200px) and (max-width: 767px) {
    html, body, .container {
        min-width: 360px !important;
    }
}

/**tablets*/
@media (min-width: 992px) {
}