﻿#popupLayer {
    display: none;
    margin: 0;
    background-color: #ffffff;
    z-index: 5;
}

    #popupLayer .b-close {
        position: absolute;
        top: 10px;
        right: 15px;
        color: #f37a20;
        font-weight: bold;
        cursor: pointer;
    }

    #popupLayer .popupContent {
        margin: 0;
        padding: 0;
        text-align: center;
        border: 0;
        /*margin: 20px;*/
        height: 700px;
    }

        #popupLayer .popupContent iframe {
            border: 0;
            padding: 0px;
            margin: 0;
            z-index: 10;
        }


.nav-item {
    cursor: pointer;
}

.c-sidebar .c-sidebar-brand, .c-sidebar .c-sidebar-header {
    background: white !important;
}

.widget {
    margin: 0 0 20px;
    padding: 0;
    background-color: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
}


.k-panelbar > .k-item > .k-link.k-state-selected {
    border-color: #005dc2;
    color: #fff;
    background-color: #0053a7 !important;
}

.searchArea {
    padding: 10px;
}

    .searchArea label {
        width: 100%;
    }

    .searchArea .searchItem {
        width: 100%;
    }

    .searchArea button {
        width: 100%;
    }

    .searchArea hr {
        box-sizing: content-box;
        height: 0;
        overflow: visible;
        margin-top: 10px;
        margin-bottom: 10px;
        border: 0;
        border-top: 1px solid rgb(196 196 196 / 20%);
    }

.k-daterangepicker .k-label {
    display: none;
}

.nav-tabs {
    border-bottom: none;
    border-right: 1px solid #ebedef;
    height: calc(100% + 100px);
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
        border-radius: 0px !important;
        border: none;
        /*border-right: 1px solid #c4c9d0;*/
        color: #808080;
        /*padding-left: 1rem;*/
    }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            border: 1px solid #c4c9d0;
            border-right: none;
            color: #000000;
            /*font-size: 19px;*/
            font-weight: 600;
            /*padding-left: .5rem;*/
        }

.detail-root {
    width: 100%;
}

.detailTabs aside {
    height: 100%;
}

    .detailTabs aside ul {
        height: 100%;
    }


.k-card {
    margin: 20px 0px;
}

.k-card-title {
    font-size: 14px;
    font-weight: 700;
}

.detail-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .detail-container .tabItem {
        width: 100%;
    }

    .detail-container > .k-card {
        width: 100%;
        margin: 10px 20px;
    }

.k-card-body {
    background: #f6f6f6;
}

.k-card-footer {
    text-align: center;
}

.detail-container label {
    width: 110px;
    vertical-align: sub;
}

.detail-container .k-textbox {
    width: calc(100% - 160px);
}

.detail-container textarea {
    width: calc(100% - 150px);
    min-height: 100px;
}

.detail-container label.top {
    vertical-align: top;
}

.k-card-header {
    padding: 10px 14px !important;
}

.detail-container .row {
    margin-bottom: 10px;
}

.detail-container .k-grid td {
    padding: 10px 10px;
}

.detail-container .k-grid .k-button {
    padding: 5px;
}

.detail-container .row:last-child {
    margin-bottom: 0px;
}

.popup-body {
    margin: 20px;
}

.k-primary-small {
    border-color: #23bde0;
    color: #fff;
    background-color: #23bde0;
    background-image: linear-gradient(rgba(35,145,224,0),rgba(35,145,224,0.2));
    height: 35px;
}

.modal-backdrop {
    opacity: 0.5;
}

.c-main {
    padding-top: 0 !important;
}

.container-fluid {
    margin-top: 15px;
}

.k-upload {
    width: 86%;
    margin-left: 110px;
}

.popup-body {
    margin: 0px !important;
    overflow-y: scroll;
    overflow-x: hidden;
}

.popup-title {
    position: fixed;
    width: 100%;
    padding: 10px 15px;
    background: white;
    z-index: 999;
    border-bottom: 1px solid #eaeaea;
    vertical-align: middle;
}

.popup-breadcrumb {
    width: 800px;
    float: left;
    margin: 0 auto;
    padding: 7px 10px;
}

.popup-content {
    top: 80px;
    position: relative;
    margin: 0px 10px;
}

label.required::after {
    content: '*';
    display: inline-block;
    font-weight: bold;
    color: rgb(245, 26, 26);
    margin-left:3px;
    line-height: 1;
    vertical-align: middle;
}

span.required::after {
    content: '*';
    display: inline-block;
    font-weight: bold;
    color: rgb(245, 26, 26);
    margin-left: 3px;
    line-height: 1;
    vertical-align: middle;
}

.k-grid-norecords {
    justify-content: center;
}

    .k-grid-norecords .norecords-message {
        text-align: center !important;
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }