    @import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
    margin: 0;
    padding: 0;
    position: initial;
    font-family: 'Open Sans', sans-serif !important;
    bottom: 0; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#245a81+0,2f6daa+54,2f6daa+100,7db9e8+100 */
}

.login_bg {
    background: #245a81 !important;
    height: 100%;
    WIDTH: 100%;
    POSITION: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.bg_color {
    background: #fff !important;
}

.logo {
    padding-left: 0 !important;
}

    .logo img {
        width: 200px;
        margin: 12px 0 0 0;
    }

.header {
    background: #143550;
    padding: 10px;
}

.footer {
    background: #143550;
    padding: 10px;
}

.content {
    padding: 20px 0;
}

.tab-content {
    padding: 0px 0;
}

.header input[type="text"] {
    box-shadow: none;
    border: none;
    position: relative;
    margin-top: 7px;
    background: none;
    width: 78%;
    outline: 0;
}

.content .nav-tabs > li.active > a, .content .nav-tabs > li.active > a:hover, .content .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #143550;
    border: 1px solid transparent;
    border-bottom-color: transparent;
}

.content .nav-tabs > li > a {
    color: #000;
}

.login_form {
    width: 380px;
    transition: transform(50%,50%);
    margin: 1em auto;
    padding: 2em 2em 1em 2em;
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #ebebeb;
    box-shadow: rgba(0,0,0,0.14902) 0px 1px 1px 0px,rgba(0,0,0,0.09804) 0px 1px 2px 0px;
}

    .login_form .group {
        position: relative;
        margin-bottom: 25px;
    }

    .login_form h3 {
        text-align: center;
        margin-bottom: 20px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 20pt;
        font-weight: 600;
    }

    .login_form input {
        font-size: 18px;
        padding: 10px 10px 10px 5px;
        -webkit-appearance: none;
        display: block;
        background: #fafafa;
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
        color: #636363;
        width: 100%;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid rgb(36, 90, 129);
    }

        .login_form input:focus {
            outline: none;
        }


    /* Label */

    .login_form label {
        color: #999;
        font-size: 18px;
        font-weight: normal;
        position: absolute;
        pointer-events: none;
        left: 5px;
        top: 10px;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }



    .login_form .login_btn {
        position: relative;
        display: inline-block;
        padding: 12px 24px;
        margin: .3em 0 1em 0;
        width: 100%;
        vertical-align: middle;
        color: #fff;
        font-size: 16px;
        line-height: 20px;
        -webkit-font-smoothing: antialiased;
        text-align: center;
        letter-spacing: 1px;
        background: transparent;
        border: 0;
        cursor: pointer;
        -webkit-transition: all 0.15s ease;
        transition: all 0.15s ease;
    }

.login_btn:focus {
    outline: 0;
}


/* Button modifiers */

.login_form .login_btn {
    background: #193b57;
    border: none;
    border-radius: 4px;
    text-transform: uppercase;
}

    .login_form .login_btn:hover {
        background: #193b57;
    }




.login img {
    display: block;
    margin: 0 auto;
    width: 170px;
}

.login {
    margin-top: 120px;
}

.product_row {
    cursor: pointer;
}

.top_block .nav-tabs {
    border-bottom: 4px solid rgba(0, 0, 0, 0.76) !important;
}

.tab-content .nav-tabs > li.active > a, .tab-content .nav-tabs > li.active > a:hover, .tab-content .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: pointer;
    background-color: #000;
    border: none;
    border-bottom-color: transparent;
}

.tab-content .nav-tabs > li > a {
    color: #000;
    cursor: pointer;
}

.nav-tabs > li {
    float: left;
    margin-bottom: 0px !important;
}

.col1 {
    /* margin-top: 0; */
    padding-top: 20px;
    border-left: 1px solid rgba(204, 204, 204, 0.36);
    border-bottom: 1px solid rgba(204, 204, 204, 0.36);
    border-right: 1px solid rgba(204, 204, 204, 0.36);
    margin-bottom: 50px;
    background: rgba(197, 197, 197, 0.25);
    min-height: 700px;
    height: auto;
    overflow: hidden;
}

.top_block {
    padding: 0 !important;
    margin: 0;
}

.textbox_special {
    border: none;
    width: 100%;
}

.select_special {
    padding: 10px 5px;
    border-radius: 4px;
    width: 100%;
    border: 1px solid #CCC;
}

.product_heading {
}

.col2_block {
    margin-bottom: 0px;
}

.product_heading {
    background: #143550;
    display: block;
    width: 100%;
    padding: 0px 0 0 0;
    clear: both;
    margin: 20px 0 1px 0;
    border-radius: 4px 4px 0 0;
    float: left;
    color: #ffffff;
    padding: 0 0 0 0;
}

    .product_heading h3.col-lg-4 {
        font-size: 20px;
    }

h3.col-lg-6, h3.col-lg-2, h3.col-lg-5, h3.col-lg-1, h3.col-lg-4 {
    margin: 0;
    padding: 0 10px;
    line-height: 40px;
    color: #fff;
    font-size: 14pt;
    letter-spacing: 2px;
}

.spacing_margin {
    margin-top: 10px;
    margin-bottom: 10px;
}

.product_col label {
    float: left;
}

.product_col {
    float: left;
    margin-right: 3px;
}

.col3_block {
    border-bottom: 1px solid #CCC;
    margin-bottom: 1px;
    background: rgb(255, 255, 255);
    margin-left: 1px !important;
    padding: 5px 20px;
    width: 99.8%;
    position: relative;
    clear: both;
}

.col_rt {
    float: right;
    text-align: right;
}

.search_deatils {
    background: #f5f5f5;
    margin-bottom: 20px;
}

.btn_cancel {
    background: #143550;
    color: #fff;
    padding: 10px 20px;
    border: none;
    margin-top: 10px;
    font-size: 11pt;
}

.no-padding {
    padding: 0 !important;
}

.loader {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    position: absolute;
    margin: 0 auto;
    top: 40%;
    left: 0;
    right: 0;
    /* background: #000; */
    /* z-index: 9999999999 !important; */
}

/* EXCEL LOADER TEXT */
#loader-text{
    width:100%;
    margin-top:60px;
    margin-right:12px;
    text-align:center;
    color:white;
    font-size:20px;
}

/* LOADER 1 */

#loader-1:before, #loader-1:after {
    content: "";
    position: fixed;
    top: 52%;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    border: 10px solid transparent;
    border-top-color: #3498db;
}

#loader-1:before {
    z-index: 100;
    animation: spin 2s infinite;
}

#loader-1:after {
    border: 10px solid #ccc;
}

.loader-small:before, .loader-small:after {
    content: "";
    position: absolute;
    top: 105%;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 10px solid transparent;
    border-top-color: #3498db;
}

.loader-small:before {
    z-index: 100;
    animation: spin 2s infinite;
}

.loader-small:after {
    border: 10px solid #ccc;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.form-control:before {
    content: "\f002";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 0;
    content: "";
    top: 0;
}

.logo {
    margin-left: 0;
}

.col2_block .fa-search {
    position: absolute;
    right: 10px;
    cursor: pointer;
    top: 13px;
}

.search_field {
    border: 1px solid #CCC;
    padding: 10px 5px;
    width: 100%;
    border-radius: 4px;
    position: relative;
    background: #fff;
}

.header .fa-search {
    position: absolute;
    right: 10px;
    cursor: pointer;
    top: 12px;
}


.header .search_field {
    border: 1px solid #CCC;
    padding: 0 10px;
    width: 100%;
    border-radius: 4px;
    position: relative;
    background: #fff;
    height: 40px;
}

.col3_block:nth-child(odd) {
    background: hsl(0, 0%, 95%);
}

.logout {
    text-align: right;
    margin-bottom: 10px;
}

    .logout a {
        color: #fff;
    }

        .logout a:hover {
            color: #fff;
        }

.col1 {
    min-height: 800px;
}

.loading {
    position: fixed;
    top: 0%;
    left: 0;
    height: inherit;
    right: 0;
    background: rgba(0, 0, 0, 0.32);
    height: 100%;
    z-index: 95999599 !important;
}

.dashboard .btn_quote {
    background: #143550;
    display: inline-block;
    padding: 10px 20px;
    margin: 20px 5px 0px 5px;
    color: #fff;
    height: 40px;
    border-radius: 4px;
    border: none;
}

.client_page {
}

.add_more h4 {
    font-size: 20px;
}

.add_more {
    border: 2px solid #000;
    /* padding: 10px; */
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 27px;
    font-size: 15pt;
    text-align: center;
}

.block1 {
    background: #fff;
}

.block1 {
    background: #143550;
    height: auto;
    overflow: hidden;
    cursor: pointer;
    padding: 20px;
    color: #fff;
    margin-bottom: 30px;
    border-radius: 6px;
    min-height: 300px;
}

    .block1 span {
        position: absolute;
        right: 15px;
        top: 16px;
        background: #996b76;
        padding: 10px;
        color: #fff;
    }

/* CLIENT BLOCK COLORS FOR CLASS '.block1 span'
    Color scheme as follows : 
    MT = color-1
    Dist = color-2
    EU = color-3
    Intg = color-4
    Nat = color-5
    Ally = color-6
*/

        /*BILL TO CLIENTS*/
        .block1 span.bt-color-1, .bt-color-1 {
            position: absolute;
            right: 15px;
            top: 16px;
            background: #22C32A;
            padding: 10px;
            color: #fff;
        }

        .block1 span.bt-color-2, .bt-color-2 {
            position: absolute;
            right: 15px;
            top: 16px;
            background: #1253C0;
            padding: 10px;
            color: #fff;
        }

        .block1 span.bt-color-3, .bt-color-3 {
            position: absolute;
            right: 15px;
            top: 16px;
            background: #C52F21;
            padding: 10px;
            color: #fff;
        }

        .block1 span.bt-color-4, .bt-color-4 {
            position: absolute;
            right: 15px;
            top: 16px;
            background: #C6C53A;
            padding: 10px;
            color: #fff;
        }

        .block1 span.bt-color-5, .bt-color-5 {
            position: absolute;
            right: 15px;
            top: 16px;
            background: #818181;
            padding: 10px;
            color: #fff;
        }

        .block1 span.bt-color-6, .bt-color-6 {
            position: absolute;
            right: 15px;
            top: 16px;
            background: #9B1B9D;
            padding: 10px;
            color: #fff;
        }

        /*SHIP TO CLIENTS*/
        .block1 span.st-color-1, .st-color-1 {
            position: absolute;
            right: 15px;
            top: 16px;
            background: #9FC57E;
            padding: 10px;
            color: #fff;
        }

        .block1 span.st-color-2, .st-color-2 {
            position: absolute;
            right: 15px;
            top: 16px;
            background: #9FB6C6;
            padding: 10px;
            color: #fff;
        }

        .block1 span.st-color-3, .st-color-3 {
            position: absolute;
            right: 15px;
            top: 16px;
            background: #D66D63;
            padding: 10px;
            color: #fff;
        }

        .block1 span.st-color-4, .st-color-4 {
            position: absolute;
            right: 15px;
            top: 16px;
            background: #C5C5A2;
            padding: 10px;
            color: #fff;
        }

        .block1 span.st-color-5, .st-color-5 {
            position: absolute;
            right: 15px;
            top: 16px;
            background: #A8A8A8;
            padding: 10px;
            color: #fff;
        }

        .block1 span.st-color-6, .st-color-6 {
            position: absolute;
            right: 15px;
            top: 16px;
            background: #9E95A7;
            padding: 10px;
            color: #fff;
        }

/* END CLIENT BLOCK COLORS */

.col3_block span {
    position: absolute;
    right: 13px;
    top: 30px;
    background: #8ca776;
    padding: 10px;
    color: #fff;
}

.block1 h3 {
    margin: 0 0 20px 0;
    padding: 0;
}

.block1 h4 {
    text-align: center;
    min-height: 40px;
}

.call_btn {
    margin: 0 auto 0 auto;
    display: block !important;
}

.edit_btn {
    display: block !important;
    margin: 0 auto;
}

/*#exampleModal h5 {
    display: inline-block;
    font-size: 16pt;
}

#exampleModal .form-control {
    box-shadow: none !important;
    background-color: white;
    border-radius: 0 !important;
}

#exampleModal .modal-footer {
    padding: 15px;
    text-align: center;
    border-top: none;
    clear: both;
}*/

.spacing_top {
    margin-top: 700px;
}

.main_block {
    border-bottom: 1px solid #CCC;
    padding: 10px 0;
}

    .main_block h3 {
        margin: 0;
        padding: 0;
        font-size: 13pt;
        color: #021d31;
        font-weight: 500;
    }

.frmCompanyDetail {
    padding: 0px;
}

.tab_content {
    margin-top: 30px;
}

.client_info h3:first-child {
    margin-top: 0px;
}

.client_info h3 {
    padding: 12px 10px;
    font-size: 16pt;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    margin-top: 10px;
    background: rgba(238, 238, 238, 0.34);
    clear: both;
}

.client_info label {
    font-weight:;
}

.col_34 {
    margin-top: 20px;
}

.col23 {
    border-bottom: 1px solid #eee;
    /* margin: 0 10px; */
    padding-bottom: 10px;
    padding-top: 10px;
    /* padding: 0 10px; */
    height: auto;
    overflow: hidden;
}

/*#exampleModal .modal-header h3 {
    margin: 0;
}

#exampleModal .modal-body {
    position: relative;
    padding: 20px 20px 0 20px;
}*/
.modal-body {
    word-wrap: break-word;
}

.block1 i.fa.fa-share {
    padding-right: 10px;
}

.col3_block .col-lg-5, .col3_block .col-lg-5 label {
    cursor: pointer;
}


.block1 b {
    font-weight: normal;
    font-size: 11pt;
    margin: 6px 0 0 0;
    display: inline-block;
    color: #c7c2c2;
}

.rating .filled {
    color: #21568b;
}

.rating {
    color: #a9a9a9;
    margin: 0;
    padding: 0;
}

ul.rating {
    display: inline-block;
}

.rating li {
    list-style-type: none;
    display: inline-block;
    padding: 1px;
    text-align: center;
    font-size: 14pt;
    font-weight: bold;
    cursor: pointer;
}

.text_style {
    font-weight: normal;
}

.col-block_41 {
    /* border-bottom: 1px solid #CCC;
        min-height: 50px;
    margin-bottom: 10px;*/
    min-height: 25px;
    height: auto;
    overflow: hidden;
}

.no-spacing {
    padding-left: 0 !important;
    padding-right: 0;
}

    .no-spacing .col-lg-5 {
        border-right: 1px solid #CCC;
    }

.col_block_41_left {
    float: left;
    width: 35%;
    clear: both;
}

.floating_div {
    float: right;
}

.col_block_41_right {
    float: left;
    width: 65%;
    min-height: 20px;
}

.col_block_42_left {
    float: left;
    width: 100%;
    clear: both;
}

.col_block_42_right {
    float: left;
    width: 87%;
    min-height: 50px;
}

    .col_block_42_right label {
        margin-bottom: 0;
    }

.top_margin {
    margin-top: 30px;
}

.col-lg-blcok .col-lg-5 {
    border-right: 1px solid #CCC;
}

.col3_block:last-child {
    border-bottom: none !important;
}

#right-panel {
    font-family: 'Roboto','sans-serif';
    line-height: 30px;
    padding-left: 10px;
}

    #right-panel select, #right-panel input {
        font-size: 15px;
    }

    #right-panel select {
        width: 150px;
    }

    #right-panel i {
        font-size: 12px;
    }

#map {
    clear: both;
    float: left;
    width: 100%;
    height: 430px;
    margin-bottom: 20px;
}

#right-panel {
    float: left;
    width: 100%;
}

.client_address {
    text-align: left !important;
    padding: 0 !important;
    line-height: 25px;
}

.col-sm-block h3 {
    margin: 0 0 10px 0;
    padding: 0;
}

.col-sm-block .col_rt {
    margin-bottom: 10px;
}

.col3_block .col-lg-5 {
    border-right: 1px solid #CCC;
}

.rating_desciption label {
    display: block;
    font-weight: normal;
}

.col3_block:last-child {
    border: none;
}

.add_encounter_btn {
    margin: 20px 0 5px 0;
    display: block !important;
}

.contact_page input[type="text"] {
    margin: 0px 20px 13px 10px;
    padding: 0px 10px;
    width: 32%;
    border: 1px solid #CCC;
}


.hdpi.pac-logo:after, .pac-logo:after {
    background-image: none !important;
}

#ModalEncounter input[type="text"] {
    border: none;
    width: 100%;
    height: 40px;
    border: 1px solid #CCC;
}

#ModalEncounter textarea {
    width: 100%;
}


.checkbox_btn {
    width: 160px;
    display: inline-block;
}

    .checkbox_btn input {
        display: block;
        opacity: 0;
    }

    .checkbox_btn label {
        width: 60px;
        height: 30px;
        cursor: pointer;
        display: inline-block;
        position: relative;
        background: rgb(189, 189, 189);
        border-radius: 30px;
        transition: background-color 0.4s;
        -moz-transition: background-color 0.4s;
        -webkit-transition: background-color 0.4s;
    }

        .checkbox_btn label:after {
            left: 0;
            width: 20px;
            height: 20px;
            margin: 5px;
            content: '';
            position: absolute;
            background: #FFF;
            border-radius: 10px;
        }

    .checkbox_btn input:checked + label {
        background: #337ab7;
    }

        .checkbox_btn input:checked + label:after {
            left: auto;
            right: 0;
        }


    .checkbox_btn input:checked ~ p:nth-of-type(1) {
        color: rgb(39, 173, 95);
        display: block;
    }

    .checkbox_btn input:not(:checked) ~ p:nth-of-type(2) {
        display: block;
    }

    .checkbox_btn input[type="checkbox"] {
        margin: 0;
        display: none;
    }

.col-sm-block-5 input[type="date"] {
    width: 100%;
    border: 1px solid #CCC;
    padding: 7px 10px;
    border-radius: 4px;
}

.margin_bottom {
    margin-bottom: 10px;
}

.col-sm-block-5 label {
    display: block;
}

.modal-footer {
    clear: both;
}

#ModalEncounter .modal-header {
    padding: 0px 28px;
}

.search_field_dashboard .fa-search {
    position: absolute;
    right: 10px;
    cursor: pointer;
    top: 13px;
}

.search_field.search_field_dashboard.col-sm-3 {
    vertical-align: bottom;
    margin: 30px 0 0 -12px;
    /*padding: 8px 10px 0 8px;*/
}

.search_field_dashboard input[type="text"] {
    width: 92%;
    outline: 0;
}

#ModalEncounter h3 {
    margin: 20px 0;
    color: #19568c;
}

.col-sm-block8 .btn-default {
    margin-right: 1px;
}


.clsDirections .modal-body {
    position: relative;
    padding: 15px;
    background: #fff;
    height: auto;
    overflow: hidden;
}

.pac-container {
    z-index: 10000 !important;
}

.clsDirections #right-panel {
    padding-left: 0;
}

.clsDirections select {
    padding: 5px 5px;
    border-radius: 4px;
    margin-left: 10px;
    width: 15%;
    border: 1px solid #CCC;
    border-radius: 0;
}

.clsDirections .modal-header .close {
    margin-top: -2px;
    background: #CCC;
    border-radius: 100px;
    width: 30px;
    height: 30px;
}

@media (min-width: 768px) {
    .clsDirections .modal-dialog {
        width: 90%;
        margin: 30px auto;
    }
}

.clsDirections #right-panel i {
    font-size: 18px;
}

.clsDirections #right-panel a.travelmode {
    /* margin-left: 10px; */
    font-size: 14pt !important;
    color: #000;
    border-right: 1px solid #CCC;
    margin: 0;
    display: inline-block;
    padding: 0 10px;
    line-height: 9px;
}

/*.clsDirections #right-panel a.active {
       background: #0b6fc1;
    color: #fff;
    width: 40px;
    height: 36px;
    line-height: 36px;
}*/

.clsDirections #right-panel a.active {
    padding: 7px;
    background: #0b6fc1;
    color: #fff;
}


img.hide_img {
}

/*img.show_img {
      padding-left: 5px;
    
}*/

.clsDirections .modal-header {
    padding: 8px 15px;
}

.product_listing h3.col-lg-1 {
    margin: 0;
    padding: 0;
    line-height: 40px;
    color: #fff;
    font-size: 12pt !important;
    letter-spacing: 2px;
    width: 7%;
    text-align: center;
}

.product_listing h3.col-lg-2 {
    margin: 0;
    padding: 0;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 11pt !important;
    letter-spacing: 2px;
    width: 14%;
}

.product_listing .col-lg-1 {
    width: 7%;
    margin: 0;
    font-size: 11pt !important;
    padding: 0;
    text-align: center;
}

.product_listing .col-lg-2 {
    width: 14%;
    margin: 0;
    font-size: 11pt !important;
    padding: 0;
    text-align: center;
}

    .product_listing .col-lg-2:first-child {
        text-align: left !important;
    }

.encounter_btn {
    margin: 15px 0 0 0;
}

.fa-file-pdf-o {
    text-decoration: underline;
    font-size: 18pt !important;
}



.panel-heading {
    position: relative;
}

    .panel-heading .accordion-toggle:after {
        font-family: 'Glyphicons Halflings';
        content: "\e114";
        float: none;
        color: grey;
        margin-top: 0;
        vertical-align: top;
        position: absolute;
        right: 20px;
        top: 10px;
    }

    .panel-heading .accordion-toggle.collapsed:after {
        content: "\e080";
    }

.col28 {
    padding: 0 !important;
    border: none !important;
}

#ModalEncounter select {
    padding: 10px 5px;
    border-radius: 4px;
    width: 100%;
    border: 1px solid #CCC;
}

.notes_textarea textarea {
    width: 100%;
}

.margin_notes {
    margin-top: 25px;
}

    .margin_notes button {
        margin-right: 10px;
    }

.logout-btn {
    cursor: pointer;
}


/*
#EditContactsDataModel .form-control {
    box-shadow: none !important;
    background-color: white;
    border-radius: 0 !important;
}

#EditContactsDataModel h3, #AddContactsDataModel h3, #ContactsDataModel h3 {
    margin: 0;
    padding: 0;
}



#EditContactsDataModel input[type="text"], #AddContactsDataModel input[type="text"] {
    border: 1px solid #CCC;
    width: 100%;
    height: 38px;
    border-radius: 0px !important;
}

#EditContactsDataModel select, #AddContactsDataModel select {
    border-radius: 0px !important;
    width: 100%;
    height: 38px !important;
}
*/

.edit_btn_link {
    color: #337ab7 !important;
}

.title_heading {
    font-size: 14pt;
    min-height: 16pt;
    margin: 10px 0 0 0 !important;
}

.contact_info label {
    line-height: 33px !important;
    cursor: pointer;
}

#ContactsDataModel .modal-footer {
    border: none;
    padding: 5px 15px 15px;
}

#ContactsDataModel .modal-body {
    padding-top: 0 !important;
}



.percentage_align {
    width: 15%;
    text-align: right;
}

.validation_message {
    color: red;
}

.ModalEncounterNotes h3, .ModalAddEncounterNotes h3 {
    margin: 0;
    font-weight: 600;
}

.ModalEncounterNotes .col_info_section {
    border-bottom: 2px solid #CCC;
    padding: 0;
    margin-bottom: 20px;
}

.ModalEncounterNotes h4 {
    font-size: 12pt;
    font-weight: 600;
    text-transform: uppercase;
}

    .ModalEncounterNotes h4 .fa {
        padding-left: 10px;
        float: right;
    }

.ModalEncounterNotes .col3_block {
    padding: 0px 0;
    font-weight: 500;
    margin: 15px 0 0 0;
}

    .ModalEncounterNotes .col3_block label {
        font-weight: 500;
    }

.ModalAddEncounterNotes textarea {
    width: 100%;
    resize: none;
    border: 1px solid #CCC;
    min-height: 80px;
}

.ModalEncounterNotes .col3_block:nth-child(odd) {
    padding: 8px !important;
}

.ModalAddEncounterNotes .modal-body {
    position: relative;
    padding: 15px 0 15px 0;
    height: auto;
    overflow: hidden;
}

.align_left {
    text-align: left !important;
}

.align_center {
    text-align: center !important;
}

span.quotes_section {
    position: relative;
    background: none;
    top: 0;
    padding: 0;
    right: 0;
    font-size: 12pt;
}

.ModalEncounterNotes .modal-body {
    position: relative;
    padding: 15px;
    overflow: auto;
    height: 400px;
}

.col-xs-block1 .edit_btn_link {
    float: right;
}

.col-xs-block1 h3 {
    display: inline-block;
    margin: 0;
}

.padding-left {
    padding-left: 0 !important;
}

#ModalNotes h3 {
    margin: 0;
}

#ModalNotes {
    background: rgba(17, 17, 19, 0.42);
}

.additional_notes {
    height: auto;
    max-height: 250px;
    overflow: auto;
    overflow-x: hidden;
    width: 97%;
    margin: 20px 0 0 0;
}

.btn_quotes {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    margin: 10px 0 20px 0 !important;
    padding: 8px 20px;
    background: #143550;
    color: #fff;
}

    .btn_quotes:hover, .btn_quotes:focus {
        color: #fff !important;
    }

#ex1_dropdown {
    background: #fff;
    padding: 10px;
    max-height: 200px;
    overflow: auto;
    margin: 5px 0 0 0;
    border-radius: 4px;
    position: absolute;
    width: 93%;
    z-index: 999;
}

#ex1 input[type="text"] {
    height: 44px;
    border: 1px solid #CCC;
}

a.web_link {
    color: #54c513;
    text-decoration: underline;
}

    a.web_link:hover {
        text-decoration: none;
        color: #54c513;
    }

.viewrating {
    display: inline-block;
}

    .viewrating .rating {
        padding: 0;
    }

        .viewrating .rating li {
            padding: 0;
        }

.encounter_block {
    margin: 0 auto;
    float: none !important;
    display: block;
}

.encounter_header {
    margin: 10px 0px 0px 0px !important;
}

    .encounter_block .col-lg-5 {
        border-right: none !important;
    }

.font-style {
    font-weight: normal !important;
}

.additional_link {
    font-size: 15pt;
    cursor: pointer;
}

#ModalEncounterNotes h3 {
    display: inline-block;
}

.edit_btn_link {
    float: right;
}

.margin-left {
    margin-left: 15px;
}

.QuotesDataModel .btn {
    margin-bottom: 10px;
    margin-left: 5px;
    vertical-align: top;
}

.spcing_left {
    margin-left: 15px;
}

.close_button {
    text-align: right;
    margin: 0 0 13px 0;
}


.QuotesDataModel .close_button {
    text-align: center;
    margin: 0 0 13px 0;
    float: right;
    background: rgba(22, 24, 25, 0.88);
    padding: 10px;
    border-radius: 50%;
    position: absolute;
    right: -13px;
    width: 36px;
    height: 36px;
    line-height: 14px;
    top: -16px;
    color: #fff !important;
}

.QuotesDataModel .modal-header .close {
    margin-top: -3px;
    text-align: center;
    float: none;
    opacity: 10;
}

    .QuotesDataModel .modal-header .close span {
        color: #fff;
    }

.QuotesDataModel .modal-header {
    padding-bottom: 0 !important;
}

.QuotesDataModel .modal-footer {
    text-align: center !important;
}

#ModalNotesQuotes h3 {
    margin: 0;
    padding: 0;
}

#ModalNotesQuotes textarea {
    width: 100%;
}

.uploadCont {
    height: 35px;
    border: 2px solid #dce4ec;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
    .uploadCont:hover {
        border-color: #337ab7;
    }
        .uploadCont:hover > .uploadBtn {
            background-color: #337ab7;
            color: white;
        }
    .uploadCont .uploadBtn {
        background-color: #dce4ec;
        padding: 7px;
        transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
    } 
        .uploadCont .uploadBtn .uploadTxt {
            margin-left:5px;
        }

.uploadTxt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 75%;
}

.margin-top {
    margin-top: 10px;
}

.radio_spacing label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    margin-left: 40px;
}

.zip_class {
    margin-top: 28px;
}

#EmailDataModel input {
    border: 1px solid #CCC;
    box-shadow: none;
}


#EmailDataModel .border-top {
    border-top: none !important;
}

.product_listing {
    padding: 0;
}

    .product_listing .product_col {
        width: 17%;
        text-align: center;
    }

        .product_listing .product_col:last-child {
            width: 10% !important;
        }

        .product_listing .product_col label {
            font-weight: 500;
        }

.product_listing_description {
    padding: 12px 0;
    font-weight: 500;
}

.switch_label {
    float: right;
    margin-right: 120px;
}

.product_listing span {
    padding: 8px 0;
    display: inline-block;
}

.product_listing h3.col-lg-6, .product_listing h3.col-lg-2, .product_listing h3.col-lg-5, .product_listing h3.col-lg-1, h3.col-lg-4 {
    margin: 0;
    padding: 0 10px;
    line-height: 28px;
    color: #fff;
    font-size: 13pt;
    letter-spacing: 2px;
}

.product_row .border-right {
    border-right: 1px solid #CCC;
}

.product_listing .text_right {
    float: right;
    margin-right: 45px;
}

.search_field input[type="text"] {
    margin-bottom: 0 !important;
}

.product_listing .col-sm-2 {
    width: 14.4%;
}

.product_listing .col-sm-3 {
    width: 20%;
}

.product_listing .col_rt_padding {
    padding-left: 20px;
}

.newclass {
    background-color: #000;
    text-align: right;
    padding: 10px 20px 10px 0;
    height: auto;
    overflow: hidden;
    border-radius: 4px;
}

    .newclass a.active, .newclass a:hover {
        border-bottom: 4px solid #288de0;
        padding-bottom: 8px;
        text-decoration: none;
    }

    .newclass a {
        color: white;
        margin: 6px;
        cursor: pointer;
        margin-bottom: 10px;
        padding: 0 10px;
        font-weight: 600;
    }

        .newclass a:hover, .newclass a:focus {
            color: #fff;
        }

    .newclass h3 {
        padding: 0;
        margin: 0;
        text-align: left;
        color: #fff;
        font-size: 13pt;
    }



.fixed-header {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    min-height: 145px;
    background: #f1f1f1;
    z-index: 99;
    margin: 0 auto;
    right: 0;
    max-width: 1140px;
    animation: slide-down0.2s;
    transition: ease-out 0.7s;
}

@keyframes slide-down {
    100% {
        transform: translateY(100%);
    }

    0% {
        transform: translateY(-100%);
    }
}

.fixed-header .tab_content {
    margin-top: 0;
}

.fixed-header-bottom {
    position: fixed;
    top: 85px;
    left: 0;
    width: 100%;
    background: #f1f1f1;
    z-index: 99;
    margin: 0 auto;
    right: 0;
    /*animation: slide-down 1.5s;
    opacity: 0.9;*/
    max-width: 1140px;
    transition: ease-out 0.3s;
}

.fixed-header-bottom1 {
    position: fixed;
    top: 75px;
    left: 0;
    width: 100%;
    background: #f1f1f1;
    z-index: 99;
    margin: 0 auto;
    right: 0;
    /*animation: slide-down 1.5s;
    opacity: 0.9;*/
    max-width: 1140px;
    transition: ease-out 0.3s;
}

.fixed-header-bottom .search_field_dashboard, .fixed-header-bottom .tab_content {
    margin-top: 5px !important;
}



.back_highlight {
    background: #143550;
    color: #fff;
    padding: 6px 15px;
    border: none;
    border-radius: 4px;
    font-size: 15pt;
}

.back_highlight_btn {
    display: none;
}

.fixed-header .back_highlight_btn {
    display: block;
    margin-right: 22px;
    background: #143550;
    color: #fff;
    padding: 6px 15px;
    border: none;
    border-radius: 2px;
    font-size: 15pt;
    position: absolute;
    right: 0px;
    top: 0px;
}

.scroller {
    overflow: auto;
    height: 300px;
    padding: 0;
    top: 150px;
    position: relative;
}

.scroller1 {
    overflow: auto;
    height: 500px;
    padding: 0;
    top: 20px;
    position: relative;
}

.scroller2 {
    height: 315px;
    padding: 0;
    top: 138px;
    position: relative;
    /*z-index: 999;*/
    overflow: auto;
    clear: both;
}

.scroller3 {
    overflow: auto;
    height: 350px;
    padding: 0;
    top: 150px;
    position: relative;
    overflow-x: hidden;
}

.demo {
    clear: both;
    margin: 10px 0;
    padding: 10px 0;
}

.additional_notes_scroller .additional_notes {
    max-height: 80px;
}

.additional_notes_scroller h3 {
    margin: 9px 0 0 0;
    padding: 0;
    font-size: 13pt;
    color: #021d31;
    font-weight: 500;
    display: inline-block;
}

.pagination {
    display: block !important;
    margin-top: 150px !important;
    margin-bottom: 20px !important;
}

.pagination_bottom {
    margin: 10px 0 !important;
}


.clo_date_field {
    font-size: 14pt;
    font-weight: 700;
}

    .clo_date_field p {
        display: inline-block;
        margin-left: 20px;
        color: #bb2323;
    }

.cls_search_client_list {
    background: #fff;
    position: absolute;
    z-index: 999;
    width: 92%;
    padding: 10px;
    top: 47px;
    border-radius: 4px;
    overflow: auto;
    max-height: 200px;
    left: 17px;
}

    .cls_search_client_list label {
        cursor: pointer;
        max-width: 80%;
    }

.cls_search_field input {
    height: 44px !important;
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid #CCC !important;
}

.cls_search_client_list_green {
    text-align: right;
    float: right;
    font-size: 7pt;
    background: #1b801f;
    color: #fff;
    clear: both;
    padding: 4px;
    min-width: 60px;
    text-align: center;
}

.cls_search_client_list_yellow {
    text-align: right;
    float: right;
    font-size: 7pt;
    background: #FFEB3B;
    color: #fff;
    clear: both;
    padding: 4px;
    min-width: 60px;
    text-align: center;
}

.optClientSearch {
    border-bottom: 1px solid #CCC;
    margin-bottom: 5px;
}

.optlabelClientSearch {
    display: inline-block;
    max-width: 61% !important;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 12px !important;
}

.cls_search_client_list_red {
    text-align: right;
    float: right;
    font-size: 7pt;
    background: #d00f18;
    color: #fff;
    clear: both;
    padding: 4px;
    min-width: 60px;
    text-align: center;
}

.encounter_div .lbl_grid {
    display: block;
}

.additional_info {
    margin-top: 0;
    padding-bottom: 20px;
}

.btn_encounter_list {
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 44;
}

.product_page_header {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 99;
    margin: 0 auto;
    right: 0;
    max-width: 1140px;
    animation: slide-down0.2s;
    transition: ease-out 0.3s;
}

.product_page_header_products {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    margin: 0 auto;
    padding-top: 20px;
    right: 0;
    max-width: 1140px;
    animation: slide-down0.2s;
    /* opacity: 0.9; */
    transition: ease-out 0.3s;
    background: #f1f1f1;
}

    .product_page_header_products .product_listing {
        background: #143550;
    }

.product_col_div {
    width: 15% !important;
}

    .product_col_div label {
        font-weight: 500 !important;
        margin-right: 0 !important;
    }

.pdf_link_btn {
    margin-top: 78px;
    clear: both;
    margin-right: 4px;
}

.client_data_name {
    display: none !important;
}

.fixed-header .client_data_name {
    display: block !important;
    width: 100%;
}

.client_data_name h3 {
    margin: 0 0 10px 0;
}

.edit_add_notes {
    font-size: 14pt !important;
    padding-left: 5px !important;
}

.additional_info_comment {
    overflow: auto;
    max-height: 150px;
    height: 100%;
}

button.btn.btn-default.edit_btn_link.edit_follow_up {
    padding: 1px 4px;
}

button.btn.btn-default.edit_btn_link.edit_pic_user {
    padding: 1px 4px;
    margin-right: 5px;
}

.selected {
    background-color: rgba(119, 119, 119, 0.7);
    padding: 0px 0px 0 8px;
}

.client_search_file {
    position: absolute;
    right: 25px;
    top: 12px;
}

.cls_search_field input[type="text"] {
    padding-right: 85px;
}

.agen_followup {
    text-align: left;
    margin: 0;
    padding: 10px 10px;
    background: #eee;
}

.agen_followup_red {
    text-align: left;
    margin: 0;
    padding: 10px 10px;
    background: red;
    color: white;
}

.meetingList {
    margin-bottom: 30px;
    position: relative;
    text-align: left;
    margin-top: 30px;
    border-bottom: 1px solid #eee;
}

.agen_followtime {
    text-align: center;
    height: auto;
    margin: 0;
    padding: 10px 0;
    background: rgba(238, 238, 238, 0.22);
    overflow: hidden;
}

.agen_sub {
    margin: 10px 0;
    width: 95%;
    word-wrap: break-word;
    font-size: 15pt;
    padding: 0 10px;
}

.agen_sub_desc {
    margin: 10px 0;
    font-size: 11pt;
    padding: 0 10px;
}

.margin_top_30 {
    margin-top: 30px;
}

.spn_ap {
    position: absolute;
    right: 0;
    top: 96px;
    background: #dac10c;
    color: #fff;
    padding: 5px 10px;
    min-width: 60px;
    text-align: center;
}

/*.agendaStartDatePicker {
    float: left !important;
    margin-right: 20px;
}*/

@media (min-width: 1500px) and (max-width: 2000px) {

    .content_block_notes {
        min-height: 900px;
    }
}


.data_filter {
    margin-top: 20px !important;
    line-height: 30px;
}

    .data_filter .input-group {
        margin-top: 0 !important;
    }

    .data_filter .add_encounter_btn {
        margin-top: 0 !important;
    }

.cursor_focus {
    cursor: pointer;
}

.fc-ltr {
    margin-bottom: 20px;
    border-bottom: 1px solid #CCC;
}

.fc-unthemed {
    padding: 10px 20px;
}

.agenda_tab_btn button {
    display: inline-block !important;
}

.cls_event_content .modal-dialog {
    margin: 18% auto 0 auto !important;
}

.cls_event_content .modal-content {
    padding: 20px;
}

    .cls_event_content .modal-content h3 {
        font-size: 13pt;
        font-weight: 600;
        color: #000;
        margin: 10px 0 4px 0;
    }

.clsCalendar .fc-ltr {
    border: none !important;
}

.clsCalendar td {
    text-align: center;
}

    .clsCalendar td a {
        float: none !important;
    }

.clsCalendar th {
    padding: 10px 0 !important;
}

@media (min-width: 768px) {
    .clsCalendar .modal-dialog {
        width: 750px !important;
        margin: 30px auto;
    }
}


.cls_trip_plan .cls_search_field {
    display: inline-block !important;
}

.cls_trip_plan .recipient_list {
    padding: 6px 5px;
    font-size: 9pt;
    word-wrap: break-word;
}



.cls_trip_plan .cls_search_field {
    margin-top: 20px;
}

.cls_trip_plan h4 {
    font-size: 24px;
    color: #000;
}

.cls_trip_plan h3 {
    font-size: 14px;
    color: #fff;
    background: #143550;
    padding: 8px 10px;
    border-radius: 4px 4px 0 0;
}

.cls_trip_plan .cls_search_field input {
    height: 30px !important;
    padding: 0 10px;
    border-radius: 4px;
}

.cls_trip_plan .table .cls_search_field {
    margin-top: 0 !important;
}

.cls_trip_plan .table {
    margin-bottom: 10px !important;
}

    .cls_trip_plan .table label {
        margin-top: 7px !important;
        font-size: 10pt;
    }

.cls_trip_plan .form-control {
    display: inline-block;
    width: 64%;
    margin-bottom: 0 !important;
    height: 30px;
}

.cls_trip_plan h5 {
    font-size: 13px;
    color: #000;
}

.cls_trip_plan .modal-header .close {
    margin-top: 4px;
    color: #000;
    font-size: 22pt;
    opacity: 0.9;
}

.cls_trip_plan .blue_btn {
    background: #143550;
    color: #fff;
    padding: 4px 10px;
    vertical-align: top;
    border: 1px solid #143550 !important;
}

.checkbox_grid {
    width: 18px;
    float: left;
    height: 30px;
}

.inner_div select {
    padding: 2px 5px;
    border-radius: 4px;
    width: 89% !important;
    border: 1px solid #CCC;
    margin: 10px 18px !important;
}

.pagination_gap {
    margin-top: 167px !important;
}


.cls_trip_plan_form .input-group {
    border: 1px solid #CCC;
    border-radius: 4px;
    width: 215px;
    margin-bottom: 15px;
}


.cls_trip_plan_form input[type="text"] {
    margin-bottom: 0;
    padding: 6px 12px;
}

.cls_trip_plan_form label {
    font-weight: 500;
    max-width: 134px;
    /* margin-bottom: 20px; */
    line-height: 30px;
    font-size: 10pt;
}

.cls_trip_plan_form .input-group-addon {
    border: none !important;
}

.date_picker_style .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    border: 1px solid #CCC;
    margin-bottom: 10px;
}

.date_picker_style input[type="text"] {
    width: 100%;
    padding: 6px 12px;
    margin-bottom: 0;
    border: none;
}

.date_picker_style .input-group-addon {
    border: none !important;
}

.cls_trip_plan_form {
    width: 451px !important;
    padding-top: 17px;
    border-radius: 4px;
    margin-left: 20px;
    border: 1px solid #CCC;
}

.inner_div .txt_style b {
    font-weight: 500 !important;
}

.inner_div .txt_style {
    font-weight: 500;
    margin-left: 0;
    display: block;
}

.inner_div .padding_left {
    padding-left: 15px !important;
    margin-top: 5px !important;
    clear: both;
}

.inner_div .col_grid_email_field {
    margin-top: 10px;
}

    .inner_div .col_grid_email_field input[type="email"] {
        width: 78%;
        margin-left: 22px;
        height: 30px !important;
    }

    .inner_div .col_grid_email_field label {
        margin-top: 7px !important;
        padding-left: 15px !important;
    }

.inner_div .align_right {
    float: right !important;
    margin-right: 40px !important;
}

.divider_grid {
    border-bottom: 1px solid #CCC;
    margin: 0 !important;
}

    .divider_grid .padding_left {
        padding-left: 10px !important;
    }

.left_grid {
    float: left;
}

.col3_block .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    border: 1px solid #CCC;
    border-radius: 4px;
}

.col3_block .input-group-addon {
    cursor: pointer;
    border-left: 1px solid #CCC !important;
    border-right: none;
    border-top: none;
    border-bottom: none;
}

.cls_client_popup_page h3 {
    margin: 0;
    padding: 0;
}





.cls_quotes_page label {
    margin-top: 5px;
}

@media (min-width: 768px) {
    #showEmailList .modal-dialog {
        width: 750px;
        margin: 30px auto;
    }
}


.cls_duration_model .form-control {
    width: 100% !important;
}

.dashboard_meeting_content {
    background: rgba(255, 255, 255, 0.77);
    border-radius: 4px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

    .dashboard_meeting_content .spn_ap {
        top: 59px !important;
    }

    .dashboard_meeting_content .heading_style {
        margin: 0;
        padding: 10px 0;
        font-size: 14pt;
    }

.fixed_heading_block {
    text-align: right;
    background: #143550;
}

    .fixed_heading_block a {
        color: #fff;
        /* border-right: 1px solid rgba(255, 255, 255, 0.25); */
        display: inline-block;
        padding: 6px 10px;
        cursor: pointer;
        margin: 0;
    }

        .fixed_heading_block a.active {
            border-bottom: 4px solid #288de0;
            /* padding: 10px 10px; */
        }

        .fixed_heading_block a:hover {
            color: #fff !important;
            border-bottom: 4px solid #288de0;
            text-decoration: none;
        }

.spn_ap_task {
    position: absolute;
    right: 0;
    top: 96px;
    background: #eeeeee;
    color: #000;
    padding: 5px 10px;
    min-width: 60px;
    text-align: center;
}

.spn_ap_task_red {
    position: absolute;
    right: 0;
    top: 96px;
    background: red;
    color: white;
    padding: 5px 10px;
    min-width: 60px;
    text-align: center;
}

.desc_task.form-control {
    height: 92px;
}

.desc_assigned_task.form-control {
    height: 146px;
}


.form-control.inpt_apt {
    width: 90% !important;
    float: right !important;
    margin: 0 0% 0 0% !important;
}

.clsstartTaskDatePicker {
    width: 97% !important;
    margin: 0 0 0 -2%;
    float: left !important;
}

#startTaskEncounterDatePicker {
    width: 97%;
    margin: 0 0 24px -2% !important;
    float: left;
}


.meet_datepicker {
    background: url(../images/imgpsh_date.png) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    cursor: pointer !important;
}

.meet_timepicker {
    background: url(../images/imgpsh_time.png) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    cursor: pointer !important;
}


.start_time_mn {
    background: url(../images/imgpsh_time.png) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    cursor: pointer !important;
}

.start_date_mn {
    background: url(../images/imgpsh_date.png) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    cursor: pointer !important;
}

.desc_mn {
    height: 92px !important;
}

.date_agenda {
    width: 54% !important;
    margin-left: 1% !important;
}


.time_agenda {
    margin-left: -6% !important;
}

.recipient_task {
    margin-top: 22px !important;
}

.delete_task {
    position: absolute;
    right: 5px;
    top: 4px;
    padding: 2px 7px !important;
    color: #337ab7 !important;
    font-weight: 600 !important;
    font-size: 14pt !important;
}

.edit_task {
    position: absolute;
    right: 42px;
    top: 4px;
    padding: 2px 7px !important;
    color: #337ab7 !important;
    font-weight: 600 !important;
    font-size: 14pt !important;
}

.date_field {
    float: left !important;
}

.conact_title {
    width: 100%;
    height: 34px;
    padding: 6px 12px !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.modal-header.cls_modal_head h3 {
    width: auto;
    display: -webkit-inline-box;
}

.modal-header.cls_modal_head button.btn.btn-primary.add_encounter_btn {
    float: right;
}


.cls_ContactMap {
    position: relative;
    overflow: hidden;
    height: 600px;
    clear: both;
}

.err_Recipient_Email {
    font-size: 11px;
    color: #ff0707;
    float: right !important;
    text-align: center;
    margin: 20px;
}

.details_por {
    width: 98%;
    margin: 2%;
}

.result-op {
    display: initial;
    margin: 0 0 0 6px;
}
/*.clsContactDirectionsModal {
    width: 90%;
}*/


.cls_search_task_client_list {
    width: 89%;
    padding: 10px;
    border-radius: 4px;
    overflow: auto;
    max-height: 200px;
    border: 2px solid #e8e8e8;
    margin: -4% 0 0 0%;
    position: absolute;
    z-index: 2;
    background-color: #fff;
}

.modal-header.cls_enc_hdr {
    width: 94%;
    margin: 0 auto;
}

.details_por label {
    max-width: 300px;
    width: 100%;
}

.cls_enc_hdr h3 {
    width: 50%;
}

.col-sm-6.report_Encounter select {
    padding: 0 2px !important;
}

.form-group.col-sm-12.field_enc_report input {
    border-radius: 4px;
    width: 100%;
    border: 1px solid #CCC;
}

.report_Encounter .input-group.date.form-group.col-sm-12 {
    width: 89% !important;
    margin: 0 auto;
    margin: 25px 15px !important;
}

.btn-primary.add_encounter_btn {
    margin: 2% 2px 2% 0 !important;
    display: inline-block !important;
}



.export-table.table_xport.ng-scope table th, .export-table.table_xport.ng-scope table td {
    text-align: left;
    padding: 5px;
    font-size: 12px !important;
}

.no_rec {
    display: block;
    background: gainsboro;
    text-align: center;
    height: 40px;
    padding-top: 10px;
    font-weight: 600;
}

span.search_task_clients {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    padding: 7px 7px;
    border-radius: 3px;
    cursor: pointer;
    float: right;
}

.search_client_fld {
    width: 73% !important;
    display: inline-block !important;
}


.recipient_task {
    margin: 0 0 -15px 0 !important;
}


.tableToExport table {
    border-collapse: collapse;
    background: white;
    table-layout: fixed;
    width: 100%;
}

.tableToExport th,
.tableToExport td {
    padding: 6px 16px 6px;
    border: 1px solid #ddd;
    width: 222px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.pane-hScroll {
    overflow: auto;
    /*width: 1170px;*/
    width: 100%;
}

.pane-vScroll {
    overflow-y: auto;
    overflow-x: hidden;
    height: 340px;
}

/*Scroll Styling*/
.pane-hScroll::-webkit-scrollbar {
    /*width: 12px;*/
    height: 10px;
    background-color: #F5F5F5;
}

.pane-hScroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.pane-hScroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(23, 55, 82);
    background-color: rgb(23, 55, 82);
}
/*Scroll Styling*/

.tableToExport th {
    text-align: left;
    padding: 10px 10px;
    background: rgba(20, 53, 80, 0.99);
    color: #fff;
}

.ec_typ_cls {
    padding: 6px 9px !important;
}

.result-opp {
    display: inline-grid;
    margin: 0px 0px 2px 2px;
}


.overflow_dpt {
    max-width: 560px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.prcent_comp {
    margin-top: 20px;
    margin-left: 2px;
}

.hide_extra_text {
    width: 350px;
    white-space: nowrap;
    overflow: hidden;
}






.table_fixed_export thead {
    width: 97%;
}

.table_fixed_export tbody {
    height: 713px;
    overflow-y: auto;
    width: 100%;
}

.table_fixed_export thead, .table_fixed_export tbody, .table_fixed_export tr, .table_fixed_export td, .table_fixed_export th {
    display: block;
}

    .table_fixed_export tbody td, .table_fixed_export thead > tr > th {
        float: left !important;
        width: 33% !important;
    }

.table_fixed_export tbody {
    width: 98.5%;
}

.nav_ar_btn ul {
    padding-bottom: 7px;
}

    .nav_ar_btn ul li {
        width: 93px;
        padding: 0;
        margin: 0;
        text-align: left;
    }

        .nav_ar_btn ul li a {
            padding: 7px 0px;
            text-align: center;
        }

.margin_top_reminder {
    margin-top: 2pc;
}

.lbl_set_reminder {
    font-weight: 300;
    vertical-align: top;
    margin-top: 4px;
}

.chk_btn_rem {
    width: 127px;
    display: inline-block;
    margin-left: 10px;
}

.div_set_reminder {
    margin-top: 25px !important;
}

.btn-primary-default {
    color: black !important;
    background-color: white !important;
}


.agen_sub_desciption .txt_heading{
                margin: 8px 0 0px 0;
    padding: 0;
    font-size: 13pt;
    color: #021d31;
    font-weight: 500;
    display: inline-block;
    border-top: 1px solid #eee;
    display: block;
    padding-top: 10px;
        padding-bottom: 10px;
}


.agen_sub_desciption .details_por label {
  max-width: none;
    /* width: 100%; */
    font-weight: 300;
    display: inline;
}

.agen_sub_desciption .details_por {
       width: 100%;
    margin: 0;
    padding-bottom: 5px;
    max-width: 300px;
}


.agen_sub_desciption .result-op {
    display: inline-block;
    margin: 0 0 0 6px;
}

.bd-example-modal-lg .modal-dialog {
    display: table;
    position: relative;
    margin: 0 auto;
    top: calc(50% - 24px);
}

    .bd-example-modal-lg .modal-dialog .modal-content {
        background-color: transparent;
        border: none;
    }
.contactButton {
    border: 1px transparent;
    border-radius: 40px;
    background: rgba(0,0,0,0.81); 
    transition : all 0.4s ease; 
}

    .contactButton h4{
        margin:0 auto;
    }

.downloading{
    position:fixed;
    top:50%;
    left:46%;
    z-index:2000;
}
    .downloading > div{
        position:relative;
    }
        .downloading > div >span {
            margin-bottom:30px;
            display:block;
            text-align:center;
        }
        
/* BOOTBOX CUSTOM ALERT STYLE*/
.modal-open .bootbox.modal {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.bootbox-body{
    text-align:center;
}
.bootbox.modal{
    z-index: 9999 !important;
}

#ModalLead select, #DashboardModalLead select, #DashboardModalEncounter select {
    padding: 10px 5px;
    border-radius: 4px;
    width: 100%;
    border: 1px solid #CCC;
}

#ModalLead textarea, #DashboardModalLead textarea, #DashboardModalEncounter textarea {
    width: 100%;
}

.loading-screen {
    width: 100%;
    height: 100%;
    min-height: 800px;
    background: rgba(0, 0, 0, 0.32);
    z-index: 95999599 !important;
    position: absolute;
    top: 0;
    left: 0;
}

.red-border {
    border: solid 1px #a94442;
}

input.ng-dirty.ng-invalid {
    border: 1px solid #a94442;
}

/*.form-group.with-asterisk {
    position: relative;
    margin-right: 0px;
}*/

.form-group.with-asterisk:after {
    position: absolute;
    content: '*';
    color: red;
    right: -1px;
    top: 0;
    font-size: smaller;
}

.jas-container {
    padding: 5px 4px 4px 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.jas-label {
    padding-left: 5px;
    padding-right: 15px;
    font-weight: normal
}

.imp_encounter:nth-child(odd) {
    background: hsl(0, 0%, 95%);
}
.imp_encounter {
    border-bottom: 1px solid black;
    padding-top: 20px;
    background-color: white;
    width: 100%;
}

/*ModalPendingEncounter style*/
#ModalPendingEncounter input[type="text"] {
    border: none;
    width: 100%;
    height: 40px;
    border: 1px solid #CCC;
}

#ModalPendingEncounter textarea {
    width: 100%;
}

#ModalPendingEncounter .modal-header {
    padding: 0px 28px;
}

#ModalPendingEncounter h3 {
    margin: 20px 0;
    color: #19568c;
}

#ModalPendingEncounter select {
    padding: 10px 5px;
    border-radius: 4px;
    width: 100%;
    border: 1px solid #CCC;
}