/* variable */
:root {
    --aw-statuscolor-approve: var(--bs-green);
    --aw-statuscolor-reject: var(--bs-red);
    --aw-statuscolor-pending: var(--bs-cyan);
    --aw-statuscolor-review: var(--bs-teal);
    --aw-statuscolor-post: var(--bs-orange);
    --aw-statuscolor-void: var(--bs-gray-600);
    --aw-statuscolor-draft: var(--bs-gray-200);
}

/* Media*/
@media (max-width: 991px) {
    #wrapper-main {
        margin-left: unset !important;
    }

    .awBtmFloatingPanel {
        margin-left: unset !important;
        width: calc(100% - 80px) !important;
    }

    .awColSplitBorder > * + * {
        border-style: unset !important;
    }
}

/* Global */
[v-cloak] {
    display: none !important;
}

html, body {
    min-height: 100%;
    background-color: #eef5f9;
}

#wrapper {
    min-height: 100%;
    height: 100%; /* cross-browser */
}

.awBlueBG {
    background-color: #245EA4;
}

.awBlueColorText {
    color: #245EA4;
}

.awDivMsg {
    z-index: 99998;
    position: fixed;
    right: 0px;
    top: 140px;
    line-height: 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 350px;
}

    .awDivMsg .msg {
        width: inherit;
    }

    .awDivMsg .aw-msg-div {
        align-items: center;
        width: inherit;
        display: flex;
    }

    .awDivMsg .aw-alert-btn {
        height: 5px;
        width: 4px;
        margin-left: auto !important;
    }

    .awDivMsg .aw-msg-div .aw-msg-text {
        padding-right: 2px;
        white-space: pre-wrap;
        line-height: 1;
    }

#wrapper-main {
    margin-left: 230px;
    padding-top: 50px;
    padding-bottom: 15px;
    height: 100%;
    background-color: #eef5f9;
}

#wrapper.hide-menu #wrapper-main {
    margin-left: 50px;
}

.awFormGroup {
    padding-top: 5px;
    padding-bottom: 5px;
}

.awLabel {
    vertical-align: middle;
    font-weight: bold;
    opacity: 0.8;
    font-size: 14px;
}

.form-switch > .awLabel {
    vertical-align: initial;
}

.awValueDisplay, .awInputValue {
    font-size: 14px;
    vertical-align: middle;
    padding: 0.375rem 0.35rem;
}

.awValueDisplay {
    vertical-align: middle;
    padding: 0.375rem 0.75rem;
    /*height: 35px;*/
}

.awFormGroupLabel {
    /*width: 33%;*/
    max-width: 200px;
}

.awFormGroupValue {
    width: calc(100% - 200px);
}

.awFilterGroup {
    background-color: aliceblue;
    padding: 1px 3px;
    border-radius: 10px;
    box-shadow: 1px 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.awFilterGroupTitle {
    margin: 20px 15px;
    font-size: 18px;
    font-weight: bold;
    opacity: 0.8;
    color: cornflowerblue;
}

.awInfoBoard {
    background-color: #bde0ff;
    padding: 1px 3px;
    border-radius: 10px;
    box-shadow: 1px 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.awHeaderTitle {
    padding-top: 10px;
    padding-bottom: 10px;
}
.awHeaderTitleDashboard {
    padding-top: 10px;
    /*padding-bottom: -30px;*/
}
.awRow {
    margin: 2px;
}

.awColSplitBorder > * + * {
    border-left: 1px;
    border-color: #00000024;
    border-left-style: solid;
}

textarea {
    resize: none;
}

.card-header {
    background-color: #add2ff;
}

.card-subcard {
    border: 1px solid darkgray;
    border-radius: 15px;
    margin: 20px 5px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.card-subtitle {
    color: #7dafff;
    margin-top: -33px;
    margin-left: 20px;
    background-color: white;
    width: fit-content;
    height: fit-content;
    position: absolute;
    padding: 0 7px;
}

    .card-subtitle .form-switch {
        margin-top: -4px;
    }

.card-subcard-vertical {
    padding-top: 5px;
    padding-bottom: 5px;
}

.card-subtitle-vertical {
    margin-top: -18px;
}

.form-control-select-multiple {
    transition: box-shadow .15s ease;
    border-radius: 6px;
    padding: 5px 5px;
    border: rgba(50,50,93,.15) 1px solid;
    font-size: 13px;
    box-shadow: 0 1px 3px rgb(50 50 93 / 15%), 0 1px 0 rgb(0 0 0 / 2%);
    height: 250px !important;
    width: 100%;
}

.btn {
    transition: none;
    padding: 0.25rem 0.75rem !important;
    /*box-shadow: 1px 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);*/
}


.cardBody-Maint {
    /*width: 280px;*/
    height: 120px;
    padding: 6px;
}

.awCard {
    margin-top: 20px;
    margin-bottom: 30px;
    padding:0px 10px 10px 0px;
}

    .awCard .cardMaint {
        text-align-last: center;
    }


.cardMaint i {
    /*position: absolute;*/
    font-size: 48px;
    margin-top: 10px;
    color: cornflowerblue;
}

.cardMaint h5 {
    /*margin-left: 70px;*/
    color: #000;
    opacity: 0.7;
    font-size: 18px;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.cardMaint .module-desc {
    margin-left: 70px;
    color: #000;
    opacity: 0.5;
    font-size: 12px;
    display: none;
}

a:hover .cardMaint h5, a:hover .cardMaint .module-desc {
    opacity: 1;
}

/* Color */
.text-red {
    color: #ff0000;
}

a.text-red:focus, a.text-red:hover {
    color: #ff0000 !important;
}

.text-blue {
    color: #4287f5;
}

a.text-blue:focus, a.text-blue:hover {
    color: #4287f5 !important;
}

.text-green {
    color: #009007;
}

a.text-green:focus, a.text-green:hover {
    color: #009007 !important;
}

.text-grey {
    color: #696969;
}

a.text-grey:focus, a.text-grey:hover {
    color: #696969 !important;
}

.text-purple {
    color: #b921ff;
}

a.text-purple:focus, a.text-purple:hover {
    color: #b921ff !important;
}
/* End Color*/

.card-title {
    color: #4287f5;
}

.card-subtitle {
    color: #7dafff;
}

.error-message {
    color: #ff0000;
}

.awModal .modal-content {
    max-height: 88vh;
}

    .awModal .modal-content .modal-body {
        overflow-y: auto;
        overflow-x: hidden;
    }

.modal-body .awFormGroup {
    padding-top: 2px;
    padding-bottom: 4px;
}

#mdReptPara .modal-body {
    /* max-height: 60vh;
    overflow-y: auto;*/
}

.HomePageCard {
    /*padding-top: 10px;*/
    margin: 18px 10px;
}

    .HomePageCard .card {
        height: 300px;
        max-height: 250px;
    }

.awHomeCardBody-Blue {
    border-bottom: 2px solid #3498db;
}

    .awHomeCardBody-Blue .awRecentCardHead i {
        background-color: #3498db !important;
    }

.awHomeCardBody-Red {
    border-bottom: 2px solid #FF5353;
}

    .awHomeCardBody-Red .awRecentCardHead i {
        background-color: #FF5353 !important;
    }

.awHomeCardBody-LightGreen {
    border-bottom: 2px solid #1DD2AF;
}

    .awHomeCardBody-LightGreen .awRecentCardHead i {
        background-color: #1DD2AF !important;
    }

.awHomeCardBody-DarkGreen {
    border-bottom: 2px solid #24A69A;
}

    .awHomeCardBody-DarkGreen .awRecentCardHead i {
        background-color: #24A69A !important;
    }

.awHomeCardBody-Purple {
    border-bottom: 2px solid #9A63C1;
}

    .awHomeCardBody-Purple .awRecentCardHead i {
        background-color: #9A63C1 !important;
    }

.awRecentCard {
    padding-left: 10px;
}

    .awRecentCard .card-subtitle {
        background-color: #eef5f9;
        font-size: 24px;
        margin-top: -38px;
        color: black;
    }

.awHomeCardBody {
    padding: unset;
    box-shadow: 1px 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    padding-top:17px;
}

.awRecentCardHead {
    text-align: center;
	margin-top: -31px;
}


    .awRecentCardHead i {
        color: white;
		display: inline-block;
        font-size: 20px;
        width: 52px;
        height: 52px;
        line-height: 48px;
        box-shadow: 3px 6px 6px rgb(0 0 0 / 25%);
    }

    .awRecentCardHead div {
        background-color: #ededed;
        margin-top: -21px;
        padding: 25px 5px 5px 5px;
    }

.awRecentCardContent {
    padding: 12px 15px;
}

    .awRecentCardContent > div {
        padding: 2px 0px;
    }

.awRecentCardDay {
    font-size: 14px !important;
}

.awRecentCardMod {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    justify-content: space-between;
    display: flex;
}

    .awRecentCardMod .modTitle {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .awRecentCardMod i {
        font-size: 14px;
        /* padding-right: 10px; */
        /* padding-top: 10px; */
        /* padding-bottom: 10px; */
        padding-right: 5px;
        color: black;
    }

    .awRecentCardMod span {
        font-size: 18px;
        opacity: 0.8;
    }

.awRecentCardFooter {
    text-align: right;
    font-size: 12px;
    bottom: 0;
    width: 100%;
    position: absolute;
    width: calc( 100% - 20px);
}


#frmReptPara {
    padding-right: 13px;
    /*padding-bottom: 45px;*/
}

    /* width */
    #frmReptPara::-webkit-scrollbar {
        width: 6px;
    }

    /* Track */
    #frmReptPara::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px transparent;
        border-radius: 10px;
    }

    /* Handle */
    #frmReptPara::-webkit-scrollbar-thumb {
        background: #b3b3b3;
        border-radius: 4px;
    }

        /* Handle on hover */
        #frmReptPara::-webkit-scrollbar-thumb:hover {
            background: #b3b3b3;
        }

/* width */
textarea::-webkit-scrollbar {
    width: 6px;
}

/* Track */
textarea::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
    border-radius: 10px;
}

/* Handle */
textarea::-webkit-scrollbar-thumb {
    background: #d1d1d1;
    border-radius: 4px;
}

    /* Handle on hover */
    textarea::-webkit-scrollbar-thumb:hover {
        background: #d1d1d1;
    }



.awPageAccessBtn {
    float: right;
    margin: 10px;
    color: #FFFFFF;
}

.awPageAccessBtn a {
    width: 34px;
    height: 34px;
    border-radius: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #245EA4;
    text-decoration: none;
    box-shadow: 1px 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.awPageAccessBtn a i {
    color: #FFFFFF;
}

.awHeaderContainer {
    display: flex;
    align-items: center;
}
.awHeaderTextContainer {
    flex: 1;
}
.awPageUserPrefBtn {
    float: right;
    margin: 10px;
    color: #FFFFFF;
    /*margin-bottom: 30%;*/
}

.awPageUserPrefBtn a {
    width: 34px;
    height: 34px;
    border-radius: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #245EA4;
    text-decoration: none;
    box-shadow: 1px 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.awPageUserPrefBtn a i {
    color: #FFFFFF;
}

/*ToolTip*/
.tooltip {
    font-family: inherit;
}

.tooltip-inner {
    background-color: #245EA4;
    text-align: left;
    max-width: 250px !important;
    padding: 10px;
}

.tooltip.show {
    opacity: 0.95;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #245EA4;
}

.aw-tooltip-icon {
    font-size: 14px;
}

.nav.nav-tabs .nav-link {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}


    .nav.nav-tabs .nav-link.active {
        font-weight: bold;
    }

.awDocNoDiv {
    border: 1px #d0d0d0 solid;
    border-radius: 8px 8px 36px 8px;
    padding: 4px;
    border-left-width: 12px;
    border-left-style: solid;
    border-left-color: none;
    color: black;
}

.awBackBtn {
    margin-top: -5px
}

/*Bottom Floating Panel*/
.awCardWithBtmFloatPanel {
    padding-bottom: 100px;
}

.awBtmFloatingPanel {
    padding: 8px;
    margin-bottom: 55px;
    width: calc(100% - 382px);
    margin-left: 40px;
    border: 1px #f7f7f7 solid;
    border-radius: 24px;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: 0.3s;
    z-index: 999;
}

    .awBtmFloatingPanel:hover {
        box-shadow: rgb(196 220 254) 0px 5px 15px;
    }
    

    .awBtmFloatingPanel .awFloatPanelBtnGroup {
        padding-right: 0px;
    }

.awBtmPanel {
    padding: 20px;
    width: inherit;
    border: 1px #f7f7f7 solid;
    border-radius: 24px;
    background: white;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    transition: 0.3s;
    margin: 20px 40px;
}

.awBtmPanel:hover {
    box-shadow: rgb(196 220 254) 0px 5px 15px;
}


.awBtmPanel .awFloatPanelBtnGroup {
    padding-right: 0px;
}


.showHideSummary .showHideIcon {
    transition: 0.3s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}

.showHideSummary .awShowHideBtn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.showHideSummary .rotateIcon {
    transition: 0.3s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.awStatusColor-bg-approve {
    background: var(--aw-statuscolor-approve);
}

.awStatusColor-bg-reject {
    background: var(--aw-statuscolor-reject);
}

.awStatusColor-bg-pending {
    background: var(--aw-statuscolor-pending);
}

.awStatusColor-bg-review {
    background: var(--aw-statuscolor-review);
}

.awStatusColor-bg-post {
    background: var(--aw-statuscolor-post);
}

.awStatusColor-bg-void {
    background: var(--aw-statuscolor-void);
}

.awStatusColor-bg-draft {
    background: var(--aw-statuscolor-draft);
}

.awStatusColor-borderleft-approve {
    border-left-color: var(--aw-statuscolor-approve);
}

.awStatusColor-borderleft-reject {
    border-left-color: var(--aw-statuscolor-reject);
}

.awStatusColor-borderleft-pending {
    border-left-color: var(--aw-statuscolor-pending);
}

.awStatusColor-borderleft-review {
    border-left-color: var(--aw-statuscolor-review);
}

.awStatusColor-borderleft-post {
    border-left-color: var(--aw-statuscolor-post);
}

.awStatusColor-borderleft-void {
    border-left-color: var(--aw-statuscolor-void);
}

.awStatusColor-borderleft-draft {
    border-left-color: var(--aw-statuscolor-draft);
}

.awStatus .awStatusColorDiv {
    border-radius: 8px 2px 2px 4px;
}

.awStatus .awStatusLabel {
    background-color: #f8f8f8a6;
    border-radius: 0 0 16px 0;
}

.aw-divider-text {
    position: relative;
    margin-top: 15px;
    width: 100%;
    text-align: center;
}

    .aw-divider-text div {
        position: absolute;
        padding: 0 20px;
        font-weight: bold;
        font-size: 16px;
        font-family: Futura, sans-serif;
        width: inherit;
        top: 2px;
    }

        .aw-divider-text div button {
            background-color: white;
            padding: 3.75rem;
        }

/*PSS Logo*/

.divAppTitle {
    display: inline-block;
}


    .divAppTitle #appLogo {
        display: block;
        position: relative;
        height: 20px;
        width: 20px;
        top: 6px;
    }


    .divAppTitle #appTitleLogoRed {
        left: 5px;
        top: 0px;
        border: solid 3px #e74c3c;
        width: 0px;
        height: 0px;
        border-radius: 3px;
        position: absolute;
    }

    .divAppTitle #appTitleLogoGreen {
        left: 10px;
        top: 5px;
        border: solid 3px #2ecc71;
        width: 0px;
        height: 0px;
        border-radius: 3px;
        position: absolute;
    }

    .divAppTitle #appTitleLogoBlue {
        left: 0px;
        top: 5px;
        border: solid 3px #3498db;
        width: 0px;
        height: 0px;
        border-radius: 3px;
        position: absolute;
    }

    .divAppTitle #appTitleLogoYellow {
        left: 5px;
        top: 10px;
        border: solid 3px #f1c40f;
        width: 0px;
        height: 0px;
        border-radius: 3px;
        position: absolute;
    }

.btn-group .dropdown-toggle-split {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.divInvApplyOutAmt {
    margin: 10px 5px;
    padding: 5px 10px;
    text-align: center;
    border-radius: 12px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    background-color: wheat;
    cursor: pointer;
}

@media (max-width: 991px) {
    .divInvApplyOutAmt {
        max-width: 200px;
    }

    .maxWidth-100 {
        max-width: 100px;
    }
}

.text-center {
    text-align: -webkit-center !important;
}

/* width */
body::-webkit-scrollbar {
    width: 12px;
}

/* Track */
body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
    border-radius: 10px;
}

/* Handle */
body::-webkit-scrollbar-thumb {
    background: #a1a1a1;
    border-radius: 4px;
}

    /* Handle on hover */
    body::-webkit-scrollbar-thumb:hover {
        background: #a1a1a1;
    }

.awLabelUpdInfo {
    vertical-align: middle;
    font-weight: bold;
    opacity: 0.8;
    font-size: 12px;
}

awdropdownlist .awKeywordField {
    font-size: 14px;
}

slidemenu .sidebar-sublink span{
    white-space: normal;
}

.datepicker-dropdown {
    z-index: 9999 !important;
}

.text-right {
    text-align: right !important;
    text-align: -webkit-right !important;
    text-align-last: right !important;
}

.awBtnPopUp {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.awMenuPathDiv {
    padding-left: var(--bs-gutter-x, 0.75rem);
}
.awMenuPathDiv ol {
    margin-bottom: unset;
}

.awMenuPathDiv .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, ">") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}

.awMenuPathDiv .awMenuPathLink{
    color: #4287f5;
    font-weight: 600;
}

.awModalShow {
    z-index : 1057 !important;
}
.awModalBackDropShow {
    z-index: 1056 !important;
}

.awWidgetContainer {
    height:100%;
}

.awWidgetTittle {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    background-color: #ededed;
    padding: 15px 5px 5px 5px;
    justify-content:center;
}


.awWidgetIframe {
    aspect-ratio:1/1;
    height:100%;
}


.awWidgetHead{
    text-align:center;
}

.awWidgetHead div {
    background-color: #ededed;
    padding: 25px 5px 5px 5px;
}

.header-container {
    display: flex;
    justify-content: space-between; /* Align items to the start and end of the container */
}

#header-title {
    float: left;
    padding-left: 17px;
    padding-bottom: 5px;
    /* Add any other styling properties as needed */
}

#header-sub-title {
    float: right;
    padding-right: 15px;
    padding-bottom: 5px;
    /* Add any other styling properties as needed */
}


.aw-login-background-shape {
    background: Green !important;
}

.aw-login-box-header {
    background: Green !important;
}

#navbarSupportedContent {
    background: Green !important;
}

footer.awFooter > div {
    background: Green !important;
}

[ng-controller=awHeader] .container-fluid.awBlueBG {
    background: Green !important;
}