﻿a[href = "#"] {
    pointer-events: none;
}

.FormsHeaderText {
    /*font-size: x-large;*/
    text-decoration: none;
    font-weight: 600;
    font-style: normal;
    font-variant: normal;
    color: #112D4E;
    padding-top: 15px;
}

.actionBtn {
    padding: 5px 0px 0px 0px;
    border-top-right-radius: 15px;
    margin-top: 2rem;
    overflow: hidden;
    border-top-left-radius: 15px;
    width: 100%;
    background-color: #AFB9C8;
    min-height: 38px;
}


.PageGrid {
    padding-right: 15px;
}

.formLabel {
    padding-left: 3px;
    text-align: left;
}

.popUpFormBox {
    width: 100%;
    height: 30px;
    border-radius: 3px;
    border-width: 1px;
}

.popUpFilterFormBox {
    width: 60%;
    opacity: .9;
    border: none;
    border-bottom: .5px solid #a3a3a3;
    border-radius: 0;
    background: transparent;
}

    .popUpFilterFormBox:hover {
        width: 60%;
        opacity: .9;
        border: none;
        border-bottom: .5px solid #a3a3a3;
        border-radius: 0;
        background: transparent;
    }

    .popUpFilterFormBox:focus {
        width: 60%;
        opacity: .9;
        border: none;
        border-bottom: .5px solid #a3a3a3;
        border-radius: 0;
        background: transparent;
    }

.formBox {
    width: 93%;
    height: 30px;
    border-radius: 3px;
    border-width: 1px;
}

.formBoxThird {
    width: 31%;
    height: 30px;
    border-radius: 3px;
    border-width: 1px;
}

.gridBox {
    width: 100%;
    height: 25px;
    border-style: none none none solid;
    border-radius: 3px;
    border-width: 1px;
    opacity: .8;
}

    .gridBox:focus {
        opacity: 1;
    }

table.table {
    width: 100%;
}

.formBoxFull {
    width: 97%;
    height: 30px;
    border-radius: 3px;
    border-width: 1px;
}

.CardCus {
    border-top-style: solid;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}


.CardCusForm {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: solid;
}

.proBg {
    background: rgb(247,247,247);
    background: -moz-linear-gradient(90deg, rgba(247,247,247,1) 67%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(247,247,247,1) 67%, rgba(255,255,255,1) 100%);
    background: linear-gradient(90deg, rgba(247,247,247,1) 67%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f6f2",endColorstr="#ffffff",GradientType=1);
    padding-right: 0px;
}

.gridBg {
    background: rgb(247,247,247);
    background: -moz-linear-gradient(270deg, rgba(247,247,247,1) 67%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(270deg, rgba(247,247,247,1) 67%, rgba(255,255,255,1) 100%);
    background: linear-gradient(270deg, rgba(247,247,247,1) 67%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f6f2",endColorstr="#ffffff",GradientType=1);
    padding-right: 0px;
}

.FormsBlank {
    height: 40px;
}

.FormsBlankSm {
    height: 15px;
}

.FormsBlankXs {
    height: 5px;
}

.FormsFields {
    height: 30px;
    position: relative;
}

.FormsValidator {
    opacity: .75;
    position: absolute;
    top: 7.5px;
    right: 30px;
    height: 15px;
    pointer-events: none;
    width: 15px;
}

.FormsValidatorDdl {
    opacity: .75;
    position: absolute;
    top: 7.5px;
    right: 47px;
    height: 15px;
    pointer-events: none;
    width: 15px;
}

.FormsTextBox {
    width: 150px;
}

.FormsHeadBtn {
    width: 50px;
}

.FormImpBorder {
    border: thin solid black;
    background-color: #D3E0EA;
}

.FormsTabBtn {
    background-color: #276678;
    text-align: center;
    color: #FFFFFF;
    width: 120px;
    height: 30px;
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.5s;
}

    .FormsTabBtn:hover {
        background-color: #477fa3;
        text-align: center;
        color: #FFFFFF;
        width: 120px;
        height: 30px;
        border-top-right-radius: 9px;
        border-top-left-radius: 9px;
        font-weight: bold;
        transition: background-color 0.5s;
    }

.cardPaging {
    border-color: #507CD1;
    width: 100%;
    display: flex;
    margin: 0 auto;
    border-top-left-radius: 0px;
}

.RadioCard {
    display: flex;
    margin: 5px auto;
    border-color: #f2f2f2;
    transition: border-color 0.25s ease-out;
}

    .RadioCard:hover {
        border-color: #dedede;
    }

.change {
    opacity: 1;
    transition: opacity 0.25s ease-out;
}

.right {
    text-align: right;
}

.FormsControlHeight {
    height: 40px;
}


.GridToggleBtn {
    height: 20px;
    width: 20px;
}

.eye {
    opacity: 0.85;
    transition: opacity 0.2s;
}

    .eye:hover {
        opacity: 1;
    }

.GridToggleableBorder {
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #738188;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #738188;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #738188;
}

.GridViewChildPadding {
    width: 100%;
    margin: 0;
}

.GridManageBtn {
    height: 10px;
}


.PopUpRoundEdge {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1px;
    padding: 0 3px 3px 3px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.PopUpBg {
    background-color: black;
    filter: alpha(opacity=90);
    opacity: 0.6;
}

.PopUpSm {
    border: 2px solid #4468ad;
    background: rgb(98,110,106);
    background: linear-gradient(180deg, rgba(80,124,209,1) 0%, rgba(239,239,239,1) 14%);
    padding-right: 10px;
    padding-left: 10px;
    width: 500px;
    min-height: 300px;
    overflow: hidden;
}

.PopUp {
    border: 2px solid #4468ad;
    background: rgb(98,110,106);
    background: linear-gradient(180deg, rgba(80,124,209,1) 0%, rgba(239,239,239,1) 14%);
    padding-right: 10px;
    padding-left: 10px;
    width: 950px;
    min-height: 300px;
    overflow: hidden;
}

.PopUpBig {
    border: 2px solid #4468ad;
    background: rgb(98,110,106);
    background: linear-gradient(180deg, rgba(80,124,209,1) 0%, rgba(239,239,239,1) 14%);
    padding-left: 10px;
    width: 1200px;
    min-height: 300px;
    overflow: hidden;
}

.popUpClose {
    padding: 0 0 0 5px;
    opacity: .85;
    display: flex;
    justify-content: left;
    transition: all .3s;
}

    .popUpClose:hover {
        background-color: #5474b3;
        opacity: 1;
    }

.popUpHeaderSm {
    background-color: #4468ad;
    min-height: 40px;
    border-bottom: 2px solid #314b7d;
}


.popUpHeader {
    background-color: #4468ad;
    min-height: 40px;
    width: 950px;
    border-bottom: 2px solid #314b7d;
}

.popUpHeaderBig {
    background-color: #4468ad;
    min-height: 40px;
    width: 1200px;
    border-bottom: 2px solid #314b7d;
}

.PopUpBtnL {
    vertical-align: top;
    text-align: right;
}

.PopUpBtnR {
    vertical-align: top;
    text-align: left;
}

.accordian {
    width: 100%;
    background-color: #CAD5E8;
}

.accordian__label, .accordian__content {
    padding: 0px 20px;
}

.accordian__label {
    display: block;
    font-weight: bold;
    text-decoration: none;
    color: #112D4E;
    padding: 14px 20px;
    cursor: pointer;
    position: relative;
    transition: background 0.1s;
}

    .accordian__label:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    .accordian__label::after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        width: 12px;
        height: 6px;
        background-image: url('image/arrow.png');
        background-size: contain;
    }

.accordian__content {
    background-color: #DBE2EF;
    display: none;
    padding: 0;
}

.accordian__input {
    display: none;
}

    .accordian__input:checked ~ .accordian__content {
        display: block;
    }

.PopUpTarget {
    padding-top: 5px;
    padding-left: 20px;
    text-decoration: none;
    color: #000000;
    transition: padding-left 0.2s;
    transition: color 0.2s;
}

    .PopUpTarget:hover {
        padding-top: 5px;
        padding-left: 25px;
        text-decoration: none;
        color: rgb(53 93 141);
        transition: padding-left 0.2s;
        transition: color 0.2s;
    }


.actbtn {
    padding: 2px 0px 0px 0px;
    border: none;
    outline: none;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s;
    width: 100%;
    height: 100%
}

    .actbtn:hover {
        color: #021157;
        text-align: center;
        box-shadow: initial;
        text-decoration: none;
        width: 100%;
        height: 100%;
        transition: background-color 0.3s;
        background: rgba(0, 0, 0, 0.1);
    }

.FormsNewBtn {
    color: #000000;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 60px;
    height: 29px;
    align-self: center;
    vertical-align: middle;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

    .FormsNewBtn:hover {
        color: #ffffff;
        background: rgb(131,146,169);
        background: -moz-linear-gradient(0deg, rgba(131,146,169,1) 0%, rgba(175,185,200,1) 100%);
        background: -webkit-linear-gradient(0deg, rgba(131,146,169,1) 0%, rgba(175,185,200,1) 100%);
        background: linear-gradient(0deg, rgba(131,146,169,1) 0%, rgba(175,185,200,1) 100%);
        vertical-align: middle;
        width: 60px;
        height: 33px;
        align-self: center;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        box-shadow: inherit;
        background-color: #A5AFC0;
        border-bottom-style: solid;
        border-bottom-color: #386BCB;
        border-bottom-width: 3px;
    }

.FormsUpdBtn {
    color: #000000;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    align-self: center;
    width: 60px;
    height: 29px;
    vertical-align: middle;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

    .FormsUpdBtn:hover {
        color: #ffffff;
        background: rgb(131,146,169);
        background: -moz-linear-gradient(0deg, rgba(131,146,169,1) 0%, rgba(175,185,200,1) 100%);
        background: -webkit-linear-gradient(0deg, rgba(131,146,169,1) 0%, rgba(175,185,200,1) 100%);
        background: linear-gradient(0deg, rgba(131,146,169,1) 0%, rgba(175,185,200,1) 100%);
        vertical-align: middle;
        width: 60px;
        height: 33px;
        align-self: center;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        box-shadow: inherit;
        background-color: #A5AFC0;
        border-bottom-style: solid;
        border-bottom-color: #386BCB;
        border-bottom-width: 3px;
    }

.FormsRefBtn {
    color: #000000;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    align-self: center;
    width: 60px;
    height: 29px;
    vertical-align: middle;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

    .FormsRefBtn:hover {
        color: #ffffff;
        background: rgb(131,146,169);
        background: -moz-linear-gradient(0deg, rgba(131,146,169,1) 0%, rgba(175,185,200,1) 100%);
        background: -webkit-linear-gradient(0deg, rgba(131,146,169,1) 0%, rgba(175,185,200,1) 100%);
        background: linear-gradient(0deg, rgba(131,146,169,1) 0%, rgba(175,185,200,1) 100%);
        vertical-align: middle;
        width: 60px;
        height: 33px;
        align-self: center;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        box-shadow: inherit;
        background-color: #A5AFC0;
        border-bottom-style: solid;
        border-bottom-color: #386BCB;
        border-bottom-width: 3px;
    }

.test {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.testr {
    border-right: 1px solid #ffffff;
}

.loginBG {
    min-height: 100%;
    color: cornflowerblue;
}

.loginSpace {
    min-height: 200px;
}

.usericon {
    background-image: url('image/user.png');
    width: 120px;
    height: 120px;
    box-shadow: black 3px 3px inherit;
}

.nestedGridExColIcon {
    width: 20px;
    height: 20px;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
}

.maxVol {
    position: absolute;
    top: 0%;
    left: 60%;
}

.MainBtn {
    display: flex;
    margin: 5px auto;
    align-items: center;
    justify-content: center;
    width: 25%;
    transition: all 0.3s;
}

.gridHid {
    display: none;
}

[type="search"] {
    height: 30px;
    border-radius: 3px;
    border-width: 1px;
    margin-bottom: 4px;
}

.dataTables_length select {
    height: 30px;
    border-radius: 3px;
    border-width: 1px;
    margin-bottom: 4px;
}

.current {
    scale: .9;
}

.calcBtn {
    text-decoration: none;
    color: #1f2368
}

    .calcBtn:hover {
        text-decoration: underline;
        color: #2e3392;
    }

.connectedCheckDiv {
    background: #E8E8CC;
    border: 1px solid #b2b1b1;
    border-radius: 0 3px 3px 0;
    display: flex;
    justify-content: center;
    align-content: center;
    width: 16%;
}

.tabBtn {
    margin: 1rem 0;
    cursor: pointer;
    padding: .2rem;
    outline: none;
    border-radius: 5px;
    border: 1px solid #868686;
    background: #efefef;
    text-decoration: none;
    color: #000000;
    transition: all .3s;
}

.list-icon {
    width: 65%;
    aspect-ratio: 1;
    transition: all .3s ease-out;
}

    .list-icon:hover, .list-icon:focus {
        border: 1px solid #b2b2b2;
        background: #cac9c9;
    }

.listing-wrapper {
    background: #f5f5f5;
    border-radius: 0 0 10px 10px;
    border: 1px solid #ccc;
    height: max-content !important;
}

.switch-field {
    display: flex;
    margin: 1rem 0;
    overflow: hidden;
}

    .switch-field input {
        position: absolute !important;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        width: 1px;
        border: 0;
        overflow: hidden;
    }

    .switch-field label {
        width: 33%;
        background-color: #e4e4e4;
        color: rgba(0, 0, 0, 0.9);
        font-size: 14px;
        line-height: 1;
        text-align: center;
        padding: 8px 16px;
        margin-right: -1px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
        transition: all 0.1s ease-in-out;
    }

        .switch-field label:hover {
            cursor: pointer;
        }

    .switch-field input:checked + label {
        background-color: #a5dc86;
        box-shadow: none;
    }

    .switch-field label:first-of-type {
        border-radius: 4px 0 0 4px;
    }

    .switch-field label:last-of-type {
        border-radius: 0 4px 4px 0;
    }
