@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);

body {
    font-family: 'Open Sans Hebrew', sans-serif;
    background-color: #ffffff;
    min-width: 320px;
}

.bg-royalblue {
    background: #335964;
}

.maincontent {
    min-height: 50vh;
}

.panel { /*8*/
    border: 0px solid #ffffff;
    box-shadow: none;
}

.input-group-addon { /*81*/
    color: #2b8eab;
    background-color: #ebfaff;
    border: 1px solid #3ebbdf;
}

.form-control { /*118*/
    color: #2b8eab;
    border: 1px solid #3ebbdf;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { /*150*/
    background-color: #ebfaff;
}

.form-control::-webkit-input-placeholder,
.form-control::-moz-placeholder,
.form-control:-moz-placeholder,
.form-control:-ms-input-placeholder {
    color: #3ebbdf;
}

.btn-default { /*3052*/
    color: #2b8eab;
    border-color: #3ebbdf;
}

.btn-default.focus, .btn-default:focus { /*3058*/
    color: #fefefe;
    background-color: #3ebbdf;
    border-color: #2b8eab;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    color: #fefefe;
    background-color: #3ebbdf;
    border-color: #2b8eab;
}

.btn-default:hover { /*3063*/
    color: #ffffff;
    background-color: #3ebbdf;
    border-color: #3ebbdf;
}

a { /*1100*/
    color: #3ebbdf;
}

.sidebar .collapse {
    display: block;
}

.navbar-brand { /*167*/
    width: auto;
    height: auto;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}

.navbar-brand > img {
    display: inline-block;
}

.table-bordered { /*2306*/
    border: 1px solid #688e99;
    border-radius: 4px;
    border-spacing: 0px;
    border-collapse: separate;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 0px solid #c7ced0;
    border-bottom: 1px solid #c7ced0;
    border-right: 1px solid #c7ced0;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th, .table-bordered th {
    color: #ffffff;
    background-color: #63a4b8
}

.modal-content {
    border: 1px solid #688e99;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .25);
    box-shadow: 0 8px 19px rgba(0, 0, 0, .25);
}

.modal-backdrop {
    background: transparent 0;
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a { /*5455*/
    color: #3ebbdf;
}

.panel-default > .panel-heading { /*5665*/
    background-color: transparent;
    border-bottom: 1px solid #d9d9d9;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    background-color: #f8f8f8;
    border: 1px solid #d9d9d9;
    border-radius: 4px;

}

.panel .collapse.in {
    display: block;
    position: relative;
    top: -4px;
}

footer, .footer, #footer {
    /*position: absolute;*/
    padding: 35px 20px 10px;
    bottom: 0;
    width: 100%;
}

.icon {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background: transparent url('/public/icons/none.png') no-repeat 0px 0px;
}

.sidebar .nav > li > a:focus .icon, .sidebar .nav > li > a:hover .icon,
.icon:hover, .icon.active {
    background-position: 0px -40px;
}

.icon.icon-add-user {
    background-image: url('/assets/web/icons/AddUser.png');
}

.icon.icon-sell {
    background-image: url('/assets/web/icons/Sell.png');
}

.icon.icon-buy {
    background-image: url('/assets/web/icons/Buy.png');
}

.icon.icon-document {
    background-image: url('/assets/web/icons/Document.png');
}

.operator_icon_add {
    /*display: block;*/
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background: transparent url('/assets/web/icons/AddUser.png') no-repeat 0px 0px;
}

.operator_icon_li a:hover {
    background: #F8F8F8 !important;
}

.operator_icon_add:hover {
    background-position: 0px -45px;
}

.navbar-top-links { /*TEMP!!!*/
    margin-top: 25px;
}

#side-menu li {
    min-width: 180px;
    max-width: 200px;
}

#side-menu li a.active i {
    background-position: 0px -40px;
}

.selectboxit-btn {
    background: #ffffff none;
    border: 1px solid #3ebbdf;
}

.selectboxit-text {
    margin: 0 5px;
}

.selectboxit-arrow-container {
    background: #3ebbdf none;
    color: #ffffff;
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    border: 0;
    position: static;
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow:before {
    font-family: FontAwesome;
    content: "\f078";
    position: absolute;
    top: 25%;
    left: 25%;
}

.selectboxit.selectboxit-open .selectboxit-arrow-container .selectboxit-arrow:before {
    font-family: FontAwesome;
    content: "\f077";
}

#notice {
    margin-bottom: 20px;
}

.navbar {
    margin-bottom: 0 !important;
}

.notice_newLead {
    display: none;
    background: #EE5255;
    color: white;
    font-size: 15px;
    padding: 4px;
    font-weight: bold;
    line-height: 1.6;
    height: auto;
    width: 100%;
}

.removeNotice {
    float: right;
}

.removeNoticeIcon {

    display: inline-block;
    border-radius: 10px;
    width: 15px;
    height: 15px;
    font-size: 10px;
    color: red;
    background: white;
    padding-left: 4px;
    cursor: pointer;
    /*margin-left: 10px;*/
}

.credit_button {
    cursor: pointer;
}

/* Основной контейнер выпадающего меню */
.balance_data_menu {
    font-weight: bold;
}

/* Основной контейнер выпадающего меню */
.balance_data_menu > li {
    padding-left: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px lightgrey solid;
}

.balance_data_menu .balance_masks_block {
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;

}

.balance_data_menu .balance_masks_block > li {

}

.balance_data_menu .balance_masks_block > li > span:last-child {
    float: right;
}

.penalty-data-menu-toggle:hover {
    cursor: pointer;
}

.penalty-data-menu > li {
    padding-right: 10px;
}

.penalty-data-menu > li > span {
    font-weight: normal;
}

.penalty-data-menu > li > span:last-child {
    font-weight: bold;
    color: #843534;
    float: right;
}

.penalty-data-menu > li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.sphere_deleted {
    color: #9f191f;
}

.mask_deleted {
    color: #9f191f;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    background-color: #3ebbdf;
    border: none;
    box-shadow: none;
    width: 18px;
    height: 18px;
    line-height: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    margin-top: -9px;
    font-size: 16px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    background-color: #d9534f;
    content: 'x';
    font-size: 14px;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    vertical-align: middle;
}

.ajax-dataTable, .table-bordered {
    width: 100% !important;
}

@media (max-width: 768px) {
    .sidebar {
        max-width: 100%;
    }
}

.group_checkbox .checkbox {
    margin-top: 0;
}

.sidebar-link .fa {
    font-size: 34px;
    display: block;
    color: #6d6d6d;
}

.sidebar-link a:hover .fa, .sidebar-link a.active .fa {
    color: #98dbee;
}

.sidebar-link.des a:hover .fa, .sidebar-link.des a.active .fa, .sidebar-link.des a:link .fa, .sidebar-link.des a:visited .fa {
    color: #D0D0D0;
}

.sidebar-link.des a:hover, .sidebar-link.des a.active, .sidebar-link.des a:link, .sidebar-link.des a:visited {
    color: #D0D0D0;
}

.sidebar-link.des .fa {
    color: #D0D0D0;
}

.group-select {
    display: none;
}

.group-select .col-xs-10 {
    margin-bottom: 10px;
}

.process-statuses thead tr:first-child th {
    text-align: center;
}

.undefined-statuses thead tr:first-child th {
    text-align: center;
}

.fail-statuses thead tr:first-child th {
    text-align: center;
}

.bad-statuses thead tr:first-child th {
    text-align: center;
}

.performance-table thead tr:first-child th {
    text-align: center;
}

.center {
    text-align: center !important;
}

.middle {
    vertical-align: middle !important;
}

.statistics_process_statuses th {
    color: #ffffff !important;
    background: #00B050;
}

.statistics_uncertain_statuses th {
    color: #ffffff !important;
    background: #5A8230;
}

.statistics_refuseniks_statuses th {
    color: #ffffff !important;
    background: #D9A502;
}

.statistics_bad_statuses th {
    color: #ffffff !important;
    background: #CD0000;
}

.statistics_closeDeal_statuses th {
    color: #ffffff !important;
    background: #1C6C6D;
}

.statistics_transitions_statuses th {
    color: #ffffff !important;
    background: #478295;
}

.statistics_no_data {
    color: grey;
}

span.badge.statistics_head_badge {
    color: #3F51B5;
    background: white;
}

.statistics_input {
    background: white;
    border: none;
    cursor: pointer;
}

.status_Good {
    background-color: rgb(0, 176, 80);
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.status_Satisfactorily {
    background-color: rgb(146, 208, 80);
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.status_Secondary {
    background-color: rgb(191, 143, 0);
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.status_Badly {
    background-color: rgb(237, 125, 49);
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.status_Col {
    background-color: red;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.percent-col {
    font-weight: bold;
    text-align: center;
}

.center {
    text-align: center !important;
}

.middle {
    vertical-align: middle !important;
}

.statistic-sphere-name {
    padding: 18px 15px 10px 15px;
    border-radius: 0 30px 0 0;
    color: white;
    background: #3F51B5;
}

.statistics_process_statuses th {
    color: #ffffff !important;
    background: #00B050;
}

.statistics_uncertain_statuses th {
    color: #ffffff !important;
    background: #D9A502;
}

.statistics_refuseniks_statuses th {
    color: #ffffff !important;
    background: #7F3300;
}

.statistics_bad_statuses th {
    color: #ffffff !important;
    background: #CD0000;
}

.statistics_closeDeal_statuses th {
    color: #ffffff !important;
    background: #3F51B5;
}

.statistics_transitions_statuses th {
    color: #ffffff !important;
    background: #478295;
}

.account_managers_table_head th {
    color: #ffffff !important;
    background: #3F51B5;
    text-align: center;
    font-size: 14px !important;
}

.user_leads_info_head th {
    color: #ffffff !important;
    background: #3F51B5 !important;
    text-align: center;
    font-size: 14px !important;
}

.account_managers_table_head th {
    color: #ffffff !important;
    background: #3F51B5 !important;
    text-align: center;
    font-size: 14px !important;
}

.just_agent_table_head th {
    color: #ffffff !important;
    background: #3F51B5 !important;
    text-align: center;
    font-size: 14px !important;
}

table.just_agent_table th {
    color: grey;
    font-size: 13px;
    font-weight: 600;
    padding: 4px !important;
    width: 10%;
}

.salesmen_table_head th {
    color: #ffffff !important;
    background: #3F51B5 !important;
    text-align: center;
    font-size: 14px !important;
}

table.salesmen_table th {
    color: grey;
    font-size: 13px;
    font-weight: 600;
    padding: 4px !important;
}

table.user_leads_info th {
    color: grey;
    font-size: 13px;
    font-weight: 600;
    padding: 4px !important;
}

table.salesmen_table tr th.salesman_count_data {
    width: 5% !important;
}

tr td.statistics_no_data {
    color: grey !important;
    background: white !important;
}

.sphere_no_data {
    color: grey;
}

span.badge.statistics_head_badge {
    color: #3F51B5;
    background: white;
}

.table-statuses {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    margin-left: -4px;
}

.statistics_input {
    background: white;
    border: none;
    cursor: pointer;
}

.sphere_select {
    width: 250px !important;
}

.select2-search__field {
    background: white;
    color: black;
}

.leads_needed {
    font-weight: 600;
}

.table-statuses.table-statuses-small {
    width: 33.33333%;
}

.table-statuses.table-statuses-large {
    width: 66.66666%;
}

.table-statuses-row {
    padding-left: 4px;
}

.process-statuses thead tr:first-child th {
    text-align: center;
    font-size: 15px;
}

.undefined-statuses thead tr:first-child th {
    text-align: center;
    font-size: 15px;
}

.fail-statuses thead tr:first-child th {
    text-align: center;
    font-size: 15px;
}

.bad-statuses thead tr:first-child th {
    text-align: center;
    font-size: 15px;
}

.performance-table thead tr:first-child th {
    text-align: center;
    font-size: 15px;
}

.table-statuses th {
    color: grey;
    font-size: 13px;
}

.table-statuses tbody tr td {
    border-bottom: solid 1px grey !important;
}

.table-statuses tr td:first-child {
    border-bottom: solid 1px lightgrey !important;
    background: grey;
    color: white;
}

.table-statuses tr td.fromStatus {
    /*text-align: left !important;*/
}

.table-statuses tr td.statistics_transitions_statuses_arrow {
    border-bottom: solid 1px lightgrey !important;
    background: grey;
    color: white;
    padding: 0;
}

.table-statuses tr td.statistics_transitions_emptyCall {
    border-bottom: solid 1px lightgrey !important;
}

.table-statuses tr td.toStatus {
    border-bottom: solid 1px lightgrey !important;
    /*border-left: solid 1px lightgrey !important;*/
    background: grey;
    color: white;
    /*text-align: right !important;*/
}

.table-statuses tr td.countPeriod {
    background: lightgrey;
}

.table-statuses tr td.periodPercent {
    background: lightgrey;
}

.summary_table tr td {
    padding: 3px 10px 3px 10px;
    border-bottom: 1px solid #3F51B5;
    font-size: 11px;
    color: #3F51B5;
}

.summary_table tr > td:first-child {
    background: #3F51B5;
    color: white;
    font-weight: 600;
    border-bottom: 1px solid #717DC2;
}

.summary_table tr > td:last-child {
    /*border-right: 1px solid #717DC2;*/
    /*padding-left: 0px;*/
}

h4.statistic-sphere-name {
    margin-bottom: 0;
}

.summary_table tr th {
    padding: 3px 10px 3px 10px;
    background: #3F51B5;
    font-size: 10px;
    color: #C5C9E2;
}

.summary_table_addition {
    color: gray;
    font-weight: 600;
}

.user_manager_block {
    margin-top: 25px;
    margin-bottom: 20px;
}

table.user_leads_info tr td {
    width: 10%;
}

.acc_manager_block {
    margin-top: 25px;
    margin-bottom: 20px;
}

.acc_manager_block table th {
    color: grey;
    font-size: 13px;
}

.sphere_no_data {
    margin: 30px 10px;
}

.topStatusTable {
    margin-top: 30px;
}

@media only screen and (max-width: 1614px) {
    .table-statuses.table-statuses-small {
        width: 50%;
    }

    .table-statuses.table-statuses-large {
        width: 100%;
    }
}

@media only screen and (max-width: 1122px) {
    .table-statuses {
        margin-left: 0;
    }

    .table-statuses-row {
        padding-left: 0;
    }

    .table-statuses.table-statuses-small {
        width: 100%;
    }
}

.breadcrumb-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}

.agent_data_table {

}

.agent_data_table thead th {
    padding: 3px 15px 3px 0;
    vertical-align: middle;
    /*background: #3F51B5;*/
    color: #3F51B5;
}

.agent_data_table tbody th {
    padding: 3px 15px 3px 0;
    vertical-align: middle;
    text-align: right;
}

.icon_red {
    color: red;
}

.icon_green {
    color: green;
}

.user_permission {
    cursor: pointer;
}

.agent_data_table td {

}

.operator_count_col {
    width: 10% !important;
}

.transitionDetail {
    cursor: pointer;
}

.modal_transition_head {
    color: white;
    background: #808080;
    padding: 8px;
    margin-bottom: 15px;
}

.modal_current_user_table {
    margin-top: 20px;
    margin-bottom: 20px;
}

.modal_current_user_table th {
    color: darkgray;
    font-size: 12px;
    text-align: right;
}

.modal_current_user_table td {
    /*color: darkgray;*/
    /*font-size: 12px;*/
    text-align: left;
    padding-left: 10px;
}

.modal_leads_table th {
    color: darkgray;
    font-size: 12px;
    text-align: center;
}

.modal_current_user_name {
    text-align: left !important;
}

ul.list-group.permissions_group {
    margin-bottom: 4px;
}

.permissions_change {
    color: #2D9FB0;
    cursor: pointer;
    font-size: 12px;
}

.permissions_change:hover {
    color: #3F51B5;
    font-weight: 500;
}

.modal-dialog.permission-modal-dialog {
    max-width: 400px;
}

tbody tr.count_summary td:first-child {
    border-top: 3px solid white;
}

tbody tr.count_summary {
    border-top: 3px solid #A2A2A2;
}

.groups-statuses {

}

.statistics_groups_statuses th {
    color: #505050;
    background: #92D050;
}

.groups-statuses th {
    font-size: 13px;
    padding: 5px 0 !important;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-right: 1px solid #ddd;
}

.table > tbody > tr > td:last-child, .table > tbody > tr > th:last-child, .table > tfoot > tr > td:last-child, .table > tfoot > tr > th:last-child, .table > thead > tr > td:last-child, .table > thead > tr > th:last-child {
    border-right: none;
}

.role_description {
    margin-left: 25px;
    font-size: 13px;
}

.permissions-dropdown .description {
    font-size: 12px;
    color: darkgray;
}

.filter-item-wrap {
    display: inline-block;
    margin-right: 16px;
}

.filter-item-wrap:last-child {
    margin-right: 0;
}

input[type=text], input[type=number], input[type=email] {
    background: #ffffff !important;
}

.filter-wrapper .filter-label, .filter-wrapper .selectboxit-container {
    display: inline-block;
    vertical-align: middle;
}

.permissions-dropdown {
    padding: 10px;
}

.permissions-dropdown li {
    margin-bottom: 10px;
}

.permissions-dropdown li:last-child {
    margin-bottom: 0;
}

table th {
    font-size: 15px !important;
}

.nav-tabs li a {
    font-size: 16px;
}

#statisticWrapper th {
    font-size: 15px !important;
}

.permissions-block {
    padding-left: 10px;
}

.btn-calculator {
    cursor: pointer;
}

.switch-credits {
    display: block;
    width: 50%;
    float: left;
}

.switch-credits.last {
    text-align: right;
}

.switch-credits > input[type="radio"] {
    display: none;
}

.switch-credits > label {
    cursor: pointer;
    position: relative;
    margin-bottom: 5px;
    color: rgb(111, 111, 111);
}

.switch-credits > input[type="radio"]:checked + label {
    color: rgb(51, 122, 183);
}

.switch-credits > label::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    margin-right: 4px;
    width: 13px;
}

.switch-credits > label::before {
    content: "\f096";
    transition: all 0.2s ease-in-out;
}

.switch-credits > input[type="radio"]:checked + label::before {
    background: inherit;
    content: '\f046';
}

.input-credits input {
    display: inline-block;
    width: 140px;
}

.input-credits .type {
    display: inline-block;
    width: 49px;
    color: rgb(51, 122, 183);
    text-align: right;
}

.input-credits .btn {
    padding-left: 5px;
    padding-right: 5px;
}

.calculator-wrap .desc {
    text-align: center;
    color: rgb(128, 128, 128);
    margin-top: 12px;
}

.calculator-wrap .desc strong {
    color: rgb(51, 122, 183);
}

.calculator-wrap .result .empty {
    text-align: center;
    padding: 14px 0;
    color: rgb(189, 189, 189);
}

.calculator-wrap .result ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.calculator-wrap .result > ul {
    padding-bottom: 22px;
}

.calculator-wrap .result > ul:last-child {
    padding-bottom: 0;
}

.calculator-wrap .result > ul > li {
}

.calculator-wrap .result .sphere-name {
    font-size: 18px;
    width: 100%;
    text-align: right;
    color: rgb(51, 122, 183);
    padding-bottom: 6px;
}

.calculator-wrap .result .mask-left,
.calculator-wrap .result .mask-right {
    width: 50%;
    float: left;
}

.calculator-wrap .result .mask-left {
    color: rgb(51, 122, 183);
}

.calculator-wrap .result .mask-left strong {
    font-size: 120%;
}

.calculator-wrap .result .mask-right {
    text-align: right;
}

.calculator-wrap .result > ul > li li {
    border-bottom: 1px solid rgb(143, 160, 175);
    padding-bottom: 4px;
    margin-bottom: 4px;
}

.calculator-wrap .result > ul > li li:last-child {
    margin-bottom: 0;
}

.calculator-wrap .top.has-error .desc {
    color: #a94442;
}

.navbar-top-links li a.notice-link {
    position: relative;
}

.navbar-top-links li a.notice-link .badge {
    background: #d9534f;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    padding: 3px 4px;
    min-width: 16px;
}

.notice_auction {
    display: block;
    width: 100%;
    text-align: right;
    color: #ffffff;
    background: #3ebbdf;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    height: 20px;
}

#noticeWrapp {
    margin: 15px 0;
}

a.link-page-messages .link-page-messages-label {
    position: relative;
    display: inline-block;
}

a.link-page-messages .badge {
    background: #d9534f;
    position: absolute;
    top: -5px;
    right: -18px;
    font-size: 10px;
    padding: 3px 4px;
    min-width: 16px;
}

#btnRefreshMessages.btn-xs {
    margin-right: 15px;
}

.sidebar {
    position: relative;
}

.filter-period {
    position: relative;
    white-space: nowrap;
    max-width: none;
}

.filter-period input {
    padding: 0 30px 0 5px;
    border-radius: 6px;
    border: 1px solid #3ebbdf;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    outline: none;
    color: #333333;
    font-size: 14px;
    font-weight: normal;
}

.filter-period span.filter-period-arr {
    display: inline-block;
    position: relative;
}

.filter-period span.filter-period-arr:before {
    cursor: pointer;
    font: normal normal normal 14px/30px FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078";
    color: #ffffff;
    background-color: #3ebbdf;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 30px;
    width: 30px;
    text-align: center;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    /*top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);*/
}

.region-wrapper {
    position: relative;
    z-index: 9;
}

.regions-search-result {
    display: block;
    position: absolute;
    top: 60px;
    background-color: #ffffff;
    z-index: 9;
}

.regions-search-result ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
}

.region-wrapper .gray {
    color: darkgray;
}

.regions-search-result li {
    border: 1px solid #ccc;
    border-bottom: none;
    padding: 5px 8px;
    cursor: pointer;
    color: #2b8eab;
}

.regions-search-result li:last-child {
    border-bottom: 1px solid #ccc;
}

.regions-search-result li:hover {
    background: #3ebbdf;
    color: #ffffff;
}

.regions-search-result li:hover .gray {
    color: #ffffff;
}

.region-wrapper .controls {
    position: relative;
}

.region-wrapper .input-region {
    position: absolute;
    padding: 0 12px;
    display: block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    white-space: nowrap;
    overflow: hidden;
    top: 0;
    text-transform: capitalize;
    cursor: text;
    color: #2b8eab;
}

.region-wrapper .input-region .vs-hd {
    visibility: hidden;
}

.dir-rtl .account_manager_sidebar .nav li .fa, .dir-rtl .account_manager_sidebar .nav li .glyphicon {
    float: right;
}

.dir-rtl .account_manager_sidebar .nav li .fa.arrow {
    float: left;
    margin-right: 4px;
}

.dir-rtl .account_manager_sidebar .nav li .link-page-messages-label {
    display: block;
    width: 100%;
}

.dir-rtl table.dataTable thead .sorting:after,
.dir-rtl table.dataTable thead .sorting_desc:after,
.dir-rtl table.dataTable thead .sorting_asc:after {
    margin-left: 8px;
}

.dir-rtl .selectboxit-container .selectboxit-options,
.dir-rtl .ranges li {
    text-align: right;
    direction: rtl;
}

.dir-rtl .filter-period input {
    text-align: center;
    direction: rtl;
}

.dir-rtl .selectboxit-container .selectboxit-text,
.dir-rtl .selectboxit-container .selectboxit-options .selectboxit-text {
    text-align: right;
    width: 100%;
    padding-right: 15px;
    direction: rtl;
}

.dir-rtl .select2-container--default .select2-selection--single .select2-selection__rendered,
.dir-rtl .select2-container--default .select2-selection--multiple .select2-selection__rendered,
.dir-rtl .select2-results__option {
    text-align: right;
}

.dir-rtl .select2-container--default .select2-selection--single .select2-selection__clear {
    margin-left: 6px;
}

.dir-rtl .select2-container .select2-selection--multiple .select2-selection__rendered {
    white-space: normal;
}

.dir-rtl .select2-container--default .select2-selection--multiple .select2-selection__choice {
    float: none;
    display: inline-block;
    white-space: nowrap;
}

.help-add-mask {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.btn-add-mask-help {
    position: relative;
    z-index: 3;
}

.help-add-mask .body {
    position: absolute;
    z-index: 1;
    padding: 12px;
    background-color: #ffffff;
    border-radius: 20px;
    max-width: 100%;
    width: 320px;
    right: 5%;
    top: 126px;
    border: 3px solid #2D6CA2;
}

.help-add-mask-canvas {
    max-width: 100%;
    max-height: 100%;
}

.dir-rtl .help-add-mask .body {
    right: auto;
    left: 5%;
}

.text-warning.text-warning-wallet {
    color: #fda917;
}

.filter-item-wrap .selectboxit-container {
    vertical-align: middle;
}

.user-wallet-info li {
    white-space: nowrap;
}

.user-wallet-info__sum {
    direction: ltr;
    display: inline-block;
    font-weight: bold;
}

.dir-rtl .permissions-block {
    padding-right: 0;
}

.permissions-dropdown li {
    white-space: nowrap;
}

.permissions-dropdown .description {
    white-space: normal;
}

.dir-rtl .balance_data_menu > li {
    padding-left: 0;
    padding-right: 10px;
}

.dir-rtl .navbar-top-links.navbar_icons li:last-child {
    margin-right: 0;
    margin-left: 15px;
}

.dir-rtl .navbar-top-links li:last-child {
    margin-left: 15px;
}

.dir-rtl .switch-credits {
    text-align: left;
}

.dir-rtl .switch-credits.last {
    text-align: right;
}

.dir-rtl .switch-credits > label::before {
    margin-right: 0;
    margin-left: 4px;
}

.dir-rtl .input-credits .type {
    text-align: left;
}

.dir-rtl .input-credits .btn {
    min-width: 70px;
}

.input-credits > * {
    vertical-align: middle;
}

.dir-rtl .calculator-wrap .result .mask-left {
    text-align: left;
}

.wallet-popover {
    color: #3ebbdf;
    cursor: pointer;
    font-size: 12px;
    position: relative;
    top: -8px;
    right: 0;
}

.dir-rtl .wallet-popover {
    right: 4px;
    float: left;
}

.navbar-brand {
    padding: 24px 34px;
}

.navbar-brand img {
    max-width: 160px;
    width: auto !important;
}

.balance_data_menu .balance_masks_block {

}

.balance_data_menu .balance_masks_block li {
    white-space: nowrap;
    display: table-row;
}

.balance_data_menu .balance_masks_block li span {
    display: table-cell;
    float: none !important;
    padding-bottom: 3px;
    margin-bottom: 3px;
    border-bottom: 1px solid #ececec;
}

.balance_data_menu .balance_masks_block li:first-child span {
    padding-top: 3px;
    border-top: 1px solid #ececec;
}

.balance_data_menu .balance_masks_block li span:last-child {
    text-align: right;
    padding-left: 10px;
}

.dir-rtl .balance_data_menu .balance_masks_block li span:last-child {
    padding-left: 0;
    padding-right: 10px;
}

/*кнопка в шапке на фильтры*/
#cl_masks {
    min-height: 22px;
    padding: 1px 5px;
}

.btn-play {
    display: block;
    margin: 0 auto;
    max-width: 30px;
    text-align: center;
}

@keyframes pulse_animation {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scale(1.05);
    }
    40% {
        transform: scale(1.08);
    }
    50% {
        transform: scale(1.10);
    }
    60% {
        transform: scale(1.10);
    }
    70% {
        transform: scale(1.08);
    }
    80% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.voicenter-btn {
    font-size: 30px;
    line-height: 54px;
    height: 54px;
    width: 54px;
    text-align: center;
    display: block;
    position: absolute;
    left: -2px;
    top: -2px;
    background: lightgrey;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    z-index: 999;
}

.voicenter-btn--active {
    background: lightgreen;
    border: 1px solid #6fcd6f;
}

.js-pulse .voicenter-btn--active {
    animation-name: pulse_animation;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.voicenter-btn__badge {
    font-size: 12px;
    line-height: 15px;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background: #000000;
    min-width: 15px;
    padding: 0 4px;
    height: 15px;
    text-align: center;
    border-radius: 50%;
}

.js-voicenter-empty .voicenter-btn__badge {
    display: none;
}

.voicenter {
    display: block;
    position: fixed;
    left: 15px;
    top: 110px;
    background: #9cff9c;
    z-index: 99;
    border-radius: 6px;
    border-top-left-radius: 30px;
    padding: 0 0 0 25px;
}

.js-voicenter-empty {
    border-bottom-left-radius: 30px;
}

.voicenter__status {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
    border-bottom: 1px solid #6fcd6f;
    border-top: 1px solid #6fcd6f;
    border-right: 1px solid #6fcd6f;
    border-top-right-radius: 6px;
    font-size: 16px;
    text-align: center;
}

.voicenter__status span {
    font-weight: bold;
}

.js-voicenter-empty .voicenter__status {
    border-bottom-right-radius: 6px;
}

.voicenter__label {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.voicenter__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.voicenter__list li {
    padding: 5px 0;
}

.voicenter__list span {
    font-weight: bold;
    font-size: 14px;
}

.voicenter__bottom {
    display: block;
    margin-left: -25px;
    padding: 10px;
}

.voicenter__status, .voicenter__bottom {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    white-space: nowrap;
    max-width: 0;
    max-height: 0;
    overflow: hidden;
}

.js-open .voicenter__status, .js-open .voicenter__bottom {
    max-width: 400px;
    max-height: 400px;
}

.js-open .voicenter__status {
    padding-left: 31px;
    padding-right: 10px;
}

/*для разнесения кнопок в иврит версии при закрытии сделки по множественным платежам, width - для padding*/
.dir-rtl .toleft {
    float: left !important;
    width: auto;
}

.agent-average-rank {
    cursor: pointer;
}

.rank-preloader {
    text-align: center;
}

.agent-average-rank__item {
    display: table-row !important;
}

.agent-average-rank__item span {
    display: table-cell !important;
    padding-bottom: 10px;
    vertical-align: middle;
}

.agent-average-rank__item:last-child span {
    padding-bottom: 0;
}

.agent-average-rank__item span:first-child {
    text-align: right;
    padding-right: 6px;
    font-weight: 700;
}

.dir-rtl .agent-average-rank__item span:first-child {
    padding-right: 0;
    padding-left: 6px;
    text-align: left;
}

.agent-average-rank__drop {
    white-space: nowrap;
    padding: 6px 8px;
}

.agent-average-rank__item span:last-child i {
    margin-right: 3px;
}

.agent-average-rank__item span:last-child i:last-child {
    margin-right: 0;
}

.snackbar {
    background-color: #323232;
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    height: 0;
    -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, padding 0s linear 0.2s, height 0s linear 0.2s;
    -o-transition: -o-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, padding 0s linear 0.2s, height 0s linear 0.2s;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, padding 0s linear 0.2s, height 0s linear 0.2s;
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    -o-transform: translateY(200%);
    transform: translateY(200%);
}

.snackbar.snackbar-opened {
    padding: 14px 15px;
    margin-bottom: 20px;
    height: auto;
    -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, height 0s linear 0.2s;
    -o-transition: -o-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, height 0s linear 0.2s;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, height 0s linear 0.2s;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.snackbar.toast {
    border-radius: 200px;
}

/*размер шрифта для подменю масок иврит версии*/
.hebrew_fsz11 {
    font-size: 12px;
}

/* Новые стили для таблиц и фильтров у агента */
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th,
.table-bordered th,
.filter-period span.filter-period-arr:before,
.filter-wrapper .selectboxit-arrow-container,
.filter-wrapper .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor,
.filter-wrapper .btn-info,
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover,
.add_mask {
    background: #1b2c4c;
}

.filter-period input,
.filter-wrapper .selectboxit-btn,
.filter-wrapper .btn-info,
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover,
.add_mask {
    border-color: #1b4868;
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th,
.table-bordered th {
    white-space: nowrap;
}

table.dataTable thead .sorting:after {
    color: rgba(255, 255, 255, 0.5);
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    display: inline-block;
    float: none !important;
    position: static;
    margin: 0 0 0 8px;
}

.dir-rtl table.dataTable thead .sorting:after,
.dir-rtl table.dataTable thead .sorting_asc:after,
.dir-rtl table.dataTable thead .sorting_desc:after {
    margin: 0 8px 0 0;
}

.table-scroll-wrapper .dataTables_wrapper {
    overflow: hidden;
}

.table-scroll-wrapper .row:nth-child(2) {
    margin: 0;
}

.table-scroll-wrapper .row:nth-child(2) > .col-sm-12 {
    overflow-x: auto;
}

.table-scroll-wrapper th,
.table-scroll-wrapper td {
    white-space: nowrap;
}

#tableObtainedLeads_wrapper td:last-child {
    text-align: center;
}

.agent-sidebar {
    width: 215px;
    float: left;
}

.agent-content {
    width: calc(100% - 215px);
    float: right;
}

.dir-rtl .agent-sidebar {
    float: right;
}

.dir-rtl .agent-content {
    float: left;
}

@media only screen and (max-width: 767px) {
    .agent-sidebar, .agent-content {
        width: 100% !important;
        float: none !important;
    }
}

.btn-call-record {
    padding: 6px 10px;
}

/*bell button in table on Open page*/
.cellReminder {
    text-align: center;
}

.cellReminder__bell {
    font-size: 25px;
    padding: 0;
    border: 0;
}

.cellReminder__bell_set {
    color: #449d44;
}

.cellReminder__bell_unset {
     color: #a19fa8;
}

.cellReminder__bell_overdue {
    color: #d04d52;
}

/**класс для чекбокса рекламных лидов в таблице агента*/
.is_adv__label {
    text-align: center;
    font-size: 22px;
    color: #5cb85c;
}
.is_adv__label--channel {
    font-size: 14px;
}
.dropdown-menu hr {
    margin: 5px 0;
}