body {
    margin: 0;
    padding: 0;
    line-height: 1.42857143;
}
body, html {
    height: 100%;
}
* {
    box-sizing: border-box;
}
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?ij6s60');
    src: url('../fonts/icomoon.eot?ij6s60#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ij6s60') format('truetype'),
    url('../fonts/icomoon.woff?ij6s60') format('woff'),
    url('../fonts/icomoon.svg?ij6s60#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Asap;
    src: url('../fonts/Asap-Regular.ttf');
}
@font-face {
    font-family: Asap-bold;
    src: url('../fonts/Asap-Bold.ttf');
}
@font-face {
    font-family: Asap-semibold;
    src: url('../fonts/Asap-SemiBold.ttf');
}
@font-face {
    font-family: ROBOTO-BLACK;
    src: url('../fonts/ROBOTO-BLACK.TTF');
}
@font-face {
    font-family: ROBOTO-BLACKITALIC;
    src: url('../fonts/ROBOTO-BLACKITALIC.TTF');
}
@font-face {
    font-family: ROBOTO-BOLD;
    src: url('../fonts/ROBOTO-BOLD.TTF');
}
@font-face {
    font-family: ROBOTO-BOLDITALIC;
    src: url('../fonts/ROBOTO-BOLDITALIC.TTF');
}
@font-face {
    font-family: ROBOTO-ITALIC;
    src: url('../fonts/ROBOTO-ITALIC.TTF');
}
@font-face {
    font-family: ROBOTO-LIGHT;
    src: url('../fonts/ROBOTO-LIGHT.TTF');
}
@font-face {
    font-family: ROBOTO-LIGHTITALIC;
    src: url('../fonts/ROBOTO-LIGHTITALIC.TTF');
}
@font-face {
    font-family: ROBOTO-MEDIUM;
    src: url('../fonts/ROBOTO-MEDIUM.TTF');
}
@font-face {
    font-family: ROBOTO-MEDIUMITALIC;
    src: url('../fonts/ROBOTO-MEDIUMITALIC.TTF');
}
@font-face {
    font-family: ROBOTO-REGULAR;
    src: url('../fonts/ROBOTO-REGULAR.TTF');
}
@font-face {
    font-family: ROBOTO-THIN;
    src: url('../fonts/ROBOTO-THIN.TTF');
}
@font-face {
    font-family: ROBOTO-THINITALIC;
    src: url('../fonts/ROBOTO-THINITALIC.TTF');
}
@font-face {
    font-family: Comfortaa-Bold;
    src: url('../fonts/Comfortaa-Bold.ttf');
}
@font-face {
    font-family: Comfortaa-Light;
    src: url('../fonts/Comfortaa-Light.ttf');
}
@font-face {
    font-family: Comfortaa-Regular;
    src: url('../fonts/Comfortaa-Regular.ttf');
}
@font-face {
    font-family: caveat-bold;
    src: url('../fonts/caveat-bold.ttf');
}
@font-face {
    font-family: caveat-regular;
    src: url('../fonts/caveat-regular.ttf');
}
@font-face {
    font-family: caveatbrush-regular;
    src: url('../fonts/caveatbrush-regular.ttf');
}
a:hover {
    color: #fff;
    text-decoration: none;
}
.img_container img {
    pointer-events: none;
}
.main_container {
    /*width: 1440px;*/
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #e8e8e8;
    /*min-height: 600px;*/
}
.main_container header {
    height: 60px;
    min-height: 60px;
    background: #1061c1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.main_container header .mid a {
    display: flex;
    height: 45px;
    width: 45px;
}
.main_container header .mid img {
    max-width: 100%;
    max-height: 100%;
}
header .left {
    position: absolute;
    left: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
}
header .left a {
    color: #fff;
    font-size: 18px;
}
.soc_icon {
    display: flex;
    height: 100%;
    align-items: center;
}
.soc_icon .icon {
    width: 25px;
    height: 25px;
    background: #fff;
    position: relative;
    margin-right: 10px;
    border-radius: 20px;
    transition: all .3s;
}
.soc_icon .icon:before {
    position: absolute;
    left: 5px;
    top: 3px;
    font-family: icomoon;
    font-size: 14px;
    color: #1061c1;
}
.soc_icon .icon.fb:before {
    content: '\ea90';
}
.soc_icon .icon.twit:before {
    content: '\ea96';
    left: 6px;
}
.soc_icon .icon.in:before {
    content: '\eaca';
    left: 6px;
    top: 2px;
}
.soc_icon .icon:hover {
    background: #716a6a;
}
.soc_icon .icon:hover:before {
    color: #fff;
}
header .right {
    position: absolute;
    right: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    top: 0;
}
.info_container {
    display: flex;
    height: 100%;
    align-items: center;
    font-family: ROBOTO-LIGHT;
    font-size: 14px;
    color: #fff;
}
.info_container > div {
    margin-left: 5px;
}
.info_container .visib_info {
    display: flex;
}
.info_container .visib_info > div {
    margin-left: 5px;
}
.info_container > div a {
    color: #fff;
}
.info_container > div.loguot,
.info_container > div.set {
    margin-left: 17px;
}
.info_container > div.loguot a:before {
    content: '\e907';
    font-family: icomoon;
    font-size: 18px;
}
/* edit_registr_page */
.edit_registr_page {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    height: 100%;
    flex-direction: column;
    padding: 60px 0;
}
.edit_registr_page .head1 {
    margin-bottom: 25px;
    color: #323232;
    font-size: 25px;
    font-family: ROBOTO-REGULAR;
}
.edit_registr_page .block1 {
    display: flex;
    margin-bottom: 25px;
}
.edit_registr_page .block1.text_ar {
    width: 100%;
}
.edit_registr_page .block1 textarea {
    width: 100%;
    height: 100px;
    border: none;
    outline: none;
    border-radius: 20px;
    resize: none;
    padding: 15px;
    font-size: 16px;
    font-weight: 100;
    font-family: ROBOTO-REGULAR;
}
.edit_registr_page .block1 .left {
    margin-right: 25px;
}
.edit_registr_page .block1 label {
    display: flex;
    font-size: 16px;
    margin-bottom: 0;
    position: relative;
    font-weight: 100;
    font-family: ROBOTO-REGULAR;
}
.edit_registr_page .block1 label > div {
    width: 104px;
    min-width: 104px;
    height: 40px;
    border-radius: 20px 0px 0px 20px;
    color: #fff;
    font-family: ROBOTO-MEDIUM;
    background: #1061c1;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-right: 14px;
    cursor: pointer;
    justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
    line-height: 16px;
}
.edit_registr_page .block1 label input {
    display: flex;
    align-items: center;
    color: #000;
    padding-right: 10px;
    padding-left: 10px;
    border: none;
    border-radius: 0 20px 20px 0;
    outline: none;
    width: 223px;
    box-sizing: border-box;
}
.edit_registr_page .block1 label.err input {
    border: 1px solid #ff0000;
    border-left: none;
}
.m_err textarea{
    border: 1px solid #f00!important;
}
.m_err .err_txt{
    color: #f00;
    font-size: 12px;
}
.glob_err{
    border: 1px solid #f00!important;
    border-radius: 5px;
    position: relative;
}
.glob_err .err_block{
    color: #f00;
    font-size: 12px;
    text-align: right;
    position: absolute;
    right: 10px;
    top: -19px;
}
.modal .users_modal .us_container{
    margin-top: 20px;
}
.edit_registr_page .block1 label.err span.err_txt {
    position: absolute;
    left: 104px;
    bottom: -18px;
    color: #ff0000;
    font-size: 12px;
    width:245px;
}
.edit_registr_page .block1.mod .left {
    margin-right: 0;
    width: 100%;
}
.edit_registr_page .block1.mod .left label input {
    width: 100%;
}
.edit_registr_page .block1 label input[type=password] {
    font-size: 25px;
    font-weight: 900;
    font-family: ROBOTO-BOLD;
}
.edit_registr_page .head1.mod {
    border-bottom: 1px solid #acacac;
    font-family: ROBOTO-MEDIUM;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.button_container {
    display: flex;
    justify-content: flex-end;
}
.button_container button {
    border: none;
    outline: none;
    width: 133px;
    height: 41px;
    background-color: #d9d7d7;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    color: rgb(50, 50, 50);
    text-transform: uppercase;
    border-radius: 20.5px;
    font-family: ROBOTO-REGULAR;
    cursor: pointer;
}
.button_container button.save {
    width: 101px;
    background: #1061c1;
    color: #fff;
    margin-left: 25px;
}
/* edit_registr_page end*/
/*login page*/
.login_page {
    position: relative;
}
.login_page:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 262px;
    height: 232px;
    background: url('../img/BG_Logo_L.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.login_page:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 379px;
    height: 245px;
    background: url('../img/BG_Logo_R.png');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}
.login_page form {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    z-index: 1;
}
.login_page,
.login_page .left_panel,
.login_page .right_panel {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.login_page .left_panel {
    background: #fff;
}
.login_page .left_panel,
.login_page .right_panel {
    width: 50%;
    position: relative;
    flex-direction: column;
}
.login_page .left_panel .logo_blue {
    display: flex;
    margin-bottom: 60px;
}
.login_page .left_panel .logo_blue img {
    max-width: 100px;
    max-height: 100px;
}
.login_page .left_panel .inp_login {
    padding-bottom: 40px;
    position: relative;
}
.login_page .left_panel .inp_login.err input {
    border: 1px solid #ff0000;
}
.login_page .left_panel .inp_login.err span.err_txt {
    position: absolute;
    left: 12px;
    bottom: 19px;
    color: #ff0000;
    font-size: 12px;
}
.login_page .left_panel .inp_login.pass-login {
    padding-bottom: 20px;
}
.login_page .left_panel .inp_login input {
    width: 440px;
    height: 41px;
    border: none;
    outline: none;
    border-radius: 20.5px;
    background: #f5f5f5;
    padding-left: 30px;
    padding-right: 10px;
    font-family: ROBOTO-REGULAR;
    font-size: 16px;
}
.login_page .left_panel .inp_login input:focus {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.login_page .left_panel .forg_pass {
    display: flex;
    width: 440px;
    justify-content: flex-end;
    margin-bottom: 20px;
}
.login_page .left_panel .forg_pass > div {
    cursor: pointer;
    color: #1061c1;
    text-decoration: underline;
}
.login_page .left_panel .login_but {
    background-color: #1061c1;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    width: 156px;
    height: 41px;
    border-radius: 20.5px;
    border: none;
    outline: none;
    font-family: ROBOTO-REGULAR;
    color: #fff;
    font-size: 16px;
}
.login_page .left_panel .app_store {
    margin-bottom: 20px;
}
.login_page .right_panel .about_content {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    font-family: ROBOTO-REGULAR;
    color: #fff;
}
.login_page .right_panel .about_content .head {
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 40px;
}
.login_page .right_panel {
    background: #1061c1;
}
.login_page .right_panel .about_content .head span {
    font-weight: bold;
    font-family: Asap-semibold;
}
.login_page .right_panel .about_content .txt {
    font-size: 16px;
    max-width: 440px;
    text-align: center;
}
.login_page .right_panel .about_content .read_more {
    background-color: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    width: 200px;
    height: 41px;
    border-radius: 20.5px;
    border: none;
    outline: none;
    font-family: ROBOTO-REGULAR;
    color: #1061c1;
    font-size: 16px;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
}
.login_page .right_panel .about_content .read_more.mod{
    margin-top: 15px;
    line-height: 16px;
    text-align: center;
}
.info_cont {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.info_cont .soc_icon {
    margin-bottom: 15px;
}
/*login page end*/
/*modal style*/
.modal {
    text-align: center;
    padding: 0 !important;
}
.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal .modal-content {
    padding: 25px;
}
.modal .head_modal {
    font-size: 18px;
    font-family: ROBOTO-MEDIUM;
    color: #000;
    margin-bottom: 40px;
}
.modal .modal_bod {
    margin-bottom: 40px;
}
.modal .modal_bod label {
    display: flex;
    font-size: 16px;
    margin-bottom: 0;
    position: relative;
    font-weight: 100;
    font-family: ROBOTO-REGULAR;
}
.modal .modal_bod label > div {
    width: 115px;
    min-width: 115px;
    height: 40px;
    border-radius: 20px 0px 0px 20px;
    color: #fff;
    font-family: ROBOTO-MEDIUM;
    background: #1061c1;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-right: 14px;
    cursor: pointer;
    justify-content: flex-end;
}
.modal .modal_bod label > input {
    display: flex;
    align-items: center;
    color: #000;
    padding-left: 15px;
    border: none;
    border-radius: 0 20px 20px 0;
    outline: none;
    width: calc(100% - 104px);
    box-sizing: border-box;
    background: #f5f5f5;
}
.modal .modal_bod label.err input {
    border: 1px solid #ff0000;
    border-left: none;
}
.modal .modal_bod label.err span.err_txt {
    position: absolute;
    left: 104px;
    bottom: -18px;
    color: #ff0000;
    font-size: 12px;
}
.modal .modal-content .button_container .save {
    margin-left: 0;
    margin-right: 25px;
}
.modal .modal-content .button_container button {
    width: 108px;
    box-shadow: none;
}
/*modal style end*/
/*uder home page*/
.lock_lynk:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content:"\f023";
    font-size:23px;
    margin-left: 8px;
    margin-top: 3px;
}
.emails_lynk:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content:"\f199";
    font-size:23px;
    margin-left: 8px;
    margin-top: 3px;
}
.center{
    margin: auto;
}
.center a {
    color: black;
    font-size: 20px;
}

header .info_container>div.loguot{
    margin-left:15px;
    margin-top:2px;
}
.user_home {
    display: flex;
    height:100%;
}
.user_home .left_section {
    width: 300px;
    min-width: 300px;
    height: 100%;
    background: #d9d9da;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.26);
    z-index: 2;
    position: relative;
}
.user_home .l_section{
    padding: 25px 10px;
}
.user_home .left_section .r_section{
    margin-top:40px;
}
.user_home .right_section .l_section{
    padding: 0 10px;
}
.user_home .l_section .block1 .head {
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
    position: relative;
}
.us_container {
    /*width: 100%;*/
    height: 320px;
    background: #fff;
    border-radius: 10px;
    /*overflow-y: auto;*/
    padding: 15px;
    line-height: 1.2;
    position: relative;
}
.us_container .user {
    height: 51px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 25.5px;
    padding-left: 15px;
    padding-right: 50px;
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
    width:247px;
}
.sms_container .us_container .user{
    width: 310px;
}
.us_container .user
.us_container .user .name {
    font-family: ROBOTO-MEDIUM;
    font-size: 15px;
    display: flex;
    overflow: hidden;
}
.us_container .user .status {
    display: flex;
    font-family: ROBOTO-REGULAR;
    font-size: 12px;
}
.us_container .user .status .main_status {
    font-family: ROBOTO-BOLD;
}
.us_container .user .status .online {
    display: flex;
}
.us_container .user .status .online:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #64dd17;
    margin-right: 5px;
    margin-top: 5px;
}
.us_container .user .status > div {
    margin-right: 5px;
}
.edit_container {
    position: absolute;
    right: 9.5px;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
}
.edit_container .edit_open {
    cursor: pointer;
    width: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.edit_container .edit_open .rad {
    width: 5px;
    height: 5px;
    background: #1061c1;
    border-radius: 50%;
    margin-bottom: 2px;
}
.edit_container .edit_mod {
    width: 117px;
    padding: 10px 14px;
    background: #fff;
    position: absolute;
    right: -13.5px;
    top: 45px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: none;
    z-index: 2;
    font-family: ROBOTO-LIGHT;
    font-size: 14px;
    text-align: right;
    margin-bottom: 13px;
}
.edit_container .edit_mod div:not(:last-child) {
    padding-bottom: 8px;
}
.edit_container .edit_mod div {
    cursor: pointer;
}
.edit_container .edit_mod div:hover {
    color: #1061c1;
}
.edit_container .edit_mod:after {
    content: '';
    position: absolute;
    top: -5px;
    right: 17px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background: #fff;
    box-shadow: -1px -1px 1px 0 rgba(0, 0, 0, 0.1);
}
.nav-tabs {
    display: flex;
    margin-top: 5px;
    margin-bottom: 15px;
}
.nav-tabs .tab1 {
    font-family: ROBOTO-LIGHT;
    font-size: 16px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.nav-tabs .tab1 > a {
    color: #000;
    width: 100%;
    border: none;
    border-bottom: 2px solid transparent;
    display: flex;
    justify-content: center;
}
.nav-tabs .tab1 > a:hover {
    background: transparent;
    box-shadow: none;
    border: none;
    border-bottom: 2px solid transparent;
    /*margin: 0;*/
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background: transparent;
    border: none;
    border-bottom: 2px solid #1061c1 !important;
    color: #000;
}
.nav-tabs {
    border: none;
}
.file_container .tab-content {
    /*width: 280px;*/
    height: 400px;
    /*overflow-y: auto;*/
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
.main_tab .sup_admin {
    margin-top: -40px;
}
.sup_admin .nano.tab_content_right_tab1 {
    height: 348px;
}
.file_container .tab-content .img_container {
    display: flex;
    flex-wrap: wrap;
}
.file_container .tab-content .img_container .one_img {
    width: 74px;
    height: 74px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 10px;
}
.file_container .tab-content .img_container .one_img:nth-child(3n) {
    margin-right: 0;
}
.file_container .tab-content .img_container .one_img img {
    max-width: 100%;
    max-height: 100%;
    flex: 1;
}
.file_container .tab-content .file_tab_cont ul {
    margin: 0;
    padding: 0;
}
.file_container .tab-content .file_tab_cont ul li {
    width: 100%;
    display: flex;
}
.file_container .tab-content .file_tab_cont ul li a {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 4px;
    border-bottom: 1px solid #ccc;
    color: #000;
}
.file_container .tab-content .file_tab_cont ul li a:hover {
    color: #1061c1;
}
.chat_section {
    width: 100%;
    height: 100%;
    background: #fff;
}
.chat_section .chat_head {
    height: 80px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 25px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f5f5f5;
    position: relative;
}
.chat_section .chat_head .left .name_section {
    font-size: 20px;
    font-family: ROBOTO-MEDIUM;
    display: flex;
}
.chat_section .chat_head .left .name_section > div:not(:last-child){
    margin-right: 5px;
}
.chat_section .chat_head .left .name_section span:not(:last-child):after {
    content: ',';
}
.chat_section .chat_head .left .status_section {
    font-family: ROBOTO-REGULAR;
    font-size: 14px;
    display: flex;
    line-height: 1.2;
    color: #606060;
}
.chat_section .chat_head .left .status_section:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #64dd17;
    margin-right: 5px;
    margin-top: 6px;
}
.chat_section .chat_head .left .status_section > div {
    margin-left: 2px;
}
.chat_section .chat_head .left {
    width: 66%;
}
.search-buttons {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    height: 40px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.search-buttons .bold{
    font-weight:bold;
}

.result_search{
    margin-left:10px;
}
#prevSearch, #nextSearch{
    box-shadow: none!important;
    opacity: 1;
    background: none;
    outline: none;
}
#prevSearch[disabled='disabled']:before, #nextSearch[disabled='disabled']:before{
    color:#8c8c8c;
}
#prevSearch:before{
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    top: 2px;
    left: 6px;
    font-size: 22px;
    background:none;
    color: #1061c1;
    font-weight: bold;
    transform:rotate(180deg);
    display: block;
}
#nextSearch:before{
    content: "\f107";
    font-family: FontAwesome;

    font-style: normal;
    font-weight: normal;
    top: 2px;
    left: 6px;
    font-size: 22px;
    background:none;
    color: #1061c1;
    font-weight: bold;
}
.chat_section .chat_head .right {
    display: flex;
}
.right > div.but {
    width: 30px;
    min-width: 30px;
    height: 30px;
    background: #989898;
    border-radius: 15px;
    margin-left: 10px;
    cursor: pointer;
    position: relative;
}
.right>div.but.read-all{
    display: flex;
    justify-content: center;
    align-items: center;
}
.right > div.but:hover,
.right > div.but.star.active {
    background: #1061c1;

}
.right > .but:before {
    position: absolute;
    right: 7px;
    top: 5px;
    font-size: 15px;
    color: #fff;
    font-family: icomoon;
}
span.but.star {
    font-size: 15px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
    padding: 0 5px;
    float: right;
}
.right > .but.search:before {
    content: '\e986';
}
.chat_section .chat_head .right > .but.call:before {
    content: '\e900';
}
.chat_section .chat_head .right > .but.export:before {
    content: '\e901';
}
.but.unread{
    right: 30px;
    top: 16px;
    position: absolute;
    width: 18px;
    height: 18px;
}
.but.unread:before{
    content: '';
    background: url(../img/icon/unread-email.svg) no-repeat center;
    width: 18px;
    height: 18px;
    background-size: 18px;
    position: absolute;
    left: 0;
    top: 0;

}
.user.active .new_mess_numb {
    color: #fff;
}
.chat_section .chat_head .right > .but.star:before,
span.but.star:before {
    content: "\f006";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    top: 2px;
    left: 6px;
    font-size: 19px;
}
span.but.star:before{
    font-size: 17px;
    position: relative;
    top: -2px;
    left: 2px;
}
span.but.star.active:before{
    content: "\f005";
}
.chat_section .chat_head .right > .but.print:before {
    content: '\e908';
}
.chat_section .chat_head .right > .but.exp:before {
    content: '';
    width: 13px;
    height: 15px;
    background: url(../img/icon/new_opt.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 7px;
    right: 8px;
}
.right > .but.search {
    transition: all .3s;
    overflow: hidden;
}
.right > .but.search.active {
    width: 280px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    /*padding-right: 31px;*/
    background: #fff
}
.right > .but.search.active:before {
    color: #989898;
    display: none;
}
.right > .but.search input {
    border: none;
    outline: none;
    /*	width: 0;*/
    visibility: hidden;
    transition: all .3s;
}
.right > .but.search button:before {
    position: relative;
    font-size: 15px;
    color: #fff;
    font-family: icomoon;
    content: '\e986';
    color: #989898;
}
.right > .but.search button.clear_but:before{
    display: none;
}
.right > .but.search button .clear_input {
    cursor: pointer;
    display: none;
}
.right > .but.search button.clear_but .clear_input {
    display: block;
}
.right > .but.search button {
    border: none;
    background: transparent;
    outline: none;
}
.right > .but.search form {
    visibility: hidden;
    display: flex;
    width: 0;
    transition: all .3s;
}
.right > .but.search.active input {
    visibility: visible;
    width: 229px;
}
.right > .but.search.active form {
    width: 280px;
    visibility: visible;
}
.chat_main {
    padding: 20px 35px;
    background: #fff;
    /*height: 660px;*/
    overflow-y: auto;
    position: relative;
    margin-top: 4px;
}
.chat_main .date_section {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #b9b7b7;
    margin-bottom: 25px;
    color: #606060;
    font-size: 14px;
    font-family: ROBOTO-LIGHT;
}
.chat_main .mess_section .mess_txt {
    padding: 15px 15px 15px 48px;
    background: #e8e8e8;
    max-width: 100%;
    border-radius: 10px;
    border-radius: 0 0 10px 10px;
    font-family: ROBOTO;
    font-size: 16px;
}
.chat_main .mess_section .my_mess .mess_txt {
    text-align: right;
}
.chat_main .mess_section .my_mess {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    margin-bottom: 25px;
}
.chat_main .mess_section .my_mess .mess_txt {
    background: #1061c1;
    color: #fff;
}
.chat_main .mess_section .my_mess .mess_txt a {
    color: #fff;
}
.chat_main .mess_section .mess_txt.send_file {
    position: relative;
    font-family: ROBOTO-REGULAR;
    border-radius: 22px;
    text-align: right;
    border-radius: 0 0 10px 10px;
}
.chat_main .mess_section .mess_txt.send_file a {
    position: relative;
    padding-left: 25px;
}
.chat_main .mess_section .mess_txt.send_file a:before {
    position: absolute;
    content: '\e903';
    left: 0px;
    top: -8px;
    font-family: icomoon;
    font-size: 22px;
    transform: rotate(45deg);
}
.chat_main .mess_section .others_mess .mess_txt a,
.chat_main .mess_section .others_mess .mess_txt a:hover {
    color: #323232;
}
.chat_main .mess_section .others_mess .mess_txt.send_file:before {
    right: 12px;
    left: auto;
}
.chat_main .mess_section .others_mess .mess_txt {
    padding: 15px 48px 15px 15px;
    border-top-left-radius: 0;
}
.chat_main .mess_section .others_mess {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 25px;
}
.msg_date {
    font-size: 12px;
}
.chat_main .mess_section .others_mess .mess_name {
    height: 21px;
    padding: 0 10px;
    color: #fff;
    font-family: ROBOTO-MEDIUM;
    font-size: 14px;
    background: #959595;
    border-radius: 10px 10px 0 0;
}
.chat_main .mess_section .my_mess .mess_name {
    height: 21px;
    padding: 0 10px;
    color: #fff;
    font-family: ROBOTO-MEDIUM;
    font-size: 14px;
    background: #23599c;
    border-radius: 10px 10px 0 0;
}
.chat_main .mess_section .others_mess .mess_txt.send_file {
    text-align: left;
}
.chat_main .mess_section .mess_txt.send_img .send_img_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.chat_main .mess_section .others_mess .mess_txt.send_img .send_img_container {
    justify-content: flex-start;
}
.chat_main .mess_section .mess_txt.send_img {
    padding-top: 10px;
    padding-bottom: 10px;
}
.chat_main .mess_section .mess_txt.send_img .send_img_container > a {
    width: 74px;
    height: 74px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    background: #fff;
}
.chat_main .mess_section .mess_txt.send_img .send_img_container > a img {
    max-width: 100%;
    max-height: 100%;
    flex: 1;
}
.send_mess_section {
    position: relative;
    padding: 0 35px;
}
.send_mess_section textarea {
    width: 100%;
    resize: none;
    outline: none;
    height: 100px;
    border-radius: 10px 10px 0 0;
    padding: 15px;
    font-size: 16px;
    font-family: ROBOTO-REGULAR;
    outline: none;
}
.send_mess_section .butt_send_container {
    display: flex;
    min-height: 40px;
    align-items: center;
    border-radius: 0 0 10px 10px;
    background: #e8e8e8;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.26);
}
.send_mess_section .butt_send_container .left {
    display: flex;
    height: 100%;
    align-items: center;
    margin-left: 15px;
    flex-grow: 1;
}
.groupChat,
.group-contacts,
.contact {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: inherit;
}
.send_mess_section .butt_send_container .left .icon_mess {
    position: relative;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.send_mess_section .butt_send_container .left .icon_mess input {
    display: none;
}
.send_mess_section .butt_send_container .left .icon_mess:before {
    position: absolute;
    font-family: icomoon;
    font-size: 20px;
    color: #606060;
    left: 0;
    top: 0;
}
.send_mess_section .butt_send_container .left .icon_mess.add_file:before {
    content: '\e903';
    transform: rotate(45deg);
    margin-top: 2px;
}
.send_mess_section .butt_send_container .left .icon_mess.add_img:before {
    content: '\e905';
}
.send_mess_section .butt_send_container .left .icon_mess.smile:before {
    content: '\f118';
    font-family: FontAwesome;
}
.send_mess_section .butt_send_container .right {
    display: flex;
    height: 100%;
    min-height: 40px;
}
.fl_wrap {
    display: flex;
    flex-wrap: wrap;
}
.send_mess_section .butt_send_container .right button.send_mess {
    background: #1061c1;
    color: #fff;
    font-size: 16px;
    font-family: ROBOTO-REGULAR;
    border: none;
    outline: none;
    border-bottom-right-radius: 10px;
    width: 92px;
    height: 40px;
}
.send_mess_section .butt_send_container .right button.send_mess > span:before {
    content: '\ea3c';
    font-family: icomoon;
    font-size: 16px;
    color: #fff;
}
.emoji-menu {
    position: absolute;
    left: 0;
    bottom: 40px;
    z-index: 999;
    width: 238px;
    overflow-x: hidden;
    border: 1px #dfdfdf solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow-y: auto;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.emoji-menu .emoji-items-wrap {
    overflow: auto;
}
.emoji-wysiwyg-editor {
    outline: none;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.26);
    border: 1px solid #e2e8ec;
    height: 100px;
}
.user_home  .right_section {
    width: 300px;
    min-width: 300px;
    height: 100%;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.26);
    background: #d9d9da;
    position: relative;
}
.user_home  .right_section .head {
    padding: 15px 0;
    padding-bottom: 0;
    position: relative;
}
.user_home > .right_section .head .new {
    width: 79px;
    background: #1061c1;
    color: #fff;
    font-family: ROBOTO-REGULAR;
    font-size: 14px;
    height: 29px;
    border-radius: 0 15px 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    float: left;
}
.user_home > .right_section .head .new > span:before {
    font-family: icomoon;
    font-size: 14px;
    position: relative;
    content: '\ea40';
    margin-right: 10px;
}
.user_home > .right_section .head .icon-prof {
    float: right;
    margin-right: 10px;
}
.arrow_button {
    position: absolute;
    width: 37px;
    height: 22px;
    background: url('../img/arrow_button.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
    z-index: 1;
    top: 28px;
    background-size: 21px;
}
.arrow_button.open_right {
    left: 0;
}
.arrow_button.open_left {
    right: 0;
    transform: rotate(180deg);
}
.chat_section .chat_head .arrow_button {
    top: 28px;
    background: url('../img/arrow_button_white.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #1061c1;
    background-size: 21px;
}
.name_mess_group {
    display: flex;
    flex-direction: column;
    max-width: 80%;
}
.my_mess .name_mess_group .mess_name {
    text-align: right;
}
.name_mess_group .mess_name {
    width: 100%;
}
.chat_head .arrow_button {
    display: none;
}
.clear {
    clear: both;
}
.user_home  .r_section .main_tab {
    padding: 0 10px;
}
.user_home > .r_section .file_container .nav-tabs .tab1 {
    width: 33%;
    font-family: ROBOTO-LIGHT;
    font-size: 16px;
}
.user_home  .r_section .main_tab .tab-content {
    height: 736px;
    padding: 0;
}
 .head_tab {
    display: flex;
    width: 100%;
    height: 40px;
    position: relative;
    padding: 5px 15px
}
head_tab .left {
    position: absolute;
    left: 0;
    top: 0;
}
.head_tab .left select {
    border: none;
    outline: none;
    margin-top: 10px;
    font-family: ROBOTO-LIGHT;
    font-size: 12px;
}
.head_tab .right {
    position: absolute;
    right: 0;
    top: 0;
}
.head_tab form {
    position: relative;
    display: flex;
    width: 100%;
    height: 30px;
}
.head_tab .right > .but.search.active {
    border-bottom: 1px solid #ccc;
    width: 257px;
    border-radius: 0;
    padding-left: 0;
    background: #fff;
}
.head_tab .right > .but.search {
    background: #1061c1;
}
.head_tab .right > .but.search button {
    visibility: hidden;
}
.head_tab .right > .but.search.active button {
    visibility: visible;
}
.user_home  .r_section .main_tab .tab-content .us_container {
    padding: 0;
    border-radius: 0;
    height: 566px;
    margin-top: 17px;
    position: relative;
}
.new_mess_numb {
    color: #1061c1;
    font-size: 12px;
}
.user_home .r_section .main_tab .tab-content .us_container .name span:not(:last-child):after {
    content: ',';
    position: relative;
}
.user_home  .r_section .main_tab .tab-content .us_container .name span:not(:last-child) {
    margin-right: 3px;
}
.user_home  .r_section .main_tab .tab-content .us_container .user {
    cursor: pointer;
    margin: 10px 15px;
}
.user_home  .r_section .main_tab .tab-content .us_container .groups_list li .user{
    margin: 15px;
    margin-top:0;
}

.user_home  .r_section .main_tab .tab-content .us_container li .user {
    margin: 0 15px;
}
.user_home  .r_section .file_container.sup_admin .m_container .us_container .user.active {
    border-radius: 25.5px;
}
.user_home  .r_section .us_container .user.active {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: none;
    background: #1061c1;
    padding-left: 30px;
    color: #fff;
}
.user_home  .left_section .r_section .us_container .user.active{
    padding-right:30px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 25.5px;
    border-top-left-radius: 25.5px;
}
.case-wrapper.active{
    background-color: #1061c1;
}
.case-wrapper.active .edit_container .edit_open .rad{
    background: #fff;
}
.case-wrapper.active .name{
    color: #fff;
}

.user_home  .left_section .r_section .main_tab .tab-content .us_container .user.active:before{
    left: auto;
    right: 5px;
    transform: rotate(180deg);
}
.user_home  .r_section .main_tab .tab-content .us_container .user.active:before {
    font-family: icomoon;
    font-size: 14px;
    position: absolute;
    content: '\ea40';
    margin-right: 10px;
    left: 5px;
    top: 17px;
}
.user_home  .r_section .us_container .user.active .edit_container .edit_open .rad {
    background: #fff;
}
.user_home  .r_section .us_container .user.active .edit_container {
    color: #333;
}
.frends .online_frends,
.contacts .day {
    font-family: ROBOTO-REGULAR;
    font-size: 14px;
    margin-top: 5px;
    margin-left: 3px;
}
.frends .head2,
.contacts .head2 {
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: ROBOTO-REGULAR;
    font-size: 14px;
}
.contacts .phone {
    margin-top: 3px;
}
.user_home  .r_section .main_tab .tab-content .contacts .us_container {
    padding-bottom: 56px;
}
.add_new_container {
    position: absolute;
    bottom: 6px;
    padding: 15px;
    width: 100%;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.user_home .r_section .main_tab .tab-content.admin_user_container .us_container.new_mod{
    height:277px;
}
.tab-content{
    position: relative;
}
.add_new_container.new_but{
    width: calc(100% - 20px);
}
.left_section .r_section .edit_container{
    right:auto;
    left:9.5px;
}
.left_section .r_section .user{
    padding-left:30px;
    padding-right:20px;
}
.user_home .left_section .r_section .us_container .user.active{
    padding-left:30px;
}
.user_home .left_section .r_section .edit_container .edit_mod{
    right: -92px;
}
.user_home .left_section .r_section .edit_container .edit_mod:after{
    right: 94px;
}
.add_new_container .add_new_but {
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: ROBOTO-LIGHT;
    font-size: 16px;
    cursor: pointer;
    background: #1061c1;
    width: 100%;
    border-radius: 18.5px;
    text-transform: uppercase;
}
.admin.us_container .add_new_container {
    padding: 0;
    width: calc(100% - 30px);
    bottom: 15px;
}
.admin.us_container,
.padding_tab .us_container {
    padding-bottom: 56px;
}
.user_home  .r_section .file_container .nav-tabs.admin_tab .tab1 {
    width: 50%;
}
/*modal added chat*/
.modal .users_modal .added_users {
    display: flex;
    margin: 15px 0;
}
.modal .users_modal .added_users .txt {
    font-family: ROBOTO-MEDIUM;
    font-size: 16px;
    margin-right: 5px;
    text-transform: uppercase;
    min-width: 131px;
}
.modal .users_modal .added_users .ad_users_name {
    font-size: 16px;
    font-family: ROBOTO-REGULAR;
}
.modal .users_modal .added_users .ad_users_name span.nm:not(:last-child):after {
    content: ',';
    margin-right: 3px;
}
.modal .users_modal .us_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: auto;
    overflow-y: inherit;
}
.modal .users_modal .us_container .user {
    width: 49%;
    cursor: pointer;
}
.modal .users_modal .us_container .user.checked_user {
    background: #1061c1;
    color: #fff;
}
.modal .users_modal .us_container .user.checked_user .edit_container {
    color: #000;
}
.modal .users_modal .us_container .user.checked_user .edit_container .edit_open .rad {
    background: #fff;
}
.modal .users_modal .us_container .user > input[type=checkbox] {
    display: none;
}
.modal.sms_modal .head_modal {
    margin-bottom: 15px;
}
.modal .head_modal {
    text-transform: uppercase;
}
.modal.sms_modal .modal_bod .sms_txt {
    font-size: 16px;
    font-family: ROBOTO-LIGHT;
}
.sms_history {
    height: 100%;
    width: 500px;
    padding: 15px;
}
.sms_history .sms_container {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #fff;
}
.edit_registr_page.view_contact {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    padding-left: 114px;
    flex-direction: row;
}
.edit_registr_page{
    position: relative;
}
.edit_registr_page .close_settings{
    position: absolute;
    right: 50px;
    top: 25px;
}
.edit_registr_page .close_settings:before{
    content: "\f00d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    top: 0;
    left: 0;
    font-size: 28px;
    background:none;
    color: #909192;
    cursor: pointer;
}
.close_search{
    position:absolute;
    right:30px;
    top:10px;
}
.close_search:before{
    content: "\f00d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    top: 0;
    left: 0;
    font-size: 16px;
    background:none;
    color: #909192;
    cursor: pointer;
}
.sms_history .sms_container .head_sms {
    font-family: ROBOTO-MEDIUM;
    font-size: 16px;
    padding: 15px;
    padding-bottom: 0;
}
.sms_history .phone {
    /*margin- top: 3px;*/
}
.sms_history .us_container {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 10px;
    overflow-y: auto;
    padding: 15px;
    line-height: 1.2;
    position: relative;
    max-height: calc(100% - 30px);
}
/*super admin*/
.sup_admin .head12 {
    text-transform: uppercase;
    font-family: ROBOTO-LIGHT;
    font-size: 16px;
    color: #000;
    margin-top: 58px;
    width: 50%;
    text-align: center;
    padding-bottom: 8px;
    border-bottom: 2px solid #1061c1;
    margin-bottom: 17px;
}
.m_container {
    position: relative;
}
.user_home  .r_section .main_tab .tab-content.admin_user_container {
    height: 380px;
}
.user_home  .r_section .main_tab .tab-content.admin_user_container .us_container {
    height: 328px;
}
.left_section .left_super_admin.file_container .nav-tabs {
    /*margin-top: -15px;*/
    margin-bottom: 5px;
}
.user_home .tab-content .us_container .name span:not(:last-child) {
    margin-right: 3px;
}
.user_home .tab-content .us_container .name span:not(:last-child):after {
    /*content: ',';*/
    position: relative;
}
.user_home .left_super_admin.file_container .tab-content {
    padding: 0;
    height: 320px;
}
.user_home .left_super_admin.file_container .tab-content .us_container .user {
    cursor: pointer;
}
.user_home .left_super_admin.file_container .tab-content .us_container .user.active {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    background: #1061c1;
    padding-left: 30px;
    color: #fff;
}
.user_home .left_super_admin.file_container .tab-content .us_container .user.active .edit_container .edit_open .rad {
    background: #fff;
}
.user_home .left_super_admin.file_container .tab-content .us_container .user.active .edit_container {
    color: #333;
}
.chat_section .sms_history {
    width: 100%;
}
header .prof a i.fa {
    font-size: 22px;
}
header .prof a {
    margin-left: 5px;
}
/** list group*/
.groups_list {
    margin: 0;
    padding: 0;
}
.groups_list li {
    margin: 0;
    padding: 0;
    display:flex;
}
.users_list {
    margin: 0;
    padding: 0;
}
.users_list li {
    margin: 0;
    padding: 0;
    display:flex;
}
.user.no-data {
    padding: 0;
    box-shadow: none;
    border: none;
    height: auto;
}

.groups_list .user .name{
    max-width: 185px;
}

.left_section .r_section .but.unread {
    right: 13px;
}

/*tooltip section*/
.ui-tooltip,
.arrow:after {
    background: #4B7EC4;
    border: 1px solid white;
}
.ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font: 14px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
}
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow.left {
    left: 20%;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}
/*end of tooltip section*/
/*new style*/
.login_page .remember {
    font-family: ROBOTO-REGULAR;
    display: flex;
    align-items: center;
    font-weight: normal;
}
.login_page .remember .icon {
    width: 14px;
    height: 14px;
    border: 1px solid #1061c1;
    border-radius: 14px;
    display: inline-block;
    margin-right: 5px;
}
.login_page .remember input {
    display: none;
}
.login_page .remember input:checked + .icon {
    border: none;
    background: url('../img/icon/check.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.login_page .left_panel .forg_pass {
    justify-content: space-between;
}
.edit_registr_page .nav-tabs .tab1 {
    width: auto;
}
.chat_constructor label {
    display: flex;
    margin-bottom: 25px;
}
.chat_constructor label .page_view {
    display: flex;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    cursor: pointer;
}
.chat_constructor label input {
    display: none;
}
.chat_constructor label input:checked + .page_view {
    background: #1061c1;
}
.chat_constructor label input:checked + .page_view .panel1 {
    background: #fff;
}
.chat_constructor label .page_view .panel1 {
    border-radius: 5px;
    width: 83px;
    height: 94px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e8e8e8;
    font-family: ROBOTO-MEDIUM;
    font-size: 12px;
    text-align: center;
    padding: 15px;
}
.chat_constructor label .page_view .panel1.mid {
    margin: 0 10px;
    width: 128px;
}
.edit_registr_page .nav-tabs {
    min-height: 51px;
}
.info_panel_mess {
    font-size: 11px;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #fff;
}
.others_mess .info_panel_mess {
    border-top: 1px solid #000;
}
/*modal print*/
.modal-content .date_container {
    display: none;
    justify-content: space-between;
}
.modal-content .date_container label {
    width: 45%;
}
.modal-content .radio_but {
    display: flex;
    margin-bottom: 25px;
}
.modal-content .radio_but label {
    font-size: 14px;
    width: 50%;
    font-family: ROBOTO-MEDIUM;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.modal .modal_bod .radio_but label > input {
    width: auto;
    display: none;
}
.block1.text_ar {
    margin-top: 15px;
}
.block1.text_ar lable{
    width: 100%;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid;
}
.block1.text_ar textarea{
    height: 90px;
    resize: none;
    outline: none;
    border-radius: 20px;
    padding: 15px;
}
.modal .modal_bod .radio_but label .radio_icon {
    width: 18px;
    height: 18px;
    border: 1px solid;
    border-radius: 18px;
    margin-right: 8px;
}
.modal .modal_bod .radio_but label input:checked + .radio_icon {
    border: 5px solid #1061c1;
}
.nano.nano_chat {
    height: calc(100% - 236px);
}
.nano.nano_chat > .nano-content{
    width: auto;
}
.nano.left_top_nano {
    height: 253px;
}
.nano.tab_nano_left {
    height: 388px;
}
.nano.tab_nano_left.uper {
    height: 314px;
}
.nano.tab_content_right_tab1 {
    height: 630px;
    padding-bottom: 0px;
}
.nano.tab_content_right_tab1.group_user_nano {
    height: 700px;
    padding: 0;
}
.user_home > .right_section .main_tab .tab-content .group_user_nano .us_container {
    height: 680px;
}
.nano.tab_content_right_tab2 {
    height: 630px;
}
.nano.tab_content_right_tab4 {
    height: 700px;
}
.tab_content_right_s_tab2 {
    height: 375px;
}
.tab_content_left_groups {
    height: 322px;
}
.tab_content_right_admins {
    height: 320px;
}
.tab_content_left_users {
    height: 320px;
}
.tab_content_left_patients {
    height: 322px;
}
.tab_main {
    position: relative;
    padding-bottom: 73px;
}
.sup_admin .tab_main{
    padding-bottom:0;
}
.l_section .m_container {
    height: 320px;
}
.l_section .m_container .add_new_container {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.admin.us_container {
    height: 210px;
    padding-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    overflow-y: scroll;
}
.admin.us_container.mod_use4{
    height: 240px;
}
.right-user li {
    margin-top: 8px;
}
/* file upload styles */
.custom-file-container {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
}
.custom-file-container__image-clear {
    position: absolute;
    right: 0;
    color: inherit;
}
a.custom-file-container__image-clear:hover {
    color: inherit;
}
.custom-file-container__custom-file {
    position: relative;
    margin-right: 0 !important;
    display: inline-block !important;
    float: left !important;
}
.custom-file-container__custom-file:hover {
    cursor: pointer
}
.custom-file-container__custom-file__custom-file-input {
    box-sizing: border-box;
    min-width: 14rem;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}
.custom-file-container__custom-file__custom-file-control {
    box-sizing: border-box;
    color: #333;
    display: block;
    white-space: nowrap;
    width: 100%;
    padding-left: 30px;
    padding-top: 6px;
}
.custom-file-container__custom-file__custom-file-control:empty:after {
    content: '';
}
.custom-file-container__custom-file__custom-file-control:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    line-height: 1.25;
    content: '';
}
.custom-file-container__image-preview {
    transition: all .6s ease;
    height: 40px;
    width: 40px;
    border-radius: 4px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    float: right;
    display: none !important;
    margin-right: 20px;
}
/* end of file upload styles */
/*.left_section, .chat_section, .right_section{*/
/*max-height: calc(100vh - 65px);*/
/*}*/
.enter_send {
    display: flex;
    align-items: center;
    margin-right: 15px;
    color: #747171;
}
.fl_wrap .ui-selectmenu-button.ui-button {
    width: auto;
    height: 22px;
    outline: none;
    border: 1px solid transparent;
    padding: 0 10px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    border-radius: 10px;
    background: #fff;
    margin-top: 7px;
    margin-right: 10px;
    color: #000 !important;
    font-size: 12px;
    max-width: 125px;
}
.font_settings .ui-selectmenu-button.ui-button {
    outline: none;
    border: 1px solid transparent;
    padding: 5px 10px;
    border-radius: 10px;
    background: #fff;
    margin-top: 7px;
    color: #000 !important;
    font-size: 12px;
    height: 25px;
}
.font_settings {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.fl_wrap .ui-button .ui-icon {
    transform: rotate(-180deg);
}
.fl_wrap .ui-selectmenu-button.ui-button.ui-selectmenu-button-open {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid #c5c5c5;
    border-top: 0;
}
.ui-widget.ui-widget-content {
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: none;
    font-size: 12px;
    max-width: 300px;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid transparent;
    background: #1061c1;
}
.enter_send input {
    margin-left: 8px;
    margin-top:0;
    margin-bottom: 0;
}
/*short messanges*/
.head_inp_container {
    display: flex;
    flex-wrap: wrap;
}
.head_inp_container .left input,
.head_inp_container textarea {
    width: 100%;
    height: 40px;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.head_inp_container textarea {
    height: 90px;
    resize: none;
    border: none;
    border-radius: 20px;
    padding: 15px;
}
.sms_txt textarea{
    height: 90px;
    resize: none;
    padding: 15px;
    width: 100%
}
.head_inp_container .textarea_mess {
    width: 100%;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid;
}
.head_inp_container > div {
    display: flex;
    flex-direction: column;
    width: 60%;
}
.head_inp_container > label {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.head_inp_container .right {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    margin-top: 15px;
    margin-bottom: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.head_inp_container {
    padding-bottom: 20px;
    border-bottom: 2px solid #919394;
}
.head_inp_container .right label {
    display: flex;
    width: 153px;
    justify-content: space-between;
}
.head_inp_container .send_but,
.edit_m {
    border: none;
    outline: none;
    padding: 0 15px;
    height: 41px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 20.5px;
    font-family: ROBOTO-REGULAR;
    cursor: pointer;
    background: #1061c1;
    color: #fff;
    margin-left: 25px;
    display: flex;
    align-items: center;
}
.head_inp_container .send_but.edit_m.disabled {
    background: #ccc;
    cursor: text;
    color: #000;
}
.main_container.edit_prof {
    height: auto;
    min-height: 100%;
}
.edit_m {
    background: #5bc0de;
}
.modif_m{
    height:320px;
    background: #fff;
    border-radius: 10px;
    padding: 5px 0;
    overflow: hidden;
}
.mod_f{
    background: #fff;
    border-radius: 10px;
    /*padding: 5px 0;*/
    overflow: hidden;
}
.modif_m .tab_content_right_admins{
    height:243px;
}
.has_new_message {
    font-weight: bold !important;
}
#drp{
    display: none;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #e8e8e8;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
#drp .txt{
    font-size: 25px;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#drp.dz-drag-hover{
    display: block;
}
.head13 {
    text-transform: uppercase;
    font-family: ROBOTO-LIGHT;
    font-size: 16px;
    color: #000;
    margin-top: 24px;
    width: 50%;
    text-align: center;
    padding-bottom: 8px;
    border-bottom: 2px solid #1061c1;
    margin-bottom: 17px;
}
.links_mob a{
  display: inline-block;
}
.new_mes_m:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #1061c1;
    border-radius: 50%;
    position: absolute;
    margin-left: 5px;
    right: 5%;
    top: 5px;
}
.admin_tab .new_mes_m:after{
    right: 20px;
}
.login_page.lock_page .left_panel{
    width: 100%;
    background: #1061c1;
}
.login_page.lock_page .left_panel .login_but{
    background-color: #4081cd;
}
.login_page.lock_page .but_lock_container button:nth-child(2){
    margin-left:10px;
}
.login_page.lock_page .but_lock_container{
    display: flex;
    max-width: 100%;
    margin-bottom: 10%;
}
.login_page.lock_page  .labl_not_use{
    font-size: 18px;
    color: #fff;
    width: 440px;
    margin-bottom: 20px;
    max-width: 100%;
}
.login_page.lock_page  .labl_not_use .str{
    font-weight:bold;
}
.login_page.lock_page  .labl_not_use .us_name{
    padding-left: 15px;
}
.login_page.lock_page form{
    flex-grow: inherit;
}
/*new style end*/
@media (max-width: 1150px) {
    .edit_registr_page.view_contact {
        display: block;
        padding: 15px;
    }
    .edit_registr_page.view_contact form {
        max-width: 680px;
    }
    .edit_registr_page.view_contact .sms_history .sms_container {
        height: auto;
    }
    .sms_history {
        max-width: 100%;
        padding: 15px 0;
        margin-top: 50px;
        height: auto;
    }
    .main_container {
        min-height: 100%;
        /*height: auto;*/
    }
    .main_container.login_p {
        height: 100%;
    }
    .main_container.login_mod {
        min-height: 100%;
        height: 100%;
    }
}
@media (max-width: 1100px) {
    .user_home .left_section {
        position: absolute;
        left: 0;
        top: 60px;
        height: calc(100% - 60px)
    }
    .user_home .right_section {
        position: absolute;
        right: 0;
        top: 60px;
        height: calc(100% - 60px)
    }
}
@media (max-width: 991px) {
    /*.main_container{
        min-height: 1200px;
    }*/
    .head_inp_container > div {
        width: 80%;
    }
    .login_page {
        display: block;
        width: 100%;
    }
    .login_page,
    .login_page .left_panel,
    .login_page .right_panel {
        width: 100%;
        max-width: 100%;
    }
    .login_page .left_panel,
    .login_page .right_panel {
        padding: 0 15px;
        height: 600px;
    }
    .login_page.lock_page .left_panel{
        height: 100%;
    }
    .login_page .left_panel .inp_login input {
        max-width: 100%;
    }
    .login_page form,
    .login_page .left_panel .inp_login,
    .login_page .left_panel .forg_pass {
        max-width: 100%;
    }
    .login_page:before {
        top: 600px;
    }
    .login_page.lock_page:before {
        top: 0;
    }
    .login_page.lock_page:after{
        top:auto;
    }
    /*.main_container{
        min-height: 937px;
    }*/
    .login_page:after {
        top: 367px;
    }
}
@media (min-width: 768px) {
    .main_container.chat_page header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 4;
    }
    .main_container.chat_page {
        padding-top: 60px;
    }
    .main_container.chat_page .send_mess_section {
        position: fixed;
        bottom: 15px;
        left: 20px;
        width: calc(100% - 40px);
        background: #fff;
        padding: 0;
    }
}
@media (min-width: 1100px) {
    .main_container.chat_page .send_mess_section {
        position: fixed;
        bottom: 15px;
        left: 320px;
        width: calc(100% - 640px);
        background: #fff;
        padding: 0;
    }
}
@media (max-width: 768px) {
    .head_inp_container > div {
        width: 100%;
    }
    .fl_wrap {
        display: none;
    }
    .custom-file-container__custom-file__custom-file-control {
        width: 90px;
        overflow: hidden;
    }
    .modal-content .radio_but label {
        width: 100%;
    }
    .modal-content .radio_but {
        flex-direction: column;
    }
    .modal-content .radio_but .dt_int {
        margin-top: 10px;
    }
    .modal-content .date_container {
        flex-direction: column;
    }
    .modal-content .date_container label {
        width: 100%;
        margin-bottom: 15px;
    }
    header .mid {
        position: absolute;
        left: 15px;
        top: 8px;
    }
    header .info_container .visib_info {
        display: none;
    }
    header .left {
        left: 70px;
    }
    .edit_registr_page .block1 {
        flex-direction: column;
    }
    .edit_registr_page .block1.mod .left label input {
        width: 100%;
    }
    .edit_registr_page .block1 label input {
        width: 100%;
    }
    .edit_registr_page .block1 .left {
        margin-right: 0;
        margin-bottom: 22px;
    }
    .edit_registr_page .tab-pane form {
        width: 400px;
        max-width: 100%;
        padding: 15px;
    }
    .edit_registr_page .tab-pane form.two_form {
        width: auto;
    }
    .main_container.chat_page {
        height: 100%;
        overflow: hidden;
    }
    .user_home {
        height: 100%;
    }
    .nano.nano_chat {
        height: calc(100% - 174px); /* **** */
    }
    .chat_section {
        height: 100%;
    }
    .chat_section .chat_head .left .name_section {
        font-size: 20px;
        font-family: ROBOTO-MEDIUM;
        display: flex;
        justify-content: center;
        overflow: hidden;
    }
    .emoji-wysiwyg-editor {
        max-height: 51px;
    }
    .chat_section .chat_head .left .name_section {
        font-size: 14px;
    }
    .chat_section .right > .but.search.active {
        width: calc(100% - 190px);
        border-radius: 15px;
        display: flex;
        align-items: center;
        padding-left: 20px;
        /* padding-right: 31px; */
        background: #fff;
    }
    .chat_section .right > .but.search.active form {
        width: 100%;
        visibility: visible;
    }
    .chat_section .right > .but.search.active input {
        visibility: visible;
        width: calc(100% - 40px);
    }
    .chat_section .chat_head .right {
        flex-wrap: wrap;
    }
    .chat_section .chat_head {
        padding: 5px 30px;
        flex-direction: column;
        height: auto;
    }
    .chat_section .chat_head .right {
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }
    .right > div.but {
        margin-bottom: 5px;
    }
    .chat_main .mess_section .mess_txt {
        max-width: 100%;
    }
    .name_mess_group {
        max-width: 100%;
    }
    .chat_section .chat_head .left .status_section {
        display: none;
    }
    .chat_section .chat_head .left {
        text-align: center;
        margin-bottom: 10px;
    }
    .send_mess_section {
        padding: 0;
    }
}
@media (max-width: 600px) {
    header .mid {
        position: absolute;
        left: 15px;
        top: 15px;
    }
    header .left {
        left: 51px;
    }
    .main_container header .mid a {
        width: 30px;
        height: 30px;
    }
    header .left a {
        font-size: 14px;
        padding-right: 70px;
    }
    .modal .users_modal .us_container .user {
        width: 100%;
    }
    .modal .users_modal .added_users {
        flex-direction: column;
    }
}
@media (max-width: 480px) {
    .login_page .left_panel .forg_pass {
        flex-direction: column;
        align-items: center;
    }
    .login_page .right_panel .about_content .txt {
        max-width: 300px;
    }
    .login_page .right_panel .about_content .head {
        font-size: 45px;
    }
    .edit_registr_page .tab-pane form {
        width: 300px;
        max-width: 100%;
        padding: 15px;
    }
    .chat_constructor label .page_view .panel1.mid {
        width: 91px;
    }
    .chat_constructor label .page_view .panel1 {
        width: 69px;
    }
    .edit_registr_page.view_contact .us_container .user .status {
        flex-direction: column;
    }
    .edit_registr_page.view_contact .us_container .user .status > .phone {
        margin: 2px 0;
        padding: 2px 0;
        border-top: 1px solid #d9d7d7;
        border-bottom: 1px solid #d9d7d7;
    }
    .edit_registr_page.view_contact .us_container .user {
        height: 58px;
    }
}

.fa-info-circle:before {
    content: "\f05a";
    color: #adadad;
    display: block;
    margin-top: 1px;
    font-size: 16px;
}
.one_img a {
    display: flex;
    width: 74px;
    height: 74px;
    justify-content: center;
    align-items: center;
    position: relative;
}
.one_img a .over{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    transition: all .3s;
}
.one_img a:hover .over{
    opacity: 1;
}
.one_img a .over .move{
    position: absolute;
    left: 3px;
    top: 3px
}
.elem_action {
    display: flex;
    align-items: center;
}
.elem_action > span{
    cursor: pointer;
}
.elem_action  .move1{
    margin-right: 10px;
}
.one_img a .over .print{
    position: absolute;
    right: 3px;
    top: 3px
}
.lynk_alert {
    position: absolute;
    top: 78px;
    z-index: 99999;
    left: 50%;
    min-width: 400px;
    transform: translateX(-50%);
}
/*** client typing ***/
.spin{
    background-image: url("../img/spin_32x32.gif");
    background-repeat: no-repeat;
    background-position: left;
    background-color: transparent !important;
    height: 20px;
    padding-left: 40px;
    max-width: inherit;
    overflow: hidden;
}
.prints{
    font-family: 'Georgia, "Times New Roman", Times, serif';
    font-style: italic;
}
.prints:after{
    content: ", ";
}
.prints:last-child:after{
    content: " ";
}
/*** end of client typing ***/
.group_admin{
    position: absolute;
    display: block;
    margin-left: 177px;
    font-size: 12px;
}
.group_admin img{
    width: 24px;
}