body,
html {
    min-height: 100% !important;
    /*max-height: 100% !important;*/
    height: 100% !important;
    font-family: Roboto;
}

/* RTL Support for Arabic */
html[dir="rtl"] {
    text-align: right;
}

html[dir="rtl"] body {
    text-align: right;
}

html[dir="rtl"] .text-left {
    text-align: right !important;
}

html[dir="rtl"] .text-right {
    text-align: left !important;
}

html[dir="rtl"] .pull-left {
    float: right !important;
}

html[dir="rtl"] .pull-right {
    float: left !important;
}

html[dir="rtl"] .navbar-nav {
    float: left !important;
}

html[dir="rtl"] .navbar-brand {
    float: right !important;
}

html[dir="rtl"] .dropdown-menu {
    left: auto;
    right: 0;
}

html[dir="rtl"] .modal-header .close {
    margin: -2px -15px -2px auto;
}

html[dir="rtl"] .form-control {
    text-align: right;
}

html[dir="rtl"] .input-group-addon:first-child {
    border-left: 1px solid #ccc;
    border-right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

html[dir="rtl"] .input-group-addon:last-child {
    border-right: 1px solid #ccc;
    border-left: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

html[dir="rtl"] .btn-group > .btn:first-child {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

html[dir="rtl"] .btn-group > .btn:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

html[dir="rtl"] .pagination > li:first-child > a,
html[dir="rtl"] .pagination > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

html[dir="rtl"] .pagination > li:last-child > a,
html[dir="rtl"] .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.modal-backdrop {
    opacity: 0.3 !important;
}

.modal-content {
    border: 0;
    box-shadow: none;
}

.adminBody {
    min-width: 800px;
    width: auto !important;
    width: 800px;
    position: relative;
    background-color: #f1f1f1;
}

.clientBody {
    width: auto !important;
    position: relative;
    background-color: #fcfcfc;
}

.nav .dropdown > a:focus,
.nav .dropdown > a:hover {
    border: 0;
}

.modal-header {
    /* background-color: #24a8b4; */
    border: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.modal-header h4 {
    color: #006c88;
    font-weight: 400;
}

.modal-body {
    background-color: #efefef;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.dropdown-menu li a {
    color: #555 !important;
}

.has-error {
    color: #a94442;
}

.form-group.required .control-label:after {
    color: red;
    content: ' *';
    font-size: 18px;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    background-color: #24a8b4;
    border: 0;
    background-image: none;
    text-shadow: none;
}

.dropdown-menu {
    width: 100%;
}

.block-title {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 300;
    font-size: 25px;
    color: #333;
}

.waiting-message > .panel-heading {
    padding-top: 0;
    padding-bottom: 0;
}

.message_hint {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}

#messengerPage {
    width: 100%;
    min-height: 100% !important;
    height: 100%;
    max-height: 100%;
}

#messengerPage #messengerPage .well {
    padding: 10px;
    background-image: linear-gradient(to bottom, #ffffff 0, #e5e8eb 100%);
    box-shadow: 0;
    border-radius: 0;
}

/* Side notes for calling out things
-------------------------------------------------- */
#messengerPage .img-thumbnail {
    height: 50px;
}

/* Base styles (regardless of theme) */
#messengerPage .bs-callout {
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}

#messengerPage .bs-callout h4 {
    margin-top: 0;
}

#messengerPage .bs-callout p:last-child {
    margin-bottom: 0;
}

#messengerPage .bs-callout code,
#messengerPage .bs-callout .highlight {
    background-color: #fff;
}

/* Themes for different contexts */
#messengerPage .bs-callout-danger {
    background-color: #fcf2f2;
    border-color: #dfb5b4;
}

#messengerPage .bs-callout-warning {
    background-color: #fefbed;
    border-color: #f1e7bc;
}

#messengerPage .bs-callout-info {
    background-color: white;
    border-color: #24a8b4;
}

#messengerPage .bs-callout-info h4 {
    color: #24a8b4;
}

#messengerPage .bs-callout-success {
    background-color: white;
    border-color: #00688e;
}

#messengerPage .bs-callout-success h4 {
    color: #00688e;
}

#messengerPage .bs-callout input {
    background-color: #e5e8eb;
}

#messengerPage .bs-callout textarea {
    background-color: #e5e8eb;
}

#messengerPage .bs-callout select {
    background-color: #e5e8eb;
}

#messengerPage .nomargin {
    margin: 0;
}

#messengerPage .waiting-message {
    border-radius: 0;
    border: 0 !important;
}

#messengerPage .waiting-message > .panel-heading {
    border-radius: 0;
    border: 0 !important;
}

.pagination li a {
    color: #24a8b4;
    border: 0;
}

.pagination li .active a {
    background-color: #24a8b4;
    color: white;
    border: 0;
}

#messengerPage .waiting-message > .panel-heading {
    background-image: none;
}

#messengerPage .separator {
    margin-bottom: 20px;
    margin-top: 10px;
    margin-left: -15px;
    margin-right: 15px;
    height: 10px;
    /* border-bottom: 1px solid #0b5975; */
    text-align: center;
    width: calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    width: -webkit-calc(100% + 30px);
    opacity: 0.9;
}

/*#messengerPage .separator {*/
/*    text-align: center;*/
/*    border-radius: 14px;*/
/*    color: white;*/
/*    border: 1px solid #24a8b5;*/
/*    background-color: #24a8b5;*/
/*    padding: 3px 6px;*/
/*    font-size: 12px;*/
/*}*/

#messengerPage .separator > span {
    border-radius: 5px;
    color: #0b5975;
    background-color: #f9f9f9;
    padding: 2px 8px;
}

#messengerPage .outdated-message {
    background-color: rgb(231, 76, 60);
    color: white;
    border: 1px solid #dcdcdc;
    border-bottom: none;
}

#messengerPage .answered-message > .panel-heading {
    background-image: linear-gradient(to bottom, #00688e 0, #00688e 100%);
}

#messengerPage .doctor-message {
/ / border: 1 px solid #24a8b4;
    background-color: #c0e5f2;
    background-image: linear-gradient(
            to bottom,
            #ffffff 0,
            #e5e8eb 80%,
            #c0e5f2 100%
    );
}

#messengerPage .answer-button {
    background-image: none;
    background-color: #24a8b4;
    color: white;
}

#messengerPage .margin10 {
    margin-top: 15px;
    margin-bottom: 15px;
}

#messengerPage .green-button {
    background-image: none;
    background-color: #216d88;
    color: white;
    font-weight: 300;
}

#messengerPage .addButton {
    color: white;
}

.header {
    color: white;
    background-color: #24a8b4;
    border-radius: 0;
}

#messengerPage .navbar-brand {
    color: white;
}

.navbar-brand:hover {
    color: white;
}

.header .nav li a {
    color: white;
}

.header .nav li a:hover {
    color: white;
}

.medsenger-presentation {
    background-color: #24a8b4;
    margin-left: 30px;
}

.locale-control:hover {
    /*background: #FFFFFF;*/
}

.locale-control-modal {
    /*border: 0;*/
    /*border-color: #FFFFFF;*/
    border-radius: 5px;
    /*background: #24A8B4;*/
    /*color: #FFFFFF !important;*/
}

.locale-control {
    /*border: 0;*/
    border-color: #FFFFFF;
    border-radius: 5px;
    background: #0b5975; /*#24A8B4;*/
    color: #FFFFFF !important;
    background-image: none !important;
    -webkit-appearance: listbox;
    padding-right: 8px !important;
    line-height: 14px;
    margin-top: 14px;
    margin-right: 12px;
    /*width: 90%;*/
    /*url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=)*/
}

#messengerPage .form-control {
    border: 0;
    border-radius: 0;
}

#messengerPage .input-group {
    margin-bottom: 20px;
}

#messengerPage .input-group-btn {
    border-radius: 0;
}

.vertical-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.centered {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#messengerPage .margin0 {
    margin-top: 0;
    margin-bottom: 0;
}

.marginside {
    margin-left: 10px;
    margin-right: 10px;
}

.fill {
    max-height: calc(100% - 20px);
    height: calc(100% - 20px);
    min-height: -moz-calc(100% - 20px);
    max-height: -moz-calc(100% - 20px);
    height: -moz-calc(100% - 20px);
    min-height: -webkit-calc(100% - 20px);
    max-height: -webkit-calc(100% - 20px);
    height: -webkit-calc(100% - 20px);
}

.fullfill {
    max-height: calc(100% - 15px);
    height: calc(100% - 15px);
    min-height: -moz-calc(100% - 15px);
    max-height: -moz-calc(100% - 15px);
    height: -moz-calc(100% - 15px);
    min-height: -webkit-calc(100% - 15px);
    max-height: -webkit-calc(100% - 15px);
    height: -webkit-calc(100% - 15px);
}

.fillall {
    height: 100%;
}

.fill30 {
    max-height: calc(100% - 30px);
    height: calc(100% - 30px);
    min-height: -moz-calc(100% - 30px);
    max-height: -moz-calc(100% - 30px);
    height: -moz-calc(100% - 30px);
    min-height: -webkit-calc(100% - 30px);
    max-height: -webkit-calc(100% - 30px);
    height: -webkit-calc(100% - 30px);
}

.heightm50 {
    min-height: calc(100% - 60px);
    max-height: calc(100% - 60px);
    height: calc(100% - 60px);
    min-height: -moz-calc(100% - 60px);
    max-height: -moz-calc(100% - 60px);
    height: -moz-calc(100% - 60px);
    min-height: -webkit-calc(100% - 60px);
    max-height: -webkit-calc(100% - 60px);
    height: -webkit-calc(100% - 60px);
    margin-bottom: 0;
    margin-top: 0;
}

.messagelistHeight {
    max-height: calc(100% - 47px);
    height: calc(100% - 47px);
    min-height: -moz-calc(100% - 47px);
    max-height: -moz-calc(100% - 47px);
    height: -moz-calc(100% - 47px);
    min-height: -webkit-calc(100% - 47px);
    max-height: -webkit-calc(100% - 47px);
    height: -webkit-calc(100% - 47px);
    background-image: none;
}

.left_reply_box {
    background: #f0f3f3;
    border-radius: 5px;
    padding: 10px 5px;
    margin: 0 -5px;
    opacity: 0.75;
}

.left_reply_box a {
    color: #337ab7 !important;
}


#messengerPage .from-me {
    position: relative;
    padding: 5px 15px;
    color: #333;
    background: #f0f3f3;
    border-radius: 10px;
    float: right;
    margin-bottom: 10px;
    border-bottom-right-radius: 0;
}

#messengerPage .from-me:before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: -2px;
    right: -7px;
    height: 20px;
    border-right: 20px solid #f0f3f3;
    border-bottom-left-radius: 16px 14px;
    -webkit-transform: translate(0, -2px);
    -moz-transform: translate(0, -2px);
    transform: translate(0, -2px);
}

#messengerPage .from-me:after {
    content: '';
    position: absolute;
    z-index: 3;
    bottom: -2px;
    right: -56px;
    width: 26px;
    height: 20px;
    background: rgb(238, 250, 250);
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-transform: translate(-30px, -2px);
    -moz-transform: translate(-30px, -2px);
    transform: translate(-30px, -2px);
}

#messengerPage .agent-message {
    /* background: #fcffba !important; */
}

#messengerPage .from-me.agent-message:before {
    /*border-right: 20px solid #fcffba !important; */
}

#messengerPage .from-them.agent-message:before {
    /* border-left: 20px solid #fcffba !important;*/
}

.from-them .btn {
    color: white;
    font-weight: bold;
    margin: 5px 0;
}

#messengerPage .agent-urgent, .agent-urgent a, .agent-urgent div {
    background: #cc5a63 !important;
    color: white !important;
}

#messengerPage .from-me.agent-urgent:before {
    border-right: 20px solid #cc5a63 !important;
}

#messengerPage .from-them.agent-urgent:before {
    border-left: 20px solid #cc5a63 !important;
}

#messengerPage .agent-warning, .agent-warning a, .agent-warning div {
    background: #e5872e !important;
    color: white !important;
}

#messengerPage .from-me.agent-warning:before {
    border-right: 20px solid #e5872e !important;
    color: white !important;
}

#messengerPage .from-them.agent-warning:before {
    border-left: 20px solid #e5872e !important;
}

.padding-left-50 {
    padding-left: 50px;
}

.center {
    text-align: center;
}

.call-text {
    color: #23a8b4;
}

.block-call-message {
    /*border: 1px solid #ddeceb;*/

    border-top: 1px solid #ddeceb;
    border-bottom: 1px solid #ddeceb;

    /*border: 1px solid #ddeceb;*/
    padding: 7px 7px;
    border-radius: 20px;
    text-align: center;
    width: 65%;
    margin: 0 auto;
    margin-bottom: 20px;
}

#messengerPage .from-me-not-phoned {
    position: relative;
    padding: 5px 5px;
    color: #333;
    /*background: #e8ebec;*/
    /*border-radius: 25px;*/
    float: right;
    margin-bottom: 20px;
    border-bottom-right-radius: 0;
}

#messengerPage .from-me-not-phoned:before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: -2px;
    right: -7px;
    height: 20px;
    /*border-right: 20px solid #c9e2b3;*/
    border-bottom-left-radius: 16px 14px;
    -webkit-transform: translate(0, -2px);
    -moz-transform: translate(0, -2px);
    transform: translate(0, -2px);
}

#messengerPage .from-me-not-phoned:after {
    content: '';
    position: absolute;
    z-index: 3;
    bottom: -2px;
    right: -56px;
    width: 26px;
    height: 20px;
    background: white;
    border-bottom-left-radius: 10px;
    -webkit-transform: translate(-30px, -2px);
    -moz-transform: translate(-30px, -2px);
    transform: translate(-30px, -2px);
}

.right_reply_box {
    background: #44b5bf;
    color: white;
    border-radius: 5px;
    padding: 10px 5px;
    margin: 0 -5px;
    opacity: 0.75;
}

.right_reply_box a {
    color: white !important;
    text-decoration: underline;
}

#messengerPage .from-them {
    position: relative;
    padding: 5px 15px;
    background: #44b5bf;
    border-radius: 10px;
    color: white;
    float: left;
    margin-bottom: 10px;
    border-bottom-left-radius: 0;
}

.from-them .text-muted {
    color: white;
}

#messengerPage .from-them:before {
    content: '';
    position: absolute;
    z-index: 4;
    bottom: -2px;
    left: -7px;
    height: 20px;
    border-left: 20px solid #44b5bf;
    border-bottom-right-radius: 16px 14px;
    -webkit-transform: translate(0, -2px);
    -moz-transform: translate(0, -2px);
    transform: translate(0, -2px);
}

#messengerPage .from-them:after {
    content: '';
    position: absolute;
    z-index: 5;
    bottom: -2px;
    left: 4px;
    width: 26px;
    height: 20px;
    background: rgb(238, 250, 250);
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-transform: translate(-30px, -2px);
    -moz-transform: translate(-30px, -2px);
    transform: translate(-30px, -2px);
}

#messengerPage .from-them-phoned {
    position: relative;
    padding: 10px 20px;
    background: #c9e2b3;
    border-radius: 25px;
    color: #333;
    float: left;
    margin-bottom: 20px;
    border-bottom-left-radius: 0;
}

#messengerPage .from-them-phoned:before {
    content: '';
    position: absolute;
    z-index: 4;
    bottom: -2px;
    left: -7px;
    height: 20px;
    border-left: 20px solid #c9e2b3;
    border-bottom-right-radius: 16px 14px;
    -webkit-transform: translate(0, -2px);
    -moz-transform: translate(0, -2px);
    transform: translate(0, -2px);
}

#messengerPage .from-them-phoned:after {
    content: '';
    position: absolute;
    z-index: 5;
    bottom: -2px;
    left: 4px;
    width: 26px;
    height: 20px;
    background: rgb(238, 250, 250);
    border-bottom-right-radius: 10px;
    -webkit-transform: translate(-30px, -2px);
    -moz-transform: translate(-30px, -2px);
    transform: translate(-30px, -2px);
}

.blueMessage .modal-header {
    background-color: white;
    color: #00688e;
}

.blueMessage .modal-body {
    background-color: #f7f7f7;
}

.blueMessage textarea {
    background-color: white;
}

.blueMessage input {
    background-color: white;
}

.blueMessage .control-label {
    color: #333;
}

.attachment_link {
    color: #333;
    border-bottom: 1px #333 dotted;
}

#messengerPage .selected {
    background-color: #f8f8f8;
}

.animate-enter {
    -webkit-transition: 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
    -moz-transition: 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
    -ms-transition: 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
    -o-transition: 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
    transition: 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
}

.animate-leave {
    -webkit-transition: 10ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
    -moz-transition: 10ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
    -ms-transition: 10ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
    -o-transition: 10ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
    transition: 10ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
}

.animate-leave.animate-leave-active,
.animate-enter {
    opacity: 0;
    width: 0;
    height: 0;
}

.animate-enter.animate-enter-active,
.animate-leave {
    opacity: 1;
    width: 150px;
    height: 30px;
}

.repeat-animation {
    -webkit-transition: 200ms linear all;
    -moz-transition: 200ms linear all;
    -o-transition: 200ms linear all;
    transition: 200ms linear all;
    position: relative;
}

.repeat-animation.ng-enter {
    left: 0;
    opacity: 0;
}

.repeat-animation.ng-enter.ng-enter-active {
    left: 0;
    opacity: 1;
}

.repeat-animation.ng-leave {
    left: 0;
    opacity: 1;
}

.repeat-animation.ng-leave.ng-leave-active {
    left: 0;
    opacity: 0;
}

.repeat-animation.ng-move {
    opacity: 0.5;
}

.repeat-animation.ng-move.ng-move-active {
    opacity: 1;
}

.pre-scrollable {
    overflow-x: hidden;

}

.hide-scroll::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

.hide-scroll {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

.input-group-addon {
    border-radius: 0;
    background-color: #e5e8eb;
    border: 0;
}

.highlighted {
    background: yellow;
}

.just-padding {
    padding: 15px;
}

.list-group.list-group-root {
    padding: 0;
    overflow: hidden;
}

.list-group.list-group-root .list-group {
    margin-bottom: 0;
}

.list-group.list-group-root .list-group-item {
    border-radius: 0;
    border-width: 1px 0 0 0;
}

.list-group.list-group-root > .list-group-item:first-child {
    border-top-width: 0;
}

.list-group.list-group-root > .list-group > .list-group-item {
    padding-left: 30px;
}

.list-group.list-group-root > .list-group > .list-group > .list-group-item {
    padding-left: 45px;
}

.list-group-item .glyphicon {
    margin-right: 5px;
}

.btn {
    border: 0 !important;
}

.btn-primary {
    background-image: none;
    background-color: #216d88;
}

.btn-default {
    background-image: none;
}

.nav-pills {
    margin-top: 7px;
}


.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background-color: #24a8b4;
}

.nav-pills.dark > li.active > a,
.nav-pills.dark > li.active > a:focus,
.nav-pills.dark > li.active > a:hover {
    background-color: #00688e;
}

.panel-heading {
    background-image: none !important;
}

.dotted-bottom {
    margin-top: 10px;
    border-bottom: 1px dotted #ddd;
}

.col-md-4 .dotted-bottom {
    border-bottom: 0;
}

.dotted-bottom img {
    margin-bottom: 10px;
}

.alert {
    background-image: none;
    border: 0;
}

.label {
    font-size: 11px;
    font-weight: 300;
}

/*
*   CSS file with Bootstrap grid classes for screens bigger than 1600px. Just add this file after the Bootstrap CSS file and you will be able to juse col-xl, col-xl-push, hidden-xl, etc.
*
*   Author: Marc van Nieuwenhuijzen
*   Company: WebVakman
*   Site: WebVakman.nl
*
*/

@media (min-width: 1200px) and (max-width: 1599px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl {
    display: none !important;
}

@media (min-width: 1600px) {
    .container {
        width: 1570px;
    }

    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        float: left;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-pull-11 {
        right: 91.66666667%;
    }

    .col-xl-pull-10 {
        right: 83.33333333%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-8 {
        right: 66.66666667%;
    }

    .col-xl-pull-7 {
        right: 58.33333333%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-5 {
        right: 41.66666667%;
    }

    .col-xl-pull-4 {
        right: 33.33333333%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-2 {
        right: 16.66666667%;
    }

    .col-xl-pull-1 {
        right: 8.33333333%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-push-11 {
        left: 91.66666667%;
    }

    .col-xl-push-10 {
        left: 83.33333333%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-8 {
        left: 66.66666667%;
    }

    .col-xl-push-7 {
        left: 58.33333333%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-5 {
        left: 41.66666667%;
    }

    .col-xl-push-4 {
        left: 33.33333333%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-2 {
        left: 16.66666667%;
    }

    .col-xl-push-1 {
        left: 8.33333333%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }

    .visible-xl {
        display: block !important;
    }

    table.visible-xl {
        display: table;
    }

    tr.visible-xl {
        display: table-row !important;
    }

    th.visible-xl,
    td.visible-xl {
        display: table-cell !important;
    }

    .visible-xl-block {
        display: block !important;
    }

    .visible-xl-inline {
        display: inline !important;
    }

    .visible-xl-inline-block {
        display: inline-block !important;
    }

    .hidden-xl {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .messengerpage .navbar-header {
        float: left;
    }

    .messengerpage .navbar {
        border-radius: 4px;
        min-width: 400px;
    }

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

    .messengerpage .nav-tabs-justified > .active > a,
    .messengerpage .nav-tabs-justified > .active > a:hover,
    .messengerpage .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }

    .messengerpage .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .messengerpage .nav-justified > li > a {
        margin-bottom: 0;
    }

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

    .messengerpage .nav-tabs.messengerpage .nav-justified > .active > a,
    .messengerpage .nav-tabs.messengerpage .nav-justified > .active > a:hover,
    .messengerpage .nav-tabs.messengerpage .nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }

    .messengerpage .nav-tabs.messengerpage .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .messengerpage .nav-tabs.messengerpage .nav-justified > li > a {
        margin-bottom: 0;
    }

    .messengerpage .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .messengerpage .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }

    .container {
        max-width: 400px;
    }

    .messengerpage .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .messengerpage .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .messengerpage .navbar-collapse.in {
        overflow-y: visible;
    }

    .messengerpage .navbar-fixed-top .messengerpage .navbar-collapse,
    .messengerpage .navbar-static-top .messengerpage .navbar-collapse,
    .messengerpage .navbar-fixed-bottom .messengerpage .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }

    .container > .messengerpage .navbar-header,
    .container-fluid > .messengerpage .navbar-header,
    .container > .messengerpage .navbar-collapse,
    .container-fluid > .messengerpage .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }

    .messengerpage .navbar-static-top {
        border-radius: 0;
    }

    .messengerpage .navbar-fixed-top,
    .messengerpage .navbar-fixed-bottom {
        border-radius: 0;
    }

    .messengerpage .navbar-toggle {
        display: none;
    }

    .messengerpage .navbar-nav {
        float: left;
        margin: 0;
    }

    .messengerpage .navbar-nav > li {
        float: left;
    }

    .messengerpage .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .messengerpage .navbar-nav.messengerpage .navbar-right:last-child {
        margin-right: -15px;
    }

    .messengerpage .navbar-left {
        float: left !important;
    }

    .messengerpage .navbar-right {
        float: right !important;
    }

    .messengerpage .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .messengerpage .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .messengerpage .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .messengerpage .navbar-form .radio,
    .messengerpage .navbar-form .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .messengerpage .navbar-form .radio input[type='radio'],
    .messengerpage .navbar-form .checkbox input[type='checkbox'] {
        float: none;
        margin-left: 0;
    }

    .messengerpage .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }

    .messengerpage .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .messengerpage .navbar-form.messengerpage .navbar-right:last-child {
        margin-right: -15px;
    }

    .messengerpage .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }

    .messengerpage .navbar-text.messengerpage .navbar-right:last-child {
        margin-right: 0;
    }
}

.message-table {
    padding-top: 0;
}

.btn-primary {
    background-color: #006c88 !important;
}

.doctorbg {
    background-image: url('/images/doctor2.jpg');
    background-size: cover;
}

.doctor2bg {
    background-image: url('/images/doctor2.jpg');
    background-size: cover;
}

.dropdown-menu > li > a {
    color: white;
}

.info-page {
    background-color: white;
    padding: 10px 40px;
}

.info-page p {
    margin: 0 0 20px;
}

.info-page div {
}

.info-page ul {
    margin: 0 0 20px;
}

.info-page ol {
    margin: 0 0 20px;
}

.info-page .panel-heading {
    border: 0;
    border-radius: 0;
    color: #24a8b4;
    background: none;
    box-shadow: none;
}

.info-page .panel {
    border: 0;
    background: none;
    box-shadow: none;
}

.nohover:hover {
    background-image: none !important;
}

.nohover:focus {
    background-image: none !important;
}

.nohover:active {
    background: none !important;
}

.nohover:visited {
    background: none !important;
}

.nohover {
    background-image: none !important;
}

.inverted {
    background-color: white;
}

.inverted .bs-callout {
    background-color: #f4f4f4 !important;
}

.bs-callout input {
    background-color: white !important;
    border: 1px solid #ccc !important;
}

.bs-callout textarea {
    background-color: white !important;
    border: 1px solid #ccc !important;
}

.bs-callout select {
    background-color: white !important;
    border: 1px solid #ccc !important;
    -webkit-appearance: none;
    border-radius: 0;
}

select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding: 0.5em;
    padding-right: 1.5em;
}

@keyframes showLogin {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    /* this section calls the dropHeader animation we defined above */
    animation-name: showLogin;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: 2s;
}

.pullDown {
    position: absolute;
    bottom: 0;
}

.white > a {
    color: #006c88 !important;
}

/**************** Голосовые сообщения ****************/
.voice-message-audio {
    width: 100%;
}

.voice-preview {
    width: 100%;
}

.recording-indicator {
    position: relative;
    height: 250px;
    width: 250px;
    margin: 0 auto 32px;
}

.recording-indicator-circle {
    margin: auto;
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: #24a8b5;
}

.recording-indicator-circle-outer {
    position: absolute;
    z-index: 0;

    top: -5px;
    left: -5px;
    width: 260px;
    height: 260px;
    border-radius: 100%;
    background: #fff;
    content: '';

    transition: all 0.3s ease-in-out;
}

.animation-active .recording-indicator-circle-outer {
    top: -20px !important;
    left: -20px !important;
    width: 290px !important;
    height: 290px !important;
    animation: scale-up-scale-down 0.9s infinite ease-in-out;
}

@keyframes scale-up-scale-down {
    0% {
        transform: scale(0.87);
    }
    50% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(0.87);
    }
}

.recording-indicator .timer {
    font-size: 200%;
    text-align: center;
    font-weight: 400;
    color: #fff;
}

/**************** Видеозвонки ****************/
#videoCall {
    display: none;
}

#videoCall .modal-header {
    border: none;
}

#videoCall .modal-content {
    border: none;
    border-radius: 0;
}

#videoCall .modal-body {
    background: #e5e9ec;
    padding: 0;
}

.call-start-button {
    display: none;
}

.call-start-button-hidden {
    display: none;
}

.call-start-button-visible {
    display: block;
}

.call-answer-button {
    line-height: 35px;
    height: 50px;
    background: #006c88;
    display: inline-block;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0 !important;
}

.call-dissmis-button {
    line-height: 35px;
    height: 50px;
    background-color: #d61700 !important;
    display: inline-block;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#localVideo {
    position: absolute;
    width: 30%;
    right: 0;
    bottom: 0;
}

#remoteVideo {
    width: 100%;
    max-height: 95vh;
    display: block;
}

.call-end-button {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #d61700;
    outline: none;
    border: 0;
    position: absolute;
    bottom: 12px;
    left: 10px;
}

.call-end-button .glyphicon {
    color: white;
    font-size: 16px;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.video-window {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 700px;
    margin: 0 auto;
    height: 50%;
    max-height: 100vh !important;
    background: #e5e8eb;
}

.video-window__header {
    width: 100%;
    background: #24a8b4;
    cursor: pointer;
    padding: 10px;
    box-sizing: border-box;
}

.video-window__btn {
    float: right;
    width: 15px;
    padding: 0 5px;
    font-size: 25px;
}

.caller-photo {
    display: block;
    width: 250px;
    margin: 0 auto;
    border-radius: 50%;
}

.caller-name {
    margin: 12px 0 24px;
    font-size: 24px;
    text-align: center;
}

.big-frame {
    width: 95%;
}


.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .100em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

/* width */

.w-5 {
    width: 5px
}

.w-10 {
    width: 10px
}

.w-15 {
    width: 15px
}

.w-20 {
    width: 20px
}

.w-25 {
    width: 25px
}

.w-30 {
    width: 30px
}

.w-35 {
    width: 35px
}

.w-40 {
    width: 40px
}

.w-50 {
    width: 50px
}

.w-60 {
    width: 60px
}

.w-70 {
    width: 70px
}

.w-80 {
    width: 80px
}

.w-90 {
    width: 90px
}

.w-100 {
    width: 100px
}

.w5 {
    width: 5%
}

.w10 {
    width: 10%
}

.w15 {
    width: 15%
}

.w20 {
    width: 20%
}

.w25 {
    width: 25%
}

.w30 {
    width: 30%
}

.w35 {
    width: 35%
}

.w40 {
    width: 40%
}

.w45 {
    width: 45%
}

.w50 {
    width: 50%
}

.w60 {
    width: 60%
}

.w70 {
    width: 70%
}

.w80 {
    width: 80%
}

.w90 {
    width: 90%
}

.w100 {
    width: 100%
}

/* height */
.h-5 {
    height: 5px
}

.h-10 {
    height: 10px
}

.h-15 {
    height: 15px
}

.h-20 {
    height: 20px
}

.h-25 {
    height: 25px
}

.h-30 {
    height: 30px
}

.h-35 {
    height: 35px
}

.h-40 {
    height: 40px
}

.h-45 {
    height: 45px
}

.h-50 {
    height: 50px
}

.h-60 {
    height: 60px
}

.h-70 {
    height: 70px
}

.h-80 {
    height: 80px
}

.h-90 {
    height: 90px
}

.h-100 {
    height: 100px
}

.h-16 {
    height: 16px
}

.h5 {
    height: 5%
}

.h10 {
    height: 10%
}

.h15 {
    height: 15%
}

.h20 {
    height: 20%
}

.h25 {
    height: 25%
}

.h30 {
    height: 30%
}

.h35 {
    height: 35%
}

.h40 {
    height: 40%
}

.h45 {
    height: 45%
}

.h50 {
    height: 50%
}

.h60 {
    height: 60%
}

.h70 {
    height: 70%
}

.h80 {
    height: 80%
}

.h90 {
    height: 90%
}

.h100 {
    height: 100%
}

/* line-height */
.lh-5 {
    line-height: 5px
}

.lh-10 {
    line-height: 10px
}

.lh-15 {
    line-height: 15px
}

.lh-20 {
    line-height: 20px
}

.lh-25 {
    line-height: 25px
}

.lh-30 {
    line-height: 30px
}

.lh-35 {
    line-height: 35px
}

.lh-40 {
    line-height: 40px
}

.lh-45 {
    line-height: 45px
}

.lh-50 {
    line-height: 50px
}

.lh-60 {
    line-height: 60px
}

.lh-70 {
    line-height: 70px
}

.lh-80 {
    line-height: 80px
}

.lh-90 {
    line-height: 90px
}

.lh-100 {
    line-height: 100px
}

/* font-size */
.fs-7 {
    font-size: 7px
}

.fs-8 {
    font-size: 8px
}

.fs-9 {
    font-size: 9px
}

.fs-10 {
    font-size: 10px
}

.fs-11 {
    font-size: 11px
}

.fs-12 {
    font-size: 12px
}

.fs-13 {
    font-size: 13px
}

.fs-14 {
    font-size: 14px
}

.fs-15 {
    font-size: 15px
}

.fs-20 {
    font-size: 20px
}

.fs-25 {
    font-size: 25px
}

.fs-30 {
    font-size: 35px
}

.fs-35 {
    font-size: 35px
}

/* margin-bottom */
.mb-1 {
    margin-bottom: 1px
}

.mb-2 {
    margin-bottom: 2px
}

.mb-3 {
    margin-bottom: 3px
}

.mb-4 {
    margin-bottom: 4px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-6 {
    margin-bottom: 6px
}

.mb-7 {
    margin-bottom: 7px
}

.mb-8 {
    margin-bottom: 8px
}

.mb-9 {
    margin-bottom: 9px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-11 {
    margin-bottom: 11px
}

.mb-12 {
    margin-bottom: 12px
}

.mb-13 {
    margin-bottom: 13px
}

.mb-14 {
    margin-bottom: 14px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.pagination > .active > a,
.pagination > .active > span {
    background-color: white !important;
    font-weight: bold;
    color: #0b5975;
    border: none;
}

.pagination > .disabled > span:hover {
    color: #0b5975 !important;
    cursor: not-allowed;
    background-color: white;
    border-color: white !important;
}

.pagination > .active > span:hover {
    color: #0b5975 !important;
    cursor: pointer;
    background-color: white;
    border-color: white !important;
}

.pagination > li > a, .pagination > li > span {
    border-color: white !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    text-align: center !important;
}

.card-progress {
    border: none;
    border-radius: 0;
    margin: 0 -15px;
    margin-bottom: -11px;
    margin-top: 10px;
    height: 4px;
    box-shadow: none;
    background: none;
}

.message_board {
    background-color: #f5ffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='250' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.02'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/svg%3E");
}

.left-title {
    text-align: center;
    color: #216d88;
}

#messengerPage > #sidebar a {
    color: #0b5975;
}

.from-them a {
    color: white;
    text-decoration: underline;
}

.from-them a.btn {
    text-decoration: none;
}

.modal-header .close {
    color: #00688e;
    opacity: 0.9;
}

.selected.active a {
    background-color: #f5f5f5 !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #f5f5f5 !important;
    background-image: none !important;;
}

.btn.dropdown-toggle.btn-default {
    border: 1px solid #ccc !important;
    border-radius: 0;
}

.client-card-danger {
    margin-left: -5px;
    border-color: #cc5a63 !important;
    background-color: rgb(254, 242, 244);
}

.client-card-unread {
    margin-left: -5px;
    border-color: #216d88 !important;
    background-color: rgba(33, 109, 136, 0.08);
}

.label-secondary {
    background-color: #FBFBFB !important;
    color: #216d88;
}

.label-colored {
    color: white;
    opacity: 0.5;
}

.list-group-item.client-card {
    margin-left: -5px;
    border: 5px solid #24a8b4;
    border-right: 0;
    border-bottom: 0;
    border-top: 0;
}

.selected .client-card-name {
    font-weight: 500;
}

.block-button {
    font-size: 1.33rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: 10px;
    background-image: none;
    background-color: #f7f7f7;
    box-shadow: none;
}

.block-button.collapsed {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.media-right {
    vertical-align: middle;
}

.emoji-wysiwyg-editor {
    border: 0 !important;
    border-radius: 10px !important;
    height: 200px !important;
}

.emoji-picker-icon {
    right: 22px !important;
}

.bs-callout input.error {
    border: 1px solid red !important;
}

.error {
    border: 1px solid red !important;
}

::-webkit-scrollbar {
    display: none;
}

.circled {
    border-radius: 25px;
}

.dropdown > a:hover, .dropdown > a:focus, .dropdown > a:active, .dropdown > a:visited {
    background-color: #24a8b4 !important;
}

.nav.open > a:hover, .nav.open > a:focus, .nav.open > a:active, .nav.open > a:visited {
    background-color: #24a8b4 !important;
}

.bootbox .modal-body {
    border-radius: 0;
}

.invisible-addon {
    border-radius: 0;
    background-color: #F5F5F5 !important;
    padding: 5px !important;
}

#messengerPage .slim-input {
    background-color: #F5F5F5 !important;
    border: 0 !important;
    box-shadow: none !important;
}

#messengerPage .slim-input-group {
    margin: 0;
    width: 100%;
}

.input-group select {
    padding: 6px 12px !important;
}

/*!* Фиксированный цвет текста для btn-warning *!*/
.btn-warning, .btn-warning:active, .btn-warning:hover, .btn-warning:focus {
    color: #fff !important;
}
