/* CUSTOM CSS STYLE */

.text-red{
	color: red !important;
}
.pointer{
	cursor: pointer !important;
}
.nav>li{
	width: 100%;
}
.w-auto{
	width: auto !important;
}
.w-50{
    width: 50% !important;
}
.table-w-50 th,
.table-w-50 td{
    width: 50% !important;
}
#send_to_messenger{
	position: fixed;
    display: block;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
    background-color: #ea2c46;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 50px !important;
    transition: 300ms;
    z-index: 100;
    text-align: center;
}
#send_to_messenger .button_open{
    cursor: pointer;
}
#send_to_messenger .__info{
    color: #000;
    font-size: 14px;
    padding: 140px 0px;
}
#send_to_messenger .__chats{
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column-reverse;
}
#send_to_messenger .__chats .__message{
    max-width: 80%;
    min-width: 20%;
    padding: 2px;
    margin-bottom: 5px;
    background-color: #f8fafc;
    border: 1px solid #e1e4e8;
}
#send_to_messenger .__chats .__message.my{
    margin-left: auto;
}
#send_to_messenger .__chats .__message.us{
    margin-right: auto;
}
#send_to_messenger .__chats .__message > *{
    line-height: normal !important;
    color: #000;
    font-size: 16px;
}
#send_to_messenger .__chats .__message .__tit{
    font-weight: 600;
    margin-bottom: 3px;
}
#send_to_messenger .__chats .__message .__val{
    font-size: 22px;
    margin-bottom: 3px;
}
#send_to_messenger .__chats .__message .__date{
    font-size: 13px;
    color: #6c757d;
}
#send_to_messenger .__chats .__message.my > *{
    text-align: right;
}
#send_to_messenger .__chats .__message.us > *{
    text-align: left;
}
#send_to_messenger .button_open.active{
    background-color: #000;
    border-radius: 50px;
}
#send_to_messenger .__count{
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 20px;
    right: 0;
    top: -10px;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}
#send_to_messenger .__types{

}
#send_to_messenger .__types .__type{
    color: #000;
    cursor: pointer;
    background: #fff;
    height: auto !important;
}
#send_to_messenger .__types .__type:hover{
    background: #1e293d;
    color: #fff;
}
#send_to_messenger .__activity .__title{
    color: #000 !important;
    /* height: 30px; */
    line-height: 30px;
}
#send_to_messenger .__activity .__separator{
    margin: 3px 0;
    height: 1px !important;
    background: #000;
}
#send_to_messenger .__activity .__title a{
    color: #000 !important;
}
#send_to_messenger .__activity .__title *{
    text-align: left;
}
#send_to_messenger .form-group,
#send_to_messenger .form-group label{
    line-height: normal;
    color: #000;
    text-align: left;
    margin-bottom: 4px;
    font-size: 14px;
}
#send_to_messenger .__content{
    overflow-y: auto;
}
#send_to_messenger .__window{
    position: absolute;
    bottom: 0;
    right: calc(100% + 5px);
    width: 500px;
    background: #fff;
    height: 600px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
    padding: 5px;
}
#send_to_messenger .custom_button{
    padding: 5px 15px !important;
    font-size: 14px;
    font-weight: 700;
    background: #000 !important;
}
#send_to_messenger h4{
    font-size: 14px;
}
#send_to_messenger .__search{
    cursor: pointer;
}
#send_to_messenger .__search_block{
    position: absolute;
    top: 100%;
    background: #fff;
    left: 0;
    width: 100%;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
}
#send_to_messenger .form-control-2{
    width: 100%;
    padding: 2px !important;
}
#send_to_messenger .__user{
    display: flex;
    align-items: center;
    line-height: normal;
    color: #000;
    cursor: pointer;
    text-align: left;
}
#send_to_messenger .__user:hover{
    background: #1e293d;
    color: #fff;
}
#send_to_messenger .__create_message{
    /*
    padding: 5px;
    border: 1px solid #000;
    */
}
#send_to_messenger .__create_message .custom_button{
    line-height: normal !important;
    width: 101px !important;
    margin-top: 3px;
}
#send_to_messenger .__create_message textarea{
    resize: none !important;
}
#send_to_messenger .__typicals{
    line-height: normal !important;
}
#send_to_messenger .count{
    background: #e1e4e8 !important;
}
#send_to_messenger .count:hover{
    background: #1e293d !important;
    color: #fff !important;
}
#send_to_messenger .open_message_window{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99999999999;
}
#send_to_messenger .open_message_window .__window{
    position: absolute;
    width: 300px;
    min-height: 160px;
    height: 200px;
    left: calc(50% - 150px);
    top: calc(50% - 160px);
    background: #fff;
}
#send_to_messenger .open_message_window .__title{
    color: #000;
    font-size: 18px;
    line-height: normal;
}
#send_to_messenger .open_message_window .__text{
    color: #000;
    font-size: 14px;
    margin-top: 30px;
    line-height: normal;
}
#send_to_messenger .open_message_window .__buttons{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}
#send_to_messenger .open_message_window .__buttons .__custom_button{
    display: inline-block;
    margin: 0 3px;
    font-size: 12px;
    font-weight: 700;
    background: #000 !important;
    box-sizing: border-box;
    color: #fff;
    border: 0 none;
    width: 128px;
    text-align: center;
}
.form-control{
    display: block;
    width: 100%;
    height: calc(2.19rem + 2px);
    padding: 0 !important;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem !important;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.form-group textarea{
    box-sizing: border-box !important;
    min-height: 100px !important;
    min-width: 100% !important;
    max-width: 100% !important;
    border-radius: 0 !important;
    padding:6px 11px !important;
}
.w-100{
    width: 100% !important;
}
.form-group {
    margin-bottom: 1rem;
}

.ms-parent {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.ms-choice {
    display: block;
    width: 100%;
    height: 26px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #aaa;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
}

.ms-choice.disabled {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.ms-choice > span {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 8px;
}

.ms-choice > span.placeholder {
    color: #999;
}

.ms-choice > div {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 25px;
    background: url('multiple-select.png') left top no-repeat;
}

.ms-choice > div.open {
    background: url('multiple-select.png') right top no-repeat;
}

.ms-drop {
    width: 100%;
    overflow: hidden;
    display: none;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ms-drop.bottom {
    top: 100%;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.ms-drop.top {
    bottom: 100%;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.ms-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding: 4px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
}

.ms-search input {
    width: 100%;
    height: auto !important;
    min-height: 24px;
    padding: 0 20px 0 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff url('multiple-select.png') no-repeat 100% -22px;
    background: url('multiple-select.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url('multiple-select.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('multiple-select.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('multiple-select.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url('multiple-select.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url('multiple-select.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

.ms-search, .ms-search input {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.ms-drop ul {
    overflow: auto;
    margin: 0;
    padding: 5px 8px;
}

.ms-drop ul > li {
    list-style: none;
    display: list-item;
    background-image: none;
    position: static;
}

.ms-drop ul > li .disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
}

.ms-drop ul > li.multiple {
    display: block;
    float: left;
}

.ms-drop ul > li.group {
    clear: both;
}

.ms-drop ul > li.multiple label {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ms-drop ul > li label {
    font-weight: normal;
    display: block;
    white-space: nowrap;
}

.ms-drop ul > li label.optgroup {
    font-weight: bold;
}

.ms-drop input[type="checkbox"] {
    vertical-align: middle;
    margin: 5px;
}

.ms-drop .ms-no-results {
    display: none;
}
.link{
    font-size: 18px;
}
.breadcrumb{
    background-color: #e9ecef !important;
}
.message_alert.big{
    width: 750px !important;
}
.m-t-10{
    margin-top: 10px !important;
}
.m-t-15{
    margin-top: 15px !important;
}
.m-t-20{
    margin-top: 20px !important;
}
.m-t-30{
    margin-top: 30px !important;
}
.m-t-40{
    margin-top: 40px !important;
}
.p-0{
    padding: 0 !important;
}
.m-l-0{
    margin-left: 0 !important;
}
.m-r-10{
    margin-right: 10px !important;
}
.p-t-b-5{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.dropzone.dz-clickable{
    border: 2px dashed #eaecec !important;
    color: #324148 !important;
}
.dropzone .dz-message{
    margin: 3em 0 !important;
}
.with-auto{
    width: auto !important;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus{
    color: #fff !important;
}
tr.td-danger td{
    background: #f9e7e7 !important;
}
tr.td-warning td{
    background: #f7e9ca !important;
}
.bg-none{
    background: none !important;
}
ul.navigation-sub{
    top: 75px !important;
    height: 100%;
    background: #313D54;
}
.navigation li.sub{
    position: static;
}
ul.navigation > li.sub:hover ul.navigation-sub{
    margin-top: 0 !important;
}
#send_to_messenger .row{

}
#send_to_messenger .text-danger{
    color: #e3342f!important;
    margin-left: 5px;
    font-weight: 800;
}
#send_to_messenger .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
#send_to_messenger .col-xs-1{
    position: static;
    width: 8.333333333333332%;
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
#send_to_messenger .col-xs-11{
    position: static;
    width: 91.66666666666666%;
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
#send_to_messenger *, #send_to_messenger :after, #send_to_messenger :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#send_to_messenger *, #send_to_messenger *:before, #send_to_messenger *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search-menu{
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 21px;
}
.search-menu .items{
    position: absolute;
    top: calc(100% - 15px);
    left: 0;
    width: 100%;
    background: #fff;
    max-height: 300px;
    overflow: auto;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.search-menu .items a{
    display: block;
    padding: 5px 10px;
    line-height: initial;
    font-size: 12px;
    text-decoration: none;
    color: #000;
    text-transform: none;
}
.search-menu .items a:hover{
    text-decoration: underline;
}
.online-user{
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background: #35d635;
    margin-left: 4px;
    display: inline-block;
}
.open_error_messages{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #461414;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.open_error_messages .__title{
    font-size: 30px;
}
.h-auto{
    height: auto !important;
}