
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */

@media screen and (max-width: 600px) {
    .mobile {
        visibility: hidden;
        clear: both;
        float: left;
        /*    margin: 10px auto 5px 20px;
        width: 28%;*/
        display: none;
    }

    .not-mobile { /*same as mobile*/
        visibility: hidden;
        clear: both;
        float: left;
        display: none;
    }

    .mobile-only { /*display when mobile*/
        display:block !important;
    }
    .hide-on-mobile { /*hide when mobile*/
        display:none !important;
    }

    .mobile-no-margin{
        margin-left:0px;
    }
}

@media screen and (min-width: 601px) {
    .live-calls-widget{
        margin-left:-40px;
    }
    .mobile-only { /*display when mobile*/
        display:none !important;
    }
    .hide-on-mobile { /*hide when mobile*/
        display:block !important;
    }
}


/*=== CLASSES ===*/

.hidden{
	display: none;
	visibility: hidden;
}

.small-p{
	font-size: 0.87em;
}
.material-icons{
	vertical-align: middle;
}
.bold{
	font-weight: bold;
}
.pointer{
    cursor: pointer;
}
.dashed{
    text-decoration: dashed;
}
.ucfirst{
    text-transform:capitalize;
}
.dt-export-btn{
    width: 65px;
    height: 28px;
    border-radius: 3px !important;
    font-size: 9px;
    padding-top: 0.1rem;
    margin: 0px 1px 0px 1px;
}
.ajs-header > i.fas, i.far{ /* For Alertify Header */
    font-size: 17px !important;
}


/* OVER RIDES FROM LIBRARIES*/
/*'copy', 'csv', 'excel', 'pdf', 'print'*/
.buttons-copy{
	background-color: #888 !important;
    box-shadow: none;
}
.buttons-csv{
	background-color: #888 !important;
    box-shadow: none;
}
.buttons-excel{
	background-color: #888 !important;
    box-shadow: none;
}
.buttons-pdf{
	background-color: #888 !important;
    box-shadow: none;
}
.buttons-print{
	background-color: #888 !important;
    box-shadow: none;
}

/* Datatables overwrite*/
.theme-white .page-item.active .page-link {
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3;
}
.theme-white .page-item.disabled .page-link {
    color: #777;
}
.theme-white .page-item .page-link {
    color: #777;
}

a{
    color: #2196f3;
    font-weight: 500;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.theme-white a:hover{
    color: #2196f3;
}

/* overwrite form styling */
.form-group .pl-form-label, .pl-font-14 {
    font-size: 14px;
}
.input-group-text {
    background-color: #eeeeee;
}

.form-group.invalid input, .form-group.invalid select {
    border: 1px solid red;
    background-color: pink;
}

.pl-chk-mt-2px {
    margin-top: 2.5px !important;
}

.user-campaigns {
    list-style: none !important;
}

a.white-link:link, 
a.white-link:visited,
a.white-link:hover,
a.white-link:active {
    color: #fff !important;
}

.label-default {
    background-color: gray;
    color: #fff;
    padding-left: .5em;
    padding-right: .5em;
    border-radius: 0;
    font-weight: 300;
}

.pl-mt-12 {
    margin-top: 12px;
}

.checkbox-container{
    display: flex;
    align-items: center;
}
.label-new{
    margin-bottom: 0rem !important;
    cursor: pointer;
}
.checkbox-new {
    margin-right: 5px;
    width: 17px;
    height: 17px;
}

.btn-blue, .btn-new.disabled{
    box-shadow: 0 2px 6px #4067c6;
    background-color: #23406f;
    background-clip: border-box;
    border: 1px solid #23406f;
    color: #fff;
}
.btn-blue:hover, .btn-blue:active, .btn-blue:focus{
    box-shadow: 0 2px 6px #4067c6 !important;
    background-color: #254d8e !important;
    background-clip: border-box !important;
    border: 1px solid #23406f !important;
    color: #fff !important;
}

.btn-gray, .btn-gray.disabled{
    box-shadow: 0 2px 6px #9198a9;
    background-color: #b1bbcc;
    background-clip: border-box;
    border: 1px solid #97a0ae;
    color: #111;
}
.btn-gray:hover, .btn-gray:active, .btn-gray:focus{
    background-color: #c8cdd5 !important;
}


.btn-new, .btn-new.disabled{
    box-shadow: 0 2px 6px #5e9971;
    background-color: #46c598;
    border: 1px solid #13b713;
    color: #e7fcf4;
}
.btn-new:hover{
    background-color: #68e2b7 !important;
    border: 1px solid #13b713 !important;
    color: #e7fcf4 !important;
}

.btn-cancel, .btn-cancel.disabled {
    /*box-shadow: 0 2px 6px #fd9b96;
    background-color: #d45d58;
    border-color: #b9605b;*/
    box-shadow: 0 2px 6px #978e8e;
    background-color: #6c757c;
    border-color: #7b7878;
    color: #fff;
}

.theme-white .btn-cancel:hover, .btn-cancel:active, .btn-cancel:focus{
    /*box-shadow: 0 2px 6px #fd9b96;
    background-color: #da7974 !important;
    border-color: #b9605b !important;*/
    box-shadow: 0 2px 6px #978e8e !important;
    background-color: #828b91 !important;
    border-color: #7b7878 !important;
    color: #fff !important;
}

.btn-xs{
    padding: 0.1rem 0.4rem;
    font-size: 10px;
}

.btn-paynow {
    width:100%;
    border-radius: 3px;
    height: 45px;
}

.text-ssl-msg {
    color: #26a046
}

.pl-close {
    float: right;
    font-size: 22.5px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.pl-model-header {
    padding: 15px !important;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}

.chk-pointer, .chk-lbl-pointer, #running-balance {
    cursor: pointer;
}

.pl-btn-secondary {
    background-color: gray;
}

.mt-2-5 {
    margin-top: 0.7rem !important;
}

.pl-bb-dlc-white {
    border-bottom:1px #eeeeee solid; 
    font-size:24px;
}

.pl-link {
    text-decoration: underline;
    cursor: pointer;
}

.non-resizeable-textarea {
    resize: none !important;
}

.card-body h5 {
    font-size: 14px;
    line-height: 24px;
    padding-right: 10px;
    margin-bottom: 0;
    font-weight: 700
}

.pl-action-icons {
    color: gray;
}

.modal-title {
    font-size: 1rem;
}

.card-body h5.total-count {
    font-size: 1.25rem;
}

label.call-lead {
    font-size: 16px;
    line-height: 28px;
    padding-right: 10px;
    margin-bottom: 0;
    font-weight: 700;
}

.img-v-center {
    position: relative; 
    top:-2px;
    border: 1px solid #dadada;
}

/*search lead */
.s-btn-pad {
    padding: 0.5rem 0.8rem;
}

.pl-form-s-label {
    font-size: 20px !important;
    margin-top: 0.3rem !important;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.col-padding-rl-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

/*datepicker calender*/
.datepicker-dropdown {
    z-index: 1000 !important;
}

/* cursor pointer*/
.cursor-pointer {
    cursor: pointer;
}