html {
    font-size: 14px;
    position: relative;
}

body {
    background-color: #E9EBEC !important;
    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: #4a59a6;
    color: #ffffff !important;
}

.LODButton {
    background-color: #08446C !important;
    color: #FFFFFF !important;
}

.DOMButtonPosition {
    top: 94px;
    right: 20px;
    position: absolute;
}

::-webkit-scrollbar {
    /*margin-right:20px;*/
    width: 7px;
    height: 7px;
}

*, ::after, ::before {
    box-sizing: border-box;
    box-shadow: 0px 0px 0px !important;
}

.activeBtn {
    background-color: #F89C18 !important;
    border-color: #F89C18 !important;
    color: #ffffff !important;
}

.passiveBtn {
    background-color: #0783C1 !important;
    border-color: #0783C1 !important;
    color: #ffffff !important;
}


.updateBtn {
    background-color: #08446C !important;
    border-color: #08446C !important;
    color: #ffffff !important;
}

.DOMBtn {
    justify-content: center;
    align-items: center;
    border: 0;
    background: #4a59a6;
    color: white;
}

    .DOMBtn:hover {
        box-shadow: 2px 1px 7px #888888;
        color: white;
    }

.LODButton {
    background-color: #4A59A6 !important;
    color: #FFFFFF !important;
}

.k-popover-header {
    background-color: #4A59A6 !important;
    color: #FFFFFF !important;
}

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;
}

.DOMCardBody {
    background: #E9EBEC !important;
    padding-top: 5px;
}
/* Icon Color*/
.icon-color {
    color: #A2A5B7;
}

.bookMarkDiv {
    display: flex;
    float: left;
}

.bookMarkSpan {
    color: #0ab39c;
    font-size: 30px;
}

.bookMarkLi {
    align-items: center;
    display: flex;
}

.DOMNavTabs {
    border: 0;
}

.TopNavBar {
    box-shadow: 0px 0px 5px grey;
}


.DOMNavTabs .nav-item.show .nav-link, .DOMNavTabs .nav-link.active {
    color: #495057;
    background: #e9ebec;
    border-color: #e9ebec #e9ebec #4A59A6;
    border-width: 2px;
}
/*Button color*/
btn-color-turkuaz {
    background-color: #49C9C8;
    color: white;
}

.DOMIcon {
    /*font-weight: bold;*/
    color: #4A59A6;
}

.DOMIconDetail {
    color: #4A59A6;
    vertical-align: middle;
}

.DOMButton {
    background-color: #4a59a6;
    border-color: #4a59a6;
    color: #ffffff !important;
}

.DomSideBar {
    background: #4A59A6 !important;
    color: #fff !important;
    position: fixed;
    height: 100vh;
    margin-top:66px;
}
.DOMCard {
    border: 0;
}

.DOMMain {
    background: #E9EBEC;
    height: calc(100vh - 66px);
    margin-top: 60px;
    margin-left: 220px;
    z-index: 1 !important;
}

.DOMRequest {
    right: 5px;
    top: 18px;
    position: absolute;
}

.DOMInsert {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    background: #4a59a6;
    color: white;
}

    .DOMInsert:hover {
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 0;
        background: #4a59a6;
        box-shadow: 2px 1px 7px #888888;
        color: white;
    }

    .DOMInsert:focus {
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 0;
        background: #4a59a6;
        box-shadow: 2px 1px 7px #888888;
        color: white;
    }

DomInsertModal {
    background: #4a59a6;
}

.NotificationIcon {
    cursor: pointer;
    color: #4a59a6;
    font-size: 33px !important;
    margin-top: 10px;
}

.topNavLogin {
    color: black;
    font-weight: 500;
    font-size: 14px !important;
}

.small {
    color: black;
    font-weight: 500;
    font-size: 11px !important;
}
/*.KendoExcel {
    background: #4a59a6;
    border: 0;
}*/
.DOMNavPills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #3e4b93;
    /*box-shadow: 1px 3px 3px #3a3737;*/
}


.DomRequestDetail {
    border: 0;
}

.DomDetailButtons .nav-link {
    color: #212529 !important;
}

.k-window-titlebar {
    background-color: #4A59A6;
}

.modal_submit_btn {
    background-color: #4A59A6 !important;
    color: #ffffff !important;
}

.DomRequestDetail .nav-item.show .nav-link, .DomRequestDetail .nav-link.active {
    color: #495057 !important;
    border-color: #e9ebec #e9ebec #4a59a6;
    border-width: 2px;
    background-color: #e9ebec;
}

.DomRequestDetailStatus {
    position: absolute;
    right: -30px;
    top: 23px;
    height: 30px;
    min-width: 220px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

#addNotes {
    background-color: #4A59A6 !important;
}

.DomRequestDetailEdit {
    float: right;
    color: #4a59a6;
}

.MainLayout {
    position: fixed;
    top: 48px;
    bottom: 0;
    height: 100%;
    background-color: #000;
    /*   overflow-y: hidden;
    overflow-x: hidden;*/
}

.DomRequestDetailNav {
    border: 0;
}

.DomRequestDetailButton:hover {
    color: black;
    background-color: #fff;
    border-color: #ffffff #ffffff #ffffff;
}

.DomRequestDetailNav .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #545050 !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
}


.RequestHistory {
    height: 50.5vh;
}

.RequestHistoryManuel {
    height: 50.5vh;
}

.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;
}

.RequestHistoryCard {
    background-color: #4a59a6;
    color: white;
}

.RequestHistoryCardLod {
    background-color: #6DABE4;
    color: white;
}

.RequestHistoryIcon {
    background-color: #0ab39c;
    font-size: 40px;
    border-radius: 24px;
    color: white;
}

.RequestHistoryIconLod {
    background-color: #08446C;
    font-size: 40px !important;
    border-radius: 24px;
    color: white;
}

.DOMThirdBody {
    height: 100%;
}

.DOMThirdCard {
    height: 42%;
}

.DOMCarrierNo {
    background-color: #5CB85C;
    box-shadow: rgb(0 0 0 / 25%) 0px 54px 55px, rgb(0 0 0 / 12%) 0px -12px 30px, rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px;
    position: absolute;
    top: 23px;
    right: 310px;
    height: 30px;
}
.DOMRequestDelete {
    background-color: #ff1100;
    box-shadow: rgb(0 0 0 / 25%) 0px 54px 55px, rgb(0 0 0 / 12%) 0px -12px 30px, rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px;
    position: absolute;
    top: 23px;
    right: 420px;
    height: 30px;
}
.StatusReject {
    background-color: #F46B4D;
    box-shadow: rgb(0 0 0 / 25%) 0px 54px 55px, rgb(0 0 0 / 12%) 0px -12px 30px, rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px;
    position: absolute;
    top: 23px;
    right: 228px;
    height: 30px;
}

.StatusSuccess {
    background-color: #5CB85C;
    box-shadow: rgb(0 0 0 / 25%) 0px 54px 55px, rgb(0 0 0 / 12%) 0px -12px 30px, rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px;
    position: absolute;
    top: 23px;
    right: 310px;
    height: 30px;
}

.RejectYes {
    background: #5CB85C !important;
    color: #fff !important;
}

.RejectNo {
    background: #D3736C !important;
    color:#fff !important;
}

.RejectDiv {
    align-items: center;
    justify-content: center;
    display: flex;
}

.ManuelRequestDetailkcard {
    height: 700px;
}

/*.ManuelRequestResponsible {
    font-size: 19.26px;
    font-weight: 500;
    color: #08446C;
}*/

.DomRequestDetailNav .nav-item.show .nav-link, .DomRequestDetailNav .nav-link.active {
    color: #000000 !important;
    font-weight: 700;
    font-size: 23px;
    background-color: #fff;
    border-color: #ffffff #ffffff #0ab39c;
    border-width: 2px;
}

.DOMRequestDetail {
    height: 83vh;
}

.RequestHistoryBody {
    overflow-y: auto;
}

.DOMRequestResponsible {
    height: 31vh;
}

.DOMDetailInformation {
    height: 50%;
}

.DOMRequestDetailBody {
    overflow-y: auto;
}



/*ortak class*/
.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;
}

/*ortak class*/
.LODItem {
    color: #fff !important;
}

/*ortak class*/
.LODRoles {
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.LODRequest {
    right: 20px;
    top: 68px;
    position: absolute;
    width: 500px;
}


.StatusSuccess1 {
    background-color: #5CB85C;
    box-shadow: rgb(0 0 0 / 25%) 0px 54px 55px, rgb(0 0 0 / 12%) 0px -12px 30px, rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px;
    position: absolute;
    top: 23px;
    right: 265px;
    height: 30px;
}

.DOMDocumentCard {
    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 #4a59a6;*/
    width: 10vw;
}

.DOMColor {
    color: #6339cb !important;
}

.DOMDetailCard {
    overflow-y: auto;
}

.NavbarHeader {
    position: fixed;
    width: 100vw;
    height: 66px;
    z-index: 9999 !important;
}

.form-control:focus {
    background-color: #F5F5F5 !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: 767px) {
    #responsive-panel {
        transition: all linear .2s;
    }

    #configure {
        display: block;
        float: right;
    }

    .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;
    }
}
/* 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: 1100px) {
    .DOMMain {
        height: auto !important;
    }

    .DOMRequestDetail {
        height: auto !important;
        margin-top: 5px;
    }

    .DOMThirdCard {
        height: auto !important;
    }

    .DOMThirdBody {
        height: auto !important;
    }

    .RequestHistory {
        margin-top: 14px;
        height: auto !important;
    }
}
/*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*/