﻿/* <style> @import url('https://fonts.googleapis.com/css?family=Poppins');
</style> <style> @import url('https://fonts.googleapis.com/css?family=Poppins');
</style> */
@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css?family=Poppins');

.product {
    background-color: #333;
    width: 100%;
    height: 35px;
    color: #fff;
}

.title {
    font-size: 16%;
}

#dateContent h3 {
    font-size: 16px;
}

.dragNdrop h4 {
    background-color: #eaf5ff;
    padding: 10px;
    text-align: center;
    margin: 0;
}

prospect-info .appoinment-model.modal {
    text-align: center;
    padding: 0 !important;
}

div#datepicker input,
div#datepicker1 input {
    background: transparent;
    border: 0 !important;
}

div[contentEditable="true"] {
    border: 1px solid #8e8e8e;
    padding: 2px;
}





div#datepicker button,
div#datepicker1 button {
    display: none;
}


div#datepicker:after,
div#datepicker1:after {
    z-index: 9;
    content: "";
    width: 100%;
    height: 100%;
    background: #ff000000;
    position: absolute;
}

.input-group.date.date-editale {
    background: #cde0ef3d;
    border: 1px solid #d9e2e7 !important;
    color: #6b6a6a;
    font-size: 12px;
}

    .input-group.date.date-editale:after {
        display: none;
    }

    .input-group.date.date-editale button.btn.default {
        display: block !important;
        margin: 0;
    }

div#datepicker input,
div#datepicker1 input {
    color: #a8b0bf;
    font-size: 13.4px;
}

span.date-input.date-box {
    background: #cde0ef3d;
    border: 1px solid #d9e2e7 !important;
    padding: 5px !important;
    color: #6b6a6a;
    font-size: 12px;
}

    span.date-input.date-box:after {
        display: none;
    }

span.date-input input {
    background: transparent;
    outline: 0;
}

.bootstrap-timepicker-widget table td input {
    width: 33px;
    margin: 0;
    text-align: center;
}

span.date-input:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #ff000000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


span.date-input input {
    border: 0 !important;
}

span.date-input {
    position: relative;
}

.modal.fade.appoinment-model.contact-new-3.in {
    background: #000000ad !important;
}

.appoinment-model.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.appoinment-model .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/*contact page css*/

.contact-detail-page .table thead th {
    background: #00aaff;
    font-size: 15px;
    font-weight: 600 !important;
    text-transform: uppercase;
}

section.tab-contact .nav-tabs > li {
    float: left;
    margin-bottom: -3px;
}

.contact-detail-page span.ediBtn,
.appoinment-model span.ediBtn {
    height: auto !important;
    background: none !important;
}

.contact-detail-page .btn.dark:not(.btn-outline) {
    color: #165473;
    background-color: transparent;
    border-color: #165473;
}

.contact-page-wrap {
    background: #f3f6f8 !important;
    width: 100%;
    display: table-cell;
    height: 100%;
}

.white-bg h5.inputField {
    color: #a7aeb8 !important;
    font-weight: 300;
    display: inline-block;
    margin-bottom: 0;
}

.email-type li {
    display: inline-block;
    padding: 1px 10px;
    line-height: 0;
    margin: 0 !important;
    border-right: 2px solid #0392da;
}

    .email-type li a {
        font-size: 13px !important;
        padding: 0 !important;
        transform: all 0.3s ease-in;
    }

        .email-type li a:hover {
            color: #05a1ec !important;
            transition: all 0.3s ease-in !important;
        }

    .email-type li:last-child {
        border: 0;
    }

.appoinment-model .modal-content {
    overflow: hidden;
    border: 0;
    clear: both;
    padding: 0 0 30px 0;
    background-color: #fff;
}

.appoinment-model .modal-dialog {
    width: 83% !important;
    overflow: hidden;
    margin: 30px auto;
}

.top-boxx-tab span.ediBtn {
    left: 5px !important;
}

body.modal-open {
    position: fixed;
    height: 100%;
}

h5.blue-heading-new {
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    /*	background: #4285f4;*/
    /*    background: #0051ff;*/
    background: #05a1ec;
    line-height: 1;
    padding: 15px;
    color: #fff;
    margin: 0 0px 25px;
    border-bottom: 0;
    /*  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);*/
}

div#appoinment label {
    color: #a8b0bf !important;
    font-size: 13.4px;
    font-weight: 500 !important;
}

div#appoinment a {
    color: #0051ff;
}

a#btnIssue {
    color: #FFF !important;
    background-color: #32c5d2;
    border-color: #32c5d2;
}

    a#btnIssue:hover {
        transition: all 0.3s ease-in-out;
        background-color: #0051ff;
        border-color: #0051ff;
    }


.contactDetailPage table thead,
.darkbg {
    /* background: #ffffff !important; */
    color: #fff;
    /*background: #00aaff !important;*/
}

div#appoinment .darkbg {
    background: #00aaff !important;
}

.appoinment-model .table > thead > tr > th {
    border: 0;
}

section.tab-contact .tab-content thead {
    background: #5F5F5F !important;
}

.appoinment-model .table-responsive .table {
    background: #fff;
    overflow: hidden;
    border-radius: 4px !important;
    box-shadow: -1px 2px 16px 2px rgba(0, 0, 0, 0.05), 0px 2px 2px 0px rgba(0, 0, 0, 0.05), 0px 3px 1px -2px rgba(0, 0, 0, 0);
    margin-top: 12px;
    width: 100%;
    margin: auto;
    min-height: 155px;
}


.appoinment-model .rowsContainer,
.appoinment-model .table-responsive {
    margin-bottom: 0 !important;
}

.padding-r {
    padding-right: 0 !important;
}

/*
.padding-l {
	padding-left: 0 !important;
}
*/

/*prospect css*/

span.ediBtn.edit-table {
    display: block !important;
    text-align: right;
    width: 100% !important;
}


    span.ediBtn.edit-table i {
        font-size: 17px;
        font-weight: 700 !important;
        color: #4285f4;
    }

.fl-right {
    float: right;
}

label.checkContainer {
    font-size: 13px;
}

span.checkmark {
    width: 20px;
    height: 20px;
}


div#prospect-info select.visibility-vis {
    visibility: visible;
    margin-left: 10px;
}


div#prospect-info input.input-active {
    margin-top: 10px;
    color: #6b6a6a;
    font-weight: 500;
}

.new-req.row-line2 h4.inputField input {
    min-height: 30px;
    margin-top: 0 !important;
}

.new-req.row-line2 h4.inputField {
    min-height: 40px;
    margin: 0;
}

div#prospect-info ul.pagelevelsecurity_ul {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 5px;
}

    /*li.v-hidden {
    visibility: hidden;
}*/

    /*li.v-hidden.v-visible {
    visibility: visible;
}*/

    /*div#prospect-info ul.pagelevelsecurity_ul label.checkContainer {
        margin-bottom: 0;
    }*/

    div#prospect-info ul.pagelevelsecurity_ul label.checkContainer input {
        position: absolute;
    }


.add-more-no i {
    position: absolute;
    top: -9px;
}

span.visibility-hide .checkmark {
    top: -19px !important;
}

span.visibility-hide li.v-hidden:after {
    top: -18px !important;
}

.add-more-no {
    outline: none;
    background: transparent;
    color: #4285f4;
    border: 0;
    font-size: 16px;
    position: relative;
}

span.inputField.co-owner-name {
    font-size: 15px;
    display: inline-block;
    font-weight: 600;
    padding-top: 8px;
}

.add-Co-Owner {
    outline: 0;
    background: transparent;
    color: #4285f4;
    border: 0;
    font-size: 16px;
    position: relative;
    display: inline-flex;
}

span.inputField.co-owner-name {
    padding-top: 0;
}

    span.inputField.co-owner-name.append-co {
        display: block;
    }

.add-Co-Owner {
    visibility: hidden;
    position: absolute;
}

.d-block {
    display: block !important;
}

.visibility-vis {
    visibility: visible;
}

button.add-more-no:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #ffffff00;
    position: absolute;
    cursor: not-allowed;
    left: 0;
    top: 0;
}

div#one-more {
    width: 100%;
    float: none;
    clear: both;
    margin-top: 5px !important;
}

.select-wrap {
    display: inline-block;
    margin-right: 5px;
}

button.add-more-no.visibility-vis:after {
    display: none;
}

p.address-info {
    margin: 0;
    padding: 0;
}

.contact-no-ifo {
    /*	padding-bottom: 10px;*/
    /*	margin-right: 15px;*/
}

.active .contact-no-ifo {
    padding-bottom: 0;
}

div#prospect-info li.v-hidden:after {
    content: '';
    cursor: not-allowed;
    position: absolute;
    top: -5px;
    right: 0;
    background: #21010100;
    width: 100%;
    height: 31px;
    bottom: 0;
    left: 0;
}


div#prospect-info ul.pagelevelsecurity_ul li {
    position: relative;
}


li.v-hidden.v-visible:after {
    display: none;
    cursor: pointer;
}

.appoinment-model table td,
.appoinment-model table th {
    padding: 8px 15px;
}

button.close.close-app {
    display: block;
    position: absolute;
    margin: auto;
    background: #fff;
    z-index: 9;
    right: 12px;
    top: 11px;
    width: 25px;
    background-position: center;
    height: 25px;
    border-radius: 50% !important;
}

.uplode-file-area {
    background: #fff;
    border-radius: 4px !important;
    box-shadow: -1px 2px 16px 2px rgba(0, 0, 0, 0.05), 0px 2px 2px 0px rgba(0, 0, 0, 0.05), 0px 3px 1px -2px rgba(0, 0, 0, 0);
    width: 95%;
    margin: auto;
    padding: 12px 20px;
    margin-bottom: 0;
}

    .uplode-file-area .btn.btn-outline.red {
        border-color: #00aaff !important;
        color: #00aaff !important;
        background: 0 0;
    }

        .uplode-file-area .btn.btn-outline.red:hover {
            background: #00aaff;
            color: #fff !important;
        }

    .uplode-file-area .fileinput {
        display: block;
    }

        .uplode-file-area .fileinput .thumbnail {
            display: block;
            margin-bottom: 5px;
            overflow: hidden;
            text-align: center;
            vertical-align: middle;
            max-height: 50px;
            margin-bottom: 10px;
            width: 60% !important;
        }


.mt-25 {
    overflow: hidden;
    margin-top: 25px;
}

.contact-detail-page {
    background-color: #f3f6f8 !important;
    border: 0 !important;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border: 0;
}

.appoinment-model table td {
    padding: 8px 10px !important;
    text-align: left;
    border-bottom: 1px solid rgba(224, 224, 224, 1) !important;
    vertical-align: inherit;
}


.contact-detail-page .panel-body {
    background-color: #f3f6f8;
    border: 0 !important;
}

.row-top-tables {
    clear: both;
    overflow: unset;
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 15px 0px;
}

    .row-top-tables:after {
        content: '';
        clear: both;
        display: block;
    }

    .row-top-tables:before {
        content: '';
        clear: both;
        display: block;
    }

.contact-detail-page .rowsContainer > .editFieldIcon {
    padding-left: 0;
    position: relative;
}

.white-bg {
    margin-top: 15px;
    border-radius: 4px !important;
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
}


.top-boxx.left span.ediBtn {
    margin-left: 0 !important;
    display: none;
}

.top-email-part p span {
    font-size: 18px;
    color: #a7aeb8 !important;
    font-weight: 300;
}

.top-email-part ul li {
    border-bottom: 1px solid rgba(224, 224, 224, 1) !important;
    list-style: none;
    padding: 7px 1px;
    display: inline-block;
    margin-right: 15px;
}

    .top-email-part ul li a {
        color: #333;
    }

    .top-email-part ul li a {
        font-size: 15px;
        color: #a5b0bf;
    }

        .top-email-part ul li a .fa {
            padding-right: 10px;
            color: #a5b0bf;
            font-size: 17px;
        }

div#email-model h6 strong {
    display: block;
    font-size: 18px;
    padding-left: 20px;
    padding-bottom: 10px;
    font-weight: 600;
}

.top-email-part ul {
    padding-left: 0;
}

.Personal-info-s {
    font-size: 19px !important;
    font-weight: 600 !important;
    color: #363e4a !important;
    margin: 0;
    text-transform: uppercase;
}

.contact-detail-page .panel-body {
    padding: 0 !important;
}

p.address-info,
p.address-info a {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #000 !important;
}

.col-sm-6.top-boxx .rowsContainer h5 {
    border-bottom: 0;
}

h5.Personal-info-s.last {
    padding-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 0 !important;
    border-bottom: 0;
    color: #363e4a !important;
}

.top-boxx-tab td,
.top-boxx-tab th {
    padding: 15px !important;
    text-align: left;
}

.top-boxx-tab .table thead th {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.appoint-note-row {
    margin-top: 30px;
}

    .appoint-note-row h6 {
        text-transform: uppercase;
        margin: 0;
        border-bottom: 1px solid #0051ff !important;
        display: inline-block;
        margin-bottom: 20px;
        padding-bottom: 5px;
        letter-spacing: 2px;
        font-size: 15px;
        color: #464d54;
        font-weight: 700;
    }

.appoint-note-row {
    overflow: hidden;
}

.appoinment-model .table-responsive .table td {
    padding: 10px 15px !important;
}

.appoinment-model .table-responsive .table th,
.appoinment-model .table-responsive .table thead strong,
.appoinment-model .table-responsive .table thead td {
    padding: 15px !important;
    text-align: left;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.appoinment-model .table-responsive .table th,
.appoinment-model .table-responsive .table thead {
    color: #7d919c;
    background: #e9f4fb;
    font-weight: 600 !important;
}

    .appoinment-model .table-responsive .table thead strong {
        color: #7d919c;
    }

.top-email-part {
    margin-top: 12px;
    width: 95%;
    margin: auto;
    padding: 15px 20px;
    margin-bottom: 25px;
    border-radius: 4px !important;
    background: #fff;
    border: 1px solid #ddd;
}

.p-0 {
    padding: 0;
}

.white-leadinfo {
    background: #fff;
    border-radius: 4px !important;
    box-shadow: -1px 2px 16px 2px rgba(0, 0, 0, 0.05), 0px 2px 2px 0px rgba(0, 0, 0, 0.05), 0px 3px 1px -2px rgba(0, 0, 0, 0);
    margin-top: 12px;
}

.top-boxx-tab tr:last-child td {
    border-bottom: 0 !important;
    margin: 0 !important;
}

.top-boxx-tab {
    margin-bottom: 0 !important;
    min-height: 274px;
}

.contact-detail-page .panel-default {
    border: 0;
}

.appoinment-model .modal-body {
    padding: 0;
}

.appoinment-model h5 .fa {
    color: #fff;
    padding-right: 4px;
}


section.tab-contact ul.tabs li {
    float: left;
    width: 130px;
}

.contactDetailPage ul {
    padding-left: 0 !important;
}

#info-getp .rowsContainer p,
#info-getp .rowsContainer p a {
    color: #737d8c;
    font-size: 13px;
    font-weight: normal;
}

section.tab-contact .nav-tabs > li.active > a,
section.tab-contact .nav-tabs > li.active > a:focus,
section.tab-contact .nav-tabs > li.active > a:hover {
    border: 1px solid transparent;
    background: transparent;
    color: #444;
    z-index: 2;
}

.top-boxx.left h5.inputField {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
}

section.tab-contact .nav-tabs li.active a:before {
    background: #3fc9d5;
    color: #fff;
    transition: all 0.3s ease-in;
    box-shadow: inset 5px 5px 3px #2cb2bd;
}

section.tab-contact .nav-tabs li a:hover:before {
    background: #3fc9d5;
    transition: all 0.3s ease-in;
}

section.tab-contact .nav-tabs li a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 8px;
    left: -1px;
    font-size: 17px;
    background: #333333;
    border-bottom: 0px none;
    border-radius: 10px 10px 0 0;
    transform-origin: left center 0;
    transform: perspective(4px) rotateX(2deg);
    z-index: -1;
    border-left: 0;
    box-shadow: inset 2px 4px 5px #0a0909;
}

section.tab-contact .nav-tabs li a {
    position: relative;
    padding: 15px;
    color: #fff !important;
    font-size: 17px;
    z-index: 1;
}

section.tab-contact ul.nav.nav-tabs {
    margin-bottom: 0;
    border-bottom: 0 none;
}

section.tab-contact .tab-content {
    border: 3px solid #3fc9d5;
    padding: 20px;
    background: #ffffff;
    animation: initial;
    box-shadow: -1px 3px 1px #d8cfcf38;
    background: #fff;
    line-height: 22px;
    overflow: hidden;
    z-index: 99;
    position: relative;
}

section.tab-contact .nav > li > a:focus,
section.tab-contact .nav > li > a:hover {
    text-decoration: none !Important;
    background: none;
    border-color: transparent;
    color: #fff;
}

.full-bg-box-wrap {
    overflow: hidden;
    transition: all 0.3s ease-in;
    justify-content: center;
    display: flex;
    flex-flow: wrap;
}

.contact-boxs:hover {
    background: #165473;
    box-shadow: 3px -2px 8px 4px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
    border-color: #165473;
}

    .contact-boxs:hover a {
        color: #fff;
    }

.contact-boxs:first-child {
    margin-left: 0;
}

.contact-boxs:last-child {
    margin-right: 0;
}

.contact-boxs:nth-child(5) {
    margin-right: 0;
}

.contact-boxs:nth-child(6) {
    margin-left: 0;
}

.contact-boxs {
    width: calc(72%/5);
    float: left;
    border: 1px solid #e6e6e6;
    min-width: 190px;
    margin: 25px 3.5%;
    border-radius: 4px !important;
    text-align: center;
    position: relative;
    transition: all 0.3s ease-in;
    background: #fff;
    display: table;
}

.box-wrap-minndle {
    vertical-align: middle;
    align-self: center;
    display: table-cell;
    vertical-align: middle;
}

.contact-boxs a {
    text-align: center;
    margin: auto;
    min-height: 217px;
    align-items: center;
    align-self: center;
    vertical-align: middle;
    display: block;
    position: relative;
}



/*contact page 2 css*/

.contact-new-3 .panel.panel-default {
    border: 0;
}

.contact-new-3,
.contact-new-3 .panel {
    background-color: #eaeef1 !important;
}


    .contact-new-3 .rowsContainer h5 {
        border-bottom: 0 !important;
    }


    .contact-new-3 .tab-content .table.table-responsive {
        position: relative;
    }

    .contact-new-3 .table.table-responsive {
        border: 1px solid #d9e2e7 !important;
        border-radius: 4px !important;
    }

    .contact-new-3 .white-leadinfo {
        box-shadow: none !important;
    }

span.btnUpdate i {
    font-size: 22px;
}

.contact-new-3 .btn.cencelBtn,
.saveCurrRow {
    line-height: 5px !important;
    color: #fff;
    padding: 7px;
}

    .contact-new-3 .btn.cencelBtn:hover {
        color: #ff1400 !important;
        transition: all 0.3s ease-in;
    }

.contact-new-3 .btn.cencelBtn {
    background: none !important;
    color: #ea4335;
    transition: all 0.3s ease-in;
    border: 0 !important;
}

.contact-new-3 .btnUpdate {
    top: 4px;
    color: #fff;
    display: flex !important;
}

span#edit-row {
    position: absolute;
    top: 8px;
    left: 15px !important;
    color: #4285f4;
}

/*
    span#edit-row:hover {
        color: #0050d4;
        transform: all 0.3s ease-in;
        box-shadow: 0px -1px 12px 0px #f9f9f9;
    }
*/

.contact-new-3 .saveCurrRow {
    background: none !important;
    color: #0090e6 !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0;
}

.contact-new-3 .saveCurrRow {
    color: #00a0ff !important;
    transform: all 0.3s ease-in;
}

.contact-new-3 .table thead tr {
    background: linear-gradient(45deg, #30aab5, #333333e8) !important;
}

.contact-new-3 .table.table-responsive tbody i.glyphicon {
    cursor: pointer;
    transition: all 0.3s ease-in;
    color: #9eb7c5;
    font-weight: 700 !important;
    top: 2px !important;
}

    .contact-new-3 .table.table-responsive tbody i.glyphicon:hover {
        color: #51788d;
        transition: all 0.3s ease-in;
    }

.contact-new-3 .table.table-responsive thead i.glyphicon,
.contact-new-3 .table-responsive thead i.glyphicon {
    font-size: 17px;
    font-weight: 700 !important;
}

.contact-new-3 .table td,
{
    font-size: 13px;
    padding-left: 15px !important;
}

.contact-new-3 .Personal-info-s.last a {
    font-weight: bold;
    color: #05a1ec;
    font-size: 16px;
}

.contact-new-3 .Personal-info-s {
    font-size: 16px;
    font-weight: 600 !important;
    margin: 0;
    text-transform: uppercase;
    color: #363e4a !important;
}

.rowsContainer.Property-data td {
    border-bottom: 1px solid #e7ecf1;
}

.rowsContainer.Property-data tr.editFieldIcon:last-child td {
    border-bottom: 0;
}

.contact-new-3 .table td {
    padding: 15px;
    color: #a8b0bf;
    /*position: relative;*/
    font-size: 13.4px;
}

.contactDetailPage table thead td {
    font-weight: 600 !important;
    color: #7d919c !important;
}

.contact-new-3 .darkbg {
    background: #d9e2e700 !important;
    color: #fff;
}

.contact-new-3 section.tab-contactnew > div {
    display: flex;
}

.contact-new-3 .tab-content {
    padding: 25px 20px 10px;
    margin-top: 0;
    background: #ffffff;
    overflow: hidden;
    width: 100%;
    border: 1px solid #d9e2e7 !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.table td,
.table th {
    font-size: 14px;
    padding-left: 12px !important;
}

.contact-new-3 .top-boxx-tab {
    margin-top: 0;
}

.nav-tabs > li a {
    text-transform: uppercase;
    font-size: 13px !important;
    font-weight: 600;
    letter-spacing: 1px;
}

.contact-new-3 section.tab-contactnew .rowsContainer {
    overflow: hidden;
    margin-top: 0px;
}

.contact-new-3 .nav-tabs > li.active > a,
.contact-new-3 .nav-tabs > li > a:hover {
    border: 0;
    background: #0051ff;
    transition: all 0.2s ease-in;
    color: #fff;
}

.contact-new-3 ul.nav.nav-tabs {
    padding-left: 0 !important;
    margin-bottom: 0;
    float: left;
    background: #0085ff;
    width: 11%;
}

.contact-new-3 .nav-tabs > li > a:focus {
    background: none !important;
}

.contact-new-3 .nav-tabs > li {
    float: none;
    border-bottom: 1px solid #0988c5;
    border-left: 3px solid #fff0;
}

    .contact-new-3 .nav-tabs > li:hover {
        border-left: 2px solid #ffffff;
    }

.contact-new-3 .btn.dark:not(.btn-outline) {
    color: #9fa1a2;
    background-color: transparent;
    border-color: #d9e2e7;
}

.contact-new-3 div#menu9 ul li a {
    padding-bottom: 11px;
    font-size: 14px !important;
    display: block;
    color: #737d8c !important;
}

.contact-new-3 #info-getp .rowsContainer p {
    margin: 0;
    padding-bottom: 10px;
}

h5.recived-data strong {
    font-weight: 600 !important;
}

p.address-info span {
    display: block;
    line-height: 22px;
}

p.address-info br {
    display: none;
}

.top-boxx.left h5.inputField {
    margi: 0;
}

.top-boxx.left h5.inputField {
    margi: 0;
}

h4.inputField strong {
    font-weight: 600;
}

.top-boxx.left h4.inputField strong {
    font-weight: 600;
    font-size: 15px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #7c7c84;
}

ul.email-type {
    margin-top: 0;
    background: #eaeef1;
    padding: 8px !important;
    border: 1px solid #ddd;
    margin-bottom: 20px !important;
}

.contact-new-3 .nav-tabs > li > a {
    padding: 15px 9px !important;
    transition: all 0.3s ease-in;
    border: 0;
    color: #fff;
}

.contact-new-3 .table thead th {
    color: #888888;
    /*background: #e9f4fb;*/
    font-weight: 600 !important;
}


.contact-new-3bg {
    background: #eaeef1 !important;
}



.contact-new-3 .rowsContainer .editFieldIcon span.ediBtn {
    background: none !important;
    height: auto !important;
}

.contact-new-3 .white-leadinfo a {
    color: #a5b0bf;
}


table.table.table-striped.top-boxx-tab th {
    position: relative;
}





.table-responsive {
    background: #F5F5F5;
}

div#appoinment [type="radio"]:checked,
div#appoinment [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    div#appoinment [type="radio"]:checked + label,
    div#appoinment [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        div#appoinment [type="radio"]:checked + label:before,
        div#appoinment [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 3px;
            width: 18px;
            height: 18px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff;
        }

        div#appoinment [type="radio"]:checked + label:after,
        div#appoinment [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #05a1ec;
            position: absolute;
            top: 6px;
            left: 3px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        div#appoinment [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        div#appoinment [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.contact-new-3bg table thead,
.darkbg {
    background: #e9f4fb !important;
    color: #fff;
}

.contact-new-3 .tab-content .table {
    margin-bottom: 0;
}

/*
 *  STYLE 5
 */

.contact-new-3 .table-responsive::-webkit-scrollbar-track {
    background-color: #0392da !important;
    transition: all 0.3s ease-in-out;
}

.contact-new-3 .table-responsive::-webkit-scrollbar {
    width: 5px;
    transition: all 0.3s ease-in-out;
    height: 5px;
}


.contact-new-3 .table-responsive::-webkit-scrollbar-thumb {
    background: #006192 !important;
    width: 5px;
    height: 2px;
    transition: all 0.3s ease-in-out;
}

    .contact-new-3 .table-responsive::-webkit-scrollbar-thumb:hover {
        background: #ffe731 !important;
        transition: all 0.3s ease-in-out;
    }

.white-leadinfo {
    /* padding: 20px; */
    border: 1px solid #d9e2e7 !important;
}





div#appoinment .table-responsive {
    background: #F5F5F5;
    border: 1px solid #d9e2e7 !important;
    border-radius: 4px !important;
}











select.slect-active,
input.input-active {
    background: #cde0ef3d;
    border: 1px solid #d9e2e7 !important;
    padding: 5px;
    color: #6b6a6a;
}

.contact-new-3bg select.slect-active {
    /*min-width: 150px;*/
    background: #cde0ef3d url(images/downa.png) 96%;
    background-repeat: no-repeat;
    background-size: 7px;
    padding-right: 30px !important;
}

.contact-new-3 .tab-content .rowsContainer,
.contact-new-3 .tab-content .table.table-responsive,
.contact-new-3 .tab-content table.table.table-striped {
    margin-bottom: 0 !important;
}

div#datepicker,
div#datepicker1 {
    display: flex;
}


div#admo-client-info input,
div#admo-client-info textarea {
    display: block;
    resize: inherit;
    width: 100%;
    margin-bottom: 10px;
    box-shadow: none !important;
    border: 2px solid #d9e2e7;
    font-size: 12px;
    padding: 6px;
}

div#admo-client-info {
    width: 50%;
    margin-top: 10px;
}

button.formBtn {
    background: #0392da;
    border: 0;
    color: #fff;
    padding: 5px 20px;
}

button.add-mem-name {
    position: relative;
    border: 0;
    background: transparent;
}

    /*
button.add-mem-name:after {
    content: "\f044";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    font-size: 18px;
    background: #9eb7c5;
    padding: 7px 10px;
}
*/

    button.add-mem-name:hover {
        background: #3d8fe6;
        transition: all 0.2s ease-in;
    }

        button.add-mem-name:hover i {
            color: #fff;
            transition: all 0.2s ease-in;
        }

button.add-mem-name {
    font-size: 21px;
    background: #e9f4fb;
    border-radius: 2px !important;
    padding: 10px 20px;
    line-height: 0;
}

    button.add-mem-name i {
        color: #4285f4;
    }


button.add-mem-name {
    outline: none;
}

.admo-client-info input,
admo-client-infotextarea {
    margin: .8em auto;
    font-family: inherit;
    text-transform: inherit;
    font-size: inherit;
    display: block;
    width: 280px;
    padding: .4em;
}

.admo-client-info textarea {
    height: 80px;
    resize: none;
}



.appoinment-model table.table {
    position: relative;
}



.contact-new-3 .table-responsive .table th,
.contact-new-3 .table-responsive .table thead strong,
.contact-new-3 .table-responsive .table thead td {
    border: 0 !important;
    padding: 10px 5px 2px !important;
    vertical-align: middle;
    text-align: left;
    font-size: 12px !important;
    text-transform: uppercase;
}



/*
#edit-row:before {
    content: "\f044";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    font-size: 18px;
    background: #9eb7c5;
    padding: 7px 10px;
}
*/

.contact-new-3 .tab-content span.ediBtn,
.contact-new-3 .tab-content span.ediBtn {
    height: auto !important;
    background: none !important;
}


.contact-new-3 .nav-tabs figure.icon-image {
    padding-right: 25px !important;
    display: inline-block;
}

    .contact-new-3 .nav-tabs figure.icon-image img {
        max-width: 20px;
        vertical-align: text-bottom;
    }

.contact-new-3 .nav-tabs li.active {
    background: #0051ff;
    border-left: 2px solid #00e6ff;
    margin-left: 0px;
}




.contact-new-3 .nav-tabs > li {
    float: none;
    border-bottom: 1px solid #0360ff;
    border-left: 2px solid #fff0;
}


.contact-new-3bg select {
    background: none;
}

.contact-new-3 .tab-content .rowsContainer > h5 strong {
    font-weight: 600 !important;
}

.contact-new-3 .tab-content .rowsContainer > h5 {
    text-transform: uppercase;
    margin: 0;
    border-bottom: 1px solid #0051ff !important;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 5px;
    letter-spacing: 2px;
    font-size: 15px;
    color: #464d54;
    font-weight: 700;
}

div#overview .rowsContainer {
    margin-bottom: 20px !important;
}

h5.recived-data {
    margin-top: 20px !important;
}

div#overview .rowsContainer:last-child {
    margin-bottom: 0px !important;
}


h5.doc-add-new a {
    font-weight: bold;
    color: #05a1ec;
    font-size: 16px;
}

h5.doc-add-new {
    margin-top: 20px !important;
}






















































.contact-boxs a span {
    text-transform: uppercase;
    padding: 25px 0 0;
    text-align: center;
    display: block;
    font-size: 18px;
    color: #737d8c;
    font-weight: 500;
}






















.box-wrap-minndle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.contact-boxs a:hover span {
    color: #fff;
}


/*.dragBox{ border: 1px solid #ccc; }*/

.draglist {
    background-color: #fff;
    padding: 20px 70px;
    border: 1px solid #ccc;
    list-style-type: none;
}

.txtcenter {
    text-align: center
}

#sortable li {
    list-style-type: none;
    margin: 5px;
}

#infoBox {
    display: none;
}

.tableScrollDesktop {
    overflow-y: scroll;
    height: 250px;
}

.draggableBox span {
    margin-bottom: 10px !important
}

.section2 {
    margin-top: 50px;
}

.close {
    opacity: 1
}

.modalPadding {
    padding: 15px 30px;
}

.modalTable {
    z-index: 9999999;
}














/*contact page css*/

/* Search css start */

select.searchform_select {
    width: 100%;
    margin-bottom: 20px;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #c2cad8 !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    appearance: initial;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
}

.searchbottom_tabs button {
    background: #0092ce;
    color: #fff;
    padding: 6px 14px;
    border: 0px;
    font-size: 14px;
}

    .searchbottom_tabs button:hover {
        background: #23527c;
    }

.search-table {
    width: 100%;
}

    .search-table tbody tr td,
    .search-table thead tr th {
        border: 1px solid #444;
        font-size: 13px;
        padding: 5px;
    }

/* Search css end */

.page-header .page-header-menu .hor-menu .navbar-nav > li.classic-menu-dropdown .dropdown-menu li ul {
    z-index: 9999;
}

.page-header .page-header-menu .form-control {
    border: 0px !important;
}

.page-header .page-header-menu .search-form .input-group .form-control {
    color: #888;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: rgb(56, 65, 76) !important;
    background-image: none !important;
    color: rgb(136, 136, 136) !important;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0 1000px white inset;
    -webkit-text-fill-color: rgb(136, 136, 136);
}

#sideBarDiv div.slimScrollDiv {
    height: 100% !important;
}


.page-quick-sidebar-wrapper1 {
    transition: left .3s;
    left: -320px !important;
    right: initial !important;
    transition-duration: 0.3s;
}

.page-quick-sidebar-wrapper1 {
    transition: right .3s;
    z-index: 99999;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 320px;
    right: -320px;
    overflow: hidden;
    color: #99a8b5;
    background: #21282e;
}

.page-quick-sidebar-open1 {
    transition: left .3s;
    left: 0 !important;
    right: initial !important;
}

.page-quick-sidebar-wrapper1 .page-quick-sidebar {
    background: #21282e;
}

    .page-quick-sidebar-wrapper1 .page-quick-sidebar .tab-content {
        margin: 0;
        padding: 0;
    }

    .page-quick-sidebar-wrapper1 .page-quick-sidebar .page-quick-sidebar-list {
        position: absolute !important;
        width: 320px !important;
        transition: margin .3s;
    }

    .page-quick-sidebar-wrapper1 .page-quick-sidebar .list-heading {
        font-size: 16px;
        margin: 10px;
        color: #6c8296;
    }

    .page-quick-sidebar-wrapper1 .page-quick-sidebar .list-items {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .page-quick-sidebar-wrapper1 .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-users .media-list .media {
        padding: 15px;
    }

    .page-quick-sidebar-wrapper1 .page-quick-sidebar .list-items > li {
        margin: 0;
        padding: 15px;
        background: 0 0;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #273037;
    }

    .page-quick-sidebar-wrapper1 .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-users .media-list .media .media-status {
        margin-top: 10px;
        right: 10px;
        position: absolute;
        display: inline-block;
    }

    .page-quick-sidebar-wrapper1 .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-users .media-list .media .media-object {
        border-radius: 50% !important;
        width: 45.71px;
        opacity: .8;
        filter: alpha(opacity=80);
        float: left;
        margin-right: 10px;
    }

    .page-quick-sidebar-wrapper1 .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-users .media-list .media .media-body .media-heading {
        margin: 5px 0 0;
        font-size: 14px;
    }

    .page-quick-sidebar-wrapper1 .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-users .media-list .media .media-body .media-heading-sub {
        font-size: 11px;
        text-transform: uppercase;
        color: #657b8d;
    }

    .page-quick-sidebar-wrapper1 .page-quick-sidebar .page-quick-sidebar-item {
        position: absolute !important;
        width: 320px !important;
        transition: margin .3s;
        margin-left: 320px;
    }

.page-quick-sidebar-toggler1-open {
    display: block !important;
}

.page-quick-sidebar-toggler1 {
    left: 15px;
}

.page-quick-sidebar-toggler1 {
    overflow: hidden;
    z-index: 999999;
    width: 28px;
    height: 27px;
    position: fixed;
    top: 10px;
    right: 15px;
    text-align: center;
    padding-top: 6px;
    display: none;
    font-size: 17px;
    color: #aaa;
    font-weight: normal;
}

    .page-quick-sidebar-toggler1:hover {
        color: #fff;
    }

.search_left_sub {
    overflow-y: scroll;
    position: fixed;
    height: 92%;
}

    /* .search_left_sub .search-table{margin-left: 5PX;} */

    .search_left_sub::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 6px;
    }

    .search_left_sub::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #f3f3f3;
    }

    .search_left_sub::-webkit-scrollbar-thumb {
        background-color: #818181;
    }

.email-pagep .siderbar-form-content label {
    padding-left: 0;
}

.search_option_container {
    position: relative;
    position: relative;
    display: inline-block;
    float: right;
    width: 206px;
    margin-top: 9px;
}

.page-header .page-header-menu .search_option_container .search-form {
    margin-top: 0px;
}

.search_option_input_group .form-control {
    padding-left: 8px;
}

span.search_option {
    position: relative;
    z-index: 9;
    height: 34px;
    width: 30px;
    border-right: 1px solid #013b57;
    background: #004364;
    display: inline-block;
    text-align: center;
}

    span.search_option .fa {
        color: #888;
        line-height: 32px;
    }

.checkbox_dropdown {
    position: absolute;
    z-index: 9;
    background: #eff3f8;
    padding: 5px 8px;
    box-shadow: 0px 0px 2px #aaa;
    display: none;
    width: 100%;
}

    .checkbox_dropdown .checkbox_dropdown_sub label {
        line-height: 15px;
        vertical-align: top;
        margin-bottom: 0px;
        font-size: 15px;
        padding-left: 7px;
    }

    .checkbox_dropdown .checkbox_dropdown_sub {
        padding-top: 7px;
        padding-bottom: 5px;
        border-bottom: 1px solid #ddd;
    }

        .checkbox_dropdown .checkbox_dropdown_sub:last-child {
            border-bottom: 0px;
        }

.page-header .page-header-menu.page-header21 .search-form,
.page-header .page-header-menu .search-form .input-group {
    background: transparent;
}

/* .page-header .page-header-menu .search-form {width: auto;} */

.page-header .page-header-menu.page-header21 .search-form {
    width: 236px;
}

.page-header21 .search_option_input_group {
    width: 193px;
    float: right;
}

.page-header .page-header-menu.page-header21 .search-form .input-group .form-control {
    width: 170px;
}

.page-header .page-header-menu.page-header21 .search-form .input-group .input-group-btn .btn.submit {
    padding: 8px 11px;
    top: auto;
    right: auto;
    background: #32c5d2;
    color: #fff;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

    .page-header .page-header-menu.page-header21 .search-form .input-group .input-group-btn .btn.submit i {
        color: #fff;
        font-size: 13px;
    }

.checkbox_dropdown input[type=checkbox] {
    height: 15px;
    width: 15px;
    margin: 0px;
}

.search_left_sub12 {
    bottom: 40%;
    position: fixed;
    width: 320px;
}

.search_left_sub11 {
    height: 40%;
    bottom: 0.5%;
}

.siderbar-form-content {
    margin-bottom: 20px;
}

    .siderbar-form-content input:-webkit-autofill,
    .siderbar-form-content textarea:-webkit-autofill,
    .siderbar-form-content select:-webkit-autofill {
        -webkit-box-shadow: none;
    }

    .siderbar-form-content label {
        width: 95px;
        padding-left: 10px;
        font-size: 15px
    }

    .siderbar-form-content input[type='text'] {
        width: 200px;
        height: 28px;
        border: 0px;
        background: #2a333a;
        border-radius: 3px !important;
        outline: none;
        font-size: 13px;
        color: #999999;
    }

    .siderbar-form-content input[type='tel'] {
        width: 200px;
        height: 28px;
        border: 0px;
        background: #2a333a;
        border-radius: 3px !important;
        outline: none;
        font-size: 13px;
        color: #999999;
    }

    .siderbar-form-content select {
        width: 200px;
        height: 28px;
        border: 0px;
        background: #2a333a;
        border-radius: 3px !important;
        outline: none;
        font-size: 13px;
        padding: 4px 12px 6px;
        -webkit-appearance: menulist;
        -moz-appearance: menulist;
        appearance: menulist;
        color: #999999;
    }

        .siderbar-form-content select::-webkit-expand,
        .siderbar-form-content select::-moz-expand,
        .siderbar-form-content select::expand {
            color: #99a8b5;
        }

.page-quick-sidebar-open1 button.Search_btn {
    background: #32c5d2;
    color: #fff;
    border: 0px;
    padding: 6px 12px;
    margin: 20px 21px 0px auto;
}

    .page-quick-sidebar-open1 button.Search_btn:hover {
        background: #f3565d;
    }

.page-quick-sidebar-open1 .list-heading1 {
    border-bottom: 3px solid rgba(243, 86, 93, .3);
    padding-bottom: 10px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    text-transform: uppercase;
    font-size: 15px !important;
    color: #fff !important;
}

.search_active_btn {
    height: 3px;
    width: 100px;
    background: #f3565d;
    margin: -13px auto 25px;
}

.page-quick-sidebar-wrapper1 .search_input_field {
    position: relative;
    height: 380px;
    overflow-y: auto;
}

    .page-quick-sidebar-wrapper1 .search_input_field::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 6px;
    }

    .page-quick-sidebar-wrapper1 .search_input_field::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #f3f3f3;
    }

    .page-quick-sidebar-wrapper1 .search_input_field::-webkit-scrollbar-thumb {
        background-color: #818181;
    }

.searchbottom_tabs1 {
    text-align: right;
    margin-top: -25px;
}


.page-header .page-header-menu .search-form.search-btn-container {
    background: transparent;
    margin-top: 0px;
}

    .page-header .page-header-menu .search-form.search-btn-container .input-group .form-control {
        visibility: hidden;
    }

    .page-header .page-header-menu .search-form.search-btn-container .input-group .input-group-btn .btn.submit {
        height: 51px;
        top: 0px;
        line-height: 51px;
        border-left: 1px solid #525b66;
        border-right: 1px solid #525b66;
        padding: 0px 12px;
    }

        .page-header .page-header-menu .search-form.search-btn-container .input-group .input-group-btn .btn.submit > i {
            color: #BCC2CB;
        }

.Branch_Access_check-box.pagelevel_btn_container {
    display: block;
}

.Branch_Access_check-box input.btn.btn-link.pagelevel_btn {
    padding-right: 0px;
    line-height: 20px;
    height: 22px;
    display: block;
    padding-left: 140px;
}

.Branch_Access_check-box.pagelevel_btn_container label.downArrow-cart {
    position: absolute;
    width: 135px;
}

select.security-sel-b option {
    outline: 0px;
}

.table-scrollable::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.table-scrollable::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

.table-scrollable::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
}


.GetNextInbound_Container {
    width: 525px;
    font-size: 15px;
    padding: 2%;
    background: #fff;
    background-size: cover;
    background-position: center center;
    margin: auto;
    z-index: 6;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 40px rgba(0, 0, 0, .08);
    margin-top: 5%;
}

    .GetNextInbound_Container .GetNextInbound_btn {
        margin-left: auto;
        margin-right: auto;
        width: 288px;
        display: block;
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 4%;
    }

        .GetNextInbound_Container .GetNextInbound_btn i.fa {
            font-size: 20px;
            vertical-align: middle;
            padding-left: 3px;
        }

    .GetNextInbound_Container table {
        width: 100%;
    }

        .GetNextInbound_Container table tr td {
            border: 1px solid #ddd;
            padding: 10px;
        }

.GetNextInbound_bootomdetail {
    margin-top: 3.5%;
    text-align: center;
}

    .GetNextInbound_bootomdetail a {
        background: #32c5d2;
        padding: 0px 5px;
        color: #fff;
        border-radius: 2px !important;
    }

        .GetNextInbound_bootomdetail a:hover {
            background: #2499a3;
        }

/*new changes*/

li.call-action {
    display: none;
}

/*
a#s_button {
    height: 51px;
    top: 0px;
    line-height: 51px;
    border-left: 1px solid #525b66;
    border-right: 1px solid #525b66;
    padding: 0px 12px;
    float: right;
}

a#s_button i {
    color: #BCC2CB;
}
*/

/*
.right-top-link {
    position: absolute;
    right: 60px;
    top: -51px;
    max-height: 50px;
}
*/

/*
a.tel-ion {
    height: 51px;
    top: 0px;
    line-height: 54px;
    border-left: 1px solid #525b66;
    padding: 0px 12px;
    display: inline-block;
    margin-right: 0;
    font-size: 14px;
}

a.tel-ion i {
    color: #BCC2CB;
    font-size: 16px;
}
*/



.nav li a {
    font-size: 19px;
    color: #C1CCD1 !important;
}

.hor-menu .nav li a:hover {
    color: #ffffff !important;
}

.top-menu .nav li a:hover {
    color: #7e7e7e !important;
}

.nav li a:hover {
    /*color: #ffffff !important;*/
    background-color: transparent !important;
}

.nav li a i.fa.fa-phone {
    line-height: 1.5;
    font-size: 22px;
}

a.tel-ion, a#s_button {
    background: transparent !important;
}


@-webkit-keyframes contactanimation {
    from {
        left: -700px;
        opacity: 0;
    }

    to {
        left: 0px;
        opacity: 1;
    }
}

@keyframes contactanimation {
    from {
        left: -700px;
        opacity: 0;
    }

    to {
        left: 0px;
        opacity: 1;
    }
}

/* @-webkit-keyframes backinbound{
    from {right:-700px;opacity:0;}
    to {right:0px;opacity:1;}
  }
  @keyframes backinbound{
      from {right:-700px;opacity:0;}
      to{right:0px;opacity:1;}
    } */

#GetNextInbound_section {
    display: block;
}

/* #Contactdetail_section{display:none;} */

#Inboundleadrecord_section {
    display: none;
}

.inbound_scroll_wrap .inbound_scroll_container {
    overflow-x: auto;
    position: relative;
}

    .inbound_scroll_wrap .inbound_scroll_container .modal-dialog {
        margin: 10% auto 0px;
    }

    .inbound_scroll_wrap .inbound_scroll_container::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .inbound_scroll_wrap .inbound_scroll_container::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.1);
    }

    .inbound_scroll_wrap .inbound_scroll_container::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.2);
    }

.Contactdetail_container {
    margin: 1% auto;
    font-size: 14px;
    -webkit-animation-name: contactanimation;
    -webkit-animation-duration: 0.3s;
    animation-name: contactanimation;
    animation-duration: 0.3s;
    position: relative;
}

    .Contactdetail_container table {
        width: 100%;
    }

        .Contactdetail_container table tr td,
        .Contactdetail_container table tr th {
            border: 1px solid #e7ecf1;
            padding: 10px;
        }

        .Contactdetail_container table tr:nth-child(odd) {
            background: #fbfcfd;
        }

        .Contactdetail_container table tr:first-child td span {
            background: #f4f4f4;
            border: 1px solid #ddd;
            padding: 2px 5px;
            margin-left: 10px !important;
        }

        .Contactdetail_container table tr:first-child td a.map_link {
            margin-left: 27px;
        }

        .Contactdetail_container table tr:first-child td i.fa-map-o {
            color: #00aaff;
            font-size: 19px;
        }

        .Contactdetail_container table tr:first-child td a.globe_link {
            margin-left: 10px;
        }

        .Contactdetail_container table tr:first-child td i.fa-globe {
            color: #005566;
            font-size: 21px;
        }

        .Contactdetail_container table tr:first-child td a.phone_link {
            margin-left: 30px;
        }

        .Contactdetail_container table tr:first-child td i.fa-phone-square {
            color: #00aaff;
            font-size: 22px;
        }

        .Contactdetail_container table tr:first-child td select.analytics {
            width: auto;
            background: #f4f4f4;
            border: 1px solid #ddd !important;
            padding: 2px 5px;
            outline: 0px;
            margin-left: 30px;
        }

        .Contactdetail_container table tr th {
            background: #5F5F5F;
            color: #ffff;
            width: 110px;
        }

        .Contactdetail_container table tr td select {
            -webkit-appearance: menulist;
            appearance: menulist;
        }

        .Contactdetail_container table tr:nth-child(2) td select.name_title,
        .Contactdetail_container table tr:nth-child(2) td select.name_lasttitle,
        .Contactdetail_container table tr:nth-child(2) td input[type='text'].first_name,
        .Contactdetail_container table tr:nth-child(2) td input[type='text'].second_name {
            background: #f4f4f4;
            border: 1px solid #ddd !important;
            padding: 2px 5px;
            margin-left: 10px;
            outline: 0px;
        }

        .Contactdetail_container table tr:nth-child(3) td input[type='text'].addresss_one,
        .Contactdetail_container table tr:nth-child(3) td select.address_one_option {
            background: #f4f4f4;
            border: 1px solid #ddd !important;
            padding: 2px 5px;
            margin-left: 10px;
            outline: 0px;
        }

        .Contactdetail_container table tr:nth-child(4) td input[type='text'].addresss_two {
            background: #f4f4f4;
            border: 1px solid #ddd !important;
            padding: 2px 5px;
            margin-left: 10px;
            outline: 0px;
        }

        .Contactdetail_container table tr:nth-child(5) td input[type='text'],
        .Contactdetail_container table tr:nth-child(5) td select {
            background: #f4f4f4;
            border: 1px solid #ddd !important;
            padding: 2px 5px;
            margin-left: 10px;
            outline: 0px;
        }

        .Contactdetail_container table tr:nth-child(5) td i.fa-search {
            color: #005566;
            font-size: 15px;
            padding-left: 10px;
            cursor: pointer;
        }

        .Contactdetail_container table tr:nth-child(6) td input[type='text'] {
            background: #f4f4f4;
            border: 1px solid #ddd !important;
            padding: 2px 5px;
            margin-left: 10px;
            outline: 0px;
        }

        .Contactdetail_container table tr:nth-child(6) td label {
            margin-left: 10px;
        }

        .Contactdetail_container table tr:nth-child(6) td input[type="checkbox"] {
            height: 14px;
            width: 14px;
            display: inline-block !important;
            margin: 7px 0 0;
            vertical-align: top;
        }

        .Contactdetail_container table tr:nth-child(7) td input[type='email'] {
            background: #f4f4f4;
            border: 1px solid #ddd !important;
            padding: 2px 5px;
            margin-left: 10px;
            outline: 0px;
            width: 75%;
        }

        .Contactdetail_container table tr:nth-child(8) td textarea {
            background: #f4f4f4;
            border: 1px solid #ddd !important;
            padding: 2px 5px;
            margin-left: 10px;
            outline: 0px;
            width: 95%;
            max-width: 95%;
            height: 50px;
            max-height: 50px;
            padding: 5px 7px;
        }

#csz_popup .modal-body table tr td select,
#csz_popup table tr td input {
    width: 200px;
}

#csz_popup .modal-dialog {
    width: 450px;
}

.contactdetail_bottom_btn {
    margin-top: 10px;
    margin-left: 10px;
}

table tr td.inboundscroll_head {
    background: #5F5F5F;
    text-align: center;
}

.inboundleadrecord_address {
    margin-top: 10px;
}

    .inboundleadrecord_address a {
        margin-left: 10px;
    }

    .inboundleadrecord_address i {
        font-size: 19px;
        color: #00aaff;
    }

        .inboundleadrecord_address i.fa-globe {
            font-size: 21px;
            color: #005566;
        }

    .inboundleadrecord_address .inboundaddress_61 {
        background: #f4f4f4;
        border: 1px solid #ddd !important;
        padding: 2px 5px;
        margin-left: 10px !important;
        display: inline-block;
        width: 35px;
        height: 25px;
        vertical-align: top;
        outline: 0px;
        text-align: center;
    }

.inboundlead_phone_sub input[type="text"] {
    width: 65px;
}

.inboundlead_phone_sub select {
    background: #f4f4f4;
    border: 1px solid #ddd !important;
    padding: 2px 5px;
    margin-left: 10px;
    outline: 0px;
}

.inboundleadsrecord_phone_sub input[type='text'],
.inboundleadsrecord_phone_sub select {
    background: #f4f4f4;
    border: 1px solid #ddd !important;
    padding: 2px 5px;
    outline: 0px;
}

.inboundleadsrecord_phone_sub input[type='text'] {
    width: 100px;
    margin-left: 10px;
}

.inboundleadsrecord_phone_sub select:first-child,
.inboundleadsrecord_phone_sub label {
    margin-left: 10px;
}

table.inboundleadsrecord_sub tr td select {
    background: #f4f4f4;
    border: 1px solid #ddd !important;
    padding: 2px 5px;
    margin-left: 10px;
    outline: 0px;
}

table.inboundleadsrecord_sub tr td.inboundlead_record_sub select {
    font-size: 13px;
}

table.inboundleadsrecord_sub tr td .headingDatePicker {
    width: 160px !important;
    display: inline;
    background-color: #f4f4f4;
    border: 1px solid #ddd !important;
    padding: 2px 5px;
    outline: 0px;
    height: 27px;
}

table.inboundleadsrecord_sub tr td .form-group label {
    margin-left: 10px;
}

table.inboundleadsrecord_sub tr td .form-group {
    display: inline;
}

    table.inboundleadsrecord_sub tr td .form-group .date-picker {
        background-size: 17px;
    }

table.inboundleadsrecord_sub tr td input[type="checkbox"] {
    display: inline-block !Important;
    margin-left: 10px;
    height: 13px;
    width: 13px;
    vertical-align: middle;
    margin-top: -1px;
}

table.inboundleadsrecord_sub tr td input[type="text"] {
    background: #f4f4f4;
    border: 1px solid #ddd !important;
    padding: 2px 5px;
    outline: 0px;
    margin-left: 10px;
}

table.inboundleadsrecord_sub tr td.inboundrecord_email .form-group input.form-control {
    margin-left: 0px;
    height: 27px;
}

table.inboundleadsrecord_sub tr td.inboundlead_record_direction input[type='text'] {
    width: 86%;
}

table.inboundleadsrecord_sub tr td.inboundlead_record_notes textarea {
    width: 86%;
    max-width: 86%;
    height: 60px;
    background: #f4f4f4;
    border: 1px solid #ddd !important;
    padding: 2px 5px;
    margin-left: 10px;
    outline: 0px;
    padding: 3px 5px;
}

/* #inboundleadsrecord_editpopup .modal-dialog{margin:1% auto 0px;width:800px;} */

.oddGroup {
    background-color: white;
}

.address_editabeinput {
    width: 45px;
}

.searchmodal_search_wrap {
    position: relative;
    clear: both;
}

.searchmodal_search_container {
    background: #eee;
}

#search_modal .siderbar-form-content {
    margin-bottom: 10px;
}

.inboundeditable_background {
    background: #fcfcfc !important;
}

.inboundleadsrecord_sub input[type="text"]::-webkit-input-placeholder {
    color: #333;
}

.inboundleadsrecord_sub input[type="text"]::-moz-placeholder {
    color: #333;
}

.inboundleadsrecord_sub input[type="text"]:-ms-input-placeholder {
    color: #333;
}

.inboundleadsrecord_sub input[type="text"]::placeholder {
    color: #333;
}

.inboundleadsrecord_sub select::-webkit-input-placeholder {
    color: #333;
}

.inboundleadsrecord_sub select::-moz-placeholder {
    color: #333;
}

.inboundleadsrecord_sub select:-ms-input-placeholder {
    color: #333;
}

.inboundleadsrecord_sub select::placeholder {
    color: #333;
}




.editFieldIcon.fl-right.active span.btnUpdate {
    width: auto !important;
}

/*emial page css*/

.editAll select {
    background: #fff url(images/downa.png) 95% !important;
    background-size: 7px !important;
    padding-right: 18px !important;
    background-repeat: no-repeat !important;
    outline: 0;
    min-width: 120px;
    border: 1px solid #d2d0d0 !important;
    min-height: 30px;
    color: #000;
    font-weight: 500;
    font-size: 12.5px;
}

/*.editAll tbody i.glyphicon {
    font-size: 14px !important;
    font-weight: 800;
}*/

.editAll i.glyphicon {
    color: #36a3f7 !important;
}


.editAll span.ediBtn {
    background: none !important;
    height: auto !important;
}

.editAll .rowsContainer.edit-table-custom {
    margin: 0px !important;
}

.editAll .table-responsive {
    background: none !important;
    border: 0 !important;
}



/*.editAll .table>tbody>tr>td{
	border:1px solid #d2d0d0 !important;
}*/

.call_US td {
    border: 0 !important;
}

.call_US table {
    background: #fff;
    border: 1px solid #d2d0d0 !important;
}


.call_US select {
    width: 100%;
}

.call_US .table-responsive {
    max-width: 510px;
    position: absolute;
    top: -44px;
    z-index: 9;
    right: 36px;
}



.call_US .table > tbody > tr > td {
    padding: 4px !important;
}

.tel-ion i {
    transform: rotate(0);
}



.tel-ion.blue i {
    transform: rotate(133deg) !important;
}

.picker__month,
.picker__year,
.picker__button--clear,
.picker__button--close,
.picker__button--today {
    font-family: 'Poppins', sans-serif !important;
}

.editAll td,
.editAll strong,
.editAll select {
    font-family: 'Poppins', sans-serif !important;
    font-size: 12.2px;
}

.picker__day {
    padding: .3125em 0;
    font-weight: 200;
    border: 1px solid transparent;
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px;
}

.call_US table {
    background: #fff;
}

.editAll .btnUpdate button {
    background: transparent !important;
    border: 0;
    margin: 0;
    padding: 0;
    line-height: 1 !important;
}

.editAll span.btnUpdate {
    text-align: center;
}




/*inbound page css*/

.inbound_wrap_new .vd-cutm-date button.btn.default {
    padding: 0 10px !important;
    height: 35px;
}


.inbound_bx {
    clear: both;
}

.inbout-clomn.anker a :last-child {
    margin: 0;
}

.inbout-clomn.anker a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #d2d0d0 !important;
    min-height: 30px;
    color: #0e1726;
    margin-right: 10px;
}

    .inbout-clomn.anker a:hover {
        background: #32c5d2;
        color: #fff;
        transition: all 0.3s ease-in;
    }

.inbound_bx.two .inbout-clomn {
    width: calc(97%/2);
}

.inbound_bx .inbout-clomn {
    width: calc(90%/3);
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
}

.inbout-clomn.inputBx.flex-min {
    display: block;
}

    .inbout-clomn.inputBx.flex-min label {
        color: #222c3c !important;
        font-size: 12px;
        font-family: 'Poppins', sans-serif !important;
        text-transform: capitalize;
        font-weight: 400;
        align-self: center;
        margin: 0;
        padding-right: 6px;
    }

.inbound_over .vd-cutm-date:after {
    display: none;
}

.titletop h4 {
    color: #222c3c !important;
    font-size: 22px;
    width: 100%;
    font-family: 'Poppins', sans-serif !important;
    text-transform: capitalize;
    font-weight: 600;
}

.inbound_bx .inbout-clomn:last-child {
    margin-right: 0;
}

.inbound_bx.row1 ::placeholder {
    font-family: 'Poppins', sans-serif !important;
    color: #222c3c !important;
    font-size: 12px;
}

.inbound_bx.row1 input,
.inbound_bx.row1 select {
    border: 1px solid #aaa !important;
    min-height: 35px;
    color: #222c3c !important;
    font-size: 12px;
    width: 100%;
    font-family: 'Poppins', sans-serif !important;
    text-transform: capitalize;
}

    .inbound_bx.row1 select:enabled {
        background-color: #fff !important;
    }

    .inbound_bx.row1 select:disabled {
        background-color: #ebebeb !important;
    }


.inbound_bx.row1 select {
    background: url(images/downa.png) 90% !important;
    background-size: 7px !important;
    padding-right: 19px !important;
    background-repeat: no-repeat !important;
    outline: 0;
    width: 100%;
}

.DivSmall {
    max-width: 50px;
}

/*.inbound_bx .inbout-clomn:last-child {
    margin: 0;
}
*/


.inbount-datarow {
    display: flex;
}

.inbound_bx.row1 {
    flex: 1;
    background: #fff;
    padding: 15px 15px 15px 20px;
    border: 1px solid #b7bfc5a1;
    margin: 10px;
    border-radius: 10px !important;
}

.inbountMiain .panel-body,
.inbountMiain .panel-default {
    padding: 0;
    background: transparent;
    border: 0 !important;
}

.InboundMain {
    background: transparent !important;
}







.inbound_scroll_wrap .page-wrapper-middle {
    background: #eff3f6;
}


.GetNextInbound_Container td {
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px;
    color: #000 !important;
    font-weight: 500;
}

button.btn.green.GetNextInbound_btn {
    /*border: 0;*/
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 25px !important;
    display: inline-block;
    width: auto;
    font-size: 17px;
    background: linear-gradient(34deg, #0051ff, #44a1f7) !important;
    margin-bottom: 35px;
}

a.topCall img {
    width: 22px;
    margin-left: 15px;
    margin-top: 5px;
}

.inboundlead_progress_container .panel.panel-default {
    border: 0;
    background: transparent;
}

.top-head.inbout_Wrap select {
    padding: 5px 10px;
    border: 1px solid #ffffff !important;
    color: #a8b0bf;
    font-size: 13.4px;
    height: 29px;
    border-radius: 3px !important;
    background: #fff0 url(images/downa.png) 95% !important;
    background-size: 7px !important;
    padding-right: 18px !important;
    background-repeat: no-repeat !important;
    outline: 0;
    min-width: 120px;
}


/*new css*/

.Tab_box .content_box {
    width: 100%;
    display: block;
}



.Tab_box h3 {
    font-family: 'Poppins', sans-serif;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    color: #fff;
    background-color: #063bad;
    padding: 10px 15px;
    border-radius: 5px 5px 0px 0px;
    background: linear-gradient(45deg, #30aab5, #333333e8) !important;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: underline;
}

    /*.Tab_box h3:before {
	content: "\f05a";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-left: 6px;
	vertical-align: middle;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal !important;
}*/
    .Tab_box h3 img {
        width: 17px;
        display: inline-block;
        position: relative;
        vertical-align: top;
        margin-right: 10px;
    }

.Tab_box {
    width: calc(96%/2);
    float: left;
    border-radius: 0.25rem !important;
    -webkit-box-shadow: 0 2px 10px -1px rgba(69, 90, 100, 0.13);
    box-shadow: 0 2px 10px -1px rgba(69, 90, 100, 0.13);
    word-wrap: break-word;
    background-color: #ffffff;
    padding: 0;
    background-clip: border-box;
    position: relative;
    margin: 0 1% 2%;
    border-radius: 4px !important;
    border: 1px solid #e6e6e6;
}

    .Tab_box p {
        font-family: 'Poppins', sans-serif;
        margin: 0;
        color: #00152b !important;
        font-weight: 500 !important;
        font-size: 14px !important;
        padding: 10px 15px !important;
        width: 100% !important;
        height: 100%;
        vertical-align: middle;
        /* display: table-cell; */
    }


.box-wrap {
    clear: both;
    display: flex;
    flex-flow: wrap;
    position: relative;
}

    .box-wrap:after {
        content: "";
        display: table;
        width: 100%;
    }

.Tab_box:last-child {
    margin-right: 0 !important;
}














.status,
.wrap.first-last.status {
    background: transparent !important;
    border: 0 !important;
}

span.area-slayout {
    width: 100%;
}


.new-req.address-row.add-mail-address .wrap {
    margin-bottom: 0 !important;
}

.contact-no-ifo .fa {
    font-size: 20px;
    padding-right: 7px;
    vertical-align: middle;
}

div#prospect-info .hideshow {
    border-bottom: 1px solid #d0d0d0 !important;
    padding-bottom: 10px;
    overflow: hidden;
}

.contact-new-3bg .panel-body {
    padding: 0;
}


.appoinment-model {
    text-align: center;
}

.contact-no-ifo span.inputField {
    margin-right: 5px !important;
}

.Documents_sec .table.table-responsive {
    background: transparent;
    border: 0 !important;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    background: url('images/bg-banner-sky-blue.png') !important;
}

.box-wth {
    width: calc(95.8%/5);
    float: left;
    border: 1px solid #eaeef1;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 4px 20px rgba(25, 25, 25, 0.1);
    border-radius: 6px !important;
    /* margin-right: 15px; */
    margin: 0 auto;
    margin-bottom: 15px;
}

.doc-box {
    margin: 0px 20px 5px 0;
    min-height: 220px;
    display: table;
    cursor: pointer;
    transition: all 0.3s ease-in;
    box-shadow: none;
}

span.plus-icon {
    text-align: center;
    vertical-align: middle;
    display: table-cell !important;
}

    span.plus-icon i {
        font-size: 113px;
        color: #c9ced1;
        line-height: 2;
    }

.doc-box:hover {
    background: #048fff;
    border-color: #fff;
}

    .doc-box:hover i {
        color: white;
    }

div#doc-uplode .fileinput-exists {
    display: inline-block !important;
}

img#output {
    max-width: 100%;
}




div#doc-uplode input[type=file] {
    cursor: pointer;
    width: 100%;
    height: 34px;
    overflow: hidden;
}

    div#doc-uplode input[type=file]:before {
        width: 100%;
        height: 32px;
        font-size: 14px;
        line-height: 32px;
        content: 'Select your file';
        display: inline-block;
        border: 1px solid #00e6ff;
        padding: 0 10px;
        text-align: center;
        text-transform: uppercase;
        background: #00e6ff;
        color: #fff;
        font-weight: bold;
        transition: all 0.3s ease-in;
    }

    div#doc-uplode input[type=file]::-webkit-file-upload-button {
        visibility: hidden;
    }

div#doc-uplode label.open-file-box {
    display: block;
    width: 100%;
    height: 180px;
    border: 1px solid #c7c7c7;
    position: relative;
}

    div#doc-uplode label.open-file-box input {
        position: absolute;
        bottom: -50px;
        display: block !important;
        padding: 0;
        outline: 0;
    }

img.output-Img {
    width: 100%;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    max-height: 100%;
    height: 100%;
}

output#list {
    display: none;
}

.doc-box-data img {
    width: 100%;
    /* padding: 10px; */
    display: block;
    margin: auto;
    border: 0 !important;
    height: auto;
}

div#doc-uplode .modal-header {
    background: #0051ff;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

div#doc-uplode button.close {
    display: block;
    position: absolute;
    margin: auto;
    box-shadow: -3px -1px 5px 0 rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
    background: #fff;
    z-index: 9;
    right: -16px;
    top: -16px;
    width: 32px;
    background-position: center;
    height: 32px;
    border-radius: 50% !important;
}

div#doc-uplode .modal-content:after,
div#doc-uplode .modal-body:after {
    content: "";
    width: 100%;
    display: table;
}

div#doc-uplode .modal-header h3 {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    padding-left: 15px;
    color: #fff;
    text-transform: uppercase;
}

div#doc-uplode form label {
    font-size: 13px;
    width: 100%;
    color: #020815;
}

div#doc-uplode form textarea {
    min-height: 65px;
    width: 100%;
    margin-bottom: 0;
    resize: vertical;
    outline: none;
    border: 1px solid #c7c7c7;
}

input.SubData {
    width: auto !important;
    height: auto;
    min-height: auto !important;
    font-size: 15px;
    border: 1px solid #00e6ff;
    padding: 6px 20px;
    text-align: center;
    text-transform: uppercase;
    background: #00e6ff;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
}

    input.SubData:hover {
        transition: all 0.3s ease-in-out;
        background: #0051ff;
        border-color: #0051ff;
    }

input.updateData {
    width: auto !important;
    height: auto;
    min-height: auto !important;
    font-size: 15px;
    border: 1px solid #00e6ff;
    padding: 6px 20px;
    text-align: center;
    text-transform: uppercase;
    background: #00e6ff;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
}

    input.updateData:hover {
        transition: all 0.3s ease-in-out;
        background: #0051ff;
        border-color: #0051ff;
    }


input.cencelData {
    width: auto !important;
    height: auto;
    min-height: auto !important;
    font-size: 15px;
    border: 1px solid #00e6ff;
    padding: 6px 20px;
    text-align: center;
    text-transform: uppercase;
    background: #00e6ff;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
}

    input.cencelData:hover {
        transition: all 0.3s ease-in-out;
        background: #0051ff;
        border-color: #0051ff;
    }



div#doc-uplode form {
    margin-top: -4px;
}

.file-row {
    display: flex;
    flex-flow: wrap;
}


div#doc-uplode .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

.doc-box-data.box-wth h5 {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
}

.doc-box-data.box-wth h5 {
    margin: 0;
}

h5.typeget-file {
    font-size: 12px !important;
    padding-top: 15px;
}

.box-wth img {
    width: 100%;
}

div#menu3 {
    background-color: #f7f8fa;
    /* padding: 20px; */
}

.box-wth:nth-child(5) {
    margin-right: 0;
}

div#doc-uplode .modal-body {
    position: relative;
    padding: 25px 15px 40px 15px;
}


div#doc-uplode .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0px 8px 20px 2px rgba(0, 0, 0, 0.09);
    border: 0;
    border-top-left-radius: 6px !important;
}

div#doc-uplode .modal-backdrop.in {
    opacity: 0.9 !important;
    filter: alpha(opacity=50);
}

.new-req.address-row.add-mail-address {
    margin-top: 15px;
}

/*button#mail-add {
    visibility: hidden;
}*/

button.plusbtn-custom.visibility-vis {
    visibility: visible !important;
}

.white-bg.edit-section li.v-hidden:after {
    display: none !important;
}

div#prospect-info .wrap.select-option {
    width: 15%;
}


div#prospect-info .cacl-width.call-part .add-more-no {
    visibility: hidden;
}

.white-bg.edit-section .cacl-width.call-part .add-more-no {
    visibility: visible !important;
}

div#prospect-info .wrap {
    width: calc(100%/5);
    float: left;
    position: relative;
    border: 1px solid #ddd;
    margin: 0 5px;
}

span.text-filed {
    padding: 5px;
}

.Relationship {
    width: 20% !important;
}



.new-req select {
    background: none !important;
    background-repeat: no-repeat !important;
    background-size: 7px !important;
    /*min-width: 50px !important;*/
    border: 0 !important;
}

.select-option {
    position: relative;
}

    .select-option:after {
        content: "";
        width: 20px;
        height: 20px;
        background: url(images/downa.png);
        background-repeat: no-repeat;
        position: absolute;
        background-size: 7px;
        right: 0;
        top: 50%;
        bottom: 0;
        margin: auto;
    }


.new-req select.slect-active {
    cursor: pointer;
    margin-left: 0 !important;
    border: 0 !important;
    /*padding: 0 !important;*/
    padding-left: 5px !important;
}

.wrap input.input-active {
    margin: 0 !important;
    border: 0 !important;
    width: 100%;
    background: transparent !important;
    padding: 0 !important;
}

.wrap {
    background: #cde0ef3d;
    border: 1px solid #d9e2e7 !important;
    padding: 0;
    color: #6b6a6a;
    min-height: 30px;
    /*line-height: 30px;*/
}


    .wrap span {
        padding-left: 5px;
        width: 100%;
        line-height: 30px;
    }

    .wrap input,
    .wrap select {
        outline: none;
    }

    .wrap.select-option select {
        width: 100%;
    }

.new-req {
    clear: both;
}

    .new-req:after {
        content: "";
        display: table;
        width: 100%;
    }

.new-req {
    clear: both;
    margin-bottom: 15px;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 15px;
}

span.inputField.co-owner-name {
    padding-top: 0;
    color: #6b6a6a;
    font-size: 12px;
    position: relative;
    font-weight: normal;
}

.add-Co-Owner {
    position: absolute;
    top: 8px;
    right: -40px;
}

.contact-new-3bg .rowsContainer > .editFieldIcon {
    padding-left: 0px;
    position: relative;
}

.new-req.address-row .wrap {
    width: calc(95%/3) !important;
    margin-bottom: 10px !important;
}

    .new-req.address-row .wrap.zip {
        width: 13% !important;
    }


.plusbtn-custom {
    transition: all 0.2s ease-in;
    text-transform: capitalize;
    padding: 5px 10px;
    outline: none;
    margin-left: 4px;
    color: #4285f4;
    border: 0;
    visibility: hidden;
    font-size: 16px;
    background: transparent;
}

.new-req.row-line1.nameline-2 {
    display: none;
}

.edit-section .new-req.row-line1.nameline-2 {
    display: block !important;
}

.add-mail-address .plusbtn-custom {
    float: left;
}

.dnc-single {
    width: 50%;
    float: left;
    margin-top: 6px;
    /* padding-left: 60px;*/
}

    .dnc-single ul.pagelevelsecurity_ul label {
        padding-left: 38px !important;
    }

.top-boxx.left {
    padding-right: 0;
}

.add-co-owner-row {
    display: inline-block;
    position: relative;
    min-height: 25px;
    z-index: 33;
}

.text-checkbox {
    margin-top: 15px;
    display: flex;
    width: 100%;
    flex-flow: wrap;
}

.contact-no-ifo {
    margin-bottom: 10px;
}

.text-checkbox:after {
    content: "";
    display: table;
    width: 100%;
}

.text-area-box textarea {
    background: #cde0ef3d;
    border: 1px solid #d9e2e7 !important;
    min-height: 80px;
    width: 100%;
    outline: none;
    resize: vertical;
}

.new-req.row-line1.Append-div .wrap.select-option {
    border: 0 !important;
}

.new-req.address-row.add-mail-address button#mail-new-add {
    visibility: hidden;
}

.new-req.address-row.add-mail-address.visibility-vis button#mail-new-add {
    visibility: visible !important;
}

.new-req.mailing-address {
    border-bottom: 0;
}

.cacl-width select {
    min-width: 87px !important;
}

.cacl-width input.input-active {
    margin-top: 0 !important;
}

.cacl-width:nth-child(2) {
    margin-right: 0;
    margin-bottom: 10px;
}

.contact-no-ifo select,
.contact-no-ifo select.visibility-vis {
    outline: none;
}

    .contact-no-ifo select,
    .contact-no-ifo select.visibility-vis {
        background: #cde0ef3d;
        border: 1px solid #d9e2e7 !important;
        padding: 0;
        color: #6b6a6a;
        font-size: 13px;
        min-height: 29px;
        /*line-height: 29px;*/
        padding-left: 5px;
    }

div#prospect-info .checkContainer .checkmark:after {
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

/*div#prospect-info span.checkmark {
    width: 30px;
    height: 30px;
}*/

div#prospect-info span.checkmark {
    width: 25px;
    height: 30px;
}

div#prospect-info .checkmark {
    top: -6px;
}

.contact-no-ifo span.inputField a {
    color: #6b6a6a;
}

.contact-no-ifo span.inputField {
    background: #cde0ef3d;
    border: 1px solid #d9e2e7 !important;
    padding: 5px !important;
    color: #6b6a6a;
    font-size: 12px;
    min-width: 147px;
    min-height: 30px;
    line-height: 19px;
}


    .contact-no-ifo span.inputField input.input-active {
        border: 0 !important;
        padding: 0 !important;
        background: transparent !important;
    }

.contact-no-ifo .checkContainer {
    display: block;
    position: relative;
    padding-left: 35px;
}


input {
    outline: none;
}


.text-area-box.cacl-width {
    width: 39%;
}




.cacl-width {
    margin-left: 0 !important;
    width: 100%;
}

.contact-no-ifo .select-wrap {
    margin-right: 5px;
    margin-left: 5px;
}

/*.editFieldIcon.fl-right {
    position: absolute;
    right: 10px;
}*/

.contact-no-ifo .select-option {
    position: relative;
    display: inline-block;
    background: #cde0ef3d;
}


.white-bg {
    position: relative;
}

div#prospect-info span.btnUpdate {
    position: absolute !important;
    top: 4px;
    right: 0;
}


div#prospect-info span.ediBtn.edit-table {
    position: absolute !important;
    top: 10px;
    width: auto !important;
    right: 10px;
}

div#test_root table thead {
    background: transparent !important;
}

.contact-new-3 .top-boxx-tab tr.editFieldIcon th:nth-child(1),
.col-md-6.padding-l tr.editFieldIcon th:nth-child(1),
.col-md-6.padding-r tr.editFieldIcon th:nth-child(1) {
    display: none;
}

/*27-12-2018*/



section.tab-contactnew.rowsContainer.jobDeatails-tab tr.editFieldIcon.clredit th:first-child {
    display: none;
}

section.tab-contactnew.rowsContainer.jobDeatails-tab .ediBtn i {
    top: -5px;
}

section.tab-contactnew.rowsContainer.jobDeatails-tab td.tab-space {
    width: 120px;
}

table.editFieldIcon.add-datafild.table.table-service1 {
    display: none;
}

    table.editFieldIcon.add-datafild.table.table-service1.ser11.dblocknew-vis {
        display: block;
    }

/*end*/

@media screen and (max-width:1680px) {

    .top-boxx.left,
    .col-sm-7.top-boxx {
        width: 50%;
    }

    .select-option:after {
        right: -9px;
    }

    .contact-no-ifo .select-option {
        min-width: 70px;
    }

    .Relationship {
        width: 18% !important;
    }
}

@media screen and (max-width:1440px) {
    .text-area-box.cacl-width {
        width: 36%;
    }

    .top-boxx.left {
        width: 55%;
    }

    .col-sm-7.top-boxx {
        width: 45%;
    }

    .btn-group {
        margin-left: 10px;
        margin-right: 0 !important;
    }

    .refreshBtn {
        margin-top: 22px;
        padding-left: 0 !important;
    }
}

@media screen and (max-width:1280px) {
    .page-header .page-header-menu .hor-menu .navbar-nav > li > a {
        padding: 16px 6px 15px;
    }

    .new-req.mailing-address .wrap {
        width: calc(100%/5) !important;
        margin-bottom: 10px !important;
    }

    .cacl-width {
        width: 100% !important;
    }

    /*.contact-no-ifo select,
    .contact-no-ifo select.visibility-vis {
        line-height: 29px;
    }*/

    .contact-no-ifo {
        padding-left: 5px;
    }

    .text-area-box.cacl-width {
        width: 100% !important;
    }

    .text-area-box textarea {
        margin-bottom: 15px;
    }

    .new-req select {
        min-width: inherit !important;
    }
}

@media screen and (max-width:1199px) {

    .contact-new-3 ul.nav.nav-tabs,
    .col-sm-4.pageheading-job {
        width: 24%;
    }


    .job-detail-new div#general .col-sm-6 {
        width: 100%;
        margin-bottom: 15px;
    }

    .job-detail-new #general .row.pt-1 {
        padding-top: 0;
    }

    .job-detail-new th {
        min-width: 120px;
    }


    .top-head h2 {
        padding-top: 17px;
    }

    .job-detail-new .contact-new-3 .tab-content {
        background: #f3f7fb;
        /* padding-right: 0; */
    }

    .job-detail-new ul.nav.nav-tabs {
        padding: 19px 13px 20px 5px !important;
    }

    .top-head {
        padding: 15px 5px;
    }

    div#prospect-info .wrap {
        width: calc(100%/5);
    }

    .top-boxx.left {
        width: 60%;
    }

    .col-sm-7.top-boxx {
        width: 40%;
    }

    .Relationship {
        width: 22% !important;
    }

    div#prospect-info .wrap.select-option {
        /* width: 10%;*/
    }
}

@media screen and (max-width:991px) {

    /*
    a#s_button i,
    a.tel-ion i {
        color: #fff !important;
    }
*/


    .right-top-link {
        /* position: absolute; */
        right: 345px;
        top: -51px;
    }

    .top-boxx.left,
    .col-sm-7.top-boxx {
        width: 100%;
    }

    .contact-new-3bg .panel-body {
        padding: 0;
    }

    .contact-no-ifo .select-option {
        min-width: 80px;
        margin: 0 10px;
    }

    .new-req.mailing-address {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .contact-no-ifo {
        margin-bottom: 15px !important;
    }

    .text-area-box textarea {
        margin-bottom: 15px;
    }

    .new-req.mailing-address .wrap {
        width: calc(100%/5) !important;
    }

    .breadcrumb {
        padding: 10px 60px 10px 0 !important;
    }
}

@media screen and (max-width:767px) {
    .fc .fc-toolbar > * > * {
        float: left;
        margin-left: 0;
    }

    .row.top-most-bar-new .col-sm-3 {
        width: 100% !important;
    }

    .contact-no-ifo .fa {
        margin-bottom: 10px;
    }

    h5.blue-heading-new {
        font-size: 16px;
    }

    div#appoinment .forMobileView h5 {
        display: none !important;
    }

    div#prospect-info {
        padding-top: 25px;
    }

        div#prospect-info span {
            margin-bottom: 0 !important;
        }

    .contact-no-ifo span {
        display: inline-block !important;
    }
}

@media screen and (max-width:480px) {
    .Tab_box {
        width: calc(100%/1);
        float: none;
        margin-bottom: 15px;
    }

    span.visibility-hide .checkmark {
        top: -1px !important;
        position: relative !important;
        left: -10px;
    }

    .contact-no-ifo .select-option {
        min-width: 100% !important;
        margin-left: 0px !important;
        margin-top: 10px !important;
    }

    .contact-no-ifo span.inputField {
        min-width: 100% !important;
    }

    div#prospect-info .wrap {
        margin: 10px !important;
        width: 100% !important;
    }

    .add-Co-Owner {
        position: absolute;
        top: -24px;
        right: 38px;
    }

    .new-req.mailing-address .wrap {
        width: calc(89%/2) !important;
    }

    div#prospect-info {
        padding-top: 35px;
        width: 95%;
        margin: auto;
    }

    .contact-no-ifo > span {
        width: 50% !important;
    }

    .contact-no-ifo .select-option {
        min-width: 43%;
        /* margin: 0 10px;*/
    }

    ul.pagelevelsecurity_ul {
        margin-top: 15px;
    }

    ul.pagelevelsecurity_ul {
        margin-top: 15px;
    }

    .new-req select {
        min-width: 100% !important;
    }

    .new-req.address-row .wrap.zip {
        width: 44.7% !important;
    }

    .wrap.select-option.Relationship {
        width: 100% !important;
    }

    .new-req.row-line1 .wrap {
        width: calc(89%/2) !important;
        margin-bottom: 10px !important;
    }

    .new-req.row-line2 .wrap {
        width: calc(89%/2) !important;
    }

    .Relationship {
        width: 94% !important;
    }

    .box-wth {
        width: calc(95.8%/1);
    }

    .new-req.address-row .wrap {
        width: calc(89%/2) !important;
    }

    div#prospect-info .wrap {
        margin: 10px !important;
        margin-left: 0 !important;
    }

    .text-checkbox select {
        margin-left: 0px;
    }

    h5.Personal-info-s.last {
        padding-left: 15px;
    }

    .contact-new-3 .white-leadinfo {
        box-shadow: none !important;
        width: 94%;
        margin: auto;
    }

    .page-header .page-header-top .top-menu {
        display: block;
        clear: both;
        margin-top: 10px !important;
    }
}

@media screen and (max-width:398px) {

    .contact-no-ifo span.inputField {
        min-width: 100% !important;
    }

    .dnc-single {
        padding-left: 0;
    }

    .contact-no-ifo .select-option {
        min-width: 42%;
        margin-left: 0 !important;
    }

    div#prospect-info .wrap {
        margin: 3px !important;
    }
}

@media screen and (min-width:992px) {
    .mobile_search_toggle {
        display: none !important;
    }
}


@media screen and (max-width:1700px) {

    .page-quick-sidebar-wrapper1 .search_input_field {
        height: 330px;
    }
}

@media screen and (max-width:1400px) {
    .page-quick-sidebar-wrapper1 .search_input_field {
        height: 260px;
    }

    .GetNextInbound_Container {
        margin: 1% auto;
    }
}

@media screen and (max-width:1350px) {
    .page-quick-sidebar-wrapper1 .search_input_field {
        height: 240px;
    }
}

@media screen and (max-width:1300px) {

    .page-quick-sidebar-wrapper1 .search_input_field {
        height: 225px;
    }

    .search_left_sub12 {
        bottom: 38%;
    }

    .search_left_sub11 {
        height: 38%;
    }
}

@media screen and (max-width:1200px) {
    .page-quick-sidebar-wrapper1 .search_input_field {
        height: 220px;
    }

    .siderbar-form-content {
        margin-bottom: 15px;
    }

    section.tab-contact .nav-tabs li a {
        position: relative;
        padding: 12px;
        color: #fff !important;
        font-size: 14px;
        z-index: 1;
    }

        section.tab-contact .nav-tabs li a:before {
            bottom: 5px;
        }
}

@media screen and (max-width:1100px) {
    .page-quick-sidebar-wrapper1 .search_input_field {
        height: 190px;
    }

    .siderbar-form-content {
        margin-bottom: 10px;
    }

    .search_left_sub12 {
        bottom: 35%;
    }

    .search_left_sub11 {
        height: 35%;
    }
}

@media(max-width:991px) {

    /*
    a.tel-ion,
    a#s_button {
        border: none !important;
        background: transparent;
    }


    a.tel-ion i,
    a#s_button i {
        font-size: 18px !important;
        color: #BCC2CB !important;
        line-height: 20px !important;
    }

    a#s_button {
        height: 40px;
    }
*/

    .page-header .page-header-menu .hor-menu,
    .page-header .page-header-menu .hor-menu .navbar-nav {
        z-index: 99999;
    }

    .page-header .page-header-top .menu-toggler.active {
        z-index: 9999999;
    }
}

@media screen and (max-width:850px) {
    section.tab-contact .nav-tabs li a {
        position: relative;
        padding: 12px 7px;
        color: #fff !important;
        font-size: 13px;
        z-index: 1;
    }

    #inboundleadsrecord_editpopup .modal-dialog {
        margin: 0% auto 0px;
        width: 100%;
    }

    #inboundleadsrecord_editpopup .modalPadding {
        padding: 0px 0px;
    }
}

@media(max-width:767px) {
    .Tab_box h3 {
        font-size: 16px;
    }

    .user-table {
        width: 100% !important;
    }

    .contact-new-3bg select.slect-active {
        min-width: 146px;
    }

    span.inputField.co-owner-name {
        font-size: 13px;
    }

    div#prospect-info select.visibility-vis {
        visibility: visible;
        margin-left: 0;
    }

    .contact-no-ifo {
        margin-right: 0;
    }

    .contact-new-3 .nav-tabs > li > a {
        padding: 20px 5px !important;
    }

    .contact-new-3 .nav-tabs figure.icon-image {
        padding-right: 0 !important;
        margin: auto !important;
        text-align: center;
        display: block;
        margin: 0 !important;
        width: 100%;
        text-align: center !important;
    }

    .contact-new-3 .tab-content {
        padding: 10px;
    }

    .contact-new-3 .nav-tabs li.active {
        background: #0051ff;
        border-bottom: 4px solid #00e6ff;
        margin-left: 0px;
        border-left: 0;
    }

    .contact-new-3 .nav-tabs > li:hover {
        border-left: 0px;
        border-bottom: 4px solid #00e6ff;
    }

    .contact-new-3 .nav-tabs > li {
        border-left: 0;
    }

    .tab-contactnew .nav-tabs > li a {
        font-size: 0 !important;
    }

    .contact-new-3 ul.nav.nav-tabs {
        width: 40px !important;
    }

    .contactDetailPage .panel-collapse ul li label,
    .contactDetailPage label.attrBold {
        width: 100% !important;
        display: block;
    }

    div#search_modal .searchresult_input54 input {
        width: 100%;
    }

    div#search_modal .searchbottom_tabs button {
        right: 15px !important;
    }

    div#search_modal .searchbottom_tabs button {
        bottom: 0px;
        position: absolute;
        right: 15px;
    }

    div#search_modal .searchmodal_search_wrap {
        margin: 20px 0 !important;
    }

    .email-se {
        margin-top: 0;
    }

    #jobuserfields .tableScrollMobile {
        overflow-y: hidden !important;
        height: 290px;
    }

    .tableScrollMobile {
        overflow-y: scroll !important;
        height: 650px;
    }

    .followupWidth span {
        width: 100%
    }

    .inboundleadsrecord_sub .inboundleadrecord_address span {
        width: auto;
    }

    .pagelevel_popupwrap .dataTable tr.bg-gry + tr td.Pagelevelsecurity_left {
        width: 40%;
    }

    .pagelevel_popupwrap .dataTable tr.bg-gry + tr td.Pagelevelsecurity_right {
        width: 60%;
    }


    .socicon-btn.socicon-lg.socicon-solid {
        line-height: 2.4 !important;
        padding: 0;
        width: 40px !important;
        height: 40px !important;
        font-size: 18px;
    }

    a#sideBarOpenBtn {
        top: 10px !important;
    }

    .page-header .page-header-top .top-menu {
        margin-top: 25px;
    }

    .page-header .page-header-top .page-logo .logo-default {
        margin-top: 20px !important;
        height: 47px;
    }

    .page-header .page-header-menu .hor-menu,
    .page-header .page-header-menu .hor-menu .navbar-nav {
        z-index: 99999;
    }

    .page-header .page-header-top .menu-toggler.active {
        z-index: 9999999;
    }



    .tasks-widget .task-footer {
        margin-top: 0;
    }

    .siderbar-form-content input {
        width: 100% !important;
    }
}

.close {
    width: 12px;
    height: 12px;
}

.buttonSize {
    padding: 6px 50px;
}

.bodyMargin1 table.dataTable thead .sorting_asc,
.bodyMargin1 table.dataTable thead .sorting {
    background: none;
    text-align: center;
}

.assignment table.dataTable thead .sorting_asc,
.presentation table.dataTable thead .sorting_asc,
.assignment table.dataTable thead .sorting,
.presentation table.dataTable thead .sorting {
    background: none;
    text-align: center
}

.datewidth .input-medium {
    width: 100% !important
}


/*
.modal-backdrop {
    display: none;
}*/

.colBg {
    background-color: #f8f4fd;
}

.checkBoxTable {
    display: block !important
}

.schedulePage table.dataTable thead .sorting_asc,
.schedulePage table.dataTable thead .sorting {
    background: none;
}


/*check-mark*/

.checkContainer {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


    /* Hide the browser's default checkbox */

    .checkContainer input {
        position: absolute;
        opacity: 0;
    }


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #e2e2e2;
}


/* On mouse-over, add a grey background color */

.checkContainer:hover input ~ .checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.checkContainer input:checked ~ .checkmark {
    background-color: #2196F3;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.checkContainer input:checked ~ .checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.checkContainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: url('images/tel.png');
}

.call-part .checkContainer .checkmark:after {
    background: url(images/tel.png);
    background-repeat: no-repeat;
    background-position: center;
    border: 0 !important;
    transform: inherit !important;
    width: inherit !important;
    height: inherit !important;
}

div#prospect-info .checkmark {
    background-color: #2196f3;
}


/*Forward Look Page*/

.forwardLookPage .forwardTable td {
    text-align: center
}

.colorBgAvailable {
    background-color: #1BBC9B;
}

.colorBgNotAvailable {
    background-color: #E7505A;
}

.colorBgOverBook {
    background-color: #f5f854;
}

td:hover .colorBgNotAvailable {
    background-color: #F3C200;
}

.forwardColorIndicator li {
    list-style-type: none;
    display: inline-block;
    margin-right: 4px;
}

.forwardColorIndicator label {
    font-size: 11px;
}

.colorIndicator1 {
    padding: 14px;
    width: 70px;
}

.forwardTable span {
    font-size: 11px;
    font-weight: 600;
}

.forwardTable .table-hover > tbody > tr:hover,
.forwardTable .table-hover > tbody > tr:hover > td {
    background: none !important;
}

.refreshBtn {
    margin-top: 22px;
}

.row.top-most-bar-new ul.refreshBtn {
    display: flex;
}

.dateCalender li,
.refreshBtn li {
    display: inline-block;
}

    .refreshBtn li:nth-child(2) {
        padding-left: 20px;
    }

.presentation1 table tbody tr td .btn {
    display: block;
    margin: 0 auto
}

.presentation1 table tbody tr td {
    text-align: center;
}

.divs {
    margin-bottom: 10px;
}

    .divs div {
        text-align: center;
        font-weight: 700;
        color: #337ab7;
        text-transform: uppercase;
    }

.dateCalender li a {
    background-color: #32c5d2;
    color: #fff !important;
    padding: 9px 10px;
}

.footer-block h2 {
    height: 25px;
}


.page-prefooter .subscribe-form .btn {
    height: 36px;
}


.appointmentPage .table > tbody > tr > td {
    text-align: center;
    vertical-align: middle;
}

/*dialing result page*/

.dialing_Result table tbody tr td {
    text-align: center;
}

.dialingPagePopup .modal-dialog {
    width: 60%
}

.mode li {
    display: block;
    padding-right: 30px;
}

    .mode li input {
        vertical-align: text-top
    }

.mode {
    padding-left: 0 !important;
    margin-top: 10px;
}

    .mode .checkmark {
        width: 20px;
        height: 20px;
    }


    .mode label {
        font-size: 13px;
    }

.time_slot {
    background-color: #e1ebf5;
    height: 150px;
}

    .time_slot span {
        font-weight: 600;
    }

.appointmentPage .table-bordered > tbody > tr > td {
    border: 1px solid #bad1e8;
}

.empty_slot {
    background-color: #e8e6e6;
}


.wrap.select-option.State-box {
    width: 17% !important;
}



span.visibility-hide {
    visibility: hidden;
}

    span.visibility-hide.visibility-vis {
        visibility: visible;
    }






/*====================Security page css============*/

.Branch_Access_check-box input.btn.btn-link {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    padding-right: 10px;
    padding-bottom: 5px;
}




.security__assign tr.bg-none:hover {
    background: transparent !important;
}

.security__assign .mode li {
    width: 100%;
    padding-right: 0;
}



.security__assign .mode {
    height: 300px;
    overflow: hidden;
    overflow-y: scroll;
}


.scrollbar-v::-webkit-scrollbar-track {
}

.scrollbar-v::-webkit-scrollbar-track {
    background: #eff3f8;
}

.scrollbar-v::-webkit-scrollbar {
    width: 6px;
}

.scrollbar-v::-webkit-scrollbar-thumb {
    background-color: #c7ced6;
}

.Branch_Access_check-box {
    display: flex;
}

.bg-gry,
.bg-gry:hover {
    background: #5f5f5f !important;
}

td {
    vertical-align: middle !important;
}

.security-area_new ul.nav.nav-pills a {
    background-color: #eee;
}


.security-area_new ul.nav.nav-pills li.active a {
    background-color: #32c5d2;
}





.page-security_l {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.security__assign .Branch_Access_check-box input {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 0 !important;
}

.titlet span:nth-child(2) {
    float: right;
}

.titlet {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
}

select.security-sel-b:focus {
    outline: none;
}

select.security-sel-b {
    width: 100%;
    background: #3357751f;
    padding: 10px;
}

label.downArrow-cart {
    position: relative;
    width: 100%;
}

    label.downArrow-cart:after {
        content: "\f0d7";
        position: absolute;
        top: 6px;
        right: 11px;
        display: inline-block;
        font: normal normal normal 25px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        color: #90999f;
        -moz-osx-font-smoothing: grayscale;
        font-size: 26px;
    }

ul.mode.scrollbar-v.topm label {
    margin-bottom: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 0;
}

ul.mode.scrollbar-v.topm {
    height: auto;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 0;
    overflow: inherit;
}

    ul.mode.scrollbar-v.topm .checkmark {
        right: 0 !important;
    }

    ul.mode.scrollbar-v.topm .checkmark {
        right: 49px;
        left: inherit;
    }


.profile-icons a {
    font-size: 18px;
    padding-right: 5px;
    color: #0092e6;
}


.security-area_new table#sample_editable_1 th {
    text-align: left;
}


.add-rws-new {
    background: transparent;
    border: 0;
    font-size: 16px;
    outline: none;
    position: relative;
    opacity: 0;
}

    .add-rws-new.active {
        opacity: 1;
    }

    .add-rws-new i {
        color: #4285f4 !important;
        font-size: 21px !important;
    }

    .add-rws-new:hover i {
        color: #0051ff !important;
    }

/*.add-newdata tr .active {
	display: none;
}*/

.add-newdata tr.editFieldIcon.add-datafield .active {
    display: block;
}

.add-newdata th.hide-some {
    display: block;
}

.contactDetailPage .MobileView {
    display: none;
}


.contactDetailPage .DeskTopView {
    display: block !important;
}

.contact-new-3bg .add-newdata table thead button {
    display: block !important;
    opacity: 1;
}


.add-newdata tbody i.glyphicon {
    font-size: 14px !important;
    font-weight: 800;
}

.add-newdata i.glyphicon.glyphicon-ok-circle {
    color: #4285f4 !important;
}

.add-newdata i.glyphicon.glyphicon-remove-circle {
    color: red !important;
}


.add-newdata span#edit-row {
    position: relative;
    left: 0 !important;
}

.user-table {
    width: 50%;
}


    .user-table span#edit-row {
        position: relative;
        top: 3px;
        border: 0 !important;
        left: 3px !important;
    }



    .user-table span {
        display: block;
        background: #cde0ef3d;
        border: 1px solid #d9e2e7 !important;
        color: #6b6a6a;
        min-height: 30px;
        line-height: 30px;
        /*padding: 0 10px !important;*/
        outline: none;
    }

    .user-table input {
        border: 0 !important;
        background: none !important;
        padding: 0 10px !important;
    }

    .user-table td {
        width: 50% !important;
    }



span.btnUpdate {
    border: 0 !important;
    background: transparent;
}



.user-table select {
    padding: 0 10px !important;
    border: 0 !important;
    background: transparent !important;
    width: 100% !important;
    outline: none !important;
}


.user-table .table {
    width: 100%;
    margin-bottom: 0;
}


.user-table .select-box-new {
    position: relative;
}

    .user-table .select-box-new:after {
        content: "";
        width: 20px;
        height: 20px;
        background: url(images/downa.png);
        background-repeat: no-repeat;
        position: absolute;
        background-size: 7px;
        right: 0;
        top: 50%;
        bottom: 0;
        margin: auto;
    }







.new-req.new-req.address-row:last-child {
    border: 0;
    margin-bottom: 0 !important;
}

.row-top-tables ul.email-type {
    clear: both;
    width: 99%;
    margin: auto;
    text-align: center;
}


/*=========================================Email-se
rver==========================================*/

.selectionBox {
    width: 50% !important;
    margin: 0 auto;
}

.page3,
.page2 {
    display: none;
}

.selectionBox .tab {
    margin-bottom: 30px;
}

    .selectionBox .tab button.tablinks {
        background: #e0e0e0;
        border: 0px;
        padding: 10px 0px;
        width: 33%;
        text-align: center;
        font-weight: bold;
        font-size: 18px;
    }

        .selectionBox .tab button.tablinks span {
            height: 24px;
            width: 24px;
            text-align: center;
            line-height: 24px;
            background: #b7b7b7;
            border-radius: 50% !important;
            display: block;
            margin: 3px auto 0px !important;
            font-size: 14px;
            font-weight: bold;
        }

        .selectionBox .tab button.tablinks.active {
            background: #0092ce;
            color: #fff;
            outline: none;
        }

            .selectionBox .tab button.tablinks.active span {
                background: #fff;
                color: #0092ce;
            }

.startSending {
    padding-left: 0 !important
}

    .startSending li {
        display: inline-block;
    }

.emailDetail input {
    margin-bottom: 20px
}

.search-table-sub {
    overflow-y: scroll;
    position: fixed;
    height: 90%;
}

    .search-table-sub::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 6px;
    }

    .search-table-sub::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #f3f3f3;
    }

    .search-table-sub::-webkit-scrollbar-thumb {
        background-color: #818181;
    }

label.downArrow-cart.Security-tb-shoe-sele:after {
    display: none;
}

#sample_editable_1 tr td select.security-sel-b {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.security__assign .mode .pagelevelsecurity_ul {
    width: 50%;
    padding: 0px;
    float: left;
}

.pagelevel_popupwrap table.dataTable.no-footer {
    border: 2px solid #5f5f5f;
}

.pagelevel_popupwrap .dataTable tr.bg-gry td {
    padding-top: 6px;
}

.pagelevel_popupwrap .dataTable tr.bg-gry + tr td {
    width: 50%;
}


#search_modal .searchbottom_tabs1 {
    text-align: center;
    margin-top: 0px;
}

.pagelevel_popupwrap .dataTable tr.bg-gry + tr td.Pagelevelsecurity_left {
    width: 44%;
}

.pagelevel_popupwrap .dataTable tr.bg-gry + tr td.Pagelevelsecurity_right {
    width: 56%;
}

.pagelevelsecurity_checkedbtn_wrap {
    width: 90px;
    float: left;
    position: absolute;
    right: 0px;
    top: 0px;
}

.pagelevelsecurity_selectall_wrap {
    padding-right: 105px;
    position: relative;
}

.Pagelevelsecurity_right .Branch_Access_check-box.pagelevel_btn_container label.downArrow-cart {
    position: relative;
    padding-left: 0px;
    width: 100%;
}

.Pagelevelsecurity_right .Branch_Access_check-box.pagelevel_btn_container {
    position: relative;
}

.Pagelevelsecurity_right .Branch_Access_check-box input.btn.btn-link.pagelevel_btn {
    padding-left: 0px;
}

.levelsecurity_modaltabing .nav-pills > li > a {
    background: #eee;
}

.levelsecurity_modaltabing .nav-pills > li.active > a {
    background: #337ab7;
}

.inboundedit_save37 {
    display: none;
}

.top-head.inbout_Wrap {
    overflow: hidden;
}

.searchmodal_search_container .search_left_sub12 {
    bottom: 0%;
    position: relative;
    width: 100%;
}

.searchmodal_search_container .search_left_sub11 {
    height: 400px;
    bottom: 0px;
    position: relative;
    border-top: 1px solid #ddd;
}

.searchmodal_search_wrap {
    margin: -15px -30px -15px -15px;
}

.searchmodal_search_container {
    background: #f5f5f5;
    border-left: 1px solid #ddd;
}

.searchpagercontrols {
    background-color: #cFcFcF;
    padding: 5px 5px 5px 5px;
}

#goToPage,
#ddPageSize {
    border: 1px solid slategray !important;
}

.searchmodal_search_container .list-heading1 {
    padding-top: 15px !Important;
    font-size: 22px;
}

.searchmodal_search_container .search-table tbody tr td,
.searchmodal_search_container .search-table thead tr th {
    border: 1px solid #ddd;
}

.searchmodal_search_container .search_active_btn {
    height: 2px;
    width: 100px;
    background: #f3565d;
    margin: -3px auto 15px;
}

.searchmodal_search_container .search-table tbody tr td:first-child[rowspan="3"],
.searchmodal_search_container .search-table thead tr th:first-child {
    border-left: 0px;
}

.searchmodal_search_container .search-table thead tr:first-child th {
    border-top: 0px;
}

.searchmodalicon {
    width: 24px;
    margin-right: 20px;
}

.searchpagercontrols {
    text-align: center;
    margin-bottom: 5px;
}

.searchpagerbutton:hover {
    background-color: #8F8F8F;
}

.searchpagerbutton {
    border-style: solid;
    border-width: 1px;
    border-color: slategray;
    width: 36px;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
}

.searchresult_input54 .list-heading1 {
    text-align: left !important;
    font-size: 22px;
}

.searchresult_input54 .search_active_btn {
    height: 2px;
    width: 55px;
    margin: -3px 0px 10px;
}

#search_modal .modal-dialog {
    margin: 5% auto 0px;
}

.searchmodal_searchform {
    height: 315px;
    overflow-y: auto;
}

    .searchmodal_searchform::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 6px;
    }

    .searchmodal_searchform::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #f3f3f3;
    }

    .searchmodal_searchform::-webkit-scrollbar-thumb {
        background-color: #818181;
    }

.searchresult_input54 .siderbar-form-content label {
    font-size: 14px;
}



.dialcontrolPage .dialcontrolPage_sub .rowsContainer::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px;
    height: 8px;
}

.dialcontrolPage .dialcontrolPage_sub .rowsContainer::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f3f3f3;
}

.dialcontrolPage .dialcontrolPage_sub .rowsContainer::-webkit-scrollbar-thumb {
    background-color: #818181;
}

.inboundlead_progress_container h4.panel-title {
    font-weight: 500;
}

.dialcontrolPage .dialcontrolPage_sub table thead {
    background: #5F5F5F !important;
    color: #fff;
}

    .dialcontrolPage .dialcontrolPage_sub table thead tr th {
        border: 1px solid #e7ecf1;
        padding: 0px;
    }

.dialcontrolPage .dialcontrolPage_sub table tbody tr td {
    border: 1px solid #e7ecf1;
    padding: 5px 10px;
    position: relative;
}

.dialcontrolPage .dialcontrolPage_sub table tbody tr:nth-child(even) {
    background: #f6f6f6;
}

.dialcontrolPage .dialcontrolPage_sub table tbody tr td:hover {
    cursor: pointer;
}

.dialcontrolPage .dialcontrolPage_sub table thead tr th span.dialsinglehead {
    padding: 5px 10px;
    font-weight: bold;
}

.dialcontrolPage .dialcontrolPage_sub table thead tr th span.dialhead {
    width: 100%;
    background: #545454;
    padding: 5px 10px;
    font-weight: bold;
}

.dialcontrolPage .dialcontrolPage_sub table thead tr th span.dialsubhead {
    width: 108px;
    padding: 5px 10px;
    font-weight: bold;
}

.dialcontrolPage .dialcontrolPage_sub table tbody tr td:first-child {
    font-weight: bold;
}

.dialcontrolPage .dialcontrolPage_sub table tbody tr td span.dialcontrol_popup {
    background: rgba(0, 146, 206, 0.9);
    color: #fff;
    border-radius: 4px !Important;
    width: 126px;
    padding: 4px 7px;
    font-size: 12px;
    position: absolute;
    top: 0px;
    right: -126px;
    visibility: hidden;
    opacity: 0;
    transition: ease-in 0.3s;
    z-index: 1;
}

    .dialcontrolPage .dialcontrolPage_sub table tbody tr td span.dialcontrol_popup:before {
        height: 0px;
        width: 0px;
        border-bottom: 5px solid transparent;
        border-top: 5px solid transparent;
        border-left: 5px solid transparent;
        border-right: 15px solid rgba(0, 146, 206, 0.9);
        position: absolute;
        content: '';
        z-index: 9;
        left: -20px;
        top: 35%;
    }

.dialcontrolPage .dialcontrolPage_sub table tbody tr td:nth-last-child(1) span.dialcontrol_popup,
.dialcontrolPage .dialcontrolPage_sub table tbody tr td:nth-last-child(2) span.dialcontrol_popup {
    left: -126px;
}

    .dialcontrolPage .dialcontrolPage_sub table tbody tr td:nth-last-child(1) span.dialcontrol_popup:before,
    .dialcontrolPage .dialcontrolPage_sub table tbody tr td:nth-last-child(2) span.dialcontrol_popup:before {
        right: -20px;
        left: auto;
        border-bottom: 5px solid transparent;
        border-top: 5px solid transparent;
        border-left: 15px solid rgba(0, 146, 206, 0.9);
        border-right: 5px solid transparent;
    }

.searchmodal_searchform + button.searchmoretab34 {
    background: #0092ce;
    color: #fff;
    padding: 6px 14px;
    border: 0px;
    font-size: 14px;
    margin-top: 10px;
}

.searchbottom_tabs button {
    bottom: 0px;
    position: absolute;
}



/*send message style start*/

textarea.txxt-box {
    padding: 13px 32px 11px 8px;
    font-size: 14px;
    color: #000;
    background: #fff;
    width: 100%;
    border: 0;
    outline: none;
    margin-bottom: 10px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 70px;
    min-height: 70px;
    line-height: 20px;
}

button.submit.btn.green {
    margin: 0 auto;
    text-align: center;
    display: inherit;
    margin-bottom: 10px;
}

ul#contacts-inner {
    overflow: hidden;
    margin-bottom: 0;
}

.phone-nb-de strong {
    color: #fff;
    margin-bottom: 0;
    line-height: inherit;
    position: relative;
    display: block;
}


.portlet.light.col-sm-12 .editFieldIcon.active input[type='checkbox'] {
    display: block;
    position: relative;
    margin-left: 0;
    top: -5px;
}

.head {
    font-size: 14px !important;
    border-bottom: none !important;
    margin-bottom: -15px;
}

.rowsContainer p {
    padding-left: 0;
}

.bodyMargin1 {
    margin-bottom: 3px;
}

.portletMargin {
    margin-bottom: -16px;
}

.headingDatePicker {
    width: 100% !important;
}

.margin10 {
    margin-top: 10px !important;
}

.marginBottom10 {
    margin-bottom: 10px !important;
}

.test,
.saveButton {
    display: block;
    text-align: center;
}

.backgroundGrey {
    background-color: #ccc;
}

.toggleTable {
    display: none;
}

.saveChangesButton {
    text-align: center !important;
}

.verticalAlign {
    vertical-align: text-top;
}

@media (max-width: 1260px) {
    .inbout-clomn.anker {
        width: calc(91%/1) !important;
    }

    .inbound_bx.two .inbout-clomn {
        width: calc(100%/1) !important;
    }

    .inbound_bx .inbout-clomn {
        width: calc(100%/1);
    }

    .inbout-clomn.inputBx.flex-min {
        display: block;
        margin: 10px 0 10px;
    }

    .xfc-view, .xfc-view > table {
        position: relative;
        z-index: 1;
        overflow: auto;
    }

    .xfc td, .xfc th {
        border-style: solid;
        border-width: 1px;
        padding: 0;
        vertical-align: top;
        width: 120px;
        font-size: 10px;
    }
}

@media (max-width: 1319px) {
    .inbout-clomn.anker {
        width: calc(91%/1) !important;
    }

    .inbound_bx.two .inbout-clomn {
        width: calc(100%/1) !important;
    }

    .inbound_bx .inbout-clomn {
        width: calc(100%/1);
    }

    .inbout-clomn.inputBx.flex-min {
        display: block;
    }
}

/*
@media (max-width: 1440px){

div#Inboundleadrecord_section .page-breadcrumb.breadcrumb {
    padding: 0 30px;
}
}

div#Inboundleadrecord_section .container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

    .inbound_bx .inbout-clomn {width: calc(90%/2);}
}
   */

/*
@media (max-width: 1199px) and (min-width: 991px) {

    a.tel-ion,
    a#s_button {
        border: 0;
        background: #32c5d2;
         line-height: 3 !important; 
        height: 51px;
         margin-top: -58px; 
        border-right: 1px solid #1d96a0 !important;
        border-left: 1px solid #1d96a0 !important;
    }
}
*/

@media(max-width:767px) {
    .row.top-most-bar-new ul.refreshBtn {
        margin-bottom: 0;
        justify-content: center;
    }

    .top-boxx {
        padding: 0;
    }

    .contactDetailPage .deskTopView {
        display: block !important;
    }


    .col-sm-4.top-boxx.left .padding-l {
        padding-left: 0;
    }

    .usre-info-etc .checkContainer {
        margin: 0;
    }

    .usre-info-etc {
        float: none !important;
        width: 100%;
    }

        .usre-info-etc .contactDetailPage ul {
            display: none;
        }

    .DeskTopView.DeskTopView2 {
        display: block;
    }

    .contactDetailPage .forMobileView h5 {
        display: none !important
    }
}

@media(max-width:991px) {
    .row.top-most-bar-new .col-sm-3 {
        width: 50%;
    }


    .right-top-link {
        top: -60px !important;
    }


    .call_US .table-responsive {
        top: -38px !important;
        right: 0px !important;
    }

    div#filterDiv {
        width: 100%;
    }

    div#appoinment .padding-r {
        /*padding-left: 0!important;*/
        padding-right: 15px !important;
        margin-bottom: 20px;
    }

    div#email-model .table-responsive .table {
        width: 100%;
    }

    .uplode-file-area {
        width: 100%;
    }


    div#email-model .padding-r {
        padding-right: 15px !important;
    }

    .appoinment-model .modal-dialog {
        width: 98% !important;
    }

    .form-group #area1 {
        width: 100%;
    }
}

@media(max-width:767px) {
    .search-group {
        margin-left: 10px;
        float: unset !important;
    }

    .call_US .table-responsive {
        top: -8px !important;
        right: 0px !important;
    }

    .uplode-file-area {
        margin-bottom: 15px;
    }

    div#email-model .padding-l {
        padding-left: 15px !important;
    }

    .form-group #area1 {
        width: 100%;
    }

    /*
    a.tel-ion,
    a#s_button {
        border: none !important;
        background: transparent;
    }


    a.tel-ion i,
    a#s_button i {
        font-size: 18px !important;
        color: #BCC2CB !important;
        line-height: 20px !important;
    }
*/

    .right-top-link {
        right: 295px;
        top: -55px !important;
    }
}

@media(max-width: 650px) {
    .right-top-link {
        right: 235px;
        top: -55px !important;
    }
}

@media(max-width: 480px) {

    .right-top-link {
        top: -55px !important;
        right: 180px;
    }
}

span.tag-name {
    font-size: 13px;
}


.usre-info-etc ul li {
    display: flex;
    float: left;
    padding-right: 10px;
}

.usre-info-etc strong {
    font-size: 15px;
}

.usre-info-etc .checkContainer .checkmark:after {
    left: 0;
    top: 0;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0;
    margin: auto;
    bottom: 0;
}

.usre-info-etc .checkmark {
    position: absolute;
    top: 20px;
    left: 12px;
    height: 20px;
    width: 20px;
    background-color: #e2e2e2;
}

.user_PP p {
    font-size: 16px;
    margin: 0;
    padding-top: 17px;
    font-weight: bold;
    color: #0099ea;
}

.usre-info-etc .checkContainer {
    padding-left: 45px;
    font-size: 14px;
}

.user_PP {
    width: 200px;
    overflow: hidden;
    float: left;
}

.usre-info-etc {
    float: left;
}

#frame .content .message-input ::placeholder {
    color: #757b83 !important;
    font-size: 14px;
}

span.time.sent {
    display: block;
    padding-right: 30px;
    text-align: right;
    font-size: 11px;
    clear: both;
    float: right;
}

span.time.replies {
    display: block;
    text-align: left;
    clear: both;
    padding-left: 30px;
    font-size: 11px;
    float: left;
}

button#contact_bn_p {
    display: block !important;
    position: absolute;
    top: 11px;
    left: auto;
    margin: auto;
    z-index: 999;
    background: #3fc9d5;
    right: 12px;
    height: 40px;
    width: 40px;
    border: 0;
    color: #fff;
    font-size: 26px;
    border-radius: 3px !important;
    display: none !important;
}

.page-wrapper.contact-page-wrap .page-wrapper-middle {
    background: #f3f6f8 !important;
}


button#contact_bn_p i.fa.fa-bars {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 40px;
}

#frame {
    width: 95%;
    min-width: 360px;
    max-width: 1090px;
    height: 92vh;
    min-height: 300px;
    max-height: 720px;
    background: #E6EAEA;
    margin: auto;
}








/*Job Page css*/

.page-wrapper-middle.jobPage {
    background: #fff;
}

.job-detail-new .row {
    margin: 0;
}

.job-detail-new .col-sm-12 {
    padding: 0;
}

.job-detail-new .panel-body {
    padding: 0;
}

.top-head {
    background: #0e1726;
    padding: 15px 35px;
}

    .top-head h2 {
        margin: 0;
        font-size: 22px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

.job-detail-new .nav-tabs li.active {
    border: 0;
}

.job-detail-new ul.nav.nav-tabs {
    padding-left: 0 !important;
    margin-bottom: 0;
    float: left;
    background: #0e1726;
    width: 11%;
}

.job-detail-new .contact-new-3 .nav-tabs > li,
.job-detail-new .contact-new-3 .nav-tabs > li:hover {
    border: 0;
}

    .job-detail-new .contact-new-3 .nav-tabs > li.active > a,
    .job-detail-new .contact-new-3 .nav-tabs > li > a:hover {
        background: #0e1726;
    }



.job-detail-new .contact-new-3 .tab-content {
    background: #f3f7fb;
}

.job-detail-new .nav-tabs li.active {
    background: none;
}

.job-detail-new .nav-tabs figure.icon-image {
    padding-right: 40px !important;
    display: inline-block;
}

.job-detail-new ul.nav.nav-tabs {
    padding: 20px 13px 20px 10px !important;
    margin-bottom: 0;
    float: left;
    background: #0e1726;
    width: 13%;
}

.job-detail-new figure.icon-image i {
    font-size: 20px;
    vertical-align: text-bottom;
    color: #465368;
}

.job-detail-new .nav-tabs > li a {
    color: #465368 !important;
    text-transform: capitalize !important;
}

.job-detail-new .nav-tabs li.active a,
.job-detail-new .nav-tabs li.active i {
    color: #fff !important;
    text-transform: capitalize !important
}

.job-detail-new .contact-new-3,
.job-detail-new .contact-new-3 .panel {
    background-color: #fff !important;
}

.job-detail-new .userimg .dropdown-menu {
    right: 0 !important;
    left: auto;
}


.job-detail-new .userimg li.dropdown {
    list-style: none;
    text-align: right;
    position: relative;
    margin-top: -3px;
}

.job-detail-new .userimg span.username {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    color: #32c5d2;
    padding-right: 0px;
    font-weight: 900;
}

.job-detail-new .userimg span strong {
    display: block;
    color: #ffffff;
    font-size: 13px;
    padding-top: 0;
    font-weight: 600;
    text-align: right;
    position: absolute;
    bottom: -16px;
    right: 0;
}



.job-detail-new .userimg .img-circle {
    border-radius: 50% !important;
    width: 57px;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 1px #0000003b;
}

.top-head h2 {
    margin: 0;
    font-size: 22px;
}


.top-head div#datepicker:after,
.top-head div#datepicker1:after {
    display: none;
}


.top-head div#datepicker button,
.top-head div#datepicker1 button {
    display: block;
}

.top-head div#datepicker {
    display: inline-flex;
    color: #a8b0bf;
    border-radius: 4px !important;
    border: 1px solid #fff;
    padding: 0 !important;
    font-size: 13.4px;
    height: 29px;
}





.page-wrapper-middle.jobPage .page-content {
    padding: 0;
}


.jobPage .portlet-body {
    padding-top: 0px !important;
}

.top-head select {
    background: transparent;
    padding: 5px 8px;
    outline: 0;
    border: 1px solid #ffffff !important;
    color: #a8b0bf;
    font-size: 13.4px;
    height: 29px;
    border-radius: 3px !important;
}

.top-head div#datepicker input {
    height: auto;
    border: 0 !important;
}


.top-head .btn.default:not(.btn-outline) {
    color: #465368 !important;
    background-color: #0e1726;
    border-color: #e1e5ec;
    border: 0;
    padding-top: 3px;
    border-left: 1px solid #fff;
}

.top-head label {
    padding-right: 11px;
    color: #f3f7fb !important;
    text-transform: capitalize !important;
    font-size: 13px !important;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 !important;
}



.top-head .flex {
    display: flex;
    justify-content: flex-end;
}

.date-box {
    padding-left: 20px;
}

p.size12 {
    margin: 0;
}



.job-table th {
    background: #337ab7 !important;
}



.job-table table th:first-child {
    display: none;
}



.job-table th {
    background: #0e172600;
    color: #ffffff !important;
}

.job-table th {
    background: #337ab7 !important;
}

.job-table .fa {
    padding-right: 8px;
    color: #004266;
}

.job-detail-new td,
.job-detail-new td span {
    color: #0e1726 !important;
}

.buttons button i {
    padding-right: 4px;
}


.buttons {
    text-align: left;
    position: absolute;
    right: 20px;
}

.jobPage .tab-content > .tab-pane {
    padding-top: 45px;
}

.jobPage .tab-content {
    position: relative;
}

.jobPage .p-l-0 {
    padding-left: 0;
}


.buttons button {
    background: #192944;
    color: #fff !important;
    margin-right: 15px;
    font-size: 15px;
    border-radius: 4px !important;
    border: 0;
    padding: 9px 15px;
    font-weight: bold;
    text-transform: uppercase;
}




    .buttons button:hover {
        background: #0e1726;
        color: #fff;
        transition: all 0.3s ease-in;
    }






















@media screen and (max-width: 360px) {
    #frame {
        width: 100%;
        height: 100vh;
        min-width: 100%;
    }
}

#frame #sidepanel {
    float: left;
    min-width: 280px;
    max-width: 340px;
    width: 40%;
    height: 100%;
    background: #2c3e50;
    color: #f5f5f5;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel {
        width: 58px;
        min-width: 58px;
    }
}

#frame #sidepanel #profile {
    width: 80%;
    margin: 25px auto;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile {
        width: 100%;
        margin: 0 auto;
        padding: 5px 0 0 0;
        background: #32465a;
    }
}

#frame #sidepanel #profile.expanded .wrap {
    height: 210px;
    line-height: initial;
}

    #frame #sidepanel #profile.expanded .wrap p {
        margin-top: 20px;
    }

    #frame #sidepanel #profile.expanded .wrap i.expand-button {
        -moz-transform: scaleY(-1);
        -o-transform: scaleY(-1);
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
    }

#frame #sidepanel #profile .wrap {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    -moz-transition: 0.3s height ease;
    -o-transition: 0.3s height ease;
    -webkit-transition: 0.3s height ease;
    transition: 0.3s height ease;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap {
        height: 55px;
    }
}

#frame #sidepanel #profile .wrap img {
    width: 50px;
    border-radius: 50%;
    padding: 3px;
    border: 2px solid #e74c3c;
    height: auto;
    float: left;
    cursor: pointer;
    -moz-transition: 0.3s border ease;
    -o-transition: 0.3s border ease;
    -webkit-transition: 0.3s border ease;
    transition: 0.3s border ease;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap img {
        width: 40px;
        margin-left: 4px;
    }
}

#frame #sidepanel #profile .wrap img.online {
    border: 2px solid #2ecc71;
}

#frame #sidepanel #profile .wrap img.away {
    border: 2px solid #f1c40f;
}

#frame #sidepanel #profile .wrap img.busy {
    border: 2px solid #e74c3c;
}

#frame #sidepanel #profile .wrap img.offline {
    border: 2px solid #95a5a6;
}

#frame #sidepanel #profile .wrap p {
    float: left;
    margin-left: 15px;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap p {
        display: none;
    }
}

#frame #sidepanel #profile .wrap i.expand-button {
    float: right;
    margin-top: 23px;
    font-size: 0.8em;
    cursor: pointer;
    color: #435f7a;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap i.expand-button {
        display: none;
    }
}

#frame #sidepanel #profile .wrap #status-options {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 150px;
    margin: 70px 0 0 0;
    border-radius: 6px;
    z-index: 99;
    line-height: initial;
    background: #435f7a;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options {
        width: 58px;
        margin-top: 57px;
    }
}

#frame #sidepanel #profile .wrap #status-options.active {
    opacity: 1;
    visibility: visible;
    margin: 75px 0 0 0;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options.active {
        margin-top: 62px;
    }
}

#frame #sidepanel #profile .wrap #status-options:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #435f7a;
    margin: -8px 0 0 24px;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options:before {
        margin-left: 23px;
    }
}

#frame #sidepanel #profile .wrap #status-options ul {
    overflow: hidden;
    border-radius: 6px;
}

    #frame #sidepanel #profile .wrap #status-options ul li {
        padding: 15px 0 30px 18px;
        display: block;
        cursor: pointer;
    }

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options ul li {
        padding: 15px 0 35px 22px;
    }
}

#frame #sidepanel #profile .wrap #status-options ul li:hover {
    background: #496886;
}

#frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 5px 0 0 0;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
        width: 14px;
        height: 14px;
    }
}

#frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    margin: -3px 0 0 -3px;
    background: transparent;
    border-radius: 50%;
    z-index: 0;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
        height: 18px;
        width: 18px;
    }
}

#frame #sidepanel #profile .wrap #status-options ul li p {
    padding-left: 12px;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options ul li p {
        display: none;
    }
}

#frame #sidepanel #profile .wrap #status-options ul li#status-online span.status-circle {
    background: #2ecc71;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-online.active span.status-circle:before {
    border: 1px solid #2ecc71;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-away span.status-circle {
    background: #f1c40f;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-away.active span.status-circle:before {
    border: 1px solid #f1c40f;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-busy span.status-circle {
    background: #e74c3c;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-busy.active span.status-circle:before {
    border: 1px solid #e74c3c;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-offline span.status-circle {
    background: #95a5a6;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-offline.active span.status-circle:before {
    border: 1px solid #95a5a6;
}

#frame #sidepanel #profile .wrap #expanded {
    padding: 100px 0 0 0;
    display: block;
    line-height: initial !important;
}

    #frame #sidepanel #profile .wrap #expanded label {
        float: left;
        clear: both;
        margin: 0 8px 5px 0;
        padding: 5px 0;
    }

    #frame #sidepanel #profile .wrap #expanded input {
        border: none;
        margin-bottom: 6px;
        background: #32465a;
        border-radius: 3px;
        color: #f5f5f5;
        padding: 7px;
        width: calc(100% - 43px);
    }

        #frame #sidepanel #profile .wrap #expanded input:focus {
            outline: none;
            background: #435f7a;
        }

#frame #sidepanel #search {
    border-top: 1px solid #32465a;
    border-bottom: 1px solid #32465a;
    font-weight: 300;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #search {
        display: none;
    }
}

#frame #sidepanel #search label {
    position: absolute;
    margin: 10px 0 0 20px;
}

#frame #sidepanel #search input {
    font-family: "proxima-nova", "Source Sans Pro", sans-serif;
    padding: 10px 0 10px 46px;
    width: calc(100% - 25px);
    border: none;
    background: #32465a;
    color: #f5f5f5;
}

    #frame #sidepanel #search input:focus {
        outline: none;
        background: #435f7a;
    }

    #frame #sidepanel #search input::-webkit-input-placeholder {
        color: #f5f5f5;
    }

    #frame #sidepanel #search input::-moz-placeholder {
        color: #f5f5f5;
    }

    #frame #sidepanel #search input:-ms-input-placeholder {
        color: #f5f5f5;
    }

    #frame #sidepanel #search input:-moz-placeholder {
        color: #f5f5f5;
    }

#frame #sidepanel #contacts {
    height: calc(100% - 177px);
    overflow-y: scroll;
    overflow-x: hidden;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts {
        height: calc(100% - 149px);
        overflow-y: scroll;
        overflow-x: hidden;
    }

        #frame #sidepanel #contacts::-webkit-scrollbar {
            display: none;
        }
}

#frame #sidepanel #contacts.expanded {
    height: calc(100% - 334px);
}

#frame #sidepanel #contacts::-webkit-scrollbar {
    width: 8px;
    background: #2c3e50;
}

#frame #sidepanel #contacts::-webkit-scrollbar-thumb {
    background-color: #243140;
}

#frame #sidepanel #contacts ul li.contact {
    position: relative;
    padding: 10px 0 15px 0;
    font-size: 0.9em;
    cursor: pointer;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts ul li.contact {
        padding: 6px 0 46px 8px;
    }
}

#frame #sidepanel #contacts ul li.contact:hover {
    background: #32465a;
}

#frame #sidepanel #contacts ul li.contact.active {
    background: #32465a;
    border-right: 5px solid #435f7a;
}

    #frame #sidepanel #contacts ul li.contact.active span.contact-status {
        border: 2px solid #32465a !important;
    }

#frame #sidepanel #contacts ul li.contact .wrap {
    width: 88%;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts ul li.contact .wrap {
        width: 100%;
    }
}

#frame #sidepanel #contacts ul li.contact .wrap span {
    position: absolute;
    left: 0;
    margin: -2px 0 0 -2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #2c3e50;
    background: #95a5a6;
}

    #frame #sidepanel #contacts ul li.contact .wrap span.online {
        background: #2ecc71;
    }

    #frame #sidepanel #contacts ul li.contact .wrap span.away {
        background: #f1c40f;
    }

    #frame #sidepanel #contacts ul li.contact .wrap span.busy {
        background: #e74c3c;
    }

#frame #sidepanel #contacts ul li.contact .wrap img {
    width: 40px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts ul li.contact .wrap img {
        margin-right: 0px;
    }
}

#frame #sidepanel #contacts ul li.contact .wrap .meta {
    padding: 5px 0 0 0;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts ul li.contact .wrap .meta {
        display: none;
    }
}

#frame #sidepanel #contacts ul li.contact .wrap .meta .name {
    font-weight: 600;
}

#frame #sidepanel #contacts ul li.contact .wrap .meta .preview {
    margin: 5px 0 0 0;
    padding: 0 0 1px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
}

    #frame #sidepanel #contacts ul li.contact .wrap .meta .preview span {
        position: initial;
        border-radius: initial;
        background: none;
        border: none;
        padding: 0 2px 0 0;
        margin: 0 0 0 1px;
        opacity: .5;
    }

#frame #sidepanel #bottom-bar {
    position: absolute;
    width: 100%;
    bottom: 0;
}

    #frame #sidepanel #bottom-bar button {
        float: left;
        border: none;
        width: 50%;
        padding: 10px 0;
        background: #32465a;
        color: #f5f5f5;
        cursor: pointer;
        font-size: 0.85em;
        font-family: "proxima-nova", "Source Sans Pro", sans-serif;
    }

@media screen and (max-width: 735px) {
    #frame #sidepanel #bottom-bar button {
        float: none;
        width: 100%;
        padding: 15px 0;
    }
}

#frame #sidepanel #bottom-bar button:focus {
    outline: none;
}

#frame #sidepanel #bottom-bar button:nth-child(1) {
    border-right: 1px solid #2c3e50;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #bottom-bar button:nth-child(1) {
        border-right: none;
        border-bottom: 1px solid #2c3e50;
    }
}

#frame #sidepanel #bottom-bar button:hover {
    background: #435f7a;
}

#frame #sidepanel #bottom-bar button i {
    margin-right: 3px;
    font-size: 1em;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #bottom-bar button i {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #bottom-bar button span {
        display: none;
    }
}

#frame .content {
    float: right;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 735px) {
    #frame .content {
        width: 100%;
        min-width: 100%;
    }
}

@media screen and (min-width: 900px) {
    #frame .content {
        width: 100%;
    }
}

#frame .content .contact-profile {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #f5f5f5;
}

    #frame .content .contact-profile img {
        width: 40px;
        border-radius: 50% !important;
        float: left;
        margin: 9px 12px 0 9px !important;
    }

    #frame .content .contact-profile p {
        float: left;
    }

    #frame .content .contact-profile .social-media {
        float: right;
    }

        #frame .content .contact-profile .social-media i {
            margin-left: 14px;
            cursor: pointer;
        }

            #frame .content .contact-profile .social-media i:nth-last-child(1) {
                margin-right: 20px;
            }

            #frame .content .contact-profile .social-media i:hover {
                color: #435f7a;
            }

#frame .content .messages {
    height: auto;
    clear: both;
    min-height: calc(100% - 93px);
    max-height: calc(100% - 93px);
    overflow-y: scroll;
    overflow-x: hidden;
}

@media screen and (max-width: 735px) {
    #frame .content .messages {
        max-height: calc(100% - 105px);
    }
}

#frame .content .messages::-webkit-scrollbar {
    width: 8px;
    background: transparent;
}

#frame .content .messages::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
}

#frame .content .messages ul li {
    display: inline-block;
    clear: both;
    /*float: left;*/ /*Ethan Rodriguez 11/25/2024 removed line*/
    margin: 15px 15px 5px 15px;
    width: calc(100% - 25px);
    font-size: 0.9em;
}

    #frame .content .messages ul li:nth-last-child(1) {
        margin-bottom: 125px;
    }

    #frame .content .messages ul li.sent img {
        margin: 6px 0px 0 8px;
    }

    #frame .content .messages ul li.sent p {
        background: #444d58;
        color: #f5f5f5;
        word-wrap: break-word;
        float: right;
    }

    #frame .content .messages ul li.replies img {
        float: left;
        margin: 6px 8px 0 0px;
    }

    #frame .content .messages ul li.replies p {
        background: #3fc9d5;
        float: left;
        color: #fff;
    }

    #frame .content .messages ul li img {
        width: 22px;
        border-radius: 50% !important;
        float: right;
    }


    #frame .content .messages ul li p {
        display: inline-block;
        padding: 10px 15px;
        border-radius: 20px !important;
        max-width: 315px !important;
        line-height: 130%;
        margin-top: 0px;
    }

@media screen and (min-width: 735px) {
    #frame .content .messages ul li p {
        max-width: 300px;
    }
}

#frame .content .message-input {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9999999;
    background: white;
}

    #frame .content .message-input .wrap {
        position: relative;
    }

        #frame .content .message-input .wrap input {
            float: left;
            border: none;
            width: calc(100% - 50px);
            padding: 13px 32px 11px 8px;
            font-size: 14px;
            color: #fff;
            background: #757b83;
        }

@media screen and (max-width: 735px) {
    #frame .content .message-input .wrap input {
        padding: 15px 32px 16px 8px;
    }
}

#frame .content .message-input .wrap input:focus {
    outline: none;
}

#frame .content .message-input .wrap .attachment {
    position: absolute;
    right: 60px;
    z-index: 4;
    margin-top: 10px;
    font-size: 1.1em;
    color: #435f7a;
    opacity: .5;
    cursor: pointer;
}

@media screen and (max-width: 735px) {
    #frame .content .message-input .wrap .attachment {
        margin-top: 17px;
        right: 65px;
    }
}

#frame .content .message-input .wrap .attachment:hover {
    opacity: 1;
}

#frame .content .message-input .wrap button {
    float: right;
    border: none;
    width: 50px;
    padding: 12px 0;
    cursor: pointer;
    background: #3fc9d5;
    color: #f5f5f5;
}

@media screen and (max-width: 735px) {
    #frame .content .message-input .wrap button {
        padding: 16px 0;
    }
}

@media (max-width: 1280px) {
    .vertical-scroll {
        height: 55px;
        overflow-y: scroll;
    }

    .breadcrumb_container a.breadcrumb_sendmessage_btn {
        position: absolute;
        top: -7px;
        right: 0px;
    }

    button#contact_bn_p {
        outline: none;
        display: block !important;
    }


    .dropdown-box {
        background: #48525e;
        clear: both;
        position: relative;
        z-index: 9;
        top: 10px;
    }

    li.f1 {
        margin-top: -7px;
    }

    .phone-desk {
        display: none !important;
    }

    .phone-nb-de {
        display: block !important;
        position: static;
        width: 100%;
        background: #48525e;
        z-index: 99;
        line-height: 1;
        padding: 10px 0;
    }

    .sendmessage-dialog {
        width: 94%;
    }

    button#contact_bn_p i.fa.fa-bars {
        line-height: 32px;
    }

    button#contact_bn_p {
        height: 30px;
        width: 30px;
        font-size: 20px;
        top: 8px;
    }

    #frame .content .contact-profile {
        height: 48px;
        line-height: 48px;
    }

        #frame .content .contact-profile img {
            width: 30px;
        }

    .user_PP p {
        padding-top: 10px;
    }

    ul#contacts-inner {
        top: 30px;
        padding: 0px;
    }

    .usre-info-etc .checkContainer {
        padding-left: 32px;
        font-size: 12px;
        line-height: 30px;
    }

    .usre-info-etc .checkmark {
        height: 12px;
        width: 12px;
        top: 10px;
    }

    .usre-info-etc {
        float: none
    }

    ul#contacts-inner {
        display: none;
        border-bottom: 2px solid #3fc9d5;
        overflow: hidden;
        clear: both;
        z-index: 99999;
        color: gainsboro;
        float: none;
        margin-top: 0;
        position: relative;
        width: 100%;
        top: 0;
        height: auto;
        margin-bottom: 0;
    }

    .usre-info-etc ul li {
        display: block;
        float: none;
        padding-right: 0;
    }

    .usre-info-etc .checkContainer {
        padding-left: 35px;
        font-size: 14px;
        width: 100%;
        margin-bottom: 0;
    }

    .usre-info-etc strong {
        padding-left: 15px;
    }

    #frame {
        width: 95%;
        min-width: 100%;
    }
}

@media (max-width: 1199px) {
}



#frame .content .message-input .wrap button:hover {
    background: #435f7a;
}

#frame .content .message-input .wrap button:focus {
    outline: none;
}


/*send message style end*/

.phone-desk {
    display: block;
}

.phone-nb-de {
    display: block;
    display: none;
}

.sendmessage-dialog {
    width: 1200px;
}

.breadcrumb_container {
    position: relative;
}

    .breadcrumb_container a.breadcrumb_sendmessage_btn {
        position: absolute;
        top: -7px;
        right: 0px;
    }

#send-message {
    padding-right: 0px !important;
}

@media screen and (max-width:1600px) {
    .contact-new-3 ul.nav.nav-tabs {
        width: 20%;
    }

    .sendmessage-dialog {
        height: 500px;
    }

    #frame {
        height: 500px;
        min-height: 460px;
    }

        #frame .content .messages {
            height: 357px;
            min-height: auto;
        }
}

@media (min-width:1440px) and (max-width:1550px) {
    .selectionBox .tab button.tablinks {
        width: 32.8%;
    }
}

@media(max-width:1440px) {

    .contact-new-3 ul.nav.nav-tabs {
        width: 25%;
    }

    .contact-boxs {
        width: calc(85%/5);
        float: left;
        border: 1px solid #e6e6e6;
        min-width: 190px;
        margin: 25px 1.8%;
        border-radius: 4px !important;
        text-align: center;
        position: relative;
        transition: all 0.3s ease-in;
        background: #fff;
        display: table;
    }

    .appoinment-model .modal-dialog {
        width: 92% !important;
    }

    .selectionBox {
        width: 70% !important
    }

    .portlet.light .portlet-body {
        padding-top: 0px !important;
        width: 100% !important;
    }

    .contactdetail_bottom_btn {
        margin-top: -30px !important;
        margin-left: 15px;
    }
}

@media screen and (max-width:1250px) {
    .contact-boxs {
        margin: 25px 1%;
    }

    .sendmessage-dialog {
        width: 950px;
    }
}

@media (max-width:1200px) {
    .selectionBox .tab button.tablinks {
        width: 32.8%;
        font-size: 16px;
    }

        .selectionBox .tab button.tablinks span {
            height: 21px;
            width: 21px;
            line-height: 21px;
            margin: 2px auto 0px !important;
            font-size: 13px;
        }

    .selectionBox .tab {
        margin-bottom: 25px;
    }
}

@media (max-width:1199px) {


    .refreshBtn {
        margin-top: 22px;
    }

    .form-group.data_next_per a i {
        line-height: 2;
    }

    /*
    a.tel-ion,
    a#s_button {
        border-right: 1px solid #1d96a0;
        border-left: 1px solid #1d96a0;
    }
*/

    .call_US table {
        background: #f1f1f1;
    }

    /*
    .call_US .table-responsive {
        top: -4px;
        right: 20px;
    }
*/

    /*
    .right-top-link {
        top: 7px;
        right: 20px;
    }
*/
    /*

    .smalldevice_breadcrumb {
        height: 35px;
    }
*/

    /*
   a.tel-ion i, a#s_button i {
    font-size: 19px;
    color: #c1ccd1;
    line-height: 25px;
}
*/

    /*
    a.tel-ion,
    a#s_button {
        border: 0;
        line-height: 1;
        background: #32c5d2;
        padding: 8px 13px;
        line-height: 1 !important;
         height: 35px;
    }
*/

    .contact-new-3 ul.nav.nav-tabs {
        width: 30%;
    }

    .contact-boxs {
        margin: 25px 1% !important;
    }

    .contact-boxs {
        width: calc(85%/4);
    }
}

@media (max-width: 1024px) {



    .email-pagep .search-table tbody tr td,
    .search-table thead tr th {
        font-size: 13px;
    }

    .vd-new-row table#sample_editable_1 {
        width: 940px !important;
    }

    .forwardHead thead tr th {
        font-size: 12px;
    }

    .selectionBox {
        width: 100% !important
    }

    .drag-text h3 {
        font-size: 12px;
    }
}



@media (min-width: 992px) {
    .schedulePage .modal-lg {
        width: 600px !important;
    }
}

@media screen and (max-width:991px) {


    .contact-boxs {
        width: calc(85%/3);
    }

    li.call-action {
        display: block;
    }

        li.call-action a.tel-ion i {
            font-size: 14px;
            color: #337ab7;
            top: 0;
        }

        li.call-action a.tel-ion {
            height: auto;
            top: 0px;
            line-height: initial;
            border-left: 0;
            padding: 0px 5px;
            display: inline-block;
            margin-right: 0;
            font-size: 14px;
        }

    li.call-action {
        padding: 8px 0 !important;
        border-left: 1px solid #e3e3e3;
        border-right: 0;
        float: right;
    }

    div#search_modal .siderbar-form-content label {
        width: 100%;
        padding-left: 7px;
        font-size: 13px;
    }

    div#search_modal .modalPadding {
        padding: 15px 5px;
    }

    div#search_modal .searchmodal_search_wrap {
        margin: -15px 0 -15px 0;
    }

    div#search_modal .modal-dialog {
        width: 94%;
        margin: 30px auto;
    }

    div#static3 .modal-dialog,
    div#static4 .modal-dialog {
        width: 98%;
    }

    .titlet {
        font-size: 16px;
    }

    .mobile_search_toggle {
        float: right;
        display: inline-block !important;
    }

        .mobile_search_toggle > .search-btn-container input.quick-sidebar-search {
            display: none;
        }

    .smalldevice_breadcrumb {
        padding: 0px !important;
        padding-right: 50px !important;
    }

        .smalldevice_breadcrumb li {
            padding: 8px 2px;
        }

            /* .smalldevice_breadcrumb li:last-child{padding:0px;} */
            .smalldevice_breadcrumb li.mobile_search_toggle {
                padding: 8px 4px;
                border-left: 1px solid #e3e3e3;
                border-right: 1px solid #e3e3e3;
            }

                .smalldevice_breadcrumb li.mobile_search_toggle span a {
                    padding: 0px 4px;
                }

    .Branch_Access_check-box.pagelevel_btn_container label.downArrow-cart {
        width: 120px;
    }

    .Branch_Access_check-box input.btn.btn-link.pagelevel_btn {
        padding-left: 125px;
    }

    .breadcrumb_container a.breadcrumb_sendmessage_btn {
        top: 6px;
        padding: 4px 7px;
        font-size: 13px;
    }


    .sendmessage-dialog {
        height: 400px;
        width: 700px;
    }

    #frame {
        height: 500px;
        min-height: 360px;
    }

        #frame .content .messages {
            height: auto;
            min-height: auto;
        }
}

@media(max-width:794px) {
    .contactdetail_bottom_btn {
        float: left !Important;
        margin-left: 0px;
        margin-bottom: 10px;
        margin-right: 10px;
    }
}

@media(min-width:768px) {
    .schedulePage .modal-body {
        padding: 45px !important;
        padding-top: 0 !important;
    }

    .refreshBtn li:nth-child(2) {
        padding-left: 3px;
    }

    .mode li {
        width: 140px;
    }
}

@media(max-width:768px) {
    .selectionBox {
        width: 90% !important;
    }

    .startSending li {
        margin-bottom: 10px;
    }

    .selectionBox .col-sm-9,
    .selectionBox .col-sm-3 {
        padding: 0
    }
}

@media(max-width:767px) {


    .navbar-nav > li > a {
        line-height: 1.5;
    }

    .portlet.calendar .fc-toolbar h2 {
        width: 100%;
    }

    .fc-toolbar .fc-left {
        float: inherit;
    }

    .tab-pane {
        margin-left: 0;
    }

    .portlet.light.portlet-fit > .portlet-title {
        padding: 0;
    }

    .fc-scroller {
        overflow: auto !important;
    }

    .caption-subject {
        font-size: 20px !important;
    }

    .flipper {
        margin-left: -20px;
        margin-right: 0 !important;
    }

    #frame .content .messages ul li:nth-last-child(1) {
        margin-bottom: 85px;
    }

    .searchmodal_searchform {
        height: auto;
    }

    .searchmodal_search_wrap {
        margin: 25px 0;
    }

    div#static3 .modal-dialog,
    div#static4 .modal-dialog {
        width: auto;
    }

    .security__assign .titlet span {
        display: inline !important;
        width: auto;
        padding-bottom: 10px;
    }

    ul.mode.scrollbar-v.topm label {
        width: auto !important;
    }

    ul.mode.scrollbar-v.topm span.checkmark {
        width: 20px;
    }

    .forwardColorIndicator {
        padding-left: 0;
        display: block;
        text-align: center;
    }

    .schedulePage .modal-body {
        padding: 25px !important;
        padding-top: 0 !important;
    }

    .schedulePage #statusContent h2 {
        font-size: 25px !important;
    }

    .agent .col-xs-12 {
        padding: 0 !important
    }

    .mode label {
        width: 160px !important;
    }

    .selectionBox {
        width: 90% !important;
    }

    /* .page-content-inner{margin-top:-19px;} */
    .Branch_Access_check-box.pagelevel_btn_container label.downArrow-cart {
        width: 140px;
    }

    .Branch_Access_check-box input.btn.btn-link.pagelevel_btn {
        padding-left: 145px;
    }

    .dialcontrolPage .dialcontrolPage_sub table {
        font-size: 12px;
    }

        .dialcontrolPage .dialcontrolPage_sub table thead tr th span.dialhead {
            padding: 3px 5px;
        }

        .dialcontrolPage .dialcontrolPage_sub table thead tr th span.dialsubhead {
            width: 92px;
            padding: 3px 5px;
        }

        .dialcontrolPage .dialcontrolPage_sub table thead tr th span.dialsinglehead {
            padding: 3px 5px;
        }

        .dialcontrolPage .dialcontrolPage_sub table tbody tr td {
            padding: 4px 5px;
            font-size: 12px;
        }

            .dialcontrolPage .dialcontrolPage_sub table tbody tr td span.dialcontrol_popup {
                width: 115px;
                padding: 4px 7px;
                font-size: 11px;
                right: -115px;
            }

            .dialcontrolPage .dialcontrolPage_sub table tbody tr td:nth-last-child(1) span.dialcontrol_popup,
            .dialcontrolPage .dialcontrolPage_sub table tbody tr td:nth-last-child(2) span.dialcontrol_popup {
                left: -115px;
                width: 115px;
            }

    .sendmessage-dialog {
        height: 300px;
        width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    #frame {
        height: 700px;
        min-height: 260px;
        overflow: hidden;
        position: relative;
    }

        #frame .content .messages {
            height: auto;
            min-height: auto;
        }

            #frame .content .messages ul li p {
                font-size: 13px;
            }

    span.time.sent {
        font-size: 13px;
    }

    #frame .content .messages ul li.replies p,
    #frame .content .messages ul li.sent p {
        margin-bottom: 6px;
    }

    .send_message_padding {
        padding: 15px 10px;
    }

    .send_message_footer {
        padding: 6px 15px;
    }

    #statusContent {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .jtable-left-area {
        float: right;
        margin-left: 0 !important;
    }

    .date_after_before ul {
        padding: 0;
    }

    button.btn.green.GetNextInbound_btn img {
        width: 15px !important;
    }

    button.btn.green.GetNextInbound_btn {
        padding: 10px 10px;
    }
}

@media (max-width:625px) {
    .GetNextInbound_Container .GetNextInbound_btn {
        width: 260px;
        font-size: 13px;
        padding: 4px 6px;
    }

    .GetNextInbound_Container {
        width: 270px;
    }

        .GetNextInbound_Container table tr td {
            padding: 5px;
            font-size: 14px;
            display: block;
            width: 100%;
            text-align: center;
            border-bottom: 0px;
        }

        .GetNextInbound_Container table tr:last-child td:last-child {
            border-bottom: 1px solid #ddd;
        }

        .GetNextInbound_Container table tr td:nth-child(odd) {
            background: #f1f1f1;
        }

    .GetNextInbound_bootomdetail {
        font-size: 14px;
    }

    .container,
    .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }

    .inboundlead_progress_container {
        padding-left: 5px;
        padding-right: 5px;
    }

    .inboundlead_progress_sub {
        padding: 5px;
    }
}

@media (max-width:600px) {
    .sendmessage-dialog {
        width: 100%;
    }

    #frame {
        height: 590px;
    }

    .selectionBox .tab button.tablinks {
        width: 100%;
        font-size: 15px;
        margin-bottom: 5px;
        padding: 7px 0px;
    }

        .selectionBox .tab button.tablinks span {
            height: 20px;
            width: 20px;
            line-height: 20px;
            margin: 1px auto 0px !important;
        }

    .selectionBox .tab {
        margin-bottom: 20px;
    }

    .security__assign .mode .pagelevelsecurity_ul {
        width: 100%;
    }

    /* .security__assign {
    width: 650px;
} */
    .pagelevel_popupwrap .dataTable tr.bg-gry + tr td {
        width: 100%;
        display: block;
        border: 0px;
        border-bottom: 1px solid #e7ecf1;
    }

    /* .security__ass_row {
    overflow-y: scroll;
} */
    .modalPadding {
        padding: 15px 15px;
    }

    .pagelevel_popupwrap table.dataTable.no-footer {
        border-collapse: initial;
    }

    .pagelevel_popupwrap .dataTable tr.bg-gry + tr td.Pagelevelsecurity_left,
    .pagelevel_popupwrap .dataTable tr.bg-gry + tr td.Pagelevelsecurity_right {
        width: 100%;
    }

    .Branch_Access_check-box.pagelevel_btn_container label.downArrow-cart {
        width: 100%;
        position: relative;
    }

    .Branch_Access_check-box input.btn.btn-link.pagelevel_btn {
        padding-left: 10px;
        display: inline;
    }

    .pagelevelsecurity_selectall_wrap {
        padding-right: 0px;
    }

    .pagelevelsecurity_checkedbtn_wrap {
        width: 100%;
        float: none;
        position: relative;
    }
}

@media(max-width:575px) {
    .dateCalender li {
        width: 100%;
    }

    .divs div {
        text-align: left;
    }

    .contactdetail_bottom_btn {
        margin-bottom: 10px;
    }
}

@media screen and (max-height:525px) {
    .page-quick-sidebar-open1 .list-heading1 {
        border-bottom: 2px solid rgba(243, 86, 93, .3);
        padding-bottom: 6px;
        font-size: 13px !important;
        margin-top: 20px !important;
    }

    .search_active_btn {
        height: 2px;
    }

    .page-quick-sidebar-toggler1 {
        top: 6px;
        font-size: 14px;
    }

    .siderbar-form-content label {
        width: 76px;
        padding-left: 7px;
        font-size: 13px;
    }

    .siderbar-form-content input[type='tel'] {
        width: 170px;
        height: 25px;
        font-size: 11px;
    }

    .siderbar-form-content input[type='text'] {
        width: 170px;
        height: 25px;
        font-size: 11px;
    }

    .searchbottom_tabs button {
        padding: 4px 10px;
        font-size: 12px;
    }

    .page-quick-sidebar-open1 button.Search_btn {
        padding: 4px 10px;
    }

    .search-table tbody tr td,
    .search-table thead tr th {
        font-size: 11px;
        padding: 3px;
    }

    .page-quick-sidebar-wrapper1 {
        width: 260px;
    }

    .search_left_sub12 {
        width: 260px;
    }

    .searchbottom_modal {
        margin-top: -9px;
        padding-right: 19px;
    }

    .siderbar-form-content select {
        width: 160px;
        height: 20px;
        font-size: 10px;
        color: #888;
        padding-top: 2px;
        padding-left: 3px;
    }
}



@media screen and (max-height:435px) {
    .page-quick-sidebar-open1 .list-heading1 {
        padding-bottom: 3px;
        font-size: 11px !important;
        margin-top: 15px !important;
    }

    .page-quick-sidebar-toggler1 {
        top: 3px;
        font-size: 13px;
    }

    .siderbar-form-content label {
        font-size: 12px;
    }

    .siderbar-form-content input[type='tel'] {
        width: 160px;
        height: 20px;
        font-size: 10px;
    }

    .siderbar-form-content input[type='text'] {
        width: 160px;
        height: 20px;
        font-size: 10px;
    }

    .searchbottom_tabs button {
        padding: 3px 7px;
        font-size: 10px;
    }

    .page-quick-sidebar-open1 button.Search_btn {
        padding: 2px 7px;
    }

    .search-table tbody tr td,
    .search-table thead tr th {
        font-size: 10px;
        padding: 2px 3px;
    }

    .siderbar-form-content {
        margin-bottom: 4px;
    }

    .search_active_btn {
        margin: -13px auto 15px;
    }

    .page-quick-sidebar-wrapper1 .search_input_field {
        height: 155px;
    }

    .page-quick-sidebar-wrapper1 {
        width: 260px;
    }

    .search_left_sub12 {
        width: 260px;
    }
}




/*Present page css*/
button#sample_editable_1_new {
    margin-right: 15px;
}

.date_after_before ul {
    margin-bottom: 0;
}

.date_wrap_vd {
    width: 100%;
    position: relative;
}

    .date_wrap_vd i {
        font-size: 16px;
        position: absolute;
        right: 7px;
        z-index: 1;
        top: 10px;
        color: #bdb8b8;
    }

.breadcrumb {
    background: transparent !important;
}

.page-header {
    padding-bottom: 0px;
    margin: -15px 0 0;
    border-bottom: 1px solid #eee;
}

.row.top-most-bar-new select,
.row.top-most-bar-new input {
    font-size: 13px !important;
}

.row.top-most-bar-new select,
.row.top-most-bar-new label {
    font-family: 'Poppins', sans-serif !important;
}

.row.top-most-bar-new select {
    background: #fff url(images/downa.png) 98% !important;
    background-size: 7px !important;
    padding-right: 15px !important;
    background-repeat: no-repeat !important;
    outline: 0;
    min-width: 120px;
}

a.email_all,
ul.refreshBtn button#sample_editable_1_new {
    margin-bottom: 0;
    font-size: 14px !important;
    background: transparent;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
    color: #32c5d2 !important;
    border: 2px solid #32c5d2;
    line-height: 2 !important;
    display: block;
    padding: 2px 5px 0 5px;
    min-width: 100px;
    transition: all 0.2s ease-in-out;
    text-align: center;
}

    a.email_all:hover,
    ul.refreshBtn button#sample_editable_1_new:hover {
        color: #fff !important;
        background: #32c5d2;
        transition: all 0.2s ease-in-out;
    }

.form-group.data_next_per {
    display: flex;
}

    .form-group.data_next_per a {
        padding: 0 10px;
        height: 34px;
        vertical-align: middle;
    }

        .form-group.data_next_per a i {
            vertical-align: middle;
            line-height: 2.2;
        }

    .form-group.data_next_per input {
        background: transparent;
        font-family: 'Poppins', sans-serif !important;
        z-index: 99;
        margin: 0;
        position: relative;
    }

.date_after_before ul li {
    display: block;
}


/*  New CSS  */

.page-wrapper-middle {
    position: relative;
}

.callback input {
    width: 100%;
    font-size: 12px;
}

    .callback input[type="datetime-local"] {
        max-width: 200px;
    }

    .callback input[type="text"] {
        width: 80px;
    }

.todo input {
    width: 100%;
    font-size: 12px;
}

    .todo input[type="datetime-local"] {
        max-width: 200px;
    }

    .todo input[type="text"] {
        width: 80px;
    }


button.btn.editupload {
    background: #2785fe;
    color: #fff;
    padding: 5px 20px;
}

    button.btn.editupload:hover {
        background-color: #fff;
        color: #2785fe;
        border: 1px solid #333;
    }




/* NEARBY MODAL CSS */

.search-crite {
    background: #fff;
    padding: 40px 10px;
    color: #fff;
    max-width: 1200px;
    margin: 0 auto;
}

ul.search-contnt {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    max-width: 900px;
}

.search-contnt li {
    flex: auto;
}

    .search-contnt li h4 {
        font-size: 14px;
        font-weight: 600;
        color: #888888;
    }

    .search-contnt li select {
        width: auto;
        color: #333;
        font-weight: 600;
        min-height: 25px;
        border: 1px solid #bbb !important;
        color: #888;
    }

    .search-contnt li input[type="number"] {
        width: 70px;
        color: #333;
        font-weight: 600;
    }

    .search-contnt li input[type="date"] {
        width: auto;
        color: #888;
        font-weight: 600;
    }

h3.nby-headng {
    font-size: 20px;
    font-weight: 600 !important;
    color: #888888;
}


.modal-content.nby-modal {
    background: #fff;
    color: #0085ff;
    border: 4px solid #eee;
    display: block;
    margin: 60px 0;
}

button.btn.go {
    margin-top: 20px;
    background: #fff;
    color: #333;
    font-weight: 600;
    border: 1px solid #333;
    padding: 5px 20px;
}

    button.btn.go:hover {
        background: #2785fe;
        color: #fff;
        transform: scale(1.2);
        transition: 1.1s;
        border: 1px solid #fff;
    }

.search-crite .table-responsive {
    color: #333;
    margin: 25px 0;
    max-height: 500px;
    overflow-y: auto;
    border: 1px solid #d9e2e7 !important;
    border-radius: 4px !important;
}

    .search-crite .table-responsive thead {
        background: #e9f4fb;
        color: #888888;
    }

        .search-crite .table-responsive thead tr th {
            font-size: 13px;
            font-weight: 600 !important;
        }

div#nearby-modal-content .modal-body {
    position: relative;
    padding: 15px;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    align-content: center;
    vertical-align: middle;
}

div#nearby-modal-content .modal-dialog.modal-lg {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    align-items: center;
}

.search-box-nby {
    padding: 25px;
    background: #e9f4fc;
    border: 1px solid #eee;
    max-width: 860px;
    margin: 0 auto;
    color: #333;
    border: 1px solid #d9e2e7 !important;
    border-radius: 4px !important;
}

.search-crite .table-responsive td {
    text-align: left;
    color: #a8b0bf;
    font-weight: 400;
    font-size: 12px;
}

.modal-content.nby-modal .modal-header {
    background: #e9f4fc;
    padding: 10px;
}


@media (min-width:320px) and (max-width:1208px) {
    ul.search-contnt {
        display: contents;
    }
}




@media (min-width:320px) and (max-width:720px) {
    div#nearby-modal-content .modal-dialog.modal-lg {
        width: 90%;
    }
}

/* DD CSS */

.file-upload {
    background-color: #ffffff;
    width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #2785fe;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #2785fe;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

    .file-upload-btn:hover {
        background: #2785fe;
        color: #ffffff;
        transition: all .2s ease;
        cursor: pointer;
    }

    .file-upload-btn:active {
        border: 0;
        transition: all .2s ease;
    }

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    margin-top: 20px;
    border: 4px dashed #25a0f5;
    position: relative;
}

    .image-dropping,
    .image-upload-wrap:hover {
        background-color: #2785fe;
        border: 4px dashed #ffffff;
    }

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text {
    text-align: center;
}

    .drag-text h3 {
        font-weight: 100;
        text-transform: uppercase;
        color: #dedede;
        padding: 60px 10px;
    }

        .drag-text h3:hover {
            color: #fff;
        }

.file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}














/* CSS FOR JOB DETAIL */

#general .row.pt-1 {
    padding-top: 2rem;
}

.job-table select {
    background: #e8e8e8;
}

.dates-table th {
    background: #337ab7 !important;
    color: #ffffff !important;
}


.dates-table input[type="checkbox"] {
    display: inline-block !important;
    margin-right: 5px !important;
}

.dates-table td,
.dates-table a {
    color: #0e1726 !important;
    font-weight: 600;
}

    .dates-table td i {
        font-size: 20px;
        padding-right: 10px;
        color: #337ab7;
        position: relative;
        top: 2px;
    }

tr.dates-det {
    text-align: center;
}

.jobDeatails-tab input,
.jobDeatails-tab select {
    border: 1px solid #d2d0d0 !important;
    min-height: 30px;
}

.jobDeatails-tab select {
    background: url(images/downa.png) 95% !important;
    background-size: 7px !important;
    padding-right: 18px !important;
    background-repeat: no-repeat !important;
    outline: 0;
    min-width: 120px;
}

.all-bank input[type=checkbox] + label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
}

.all-bank input[type=checkbox] {
    display: none !important;
}

    .all-bank input[type=checkbox] + label:before {
        content: "\2714";
        border: 0.1em solid #000;
        border-radius: 0;
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        padding-left: 0.2em;
        padding-bottom: 0.3em;
        margin-right: 10px;
        vertical-align: bottom;
        color: transparent;
        transition: .2s;
    }

    .all-bank input[type=checkbox] + label:active:before {
        transform: scale(0);
    }

    .all-bank input[type=checkbox]:checked + label:before {
        background-color: #0e1726;
        border-color: #0e1726;
        color: #fff;
    }

    .all-bank input[type=checkbox]:disabled + label:before {
        transform: scale(1);
        border-color: #aaa;
    }

    .all-bank input[type=checkbox]:checked:disabled + label:before {
        transform: scale(1);
        background-color: #bfb;
        border-color: #bfb;
    }


.all-bank input#fruit4 {
    display: none !important;
}



div#info-getp div#info-getp .table th {
    padding: 10px 10px !important;
}

table.table.all-bank td {
    text-align: left;
}


.job-detail-new .contact-new-3 .table-STYLE th {
    background: #337ab7 !important;
    color: #fff !important;
    font-weight: 700 !important;
}

.job-detail-new thead th {
    padding: 10px !important;
}



.th-fNone thead th:first-child {
    display: none;
}

.new-window {
    background: #32c5d2;
    padding: 10px 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 6px !important;
    display: inline-block;
    color: #fff !important;
    margin-bottom: 15px;
    transition: all 0.3s ease-in;
}

    .new-window:hover {
        background: #0e1726;
        color: #fff;
        transition: all 0.3s ease-in;
    }


/*Checkboxes styles*/

.check-boxes input[type="checkbox"] {
    display: none;
}

    .check-boxes input[type="checkbox"] + label {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 20px;
        font: 14px/20px 'Open Sans', Arial, sans-serif;
        color: #ddd;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }

        .check-boxes input[type="checkbox"] + label:last-child {
            margin-bottom: 0;
        }

        .check-boxes input[type="checkbox"] + label:before {
            content: '';
            display: block;
            width: 32px;
            height: 30px;
            border: 2px solid #bcbec1;
            position: absolute;
            left: 0;
            top: 1px;
            /* opacity: .6; */
            -webkit-transition: all .12s, border-color .08s;
            transition: all .12s, border-color .08s;
        }

    .check-boxes input[type="checkbox"]:checked + label:before {
        width: 10px;
        top: -5px;
        left: 5px;
        border-radius: 0;
        opacity: 1;
        border-top-color: transparent;
        border-left-color: transparent;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }


.fac-bx {
    width: calc(100%/3);
    float: left !important;
    padding: 0 15px;
    min-height: 65px;
}

    .fac-bx label {
        display: block;
    }

    .fac-bx input,
    .fac-bx select {
        width: 100%;
        border: 1px solid #c3c6ca !important;
        background: #fff !important;
        padding: 8px 15px;
    }

.textarea-fac label {
    display: block;
}

.textarea-fac label {
    display: block;
}

.textarea-fac textarea {
    width: 100%;
    min-height: 130px;
    border: 1px solid #c3c6ca !important;
}

.textarea-fac {
    padding: 15px;
}

.comments-bcx textarea {
    resize: vertical;
    min-height: 200px;
    width: 60% !important;
    padding: 15px;
    font-size: 15px;
}

.job-detail-new .contact-new-3 .table td {
    padding: 5px 5px !important;
}



.edit-table-custom .check-boxes input[type="checkbox"]:checked + label:before {
    width: 8px !important;
    top: -8px !important;
    height: 15px !important;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.edit-table-custom .check-boxes input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 25px !important;
    height: 25px !important;
    border: 2px solid #adb3b9;
    position: absolute;
    left: 0;
    top: -12px;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

.add_bTN-box button.add-Co-Owner {
    position: relative;
    left: 0;
    top: 0;
    font-size: 17px !important;
}

    .add_bTN-box button.add-Co-Owner i {
        color: #337ab7 !important;
        font-size: 20px !important;
        font-weight: 800;
        top: 5px;
    }


.edit-table-custom .check-boxes input[type="checkbox"] + label {
    opacity: 0;
}

.edit_mode-table .check-boxes input[type="checkbox"] + label {
    opacity: 1;
}

.rowsContainer.edit-table-custom .check-boxes input[type="checkbox"] {
    display: none !important;
}

button.add-Co-Owner.Add_New_Row {
    visibility: visible;
}

.edit-table-custom .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */

.edit-table-custom .container-checkbx input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */

.edit-table-custom .checkmark {
    position: absolute;
    top: 4px;
    cursor: pointer;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: 2px solid #b0bdc7;
}

/* On mouse-over, add a grey background color */

.edit-table-custom .container-checkbx:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.edit-table-custom .container-checkbx input:checked ~ .checkmark {
    background-color: #b0bdc7;
    border-color: #b0bdc7;
    cursor: pointer;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */

.container-checkbx input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */

.container-checkbx .checkmark:after {
    left: 8px;
    top: 3px;
    width: 7px;
    height: 14px;
    border: solid #373b3e;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container-checkbx {
    position: relative;
}


.edit-table-custom .editFieldIcon span i {
    top: 0 !important;
    left: 5px !important;
}

/* .edit-table-custom .container-checkbx {
    visibility: hidden;
}*/

.edit_mode-table .editFieldIcon.active .container-checkbx {
    visibility: visible;
}

tr.bg-latest {
    background: #337ab73b;
}

    tr.bg-latest td {
        font-weight: bold;
        color: #3b3d40 !important;
        line-height: 1.1 !important;
    }

/*.editFieldIcon.active td.ch_box_td {
    font-size: 0;
}*/

td.ch_box_td {
    color: #039e09 !important;
}

/*.jobDeatails-tab i.glyphicon {
    color: #51788d !important;
}*/

.vd-cutm-date {
    display: flex;
}

    .vd-cutm-date button.btn.default {
        background: #d0e0ee;
        border: 1px solid #d2d0d0 !important;
        border-left: 0 !important;
        color: #337ab7;
    }

    .vd-cutm-date input {
        background: transparent !important;
    }

.ch_box_td.unCheckBox {
    position: relative;
    opacity: 0.4;
}

td.ch_box_td.unCheckBox:before {
    content: "";
    background: #ffffff00;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    height: 100%;
    width: 100%;
}

.vd-cutm-date:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #66339900;
    position: absolute;
    z-index: 99999;
}


.rowsContainer.edit-table-custom.edit_mode-table tr.editFieldIcon.active .vd-cutm-date:after {
    display: none !important;
}





.call_US .editFieldIcon span i {
    top: 2px !important;
    left: 4px !important;
}

.call_US .editFieldIcon i.glyphicon.glyphicon-remove-circle {
    color: red !important;
    /* font-size: 14px !important;*/
    font-weight: 800;
}

.call_US .editFieldIcon.active > td:first-child {
    width: 50px;
}

.box-todo {
    padding-bottom: 10px;
    display: flex;
}

.labeldiv {
    flex: 1;
}

.label-output {
    flex: 2;
}

.box-todo select,
.box-todo textarea {
    width: 100%;
}

.box-todo textarea {
    resize: vertical;
    min-height: 100px;
}

.flex-to-select {
    display: flex;
    justify-content: space-between;
}

.job-2-popup .checkmark {
    position: absolute;
    top: -7px;
    cursor: pointer;
}

.flex-to-select select {
    width: 49% !important;
}

.job-2-popup .container-checkbx .checkmark:after {
    left: 7px;
    top: 4px;
    width: 6px;
    height: 11px;
    border: solid #373b3e;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.job-2-popup .full {
    text-align: center;
}

    .job-2-popup .full button {
        background: #192944;
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
        border: 0;
        padding: 8px 25px;
        margin-top: 15px;
    }

.job-2-popup .vd-cutm-date:after {
    display: none;
}

div#job_Cost input[type=checkbox][disabled] + .checkmark {
    background: #ebebe4 !important;
    border: 2px solid #d2d0d0;
}


    div#job_Cost input[type=checkbox][disabled] + .checkmark:after {
        border-color: #b5b5af;
    }


.flex_date {
    display: flex;
}

    .flex_date .inputField {
        align-self: center;
    }

.edit-table-custom .form-control {
    height: 30px;
}

.vd-cutm-date .btn {
    padding: 4px 12px;
}

.YES_SHOW,
tr.editFieldIcon.cost_fields.AppEnd_Data.active .YES_SHOW {
    display: none !important;
}

.NO_SHOW,
tr.editFieldIcon.cost_fields.AppEnd_Data.active .NO_SHOW {
    display: none !important;
}

tr.editFieldIcon.cost_fields .YES_SHOW.Yes_yes {
    display: block !important;
}

tr.editFieldIcon.cost_fields .NO_SHOW.no-showing {
    display: block !important;
}


.ch_box_td span {
    position: absolute;
}

.important.important_show {
    display: block !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
    font-size: 12px;
}

.important {
    display: none !important;
}

.job-detail-new .nav-tabs li:hover a,
.job-detail-new .nav-tabs li:hover i {
    color: #fff !important;
    transition: all 0.3s ease-in;
}



.Condition_CheckBox {
    position: relative;
}

.vd-textarea textarea {
    resize: vertical;
    min-height: 80px !important;
}





.job-2-popup table.table.popUp > tbody > tr > td {
    border-right: 1px solid #dcd9d9;
    border-top: 0 !important;
    vertical-align: top !important;
    font-size: 12px;
}

    .job-2-popup table.table.popUp > tbody > tr > td:last-child {
        border-right: 0;
    }


.job-2-popup .modal-body {
    padding: 0;
}

.jobDeatails-tab .modal .modal-header {
    border-bottom: 1px solid #EFEFEF;
    background: #f3f7fb;
}

.job-2-popup table.table.popUp > tbody > tr > td select,
.job-2-popup table.table.popUp > tbody > tr > td input {
    width: 100%;
    font-size: 12.5px;
}

.job-2-popup table.table.popUp > tbody > tr > td textarea {
    min-height: 78px;
    resize: vertical;
    font-size: 12px;
    outline: none;
}

.job-2-popup .vd-cutm-date {
    display: flex;
    width: 100%;
}

    .job-2-popup .vd-cutm-date button.btn.default {
        margin-right: 0;
    }

.job-2-popup .btnUpdatenew {
    position: absolute;
    top: 8px !important;
    left: 6px;
}

.job-2-popup i.glyphicon.glyphicon-ok-circle {
    color: #0060ff !important;
}

.job-2-popup .btn.cencelBtn i {
    color: red !important;
}

.job-2-popup .upda_btns button {
    box-shadow: none;
    border: 0;
    outline: none;
    background: transparent;
    font-size: 26px;
}

.job-2-popup .btnCancel i.glyphicon.glyphicon-remove-circle {
    color: red !important;
}

.job-2-popup .upda_btns {
    position: absolute;
    top: 3px;
    right: 0;
}

.job-2-popup .modal-header {
    height: 40px;
}

.job-2-popup .form-control {
    width: 100%;
    height: 30px;
}

.job-2-popup .vd-cutm-date button.btn.default {
    background: none !important;
    color: #000000;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

div#todo_tableEdit .modal-body {
    padding: 15px;
}

.box-todo {
    display: flex;
    border-bottom: 1px solid #bfbfbf;
    padding: 10px 0;
}

/*
    div#Services_Tab_popup .checkmark {
    top: -10px;
}
*/

div#Services_Tab_popup textarea {
    min-height: 98px;
    font-size: 12px;
    width: 100%;
}

div#Services_Tab_popup table.table.popUp > tbody > tr > td:nth-child(1) {
    width: 30%;
}

div#Services_Tab_popup table.table.popUp > tbody > tr > td:nth-child(2) {
    width: 25%;
}

div#Services_Tab_popup table.table.popUp > tbody > tr > td:nth-child(3) {
    width: 30%;
}

div#Services_Tab_popup table.table.popUp > tbody > tr > td:nth-child(4) {
    width: 15%;
}

.job-2-popup .table-STYLE th {
    padding: 4px !important;
}

td.ch_box_td {
    color: #039e09 !important;
}

/*
.checkmark {
	display: none !important;
}*/
div#prospect-info .checkmark {
    display: block !important;
}


tr.editFieldIcon.active .checkmark {
    display: block !important;
}

tr.editFieldIcon.active td.ch_box_td {
    opacity: 1;
}

tr.editFieldIcon.active span.important.important_show {
    font-size: 0;
}

.ch_box_td.unCheckBox .container-checkbx {
    display: none;
}

tr.editFieldIcon.active .container-checkbx {
    display: block;
}


tr.editFieldIcon span.important.important_show {
    display: block;
}


div#Docs_tab td {
    vertical-align: top !important;
}

div#Docs_tab .border {
    border: 1px solid #dcdcdc;
    padding: 15px;
}



div#Docs_tab table {
    width: 100%;
}




div#Docs_tab .fileinput .thumbnail > img {
    height: 100%;
    width: 100% !important;
}


@media (max-width: 1480px) {

    .job-detail-new ul.nav.nav-tabs {
        width: 21%;
    }

    .container-fluid.inbound_wrpp {
        padding: 0 15px !important;
    }
}

@media (max-width: 1199px) {
}

@media screen and (max-width:1199px) {

    a.email_all,
    ul.refreshBtn button#sample_editable_1_new {
        min-width: 90px;
    }

    button#sample_editable_1_new {
        margin-right: 5px;
    }

    .comments-bcx textarea {
        width: 98% !important;
    }

    .job-detail-new .contact-new-3 .table td {
        padding: 5px 5px !important;
        min-width: 250px;
    }


    div#email-sec .col-sm-6 {
        width: 100%;
    }

    div#email-sec .text-right {
        text-align: left;
        margin-top: 15px;
    }
}

#Notes_Tab .textAreaField.vd-textarea {
    max-width: 240px !important;
    position: relative;
    overflow: hidden;
}

    #Notes_Tab .textAreaField.vd-textarea:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background: #ff000000;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 0;
        left: 0;
        cursor: not-allowed;
    }

button.btn.green.GetNextInbound_btn:hover {
    background: linear-gradient(34deg, #3e77ef, #32c5d2) !important;
    transform: all 0.3s ease-in;
}

.GetNextInbound_Container table tr td {
    border: 1px solid #0e1726;
    padding: 10px;
}

#Notes_Tab .editFieldIcon.active .textAreaField.vd-textarea:after {
    display: none;
}

button.btn.green.GetNextInbound_btn img {
    width: 22px;
}


/* Start.aspx internal style start */
.portlet-title {
    margin-left: 15px;
    margin-right: 15px;
}

.morristotals {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.sparkvalue {
    font-size: 18px !important;
    color: #EF4836 !important
}

.socicon-btn.socicon-lg.socicon-solid {
    line-height: 51px;
    padding: 0;
    width: 50px;
    height: 50px;
    /*top: 72px;
    left: -2px;*/
}

#slideIcon {
    width: 15px;
    display: flex !important;
    /*    position: fixed;*/
    left: 1px;
    top: 98px;
    z-index: 100;
    left: -28px;
    cursor: pointer;
    display: none;
    padding-right: 20px;
    transition: all 0.3s;
    z-index: 9999;
}

.addtop {
    top: 26px !important;
}

.displaySideBar {
    left: 0px !important;
    transition: left 0.8s !important;
}

.hideSideBar {
    left: -320px !important;
    transition: left 0.8s !important;
}

.hideDiv {
    display: none !important;
}

.showDiv {
    display: block !important;
}


a#sideBarDivBtn {
    position: absolute;
    right: 0;
    color: #fff;
    padding: 10px 15px;
    z-index: 99999;
}

.slimScrollDiv {
    /*height: 490px !important;*/
    /*overflow:scroll !important;*/
}

/*.page-quick-sidebar-chat-user-messages {
    padding-bottom: 50px !important;
    margin-top: 27px;
}*/

.iconcustom {
    display: inline-block !important;
    position: absolute !important;
    top: -8px !important;
    right: -8px !important;
}


/* Start.aspx internal style end */

.over-hiden {
    overflow: hidden;
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 11111;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#leftbar, #rightbar {
    visibility: hidden;
    min-width: 100px;
    background-color: #36c6d3;
    color: #fff;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 100;
    bottom: 30px;
    font-size: 17px;
}

#leftbar {
    text-align: left;
    left: 0px;
    margin-left: 0px;
    border: 1px solid gray;
}

#rightbar {
    text-align: right;
    right: 0px;
    margin-right: 0px;
    border: 1px solid gray;
}


    #snackbar.show, #leftbar.show, #rightbar.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }




@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.addNot {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    /* justify-content: center; */
    flex-wrap: wrap;
}

ul.addNot li {
    text-align: center;
    flex-grow: 1;
    justify-content: space-between;
    margin-right: 10px;
    flex-shrink: 1;
    margin-bottom: 5px;
    width: 100px;
}

    ul.addNot li:last-child {
        margin-right: 0;
    }

@media only screen and (max-width: 766px) {
    ul.addNot li {
        margin-right: 0;
    }
}

ul.addNot.RemMarg :nth-child(5) {
    margin-right: 0;
}

.dropdowncaret {
    background: #fff url(images/downa.png) 98% !important;
    background-size: 7px !important;
    padding-right: 15px !important;
    background-repeat: no-repeat !important;
    outline: 0;
    min-width: 120px;
}


a#sideBarDivBtn {
    overflow: hidden;
    z-index: 99999999999;
    display: none;
    width: 28px;
    height: 27px;
    position: fixed;
    top: 10px;
    right: 15px;
    text-align: center;
    padding-top: 6px;
    left: 15px;
    color: whitesmoke;
}

a#sideBarOpenBtn {
    overflow: hidden;
    z-index: 9000;
    /* display: none; */
    /* width: 28px; */
    /* height: 27px; */
    /* position: fixed;*/
    top: -12px;
    right: 15px;
    text-align: center;
    /* padding-top: 6px; */
    left: 15px;
    color: whitesmoke;
}

    a#sideBarOpenBtn.showDiv {
    }

table > thead > tr {
    /*background-color: rgb(51, 122, 183) !important;*/
    line-height: 18px !important;
    color: #ffffff;
}

#search_modal table > thead > tr {
    background-color: #337ab7 !important;
}

#search_modal .modalPadding {
    padding-top: 0px !important;
}

#search_modal .blue-heading-new {
    margin-bottom: 0px !important;
}

/* new css for header */
.widget-thumb .widget-thumb-body .widget-thumb-body-stat {
    font-size: 25px !important;
}

.icon-globe:before {
    content: "\e037";
    display: none;
}

.icon-pin:before {
    content: "\e031";
    display: none;
}

.icon-briefcase:before {
    content: "\e04b";
    display: none;
}

.icon-layers:before {
    content: "\e034";
    display: none;
}

.icon-key:before {
    content: "\e08c";
    display: none;
}

.icon-tag:before {
    content: "\e055";
    /*display: none;*/
}

#widgeticon0 {
    background-image: url(images/call-made-today.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    width: 60px;
    height: 60px;
}

#widgeticon1 {
    background-image: url(images/yesterdaysale-volume.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    width: 60px;
    height: 60px;
}

#widgeticon2 {
    background-image: url(images/service-ticket.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    width: 60px;
    height: 60px;
}

#widgeticon3 {
    background-image: url(images/number-of-sale-yesterday.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    width: 60px;
    height: 60px;
}

#widgeticon4 {
    background-image: url(images/today-sale-volume.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    width: 60px;
    height: 60px;
}

#widgeticon5 {
    background-image: url(images/number-of-sales.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    width: 60px;
    height: 60px;
}

#widgeticon6 {
    background-image: url(images/today-average-sale.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    width: 60px;
    height: 60px;
}

#widgeticon7 {
    background-image: url(images/MTD-sale-value.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    width: 60px;
    height: 60px;
}

.feed-div {
    margin-bottom: 10px;
}

.tasks-widget {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    height: 372px;
}

.tasks-body {
    padding-top: 0px !important;
}

.task-footer {
    padding: 20px 0;
}

.scroller {
    height: 312px;
    margin-left: 15px;
}

/* .modal-body {
        padding: 0 !important;
    } */

.modalicon {
    width: 24px;
    margin-right: 20px;
}

.modal-text,
.modal-info {
    margin-left: 15px;
    margin-right: 15px;
}

#statusContent {
    padding-left: 30px;
    padding-right: 30px;
}

.datepicker {
    z-index: 999999 !important;
    /* has to be larger than 1050 */
}


body.modal-open {
    overflow: visible;
    position: absolute;
    width: 100%;
    height: 100%;
}

.dropdown-menu {
    margin-top: 0px !important;
}

.task-due-date {
    font-weight: bold;
}

.portlet,
.widget-thumb {
    /*cursor: grab; */
}

.tasks-portlet,
.feed-portlet {
    height: 395px;
}

.morris {
    height: 395px;
}

.leaderboarddetails {
    max-height: 178px;
    overflow-y: scroll !important;
}

.leaderboard {
    max-height: 395px;
}

.portlet-title {
    margin-left: 15px;
    margin-right: 15px;
}

.morristotals {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.sparkvalue {
    font-size: 18px !important;
    color: #EF4836 !important
}

.xsocicon-btn.socicon-lg.socicon-solid {
    padding-top: 16px;
}

#slideIcon {
    width: 15px;
    display: flex !important;
    left: 1;
    top: 26px;
    z-index: 100;
    left: -28px;
    cursor: pointer;
    display: none;
    padding-right: 20px;
}

.displaySideBar {
    left: 0px !important;
}

.hideSideBar {
    left: -320px !important;
}

.hideDiv {
    display: none !important;
}

.showDiv {
    display: block !important;
}


a#sideBarDivBtn {
    overflow: hidden;
    z-index: 99999;
    display: none;
    width: 28px;
    height: 27px;
    position: fixed;
    top: 10px;
    right: 15px;
    text-align: center;
    padding-top: 6px;
    left: 15px;
    color: whitesmoke;
}

a#sideBarOpenBtn {
    position: fixed;
    top: 12px;
}

.caption.fixed .socicon-btn.socicon-lg.socicon-solid {
    line-height: 35px;
    padding: 0;
    width: 34px;
    height: 34px;
    font-size: 21px;
    left: 31px !important;
    top: 8px !important;
}

.slimScrollDiv {
    height: 285px !important;
}

.page-quick-sidebar-chat-user-messages {
    padding-bottom: 50px !important;
}

.page-header .page-header-top .page-logo .logo-default {
    margin-top: 9px;
    height: 47px;
}

.iconcustom {
    display: inline-block !important;
    position: absolute !important;
    top: -8px !important;
    right: -8px !important;
}

.widget-thumb-heading {
    color: #000000 !important;
    font-family: 'Poppins', sans-serif !important;
}

.widget-thumb-subtitle {
    font-family: 'Poppins', sans-serif !important;
}

.portlet {
    font-family: 'Poppins', sans-serif !important;
}

.page-wrapper .page-wrapper-top {
    position: relative;
}

.right-top-link {
    bottom: 0;
    /*top: inherit*/
    ;
}

    .right-top-link.fixed {
        position: fixed;
        top: 0;
        z-index: 99;
    }

#gntdtable {
    background-color: #ccc;
}

    #gntdtable.fixed {
        position: fixed;
        top: 50px;
        right: 36px;
        /* left: initial; */
        max-width: 447px;
    }

#gntdmsgtd {
    text-align: center;
    padding: 0px !important;
    font-size: 10px !important;
}

#gntd_instructions {
    font-weight: bold !important;
    font-size: 11px !important;
}

#gntd_endcall {
    box-shadow: #00000057 0px 3px 2px 0px !important;
}

.contactDetailPage .wrap input:focus,
.contactDetailPage .wrap select:focus {
    border-color: #2196f3 !important;
}

.contactDetailPage .wrap:focus-within,
.contactDetailPage .wrap:focus,
.contactDetailPage .phoneField:focus-within,
.contactDetailPage .phoneField:focus,
.contactDetailPage .checkmark:focus-within,
.contactDetailPage .checkmark:focus,
#directions:focus-within,
#directions:focus,
.contactDetailPage .phonetypewrapper:focus-within,
.contactDetailPage .phonetypewrapper:focus {
    border: 1px solid #2196f3 !important;
}

.details {
    float: left;
    width: 60%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.searchresult_input54 {
    margin-top: 25px;
}

.searchmodal_search_wrap {
    margin: 25px -15px -15px -15px;
}

.searcharea.xform-group.data_ {
    width: 70% !important;
}

#passwordContent {
    padding: 15px;
}


#Call_Us {
    padding-top: 11px;
}

#s_button {
    padding-top: 13px;
}

#notifList .popover {
    color: black;
}

.soundslike {
    margin-top: -10px;
}

#notifList i.fa {
    font-size: 14px !important;
}

#notifList .label-icon.red {
    background-color: red !important;
}

#notifList .label-icon.yellow {
    background-color: yellow !important;
}

#notifList .label-icon.blue {
    background-color: lightskyblue !important;
}

.jq-icon-info {
    background-color: #337ab7 !important;
    color: #d9edf7 !important;
}

.jq-icon-warning {
    background-color: #c49f47 !important;
    color: #ffffff !important;
}

.jq-icon-success {
    background-color: #32c5d2 !important;
    color: #ffffff !important;
}

.jq-icon-error {
    background-color: #f36a5a !important;
    color: #d9edf7 !important;
}
