/* ----------------------------------------------- */
/* Стили для раздела "Онлайн- и видеоконсультации" */
/* ----------------------------------------------- */

/* Список консультантов */

.olk-list-intro {
    font-size: 16px;
    margin-bottom: 10px;
}

.olk-list-intro > div {
    margin-top: 12px;
}

.olk-list-intro > div > div {
    width: 100px;
    border-top: 4px #CCC solid;
    margin-bottom: 9px;
}

.olk-list-intro > div > i {
    position: relative;
    top: 1px;
}

.olk-list-intro .status-online {
    color: #0B0;
}

.olk-list-intro .status-offline {
    color: #eccf00;
}

.olk-list-intro .status-none {
    color: #999;
}

.olk-choice {
    margin: 0 -15px;
}

.olk-choice::after {
    content: ' ';
    clear: both;
    display: block;
}

.olk-choice a {
    width: calc(50% - 30px);
    height: 330px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #FFF;
    font-size: 23px;
    text-decoration: none;
    margin: 15px 15px 0;
    float: left;
    display: block;
    text-shadow: 1px 1px 10px rgba(0,0,0,0.9);
    -webkit-box-shadow: 2px 2px 18px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 2px 18px 0 rgba(0,0,0,0.15);
    box-shadow: 2px 2px 18px 0 rgba(0,0,0,0.15);
}

.olk-choice a.olk-clinics {
   background-image: url(/images/olk_index/olk_clinics.jpg);
}

.olk-choice a.olk-individuals {
   background-image: url(/images/olk_index/olk_individuals.jpg);
}

.olk-choice a > span {
    width: 100%;
    height: 100%;
    background: rgba(50,50,50,0.4);
    text-align: center;
    position: relative;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.olk-choice a > span > span {
    width: 100%;
    padding: 0 20px;
    position: absolute;
    left: 0;
    bottom: 20px;
}

.olk-choice a:hover {
    text-shadow: 1px 1px 6px #000;
    -webkit-box-shadow: 3px 3px 18px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 18px 0 rgba(0,0,0,0.2);
    box-shadow: 3px 3px 18px 0 rgba(0,0,0,0.2);
}

.olk-choice a:hover > span {
    background: rgba(50,50,50,0.2);
}

.olk-list {
    padding: 5px 0;
    position: relative;
    visibility: hidden;
}

.olk-list-disabled {
    background: rgba(249,249,249,0.8);
    color: #222;
    font-size: 18px;
    line-height: 29px;
    padding-top: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.olk-list-cli {
    width: 100%;
    border: 1px #DDD solid;
    padding: 12px 15px 15px;
    margin: 5px 0;
    position: relative;
    cursor: default;
}

.olk-list-spec {
    width: calc((100% - 40px) / 3);
    border: 1px #DDD solid;
    padding: 12px 15px 15px;
    margin: 5px;
    position: relative;
    cursor: default;
}

.olk-list-spec.bg-0, .olk-list-cli.bg-0 {
    background: #F5F5F5;
}

.olk-list-spec.bg-1, .olk-list-cli.bg-1 {
    background: #F1F1F1;
}

.olk-list-spec.bg-2, .olk-list-cli.bg-2 {
    background: #EDEDED;
}

.olk-list-spec.bg-3, .olk-list-cli.bg-3 {
    background: #E9E9E9;
}

.olk-list-spec.bg-4, .olk-list-cli.bg-4 {
    background: #E5E5E5;
}

.olk-list-spec > img {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 6px;
    right: 5px;
    opacity: 0.7;
}

.olk-list-spec-name {
    font-size: 18px;
    font-family: 'Segoe', sans-serif;
    font-weight: 600;
    padding-bottom: 2px;
}

.olk-list-cons-name {
    margin-top: 10px;
    margin-left: 5px;
}

.olk-list-cons-name.st-0 > i {
    color: #CCC;
}

.olk-list-cli .olk-list-cons-name.st-1 > i {
    color: #0B0;
}

.olk-list-spec .olk-list-cons-name.st-1 > i {
    color: #0B0;
    cursor: pointer;
    position: relative;
    top: 1px;
    -webkit-transition: all 0.2s ease-in-out;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.olk-list-spec .olk-list-cons-name.st-1 > i:hover {
    color: #0C0;
}

.olk-list-cons-name.st-2 > i {
    color: #eccf00;
}

.olk-list-cons-name.st-0 > span {
    color: #888;
}

.olk-list-cons-name.st-1 > span {
    border-bottom: 1px transparent solid;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.olk-list-cons-name.st-1 > span:hover {
    border-bottom: 1px #888 solid;
    color: #000;
}

.olk-list-cons-name > div {
    font-size: 12px;
    margin-left: 22px;
}

.olk-list-cons-name > div i {
    color: #999;
    font-size: 14px;
}

.olk-list-cons-name > div i.icon-chart-bar {
    margin-left: 5px;
    position: relative;
    top: 1px;
}

.olk-list-cons-name > div i.icon-database {
    font-size: 11px;
    margin-left: 5px;
    position: relative;
    top: -1px;
}

.olk-list-cons-name > div i.icon-clock {
    font-size: 15px;
    position: relative;
    top: 1px;
}

.olk-list-empty {
    width: calc(100% - 20px);
    font-size: 16px;
    line-height: 25px;
    padding: 56px 0;
    text-align: center;
}

/* Список текущих и завершенных консультаций (как для пациентов, так и для врачей) */

.olk-pesonal-intro {
    margin-bottom: 25px;
}

.olk-personal-list {
    margin-bottom: 30px;
}

/* Экран самой консультации */

.olk-view-info-switcher {
    margin-top: -10px;
    margin-bottom: 14px;
    position: relative;
}

.olk-view-info-switcher a {
    font-size: 17px;
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.olk-view-info-switcher i {
    color: #BBB;
    font-size: 21px;
    position: relative;
    top: 3px;
    left: 1px;
}

.olk-view-info-switcher i.icon-th-list {
    position: relative;
    top: 5px;
}

.olk-view-info-switcher i.icon-th-list::before {
    margin-left: 2px;
    margin-right: 7px;
}

.olk-view-info-switcher i.icon-megaphone {
    margin-right: 2px;
}

.olk-complaint-switcher {
    display: none;
}

.olk-view-info {
    padding: 0;
}

.olk-basic-info,
.olk-basic-help,
.olk-complaint {
    padding: 5px 0 2px;
    display: none;
}

.olk-complaint {
    padding: 2px 0 6px;
}

.olk-complaint textarea {
    width: 100%;
    min-height: 100px;
    margin-bottom: 2px;
    resize: vertical;
}

.olk-complaint-answer > p:first-of-type {
    padding-top: 10px;
}

.olk-complaint-answer > p:last-of-type {
    margin-left: 14px;
}

.olk-basic-help p {
    font-size: 15px;
}

.olk-view-control{
    padding-bottom: 5px;
}

.olk-view-control .olk-view-good,
.olk-view-control .olk-view-pay {
    background-color: #5B5;
    border-bottom-color: #282;
    margin-right: 10px;
    margin-bottom: 10px;
    float: right;
}

.olk-view-control .olk-view-bad,
.olk-view-control .olk-view-free {
    background-color: #D44;
    border-bottom-color: #A22;
    margin-bottom: 10px;
    float: right;
}

.olk-view-control .olk-view-good:hover,
.olk-view-control .olk-view-pay:hover {
    background: #484 !important;
    border-bottom-color: #171 !important;
}

.olk-view-control .olk-view-bad:hover,
.olk-view-control .olk-view-free:hover {
    background-color: #B22 !important;
    border-bottom-color: #811 !important;
}

.olk-view-control .olk-view-quit {
    margin-bottom: 10px;
}

.olk-view-control .olk-view-quit-cons {
    position: absolute;
    top: -2px;
    right: 0;
}

.olk-view-control .olk-view-good {
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0;
    position: absolute;
    top: -2px;
    right: 145px;
}

.olk-view-control .olk-view-bad {
    padding-left: 12px;
    padding-right: 12px;
    position: absolute;
    top: -2px;
    right: 0;
}

.olk-view-control .olk-view-bad i.icon-thumbs-down-alt {
    position: relative;
    top: -1px;
}

.olk-view-control .olk-view-pay {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 0;
    position: absolute;
    top: -2px;
    right: 222px;
}

.olk-view-control .olk-view-free {
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    top: -2px;
    right: 0;
}

.olk-view-block {
    width: 100%;
    background: #F5F5F5;
    padding: 12px;
    margin: 2px 0;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 3px 3px 12px 0 rgba(0,0,0,0.4);
    -moz-box-shadow: 3px 3px 12px 0 rgba(0,0,0,0.4);
    -webkit-box-shadow: 3px 3px 12px 0 rgba(0,0,0,0.4);
}

.olk-view-block .olk-view-loader {
    width: 100%;
    height: 580px;
    background: url(/css/design2016/img/loading.gif) center center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.olk-view-block .olk-view-chat-wrap {
    visibility: hidden;
}

.olk-view-block .tab-mh {
    width: 100%;
    float: left;
}

.olk-view-block .tab-mh > span.active {
    background: #FBFBFB;
    border-bottom-color: #FBFBFB;
}

.olk-view-block .tab-mh > span.bold {
    font-weight: bold;
}

.olk-view-block .tab-mh > div {
    background: #FBFBFB;
    padding: 10px;
    display: block;
}

.olk-view-block #chat {
    height: 471px;
    background: #FFF;
    border: 1px #BBB solid;
    color: #444;
    font-size: 14px;
    padding: 14px 15px 4px;
    overflow-y: scroll;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.olk-view-block.non-selectable {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.olk-view-block #chat .olk-message-time {
    color: #888;
    padding-left: 5px;
}

.olk-view-block #chat .olk-system-message {
    color: #888;
    font-size: 13px;
    text-align: center;
    margin-bottom: 10px;
}

.olk-view-block #chat .olk-message,
.olk-view-block #chat .olk-my-message {
    margin-bottom: 14px;
    position: relative;
}

.olk-view-block #chat .olk-message > img {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.olk-view-block #chat .olk-message > div {
    margin-left: 50px;
}

.olk-view-block #chat .olk-message > div,
.olk-view-block #chat .olk-my-message > div {
    color: #888;
    font-size: 13px;
    margin-bottom: 2px;
}

.olk-view-block #chat .olk-message > span {
    background: #649cce;
    color: #FFF;
    padding: 9px 15px;
    margin-left: 50px;
    display: inline-block;
    -webkit-border-radius: 0 10px 10px 10px;
    -moz-border-radius: 0 10px 10px 10px;
    border-radius: 0 10px 10px 10px;
}

.olk-view-block #chat .olk-my-message {
    text-align: right;
}

.olk-view-block #chat .olk-my-message > span {
    background: #DDD;
    color: #444;
    padding: 9px 15px;
    display: inline-block;
    position: relative;
    -webkit-border-radius: 10px 0 10px 10px;
    -moz-border-radius: 10px 0 10px 10px;
    border-radius: 10px 0 10px 10px;
}

.olk-view-block #chat .olk-message > span a {
    color: #FFF;
}

.olk-view-block #chat .olk-message > span img,
.olk-view-block #chat .olk-my-message > span img {
    margin-top: 6px;
    margin-bottom: 6px;
}

.olk-view-block #chat .olk-my-message > span .icon-cancel-circled {
    color: #D00;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    top: -6px;
    right: -6px;
}

.olk-view-block #chat .olk-message > span .icon-cancel-circled {
    display: none;
}

.olk-view-block .olk-view-send {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.olk-view-block .olk-view-send > span {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.olk-view-block .olk-view-send.disabled > span {
    display: block;
}

.olk-view-block .olk-view-send > input[type=text] {
    width: calc(100% - 50px);
    height: 48px;
    border-color: #BBB;
    padding-right: 130px;
}

.olk-view-block .olk-view-send > input[type=text].attachable {
    padding-left: 45px;
}

.olk-view-block .olk-view-send.no-video > input[type=text] {
    width: 100%;
}

.olk-view-block .olk-view-send > i {
    color: #777;
    font-size: 23px;
    cursor: pointer;
    position: absolute;
    top: 8px;
    left: 7px;
    -webkit-transition: all 0.2s ease-in-out;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.olk-view-block .olk-view-send > i:hover {
    color: #444;
}

.olk-view-block .olk-view-send > button {
    position: absolute;
    top: 5px;
    right: 54px;
}

.olk-view-block .olk-view-send.no-video > button {
    right: 4px;
}

.olk-view-block .olk-view-send.video > input[type=text] {
    width: 100%;
}

.olk-view-block .olk-view-send.video > button {
    right: 5px;
}

.olk-view-block .olk-view-send > div {
    font-size: 34px;
    line-height: 38px;
    margin-top: 6px;
    margin-right: -2px;
    opacity: 0.8;
    cursor: pointer;
    float: right;
    -webkit-transition: all 0.2s ease-in-out;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.olk-view-block .olk-view-send > div:hover {
    opacity: 1;
}

.olk-view-block .olk-view-send.no-video > div {
    display: none;
}

.olk-view-block #start-video {
    color: #090;
}

.olk-view-block .olk-view-template {
    margin-bottom: 15px;
}

.olk-view-block .olk-view-template > span {
    font-size: 16px;
    padding-bottom: 5px;
    display: block;
}

.olk-view-block .olk-view-template > span > i {
    font-size: 17px;
    padding-right: 2px;
    position: relative;
    top: -1px;
}

.olk-view-block #protocol4patient {
    height: 506px;
    background: #FFF;
    border: 1px #BBB solid;
    padding: 6px 12px;
}

.olk-view-block .olk-view-documents-list {
    padding: 10px 10px 0;
}

.olk-view-block .modal-content {
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.olk-view-block .modal-content .document-element input[type=checkbox] {
    width: 18px;
    height: 18px;
    margin-right: 2px;
    position: relative;
    top: 3px;
}

.olk-view-block .modal-control {
    margin-top: 12px;
}

.olk-view-block .modal-close {
    margin-right: 10px;
}

/* Разделитель чата и видеочата */

/* Видеочат */

/*.video-title {*/
    /*color: #666;*/
    /*font-size: 20px;*/
    /*margin-top: 25px;*/
/*}*/

.olk-video-block {
    width: 657px;
    height: 551px;
    /*margin-top: 37px;*/
    margin-left: 10px;
    display: none;
    float: left;
}

.olk-video-block .olk-splitter {
    width: 5px;
    height: 100%;
    cursor: col-resize;
    position: relative;
    float: left;
}

.olk-video-block .olk-splitter::before {
    width: 1px;
    height: 100%;
    content: ' ';
    border-left: 1px #BBB solid;
    display: block;
    position: relative;
    left: 2px;
}

.olk-video-block .olk-splitter::after {
    width: 5px;
    height: 20px;
    content: ' ';
    border-left: 1px #BBB solid;
    border-right: 1px #BBB solid;
    display: block;
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
}

.video-frame {
    width: calc(100% - 15px);
    height: 482px;
    background: #EEE;
    border: 1px #BBB solid;
    margin-left: 15px;
    position: relative;
}

.olk-video-block.fullscreen {
    width: auto !important;
    height: auto;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999999;
}

.olk-video-block.fullscreen .olk-splitter {
    display: none;
}

.olk-video-block.fullscreen .video-frame {
    width: 100%;
    height: 100%;
    margin-left: 0;
}

#loading {
    width: 200px;
    height: 160px;
    background: url(/images/loading.gif) no-repeat 50% top;
    color: #666;
    font-size: 15px;
    line-height: 22px;
    padding-top: 112px;
    margin: 140px auto 0;
    text-align: center;
    display: none;
}

#video-remote {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}

#video-remote > video {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    background: #000;
}

#video-remote .video-remote-off {
    width: 100%;
    height: 100%;
    color: #FFF;
    text-align: center;
    position: absolute;
    top: calc(50% - 45px);
    left: 0;
}

#video-remote .video-remote-off i {
    color: #FFF;
    font-size: 50px;
    margin-top: 20px;
    display: block;
}

#video-local {
    width: 160px;
    border: 5px #FFF solid;
    position: absolute;
    top: 0;
    right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#hide-local {
    width: 24px;
    height: 24px;
    background: url(/images/hide_video.png) no-repeat;
    cursor: pointer;
    position: absolute;
    top: -6px;
    right: -6px;
}

#show-local {
    width: 24px;
    height: 24px;
    background: url(/images/show_video.png) no-repeat;
    cursor: pointer;
    display: none;
    position: absolute;
    top: -6px;
    right: -6px;
}

.olk-video-control {
    width: calc(100% - 15px);
    height: 69px;
    background: #FBFBFB;
    border: 1px #BBB solid;
    border-top: none;
    text-align: right;
    padding: 11px 5px 0 12px;
    margin-left: 15px;
}

.olk-video-control > div {
    width: 30px;
    font-size: 34px;
    margin-right: 21px;
    position: relative;
    opacity: 0.8;
    cursor: pointer;
    float: left;
    -webkit-transition: all 0.2s ease-in-out;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.olk-video-control > div:hover {
    opacity: 1;
}

.olk-video-control .material-icons-outlined {
    color: #4d91ce;
    font-size: 35px;
    margin-top: 6px;
}

.olk-video-control #show-chat {
    color: #FFF;
    position: fixed;
    top: 3px;
    left: 10px;
    display: none;
}

.olk-video-control #fullscreen-off,
.olk-video-control #sound-on,
.olk-video-control #video-off {
    display: none;
}

.olk-video-control #stop-video {
    color: #B00;
    float: right;
}

.olk-video-block.fullscreen .olk-video-control {
    width: 100%;
    height: 64px;
    background: none;
    border: none;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.olk-video-block.fullscreen .olk-video-control > div > i {
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
}

.olk-video-block.fullscreen .olk-video-control #fullscreen-on {
    display: none;
}

.olk-video-block.fullscreen .olk-video-control #fullscreen-off {
    display: block;
}

.olk-agreement {
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    margin: 20px 0 0 24px;
    position: relative;
}

.olk-agreement label {
    font-weight: normal;
    margin: 0;
}

.olk-agreement input {
    width: 15px;
    height: 15px;
    position: absolute;
    top: -3px;
    left: -21px;
}

.payment-success {
    background: #F8FFF8;
    border: 1px #8D8 solid;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    padding: 22px 20px 21px;
    margin-bottom: 20px;
}

.payment-fail {
    background: #FFF8F8;
    border: 1px #F88 solid;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    padding: 22px 20px 21px;
    margin-bottom: 20px;
}

.olk-list-title {
    color: #666;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}

.olk-list-title i {
    margin-left: 0;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.olk-list-title i.icon-user {
    font-size: 19px;
    top: 0;
}

.olk-list-title i.icon-user-md {
    font-size: 20px;
    top: 1px;
}

.olk-personal-tables td {
    font-size: 14px;
    line-height: 18px;
}

.olk-info-arrow,
.olk-help-arrow,
.olk-complaint-arrow {
    top: 4px !important;
    margin-left: -14px !important;
    margin-right: 4px !important;
}

.olk-info-arrow.switch::before,
.olk-help-arrow.switch::before,
.olk-olk-complaint-arrow.switch::before {
    transform: rotate(180deg);
}

#window-olk-message {
    font-size: 16px;
    text-align: center;
}

#window-olk-message button {
    margin: 10px 0 2px;
}

#yk-form-clinic,
.window-olk-payment-content {
    display: none;
}

.window-olk-payment span {
    font-size: 16px;
    padding: 0 2px;
    display: block;
}

.window-olk-payment input[type=text] {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
}

.window-olk-payment label {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 12px;
    float: left;
    display: block;
}

.window-olk-payment label input[type=checkbox] {
    width: 17px;
    height: 17px;
    margin-right: 10px;
    position: relative;
    top: 2px;
    left: 2px;
}

.window-olk-payment button {
    margin: 0 5px 2px;
}

/*
.control-frame {
    height: 100%;
}

.control-frame .title {
    color: #888;
    font-size: 19px;
    padding: 5px 0 8px;
}

.control-frame .title span {
    color: #666;
    padding-right: 5px;
}

.control-frame .status {
    padding: 5px 0 0;
}

.control-frame .status > div {
    color: #888;
    font-size: 18px;
    margin-bottom: 5px;
}

.control-frame .status > div > i {
    font-size: 25px;
    color: #F22;
    padding: 0 6px 0 0;
    position: relative;
    top: 2px;
}

.control-frame .status > div.online > i {
    color: #0C0;
}

.control-frame .help {
    color: #666;
    font-size: 15px;
    line-height: 21px;
    padding: 18px 10px 5px 666px;
}

.control-frame .help a {
    margin-top: 10px;
    display: block;
}

.control-frame .connect {
    width: calc(100% - 700px);
    cursor: pointer;
    position: absolute;
    bottom: 65px;
    right: 20px;
}

.control-frame .disconnect {
    width: calc(100% - 700px);
    cursor: pointer;
    position: absolute;
    bottom: 22px;
    right: 20px;
}

.control-frame .connect:disabled,
.control-frame .disconnect:disabled {
    cursor: default;
}
*/

#consultation_info_box {
    padding: 0 !important;
    border: solid 1px #2476b6;
    box-shadow: 1px 1px 6px 0 #888;
    overflow: auto;
}
#consultation_info_box .title {
    color: white;
    font-size: 16px;
    font-weight: 700;
}
#consultation_info_box .wrapper {
    padding: 15px !important;
}

@media (max-width: 767px) {

    #video-local {
        width: 120px;
        border: 4px #FFF solid;
    }

    .olk-view-block .olk-view-send > div {
        line-height: 32px;
    }

    .olk-view-block .olk-view-send > div::before {
        margin-right: 0;
        margin-left: 0;
        margin-top: 6px;
    }

    .olk-list-cons-name {
        font-size: 14px;
        margin-left: 3px;
    }

    .olk-list-cli {
        padding: 10px 12px 12px;
    }

    .olk-list-cons-name > i::before {
        margin-left: 0;
    }

    .olk-list-cons-name > div {
        margin-top: 3px;
        margin-left: -3px;
    }

}

@media (max-width: 1200px) {

    .olk-view-info {
        padding: 0 2px;
    }

    .olk-view-control .olk-view-good,
    .olk-view-control .olk-view-bad,
    .olk-view-control .olk-view-pay {
        margin-top: 5px;
        position: static;
        float: none;
    }

}
