﻿@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/OpenSans-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/OpenSans-Bold.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: format('truetype'), url(../fonts/OpenSans-Italic.ttf) format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/OpenSans-BoldItalic.ttf) format('truetype');
    font-weight: bold;
    font-style: italic;
}




html {
    margin: 0px;
}


body {
    overflow: auto;
    padding-bottom: 50px; /* this needs to be bigger than footer height*/
    font-family: "Open Sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 13px !important;
    line-height: 1.42857;
    color: #4e6484;
    background-color: #fff;
    position:relative;
    background-color:#fafafa;
}
p{
    font-weight:normal;
}

p {
    font-weight:normal;
}

#logo_div {
    /*background-color:#0079fe;*/
    /*position:relative;*/
}

#head_div {
    text-align:right;
    font-size:small;
    /*color:white;*/
    padding-right:20px;
    line-height:30px;
}

/*COLORS OF THE SQUARES:
    Blue: #337ab7
    Green:#5cb85c.
    orange:#f0ad48
    Reddish: #d9634f.
    */
#main_header {
        background-color:#fff; /*This is the main color of the header and text*/
        /*height:100px;*/
        border-bottom:1px #c1c1c1 solid;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color:#006ebb; /*#0079fe;*/
}

.navbar-toggle {
    position: relative;
    float: left;
    /*padding: 9px 10px;*/
    /*margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;*/
    background-color:none;
    /*background-image: url('../images/toggle_btn2.png');
    background-repeat:no-repeat;*/
    /*border: none;*/
    border-radius: 4px;
    border:1px #333 solid;
}

.glyphicon { margin-right:10px; }
.panel-body { padding:0px; }
.panel-body table tr td { padding-left: 15px }
.panel-body .table {margin-bottom: 0px; }
.panel-heading { cursor: default; }

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    cursor: pointer;
}

footer {
    /*background-color:#006ebb;*/
    height:30px;
    line-height:30px;
    /*color:white;*/
    padding-left:25px;
    width:100%;
    /*font-size:small;*/
    position:absolute;
    bottom:0px;
    left:0px;
}

.image_change:hover {
    opacity: 0.4;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.outside_box {
    /*width:500px;*/
    padding:30px;
    border:1px silver solid;
    margin-top:20px;
    border-radius: 10px;
    background-color:#eeeeee;
}

.inside_box {
    /*width:500px;*/
    padding:10px;
    border:1px silver solid;
    margin-top:10px;
    border-radius: 5px;
    background-color:#eeeeee;
}

.DIV_spacing {
        padding:10px;
        margin-top:10px;
        border-top:1px #fff solid;
}

.floating_error {
    width:300px;
    position:absolute;
    top:100px;
    left:10%;
    box-shadow: 10px 10px 5px #888888;
    border:1px red dashed;
}

#insurance_div {
    width: 300px;
    height: 150px;
    position: absolute;
    z-index: 9000;
    top: 100px;
    left: 200px;
    background: white;
    padding: 25px;
    box-shadow: 10px 10px 5px #888888;
    border: 1px silver solid;
}

.whiteBG {
    background-color:white;
}

.content_div {
    /*border:1px silver solid;*/
    border-top:none;
    /*height:400px;*/
    width:100%;
    margin-left:10px;
    padding:-5px 5px 5px 5px;
}

.content_div2 {
    /*border:1px silver solid;*/
    border-top:none;
    /*height:400px;*/
    width:100%;
   /* margin-left:10px;*/
    padding:-5px 5px 5px 5px;
}
/*Try the below style for a nice card like look*/
.skin-card {
    padding-left: 15px;
    border: 1px solid #e9e9e9;
    border-bottom-color: #d5d5d5;
    border-bottom-width: 2px;
    border-radius: 4px;
    background-color: #ffffff;
    color: #333333;
    overflow-x:auto;
}

/*pro*/
.webView2
{
    color: red !important;
}
/*start styles for the tracking arrows*/
.step {
    padding: 5px 4%;
    background-color: #038DFF;
    display: inline-block;
    position: relative;
    font-size: 1.2em;
    color:#fff;
}

.step:after, .step:before {
    width: 0;
    height: 0;
    border: solid transparent;
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: 1;
}

.step:after {
    border-color: rgba(0, 0, 0, 0);
    border-left-color: #038DFF;
    border-width: 20px;
    margin-top: -20px;
}

.step:before {
    border-color: rgba(0, 0, 0, 0);
    border-width: 22px;
    margin-top: -22px;
    border-left-color: white;
}

.nextStep {
    background-color: #005396;
    border-left-color: #005396;
}
    
.nextStep:after {
    border-left-color: #005396;
}

.nextStepAgain {
    background-color: #D20E2F;
    border-left-color: #D20E2F;
}
    
.nextStepAgain:after {
    border-left-color: #D20E2F;/*#12DE07;*/
}

/*pro*/
.nextNextStepAgain {
    background-color: #D20E2F;
    border-left-color: #D20E2F;
}
    
.nextNextStepAgain:after {
    border-left-color: #D20E2F;/*#12DE07;*/
}
/*pro*/
    
.nextStepGray {
    background-color: #E8E7E7;
    border-left-color: #E8E7E7;
}
    
.nextStepGray:after {
    border-left-color: #E8E7E7;/*#12DE07;*/
}
nextStepGray .amjhr {
    margin-top: 1px;
    border: 0;
    border-top: 1px solid #151414;
}

/*end styles for the tracking arrows*/
/*start paging style*/

.pagination-ys {
    padding-left: 0;
    margin: 10px 0;
    border-radius: 4px;
    font-size:12px;
}

.pagination-ys table > tbody > tr > td {
    display: inline;
}

.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 5px 10px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #dd4814;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
    font-size:12px;
}

.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 5px 10px;
    line-height: 1.42857143;
    text-decoration: none;
    margin-left: -1px;
    z-index: 2;
    color: #aea79f;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}

.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination-ys table > tbody > tr > td:last-child > a,
.pagination-ys table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination-ys table > tbody > tr > td > a:hover,
.pagination-ys table > tbody > tr > td > span:hover,
.pagination-ys table > tbody > tr > td > a:focus,
.pagination-ys table > tbody > tr > td > span:focus {
    color: #97310e;
    background-color: #eeeeee;
    border-color: #dddddd;
}

/*end paging style*/

.listitems2 label {
    margin-left: 5px;
    margin-right:10px;
    font-style:normal;
    font-weight:100;
        }

.mandatory
{
    color: #D20E2F;
}
.smallsize {
    font-size:12px;
}

.largesize {
    font-size:14px;
    font-weight:300;
}

.GridStyle
{

}
.GridStyle tr
{
    /*added this for the curved edges*/
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
/* Your grid header column style */
.GridStyle tr th
{
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    color:Black;
}
.tabStyle
{
    /*added this for the curved edges*/
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

/*for the rates pages overflow*/
.RatesOverflow
{
    overflow-y:auto;
    max-height:366px;	
}

.RatesOverflow table
{
	margin: 0px 0px 2px;
    border: 0px;
}

.RatesOverflow table td
{
	padding: 2px;
}

.Quotewell-sm {
    padding-top: 9px;
    font-size:12px;
    /*adding curved corners*/
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.btn-mobile
{
    color: white;
    border-radius: 10px;
    padding: 4px 5px;
}

.btn-green
{
    background-color: #008002;
}

.btn-green:focus, .btn-green:hover,.btn-green:visited,.btn-green:active
{
    color: white !important;
    text-decoration:none;
}

.btn-blue
{
    background-color: #005880;
}

.btn-blue:focus, .btn-blue:hover, .btn-blue:visited, .btn-blue:active
{
    color: white !important;
    text-decoration:none;
}

.btn-mobileSig
{
    color: white !important;
    border-radius: 10px;
    padding: 4px 5px;
}

.btn-mobileSig a
{
    color: white !important;
}

.btn-sig-green
{
    background-color: #008002;
}
.btn-sig-green:focus, .btn-sig-green:hover,.btn-sig-green:visited,.btn-sig-green:active
{
    color: white !important;
    text-decoration:none;
}

.org-dest
{
    display:flex;
}

.podSignature
{
    position:relative;
}

.podSignature::before
{
    content: ".";
    background-image: url(../images/view-signature-icon.png);
    background-repeat: no-repeat;
    width: 59px;
    height: 35px;
    /* background-color: green; */
    display: block;
    background-size: contain;
    position: absolute;
    top: -16px;
    left: -38px;
}

@media (max-width: 765px)
{

    .well-lg
    {
        padding-left: 8px;
    }

    .well-sm
    {
        height: 375px !important;
        font-size:small;
        /*border-top-left-radius: 6px;*/
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    .Quotewell-sm
    {
    /*height: 410px;*/
    padding-top: 9px;
    font-size:small;
    /*adding curved corners*/
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    }

    /* for the rates display*/
    .tableContract
    {
        position:relative;
        width:150px;
    }

    .tableContract td
    {
        position:relative;
    }

    .tableContract #rateId
     {
        position:absolute;/**/
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
        left:-150px;
        margin-left:0;
        top:20px;
        display: none;
        background-color: floralwhite;
     }

    .tableContract tbody > tr
    {        
        position: relative;   
    }

    .tableContract tbody > tr > td
    {
        border:2px red;
    
    }
    .ratePadding {
        padding-bottom: 180px;
    }

    .rateTableBlock
    {
        display:block !important;
        width:200px;
        height:160px;
        overflow-x:scroll;
        overflow-y:hidden;
     }

     /* end for the rates display*/

    .org-dest
    {
        /*display:flex;*/
    }

    .podSignature
    {
        position:relative;
    }

    .podSignature::before
    {
        /*content: ".";
        background-image: url(../images/view-signature-icon.png);
        background-repeat: no-repeat;*/
        width: 59px;
        height: 15px;
        display: none;
        background-size: contain;
        position: absolute;
        top: -16px;
        left: -38px;
    }

    .trackbutton
    {
        /*font: bold 11px Arial;*/
        text-decoration-color:white;
        text-decoration:none;
        background-color: #EEEEEE;
        padding: 2px 2px 2px 2px;
        /*border-top: 1px solid #CCCCCC;
        border-right: 1px solid #333333;
        border-bottom: 1px solid #333333;
        border-left: 1px solid #CCCCCC;*/
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }
}

#logo_div {
    position: relative;
    /*width:100%;
    height:150px;
    background-image:url(images/header_image.jpg); 
    background-repeat:no-repeat;
    background-size:contain;
    min-height: 50px;*/
}

.login_pills {
    /*color:white;*/
    font-size: small;
}

.login_pills a {
    /*color:white;*/
}

small {
    color: #8397b5;
}

small, .small {
    font-size: 92%;
}

small {
    font-size: 80%;
}

.login_name {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

#footerlogo {
}

@media screen and (min-width: 700px) {
    .login_name {
        left: 150px;
        top: 10px;
    }
}

.name_div {
    color: white;
    padding-left: 100px;
    font-size: small;
    width:100%;
    line-height: 30px;
}

@media screen and (max-width: 500px) {
    .name_div {
        display: none !important;
    }
}

@media screen and (max-width: 500px) {
    .cboxdims {
        width: 95%;
        height: 95%;
        max-height: 400px;
        max-width: 400px;
    }
}


@media only screen and (max-width: 900px) {
    .thefooter {
        display: none;
    }

    .footerLogos {
        display: none !important;
    }
}

.footer-column h5 {
    color: #3abbf0;
    margin: 0;
    padding: 10px 10px 5px 10px;
    font-size: 14px;
    font-weight: normal;
}

.footer-column ul {
    border-left: 1px solid #3abbf0;
    margin-left: 12px;
    margin-top: 10px;
    padding-left: 10px;
}


.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/*#contactus_div2 {
    width: 100%;
    height: 30px;
    background-color:rgba(0, 0, 0, 0.5);
    color: white;
    position: fixed;
    bottom: 0;            
}*/
.contactus_div2 {
    width: 100%;
    height: 30px;
    background-color: #f70d16;
    color: white;
    position: fixed;
    bottom: 0;
    margin-left: -20px;
    z-index: 999;
    padding-top: 5px;
    display: none;
}

#contactus_div {
    width: 400px;
    height: 300px;
    background-color: #002749;
    color: white;
    position: absolute;
    z-index: 999;
    right: 5px;
    bottom: 0px;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    display: none;
}

.contactus_div {
    width: 400px;
    height: 300px;
    background-color: #002749;
    color: white;
    position: absolute;
    z-index: 999;
    right: 5px;
    top: 10%;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    display: none;
}

.inner_div h1 {
    /*color:white;*/
    font-size: 28px;
    font-style: oblique;
    font-stretch: expanded;
}

.inner_div h2 {
    /*color:white;*/
    font-size: 20px;
    font-style: oblique;
    font-stretch: expanded;
}

.btn-bg {
    background-color: #002749;
    color: white;
    font-size: 18pt;
    /*padding:5px;*/
    line-height: 18px;
}

.inner_div {
    background-image: url('images/contactus_icons.png');
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    height: 100%;
}


/***** Footer ********/

.navbar-footer {
    border-top: 1px solid red;
}

.footer-sections {
    max-width: 1680px;
    margin: 40px auto 0;
    padding-top: 50px;
    display: flex;
    color: black;
    align-items: start;
}

.footer-logos {
    max-width: 346px;
    display: grid;
    grid-template-columns: 85px max-content;
    grid-template-rows: 1fr 1fr 1fr;
    align-items: center;
    grid-row-gap: 10px;
}

.footer-logo-company {
    grid-row:1;
    grid-column: 1 / span 2;
    max-width: 250px;
}

.footer-logo-company img {
    width:100%;
    object-fit:cover;
}

.logo-pharma {
    max-width:85px;
    grid-row: 2;
}
.logo-pharma img {
    max-width: 100%;
    object-fit: cover;
}

.logo-cpat {
    grid-row: 2;
}

.validate-text {
    white-space:nowrap;
    font-size:14px;
    grid-row: 3;
    grid-column: 1 / span 2;
    align-self:self-start;
}

.footer-links-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(250px, 1fr));
}

.footer-links h5{
    font-size:17px;
    font-weight:bold;
}

ul.links {    
    margin: 0;
    padding: 5px 10px 5px 15px;
    list-style: none;
}

    ul.links a {
        font-size: 14px;
        display: block;
        color: black;
        padding: 10px 0;
        position:relative;
    }

        ul.links a::before {
            content: '\00BB';
            display: block;
            position: absolute;
            left: -15px;
            top: 4px;
            color: #0e4a79;
            font-size: 20px;
        }

    .social-media-icons {
        display: flex;
        gap: 15px;
    }

    .social-media-icons a {
        max-width: 36px;
        display: block;
    }

    .social-media-icons img {
        width: 100%;
        object-fit: cover;
    }

.copyright {
    margin-top: 60px;
    padding: 12px;
    background-color: rgb(13 73 121);
}


.copyright p, .copyright p strong {
    font-size: 15px;
    font-weight: 100;
    text-align: center;
    color:white;
    margin:0;
}    