/*
body {
		font-family: "Tahoma", Helvetica, Arial, sans-serif;
		font-size: 14px;
		line-height: 16px; 
}
*/

.container {
    padding: 0;
}

.container-fluid {
    padding: 0 20px 0 20px;
}

pre {
    direction: ltr;
}

.sidebar-nav {
    padding: 9px 0;
}


legend {
    font-weight: bold;

}


.cl_message1 a {
    text-decoration: none;
    color: red;
    font-size: 26px;
}

.mobile_phone {
    font-size: 20px;
    font-weight: bold;
    padding-top: 6px;
}

.ui-autocomplete-loading {
    background: white url('../images/ui-anim_basic_16x16.gif') left center no-repeat;
}


.app_main_count {
    font-weight: bold;
    font-size: 80px;
    padding-top: 0px;
    padding-bottom: 0px;

}

.bg-primary:hover {
    color: #000;
}


textarea {
    font-size: 15px;
}


.project_name_reminder {
    text-align: center;
}

/* Bootstrap Corrections */


/*
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
*/

.first_raiting_agent {
    font-weight: bold;
}

.panel .nav > li > a {
    position: relative;
    display: block;
    padding: 3px 15px;
}

.panel .nav-pills > li > a {
    border-radius: 0px;
}

h1, h2, h3, h4, h5, h6, h7 {
    font-weight: bold;
}

.text-info-stat {
    color: #31708f;
}


.chart_show {
    min-width: 50px;
    height: 300px;
    margin: 0 auto;
    direction: ltr;
}


.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #c09853;
}

.has-warning .form-control {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.has-warning .input-group-addon {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error .error-message-block {
    color: #b94a48;
}

.has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

#select_error {
    color: red;
    font-weight: bold;
    padding-right: 6px;
}

.has-error .form-control:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.has-error .input-group-addon {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #468847;
}

.has-success .form-control {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.has-success .input-group-addon {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847;
}


/* Validation Message */

form input.error, form select.error {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

form input.error:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}


form label.error {
    color: red;
    margin-right: 7px;
    font-size: small;
    vertical-align: middle;
}

.relative_maximum {
    position: relative;
    height: 204px;
    width: 60px;
    margin: -20px;
    padding: 0;
}

.relative_maximum:hover, .relative_maximum:focus {
    background-position: 0 0;
}

.rotate_text {
    -moz-transform: rotate(-90.0deg); /* FF3.5+ */
    -o-transform: rotate(-90.0deg); /* Opera 10.5 */
    -webkit-transform: rotate(-90.0deg); /* Saf3.1+, Chrome */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */

    margin-top: 45px;
    font-size: 16px;
    font-weight: bold;
    color: gray;
}

/* Google Map*/
#map-canvas {
    height: 300px;
    margin: 0px;
    padding: 0px
}


#map-canvas img, .google-map-canvas img {
    max-width: none;
}


/* Upload File Button*/
/** Styling input[type=file] **/
.btn-file {
    position: relative;
    overflow: hidden;
    /*margin-right: 4px;*/
}

/*.btn-file input {*/
/*position: absolute;*/
/*top: 0;*/
/*right: 0;*/
/*margin: 0;*/
/*opacity: 0;*/
/*filter: alpha(opacity=0);*/
/*transform: translate(-300px, 0) scale(4);*/
/*font-size: 23px;*/
/*direction: ltr;*/
/*cursor: pointer;*/
/*}*/

/* Fix for IE 7: */
* + html .btn-file {
    padding: 2px 15px;
    margin: 1px 0 0 0;
}


/*
table {
    clear: both;
    font-size: 12px;
}

thead th {
   text-align: center; 
   font-weight: bold;
}


tbody td {
	padding: 0;
	margin: 0;
	height: 10px;
		
}
*/

.ajax_loader {
    position: absolute;
    left: 4px;
    top: -1px;
    height: 36px;
    width: 36px;
}

.filter_label {
    margin-top: 8px;
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 0.9em;
}


/* Tables Calsses */
.datatables_text_center {
    text-align: center !important;
}

.datatables_bold {
    font-weight: bold;
}

.datatables_max_1 {
    max-width: 180px;
    overflow: hidden;
}

.datatables_vertical_center {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.popover-content {
    direction: rtl;
    text-align: right;
    font-size: 13px;

}

.datatablesStreetName {
    max-width: 80px;
    overflow-x: hidden;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /*
    background:transparent url('../images/loading.gif') 50% 50% no-repeat ;
    */
    background: url('../images/loading_big.gif') 50% 50% no-repeat;
}


.loading_chart {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/loading_big.gif') 50% 50% no-repeat;
    /*background: url('../images/loaders/Ripple-1.3s-200px.gif') 50% 50% no-repeat;*/

}

.loadingV2 {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/loaders/Ripple-1.3s-200px.gif') 50% 50% no-repeat;
}

.loadingV2Small {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/loaders/Ripple-1.3s-100px.gif') 50% 50% no-repeat;
}

.loadingV3Small {
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    background: url('../images/loaders/Ripple-1.3s-100px.gif') 50% 50% no-repeat;
}

.loadingV2Clock {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent url('../images/loading.gif') 50% 50% no-repeat;
}

.all_screen_message {
    position: fixed;
    top: 40%;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: xx-large;
    font-weight: bold;
}

/* Public Report*/
.public_report_container {
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
}

.public_report_container_loggedIn {
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
}

.badge {
    min-width: 10px;
    padding: 4px 9px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #428bca;
}

.badge_error {
    background-color: #b94a48;
}


/*Image Rotate */
.screenshot {
    /*
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    */
    overflow: hidden;
}

.screenshot img {
    /*box-shadow: -24px 21px 47px rgba(110, 120, 120, .1);*/
    /*-webkit-transform: rotateX(61deg) rotateZ(-43deg);*/
    /*-moz-transform: rotateX(61deg) rotateZ(-43deg);*/
    /*-ms-transform: rotateX(61deg) rotateZ(-43deg);*/
    /*-o-transform: rotateX(61deg) rotateZ(-43deg);*/
    /*transform: rotateX(61deg) rotateZ(-43deg);*/
    /*-webkit-transform-style: preserve-3d;*/
    /*-moz-transform-style: preserve-3d;*/
    /*-ms-transform-style: preserve-3d;*/
    /*-o-transform-style: preserve-3d;*/
    /*transform-style: preserve-3d;*/
    max-width: 70%;
    max-height: 500px;
    /*
    height: 210px;
    width: 280px;
    */

}


hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #78b840;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
}

.dataTables_wrapper {
    direction: rtl;
    padding-top: 10px;
}


.dataTables_filter {
    float: left;
    text-align: left;
    margin-top: 0;
}

#DataTables_Table_0_last {
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -khtml-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;

    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    -khtml-border-top-right-radius: 0px;
    border-top-right-radius: 0px;

    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -khtml-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;

    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -khtml-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
}

#DataTables_Table_0_first {
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -khtml-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;

    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    -khtml-border-top-right-radius: 6px;
    border-top-right-radius: 6px;

    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -khtml-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;

    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    -khtml-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

.dataTables_info {
    float: right;
}

/*
.dataTables_paginate {
    float: left;
    text-align: left;
}
*/

.routedAgent {
    display: block;
    font-size: 0.9rem;
}

@media screen and (min-width: 992px) {
    .kolumny {
        -moz-column-count: 3; /* Firefox */
        -webkit-column-count: 3; /* Safari and Chrome */
        column-count: 3; /**/
        width: 800px;
    }

    .kolumny_sub {
    }

    .dropdown-menu {
        text-align: right;
        direction: rtl;
    }
}


@media (max-width: 980px) {
    /* Enable use of floated navbar text */
    .navbar-text.pull-right {
        float: none;
        padding-left: 5px;
        padding-right: 5px;
    }

    .kolumny {
        height: 200px;
        overflow: scroll;
    }

    .mobile_hide {
        display: none;
    }
}


.button-icon {
    display: none;
    font-size: 1.6em;
    padding-left: 5px;
    padding-right: 0;
    padding-top: 3px;
}

.fa-chevron-left.button-icon {
}

.fa-chevron-left.fa-check {
}

@media (max-width: 500px) {
    .button-text {
        display: none;
    }

    .button-icon {
        display: block;
    }
}

.dataLableClColChart {
    text-align: center;
    float: left;
}

.dataLableClColChartSecondLine {
    direction: rtl;
}

.dataLableCommingFromChart {
    direction: ltr;
}

.dataLableCommingFromChartSecondLine {
    font-size: 0.8em;
    float: right;
    direction: ltr;
}


.commentIcon {
    color: green;
    font-size: 30px;
    float: right;
    padding-left: 10px;
}

.commentIcon img {
    max-width: 30px;
    vertical-align: top;
}

.submenu_badge_text {
    z-index: 1000;
    border-bottom-left-radius: 10px;
}

.submenu_ret_badge_text {
    z-index: 1000;
    border-bottom-right-radius: 10px;
}

.logo {
    max-width: 80px;
}

.no-border {
    border: none;
}

.no-shadow {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.00);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.00);
}

.limitYscroll {
    max-height: 488px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: 0;
}

th {
    background-color: white;
}

body {
    background-attachment: fixed !important;
}

.helpIcon {
    margin-right: 5px;
}

.imageBox {
    height: 400px;
    overflow-y: auto;
    margin-bottom: 25px;
}

.imageBox:nth-child(4n) {

}

select.form-control + .chosen-container .chosen-drop {
    z-index: 100000;
}

.jq-toast-wrap {
    width: 18% !important;
}

.jq-toast-single {
    padding: 20px !important;
    margin: 0 0 15px !important;
    border-radius: 4px;
    font-size: 1.1em !important;
    line-height: 17px !important;
}

.jq-toast-wrap.top-left {
    top: 62px !important;
}

.mfb-component__list > li {
    top: 0;
    left: 1px;
    right: unset;
    padding: 10px 0;
    margin: -10px 0;
}

.modal-header {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: unset;
}

.required_class {

}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    cursor: not-allowed;
    /*opacity: 1;*/
}

.input-group.date.disabled_input .input-group-addon {
    background-color: #eeeeee;
}

.input-group.date.disabled_input_0 input {
    background-color: white;
}

.disabled_input {
    pointer-events: none;
    background-color: #eeeeee;
    border-radius: 4px;
}

.chosen-disabled {
    opacity: 1 !important;
}

.chosen-disabled a {
    pointer-events: none;
    background-color: #eeeeee !important;
}

.saveStaticDialog {
    position: fixed;
    z-index: 19;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
    background-color: rgba(51, 122, 183, 0.5);
    padding-top: 5px;
    display: none;
}

.saveStaticDialog .btn {
    width: 150px;
}

.saveStaticDialog .save_text {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: white;
}

.modal-title {
    color: #337ab7;
}

.widget .widget-header h3 {
    font-size: 12px;
    line-height: 14px;
    vertical-align: middle;
    padding-top: 9px;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*width: 80%;*/
}

body {
    font-family: 'Arimo', sans-serif;
    font-size: 14px;
}

.control-label-two-lines {
    padding-top: 0 !important;
}

.report-header-box {
    margin-bottom: 2em;
}

.report-dates-range-box {
    padding-top: 0;
    margin-top: 3px;
}

.report-company-logo-box {
    position: relative;
    height: 80px;
    /*width: 100px;*/
    float: right;
    margin-left: 10px;
    margin-bottom: 20px;
}

.report-project-logo, .report-company-logo {
    max-height: 80px;
    max-width: 80px;
}

.report-header-center {
    text-align: center;
    padding-top: 80px;
    margin-bottom: 45px;
}

.report-header-left {
    text-align: left;

}

.report-header-left p {
    margin-bottom: 0;
    font-size: 12px;
}

/*report*/
.container-report {
    width: 1394px;
    /*width: 1700px;*/
}

.highcharts-figure, .highcharts-data-table table {
}

.chart_show {
    height: 300px;
    /*margin-bottom: 15px;*/
    margin-top: 0;
    /*margin-right: 10px;*/
}


.mediaFilterText {
    /*color: #337ab7;*/
    color: #E40A5D;
    font-size: 10px;

}

.ff button {
    padding: 5px 6px;
    font-size: 14px;
}

.report-brace {

}

.report-brace span {

}

.green {
    color: #78b840;
}

.dropdown li a i {
    margin-left: 12px;
    font-size: 1.8em;
    line-height: 1.1em;
    color: #78b840;
    vertical-align: middle;
}

.dropdown li a:hover i {
    color: white;
}

.dropdown li a {

}

.td-actions a.btn.btn-link {
    width: 100%;
}

.td-actions a.btn.btn-link i {
    font-size: 2em;
    vertical-align: center;
}

.timeline-popover-button {
    /*font-size: 2em;*/
}


a.timeline-popover-button:hover,
a.timeline-popover-button:focus {
    text-decoration: none !important;
}

.timeline-popover-button.chatcorrection {
    color: white;
    display: block;
    margin-top: -2px;
}

/*TIMELINE*/
ul {
    list-style-type: none;
}

.firstLevelUl {
    padding-right: 10px;
    padding-top: 10px;
    padding-left: 10px;
}

.firstLevelUl ul {
    margin-bottom: 20px;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 10px;
}

.tl-day {
    background-color: #5393ca;
    color: white;
    font-weight: bold;
    width: 100px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    margin-bottom: 15px;
    border-radius: 3px;
}

.item-icon-container {
    float: right;
}

.item-body-container {
    display: inline-block;
    padding-top: 5px;
}

.tl-item {
    display: block;
    cursor: text;
    padding-left: 25px;
    margin-bottom: 5px;
}

.item-icon {
    font-size: 1.5em;
    vertical-align: middle;
    width: 50px;
    text-align: center;
}

.item-time {
    /*vertical-align: middle;*/
    font-weight: bold;
    display: block;
    line-height: unset;
    margin-top: -5px;
}

.item-header {
    vertical-align: middle;
    font-weight: bold;
    font-size: 0.9em;
}

.item-header a {
    /*font-size: 0.9em;*/
}

.item-header, .item-icon {
    display: inline-block;
    width: 100%;
}

.item-header button {
    float: left;
}

.item-body {
    display: block;
    font-size: 0.8em;
    line-height: 16px;
}

.item-body a {
    display: block;
}

.item-body small {
    margin-right: 0;
}

.item-body br {
    /*display: none;*/
}

.item-body-additional {
    font-size: 0.7em;
    display: block;
    margin-top: 7px;
    margin-bottom: 5px;
}

.item-body-additional span {
    margin-bottom: 5px;
}

.item-body-additional span a {
    display: block;
    margin-bottom: 5px;
}

.item-footer {
    display: block;
    font-size: 0.7em;
    color: grey;
    cursor: auto;
    text-align: left;
}

.deleteCommentBtn {
    font-size: 12px;
    color: red;
    padding: 0 5px 0 0;
}

.popover-timeline-content {
    width: 380px !important;
    overflow: hidden;
    max-height: 500px;
    overflow-y: auto;
}

.popover-timeline-content:before,
.client-card-timeline:before {
    /*position: absolute;*/
    /*font-family: "Font Awesome 5 Pro";*/
    /*font-size: 12em;*/
    /*color: #eee;*/
    /*top: 0;*/
    /*left: 0;*/
    /*margin-left: 15px;*/
    /*margin-top: 20px;*/
    /*content: "\f78a";*/
    /*opacity: 0.35;*/
    /*z-index: 0;*/
}

.client-card-timeline:before {
    font-size: 17em;
}

.popover-timeline-content .timelineImage {
    padding-right: 0;
    max-width: 173px;
}

h5.project_label {
    margin-bottom: 4px;
}

h5.project_label .label {
    margin-bottom: 4px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.popover {
    max-width: 70vw;
}


.label {
    display: inline-block;
    margin-right: 2px;
    padding: 0.3em 0.6em 0.3em;
}

.label-success {
    background-color: #78b840;
}

.label-green {
    background-color: #25d366;
}

.label-default {
    background-color: #969696;
}

.label-warning {
    background-color: #F90;
}

.label-primary {
    background-color: #5393ca;
}

.timeline-popup-header-icon {
    font-size: 1.2em;
    color: #337ab7;
    margin-left: 15px;
}

.client-list-filter-row {
    position: relative;
}

.client-list-filter-row:before {
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    font-size: 15em;
    color: #eee;
    /* color: red; */
    top: 0;
    bottom: 0;
    left: 0;
    margin-left: 25px;
    margin-top: -5px;
    content: "\e17e";
    opacity: 0.7;
    z-index: 0;
}

.print-share-buttons {
}

.print-share-buttons i {
    font-size: 2em;
}

.shortcut-icon-ret-leads-counter {
    font-size: 0.5em;
    color: #9d9d9d;
}

/*.dropdown li a:hover i {*/
/*margin-left: 22px;*/
/*!*font-size: 1.8em;*!*/
/*!*line-height: 1.1em;*!*/
/*!*color: #78b840;*!*/
/*!*vertical-align: middle;*!*/
/*}*/

.auto-save-status {
    display: inline-block;
    font-weight: bold;
    float: left;
    color: #337ab7;
    font-size: 11px;
    margin-top: 5px;
}

.autosave-save-button {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: -2px;
    padding: 0;
    font-size: 11px;
    font-weight: bold;
    color: red;
}

.auto-save-status-menu {
    position: absolute;
    right: 46.5%;
    top: 9px;
    direction: rtl;
}


.help-block::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    content: "\f129";
    font-size: 12px;
    padding-left: 10px;
}

.help-block {
    font-size: 11px;
}

.glyphicon {
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    font-size: 20px;
}

.glyphicon-calendar:before {
    content: "\f783";
    font-size: 20px;
}

.glyphicon-remove:before {
    content: "\f00d";
    font-size: 20px;
}

.glyphicon-arrow-right:before {
    content: "\f054";
}

.glyphicon-arrow-left:before {
    content: "\f053";
}


.glyphicon-folder-open:before {
    content: "\f07c";
}

.glyphicon-file:before {
    content: "\f1c2";
}

.glyphicon-upload:before {
    content: "\f574";
}

.glyphicon-trash:before {
    content: "\f2ed";
}

.glyphicon-zoom-in:before {
    content: "\f129";
}

.glyphicon-plus-sign:before {
    content: "\f071";
}

.glyphicon-resize-full:before {
    content: "\f31e";
}

.glyphicon-fullscreen:before {
    content: "\f065";
}

.glyphicon-resize-vertical:before {
    content: "\f07d";
}

.glyphicon-ok-sign:before {
    content: "\f316";
}

.glyphicon-hourglass:before {
    content: "\f253";
}

.glyphicon-uad:before {
    content: "\f555";
}

.glyphicon-uad:before {
    content: "\f555";
}

.glyphicon-exclamation-sign:before {
    content: "\f071";
}

.glyphicon-triangle-right:before {
    content: "\f054";
    font-size: 40px;
}

.glyphicon-triangle-left:before {
    content: "\f053";
    font-size: 40px;
}

.glyphicon-ban-circle:before {
    content: "\f05e";
}

.glyphicon-zoom-in:before {
    content: "\f00e";
}

.glyphicon-download:before {
    content: "\f34a";
}

.kv-rtl .krajee-default.file-preview-frame,
.kv-rtl .krajee-default .file-drag-handle,
.kv-rtl .krajee-default .file-upload-indicator {
    float: right;
}

.kv-rtl .krajee-default .file-upload-indicator {
    font-size: 20px;
    margin-top: 0px;
}

/*AutoSave*/
.autosave.autosaveError {
    color: red;
}

.autosave.autosaveSuccess {
    color: #78b840;
}

.has-error .chosen-container input {
    color: red !important;
}

.has-success .chosen-container {
    color: #78b840 !important;
}

.has-switch span, .has-switch label {

    font-size: 12px;
    line-height: 12px;
}

.has-switch {
    height: unset;
}

li.search-field {
    width: 100%;
}

.chosen-container-multi .chosen-choices .search-field {
    width: 100px;
}

.clientStage {
    display: block;
    position: relative;
    width: 100%;
    margin-right: 0 !important;
    font-size: 0.9em;
    padding-top: 6px;
    padding-bottom: 6px;
    /*background-color: rgba(120, 184, 64, 1);*/
}

.table-bordered tbody tr td:last-child {
    border-left: 1px solid #DDD;
}


/*Sedebar*/
#sideBarWhatsapp {
    color: white;
}

#sideBarWhatsapp.active {
    color: #78b840;
}

.sidebar-container {
    position: relative;
    width: 0;
    height: 0;
    z-index: 999;
}

.sidebar {
    position: fixed;
    top: 100px;
    left: -400px;
    width: 400px;
    /*height: 100%;*/
    height: calc(100% - 121px);
    background-color: #337ab7;
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s;
    /*box-shadow: 1px 1px 1px #090c29;*/
    color: white;
    text-align: center;
    background-color: rgba(51, 122, 183, 1)
}

.visible {
    transform: translate3d(400px, 0, 0);
}


.navbar {
    height: 35px;
}

.head-spacer {
    height: 125px;
}

#toast-container > .toast {
    background-image: none !important;
}

#toast-container > div.rtl {
    direction: rtl;
    padding: 10px 10px 10px 10px;
    background-position: unset;
}

#toast-container > .toast:before {
    /*position: relative;*/
    /*font-family: 'Font Awesome 6 Pro';*/
    /*font-weight: 100;*/
    /*font-size: 30px;*/
    /*line-height: 18px;*/
    /*float: right;*/
    /*margin-right: -1em;*/
    /*color: #FFF;*/
    /*padding-left: 0.5em;*/
    /*margin-top: 12px;*/
}

#toast-container > .toast:before {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 100;
    font-size: 30px;
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    width: 40px;
    margin-right: 3px;
}

.toast-message {
    margin-right: 50px;
    font-size: 13px;
    line-height: 20px;
}

.toast-message img {
    max-width: 215px;
    border-radius: 5px;
    max-height: 100px;
}

.toast-title {
    margin-top: -2px;
    font-size: 15px;
    margin-bottom: 5px;
    margin-right: 50px;
}

#toast-container > .toast-warning:before {
    content: "\f071";
}

#toast-container > .toast-error:before {
    content: "\f071";
}

#toast-container > .toast-info:before {
    content: "\f8fa";
}

#toast-container > .toast-success:before {
    content: "\f560";
}

.toast-info {
    background-color: #5393ca;
}

#toast-container > div,
#toast-container > div {
    width: 360px !important;
}

#toast-container > div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 360px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #fff;
    opacity: .95;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
    filter: alpha(opacity=95);
}

.rtl .toast-close-button {
    left: 1px;
    top: -6px;
    float: left;
    right: unset;
    font-size: 1.5em;
}

/* Custom Toast Icons */
#toast-container > .toast-return-lead:before {
    content: "\f4fd";
}

.toast-return-lead {
    background-color: #F89406;
}

#toast-container > .toast-new-lead:before {
    content: "\f234";
}

.toast-new-lead {
    background-color: #5393ca;
}

#toast-container > .toast-phone-call:before {
    content: "\e223";
}

.toast-phone-call {
    background-color: #F89406;
}

#toast-container > .toast-mail-send:before {
    content: "\f311";
}

#toast-container > .toast-mail-delevered:before {
    content: "\e4e8";
}

#toast-container > .toast-mail-opened:before {
    content: "\f2b6";
}

#toast-container > .toast-mail-send-error:before {
    content: "\e16f";
}

#toast-container > .toast-new-whatsapp-message:before {
    content: "\f4b0";
}

.toast-new-whatsapp-message {
    background-color: #5393ca;
}

.toast-mail-send,
.toast-mail-delevered,
.toast-mail-opened {
    background-color: #51a351;
}

.toast-mail-send-error {
    background-color: #bd362f;
}

/* Custom Toast Icons */

.input-group-whatsapp-button {
    padding: 0;
    height: 34px;
    width: 50px;
    font-size: 24px;
}

.input-group-whatsapp-button-mobile {
    padding: 0;
    font-size: 17px;
    padding-right: 20px;
}

.input-group-whatsapp-button-mobile i,
.input-group-whatsapp-button i {
    color: #25d366;
    margin-top: -1px;
    display: block;
}

.input-group-sendEmail-button {
    padding: 0;
    height: 34px;
    width: 50px;
    font-size: 24px;
}

.input-group-sendEmail-button i {
    color: #337ab7;
    margin-top: -1px;
    display: block;
}

.input-group-phone-button {
    padding: 0;
    height: 34px;
    width: 50px;
    font-size: 20px;
}

.input-group-phone-button i {
    color: #337ab7;
    margin-top: 6px;
    display: block;
    font-size: 1.9rem;
}

.group-action-buttons {
    width: 100%;
    margin-bottom: 4px;
}

.action-button {
    padding: 0;
    height: 34px;
    width: 20%;
    font-size: 24px;
}

.action-button i {
    color: #337ab7;
    margin-top: -1px;
    display: block;
}

.modal-open {
    padding-right: 0 !important;
}

/*.action-button:last-child {*/
/*margin-left: 0 !important;*/
/*}*/

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-right: 0;
    margin-left: 0;
}

.btn-info {
    background-image: unset;
    border-color: #5393ca;
    /*background-color: #337ab7;*/
    background-color: rgba(51, 122, 183, 0.7);
}

.btn-info:hover {
    color: #fff;
    background-color: #5393ca;
    border-color: #5393ca;
}

.btn-info:active, .btn-info.active {
    background-color: #5393ca;
    border-color: #5393ca;
}

.btn-info:focus, .btn-info:hover {
    background-color: #5393ca;
    background-position: 0 -15px;
}

.btn-info.active.focus, .btn-info.active:focus,
.btn-info.active:hover, .btn-info:active.focus,
.btn-info:active:focus, .btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #BCD8F3;
    /*border-color: #1b6d85;*/
}

select.form-control + .chosen-container-multi .chosen-choices li.search-choice {
    padding: 3px 24px 3px 8px;
    margin: 0 0 2px 3px !important;
    font-size: 12px;
    line-height: 1em;
    border: 1px solid #BCD8F3;
    border-radius: 3px;
    background-color: #E5F1FC;
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
    background: unset;
    display: block;
    font-size: 17px;
    height: 10px;
    position: absolute;
    right: 5px !important;
    top: 3px !important;
    width: 12px;
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close:before {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    font-size: 1em;
    content: "\f00d";
    color: #E40A5D;
}

select.form-control + .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: auto;
    padding: 0;
}

.input-group-addon:last-child {
    /*border-left-width: 1px;*/
    /*border-left-style: solid;*/
    /*border-right: 0;*/
    border-left-color: #ccc;
}

.has-error .input-group-addon:last-child {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}

.has-error select.form-control + .chosen-container.chosen-container-single .chosen-single {
    border: 1px solid #b94a48;
}

.input-group-addon {
    padding: 3px;
    /*width: 50px;*/
    font-size: 14px;
    font-weight: 400;
    line-height: unset;
    color: #555;
    text-align: center;
    background-color: white;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: unset;
    border-radius: 4px;
}

.form-control {
    /*color: #999;*/
}

select[name='cl_objection[]'].form-control + .chosen-container-multi .chosen-choices li.search-choice {
    border-color: white;
    background-color: #E40A5D;
    color: white;
    font-weight: bold;
}

select[name='cl_objection[]'].form-control + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    color: white;
}

select[name='cl_objection[]'].form-control + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
    color: white;
}

.text-cut-Exampl {
    width: 259px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em;
}

.mailStatusIcon {
    font-size: 1.6em;
    margin-right: 10px;
    float: left;
}

.mailStatusIcon.active {
    color: #78b840;
}

#timeline-block {
    max-height: 946px;
    overflow-y: auto;
    overflow-x: hidden;
}

#clientSidePanelBody {
    display: none;
}

.phoneMarketingIcon {
    font-size: 10px;
    margin-top: 0;
    display: block;
}

.pro_prog_src a img {
    max-height: 220px;
    max-width: 100%;
}

.deleteClient {
    float: left;
    padding-left: 0 !important;
    color: #E40A5D;
    padding: 3px 0px !important;
}

.mailOpenCounter {
    font-family: 'Arimo', sans-serif;
    margin-left: 2px;
    color: #337ab7;
    font-size: 1em;
    font-weight: bold;
    display: inline;
}

.inwork_clients_badge {
    display: inline-block;
    margin-right: 5px;
}

.panel-heading {
    color: #337ab7 !important;
}

.panel-heading i {
    color: #78b840;
}

@media (min-width: 768px) {

}

.input-group-addon:first-child {
    border-left: 0;
    border-right: 1px solid #ccc;
}

.emailImageWrap {
    height: 120px;
    width: 120px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    float: right;
    background-position: right top;
    margin-left: 5px;
}

.mailSelectImageChekbox {
    position: absolute;
    right: 30px;
    top: 0;
}

.btn-link:focus, .btn-link:hover {
    outline: 0;
}

.krajee-default .file-other-icon {
    display: block;
    padding-top: 20px;
}

.krajee-default .file-other-icon i {
    font-size: 1em !important;
}

.file-preview button i,
.file-preview a i,
.kv-zoom-actions button {
    font-size: 15px;
}

.popover {
    z-index: 9999;
}

.modal {
    z-index: 9999;
}

.wcs_fixed_left {
    z-index: 988 !important;
}

.client-list-whatsapp-button {
    color: #25d366;
    font-size: 20px;
    outline: 0 !important;
    padding: 0;
    line-height: 22px;
    /*margin-top: -3px;*/
}

.whatsappButtonNotActive {
    color: #999;
}

.client-list-whatsapp-button i:focus {
    outline: 0 !important;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: unset;
    outline-offset: unset;
}

.agentName {
    text-align: right !important;
}

.modalAddEvent {
    font-size: 20px;
    display: block;
    /* margin-bottom: 15px; */
    cursor: pointer;
    width: 16px;
    height: 18px;
    margin-top: 2px;
    color: #337ab7;
}

.well {
    background-color: white;
    background-image: unset;
}


img.logo {
    max-width: 100px;
    max-height: 100px;
    float: right;
}

img.projectSettingsImg {
    max-width: 270px !important;
    /*max-height: 300px;*/
    float: right;
}

.timelineHeadeName {
    display: inline-block;
    margin-left: 10px;
}

.timelineReminderPhone {
    display: block;
    font-size: 0.8em;
    color: #999;
    font-weight: normal;
    margin-bottom: 5px;
}

input.inputMaskPhone,
input.inputMaskEmail,
input.inputMaskPrice {
    direction: ltr;
    text-align: right;
}

.noChanges {
    color: #E40A5D;
    height: 40px;
    padding-top: 10px;
    font-weight: bold;
}

.clientEventSubHeader {
    color: #78b840;
    margin-bottom: 25px;
    margin-top: 25px;
    /*font-style: italic;*/

}

.timelineHasChatMessage {
    display: block;
    color: #25d366;
    text-align: center;
    height: 100%;

}

.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fa-rotate-225 {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

.timelineWhatsappOut,
.timelineWhatsappIn {
    /*font-size: 0.8em;*/
    /*margin-left: 3px;*/
    /*position: absolute;*/
    /*right: 31px;*/

    font-size: 0.7em;
    /* margin-left: 3px; */
    /* position: absolute; */
    /* right: 31px; */
    /* top: 0px; */
    height: 100%;
    margin-top: -3px;
    display: inline-block;
    vertical-align: top;
}

.popover-timeline-content .timelineWhatsappOut,
.popover-timeline-content .timelineWhatsappIn {
    font-size: 0.8em;
    margin-left: 3px;
    position: absolute;
    right: 15px;
}

.timelineWhatsappOut {
    color: #337ab7;
}

.timelineImage {
    max-height: 150px;
    margin-right: 0 !important;
    border-radius: 5px;
}

.timelineLeftContentBox {
    padding-right: 0;
    padding-left: 0;
    margin-top: 7px;
    border-bottom: 1px solid rgba(51, 122, 183, 0.10);
    min-height: 50px;
    padding-bottom: 5px
}

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
    background-color: #5393ca;
    color: white;
}

.table-hover > tbody > tr:hover {
    background-color: rgba(245, 245, 245, 1) !important;
}

.table .client-details-button {
    padding: 0px 12px;
}

table.dataTable.table-condensed > thead > tr > th {
    padding-right: 15px;
    text-align: right;
}

table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
    text-align: center;
}

.ganttDeleteCampaignButton {
    font-size: 10px;
    color: white;
    margin-left: -10px;
}

.inlineInputLabelWarp {
    position: relative;
}

.inlineInputLabel {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    font-size: 1rem;
    display: block;
    margin-top: -22px;
    margin-right: 0px;
    color: #337ab7;
}

#addCampaignContainer {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 20px;
    display: none;
}

#newCampButtons,
#editCampButtons {
    margin-top: 10px;
}

#addCampNoResults:hover {
    color: #5393ca !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.notUsedLinesWrapper {
    margin-top: 40px;
    margin-bottom: 40px;
}

.notUsedLinesMessage i {
    font-size: 2em;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    color: #E40A5D;
}

.toastCallActionButtons {
    display: block;
    text-align: left;
    margin-top: 10px;
}

.toastCallName {
    display: block;
}

.toastCallNumber {
    display: block;
    font-size: 1.5rem;
}

.audioPlayerWrapper.callLog {
    display: inline-block;
}

.audioPlayerWrapper.callLog button:hover,
.audioPlayerWrapper.timeLine button:hover {
    color: #78b840;
}

.bap-btn {
    width: 30px !important;
    height: 30px !important;
    border-radius: 3px;
    margin-top: 0;
    transition: 35ms ease;
}

.bap-btn.bap-active {
    color: #78b840;
}

.bap-btn-bar-animation {
    color: #337ab7;
    background-color: unset;
}

.spamPermitStatusIcon {
    font-size: 1.5em;
    display: block !important;
    margin-top: 2px;
}

.spamPermitStatusText {
    /*color: #5393ca;*/
    font-size: 0.8em;
}

.smsDistSettingsWarp .campBox {
    height: 196px;
    padding-top: 10px;
    /* padding-bottom: 30px; */
    /*padding-right: 20px;*/
    /*padding-left: 10px;*/
    /* margin-top: 20px; */
    margin-bottom: 10px;
}

.whatsappDistSettingsWarp .campBox {
    /*height: 254px;*/
    padding-top: 10px;
    /* padding-bottom: 30px; */
    /*padding-right: 20px;*/
    padding-left: 20px;
    /* margin-top: 20px; */
    margin-bottom: 10px;
}

.campBox {

}

.campSendlerBox {
    border-left: 1px solid #337ab7;
}

.campContentBox {
    border-left: 1px solid #337ab7;
}

.campContentBox textarea {
    width: 90%;
}

.campSummaryBox hr {
    margin-top: 5px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #337ab7;
}

.summaryBlock {
    /*padding-right: 20px;*/
}

.summaryBlockTitle {
    width: 50%;
    display: inline-block;
    text-align: left;
    margin-left: 20px;
}

.summaryBlockNumber {
    /*font-weight: bold;*/
    font-size: 0.9em;
}

.summaryBlock small {
    margin-left: 5px;
    font-weight: normal;
}

.campSendlerBlockInput input {
    width: 90%;
}

.campSendlerBlockInput .date {
    width: 90%;
}

.campSendlerBlockInput .date .input-group-addon {
    padding: 5px 12px;
}

.campSendlerBlockInput select {
    /*width: 90%;*/
}

.campSendlerBlockTitle {
    width: 90px;
    /*display: inline-block;*/
    text-align: left;
    margin-left: 5px;
}

.campSendlerBlock {
    margin-bottom: 5px;
}

.campTestBlock {
    padding-left: 20px;
}

.campSendlerBlock #sendMessage i {
    margin-left: 10px;
}

#sendErrorMessage,
#sendTextErrorMessage {
    color: #E40A5D;
    display: none;
    margin-bottom: 10px;
}

.smsDistNoPermission {
    min-height: 500px;
    text-align: center;
    padding: 35px;
}

.smsDistNoPermission i {
    font-size: 5em;
    margin-bottom: 40px;
    color: #E40A5D;
    margin-top: 20px;
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #999 !important;
}

.chosen-container .chosen-results li.disabled-result:hover {
    background-color: unset !important;
}

.noCallResults {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #999;
    font-size: 12px;
}

.noResults {
    text-align: center;
    color: #999;
    font-size: 0.9em;
}

.noResultsDefaultFont {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #999;
}

.chatLoadCounter {
    position: absolute;
    right: 2px;
    bottom: 0;
    font-size: 0.6em;
    color: #BCD8F3;
}

.mbMiniPlayer.black .playerTable span.map_play {
    border-left: 0;
}

.mbMiniPlayer.black .playerTable span {
    background-color: rgba(51, 122, 183, 1);
    border-radius: 0 !important;
}

.mbMiniPlayer.black .playerTable span.map_volume {
    border-right: 0;
    border-left: 1px solid white;
}

.projectPhoneIndex {
    position: absolute;
    font-size: 5em;
    font-weight: bold;
    right: 4%;
    color: rgba(83, 147, 202, 0.5);
    top: -12px;
}

small.dashboardTableRowSmall {
    display: block;
    color: gray;
}

.text-muted {
    color: #999;
}

.text-info {
    color: #337ab7;
}

/*Date To Days Count*/
.dateToDaysCount {
    cursor: default;
    display: block;
}

.dateToDays-Date {
    display: block;
    width: 100%;
}

.dateToDays-Days {
    display: none;
    width: 100%;
}

.getAjaxChart {
    width: 100%;
    height: 300px;
}

.chartIntervalButtons {
    margin-left: 10px;
}

chartIntervalButtons .btn-group {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

ul.favoriteAppList {
    list-style: none;
    padding: 0;
    margin-top: 7px;
}

ul.favoriteAppList li {
    font-style: italic;
}

ul.favoriteAppList li:hover {
    /*background-color: #0c199c;*/
}

ul.favoriteAppList li span {
    font-size: 1em;
    /*font-weight: bold;*/
    /*min-width: 70px;*/
    display: inline-block;
    text-align: center;
    padding-left: 10px;
}

ul.favoriteAppList li span:not(:first-child) {
    border-right: solid 1px #337ab7;
    padding-right: 10px;
}

ul.favoriteAppList li > a {
    border-right: solid 1px #337ab7;
    padding-right: 10px;
    padding-left: 10px;
}

ul.favoriteAppList li span:first-child {
    text-align: right;
}

ul.favoriteAppList li span small {
    font-size: 0.5em;
    /*font-weight: bold;*/
    /*min-width: 70px;*/
    /*display: inline-block;*/
    /*text-align: center;*/
    /*padding-left: 10px;*/
}

ul.favoriteAppList li span small.before {
    padding-left: 3px;
}

ul.favoriteAppList li span small.after {
    padding-right: 3px;
}

.help-block.help-block-input {
    margin-top: 10px;
}

button.btn-blue {
    background-color: #3498db;
    color: #FFF;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s;
}

.eventStatusButtonTimeline {
    font-size: 12px;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
}

.eventStatusButtonTimelineBox {
    margin-top: 5px;
}

.timelinePinBox {
    position: absolute;
    right: 10px;
    color: #999;
    cursor: pointer;
    top: 0;
}

.popover-timeline-content .timelinePinBox {
    position: absolute;
    right: 2px;
    color: #999;
    cursor: pointer;
    top: -1px;
}

.popover-timeline-content .eventStatusButtonTimelineBox,
.popover-timeline-content .deleteCommentBtn,
.popover-timeline-content button {
    display: none;
}

.timelinePinBox i {
    font-size: 0.8em;
}

.timelinePinBox.active {
    color: #337ab7;
}

#pinnedMessages > li.pinnedMessage {
    margin-right: 0;
    padding-left: 10px;
    background-color: rgba(51, 122, 183, 0.1);
    /* margin-bottom: 0; */
    /* margin-top: 0; */
    padding-top: 5px;
    margin-left: 0px;
}

#pinnedMessages > li.pinnedMessage .timelineLeftContentBox {
    border-bottom: unset;
    padding-bottom: 5px;
}

.dayMessagesList .item-date {
    display: none;
}

#pinnedMessages .item-date {
    font-size: 0.7em;
    display: block;
    margin-bottom: 5px;
}

.popover-timeline-content #pinnedMessages .item-date {
    font-size: 0.6em;
    display: block;
    margin-bottom: 5px;
}

.dataTables_wrapper .dataTables_processing {

}

div.dataTables_wrapper div.dataTables_processing {
    position: fixed;
    top: 45%;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    text-align: center;
    padding: 1.3em 0 1em 0;
    z-index: 9;
    background: white !important;
    border: 1px solid #337ab7 !important;
    border-radius: 3px !important;
    color: #337ab7 !important;
    margin-top: -100px;
}

/*
.dataTables_wrapper .top .dataTables_paginate {
    width: 50%;
}

.dataTables_wrapper .bottom .dataTables_paginate {
    width: 50%;
    margin-left: 185px;
}

.clientsListing .dataTables_wrapper .top .dataTables_paginate {
    width: 50%;
    margin-left: 194px;
}

.clientsListing .dataTables_wrapper .bottom .dataTables_paginate {
    width: 50%;
    margin-left: 194px;
}
*/

.clientCardNameReminderPanel {
    /*background-color: rgba(83, 147, 202, 1);*/
}

.campaignName {
    display: block;
    font-size: 0.8em;
    color: #999;
}

.mbMiniPlayer .playerTable {
    direction: ltr !important;
}

ul.splitted {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    padding-left: 0;
    max-height: 640px;
    overflow-y: auto;
}

ul.splitted3 {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    padding-left: 0;
    max-height: 640px;
    overflow-y: auto;
}

ul.splitted4 {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
    padding-left: 0;
    max-height: 640px;
    overflow-y: auto;
}

ul.splitted5 {
    -webkit-columns: 5;
    -moz-columns: 5;
    columns: 5;
    padding-left: 0;
    max-height: 640px;
    overflow-y: auto;
}

ul.splitted6 {
    -webkit-columns: 6;
    -moz-columns: 6;
    columns: 6;
    padding-left: 0;
    max-height: 640px;
    overflow-y: auto;
}

ul.splitted li,
ul.splitted2 li,
ul.splitted3 li,
ul.splitted4 li,
ul.splitted5 li,
ul.splitted6 li {
    list-style-position: inside;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

ul.scrolledList {
    max-height: 600px;
    overflow-y: auto;
}

.dropdown-header {
    display: block;
    padding: 8px 20px;
    font-size: 12px;
    line-height: 1;
    color: #777;
    white-space: nowrap;
}

/*SearchLoader*/
.sk-chaseSearchContainer {
    display: block;
    margin-top: 22px;
}

.sk-chaseSearchContainer .sk-chase {
    margin: 0 auto;
    width: 20px;
    height: 20px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}

#contacts ul .sk-chaseSearchContainer .sk-chase {
    margin: 10% auto 0 auto;
    width: 30px;
    height: 30px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}

#taskbar .sk-chaseSearchContainer .sk-chase {
    margin: 10% auto 0 auto;
    width: 60px;
    height: 60px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}

.sk-chaseSearchContainer .sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chaseSearchContainer .sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #fff;
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

#taskbar .sk-chaseSearchContainer .sk-chase-dot:before {
    content: '';
    display: block;
    width: 16%;
    height: 16%;
    background-color: #5393ca;
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chaseSearchContainer .sk-chase-dot:nth-child(1) {
    animation-delay: -1.1s;
}

.sk-chaseSearchContainer .sk-chase-dot:nth-child(2) {
    animation-delay: -1.0s;
}

.sk-chaseSearchContainer .sk-chase-dot:nth-child(3) {
    animation-delay: -0.9s;
}

.sk-chaseSearchContainer .sk-chase-dot:nth-child(4) {
    animation-delay: -0.8s;
}

.sk-chaseSearchContainer .sk-chase-dot:nth-child(5) {
    animation-delay: -0.7s;
}

.sk-chaseSearchContainer .sk-chase-dot:nth-child(6) {
    animation-delay: -0.6s;
}

.sk-chaseSearchContainer .sk-chase-dot:nth-child(1):before {
    animation-delay: -1.1s;
}

.sk-chaseSearchContainer .sk-chase-dot:nth-child(2):before {
    animation-delay: -1.0s;
}

.sk-chaseSearchContainer .sk-chase-dot:nth-child(3):before {
    animation-delay: -0.9s;
}

.sk-chaseSearchContainer .sk-chase-dot:nth-child(4):before {
    animation-delay: -0.8s;
}

.sk-chaseSearchContainer .sk-chase-dot:nth-child(5):before {
    animation-delay: -0.7s;
}

.sk-chaseSearchContainer .sk-chase-dot:nth-child(6):before {
    animation-delay: -0.6s;
}

@keyframes sk-chase {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot {
    80%, 100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }
    100%, 0% {
        transform: scale(1.0);
    }
}

.projectAppUploader label.control-label {
    font-size: 3em;
    color: #337ab7;
}

.projectAppUploader label.control-label.uploadedFileName {
    font-size: 1em;
    color: #78b840;
    padding-top: 23px;
}


.projectAppUploader .row {
    padding-top: 30px;
    padding-bottom: 30px;
}

.projectAppUploader button.loadFile {
    float: left;
}

.projectAppUploader button.processFile {
    float: right;
    margin-top: 14px;
}

.projectAppUploader .labelRow {
    border-left: 1px solid #337ab7;
}

.projectAppUploader label .check {
    color: #78b840;
}

/*table .clientsTablePhone{*/
/*direction: ltr;*/
/*display: inline-block;*/
/*}*/

/*.clientsTablePhoneCol{*/

/*}*/

.autoEventRemindersComment {
    display: block;
    color: #337ab7;
    /*height: 40px;*/
    margin-top: 20px;
}

.autoEventRemindersCommentOff {
    display: block;
    color: #9999998f;
    /*height: 40px;*/
}

.autoEventRemindersCommentOff i,
.autoEventRemindersComment i {
    display: inline-block;
    font-size: 2.22em;
}

.autoEventRemindersCommentOff .text {
    vertical-align: text-bottom;
    margin-right: 10px;
    font-size: 0.9em;
}

.autoEventRemindersComment .text {
    font-size: 0.9em;
}

.noAnswerComment {
    margin-top: 15px;
}

.noAnswerComment i {
    display: inline-block;
    font-size: 1.5em;
    color: #E40A5D;
}

.digitsIcons {
    direction: ltr;
    float: right;
    text-align: center;
}

.appCheckBox {
    margin-right: 0 !important;
    position: relative !important;
}

.checkbox.submenu {
    padding-right: 20px;
    margin-top: 0px;
    margin-bottom: 5px;
}

/*Select2 Customizations*/

.select2-container .select2-search--inline .select2-search__field {
    font-family: 'Arimo', sans-serif;
}

.select2-results__option {
    font-size: 12px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #66afe9 1px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.select2-container .select2-selection--multiple {
    min-height: 34px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 2px;
    padding-right: 8px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border: 1px solid #ccc;
    color: white;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: rgba(51, 122, 183, 0.8);
    color: white;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: rgba(51, 122, 183, 0.7);
    border: 1px solid #5393ca;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default[dir="ltr"] .select2-selection--multiple .select2-selection__choice__remove {
    border-right: unset;
    border-left: unset;
    color: white;
    margin-left: 2px;
    margin-right: 2px;
}

.select2-container--default .select2-results__option--selected {
    background-color: #E5F1FC;
}

.has-error .select2-container--default .select2-selection--single,
.has-error .select2-container--default .select2-selection--multiple {
    border-color: #b94a48;
}

#clientCardAppList {
    /*max-height: 500px;*/
    /*overflow-y: auto;*/
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: unset;
    color: #E40A5D;
    outline: none;
}

.select2-container--default .select2-search--inline .select2-search__field {
    color: black;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-right: 1em;
}

.select2-container--default {
    width: 100% !important;
}

.objections-select .select2-selection__choice {
    background-color: #E40A5D !important;
    border: 1px solid #E40A5D !important;
}

.objections-select .select2-selection__choice__remove {
    border-left: 1px solid #E40A5D !important;
    color: white;
}

.objections-select .select2-selection__choice__remove:hover,
.objections-select .select2-selection__choice__remove:focus {
    color: #337ab7 !important;
}

.select2-container .select2-selection--multiple {
    max-height: 60px;
    overflow-y: auto;
    overflow-x: hidden;
}

/*Single*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}

.select2-container .select2-selection--single {
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
}

.select2-selection:focus-visible,
.select2-container:focus-visible {
    outline: 0;
}

/*.select2-selection--single:focus,*/
/*.select2-selection--multiple:focus {*/
/*    outline: 0;*/
/*    !* border-radius: 3px; *!*/
/*    !* box-shadow: 0 0 3px 0px rgba(51, 122, 183, 1); *!*/
/*    border: 1px solid #337ab7;*/
/*}*/

/*V2*/
.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
    outline: unset;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border: solid rgb(102 175 233 / 70%) 1px;
    box-shadow: 0px 0px 3px 1px rgb(102 175 233 / 60%), inset 0 0 1px 0px rgb(102 175 233 / 60%);
    -webkit-box-shadow: 0px 0px 3px 1px rgba(102, 175, 233, 0.6),
    inset 0 0 1px 0px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: 0px 0px 3px 1px rgba(102, 175, 233, 0.6),
    inset 0 0 1px 0px rgba(102, 175, 233, 0.6);
}

/*Slider*/
.sliderCorrection {
    margin-top: 8px;
}

.noUi-tooltip {
    display: none;
}

.noUi-active .noUi-tooltip {
    display: block;
}

.noUi-connect {
    background: #5393ca;
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
    padding-top: 5px;
}

.form-group.has-error .noUi-target,
.form-group.has-error .noUi-handle {
    border-color: red;
}

.findClientAppsMessageTitle {
    text-align: center;
    margin-top: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #337ab7;
}

.findClientAppsMessageBox {
    text-align: center;
    /*margin-top: 10px;*/
    /*font-size: 3rem;*/
    /*font-weight: bold;*/
    color: #337ab7;
}

.mutedComment {
    display: inline-block;
    font-style: italic;
    color: #999;
    font-size: 0.9em;
    margin-right: 5px;
}


.eventBoxMuted .fc-event-main-frame:hover {
    /*border-color: #1a252f;*/
    color: grey !important;
}

.eventBoxClass .fc-event-main-frame:hover {
    /*border-color: #1a252f;*/
    color: lightgrey !important;
    /*font-weight: bold;*/
    /*background-color: rgba(83, 147, 202, 0.5);*/
}

.big-checkbox {
    width: 30px;
    height: 30px;
}

.input-group-addon .glyphicon,
.input-group-addon .fa-calendar-alt {
    width: 43px !important;
}

.input-append.date .add-on i, .input-prepend.date .add-on i, .input-group.date .input-group-addon span {
    height: 22px;
}

.form-control-feedback {
    position: absolute !important;
    top: 8px;
    font-size: 20px;
    left: 25px;
    z-index: 2;
    display: block;
    /* width: 34px; */
    /* height: 34px; */
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.form-group .error-message-block {
    line-height: 34px;
    font-size: 0.8em;
    /* padding-right: 0; */
    margin-right: -10px;
}

.thumbnailHeader {

}

.thumbnailHeader h3 {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    font-size: 20px;
}

.thumbnailHeader h2 {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.thumbnailHeader img {
    max-height: 60px;
    display: inline-block;
    margin-left: 10px;
}

.thumbnailHeader hr {
    margin-top: 0;
    margin-bottom: 60px;
}

.thumbnail {
    /*margin-top: 50px;*/
    padding-bottom: 50px;
}


.shortcuts .shortcut {
    width: 115px;
}


.btnExcel {
    height: 34px;
    padding-top: 5px;
    margin-top: 0;
    background-image: unset;
    text-shadow: unset;
    color: #337ab7;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    top: 2px !important;
    left: 8px !important;
}

.dtr-details {
    width: 100%;
}

.dtr-data .timeline-popover-button {
    float: left;
}

.dtr-data .client-details-button {
    float: left;
    padding-left: 0;
    width: unset !important;
}

.datatable-client-name {
    min-width: 120px;
    overflow: hidden
}

.datatable-client-phone {
    min-width: 80px;
    overflow: hidden
}

.modal-title i {
    margin-left: 5px;
}

.btn-info:disabled, .btn-info[disabled] {
    background-color: #999;
    background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #999;
    border-color: #999;
}

.alert-success,
.alert-warning,
.alert-danger,
.alert-info {
    background-image: unset;
}

.modal .select2-container--open .select2-dropdown--below,
.modal .select2-container--open .select2-dropdown--above {
    /*margin-left: -15px;*/
}

.timeline-title-email {
    font-size: 1rem;
    margin-right: 10px;
    color: #999;
}

.file-caption-main .form-control {
    height: 36px;
}

.tableNeeds {
    display: inline-block;
    font-size: 1rem;
    /*color: #999;*/
    color: #E40A5D;
    padding-right: 10px;
    vertical-align: bottom;
}

.tableEventNotSubmitted a {
    display: inline-block;
    font-size: 1rem;
    color: #E40A5D !important;
    padding-right: 5px;
}


.stageLineBox {
    display: block;
    margin-top: 3px;
    max-height: 118px;
    overflow-y: auto;
    white-space: nowrap;
}

.stageLineBox::-webkit-scrollbar {
    display: none;
}

.stageLineBox {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

/*.editable-input select{*/
/*height: 34px;*/
/*line-height: 34px;*/
/*}*/

.btn-outline {
    height: 30px;
    padding-top: 4px;
    margin-top: 0;
    background-image: unset;
    text-shadow: unset;
}

.btn-primary.btn-outline {
    color: #337ab7;
    background-color: unset;
    border-color: #337ab7;
}

.btn-primary.btn-outline:hover {
    border-color: #337ab7;
    background-color: #337ab7;
    color: white;
}

.btn-default.btn-outline {
    color: #C1172D;
    background-color: unset;
    border-color: #C1172D;
}

.btn-default.btn-outline:hover {
    border-color: #C1172D;
    background-color: #C1172D;
    color: white;
}

.editable-input .form-control {
    height: 30px;
    min-width: 170px;
}

.editable-input textarea {
    height: auto !important;
}

#errorLogWarning {
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
}

.clientCard .detailsForm {
    margin-top: 25px;
}

.clientCard .thumbnail {
    padding-bottom: 25px;
}

.btn {
    box-shadow: unset;
    background-image: unset;
}

/*Input Group BTN Rtl Fix*/
.input-group-btn:not(:first-child):not(:last-child) button {
    border-radius: 0;
    border-right: unset;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-left: unset;
}

a:focus {
    outline: unset;
}

div.dataTables_wrapper div.dataTables_length select {
    height: 34px;
}

.form-control-static {
    min-height: unset;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

div .form-control-static:first-child {
    margin-top: 7px;
}

.clearFiltersButtonWrapper {
    text-align: center;
    margin-top: 25px;
    /*margin-bottom: 15px;*/
}

.popover.ui-draggable div.arrow {
    display: none;
}

.thumbnail.needsRequired {
    outline: 0;

    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);

    /*border-color: #ff99009e;*/
    /*box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(255 153 0 / 60%);*/

    /*border-color: #e40a5d94;*/
    /*box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(228 10 93 / 60%);*/
}

.thumbnail h4 {
    margin-top: 5px;
}

.thumbnail.needsRequired .text-info {
    color: #E40A5D;
}

.templateAsset {
    margin-top: 15px;
}

.templateAsset:first-of-type {
    margin-top: 0 !important;
}

.templateAsset:last-of-type {
    margin-bottom: 30px;
}

#removeClientUrl {
    padding-top: 5px;
}

#removeClientUrl i {
    color: #E40A5D;
}

.mailSelectImageChekbox input[type="radio"] {
    margin-top: -2px;
    margin-right: -21px;
    display: block;
}

.sendWhatsappModalImagesAddRow {
    max-height: 200px;
    overflow-y: auto;
}

.calendarProjectSelect {
    margin-bottom: 10px;
}

.loadApps {
    /*background-color: rgba(51, 122, 183, 0);*/
    /*color: #333;*/
}

.loadApps:hover {
    /*background-color: #e5f1fc42;*/
    /*background-position: 0 -15px;*/
    /*color: #333;*/
}

.fa-spin.fast-spin {
    -webkit-animation: fa-spin 0.5s infinite linear !important;
    animation: fa-spin 0.5s infinite linear !important;
}


.fc-list-day.fc-day-today .fc-list-day-text {
    color: #E40A5D;
}

.audioChatContainer .mbMiniPlayer {
    position: relative !important;
    left: 0 !important;
    top: 5px !important;
}

.map_volumeLevel a {
    margin-top: 2px !important;
}

.projectSettingsHelpBox {
    font-size: 0.8em;
    color: #337ab7;
    padding-top: 11px;
    display: inline-block;
}

.thumbnailHeader.login img {
    height: 35px;
    margin-left: -3px;
}

.thumbnailHeader.login h3 {
    color: #337ab7;
    font-size: 24px;
    vertical-align: bottom;
}

.thumbnailHeader.login hr {
    margin-bottom: 40px;
}

.tableSplitter {
    background-color: #337ab7;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 3px 0 0 0 !important;
    border-top: unset !important;
}

.tableNumber {
    font-size: 2em !important;
    color: #337ab7;
    text-align: center;
    direction: ltr;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.button_delete.disabled, .button_delete.disabled.active,
.button_delete.disabled.focus, .button_delete.disabled:active,
.button_delete.disabled:focus, .button_delete.disabled:hover,
.button_delete[disabled], .button_delete[disabled].active,
.button_delete[disabled].focus, .button_delete[disabled]:active,
.button_delete[disabled]:focus, .button_delete[disabled]:hover {
    background-color: #eeeeee;
    background-image: none;
    border-color: #eeeeee;
    color: #999;
}

.jsonPrint {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 11px;
    line-height: 1.4;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: unset;
    border: unset;
    border-radius: unset;
    overflow-x: hidden;
    width: 350px;
    float: left;
}

span.dontCallMeWarning {
    color: #E40A5D;
    padding-right: 10px;
    font-weight: bold;
    font-size: 0.8em;
}

input.dontCallMeWarning {
    color: #E40A5D;
}

i.dontCallMeWarning {
    position: absolute;
    top: 7px;
    left: 120px;
    margin-left: 5px;
    font-size: 1.7em;
    z-index: 5;
}

.dirLtr {
    direction: ltr !important;
}

.whatsappDistDocumentWrap {
    display: inline-block;
    width: 32%;
    height: 140px;
    border: #ccc 1px solid;
    margin-bottom: 5px;
    background: none;
    position: relative;
    border-radius: 5px
}

.emailImageWrap {
    /*display: inline-block;*/
    width: 24%;
    /*height: 140px;*/
    border: #ccc 1px solid;
    margin-bottom: 5px;
    /*background: none;*/
    /*position: relative;*/
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.emailImageWrapBox {
    overflow: auto; /* Enables scrolling */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

.emailImageWrapBox::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

.whatsappDistDocumentWrap:after {
    content: "\f1c1";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 70px;
    color: #BCD8F3;
    top: 50%;
    left: 50%;
    margin: -54px 0 0 -73px;
    z-index: 1;
}

.whatsappDistDocumentTitle {
    position: absolute;
    bottom: 3px;
    right: 8px;
    z-index: 5;
    overflow-x: hidden;
    white-space: nowrap;
    width: 90%;
}

.whatsappDistDocumentDate {
    display: block;
    font-size: 0.7em;
}

.radio-inline {
    padding-right: 0;
    padding-left: 20px;
}

label.radio-inline {
    margin-bottom: 5px;
}

.whatsappBounceLarge {
    font-size: 9em !important;
    padding-bottom: 50%;
    color: #25d366;
}

#mediaGanttContainer .highcharts-plot-line-label {
    display: none;
}

#printCampaignGantButton i {
    display: inline-block;
    margin-right: 13px;
    margin-left: -2px;
    font-size: 20px;
    color: #78b840;
    vertical-align: middle;
}


.highcharts-label text,
.highcharts-label span {
    font-size: 10px !important;
}

.highcharts-legend text {
    font-size: 11px !important;
}

.width-250 {
    max-width: 250px;
}

.widgetPaginatorWarp {
    display: inline-block;
    float: left;
    margin-left: 10px;
    height: 32px;
}

.widgetPaginatorWarp .btn {
    padding: 0px 0px;
    background-color: unset;
    width: 30px;
    height: 29px;
    color: #337ab7;
    /*border-color: gray;*/
}

.widgetPaginatorWarp .btn:disabled {
    color: #9999998f;
    cursor: pointer;
}

.widgetPaginatorWarp .btn:disabled:hover {
    color: #9999998f;
}

.widgetPaginatorWarp .btn:first-child {
    margin-left: -7px;
}

.widgetPaginatorWarp .btn:last-child {
    /*margin-right: -4px;*/
}

.widgetPaginatorWarp .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .125);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, .125);
}


.widgetPaginatorWarp #widgetPaginatorCounter {
    margin-left: -4px;
    margin-right: -4px;
    color: #337ab7;
    /*font-weight: bold;*/
    /*font-size: 0.9em;*/
}

.widgetPaginatorWarp .btn:hover {
    color: #5393ca;
}

.widgetPaginatorWarp .btn i {
    font-size: 20px;
}

table.dataTable > tbody > tr.selected > * {
    box-shadow: inset 0 0 0 9999px rgba(83, 147, 202, 0.6);
    color: white;
}

table.dataTable > tbody > tr.selected i {
    color: white;
}

table.dataTable.table-hover > tbody > tr.selected:hover > * {
    box-shadow: inset 0 0 0 9999px rgba(83, 147, 202, 0.7);
}

.btn-link:focus {
    text-decoration: unset;
    color: #337ab7;
}

table .label {
    padding-top: 3px;
    padding-bottom: 2px;
}

.tl-item .mejs__player {
    max-height: 150px;
    width: 100%;
    border-radius: 5px;
}

.sendWhatsappModalImagesAddRow .mejs__player {
    max-width: 100%;
    height: 100%;
}

.tl-item .docIcon {
    font-size: 3em;
    margin-bottom: 5px;
}

.stopCampaignAction {
    display: block;
    min-width: 57px;
}

.sendWhatsappModalImagesBoxDescription {
    color: #337ab7;
    font-size: 1rem;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: white;
    line-height: 10px;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 3px;
    padding-top: 3px;
    overflow-x: hidden;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

span .timelineFooterUsername {
    display: inline-block;
    padding-top: 1px;
}

button.copyDataAttrToClipboard {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

button.copyDataAttrToClipboard:active {
    background-color: #337ab7;
    border-radius: 10px;
}

button.copyDataAttrToClipboard:active i {
    color: white;
}

.date > .form-control {
    height: 34px
}


#openRegisterTemplateModal {
    background-color: #39dd54;
    color: white;
    font-size: 1.5em;
    padding-top: 1px;
    width: 9%;
    padding-bottom: 1px;
    border-color: #39dd54;
}

.select2-container--open {
    z-index: 9999999
}

.clientDashboardStage {
    display: block;
    text-align: right;
    font-size: 0.9rem;
    color: #999;
}

/*.chosen-container-multi .chosen-choices .search-field {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    white-space: nowrap;*/
/*    font-size: 0.9em;*/
/*    padding-top: 2px;*/
/*}*/

.mobileLogout {
    display: none;
}

.dl-horizontal dt {
    font-size: 0.9em;
    width: 120px;
}

.dl-horizontal dd {
    margin-right: 128px;
    margin-left: 0;
    font-size: 0.9em;
}


.dl-horizontal dd ul {
    padding-right: 0;
}

.dl-horizontal dd li {
    direction: ltr;
}

.projectsListingUsers {
    display: block;
    max-height: 188px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.file-drop-zone {
    min-height: 103px;
}

.file-drop-zone-title {
    padding: 30px 10px;
}

.sendWhatsappModalImagesAddRow {
    max-height: 300px;
}

.notIncludeFilterCheckBox {
    display: inline-block;
    float: left;
    font-size: 0.8em;
    margin-top: 3px;
    color: #999;
}

.notIncludeFilterCheckBox > .checkbox {
    margin-top: 0;
    margin-bottom: 0;
    height: 5px;
}

.notIncludeFilterCheckBox label {
    padding-bottom: 0;
    padding-top: 0;
}

.notIncludeFilterCheckBox input {
    margin-top: 1px;
    margin-right: -16px !important;
    height: 13px;
    /* border-color: red; */
}

.ignoreButton.filter {
    float: left;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    height: 20px;
    color: #999;
}

.ignoreButton.filter.enabled {
    color: #337ab7;
}

.tooltip-inner {
    background-color: #337ab7;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #337ab7;
}

.appStatusHelpLink {
    margin-top: -3px;
    margin-bottom: 0;
    margin-right: 5px;
    font-size: 0.8em;
    padding: 0px;
}

.highcharts-label.highcharts-data-label.highcharts-tracker {
    min-width: 260px !important;
}

.distStatusWrap {
    display: block;
    max-height: 56px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-width: 100px;
}

@keyframes pulse-border {
    0% {
        border-right-color: #337ab7;
    }
    50% {
        border-right-color: rgba(51, 122, 183, 0.2);
    }
    100% {
        border-right-color: #337ab7;
    }
}

.pulse-border {
    border-right: 3px solid #337ab7;
    animation: pulse-border 3s infinite;
}

#userNotificationsPanel {
    position: fixed;
    width: 100%;
    display: block;
    margin-top: -24px;
    z-index: 1;
    color: white;
}

#userNotificationsPanel .userNotificationsPanelItem {
    padding-right: 22px;
    padding-left: 0px;
    line-height: 22px;
    background-color: rgba(51, 122, 183, 0.8);
    height: 23px;
    margin-bottom: 1px;
}

.userNotificationsPanelItem i {
    margin-left: 10px;
    /*color: #E40A5D;*/
    color: white;
}

.userNotificationsPanelItem .dismiss {
    padding-top: 1px;
    padding-bottom: 0px;
    float: left;
}

.userNotificationsPanelItem .dismiss:hover i {
    color: #BCD8F3;
}

#userNotificationsPanel .userNotificationsPanelMessage {
    font-weight: bold;
    font-size: 13px;
}

.userNotificationsPanelMessage .userNotificationsPanelMessageUrl {
    padding-right: 5px;
    font-weight: normal;
    color: #f5f5f5;
    text-decoration: none;
    font-weight: bold;
}

.userNotificationsPanelMessage .userNotificationsPanelMessageUrl:hover {
    color: #BCD8F3;
}

.fc-v-event .fc-event-title {
    top: 0;
    bottom: 0;
    max-height: 100%;
    overflow: hidden;
    max-width: 90%;
}

.timelineLeftContentBox .aiSummaryBlock {
    font-size: 0.8em;
    display: block;
    line-height: 16px;
}

.timelineLeftContentBox .aiSummaryLine {
    display: block;
}

.popover-timeline-content .timelineLeftContentBox .aiSummaryBlock {
    font-size: 0.8em;
    display: block;
    line-height: 12px;
}

.popover-timeline-content .timelineLeftContentBox .aiSummaryLine {
    display: inline;
}

#callLogContent .callLogSummaryBox {
    display: flex;
    justify-content: space-between;
    max-height: 57px;
    overflow-y: auto;
    scrollbar-width: none;
    white-space: normal;
}

#callLogContent .callLogSummaryBox::-webkit-scrollbar {
    display: none;
}

#callLogContent .callLogSummaryBox small {
    margin: 1px 8px 3px 6px;
}

.uListingProjects {
    max-width: 400px;
    display: block;
    overflow-y: scroll;
    max-height: 63px;
    scrollbar-width: none;
}

.uListingProjects::-webkit-scrollbar {
    display: none;
}

input.radioMorningDeliveryMethod {
    margin-top: 5px;
}

label.radioMorningDeliveryMethod {
    margin-top: -13px !important;
}

.groupElemets {
    border: 1px solid #b0b0b057;
    border-radius: 5px;
    margin-right: -10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-top: -1px;
    padding-top: 1px;
}

.widgedHeaderCounter {
    color: #999;
}

.widgedHeaderCounter span {
    padding-right: 2px;
    padding-left: 2px;
}

#aiEventsToApproveCounter button {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 2px;
    padding-left: 2px;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
}

.clientsListingMediaBox {
    display: block;
    max-width: 130px;
    overflow-x: hidden;
    white-space: nowrap;
}

.clientsListingMediaBox span {
    overflow-x: clip;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 0;
    max-width: 100%;
}

.sehelCredit {
    position: absolute;
    font-size: 9px;
    direction: rtl;
    color: #337ab7;
    bottom: 11px;
    left: 15px;
}

.sctollToTopButon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    background-color: white;
    color: #337ab7;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 30px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    display: none;
    padding-top: 5px;
}

.sctollToTopButon:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

ul.clientNeedsAiRecomindations {
    padding-right: 5px;
}

.clientNeedsAiRecomindations li {
    height: 34px;
    display: flex;
}

.clientNeedsAiRecomindations li:not(:last-child) {
    margin-bottom: 10px;
}

.clientNeedsAiRecomindations li i {
    width: 25px;
}

.clientNeedsAiRecomindations li button:not([disabled]) i {
    color: #78b840;
}

.clientNeedsAiRecomindations li button {
    color: #999;
    color: black;
    padding: 0;
}

.clientNeedsAiRecomindations li button:not([disabled]):hover {
    color: #337ab7;
    text-decoration: unset;
}

.clientNeedsAiRecomindations button[disabled] {
    cursor: default;
    color: #999;
}

.clientNeedsAiRecomindations button[disabled]:hover {
    color: #999;
}

.clientNeedsAiRecomindationsBox::before {
    content: "";
    position: absolute;
    right: 0;
    top: 36px;
    bottom: 11px;
    width: 1px;
    background-color: #ddd;
}

.clientNeedsAiRecomindationsBox .tagsBox {
    line-height: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 3px 5px;
    align-content: center;
}

.clientNeedsAiRecomindationsBox .tagsBox span {
    display: inline-block;
    white-space: nowrap;
}

.control-label {
    white-space: nowrap;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
}

#gptRecommendedNameBox {
    position: absolute;
    top: -12px;
    color: #999;
    font-size: 12px;
    line-height: 12px;
    right: 19px;
    overflow: hidden;
    white-space: nowrap;
    direction: rtl;
}

#gptRecommendedName {
    color: #337ab7;
    border: unset;
    padding: 0;
    font-size: 12px;
    line-height: 12px;
    vertical-align: unset;
}

#gptRecommendedName:hover {
    text-decoration: unset;
}

.clientCardPanelName {
    white-space: nowrap;
    overflow: hidden;
    max-width: 70%;
    display: inline-block;
    text-overflow: ellipsis;
}

.clientTimelinePreformUsers {
    display: block;
    color: #999;
    font-size: 0.9em;
    white-space: nowrap;
    overflow: hidden;
    max-width: 90%;
    text-overflow: ellipsis;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #c1c1c1;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

/*DataTable V2*/
.dataTables_wrapper .dataTables_paginate .paginate_button,
dataTables_wrapper .dt-buttons button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0;
    margin-left: 0;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: inherit !important;
    border: unset;
    border-radius: unset;
    background: transparent;
}

div.dt-buttons > .dt-button,
div.dt-buttons > div.dt-button-split .dt-button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0;
    margin-left: 0;
    text-align: center;
    text-decoration: none !important;
    border-radius: unset;
    background: transparent;

    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 15px;
    line-height: 32px;
    color: #444;
    font-size: 14px;
    margin-bottom: 0;
    cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: pointer;
    color: #666 !important;
    border: unset;
    background: transparent;
    box-shadow: none;
}

div.dt-buttons > .dt-button:hover:not(.disabled),
div.dt-buttons > div.dt-button-split .dt-button:hover:not(.disabled) {
    cursor: pointer;
    color: #23527c !important;
    background: #eee;
    border-color: #ddd;
}

div.dt-buttons > .dt-button:focus:not(.disabled), div.dt-buttons > div.dt-button-split .dt-button:focus:not(.disabled) {
    outline: unset;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: unset;
    background-color: unset;
    background: unset;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    border: unset;
    background-color: unset;
    background: unset;
    box-shadow: unset;
}

.dataTables_wrapper .top,
.dataTables_wrapper .bottom {
    display: flex;
    justify-content: space-between; /* Распределяет крайние блоки по краям */
    align-items: center;
    width: 100%; /* Занимает всю ширину родителя */
}

.dataTables_wrapper .bottom {
    margin-top: 20px;
}

.dataTables_wrapper .dataTables_length {
    float: left;
    justify-self: flex-end;
}

div.dt-buttons {
    float: left;
    justify-self: flex-start;
    position: absolute;
    left: 0;
}

.distAddAllButton {
    margin-top: 0px;
    background-image: unset;
    border: unset;
    text-shadow: unset;
    box-shadow: none;
    float: right;
    color: #5393ca !important;
    border: unset !important;
}

.distAddAllButton:hover {
    background-color: unset;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

div.dataTables_wrapper div.dataTables_length label {
    margin-bottom: 0;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #444;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0px;
    white-space: nowrap;
    margin-right: 15px;
    margin-left: 15px;
}

.dataTables_wrapper ul.pagination li a {
    line-height: 34px;
}

.dataTables_wrapper th {
    white-space: nowrap;
    height: 20px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
    right: 0px;
}

#add_file_modal .modal-dialog {
    width: 50%;
    max-width: 1000px;
}

#send_mail_modal .modal-dialog {
    width: 60%;
    max-width: 1000px;
}

.sehel-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.0);
    z-index: 9998;
}

.sehel-overlay .sehelLoader {
    position: fixed !important;
    top: 45% !important;
    left: 50% !important;
    width: 300px !important;
    margin-left: -150px !important;
    padding: 1.3em 0 1em 0 !important;
    z-index: 99999 !important;
    background: white !important;
    border: 1px solid #337ab7 !important;
    border-radius: 3px !important;
    color: #337ab7 !important;
    height: 100px;
    margin-top: -100px !important;
}

textarea {
    max-width: 100%;
    overflow-wrap: break-word;
    resize: vertical; /* запретить горизонтальное расширение */
    white-space: pre-wrap;
}

.aiAgentScore {
    display: flex;
    justify-content: center;
    height: 1.5em;
    font-size: 1.5em;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    color: #5393ca;
    line-height: 1.5em;
}

/*.aiAgentScore:hover .aiAgentScoreTooltip {*/
/*    display: block !important;*/
/*}*/
/*.aiAgentScore .aiAgentScoreTooltip {*/
/*    pointer-events: none;*/
/*}*/

.aiAgentScore .tooltip-inner {
    display: inline-block;
    width: auto !important;
    min-width: 50px;
    max-width: none !important;
    white-space: nowrap;
    padding: 10px 16px !important;
    background: #fff !important;
    color: #222 !important;
    border-radius: 7px;
    font-size: 1em;
    text-align: center;
    border: 1px solid #5393ca;
    box-shadow: 0 4px 16px #0001;
}

.aiAgentScore .tooltip.top .tooltip-arrow,
.aiAgentScore .tooltip.top .tooltip-arrow:before {
    border-top-color: #fff !important;
}


.aiAgentScore .tooltip {
    opacity: 1 !important;
    filter: none;
    z-index: 1060;
}

.aiAgentScore .tooltip.top i {
    font-size: 40px;
}

.aiAgentScore .tooltip.top span {
    font-size: 12px;
    display: inline;
    color: #999;
    white-space: nowrap;
}

.aiAgentScore .aiAgentScoreName {
    font-weight: bold;
    font-size: 16px;
    display: block;
    margin-top: 5px;
}

.aiScoreBlock {
    padding-top: 10px;
    display: block;
}

.aiScoreBlock .aiAgentScore {
    display: flex;
    justify-content: flex-start;
    height: 100%;
    font-size: 1.5em;
    padding-left: 10px;
    padding-right: 0;
    font-weight: bold;
    color: #5393ca;
    line-height: 1.5em;
}

.aiScoreBlock .tooltip-inner {
    white-space: unset !important;
    width: unset !important;
}

.aiScoreBlock .tooltip span {
    white-space: unset !important;
}

.popover-title button.close-popover {
    float: left;
    line-height: 16px;
}