
/*
Template Name: UBold Dashboard
Author: CoderThemes
Email: coderthemes@gmail.com
File: Common
*/
body {
  background: #eceef0;
font-family: 'Roboto', sans-serif;
  margin: 0;

  color: #292929;
}
html {
  position: relative;
  min-height: 100%;
  background: #eceef0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #505458;
font-family: 'Roboto', sans-serif;
  margin: 10px 0;
}
h1 {
  line-height: 43px;
}
h2 {
  line-height: 35px;
}
h3 {
  line-height: 30px;
}
h3 small {
  color: #444444;
}
h4 {
  line-height: 22px;
}
h4 small {
  color: #444444;
}
h5 {
      font-weight: 400;
    font-size: 16px;
    color: #8c8c8c;
    margin: 0px 0px 20px 0px;
}
h5 small {
  color: #444444;
}
p {
  line-height: 1.6;
}
* {
  outline: none !important;
}
b {
  font-weight: 600;
}
a:hover {
  outline: 0;
  text-decoration: none;
}
a:active {
  outline: 0;
  text-decoration: none;
}
a:focus {
  outline: 0;
  text-decoration: none;
}
.container {
    width: 1057px;
}

.topbar .container {
    width: auto;
}

.container-alt {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* Footer */
.footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  bottom: 0px;
  color: #58666e;
  text-align: left !important;
  padding: 20px 30px;
  position: absolute;
  right: 0px;
  left: 240px;
}
#wrapper {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.page {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
/* Page titles */
.page-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 7px;
}
.page-title-alt {
  margin-bottom: 23px;
  margin-top: 10px;
}
.page-header {
  border-bottom: 1px solid #DBDDDE;
}
.header-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 16px;
  margin-bottom: 8px;
}
.social-links li a {

background: #EFF0F4;
border-radius: 3px;
color: #7A7676;
display: inline-block;
height: 30px;
line-height: 30px;
text-align: center;
padding: 0px 10px
}

.personal-task-input
{
  height: 34px;
  width:85%;
  font-size: 16px;
  padding: 5px 15px;
  border: none;
  border-bottom: 1px solid #e5e5e5;
}

.wth-100
{
  width: 100%!important;
}

.wth-75
{
  width: 75%;
}

.wth-60
{
  width: 60%;
}

.wth-30
{
  width: 30%;
}

.wth-25
{
  width: 25%;
}

.wth-20
{
  width: 20%;
}

.wth-15
{
  width: 15%;
}

.wth-10
{
  width: 10%;
}

.wth-5
{
  width: 5%;
}

.empty-list-view-text
{
  background: #fff;
  font-size: 17px;
  border-top: 1px solid #e3e4e8;
  border-left: 1px solid #e3e4e8;
  border-right: 1px solid #e3e4e8;
  border-bottom: 1px solid #e3e4e8;
}

/*
File: Helper clasess
*/
.border-bottom-gray
{
  border-bottom: 1px solid #d7d8db;
}

.p-0 {
  padding: 0px !important;
}

.card-box.p-0 {
  padding: 0px !important;
}
.p-5 {
  padding: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-l-0 {
  padding-left: 0px !important;
}
.p-r-0 {
  padding-right: 0px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.p-l-b-5 {
  padding-left: 5px !important;
  padding-bottom: 5px !important;
}

.p-r-5 {
padding-right: 5px !important;
}
.p-r-15 {
padding-right: 15px !important;
}

.p-t-0 {
  padding-top: 0px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-t-12 {
  padding-top: 12px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.p-l-r-10 {
  padding-left: 10px!important;
  padding-right: 10px!important;
}
.p-l-r-20 {
  padding-left: 20px!important;
  padding-right: 20px!important;
}
.m-auto {
  margin: auto !important;
}
.m-0 {
  margin: 0px !important;
}
.m-r-5 {
  margin-right: 5px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.m-r-15 {
  margin-right: 15px !important;
}
.m-r-20 {
  margin-right: 20px !important;
}
.m-r-25 {
  margin-right: 25px !important;
}
.m-r-30 {
  margin-right: 30px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.m-l-15 {
  margin-left: 15px !important;
}
.m-l-20 {
  margin-left: 20px !important;
}
.m-l-25 {
  margin-left: 25px !important;
}
.m-l-30 {
  margin-left: 30px !important;
}
.m-l-60 {
  margin-left: 60px !important;
}
.m-l-15-vw {
  margin-left: 15vw !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-t-0 {
  margin-top: 0px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-t-25 {
  margin-top: 25px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-t-35 {
  margin-top: 35px !important;
}
.m-t-40 {
  margin-top: 40px !important;
}
.m-b-0 {
  margin-bottom: 0px !important;

}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.w-xs {
  min-width: 80px;
}
.w-sm {
  min-width: 95px;
}
.w-md {
  min-width: 110px;
}
.w-lg {
  min-width: 140px;
}
.m-h-40 {
  min-height: 40px;
}
.m-h-50 {
  min-height: 50px;
}
.l-h-34 {
  line-height: 34px;
}
.l-h-18 {
  line-height: 18px;
}
.font-600 {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: normal;
}
.font-light {
  font-weight: 300;
}
.font-13 {
  font-size: 13px !important;
}
.font-16 {
  font-size: 16px !important;
}
.wrapper-md {
  padding: 20px;
}
.pull-in {
  margin-left: -15px;
  margin-right: -15px;
}
.b-0 {
  border: none !important;
    box-shadow: none!important;
}
.vertical-middle {
  vertical-align: middle;
}
.bx-shadow {
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.mx-box {
  max-height: 380px;
  min-height: 380px;
}
.thumb-sm {
  height: 32px;
  width: 32px;
}
.thumb-md {
  height: 48px;
  width: 48px;
}
.thumb-lg {
  height: 88px;
  width: 88px;
}
/* Table type box */
.table-box {
  display: table;
  height: 100%;
  width: 100%;
}

.table-box tr th, .table-box tr td {
    padding: 8px 0px;
}
table.table-box tr {
    border-bottom: 1px solid #f1f1f1;
}


table.table-box th {
    font-weight: 400;
}

.table-box .table-detail {
    display: inline-block;
    vertical-align: middle;
}
/* Card Box */


/* системные */

.pad_bord_20 {
	border-top: 1px solid #e2e2e2;
    padding-top: 20px;
	
}

.btn-radius-0
{
  border-radius: 0!important;
}

.grid-structure .grid-container {
  background-color: #f4f8fb;
  margin-bottom: 10px;
  padding: 10px 20px;
}
.icon-list-demo div {
  cursor: pointer;
  line-height: 45px;
  white-space: nowrap;
  color: #75798B;
}
.icon-list-demo div:hover {
  color: #ffffff;
}
.icon-list-demo div p {
  margin-bottom: 0px;
}
.icon-list-demo i {
  -webkit-transition: all 0.2s;
  -webkit-transition: font-size 0.2s;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  text-align: center;
  transition: all 0.2s;
  transition: font-size 0.2s;
  vertical-align: middle;
  width: 40px;
}
.icon-list-demo .col-xs-4 {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
}
.icon-list-demo .col-xs-4:hover {
  background-color: #7183a9;
}
.icon-list-demo .col-xs-4:hover i {
  -o-transform: scale(2);
  -webkit-transform: scale(2);
  moz-transform: scale(2);
  transform: scale(2);
}
.button-list {
  margin-left: -8px;
  margin-bottom: -12px;
}
.button-list .btn {
  margin-bottom: 12px;
  margin-left: 8px;
}
/*
File: Bootstrap-custom
*/
.row {
  margin-right: 0px;
  margin-left: 0px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-left: 5px;
    padding-right: 5px;
	    margin-bottom: 10px;

}
.breadcrumb {
    background-color: transparent;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
}
/* Dropdown */
.dropdown-menu {
    padding: 4px 0;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    border: 0;
    box-shadow: 0 2px 35px 0 rgba(0, 0, 0, 0.26);
    left: initial;
    margin-top: -1px;
    border-radius: 0;
    top: initial;
}
.dropdown-menu > li > a {
  padding: 6px 20px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #f3f3f3;
  color: #36404a;
}
.dropup .dropdown-menu {
  box-shadow: 0px -1px 5px 0 rgba(0, 0, 0, 0.26);
}
/* Background colors */
.bg-custom {
  background-color: #7183a9 !important;
}
.bg-primary {
  background-color: #5fbeaa !important;
}
.bg-success {
  background-color: #81c868 !important;
}
.bg-info {
  background-color: #34d3eb !important;
}
.bg-warning {
  background-color: #ffbd4a !important;
}
.bg-danger {
  background-color: #f05050 !important;
}
.bg-muted {
  background-color: #f4f8fb !important;
}
.bg-gray {
  background-color: #dddddd !important;
}
.bg-gray:hover {
  background-color: #dddddd !important;
}
.bg-green {
  background-color: #c0e4b4 !important;
}
.bg-orange {
  background-color: #ffe5b7 !important;
}
.bg-red {
  background-color: #f9b9b9 !important;
}
.bg-inverse {
  background-color: #4c5667 !important;
}
.bg-purple {
  background-color: #7266ba !important;
}
.bg-pink {
  background-color: #fb6d9d !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-lightdark {
  background-color: #f4f8fb !important;
}

.bg-green.disabled,
.bg-orange.disabled,
.bg-red.disabled {
  background-color: #dddddd !important;
}
/* Text colors */


.text-green {
  color: #2eaf00;
}

.text-orang {
  color: #dc8c00;
}


.text-custom {
  color: #7183a9;
}
.text-white {
  color: #ffffff;
}
.text-danger {
  color: #f05050;
}
.text-muted {
  color: #98a6ad;
}
.text-primary {
  color: #5fbeaa;
}
.text-warning {
  color: #ffbd4a;
}
.text-success {
  color: #81c868;
}
.text-info {
  color: #34d3eb;
}
.text-inverse {
  color: #4c5667;
}
.text-pink {
  color: #fb6d9d;
}
.text-purple {
  color: #7266ba;
}
.text-dark {
  color: #797979 !important;
}
/* Form components */
textarea.form-control {
  min-height: 90px;
}
.form-control {
  background-color: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  color: #565656;
  padding: 7px 12px;
  height: 38px;
  max-width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.form-control:focus {
  background-color: #FFFFFF;
  border: 1px solid #AAAAAA;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 !important;
  color: #333333;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-control-feedback {
  line-height: 38px !important;
}
.input-group-btn .btn {
  padding: 8px 12px;
}
.input-group-btn .btn-sm {
  padding: 5px 10px;
}
.input-group-btn .btn-lg {
  padding: 10px 17px;
}
/* Labels */
.label {
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: .3em .6em .3em;
}
.label-default {
  background-color: #7183a9;
}
.label-primary {
  background-color: #5fbeaa;
}
.label-success {
  background-color: #81c868;
}
.label-info {
  background-color: #34d3eb;
}
.label-warning {
  background-color: #ffbd4a;
}
.label-danger {
  background-color: #f05050;
}
.label-purple {
  background-color: #7266ba;
}
.label-pink {
  background-color: #fb6d9d;
}
.label-inverse {
  background-color: #4c5667;
}
/* Badge */
.badge {
text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    height: 22px;
    border-radius: 100%;
    line-height: 14px;
}
.badge-xs {
  font-size: 9px;
}
.badge-xs,
.badge-sm {
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
}
.badge-primary {
  background-color: #5fbeaa;
}
.badge-success {
  background-color: #81c868;
}
.badge-info {
  background-color: #34d3eb;
}
.badge-warning {
  background-color: #ffbd4a;
}
.badge-danger {
  background-color: #f05050;
}
.badge-purple {
  background-color: #7266ba;
}
.badge-pink {
  background-color: #fb6d9d;
}
.badge-inverse {
background-color: #7183a9;
    border: 1px solid #fff;
}
/* Pagination/ Pager */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a,
.pagination > li > span {
  color: #636e7b;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #e4e7ea;
}
.pagination-split li {
  margin-left: 5px;
  display: inline-block;
  float: left;
}
.pagination-split li:first-child {
  margin-left: 0;
}
.pagination-split li a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #7183a9;
  border-color: #7183a9;
}
.pager li > a,
.pager li > span {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #636e7b;
}




/* Tabs */

/* tab_conten_2 */

.tab_conten_2 .nav.nav-tabs > li.active > a {
    border: 0;
    border-bottom: 2px solid rgba(82, 104, 150, 0.82) !important;
    color: #526896 !important;
	    background-color: #fff;
}

.tab_conten_2 .nav > li > a {
position: relative;
    font-size: 16px;
    color: #696969 !important;
    padding: 5px 0px 5px 0px;
    margin-right: 30px;
}


.tab_conten_2 .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background: #ffffff;
    /*border-bottom: 2px solid rgba(82, 104, 150, 0.37) !important;*/
}

.tab_conten_2 .nav.nav-tabs {
    border-bottom: 0;
    margin-bottom: 20px;
}


.nav-tabs > li > a {

    border: 0 !important;

}


.nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

.tabs {
  background-color: #ffffff;
  margin: 0 auto;
  padding: 0px;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.tabs li.tab {
  background-color: #ffffff;
  display: block;
  float: left;
  margin: 0;
  text-align: center;
}
.tabs li.tab a {
  -moz-transition: color 0.28s ease;
  -ms-transition: color 0.28s ease;
  -o-transition: color 0.28s ease;
  -webkit-transition: color 0.28s ease;
  color: #9398a0;
  color: #ee6e73;
  display: block;
  height: 100%;
  text-decoration: none;
  transition: color 0.28s ease;
  width: 100%;
}
.tabs li.tab a.active {
  color: #7183a9 !important;
}
.tabs .indicator {
  background-color: #7183a9;
  bottom: 0;
  height: 2px;
  position: absolute;
  will-change: left, right;
}
.tabs-top .indicator {
  top: 0;
}
.nav-pills li a {
  line-height: 36px !important;
}
.nav-pills li.active a {
  background-color: #7183a9 !important;
}
.nav-pills li.active a:hover {
  background-color: #7183a9 !important;
}
.nav-pills li.active a:focus {
  background-color: #7183a9 !important;
}
.nav.nav-tabs + .tab-content {
  background: #ffffff;

  padding: 20px;
}
.tabs-vertical-env {
  /*margin-bottom: 30px;*/
}
.tabs-vertical-env .tab-content {
  /*background: #ffffff;*/
  display: table-cell;
  /*margin-bottom: 30px;
  padding: 30px;
  vertical-align: top;*/
}
.tabs-vertical-env .nav.tabs-vertical {
width: 270px;
    display: inline-block;
	vertical-align: top;
}
.tabs-vertical-env .nav.tabs-vertical li.active > a {
background-color: rgb(250, 251, 252);
    color: #272727!important;
    box-shadow: inset 3px 0px 0px #7183a9;
    font-weight: 500;
}
.tabs-vertical-env .nav.tabs-vertical li > a {
  color: #333333;
    border-bottom: 1px solid #e2e2e2;

}

.uvedom_tabss {
    position: absolute;
    top: 21px;
    height: 10px;
    width: 10px;
    background: #f05050;
    right: 20px;
    border-radius: 100%;
}

.tabs-vertical-env .nav.tabs-vertical li:last-child > a {

    border-bottom: 0;

}

.nav.nav-tabs > li.active > a {
    background-color: rgb(250, 251, 252);
    border: 0;
    border-bottom: 2px solid rgba(82, 104, 150, 0.82) !important;
    color: #526896 !important;
}
.nav.nav-tabs > li > a,
.nav.tabs-vertical > li > a {

}

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  /*background: #fafbfc;
  /*border-bottom: 2px solid rgba(82, 104, 150, 0.37) !important;*/
}

.nav.nav-tabs > li > a:hover,
.nav.tabs-vertical > li > a:hover {

}
.tab-content {
    color: #3e3e3e;
}
.nav.nav-tabs > li:last-of-type a {
  margin-right: 0px;
}
.nav.nav-tabs {
  border-bottom: 0;

}
.navtab-bg {
    background: rgb(250, 251, 252);
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus,
.tabs-vertical-env .nav.tabs-vertical li.active > a {

}

.tabs-vertical-env .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #fafbfc;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.tabs-vertical > li.active > a,
.tabs-vertical > li.active > a:focus,
.tabs-vertical > li.active > a:hover {

}
/* List group */
.list-group-item {
  border: 1px solid #ebeff2;
}
/* Dropcap */
.dropcap {
  font-size: 3.1em;
}
.dropcap,
.dropcap-circle,
.dropcap-square {
  display: block;
  float: left;
  font-weight: 400;
  line-height: 36px;
  margin-right: 6px;
  text-shadow: none;
}
/* Alert */
.alert .btn {
  margin-top: 10px;
}
.alert-success {
  background-color: rgba(95, 190, 170, 0.3);
  border-color: rgba(95, 190, 170, 0.4);
  color: #7183a9;
}
.alert-info {
  background-color: rgba(52, 211, 235, 0.2);
  border-color: rgba(52, 211, 235, 0.3);
  color: #34d3eb;
}
.alert-warning {
  background-color: rgba(255, 189, 74, 0.2);
  border-color: rgba(255, 189, 74, 0.3);
  color: #ffbd4a;
}
.alert-danger {
  background-color: rgba(240, 80, 80, 0.2);
  border-color: rgba(240, 80, 80, 0.3);
  color: #f05050;
}

.alert-purple {
  background-color: rgba(114, 102, 186, 0.2);
  border-color: rgba(114, 102, 186, 1);
  color: rgba(114, 102, 186, 1);;
}
/* Modals */


.modal-dialog {
    width: 734px;
    margin: 30px auto;
}


.modal .modal-dialog .modal-content {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-color: rgba(221, 221, 221, 0);
    border-radius: 2px;
    box-shadow: none;
}
.modal .modal-dialog .modal-content .modal-header {
    border-bottom-width: 2px;
    margin: 0;
    padding: 0;
    padding: 15px;
    background: #7183a9;
    border: 0;
}

.modal-header h4 {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}

.modal-header .close:hover, .close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .9;
}

.modal-header .close {
    float: right;
    font-size: 31px;
    line-height: 1;
    color: #fff;
    /* text-shadow: 0 1px 0 #fff; */
    filter: alpha(opacity=20);
    opacity: .5;
	    font-weight: 300;
}

.modal-body .form-control {
    background-color: #FFFFFF;
    border: 0;
    border-radius: 0px;
    color: #565656;
    padding: 15px;
    height: 38px;
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.modal-body .form-control:focus {
    background-color: #FFFFFF;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
    color: #333333;
}


.modal .modal-dialog .modal-content .modal-body {
  padding: 20px;
}
.modal .modal-dialog .modal-content .modal-footer {
    padding: 0;
    padding: 15px;
    background: #f5fafc;
}

.modal-content .card-box {
    box-shadow: none;
}

.modal-full {
  width: 98%;
}
.modal-content .nav.nav-tabs + .tab-content {
  margin-bottom: 0px;
}
.modal-content .panel-group {
  margin-bottom: 0px;
}
.modal-content .panel {
  border-top: none;
}
/* Custom-modal */
.modal-demo {
  background-color: #FFF;
  width: 600px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  background-clip: padding-box;
  display: none;
}
.modal-demo .close {
  position: absolute;
  top: 15px;
  right: 25px;
  color: #eeeeee;
}
.custom-modal-title {
  padding: 15px 25px 15px 25px;
  line-height: 22px;
  font-size: 18px;
  background-color: #36404a;
  color: #ffffff;
  text-align: left;
  margin: 0px;
}
.custom-modal-text {
  padding: 20px;
}
.custombox-modal-flash .close,
.custombox-modal-rotatedown .close {
  top: 20px;
  z-index: 9999;
}
/* Tabs-Accordions */
.tabs-vertical-env .tab-content {
    margin-bottom: 0px;
    width: 734px;
    margin-left: 9px;
    display: inline-block;
}

.tab-content > .tab-pane {

    padding: 20px;
}

.table > thead > tr > td.middle-align,
.table > tbody > tr > td.middle-align,
.table > .tfood > tr > td.middle-align,
.table > thead > tr > th.middle-align,
.table > tbody > tr > th.middle-align,
.table > .tfood > tr > th.middle-align {
  vertical-align: middle;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #7183a9;
  border-color: #7183a9;
}
.nav-pills > .active > a > .badge {
  color: #7183a9;
}
.has-success .form-control {
  border-color: #81c868;
  box-shadow: none !important;
}
.has-warning .form-control {
  border-color: #ffbd4a;
  box-shadow: none !important;
}
.has-error .form-control {
  border-color: #f05050;
  box-shadow: none !important;
}
.input-group-addon {
  border-radius: 2px;
  border: 1px solid #eeeeee;
}
/* Tooltips */
.tooltip-inner {
  border-radius: 1px;
  padding: 6px 10px;
}
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: auto!important;
  height: auto!important;
}
/* Popover */
.popover {
  font-family: inherit;
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
}
.popover .popover-title {
  background-color: transparent;
  color: #7183a9;
  font-weight: 600;
}
/* Code */
code {
  color: #5fbeaa;
  background-color: #f4f8fb;
  border-radius: 4px;
}
/* Pre */
pre {
  background-color: #f4f8fb;
  border: 1px solid #d4d8da;
}
/* Carousel */
.carousel-control {
  width: 10%;
}
.carousel-control span {
  position: absolute;
  top: 50%;
  /* pushes the icon in the middle of the height */
  z-index: 5;
  display: inline-block;
  font-size: 30px;
}
/* Owl */
.slider-bg {
  background-size: cover !important;
  padding: 5.5% 4.5%;
}
/* Media */
.media {
  margin-bottom: 20px;
}
.media .media-heading {
  font-weight: 600;
  font-size: 16px;
}
.media:last-of-type {
  margin-bottom: 0px;
}
/*===================================
File: Topbar,Left-sidebar,Right-sidebar
  ===================================*/
.topbar {
left: 0px;
    position: fixed;
    right: 0;
    top: 0px;
    z-index: 999;
    height: 43px;
    min-width: 1200px;
}
.topbar .topbar-left {
    float: left;
    position: relative;
    width: 210px;
    z-index: 1;
    background: #526896;
}
.topbar .topbar-left-sm {
  width: 180px;
}
.logo {
    color: #ffffff;
    font-size: 20px;
    letter-spacing: .05em;
    line-height: 43px;
    text-transform: uppercase;
    margin-left: 15px;
}


.panel-heading h4 a {
    color: #526896;
}

.panel-heading h4 a span {
    color: #526896;
}


a.logo:hover {
    color: #ffffff;
}

.logo span {
    color: #ffffff;
}

.logo h1 {
  height: 50px;
  margin: 0px auto;
  text-align: center;
}
.logo i {
  color: #7183a9;
}
.logo .icon-c-logo {
  display: none;
}
.navbar-default {
    background-color: #526896;
    border-radius: 0px;
    border: none;
    margin-bottom: 0px;
    height: 43px;
}

.navbar-default_avtive {
    background-color: #ca1111 !important;
}


.navbar-default .navbar-nav > .open > a {
  background-color: rgba(255, 255, 255, 0.1);
}
.navbar-default .navbar-nav > .open > a:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
.navbar-default .navbar-nav > .open > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.navbar-default .badge {
    position: absolute;
    top: 8px;
    right: 2px;
    height: 18px;
    padding: 3px 7px;
    line-height: 11px;
}



#notification_widget_menu .badge {
    line-height: 12px;
    font-size: 15px;
    top: -10px;
    position: relative;
    width: auto;
    height: auto;
    left: -20px;
    text-align: center;
    padding: 4px 7px;
    background: rgb(255, 0, 0);
    color: #fff;
    border-radius: 25px;
    border: 3px solid #526896;
    z-index: 1;
}

#notification_widget_menu i {
position: relative;
    z-index: 1;
    left: -5px;
    color: #ffffff;
}

.nav > li > a {
  position: relative;
  font-size: 16px;
  color: #696969 !important;
padding: 15px 40px 15px 20px;

}
.nav > li > a i {
  font-size: 16px;
}
.profile img {
  height: 40px;
  width: 40px;
  background: #fff;
}
.dropdown-menu-lg {
  width: 300px;
}
.dropdown-menu-lg .list-group {
  margin-bottom: 0px;
}
.dropdown-menu-lg .list-group-item {
  border: none;
  padding: 10px 20px;
}
.dropdown-menu-lg .media-heading {
  margin-bottom: 0px;
}
.dropdown-menu-lg .media-body p {
  color: #828282;
}
.notification-list {
  /*max-height: 230px;*/
}
.notification-list em {
  width: 34px;
  text-align: center;
}
.notification-list .media-body {
  display: inherit;
  width: auto;
  overflow: hidden;
  margin-left: 50px;
}
.notification-list .media-body h5 {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  font-weight: normal;
  overflow: hidden;
}
.notifi-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 11px 20px 15px;
  color: #4c5667;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.navbar-nav {
  margin: 0px;
}
.side-menu {
  bottom: 0;
  top: 0;
  width: 210px;
  z-index: 2;
}
.side-menu.left {
background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50px; 
}
body.fixed-left .side-menu.left {
    bottom: 50px;
    height: 100%;
    margin-bottom: -70px;
    margin-top: -7px;
    padding-bottom: 40px;
    position: fixed;
	    overflow: hidden;
}
.content-page {
  margin-left: 210px;
  overflow: hidden;
}
.content-page > .content {
    margin-bottom: 10px;

}
.button-menu-mobile {
  background: transparent;
  border: none;
    color: #36404a;
  font-size: 21px;
  line-height: 50px;
  padding: 0px 15px;
}
.button-menu-mobile:hover {
  color: #7183a9;
}
.sidebar-inner {
  height: 100%;
}
#sidebar-menu,
#sidebar-menu ul,
#sidebar-menu li,
#sidebar-menu a {
  border: 0;
  font-weight: normal;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
}
#sidebar-menu {
    padding-bottom: 30px;
    padding-top: 15px;
    width: 223px;
    overflow: auto;
    height: 100%;
	    background: #fff;
	    z-index: 2;
    position: absolute; 
}
#sidebar-menu .nav > li > a .badge {
  position: absolute;
  right: 10px;
  top: 12px;
}
#sidebar-menu a {
  line-height: 1.3;
}
#sidebar-menu ul ul {
  display: none;
  background: rgba(255, 255, 255, 0.05);
  border-left: 3px solid rgba(82, 104, 150, 0.82);
  margin-left: 16px;
}
#sidebar-menu ul ul li {
  border-top: 0;
}
#sidebar-menu ul ul li.active a {
  color: #ffffff;
  background: rgba(82, 104, 150, 0.82);
}

#sidebar-menu ul ul ul li a {
  color: #696969!important;
  background: rgba(255, 255, 255, 0.05)!important;
}

#sidebar-menu ul ul ul li.active a {
  color: #ffffff!important;
  background: rgba(82, 104, 150, 0.82)!important;
}

#sidebar-menu ul ul ul {
      border-left: 3px solid rgba(82, 104, 150, 0.82);
}

#sidebar-menu ul ul a {
  color: #696969;
  display: block;
  padding: 10px 20px 10px 20px;
}
#sidebar-menu ul ul a:hover {
  background: rgba(71, 92, 134, 0.19);
}
#sidebar-menu ul ul a i {
  margin-right: 5px;
}
#sidebar-menu ul ul ul a {
  //padding-left: 80px;
}
#sidebar-menu .label {
  margin-top: 2px;
}
#sidebar-menu .subdrop {
  //color: #526896 !important;
}
#sidebar-menu > ul > li > a {
    color: #696969;
    display: block;
    padding: 12px 10px;
    margin: 4px 0px;
    font-size: 14px;
}
#sidebar-menu > ul > li > a:hover {
    color: #526896;
  text-decoration: none;
}
#sidebar-menu > ul > li > a > span {
  vertical-align: middle;
}
#sidebar-menu ul li a i {
    display: inline-block;
    font-size: 16px;
    line-height: 17px;
    margin-left: 3px;
    margin-right: 8px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
}
#sidebar-menu ul li a i.md {
  font-size: 18px;
}
#sidebar-menu > ul > li > a > i.i-right {
  float: right;
  margin: 3px 0 0 0;
}
#sidebar-menu > ul > li > a.active {
  background: #4c545d !important;
  border-left: 3px solid #7183a9;
  color: #7183a9 !important;
}
.menu-title {
  padding: 12px 20px !important;
  letter-spacing: .035em;
  pointer-events: none;
  cursor: default;
  font-size: 13px;
}
/* Small Menu */
.side-menu-sm {
  width: 180px;
  text-align: center;
}
.side-menu-sm #sidebar-menu > ul > li > a > i {
  display: block;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  margin: 0px;
}
.side-menu-sm #sidebar-menu ul ul a {
  padding: 10px 20px 10px 20px;
}
.side-menu-sm + .content-page .footer {
  left: 180px;
}
#wrapper.enlarged .side-menu-sm {
  text-align: left;
}
#wrapper.enlarged .side-menu-sm #sidebar-menu ul li a i {
  display: inline-block;
  font-size: 18px;
  line-height: 17px;
  margin-left: 3px;
  margin-right: 15px;
  vertical-align: middle;
  width: 20px;
}
.side-menu-sm + .content-page {
  margin-left: 180px;
}
/* Header 2 */
.page-header-2 {
  background: #E3E7EC;
  border-bottom: 1px solid #dee2e8;
  margin: -25px -20px 22px -20px;
  padding: 25px 20px 0px 20px;
}
#wrapper.enlarged .menu-title {
  display: none;
}
#wrapper.enlarged #sidebar-menu ul ul {
    border: 2px solid #1f2327;
    margin-top: -5px;
    padding-top: 5px;
    z-index: 9999;
    background: #1f2327;
}
#wrapper.enlarged .left.side-menu {
  width: 70px;
  z-index: 5;
}
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a {
  padding: 15px 20px;
}
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:hover {
    background: #4c545d !important;
	    transition: none;
}
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:active {
  background: #f4f8fb!important;
}
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:focus {
  background: #f4f8fb!important;
}
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a i {
  margin-right: 20px !important;
  font-size: 20px;
}
#wrapper.enlarged .left.side-menu .label {
  position: absolute;
  top: 5px;
  left: 35px;
  text-indent: 0;
  display: block !important;
  padding: .2em .6em .3em !important;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li {
  position: relative;
  white-space: nowrap;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a {
    position: relative;
    width: 260px;
    color: #7183a9 !important;
    background: #4c545d !important;

}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul {
  display: block;
  left: 70px;
  position: absolute;
  width: 190px;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a {
  box-shadow: none;
  padding-left: 15px;
  position: relative;
  width: 186px;
  z-index: 6;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a:hover {
  color: #7183a9;
      background: none !important;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover a span {
  display: inline;
}
#wrapper.enlarged .left.side-menu #sidebar-menu a.subdrop {
  color: #7183a9 !important;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > ul {
  display: none;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li:hover > ul {
  display: block;
  left: 190px;
  margin-top: -36px;
  position: absolute;
  width: 190px;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li > a span.pull-right {
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  position: absolute;
  right: 20px;
  top: 12px;
  transform: rotate(270deg);
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li.active a {
  color: #7183a9;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > a span {
  display: none;
  padding-left: 10px;
}
#wrapper.enlarged .left.side-menu .user-details {
  display: none;
}
#wrapper.enlarged .content-page {
  margin-left: 70px;
}
#wrapper.enlarged .footer {
  left: 70px;
}
#wrapper.enlarged .topbar .topbar-left {
  width: 70px !important;
}
#wrapper.enlarged .topbar .topbar-left .logo span {
  display: none;
  opacity: 0;
}
#wrapper.enlarged .topbar .topbar-left .logo .icon-c-logo {
  display: block;
  line-height: 60px;
}
#wrapper.enlarged #sidebar-menu > ul > li:hover > a.open :after {
  display: none;
}
#wrapper.enlarged #sidebar-menu > ul > li:hover > a.active :after {
  display: none;
}
#wrapper.enlarged .tips-box {
  display: none;
}
.tips-box .portlet {
  -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.05);
}
.user-details {
  padding: 20px;
  padding-bottom: 0px;
  position: relative;
}
.user-details img {
  position: relative;
  z-index: 9999;
}
.user-details .user-info {
  color: #444444;
  margin-left: 60px;
  position: relative;
  z-index: 99999;
}
.user-details .user-info a.dropdown-toggle {
  color: #797979;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding-top: 5px;
}
#wrapper.right-bar-enabled .right-bar {
  right: 0;
      box-shadow: -3px 0px 10px 0px rgba(0, 0, 0, 0.17);
}
#wrapper.personal-task-bar-enabled .personal-task-bar {
  right: 0;
  box-shadow: -3px 0px 10px 0px rgba(0, 0, 0, 0.17);
}
#wrapper.right-bar-enabled .left-layout {
  left: 0;
}
/* Right sidebar */
.side-bar.right-bar {
  float: right !important;
  right: -400px;
    top: 43px;
  box-shadow: none;
}

/* Personal task sidebar */
.side-bar.personal-task-bar {
  float: right !important;
  right: -400px;
  top: 43px;
  box-shadow: none;
}
.personal-task-bar {
  background: #ffffff !important;
  z-index: 99 !important;
}
.personal-task-bar h4 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}

.side-bar {
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    background-color: #ffffff;
    display: block;
    float: left;
    overflow: hidden;
    position: fixed;
    transition: all 200ms ease-out;
    width: 400px;
    height: calc(100% - 43px);
    height: -moz-calc(100% - 43px);
    height: -webkit-calc(100% - 43px);
    height: -o-calc(100% - 43px);
}
.right-bar {
  background: #ffffff !important;
  z-index: 99 !important;
}
.right-bar h4 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}
.contact-list {
  max-height: 600px;
}
.contact-list .list-group-item {
  border: none;
}
.contact-list .list-group-item:hover {
  background: #ebeff2;
}
.contact-list i.offline {
  color: #f05050 !important;
}
.contact-list i.away {
  color: #ffbd4a;
}
.contacts-list .avatar {
  display: inline-block;
  float: left;
  margin-right: 5px;
  width: 30px;
}
.contacts-list .avatar img {
  border-radius: 50%;
  width: 100%;
}
.contacts-list .list-group-item span.name {
  color: #707780;
  display: inline-block;
  float: left;
  overflow: hidden;
  padding-left: 5px;
  padding-top: 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 130px;
}
.contacts-list i {
  color: #7a8c9a;
  float: right;
  font-size: 9px;
  line-height: 30px;
}
.contacts-list i.online {
  color: #a0d269;
}
.contacts-list i.offline {
  color: #f05050 !important;
}
.contacts-list i.away {
  color: #ffbd4a;
}
.app-search {
  position: relative;
  margin: 15px 0px 15px 10px;
}
.app-search a {
  position: absolute;
  top: 5px;
  right: 20px;
    color: #36404a;
}
.app-search .form-control,
.app-search .form-control:focus {
  border: none;
  font-size: 13px;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 40px;
    background: rgba(54, 64, 74, 0.1);
  box-shadow: none;
  border-radius: 30px;
  height: 30px;
  font-weight: 600;
  width: 180px;
}
/* Animation */
/* Bounce 1 */
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -o-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -o-transform: scale(1.2);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/* Bounce 2 */
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -o-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
/* Dropdown */
@-webkit-keyframes dropdownOpen {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes dropdownOpen {
  0% {
    opacity: 0;
    -moz-transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes dropdownOpen {
  0% {
    opacity: 0;
    -o-transform: scale(0);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes dropdownOpen {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/* Progressbar Animated */
@-webkit-keyframes animationProgress {
  from {
    width: 0;
  }
}
@keyframes animationProgress {
  from {
    width: 0;
  }
}
/* Portlets loader */
@-webkit-keyframes loaderAnimate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
  }
}
@-moz-keyframes loaderAnimate {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(220deg);
  }
}
@-o-keyframes loaderAnimate {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(220deg);
  }
}
@keyframes loaderAnimate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(220deg);
  }
}
@-webkit-keyframes loaderAnimate2 {
  0% {
    box-shadow: inset #555 0 0 0 8px;
    -webkit-transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #555 0 0 0 2px;
  }
  100% {
    box-shadow: inset #555 0 0 0 8px;
    -webkit-transform: rotate(140deg);
  }
}
@-moz-keyframes loaderAnimate2 {
  0% {
    box-shadow: inset #555 0 0 0 8px;
    -moz-transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #555 0 0 0 2px;
  }
  100% {
    box-shadow: inset #555 0 0 0 8px;
    -moz-transform: rotate(140deg);
  }
}
@-o-keyframes loaderAnimate2 {
  0% {
    box-shadow: inset #555 0 0 0 8px;
    -o-transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #555 0 0 0 2px;
  }
  100% {
    box-shadow: inset #555 0 0 0 8px;
    -o-transform: rotate(140deg);
  }
}
@keyframes loaderAnimate2 {
  0% {
    box-shadow: inset #555 0 0 0 8px;
    -webkit-transform: rotate(-140deg);
    -moz-transform: rotate(-140deg);
    -ms-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #555 0 0 0 2px;
  }
  100% {
    box-shadow: inset #555 0 0 0 8px;
    -webkit-transform: rotate(140deg);
    -moz-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    transform: rotate(140deg);
  }
}
@keyframes loaderAnimate2 {
  0% {
    box-shadow: inset #999 0 0 0 17px;
    transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #999 0 0 0 2px;
  }
  100% {
    box-shadow: inset #999 0 0 0 17px;
    transform: rotate(140deg);
  }
}
/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}
.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}
.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}
.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}
.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}
.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.waves-block {
  display: block;
}



.santsaa{
    max-height: 500px;
    overflow: auto;
}
/*Custom*/

.user-online-label
{
  margin-right: -15px!important;
  margin-top: -5px!important;
  margin-left: -5px!important;
}

.tab-pane
{
  /*min-height: 300px;*/
}

.tab-pane.request-settings-tabs.active > form > .col-xs-12,
.tab-pane.request-settings-tabs.active > .col-xs-12,
.tab-pane.request-settings-tabs.active > div > .col-xs-12,
.tab-pane.create-task-tabs.active > .col-xs-12
{
  padding: 0!important;
  float: none;
}

.tab-pane.report-tabs.active,
.tab-pane.service-yadirect-tabs.active,
.tab-pane.request-settings-tabs.active,
.tab-pane.linked-task-tabs.active,
.tab-pane.create-task-tabs.active {


}

.tab-pane.report-tabs {
    padding: 0;
}

.report-tabs .list-view {
    margin: -1px;
	margin-bottom: -10px;

    background: #eceef0;
}
.report_list_item {
    border: 1px solid #e3e4e8;
    padding: 20px;
    background: #fff;
}




.reject_list_item {
  border: 1px solid rgba(240, 80, 80, 0.3);
  background: rgba(240, 80, 80, 0.2);
  padding: 20px
}

.min-height-355 {
  min-height: 355px;
}

.adm-notify-close-button {
  position: absolute;
  right: 0px;
  margin-top: 0px!important;
  color: white;
  transition-duration: .5s!important;
}

.adm-notify-close-button:hover {
  color: white;
  transform: rotate(90deg);
}

/* средний квид */

/* текущий средний квид */

.tek_sred_kvid {
    padding: 60px 0px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 11px;
}


.metrika-frame {
  width: 150px;
  height: 150px;
  font-size: 30px;
  margin: auto;
  line-height: 140px;
    border: 5px solid #7183a9;
  border-radius: 100%;
      display: inline-block;
	      color: #696969;
}


.metrika-frame.ptognoz_kvid{
    border: 0 !important;
    width: 90px;
		    box-shadow: none;
}

.kvid_gra_minus .metrika-frame.ptognoz_kvid{
color: #bd4141;
}

.kvid_gra_minus .metrika-frame{
  border: 5px solid #bd4141;
}

.kvid_gra_plus .metrika-frame.ptognoz_kvid{
color: #80c641;
}

.kvid_gra_plus .metrika-frame{
  border: 5px solid #80c641;
}

.long-text-div
{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 300px;
}

.long-text-div-500
{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 500px;
}

.blink_minus {
  -webkit-animation: blink_minus 2s linear infinite;
  animation: blink_minus 2s linear infinite;
}
@-webkit-keyframes blink_minus {
  0% { 
  border-bottom: 3px solid rgb(255, 0, 0);
 }
  50% { 
  border-bottom: 3px solid rgb(255, 200, 200);
}
  100% { 
  border-bottom: 3px solid rgb(255, 0, 0);
 }
}
@keyframes blink_minus {
  0% { 
  border-bottom: 3px solid rgb(255, 0, 0);
 }
  50% { 
  border-bottom: 3px solid rgb(255, 200, 200);
}
  100% { 
  border-bottom: 3px solid rgb(255, 0, 0);
 }
}


.blink_plus {
  -webkit-animation: blink_plus 2s linear infinite;
  animation: blink_plus 2s linear infinite;
}
@-webkit-keyframes blink_plus {
  0% { 
  border-bottom: 3px solid rgb(0, 255, 0);
 }
  50% { 
  border-bottom: 3px solid rgb(200, 255, 200);
}
  100% { 
  border-bottom: 3px solid rgb(0, 255, 0);
 }
}
@keyframes blink_plus {
  0% { 
  border-bottom: 3px solid rgb(0, 255, 0);
 }
  50% { 
  border-bottom: 3px solid rgb(200, 255, 200);
}
  100% { 
  border-bottom: 3px solid rgb(0, 255, 0);
 }
}







/* средний квид конец */


.activ_zad {
    max-width: 400px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
}


/* новый чат */


.chat_tabs_block {
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
	    height: 550px;
}


.dialogoviy_chat div#msg_frame_pjax_client {
    padding-bottom: 60px;
	    overflow: hidden;
    background: #fff;
    display: table-row;
    height: 100%;
}


.chat.chat-for-taskofferservice {
    display: table;
    width: 100%;
    table-layout: fixed;
    overflow: hidden;
    position: relative;
	height: 100%;
}


div#msg_frame_pjax_client {
    overflow: hidden;
    background: #fff;
    display: table-row;
    height: 100%;
}


div#msg_frame_pjax_employee {
    overflow: hidden;
    background: #fff;
    display: table-row;
    height: 100%;

}

.parent_chat-textarea {
    padding: 0px 50px 0px 50px;
}

.chat-textarea {
width: 100%;
    padding: 20px 10px 20px 10px;
    border-radius: 5px;
    background: #fff;
    max-height: 250px;
    overflow-y: auto;
}

.chat-textarea[contentEditable=true]:empty:not(:focus):before{
    content:attr(data-text)
}

.parent_chat-textarea {
    padding: 0px 50px 0px 50px;
}

.chat-textarea-employee {
width: 100%;
    padding: 20px 10px 20px 10px;
    border-radius: 5px;
    background: #fff;
    max-height: 250px;
    overflow-y: auto;
}

.chat-textarea-employee[contentEditable=true]:empty:not(:focus):before{
    content:attr(data-text)
}


.predict-chat .message-data {
  margin-left: 20px;
  width: 60px;
}

.predict-chat .other-message {
  background: #ededed;
  float: left;
}

.predict-chat .message {
  color: #737373;
  padding: 18px 20px;
  line-height: 26px;
  font-size: 16px;
  border-radius: 7px;
  margin-bottom: 30px;
  position: relative;
  min-width: 200px;
  max-width: 70%;
}

.predict-chat .message:after {
    right: -18px;
    border: solid rgba(255, 23, 23, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #ffffff;
    border-width: 10px;
    top: 20px;;
}

.predict-chat .message:before {
    right: -20px;
    border: solid rgba(255, 23, 23, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #7183a9;
    border-width: 10px;
    top: 20px;
}


.predict-chat .other-message:after {
  border-right-color: #ededed;
  left: -20px;
  border-left-color: rgba(255, 255, 255, 0);
}

.chat .chat-history {


    padding: 30px 20px 20px 20px;
    width: calc(100% + 17px);
	width: -moz-calc(100% + 17px);
    width: -webkit-calc(100% + 17px);
    width: -o-calc(100% + 17px);
    height:100%;
overflow-y: scroll;
}

.chat .chat-history.predict-chat_histori {
	height: calc(100% - 45px);
    height: -moz-calc(100% - 45px);
    height: -webkit-calc(100% - 45px);
    height: -o-calc(100% - 45px);
}


.chat .chat-history:hover {
padding: 30px 15px 20px 20px;
    width: calc(100% + 12px);
    width: -moz-calc(100% + 12px);
    width: -webkit-calc(100% + 12px);
    width: -o-calc(100% + 12px);
}

.chat .chat-history .message-data-time-left {
color: #a8aab1; 
    padding-left: 2px;
    margin-top: -22px;
    margin-left: 60px;
}

.chat .chat-history .message-data-time-right {
    color: #a8aab1;
    padding-left: 2px;
    margin-top: -22px;
    text-align: right;
    padding-right: 60px;
}

.chat .chat-history .message-data {
    width: 60px;
}
.chat .chat-history .message-data-time {
  color: #a8aab1;
  padding-left: 6px;
}
.chat .chat-history .message {
color: #737373;
    border-radius: 7px;
    margin-bottom: 10px;
    position: relative;
    min-width: 200px;
    max-width: 70%;
    padding: 12px 14px;
    line-height: 20px;
    font-size: 15px;
	    word-wrap: break-word;
}
.chat .chat-history .message:after {
right: -20px;
    border: solid rgba(255, 23, 23, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #7183a9;
    border-width: 10px;
    top: 12px;
}
.message-data.align-right img {
    width: 40px;
    border-radius: 100%;
    vertical-align: bottom;
}

.chat-history .message img {
    max-height: 200px;
	    cursor: pointer;
		    max-width: 100%;
}



.chat .chat-history .message.sistem_masag:after{
     border: none !important;
}

.message.sistem_masag {
    background: #5a95f5;
    width: 100% !important;
    color: #fff !important;
}


.message-data.sistem_masag_tim {
    text-align: center;
}




.chat .chat-history .my-message {
    background: #7183a9;
    float: right;
    color: #fff;
}
.chat .chat-history .other-message {
  background: #ededed;
  float: left;
}
.chat .chat-history .other-message:after {
border-right-color: #ededed;
    left: -20px;
    border-left-color: rgba(255, 255, 255, 0);
}



.align-left {
  text-align: left;
   float: left;
}

.align-right {
  text-align: right;
      float: right;
}

.float-right {
  float: right;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.chat-history ul {
    padding: 0 !important;
}


.chat-history li {
 list-style: none;
    width: 100%;
    display: inline-block;
	    margin-bottom: 5px;
}

.teh_kcvidm {
    position: absolute;
    bottom: 25px;
    right: 10px;
    color: #8f8f8f;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}


textarea#message-to-send {
    color: #737373;
}


span.message-data-name {
    color: #9b9b9b;
}


.col-xs-4.dial_chat {
width: 300px;
overflow: hidden;
background: #fff;
margin: 0;
border-right: solid 1px #e5e5e5;
}

.col-xs-8.chat {
    width: 717px;
	    margin: 0;
}


.pod_dial_chat {
    overflow: hidden;
    overflow-y: scroll;
    width: 316px;
}

.pod_dial_chat:hover {
     width: 313px;
}

#dialoglist_frame_pjax {
    width: 292px;
}

.card-box_сhat_dial {
    padding: 10px 20px;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    width: 300px;
}

.card-box_сhat_dial.dial_chat_activ {
    background: #7183a9;
}

.card-box_сhat_dial.dial_chat_activ h4, .card-box_сhat_dial.dial_chat_activ span {
    color: #fff;

}

.card-box_сhat_dial h4 {

	    font-weight: 100;

}
.card-box_сhat_dial span {

	    font-weight: 400;

}





label.upload_chat {
    position: absolute;
    bottom: 11px;
    left: 0px;
    font-size: 25px;
    color: #7183a9;
    cursor: pointer;
}

.chat .fa-file-image-o {
    font-size: 20px;
    color: #7183a9;
    cursor: pointer;
    margin-left: 17px;
}


div#sendButton_client {
position: absolute;
    right: 0px;
    height: 60px;
    width: 50px;
    font-size: 25px;
    color: #fff;
    line-height: 58px;
    text-align: center;
    cursor: pointer;
    bottom: 0px;
}

#sendButton_client i {
    color: #7183a9;
}


div#sendButton_employee {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 60px;
    width: 50px;
    font-size: 25px;
    color: #fff;
    line-height: 58px;
    text-align: center;
    cursor: pointer;
}

#sendButton_employee i {
    color: #7183a9;
}




.message.sistems_msg {
max-width: none !important;
    border-radius: 0px !important;
    color: rgb(175, 175, 175) !important;
	font-weight: 100;
}

.message.sistems_msg:after {
    display: none;
}

.predict-chat .message.my-message.align-right {
    border: 1px solid #7183a9;
    margin-bottom: 10px;
    margin-top: 10px;
}

.predict-chat {
    position: absolute;
    z-index: 100;
    bottom: 79px;
    width: calc(100% - 35px);
    width: -moz-calc(100% - 35px);
    width: -webkit-calc(100% - 35px);
    width: -o-calc(100% - 35px);
    background: #fff;
    padding-bottom: 10px;
}


.predict-chat .message-data.align-right img {
    margin-top: 20px;
    float: left;
    margin-left: 5px;
}

li.clearfix.unread-message {
    background: #7384a924;
    padding: 30px 10px 10px 10px;
    margin-left: -20px;
    width: -moz-calc(100% + 35px);
    width: -webkit-calc(100% + 35px);
    width: -o-calc(100% + 35px);
    width: calc(100% + 35px);
}



/* чат в админке */

.msg_avatar_img {
    width: 35px;
    margin-left: -5px;
    border-radius: 100%;
    padding-right: 4px;
    margin-top: 5px;
}



/* модалка для чата */


.modal_chat {
    position: fixed;
    z-index: 999999;

	    width:100%;

    height: 100%;
    left: 0px;
    display: block;
    text-align: center;
    top: 0px;
		    background: rgba(0, 0, 0, 0.31)
}




.modal_chat img {
    vertical-align: middle !important;
    max-width: 90%;
    max-height: 90%;
	    width: auto !important;

}


.modal_closs {
    position: absolute;
    top: 50px;
    right: 50px;
    color: #fff;
    font-size: 30px;
	line-height: 0px;
}

.message-data.align-left img {
    width: 40px;
    border-radius: 100%;
    vertical-align: bottom;
}


/* набирает текст */





.nabir_text {
    font-size: 14px;
    margin-top: -50px;
    color: #979797;
    /*display: none;*/
    position: absolute;
    background: #fff;
    width: 100%;
    padding: 5px 0px;
}

.typing-indicator {
    width: 50px;
    position: relative;
    height: 10px;
    float: left;
    margin-left: 10px;
    margin-top: 7px;
}

.typing-indicator span {
    height: 8px;
    width: 8px;
    float: left;
    margin: 0 2px;
    background-color: #9E9EA1;
    display: block;
    border-radius: 50%;
    opacity: 0.4;
}
.typing-indicator span:nth-of-type(1) {
  -webkit-animation: 1s blink infinite 0.3333s;
          animation: 1s blink infinite 0.3333s;
}
.typing-indicator span:nth-of-type(2) {
  -webkit-animation: 1s blink infinite 0.6666s;
          animation: 1s blink infinite 0.6666s;
}
.typing-indicator span:nth-of-type(3) {
  -webkit-animation: 1s blink infinite 0.9999s;
          animation: 1s blink infinite 0.9999s;
}

@-webkit-keyframes blink {
  50% {
    opacity: 1;
  }
}

@keyframes blink {
  50% {
    opacity: 1;
  }
}

.message a {
    text-decoration: underline;
}

.message a:hover {
    color: #92b7ff;
}

.chat.chat-for-dialog {
    display: table;
    width: 100%;
    table-layout: fixed;
    overflow: hidden;
    position: relative;
}



/* новый чат конец */


/* виджет чата */


.msg_fram_chat_widget {
    display: table-row;
    height: 100%;
}


.chat.chat_wiget {
    display: table;
    table-layout: fixed;
}


.sendButton_client {
    position: absolute;
    right: 0px;
    height: 60px;
    width: 50px;
    font-size: 25px;
    color: #fff;
    line-height: 58px;
    text-align: center;
    cursor: pointer;
    bottom: 0px;
}

.sendButton_client i {
    color: #7183a9;
}

.chat .chat-message {

    padding: 10px 15px 10px 15px;
    bottom: 0px;
    position: relative;
    width: 100%;
    background: #ffffff;
    display: table-row;
    box-shadow: 0px -1px 0px #dddddd;
}


.dialogoviy_chat .chat .chat-message {
    padding: 10px 15px 10px 15px;
    bottom: 0px;
    position: relative;
    width: 100%;
    background: #ffffff;
    display: table-row;
    box-shadow: 0px -1px 0px #dddddd;
}





.chat .chat-textarea_wiget {
    width: 300px;
    font-size: 14px;
    margin-left: 35px;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    overflow: hidden;
}

.chat .chat-textarea_wiget[contentEditable=true]:empty:not(:focus):before{
    content:attr(data-text)
}



.chat-header.clearfix {
    padding: 15px;
    background: #ffffff;
    color: #fff;
    border-bottom: 1px solid #e5e5e5;
}


.chat.chat_wiget .chat-history .message {

    min-width: 200px;
    max-width: 90%;
	    margin-top: 17px;
}


a.close_chat_masas {
    position: absolute;
    right: 20px;
    top: 8px;
    font-size: 25px;
    color: #526896 !important;
}


.chat.chat_wiget .chat-history .message-data {

    width: 100%;
}

.chat.chat_wiget .chat-history .other-message:after {
 border-bottom-color: #ededed !important;
    left: 20px;
    top: -20px;
    border-left-color: rgba(255, 255, 255, 0);
}

.chat.chat_wiget .chat-history .message:after {
    right: 20px;
    border: solid rgba(255, 23, 23, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #7183a9;
    border-width: 10px;
    top: -20px;
}




.chat.chat_wiget .chat-history .align-right .message-data-time {
    color: #a8aab1;
    padding-left: 6px;
    padding-right: 10px;
    margin-left: 5px;
    margin-top: 18px;
}



.nabir_text {
    font-size: 14px;
    padding-bottom: 5px;
    color: #979797;
    /*display: none;*/
    background: #ffffff;
    padding-top: 3px;

}

.typing-indicator {
    width: 50px;
    position: relative;
    height: 10px;
    float: left;
    margin-left: 10px;
    margin-top: 7px;
}

.typing-indicator span {
    height: 8px;
    width: 8px;
    float: left;
    margin: 0 2px;
    background-color: #9E9EA1;
    display: block;
    border-radius: 50%;
    opacity: 0.4;
}
.typing-indicator span:nth-of-type(1) {
  -webkit-animation: 1s blink infinite 0.3333s;
          animation: 1s blink infinite 0.3333s;
}
.typing-indicator span:nth-of-type(2) {
  -webkit-animation: 1s blink infinite 0.6666s;
          animation: 1s blink infinite 0.6666s;
}
.typing-indicator span:nth-of-type(3) {
  -webkit-animation: 1s blink infinite 0.9999s;
          animation: 1s blink infinite 0.9999s;
}

@-webkit-keyframes blink {
  50% {
    opacity: 1;
  }
}

@keyframes blink {
  50% {
    opacity: 1;
  }
}

.msg_chat_widget_avatar_img {
  width: 40px;
  border-radius: 50%;
}


.chat-about_name {
    display: inline-block;
    margin-left: 10px;
	    color: #696969;
}

.message_link_left
{
  color: #737373;
}

.message_link_right
{
  color: #fff;
}

 /*виджет чата конец */




/* сайты клиентов */


.item_site_short_cli {
  width: 140px;
  display: inline-block;
  text-align: center;
}

.item_site_short_cli p {
    height: 17px;
    overflow: hidden;
}

.item_site_short_cli .widget-bg-color-icon .bg-icon {

margin: auto;

}

.balans_list_client {
    padding: 10px 0px 0px 5px;
}

.item_site_short_cli_vse {
    text-align: center;
}



.item_site_short_cli img {
    width: 100%;
}

img.img-circle-header {
  border-radius: 50%;
}


/* сайты клиентов конец */


/*Уведомления начало*/
.notification-header
{
  font-size: 16px;
  margin-bottom: 10px;
}

.notification-count-label
{
  color: #ffffff;
  padding: 10px 10px 10px 10px;
  border-radius: 100px 100px 0px 0px;
  position: absolute;
  left: 125px;
  bottom: 0;
  width: 36px;
  text-align: center
}

.vid_notification {

    color: #444444;
}

.vid_notification a {
    color: #444444;
}

.vid_notification i {

    color: #fff;
    padding: 10px 10px 15px 10px;
    border-radius: 00px 0px 100px 100px;
    position: absolute;
    left: 125px;
    top: 0px;
}


.img_uvedomleni {
    width: 150px;
    display: inline-block;
    vertical-align: top;
    padding-right: 50px;
}

.img_uvedomleni img {
    width: 50px;
	    margin-bottom: 5px;
}

.notification-body {
    width: 805px;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
}

.notification-body-admin {
  width: 565px;
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
  padding-left: 10px;
}

.pull-left.vrem_notification {
    color: #b7b7b7;
    position: absolute;
    bottom: 2px;
    font-size: 11px;
    right: 5px;

}

.notification-delete-a {
  white-space: normal!important;
  cursor: pointer;
}

.notification-times {
  cursor: pointer;
  margin-left: -25px;
}

.notification-times:hover {
  color: #f05050!important;
}

.close_notification {
    position: absolute;
    right: 10px;
    top: 10px;
}

.notification-times {
    cursor: pointer;
    color: #a9a9a9;
    font-size: 23px !important;
}


/*Уведомления конец*/



/* блоки */
 .inline-middle {
	    display: inline-block;
    vertical-align: middle;
	
}

.inline-bottom  {
	    display: inline-block;
    vertical-align: bottom;
	
}

.predlo_glav_bkock_icon i {
    font-size: 25px;
	vertical-align: middle;
}

.relev{
    position: relative;
}

.card-box {
padding: 20px !important;
background-clip: padding-box;
background-color: #ffffff;
position: relative;
box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
display: block;
}

.card-box .load_zadnis {
    position: absolute;
    bottom: 0px;
    height: 3px;
    background: #7183a9;
    width: 0%;
    left: 0px;
}
.card-box .load_zadnis_mins {
position: absolute;
    bottom: 0px;
    height: 3px;
    background: #a72222;
    width: 10%;
    left: 0px;
    z-index: 1;
}


/* блоки конец */ 



/* предложения*/
.name_stanic {
    margin: 0px 0px;
}




/* шрифты */

.zagalov_name {
padding: 15px 20px 15px 20px;
    background: rgb(250, 251, 252);
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    font-size: 16px;
    color: #696969;
    border-bottom: 1px solid #e3e4e8;
}
.pod_zagalov_name {
    font-size: 16px;
    color: #696969;
}


.help_kvidm {
    font-size: 25px !important;
    color: #7183a9;
}


/* услуги*/
.zagalov_uslug_list {
font-size: 16px;
    color: #696969;
    height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.info_uslug_list {
    text-align: right;
    padding-left: 70px;

}

.sum_uslug_list {
    font-size: 16px;
    color: #868686;
}

.assigned-employee-frame
{
  position: absolute;
  left: 0;
  top: 6px;
}

.assigned-employee-bg
{
  padding: 7px;
  border-bottom-right-radius: 50%;
}
/* меню сверху */

span#notification_widget_menu a {
padding: 2px 0px 2px 35px;
    font-size: 27px;
    position: relative;
    text-align: center;
}

span.dropdown.menu_polzovat_log.men_possi {
    margin-left: 50px;
}

.men_possi:hover {
    background: #435579;
}

 .menu_polzovat_log.men_possi:hover {
    background: none;
}

.menu_polzovat {
    padding-right: 40px;
}

.men_possi {
    padding: 14px 0px;
    position: relative;
}

.men_possi a {
    padding: 9px;
    color: #ffffff;
}

.menu_polzovat_uvedom.men_possi a {
padding: 2px 20px 2px 20px;
    font-size: 23px;
    font-size: 23px;
    position: relative;
    text-align: center;

}


#frontend_chat_menu_open_button {
    overflow: visible;
}


div#frontend_chat_alert_widget {
    position: absolute;
    top: 1px;
    margin-left: 35px;
}

a#frontend_chat_menu_open_button .badge.badge-danger.font-bold {
    line-height: 12px;
    font-size: 15px;
    top: -10px;
    position: relative;
    width: auto;
    height: auto;
    left: -20px;
    text-align: center;
    padding: 4px 7px;
    background: rgb(255, 0, 0);
    color: #fff;
    border-radius: 25px;
    border: 3px solid #526896;
    z-index: 1;
}


/* типсы */

.hover_tips {
    position: absolute;
    margin-top: -6px;
    margin-left: 10px;
	z-index: 100;
}

.help_kvidm:hover + .open_tips_r, .help_kvidm:hover + .open_tips_l {

    visibility: visible;
    opacity: 1;
}

.open_tips_l {
    margin-left: 40px;
    background: #fff;
    margin-top: -40px;
    padding: 10px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.19);
    margin-right: 5px;
    border-radius: 5px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    border: 1px solid #e0e0e0;
}

.open_tips_l::after {
    left: -20px;
    border: solid rgba(255, 21, 21, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #ffffff;
    border-width: 10px;
    top: 12px;
    -webkit-filter: drop-shadow(-1px 0px 0px #e0e0e0);
    filter: drop-shadow(-1px 0px 0px #e0e0e0);
}


.open_tips_r {
    background: #fff;
    margin-top: -40px;
    padding: 10px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.19);
    border-radius: 5px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    border: 1px solid #e0e0e0;
}

.open_tips_r::after {
    right: -20px;
    border: solid rgba(255, 21, 21, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #ffffff;
    border-width: 10px;
    top: 12px;
    -webkit-filter: drop-shadow(1px 0px 0px #e0e0e0);
    filter: drop-shadow(1px 0px 0px #e0e0e0);
}



/* увилечение каринок редактора */


img.img_redak_zoom {
    max-width: 400px;
    cursor: pointer;
    max-height: 100px;
}

img.img_redak_zoom.modal_chat_zoom_img{
	    max-width: 90%!important;
		max-height: 90%!important;
		
}


/* персональные услуги*/
.start-personal-task-btn,
.stop-personal-task-btn,
.complete-personal-task-btn,
.deny-personal-task-btn,
.delete-personal-task-btn
{
  cursor: pointer;
}

.start-personal-task-btn:hover,
.complete-personal-task-btn:hover
{
  color: #81c868;
}

.stop-personal-task-btn:hover,
.deny-personal-task-btn:hover,
.delete-personal-task-btn:hover
{
  color: #f05050;
}

/* директ услуга */
.direct-minus-key,
.direct-precise-key,
.direct-altogether-key,
.direct-erase-key-words,
.direct-refresh-key-words,
.direct-ads-company-button,
.direct-page-client-remove-btn
/*.direct-pages-key-words-used-tr*/
{
  cursor: pointer;
}

.direct-found-key-word
{
  text-decoration: underline;
}

.direct-found-minus-key-word
{
  text-decoration: line-through;
}

.direct-page-client-remove-btn:hover
{
  color: #f05050;
}

.direct-delete-company-btn
{
  position: absolute;
  right: 0;
  top:0;
  border-radius: 0;
  border-bottom-left-radius: 10px;
  padding-left: 10px
}

.panel-title.direct-panel-title {
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0.03em;
}

.panel-heading.direct-panel-heading
{
  padding: 10px 30px 10px  50px;
}

.direct-plus-key
{
  cursor: pointer;
  color: #f05050;
  font-weight: 700;
}

.direct-report-key
{
  cursor: pointer;
  color: #81c868;
  font-weight: 700;
}

.direct_adgs {
    border-bottom: 1px solid #000;
    padding: 10px;
}

.direct_adg {
    border-bottom: 2px solid #526896;
    padding-bottom: 20px;
}

.direct_key_text {
    color: #2f9a42;
}

.direct_key_data {
    color: #2f9a42;
}

.direct_in_key {
    color: #526896;
}
/* отчёты директ */


.dobav_minus_grup_grup {
    border-bottom: 1px solid #b1b1b1;
}


/* задания */



.priority_label_high {
    color: #f05050;
}

.priority_label_medium {
    color: #526896;
}

/*Кнопка вверх*/
#go-top-btn
{
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    color: #98a6ad;
    opacity: .6;
    cursor: pointer;
    height: 200px;
}

#go-top-btn:hover
{
  opacity: 1;
  color: #526896;
}

#go-top-btn .fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
    margin-top: 140px;
}


/* директ */

/* объявления */

.regoion_search, .disabled_region_search {
    display: none;
}

div#text_search, div#ad_region_disabled_text_search {
    position: absolute;
    width: 100%;
    padding: 10px;
    background: #fff;
    border: 1px solid #e3e3e3;
    z-index: 1;
	display: none;
}

.regoion_search.select2Highlight, .disabled_region_search.select2Highlight {
    display: block;
    padding-bottom: 10px;
	    cursor: pointer;
}

div#text_search_pole, div#ad_region_disabled_text_search_pole {
    padding: 10px 0px;
}

.region_podv {
    display: inline-block;
    padding: 5px 10px;
    background: #7384a9;
    color: #fff;
    border-radius: 3px;
    margin-right: 10px;
}


/* статистика */

div#direct_efficiency_chart {
    position: absolute;
    top: -45px;
    right: 10px;
}

.tekus_efectivnos {
    padding: 80px 0px;
}

.metrika_direct_ef {
    width: 90px;
    height: 90px;
    font-size: 23px;
    margin: auto;
    line-height: 90px;
    border-radius: 100%;
    display: inline-block;
    color: #ffffff;
	    border: 0;

}

.metrika_direct_ef.met_prognoz_ef {
    border: 0 !important;
    width: 70px;
    box-shadow: none;
}

.metrika_direct_graf {
    font-size: 20px;
    height: 80px;
    line-height: 70px;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 3px solid #fff;
    margin-left: 15px;
}

.metrika2-frame, .metrika3-frame, .metrika4-frame {
    border-radius: 100%;
    border: 2px solid #e7e7e7;
    width: 80px;
}


.metrika_direct_graf.met_prognoz_graf {
    border: 0 !important;
    width: 50px;
    box-shadow: none;
}

.prib_spis .metrika_direct_ef {
    text-align: center;
    width: 55px;
    height: 55px;
    font-size: 15px;
    line-height: 55px;
    color: #fff;
}


.prib_spis .metrika_direct_graf {
font-size: 15px;
    width: AUTO;
    height: 55px;
    line-height: 52px;
    vertical-align: middle;
    margin-left: 15px;
    border-bottom: 3px solid #fff;
}


.krug_minus {
    background: rgb(162, 0, 0);
}

.krug_plus {
    background: #5aa93f;
}





#direct-refresh-data-btn,
#direct-refresh-optimization-data-btn,
#direct-refresh-sites-data-btn,
#direct-refresh-moderation-data-btn,
#direct-rate-start-stop-btn,
#direct-rate-2-0-start-stop-btn
{
  position:absolute;
  top: -45px;
  right: 20px;
  border-radius:0;
}

#direct-rate-send-btn,
#direct-rate-2-0-send-btn
{
  position:absolute;
  top: -45px;
  right: 130px;
  border-radius:0;
}

/*#direct-send-sites-data-btn
{
  position:absolute;
  top: -45px;
  right: 160px;
  border-radius:0;
}*/

.met_prognoz_ef {
    border: 0;
}

/* директ конец*/



/* пополнение баланса */


input[name="balance_sum"] {
    border: 1px solid #c7c7c7 !important;
    width: 200px;
    margin: auto;
    border-radius: 3px !important;
}


/* пополнение баланса конец */

/* редактирование сайта */


.-edit_site- input {
	margin: 10px 0px;
}




/* kvidm таблица */

/* баланс */
@media (min-width: 769px){
	
	
	

.balane_tables .table_tr {
    border: 1px solid #dadada;
    border-bottom: 0;
	    background: #fff;
}

.balane_tables .table_tr > div:last-child {
    border: 0 !important;
}



.table_tr:nth-last-child(2) {
    border-bottom: 1px solid #dadada;
}

.table_bor {
	border: 1px solid #dadada;
    background: #fff;
}

}


@media (max-width: 768px){
	
	.kv_blocks > [class ^= kv_bl] {
    padding: 0px;
}
	
	.balance-view.kv_blocks .kv_bl_4 {
    display: none;
}
	


.balane_tables .table_tr {
    border-bottom: 1px solid #e0e0e0;
    padding: 3px;
}

.balane_tables .table_tr  [class ^= kv_bl] {
    padding: 3px;
}
	
	.balane_tables .balanc_vrem_dat {
    font-size: 11px;
	 color: #a9a9a9;
}

.balane_tables .balanc_user {
    font-size: 12px;
    color: #a9a9a9;
}
	
.balane_tables .balanc_balanc {
    font-size: 11px;
	    text-align: right;
}
	
	
	.balanc_summ {
    font-size: 16px;
	    text-align: right;
}

.m_d_short {
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m_order_1 {
	order: 1;
}

.table_bor {
	border-bottom: 1px solid #dadada !important;
}
		
}

@media (min-width: 768px) and (max-width: 1024px) {
	
.table_bor {
	border-bottom: 1px solid #dadada !important;
}	
	
}


.b_b_0 {
	border-bottom: 0;
}

.table_bor:last-child {
	border-bottom: 1px solid #dadada !important;
}

.-balans_uslugi- .widget-bg-color-icon .bg-icon {
    display: block;
}




/* мобильная версия */

@media (max-width: 768px){
	
	html {

    background: #ffffff;
}

body, .navbar-fixed-top, .navbar-fixed-bottom {
  min-width: 100% !important;
	background: #ffffff;
}
.container {
    width: auto;
 padding: 0;
}


div#sidebar-menu {
    width: 100%;
}

.left.side-menu {
    margin-left: -210px;
	    margin-left: -210px;
    z-index: 10000;
    top: 0;
    transition: 300ms;
    -moz-transition: 300ms;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
	    position: fixed;
}

.pull-right.menu_polzovat {
    position: fixed;
    z-index: 10;
    background: #eceff1;
    bottom: 0px;
    width: 100%;
    padding: 0;
}



.content-page {
    margin-left: 0px;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
}

body {
    padding-top: 42px !important;
	padding-bottom: 42px;
}

small, .small {
      font-size: 75% !important;
}

.inline-middle.predlo_glav_bkock_icon {
    display: none;
}

.text-left.inline-middle.predlo_glav_bkock_ocnov {
    width: 100%;
}

.card-box {
    padding: 15px !important;
    background-clip: padding-box;
    background-color: #ffffff;
    position: relative;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
}

.name_stanic {
    margin: 0;
	    font-size: 16px;
}

p {
    margin: 0 !important;
}

/* табы*/
.tabs-vertical-env .nav.tabs-vertical {
    width: 100%;
}

.tab-content.tab-border.p-0 {
    width: 100%;
    margin-left: 0;

}


.tab-content > .active {
    position: fixed;
    z-index: 100;
    top: 43px;
    width: 100%;
    overflow: auto;
    background: #fff;
    height: 100%;
	    padding-bottom: 95px !important;
}
.tab-content > .active {
    display: none;
}
.tab-content.active_mobil > .active {
    display: block;
}

.tabs-vertical-env .nav.tabs-vertical li.active > a {
    background-color: #fff;
    color: none;
    box-shadow: none;
    font-weight: normal;
	color: #696969 !important;
}


.tab-content #client_text, .tab-content #employee_text {
    margin: 0 !important;
}

.hidden-xs {
    display: block !important;
}


/* верхняя полоса */


.topbar {
  min-width: 100% !important;
}

span.menu_polzovat_balan.men_possi a span:first-child {
    display: none;
}


a.logo {
    display: none;
}

.nazad_mobil {
display: block !important;
    position: fixed;
    top: 0px;
    font-size: 25px !important;
    left: 0px;
    z-index: 1001;
    color: #fff;
    padding: 4px 10px;
    cursor: pointer;
    background: #526896;
    border-radius: 100%;
}

.men_possi:hover {
    background: none;
}

.men_possi:active {
    background: rgba(0, 0, 0, 0.08);
}

a.nazad_mobil:hover, a.nazad_mobil:focus {
    color: #fff !important;
}

.opport-box .member-info h4 {
    width: auto !important;
	    white-space: normal !important;
}

#notification_widget_menu .badge {
    border: 3px solid #eceff2;
}

span.dropdown.menu_polzovat_uvedom.men_possi {
    display: none;
}

span#notification_widget_menu {
    display: inline-block;
}

#notification_widget_menu i {

    color: #526895;
}

span.dropdown.menu_polzovat_log.men_possi {
    position: fixed;
    top: 0px;
    right: 10px;
}

.men_possi {
    padding: 5px 0px;
    position: relative;
}

.men_possi a {

    color: #526895;
}

span.menu_polzovat_balan.men_possi.spi_v_den_b {
    display: none;
}

span.dropdown.menu_mobil.men_possi {
    display: block !important;
    position: absolute;
    bottom: 0;
    right: 0px;
    font-size: 33px;
    padding: 2px 12px;
    color: #526895;
    cursor: pointer;
}

.fon_otkr_menu {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.39);
    height: 100%;
    width: 100%;
	z-index: 1000
}


span.menu_polzovat_uvedom.men_possi.chat_bok_windget_icon {
    padding: 15px 0px;
}


.zagolov_kategor_veh_polos {
    position: absolute;
    top: 0px;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    font-size: 16px;
}

a#frontend_chat_menu_open_button .badge.badge-danger.font-bold {

    border: 3px solid #eceff1;

}


/* контент */

table * {
    width: 10px !important;
    font-size: 5px !important;
    padding: 4px !important;
}

table {
    width: 100% !important;
}

.pull-left.p-t-12.data_sozdani_priny {
    width: 100%;
    text-align: center;
    padding-top: 5px !important;
	margin-bottom: 10px;
}

.vverh_knopps {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 0px;
}


/* модалка */

.modal-dialog .vverh_knopps {
    width: auto;
    margin: 0;
    border-radius: 3px;
}

.modal-dialog {
    width: 100%;
}

.modal-backdrop.fade.in {
    z-index: 99;
} 


/* чат */

.chat.chat-for-taskofferservice {
    height: 100% !important;
}

div#client-chat-tabs {
    z-index: 1000;
    padding-bottom: 0px !important;
	top: 0px !important;
}

div#employee-chat-tabs {
    z-index: 1000;
    padding-bottom: 0px !important;
	top: 0px !important;
}

div#manager-chat-tabs {
    z-index: 1000;
    padding-bottom: 0px !important;
	top: 0px !important;
}

/* услуги */
.card-box.col-xs-6.m-t-5.klient_predl_list {
    width: 100%;
}

.list-view .profile-link .col-xs-4 {
    width: 100%;
    margin-bottom: -5px !important;
}


/* пердложения */



.profile-link .table-box.opport-box .table-detail {
    width: 100% !important;
	    padding: 0 !important;
}


/* пользователи */

.site-index .col-xs-6.p-l-0.p-r-15 {
    width: 100%;
    padding: 0 !important;
}


/* статистика сайта */

.tab_conten_2 .tab-pane {
    display: block !important;
}
.tab_conten_2 ul.nav.nav-tabs {
    display: none;
}
.tab_conten_2 div#lchart {
    display: none;
}
.tab_conten_2 div#lchart + .col-xs-4 {
    width: 100%;
}

.tek_sred_kvid {

 border-top: 0; 

}

.tab_conten_2 .portlet-body.col-xs-8 {
    display: none;
}

.tab_conten_2 .nazv_istochnic.col-xs-4 {
    width: 100%;
}

.site-statistics > .row {
    display: none;
}

/* уведомления */

.notification-body,
.notification-body-admin {
    width: auto;
}


/* диалоги */

.col-xs-4.dial_chat {
    width: 100%;
}

.pod_dial_chat {
    width: 100%;
}

.card-box_сhat_dial {
    width: 100%;
}

.col-xs-8.chat.dialogoviy_chat.p-0 {
    width: 100%;
    position: fixed;
    top: 0;
    height: 100%;
	z-index: 1000;
	    display: none;
}

.chat.chat-for-dialog {
    height: 100% !important;
}



div#sendButton_client {
    position: fixed;

}

.chat-textarea {
    width: 100%;
    padding: 12px 10px 12px 10px;
    border-radius: 5px;
    background: #fff;
    max-height: 250px;
    overflow-y: auto;
}

div#sendButton_client {
    position: absolute;
    right: 0px;
    height: 44px;
    width: 50px;
    font-size: 25px;
    color: #fff;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    bottom: 0px;
}

label.upload_chat {
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 25px;
    color: #7183a9;
    cursor: pointer;
    padding: 2px;
}


/* виджет чат боковой */

.side-bar.right-bar.chat.chat_wiget {
    width: 100%;
    height: 100%;
    top: 0px;
}

a#frontend_chat_menu_close_button {
  display:none;
}

.right-bar-enabled #frontend_chat_menu_close_button {
    position: fixed;
    background: #fff;
    top: 0px;
    left: 0px;
    width: 48px;
    height: 43px;
    margin-top: 0px !important;
    opacity: 0;
    display: block;
	    z-index: 10000;
}

.sendButton_client {
    position: absolute;
    right: 0px;
    height: 44px;
    width: 50px;
    font-size: 25px;
    color: #fff;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    bottom: 0px;
}

.chat-header.clearfix {
    display: none;
}


/* баланс */
.widget-bg-color-icon .bg-icon {
    display: none;
}

.balance-view .pull-right.text-center {
    position: relative !important;
}

/* директ */

.wid_mob_auto {
    width: auto !important;
}

}

/* мобильная версия конец */


div#yii-debug-toolbar {
    display: none !important;
}



/* форма логина фронтенд */

div#login-forma {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 10000;
}

.kv_bl_8.-bakgralog- {
    background: url(https://prokvidm.ru/frontend/img/fon/login-fon.jpg);
}


.-blockform- {
    width: 270px;
    margin: auto;
}


@media (max-width: 768px){
	
.kv_bl_8.-bakgralog- {

	    display: none;
}	
	
	
}


/* персональные задачи */


.personal-task-bar .tab-content {
    /*position: absolute;*/
    height: calc(100% - 150px);
    overflow: auto;
}

.personal-task-bar .tab-content::-webkit-scrollbar {
    background: none;
    width: 6px;
}

.personal-task-bar .tab-content:hover::-webkit-scrollbar-thumb {
    background: #cecece;
    border-radius: 5px;
}

/*layout*/

.user-settings-menu-icon
{
  width:100%;
  height:100%;
  padding-left: 26px!important;
  text-align: left;
  border:none;
  background: transparent;
}


/* звонки */


.kv_blocks.box_1.-kar_zvonka- p {
    margin: 0;
}

.-zvon_audio- audio {
    width: 100%;
}



/* новая вёрстка */

.widget-bg-color-icon.widget-balance-act-icon{
  padding: 5px;
  margin: auto;
  width: 35px;
  height: 35px;
  border: 3px solid #797979;
  border-radius: 50%;
}

.widget-bg-color-icon.widget-balance-act-icon.danger,
.widget-bg-color-icon.widget-balance-act-icon.text-danger{
  background: rgba(240, 80, 80, 0.2);
  border-color: #f05050;
  color: #f05050;
}

.widget-bg-color-icon.widget-balance-act-icon.success,
.widget-bg-color-icon.widget-balance-act-icon.text-success{
  background: rgba(129, 200, 104, 0.2);
  border-color: #81c868;
  color: #81c868;
}

.widget-bg-color-icon.widget-balance-act-icon.purple{
  background: rgba(114, 102, 186, 0.2);
  border-color: #7266ba;
  color: #7266ba;
}

.widget-bg-color-icon.widget-balance-act-icon.warning{
  background: rgba(255, 189, 74, 0.2);
  border-color: #ffbd4a;
  color: #ffbd4a;
}

.widget-bg-color-icon.widget-balance-act-icon.info{
  background: rgba(52, 211, 235, 0.2);
  border-color: #34d3eb;
  color: #34d3eb;
}

/* дизайн */


.box_1 {
    background-clip: padding-box;
    background-color: #ffffff;
    position: relative;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    padding: 20px;
}

.bord_bod_1 {
	
    border-bottom: 1px solid #e8ebec;	
}


* .bord_bod_1:last-child {
	
    border-bottom: 0;	
}

.bord_rad_100 {
	    border-radius: 100%;
}

.img_32 {
	    width: 32px;
    height: 32px;
}


/* табы */

.block_tab_kvi.vertical_tab_1 span.tab_kvi {
    display: block;
    margin: 0;
    margin-right: 10px;
    background: #fff;
    font-size: 16px;
    color: #696969 !important;
    padding: 15px 40px 15px 20px;
    text-transform: none;
    font-weight: 400;
    border: 0;
    border-bottom: 1px solid #e2e2e2;
    line-height: normal;
}


.block_tab_kvi.vertical_tab_1 span.tab_kvi.tab_kvi_activ {
    background: #fafbfc;
    font-weight: 500;
    border: 0;
    border-bottom: 1px solid #e2e2e2;
    box-shadow: inset 3px 0px 0px #7183a9;
}

.block_tab_kvi.vertical_tab_1 span.tab_kvi:hover {
    background: #fafbfc;
	    border: 0;
    border-bottom: 1px solid #e2e2e2;
}


.gorizon_tab_1 span.tab_kvi {
    background: #fafbfc;
    margin: 0;
    border: 0;
    color: #5a5a5a;
    text-transform: none;
}


.gorizon_tab_1 span.tab_kvi:hover {
    background: none;
    border: 0;
    border-bottom: 2px solid #e4e4e4;
    color: #5a5a5a;
}

.gorizon_tab_1 span.tab_kvi.tab_kvi_activ {
    background: none;
    border: 0;
    border-bottom: 2px solid #7183a9;
    color: #5a5a5a;
    font-weight: 500;
}


/* модалка */

.modal_box_1 {
    max-width: 700px !important;
}

.zagalv_modal_1 {
    background: #7183a9;
    color: #fff;
    text-align: center;
    padding: 13px;
    font-size: 17px;
}

.modal_pod_box_1 {
    padding: 20px;
}


/* Анализ ЦА */

img.img_redak_zoom.img_prof_CA {
    max-height: 200px;
    width: 100%;
}


/*SweetAlert*/

.swal-button:active
{
  background: #BBBBBB;
}

.swal-danger
{
  background: #f05050;
}

.swal-success
{
  background: #81c868;
}

.swal-warning
{
  background: #ffbd4a;
}

.swal-info
{
  background: #34d3eb;
}

.swal-default
{
  background: #7183a9;
}

.swal-purple
{
  background: #7266ba;
}

/*User Access*/
.panel > table > thead > tr > th.collapse{
  cursor: pointer!important;
}

/*Timeline*/
.timeline-list-item-header{
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}

.timeline-comment-input-form{
  border-top: 1px solid;
  margin-top: 15px;
  padding-top: 10px;
}

.timeline-comment-input{
  width: 89%;
  border: none;
}

/* завяка */

.-zayvka_title- h4 {
	display: inline;
}

.-vrem_notification_top- {
    color: #b7b7b7;
    position: absolute;
    top: 2px;
    font-size: 12px;
    right: 5px;
}

.-vrem_bottom- {
	bottom: 2px;
    top: inherit;
}

.-zayvka_icon- i {
	font-size: 20px;
}

.-zayvka_chat- {
	background: #ededed;
	color: #000;
    border-radius: 7px;
    min-width: 200px;
    max-width: 45%;
    padding: 12px 14px;
    line-height: 20px;
    font-size: 15px;
    word-wrap: break-word;
	border: 1px solid #ccc;
	display: inline-block;
}

.-zayvka_msg- {
    width: 100%;
}

/* интерфейс клиента директ */

.favicon {
	position: absolute;
}

.favicon img {
	width: 16px;
	height: 16px;
}

.-block_ad- {
	margin-left: 25px;
}

.-block_ad- .-desc_key_1- a:not(:last-child) {
	margin-right: 10px;
}

.link_site a {
	color: #070;
	display: inline-block;
}

.link_site span {
	background: #fcf7cd;
    padding: 2px 10px;
    margin-left: 10px;
}

.-block_ad- .-desc_key_2- a:not(:last-child):after,
.-direct_mob_text_scrol- a:not(:last-child):after {
    display: inline-block;
    width: 2px;
    height: 2px;
    margin: -2px 7px 0;
    content: '';
    vertical-align: middle;
    background-color: #999;
}

.-direct_mob- {
	position: relative;
    width: 356px;
    padding: 60px 47px 10px;
    background: url(/images/mobile.png) no-repeat 0 0 #f6f5f3;
}

.-bkock_direct- {
	position: relative;
    margin: 12px 12px 0;
    padding: 12px;
    border: 1px solid #dddcda;
    background-color: #fff;
}

.-direct_mob_text_scrol- {
	font-size: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 5px;
    white-space: nowrap;
}

.-krug_pod- {
	font-size: 14px;
    background-color: #464a3c;
    color: #ffffff;
    border-radius: 50%;
    width: 20px;
    display: inline-block;
    text-align: center;
	cursor: pointer;
	margin-left: 5px;
}

.d_inline_b .kvi_anim_right {
	margin-right: -21px;
}

.d_inline_b .kvi_anim_left {
    left: 100% !important;
    margin-left: -41px;
}

.d_inline_b {
	display: inline-block;
}

.-block_qqq- {
	width: 238px;
    min-height: 400px !important;
	position: relative;
	border: 1px solid #EBEBEB !important;
}

.-block_qqq- img {
	min-height: 134px !important;
    max-height: 200px !important;
}

.qqq {
	background: rgba(0,0,0,0.25) !important;
    color: #FFFFFF !important;
    border-radius: 0 0 4px 4px !important;
    font-size: 10px !important;
    line-height: 19px !important;
    height: 19px !important;
    padding: 0 6px !important;
    position: absolute !important;
    top: 0 !important;
    left: 15px;
    z-index: 2 !important;
}

.-block_desc_rsy- {
	background: #F5F5F5;
	padding: 10px;
}

.-block_desc_rsy- p {
	line-height: 17px;
}

.knop_uznat {
	display: block !important;
    border: 1px solid rgba(0,0,0,0.5) !important;
	border-radius: 3px !important;
}

@media (max-width: 767px) {
	
.-direct_key_frazi- h4 {
	font-size: 17px;
}
}



/* page_kvi */


.vertical_tab_1 {
	width: 240px;
	
}

.vertical_tab_1_cont {
    width: 776px;
    margin-left: 10px;
	
}


.vertical_tab_1 > *{
    display: block;
    margin: 0;
    background: #fff;
    font-size: 16px;
    color: #696969 !important;
    padding: 15px 40px 15px 20px;
    text-transform: none;
    font-weight: 400;
    border: 0;
    border-bottom: 1px solid #e2e2e2;
    line-height: normal;
	position: relative;
}

.vertical_tab_1.knop_pag_kv .d_kvi_activ, .vertical_tab_1.knop_pag_kv .kvi_activ {
    background: #fafbfc;
    font-weight: 500;
    border: 0;
    border-bottom: 1px solid #e2e2e2;
    box-shadow: inset 3px 0px 0px #7183a9;
	position: relative;
}


.gorizon_tab_1 span {
    background: #fafbfc;
    margin: 0;
    border: 0;
    color: #5a5a5a;
    text-transform: none;
	padding: 10px;
}

.gorizon_tab_1 span.kvi_activ {
    background: none;
    border: 0;
    border-bottom: 2px solid #7183a9;
    color: #5a5a5a;
    font-weight: 500;
}


@media (max-width: 767px) {
	
.vertical_tab_1 {
	width: 100%;
	
}	
}




/* чат вопросы */


.close_chat {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: #a0a0a0;
    cursor: pointer;
	    z-index: 10;
}

.close_chat:hover {
    color: #000 !important;
}

img.ava_chat {
    width: 40px;
    border-radius: 100%;
}

img.pod_ava_chat {
    width: 20px;
	height: 20px;
    border-radius: 100%;
}

.nam_specal {
    width: 75%;
}

.user_specializations span {
    font-size: 9px !important;
    padding: 2px !important;
}

.adres_im_polz {
    padding-bottom: 10px;
}

.nam_specal > p {
    margin-bottom: -5px;
}

.nam_specal > span {
    font-size: 13px;
    color: #717171;
}

.im_chat_block {
color: #000;
    border-radius: 7px;
    min-width: 200px;
    line-height: 20px;
    font-size: 15px;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.block_menu_im {
    font-size: 12px;
}

.nam_im {
    font-size: 12px;
    color: #949494;
}

.im_chat {
    color: #292929;
}



.chat_im_right .im_citat .im_chat {
    color: #000 !important;
}


.im_citat .text_im_caht, .citat_form_im .text_im_caht{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.vopros_menu {
    position: fixed;
    width: 380px;
    height: 100%;
    overflow: auto;
}




.vopros_menu.scrollings::-webkit-scrollbar-thumb {
    background: #c5c5c5;
}

.vopros_menu::-webkit-scrollbar {
    opacity: 0;
    width: 3px;
}

.box_menu_chat {
    padding: 20px	
}




.vopros_menu .text_im_caht {
    color: #5d5d5d;
}

.osnv_con_body{
    position: fixed;
    width: 630px !important;
    margin-left: 390px;
    height: 100%;
    overflow: auto;
    background: #fff;
    display: table;
    table-layout: fixed;	
	
}


.ve_vopros_body{
    display: table-row;
    height: 100%;
    width: 100%;
    position: relative;	
	
}


.vopros_body {
height: 100%;
padding: 0px 20px;
    overflow: auto;
    background: #fff;
    width: 100%;
}

.vopros_body.scrollings::-webkit-scrollbar-thumb {
    background: #c5c5c5;
}

.vopros_body::-webkit-scrollbar {
    opacity: 0;
    width: 3px;
}

.cont_mo_ch {
    height: 100%;
    width: 100%;
    position: fixed;
}



.chat_im_left .bl_im {
    padding-left: 20px;
    width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
}


.chat_im_right .bl_im {
    padding-left: 20px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
}

.block_form_im {
bottom: 0px;
    width: 630px !important;
    background: #ffffff;
    z-index: 1;
    padding: 20px 20px;
    display: table-row !important;
    width: 100%;
    position: relative;
}

.pod_block_form_im {
padding: 10px;
    border-radius: 30px;
    background: #e5e9ef;
    width: 530px !important;
}


.adre_soob {
    margin: auto;
    font-size: 15px;
    color: #7183a9;
    background: #e5e9ef;
    border-radius: 100%;
    padding: 12px 14px;
}

.vod_im {
max-height: 250px;
    overflow-y: auto;
    width: 84%;
    margin: auto;
}

.vod_im[contentEditable=true]:empty:not(:focus):before {
    content: attr(data-text);
}


.upload_vod {
    width: 8%;
    text-align: center;
    font-size: 20px;
    color: #7183a9;
	 margin-top: auto;
	 margin-bottom: 0;
}


#sendButton_vod {
    width: 8%;
    text-align: center;
    font-size: 20px;
    color: #7183a9;
	 margin-top: auto;
}


.dob_polz_im {
    position: absolute;
    font-size: 14px;
    margin-top: -2px;
    margin-left: -10px;
	    display: inline-block;
}


.procmot_im span {
    width: 15px;
    height: 15px;
    background: #d0d0d0;
    display: block;
    border-radius: 100%;
}


.vopros_menu .bl_im {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
	    display: inline-block;
}


.close_im {
    margin: auto;
    font-size: 20px!important;
    cursor: pointer;
}

.close_im:hover {
    color: #000 !important;
}


[modal_chat="dob_polz"] .close_im {
    top: 0;
    right: 0;
}



.im_citat {
    padding: 10px 20px;
    background: #eceef0;
    border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.im_chat p {
    margin-bottom: 5px;
}


.citat_form_im .bl_im {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
	padding: 20px;
}



.citat_form_im .im_citat {
    background: #526896;
    color: #ffffff;
    cursor: pointer;
    padding: 6px 10px;
    border-radius: 30px;
}

.citat_form_im .nam_im {
    color: #676767;
}

.citat_form_im .im_chat {
  color: #292929;
}

.citat_form_im .close_im {
color: #333;
}


.citat_form_im .im_img {
    width: 50px!important;
}


.im_citat .im_img {
    width: 50px !important;
}

.info_im {
    padding: 20px 20px;
    text-align: center;
	position: relative;
}


.info_im:after, .info_im:before {
    display: block;
    content: "";
    height: 1px;
    width: 90%;
    background: #e4e6e9;
    position: absolute;
    top: 50%;
    margin-left: 10px;
}

.info_im:after {
    right: 0;
    margin-right: 43px;
    margin-left: 0;
}


.info_im span {
    position: relative;
    background: #ffffff;
    z-index: 1;
    padding: 10px;
    color: #b3b3b3;
}



/* набирает текст */

.nab_tex_im {
    position: absolute;
    margin-top: -22px;
    font-size: 12px;
    width: 100%;
}

.nab_tex_im span {
     color: #5f5f5f;
    padding: 2px 10px;
    border-radius: 30px;
    background: #fff;
	
}


.cent_ani {
    width: 25px;
    transform: translate(-50%,-50%);
    display: inline-block;
    padding-bottom: 3px;
    margin-left: 13px;
}

.blob-1,.blob-2{
width: 8px;
    height: 8px;
	position:absolute;
	    background: #9e9e9e;
	border-radius:50%;
	top:50%;left:50%;
	transform:translate(-50%,-50%);
}
.blob-1{
	left:20%;
	animation:osc-l 1s ease infinite;
}
.blob-2{
	left:80%;
	animation:osc-r 2s ease infinite;
	background: #c5c5c5;
}
@keyframes osc-l{
	0%{left:20%;}
	50%{left:50%;}
	100%{left:20%;}
}
@keyframes osc-r{
	0%{left:80%;}
	50%{left:50%;}
	100%{left:80%;}
}




/* конец набирает текст */


.citat_form_im {
    background: #e5e9ef;
    margin-bottom: 20px;
    border-radius: 10px;
}

.seting_vop {
	margin-right: 23px;
	font-size: 16px;

}


.vipad_s_kvi[vipad="seting_vop"] {
    width: 250px;
    font-size: 15px;
    padding: 10px 0px;
}


.vipad_s_kvi[vipad="seting_vop"] li {
    padding: 10px 15px;
    cursor: pointer;
}
.vipad_s_kvi[vipad="seting_vop"] li:hover {
    background: #e2e2e2;
}




.podsvet_im{
background: #dae2f1;
    box-shadow: 0px 0px 0px 10px #dae2f1;
}

.im_chat .im_img {
    width: 60%;
    margin-bottom: 5px;
}


.img_full_im .im_img {
    width: auto;
    max-width: 1200px;
}

.img_full_im {
    max-width: 1200px !important;
    width: auto !important;
}


.adres_im .close_im {
    position: absolute;
    right: 20px;
    top: 20px;
	color: #000;
}

.citat_form_im .adres_im_polz {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    padding: 20px;
}

.adres_im {
    margin-bottom: -50px;
    position: relative;
    z-index: 1;
}


.adres_im .name_polz {
    color: #636363;
}

.adres_im_fon{
    position: fixed;
    height: 100%;
    width: 100%;
    background: #00000057;
    top: 0;
    left: 0;
}

.adres_im_block {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 20px;
    width: 100%;
    bottom: 0px;
    margin-top: auto;
}


.adres_modal_im {
    width: 100%;
    margin: auto;
    max-width: 600px;
    padding: 10px;
}


.pag_kv[modal_chat="dob_polz"] {
    z-index: 2;
}


.pag_kv[modal_chat="dob_polz"] .adres_im_polz .name_polz {
     color: #636363;
}


.zakr_tab_blocks {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}


.menu_im .name_polz, .im_chat .name_polz {
    background: #eceef0;
    border-radius: 30px;
    display: inline-block;
    padding: 2px 10px;
    color: #505050;
    margin-top: 4px;
}


.im_chat .name_polz {
	font-size:12px;
}

.text_im_caht {
    margin-bottom: 5px;
}

.edit_im_chat {
    font-size: 15px !important;
    padding: 7px;
    color: #526896;
    cursor: pointer;
    position: absolute;
    right: 70px;
	z-index: 1;
} 
.delete_im_chat {
    font-size: 15px;
    padding: 7px;
    color: #969696;
    cursor: pointer;
    position: absolute;
    right: 40px;
	z-index: 1;
}

span.redac_im_ne {
    font-size: 12px;
    color: #757575;
}


.bl_im.redact_im {
color: #444;
}


.prikrep_img_im:empty {
    padding: 0;
}

.prikrep_img_im {
    padding: 20px;
    max-height: 150px;
    overflow: auto;
}

.prikrep_img_bl {
  max-width: 100px;
    display: inline-block;
    overflow: hidden;
    padding: 5px;
	position: relative;
}

.im_chat .kvi_block_th_gallery {
    max-width: 80%;
}
.prikrep_img_bl img {
    height: 80px;
}

.im_chat .prikrep_img_bl:only-of-type {
    max-width: 200px;
}

.im_chat .prikrep_img_bl:only-of-type img {
    height: 160px;
}

.clos_img_prek {
    padding: 3px;
    position: absolute;
    right: 0;
    background: #4a4a4a;
    font-size: 11px;
    color: #fff;
    border-radius: 30px;
    top: 0;
}


.kvi_block_th_gallery.knop_pag_kv .prikrep_img_bl {
    display: inline-block;
}

.block_cic_gal {
	    max-width: 210px;
}

.block_cic_gal .prikrep_img_bl {
    padding: 2.5px;
    max-width: 50px;
}

.block_cic_gal .prikrep_img_bl img {
    height: 40px;
}


.block_cic_gal .prikrep_img_bl:only-of-type {
    max-width: 100px;
}

.block_cic_gal .prikrep_img_bl:only-of-type img {
    height: 80px;
}


.vopros_menu .im_citat .block_cic_gal .prikrep_img_bl{
    max-width: 25px;
}


.vopros_menu .im_citat .block_cic_gal .prikrep_img_bl img {
    height: 20px;
}


.vopros_menu .im_citat .block_cic_gal .prikrep_img_bl:only-of-type {
    max-width: 50px;
}


.vopros_menu .im_citat .block_cic_gal .prikrep_img_bl:only-of-type img {
    height: 40px;
}


	.knop_pag_kv [modal_chat="vopros_menu"] {
    display:none;

}

.obver_vopros_menu > .zakr_modal_pag{
  display: none;	
	
	
}




/* лоадер чат */

.okno_chata {
    transition: 0ms !important;
    background: #eceef0 !important;
}



.load_chat {
    position: fixed;
    background: #eceef0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    left: 0;
    top: 0;
    display: none;
}

.loading {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0;
}

.loading li {
height: 0;
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    margin: 0;
    height: 30px;
    width: 30px;
    border: 3px solid #526896;
    border-radius: 100%;
    -webkit-transform: transformZ(0);
    transform: transformZ(0);
    -webkit-animation: LOADING 2s infinite;
    animation: LOADING 2s infinite;
}
.loading li:nth-child(1n) {
  left: -40px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.loading li:nth-child(2n) {
  left: 0;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.loading li:nth-child(3n) {
  left: 40px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.load_chat:after {
  content: '';
  display: table;
  clear: both;
}
.load_chat .col {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
}

@-webkit-keyframes LOADING {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    background: #526896;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background: white;
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    background: #526896;
  }
}

@keyframes LOADING {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    background: #526896;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background: white;
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    background: #526896;
  }
}


.douwn_scroll_ch {
    border-radius: 100%;
    background: #e6e6e6;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 20px;
    margin-top: -100px;
    display: flex;
	cursor: pointer;
}

.douwn_scroll_ch span {
    position: absolute;
    border-radius: 100px;
    background: #7183a9;
    color: #fff;
    padding: 3px;
    min-width: 25px;
    text-align: center;
    margin-left: 30px;
    margin-top: -10px;
}

.douwn_scroll_ch i {
    margin: auto;
    font-size: 20px;
    color: #848484;
}

/* мобильная версия cстарый чата (диалоги) */
@media (max-width: 767px) {
.chat .chat-message {
    position: fixed;
}

.col-xs-8.chat {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
	padding-bottom: 64px !important;
}

}
/* мобильная версия cстарый чата (диалоги) конец */



/* мобильная версия чата */

@media (max-width: 767px) {

.pag_kv[modal_chat="chat"] {
     z-index: 10000 !important;
}
	
	.vopros_body {
    width: 100% !important;
    margin-left: 0;
	 padding: 50px 10px 100px 10px;
	 bottom: 50px;
}


.osnv_con_body {
    width: 100% !important;
    margin: 0;
}

.pod_block_form_im {
    width: -webkit-calc(100% - 43px);
    width: calc(100% - 43px) !important;
    padding: 10px !important;
    border-radius: 0px !important;
    border: 0 !important;
}
	
	.block_form_im {
		width: 100% !important;
      border-radius: 0;
    bottom: 0px;
		    padding: 0;
}

.obver_vopros_menu .card-box {
    box-shadow: none;
}

.vod_im {
    padding-left: 5px;
}

.adre_soob.knop_pag_kv {
    margin: 0;
    margin-top: auto;
    background: #fff;
}


.chat_im_left .bl_im {
    padding-left: 10px;

}

img.ava_chat {
    width: 35px;
}
	
	.knop_pag_kv [modal_chat="vopros_menu"] {
    font-size: 20px;
    color: #ffffff;
    display: block;
    position: fixed;
    z-index: 100;
    left: 10;
    padding: 10px;
    top: 0;
    background: #526896;
}
	
	.close_chat {
    right: 10px !important;
    top: 10px !important;
    font-size: 27px !important;
    color: #526896 !important;
}

.vopros_menu {
  background: rgba(90, 90, 90, 0.55) !important;
    padding: 0;
	width: 100%;
}





.obver_vopros_menu {
    width: 80% !important;
    height: 100%;
    background: #fff;
	
}


.obver_vopros_menu > .zakr_modal_pag{
  display: block;	
	
	
}

.pag_kv[modal_chat="dob_polz"], .pag_kv[modal_chat="adres_im"] {
     background: none !important;
}

	
}