html, body {
    font-family: 'Roboto Condensed';
    height: 100%;
    height: 100vh;
}

body {
    background: #f5f5f5;
    min-width: 300px;
}

.kpadmin {
    position: relative;
    height: 100%;
}

    .kpadmin .panel-heading {
        padding-top: 15px;
        padding-bottom: 0;
        background: #e7e7e7;
        font-size: 18px;
    }

        .kpadmin .panel-heading .text-help {
            display: block;
            font-size: 12px;
            color: #999;
        }

    .kpadmin .panel-body {
        background: #f7f7f7;
    }

.survey-filed {
    margin-bottom: 20px;
}

    .survey-filed > .title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .survey-filed > .variants > .variant {
        margin-bottom: 15px;
    }

        .survey-filed > .variants > .variant > .title {
            font-size: 16px;
            margin-bottom: 4px;
        }

        .survey-filed > .variants > .variant > .result .total {
            height: 15px;
            background: #eee;
            position: relative;
        }

        .survey-filed > .variants > .variant > .result .votes {
            position: absolute;
            top: 0;
            left: 0;
            height: 15px;
            height: 15px;
            background: #fbc02d;
        }

        .survey-filed > .variants > .variant:first-child > .result .votes {
            position: absolute;
            top: 0;
            left: 0;
            height: 15px;
            height: 15px;
            background: #388e3c;
        }

.kpadmin .input-validation-error {
    border-color: #f00;
}

.kpadmin .field-validation-error {
    color: #f00;
    font-size: 12px;
}

/*.kpadmin .form-group .field-validation-error {
    position: absolute;
}*/

.form-control[readonly="readonly"], .form-control[readonly] {
    background: #fff;
    cursor: pointer;
}

.form-control[disabled="disabled"], .form-control[disabled] {
    background: #eee !important;
    color: #666 !important;
    cursor: pointer;
}

.kpadmin .control-label {
    white-space: nowrap;
    overflow: hidden !important;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.kpadmin .table > thead > tr > th {
    padding: 12px 8px;
    background: #ddd;
    border-bottom: 3px solid #999;
    color: #222;
}

.kpadmin .table .capt {
    background: #ddd;
    font-weight: bold;
    text-transform: uppercase
}

.kpadmin .table .bg-gray {
    background: #ccc;
}

.kpadmin .table.va-mid td {
    vertical-align: middle;
}

.kpadmin .page-wrapper {
    margin: 0;
    padding: 0;
    background-color: #fff;
    -moz-transition: margin 0.2s ease;
    -o-transition: margin 0.2s ease;
    -webkit-transition: margin 0.2s ease;
    transition: margin 0.2s ease;
}

.kpadmin .header {
    margin: 0;
    padding: 10px 15px;
}

.kpadmin .header-title {
    margin: 0 0 0 50px;
}

    .kpadmin .header-title img {
        margin-right: 15px;
        height: 66px;
        width: 66px;
        border-radius: 50%;
        background: #fff;
        float: left;
        object-fit: contain;
        overflow: hidden;
    }

    .kpadmin .header-title strong {
        font-size: 24px;
    }

    .kpadmin .header-title span {
        display: block;
        font-size: 18px;
        font-weight: normal;
    }

.kpadmin .header-count-icon {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    cursor: pointer;
}

    .kpadmin .header-count-icon.na {
        color: #afb9c2 !important;
    }

    .kpadmin .header-count-icon .fa {
        font-size: 28px;
    }

.kpadmin .header-count-icon-count {
    border: 3px solid #039BE5;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 24px;
    display: block;
    position: absolute;
    top: 5px;
    right: 15px;
    width: 30px;
    color: #fff;
    cursor: pointer;
    background: rgb(255, 106, 0);
    border-radius: 30px;
}

.kpadmin .na .header-count-icon-count {
    display: none;
}

.kpadmin .header-count-icon-title {
    font-size: 12px;
    display: inline-block;
    margin-top: 7px;
}

.kpadmin .show-menu {
    display: block;
    position: absolute;
    left: 15px;
    top: 30px;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
}


.kpadmin .navbar-collapse {
    margin-top: 0;
    padding-top: 90px;
    width: 220px;
    min-height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    background: #f5f5f5;
    z-index: 2;
    -moz-transition: left 0.2s ease;
    -o-transition: left 0.2s ease;
    -webkit-transition: left 0.2s ease;
    transition: left 0.2s ease;
}

    .kpadmin .navbar-collapse.show {
        display: block !important;
        visibility: visible !important;
    }

    .kpadmin .navbar-collapse .title {
        padding: 10px 0 8px 0;
        border-bottom: 1px solid #ccc;
        display: block;
        font-size: 18px;
        text-transform: uppercase;
    }

    .kpadmin .navbar-collapse li {
        border-bottom: 0 !important;
    }

    .kpadmin .navbar-collapse > ul > li {
        margin-bottom: 5px;
    }

    .kpadmin .navbar-collapse li > a, .kpadmin .navbar-collapse li > span {
        display: block;
        color: #333;
        padding: 10px 5px 10px 10px;
        cursor: pointer;
    }

    .kpadmin .navbar-collapse li .fa {
        color: #999;
        margin-right: 5px;
    }

    .kpadmin .navbar-collapse li li:hover > a,
    .kpadmin .navbar-collapse li li:hover > span {
        background: #fafafa;
        color: #337ab7;
    }

@media(min-width:768px) {
    .kpadmin#wrapper {
        height: 100%;
        position: relative;
    }

    .kpadmin .header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 90px;
        z-index: 3;
    }

    .kpadmin .page-wrapper {
        min-height: 100% !important;
        margin: 0 0 0 220px;
        padding: 90px 20px 0 20px;
        border-left: 1px solid #e7e7e7;
        z-index: 1;
    }

        .kpadmin .page-wrapper.full {
            margin: 0;
        }
}

@media(max-width:767px) {
    .kpadmin .header-title {
        margin-bottom: 10px;
        padding-bottom: 15px;
        border-bottom: 1px solid #fff;
    }

    .kpadmin .navbar-collapse {
        padding-top: 0;
    }
}

.kpadmin .request-list-item {
    padding: 15px;
    border: 1px solid #adadad;
    border-radius: 4px;
    overflow: hidden;
}

.kpadmin .table {
    font-size: 12px;
}

.kpadmin .navigat {
    margin: 15px 0 20px 0;
}

.kpadmin .panel-heading .input-group {
    display: flex;
    -webkit-align-items: center;
            align-items: center;
}
.kpadmin .panel-heading .input-group-addon {
    width: 180px;
    line-height: 20px;
}
.kpadmin .select-wrap {
    width: 187px;
    -webkit-flex-grow: 1;
            flex-grow: 1;
}

.kpadmin .filter-summary {
    margin-bottom: 10px;
}

.kpadmin .filter-panel {
    padding: 15px 15px 0 15px;
    margin-bottom: 15px;
    border: 5px solid #e5e5e5;
    background: #f9f9f9;
}

    .kpadmin .filter-panel .group {
        margin-bottom: 15px;
        border-bottom: 1px solid #eee;
    }

    .kpadmin .filter-panel .row > div {
        padding: 0 7px;
    }

    .kpadmin .filter-panel .form-control, .kpadmin .filter-panel .btn, .kpadmin .filter-panel .control-label {
        font-size: 12px;
    }

    .kpadmin .filter-panel .form-control, .kpadmin .filter-panel .btn {
        margin-bottom: 15px;
    }

    .kpadmin .filter-panel .bs-searchbox .form-control {
        margin-bottom: 0;
    }
    
    .kpadmin .filter-panel .btn.actions-btn {
        margin-bottom: 0;
    }

    .kpadmin .filter-panel .checkbox {
        margin-bottom: 21px;
    }

.kpadmin .find-panel {
    padding: 15px 15px 0 15px;
    margin-bottom: 15px;
    border: 5px solid #e5e5e5;
    background: #f9f9f9;
}

    .kpadmin .find-panel .control-label {
        font-size: 14px;
    }

.kpadmin .panel-gallery .panel-body {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.kpadmin .panel-gallery .image {
    height: 200px;
    line-height: 200px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.kpadmin .panel-gallery .uploading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(250, 250, 250, 0.5);
    font-size: 100px;
    line-height: 200px;
}

.kpadmin .form-submits {
    margin-bottom: 30px;
}

.kpadmin .checked-list {
    overflow: auto;
}

.kpadmin label .fa-check-square-o, .kpadmin label .fa-square-o {
    color: #999;
    cursor: pointer;
}

.kpadmin .not-loaded {
    padding: 10px;
    color: #999;
}

.kpadmin .photos {
    height: 135px;
    overflow-y: auto;
    text-align: center;
}

.kpadmin .wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    z-index: 2;
}

.kpadmin .loading {
    position: relative;
    height: 100%;
    min-height: 300px;
}

.kpadmin .progress {
    position: absolute;
    top: 50%;
    width: 70%;
    height: 30px;
    margin-top: -15px;
    margin-left: 15%;
    border: 5px solid #fff;
}

.kpadmin .wrap-drop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #eee;
    background: rgba(210, 210, 210, 0.7);
    z-index: 2;
}

.kpadmin .photo-thumb {
    display: inline-block;
    position: relative;
    width: 120px;
    margin: 0 5px 10px 5px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
}

    .kpadmin .photo-thumb .close {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 0;
        right: 0;
        background: #fff;
        opacity: 1;
        border-radius: 0 4px 0 4px;
    }

        .kpadmin .photo-thumb .close:hover {
            color: #f00;
        }

.twitter-typeahead {
    width: 100%;
    vertical-align: middle;
}

.tt-dropdown-menu {
    max-height: 150px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.tt-hint {
    color: #ccc;
}

.tt-suggestion p {
    margin: 0;
    padding: 10px;
}

.tt-cursor {
    background: #ccc;
    cursor: default;
}

.kpadmin .map-container {
    position: relative;
}

    .kpadmin .map-container .checkbox {
        display: block;
        position: absolute;
        z-index: 1000;
        top: 10px;
        right: 10px;
        margin: 0;
    }

    .kpadmin .map-container label {
        padding: 5px 10px 5px 30px;
        background: #fff;
    }

.kpadmin .total-stat {
    display: block;
    position: relative;
    margin: 7px 0;
    padding: 7px 0;
    border-bottom: 1px dotted #ccc;
    font-size: 16px;
    line-height: 32px;
}

    .kpadmin .total-stat.nb {
        border-bottom: none;
    }

    .kpadmin .total-stat .fa {
        display: block;
        position: absolute;
        vertical-align: middle;
        right: 0;
        top: 7px;
        font-size: 24px;
        height: 32px;
        line-height: 32px;
    }

    .kpadmin .total-stat .count {
        display: block;
        position: absolute;
        vertical-align: middle;
        right: 40px;
        top: 7px;
        font-size: 24px;
        font-weight: bold;
        height: 32px;
        line-height: 32px;
    }

.kpadmin .document {
    max-width: 750px;
    margin: 50px auto;
    border: 1px solid #ccc;
    padding: 30px 40px;
    background: #fff;
}


.mapBalloon {
}

    .mapBalloon .title .img {
        width: 30px;
        height: 30px;
        margin: 0 5px 5px 0;
        float: left;
    }

    .mapBalloon .title .id {
        display: block;
        margin-left: 40px;
    }

    .mapBalloon .title .problem {
        display: block;
        margin-left: 40px;
    }

    .mapBalloon hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }

.rel {
    position: relative;
}

.control-with-icon {
    padding-right: 44px;
}

.control-icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
}

.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
    font-size: 13px !important;
}

#divConsult {
    overflow-x: visible !important;
    overflow-y: visible !important;
}

.messageStyle {
    border: 1px solid #ccc !important;
    padding: 10px;
    margin: 10px;
}

.messageHeaderStyle {
    display: flex;
    justify-content: space-between;
}

.adminMessageInput {
    width: 100%;
    height: 40px;
    padding: 5px;
    resize: vertical;
    max-height: 300px;
    min-height: 40px;
}

.messageCircle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 12px;
    color: white;
    line-height: 25px;
    text-align: center;
    background: dimgrey;
}

.verticalCell {
    vertical-align: middle !important;
}



.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 0;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    white-space: normal;
}

.dropdown-menu .bs-actionsbox {
    padding-bottom: 15px;
}

.bootstrap-select.btn-group .dropdown-menu {
    padding-bottom: 0;
}

.filter .bootstrap-select.form-control {
    margin-bottom: 15px;
}

.dropdown-menu .bs-searchbox + .bs-actionsbox {
    padding-bottom: 20px;
}


.request-index .input-group {
    display: flex;
    -webkit-align-items: center;
            align-items: center;
}
.request-index .input-group-addon {
    width: 180px;
    line-height: 20px;
}
.request-index .select-wrap {
    width: 187px;
    -webkit-flex-grow: 1;
            flex-grow: 1;
}

.handScroll {
    overflow-y: auto;
    overflow-x: auto;
    max-height: calc(100vh - 150px);
}

.handScroll .table {
    position: relative;
}
.handScroll .table thead {
    position: sticky;
    top: 0;
}
