html,
body {
    height: 100%;
}
textarea{
    resize: none;
}


.breadcrumb a {
    color: #F08080;
}

.success_send{
    border: 1px solid green;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
}
.success_reset_password{
    display: none;
    font-size: 16px;
    color: green;
    padding: 15px;
    border: 1px solid green;
    border-radius: 10px;
    margin-top: 10px;
}
.succes_text{
    display:none;
    font-size: 20px;
    text-align: center;
    color: green;
    padding: 15px;
    padding-bottom: 35px;
}
.chanels_list .box_list{
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.hidden_block{
    display: none;
}
.send-type-wa i, .send-type-viber i, .send-type-telegram i{
    font-size: 18px;
    color: #fff;
    margin: 0 10px 0 0;
}

.send-type-wa{
    display: inline-flex;
    border-radius: 5px;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
    background-color: #4ba735;
    margin: 0 auto;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
}

.send-type-viber{
    display: inline-flex;
    border-radius: 5px;
    align-items: center;
    justify-content: space-between;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
    background-color: #6b3da4;
    margin: 0 auto;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
}
.format-btns {
    margin-bottom:15px;
}
.format-btns a{
    border: 1px solid lightgray;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 15px;
    font-size: 14px;
    transition: 0.2s;
}
.format-btns a:hover{
    background: lightgray;
}
.send-type-telegram{
    display: inline-flex;
    border-radius: 5px;
    align-items: center;
    justify-content: space-between;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
    background-color: #29a0dc;
    margin: 0 auto;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width: 480px){
    .navbar-custom-menu > ul.navbar-nav li:first-child {
        display: none;
    }
    .user-header{
        display: block !important;
    }
}


@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
    
    header.main-header{
        max-height: unset;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

p.erMessageField{
    color: red;
    font-size: 16px;
}

.navbar-fixed-top{
    background: #128c7e !important;
}

.navbar-inverse .btn-link,.navbar-nav > li > a, .navbar-brand{
    color: white !important;
}
.sibebar_{
    border-right: 2px solid #075e54;
    
}
.sibebar_ ul{
    list-style: none;
    margin:0;
    padding: 0;    
}

.sibebar_ ul li a {
    display: block;
    margin-bottom: 15px;
    color: #075e54;
    font-size: 16px;
}

.menu_dropdown{
    display: none;
}

.sibebar_ .menu_dropdown li a{
    padding-left: 15px;
    font-size: 14px;
    color: #128c7e;
}

#send_date_calendar{
    display: none;
}

div.modal-dialog{
    width: 400px;
}

.user-avatar{
    width: 300px;
  
}
.user-avatar img{
    width: 100%;
    height: auto;
      border: 1px solid lightgrey;
    border-radius: 3px;
}

.buttons_line{
    display: flex;
    flex-direction: row;
    width: 100%;
}

.hidden_btn{
    display: none;
}

#edit_koeff_btn{
    margin-right: 10px;
}


.glyphicon-eye-open{
     font-size: 20px;
    margin-right: 15px;
}

.hidden_part_balance{
    display: none;
}


.info-block{
    background: rgba(91,192,222,.1);
    padding: 15px;
    border: 1px solid #5BC0DE;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.info-block h4{
    font-weight: 700;
}

.info_desc{
    display: flex;
    
}

.info_desc p{
     margin-right: 20px;
}


.transparetn-bg{
    background: transparent !important;
}
.clear-tab-box{
    box-shadow: none !important;
    padding: 0 !important;
}
.nav-tab-btn{
    margin: 15px 0 !important;
    width: auto !important;
}
.nav-tab-btn li.active{
    border: 3px solid #3c8dbc !important;
}

.form-chekbox-styling{
    font-weight: normal;
    display: flex;
    align-items: center;
}
.form-chekbox-styling input{
    margin: 5px;
}

.user-panel-wrap{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 15px;
    color: #fff;
}
.user-panel-wrap-block{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}
.user-panel-wrap-block i{
    padding: 5px 15px;
}
.user-panel-wrap-block-user-avatar{
    display: block;
    width: 45px;
    height: 45px;
}
.user-panel-wrap-block-user-avatar img{
    display: block;
    width: 100%;
}
.user-panel-wrap-block-user-name p{
    padding: 0;
    margin: 0;
}
.user-panel-wrap-block-user-name{
    font-weight: bold;
    padding: 5px 0 5px 15px;
    line-height: 1;
}

.help-block{
    background: #dd4b39;
    text-align: center;
    color: #fff !important;
    padding: 0 15px;
    border-radius: 5px;
}

.nav-tabs-custom>.nav-tabs > li:not(.active) > a{
    border-bottom: 2px dashed #bebebe;
}

.blue-info-box{
    padding: 15px;
    background-color: rgba(60, 140, 188, .15);
    border-left: 3px solid #3c8cbc;
}
.red-info-box{
    padding: 15px;
    background-color: rgba(221, 75, 57, .1);
    border-left: 3px solid #dd4b39;
}
.use-avatars, .use-names{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 15px 5px;
}
.user-avatars-item, .user-names-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px 0 0;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    margin-top: 0 !important;
}
.material-switch{
    margin-left: 10px;
}
.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}


.flex_setting{
    display:flex; 
    justify-content:flex-start; 
    vertical-align: central;
}


.active_status{
    display: block;
    width: 20px;
    height: 20px;
    border-radius:100%;
}
.active_chanel{
    background-color: green;
}

.disable_chanel{
    background-color: red;
}
.deadline_form>div{
    font-weight: 700;
}

.blocked_message{
    margin: 10px;
    padding: 10px;
    color: white;
    border-radius: 10px;
    font-weight: 700;
    background: red;
}

.needNewPublic, .havePublic{
    display: none;
}
.news_item{
    word-wrap: break-word;
}
.full_news_content{
    border: 1px solid #bebebe; 
    display: block;
    padding: 15px;
    font-size: 18px;
    line-height: 1.5em;
    color: black;
    background-color: #ecf0f5;
    margin: 10px;
}

.full_news_header p{
    text-align: center;
    padding: 0;
}
.full_news_header_title{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0;
}
.full_news_header_date{
    font-size: 12px;
    margin-bottom: 30px;
}
.add_news_button{
    margin-bottom: 20px;
}

.non-overflow{
    height: auto !important;
    overflow-x: visible !important;
    width: fit-content;
}

@media (max-width: 1280px) {
    .nav-stacked>li>a {
        border-radius: 0;
        border-top: 0;
        border-left: 3px solid transparent;
        color: #444;
        font-size: 10px;
        padding: 10px 5px;
    }
    .table-bordered > tbody > tr > td{
        padding: 3px;
        font-size: 10px;
    }
}
@media (max-width: 1340px) {
    .nav-stacked>li>a {
        border-radius: 0;
        border-top: 0;
        border-left: 3px solid transparent;
        color: #444;
        font-size: 12px;
        padding: 10px 5px;
    }
    .table-bordered > tbody > tr > td{
        padding: 3px;
        font-size: 12px;
    }
}



.date_filter{
    margin-bottom: 0;
    padding: 20px 10px;
}
.date_filter p{
    font-size: 18px;
    color: #444;
}

.date_filter input{
    margin-right: 20px;
    width: 100%;
    border: 1px solid lightgray;
    border-radius: 5px;
    font-size: 16px;
    padding: 0 10px;
}
#date_filter_form_btn{
    display: block;
    width: 100%;
    height: 30px;
    margin-top: 10px;
    line-height: 30px;
    text-align: center;
    background: #3c8dbc;
    color: white;
    border:0;
    border-radius: 10px;
}
.user-index{
    overflow-x: scroll;
}

.post_edit_btns{
    position: absolute;
    top: 0px;
    right: 15px;
    z-index: 10;
    
}
.panel-title{
   position: relative;
}

.post_edit_btns a{
    font-size: 16px;
    margin-right: 5px;
}

.faq_panel  .panel-title a{
    font-size: 20px;
}

.send_img_thumb{
    width: 80px;
    display:block;
}


.logo img{
    width: auto;
    height: 70px;

}

.skin-blue .main-header .logo{
    background-color: #000 !important;
    height: 70px;
}

.skin-blue .main-header .navbar{
        padding: 8px 15px;
            height: 70px;

        background-color: #F08080 !important;
}



aside.main-sidebar{
    top: 25px;
}

/*#send-countries_id{
    display:block !important;
}*/

.send_text_{
    overflow-x: hidden;
}

.not-paid td{
    background-color: #f4cccc;
}
.paid td{
    background-color: #c5fad0;
}



.scrolltop {
  overflow-y:hidden;
  overflow-x: auto;
  width: 100px;
  /*margin-left: 380px !important;*/
  height: 20px;
}

.scrolltop div {
  width:1000px;
  height: 20px;
  margin-left: 20px !important;
}
.available-table {
    overflow-x: scroll;
    display: block;
    border-collapse: collapse;
}
.available-table thead td{
    font-weight: 600;
    font-size: 16px;
    /*background: lightgray;*/
}
.available-table td{
    min-width: 60px;
    font-size: 15px;
    padding: 5px;
    border: 1px solid grey;
    text-align: center;
}

.wrapper{
    overflow: unset !important;
}
.legend-color{
    width: 100px;
}
.legend_past{
    background: #D9D9D9 !important;
}
.legend_close{
    background: #F4CCCC !important;
}
.legend_open{
    background: #D9EAD3 !important;
}
.available_legend-item td:last-child{
    padding-left: 15px;
    font-size: 16px;
}

.available-limits{
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 40px;

}
.available-limits span{
    font-weight: 600;
}

.legend_grey{
        background: #c9c9c9 !important;
}

.available_clock{
        font-size: 18px;
    margin-bottom: 15px;
    font-weight: 300;
}
.available_link a{
    font-weight: 800;
    text-decoration: underline;
}

.available_link img{
width: 30px;
}



.today-widjet{
    margin-top: 40px;  
    padding: 15px;
    border: 2px solid #222d32;
    font-size: 24px;
    border-radius: 5px;

}
.content-wrapper{
    overflow-y: auto;
}
.dashboard-title{
    font-size: 34px;
    margin-bottom: 50px;
}
.widjet-title{
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #222d32;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 32px;
}
.clients_steps{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.clients_steps .step{
    font-size:18px;
    width: 46%;
    border: 1px solid #3c8dbc;
    border-radius: 10px;
    margin:30px 0;
    background: white;
    padding: 15px;
}
.clients_steps .step  a{
    border-bottom: 1px dotted;
}
.clients_steps .step .step_num{
    font-size: 28px;
    color: #3c8dbc;
    font-weight: 600
}
.clients_steps .step_arrow img{
    width: 35px;
}
.clients_steps .step_arrow{
    text-align: center;
}

.priceTable{
    display: none;
}

.priceTable.active{
    display:block;
    margin-bottom: 20px;
}
.parsing_price{
    margin-bottom: 30px;
}
.parsing_price  th{
    text-align: center;
}
.parsing_price td{
    border: 1px solid black;
    padding: 5px;
    text-align: center;
    max-width: 200px;
    min-width: 100px;
}
#parsing-targets {
    display: flex;
    flex-direction: column;
}
.parsingForm label{
    font-size: 18px;
}

#showPriceTable{
    font-size: 24px;    
    margin-bottom: 20px;
    border-bottom: 1px dotted;
    display: inline-block;
}

.priceTable table{
    display: block;
    overflow-x: scroll;
}


.stats-buttons{
    display: flex;
    margin-bottom: 20px;
}

.stats-buttons a{
    margin-right: 20px;
    background: #ccc;
    border: none;
}

.stats-buttons a.active{
    background: green;
}


.block-table{
    width: 100%;
    /* display: block; */
    overflow-x: scroll;
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {

}