    .messg {
        margin: 0px;
        padding: 0px;
        font-weight: 400;
        font-size: 80%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -moz-transition: 1s all ease;
        -o-transition: 1s all ease;
        -webkit-transition: 1s all ease;
        transition: 1s all ease;

    }

    .name {
        font-weight: 800;
        font-size: 82%;
    }



    .my-message .avataruser {
        float: right;
        width: 27px;
        height: 27px;
        /*margin-left: 33px;*/
    }

    .info .avataruser {
        float: left;
        width: 27px;
        height: 27px;
        /*margin-right: 33px;*/
    }

    .avataruser {
        border-radius: 50%;
        width: 47px;
        height: 47px;
        background: #e4dede;
    }

    .photo-user {
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .photo-user img {
        height: 100%;
        width: auto;
    }

    .search-chat {
        padding: 5px 10px;
        min-height: 47px;
    }

    .contacts li>.info-combo>h3.name {
        font-size: 12px;
    }

    .contacts li .message-time {
        text-align: right;
        display: block;
        margin-left: -15px;
        width: 70px;
        height: 25px;
        line-height: 28px;
        font-size: 14px;
        font-weight: 600;
        padding-right: 5px;
    }

    .contacts li>.info-combo>h5 {
        width: 180px;
        font-size: 12px;
        height: 28px;
        font-weight: 500;
        overflow: hidden;
        white-space: normal;
        text-overflow: ellipsis;
    }

    .contacts li>.info-combo>h3 {
        width: 167px;
        height: 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .info-combo>h3 {
        margin: 3px 0;
    }

    .no-margin-bottom {
        margin-bottom: 0 !important;
    }

    .info-combo>h5 {
        margin: 2px 0 6px 0;
    }

    /* Messages */
    .messages-panel img.img-circle {
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

    .medium-image {
        width: 45px;
        height: 45px;
        margin-right: 5px;
    }

    .img-circle {
        border-radius: 50%;
    }

    .messages-panel {
        width: 100%;
        /*        height: 100%;
        min-height: 460px;*/
        background-color: #fbfcff;
        display: inline-block;
        border-top-left-radius: 5px;
        margin-bottom: 0;
    }

    .messages-panel img.img-circle {
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

    .messages-panel .tab-content {
        border: none;
        background-color: transparent;
    }

    .contacts-list {
        background-color: #fff;
        border-right: 1px solid #cfdbe2;
        width: 305px;
        height: 100%;
        border-top-left-radius: 5px;
        float: left;
    }

    .contacts-list .inbox-categories {
        width: 100%;
        padding: 0;
        margin-left: 0;
    }

    .contacts-list .inbox-categories>div {
        float: left;
        width: 76px;
        padding: 15px 5px;
        font-size: 14px;
        text-align: center;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        background-color: rgba(255, 255, 255, 0.75);
        cursor: pointer;
        font-weight: 700;
    }

    .contacts-list .inbox-categories>div:nth-child(1) {
        color: #2da9e9;
        border-right-color: rgba(45, 129, 233, 0.06);
        border-bottom: 4px solid #2da9e9;
        border-top-left-radius: 5px;
    }

    .contacts-list .inbox-categories>div:nth-child(1).active {
        color: #fff;
        background-color: #2da9e9;
        border-bottom: 4px solid rgba(0, 0, 0, 0.15);
    }

    .contacts-list .inbox-categories>div:nth-child(2) {
        color: #0ec8a2;
        border-right-color: rgba(14, 200, 162, 0.06);
        border-bottom: 4px solid #0ec8a2;
    }

    .contacts-list .inbox-categories>div:nth-child(2).active {
        color: #fff;
        background-color: #0ec8a2;
        border-bottom: 4px solid rgba(0, 0, 0, 0.15);
    }

    .contacts-list .inbox-categories>div:nth-child(3) {
        color: #ff9e2a;
        border-right-color: rgba(255, 152, 14, 0.06);
        border-bottom: 4px solid #ff9e2a;
    }

    .contacts-list .inbox-categories>div:nth-child(3).active {
        color: #fff;
        background-color: #ff9e2a;
        border-bottom: 4px solid rgba(0, 0, 0, 0.15);
    }

    .contacts-list .inbox-categories>div:nth-child(4) {
        color: #314557;
        border-bottom: 4px solid #314557;
        border-right-color: transparent;
    }

    .contacts-list .inbox-categories>div:nth-child(4).active {
        color: #fff;
        background-color: #314557;
        border-bottom: 4px solid rgba(0, 0, 0, 0.35);
    }

    .contacts-list .panel-search>input {
        margin-left: 5px;
        background-color: rgba(0, 0, 0, 0);
    }

    .contacts-outter-wrapper {
        position: relative;
        width: 305px;
        direction: rtl;
        min-height: 405px;
        overflow: hidden;
    }

    .contacts-outter-wrapper:after,
    .contacts-outter-wrapper:nth-child(1):after {
        content: "";
        position: absolute;
        width: 100%;
        height: 5px;
        bottom: 0;
        background-color: rgba(23, 74, 103);
        border-bottom-left-radius: 4px;
    }

    .contacts-outter-wrapper:nth-child(2):after {
        background-color: #0ec8a2;
    }

    .contacts-outter-wrapper:nth-child(3):after {
        background-color: #ff9e2a;
    }

    .contacts-outter-wrapper:nth-child(4):after {
        background-color: #314557;
    }

    .contacts-outter {
        position: relative;
        height: calc(100vh - 169px);
        /*width: 325px;*/
        direction: rtl;
        overflow-y: auto;
        padding-left: 20px;
        overflow-x: hidden;
    }

    @media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) {
        @media {
            .contacts-outter-wrapper {
                direction: ltr;
            }

            .contacts-outter {
                direction: ltr;
                padding-left: 0;
            }
        }
    }

    .contacts {
        direction: ltr;
        width: 305px;
        margin-top: 0px;
    }

    .contacts li {
        width: 100%;
        border-top: 1px solid transparent;
        border-bottom: 1px solid rgba(205, 211, 237, 0.2);
        border-left: 4px solid rgba(255, 255, 255, 0);
        padding: 8px 12px;
        position: relative;
        background-color: rgba(255, 255, 255, 0);
    }

    .contacts li:first-child {
        border-top: 1px solid rgba(205, 211, 237, 0.2);
    }

    .contacts li:first-child.active {
        border-top: 1px solid rgba(205, 211, 237, 0.75);
    }

    .contacts li:hover {
        background-color: rgba(255, 255, 255, 0.25);
    }

    .contacts li.active,
    .contacts.info li.active {
        border-left: 4px solid rgb(86, 123, 145);
        border-top-color: rgba(205, 211, 237, 0.75);
        border-bottom-color: rgba(205, 211, 237, 0.75);
        /*background-color: #fbfcff;*/
        background-color: #dedfe3;
    }

    .contacts.success li.active {
        border-left: 4px solid #0ec8a2;
    }

    .contacts.warning li.active {
        border-left: 4px solid #ff9e2a;
    }

    .contacts.danger li.active {
        border-left: 4px solid #f95858;
    }

    .contacts.dark li.active {
        border-left: 4px solid #314557;
    }

    .contacts li>.info-combo {
        width: 172px;
        cursor: pointer;
    }

    .contacts li>.info-combo>h3 {
        width: 167px;
        height: 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .contacts li .contacts-add {
        width: 50px;
        float: right;
        z-index: 23299;
    }

    .contacts li .message-time {
        text-align: right;
        display: block;
        margin-left: -15px;
        width: 70px;
        height: 25px;
        line-height: 28px;
        font-size: 14px;
        font-weight: 600;
        padding-right: 5px;
    }

    .contacts li .contacts-add .fa-trash-o {
        position: absolute;
        font-size: 14px;
        right: 12px;
        bottom: 15px;
        color: #a6a6a6;
        cursor: pointer;
    }

    .contacts li .contacts-add .fa-paperclip {
        position: absolute;
        font-size: 14px;
        right: 34px;
        bottom: 15px;
        color: #bbc7d0;
        cursor: pointer;
    }

    .contacts li .contacts-add .fa-trash-o:hover {
        color: #f95858;
    }

    .contacts li .contacts-add .fa-paperclip:hover {
        color: #ff9e2a;
    }

    .contacts li>.info-combo>h5 {
        width: 180px;
        font-size: 12px;
        height: 28px;
        font-weight: 500;
        overflow: hidden;
        white-space: normal;
        text-overflow: ellipsis;
    }

    .contacts li .message-count {
        position: absolute;
        top: 5px;
        left: 5px;
        width: 10px;
        height: 10px;
        line-height: 20px;
        text-align: center;
        background-color: #ff9e2a;
        border-radius: 50%;
        color: #fff;
        font-weight: 600;
        font-size: 10px;
        border: 2px solid white;
    }

    .contacts li .fullcnt {
        position: absolute;
        top: 0px;
        right: 10px;
        width: 30px;
        height: 14px;
        line-height: 15px;
        text-align: center;
        background-image: linear-gradient(to bottom, #e46f74, #dd191d);
        border-radius: 10px;
        color: #fff;
        font-weight: 600;
        font-size: 10px;
    }

    .message-body {
        background-color: #fbfcff;
        height: 100%;
        width: calc(100% - 305px);
        float: right;
    }

    .message-body .message-top {
        display: inline-block;
        width: 100%;
        position: relative;
        min-height: 48px;
        height: auto;
        background-color: #fff;
        border-bottom: 1px solid rgba(205, 211, 237, 0.5);
    }

    .message-body .message-top .new-message-wrapper {
        width: 100%;
    }

    .message-body .message-top .new-message-wrapper>.form-group {
        width: 100%;
        padding: 10px 10px 0 10px;
        height: 50px;
    }

    .message-body .message-top .new-message-wrapper .form-group .form-control {
        width: calc(100% - 50px);
        float: left;
    }

    .message-body .message-top .new-message-wrapper .form-group a {
        width: 40px;
        padding: 6px 6px 6px 6px;
        text-align: center;
        display: block;
        float: right;
        margin: 0;
    }

    .message-body .message-top>.btn {
        height: 53px;
        line-height: 53px;
        padding: 0 20px;
        /*float: right;*/
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        margin: 0;
        font-size: 15px;
        opacity: 0.9;
    }

    .message-body .message-top>.btn:hover,
    .message-body .message-top>.btn:focus,
    .message-body .message-top>.btn.active {
        opacity: 1;
    }

    .message-body .message-top>.btn>i {
        margin-right: 5px;
        font-size: 18px;
    }

    .new-message-wrapper {
        position: absolute;
        max-height: 400px;
        top: 53px;
        background-color: #fff;
        z-index: 105;
        padding: 20px 15px 30px 15px;
        border-bottom: 1px solid #cfdbe2;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        box-shadow: 0 7px 10px rgba(0, 0, 0, 0.25);
        transition: 0.5s;
        display: none;
    }

    .new-message-wrapper.closed {
        opacity: 0;
        max-height: 0;
    }

    .chat-footer.new-message-textarea {
        display: block;
        position: relative;
        padding: 0 10px;
    }

    .chat-footer.new-message-textarea .send-message-button {
        right: 35px;
    }

    .chat-footer.new-message-textarea .upload-file {
        right: 85px;
    }

    .chat-footer.new-message-textarea .send-message-text {
        padding-right: 100px;
        height: 90px;
    }

    .message-chat {
        width: 100%;
        overflow: hidden;
    }

    .chat-body {
        width: 100%;
        min-height: 290px;
        height: calc(100vh - 240px);
        background-color: #fff;
        margin-bottom: 10px;

        overflow-y: auto;
    }

    .chat-background_ {
        background-color: #dedfe3;

    }

    .message {
        position: relative;
        width: 100%;
    }

    .message br {
        clear: both;
    }

    .message .message-body {
        position: relative;
        width: auto;
        max-width: calc(100% - 150px);
        float: left;
        background-color: #fff;
        border-radius: 4px;
        border: 1px solid #dbe3e8;
        margin: 0 5px 20px 15px;
        color: #788288;
    }

    .message:after {
        content: "";
        position: absolute;
        top: 4px;
        left: 30px;
        float: left;
        z-index: 2;
        border-top: 10px solid transparent;
        border-left: none;
        border-bottom: 10px solid transparent;
        border-right: 13px solid #fff;
    }

    .message:before {
        content: "";
        position: absolute;
        top: 2px;
        left: 30px;
        float: left;
        z-index: 1;
        border-top: 11px solid transparent;
        border-left: none;
        border-bottom: 11px solid transparent;
        border-right: 13px solid #dbe3e8;
    }

    .message .medium-image {
        float: left;
        margin-left: 10px;
    }

    .message .message-info {
        width: 100%;
        height: 22px;
    }

    .message .message-info>h5>i {
        font-size: 11px;
        font-weight: 700;
        margin: 0 2px 0 0;
        color: #a2b8c5;
    }

    .message .message-info>h5 {
        color: #a2b8c5;
        margin: 8px 0 0 0;
        font-size: 10px;
        float: right;
        padding-right: 10px;
    }

    .message .message-info>h4 {
        font-size: 14px;
        font-weight: 600;
        margin: 7px 10px 0 10px;
        color: #65addd;
        float: left;
    }

    .message hr {
        /* margin: 4px 2%;*/
        width: 96%;
        opacity: 0.75;
    }

    .message .message-text {
        text-align: left;
        padding: 5px;
        font-size: 14px;
    }

    .message.my-message .message-body {
        float: right;
        margin: 0 15px 20px 5px;
    }

    .message.my-message:after {
        content: "";
        position: absolute;
        top: 3px;
        left: auto;
        right: 30px;
        float: left;
        z-index: 100;
        border-top: 10px solid transparent;
        border-left: 13px solid #fff;
        border-bottom: 10px solid transparent;
        border-right: none;
    }

    .message.my-message:before {
        content: "";
        position: absolute;
        top: 2px;
        left: auto;
        right: 29px;
        float: left;
        z-index: 99;
        border-top: 11px solid transparent;
        border-left: 13px solid #dbe3e8;
        border-bottom: 11px solid transparent;
        border-right: none;
    }

    .message.my-message .medium-image {
        float: right;
        margin-left: 5px;
        margin-right: 10px;
    }

    .message.my-message .message-info>h5 {
        float: left;
        padding-left: 10px;
        padding-right: 0;
    }

    .message.my-message .message-info>h4 {
        float: right;
    }

    .message.info .message-body {
        background-color: #2da9e9;
        border: 1px solid #2da9e9;
        color: #fff;
    }

    .message.info:after,
    .message.info:before {
        border-right: 13px solid #2da9e9;
    }

    .message.success .message-body {
        background-color: #0ec8a2;
        border: 1px solid #0ec8a2;
        color: #fff;
    }

    .message.success:after,
    .message.success:before {
        border-right: 13px solid #0ec8a2;
    }

    .message.warning .message-body {
        background-color: #ff9e2a;
        border: 1px solid #ff9e2a;
        color: #fff;
    }

    .message.warning:after,
    .message.warning:before {
        border-right: 13px solid #ff9e2a;
    }

    .message.danger .message-body {
        background-color: #f95858;
        border: 1px solid #f95858;
        color: #fff;
    }

    .message.danger:after,
    .message.danger:before {
        border-right: 13px solid #f95858;
    }

    .message.dark .message-body {
        background-color: rgb(86, 123, 145);
        border: 1px solid rgb(86, 123, 145);
        color: #fff;
    }

    .message.dark:after,
    .message.dark:before {
        border-right: 13px solid rgb(86, 123, 145);
    }

    .message.info .message-info>h4,
    .message.success .message-info>h4,
    .message.warning .message-info>h4,
    .message.danger .message-info>h4,
    .message.dark .message-info>h4 {
        color: #fff;
    }

    .message.info .message-info>h5,
    .message.info .message-info>h5>i,
    .message.success .message-info>h5,
    .message.success .message-info>h5>i,
    .message.warning .message-info>h5,
    .message.warning .message-info>h5>i,
    .message.danger .message-info>h5,
    .message.danger .message-info>h5>i,
    .message.dark .message-info>h5,
    .message.dark .message-info>h5>i {
        color: #fff;
        opacity: 0.9;
    }

    .chat-footer {
        position: relative;
        width: 100%;
        padding: 0 80px;
    }

    .chat-footer .send-message-text {
        position: relative;
        display: block;
        width: 100%;
        min-height: 55px;
        max-height: 75px;
        background-color: #fff;
        border-radius: 5px;
        padding: 5px 95px 5px 10px;
        font-size: 13px;
        resize: vertical;
        outline: none;
        border: 1px solid #e0e6eb;
    }

    .chat-footer .send-message-button {
        display: block;
        position: absolute;
        width: 35px;
        height: 35px;
        right: 100px;
        top: 40px;
        border: 1px solid rgba(0, 0, 0, 0.05);
        outline: none;
        font-weight: 600;
        border-radius: 50%;
        padding: 0;
        background-color: rgb(86, 123, 145);
    }

    .chat-footer .send-message-button>i {
        font-size: 16px;
        margin: 0 0 0 -2px;
    }

    .chat-footer label.upload-file input[type="file"] {
        position: fixed;
        top: -1000px;
    }

    .chat-footer .upload-file {
        display: block;
        position: absolute;
        right: 150px;
        font-size: 27px;
        top: 0;

    }

    .chat-footer .upload-file:hover {
        opacity: 1;
    }

    @media screen and (max-width: 767px) {
        .messages-panel {
            min-width: 0;
            display: inline-block;
        }

        .contacts-list,
        .contacts-list .inbox-categories>div:nth-child(4) {
            border-top-right-radius: 5px;
            border-right: none;
        }

        .contacts-list,
        .contacts-outter-wrapper,
        .contacts-outter,
        .contacts {
            width: 100%;
            direction: ltr;
            padding-left: 0;
        }

        .contacts-list .inbox-categories>div {
            width: 25%;
        }

        .message-body {
            width: 100%;
            /*margin: 20px 0;*/
            border: 1px solid #dce2e9;
            background-color: #fff;
        }

        .message .message-body {
            max-width: calc(100% - 85px);
        }

        .message-body .chat-body {
            background-color: #fff;
            width: 100%;
        }

        .chat-footer {
            margin-bottom: 20px;
            padding: 0 20px;
        }

        .chat-footer .send-message-button {
            right: 40px;
        }

        .chat-footer .upload-file {
            right: 90px;
        }

        .message-body .message-top>.btn {
            border-radius: 0;
            /* width: 100%;*/
        }

        .contacts-add {
            display: none;
        }

        .messages-panel {
            width: 100%;
            height: 100%;
        }
    }

    /* Profile page */

    .profile-main {
        background-color: #fff;
        border: 1px solid #dce2e9;
        border-radius: 3px;
        position: relative;
        margin-bottom: 20px;
    }

    .profile-main .profile-background {
        background-image: url('../images/samples/forest.png');
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        width: 100%;
        height: 260px;
    }

    .profile-main .profile-info {
        width: calc(100% - 380px);
        max-width: 1100px;
        margin: 0 auto;
        background-color: #fff;
        height: 70px;
        border-radius: 0 0 3px 3px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .profile-main .profile-info>div {
        margin: 0 10px;
    }

    .profile-main .profile-info>div:last-child {
        padding-right: 25px;
    }

    .profile-main .profile-info>div h4 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .profile-main .profile-info>div h5 {
        margin-top: 5px;
        font-weight: 500;
    }

    .profile-main .profile-button {
        padding: 8px 0;
        position: absolute;
        right: 25px;
        bottom: 16px;
        width: 150px;
    }

    .profile-main .profile-picture {
        width: 150px;
        height: 150px;
        border: 4px solid #fff;
        position: absolute;
        left: 25px;
        bottom: 14px;
    }

    @media screen and (max-width: 767px) {

        .profile-main .profile-info .profile-status,
        .profile-main .profile-info .profile-posts,
        .profile-main .profile-info .profile-date {
            display: none;
        }
    }

    .contacts li>.info-combo {
        display: inline-block;
    }

    /*chat end*/
    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        min-height: 0px;
    }

    .price {
        font-size: 1.3em;
        line-height: 29px
    }

    .bootstrap-select {
        background: none !important;
    }

    .time-block {
        height: 56px;
    }

    .time-form {
        position: relative;
        float: left;
    }

    .p-time {
        margin: 6px;
    }

    .time-form-clock {
        width: 5em;
    }

    .removed_access {
        color: brown;
    }

    #address {
        border: 3px solid white;
    }

    .map {
        height: 100vh;
        padding: 7px;
        min-width: 100%;
    }

    .btn_map_pano {
        position: absolute;
        z-index: 12;
    }

    .btn-map_and_pano {
        border-radius: 50% !important;
        padding: 12px 12px;
        margin-top: 54px;
        margin-left: 15px;
        border: 1px solid #9F9F9F;
    }

    ymaps {
        -webkit-box-sizing: content-box !important;
        -moz-box-sizing: content-box !important;
        box-sizing: content-box !important;
    }

    .pagination {
        margin: 3px 0;
    }

    .border-line p {
        margin: 0;
    }

    .gallery-photos {
        border: 0px solid #f6f1f1;
        background: #eae9e94d;
    }

    .btn-link {
        color: #204F69;
    }

    .print-off {
        color: gray;
    }

    .print-off>div {
        text-decoration: line-through;
    }

    .clientslist {
        border-bottom: 1px solid gray;
        padding: 4px 0;
    }

    .filter-background {
        background: #f5f5f5;
        padding: 0;
        /* min-height: 100vh;*/
        border-radius: 5px;
    }

    .zoom- {
        display: none;
    }

    .body-fix {
        position: fixed;
        width: 100%;
    }

    @media (min-width: 1200px) {
        .body-fix {
            padding-right: 17px;
        }
    }

    .massbutton {
        background: whitesmoke none repeat scroll 0% 0%;
        border-radius: 15px;
        padding: 10px;
    }

    .zoom_map {
        display: block;
        height: auto;
    }

    #sel_form {
        float: right;
        width: 450px;
    }

    @media (max-width: 767px) {
        #sel_form {
            float: right;
            width: 100%;
            margin-bottom: 5px;
        }

        .zoom_mapfilter {
            overflow-x: auto;
            padding-bottom: 60px;
            min-height: 100vh;
        }

        .metro_zoom {
            width: 400%;
        }

        .zoom- {
            display: block;
        }

        .btn-filter-button {
            padding: 6px 12px !important;
            border-radius: 15px !important;
            width: 32%;
        }
    }

    .metro_filter {}

    .gsm_map_content {
        /*  border: 2px solid white;
  position: absolute;
  text-align: center;
  left: -20px;
  background: rgba(255, 255, 255, 0.59) none repeat scroll 0% 0%;
  border-radius: 50%;
  max-width: 80px;
  max-height: 80px;
  overflow: hidden;
  text-align: center;
  bottom: 8px;  */
    }

    .gsm_map_content {
        border: 2px solid green;
        position: absolute;
        border-radius: 50%;
        max-width: 80px;
        max-height: 80px;
        left: -25px;
        bottom: 8px;
    }


    .user_online::before,
    .user_online::after {
        content: '';
        position: absolute;
        left: 11px;
        bottom: -20px;
        border: 12px solid transparent;
        border-top: 9px solid green;
    }

    .user_offline::before,
    .user_offline::after {
        content: '';
        position: absolute;
        left: 11px;
        bottom: -20px;
        border: 12px solid transparent;
        border-top: 9px solid red;
    }

    .user_online::after {
        bottom: -18px;
        border-top: 9px solid white;
    }

    .user_offline::after {
        bottom: -18px;
        border-top: 9px solid white;
    }

    .gsm_map_content .user_online {
        border: 2px solid green !important;
    }

    .gsm_map_content .user_offline {
        border: 2px solid red !important;
    }





    .img-map-c {
        width: 100%;
    }

    .user_online {
        border: 2px solid green !important;
    }

    .user_offline {
        border: 2px solid red !important;
    }

    #map_none {
        display: none;
    }

    .admin {
        display: block !important;
    }

    .form-group {
        margin-bottom: 2px;
    }

    label {
        margin-bottom: 0;
        color: #020202;
    }

    b {
        font-weight: normal;
        color: #020202;
    }

    .bg_white {
        background-color: white;
    }

    .bg_silver {
        background-color: silver;
    }

    .bg_gray {
        background-color: gray;
    }

    .bg_black {
        background-color: black;
    }

    .bg_red {
        background-color: red;
    }

    .bg_maroon {
        background-color: maroon;
    }

    .bg_yellow {
        background-color: yellow;
    }

    .bg_olive {
        background-color: olive;
    }

    .bg_lime {
        background-color: lime;
    }

    .bg_green {
        background-color: green;
    }

    .bg_aqua {
        background-color: aqua;
    }

    .bg_teal {
        background-color: teal;
    }

    .bg_blue {
        background-color: blue;
    }

    .bg_navy {
        background-color: navy;
    }

    .bg_fuchsia {
        background-color: fuchsia;
    }

    .bg_purple {
        background-color: purple;
    }

    .bg_inherit {
        background-color: inherit;
    }

    .br_white {
        border: 1px solid white;
    }

    .br_silver {
        border: 1px solid silver;
    }

    .br_gray {
        border: 1px solid gray;
    }

    .br_black {
        border: 1px solid black;
    }

    .br_red {
        border: 1px solid red;
    }

    .br_maroon {
        border: 1px solid maroon;
    }

    .br_yellow {
        border: 1px solid yellow;
    }

    .br_olive {
        border: 1px solid olive;
    }

    .br_lime {
        border: 1px solid lime;
    }

    .br_green {
        border: 1px solid green;
    }

    .br_aqua {
        border: 1px solid aqua;
    }

    .br_teal {
        border: 1px solid teal;
    }

    .br_blue {
        border: 1px solid blue;
    }

    .br_navy {
        border: 1px solid navy;
    }

    .br_fuchsia {
        border: 1px solid fuchsia;
    }

    .br_purple {
        border: 1px solid purple;
    }

    a.list-group-item:hover,
    a.list-group-item:focus {
        opacity: 0.8;
    }

    a.list-group-item {
        color: #FBF1F1;
    }

    .list-group-item {
        padding: 8px 15px;
        border-width: 0px;
        margin-bottom: 0px;
        color: #EADEDE;
        background: rgba(0, 0, 0, 0.4);
    }

    .list-group-item.active,
    .list-group-item.active:hover,
    .list-group-item.active:focus {
        font-weight: bold;
        background-color: rgba(21, 22, 23, 0.52);
        border-color: #3480a2;
    }

    .backgraund-search {
        background: transparent url("../img/cityscape-tilt-shift.jpg") no-repeat scroll center center/cover;
        width: 100%;
        height: 100%;
    }

    .backgraund-personalsearch {
        background: transparent url("../img/moskva.jpg") no-repeat scroll center center/cover;
        width: 100%;
        height: 100%;
    }

    .list-group {
        margin-bottom: 10px;
        padding-left: 0;
    }

    h3 {
        background: rgba(0, 0, 0, 0.44);
        width: 15em;
        border-radius: 15px;
        color: white;
        margin-left: 30px;
        text-align: center;
        border-bottom: none;
    }

    .btn:focus,
    .btn.focus,
    .btn:active:focus,
    .btn.focus:active,
    .btn.active:focus,
    .btn.active.focus {
        outline: none;
    }

    .panorama {
        background-size: cover;
        background-image: url("../img/logo_admin.png");
    }

    .icon-activ {
        background-color: rgba(204, 49, 23, 0.46);
        border-radius: 50%;
    }

    #myBaloon_content {
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 80vh;
        padding: 0;
        -webkit-overflow-scrolling: touch;
    }

    @media (min-width: 1200px) {
        .dropdown:hover>.dropdown-menu {
            transform: scale(1, 1);
            opacity: 1;
            visibility: visible;
            z-index: 400;
        }

        #myBaloon_content {
            width: 420px;
            background: rgba(0, 0, 0, 0.24);
            padding: 0;
        }
    }

    @media (max-width: 1200px) {
        #myBaloon_content {
            width: 350px;
        }

        #to-top {
            display: block;
        }
    }

    @media (max-width: 767px) {
        .fixed-header #nav-col {
            width: 100%;
            position: relative;
        }

        #myBaloon_content {
            width: 100vw;
            max-width: 410px;
        }
    }

    @font-face {
        font-family: 'Comic Sans MS';
        font-style: normal;
        font-weight: 400;
        src: local('Comic Sans MS'), local('ComicSansMS-Regular'), url(../fonts/comic-sans-ms_53a8778a817839ef2dbc5dc94ce14334.woff) format('woff'), url(../fonts/comic-sans-ms_53a8778a817839ef2dbc5dc94ce14334.ttf) format('truetype');
    }

    .admin_margin {
        margin: 0 -20px;
    }

    .birthday {
        padding: 1px;
    }

    .congratulation {
        margin: 10px;
        padding: 5px;
    }

    .paginat {
        margin: 0 -12px;
    }

    .metro_icon {
        color: red;
        font: bold 90% Comic Sans MS;
        /*
  width: 19px;
  height: 16px;
  box-shadow: -1px -1px #FFF inset;
  display: inline-block;
  background: transparent url("../img/moscow_metro_icon.png") no-repeat scroll 0px 0px;
  vertical-align: -3px;  */
    }

    .gallery-photos li {
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0px;
    }

    .alert {
        padding: 8px 15px;
    }

    /*
@media (min-width: 1200px){
  ul.aux-info{
    visibility: hidden;
  }

  .list-lot:hover ul.aux-info{
    visibility: visible;
  }
} */

    .transfer {
        word-wrap: break-word;
        /* Internet Explorer 5.5+ */
        width: 100%;
    }

    @media (min-width: 992px) {
        .navleft_fix {
            position: fixed;
        }

        .pagination-xs>li>a,
        .pagination-xs>li>span {
            padding: 3px 6px;
            font-size: 12px;
        }
    }

    .time_old {
        background-color: #FFBCC2;
    }

    .time_new {
        background-color: #BCFFC3;
    }

    .time_no {
        background-color: #E0E0E0;
    }

    .modal {
        background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%;
    }

    /* DROPDOWN OPEN EFFECT */

    .bootstrap-datetimepicker-widget {
        opacity: 1;
        visibility: visible;
        transform: none;
        transition: none;
        display: none;
    }

    .btn {
        border: none;
    }

    .nophotos li:hover .photo-box:after {
        background: transparent;
    }

    .nophotos a {
        border: 0px;
        max-width: 60%;
        opacity: 0.06;
        /* Полупрозрачный фон */
        filter: alpha(Opacity=10);
        /* Прозрачность в IE */
        background-color: #fff !important;
    }

    #header-navbar .nav>li>a>span.count {
        background: #E84E40 none repeat scroll 0px 0px padding-box;
        border-radius: 10px;
        color: #FFF;
        display: block;
        font-size: 9px;
        height: 14px;
        line-height: 14px;
        position: absolute;
        right: 3px;
        text-align: center;
        top: 7px;
        width: 26px;
    }

    .notetbl {
        color: black;
    }

    hint {
        display: none;
    }

    #hintdiv {
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1060;
        display: none;
        max-width: 376px;
        padding: 15px;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.42857143;
        text-align: left;
        white-space: normal;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: 10px;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    }

    .alertblock {
        position: fixed !important;
        bottom: 0;
        right: 0;
        z-index: 1000;
    }

    .eventblock {
        position: fixed !important;
        bottom: 0;
        right: 0;
        z-index: 1000;
    }

    .login-users {
        border: 1px dashed gray;
        padding: 3px;
        margin: 5px;
        border-radius: 2px;
        background: #d7dce7;
    }

    a:hover,
    a:focus {
        color: #23527C;
        text-decoration: none !important;
    }

    #sidebar-nav .nav>li>a>i {
        position: absolute;
        margin-top: 7px;
    }

    .llabel {
        text-align: left;
        /*  max-width: 70px;
 display: inline-block;*/
        padding: 0 !important;
        margin: 0 !important;
    }

    .popup_form {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        /*  overflow: auto;*/
        /*background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 4000px; */
        z-index: 995;
    }

    .popup_form_center {
        display: table;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    @media (min-width: 1440px) {
        .obj_show {
            margin: 0 calc(50% - 720px);
            max-width: 1440px;
            padding-left: 20px;
            padding-right: 20px;
        }

        .list-lot {
            max-width: 1440px;
        }
    }

    .popup_form_table {
        display: inline-block;
        max-width: 45em;
        /* background: #04A8F3;
  color: black !important;*/
        background-color: #FFF;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 6px;
        box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.5);
        font-size: 13px;
        /* color: #70808B; */
    }

    .dropzone {
        min-height: 150px !important;
    }

    .gallery-photos .remove-photo-link {
        left: 80%;
        top: 80%;
    }

    .gallery-photos .undo-photo-link {
        cursor: pointer;
        display: none;
        left: 80%;
        margin-left: -18.5px;
        position: absolute;
        text-align: center;
        top: 20%;
        margin-top: -18.5px;
    }

    .gallery-photos li .undo-photo-link .icon-stack {
        font-size: 2em;
    }

    .gallery-photos.gallery-photos-hover li:hover .undo-photo-link {
        display: block;
    }

    .gallery-photos .eye-photo-link {
        cursor: pointer;
        display: none;
        left: 20%;
        margin-left: -18.5px;
        position: absolute;
        text-align: center;
        top: 20%;
        margin-top: -18.5px;
    }

    .gallery-photos li .eye-photo-link .icon-stack {
        font-size: 2em;
    }

    .gallery-photos.gallery-photos-hover li:hover .eye-photo-link {
        display: block;
    }

    .imgRent[data-plan='1'] {
        border: 1px solid red;
    }

    .imgRent.notactivefoto>.undo-photo-link {
        display: none !important;
    }


    .imgRent.notactivefoto>.remove-photo-link {
        display: block !important;
        color: red;
    }

    .bg-house {
        background: #EBEBEB;
    }

    hr.style-four {
        height: 12px;
        border: 0;
        box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.3);
        margin: 30px 0;
    }

    b {
        color: #534e4e !important;
        /*font-size: 13px;*/
        /*padding-left: 5px; */
        font-weight: 600;
        /*font-style: italic;*/
        font-size: 12px;

    }

    .border-button {
        border: 1px solid #03A9F4;
        min-width: 120px;
        border-radius: 20px;
        margin: 2px 0;
    }

    .alert {
        margin-bottom: 0px;
    }

    .btn-xs {
        padding: 4px 8px;
        font-size: 13px;
        margin-top: 2px;
        border-radius: 3px;
    }

    .btn-x-wight {
        padding: 4px 2px;
        min-width: 115px;
        margin: 3px;
        border-radius: 3px;
        font-size: 12px;
    }

    .list-lot {
        border: 1px solid #E0EDED;
        border-radius: 2px;
        /*  font-size: 13px;
  color: #70808B;
  margin: 10px 0 10px 0;
  border-bottom: 3px solid #DCE0E3;
  border-top: 7px solid #e7ebee; */
    }

    div.confirmation {
        z-index: 1059;
        display: none;
        max-width: 376px;
        padding: 15px;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.42857143;
        text-align: center;
        vertical-align: middle;
        white-space: normal;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: 6px;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    }

    div.sob {
        z-index: 999;
        display: none;
        padding: 10px;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.42857143;
        text-align: left;
        vertical-align: middle;
        white-space: normal;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: 6px;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    }

    div.button_des {
        text-align: center;
        font-weight: bold;
        margin: 0px 10px 10px 10px;
    }

    div.confirm_message,
    div.confirmation_msg {
        text-align: center;
        font-weight: bold;
        margin: 7px;
    }

    .gallery-photos .thumb-meta-time {

        font-size: 0.8em;
        color: #0063b0;
        background: #ebebeb;
        border-radius: 15px;
        box-shadow: 0 8px 30px 0 rgba(0, 36, 77, 0.28);
        padding: 3px 7px;
    }

    div.map_station {
        position: absolute;
        width: 50px;
        height: 9px;
        cursor: pointer;
    }

    div.map_station:hover {
        border: 0px solid red;
        opacity: 0.3;
        background-color: yellow;
        border-radius: 2px;
    }

    div.map_station.active {
        opacity: 0.3;
        background-color: #4e8ac7;
        border-radius: 4px;
    }

    div.map_line {
        position: absolute;
        cursor: pointer;
        width: 8px;
        height: 8px;
    }

    div.map_line:hover {
        opacity: 0.3;
        background-color: #4e8ac7;
        border-radius: 10px;
    }

    div.metro_line_icon {
        display: inline-block;
        width: 16px;
        height: 16px;
        border-radius: 8px;
        padding: 4px;
    }

    legend {
        font-size: 13px;
        line-height: inherit;
        color: #333;
    }

    .wp-block-footer ul.aux-info {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
    }

    ul.aux-info button,
    ul.aux-info a {
        padding: 1px 1px;
        vertical-align: middle;
        min-width: 160px;
        font-size: 12px !important;
        border-radius: 15px;
        /*border: 0.1px solid #161D21;*/
        margin-top: 3px;
        margin-bottom: 3px;
        box-shadow: 0 8px 30px 0 rgba(0, 36, 77, 0.28);
        background: #fff;
        color: #0063b0;
    }

    ul.aux-info>.error_adv {
        background: red;
    }

    .wp-block-footer ul.aux-info button i,
    ul.aux-info a i {
        /*font-size: 17px; */
        margin-right: 1px;
    }

    ul.aux-info button.green,
    ul.aux-info a.green {
        /*border: 1px solid green;*/
    }

    .close-modal {
        font-size: 8px;
        width: 10px;
        height: 10px;
    }

    .border-line {
        min-height: 90px;
        padding: 0 0px;
        color: #575353;
        /*background: url('../img/border.png') no-repeat 0 0;*/
        font-size: 13px;
    }



    .heder {
        /*background: #F0F0F0;/* #FCFCFC none repeat scroll 0% 0%;*/
        /*background: url('../img/line.gif') repeat-x 0 100%;*/
        border-bottom: 1px dotted #B6B6B6;
        padding: 2px;
    }

    .adress {
        padding: 1px 20px;
        min-height: 40px;
    }

    .phone {
        padding-left: 20px;
    }

    .pg-opt {
        background: none;
        border-bottom: 6px solid #b9bbc0;
        border-top: 1px solid #DAD8D8;
        color: #333;
        margin-bottom: 5px;
    }

    .hrmenu-white {
        border-color: white;
    }

    .paddig-menu {
        padding: 14px;
    }

    #back-to-top {
        position: fixed;
        z-index: 1000;
        bottom: 10px;
        right: 10px;
        display: none;
    }

    #back-to-top a {
        display: block;
        width: 32px;
        height: 32px;
        background: rgba(0, 0, 0, 0.4) url(../img/backtop.png) no-repeat center center;
        text-indent: -9999px;
        border-radius: 3px;
        transition: all;
        transition-duration: 0.4;
    }

    #back-to-top a:hover {
        background-color: #303946;
    }

    #back-to-top.rightsidebar {
        right: 215px;
    }

    .lform {
        background: white;
        border-radius: 20px;
        padding: 20px;
    }

    .menu-label {
        background: #F9F9F9;
        border: 1px solid #CCC;
    }

    .cfrh {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
    }

    div.bg_white.d-hover {
        margin: 0;
    }

    hr {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    div.row.d-hover {
        position: relative;
        display: block;
        background-color: #FFF;
        border-bottom: 1px solid #DDD;
    }

    .btn-link:hover,
    .btn-link:focus {
        color: #23527c;
        text-decoration: none;
        background-color: transparent;
    }

    .filters {
        color: #00749f;
    }

    .pad {
        padding: 3px 5px;
    }

    .white {
        color: #fff;
    }

    .black {
        color: #2F2D2D;
    }

    .red {
        color: #f34235;
    }

    .pink {
        color: #e81d62;
    }

    .gray {
        color: #363f45;
    }

    .purple {
        color: #9b26af;
    }

    .deep-purple {
        color: #6639b6;
    }

    .indigo {
        color: #3e50b4;
    }

    .blue {
        color: #204F69;
        /* #0b8cf3; */
    }

    .light-blue {
        color: #02a8f3;
    }

    .cyan {
        color: #00bbd3;
    }

    .teal {
        color: #009587;
    }

    .green {
        color: #33512a;
    }

    .light-green {
        color: #8ac249;
    }

    .lime {
        color: #ccdb38;
    }

    .yellow {
        color: #feea3a;
    }

    .amber {
        color: #fec006;
    }

    .orange {
        color: #fe9700;
    }

    .deep-orange {
        color: #fe5621;
    }

    .brown {
        color: #785447;
    }

    .gray {
        color: #9d9d9d;
    }

    .blue-grey {
        color: #5f7c8a;
    }

    .i {
        width: 20%;
        float: left;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        padding: 100px 0;
    }

    .minswit {
        position: relative;
        width: 53px;
    }

    .minswit.onoffswitch-checkbox {
        display: none;
    }

    .minswit.onoffswitch-label {
        display: block;
        overflow: hidden;
        cursor: pointer;
        border: 1px solid #999999;
        border-radius: 20px;
    }

    .minswit.onoffswitch-inner {
        display: block;
        width: 200%;
        margin-left: -100%;
    }

    .minswit.onoffswitch-inner:before,
    .minswit.onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 18px;
        padding: 0;
        line-height: 18px;
        font-size: 12px;
        color: white;
        box-sizing: border-box;
        font-weight: normal;
    }

    .minswit.onoffswitch-inner:before {
        content: "да";
        padding-left: 5px;
        background-color: #1298DC;
        color: #FFFFFF;
    }

    .minswit.onoffswitch-inner:after {
        content: "";
        padding-right: 5px;
        background-color: #EEEEEE;
        color: #999999;
        text-align: right;
    }

    .minswit.onoffswitch-switch {
        display: block;
        width: 14px;
        margin: 1px;
        background: #FFFFFF;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 33px;
        border: 1px solid #999999;
        border-radius: 20px;
    }

    .minswit.onoffswitch-checkbox:checked+.minswit.onoffswitch-label .onoffswitch-inner {
        margin-left: 0;
    }

    .minswit.onoffswitch-checkbox:checked+.minswit.onoffswitch-label .onoffswitch-switch {
        right: 0px;
    }

    /* mswitch2 css */

    .mswitch2 {
        /* size depended */
        width: 53px;
        height: 18px;
        border-radius: 11px;
        /* end size depended */
        position: relative;
        padding: 0px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        border: 1px solid #999999;
        box-sizing: content-box;
        overflow: hidden;
    }

    .mswitch2-control {
        /* size depended */
        height: 14px;
        width: 14px;
        border-radius: 14px;
        margin: 1px;
        /* end size depended */
        display: block;
        background: #FFFFFF;
        position: absolute;
        top: 0px;
        border: 1px solid #999999;
        box-sizing: content-box;
    }

    .mswitch2>input {
        display: none;
    }

    .mswitch2-label {
        height: 100%;
        line-height: 100%;
        width: 100%;
        padding: 0px;
        display: block;
    }

    .mswitch2-label-text {
        font-size: 12px;
    }

    .mswitch2-label-text.left-text {
        text-align: left;
        padding-left: 6px;
        padding-top: 2px;
        width: 100%;
        height: 101%;
        background-color: #1298DC;
        color: white;
        border-radius: 10px;
    }

    .mswitch2-label-text.right-text {
        width: 100%;
        height: 100%;
        text-align: right;
        padding-right: 6px;
        padding-top: 2px;
        background-color: #eeeeee;
        color: red;
        border-radius: 10px;
    }

    /* visible selectors */

    input:not(:checked)~div.mswitch2-label .mswitch2-label-text:nth-child(2),
    input:indeterminate~div.mswitch2-label .mswitch2-label-text:nth-child(2) {
        display: none;
    }

    input:checked~div.mswitch2-label .mswitch2-label-text:nth-child(1) {
        display: none;
    }

    /* shift indicator */

    input:not(:checked)~.mswitch2-control,
    input:indeterminate~.mswitch2-control {
        left: 1px;
    }

    input:checked~.mswitch2-control {
        right: 0px;
    }

    /* radio */
    .mswitch4 {
        /* size depended */
        width: 53px;
        height: 18px;
        border-radius: 11px;
        /* end size depended */
        position: relative;
        padding: 0px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        border: 1px solid #999999;
        box-sizing: content-box;
        overflow: hidden;
    }

    .mswitch4-control {
        /* size depended */
        height: 14px;
        width: 14px;
        border-radius: 14px;
        margin: 1px;
        /* end size depended */
        display: block;
        background: #FFFFFF;
        position: absolute;
        top: 0px;
        border: 1px solid #999999;
        box-sizing: content-box;
    }

    .mswitch4>input {
        display: none;
    }

    .mswitch4-label {
        height: 100%;
        line-height: 100%;
        width: 100%;
        padding: 0px;
        display: block;
    }

    .mswitch4-label-text {
        font-size: 12px;
    }

    .mswitch4-label-text.left-text {
        text-align: left;
        padding-left: 6px;
        padding-top: 2px;
        width: 100%;
        height: 101%;
        background-color: red;
        color: white;
        border-radius: 10px;
    }

    .mswitch4-label-text.right-text {
        width: 100%;
        height: 100%;
        text-align: right;
        padding-right: 6px;
        padding-top: 2px;
        background-color: #1298DC;
        color: white;
        border-radius: 10px;
    }

    /* visible selectors */

    input:not(:checked)~div.mswitch4-label .mswitch2-label-text:nth-child(2),
    input:indeterminate~div.mswitch4-label .mswitch4-label-text:nth-child(2) {
        display: none;
    }

    input:checked~div.mswitch4-label .mswitch4-label-text:nth-child(1) {
        display: none;
    }

    /* shift indicator */

    input:not(:checked)~.mswitch4-control,
    input:indeterminate~.mswitch4-control {
        left: 1px;
    }

    input:checked~.mswitch4-control {
        right: 0px;
    }

    .mswitch3 {
        position: relative;
        width: 80px;
        height: 20px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }

    .mswitch3-radio {
        display: none;
    }

    .mswitch3-label {
        display: block;
        overflow: hidden;
        cursor: pointer;
        border: 1px solid #999999;
        border-radius: 16px;
        height: 100%;
        width: 100%;
        background-color: #eeeeee;
        /*        text-align: center; */
    }

    .mswitch3-labels {
        display: block;
        overflow: hidden;
        cursor: pointer;
        border: 1px solid #999999;
        border-radius: 16px;
        height: 100%;
        width: 100%;
    }

    .mswitch3-l {
        display: inline-block;
        cursor: pointer;
        height: 100%;
        width: 28%;
        background-color: transparent;
    }

    /* Начальная позиция переключателя*/

    .mswitch3-switch {
        display: block;
        width: 16px;
        height: 16px;
        margin: 0 px;
        background: #FFFFFF;
        position: absolute;
        top: 2px;
        right: 31px;
        border: 1px solid #999999;
        border-radius: 20px;
    }

    .mswitch3-label-text {
        height: 20px;
        line-height: 18px;
        font-size: 12px;
        color: #eeeeee;
        padding-top: 0px;
    }

    .mswitch3-label-text {
        height: 20px;
        line-height: 18px;
        font-size: 12px;
        color: #eeeeee;
        padding-top: 0px;
    }

    /* case selectors */
    /* backgound selectors */

    input[value='0']:checked~.mswitch3-label {
        background-color: red;
        color: #FFFFFF;
    }

    input[value='1']:checked~.mswitch3-label {
        background-color: #1298DC;
        color: #FFFFFF;
    }

    /* shift text */
    /* No */

    input[value='0']:checked~.mswitch3-label .mswitch3-label-text:nth-child(2) {
        display: none;
    }

    input[value='0']:checked~.mswitch3-label .mswitch3-label-text:nth-child(1) {
        float: right;
        text-align: right;
        padding-right: 5px;
        color: white;
    }

    /* Yes */

    input[value='1']:checked~.mswitch3-label .mswitch3-label-text:nth-child(1) {
        display: none;
    }

    input[value='1']:checked~.mswitch3-label .mswitch3-label-text:nth-child(2) {
        float: left;
        text-align: left;
        padding-left: 5px;
        color: white;
    }

    /* shift indicator */

    input[value='0']:checked~.mswitch3-switch {
        left: 3px;
    }

    input[value='1']:checked~.mswitch3-switch {
        right: 3px;
    }

    /* common */

    .left-text {
        float: left;
        text-align: left;
        padding-left: 3px;
    }

    .right-text {
        float: right;
        text-align: right;
        padding-right: 3px;
    }

    .absolute {
        position: absolute;
        top: 0;
        left: 0;
    }

    /* templates */

    template,
    usetemplate {
        display: none !important;
    }

    .mysize {
        height: 18px;
        width: 53px;
    }

    .mlong {
        width: 100px;
    }

    .margin3 {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .margin4 {
        margin-top: 9px;
        margin-bottom: 5px;
    }

    .form-control {
        outline: medium none;
        background: #F9F9F9 none repeat scroll 0% 0%;
        border: 1px solid #CCC;
        color: #222;
        font-size: 13px !important;
    }

    .checkbox-nice label::before {
        background: #F9F9F9 none repeat scroll 0% 0% padding-box;
        border: 1px solid #CCC;
    }

    #loading {
        /* z-index: 1100; */
    }

    .tvfon {
        /*  width: 100vw;
  height: 100vh;
  background-image: url("../img/tv.gif");
  opacity: 1;
  transition: opacity 0.5s ease 0s;*/
    }

    .switcher {
        display: none;
    }

    .notes_del.active {
        cursor: pointer;
        display: inline-block;
    }

    .notes_del:not(.active)+.notes_add {
        cursor: pointer;
        display: inline-block;
    }

    .obj_arch_state,
    .obj_arch_state_arch {
        box-shadow: none !important;
        border: 0 !important;
    }

    .obj_arch_state.active {
        display: inline-block;
    }

    .obj_arch_state:not(.active)+.obj_arch_state_arch {
        display: inline-block;
    }

    .inarchive {
        display: none;
    }

    /* противоположно логике - если НЕ active, то показываем */

    .inarchive:not(.active) {
        display: inline-block;
    }

    .inarchive:not(.active)+.inarchive_not {
        display: none;
    }

    .nopadding {
        padding: 0 !important;
    }

    .nomargin {
        margin: 0 !important;
    }

    .searchfilter {
        position: relative;
        margin-top: 15px;
        padding: 13px;
        border-radius: 3px;
        background: rgba(32, 79, 96, 0.52);
        color: #FFF !important;
        display: table;
    }

    .form-input-filter {
        background-color: rgba(80, 141, 176, 0.79);
        border: 1px solid #1D6FA5;
        color: #FFF;
    }

    .form-input-filter:-moz-placeholder {
        color: #fff;
    }

    .form-input-filter::-moz-placeholder,
    .form-input-filter[placeholder] {
        color: #fff;
    }

    .form-input-filter:-ms-input-placeholder {
        color: #fff;
    }

    .form-input-filter::-webkit-input-placeholder {
        color: #fff;
    }

    .btn-size-filter {
        width: 100%;
        border-color: #B6F127;
    }

    .main-box h2 {
        font-size: 1.5em;
        line-height: 29px;
        margin-top: 2px;
        margin-bottom: 2px;
        padding: 0px;
        text-align: center;
    }

    .user-lk {
        padding: 12px;
    }

    #sidebar-nav .nav>li>a:hover,
    #sidebar-nav .nav .open>a:hover {
        color: #0F0C0C;
        background: #fff;
    }

    .hover-obj {
        /*border: 1px solid #DAD8D8;*/
        border-radius: 11px;
    }

    @media (min-width: 1200px) {
        .hover-obj:hover {
            background: #fff6ee;
        }
    }

    ._adv>.list-lot {
        /*margin: 0 -20px; */
        margin-bottom: 9px;
    }

    .nav-tabs>li>a {
        font-size: 13px;
    }

    #col-left {
        color: #003940;
    }

    /*
.parser {
  background: #ECF9E3 none repeat scroll 0% 0%;
}

.clients {
  background: #E7ECCA none repeat scroll 0% 0%;
}
*/

    .panogoogle {
        position: absolute;
        width: 99%;
        height: 100%;
        right: 8px;
    }

    @media (max-width: 768px) {
        .panogoogle {
            width: 96%;
            right: 8px;
        }
    }

    div.bg_white>div.list-lot {
        border: 1px solid #E0EDED;
        -webkit-box-shadow: 0px 0px 15px rgba(157, 176, 176, 0.9);
        box-shadow: 0px 0px 15px rgba(157, 176, 176, 0.9);
    }

    .adv-params {
        line-height: 1;
    }

    select.input-sm,
    .input-group-sm>select.form-control,
    .input-group-sm>select.input-group-addon,
    .input-group-sm>.input-group-btn>select.btn,
    .form-group-sm .form-control {
        height: 25px;
        line-height: 25px;
    }

    .input-sm,
    .input-group-sm>.form-control,
    .input-group-sm>.input-group-addon,
    .input-group-sm>.input-group-btn>.btn,
    .form-group-sm .form-control {
        padding: 2px 10px;
        height: 25px;
    }


    .checkbox-nice {
        margin: 2px;
    }

    /*
body{
  background: transparent none repeat scroll 0%;
}       */

    .d-block {
        display: none;
    }

    .d-none {
        display: block;
    }

    @media screen and (max-width: 767px) {
        body {
            font-size: 140%;
        }

        ul.aux-info button,
        ul.aux-info a {
            width: 100%;
            font-size: 14px !important;
        }

        .main-box-body {
            padding: 0 1px 1px 1px !important;
        }

        h3 {
            background: rgba(0, 0, 0, 0.44);
            width: 100%;
            border-radius: 15px;
            color: white;
            margin-left: 0px;
            text-align: center;
            border-bottom: none;
        }

        .btn-md {
            width: 100%;
        }

        .obj_arch_state {
            width: 100%;
        }

        .obj_arch_state_arch {
            width: 100%;
        }

        .btn-x-wight {
            width: 100%;
            padding: 5px;
            margin-top: 5px;
        }

        .border-button {
            margin-right: 0 !important;
            padding: 10px 12px;
        }

        .popup_form_center {
            padding: 0;
        }

        .paginat {
            margin: 0 -8px 1px;
        }

        .admin_margin {
            margin: 0;
        }

        .border-line {
            color: black;
            font-size: 14px;
        }

        .thumb-meta-time {
            font-size: 1.1em !important;
        }

        .mobile-style {
            padding: 0 5px;
        }

        .mobile-style>div {
            border-bottom: 1px solid #E0EDED;
            padding: 14px 10px 1px 20px;
            min-height: 37px;
        }

        .mobile-style>p {
            border-bottom: 1px solid #E0EDED;
            padding: 10px 10px 1px 20px;
            min-height: 30px;
        }

        .mob-adv {
            padding: 0;
        }

        .widht100 {
            width: 100% !important;
            min-height: 0;
        }

        .border-line,
        .border-line.mobile-style {
            background: none;
        }

        .floatleft {
            float: left !important;
        }

        .wh-green>span .green {
            display: table;
        }

        .mobile-style>.btn,
        .mobile-style>div>.btn,
        .phones>button {
            width: 100% !important;
            border-radius: 5px;
        }

        .d-none {
            display: none;
        }

        .d-block {
            display: block;
        }

        .mobil-style-param {
            float: left;
            width: 100% !important;
            position: relative;
            padding: 0px 34px;
            line-height: 1.5;
        }

        .note-mobil {
            width: 20% !important;
            float: left;
        }

        .header-mobil {
            width: 80% !important;
            float: left;
        }

        .phone-xs {
            margin-top: 3px;
            margin-bottom: 3px;
        }

        .popup_menu {
            color: #70808B;
            font-size: 110%;
        }

        .treeview-sizes {
            right: 0% !important;
        }

        .treeview-padding-mob {
            padding: 20px;
        }

        .popup-user {
            padding: 25px !important;
        }

        #TreeView {
            font-size: 17px !important;
        }

        .usereditform {
            margin: 2px;
            left: 0 !important;
            max-width: 410px;
        }
    }

    .badge.badge-success,
    .btn-success {
        text-decoration: none;
        color: white;
        border: none;
        text-shadow: 0 -1px 0 #3D561F;
        background-color: #657948;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #82A353), color-stop(0.5, #62843C), color-stop(0.51, #5B7E32), color-stop(1, #476928));
        background: -webkit-linear-gradient(top, #82A353 0%, #62843C 50%, #5B7E32 51%, #476928 100%);
        background: -moz-linear-gradient(top, #82A353 0%, #62843C 50%, #5B7E32 51%, #476928 100%);
        background: -ms-linear-gradient(top, #82A353 0%, #62843C 50%, #5B7E32 51%, #476928 100%);
        background: -o-linear-gradient(top, #82A353 0%, #62843C 50%, #5B7E32 51%, #476928 100%);
        background: linear-gradient(top, #82A353 0%, #62843C 50%, #5B7E32 51%, #476928 100%);
    }

    .badge.badge-success:hover,
    .badge.badge-success:active,
    .badge.badge-success:focus,
    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        text-decoration: none;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #688939), color-stop(1, #5B6D40));
        background: -webkit-linear-gradient(top, #688939, #5B6D40);
        background: -moz-linear-gradient(top, #688939, #5B6D40);
        background: -ms-linear-gradient(top, #688939, #5B6D40);
        background: -o-linear-gradient(top, #688939, #5B6D40);
        background: linear-gradient(top, #688939, #5B6D40);
    }

    .badge.badge-primary,
    .btn-primary {
        text-decoration: none;
        color: white;
        text-shadow: 0 -1px 0 #1F2456;
        background: #59b5f2;
        background-image: -webkit-linear-gradient(top, #59b5f2, #47697d);
        background-image: -moz-linear-gradient(top, #59b5f2, #47697d);
        background-image: -ms-linear-gradient(top, #59b5f2, #47697d);
        background-image: -o-linear-gradient(top, #59b5f2, #47697d);
        background-image: linear-gradient(to bottom, #59b5f2, #47697d);
        border: none;
    }

    .badge.badge-primary:hover,
    .badge.badge-primary:active,
    .badge.badge-primary:focus,
    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        text-decoration: none;
        background: #1a77ad;
        background-image: -webkit-linear-gradient(top, #1a77ad, #1d73ad);
        background-image: -moz-linear-gradient(top, #1a77ad, #1d73ad);
        background-image: -ms-linear-gradient(top, #1a77ad, #1d73ad);
        background-image: -o-linear-gradient(top, #1a77ad, #1d73ad);
        background-image: linear-gradient(to bottom, #1a77ad, #1d73ad);
    }

    .badge.badge-warning,
    .btn-warning {
        background: #ffc908;
        background-image: -webkit-linear-gradient(top, #ffc908, #bdb70b);
        background-image: -moz-linear-gradient(top, #ffc908, #bdb70b);
        background-image: -ms-linear-gradient(top, #ffc908, #bdb70b);
        background-image: -o-linear-gradient(top, #ffc908, #bdb70b);
        background-image: linear-gradient(to bottom, #ffc908, #bdb70b);
        text-shadow: 1px 1px 3px #666666;
        color: #ffffff;
        text-decoration: none;
    }

    .badge.badge-warning:hover,
    .badge.badge-warning:active,
    .badge.badge-warning:focus,
    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active,
    .btn-warning.active,
    .open .dropdown-toggle.btn-warning {
        background: #baa02b;
        background-image: -webkit-linear-gradient(top, #ffc908, #ffc107);
        background-image: -moz-linear-gradient(top, #ffc908, #ffc107);
        background-image: -ms-linear-gradient(top, #ffc908, #ffc107);
        background-image: -o-linear-gradient(top, #ffc908, #ffc107);
        background-image: linear-gradient(to bottom, #ffc908, #ffc107);
        text-decoration: none;
    }

    #header-navbar .nav>li>a>span.count,
    .badge.badge-danger,
    .btn-danger {
        background: #e46f74;
        background-image: -webkit-linear-gradient(top, #e46f74, #dd191d);
        background-image: -moz-linear-gradient(top, #e46f74, #dd191d);
        background-image: -ms-linear-gradient(top, #e46f74, #dd191d);
        background-image: -o-linear-gradient(top, #e46f74, #dd191d);
        background-image: linear-gradient(to bottom, #e46f74, #dd191d);
        text-shadow: 4px 1px 3px #666666;
        color: #ffffff;
        text-decoration: none;
    }

    #header-navbar .nav>li>a>span.count:hover,
    .badge.badge-danger:hover,
    #header-navbar .nav>li>a>span.count:focus,
    .badge.badge-danger:focus,
    #header-navbar .nav>li>a>span.count:active,
    .badge.badge-danger:active,
    .badge.badge-danger:active,
    .badge.badge-danger:focus,
    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger {
        background: #dd191d;
        background-image: -webkit-linear-gradient(top, #dd191d, #dd191d);
        background-image: -moz-linear-gradient(top, #dd191d, #dd191d);
        background-image: -ms-linear-gradient(top, #dd191d, #dd191d);
        background-image: -o-linear-gradient(top, #dd191d, #dd191d);
        background-image: linear-gradient(to bottom, #dd191d, #dd191d);
        text-decoration: none;
    }

    .ui-widget-content {
        border: none;
    }

    .userfile {
        max-height: auto;
        width: 100% !important;
        background-repeat: no-repeat;
        background-position: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .passfile {
        height: auto !important;
        width: 100px !important;
        border-radius: 20px;
        background-repeat: no-repeat;
        background-position: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .label {
        color: black;
    }

    .popup-user {
        z-index: 1010;
        /* min-width: 360px; */
        color: black;
        max-width: 800px;
        padding: 15px;
        font-size: 15px;
        font-weight: normal;
        line-height: 1.42857143;
        vertical-align: middle;
        white-space: normal;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border-radius: 6px;
        -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .5);
        box-shadow: 0 10px 10px rgba(0, 0, 0, .5);
    }

    @media (min-width: 768px) {
        .border-line {
            padding: 0 10px;
        }

        .popup-user {
            min-width: 740px;
        }

        .border-button {
            padding: 9px 12px !important;
        }

        .phone-block {
            position: absolute;
            z-index: 1;
            background: #fff;
            padding: 14px;
            border-radius: 9px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
            right: 5%;
        }
    }

    .popup-user-windos {
        min-width: 200px;
    }

    .treeview-sizes {
        position: absolute;
        z-index: 1010;
    }

    @media (min-width: 768px) {
        .user-form-line {
            border-left: 2px dashed #ccc;
        }
    }

    @media (min-width: 1200px) {
        .grayscale {
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            -o-filter: grayscale(100%);
            filter: grayscale(100%);
            filter: url(grayscale.svg#greyscale);
            /* Firefox 4+ */
            filter: gray;
            /* IE 6-9 */
            -webkit-filter: grayscale(1);
        }

        .grayscale:hover {
            -webkit-filter: none;
            -moz-filter: none;
            -ms-filter: none;
            -o-filter: none;
            filter: none;
            filter: none;
            filter: none;
            /* IE 6-9 */
        }
    }

    .btn-focus-white:focus,
    .btn-focus-white:hover {
        color: white;
    }

    .bg_none {
        background: none !important;
    }

    .height-content {
        min-height: calc(100vh - 50px);
        box-shadow: none;
    }

    .gallery-photos li .photo-box.image-link.photouser {
        padding-top: 100%;
    }

    @media screen and (max-width: 28em) {
        .mobil_info {
            opacity: 1;
            visibility: visible;
            display: block;
            background: #03a9f4;
            z-index: 998 !important;
        }

        .mobil_size_modal {
            margin-top: 100px;
        }

        #TreeView {
            /* display: none; */
            font-size: 12px !important;
        }
    }

    /* Side Menu */

    #sidebar-wrapper {
        z-index: 1000;
        position: fixed;
        right: 0;
        width: 250px;
        height: 100%;
        transform: translateX(250px);
        overflow-y: auto;
        background: #222;
        /*  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;   */
    }

    .sidebar-nav {
        position: absolute;
        top: 0;
        width: 250px;
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 12px;
    }

    .sidebar-nav li {
        text-indent: 10px;
        line-height: 40px;
        /*border-bottom: 1px solid #000;*/
    }

    .sidebar-nav li a {
        display: block;
        text-decoration: none;
        color: #999;
    }

    .sidebar-nav li a:hover {
        text-decoration: none;
        color: #fff;
        background: #605F5FB3;
    }

    .sidebar-nav li a:active,
    .sidebar-nav li a:focus {
        text-decoration: none;
    }

    .sidebar-nav>.sidebar-brand {
        height: 55px;
        font-size: 14px;
        line-height: 55px;
    }

    .sidebar-nav>.sidebar-brand a {
        color: #999;
    }

    .sidebar-nav>.sidebar-brand a:hover {
        color: #fff;
        background: none;
    }

    #sidebar-wrapper.active {
        right: 250px;
        width: 250px;
    }

    .toggle {
        margin: 5px 5px 0 0;
    }

    .btn-light>i,
    .btn-light {
        border-radius: 0;
        color: gray;
        background-color: rgb(255, 255, 255);
    }

    .btn-light:hover,
    .btn-light:focus,
    .btn-light:active,
    .btn-light>i:hover,
    .btn-light>i:focus,
    .btn-light>i:active {
        color: red;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .dom_info_lvl0 {
        color: #333131;
        border: 1px solid #bfb9b9;
        margin-bottom: 4px;
        padding: 5px;
        border-radius: 5px;
    }

    .dom_info_lvl1 {
        color: #0BA0E7;
    }

    .dom_info_lvl2 {
        color: #333131;
    }

    .back-gr-none {
        background: none !important;
    }

    .alert-comment-trangullar-left-top::before,
    .alert-comment-trangullar-left-top::after {
        content: '';
        position: absolute;
        left: 20px;
        top: -20px;
        border: 10px solid transparent;
        border-bottom: 10px solid #2980b93b;
    }

    .alert-comment-trangullar-left-top::after {
        border-bottom: 10px solid #D9EDF7;
        top: -19px;
    }

    .alert-danger-trangullar-left-bottom::before,
    .alert-danger-trangullar-left-bottom::after {
        content: '';
        position: absolute;
        left: 20px;
        bottom: -20px;
        border: 10px solid transparent;
        border-top: 10px solid #dd191d3b;
    }

    .alert-danger-trangullar-left-bottom::after {
        border-top: 10px solid #f2dede;
        bottom: -19px;
    }

    .alert-danger-trangullar-left-bottom {
        margin-bottom: 10px;
    }

    .alert-comment-trangullar-left-top {
        margin-top: 10px;
    }

    .alert {
        position: relative;
        font-size: 13px;
        /*font-style: italic;*/
        min-height: 45px;
    }

    @media (max-width: 350px) {
        .hide-phone {
            display: none !important;
        }

        .btn {
            font-size: 12px;
        }

        .border-line {
            font-size: 12px;
        }

        .btn-xs {
            font-size: 10px;
            padding: 4px 4px;
        }

        .paddig-menu {
            padding: 4px 2px;
        }
    }

    .pagination>li>a,
    .pagination>li>span {
        background: none;
    }

    .status-adv {
        border: 1px solid #404142;
        border-radius: 20px;
        margin-top: 5px;
        padding: 1px 8px;
        min-width: 100px;
        font-size: 10px;
        color: #404142;
    }

    #to-top {
        display: none;
        position: fixed;
        bottom: 5px;
        right: 5px;
    }

    .btn-dark {
        border-radius: 0;
        color: #fff !important;
        background-color: rgba(0, 0, 0, 0.4);
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 6px;
    }

    @media (min-width: 1200px) {
        .gallery-photos li .photo-box.image-link {
            /* padding-top: 207px;*/
            padding-top: 100%;
        }

        .heder_obj {
            height: 2.1em;
        }

        .flex_obj {
            display: flex;
            flex-wrap: wrap;
        }

        .heder_btn .btn {
            padding: 6px;
        }

        .gallery-photos li .photo-box.image-link.photo-log {
            padding-top: 90%;
        }

    }

    .bs-callout {
        margin: 20px 0;
        padding: 20px;
        border-left: 3px solid #eee;
    }

    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code {
        background-color: #fff;
        border-radius: 3px;
    }

    .bs-callout-danger {
        background-color: #fdf7f7;
        border-color: #d9534f;
    }

    .bs-callout-danger h4 {
        color: #d9534f;
    }

    .bs-callout-warning {
        background-color: #fcf8f2;
        border-color: #f0ad4e;
    }

    .bs-callout-warning h4 {
        color: #f0ad4e;
    }

    .bs-callout-info {
        background-color: #f4f8fa;
        border-color: #5bc0de;
    }

    .bs-callout-info h4 {
        color: #5bc0de;
    }

    .btn.dropdown-toggle.select-boot {
        background: #f9f9f9;
        border: 1px solid #ccc;
        color: #222;
        padding: 2px 25px 2px 10px;
    }

    .form-input-filter>.btn.dropdown-toggle.select-boot {
        background: rgba(80, 141, 176, 0.79);
        border: 1px solid #1D6FA5;
        color: #fff;
        padding: 6px 25px 6px 5px;
        border-radius: 2px;
    }

    .btn.dropdown-toggle.select-boot:focus,
    .btn.dropdown-toggle.select-boot:active,
    .btn.dropdown-toggle.select-boot:hover {
        border-color: rgba(52, 151, 219, 0.6);
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(52, 152, 219, 0.6);
    }

    .bootstrap-select>div.dropdown-menu>ul.dropdown-menu>li>a {
        padding: 2px 25px 2px 5px;
    }

    /*
.select-boot{
  border-radius:25px;
}
.form-input-filter > .select-boot{
  border-radius:2px;
}*/
    /* General styles for the modal */
    /*
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the
perspective effects (not including the modals and the overlay).
*/

    .md-perspective,
    .md-perspective body {
        height: 100%;
        overflow: hidden;
    }

    .md-perspective body {
        background: #222;
        -webkit-perspective: 600px;
        -moz-perspective: 600px;
        perspective: 600px;
    }

    /* .container {
  background: #e74c3c;
  min-height: 100%;
} */

    .md-modal {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 50%;
        max-width: 630px;
        min-width: 320px;
        height: auto;
        z-index: 2000;
        visibility: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    .md-show {
        visibility: visible;
    }

    .md-map {
        position: fixed;
        width: 100%;
        height: calc(100% - 50px);
        /*  visibility: hidden;  */
        /*  background: rgba(0,0,0,0.7);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;      */
    }

    .md-overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        visibility: hidden;
        top: 0;
        left: 0;
        z-index: 1000;
        opacity: 0;
        background: rgba(0, 0, 0, 0.7);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .md-show~.md-overlay {
        opacity: 1;
        visibility: visible;
    }

    /* Content styles */

    .md-content {
        color: #344644;
        background: #fff;
        position: relative;
        border-radius: 3px;
        margin: 0 auto;
    }

    /* Individual modal styles with animations/transitions */
    /* Effect 1: Fade in and scale up */

    .md-effect-1 .md-content {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .md-show.md-effect-1 .md-content {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    /* Effect 2: Slide from the right */

    .md-effect-2 .md-content {
        -webkit-transform: translateX(20%);
        -moz-transform: translateX(20%);
        -ms-transform: translateX(20%);
        transform: translateX(20%);
        opacity: 0;
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
        -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
        transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    }

    .md-show.md-effect-2 .md-content {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    /* Effect 3: Slide from the bottom */

    .md-effect-3 .md-content {
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        transform: translateY(20%);
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .md-show.md-effect-3 .md-content {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    /* Effect 4: Newspaper */

    .md-effect-4 .md-content {
        -webkit-transform: scale(0) rotate(720deg);
        -moz-transform: scale(0) rotate(720deg);
        -ms-transform: scale(0) rotate(720deg);
        transform: scale(0) rotate(720deg);
        opacity: 0;
    }

    .md-show.md-effect-4~.md-overlay,
    .md-effect-4 .md-content {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .md-show.md-effect-4 .md-content {
        -webkit-transform: scale(1) rotate(0deg);
        -moz-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }

    /* Effect 5: fall */

    .md-effect-5.md-modal {
        -webkit-perspective: 1300px;
        -moz-perspective: 1300px;
        perspective: 1300px;
    }

    .md-effect-5 .md-content {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: translateZ(600px) rotateX(20deg);
        -moz-transform: translateZ(600px) rotateX(20deg);
        -ms-transform: translateZ(600px) rotateX(20deg);
        transform: translateZ(600px) rotateX(20deg);
        opacity: 0;
    }

    .md-show.md-effect-5 .md-content {
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        -webkit-transform: translateZ(0px) rotateX(0deg);
        -moz-transform: translateZ(0px) rotateX(0deg);
        -ms-transform: translateZ(0px) rotateX(0deg);
        transform: translateZ(0px) rotateX(0deg);
        opacity: 1;
    }

    /* Effect 6: side fall */

    .md-effect-6.md-modal {
        -webkit-perspective: 1300px;
        -moz-perspective: 1300px;
        perspective: 1300px;
    }

    .md-effect-6 .md-content {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
        -moz-transform: translate(30%) translateZ(600px) rotate(10deg);
        -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
        transform: translate(30%) translateZ(600px) rotate(10deg);
        opacity: 0;
    }

    .md-show.md-effect-6 .md-content {
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        -webkit-transform: translate(0%) translateZ(0) rotate(0deg);
        -moz-transform: translate(0%) translateZ(0) rotate(0deg);
        -ms-transform: translate(0%) translateZ(0) rotate(0deg);
        transform: translate(0%) translateZ(0) rotate(0deg);
        opacity: 1;
    }

    /* Effect 7:  slide and stick to top */

    .md-effect-7 {
        top: 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .md-effect-7 .md-content {
        -webkit-transform: translateY(-200%);
        -moz-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
        transform: translateY(-200%);
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        opacity: 0;
    }

    .md-show.md-effect-7 .md-content {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        border-radius: 0 0 3px 3px;
        opacity: 1;
    }

    /* Effect 8: 3D flip horizontal */

    .md-effect-8.md-modal {
        -webkit-perspective: 1300px;
        -moz-perspective: 1300px;
        perspective: 1300px;
    }

    .md-effect-8 .md-content {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: rotateY(-70deg);
        -moz-transform: rotateY(-70deg);
        -ms-transform: rotateY(-70deg);
        transform: rotateY(-70deg);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 0;
    }

    .md-show.md-effect-8 .md-content {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
        opacity: 1;
    }

    /* Effect 9: 3D flip vertical */

    .md-effect-9.md-modal {
        -webkit-perspective: 1300px;
        -moz-perspective: 1300px;
        perspective: 1300px;
    }

    .md-effect-9 .md-content {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: rotateX(-70deg);
        -moz-transform: rotateX(-70deg);
        -ms-transform: rotateX(-70deg);
        transform: rotateX(-70deg);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 0;
    }

    .md-show.md-effect-9 .md-content {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }

    /* Effect 10: 3D sign */

    .md-effect-10.md-modal {
        -webkit-perspective: 1300px;
        -moz-perspective: 1300px;
        perspective: 1300px;
    }

    .md-effect-10 .md-content {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: rotateX(-60deg);
        -moz-transform: rotateX(-60deg);
        -ms-transform: rotateX(-60deg);
        transform: rotateX(-60deg);
        -webkit-transform-origin: 50% 0;
        -moz-transform-origin: 50% 0;
        transform-origin: 50% 0;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .md-show.md-effect-10 .md-content {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }

    /* Effect 11: Super scaled */

    .md-effect-11 .md-content {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .md-show.md-effect-11 .md-content {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    /* Effect 13: 3D slit */

    .md-effect-13.md-modal {
        -webkit-perspective: 1300px;
        -moz-perspective: 1300px;
        perspective: 1300px;
    }

    .md-effect-13 .md-content {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: translateZ(-3000px) rotateY(90deg);
        -moz-transform: translateZ(-3000px) rotateY(90deg);
        -ms-transform: translateZ(-3000px) rotateY(90deg);
        transform: translateZ(-3000px) rotateY(90deg);
        opacity: 0;
    }

    .md-show.md-effect-13 .md-content {
        -webkit-animation: slit .7s forwards ease-out;
        -moz-animation: slit .7s forwards ease-out;
        animation: slit .7s forwards ease-out;
    }

    @-webkit-keyframes slit {
        50% {
            -webkit-transform: translateZ(-250px) rotateY(89deg);
            opacity: .5;
            -webkit-animation-timing-function: ease-out;
        }

        100% {
            -webkit-transform: translateZ(0) rotateY(0deg);
            opacity: 1;
        }
    }

    @-moz-keyframes slit {
        50% {
            -moz-transform: translateZ(-250px) rotateY(89deg);
            opacity: .5;
            -moz-animation-timing-function: ease-out;
        }

        100% {
            -moz-transform: translateZ(0) rotateY(0deg);
            opacity: 1;
        }
    }

    @keyframes slit {
        50% {
            transform: translateZ(-250px) rotateY(89deg);
            opacity: 1;
            animation-timing-function: ease-in;
        }

        100% {
            transform: translateZ(0) rotateY(0deg);
            opacity: 1;
        }
    }

    /* Effect 14:  3D Rotate from bottom */

    .md-effect-14.md-modal {
        -webkit-perspective: 1300px;
        -moz-perspective: 1300px;
        perspective: 1300px;
    }

    .md-effect-14 .md-content {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: translateY(100%) rotateX(90deg);
        -moz-transform: translateY(100%) rotateX(90deg);
        -ms-transform: translateY(100%) rotateX(90deg);
        transform: translateY(100%) rotateX(90deg);
        -webkit-transform-origin: 0 100%;
        -moz-transform-origin: 0 100%;
        transform-origin: 0 100%;
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .md-show.md-effect-14 .md-content {
        -webkit-transform: translateY(0%) rotateX(0deg);
        -moz-transform: translateY(0%) rotateX(0deg);
        -ms-transform: translateY(0%) rotateX(0deg);
        transform: translateY(0%) rotateX(0deg);
        opacity: 1;
    }

    /* Effect 15:  3D Rotate in from left */

    .md-effect-15.md-modal {
        -webkit-perspective: 1300px;
        -moz-perspective: 1300px;
        perspective: 1300px;
    }

    .md-effect-15 .md-content {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
        -moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
        -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
        transform: translateZ(100px) translateX(-30%) rotateY(90deg);
        -webkit-transform-origin: 0 100%;
        -moz-transform-origin: 0 100%;
        transform-origin: 0 100%;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .md-show.md-effect-15 .md-content {
        -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
        -moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
        -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
        transform: translateZ(0px) translateX(0%) rotateY(0deg);
        opacity: 1;
    }

    /*
@media screen and (max-width: 767px) {
  .fixed-header #header-navbar{
    position: absolute;
  }
}*/
    .percent {
        display: block;
        position: fixed;
        z-index: 10000000;
        font-size: 14px;
        top: 70px;
        right: 5px;
    }

    .contract-form {
        border-bottom: 1px solid #e5e5e5;
    }

    .type-assignment-title {
        font-size: 15px;
    }

    .type-assignment {
        /*font-style: italic;*/
    }

    .hide_if_empty:empty {
        display: none;
    }


    .pError {
        color: blue;
    }

    .pError::before {
        content: "! ";
        font-weight: bold;
        color: red;
    }

    .pError::before:empty {
        display: none;
    }

    .pRequired {
        color: blue;
    }

    .pRequired::before {
        content: "* ";
        font-weight: bold;
        color: red;
    }

    .pRequired::before:empty {
        display: none;
    }

    m-template {
        display: none;
    }

    use-template {
        display: none;
    }

    .metro_list {
        border: 1px solid #d1d8de;
        background-color: #f5f5f5;
        padding: 3px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 10px;
        outline: 0;
        display: inline-block;
        margin: 2px 1px;
        cursor: pointer;
        /*font-style: italic;*/
    }

    .metro_dialog {
        overflow-y: auto;
        max-height: 500px;
    }

    span.js_cntmetro.count {
        background: #E84E40 none repeat scroll 0px 0px padding-box;
        border-radius: 10px;
        color: #FFF;
        display: inline-block;
        font-size: 12px;
        height: 16px;
        width: 26px;
    }

    .fa-close {
        opacity: 0.5;
    }

    .faviconsites {
        width: 16;
        height: 16;
        /*margin-right: 9px;*/
        text-align: right;
    }

    .leaflet-container {
        z-index: 1;
    }

    .ui-autocomplete {
        z-index: 2;
    }

    .video-block-btn {
        padding: 2px 2px;
    }

    .js_edit p,
    .js_edit b {

        font-style: normal;
        font-weight: 400;
        font-size: 0.875em;
        display: inline-block;
    }

    .photo-log {
        padding-top: 75%;
    }

    .chat.fa-trash-o {
        /* position: absolute;*/
        font-size: 14px;
        right: 12px;
        bottom: 15px;
        color: #a6a6a6;
        cursor: pointer;
    }

    .chat.fa-trash-o:hover {
        color: #f95858;
    }

    .chat.fa-pencil-square-o {
        /* position: absolute;*/
        font-size: 14px;
        right: 12px;
        bottom: 15px;
        color: #a6a6a6;
        cursor: pointer;
    }

    .chat.fa-pencil-square-o:hover {
        color: #f95858;
    }

    .chat.control {
        float: right;
    }

    .close {
        font-size: 30px;
    }

    .btn-theder {
        display: none;
    }

    @media (max-width: 768px) {
        .close {
            font-size: 50px;
        }

        .heder_btn {
            display: none;
        }

        .btn-theder {
            display: block;
            float: right;
        }

        .dateadd {
            display: none;
        }

        .dateadd-xs {
            display: block;
        }

        .messbut-fa-icon {
            padding: 15px 0 0 0;
        }
    }

    .photo-box {
        -moz-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        -webkit-transition: all 1s ease-out;
    }

    .photo-box:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    @media (min-width: 960px) {
        ._obj {
            -webkit-animation-name: bounceInRight;
            animation-name: bounceInRight;
            -webkit-animation-duration: 1.75s;
            animation-duration: 0.85s;
        }

        ._objtoleft {
            -webkit-animation-name: bounceInLeft;
            animation-name: bounceInLeft;
            -webkit-animation-duration: 1.25s;
            animation-duration: 1.25s;
        }
    }

    input[type=checkbox] {
        /* Double-sized Checkboxes */
        -ms-transform: scale(1.3);
        /* IE */
        -moz-transform: scale(1.3);
        /* FF */
        -webkit-transform: scale(1.3);
        /* Safari and Chrome */
        -o-transform: scale(1.3);
        /* Opera */
        transform: scale(1.3);
        padding: 7px;
    }

    /*  /* Might want to wrap a span around your checkbox text */
    .checkboxtext {
        /* Checkbox text */
        /* font-size: 50%;*/
        display: inline;
    }

    .modal-backdrop.in {
        z-index: 3;
    }

    .lform p {
        margin: 10px 0 0px;
    }

    .close-a {
        position: absolute;
        right: 5px;
        top: 2px;
        z-index: 2;
        font-size: 35px;
    }

    .share-area-block {
        background: rgba(236, 238, 232, 0.33);
        border-radius: 20px;
        padding: 8px;
    }

    .editable {
        width: 85%;
    }

    ._current_edit {
        width: 85%;
    }

    .float-right {
        float: right;
    }

    @media(min-width: 768px) {
        .desc-clipping {
            white-space: nowrap;
            overflow: hidden;
            padding: 0 1px;
            text-overflow: ellipsis;
        }

        ul>.switcher,
        .aux-info>button {
            float: right;
            margin: 0 2px 0;
        }

        ul.aux-info button,
        ul.aux-info a {

            min-width: 140px;
        }
    }

    @media(min-width: 1200px) {


        ul.aux-info button,
        ul.aux-info a {
            min-width: 160px;
        }

        ul.aux-info>.link2site {
            min-width: 70px;
            min-height: 25px;
        }
    }

    .fs-margin {
        margin-right: 3px;
    }

    .img-overlay-wrap {
        position: relative;
        display: inline-block;
        /* <= shrinks container to image size */
        transition: transform 150ms ease-in-out;
    }

    .img-overlay-wrap img {
        /* <= optional, for responsiveness */
        display: block;
        max-width: 100%;
        height: auto;
    }

    .img-overlay-wrap svg {
        position: absolute;
        top: 0;
        left: 0;
    }

    .active>text>tspan {
        fill: #2c13a2;
        text-decoration: underline;

    }

    .active>text {
        fill: #2c13a2;
        text-decoration: underline;

    }

    .img-overlay-wrap>svg g {
        cursor: pointer !important;
    }