@font-face {
    font-family: 'kendoui';
    src: url('Images/kendoui.woff') format('woff'),
        url('Images/kendoui.ttf') format('truetype');
}
body:before
{
    font-family: "Kendo UI";
    content: "\a0";
    font-size: 0;
    width: 0;
    height: 0;
    position: absolute;
    z-index: -1;
}

html, body
 {
    margin: 0;
    padding: 0;
    min-width: 320px;
}

#example {
    padding-top: 2em;
}

header {
    margin: 0;
    font-size: 20px;
    color: #fff;
    /*background-color: #272727;*/
      background-color: #fff;
}

header h1,
header button {
    display: inline-block;
    vertical-align: middle;
}

header .container h1 {
    margin: 0;
    font-size: 21px;
    line-height: 65px;
    padding-top: 20px;
    padding-left: 0;
}

#configure,
header label {
    border-style: solid;
    border-color: #636363;
    border-width: 0 0 0 1px;
    margin-bottom: 0;
    font-weight: normal;
}

header .container {
    position: relative;
}

header .description {
    text-transform: uppercase;
    color: #ccc;
    font-size: 10px;
    line-height: 29px;
}
.k-popup.ra-list {
    background-color: #010101;
    border-color: #5c5c5c;
    color: #fff;
    padding: 0;
    border-radius: 0;
}

.k-popup.ra-list .k-state-hover,
.k-popup.ra-list .k-state-selected,
.k-popup.ra-list .k-state-focused {
    background-image: none;
    background-color: #555;
    box-shadow: none;
    color: #fff;
    border-color: #555;
}

.k-popup.ra-list .k-item {
    border-radius: 0;
    text-indent: 7px;
}

#configure {
    z-index: 10;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-width: 0 0 0 1px;
    background-color: transparent;
    position: absolute;
    top: 0; right: 0;
    color: #fff;
}

#demo {
    padding-top: 46px;
}

#menu {
    margin-bottom: 30px;
}

#profile {
    position: relative;
}

.ra-well-title {
    font-size: 1.2857em;
    line-height: 1.2857em;
    border-bottom: 1px solid #e7e7e7;
    margin: -5px -19px 0.8333em;
    padding: 0 19px 0.7222em;
}

.ra-avatar {
    border: 1px solid #e7e7e7;
    border-radius: 2px;
}

.ra-first-name {
    display: block;
    margin-top: 0.8571em;
}

.ra-last-name {
    display: block;
    font-size: 1.7143em;
    line-height: 1.3em;
}

.ra-position {
    font-size: 0.8571em;
    color: #999;
    padding-bottom: 2em;
}

.form-group .k-widget,
.form-group .k-textbox {
    width: 100%;
}

.buttons-wrap {
    border-top: 1px solid #e7e7e7;
    padding-top: .5em;
    text-align: right;
}

.ra-section {
    margin-bottom: 20px;
}

.ra-well-overlay {
    margin: -16px -20px -19px;
}

#tabstrip .k-content {
    min-height: 156px;
}

#tabstrip .k-chart {
    height: 156px;
}

#tabstrip .k-content {
    padding: 1px;
}

#tabstrip-4 {
    text-align: center;
}

#tabstrip .km-icon:after {
    font: 1.3em/1em "Kendo UI" !important;
}

.revenue:after { content: "\E08C"; }
.spd:after { content: "\E04B"; }
.spr:after { content: "\E050"; }
.share:after { content: "\E04E"; }

#tabstrip .k-tabstrip-items span {
    float: left;
    line-height: 1.3em;
    vertical-align: middle;
}

#tabstrip .k-tabstrip-items .hidden-xs {
    margin-left: 4px;
}

.market-donut {
    display: inline-block;
    width: 170px;
}

#panelbar .k-content {
    padding: 1em;
}

#panelbar ul {
    margin-bottom: 10px;
}

#listview {
    list-style-type: none;
    padding: 0 0 15px;
}

#listview figure {
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    padding: 5px;
    margin-top: 15px;
}

figure h4 {
    font-size: 1.15em;
}

figure p.hidden-sm {
    min-height: 80px;
}

footer {
    text-align: right;
    font-size: 0.8571em;
    padding: 2em 0;
}

header .container h1.visible-sm {
    padding-top: 10px;
    line-height: 33px;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .k-menu.k-menu-horizontal .k-item {
        float: none;
    }

    header .container {
        padding-right: 0;
    }

    header .container h1 {
        padding-top: 0;
        line-height: 50px;
    }

    header label {
        border-width: 1px 0 0 0;
        display: block;
    }

    #configurator-wrap {
        position: absolute;
        overflow: hidden;
        height: 260px;
        right: 0;
        top: 50px;
        z-index: 1000;
        padding: 0;
        width: 320px;
    }

    #configurator {
        background-color: #272727;
        position: absolute;
        width: 100%;
        margin: 0;
    }
}

.k-black body,
.k-metroblack body,
.k-black .well,
.k-metroblack .well,
.k-black .ra-well-title,
.k-metroblack .ra-well-title,
.k-black .buttons-wrap,
.k-metroblack .buttons-wrap
{
    border-color: #444;
    background-color: #1e1e1e;
    color: #fff;
}

.k-highcontrast body,
.k-highcontrast .well
.k-highcontrast .ra-well-title,
.k-highcontrast .buttons-wrap
{
    border-color: #664e62;
    background-color: #2c232b;
    color: #fff;
}

.k-moonlight body,
.k-moonlight .well,
.k-moonlight .ra-well-title,
.k-moonlight .buttons-wrap
{
    border-color: #171e28;
    background-color: #212a33;
    color: #fff;
}
.k-radio-label
{
    font-weight:normal;
}
.k-popup .k-list .k-item {
    font-size:13px;
}

.popuplink {
    color: red;
    text-decoration: underline;
    /*font-size: 25px;
        font-weight: bold;
        text-decoration-style: solid;
        margin: 10px;*/
}


/*Bootstrap Chat Styles  added on May 11, 2022*/


/*body {
    margin-top: 20px;
    background: #eee;
}*/

.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: calc(100vh - 150px);
    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: #2da9e9;
        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 - 278px);
    width: 325px;
    direction: rtl;
    overflow-y: scroll;
    padding-left: 20px;
}

@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 #2da9e9;
            border-top-color: rgba(205,211,237,0.75);
            border-bottom-color: rgba(205,211,237,0.75);
            background-color: #fbfcff;
        }

    .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: #a6a6a6;
        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: 8px;
        left: 5px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        background-color: #ff9e2a;
        border-radius: 50%;
        color: #fff;
        font-weight: 600;
        font-size: 10px;
    }

.message-body {
    background-color: #fbfcff;
    height: 100%;
    /*width: calc(100% - 305px);*/
    width: 100%;
    float: right;
}

    .message-body .message-top {
        display: inline-block;
        width: 100%;
        position: relative;
        min-height: 53px;
        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: calc(100% + 3px);
    min-height: 270px;
    height: calc(100vh - 320px);
    background-color: #fbfcff;
    margin-bottom: 30px;
    padding: 30px 5px 5px 5px;
    overflow-y: scroll;
    border:1px solid #888888;    
}

.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: 11px;
        left: 63px;
        float: left;
        z-index: 100;
        border-top: 10px solid transparent;
        border-left: none;
        border-bottom: 10px solid transparent;
        border-right: 13px solid #fff;
    }

    .message:before {
        content: "";
        position: absolute;
        top: 10px;
        left: 62px;
        float: left;
        z-index: 99;
        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: 12px;
            float: right;
            padding-right: 10px;
        }

        .message .message-info > h4 {
            font-size: 14px;
            font-weight: 600;
            margin: 7px 13px 0 10px;
            color: #65addd;
            float: left;
        }

    .message hr {
        margin: 4px 2%;
        width: 96%;
        opacity: 0.75;
    }

    .message .message-text {
        text-align: left;
        padding: 3px 13px 10px 13px;
        font-size: 14px;
    }

    .message.my-message .message-body {
        float: right;
        margin: 0 15px 20px 5px;
    }

    .message.my-message:after {
        content: "";
        position: absolute;
        top: 11px;
        left: auto;
        right: 63px;
        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: 10px;
        left: auto;
        right: 62px;
        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: #314557;
        border: 1px solid #314557;
        color: #fff;
    }

    .message.dark:after, .message.dark:before {
        border-right: 13px solid #314557;
    }

    .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: 0;
        bottom: 0;
        margin: auto;
        border: 1px solid rgba(0,0,0,0.05);
        outline: none;
        font-weight: 600;
        border-radius: 50%;
        padding: 0;
    }

        .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;
        height: 30px;
        font-size: 20px;
        top: 0;
        bottom: 0;
        margin: auto;
        opacity: 0.25;
    }

        .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;
    }
}

/* 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;
}
.formsection .formsectioncol {
    display: inline-block;
    margin-right: 10px;
}
.formsectioncol label {
    margin-right: 5px;
}