/* Размер шрифта в шапке */
@media (max-width: 1200px) {
    .welcome-message {
        font-size: 0.7em;
    }
}
@media (min-width: 768px) {
    .navbar-static-side {
        z-index: 1001;
    }
}

.sip_row .tooltip-inner button {
    background: transparent;
    box-shadow: none;
    border: none;
    display:inline-block;
    font-family:FontAwesome;
    font-style:normal;
    font-weight:normal;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
.sip_row .tooltip-inner button:before{
    content:"\f0ea"
}
.sip_row .tooltip-inner.successful_copy button:before {
    color: #69A571;
}
.sip_row .tooltip-inner.error_copy button:before{
    color: #ed5565;
}

.sip_row .tooltip-inner div {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.sip_row .tooltip-inner div:hover {
    opacity: 1;
}
.sip_row .tooltip-inner div:before, .sip_row .tooltip-inner div:after {
    position: absolute;
    left: 8px;
    content: ' ';
    height: 18px;
    width: 2px;
    background-color: #fff;
}
.sip_row .tooltip-inner div:before {
    transform: rotate(45deg);
}
.sip_row .tooltip-inner div:after {
    transform: rotate(-45deg);
}

.modal-backdrop {
    z-index: 1040 !important;
}
.staff-litle-input{
    width: 20% !important;
}
.staff-big-input{
    width: 80% !important;
}
.modal {
    z-index: 1050 !important;
}
.clockpicker-button{
    color: #000;
}
.clockpicker-button:hover{
    color: #000;
}
.date_range_picker {
    position: relative;
    background: rgba(255,255,255,0);
    color: #333;
    padding: 8px 35px;
    line-height: 18px;
    border-radius: 1px;
    cursor: pointer;
    border: 1px solid #ddd;
    min-width: 230px;
}

.date_range_picker:before {
    font-family: FontAwesome;
    content: "\f073";
}

.date_range_picker:after {
    font-family: FontAwesome;
    content: "\f107";
}

.green {
    color: #4CAF50;
}
.grey {
    color: #818181;
}
.btn-long { /* перенос слов в кнопке */
    white-space: normal;
}
.formError .formErrorContent,
.formError .formErrorArrow div {
    background: #DE5853;
}
.clear-me {
    clear: both;
}
.col-custom {
    padding-left: 0;
    padding-right: 0;
}
.table-fullwidth {
    width: 100%;
}
.md-skin.navbar-top-links .nav > li a:hover,
.md-skin.navbar-top-links .nav > li a:focus,
.md-skin.top-navigation .nav > li a:hover,
.md-skin.top-navigation .nav > li a:focus,
.md-skin.top-navigation .nav .open > a,
.md-skin.top-navigation .nav .open > a:hover,
.md-skin.top-navigation .nav .open > a:focus {
    color: white;
}
.switchery,
.switchery  > small {
    border-radius: 10%;
}
.has-error > input,
.has-error > input:focus {
    border-color: #ed5565 !important;
    background: rgba(237, 85, 101, 0.1) !important;
}
.text-size-20 {
    font-size: 20px;
}
.custome-table-title {
    border: none;
    padding: 21px 0;
}
.custome-m-t {
    margin: 75px 0 0 0;
}
.no-l-padding {
    padding-left: 0 !important;
}
.no-r-padding {
    padding-right: 0 !important;
}
.wizard-setup-table .widget-text-box {
    padding: 20px 0;
}
.wizard-setup-table p {
    border-bottom: 1px solid #e7eaec;
    font-size: 14px;
}
@media (min-width:1200px) {
    .wizard-custome-style {
        /*padding-left: 20px;*/
        /*padding-right: 20px;*/
    }
    .wizard-setup-table .col-lg-3 {
        padding-left: 0;
        padding-right: 30px;
    }
    .wizard-custome-style > .col-lg-2:first-child {
        padding-left: 0;
    }
    .wizard-custome-style > .col-lg-2:last-child {
        padding-right: 0;
    }
    .wizard-custome + .wizard-custome-content {
        padding-top: 5px !important;
    }
}
.p-h-20 {
    padding: 0 20px;
}
.custome-table-title {
    border: none;
    padding: 21px 0;
}
.logo {
    display: block;
    background: url("/static/img/logo-flat.png") no-repeat;
    width: 40px;
    height: 44px;
    background-size: cover;
}
.pointer {
    cursor: pointer;
}

.big-btn{
    width: 100%;
}

.project_types .checkbox {
    margin-top: 0;
    margin-bottom: 0;
}
.project_types .icheckbox_square-green {
    display: block;
    margin: 0 auto;
}
#number_type_setup_table {
    background: #eee;
}
.table-responsive {
    overflow: visible;
}
.form-horizontal.no-padding-label .control-label {
    padding-right: 0;
}
.text-left-import {
    text-align: left !important;
}
.project_option{
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}
.project_lable a {
    color: #fff;
}
.no_href_span{
    color: #337AC4;
}
.temp_black{
    color: #000!important;
}
.temp_black:hover{
    color: #000!important;
}
.some-info-block {
    float: left;
    width: 80%;
    margin-right: -80%;
}
.custom-z-1 {
    z-index: 1;
}
.custom-z-2 {
    z-index: 2;
}
.close-tab {
    position: absolute;
    right: 20px;
    top: 20px;
}
.faq-answer.custom-faq-answer {
    /*min-height: 310px;*/
}
.faq-answer .tabs-container .panel-body a {
    display: inline-block;
    text-align: left;
    margin-bottom: 10px;
}
.project_menu .tabs-container{
    /*min-height: 280px;*/
}
.phone_admin{
    font-size: 20px;
    letter-spacing: 1px;
}
/*////////////////// START SELECT 2 CUSTOM STYLE //////////////////*/
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #e5e6e7;
}
.select2-container--default .select2-selection--single, .select2-selection.select2-selection--multiple {
    border-color: #e5e6e7;
    border-radius: 1px;
    display: block;
    padding: 3px 6px !important;
    outline: none !important;
}
.select2-container .select2-selection--single {
    height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    bottom: 0;
    margin: auto;
    right: 3px;
}
.select2-dropdown {
    border-color: #e5e6e7;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-color: #1ab394 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #888;
}
/*////////////////// END SELECT 2 CUSTOM STYLE //////////////////*/
button.project_lable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom_info .calls_count {
    vertical-align: text-top;
    background-color: #fff;
    color: #69A571;
}
.custom_info small.minus {
    color: #ed5565;
}
.custom_info .calls_count:hover .calls_count-tip {
    width: 180px;
}
.custom_info .calls_count .calls_count-tip {
    vertical-align: bottom;
    transition: width .3s;
    overflow: hidden;
    width: 0;
    display: inline-block;
}
/*///////////AGENT///////*/
.agent_dashboard_circle{
    width: 300px;
    height: 300px;
    border: 5px solid #69A571;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.agent_dashboard_circle .agent_turnover_value{
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    top: 50%;
    margin-top: -25px;
    position:relative;
}

.agent_turnover_limit{
    border-bottom: 1px solid black;
    width: 43%;
    position: absolute;
    left: 30px;
    z-index: 5;
    padding-bottom: 2px;
}

.agent_turnover_value_background{
    position: absolute;
    height: 0;
    bottom: 0;
    background: #448a41;
    width:100%;
}
.first_limit{
    bottom: 100px;
}
.second_limit{
    bottom: 147px;
}
.third_limit{
    bottom: 198px;
}
.fourth_limit{
    bottom: 247px;
}
.fifth_limit{
    bottom: 298px;
}


.with_current_fee {
    border: 5px solid rgba(26, 179, 148, 0.3);
}
.with_current_fee div:first-child div{
    transition: all 1s ease-out 0.5s;
    background-color: #91FD87;
}

.with_current_fee div:first-child{
    z-index: 4;
}
.with_current_fee div:nth-child(2) div{
    transition: all 1s ease-out 1s;
    background-color: #78D66F;
}
.with_current_fee div:nth-child(2){
    z-index: 3;
}
.with_current_fee div:nth-child(3) div{
    transition: all 1s ease-out 1.5s;
    background-color: #63CB5A;
}
.with_current_fee div:nth-child(3){
    z-index: 2;
}
.with_current_fee div:nth-child(4) div{
    transition: all 1s ease-out 2s;
    background-color: #59C64D;
}
.with_current_fee div:nth-child(4) {
    z-index: 1;
}
.with_current_fee div:nth-child(5) {
    transition: all 1s ease-out 2.5s;
    background-color: #41B634;
    z-index: -1;
}
.with_current_fee div:nth-child(2) div div{
    transition: all 1s ease-out 1s;
    background-color: #20F91A!important;
    height: 5px;
    width: 5px;
    left: 50%;
    margin-bottom: -2.5px;
    margin-left: -2.5px;
    bottom: 50%;
    box-shadow: 0 0 0 0 rgb(0, 0, 0);
    position: absolute;
    border-radius: 50%;
}
.with_current_fee div:nth-child(3) div div{
    transition: all 1s ease-out 1.5s;
    background-color: #20F91A!important;
    height: 5px;
    width: 5px;
    left: 50%;
    margin-bottom: -2.5px;
    margin-left: -2.5px;
    bottom: 50%;
    box-shadow: 0 0 0 0 rgb(0, 0, 0);
    position: absolute;
    border-radius: 50%;
}
.with_current_fee div:nth-child(4) div div{
    transition: all 1s ease-out 2s;
    background-color: #20F91A!important;
    height: 5px;
    width: 5px;
    left: 50%;
    margin-bottom: -2.5px;
    margin-left: -2.5px;
    bottom: 50%;
    box-shadow: 0 0 0 0 rgb(0, 0, 0);
    position: absolute;
    border-radius: 50%;
}
.fifth_background div{
    transition: all 1s ease-out 2.5s;
    background-color: #20F91A!important;
    height: 5px;
    width: 5px;
    left: 50%;
    margin-bottom: -2.5px;
    margin-left: -2.5px;
    bottom: 50%;
    box-shadow: 0 0 0 0 rgb(0, 0, 0);
    position: absolute;
    border-radius: 50%;
}

.with_current_fee_in{
    left: 145px;
    border: 3px solid #69A571;
    border-radius: 50%;
    position: absolute;
    overflow: hidden;
    bottom: 0;
}
.agent_dashboard_first_circle{
    height: 100px;
    width: 100px;
    margin-left: -50px;
}
.agent_dashboard_second_circle{
    height: 150px;
    width: 150px;
    margin-left: -75px;
}
.agent_dashboard_third_circle{
    height: 200px;
    width: 200px;
    margin-left: -100px;
}
.agent_dashboard_fourth_circle{
    height: 250px;
    width: 250px;
    margin-left: -125px;
}
#fee_dashboard{
    z-index: 5;
}
.agent_dashboard_circle .agent_turnover_value{
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    top: 50%;
    margin-top: -25px;
    position:relative;
}

.agent_turnover_value_background {
    position: absolute;
    height: 0;
    bottom: 0;
    background: #448a41;
    width: 100%;
}
tbody > tr > td {
    vertical-align: middle !important;
}
.alert-tooltip {
    text-align: left;
}
/* schemes */
.schemes_index_mini_block {
    position: relative;
    vertical-align: top;
    display: inline-block;
}
.schema_direction .displaytablerow .arrows.displaytablecell:first-child {
    display: none;
}
.displaytablecell {
    position: relative;
    display: inline-block;
}
.displaytablecell .panel-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.displaytablecell.arrows {
    width: 90px;
    height: 60px;
}

.displaytablecell.schema_block {
    min-width: 160px;
    max-width: 200px;
    padding-bottom: 42px;
    padding-top: 21px;
}
.displaytablecell.schema_block .panel.panel-default {
    height: 100%;
}
.displaytablecell.schema_block .panel-footer {
    padding: 10px;
}
.displaytablecell.schema_block button {
    margin-bottom: 0;
}
.displaytablerow {
    display: table-row;
}
.displaytablecell {
    display: table-cell;
    vertical-align: middle;
}
.schema_block.displaytablecell {
    vertical-align: middle;
}
.timeout_value {
    padding: 10px 15px;
    text-align: left;
    display: block;
}
.circle-schema-timeout {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.circle-schema-timeout sup {
    align-self: center;
    justify-content: flex-end;
    top: 0;
    font-size: 100%;
    padding: 10px 15px;
}
.line-schema-timeout {
    height: 1px;
    background: rgba(0,0,0,.3);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}
.line-schema-timeout.left {
    left: 0;
}
.line-schema-timeout.right {
    right: 0;
}
.circle {
    width: 10px;
    height: 10px;
    float: right;
    border-top: 1px solid rgba(0,0,0,.3);
    border-right: 1px solid rgba(0,0,0,.3);
    transform: rotate(43deg);
    margin-right: 1px;
    margin-top: 1px;
}

.arrows:last-of-type .circle {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.panel-body {
    word-wrap: break-word;
    min-height: 120px;
}

.panel-body-auto-height {
    min-height: auto;
}

.schema_block .panel-body {
    margin-top: 45px;
    margin-bottom: 20px;
    padding: 0 15px;
    min-height: 100%;
}
.panel-header {
    border-bottom: 1px solid rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    position: absolute;
    top: 0;
    width: 100%;
}
/* end schemes */

.buttons-margin button {
    margin-bottom: 0 !important;
}
.p-l-none {
    padding-left: 0;
}
.p-r-none {
    padding-right: 0;
}
.scheme_details {
    margin-bottom: 5px;
}
.paymentmethod {
    border: 1px solid rgb(240, 240, 240);
}
.ibox.fullscreen {
    margin-bottom: 0 !important;
    z-index: 1000;
}
.success_number {
    background-color: #BBEABB!important;
}
.error_number {
    background-color: #F9B9B5!important;
}
.day_label {
    padding-left: 0!important;
    padding-right: 5px!important;
}
.project_search {
    margin-top: -10px;
}
.project_search .col-sm-12{
    margin-top: 10px;
}
.project_open{
    cursor: pointer;
}
.project_input_name {
    padding: 5px;
}
.opacity-md {
    opacity: 0.5;
}
.tariff_block {
    opacity: 0.5;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
}
.tariff_block:hover {
    box-shadow: 0 1px 100px rgba(0, 0, 0, 0.1);
    opacity: 1 !important;
}
.tariff_block.active {
    box-shadow: 0 1px 100px rgba(0, 0, 0, 0.1);
    opacity: 1 !important;
}
.overlay {
    overflow: overlay;
}
.project_statistics_filter_remove {
    margin-top: 6px;
}
.custom_menu{
    background-image: none!important;
    background-color: #69A571!important;
}
.ibox {
    background-color: #fff;
}
.venn_tooltip {
    position: absolute;
    text-align: center;
    background: #d9edf7;
    padding: 5px;
    border: 0px;
    border-radius: 8px;
    opacity: 0;
}
body.mini-navbar .navbar-default .nav > li > .nav-second-level li a{
    white-space: nowrap;
}
.filter_row {
    height: 52px;
}
.big_small{
    font-size: 16px;
    font-weight: bold;
}
a.dashed {
    border-bottom: 1px dotted #337ab7;
}
.fullscreen-ibox-mode .navbar-default {
    display: none;
}

.big_dashboard .custom_info .calls_count .calls_count-tip{
    width: 100%;
    text-align: left;
}
.label-md {
    font-size: 12px;
    padding: 5px 12px;
    margin: 2px;
    line-height: 30px;
}
.tooltip-inner {
    text-align: left;
}
.sip_row .tooltip-inner {
    word-break: break-all;
    padding-right: 30px;
    padding-top: 5px;
}
.m-l-md {
    margin-left: 15px;
}
.m-l-lg {
    margin-left: 30px;
}
table.table-no-td-tbody-border>tbody>tr>td {
    border-top: 0px;
}
.no-b-margin {
    margin-bottom: 0px;
}
.custom_rotate {
    transition: transform 0.3s;
    transform: rotate(180deg);
}
.collapsed .custom_rotate {
    transform: rotate(0deg);
}
.first_tr td {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.word_wrap_break_word {
    word-wrap: break-word;
}
.border-bottom-link {
    border-bottom: 1px dotted;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        border:none;
    }
}
.btn-report-select {
    border-radius: 0;
    border-color: #ddd;
    min-width: 230px;
    position: relative;
}
.rotate-180 {
    transform: rotate(0deg);
    position: absolute;
    top: 8px;
    right: 7px;
    padding: 3px;
    transition: .5s;
}
.btn-report-select.collapsed .rotate-180 {
    transform: rotate(180deg);
}
#search-reports {
    width: 100%;
    padding: 4px;
    border-radius: 2px;
    border: 1px solid #ddd;
}
.report_filter_div {
    padding: 7px;
    position: absolute;
    min-width: 230px;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    background: white; z-index: 10000;
}
.dataTables_processing {
    position: absolute;
    top: 45%;
    transform: translate(0, -50%);
    left: 50%;
    width: 250px;
    height: 30px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px 0;
    text-align: center;
    font-size: 14px;
    z-index: 10;
}
.dataTables_empty {
    height: 100px;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* IE/Edge */
    user-select: none;           /* non-prefixed version, currently
                                 not supported by any browser */
}

.ajax-loader-lg {
    position: relative;
    width: 66px;
    height:66px;
    margin:auto;
}

.ajax-loader-lg .wBall {
    position: absolute;
    width: 63px;
    height: 63px;
    opacity: 0;
    transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
    animation: orbit 5.1425s infinite;
        -o-animation: orbit 5.1425s infinite;
        -ms-animation: orbit 5.1425s infinite;
        -webkit-animation: orbit 5.1425s infinite;
        -moz-animation: orbit 5.1425s infinite;
}

.ajax-loader-lg .wBall .wInnerBall{
    position: absolute;
    width: 8px;
    height: 8px;
    background: rgb(6,154,87);
    left:0px;
    top:0px;
    border-radius: 8px;
}

.ajax-loader-lg #wBall_1 {
    animation-delay: 1.126s;
        -o-animation-delay: 1.126s;
        -ms-animation-delay: 1.126s;
        -webkit-animation-delay: 1.126s;
        -moz-animation-delay: 1.126s;
}

.ajax-loader-lg #wBall_2 {
    animation-delay: 0.223s;
        -o-animation-delay: 0.223s;
        -ms-animation-delay: 0.223s;
        -webkit-animation-delay: 0.223s;
        -moz-animation-delay: 0.223s;
}

.ajax-loader-lg #wBall_3 {
    animation-delay: 0.4465s;
        -o-animation-delay: 0.4465s;
        -ms-animation-delay: 0.4465s;
        -webkit-animation-delay: 0.4465s;
        -moz-animation-delay: 0.4465s;
}

.ajax-loader-lg #wBall_4 {
    animation-delay: 0.6695s;
        -o-animation-delay: 0.6695s;
        -ms-animation-delay: 0.6695s;
        -webkit-animation-delay: 0.6695s;
        -moz-animation-delay: 0.6695s;
}

.ajax-loader-lg #wBall_5 {
    animation-delay: 0.903s;
        -o-animation-delay: 0.903s;
        -ms-animation-delay: 0.903s;
        -webkit-animation-delay: 0.903s;
        -moz-animation-delay: 0.903s;
}



@keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin:0%;
    }

    30% {
        opacity: 1;
        transform:rotate(410deg);
        animation-timing-function: ease-in-out;
        origin:7%;
    }

    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin:30%;
    }

    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin:39%;
    }

    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin:70%;
    }

    76% {
    opacity: 0;
        transform:rotate(900deg);
    }

    100% {
    opacity: 0;
        transform: rotate(900deg);
    }
}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin:0%;
    }

    30% {
        opacity: 1;
        -o-transform:rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin:7%;
    }

    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin:30%;
    }

    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin:39%;
    }

    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin:70%;
    }

    76% {
    opacity: 0;
        -o-transform:rotate(900deg);
    }

    100% {
    opacity: 0;
        -o-transform: rotate(900deg);
    }
}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin:0%;
    }

    30% {
        opacity: 1;
        -ms-transform:rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin:7%;
    }

    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin:30%;
    }

    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:39%;
    }

    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:70%;
    }

    76% {
    opacity: 0;
        -ms-transform:rotate(900deg);
    }

    100% {
    opacity: 0;
        -ms-transform: rotate(900deg);
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:0%;
    }

    30% {
        opacity: 1;
        -webkit-transform:rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin:7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:70%;
    }

    76% {
    opacity: 0;
        -webkit-transform:rotate(900deg);
    }

    100% {
    opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin:0%;
    }

    30% {
        opacity: 1;
        -moz-transform:rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin:7%;
    }

    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin:30%;
    }

    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin:39%;
    }

    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin:70%;
    }

    76% {
    opacity: 0;
        -moz-transform:rotate(900deg);
    }

    100% {
    opacity: 0;
        -moz-transform: rotate(900deg);
    }
}

.reset_time_cross {
    background-color: #fff;
    border: 1px solid #e5e6e7;
    border-left: none;
    color: #EC4758;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 34px;
    text-align: center;
    line-height: 31px;
    z-index: 10;
}
.align-select {
    display: flex;
    flex-direction: row;
}
.align-select label.control-label {
    white-space: nowrap;
    width: 177px;
    padding-right: 10px!important;
}
.align-row {
    margin-bottom: 20px;
}
.align-select label.control-label.control-label--width {
    width: 142px;
}
.ev_pipedrive_get_users {
    margin-left: 144px;
}
.align-row--padding {
    padding-left: 129px;
}
.line-in-minimodal{
    padding: 5px 30px;
}
.line-in-minimodal:hover {
    background-color: #f5f5f6;
}
.numbers_pool_row .popover {
    /*width: 250px;*/
    width: 100%;
    height: auto!important;
    min-width: 300px;
    min-height: 300px;
}
.mmt_tohide#mmt_head_numbers {
    padding-left: 20px;
}
.mmt_content#mmt_add_btn {
    text-align: center;
    padding-top: 70px;
}
.mmt_content_init .popover-content{
    padding: 0px;
}
#mmt_head{
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
}
.mmt_content{
    /*height: 200px!important;*/
    height: auto!important;
    margin-bottom: 42px;
    max-height: 500px;
}
.mmt_content_start{
    overflow-x: hidden;
    overflow-y: scroll;
    height: 10px;
    transition: all 1s;
}
.selectet_numbers_wrapper {
    display: inline-block;
    padding-left: 7px;
}
.mmt_content_start::-webkit-scrollbar
{
    width: 5px;
}
.popover.left>.arrow {
    top: 149px!important;
}

#inbound_numbers_table .popover.left>.arrow {
    top: 26px!important;
}

.mmt_content_start::-webkit-scrollbar-track
{
    background: rgba(0, 0, 0, 0.1);
}

.mmt_content_start::-webkit-scrollbar-thumb
{
    background: rgba(0, 0, 0, 0.5);
}
#mmt_add_btn h3 {
    color: #ccc;
}
.mmt_close{
    position: absolute;
    top: 12px;
    right: 10px;
    cursor: pointer;
}
.mmt_footer{
    background: #fafafa;
    position: absolute;
    bottom: 0px;
    border-radius: 5px;
    width: 100%;
    padding: 5px;
    right: 0px;
}
.mmt_footer button, .mmt_footer button:hover {
    background-color: inherit;
    color: #69a56f;
    border: none;
    font-weight: bold;
    padding: 2px;
    font-size: 12px;
}
.mmt_footer button.black, .mmt_footer button.black:hover {
    color: #5a5a5a;
}
.mmt_btn_block{
    float: right;
}
.mmt_disabled{
    opacity: 0.3;
    cursor: not-allowed;
}
.mmt_disabled[disabled] {
    cursor: not-allowed;
}
.mmt_head_btn{
    cursor: pointer;
    float: left;
    display: block;
    top: 13px;
    margin-left: 35px;
    position: relative;
}
.all_day_checkbox_wrapper.checkbox.line-in-minimodal {
    display: inline-block;
    margin: 0;
    position: absolute;
    left: 0;
    top: 9px;
}

.all_day_checkbox_wrapper:hover {
    background-color: transparent!important;
}

.btn_normal_width {
    width: 68px;
}
.normal_inline_text {
    max-width: calc(100vw - 740px);
}
.normal_inline_text div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mmt_content_init .popover{
    z-index: 2;
}
.mmt_content .checkbox label{
    max-width: 190px;
}
.callback-line {
    border-bottom: 2px solid #D1CFC9;
}
.normal_width {
    max-width: 50vw;
    overflow: hidden;
}
.summary-email-settings-div-place, .sms-div-place {
    border: 2px solid #ccc;
    padding: 12px;
    /*margin: -14px;*/
}
.summary-email-settings-div-place {
    display: none;
    margin-top: 28px;
}
.sms-div-place tr td {
    border-top: none !important;
}
body.mini-navbar .ex_timer {
    display: none;
}

body.mini-navbar .phoneHangup {
    width: 100%;
}
.md-skin .badge {
    cursor: pointer;
}
.cs-badge-red{
    color: white;
    background-color: #f35629;
}
.cs-badge-orange{
    color: white;
    background-color: #fb9c44;
}
.cs-badge-yellow{
    color: white;
    background-color: #fbce44;
}
.cs-badge-blue{
    color: white;
    background-color: #2783eb;
}
.cs-badge-green{
    color: white;
    background-color: #46a24a;
}

.number_link {
    width: 100%;
    height: 100%;
    padding: 0;
    display: block;
}
.reminder {
    border-color: #afd7df;
    background-color: #caebf1;
}
/* option horizontal for dropdown | comments inline editor*/
.btn-blank {
    background-color: transparent;
    border: none;
}
.btn-blank:active {
    box-shadow: none;
}
.dropdown .btn-blank {
    font-size: 20px;
}
.comments-editor-container {
    min-width: 245px;
    min-height: 40px;
}
.comments-editor-container textarea {
    min-height: 35px;
}
.comments-editor-container .controls {
    border-top: 1px solid #f1f1f1;
    padding-top: 10px;
    margin-top: 5px;
}
.inline-comment-button {
    width: 35px;
}
.icon-comment {
    /*background: url("/static/img/comment-icon.svg") no-repeat;*/
    /*fill: #fff;*/
    fill: transparent;
    stroke: #A9A9A9;
}
.icon-comment.active {
    fill: #FFD738;
    stroke: #FFD738;
}

#scrooll_div::-webkit-scrollbar{
    width: 0;
    height: 0;
}

#report-rows_wrapper .bottom {
    padding-top: 20px;
}
#report-rows_wrapper .tooltip.bottom {
    padding-top: 5px;
    width: 11%;
    min-width: 110px;
    left: auto!important;
}
#report-rows_wrapper .columnName_exten_number .tooltip.bottom  .tooltip-arrow {
    left: 10%!important;
}
#report-rows-div .floatThead-wrapper .floatThead-container {
    overflow: visible!important;
}
#report-rows-div .floatThead-wrapper .floatThead-container .tooltip-inner {
    max-width: 112px!important;
}
#script_settings_form .row.m-t-md {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
}

.pagination-total {
    display: inline-block;
    font-family: "open sans",sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: -0.1px;
    text-align: right;
    color: #323232;
    padding-right: 10px;
}
.pager li.pagination-total span {
    font-weight: 400;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: none;
}
.pager li,
.pager li.pagination-button {
    width: 30px;
    height: 30px;
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #d7d7d7;
    font-family: "open sans",sans-serif;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: -0.1px;
    text-align: center;
    color: #323232;
}
.pager li a,
.pager li.pagination-button a {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    padding: 0;
    background: transparent;
    border-radius: 0;
    font-family: "open sans",sans-serif;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: -0.1px;
    text-align: center;
    color: #323232;
}
.pager li a svg,
.pager li.pagination-button a svg {
    width: 6px;
    height: 100%;
}
.svg-pagination {
    display: none;
}
.pager {
    display: flex;
    flex-direction: row;
}
.pager li.active>span {
    border: none;
    display: inline;
    padding: 0;
}
.pager li.active,
.pager li.pagination-button.active-page {
    box-shadow: inset 0 1px 6px 2px rgba(199, 199, 199, 0.6);
}
.pager li.next svg,
.pager li a.next svg,
.pagination-button.pagination-button--next svg {
    transform: rotate(-180deg);
}
.pager-navigation {
    display: inline-block;
}

#payment-form {
    padding-left: 10px;
}

#card-element {
    margin-bottom: 5px;
}
.StripeElement {
    background-color: white;
    padding: 8px 12px;
    width: 500px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

#card-errors {
    color: #fa755a;
}

.no-set {
    display: none;
}
.no-set--active {
    display: block;
}

.radio-pools {
    opacity: .5;
}
.radio-pools--active {
    opacity: 1;
}

.radio-pools .iradio_square-green {
    min-width: 22px;
}

.radio-pools__inner {
    display: flex;
    align-items: flex-start;
    padding-bottom: 20px;
}

.radio-pools__inner:last-child {
    padding-bottom: 0px;
}

.radio-pools__inner label {
    padding-left: 10px;
}

.xpaths-table {
    box-sizing: border-box;
}

.xpaths-table .xpath_row td {
    max-width: 130px;
    white-space: normal;
    word-wrap: break-word;
    box-sizing: border-box;
}
.xpaths-table-wapper {
    overflow: auto;
    padding-bottom: 20px;
}

.xpaths-table .xpath_row td:nth-child(6),.xpaths-table .xpath_row th:nth-child(6),.xpaths-table .xpath_row td:nth-child(7),.xpaths-table .xpath_row th:nth-child(7),.xpaths-table .xpath_row td:nth-child(8),.xpaths-table .xpath_row th:nth-child(8), .xpaths-table .xpath_row td:nth-child(9),.xpaths-table .xpath_row th:nth-child(9) {
    max-width: 40px!important;
    white-space:nowrap;
}

.xpaths-table .xpath_row td:last-child {
    min-width: 100px!important;
    text-align: center;
}

.ev_integration_link {
    color: white;
    text-decoration: underline;
}

#sip_edit_form .SipNameformError.parentFormsip_edit_form.formError {
    margin-top: -67px!important;
    top: 0!important;
}

.bgmask {
    background: #000;
    opacity: 0.5;
    overflow: hidden;
    z-index: -1;
    content: ' ';
    position: absolute;
    height: 100vh;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.small-li{
    margin-left: -8px;
    margin-right: -8px;
}

.search-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-text {
    max-width: 90%;
}

.search-btn {
    height: 20px;
}
.search-btn .ev_search {
    padding: 3px 5px;
    font-size: 10px;
}

.search-wrapper .search-btn > .input-group {
    right: 180px;
}

.search-wrapper .search_number input[type="text"],
.search-wrapper .search_gateway input[type="text"],
.search-wrapper .search_n_alias input[type="text"],
.search-wrapper .search_scheme input[type="text"] {
    min-width: 140px;
}

.search-wrapper .search_number,
.search-wrapper .search_gateway,
.search-wrapper .search_n_alias,
.search-wrapper .search_scheme {
    top: 5px;
    margin-top: 5px;
    padding: 5px;
    z-index: 1002;
}

.search-wrapper .search_number .glyphicon-triangle-top,
.search-wrapper .search_gateway .glyphicon-triangle-top,
.search-wrapper .search_n_alias .glyphicon-triangle-top,
.search-wrapper .search_scheme .glyphicon-triangle-top {
    position: absolute;
    top: -9px;
    right: 4%;
    color: #fff;
}
.activate-free-trial-container {
    display: block;
    padding: 14px 20px 14px 25px;
}

#side-menu .activate-free-trial-container {
    padding: 0;
    margin-top: -20px;
}

.activate-free-trial-container > a.btn-warning.activate-free-trial-btn,
.activate-free-trial-container > a.btn-warning.activate-free-trial-btn:visited {
    font-size: 75%;
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #fff;
    outline: none;
}
body.mini-navbar .activate-free-trial-container > a.btn-warning.activate-free-trial-btn{
    width: 20px;
    height: 20px;
    margin: 0 auto;
    display: block;
}
body.mini-navbar #side-menu .activate-free-trial-container {
    margin-top: -16px;
    padding: 10px 0;
}
.activate-free-trial-container > a.btn-warning.activate-free-trial-btn:hover,
.activate-free-trial-container > a.btn-warning.activate-free-trial-btn:focus,
.activate-free-trial-container > a.btn-warning.activate-free-trial-btn:active {
    background-color: #f7a54a;
    border-color: #f7a54a;
    color: #fff;
    outline: none;
}

#payment_form input#avanse_sum::-webkit-outer-spin-button,
#payment_form input#avanse_sum::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#payment_form input#avanse_sum {
    -moz-appearance: textfield;
}

#imgModal {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#imgCallback {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    max-width: 100%;
}

#imageView {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}

.modal-content-2 {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    width: 70%;
}

.modal-content-2 {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

.close-modal {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close-modal:hover,
.close-modal:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

.centeredDivText {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.intl-tel-input {
    display: block;
}

.legend_to_call_limit {
    color: #FF0000;
    text-align: left;
    vertical-align: middle;
}

.processComment {
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    display:block;/*reset from inline*/
}

.modal-dialog-fix {
    transform: none!important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-dialog-fix.modal-dialog .modal-content {
    width: 100%;
}

#projects_div .alignment_middle .tooltip.in .tooltip-inner{
    max-width: 260px!important;
}

.popover.popover-player.left>.arrow {
    top: 50%!important;
}

.md-project-settings-balance .nav-tabs>li>a {
    padding: 14px;
}


#traffic_channel_channel_add_form .select-wrapper .select2-container.select2-container--default .select2-selection.select2-selection--single {
    border-radius: 5px!important;
}

#traffic_channel_channel_add_form .select-title,.select-title {
    color: #969696;
    padding-bottom: 5px;
    font-size: 12px;
}

.traffic_channel_separator {
    margin-bottom: 15px;
}

.select-title i {
    font-size: 14px;
 }

.traffic_btn-border {
    font-size: 14px;
    letter-spacing: -0.1568px;
    text-align: center;
    color: #4caf50;
    background: transparent;
    border: 1px solid #4caf50;
    border-radius: 6px;
    width: 23%;
    padding: 8px 0;
    transition: all .3s;
    display: block;
}

.traffic_btn-border:hover, .traffic_btn-border:focus {
    background: #f6fdf3;
    border: 1px solid #4caf50;
    color: #4caf50;
    transition: all .3s;
}

.traffic_btn-action {
    display: block;
    width: 40%;
    border: none;
    border-radius: 6px;
    background: #4CAF50;
    padding: 7px 0;
    color: #fff;
    transition: all .3s;
    opacity: 1;
    max-width: 126px;
}

.traffic_btn-action.traffic_btn-action--cancel {
    background: transparent;
    color: rgb(103, 106, 108);
    border: 1px solid #e7eaec;
    margin-right: 20px;
}
.traffic_btn-action:hover, .traffic_btn-action:focus {
    opacity: .7;
}

.modal-footer.modal-footer--flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#traffic_channel_channel_add_form .select-wrapper .select2-container.select2-container--default .select2-selection.select2-selection--single.select2-open {
    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: 0!important;
}

.select-wrapper .formError {
    left: auto!important;
    right: 0!important;
}

.SipAllowedIpListformError {
    width: 200px!important;
}

.dropdown-menu.pull-right.dropdown-custom-right {
    right: auto;
    left: 100%;
    top: -3px;
    margin-left: 9px;
}
.reports-select.reports-select-custom {

}
.dropdown-toggle-custom.dropdown-toggle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 8px;
}

.dropdown-toggle-custom.dropdown-toggle i {
    color: #636363;
    transition: all 0.3s;
}

.dropdown.open .dropdown-toggle-custom.dropdown-toggle i {
    transition: all 0.3s;
    transform: rotate(180deg);
    margin-bottom: 3px;
}
table #reports-select.reports-select-custom .user-reports-row td {
    padding: 0!important;
}

.dropdown-custom-right .user-reports-item-noreports {
    display: block;
    text-align: center;
    margin: 10px;
}
.phoneNumberVerificationPopup .modal-header .close {
    margin-top: -9px;
}

#ev_modal_activate_product.modal--loader .modal-header .col-md-4 {
    background: transparent;
}

#ev_modal_activate_product .modal-header .col-md-4 .row {
    margin-left: 0;
}

#ev_modal_activate_product .modal-header .col-md-4 {
    padding: 0;
    min-height: 31px;
    position: static;

}
#ev_modal_activate_product .modal-body .bill-block {
    background: #F1F1F1;
    min-height: 345px;
    border-bottom-right-radius: 4px;
}
#ev_modal_activate_product .modal-body .container-fluid .row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

#ev_modal_activate_product .modal-body .container-fluid .row .col-md-8 {
    margin-bottom: 20px;
}

#ev_modal_activate_product .modal-content {
    border-radius: 4px;
}

#ev_modal_activate_product .modal-body .bill-block .row{
    margin-bottom: 12px;
}

#ev_modal_activate_product .modal-body .bill-block .col-md-6  .text-right{
   width: 160px;
}

#ev_modal_activate_product .modal-body .container-fluid {
    margin-bottom: 0;
}
#ev_modal_activate_product .col-md-4 {
    background: #f1f1f1;
}

#ev_modal_activate_product .modal-header .col-md-4 {
    width: 299px;
    border-top-right-radius: 4px;
}

#ev_modal_activate_product .modal-header .col-md-4 .close {
    margin-top: 14px;
    margin-right: 14px;
    opacity: 0.6;
}

#ev_modal_activate_product .modal-body {
    padding: 0;
}

#ev_modal_activate_product .modal-body > div {
    margin: 0 0 30px 0;
}

.audio_rule {
    font-weight: 500;
}

.bigdrop {
    width: 250px !important;
}
.form-group.form-group--password {
    position: relative;
}

.passwordWrapper {
    position: relative;
}

.show_password {
    position: absolute;
    right: 9px;
    bottom: 0;
    top: 7px;
    cursor: pointer;
}

.button-generate-password {
    position: absolute;
    right: 31px;
    bottom: 0;
    top: 8px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.button-generate-password svg {
    width: 100%;
    height: 100%;
}

.show_password--text {
    font-size: 11px;
}

.icon-custom-verify-number{
    display: flex;
    justify-content: center;
    align-items: center;
}


.script-block-wrapper {
    display: flex;
    flex-direction: column;
    padding-left: 50px;
    padding-bottom: 40px;
}

.script-block-wrapper--padding {
    padding-left: 50px;
    padding-bottom: 40px;
}

.script-title {
    border-bottom: 1px solid #e5e6e7;
    font-size: 14px;
    padding-bottom: 5px;
    font-weight: 500;
}

.script-title.script-title--padding {
    padding-top: 50px;
}

.crossdomain_tracking-info-wrapper {
    padding-bottom: 20px;
}

.crossdomain_tracking-right {
    display: flex;
    padding-top: 0px;
}

.crossdomain_tracking-right .fa-info-circle.grey {
    color: #818181;
    margin-right: 15px;
    margin-left: 5px;
}

.crossdomain_tracking-info {
    padding: 0;
    margin: 0;
    color: #818181;
    font-weight: 400;
    font-size: 12px;
}

.crossdomain_tracking-left label {
    padding-left: 6px;
    font-weight: 400;
    padding-top: 0!important;
    padding-bottom: 0!important;
    margin-bottom: 0!important;
}

.crossdomain_tracking-left {
    display: flex;
    align-items: center;
}

.script-block-wrapper--padding .col-xs-12.col-lg-10.col-sm-10 {
    padding-left: 0!important;
}

#xpath_edit_form .script-title,
#xpath_add_form .script-title,
#sip_create_form .script-title,
#sip_edit_form .script-title{
    margin: 40px 0 20px 0;
}

.wrapper-flex {
    display: flex;
    flex-direction: row;
}

.wrapper-flex i {
    margin-right: 10px;
}

.wrapper-flex i {
    margin-right: 10px;
}

.button-copy {
    background-color: #4caf50;
    border-color: #4caf50;
    color: #fff;
}
.button-copy:hover {
    color: #fff;
    text-decoration: none;
}


/* START styles for payments/prolong*/

.compare-billing-inner {
    display: flex;
    justify-content: space-between;
}

.billing-old-wrapper, .billing-new-wrapper {
    width: 40%;
    margin: 0 40px;
    border: 1px solid #D5DFF4;
    padding: 30px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.billing-new-wrapper {
    background: rgba(76, 175, 80, 0.1);
    border: 1px solid #4caf50;
}

.compare-billing-title {
    text-align: center;
    font-size: 18px;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #D5DFF4;
    margin-bottom: 30px;
}

.billing-product, .billing-bottom-total {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 10px;
}

.billing-bottom-total-price {
    font-weight: 600;
}

.billing-bottom-total {
    padding: 20px 0 0 0;
    border-top: 1px solid #D5DFF4;
    margin-top: 10px;
}

.billing-new-wrapper .compare-billing-title {
    border-bottom: 1px solid #4caf50;
}

.billing-new-wrapper .billing-bottom-total {
    border-top: 1px solid #4caf50;
}

.billing-btn {
    display: block;
    margin: 30px auto 0 auto;
    background: none;

    padding: 10px 20px;
    border-radius: 4px;
}

.billing-btn:hover {
    opacity: 0.8;
}

.billing-btn.billing-old-btn {
    border: 1px solid #D5DFF4;
    background: #d5dff43b;
}

.billing-btn.billing-new-btn {
    border: 1px solid #4caf50;
    background: #4caf50;
    color: #fff;
    display: inline-block;
}

.billing-bottom {
    text-align: center;
}

.warning-wrapper {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: row;
}

.warning-wrapper-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.integration-error-wrapper.integration-warning-wrapper .integration-error-wrapper-inner {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}

.integration-error-wrapper.integration-warning-wrapper .integration-error-left {
    display: flex;
    align-items: center;
    padding: 0 30px;
    background: #F7B422;
}

.integration-error-wrapper.integration-warning-wrapper .integration-error-right {
    padding: 30px;
    width: 100%;
    font-weight: 400!important;
}

.integration-warning-wrapper, .warning-wrapper {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 93%;
    margin: 30px auto;
    background: rgba(247, 180, 34, 0.2);
    border: 1px solid #F7B422;
    border-radius: 4px;
}

.integration-notice-wrapper, .warning-wrapper {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 93%;
    margin: 30px auto;
    background: rgba(247, 180, 34, 0.2);
    border: 1px solid #F7B422;
    border-radius: 4px;
}

.warning-left {
    display: flex;
    align-items: center;
    padding: 0 30px;
    background: #F7B422;
}

.warning-right {
    padding: 30px;
    width: 100%;
    font-weight: 400!important;
}

.integration-warning-wrapper-inner {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: row;
}

.integration-warning-wrapper-inner {
    color: #535353;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
}

.integration-warning-wrapper-inner span {
    color: #535353;
    font-size: 16px;
    font-weight: 500;
}

.integration-warning-wrapper .integration-warning-right {
    padding: 10px 40px;
    text-align: left;
}

.integration-warning-left {
    background: #F7B422;
    padding: 20px;
    border-right: 1px solid #F7B422;
    display: flex;
    align-items: center;
}

.ibox-content-old-billing-none {
    display: none;
}

.ibox-content-old-billing-none.ibox-content-old-billing {
    display: block;
}

.integration-warning-right span {
    padding-bottom: 10px;
}

.ibox-content-billing-flex {
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    border-top: 1px solid #ebebeb;
}

.form-group-none {
    display: none;
}

/* END styles for payments/prolong*/
#card-select-wrapper .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
#card-select-wrapper .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-color: #F0F0F0 !important;
}
#card-select-wrapper .select2-results__option[aria-selected=true]{
    background-color: darkred!important;
}


.input-icon {
    position: relative;
}

.input-icon > i {
    position: absolute;
    display: block;
    transform: translate(0, -50%);
    top: 50%;
    pointer-events: none;
    width: 25px;
    text-align: center;
    font-style: normal;
}

.input-icon > input {
    padding-left: 25px;
    padding-right: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #828282;
}

.input-icon-right > i {
    right: 11px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #828282;
}

.input-icon-right > input {
    padding-left: 0px;
    padding-right: 38px;
    text-align: right;
}

.form-horizontal .switchery {
    border-radius: 20px;;
    width: 30px;
    height: 15px;
    margin-left: 15px;
}

.form-horizontal .switchery  > small {
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

.loader {
    display: flex;
    justify-content: center;
}
.loader__item {
    background-color: #4CAF50;
    width: 4px;
    height: 40px;
    display: inline-block;
    margin: 2px;
    border-radius: 2px;
    animation: 1s cubic-bezier(0.2, 0.68, 0.18, 1.08) infinite normal both running animation-loader;
}

@-webkit-keyframes animation-loader {
    0% {
        -webkit-transform: scaley(1.0);
        -ms-transform: scaley(1.0);
        transform: scaley(1.0);
    }

    50% {
        -webkit-transform: scaley(0.4);
        -ms-transform: scaley(0.4);
        transform: scaley(0.4);
    }

    100% {
        -webkit-transform: scaley(1.0);
        -ms-transform: scaley(1.0);
        transform: scaley(1.0);
    }
}

.loader__item:nth-child(1) {
    animation-delay: 0.1s;
}

.loader__item:nth-child(2) {
    animation-delay: 0.2s;
}

.loader__item:nth-child(3) {
    animation-delay: 0.3s;
}

.loader__item:nth-child(4) {
    animation-delay: 0.4s;
}

.loader__item:nth-child(5) {
    animation-delay: 0.5s;
}

.callback_page-loader, .custom_page-loader {
    height: 100%;
    width: 100%;
    right: 0;
    margin: auto;
    left: 0;
    padding: 20px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    bottom: 0;
    z-index: 20;
    background: #FAFBF8;
}

.callback_page-loader .loader-center, .custom_page-loader .loader-center {
    background: white;
    width: 100%;
    height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10vh;
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.07);
}

.callback_page-loader .css-0 *, .custom_page-loader .css-0 * {
    height: 25px;
}

#email_verification_modal .modal-body {
    padding: 0;
}

#email_verification_modal .modal-header {
    border: none;
    min-height: 31px;
    padding: 0;
}

#email_verification_modal .modal-body h2 {
    font-weight: 400;
    font-size: 27px;
    line-height: 1.2;
    text-align: center;
    margin-top: 0;
}

#email_verification_modal .modal-header .col-md-4 .close {
    margin-top: 14px;
    opacity: 0.6;
}

#email_verification_modal .modal-body .row .row {
    margin-bottom: 16px;
}

#email_verification_modal .modal-body h2 strong {
    font-weight: 700;
}

#email_verification_modal .modal-body hr {
    opacity: 1;
    border: 1px solid #219653!important;
    margin-bottom: 40px;
    margin-top: 30px;
}

#email_verification_modal .modal-body .bill-block h4 {
    font-width: 400;
}

#email_verification_modal .email-verification-modal-body__title {
    font-weight: bold;
    border-bottom: 1px solid #b9b9b9;
    padding-bottom: 15px;
    text-align: center;
}

#email_verification_modal .email-verification-modal-body__description {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin: 0 auto 25px;
}

#email_verification_modal .email-verification-modal-body__description .email-verification-modal-body__description-small {
    max-width: 480px;
    margin: 0 auto 15px;
    font-weight: bold;
    font-size: 18px;
}

#email_verification_modal .email-verification-modal-body__description-email {
    color: #4CAF50;
}

#email_verification_modal .email-verification-modal-body__info {
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    margin: 0 auto 35px;
}

#email_verification_modal .email-verification-modal-body__info div:first-child {
    margin: 0 auto 10px;
}

#email_verification_modal .email-verification-modal-body__link {
    color: #337ab7;
    transition: 0.2s;
    cursor: pointer;
    border-bottom: 1px solid #337ab7
}

#email_verification_modal .email-verification-modal-body__link:hover {
    color: #23527c;
    border-color: #23527c;
}

#email_verification_modal .email-verification-modal-body__mail-icon {
    width: 80px;
    height: auto;
    margin: 10px auto;
}

#email_verification_modal h2.email-verification-modal-body__email-verified {
    font-weight: bold;
    padding-bottom: 15px;
}

#email_verification_modal .email-verified-modal-body__description {
    position: relative;
    padding: 30px 0 50px;
}

#email_verification_modal .email-verified-modal-body__description:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #b9b9b9;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

#email_verification_modal .email-verified-modal-body__description .email-verification-modal-body__mail-icon {
    margin: 10px auto 60px;
}

@media (max-width: 992px) {
    #ev_modal_activate_product .modal-header .col-md-4 {
        width: auto;
        background: white;
    }
}

.first-filled-add-parameter {
    color: #337ab7;
    display: block;
    cursor: pointer;
    padding: 10px 0 0 0;
}

.first-filled-add-parameter:hover {
    color: #23527c;
}

#password_input {
    padding-right: 58px;
}

body, html {
    height: auto!important;
    position: relative!important;
}

