
/*# 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;
  }

    .mobile-no-margin{
        margin-left:0px;
    }
}

@media screen and (min-width: 601px) {
    .live-calls-widget{
        margin-left:-40px;
    }
}


/*=== 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;
}


/* 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;
}

.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;
}