html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #e5e3e4;
}

.display-flex {
    display: flex;
}

.justify-content-space-between {
    justify-content: space-between;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.bottom {
    position: absolute !important;
    bottom: 5px !important;
}

.errorTxt {
    border: 1px solid red !important;
}

.height15px {
    height: 15px !important;
}

.height18px {
    height: 18px !important;
}

.height20px {
    height: 20px !important;
}

.height25px {
    height: 25px !important;
}

.height30px {
    height: 30px !important;
}

.height40px {
    height: 40px !important;
}

.height45px {
    height: 45px !important;
}

.height80px {
    height: 80px !important;
}

.height90px {
    height: 90px !important;
}

.height250px {
    height: 250px !important;
}

.height300px {
    height: 300px !important;
}

.height350px {
    height: 350px !important;
}

.height400px {
    height: 400px !important;
}

.height60p {
    height: 60% !important;
}

.height90p {
    height: 90% !important;
}

.height100p {
    height: 100% !important;
}

.height100p50 {
    height: calc(100% - 100px) !important;
}

.width15px {
    width: 15px !important;
}

.width18px{
    width: 18px !important;
}

.width25px {
    width: 25px !important;
}

.width30px {
    width: 30px !important;
}

.width90px {
    width: 90px !important;
}

.width130px {
    width: 130px !important;
}

.width200px {
    width: 200px !important;
}

.width300px {
    width: 300px !important;
}

.width400px {
    width: 400px !important;
}

.width560px {
    width: 560px !important;
}

.width80p {
    width: 80% !important;
}

.width90p {
    width: 90% !important;
}

.width95p {
    width: 95% !important;
}

.width100p {
    width: 100% !important;
}

.width30pct {
    width: 30%;
}

.width33pct {
    width: 33%;
}

.min-width-150px {
    min-width: 150px;
}

.display-inline-block {
    display: inline-block !important;
}

.margin-5 {
    margin: 5px !important;
}
.margin-left10 {
    margin-left: 10px !important;
}

.margin-right30 {
    margin-right: 30px !important;
}

.margin-top5 {
    margin-top: 5px !important;
}

.margin-top10 {
    margin-top: 10px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.padding-5 {
    padding: 5px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-25p {
    padding-left: 25%;
}

.padding-left-3px-i {
    padding-left: 3px !important;
}

.padding-bottom-1 {
    padding-bottom: 1px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.border-1px-lightgray {
    border: 1px solid lightgray;
}

.border-radius-5px {
    border-radius: 5px;
}

.border-top-none-i {
    border-top: none !important;
}

.box-shadow-5-5 {
    box-shadow: 5px 5px lightgray;
}

.BuildReportsTemplate {
    background-color: #e5e3e4;
}

.fullsize {
    width: 100% !important;
    height: 100% !important;
}

.floatLeft {
    float: left !important;
}

.floatRight {
    float: right !important;
}

.margin-bottom0 {
    margin-bottom: 0px !important;
}

.verticalAlign {
    vertical-align: middle !important;
}

.divLoad {
    border-radius: 25px;
    padding: 2px;
    height: 19px;
    color: black;
    text-align: center;
    background-color: #309747;
    font-size: small;
    margin-left: 20%;
    margin-right: 20%;
}

.divShare {
    border-radius: 25px;
    padding: 2px;
    height: 19px;
    color: black;
    text-align: center;
    background-color: lightskyblue;
    font-size: small;
    margin-left: 20%;
    margin-right: 20%;
}

.BuildReportsTemplateContent {
    right: 0px;
    width: 560px;
    position: absolute;
    top: 5px;
    bottom: 10px;
    left: 25px;
}

.BuildReportsGridContent {
    right: 5px;
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 590px;
}

.BuildReportsGridLayout {
    right: 3px;
    position: absolute;
    top: 35px;
    bottom: 0;
    left: 0;
}

.filterFont {
    font-size: 14px !important;
    font-weight: bold !important;
}

.btn-maint-green {
    position: relative;
    height: 30px;
    width: 85px;
    background-color: #309747;
    border: solid 1px #309747;
    color: white;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
/*    display: inline-block;*/
    margin-right: 5px;
    height: 35px;
}

    .btn-maint-green:hover {
        background-color: #206931;
        transition: 0.3s;
    }

    .btn-maint-green:disabled {
        opacity: 0.4;
    }

.btn-maint-green-sm {
    position: relative;
    height: 28px !important;
    width: 65px;
    background-color: #309747;
    border: solid 1px #309747;
    color: white;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
/*    display: inline-block;*/
    margin-right: 5px;
    height: 35px;
}

    .btn-maint-green-sm:hover {
        background-color: #206931;
        transition: 0.3s;
    }

    .btn-maint-green-sm:disabled {
        opacity: 0.4;
    }

.btn-maint-green-invert {
    position: relative;
    height: 30px;
    width: 85px;
    background-color: white;
    border: solid 1px #309747;
    color: #309747;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    /*    display: inline-block;*/
    margin-right: 5px;
    height: 35px;
}

    .btn-maint-green-invert:hover {
        background-color: #206931;
        color:white;
        transition: 0.3s;
    }

    .btn-maint-green-invert:disabled {
        opacity: 0.4;
    }

.btn-maint-green-invert-sm {
    position: relative;
    height: 28px !important;
    width: 65px;
    background-color: white;
    border: solid 1px #309747;
    color: #309747;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    /*    display: inline-block;*/
    margin-right: 5px;
    height: 35px;
}

    .btn-maint-green-invert-sm:hover {
        background-color: #206931;
        color:white;
        transition: 0.3s;
    }

    .btn-maint-green-invert-sm:disabled {
        opacity: 0.4;
    }

.font-size-18px {
    font-size: 18px !important;
}

.font-size-22px {
    font-size: 22px !important;
}

.font-weight-bold {
    font-weight: bold !important;
}

.gridoutterdivfilter60 {
    position: relative;
    width: 100%;
    height: calc(100% - 60px);
}

.chkFields {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
}

.txtAlignCenter {
    text-align: center;
}

.txtAlignLeft {
    text-align: left;
}

.hidden {
    display: none !important;
}

.tooltip {
    position: relative;
    display: inline-block;
    margin: 5px;
    opacity: 1 !important;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 100px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

#txtReportSearch, #txtReportSearch:focus {
    padding: 5px;
    height: 25px;
    border: 1px solid #f5f5f5;
    background-image: url('../images/magnify-glass.svg');
    background-size: 13px 13px;
    background-repeat: no-repeat;
    background-position: 2% center;
    outline: 0;
    display: flex;
    align-items: center;
    padding-left: 25px;
    border: 1px solid lightgray;
}


#divReportTabs .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    background: white;
    font-weight: normal;
    color: black;
}

    #divReportTabs .ui-state-active a,
    .ui-state-active a:link,
    .ui-state-active a:visited {
        text-decoration: none;
        color: black;
        border-bottom: 2px solid green;
    }

#divReportTabs .ui-widget-header {
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
    background: white;
    color: #333333;
    font-weight: bold;
}

.tsgLiveFilterBox {
    display: none;
    position: absolute !important;
    box-shadow: 2px 2px 5px #888;
    border: solid 1px #688caf;
    background-color: #fff;
    z-index: 1300;
    max-height: 128px;
    overflow: auto;
    cursor: default;
    color: #000
}

    .tsgLiveFilterBox table {
        border: 0;
        width: 100%
    }

    .tsgLiveFilterBox td:hover {
        background-color: #ddd
    }

.tsgLiveFilterBoxHighlight {
    background-color: #ddd
}

.tsgLiveFilterHighlight {
    color: #06c !important;
    padding: 0 !important
}

.TSGDGDateFilter {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

/*#tblReportFilterColumns tbody tr:nth-child(odd) {
    background-color: #e5e3e4;
}*/

#tblReportFilterColumns tbody tr {
    border-bottom: 5px solid lightgray;
    height: 50px;
}

#btnAddReportFilter:hover {
    cursor: pointer;
}

#sidebarOverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 585px;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
    opacity:0.7;
}

.cv-spinner {
    width: 585px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.overflowy {
    overflow-y:auto;
    overflow-x:hidden;
}

.widget_wrapper_popup {
    border: 3px solid lightgrey;
    border-radius: 5px;
    box-shadow: 0 2px 2px -2px #ccc;
    position: relative;
    background: linear-gradient(to bottom,rgba(248,248,248,1) 0,rgba(232,232,232,1) 100%);
}

    .widget_wrapper_popup .widget_header {
        padding: 10px;
        color: #309747 !important;
        font-weight: bold;
        border-bottom: solid 1px lightgray;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        border-top: 1px solid #CDCDCD;
        position: relative;
        text-shadow: 0 1px #FFFFFF;
        /*height: 24px;*/
        padding: 10px;
        border-radius: 2px;
        background: rgb(248,248,248);
        background: -moz-linear-gradient(top, rgba(232,232,232,1) 0, rgba(248,248,248,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(232,232,232,1)), color-stop(100%,rgba(248,248,248,1)));
        background: -webkit-linear-gradient(top, rgba(232,232,232,1) 0,rgba(248,248,248,1) 100%);
        background: -o-linear-gradient(top, rgba(232,232,232,1) 0,rgba(248,248,248,1) 100%);
        background: linear-gradient(to bottom, rgba(232,232,232,1) 0, rgba(248,248,248,1) 100%);
    }

    .widget_wrapper_popup .widget_footer {
        height: 50px !important;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        border-top: 1px solid #CDCDCD;
        position: relative;
        text-shadow: 0 1px #FFFFFF;
        /*height: 24px;*/
        padding: 10px;
        border-radius: 2px;
        background: rgb(248,248,248);
        background: -moz-linear-gradient(top, rgba(232,232,232,1) 0, rgba(248,248,248,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(232,232,232,1)), color-stop(100%,rgba(248,248,248,1)));
        background: -webkit-linear-gradient(top, rgba(232,232,232,1) 0,rgba(248,248,248,1) 100%);
        background: -o-linear-gradient(top, rgba(232,232,232,1) 0,rgba(248,248,248,1) 100%);
        background: linear-gradient(to bottom, rgba(232,232,232,1) 0, rgba(248,248,248,1) 100%);
    }


.widget_wrapper {
    border: 1px solid lightgrey;
    border-radius: 3px;
    box-shadow: 0 2px 2px -2px #ccc;
    position: relative;
    background: linear-gradient(to bottom,rgba(248,248,248,1) 0,rgba(232,232,232,1) 100%);
}

    .widget_wrapper .widget_header {
        padding: 10px;
        color: #309747 !important;
        font-weight: bold;
    }

    .widget_wrapper .widget_footer {
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        border-top: 1px solid #CDCDCD;
        position: relative;
        text-shadow: 0 1px #FFFFFF;
        /*height: 24px;*/
        padding: 10px;
        border-radius: 2px;
        background: rgb(248,248,248);
        background: -moz-linear-gradient(top, rgba(232,232,232,1) 0, rgba(248,248,248,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(232,232,232,1)), color-stop(100%,rgba(248,248,248,1)));
        background: -webkit-linear-gradient(top, rgba(232,232,232,1) 0,rgba(248,248,248,1) 100%);
        background: -o-linear-gradient(top, rgba(232,232,232,1) 0,rgba(248,248,248,1) 100%);
        background: linear-gradient(to bottom, rgba(232,232,232,1) 0, rgba(248,248,248,1) 100%);
    }

.widget_content {
    padding: 5px 10px;
}

.popupmodal-body .flexcontainer {
    display: flex;
    flex-wrap: wrap;
}

.widget_content .column {
    flex: 1 0 50%;
    margin-top: 20px;
}

.modal-language-header {
    padding: 20px 20px !important;
}

.centersidepanel10 {
    position: absolute;
    top: 5%;
    left: 35%;
}

.top-panel-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
    padding: 0.5rem;
}

.min-height400 {
    min-height: 400px !important;
}

.whiteBackground {
    background-color: white !important;
}

.min-width400 {
    min-width: 400px !important;
}

.min-width600 {
    min-width: 600px !important;
}

.popup-btn18 {
    display: inline-block;
    padding: 6px 18px;
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #309747;
    border-radius: 4px;
    background: #fff;
}

.popup-btn-primary {
    background-image: -webkit-linear-gradient(top,#309747 0,#309747 100%);
    background-image: -o-linear-gradient(top,#309747 0,#309747 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#309747),to(#309747));
    background-image: linear-gradient(to bottom,#309747 0,#309747 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffc8126',endColorstr='#ffff6d00',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #309747;
    color: white;
}

    .popup-btn-primary:disabled {
        background-color: grey;
        background-image: none;
        cursor: not-allowed;
    }
