@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?73254102');
    src: url('../fonts/fontello.eot?73254102#iefix') format('embedded-opentype'),
    url('../fonts/fontello.woff2?73254102') format('woff2'),
    url('../fonts/fontello.woff?73254102') format('woff'),
    url('../fonts/fontello.ttf?73254102') format('truetype'),
    url('../fonts/fontello.svg?73254102#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #48617c;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    line-height: 1.42;
    letter-spacing: -0.3px;
    font-weight: 500;
    background-color: #f8f9fa !important;
}
:focus {
    outline: none;
}
a, a:focus, a:hover, a:active, a:visited {
    outline: none;
}
a{
    color: #48617c;
    font-weight: 600;
    text-decoration: underline;
}
/*a:visited {
	color: #918ce1;
}*/
a:hover{
    color: #76abf2;
}

a:active{
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
button:focus, input:focus, textarea:focus, a:focus {
    outline:none!important;
}
input.form-control, textarea.form-control {
    /*-webkit-appearance: none;*/
    box-shadow: none;

}
input.form-control:focus, textarea.form-control:focus {
    /*-webkit-appearance: none;*/
    box-shadow: none;

}
select::-ms-expand {
    display: none;
}
ul, ol {
    list-style-position:inside;
}
table {
    width:100%;
    margin:10px 0;
}
table td,
table th {
    padding:5px;
}
.form-control::-webkit-input-placeholder {
    color: #87a0bb;
}
.form-control:-moz-placeholder {
    color: #87a0bb;
}
.form-control:-moz-placeholder {
    color: #87a0bb;
}
.form-control:-ms-input-placeholder{
    color: #87a0bb;
}
.popup_menu_btn {
    display: none;
}
.list-inline{
    margin: 0;
}
.list-inline>li {
    padding:0;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}
.icon-minus-circled:before { content: '\e800'; } /* '' */
.icon-cog:before { content: '\e801'; } /* '' */
.icon-down-open:before { content: '\e804'; } /* '' */
.icon-ok-2:before { content: '\e805'; } /* '' */
.icon-cancel:before { content: '\e806'; } /* '' */
.icon-left-open:before { content: '\e807'; } /* '' */
.icon-right-open:before { content: '\e808'; } /* '' */
.icon-up-open:before { content: '\e809'; } /* '' */
.icon-minus:before { content: '\e80d'; } /* '' */
.icon-plus-1:before { content: '\e80e'; } /* '' */
.icon-edit:before { content: '\e838'; } /* '' */
.icon-close-circular-button-symbol:before { content: '\e852'; } /* '' */
.icon-print:before { content: '\e932'; } /* '' */
.icon-down:before { content: '\e933'; } /* '' */
.icon-copy:before { content: '\e934'; } /* '' */
.icon-icon-up:before { content: '\e937'; } /* '' */
.icon-arv:before { content: '\e93d'; } /* '' */
.icon-analysis:before { content: '\e940'; } /* '' */
.icon-user:before { content: '\e941'; } /* '' */
.icon-department:before { content: '\e942'; } /* '' */
.icon-icon-down:before { content: '\e944'; } /* '' */
.icon-combined:before { content: '\e945'; } /* '' */
.icon-icon-right:before { content: '\e946'; } /* '' */
.icon-mess:before { content: '\e947'; } /* '' */
.icon-icon3:before { content: '\e949'; } /* '' */
.icon-icon1:before { content: '\e94b'; } /* '' */
.icon-search:before { content: '\e94c'; } /* '' */
.icon-chart:before { content: '\e950'; } /* '' */
.icon-mark-1:before { content: '\e951'; } /* '' */
.icon-concept:before { content: '\e952'; } /* '' */
.icon-ministry:before { content: '\e954'; } /* '' */
.icon-change:before { content: '\e955'; } /* '' */
.icon-mail:before { content: '\e956'; } /* '' */
.icon-clock:before { content: '\e957'; } /* '' */
.icon-chat:before { content: '\e95a'; } /* '' */
.icon-plus-2:before { content: '\e95f'; } /* '' */
.icon-link:before { content: '\e967'; } /* '' */
.icon-close:before { content: '\e968'; } /* '' */
.icon-minus-1:before { content: '\e969'; } /* '' */
.icon-plus:before { content: '\e96a'; } /* '' */
.icon-ok:before { content: '\e96b'; } /* '' */
.icon-mess-1:before { content: '\e96c'; } /* '' */
.icon-combined-2:before { content: '\e96e'; } /* '' */
.icon-success:before { content: '\e970'; } /* '' */
.icon-warning:before { content: '\e971'; } /* '' */
.icon-danger:before { content: '\e972'; } /* '' */
.icon-info:before { content: '\e973'; } /* '' */
.icon-close-1:before { content: '\e974'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-angle-up:before { content: '\f106'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */
.icon-down-1:before { content: '\f175'; } /* '' */
.icon-up:before { content: '\f176'; } /* '' */
.icon-left:before { content: '\f177'; } /* '' */
.icon-right:before { content: '\f178'; } /* '' */
.icon-information:before { content: '\e839'; } /* '' */
.icon-help{
    /*background: url("/images/information-button.png");*/
}
.backtotop.hidden-top {
    bottom: -100px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
}
.backtotop {
    background-color: #3d2518;
    width: 45px;
    bottom: 20px;
    right: 10px;
    height: 42px;
    line-height: 38px;
    font-size: 36px;
    overflow: hidden;
    z-index: 40;
    position: fixed;
    display: block;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    color: #fff !important;
}
.backtotop:hover{
    background-color: #ff6000;
}
img.alignleft {
    float: left;
    margin-right: 20px;
}
img.alignright {
    float: right;
    margin-left: 20px;
}
img.aligncenter {
    margin: 0px auto;
    display: block;
}
.map-container {
    width: 100%;
}
.map-container iframe{
    width: 100%;
    display: block;
    pointer-events: none;
    position: relative;
}
.map-container iframe.clicked{
    pointer-events: auto;
}
.opened_menu {
    overflow: hidden;
    position: fixed;
}
a{
    -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    -ms-transition: 300ms all;
    -o-transition: 300ms all;
    transition: 300ms all;
}
img{
    max-width: 100%;
    height: auto;
}

/*header*/
.header{
    height: 70px;
    border-bottom: solid 1px #d0e0ee;
    background: #fff;
    position: fixed;
    z-index: 10001;
    width: 100%;
}
.header:after{
    display: table;
    clear:both;
    content:"";
}
.logo_block{
    float: left;
    width: 256px;
    padding-left: 24px;
    margin-top: 18px;
}
.logo_block img{
    width: 189px;
}
.header .search_block{
    padding: 0 49px;
    float: left;
    width: -webkit-calc(100% - 657px);
    width: -o-calc(100% - 657px);
    width: calc(100% - 657px);
    margin-top: 14px;
}
.search_block button {
    border: 0;
    background: transparent;
    position: absolute;
    color: #a1b5c8;
    font-size: 14px;
    top: 10px;
    left: 15px;
    z-index: 1;
}
.navbar-nav{
    list-style: none;
    margin: 0;
}
.main_nav{
    float: right;
}
.navbar-nav>li{
    position: relative;
}
.navbar-nav>li>a{
    display: block;
    width: 78px;
    height: 70px;
    border-left: solid 1px #d0e0ee;
    line-height: 70px;
    text-align: center;
    color: #a1b5c8;
    font-size: 16px;
    float: left;
    position: relative;
    padding: 0;
}
.navbar-nav>li.open>a, .navbar-nav>li>a:hover{
    color: #76abf2;
}
.navbar-nav>li>a.icon-icon3 {
    padding-top: 2px;
}
.navbar-nav>li>a.icon-mail {
    font-size: 13px;
    padding-top: 2px;
}
.mess_info{
    position: absolute;
    background-color: #76abf2;
    top: 19px;
    left: 50%;
    z-index: 1;
    border-radius: 50%;
    color: #fff;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 8px;
    font-weight: 500;
    text-align: center;
}
.main_nav .dropdown-menu{
    width: 363px;
    background-color: #fff;
    box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
    left: auto;
    right: 0;
    border-radius: 3px;
    border: none;
    padding: 0;
}
.main_nav .dropdown-menu:before{
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid white;
    position: absolute;
    top: -10px;
    right: 31px;
    content: "";
    z-index: 1;
}
.main_nav .dropdown-menu  .bhead{
    padding: 22px 20px;
    border-bottom: solid 1px #d0e0ee;
}
.main_nav .dropdown-menu .block_title span{
    color: #76abf2;
    padding-left: 2px;
}
.main_nav .dropdown-menu .sm_title{
    padding: 16px 20px;
    border-bottom: solid 1px #d0e0ee;
    margin: 0;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.navbar-nav>li:last-child>.dropdown-menu{
    right: 8px;
}
.doc_list{
    list-style: none;
    background: #fff;
}
.doc_list li{
    padding: 13px 20px 16px;
    font-weight: 600;
    border-bottom: solid 1px #d0e0ee;
    line-height: 1.58;
    font-size: 12px;
    transition: 0.3s all;
    position: relative;
}

.doc_list li a{
    text-decoration: underline;
    display: inline-block;
    color: #48617c;
}
.doc_list li a:hover{
    color: #76abf2;
}
.doc_list li.active a{
    color: #76abf2;
}
.doc_list li.active:before{
    position: absolute;
    width: 3px;
    background-color: transparent;
    top: 0;
    bottoM: 0;
    z-index:1;
    content:"";
    left:0;
    transition: 0.3s all;
}
.doc_list li.active:before{
    background-color: #86baf3;
}
.doc_list li.active{
    background-color: #f6fafe;
}
.mess_date{
    font-size: 10px;
    font-weight: bold;
    line-height: 1.9;
    letter-spacing: -0.1px;
    color: rgba(25, 42, 70, 0.5);
}
.main_nav .dropdown-menu .bfoot{
    padding: 20px;
}
.btn-block+.btn-block {
    margin-top: 10px;
}
.form_search {
    position: relative;
}
.search_block .form-control{
    height: 41px;
    border-radius: 3px;
    background-color: #f8f9fa;
    border: solid 1px #d0e0ee;
    font-weight: 500;
    line-height: 1.42;
    letter-spacing: -0.3px;
    color: #87a0bb;
    padding-left: 40px;
    font-size: 12px;
}
.mess_ava{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    float: left;
    position: relative;
}
.mess_ava .mess_info{
    top: 75%;
    left: 55%;
}
.mess_ava img{
    border-radius: 50%;
}
.mess_desc{
    margin-left: 45px;
}
.doc_list .doc_desc{
    width: -webkit-calc(100% - 80px);
    width: -o-calc(100% - 80px);
    width: calc(100% - 80px);
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
    position: relative;
    z-index: 5;
}
.progress_block{
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.2px;
    text-align: center;
    position: relative;
    color: #48617c;
    border: solid 1px #d0e0ee;
    transition: 0.3s all;
}
.inprogress .progress_block{
    color: #48617c;
}
.progress_block .progress_text{
    position: relative;
    z-index:5;
}
.doc_list .progress_block{
    margin-right: 10px;
}
.doc_list .user_ava{
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
}
.doc_list .user_ava img{
    border-radius: 50%;
}
.done_doc{
    background-color: #f4fcfa;
}
.done_doc:before{
    background-color: #2bd29f;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    position: absolute;
    bottom: 0;
    width: 3px;
}
.done_doc .progress_block{
    border: none;
}
.done_doc .progress_block:before{
    content: '\e96b';
    background-color: #2bd29f;
    color: #fff;
    font-family: "fontello";
    z-index:5;
    top:0;
    left:0;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 8px;
}
.progress_bar{
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    content:"";
    z-index: 1;
}
.progress_block canvas {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(90deg);
}
.inprogress .progress_bar{
    background-color: rgba(134,186,243,.07);
}
.warning .progress_bar{
    background-color: rgba(243, 180, 117, 0.07);
}
.warning:before{
    background-color: #ffac3c;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    position: absolute;
    bottom: 0;
    width: 3px;
}
.inprogress .progress_block{
    border-color: transparent !important;
}
.inprogress:before{
    background-color: #76abf2;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    position: absolute;
    bottom: 0;
    width: 3px;
}

/*content*/
.content{
    position: relative;
    min-height: calc(100vh);
    min-height: -webkit-calc(100vh);
    min-height: -o-calc(100vh);
    overflow: hidden;
    padding-top: 70px;
}
.content_left_wrap{
    position: fixed;
    /*top: 70px;*/
    left: 0;
    height: calc(100vh - 70px);
    height: -webkit-calc(100vh - 70px);
    height: -o-calc(100vh - 70px);
    width: 256px
}
.create_doc{
    position: absolute;
    left: 20px;
    bottom:22px;
    width: 216px;
    z-index: 10;
}
.open_chat {
    width: 60px;
    height: 60px;
    background-color: #76abf2;
    box-shadow: 0 3px 6px 0 rgba(118, 171, 242, 0.55);
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    color: #fff !important;
    z-index: 100;
    position: absolute;
    right: 20px;
    bottom: 22px;
    text-decoration: none !important;
    font-size: 25px;
    border: none;
}
.open_chat:hover{
    background-color: #568eeb;
}
.open_chat:before{
    font-family: "fontello";
    content: '\e95a';
}
.problem{
    position: fixed;
    top: 40%;
    right: 33px;
    background-color: #6f8dad;
    color: #fff !important;
    z-index: 1001;
    transform: rotate(-90deg);
    padding: 10px 15px;
    text-decoration: none !important;
    transform-origin: 100% 0%;
    border-radius: 3px 3px 0 0;
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.problem:hover{
    background-color: #1f4166;
}
.problem:before{
    padding-right: 10px;
    font-size: 12px;
}
.content:after{
    display: table;
    clear:both;
    content:"";
}
body.full .content:before{
    left: 256px;
    top: 0;
    background-color: #d0e0ee;
    bottom:0;
    content:"";
    z-index: 1;
    position: absolute;
    content:"";
    width:1px;
}
.content_left{
    float: left;
    width: 256px;
    padding-bottom: 85px;
    position: relative;
    z-index: 5;
}
.open_drop.content_left{
    z-index: 20;
}
.navigate_block_wrap {
    max-height: calc(100vh - 324px);
    max-height: -webkit-calc(100vh - 324px);
    max-height: -o-calc(100vh - 324px);
    overflow-y: auto;
    border-bottom: solid 1px #d0e0ee;
}
.navigate_block_wrap .navigate_block:last-child{
    border: none;
}
.content_box{
    padding: 25px 49px 50px;
    float: left;
    position: relative;
    /*z-index: 10;*/
}
.content_box{
    width: calc(100% - 657px);
    width: -webkit-calc(100% - 657px);
    width: -o-calc(100% - 657px);
}
body.partial .content_box{
    width: calc(100% - 400px);
    width: -webkit-calc(100% - 400px);
    width: -o-calc(100% - 400px);
}
body.partial .content_box.no-sidebar{
    width: 100%;
}
.user_nav_wrap{
    border-bottom: solid 1px #d0e0ee;
    padding: 15px 20px 20px 20px;
}
.user_block{
    position: relative;
    margin-bottom: 25px;
    min-height: 51px;
}
.user_block .user_image{
    width: 30px;
    height: 30px;
}
.user_block  .user_dropdown{
    vertical-align: middle;
    text-align: right;
}
.user_block  .user_name{
    padding: 0 10px;
    font-size: 12px;
}
.icon_combined{
    color: #a1b5c8;
    font-size: 15px;
    width: 15px;
    text-align: center;
    height: 21px;
    background-color: transparent;
    border: none;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}
.open .icon_combined, .icon_combined:hover{
    color: #76abf2;
}
.icon_combined:before{
    content: '\e945';
    font-family: "fontello";
}
.user_block  .icon_combined{
    right: 0;
    z-index: 1;
}
.profile{
    width: 300px;
    border-radius: 3px;
    background-color: #fff;
    text-align: center;
    padding: 30px 18px 22px;
    border: none;
    top: 25px;
    left: 94%;
    z-index: 10002;
}
.profile:before{
    background-color: #f8fbfe;
    height: 73px;
    width: 100%;
    content:"";
    z-index: -1;
    position: absolute;
    border-bottom: 1px solid #d0e0ee;
    top: 0;
    left: 0;
}
.profile .icon-cog{
    position: absolute;
    top: 13px;
    right: 13px;
    z-index: 1;
    background-color: transparent;
    border: none;
    color: #a1b5c8;
    font-size: 15px;
}
.icon-cog:hover{
    color: #76abf2;
}
.profile .profile_ava{
    width: 85px;
    height: 85px;
    margin: 0 auto 14px;
    border-radius: 50%;
}
.profile .profile_ava img{
    border-radius: 50%;
}
.profile  .profile_name{
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: -0.3px;
    margin: 0 0 15px;
    color: #211d1e;
}
.profile .profile_post{
    font-size: 12px;
    font-weight: bold;
    line-height: 1.42;
    letter-spacing: -0.4px;
    color: #76abf2;
    margin-bottom: 4px;
}
.profile .profile_post_loca{
    font-weight: 500;
    line-height: 1.42;
    letter-spacing: -0.3px;
    font-size: 12px;
    max-width: 220px;
    margin: 0 auto 15px;
}
.profile .btn {
    width: 125px;
    vertical-align: bottom;
}
.profile .btn + .btn{
    margin-left: 5px;
}
.sub_post_block{
    position: relative;
    height: 40px;
}
.sub_post_block.open{
    border-radius: 3px;
    background-color: #fff;
    box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
    border: none;
    border-radius: 3px 3px 0 0;
}
.sub_post_block>.btn_link>.sm_title{
    display: none;
    margin-top: 5px;
    margin-bottom: 0;
}
.sub_post_block.open>.btn_link>.sm_title{
    display: block;
}
.sub_post_block.open .dropdown-menu li.active{
    display: none;
}
.sub_post_block:before{
    font-size: 7px;
    content: '\e944';
    color: #a1b5c8;
    font-family: 'fontello';
    position: absolute;
    top: 16px;
    right: 15px;
    pointer-events: none;
    transition: 0.3s all;
    z-index: 1002;
}
.sub_post_block.open .nicescroll-rails{
    top: 0!important;
}
.sub_post_block:hover .btn_link{
    border-color: #76abf2;
    text-decoration: underline;
}
.sub_post_block.open .active>a{
    color: #76abf2;
    font-weight: 700;
    text-decoration: none;
}
.sub_post_block:hover:before{
    color: #76abf2;
}
.sub_post_block.open:before{
    color: #76abf2;
    content: '\e937'
}
.sub_post_block .dropdown-menu ul{
    list-style: none;
    margin-bottom:0;
}
.sub_post_block .dropdown-menu ul li{
    font-weight: 600;
    line-height: 1.58;
    font-size: 12px;
    transition: 0.3s all;
    position: relative;
}
.sub_post_block .dropdown-menu ul li a{
    padding: 11px 40px 11px 20px;
    border-bottom: solid 1px #d0e0ee;
    display: block;
    text-decoration: none;
}
.sub_post_block .dropdown-menu ul li a span{
    display: block;
    margin-bottom: 0;
}
.tlink + .sm_title{
    margin-top: 5px;
}
.sub_post_block .dropdown-menu ul li a:hover .tlink{
    color: #76abf2;
}
.sub_post_block .dropdown-menu ul li:last-child a{
    border-bottom: 0;
}
.sub_post_block .bootstrap-select{
    width: 100%;
}
.sub_post_block .btn_link {
    width: 100%;
    text-align: left;
    padding: 12px 19px;
    transition: none;
}
.sub_post_block.open .btn_link{
    font-weight: 700;
    text-decoration: none;
    color: #76abf2;
    border: none;
    padding: 13px 40px 13px 20px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}
.sub_post_block  .dropdown-menu{
    top: 56px;
    left: 0;
    padding: 0;
    right: 0;
    margin: 0;
    border-radius: 0 0 3px 3px;
    border-top: solid 1px #d0e0ee;
}
.navigate_block {
    padding: 20px 20px 5px;
    border-bottom: solid 1px #d0e0ee;
}
.navigate_block .panel-default>.panel-heading {
    background-color: transparent;
    border-color: transparent;
    color: #48617c;
}
.navigate_block .panel {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navigate_block .panel-link a,
.navigate_block .panel-title{
    font-size: 13px;
    font-weight: 600;
    line-height: 1.17;
    letter-spacing: -0.3px;
    position: relative;
    padding-right: 25px;
}
.navigate_block .panel-heading {
    padding: 0;
}
.navigate_block .panel-title a{
    position: relative;
    display: block;
    color: #76abf2;
    font-weight: 700;
    text-decoration: none;
}
.navigate_block_title{
    color: #76abf2;
}
.navigate_block_title:before{
    color: #76abf2;
}
.navigate_block .panel-title .navigate_block_title:before {
    font-size: 14px;
    padding-right: 10px;
    width: 25px;
    transition: 0.3s color;
    text-decoration: none;
}
.navigate_block .panel-title a.collapsed:before {
    color: #a1b5c8;
}
.navigate_block .panel-link a,
.navigate_block .panel-title .collapsed + .navigate_block_title{
    color: #48617c;
    text-decoration: underline;
    font-weight: 600;
}
.panel-title:hover a, .panel-link:hover a, .panel-title:hover  .navigate_block_title:before, .panel-title:hover .collapse_btn:before, .panel-body ul li a:hover{
    color: #76abf2 !important;
    text-decoration: none;
}
.navigate_block .panel-title .collapsed + .navigate_block_title:before{
    color: #a1b5c8;
}
.navigate_block .panel-title .collapse_btn {
    position: absolute;
    z-index: 1;
    font-size: 7px;
    right: -5px;
    top: 0;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    text-decoration: none;
}
.navigate_block .panel-title .collapse_btn:before{
    color: #76abf2;
    font-size: 7px;
    content: '\e937';
    font-family: 'fontello';
    padding: 0;
}
.navigate_block .panel-title .collapse_btn.collapsed:before{
    content: '\e944';
    color: #a1b5c8;
}
.navigate_block .sm_title {
    margin: 0 0 20px;
}
.navigate_block .panel-group .panel+.panel {
    margin-top: 20px;
}
.navigate_block .panel-body {
    padding: 20px 0 0 25px;
}
.panel-body ul{
    list-style: none;
    margin-bottom: 0;
}
.navigate_block .panel-body ul li,
.navigate_block .panel-link {
    margin-bottom: 20px;
}
.panel-body ul li:last-child{
    margin-bottom: 0;
}
.panel-body ul li a {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.3px;
    text-decoration: underline;
}
.navigate_block .panel-body ul li a{
    color: #48617c;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}
.panel-body .border_block .tbody {
    padding: 10px 10px;
}
.panel-body .border_block .form-group {
    margin-top: 10px;
}
.edit_menu_block_wrap .edit_menu_block:last-child .tlintblock{
    border-bottom: none;
}
.edit_menu_block>.dropdown_menu_wrap{
    position: absolute;
    top: 11px;
    right: 20px;
}
.edit_menu_block.open{
    box-shadow: 4px 7px 14px 5px rgba(138, 175, 224, 0.34);
}
.edit_menu_block.open .tlink{
    color: #76abf2;
    font-weight: 700;
    text-decoration: none;
}
.dropdown-menu.edit_char{
    padding: 0;
    margin: 0;
    box-shadow: 4px 7px 14px 5px rgba(138, 175, 224, 0.34);
}


/*elements*/
.breadcrumb {
    padding: 0;
    font-size: 11px;
    font-weight: 500;
    background-color: #f8f9fa !important;
    color: #48617c;
    margin-bottom: 35px;
}
.breadcrumb a {
    color: #48617c;
}
.breadcrumb a:hover{
    color: #76abf2;
}
.breadcrumb>li+li:before {
    color: #a1b5c8;
    content: "";
    width: 3px;
    height: 3px;
    background-color: #a1b5c8;
    border-radius: 50%;
    display: inline-block;
    padding: 0;
    margin: 0 10px 2px;
}
.section_title, h1{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.06;
    letter-spacing: -0.8px;
    margin: 0 0 20px;
    color: #1f4166;
}
h2{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.4px;
    color: #1f4166;
}
h3{
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.3px;
    color: #4c7aaa;
}
.grey_text{
    color: #48617c;
}
.small_text{
    font-size: 10px;
    font-weight: 600;
    letter-spacing: -0.2px;
    color: #48617c;
    text-decoration: underline;
}
.block_title{
    margin: 0;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: -0.3px;
    color: #192a46;
}
.table thead {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 19px;
    letter-spacing: -0.1px;
    color: #4c7aaa;
    margin: 0;
    padding-right: 100px;
}
.content_right .table thead, .content_right .table_title{
    padding-right: 40px;
}
.sm_title {
    font-size: 9px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.1px;
    margin: 0 0 10px;
    color: #48617c;
    text-transform: uppercase;
}
.table{
    background-color: #fff;
}
.table.shadow{
    box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
}
.btn{
    border-radius: 3px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: -0.3px;
    padding: 12px 22px;
    line-height: 1.2;
    text-decoration: none;
}
.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-social > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social.btn-default > :first-child {
    border-right: 1px solid #76abf2;
}

.btn-social.btn-warning  > :first-child {
    border-right: 1px solid #ff9d1c;
}

.btn-social.btn-success  > :first-child {
    border-right: 1px solid #2bd29f;
}

.btn-social.btn-lg {
    padding-left: 61px;
}
.btn-social.btn-lg > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em;
}
.btn-social.btn-sm {
    padding-left: 38px;
}
.btn-social.btn-sm > :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em;
}
.btn-social.btn-xs {
    padding-left: 30px;
}
.btn-social.btn-xs > :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em;
}
.btn-social-icon {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0;
}
.btn-social-icon > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social-icon.btn-lg {
    padding-left: 61px;
}
.btn-social-icon.btn-lg > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em;
}
.btn-social-icon.btn-sm {
    padding-left: 38px;
}
.btn-social-icon.btn-sm > :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em;
}
.btn-social-icon.btn-xs {
    padding-left: 30px;
}
.btn-social-icon.btn-xs > :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em;
}
.btn-social-icon > :first-child {
    border: none;
    text-align: center;
    width: 100%;
}
.btn-social-icon.btn-lg {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0;
}
.btn-social-icon.btn-sm {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0;
}
.btn-social-icon.btn-xs {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0;
}

.btn_step_block .btn {
    padding: 12px 19px;
    max-width: 348px;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #48617c;
}
.btn-primary, .btn-primary:focus, .btn-primary:visited, .btn-primary:active{
    background-color: #76abf2;
    color: #fff;
    border: solid 1px #76abf2;
}
.btn-primary:hover{
    background-color: #568eeb;
    color: #fff;
    border-color: #568eeb;
}
.btn-primary.disabled{
    background-color: #c4cfda;
    color: #fff;
    border-color: #c4cfda;
    opacity: 1;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    background-color: #568eeb;
    color: #fff;
    border-color: #76abf2;
}
.btn-default {
    background-color: #f8fbfe;
    border: solid 1px #76abf2;
    font-weight: 600;
    color: #76abf2;
    text-decoration: underline;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .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 {
    background-color: #f8fbfe;
    border-color: #76abf2;
    color: #76abf2;
}
.btn-default:focus, .btn-default:visited, .btn-default:active{
    background-color: #f8fbfe;
    border-color: #76abf2;
    color: #76abf2;
    text-decoration: underline;
}
.btn-default:hover{
    background-color: #f1f7fd;
    border-color: #76abf2;
    color: #76abf2;
    text-decoration: underline;
}
.btn-default.disabled{
    background-color: #f8f9fa;
    border-color: #c4cfda;
    color: #48617c;
    text-decoration: none;
    opacity: 1;
}

.btn-info {
    background-color: #f8fbfe;
    border: solid 1px #76abf2;
    font-weight: 600;
    color: #76abf2;
    text-decoration: underline;
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
    background-color: #f8fbfe;
    border-color: #76abf2;
    color: #76abf2;
}
.btn-info:focus, .btn-info:visited, .btn-info:active{
    background-color: #f8fbfe;
    border-color: #76abf2;
    color: #76abf2;
    text-decoration: underline;
}
.btn-info:hover{
    background-color: #f1f7fd;
    border-color: #76abf2;
    color: #76abf2;
    text-decoration: underline;
}
.btn-info.disabled{
    background-color: #f8f9fa;
    border-color: #c4cfda;
    color: #48617c;
    text-decoration: none;
    opacity: 1;
}


.btn-success {
    background-color: #F4FFFC;
    border: solid 1px #2bd29f;
    font-weight: 600;
    color: #2bd29f;
    text-decoration: underline;
}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
    background-color: #DCF2EC;
    border-color: #2bd29f;
    color: #2bd29f;
}
.btn-success:focus, .btn-success:visited, .btn-success:active{
    background-color: #F4FFFC;
    border-color: #2bd29f;
    color: #2bd29f;
    text-decoration: underline;
}
.btn-success:hover{
    background-color: #DCF2EC;
    border-color: #2bd29f;
    color: #2bd29f;
    text-decoration: underline;
}
.btn-success.disabled{
    background-color: #edfaf1;
    border-color: #cfdad3;
    color: #48617c;
    text-decoration: none;
    opacity: 1;
}
.btn-danger, .btn-danger[disabled]{
    background-color: rgba(243, 81, 67, 0.05);
    border: solid 1px #f35143;
    font-weight: 600;
    color: #f35143;
    text-decoration: underline;
}
.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.dropdown-toggle.btn-danger.focus, .open>.dropdown-toggle.btn-danger:focus, .open>.dropdown-toggle.btn-danger:hover {
    background-color: rgba(243, 81, 67, 0.05);
    border-color: #f35143;
    color: #f35143;
}
.btn-danger:focus, .btn-danger:visited, .btn-danger:active{
    background-color: rgba(243, 81, 67, 0.05);
    border-color: #f35143;
    color: #f35143;
    text-decoration: underline;
}
.btn-danger:hover{
    background-color: rgba(243, 81, 67, 0.05) !important;
    border-color: #f35143;
    color: #f35143;
    text-decoration: underline;
}
.btn-danger.disabled{
    background-color: rgba(243, 81, 67, 0.05);
    border-color: #dad2cf;
    color: #48617c;
    text-decoration: none;
    opacity: 1;
}



.btn-warning {
    background-color: rgba(255, 157, 28, 0.05);
    border: solid 1px #ff9d1c;
    font-weight: 600;
    color: #ff9d1c;
    text-decoration: underline;
}
.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.dropdown-toggle.btn-warning.focus, .open>.dropdown-toggle.btn-warning:focus, .open>.dropdown-toggle.btn-warning:hover {
    background-color: rgba(255, 157, 28, 0.1);
    border-color: #ff9d1c;
    color: #ff9d1c;
}
.btn-warning:focus, .btn-warning:visited, .btn-warning:active{
    background-color: rgba(255, 157, 28, 0.05);
    border-color: #ff9d1c;
    color: #ff9d1c;
    text-decoration: underline;
}
.btn-warning:hover{
    background-color: rgba(255, 157, 28, 0.1);
    border-color: #ff9d1c;
    color: #ff9d1c;
    text-decoration: underline;
}
.btn-warning.disabled{
    background-color: rgba(255, 157, 28, 0.05);
    border-color: #dad2cf;
    color: #48617c;
    text-decoration: none;
    opacity: 1;
}

.select_btn{
    background-color: transparent;
    border: solid 1px #d0e0ee;
    font-size: 12px;
    font-weight: 600;
    color: #48617c;
    transition: 0.3s all;
}
.select_btn:hover{
    border-color: #76abf2;
}
.btn_link{
    background-color: transparent;
    border: solid 1px #d0e0ee;
    text-decoration: underline;
    font-weight: 600;
}
.table_block{
    background-color: #fff;
    box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
    margin-bottom: 25px;
    border-radius: 3px;
}
.table_block .thead{
    padding: 1px 22px 10px 22px;
    border-bottom: solid 1px #d0e0ee;
    position: relative;
    min-height: 60px;
}
.table_list{
    list-style: none;
    margin: 0;
}
.table_list>li{
    position: relative;
}
/*.table_list>li.active{*/
    /*border: solid 2px #d0e0ee;*/
    /*!*border: 5px solid #fff;*!*/
    /*transition: 0.2s all;*/
    /*padding: 3px;*/
/*}*/
.table_list>li.active:before{
    /*width: 10px;*/
}
.table_list>li.active{
    /*-moz-box-shadow:    inset -8px 12px 18px 0 rgba(25, 42, 70, 0.13);*/
    /*-webkit-box-shadow: inset -8px 12px 18px 0 rgba(25, 42, 70, 0.13);*/
    box-shadow: inset 4px 4px 10px 0 rgba(25, 42, 70, 0.13);
    padding-left: 10px;
    transition: 0.3s all;
    border-left: 4px solid #d6d9de;
}
.table_list>li>span,
.table_list>li>a{
    border-bottom: solid 1px #d0e0ee;
    cursor: pointer;
    padding: 15px 5px 15px 22px;
    position: relative;
    display: block;
    text-decoration: none;
    min-height:60px;
}
.table_list>li:last-child>span,
.table_list>li:last-child>a{
    border-bottom: none;
}
.table_list>li>span:hover .tbtitle,
.table_list>li>a:hover .tbtitle{
    color: #76abf2;
}
.table_list>li>span:hover .progress_block,
.table_list>li>a:hover .progress_block {
    color: #76abf2;
    border-color: #76abf2;
}
.tbtitle{
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.3px;
    text-decoration: underline;
    color: #48617c;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    /*z-index: 5;*/
    transition: 0.3s all;
}
.tbtitle + .sm_title{
    margin-top: 5px;
}
.table_block .sm_title{
    margin-bottom: 0;
}
.table_block .block_text{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 45px);
    width: -webkit-calc(100% - 45px);
    width: -o-calc(100% - 45px);
    padding-right: 30px;
}
.table_block .block_progress{
    width: 40px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.small_text{
    font-size: 12px;
    font-weight: 500;
}

.form-control{
    height: 40px;
    border-radius: 3px;
    border: solid 1px #d0e0ee;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.42;
    letter-spacing: -0.3px;
    transition: 0.3s border-color;
}
.tradio{
    list-style: none;
    margin: 0;
    border-bottom: solid 1px #d0e0ee;
}
.tradio li{
    padding: 8px 30px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.3px;
    border-bottom: solid 1px #d0e0ee;
}
.tradio li:last-child{
    border: none;
}
.radio_block, .checkbox_block {
    position: relative;
}
.radio_btn, .checkbox_btn{
    display: none !important;
}
.radio_btn + label, .checkbox_btn + label {
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: -0.3px;
    color: #48617c;
    text-transform: inherit;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: 0.3s color;
}
.radio_btn:hover + label, .checkbox_btn:hover + label, .checkbox_btn:checked + label, .radio_btn:checked + label{
    color: #76abf2;
}
.radio_btn + label:before, .checkbox_btn + label:before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    border: solid 1px #d0e0ee;
    color: #fff;
    font-size: 8px;
    line-height: 16px;
    text-align: center;
    content: '';
    transition: 0.3s border-color;
}
.checkbox_btn + label:empty:before, .radio_btn + label:empty:before  {
    top: -3px;
}
.radio_btn:hover + label:before, .checkbox_btn:hover + label:before{
    border-color: #76abf2;
}
.radio_btn + label:before{
    border-radius: 50%;
}
.checkbox_btn + label:before {
    border-radius: 2px;
}
.radio_btn:checked + label:before{
    border: solid 6px #76abf2;
    box-shadow: 0 3px 6px 0 rgba(118, 171, 242, 0.55);
}
.checkbox_btn:checked + label:after{
    width: 8px;
    height: 8px;
    border-radius: 1px;
    background-color: #76abf2;
    top: 9px;
    left: 5px;
    content:"";
    position: absolute;
}
.checkbox_btn:checked  + label:empty:after  {
    top: 2px;
}
.tsearch {
    border-bottom: solid 1px #d0e0ee;
    position: relative;
    padding: 0 50px 0 20px;
}
.tsearch .form-control{
    border: none;
}
.tsearch button {
    border: 0;
    background: transparent;
    position: absolute;
    color: #a1b5c8;
    font-size: 14px;
    top: 10px;
    right: 20px;
    z-index: 1;
}
.tblock{
    padding: 20px 30px 0;
}
.tblock>.row:first-child{
    margin-top: 10px;
}
.nicescroll-cursors{
    width: 3px !important;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
}
.nicescroll-rails{
    opacity: 1 !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
    border-left: solid 1px #d0e0ee !important;
    z-index: 100 !important;
}
.form-group [class*="col-"]>label{
    margin-top: 10px;
}
.form-group [class*="col-"]>label.for_form_control{
    margin-top: 15px;
}
.modal_table{
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.3px;
    margin: 0;
    background: #fff;
}
.modal_table th,
.modal_table tfoot td{
    border-bottom: solid 1px #d0e0ee;
    vertical-align: top;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: -0.1px;
    margin: 0;
    color: #687d92;
    text-transform: uppercase;
    white-space: nowrap;
}
.modal_table th{
    padding: 25px 5px;
}
.modal_table td{
    vertical-align: top;
    border-bottom: solid 1px #d0e0ee;
    padding: 20px 5px;
}
.modal_table td:first-child, .modal_table th:first-child{
    padding-left: 30px;
}
.modal_table td:last-child, .modal_table th:last-child{
    padding-right: 30px;
}
.modal_table tbody tr:last-child td,
.modal_table tbody tr:last-child th{
    border-bottom: none;
}
.in_waiting td{
    font-weight: 700;
}
.two_btn .btn{
    width: calc(50% - 8px);
    width: -webkit-calc(50% - 8px);
    width: -o-calc(50% - 8px);
}
.two_btn .btn + .btn{
    margin-left: 10px;
}
.modal_table_scroll{
    max-height: calc(100vh - 220px);
    max-height: -webkit-calc(100vh - 220px);
    max-height: -o-calc(100vh - 220px);
    border-bottom: none;
}
.modal_table_scroll .tradio, .modal_table_scroll .modal_table{
    border: none;
}
.table_panel .panel-title{
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.3px;
    color: #48617c;
    margin-bottom: 0;
    position: relative;
    background: #fff;
    border-bottom: solid 1px #d0e0ee;
    transition: 0.2s margin;
}
.table_panel .panel-title a[data-toggle="collapse"]{
    padding: 16px 22px;
    display: block;
    text-decoration: underline;
    padding-right: 105px;
}
.opened_collapse .panel-title a[data-toggle="collapse"]{
    text-decoration: none !important;
    font-weight: 700;
    color: #76abf2;
}
.table_panel .panel-title a[data-toggle="collapse"]:before {
    position: absolute;
    z-index: 1;
    right: 22px;
    top: 20px;
    text-decoration: none;
    color: #76abf2;
    font-size: 7px;
    content: '\e937';
    font-family: 'fontello';
}
.table_panel .panel-title a.collapsed[data-toggle="collapse"]:before {
    content: '\e944';
    color: #a1b5c8;
}
.mark_btn{
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: none;
    color: #a1b5c8;
    transition: 0.3s all;
    font-size: 18px;
    position: relative;
    z-index: 1;
}
.mark_btn:hover{
    color: #839bb3;
}
.active .mark_btn,.active.mark_btn{
    color: #2bd29f;
}
.active .mark_btn:hover{
    color: #21c291;
}
.active .mark_btn:after{
    box-shadow: 0 3px 6px 0 rgba(43, 210, 159, 0.55);
    content: "";
    position: absolute;
    top: 55%;
    left: 50%;
    margin-left: -7px;
    border-radius: 50%;
    z-index: 1;
    width: 14px;
    height: 5px;
    background: rgba(43, 210, 159, 0.55);
}
.mark_btn:before{
    content: '\e951';
    font-family: 'fontello';
}
.table_panel .panel-group .panel+.panel {
    margin-top: 0;
}
.table_panel .panel-default>.panel-heading {
    color: #48617c;
    background-color: transparent;
    border-color: transparent;
}
.table_panel  .panel {
    margin-bottom: 0;
    background: #f8f9fa;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.table_panel .panel-default:last-child .panel-title {
    border-bottom: none;
}
.table_panel .panel-heading {
    padding: 0;
}
.table_panel .panel-body {
    padding: 0;
}
.sm_title.icon-link:before {
    font-size: 10px;
    margin-right: 5px;
}
.opened_collapse .panel-title{
    box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
    border-bottom-color: transparent;
    margin-bottom: 25px;
}
.table_panel .panel.opened_collapse{
    box-shadow: -35px 25px 18px 0 rgba(248, 249, 250, 1);
}
.table_panel .border_block:before{
    position: absolute;
    left: 18px;
    bottom: 99.5%;
    content: "....";
    color: #48617c;
    transform: rotate(90deg);
    z-index: 0;
    font-size: 20px;
    letter-spacing: 1px;
}
.table_panel .panel-group .panel:last-child .panel-body .border_block:last-child{
    margin-bottom: 0;
}
.table_panel .panel-group .panel:last-child .panel-body .border_block:last-child:after{
    position: absolute;
    top:100%;
    left: 0;
    width: 100%;
    height: 25px;
    background-color: #f8f9fa;
    content:"";
    z-index:1;
    margin-top: 1px;
}
.mark_btn_wrap{
    position: absolute;
    right: 55px;
    top: 13px;
}
.border_block .thead .mark_btn_wrap{
    top: 18px;
}
.with_dotted:before {
    position: absolute;
    left: 18px;
    bottom: 99.9%;
    content: "....";
    color: #48617c;
    transform: rotate(90deg);
    z-index: 0;
    font-size: 20px;
    letter-spacing: 1px;
}
.mark_btn_wrap .dropdown-menu{
    right: 0;
    left: auto;
    top: 100%;
    z-index: 15;
    min-width: 290px;
    padding: 12px 20px 18px;
    font-size: 12px;
    border-radius: 0;
    margin-top: 10px;
}
.mark_btn_wrap:hover .dropdown-menu{
    display: block;
}
.mark_btn_wrap .dropdown-menu .sm_title{
    margin-top: 5px;
}
.breadcrumb>.active {
    color: #48617c;
}
.important_proc span{
    width: 8px;
    height: 8px;
    border: solid 1px #d0e0ee;
    display: inline-block;
    border-radius: 50%;
}
.important_proc .importantant_rate{
    background-color: #76abf2;
    box-shadow: 0 3px 6px 0 rgba(118, 171, 242, 0.55);
    border: solid 1px #76abf2;
}
.action_btn{
    border-radius: 3px;
    background-color: transparent;
    border: solid 1px #d0e0ee;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px;
    transition: 0.3s all;
    text-decoration: underline;
}
.action_btn:before{
    background-color: #76abf2;
    box-shadow: 0 3px 6px 0 rgba(118, 171, 242, 0.55);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    line-height: 18px;
    text-align: center;
    color: #fff;
    font-family: "fontello";
    display: inline-block;
    font-size: 8px;
    font-weight: normal;
    margin-right: 12px;
    text-decoration: none;
    transition: 0.3s all;
}
.copy_btn:before{
    content: '\e934';
}
.excel_btn:before{
    content: '\e933';
}
.print_btn:before{
    content: '\e932';
}
.choose_all_btn:before{
    content: '\e96a';
    font-size: 9px;
}
.shoot_btn:before{
    content: '\e806';
    font-size: 9px;
}
.action_btn_group{
    position: absolute;
    top: 18px;
    right: 20px;
}
.with_action_btn .table_title{
    padding-right: 480px;
}
.action_btn:hover{
    color: #76abf2;
    border-color: #76abf2;
}
.action_btn:hover:before{
    background-color: #568eeb;
}
.action_btn.disabled{
    text-decoration: none;
}
.action_btn.disabled:before{
    background-color: #c4cfda;
    box-shadow: 0 3px 6px 0 rgba(142, 165, 196, 0.55);
}
td.disabled{
    background-color: #f8f9fa;
    border-left: solid 1px #d0e0ee !important;
}
td.disabled a, td.disabled .tlink{
    color: #48617c;
    text-decoration: line-through;
}
.one_line .add_btn{
    top: 13px;
}
.tbody .table_title + p, .tbody .table_title + .tlink{
    margin-top: 10px;
}
/*collapse_table*/
.open_tcollapse{
    width: 18px;
    height: 18px;
    border: solid 1px #d0e0ee;
    text-align: center;
    display: inline-block;
    line-height: 18px;
    color: #a1b5c8;
    background: transparent;
    font-size: 6px;
    border-radius: 50%;
    transition: 0.3s all;
}
.open_tcollapse:before {
    content: '\e944';
    font-family: "fontello";
}
.open .open_tcollapse{
    color: #76abf2;
    border-color: #76abf2;
}
.open .open_tcollapse:before{
    content: '\e937';
}
.collapse_table td{
    position: relative;
}
.collapse_table .open_tcollapse{
    position: absolute;
    top: 50px;
    right: 22px;
    z-index: 10;
}
.collapse_table .open .open_tcollapse{
    top: auto;
    bottom: 20px;
}
table .collapse.in {
    display: table-row !important;
}
.collapse td .border_block:before {
    position: absolute;
    left: 18px;
    bottom: 99.9%;
    content: "....";
    color: #48617c;
    transform: rotate(90deg);
    z-index: 0;
    font-size: 20px;
    letter-spacing: 1px;
}
.collapse>td  {
    padding: 25px 0 0 !important;
    background: #f8f9fa;
    border-bottom-color: transparent !important;
}
.collapse + tr{
    border-radius: 3px 3px 0 0;
}
.collapse_table .collapsing{
    webkit-transition-duration:0s;-o-transition-duration:0s;
    transition-duration:0s;
    display: none;
}
.collapse_table tr{
    position: relative;
}
.collapse_table td{

}
.opened_collapse td{
    border-bottom: none !important;
    padding-bottom: 22px;
}
.collapse_table tr.opened_collapse{
    box-shadow: inset 0px -2px 2px 0px rgba(25, 42, 70, 0.15);
    ---transition-duration: 0.3s;
}
.collapse_table .modal_table{
    border-bottom: none;
}
.collapse_table .collapse.in{
    box-shadow: -25px 0 30px 5px rgba(248, 249, 250, 1);
    border-radius: 0 0 3px 3px;
}
/*.collapse_table tr:nth-last-child(-n+2) td{
	border-bottom: none !important;
}*/
.modal_table .modal_table tbody tr td {
    border-bottom: solid 1px #d0e0ee;
}
.modal_table .modal_table tbody tr:last-child td{
    border-bottom: none;
}
.collapse_table tr:last-child .border_block {
    margin-bottom: 0;
}
.collapse_table .proc_waiting:last-child td {
    padding-bottom: 20px !important;
}
.collapse_table, .collapse_table .modal_table{
    border-bottom: 0 !important;
}

/*tabs*/
.main_tabs{
    list-style: none;
    border: solid 1px #d0e0ee;
    border-radius: 3px;
    margin-bottom: 25px;
}
.main_tabs:after{
    content:"";
    clear: both;
    display: table;
}
.main_tabs>li{
    float: left;
    text-align: center;
    height: 50px;
}
.main_tabs>li>a{
    display: table;
    width: 100%;
    vertical-align: middle;
    padding: 9px 10px;
    height: 50px;
}
.main_tabs>li>a>span{
    display: table-cell;
    vertical-align: middle;
}
.main_tabs>li+li{
    border-left: solid 1px #d0e0ee;
}
.two_tab>li{
    width: 50%;
}
.three_tab>li{
    width: 33.3333333%;
}
.main_tabs>li.active>a{
    font-weight: 700;
    text-decoration: none;
    color: #76abf2;
    background: #fff;
    position: relative;
}
.main_tabs>li:first-child>a{
    border-radius: 3px 0 0 3px;
}
.main_tabs>li:last-child>a{
    border-radius: 0 3px 3px 0;
}
.main_tabs>li.active>a:after, .main_tabs>li.active>a:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.main_tabs>li.active>a:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}
.main_tabs>li.active>a:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #d0e0ee;
    border-width: 9px;
    margin-left: -9px;
}
.processing{
    width: 18px;
    height: 18px;
    /*background-color: #bdd0e2;*/
    /*box-shadow: 0 3px 6px 0 rgba(189, 208, 226, 0.55);*/
    display: inline-block;
    border-radius: 50%;
    border: none;
    color: #fff;
    text-align:center;
    line-height: 18px;
}
.table_block .modal_table {
    border-bottom: none;
}
.processing:before{
    font-family: "fontello";
    content: '\e957';
}
.proc_waiting.processing, .processing.waiting{
    background-color: #76abf2;
    box-shadow: 0 3px 6px 0 rgba(118, 171, 242, 0.55);
}
.proc_danger.processing, .processing.danger{
    background: rgba(242, 79, 65, 1);
    box-shadow: 0 3px 6px 0 rgba(242, 79, 65, 0.55);
    padding-right: 0;
}
.proc_danger.processing:before, .processing.danger:before{
    content: '\e969';
    font-size: 10px;
}
.proc_success.processing, .processing.success{
    background: #2bd29f;
    box-shadow: 0 3px 6px 0 rgba(43, 210, 159, 0.55);
    padding-right: 0;
}
.proc_success.processing:before, .processing.success:before{
    content: '\e96b';
    font-size: 8px;
}
.with_icon{
    padding-right: 60px !important;
    position: relative;
}
.with_icon  .dropdown_menu_wrap{
    position: absolute;
    top: 22px;
    right: 18px;
}
.with_border.modal_table td, .with_border.modal_table th, .compare_table.modal_table td, .compare_table.modal_table th {
    border-left: solid 1px #d0e0ee;
    padding-left: 22px;
    padding-right: 22px;
}
.with_border.modal_table td:first-child, .with_border.modal_table th:first-child, .compare_table.modal_table td:first-child, .compare_table.modal_table th:first-child {
    border-left:0;
}
.no_section{
    padding: 20px 22px 25px;
    position: relative;
    /*overflow: auto;*/
    clear: both;
}
.no_section .form-group{
    margin-bottom: 25px;
}
.no_section .form-group:last-child{
    margin-bottom: 0;
}
.compare_table .form-control{
    border-color: transparent !important;
}
.modal_table.compare_table td {
    padding: 0 !important;
}
.effect_td_block{
    height: 88px;
    position: relative;
    padding-bottom: 40px;
}
.effect_td_block .effect_point{
    position: absolute;
    bottom: 14px;
    right: 20px;
    font-weight: bold;
    padding-left: 15px;
    height: 17px;
}
.effect_point:before{
    font-family: "fontello";
}
.effect_td_block .bootstrap-select .btn {
    padding: 12px 22px;
    font-weight: 600;
    height: 42px;
    background: transparent;
}
.effect_td_block .bootstrap-select:before {
    right: 20px;
}
.char_td_block{
    padding: 12px 22px;
    position: relative;
}
.char_td_block .dropdown_menu_wrap {
    position: absolute;
    top: 12px;
    right: 8px;
}
.char_td_block .dropdown_menu_wrap .edit_menu.dropdown-menu {
    right: -8px;
    margin-top: 10px;
}
.effect_td_block .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-decoration: underline;
}
.effect_td_block .bootstrap-select.btn-group .dropdown-menu li a {
    padding: 15px 23px;
}
.effect_td_block .open.bootstrap-select:before {
    content: '\e937';
}
.no_effect_options .effect_point:after{
    content: "2.0";
}
.partly_effect_options .effect_point:after{
    content: "3.0";
}
.effect_options .effect_point:after{
    content: "4.0";
}
.very_effect_options .effect_point:after{
    content: "5.0";
}
td:not([class]) .effect_point:before, .no_choise_options .effect_point:before{
    display: none;
}
.effect_point:before{
    content: '\e96e';
    font-family: "fontello";
    font-size: 7px;
    position: absolute;
    top: 4px;
    left: 0;
}
.compare_table td{
    position: relative;
    transition: 0.3s all;
}
.no_effect_options{
    background: #fef6f5;
}
.no_effect_options:before, .partly_effect_options:before, .effect_options:before, .very_effect_options:before{
    position: absolute;
    width: 3px;
    top: 0;
    bottom: 0px;
    content: "";
    left: -2px;
}
.no_effect_options:before{
    background-color: #f35143;
}
.option-disabled, .no_effect_options .effect_point{
    color: #f35143;
}
.partly_effect_options{
    background: #fef9f3;
}
.partly_effect_options:before{
    background-color: #ff9d1c;
}
.partly_effect_options .effect_point{
    color: #ff9d1c;
}
.effect_options{
    background: #f8fbfe;
}
.effect_options:before{
    background-color: #76abf2;
}
.effect_options .effect_point{
    color: #76abf2;
}
.very_effect_options{
    background: #f4fcfa;
}
.very_effect_options:before{
    background-color: #2bd29f;
}
.very_effect_options .effect_point{
    color: #2bd29f;
}

/*modal*/
.modal-backdrop.in {
    filter: alpha(opacity=70);
    opacity: .7;
}
.modal-dialog{
    width: 50%;
}
.modal_lg .modal-dialog{
    width: 75%;
}
.modal_sm .modal-dialog{
    width: 40%;
}
.modal_xl .modal-dialog{
    width: 80%;
}
.modal_content{
    border-radius: 3px;
    background-color: #fff;
}
#modal_rem_add_tool .modal_content{
    background: #fff url(../images/add_tool.png) no-repeat 120% 50%;
    background-size: 270px;
    min-height: 344px;
    padding: 52px 45px;
}
.modal_title{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.17;
    letter-spacing: -0.8px;
    color: #1f4166;
    margin: 0 0 22px;
}
.modal_content .small_text{
    line-height: 1.42;
    letter-spacing: -0.4px;
}
.add_tool_block{
    width: 60%;
}
.add_tool_block .modal_title{
    padding-right: 30px;
}
/*.modal .close, .btn_close{*/
    /*background: transparent;*/
    /*border: none;*/
    /*width: 25px;*/
    /*height: 25px;*/
    /*position: absolute;*/
    /*opacity: 1 !important;*/
    /*z-index: 10;*/
/*}*/
/*.modal .close{*/
    /*top: -2px;*/
    /*right: -40px;*/
/*}*/
.btn_close{
    top: 19px;
    right: 20px;
}
/*.modal .close:before, .btn_close:before, .modal .close:after, .btn_close:after{*/
/*width: 2px;*/
/*height: 25px;*/
/*background-color: #fff;*/
/*border-radius: 1px;*/
/*content:"";*/
/*position: absolute;*/
/*top:0;*/
/*}*/
/*.modal .close:before, .btn_close:before{*/
/*-webkit-transform: rotate(45deg);*/
/*-moz-transform: rotate(45deg);*/
/*-ms-transform: rotate(45deg);*/
/*-o-transform: rotate(45deg);*/
/*transform: rotate(45deg);*/
/*}*/
/*.modal .close:after, .btn_close:after{*/
    /*-webkit-transform: rotate(-45deg);*/
    /*-moz-transform: rotate(-45deg);*/
    /*-ms-transform: rotate(-45deg);*/
    /*-o-transform: rotate(-45deg);*/
    /*transform: rotate(-45deg);*/
/*}*/
.modal_content .table_block .thead{
    padding: 19px 30px;
}
.modal_content .table_block .tbody{
    padding: 20px 30px 0;
    border-bottom: solid 1px #d0e0ee;
}
.modal_content .table_block .tfoot{
    padding: 29px 30px;
    border-top: solid 1px #d0e0ee;
}
.table_block .tfoot{
    padding: 22px;
}
table + .tfoot{
    border-top: solid 1px #d0e0ee;
}
.modal_content .table_block .form-group{
    margin-bottom: 25px;
}
.bootstrap-select .btn {
    padding: 10px 12px;
    height: 40px;
    font-weight: 500;
}
td .icon_combined{
    position: relative;
    top:0;
    left:0;
}
.dropdown_menu_wrap .edit_menu.dropdown-menu {
    right: 0;
    margin-top: 10px;
}
.content_box .modal_table td:first-child, .content_box .modal_table th:first-child {
    padding-left: 22px;
}
.content_box .modal_table td:last-child, .content_box .modal_table th:last-child {
    padding-right: 22px;
}
.border_block  .thead .round-btn{
    position: absolute;
    top: 18px;
    right: 22px;
}
.table_block>.thead .round-btn
{
    /*position: absolute;*/
    margin-top: 15px;
    /*right: 22px;*/
    z-index: 1;
    float: right;
}

.round-btn.disabled{
    background-color: #c4cfda;
    box-shadow: none;

}
.round-btn:hover{
    background-color: #568eeb;
    color: #fff;
}
.round-btn.disabled:hover, .edit_btn_disabled:hover{
    background-color: #d8e3ee;
    border: 1px solid #d8e3ee;
    color: #fff;
}
.round-btn:before{
    font-family: "fontello";
}
.round-btn{
    margin-right: 3px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    transition: 0.3s all;
}

.add_btn, .down_btn{
    background-color: #76abf2;
    box-shadow: 0 3px 6px 0 rgba(118, 171, 242, 0.55);
    border: none;
    color: #fff;
}
.info_btn{
    background-color: #76abf2;
    box-shadow: 0 3px 6px 0 rgba(118, 171, 242, 0.55);
    border: none;
    color: #fff;
}
.add_btn:before{
    content: '\e96a';
}
.info_btn:before{
    content: '\e839';
}
.down_btn:before{
    content: '\e933';
}
.link_btn:before{
    content: '\e967';
}
.edit_btn, .link_btn{
    background: none;
    border: 1px solid #76abf2;
    color: #76abf2;
}
.edit_btn:before, .edit_btn_disabled:before{
    content: '\e838';
}
.check_btn{
    background: none;
    background-color: #2bd29f;
    color: #fff;
    z-index:5;
    border-radius: 50%;
    text-align: center;
    line-height: 19px;
    font-size: 1em;
    box-shadow: 0 3px 6px 0 rgba(43, 210, 159, 0.55);
    border: none !important;
}
.check_btn:before{
    content: '\E805';
}
.uncheck_btn, .link_btn{
    background: none;
    border: 1px solid #76abf2;
    color: #76abf2;
}
.uncheck_btn:hover{
    background-color: #fff;
    color: #76abf2 !important;
    border: 1px solid #76abf2;
    z-index:5;
    text-align: center;
}
.uncheck_btn{
    color: #fff;
}
.uncheck_btn:before{
    content: '\E805';
}
.remove_btn, .edit_btn_disabled{
    background: none;
    border: 1px solid #d0e0ee;
    color: #d0e0ee;
}
.remove_btn:before{
    content: '\e806';
}
.right_scroll_btn{
    color: #48617c;
    background: transparent;
    border: none;
    transition: 0.3s all;
}
.right_scroll_btn:before {
    content: '\e946';
    font-family: "fontello";
    font-size: 8px;
}
.right_scroll_btn:hover{
    color: #76abf2;
}
.border_block .thead .add_btn{
    top: 15px;
}
.plus_circ, .minus_circ{
    width: 18px;
    height: 18px;
    border: solid 1px #d0e0ee;
    background: transparent;
    color: #a1b5c8;
    font-size: 9px;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
}
.plus_circ:before {
    content: '\e96a';
    font-family: "fontello";
}
.minus_circ:before {
    content: '\e969';
    font-family: "fontello";
}
textarea {
    resize: vertical;
}

/*content_right*/
.content_right{
    width: 400px;
    float: right;
    padding-top: 20px;
    padding-right: 50px;
    position: relative;
    padding-bottom: 80px;
}
.success_page .content_right{
    width: 500px;
    padding-top: 50px;
}
.success_page .content_box {
    padding: 75px 49px 50px;
    width: calc(100% - 757px);
    width: -webkit-calc(100% - 757px);
    width: -o-calc(100% - 757px);
    text-align: center;
}
.success_page .indicator_block>.table_block{
    position: relative;
    top: -1px;
    left: -1px;
    right: 0px;
    z-index: 10;
    padding: 25px 22px 20px;
    margin-bottom: 0;
    width: 450px;
}
.indicator_btn_block{
    margin: 27px 0;
}
.success_page .indicator_block>.table_block  .section_title{
    margin-bottom: 5px;
}
.content_right .btn_step_block{
    margin-bottom: 20px;
}
.btn .icon-right{
    padding-left: 10px;
}
.block_group{
    margin-bottom: 25px;
}
.border_block{
    border-radius: 3px;
    background-color: #fff;
    border: solid 1px #d0e0ee;
    margin-bottom: 25px;
    position: relative;
}
.table_block .thead h2.table_title{
    margin-top: 15px;
}
.border_block .thead {
    padding:5px 20px 5px 20px;
    border-bottom: solid 1px #d0e0ee;
    position: relative;
}
.border_block .tbody {
    padding: 10px 20px;
}
.table_block .tbody {
    padding: 18px 22px 6px;
}
.table_block .tfoot {
    border-top: solid 1px #d0e0ee;
    padding: 20px 22px;
}
.border_block .tfoot {
    border-top: solid 1px #d0e0ee;
    padding: 20px 22px;
}
.line_block{
    width: 100%;
    height: 2px;
    background: #d0e0ee;
    margin-bottom: 20px;
}
.tlink{
    font-size: 12px;
    font-weight: 600;
    line-height: 1.42;
    letter-spacing: -0.3px;
    color: #48617c;
    display: inline-block;
    text-decoration: underline;
    position: relative;
}
.tlink:hover{
    color: #76abf2;
}
a.active.tlink{
    font-weight: 700;
    text-decoration: none;
    color: #76abf2;
}
.link_active{
    color: #76abf2;
    font-weight: 700;
    text-decoration: none;
}
.tbody_block {
    margin-bottom: 16px;
    position: relative;
}
.inform_block{
    border-radius: 3px;
    border: solid 1px #d0e0ee;
    margin-bottom: 25px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.42;
    letter-spacing: -0.3px;
    padding: 37px 60px 46px;
}
.inform_block .bbody{
    margin-bottom: 35px;
}
.border_block .progress_block{
    position: absolute;
    top: 20px;
    right: 20px;
}
.border_block .inprogress .progress_block{
    width: 36px;
    height: 36px;
    line-height: 34px;
}
.border_block .inprogress:before{
    display: none;
}
.indicator_block .tlink{
    padding-right: 50px;
}
.condition_btn{
    width: 18px;
    height: 18px;
    border: solid 1px #d0e0ee;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    background: transparent;
    color: #b8c7d6;
    transition: 0.3s all;
}
.tbody_block .condition_btn, .tbody_block .done_btn{
    position: absolute;
    top: 0;
    right: 4px;
}
.tbody_block:hover .condition_btn, .condition_btn:hover, .active .condition_btn {
    border: solid 1px #76abf2;
    color: #76abf2;
}
.with_border_bottom{
    border-bottom: solid 1px #d0e0ee !important;
}
.condition_btn:before{
    /*content: '\e968';*/
    font-family: "fontello";
    font-size: 10px;
    font-size: 7px;
    position: relative;
    top: -1.5px;
}
.done_btn, .tdone .condition_btn{
    background-color: #2bd29f;
    color: #fff !important;
    z-index:5;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 19px;
    font-size: 1em;
    box-shadow: 0 3px 6px 0 rgba(43, 210, 159, 0.55);
    border: none !important;
}
.done_btn:before, .tdone .condition_btn:before{
    content: '\e96b';
    font-family: "fontello";
}
.part_btn, .tpart .condition_btn{
    background-color: #ff9d1c;
    color: #fff !important;
    z-index:5;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 19px;
    font-size: 1em;
    box-shadow: 0 3px 6px 0 rgba(255, 157, 28, 0.55);
    border: none !important;
}
.part_btn:before, .tpart .condition_btn:before{
    content: '\e957';
    font-family: "fontello";
}
.edit_menu.dropdown-menu{
    padding: 0;
    margin: 0;
    min-width: 228px;
    right: 25px;
    left: auto;
}
.edit_menu.dropdown-menu ul {
    list-style: none;
    margin: 0;
}
.edit_menu.dropdown-menu ul li {
    line-height: 1.4;
    transition: 0.3s all;
    position: relative;
    font-size: 12px;
}
.edit_menu.dropdown-menu ul li:last-child a{
    border: none;
}
.edit_menu.dropdown-menu li a {
    text-decoration: underline;
    display: block;
    padding: 13px 20px 16px;
    color: #48617c;
    border-bottom: solid 1px #d0e0ee;
}
.edit_menu.dropdown-menu li a:hover{
    color: #76abf2;
    background-color: #f8f9fa;
    text-decoration: underline;
}
.counter_block{
    counter-reset: section;
}
.counter_block .tbody_block{
    counter-increment: section;
    padding-left: 33px;
}
.counter_block .tbody_block:before{
    content: counter(section);
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: solid 1px #d0e0ee;
    top: 1px;
    left:0;
    text-align: center;
    line-height: 17px;
    font-size: 10px;
    font-weight: 600;
    border-radius: 50%;
    color: #48617c;
}
.preview_block {
    border-radius: 3px;
    border: solid 1px #d0e0ee;
    margin-bottom: 25px;
    padding: 26px 22px;
}
.preview_block:after{
    clear: both;
    display: table;
    content: "";
}
.preview_block .bbody{
    margin-bottom: 20px;
}
.preview_block_text{
    width: 60%;
    float: left;
}
.preview_img {
    width: 40%;
    height: 185px;
    float: right;
}
.preview_block a .icon-right {
    font-size: 10px;
    color: #48617c;
    padding-left: 5px;
}
.preview_block a:hover .icon-right {
    color: #76abf2;
}
.sub_title{
    margin: 0 0 12px;
    color: #1f4166;
    font-weight: 700;
    text-align: center;
    font-size:12px;
}
.border_block .sm_title{
    margin-top: 0 !important;
    margin-bottom: 0;
}
.border_block .tlink + .sm_title{
    margin-top: 5px !important;
}
.border_block .sm_title + p {
    margin-top: 10px;
}
.border_block .tbody p + p{
    margin-top: 15px;
}
.table_total {
    color: #1f4166;
    font-weight: 700;
}
.small_table{
    font-size: 10px;
}
.small_table td{
    padding-top: 13px;
    padding-bottom: 13px;
}
.year_table td{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 10px;
    border-bottom: solid 1px #d0e0ee !important;
    vertical-align: middle;
    height: 40px;
}
td.active a{
    font-weight: 700;
    text-decoration: none;
    color: #76abf2;
}
.btn_plus{
    border: none;
    background: transparent;
    color: #a1b5c8;
    font-size: 12px;
    width: 19px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    transition: 0.3s all;
}
.btn_plus:before{
    content: '\e96a';
    font-family: "fontello";
}
.btn_plus:hover{
    color: #76abf2;
}
/*.table_block .tbody p{
	margin-bottom: 25px;
}*/
.tbody_sub_block{
    border-bottom: 1px solid #d0e0ee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}




/*select*/
select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}
.bootstrap-select {
    width: 220px \0;
    position: relative;
}
.bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #48617c;
}
.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
}
.bootstrap-select > select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}
.bootstrap-select.fit-width {
    width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 216px;
}
.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
    z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
    float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
    margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}
.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
    cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
    outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
    position: absolute;
    height: 0 !important;
    padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
    width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 4px 7px 14px 5px rgba(138, 175, 224, 0.34);
}
.sub_post_block .bootstrap-select.btn-group .dropdown-menu{
    box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
}
.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
    z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid white;
    border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
    padding: 4px 8px;
}
.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
    width: 50%;
}
.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bs-donebutton .btn-group button {
    width: 100%;
}
.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}
.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}
.bootstrap-select .bs-caret{
    display: none;
}
.bootstrap-select:before{
    position: absolute;
    pointer-events: none;
    content: '\e944';
    font-family: 'fontello';
    z-index: 10;
    color: #a1b5c8;
    font-size: 7px;
    right: 12px;
    top: 17px;
    transition: 0.3s color;
}
.bootstrap-select:hover:before{
    color: #76abf2;
}
.bootstrap-select.open:before{
    z-index: 1001;
}
.select_btn .filter-option {
    text-decoration: underline;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.open.bootstrap-select:before{
    color: #76abf2;
}
.sub_post_block .open.bootstrap-select:before{
    content: '\e937';
}
.open.bootstrap-select .filter-option, .open.bootstrap-select .dropdown-menu li.selected a{
    color: #76abf2;
    text-decoration: none;
    font-weight: 600;
}
.sub_post_block .open.bootstrap-select .filter-option, .sub_post_block .open.bootstrap-select .dropdown-menu li.selected a{
    font-weight: 700;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: transparent;
}
.dropdown-menu{
    border-radius: 3px;
    background-color: #fff;
    box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
    border: none;
}
.bootstrap-select .dropdown-menu{
    top: 0;
    margin: 0;
    padding: 0;
}
.bootstrap-select.btn-group .dropdown-menu li a {
    color: #48617c;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.3px;
    padding: 15px 13px;
    border-top: solid 1px #d0e0ee;
    text-decoration: none;
}
.sub_post_block .bootstrap-select .btn {
    font-weight: 600;
}
.sub_post_block .bootstrap-select.btn-group .dropdown-menu li a{
    font-weight: 600;
}
.sub_post_block .bootstrap-select.btn-group .dropdown-menu li a{
    padding: 14px 13px;
}
.sub_post_block .bootstrap-select.btn-group .dropdown-menu li a{
    text-decoration: underline;
}
.bootstrap-select.btn-group .dropdown-menu li a:hover{
    color: #76abf2;
}
.bootstrap-select.btn-group .dropdown-menu li:first-child a{
    border-top: 0;
}
.sub_post_block .bootstrap-select.btn-group .dropdown-menu li a .text{
    text-decoration: underline;
}
.bootstrap-select.btn-group .dropdown-menu li.selected a  .text{
    text-decoration: none;
}
.bootstrap-select.disabled .form-control{
    background-color: #f8f9fa;
    border: solid 1px #c4cfda;
}
.bootstrap-select:hover .form-control{
    border-color: #76abf2;
}

/*page_error*/
.page_error_wrap {
    /*padding-top: 70px;*/
    height: 80vh;
    position: relative;
    display: table;
    width: 100%;
}
.page_error{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.page_error .img_block{
    margin-bottom: 40px;
}
.page_error .btn{
    min-width: 241px;
}
.page_error_text{
    max-width: 346px;
    margin: 0 auto 35px;
}
.message_box{
    padding: 15px 68px;
    width: 100%;
    z-index: 100;
    color: #fff;
    /*display: none;*/
    position: relative;
}
.message_open .message_box{
    display: block;
}
.message_box .block_title{
    color: #fff;
}

.bg-success{
    background-color: rgba(43, 210, 159, 0.1) !important;
}
.bg-warning{
    background-color: rgba(255, 157, 28, 0.1) !important;
}
.bg-info{
    background-color: rgba(118, 171, 242, 0.1) !important;
}
.bg-danger{
    background-color: rgba(243, 81, 67, 0.1) !important;
}
.message_open .content_left_wrap {
    top: 133px;
    height: calc(100vh - 133px);
    height: -webkit-calc(100vh - 133px);
    height: -o-calc(100vh - 133px);
    transition: 0.3s top;
}
.message_open.sidebar_top  .content_left_wrap{
    top: 70px;
    height: calc(100vh - 70px);
    height: -webkit-calc(100vh - 70px);
    height: -o-calc(100vh - 70px);
}
.message_open  .navigate_block_wrap {
    max-height: calc(100vh - 400px);
    max-height: -webkit-calc(100vh - 400px);
    max-height: -o-calc(100vh - 400px);
}
.message_open.sidebar_top .navigate_block_wrap {
    max-height: calc(100vh - 324px);
    max-height: -webkit-calc(100vh - 324px);
    max-height: -o-calc(100vh - 324px);
}
.message_box:before{
    font-family: "fontello";
    position: absolute;
    top: 18px;
    left: 22px;
    z-index:1;
    font-size: 20px;
}
.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.message_box.bg-success:before{
    content: '\e970';
}
.message_box.bg-warning:before{
    content: '\e971';
}
.message_box.bg-info:before{
    content: '\e973';
}
.message_box.bg-danger:before{
    content: '\e972';
}

/*chat*/
.modal_chat{
    position: fixed;
    display: none;
    bottom: 0;
    width: calc(100% - 355px);
    width: -webkit-calc(100% - 355px);
    width: -o-calc(100% - 355px);
    right: 50px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
    z-index: 1005;
}
.modal_chat_close{
    position: absolute;
    border: solid 1px rgba(255,255,255,.3);
    border-radius: 50%;
    z-index:10;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    background: transparent;
    top: 14px;
    right: 20px;
    color: #fff;
}
.modal_chat_close:before{
    content: '\e969';
    font-family: "fontello"
}
.chat_open{
    overflow: hidden;
    padding-right: 17px;
}
.chat_open .header {
    padding-right: 17px;
}
.chat_open .modal_chat{
    display: block;
}
.modal_chat .bhead{
    border-radius: 3px 3px 0 0;
    background-color: #76abf2;
    padding: 20px;
    color: #fff;
    position: relative;
}
.modal_chat .bhead .table_title{
    color: #fff;
}
.modal_chat .bhead .table_title:before {
    font-family: "fontello";
    content: '\e95a';
    font-size: 16px;
    margin-right: 20px;
}
.modal_chat .bbody{
    padding: 20px 20px 0;
    position: relative;

}
.modal_chat .scroll_block{
    max-height: calc(100vh - 250px);
    max-height: -webkit-calc(100vh - 250px);
    max-height: -o-calc(100vh - 250px);
}
.modal_chat .bfoot{
    border-top: solid 1px #d0e0ee;
    border-radius: 0 0 3px 3px;
    padding: 20px;
}
.modal_chat .user_ava{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 0;
}
.user_mess .user_ava{
    left: 0;
}
.my_mess .user_ava{
    right: 0;
}
.modal_chat .user_ava img{
    border-radius: 50%;
}
.user_mess{
    padding-left: 45px;
    position: relative;
    width: 84%;
    margin-bottom: 12px;
}
.mess_text{
    padding: 17px 20px;
    margin-bottom: 5px;
}
.user_mess .mess_text{
    border-radius: 3px 15px 15px 15px;
    background-color: #f8fbfe;
}
.my_mess{
    padding-right: 45px;
    position: relative;
    margin-left: 16%;
    width: 84%;
    margin-bottom: 12px;
}
.modal_chat .my_mess:after{
    content:"";
    display: table;
    clear: both;
}
.my_mess .mess_text{
    border-radius: 15px 3px 15px 15px;
    background-color: #f4fcfa;
}
.modal_chat .bbody .sm_title{
    padding-left: 20px;
}
.view_mess:before{
    color: #2bd29f;
    content: '\e96b';
    font-family: "fontello";
    margin-right: 5px;
}
.modal_chat .bfoot .form-control{
    width: calc(100% - 221px);
    width: -webkit-calc(100% - 221px);
    width: -o-calc(100% - 221px);
    display: inline-block;
    vertical-align: top;
}
.modal_chat .bfoot  .btn-primary{
    float: right;
}

/*mce*/
.mce-menubar, .mce-branding, .mce-top-part::before{
    display: none !important;
}
.mce-tinymce div{
    border: none !important;
    box-shadow: none !important;
}
.mce-menubtn button, .mce-btn button {
    border-radius: 2px;
    background-color: #f8f9fa;
    color: #a1b5c8 !important;;
}
.mce-btn .mce-txt, .mce-ico{
    color: #a1b5c8 !important;;
}
.mce-tinymce{
    border-radius: 3px !important;
    border: solid 1px #d0e0ee !important;
    box-shadow: none !important;
    padding: 10px !important;
    width: auto !important;
}
.mce-content-body{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    color: #48617c !important;
}
.mce-btn-group .mce-btn {
    border-radius: 4px !important;
}
.mce-btn.mce-active button, .mce-btn.mce-active:hover button, .mce-btn.mce-active i, .mce-btn.mce-active:hover i {
    color: #1f4166 !important;
}
.mce-menu-item.mce-selected, .mce-menu-item:hover, .mce-menu-item:focus {
    background: #f8f9fa !important;
}
@media (max-width: 1199px) {
    /* burger menu */
    .open_main_menu {
        border: 0;
        color: #a1b5c8;
        font-size: 12px;
        text-transform: uppercase;
        text-align: center;
        background:none;
        position:relative;
        z-index:105;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
        transition: all .3s;
        border-left: solid 1px #d0e0ee;
        width: 70px;
        height: 70px;
        float: right;
    }
    .mobile_search{
        width: 70px;
        height: 70px;
        float: right;
        text-align: center;
        background: #fff;
        border: none;
        border-left: solid 1px #d0e0ee;
        color: #a1b5c8;
        font-size: 18px;
        border-bottom: solid 1px #d0e0ee;
    }
    .mobile_search.open{
        color: #76abf2;
    }
    .opened_menu .mobile_search{
        color: #a1b5c8 !important;
    }
    .mobile_search:before{
        content: '\e94c';
        font-family: "fontello";
    }
    .header .search_block {
        float: none;
        width: -webkit-calc(100%);
        width: -o-calc(100%);
        width: 100%;
        margin-top: 0;
        position: absolute;
        top: 71px;
        height: 71px;
        padding: 14px;
        background: #fff;
        z-index: 101;
        left:0;
        display: none;
        border-bottom: solid 1px #d0e0ee;
    }
    .open_main_menu .lines {
        display: inline-block;
        width: 20px;
        height: 3px;
        background: #a1b5c8;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        position: relative;
        top: -4px;
    }
    .opened_menu .open_main_menu .lines {
        background: transparent;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    .open_main_menu .lines:before, .open_main_menu .lines:after {
        display: inline-block;
        width: 20px;
        height: 3px;
        background: #a1b5c8;
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        position: absolute;
        left: 0;
        content: '';
        -moz-transform-origin: 0.28571em center;
        -ms-transform-origin: 0.28571em center;
        -o-transform-origin: 0.28571em center;
        -webkit-transform-origin: 0.28571em center;
        transform-origin: 0.28571em center;
    }
    .opened_menu .open_main_menu .lines:before, .opened_menu .open_main_menu .lines:after {
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        top: 0;
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }
    .open_main_menu .lines:after {
        top: 6px;
    }
    .open_main_menu .lines:before {
        top: -6px;
    }
    .opened_menu .open_main_menu .lines:before {
        -moz-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        -o-transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        background-color: #76abf2;
    }
    .opened_menu .open_main_menu .lines:after {
        -moz-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        -o-transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        background-color: #76abf2;
    }
    .opened_menu{
        overflow: hidden;
        position: fixed;
    }
    .opened_menu:before {
        background: rgba(0,0,0,.7);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1000%;
        content: "";
        z-index: 1006;
    }
    /*.header{
        height: 85px;
        border-bottom: none;
    }*/
    .header .logo_block{
        height: 70px;
        margin-top: 0;
        padding-top: 18px;
    }
    /*.content {
        padding-top: 92px;
    }*/
    .main_nav {
        float: none;
        position: absolute;
        top: 71px;
        z-index: 100;
        background: #fff;
        left: 0;
        width: 100%;
        display: none;
    }
    .navbar-nav {
        float: none;
    }
    .navbar-nav>li {
        float: left;
        width: 25%;
        display: block;
    }
    .navbar-nav>li>a {
        display: block;
        width: 100%;
        float: none;
    }
    .open_main_nav{
        width: 100%;
        height: 22px;
        border: none;
        border-top: solid 1px #d0e0ee;
        background: #fff;
        border-bottom: solid 1px #d0e0ee;
        text-align: center;
        font-size: 6px;
    }
    .open_main_nav:before{
        font-family: 'fontello';
        content: '\e944';
    }
    .close_main_nav{
        width: 100%;
        height: 22px;
        border: none;
        border-top: solid 1px #d0e0ee;
        background: #fff;
        border-bottom: solid 1px #d0e0ee;
        text-align: center;
        font-size: 6px;
    }
    .close_main_nav:before{
        font-family: 'fontello';
        content: '\e937';
    }
    .navbar-nav:after{
        display: table;
        clear: both;
        content:"";
    }
    .content_left {
        float: none;
        width: 256px;
        padding-bottom: 0;
        position: absolute;
        z-index: 10020;
        top: 90px;
        right: 20px;
        background: #fff;
        border-bottom: solid 1px #d0e0ee;
        display: none;
    }
    .content_left_wrap {
        top: 90px;
        left: auto;
        height: calc(100vh - 160px);
        height: -webkit-calc(100vh - 160px);
        height: -o-calc(100vh - 160px);
        right: 20px;
        background: #fff;
        width: calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: -o-calc(100% - 40px);
    }
    .user_nav_wrap {
        padding: 15px 20px;
    }
    .user_block {
        margin-bottom: 15px;
        min-height: auto;
    }
    .navigate_block .panel {
        border-bottom: solid 1px #d0e0ee;
        border-radius: 0;
        padding: 12px 20px;
    }
    .navigate_block .panel-group .panel+.panel {
        margin-top: 0;
    }
    .navigate_block {
        padding: 0;
        border-bottom: none;
    }
    .navigate_block .sm_title {
        margin: 0;
        padding: 14px 20px;
        border-bottom: solid 1px #d0e0ee;
    }
    .navigate_block_wrap {
        max-height: calc(100vh - 350px);
        max-height: -webkit-calc(100vh - 350px);
        max-height: -o-calc(100vh - 350px);
        /*overflow-y: auto !important;*/
        -webkit-overflow-scrolling: touch;
    }
    .docum_version .doc_list .user_ava{
        display: none;
    }
    .docum_version .doc_list .progress_block {
        margin-right: 0;
    }
    .docum_version .doc_list li {
        padding: 13px 10px 16px 15px;
    }
    .docum_version .doc_list {
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
    }
    .docum_version .doc_list .doc_desc {
        width: -webkit-calc(100% - 35px);
        width: -o-calc(100% - 35px);
        width: calc(100% - 35px);
        padding-right: 5px;
    }
    .navigate_block_wrap>.navigate_block:last-child>.panel-group>.panel:last-child{
        border-bottom: none;
    }
    .docum_version li {
        margin-bottom: 0 !important;
    }
    .docum_version  .bbody{
        border: solid 1px #d0e0ee;
        margin: 10px 0;
        border-bottom: none;
    }
    .navigate_block_wrap .panel-group {
        margin-bottom: 0;
    }
    .user_block .user_ava{
        display: none;
    }
    .user_block .user_fio {
        padding: 0;
        top: 0;
        font-size: 14px;
        font-weight: 800;
        line-height: 1.21;
        letter-spacing: -0.4px;
        color: #1f4166;
    }
    .navigate_block_title .mess_info{
        float: right;
        position: relative;
        top: 0;
        left: 0;
    }
    .user_fio br{
        display: none;
    }
    .create_doc {
        bottom: 15px;
        width: calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: -o-calc(100% - 40px);
    }
    .content_box {
        width: calc(100%);
        width: -webkit-calc(100%);
        width: -o-calc(100%);
        float: none;
        padding: 15px 15px 30px;
        z-index: 105;
    }
    .content:before{
        display: none;
    }
    .content_right {
        width: 400px;
        padding-right: 0;
        margin: 0 auto;
        float: none;
        padding: 0 15px;
        max-width: 100%;
    }
    .open_chat {
        position: fixed;
    }
    .breadcrumb {
        margin-bottom: 10px;
    }
    .breadcrumb>li {
        line-height: 2;
    }
    .step_info{
        margin-bottom: 20px;
    }
    .step_info:after{
        display: table;
        clear: both;
        content:"";
    }
    .step_info .btn-block{
        float: left;
        width: calc(100% - 50px);
        width: -webkit-calc(100% - 50px);
        width: -o-calc(100% - 50px);
    }
    .step_count {
        width: 40px;
        height: 40px;
        border-radius: 3px;
        border: solid 1px #d0e0ee;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: -0.3px;
        text-align: center;
        margin-left: 10px;
        float: right;
        line-height: 38px;
        white-space: normal;
    }
    .navbar-nav>li:last-child>.dropdown-menu {
        right: 0;
    }
    .navbar-nav>li>.dropdown-menu {
        margin-top: 1px;
    }
    .main_nav .dropdown-menu:before{
        display: none;
    }
    .open_drop.content_left {
        z-index: 2001;
    }
    .profile {
        top: 25px;
        left: auto;
        right: 0;
    }
    .modal_chat .scroll_block {
        max-height: calc(100vh - 350px);
        max-height: -webkit-calc(100vh - 350px);
        max-height: -o-calc(100vh - 350px);
    }
    .chat_open .header {
        padding-right: 0;
    }
    .chat_open {
        padding-right: 0;
    }
    .main_tabs>li>a {
        height: 62px;
    }
    .table_striped>.tbody>.form-group:nth-of-type(even) {
        background-color: #f8f9fa;
    }
    .panel-body .border_block .form-group {
        padding-top: 5px;
        margin-top: 0;
    }
    .table_striped .form-group {
        padding-top: 5px;
        margin-top: 0;
    }
    .table_striped .form-group [class*="col-"]>label {
        margin-top: 0;
    }
    .form-group {
        margin-bottom: 0;
        padding-bottom: 6px;
    }
    .count_label{
        font-size: 14px;
        font-weight: 800;
        line-height: 1;
        letter-spacing: -0.4px;
        color: #76abf2;
    }
    .section_title, h1 {
        font-size: 20px;
        line-height: 1.35;
        letter-spacing: -0.5px;
        margin: 0 0 15px;
    }
    .table_striped .tbody + .tbody{
        border-top: solid 1px #d0e0ee;
    }
    .table_block .tbody {
        padding: 10px 22px;
    }
    .tbody .col-xs-1{
        padding-left: 0;
        padding-right: 0;
    }
    .modal .close {
        top: 14px;
        right: 12px;
        width: 20px;
        height: 20px
    }
    .modal .close:before, .modal .close:after {
        background-color: #d0e0ee;
        height: 20px;
    }
    .btn_close:before, .btn_close:after {
        height: 20px;
    }
    .modal_content .table_block .form-group {
        margin-bottom: 15px;
    }
    .modal_del_el_block img {
        height: 230px;
        position: relative;
        top: 0px;
        right: 0;
        margin: 20px auto;
        display: block;
    }
    .modal_del_el_block {
        max-width: 100%;
        padding: 35px 42px;
    }
    .tradio li {
        padding: 8px 20px;
    }
    .page_error .img_block img {
        width: auto !important;
        height: 178px !important;
    }
    .page_error .img_block {
        margin-bottom: 30px;
    }
    .instr img {
        right: -112px;
        height: 225px;
    }
    .table_list, .content_right .tbody {
        max-height: 100% !important;
    }
    .success_page .indicator_block>.table_block .section_title {
        font-size: 20px;
    }
    .success_page .indicator_block>.table_block {
        padding: 20px 22px 15px;
    }
}
@media (max-width: 991px) {
    .modal_chat{
        width: calc(100% - 30px);
        width: -webkit-calc(100% - 30px);
        width: -o-calc(100% - 30px);
        right: 15px;
    }
}
@media (max-width: 767px) {
    .table-responsive {
        margin-bottom: 0;
        border: none;
        overflow-y: auto;
    }
    .with_action_btn .action_btn {
        margin: 0 5px 5px 0;
    }
    .navbar-nav {
        position: relative;
    }
    .navbar-nav>li {
        position: static;
    }
    .main_nav .dropdown-menu {
        width: 100% !important;
        background-color: #fff !important;
        -webkit-box-shadow: !important;
        -moz-box-shadow: !important;
        box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13) !important;
        position: absolute !important;
        margin-top: 1px !important;
    }
    .table_block .thead{
        padding-right: 0 !important;
    }
    .action_btn_group {
        position: relative;
        top: 0;
        right: 0;
        margin: 15px 0 0;
    }
    .action_btn {
        margin: 0 5px 5px 0;
    }
    .table_block .thead {
        padding: 20px 22px;
    }
    .content_box .modal_table td:first-child, .content_box .modal_table th:first-child {
        padding-left: 15px;
    }
    .modal_table td {
        padding: 10px 5px;
    }
    /*.open_chat {
        width: 40px;
        height: 40px;
        line-height: 40px;
        right: 10px;
        bottom: 10px;
        font-size: 18px;
    }*/
    .bootstrap-select.btn-group .dropdown-menu li a {
        white-space: normal;
    }
    .modal_chat .bfoot .form-control {
        width: calc(100%);
        width: -webkit-calc(100%);
        width: -o-calc(100%);
        display: block;
        margin-bottom: 10px;
    }
    .modal_chat .bfoot .btn-primary {
        float: none;
        width: 100%;
    }
    .modal_chat .bhead {
        padding: 10px 15px;
    }
    .modal_chat_close {
        width: 24px;
        height: 24px;
        line-height: 24px;
        top: 10px;
        right: 15px;
        font-size: 10px;
    }
    .modal_chat .bbody {
        padding: 10px 15px 0;
    }
    .modal_chat .bfoot {
        padding: 10px 15px;
    }
    .problem {
        right: 25px;
        padding: 6px 10px;
    }
    .icon_combined {
        right: 15px;
        top: 18px;
    }
    .add_btn {
        top: 13px;
    }
    .dropdown_menu_wrap .edit_menu.dropdown-menu {
        right: 0;
        margin-top: 0;
        top: 30px;
    }
    .btn {
        white-space: normal;
    }
    .mark_btn_wrap {
        right: 40px;
        top: 14px;
    }
    .border_block .thead .mark_btn_wrap {
        top: 14px;
    }
    .table thead, .table_title {
        padding-right: 60px;
    }
    .mark_btn_wrap .dropdown-menu {
        right: -40px;
    }
    .edit_menu.dropdown-menu {
        right: 15px;
        top: 50px;
    }
    .section_title, h1 {
        font-size: 20px;
        line-height: 1.35;
        letter-spacing: -0.5px;
        margin: 0 0 15px;
    }
    .effect_td_block .bootstrap-select:before {
        right: 5px;
    }
    .modal-dialog {
        margin: 10px auto;
        max-width: 98%;
    }
    .modal_content .table_block .tfoot {
        padding: 20px 20px;
    }
    .tblock {
        padding: 20px 20px 0;
    }
    .modal_content .table_block .thead {
        padding: 19px 20px;
    }
    #mceu_51, #mceu_20 {
        display: none;
    }
    .cab_wrap .tab-content {
        padding: 35px 38px 50px;
    }
    .rem_pass .btext {
        max-width: 212px;
    }
    .rem_pass p{
        margin-bottom: 0;
    }
    .rem_pass img {
        position: absolute;
        top: 0;
        z-index: 0;
        height: 235px;
    }
    .bootstrap-select .btn {
        white-space: nowrap;
    }
    .radio_inline.three_btn .radio_block {
        width: 100%;
    }
    .profile_foot>div:nth-child(2) {
        text-align: center;
        margin-top: 20px;
    }
    .profile_foot>div:nth-child(2) .btn{
        width: 100%;
    }
    .block_text .table_title {
        padding-right: 0;
    }
    .mce-btn button {
        padding: 4px 5px !important;
        font-size: 12px !important;
    }
    .message_box:before {
        display: none !important;
    }
    .message_box {
        padding: 15px 68px 20px 22px;
    }
    .message_box .block_title {
        margin-bottom: 5px;
    }
    #mceu_144{
        display: none;
    }
    .edit_menu.dropdown-menu {
        min-width: 140px;
    }
}
@media (orientation: landscape) and (max-width: 767px){
    .mce-btn button {
        padding: 2px 5px !important;
    }
    .mce-btn button {
        font-size: 10px !important;
    }
    .mce-ico {
        font-size: 10px !important;
        line-height: 14px !important;
        width: 10px !important;
        height: 10px !important;
    }
}
@media (max-width: 767px) and (min-width: 467px) {
    .col-sx-6 {
        width: 50%;
        float: left;
    }
    .col-sx-7 {
        width: 58.33333333%;
        float: left;
    }
    .col-sx-8 {
        width: 66.66666667%;
        float: left;
    }
    .col-sx-9 {
        width: 75%;
        float: left;
    }
    .col-sx-5 {
        width: 41.66666667%;
        float: left;
    }
    .col-sx-4 {
        width: 33.33333333%;
        float: left;
    }
    .col-sx-3 {
        width: 25%;
        float: left;
    }
}
@media (max-width: 467px) {
    .header .logo_block {
        width: 180px;
        padding-left: 15px;
        padding-top: 22px;
    }
    .logo_block img {
        width: 150px;
    }
    .profile {
        right: -15px;
    }
    .step_info .btn {
        font-size: 10px;
        padding: 13px 5px;
    }
    .step_count {
        font-size: 10px;
    }
    .edit_menu.dropdown-menu li a {
        padding: 10px 15px;
    }
    .three_tab{
        font-size: 9px;
    }
    .rem_pass img{
        right: auto;
        left: 205px;
    }
    .instr .btext {
        max-width: 180px;
    }
    .instr img {
        height: 315px;
    }
    .action_btn:before {
        margin-right: 8px;
    }
}
@media (max-width: 420px) {
    .modal_del_el_block {
        padding: 30px 20px;
    }
    .cab_wrap .tab-content {
        padding: 35px 20px 50px;
    }
    .rem_pass .btext {
        max-width: 200px;
    }
    .rem_pass img {
        right: -60px;
        left: auto;
    }
    .instr img {
        right: -140px;
    }
    .mce-btn button {
        padding: 2px 4px !important;
    }
    .mce-btn button {
        font-size: 8px !important;
    }
    .mce-ico {
        font-size: 10px !important;
        line-height: 14px !important;
        width: 10px !important;
        height: 10px !important;
    }
    .table_block .thead {
        padding: 20px 12px;
    }
    .icon_combined {
        right: 8px;
    }
    .table_list>li>a {
        padding: 15px 12px;
    }
    .table_block .block_progress {
        text-align: right;
    }
    .add_btn {
        right: 12px;
    }
    .table_panel .panel-title a[data-toggle="collapse"] {
        padding: 16px 12px;
    }
    .table_panel .panel-title a[data-toggle="collapse"]:before {
        right: 12px;
    }
    .content_box .modal_table td:first-child, .content_box .modal_table th:first-child {
        padding-left: 12px;
    }
    .table_striped  .tbody .row{
        margin-left: 0;
        margin-right: 0;
    }
    .tlintblock, .panel-body .border_block .tbody, .table_block .tbody, .no_section, .table_block .tfoot, .border_block .tbody, .border_block .tfoot  {
        padding-left: 12px;
        padding-right: 12px;
    }
    .content_box .modal_table td:last-child, .content_box .modal_table th:last-child {
        padding-right: 12px;
    }
    .with_border.modal_table td, .with_border.modal_table th, .compare_table.modal_table td, .compare_table.modal_table th {
        padding-left: 12px;
    }
    .with_icon .dropdown_menu_wrap {
        position: absolute;
        top: 15px;
        right: 8px;
    }
    .with_icon {
        padding-right: 40px !important;
    }
    .char_td_block, .effect_td_block .bootstrap-select .btn{
        padding-left: 12px;
    }
    .char_td_block .dropdown_menu_wrap {
        right: 0;
    }
    .effect_td_block .effect_point {
        right: 12px;
    }
    .inform_block {
        padding: 30px 20px;
    }
    .border_block .thead {
        padding: 20px 12px;
    }
    .border_block .progress_block {
        right: 12px;
    }
}
@media  (min-width: 1000px){
    body.full .content_box.no-sidebar{
        padding: 25px 49px 50px;
        float: left;
        width: calc(100% - 256px);
        width: -webkit-calc(100% - 256px);
        width: -o-calc(100% - 256px);
        position: relative;
        /*z-index: 10;*/
    }

}