/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 * 
 */


/*# sourceMappingURL=custom.css.map */

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.section-title-search-box {
    position: relative;
    margin: 30px 0 25px 0;
}

.card-header-description {
    padding: 22px 25px 0px 20px !important;
    display: inline !important;
}

.modal-designed-header {
    background-color: #f7f9f9 !important;
    padding-bottom: 10px;
    border-bottom: 2px solid #dadada;
}

.footer-border {
    border-top: 1px solid #f9f9f9 !important;
}

.help-block {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}


/* Form page css*/

.orText {
    font-size: 14px;
    padding: 10px 15px;
    height: 42px;
}

.card-height {
    min-height: 200px;
}

.list-unstyled-border li {
    margin-bottom: 0px !important;
}


/* Import Lead Page */

.leadBox {
    min-height: 320px;
    width: 250px;
    margin: 10px;
}

.leadOptions {
    padding: 10px;
    height: 150px;
    vertical-align: middle;
    width: 100%;
}

.unchanged {
    border: 2px solid #d0d0d0;
}

.matched {
    border: 2px solid #52bad5;
}

.unmatched {
    border: 2px solid #EE836E;
}

.leadSamples {
    width: 100%;
}

.sampleHeading {
    color: white;
}

.leadSamples .sampleHeading,
.leadSamples .sample {
    padding: 5px 15px;
    margin: 0px;
}

.unchanged .sampleHeading {
    background-color: #e0e0e0;
}

.unchanged .sample {
    background-color: #ffffff;
}

.matched .sampleHeading {
    background-color: #52BAD5;
}

.matched .sample {
    background-color: #B1E0EC;
}

.unmatched .sampleHeading {
    background-color: #EE836E;
}

.unmatched .sample {
    background-color: #FBE3E4;
}

.leadBox .unmatchedWarning {
    color: #EE836E;
}

.leadBox .notimported {
    padding: 5px 10px;
    margin: 5px 0px;
}

.sampleHeading,
.sample {
    overflow-x: hidden;
}


/* Role Page */

.table-role td {
    height: 50px !important;
}


/* Locale Page */

a.status-1 {
    font-weight: bold;
}

.glyphicon-ok:before {
    content: "\f00c";
}

.glyphicon-remove:before {
    content: "\f00d";
}

.glyphicon {
    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;
}


/* Start Lead Page */

.timer-clock {
    color: black;
    font-size: 24px;
    font-weight: bolder;
}

.pt-5 {
    padding-top: 5px;
}

.pt-7 {
    padding-top: 7px;
}

.pt-15 {
    padding-top: 15px;
}

.pull-right {
    float: right;
}

.ml-2 {
    margin-left: 2px;
}

.mb-10 {
    margin-bottom: 10px;
}

.hide {
    display: none!important;
}


/* Custom Tab */

.custom-tab li a.nav-link {
    border: 0px;
    padding: 15px 20px;
    color: #212529;
}

.custom-tab li a.nav-link.active {
    border-bottom: 2px solid #fb9678;
    color: #fb9678;
}

.custom-tab li a.nav-link:hover {
    color: #fb9678;
}

.custom-tab .nav-item.show .nav-link,
.custom-tab .nav-link.active {
    background-color: transparent;
}

.sidebar-badge {
    text-align: center !important;
    padding-left: 8px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    padding-right: 10px !important;
}

.btn-outline-white:hover,
.btn-outline-white:active,
.btn-outline-white:focus {
    color: black !important;
}

.table-head {
    background: #f7f9f9;
}

.table-bottom-border {
    border-bottom: 1px solid #dee2e6
}


/* Dialer */

#liveCallWidget {
    position: fixed;
    bottom: 60px;
    right: 30px;
    padding: 20px 65px;
    background: #545454;
    border-radius: 10px;
}


/* MessageBox */

#liveMessageWidget {
    position: fixed;
    bottom: 60px;
    right: 30px;
    padding: 20px 65px;
    background: #545454;
    border-radius: 10px;
    box-shadow: 0 2px 6px #54545447;
}

#liveCallWidget {
    box-shadow: 0 2px 6px #54545447;
}

.round-btn {
    border-radius: 19px;
}

.live-call-status-text {
    color: #b1b1b1;
}

.live-call-widget-close {
    position: absolute;
    right: 15px;
    top: 5px;
    color: #b1b1b1;
    cursor: pointer;
}

.live-call-widget-signal {
    position: absolute;
    left: 15px;
    top: 8px;
    color: #b1b1b1;
    cursor: pointer;
}

.digit,
.dig {
    float: left;
    padding: 10px 20px;
    width: 33%;
    font-size: 2rem;
    cursor: pointer;
    color: #6c757d;
}

.sub {
    font-size: 0.8rem;
    color: grey;
}

.container {
    padding: 20px;
    /* margin: 30px auto;*/
    /* box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); */
}

#output {
    font-size: 2rem;
    height: 60px;
    font-weight: bold;
    color: #6c757d;
    text-align: center;
}

#call {
    display: inline-block;
    background-color: #66bb6a;
    padding: 4px 30px;
    margin: 10px;
    color: white;
    border-radius: 4px;
    float: left;
    cursor: pointer;
}

.botrow {
    margin: 0 auto;
    width: 280px;
    clear: both;
    text-align: center;
    font-family: 'Exo';
}

.digit:active,
.dig:active {
    background-color: #e6e6e6;
}

#call:hover {
    background-color: #81c784;
}

.dig {
    float: left;
    padding: 10px 0px;
    margin: 10px;
    width: 30px;
    cursor: pointer;
}

.open-dialer-btn {
    position: fixed;
    bottom: 65px;
    right: 80px;
    color: #fff;
}

.open-message-box-btn {
    position: fixed;
    bottom: 65px;
    right: 30px;
    color: #fff;
}

#liveCallWidget,
#liveMessageWidget {
    padding: 20px 15px;
    width: 400px;
    max-width: 100%;
    z-index: 99;
}

#liveMessageWidget {
    background: #fff;
}

#liveCallWidget {
    background: #fff;
}

#liveMessageWidget .live-call-widget-signal,
#liveMessageWidget .live-call-widget-close,
#liveMessageWidget label,
#liveCallWidget .live-call-widget-signal,
#liveCallWidget .live-call-widget-close,
#liveCallWidget label {
    color: #b1b1b1;
}

.addon,
.addon-md,
.addon-style-1 {
    display: table-cell;
    padding: 16px 2px;
    text-align: center;
    font-weight: bold;
    background: none;
    border-right: solid 1px #e3e3e3;
}

.f-row .input-field,
.input-field-brdr {
    width: 100%;
    background: none;
    padding: 16px 20px;
    border: 0 none;
    color: #333333;
}

.f-row .form-grp,
.f-row .form-grp-rds {
    display: table;
    width: 100%;
    border: solid 1px #e3e3e3;
}

.msg-block-right {
    width: 3%;
    right: 12px;
    top: 10px;
    position: absolute;
}

.msg-block textarea {
    width: 100%;
    border: 0 none;
    background: none;
    outline: #f5f5f5;
    padding: 12px 40px 12px 10px;
    overflow-y: auto;
    overflow-wrap: break-word;
    height: 250px;
    margin-bottom: -8px;
}

.info-label {
    font-size: 14px;
    font-weight: 500;
}

label {
    color: #333;
}

@media screen and (max-width: 480px) {
    #liveCallWidget {
        width: 300px;
    }
}

#error-msg1,
#error-msg2 {
    color: red;
}

#valid-msg1,
#valid-msg2 {
    color: #00C900;
}

input.error {
    border: 1px solid #FF7C7C;
}

.hide {
    display: none;
}

.phone-no-norder {
    border: none !important;
}

.iti__selected-flag {
    outline-color: #ccc;
    outline-width: thin !important;
}

.disable {
    pointer-events: none;
}

#notes_data ul {
    list-style: none;
    padding: 20px 0;
}

#notes_data ul lih3 {
    margin: 0;
}

#notes_data ul li {
    margin: 0;
}

#notes_data ul li h4 {
    margin: 0;
}

#notes_data ul li:not(:last-child) {
    margin-bottom: 20px;
}

#notes_data ul li .text-primary {
    width: 24px;
    height: 24px;
    border: 1px solid #eee;
    text-align: center;
    border-radius: 24px;
    display: inline-block;
    margin: 0 4px;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
}

#notes_data ul li .text-primary i {
    font-size: 10px;
}

#notes_data ul li .text-primary:hover {
    border-color: #4a99e5;
}

#template {
    background: rgb(239, 242, 244);
    padding: 15px;
}

#template input {
    width: 100%;
}

#template textarea {
    width: 100%;
    border: none;
    padding: 5px 10px;
}

#template input {
    background-color: transparent;
    border: none;
    color: #222;
    padding: 0;
}

#modal-content-home h3 .btn-primary {
    font-size: 12px;
    background: #428bca;
    border-radius: 5px;
    padding: 3px 13px;
    border: none;
}