/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}

body {line-height: 1; width: 100%; height: 100%; font-family: Arial, Helvetica, sans-serif; color:#f4f4f4; font-size:12px; clear:both;}

.overlay{
    display:none;
    position:fixed;
    width:100%;
    height:100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url(/images/loadingSpinner.gif) center no-repeat;
}
body.loading{
    overflow: hidden;
}
body.loading .overlay{
    display: block;
}

.centerDialog {
    position: absolute;
        top:50px;
        left:300px;
}
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    max-height: calc(100vh - 200px);
    overflow-y : auto;
}
.centerModal{
    position : absolute;
    float:left;
    left:40%;
    top:40%;
    transform: translate(-40%,-40%)
}
@keyframes spinner {
    0% {
        transform: translate3d(-50%, -50%, 0) rotate(0deg);
    }

    100% {
        transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
}
.spin::before {
    animation: 1.5s linear infinite spinner;
    animation-play-state: inherit;
    border: solid 5px #cfd0d1;
    border-bottom-color: #1c87c9;
    border-radius: 50%;
    content: "";
    height: 40px;
    width: 40px;
    position: absolute;
    top: 10%;
    left: 10%;
    transform: translate3d(-50%, -50%, 0);
    will-change: transform;
}

.descColumn{
    width: 150px !important;
}

.clearPadding {
    padding-top: 0px;
    padding-bottom: 0.2em;
}
.qtyCell{
    width:70px !important;
    text-align:right;
}
#tabDiv {
    margin-top: 10px;
    font-size: 0.8rem;
    width: 100%
}

#tabDiv ul li {
    padding-left: 4px;
}
.linkPart{
    cursor:pointer;
}
.tab-pane {
    padding-left: 5px;
    padding-top: 4px;
    background-color: ivory;
    height: 14rem;
    overflow-y: auto;
}

.moneyCell {
    text-align: right;
    width:123px;
}
.moneySmall {
    text-align: right;
    width: 80px;
}
.centerCell{
    text-align:center;
    width: 105px;
}
.centerSmall{
    text-align:center;
    width:60px;
}
.leftSmall{
    text-align:left !important;
    width:100px !important;
}
.linkCell {
    color: mediumblue;
    text-decoration: underline;
    cursor: pointer;
}

.redBorder{
    border-color:red;
}

.partNumber {
    font-size: 18px;
    color: blue;
}

.smallbtn {
    width: 100px;
    font-size: 12px;
    margin-top: 4px;
}

.smallBox {
    width: 50px;
    text-align: right;
}
.mediumBox {
    width: 120px;
    text-align: right;
}
.largeBox {
    width: 150px;
    text-align: right;
}
.xlargeBox {
    width: 150px !important;
    text-align: right;
}
.largeLeftBox {
    width: 180px;
    text-align: left;
}

.xlargeLeftBox {
    width: 150px !important;
    text-align: left;
}
.xxlargeLeftBox {
    width: 450px !important;
    text-align: left;
}
.width1600 {
    width: 1600px !important;
}
.width1500 {
    width: 1500px !important;
}
.width1400 {
    width: 1400px !important;
}
.width1300 {
    width: 1300px !important;
}

.width1200 {
    width: 1200px !important;
}
.width1000 {
    width: 1000px !important;
}
.width1100 {
    width: 1100px !important;
}
.width1050 {
    width: 1050px !important;
}
.width900 {
    width: 900px !important;
}
.width800{
    width:800px !important;
}
.width850 {
    width: 850px !important;
}

.width750 {
    width: 750px !important;
}

.width700 {
    width: 700px !important;
}

.width600 {
    width: 600px;
}

.width650 {
    width: 650px;
}
.width450 {
    width: 450px;
}

.outerSearchTable {
    float: right;
    width: 750px;
    padding: 4px;
}

.boldTitle {
    font-weight: bold;
}

.innerSearchTable tr td:last-child {
    text-align: right;
    width: 250px;
    padding-right: 5px;
}

.innerSearchTable {
    margin-top:7px;
    margin-bottom:7px;
    font-size: 12px;
}
.redBorder {
    border: 1px solid red;
}
.card-header {
    background-color: #3370a8;
    color: white;
    font-size: 0.8rem;
}
.mainBlue{
    color: #3370a8 !important;
}

.refineBox {
    font-size: 1rem;
    width: 18rem;
    height: 1.4em;
}
.boldTr {
    font-size: 16px !important;
    font-weight: 900 !important;   
}
.borderCell{
    border: 1px solid orange;
}

.btn-gray {
    color: white;
    background-color: slategray;
    border-radius: 12px;
    min-width : 110px !important;
   /* border-color: #0d6efd;*/
}

.btn-gray:hover {
    color: white;
    background-color: slategray;
    /*   border-color: #0a58ca;*/
}

.btn-check:focus + .btn-gray, .btn-gray:focus {
    color: white;
    background-color: slategray;
    /*   border-color: #0a58ca;*/
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-check:checked + .btn-gray, .btn-check:active + .btn-gray, .btn-gray:active, .btn-gray.active, .show > .btn-gray.dropdown-toggle {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be;
}

.btn-check:checked + .btn-gray:focus, .btn-check:active + .btn-gray:focus, .btn-gray:active:focus, .btn-gray.active:focus, .show > .btn-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-gray:disabled, .btn-gray.disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}


.btn-xsm, .btn-group-sm > .btn {
    margin-top: 0.2rem;
    padding: 0.12rem 0.24rem;
    font-size: 0.700rem;
    border-radius: 0.2rem;
}
.blueTitle {
    color: blue;
}

.orangeTitle {
    color: #ffc107;
}
.redTitle{
    color:red;
}
.hasPointer{
    cursor:pointer;
}
.bluebackground{
    background-color: #3370a8;
}

.paneltable {
    border: 1px solid;
    font-size: 1.2rem;
    background-color: white !important;
    width:100%;
}

.paneltable tr {
    line-height: 1.4em;
}

.paneltable td {
    text-align: right;
    padding-right: 8px;
}

.paneltableFirstTd{
    width : 400px;
}

.financetable {
    border: 1px solid;
    font-size: 1.2rem;
    background-color: white !important;
    width: 100%;
}

.financetable tr {
    line-height: 1.4em;
}

.financetable td {
    text-align: right;
    padding-right: 8px;
}

.financetableFirstTd {
    width: 400px;
}


.paneltitle {
   text-align: left !important;
    line-height: 1.95em;
    font-size: 1.4em;
    color: white;
    background-color: #3370a8;
    padding-left: 5px;
}

.topround{
    border-radius: 10px 10px 0px 0px;
}

.botround {
    border-radius: 0px 0px 10px 10px;
}

.modal-header{
    background-color: #3370a8 !important;
    color: white !important;
    font-size: 24px !important;
    line-height: 26px !important;
    font-weight:bold !important;
    display:flex;
    flex-direction: row;
}
.modalClose {
    background-color: #3370a8 !important;
    color: white !important;
    font-size: 24px !important;
    font-weight: bold !important;
    border: 0px solid #3370a8 !important;
}
.headerButton {
    font-weight: bold;
    margin-left: 30px;
    padding-top: 2px;
    border-radius: 10px;
    border: 2px solid white !important;
    padding-top: 7px;
    display: none;
}

.catfocus{
    color: maroon;
    text-decoration:underline;
}
.vendorName {
    font-size: 14px;
    color: #3370a8;
    padding-bottom: 5px;
    line-height: 26px;
}

.dollaricon {
    height: 14px;
    margin-top: -3px;
    cursor: pointer;    
}
.cctooltip{
    position: relative;
    display: inline-block;  
}
.cctooltip .cctooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: white;
    color: #3370a8;
    text-align: center;
    padding: 5px 0 5px;
    border-radius: 6px;
    border: 1px solid black;
    position: absolute;
    z-index:1;
}
.cctooltip:hover .cctooltiptext{
    visibility: visible;
}

.cctooltip .cctooltipwide {
    visibility: hidden;
    width: 300px;
    background-color: white;
    color: #3370a8;
    text-align: center;
    padding: 5px 0 5px;
    border-radius: 6px;
    border: 1px solid black;
    position: absolute;
    z-index: 1;
}
.cctooltip:hover .cctooltipwide {
    visibility: visible;
}

.cctooltip .cctooltipwideleft {
    visibility: hidden;
    width: 300px;
    background-color: white;
    color: #3370a8;
    text-align: center;
    padding: 5px 0 5px;
    border-radius: 6px;
    border: 1px solid black;
    left: -200px;
    position: absolute;
    z-index: 1;
}

.cctooltip:hover .cctooltipwideleft {
    visibility: visible;
}
.roomtype {
    font-size:18px;
    color:blue;
    line-height: 20px;
}

.roundbtn {
    border-radius: 10px;
    background: #0b5ed7!important;
    padding-top: 2px;
}
    .roundbtn:hover {
        border: 1px solid white;
        background: #0d6efd!important;
    }  

.leftLabel {
    width: 120px;
    text-align: right;
    padding-right: 5px;
}
.leftLargeLabel {
    width: 230px;
    text-align: right;
    padding-right: 5px;
}

.purchBox {
    text-align: right;
}

.linkPo {
    width:100px !important;
    text-align: center;
}
.ordersTable{
    font-size: 14px;
    margin-top:5px;
}
.ordersTable th {
    color: white;
    background-color: #3370a8;
}
.table > tbody > tr:hover >td{
    background-color: #cff5ff;
}
.vendorInfo{
    width: 12px;
    margin-left: 5px;
    cursor:pointer;
}
.vendorName{
    cursor:pointer;
}
.noquote{
    color: darkcyan;
}

.btnItems {
    width: 110px !important;
    padding-top: 2px;
    padding-bottom: 2px;
}

.blink {
    animation: blinkMe 2s linear infinite;
}
@keyframes blinkMe{
    0%{
        opacity: 0;
    }
    50%{
        opacity:1;
    }
    100%{
        opacity: 0;
    }
}
/* color styles 
---------------------------------------------- */

/* black */
.black {color: #d7d7d7; border: solid 1px #333; background: #333; background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
        background: -moz-linear-gradient(top,  #666,  #000); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');}
.black:hover { background: #000; background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000)); background: -moz-linear-gradient(top,  #444,  #000);
               filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');}
.black:active { color: #666; background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444)); background: -moz-linear-gradient(top,  #000,  #444);
                filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');}

/* gray */
.gray {color: #e9e9e9; border: solid 1px #555; background: #6e6e6e; background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
       background: -moz-linear-gradient(top,  #888,  #575757); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');}
.gray:hover { background: #616161; background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b)); background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
              filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b'); }
.gray:active { color: #afafaf; background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888)); background: -moz-linear-gradient(top,  #575757,  #888);
               filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');}

/* white */
.white { color: #606060; border: solid 1px #b7b7b7; background: #fff; background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
         background: -moz-linear-gradient(top,  #fff,  #ededed); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');}
.white:hover { background: #ededed; background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc)); background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
               filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');}
.white:active { color: #999; background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff)); background: -moz-linear-gradient(top,  #ededed,  #fff);
                filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');}

/* orange */
.orange { color: #fef4e9; border: solid 1px #da7c0c; background: #f78d1d; background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
          background: -moz-linear-gradient(top,  #faa51a,  #f47a20); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');}
.orange:hover { background: #f47c20; background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015)); background: -moz-linear-gradient(top,  #f88e11,  #f06015);
                filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');}
.orange:active { color: #fcd3a5; background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a)); background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
                 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');}

/* red */
.red { color: #faddde; border: solid 1px #980c10; background: #d81b21; background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
       background: -moz-linear-gradient(top,  #ed1c24,  #aa1317); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');}
.red:hover {background: #b61318; background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115)); background: -moz-linear-gradient(top,  #c9151b,  #a11115);
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');}
.red:active {color: #de898c; background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24)); background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
             filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');}

/* blue */
.blue {color: #d9eef7; border: solid 1px #0076a3; background: #0095cd; background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
       background: -moz-linear-gradient(top,  #00adee,  #0078a5); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');}
.blue:hover {background: #007ead; background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e)); background: -moz-linear-gradient(top,  #0095cc,  #00678e);
             filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');}
.blue:active {color: #80bed6; background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee)); background: -moz-linear-gradient(top,  #0078a5,  #00adee);
              filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');}

/* rosy */
.rosy {color: #fae7e9; border: solid 1px #b73948; background: #da5867; background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
       background: -moz-linear-gradient(top,  #f16c7c,  #bf404f); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');}
.rosy:hover {background: #ba4b58; background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845)); background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
             filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');}
.rosy:active {color: #dca4ab; background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c)); background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);
              filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');}

/* green */
.green {color: #e8f0de; border: solid 1px #538312; background: #64991e; background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
        background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');}
.green:hover {background: #538018; background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c)); background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
              filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');}
.green:active {color: #a9c08c; background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f)); background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
               filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');}

.gradient_blue {background: rgba(102,170,221,1); background: -moz-linear-gradient(top, rgba(102,170,221,1) 0%, rgba(74,147,207,1) 100%); 
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(102,170,221,1)), color-stop(100%, rgba(74,147,207,1)));
                background: -webkit-linear-gradient(top, rgba(102,170,221,1) 0%, rgba(74,147,207,1) 100%); background: -o-linear-gradient(top, rgba(102,170,221,1) 0%, rgba(74,147,207,1) 100%);
                background: -ms-linear-gradient(top, rgba(102,170,221,1) 0%, rgba(74,147,207,1) 100%); background: linear-gradient(to bottom, rgba(102,170,221,1) 0%, rgba(74,147,207,1) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66aadd', endColorstr='#4a93cf', GradientType=0 );}


/* LOGIN/LOGOUT PAGES
---------------------------------------------- */

#login_box {width: 450px; padding: 10px 0 20px 0; margin: auto; z-index: 20; margin-top: 200px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px;
            border-radius: 10px; background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iIzZmYWRlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjJiNWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 33%, #6fade0 67%, #022b5f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(33%,#ffffff), color-stop(67%,#6fade0), color-stop(100%,#022b5f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 33%,#6fade0 67%,#022b5f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 33%,#6fade0 67%,#022b5f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 33%,#6fade0 67%,#022b5f 100%); /* IE10+ */
    background: linear-gradient(top,  #ffffff 0%,#ffffff 33%,#6fade0 67%,#022b5f 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#022b5f',GradientType=0 ); /* IE6-8 */    }
#login_box #Carecraft_logo{ background: url('../images/CarecraftlogoGrey.png') 96px 0px no-repeat; width: 100%; height: 82px; padding-bottom: 10px; margin-left: 0px;}
#login_box #IPG_logo{ background: url('../images/IPGLogo-login.png') no-repeat; width: 250px; height: 82px; padding-bottom: 10px; margin-left: 0px;}
#login_box #txtEmail, #login_box #txtPassword, #login_box #txtEmailAdd, #login_box #txtPassword1, #login_box #txtPassword2{ width: 300px; border: 1px solid #ccc; margin: auto;
                                                                                                                            margin-bottom: 20px; padding:3px; display: block;}
#login_box #btnLogin, #login_box #btnRetrieve, #login_box #btnChangePassword, #login_box #btnGoLogin{display: block; margin: auto;}
#login_box #btnLogin { display: block; margin-left: 203px;}
#login_box #pnlError {  width: 300px; text-align: left; margin-left: 75px; color: #FF0000; font-size: 10px;}
#login_box #change_pass { color: #000000; margin: auto; margin-bottom: 15px; width: 310px; text-align: center;}
	
.lnkWhite { text-decoration:none; color:#fff; font-weight:bold;}
.lnkWhite:hover { text-decoration:underline;}
.lnkWhite:visited { color:#fff;}
