﻿:root {
    --main-color: #0b87e8;
    --hover-color: #4F86E3;
    --white-color: #f5f5f5;
    --grey-color: #696969;
    --menu-select-color: #1f4e79;
    --menu-div-backcolor: #84abf0;
    --collapsePanel-backcolor: #759be6;
}

body {
    background-color: #F5F5F5 !important;
    font-size: 1.20em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

strong {
    font-family: 'Poppins', sans-serif;
}

#imgLogoText {
    width: 300px;
    height: 145px;
    position: relative;
    -webkit-animation: customSlide 2s;
    animation: customSlide 2s;
}

#menu-toggle {
    transition: all .3s;
    font-size: 2em;
}

#branchText {
    position: relative;
    -webkit-animation: customSlide 2s;
    animation: customSlide 2s;
}

#imgLogo {
    width: auto;
    position: relative;
    -webkit-animation: highLight 2s;
    animation: highLight 2s;
    margin-right: 400px;
}

#divider {
    border-right: 1px solid white;
    height: 250px;
}

@-webkit-keyframes customSlide {
    0% {
        left: 0px;
    }

    25% {
        left: 75px;
    }

    75% {
        left: 75px
    }

    100% {
        left: 0px;
    }
}

@keyframes customSlide {
    0% {
        left: 0px;
    }

    25% {
        left: 75px;
    }

    75% {
        left: 75px
    }

    100% {
        left: 0px;
    }
}

@-webkit-keyframes highLight {
    0% {
    }

    25% {
    }

    75% {
    }

    100% {
    }
}

@keyframes highLight {
    0% {
    }

    25% {
    }

    75% {
    }

    100% {
    }
}

a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


.imgLogo {
    width: 75px;
    cursor: text;
}

.homelnk {
    background-color: var(--main-color);
    color: var(--white-color) !important;
    font-size: 10px;
}

.page {
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.txt300px {
    width: 300px;
}

.txt200px {
    width: 200px;
}

.loginbuttonborder {
    cursor: pointer;
    width: 100px;
    height: 40px;
    border: 1px solid black;
    border-radius: 10px;
    background-color: #017f3d !important;
    color: White !important;
    text-decoration: none !important;
    padding: 7px 15px 7px 15px;
}

    .loginbuttonborder:hover {
    }

.modulebutton {
    cursor: pointer;
    width: 100px;
    height: 40px;
    border: 1px solid black;
    border-radius: 15px;
    color: Black !important;
    text-decoration: none !important;
    padding: 7px 15px 7px 15px;
}

.modulehidebutton {
    cursor: not-allowed;
    width: 100px;
    height: 40px;
    border: 1px solid black;
    border-radius: 15px;
    color: Black !important;
    text-decoration: none !important;
    padding: 7px 15px 7px 15px;
}

.modulebutton:hover {
    background: #017f3d !important;
    color: #f5f5f5 !important;
}

.modulehidebutton:hover {
    background: #ad5389 !important;
    color: #f5f5f5 !important;
}

divmodulebutton.active:after {
    background-color: Black !important;
}

textarea:focus, input:focus {
    outline: none;
}

::-webkit-input-placeholder {
    color: white;
    font-size: small;
}

::-moz-placeholder {
    color: white;
    font-size: small;
}

:-ms-input-placeholder {
    color: white;
    font-family: 'myFont', Verdana, Helvetica, sans-serif;
    font-size: xx-small;
}

::placeholder {
    color: white;
    font-size: small;
}

::Placeholder {
    color: black;
    font-size: small;
}

.icon-edit {
    position: absolute;
    margin-left: 6px;
    vertical-align: bottom !important;
}

.txtpaddingLeft30px {
    padding-left: 30px;
}

#lnkForgetPassword {
    text-decoration: underline !important;
    cursor: pointer;
    font-size: small;
}

#cbxRememberMe {
    box-shadow: 0px 0px 3px #550000;
}

#imgCompany {
    width: 40px;
    height: 40px;
    border-radius: 30px;
    background-color: #E8E8E8;
    padding: 3px;
}

.Footer {
    position: fixed !important;
    bottom: 0 !important;
    width: 100% !important;
    background-color: #ECE9E6 !important;
}

a.dropdown-item {
    color: #161A1B !important;
}

.linkText {
    color: #161A1B !important;
}

.removeLinkLine {
    text-decoration: none !important;
}

#imgbtnUser {
    width: 50px;
    height: 45px;
    vertical-align: top !important;
}

#Footer {
    position: fixed !important;
    bottom: 0 !important;
    width: 100% !important;
    background-color: #333 !important;
}

.textbox[type=text] {
    background-color: #f5f5f5 !important;
    border-radius: 5px !important;
    padding: 5px !important;
    border: 1px solid #D5D5D5 !important;
    min-width: 200px !important;
}

    .textbox[type=text]:focus {
        box-shadow: 0px 0px 3px #0077BB !important;
    }

.checkbox[type=checkbox] {
    border-radius: 5px !important;
    padding: 5px !important;
    border: 1px solid #D5D5D5 !important;
    min-width: 200px !important;
}

    .checkbox[type=checkbox]:focus {
        box-shadow: 0px 0px 3px #0077BB !important;
    }

textarea.area {
    border-radius: 5px !important;
    padding: 5px !important;
    border: 1px solid #D5D5D5 !important;
    width: 240px !important;
}

    textarea.area:focus {
        box-shadow: 0px 0px 3px #0077BB !important;
    }

.buttonBase {
    min-width: 75px !important;
}

.buttonSeqBase {
    min-width: 55px !important;
}

.buttonBasetogg {
    min-width: 45px !important;
    min-height: 40px !important;
    background: #017f3d !important;
    text-decoration: none !important;
    border: none !important;
    color: White;
}

    .buttonBasetogg : hover {
        background-color: rgba(152,47,88,0.8) !important;
        text-decoration: none !important;
        border: none !important;
    }

.buttonBase.btn.btn-md.btn-outline-danger.text-danger:hover {
    color: White !important;
}

.buttonBase.btn.btn-md.btn-outline-info.text-info:hover {
    color: White !important;
}

.buttonBase.btn.btn-md.btn-outline-dark.text-dark:hover {
    color: White !important;
}

.buttonBase.btn.btn-sm.btn-outline-danger.text-danger:hover {
    color: White !important;
}

.buttonBase.btn.btn-sm.btn-outline-dark.text-dark:hover {
    color: White !important;
}

.buttonBase.btn.btn-sm.btn-outline-info.text-info:hover {
    color: White !important;
}

.buttonBase btn btn-sm btn-info.text-light:hover {
    color: #5bc0de !important;
}

.gridBorderStyle {
    border: 1px solid #FFF1E1 !important;
}

.gridPagerStyle {
    border: 2px solid #F8F8F8 !important;
    height: 5px !important;
    background-color: #E8E8E8 !important;
}

    .gridPagerStyle a {
        color: #969696;
        height: 5px;
    }

    .gridPagerStyle span {
        background-color: #DC3555;
        color: #FFF;
        padding: 5px;
    }

.screenCenter {
    margin: 0 auto !important;
    width: 100% !important;
}

.eddlDropdown {
    border-radius: 5px !important;
    padding: 5px !important;
    border: 1px solid #D5D5D5 !important;
    width: 180px !important;
    height: 35px !important;
    background-color: #f5f5f5 !important;
}

.rpteddlDropdown {
    border-radius: 5px !important;
    padding: 5px !important;
    border: 1px solid #D5D5D5 !important;
    width: 250px !important;
    height: 35px !important;
    background-color: #f5f5f5 !important;
}

.eddlDropdown1 {
    text-decoration: none;
    font-family: Verdana;
    font-size: 1em;
    background-color: #f5f5f5 !important;
}

.eddlDropdownMin {
    border-radius: 5px !important;
    padding: 5px !important;
    border: 1px solid #D5D5D5 !important;
    min-width: 110px !important;
    height: 35px !important;
    background-color: #f5f5f5 !important;
}

.eddlDropdownSmall {
    border-radius: 5px !important;
    padding: 5px !important;
    border: 1px solid #D5D5D5 !important;
    width: 80px !important;
    height: 35px !important;
    background-color: #f5f5f5 !important;
}

button.ui-button.ui-widget.ui-state-default.ui-button-icon-only.ui-corner-right.ui-button-icon.editableComboAdjustment {
    border: 1px solid #D5D5D5 !important;
    height: 35px !important;
    min-width: 20px !important;
}


button.ui-button.ui-widget.ui-state-default.ui-button-icon-only.ui-corner-right.ui-button-icon.editableComboAdjustment1 {
    border: 1px solid #D5D5D5 !important;
    height: 35px !important;
    min-width: 20px !important;
}

.imgTile {
    width: 125px !important;
    height: 100px !important;
}

input.disabled:hover {
    cursor: not-allowed
}

.textCapitalize {
    text-transform: capitalize;
}

.textUpper {
    text-transform: uppercase;
}

.clb tbody tr td label {
    padding: 6px;
    cursor: pointer;
}

.ajax__calendar_dayname {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 17px;
}

.CalenderExtender div div div div table {
    margin: 0px;
    width: 90%;
}

#dv1 {
    line-height: 25px !important;
    padding: 10px !important;
    box-shadow: 3px 3px 3px black;
    font-size: small;
    overflow: auto;
}

.treeviewParent {
    padding: 5px !important;
    color: White !important;
}

.treeviewChild {
    font-size: 1em;
    padding-left: 2px !important;
    color: White !important;
}

    .treeviewChild:hover {
        display: block;
        color: Yellow !important;
        top: 100%;
    }

div[aria-expanded="true"] .fa-plus-square {
    display: none !important;
}

div[aria-expanded="false"] .fa-minus-square {
    display: none !important;
}

.extW1 {
    width: 100px !important;
}

.extW2 {
    width: 60px !important;
}

.extW3 {
    width: 80px !important;
}

.extW4 {
    width: 200px !important;
}

.extH1 {
    height: 60px !important;
}

.extH2 {
    height: 35px !important;
}

.extH3 {
    height: 150px !important;
}

.extH4 {
    height: 75px !important;
}

.extH5 {
    height: 125px !important;
}

.lytTableBorder {
    border: 1px solid black !important;
}

.lytDataContainer { /* Dont Delete */
}

.lytDisplay { /* Dont Delete */
}

.selLytDisplay {
    border: 2px double black !important;
    border-radius: 5px !important;
    height: 100% !important;
    padding: 5px;
    width: 50px !important;
}

.lytGroup1BgColor {
    background-color: Red;
}

.verticaltext_content {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.tempStorage1 {
    height: 575px !important;
}

.tempStorage2 {
    height: 525px !important;
}

.layoutSpace {
    width: 50px !important;
}

.layoutSpaceCC0 {
    width: 30px !important;
}

.highlightLayout {
    box-shadow: 5px 5px 5px black;
    background-image: radial-gradient(yellow,yellow);
    box-shadow: 5px 5px 5px black;
}

@-webkit-keyframes animateLayout {
    10% {
        position: relative;
        left: 0%;
    }

    21% {
        position: relative;
        left: 1%;
    }

    32% {
        position: relative;
        left: 2%;
    }

    43% {
        position: relative;
        left: 3%;
    }

    54% {
        position: relative;
        left: 4%;
    }

    65% {
        position: relative;
        left: 5%;
    }

    76% {
        position: relative;
        left: 6%;
    }

    87% {
        position: relative;
        left: 7%;
    }

    98% {
        position: relative;
        left: 8%;
    }

    99% {
        position: relative;
        left: 9%;
    }

    10% {
        position: relative;
        left: 20%;
    }
}

@keyframes animateLayout {

    10% {
        position: relative;
        left: 0%;
    }

    21% {
        position: relative;
        left: 1%;
    }

    32% {
        position: relative;
        left: 2%;
    }

    43% {
        position: relative;
        left: 3%;
    }

    54% {
        position: relative;
        left: 4%;
    }

    65% {
        position: relative;
        left: 5%;
    }

    76% {
        position: relative;
        left: 6%;
    }

    87% {
        position: relative;
        left: 7%;
    }

    98% {
        position: relative;
        left: 8%;
    }

    99% {
        position: relative;
        left: 9%;
    }

    10% {
        position: relative;
        left: 20%;
    }
}

.rptCheckBox label {
    padding-left: 7px !important;
}

.modal-full {
    min-width: 85%;
}

.fullIFrame {
    min-width: 100% !important;
    min-height: 525px;
}

.classBoard {
    width: 500px !important;
}

.labelBoard {
    line-height: 2em;
    border-bottom: 1px solid silver !important;
    width: 240px;
}

.listBoard {
    line-height: 0em !important;
}

.h300Px {
    height: 300px !important;
}

.h200Px {
    height: 200px !important;
}

.cc0LabelBoard {
    width: 100px;
    height: 30px;
    background-image: linear-gradient(WHITE,#6EADA4);
}

.cc0OvalBoard {
    width: 100px;
    height: 100px;
    background-image: linear-gradient(#6EADA4,WHITE,#6EADA4);
}

.w275Px {
    width: 275px !important;
}

.w150Px {
    width: 150px !important;
}

.w100Px {
    width: 100px !important;
}

.w25Px {
    width: 25px !important;
}

.w10px {
    width: 10px !important;
}

.w15px {
    width: 15px !important;
}

.displayInlineBlock {
    display: inline-block !important;
}

.pointerCursor {
    cursor: pointer !important;
}

.w100Pct {
    width: 100% !important;
}

.h330Px {
    height: 352px !important;
}

.bgLayout1 {
    background-image: radial-gradient(white,#c8ffbc);
}

.bgLayoutFloor {
    background-image: repeating-linear-gradient(gray, silver 10%, white 20%);
}

.bgLayout2 {
    background-image: radial-gradient(#ffe287,#ff8787);
}

.bgLayout3 {
    background-image: radial-gradient(silver,#BDFAED);
}

.bgLayout4 {
    background-image: radial-gradient(SILVER,#ACDCD9);
}

.disabledDisplay {
    position: fixed;
    z-index: 1021;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=100);
    opacity: 0.7;
    -moz-opacity: 0.7;
}

div.progress {
    width: 9px;
    height: 9px;
    background-color: #ad5389 !important;
    position: absolute;
    -webkit-animation: progressmove 5s infinite;
    animation: progressmove 5s infinite;
    top: 50%;
    left: 50%;
    color: Gray !important;
    border-radius: 50%;
    font-size: larger;
}

div.loader {
    margin: 100px auto;
    font-size: 25px;
    width: 1em;
    height: 1em;
    top: 30%;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes load5 {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #ad5389, 1.8em -1.8em 0 0em rgba(173, 83, 137, 0.7), 2.5em 0em 0 0em rgba(173, 83, 137, 0.7), 1.75em 1.75em 0 0em rgba(173, 83, 137, 0.7), 0em 2.5em 0 0em rgba(173, 83, 137, 0.7), -1.8em 1.8em 0 0em rgba(173, 83, 137, 0.7), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(173, 83, 137, 0.7), 1.8em -1.8em 0 0em #ad5389, 2.5em 0em 0 0em rgba(173, 83, 137, 0.7), 1.75em 1.75em 0 0em rgba(173, 83, 137, 0.7), 0em 2.5em 0 0em rgba(173, 83, 137, 0.7), -1.8em 1.8em 0 0em rgba(173, 83, 137, 0.7), -2.6em 0em 0 0em rgba(173, 83, 137, 0.7), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(173, 83, 137, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ad5389, 1.75em 1.75em 0 0em rgba(173, 83, 137, 0.7), 0em 2.5em 0 0em rgba(173, 83, 137, 0.7), -1.8em 1.8em 0 0em rgba(173, 83, 137, 0.7), -2.6em 0em 0 0em rgba(173, 83, 137, 0.7), -1.8em -1.8em 0 0em rgba(173, 83, 137, 0.7);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(173, 83, 137, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ad5389, 0em 2.5em 0 0em rgba(173, 83, 137, 0.7), -1.8em 1.8em 0 0em rgba(173, 83, 137, 0.7), -2.6em 0em 0 0em rgba(173, 83, 137, 0.7), -1.8em -1.8em 0 0em rgba(173, 83, 137, 0.7);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(173, 83, 137, 0.2), 1.8em -1.8em 0 0em rgba(173, 83, 137, 0.7), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ad5389, -1.8em 1.8em 0 0em rgba(173, 83, 137, 0.7), -2.6em 0em 0 0em rgba(173, 83, 137, 0.7), -1.8em -1.8em 0 0em rgba(173, 83, 137, 0.7);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(173, 83, 137, 0.2), 1.8em -1.8em 0 0em rgba(173, 83, 137, 0.7), 2.5em 0em 0 0em rgba(173, 83, 137, 0.7), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ad5389, -2.6em 0em 0 0em rgba(173, 83, 137, 0.7), -1.8em -1.8em 0 0em rgba(173, 83, 137, 0.7);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(173, 83, 137, 0.2), 1.8em -1.8em 0 0em rgba(173, 83, 137, 0.7), 2.5em 0em 0 0em rgba(173, 83, 137, 0.7), 1.75em 1.75em 0 0em rgba(173, 83, 137, 0.7), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgbargba(173, 83, 137, 0.7), -2.6em 0em 0 0em #ad5389, -1.8em -1.8em 0 0em rgba(173, 83, 137, 0.7);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(173, 83, 137, 0.2), 1.8em -1.8em 0 0em rgba(173, 83, 137, 0.7), 2.5em 0em 0 0em rgba(173, 83, 137, 0.7), 1.75em 1.75em 0 0em rgba(173, 83, 137, 0.7), 0em 2.5em 0 0em rgba(173, 83, 137, 0.7), -1.8em 1.8em 0 0em rgbargba(173, 83, 137, 0.5), -2.6em 0em 0 0em rgba(173, 83, 137, 0.7), -1.8em -1.8em 0 0em #ad5389;
    }
}

@keyframes load5 {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #ad5389, 1.8em -1.8em 0 0em rgba(173, 83, 137, 0.7), 2.5em 0em 0 0em rgba(173, 83, 137, 0.7), 1.75em 1.75em 0 0em rgba(173, 83, 137, 0.7), 0em 2.5em 0 0em rgba(173, 83, 137, 0.7), -1.8em 1.8em 0 0em rgba(173, 83, 137, 0.7), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(173, 83, 137, 0.7), 1.8em -1.8em 0 0em #ad5389, 2.5em 0em 0 0em rgba(173, 83, 137, 0.7), 1.75em 1.75em 0 0em rgba(173, 83, 137, 0.7), 0em 2.5em 0 0em rgba(173, 83, 137, 0.7), -1.8em 1.8em 0 0em rgba(173, 83, 137, 0.7), -2.6em 0em 0 0em rgba(173, 83, 137, 0.7), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(173, 83, 137, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ad5389, 1.75em 1.75em 0 0em rgba(173, 83, 137, 0.7), 0em 2.5em 0 0em rgba(173, 83, 137, 0.7), -1.8em 1.8em 0 0em rgba(173, 83, 137, 0.7), -2.6em 0em 0 0em rgba(173, 83, 137, 0.7), -1.8em -1.8em 0 0em rgba(173, 83, 137, 0.7);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(173, 83, 137, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ad5389, 0em 2.5em 0 0em rgba(173, 83, 137, 0.7), -1.8em 1.8em 0 0em rgba(173, 83, 137, 0.7), -2.6em 0em 0 0em rgba(173, 83, 137, 0.7), -1.8em -1.8em 0 0em rgba(173, 83, 137, 0.7);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(173, 83, 137, 0.2), 1.8em -1.8em 0 0em rgba(173, 83, 137, 0.7), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ad5389, -1.8em 1.8em 0 0em rgba(173, 83, 137, 0.7), -2.6em 0em 0 0em rgba(173, 83, 137, 0.7), -1.8em -1.8em 0 0em rgba(173, 83, 137, 0.7);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(173, 83, 137, 0.2), 1.8em -1.8em 0 0em rgba(173, 83, 137, 0.7), 2.5em 0em 0 0em rgba(173, 83, 137, 0.7), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ad5389, -2.6em 0em 0 0em rgba(173, 83, 137, 0.7), -1.8em -1.8em 0 0em rgba(173, 83, 137, 0.7);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(173, 83, 137, 0.2), 1.8em -1.8em 0 0em rgba(173, 83, 137, 0.7), 2.5em 0em 0 0em rgba(173, 83, 137, 0.7), 1.75em 1.75em 0 0em rgba(173, 83, 137, 0.7), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgbargba(173, 83, 137, 0.7), -2.6em 0em 0 0em #ad5389, -1.8em -1.8em 0 0em rgba(173, 83, 137, 0.7);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(173, 83, 137, 0.2), 1.8em -1.8em 0 0em rgba(173, 83, 137, 0.7), 2.5em 0em 0 0em rgba(173, 83, 137, 0.7), 1.75em 1.75em 0 0em rgba(173, 83, 137, 0.7), 0em 2.5em 0 0em rgba(173, 83, 137, 0.7), -1.8em 1.8em 0 0em rgbargba(173, 83, 137, 0.5), -2.6em 0em 0 0em rgbargba(173, 83, 137, 0.7), -1.8em -1.8em 0 0em #ad5389;
    }
}

#dvProgress1 {
    -webkit-animation-timing-function: linear;
}

#dvProgress2 {
    -webkit-animation-timing-function: ease;
}

#dvProgress3 {
    -webkit-animation-timing-function: ease-in;
}

#dvProgress4 {
    -webkit-animation-timing-function: ease-out;
}

#dvProgress5 {
    -webkit-animation-timing-function: ease-in-out;
}

#dvProgress1 {
    animation-timing-function: linear;
}

#dvProgress2 {
    animation-timing-function: ease;
}

#dvProgress3 {
    animation-timing-function: ease-in;
}

#dvProgress4 {
    animation-timing-function: ease-out;
}

#dvProgress5 {
    animation-timing-function: ease-in-out;
}


/* Safari 4.0 - 8.0 */
@-webkit-keyframes progressmove {
    1% {
        left: 0px;
    }

    50% {
        left: 50%;
    }

    51% {
        left: 51%;
    }

    100% {
        left: 100%;
    }
}

/* Standard syntax */
@keyframes progressmove {
    1% {
        left: 0px;
    }

    50% {
        left: 50%;
    }

    51% {
        left: 51%;
    }

    100% {
        left: 100%;
    }
}

.disabledDisplay {
    position: fixed;
    z-index: 1021;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=100);
    opacity: 0.7;
    -moz-opacity: 0.7;
}

#ldText {
    position: fixed;
    top: 52%;
    left: 49%;
    color: #00bff4;
    font-weight: bold;
    font-size: 1em;
}

.lblErrorColor {
    color: Red;
}

.wrapper {
    display: flex;
    align-items: stretch;
    padding-top: 10px;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#sidebar.active {
    margin-left: -220px;
    left: 0px;
    overflow: hidden;
}

#sidebar {
    min-width: 200px;
    max-width: 200px;
    margin-left: -15px;
}

#sidebar {
    background: #017f3d;
    transition: all 0.3s;
    padding: 4px;
    line-height: 1.35em;
}

    #sidebar ul.components {
        line-height: 1.35em;
        white-space: nowrap;
        list-style: none;
        margin: 0px;
        padding: 10px;
        width: auto;
    }

    #sidebar ul li a {
        padding-top: 10px;
        font-size: 1em;
        color: #FAF0E6;
        line-height: 1.55em;
        display: block;
        text-decoration: none;
    }

        #sidebar ul li a:hover {
            line-height: 1.35em;
            white-space: nowrap;
        }

    #sidebar ul li.active > a, a[aria-expanded="true"] {
        white-space: nowrap;
        line-height: 1.35em;
    }

ul ul a {
    font-size: 0.9em !important;
    padding-left: 10px !important;
    line-height: 1.35em;
    white-space: nowrap;
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

        #sidebar.active {
            margin-left: 0;
        }

        #sidebar span {
            display: none;
        }
}

.eqmasterpage {
    background-color: #f5f5f5 !important;
    overflow-x: hidden;
}

#content {
    background: #f5f5f5;
    font-family: Calibri;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.textboxMin[type=text] {
    border-radius: 5px !important;
    padding: 5px !important;
    border: 1px solid #D5D5D5 !important;
    min-width: 90px !important;
}

.textboxPercentage[type=text] {
    border-radius: 5px !important;
    padding: 5px !important;
    border: 1px solid #D5D5D5 !important;
    width: 55px;
}

.textboxPercentageValue[type=text] {
    border-radius: 5px !important;
    padding: 5px !important;
    border: 1px solid #D5D5D5 !important;
    width: 130px;
}

.gridEditwidth {
    width: 20px !important;
}

.gridEditseqwidth {
    width: 40px !important;
}

.gridSnowidth {
    width: 40px !important;
}

.gridActivewidth {
    max-width: 40px !important;
}

.gridbigSnowidth {
    max-width: 65px !important;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.pageheadingcolor {
    background-color: #e4ecad !important;
    font-weight: bold;
}

div#content.card {
    min-height: 500px !important;
}

.gridmenucolor {
    background-color: #009996 !important;
}

.textWhite {
    color: #017f3d;
}

.textMin {
    background-color: #f5f5f5 !important;
    border-radius: 5px !important;
    padding: 5px !important;
    border: 1px solid #D5D5D5 !important;
    min-width: 20px !important;
}

.bg-gold {
    background: -webkit-linear-gradient(70deg, #FFFFF0 40%, rgba(152,47,88,0.8) 40%);
    background: -o-linear-gradient(70deg, #FFFFF0 40%, rgba(152,47,88,0.8) 40%);
    background: -moz-linear-gradient(70deg, #FFFFF0 40%, rgba(152,47,88,0.8) 40%);
    background: linear-gradient(70deg, #FFFFF0 40%, rgba(152,47,88,0.8) 40%);
}

.LogInText {
    color: Black;
    font-family: "Times New Roman", Times, serif;
}

.textboxCodePrefix[type=text] {
    border-radius: 5px !important;
    padding: 5px !important;
    border: 1px solid #D5D5D5 !important;
    width: 63px;
}

.textboxCode[type=text] {
    border-radius: 5px !important;
    padding: 5px !important;
    border: 1px solid #D5D5D5 !important;
    width: 128px;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: White !important;
    font-size: 20px;
    font-weight: bold;
    background-color: #009996 !important;
}

#tabs .nav-tabs .nav-link {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-size: 15px;
    border-bottom: 1px solid #009996;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    color: #00807d !important;
    font-size: 20px;
    font-weight: bold;
}

nav > div a.nav-item.nav-link.active:after {
    content: "";
    position: relative;
    bottom: -40px;
    left: -13%;
    border: 15px solid transparent;
    border-top-color: #009996;
    color: Fuchsia !important;
}

.m-cir:after {
    content: "*";
    color: #bb0000;
}

.container-login {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #ad5389;
    background: -webkit-linear-gradient(to bottom, #017f3d, #e4ecad);
    background: linear-gradient(to bottom, #017f3d, #e4ecad);
}

.wrap-login {
    width: 780px;
    border-radius: 10px;
    overflow: hidden;
    background: #ECE9E6;
    background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6);
    background: linear-gradient(to right, #FFFFFF, #ECE9E6);
    margin-bottom: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-shadow: 5px 5px 15px 5px #000000;
    box-shadow: 5px 5px 15px 5px #000000;
}

.wrap-input100 {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 10px;
}

#admin.active {
    background: #ad5389 !important;
}

#btnMaterialManagement.active {
    background: #ad5389 !important;
}

.btnSave {
    background-color: #017f3d !important;
}

.btnDraft {
    background-color: #4992d3 !important;
}

.btnAdd {
    background-color: #4992d3 !important;
}

.default {
    background-color: #017f3d !important;
    color: #f5f5f5 !important;
}

.autodisable {
    background-color: #C0C0C0 !important;
    color: black !important;
}

.eddlDropdown {
    border-radius: 5px !important;
    padding: 5px !important;
    border: 1px solid #D5D5D5 !important;
    width: 180px !important;
    height: 35px !important;
    background-color: #f5f5f5 !important;
}

    .eddlDropdown.autodisable {
        border-radius: 5px !important;
        padding: 5px !important;
        border: 1px solid #D5D5D5 !important;
        width: 180px !important;
        height: 35px !important;
        background-color: #C0C0C0 !important;
        color: black !important;
    }

.w10px {
    width: 10px;
}

.hiddenScrol {
    overflow: hidden !important;
}

.filterpopup {
    background: #f4f7dd;
    border: 1px solid #017f3d !important;
    margin-top: 10px;
}

.yesButton {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    margin: 0;
    border: 0;
    border-radius: 0;
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    width: 50px;
    padding: 0.25rem 0.5rem !important;
    font-size: .875rem !important;
    line-height: 1.5 !important;
    border-radius: 0.2rem !important;
}

.noButton {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    margin-top: 0;
    border: 0;
    border-radius: 0;
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
    width: 50px;
    padding: 0.25rem 0.5rem !important;
    font-size: .875rem !important;
    line-height: 1.5 !important;
    border-radius: 0.2rem !important;
}

.checkList {
    border: 1px solid black;
    display: inline-block;
    background-color: #DAF7DC;
    width: 100%;
}

.smalllabel {
    font-size: 10px;
    text-align: right;
}






.rect {
    background: #E4ECAD;
}

.newbg1 {
    background-image: url('../Images/BG.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.uscol {
    color: #017F3D;
    font-family: Space Grotesk !important;
}

.kr-flex {
    display: flex;
    text-align: center;
}

.kr-flex-row {
    flex-direction: row;
}

.kr-flex-column {
    flex-direction: column;
}

.kr-flex-left {
    align-items: flex-start;
}

.logbgcolor {
    background: #F2F6D6;
    height: 35px;
    border-radius: 5px;
    border-color: rgb(0,0,0,0.3);
}

.btnstyle {
    font-family: Space Grotesk;
    padding: 20px 40px 20px 40px;
}

.rectbox {
    width: 80%;
}

.headstyle {
    font-family: Space Grotesk;
    text-align: left;
}

#imgLogo {
    max-width: 80%;
}

@media only screen and (min-width: 991px) {
    .rectbox {
        height: 80vh;
    }

    .loginform {
        margin-left: 50px;
    }
}

.Grid, .ChildGrid {
    border: 1px solid #ccc;
}

    .Grid td, .Grid th {
        border: 1px solid #ccc;
    }

    .Grid th {
        background-color: #B8DBFD;
        color: #333;
        font-weight: bold;
    }

    .ChildGrid td, .ChildGrid th {
        border: 1px solid #ccc;
    }

    .ChildGrid th {
        background-color: #ccc;
        color: #333;
        font-weight: bold;
    }

.Space label {
    margin-left: 20px;
}

.mydatagrid {
    width: 80%;
    border: solid 2px black;
    min-width: 80%;
}