html {
    font-size: 14px;
    position: relative;
}
@media screen and (max-width: 1300px) {

    body, label, span:not(.material-icons), li, button, a, div {
        font-size: 1.2vw !important;
    }
}
body {
    height: 100%;
    margin: 0;
    background-color: #fff;
    width: 100%
}

a:focus, a:focus:visited {
    outline: none;
    box-shadow: none;
}

a {
    text-decoration: none !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #305496;
    color: #ffffff !important;
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

*, ::after, ::before {
    box-sizing: border-box;
    box-shadow: 0px 0px 0px !important;
}

.border-1 {
    border: 2px solid #afafaf !important;
    border-radius: 4px;
}

textarea:focus-visible {
    outline: none;
}

.k-mb-15 {
    margin-bottom: 0px !important;
}
/* Track */
::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px grey;*/
    border-radius: 3px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c5c5c5;
    border-radius: 20px;
}

.validation-summary-errors ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    color: #D3736C;
}


.k-panelbar .k-content {
    padding: 20px;
}

p .k-button {
    margin: 0 15px 0 0;
}

.k-state-active .label {
    font-size: 1em;
}

/* Text Color*/

.color-bsh {
    color: #08446C;
    font-family: Arial, Helvetica, sans-serif;
}


.TopNavBar {
    box-shadow: 0px 0px 5px grey;
}

/*ortak class*/
.DOMIcon {
    /*font-weight: bold;*/
    color: #305496;
}

/*ortak class*/
.DOMIconDetail {
    color: #305496;
    vertical-align: middle;
}

/*ortak class*/
.NotificationIcon {
    cursor: pointer;
    color: #305496;
    font-size: 33px !important;
    margin-top: 10px;
}
/*ortak class*/
.topNavLogin {
    color: black;
    font-weight: 500;
    font-size: 14px !important;
}
/*ortak class*/
.small {
    color: black;
    font-weight: 500;
    font-size: 11px !important;
}
/*.KendoExcel {
    background: #4a59a6;
    border: 0;
}*/

/*ortak class*/
.DomRequestDetail {
    border: 0;
}
/*ortak class*/
.DomDetailButtons .nav-link {
    color: #212529 !important;
}

.k-window-titlebar {
    background-color: #4A59A6;
}

.modal_submit_btn {
    background-color: #08446C !important;
    border-color: #08446C !important;
    color: #ffffff !important;
}

/*ortak class*/
.DomRequestDetail .nav-item.show .nav-link, .DomRequestDetail .nav-link.active {
    color: #495057 !important;
    border-color: #e9ebec #e9ebec #4a59a6;
    border-width: 2px;
    background-color: #e9ebec;
}


.RequestHistory {
    height: calc(100vh - 425px);
}

.RequestHistoryMainRow {
    border-left: .25rem dashed #C1C1C1;
    margin-left: 1px;
}

.RequestHistoryRow {
    margin-top: -40px;
}

.RequestHistoryCol-2 {
    position: relative;
    top: 90px;
    right: 22px;
}

.RequestHistoryCol-10 {
    margin: 20px 0px 20px 50px;
}


.RequestHistoryCardLod {
    background-color: #6DABE4;
    color: white;
}


.RequestHistoryIconLod {
    background-color: #08446C;
    font-size: 40px !important;
    border-radius: 24px;
    color: white;
}

/*ortak class*/
.DOMRequestDetail {
    height: calc(100vh - 150px);
}


.LODMain {
    background-color: #E9EBEC;
    min-height: calc(100vh - 66px);
    /*margin-left: 245px;*/
    margin-top: 66px;
    z-index: 1 !important;
}


.LODCollapse {
    background-color: #04182e;
}

.accordion-button:not(.collapsed) {
    background-color: #04182e !important;
    box-shadow: none !important;
}

.accordion-button:focus {
    box-shadow: none !important;
    border-color: none !important;
}

.LODSidebar {
    background-color: #04182e;
    color: #fff !important;
    /*position: fixed;
    height: 100vh;*/
    margin-top: 66px;
}


.headingDetail {
    font-size: 20px;
    font-weight: 600;
    color: #08446C;
}

.labelDetail {
    font-size: 18px;
    font-weight: 600;
    color: #08446C;
    line-height: 1;
}

.inputDetail {
    font-size: 18px;
    font-weight: 500;
    color: #08446C;
}


.LODRequestDetail {
    max-height: 80vh;
    border-bottom: 5px solid whitesmoke !important;
}

.LODRequestDetail1 {
    max-height: 40vh;
}

.LODRequestDetail2 {
    height: 20.4vh;
}

.LODRequestDetail4 {
    max-height: 55vh;
    min-height: 55vh;
    overflow-y: scroll !important;
}

.LODRequestDetail3 {
    max-height: 33.9vh;
    min-height: 33.9vh;
}

.LODDetailCard {
    overflow-y: auto;
    overflow-x: auto;
}

.LODDocumentCard {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.25rem;
    height: 120px;
    /*border: 1px solid #a1bed1;*/
    width: 10vw;
}



.LODItem {
    color: #fff !important;
}

.LODBgColor {
    background-color: #04182e;
}

.LODColor {
    color: #08446C !important;
}

.LODColorDelete {
    color: #d54525 !important;
}

.LODRoles {
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.LODButton {
    background-color: #08446C !important;
    color: #FFFFFF !important;
}

.k-popover-header {
    background-color: #08446C !important;
    color: #FFFFFF !important;
}

.form-control:focus {
    background-color: #F5F5F5 !important;
}

.LODRequest {
    right: 20px;
    top: 80px;
    position: absolute;
    width: 500px;
}

.LODSubmitBtn {
    background-color: #08446C !important;
    border-color: #08446C !important;
    color: #ffffff !important;
}


.LODRequestSideBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.LODButtonSideBar {
    background: white !important;
    color: #04182e !important;
    display: flex;
    margin-top: 12px;
    width: 70%;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 17px;
}

.DashboardCard {
    background-color: #fff;
}

.activeBtn {
    background-color: #F89C18 !important;
    border-color: #F89C18 !important;
    color: #ffffff !important;
}

.passiveBtn {
    background-color: #e24c4c !important;
    border-color: #e24c4c !important;
    color: #ffffff !important;
}

.updateBtn {
    background-color: #08446C !important;
    border-color: #08446C !important;
    color: #ffffff !important;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #08446c;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-link.LODItem{
    padding-left:0px;
}

.k-tabstrip-items-wrapper .k-item.k-state-active::after {
    border-color: transparent !important;
    background-color: #08446c;
    color: #fff;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-state-active {
    color:#fff !important;
}

.nav-tabs {
    border-bottom: none !important;
}

.cardA1 {
    float: left;
    padding: 8px;
    margin-top: 10px;
}

.cardA2 {
    float: left;
    padding: 8px;
    margin-top: 10px;
}

.NavbarHeader {
    position: fixed;
    width: 100%;
    height: 66px;
    z-index: 9999 !important;
}

.required:after {
    content: " *";
    color: red;
}

.legendStyle {
    border-width: 2px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-style: groove;
    border-color: rgb(192, 192, 192);
    border-image: initial;
}


@media (max-width: 1100px) {

    /*ortak class*/
    .DOMRequestDetail {
        height: auto !important;
        margin-top: 5px;
    }

    .RequestHistory {
        margin-top: 14px;
        height: auto !important;
    }
}
/* Handle on hover */

@media only screen and (min-width: 1200px) and (max-width: 1420px) {
    .RequestHistory {
        height: calc(100vh - 533px) !important;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 767px) {


    .k-rpanel {
        width: 100%;
    }

    .k-rpanel-expanded {
        margin-top: 1rem;
    }

    .navbar-header {
        width: 100%;
    }

    .footer {
        height: 60px;
    }

    .k-menu .k-item,
    .k-menu .k-link {
        width: 100%;
    }

    .k-menu .k-link {
        box-sizing: border-box;
    }
}


/*Loading Screen*/
.loading-text {
    z-index: 10110;
    position: fixed;
    padding: 0px;
    margin: 0px;
    width: 30%;
    top: 40%;
    left: 35%;
    text-align: center;
    color: #fff;
    cursor: wait;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border: 6px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-wrapper {
    display: none;
    z-index: 10010;
    border: medium none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(0, 0, 0);
    opacity: 0.6;
    cursor: wait;
    position: fixed;
}
/*Loading Screen*/

/*Upload File Dialog*/
.dialogA23 {
    margin: 0px auto;
    margin-top: 30px;
    padding: 30px;
    border: 0px;
}
.p253A {
    width: 300px;
    height: 100px;
    background: #F1FAFF;
    border: 1px dashed #009EF7;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    padding-top: 3vh;
}

.a253A {
    position: absolute;
    width: 300px;
    height: 100px;
    outline: none;
    opacity: 0;
}
/*Upload File Dialog*/