﻿.banner-color-success, .banner-color-filloutbanner {
    background-color: #179c10 !important;
    color: white;
}

.banner-color-warning {
    background-color: #E68A12 !important;
    color: white;
}

.banner-color-fail {
    background-color: #ff0000 !important;
    color: white;
}

body {
    bottom: 0;
    display: flex;
    font-family: adobe-clean,Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;
    height: auto;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

.brand-small {
    height: 60px;
    margin-right: 3%;
    padding: 10px;
    pointer-events: none;
}

.anchor-brand-logo {
    margin-right: 1%;
}

.anchor-company-logo {
    margin-left: 1%;
    margin-right: auto;
    height: 80%;
}

.button-close {
    background-color: transparent;
    border-color: #5F5F5F;
    border-radius: 0.5em;
    border-style: solid;
    color: #5F5F5F;
    margin-left: auto;
}

    .button-close:hover {
        background-color: #5F5F5F;
        color: white;
    }

.button-color1, .button-color2 {
    border-style: none;
    color: #F5F5F5;
}

.button-spacing {
    margin: 2px;
}

.column-spacing {
    margin-right: 10px;
}

.row-spacing {
    margin-bottom: 2px;
}

.modelFooter {
    text-align: center;
    font-size: 13px;
    background-color: white !important;
}

.companylogo-small {
    height: 100%;
    padding: 1px;
    margin-left: 1%;
    margin-right: auto;
    pointer-events: none;
}

.companylogo-small-login {
    height: 100%;
    padding: 1px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.control-group {
    padding: 0px 7.5px 7.5px 10px;
}

.control-group-small {
    flex: 1;
    padding: 0px 7.5px 7.5px 10px;
}

.control-group-medium {
    flex: 3;
    padding: 0px 7.5px 7.5px 10px;
}

.control-group-large {
    flex: 4;
    padding: 0px 7.5px 7.5px 10px;
}

.control-group-xlarge {
    flex: 5;
    padding: 0px 7.5px 7.5px 10px;
}

.datarow {
    display: flex;
    margin: 0px;
}

.deactivated {
    pointer-events: none;
    opacity: 0.5; /* visually indicate it's disabled */
}

.deleteCofirmH4, .popupCofirmH4 {
    text-align: center;
    font-size: 26px;
    margin: 20px 0 -10px;
    color: black;
}

.fieldError {
    border-color: Red;
    border-width: 2px;
    border-style: Dashed;
}

.fixedHeight {
    height: fit-content;
}

.flexcolumn {
    display: flex;
    flex-direction: column;
}

.height-90pct {
    height: 90%;
}

.flexrow {
    display: flex;
    flex-direction: row;
}

.flexrow-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.flexrow-left {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.flexrow-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.flexrow-bottom {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
}

.align-bottom {
    align-self: flex-end;
}

.display-flex {
    display: flex;
    margin: 0px 20px 20px 20px;
}

.flex-1 {
    flex: 1;
}

.fullwidth {
    width: 100%;
}

.halfwidth {
    width: 50%;
}

.placeholder {
    height: 1.8em;
}

.widgetheight {
    min-height: 150px;
    max-height: 370px;
    overflow: auto;
}

.widgetfullheight {
    overflow: auto;
    height: inherit;
}

.glyphicon, .glyphicon:hover, .glyphicon:active, .glyphicon:visited, .glyphicon:focus {
    color: black;
    text-decoration: none;
}

    .glyphicon.white {
        color: white;
    }

.glyphicon-red, .inlineErrorColor {
    color: red;
}

.hidden {
    visibility: hidden;
}

.hide-scrollbar {
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
}

    .hide-scrollbar::-webkit-scrollbar {
        display: none;
        /* Safari and Chrome */
    }

.historyPopoutImage {
    margin: 1px !important;
    font-size: 14px;
    color: black;
    width: 17px;
    height: 17px;
}

.horizontalScroll {
    overflow-x: auto;
}

.label-small {
    width: 10rem;
}

.label-large {
    width: 20rem;
}

.label-light {
    font-weight: 400;
}

.label-margin {
    margin: 0 1rem 0 2rem;
}

.modal-body {
    overflow-x: auto;
    background: white;
}

.modal-button {
    color: black;
    background-color: white;
    border-color: #0699FF;
    border-radius: 10px;
    border-style: solid;
    width: auto;
    height: 35px;
}

.modal-content {
    width: 560px !important;
    margin: 30px auto !important;
    border-radius: 15px;
}

.modal-content-table {
    width: 80% !important;
    min-width: 500px;
    margin: 30px auto !important;
    border-radius: 15px;
}

.modal-scroll-y {
    max-height: 80vh;
    margin: -100px 0;
    padding: 100px 0;
}

.modalTitleLabel {
    color: #f5f5f5;
    font-size: 150%;
    font-weight: bold;
    padding: 4px;
    width: 80%;
}

.modal-confirm .close {
    background: #e0e0e0;
    position: absolute;
    top: -5px;
    right: -2px;
}

.modal-confirm .btn, .modal-confirm .btn:active {
    color: #fff;
    border-radius: 4px;
    background: #b8b8b8;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: 3px;
    margin: 0 5px;
}

.oneFourthWidth, .quarterwidth {
    width: 25%;
}

.questionrow {
    justify-content: space-between;
}

.radio-horizontal {
    margin-left: 2.5px !important;
    margin-right: 5px !important;
}

.readOnlyItem {
    display: grid;
    margin-bottom: 10px;
}

.scrollBody {
    overflow: auto;
    position: relative;
    height: 100%;
    width: 100%;
}

.section {
    margin-right: 4rem;
    margin-bottom: 4rem;
}

.siteheader {
    align-items: center;
    background-color: #F5F5F5;
    height: 10%;
    padding-left: 10px;
}

.sitecontent {
    background: linear-gradient(#F5F5F5, #F1F1F1);
    /* for IE browsers */
    background: -moz-linear-gradient(top, #F5F5F5, #F1F1F1);
    /* for firefox 3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#F1F1F1));
    /* for webkit browsers */
    background-attachment: fixed;
    background-repeat: no-repeat;
    border-radius: 10px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F1F1F1');
    /* for IE */
    flex: 6 1 auto;
    flex-direction: column;
    height: 100%;
    margin: 20px;
    min-width: 780px;
}

.scrollbar {
    overflow-x: hidden;
    overflow-y: scroll;
}

.no-scrollbar {
    overflow: hidden;
}

.sitecontent > :first-child {
    padding: 0%;
    width: 100%;
}

.sitecontent-banner {
    align-items: center;
    background-color: rgba(255, 0, 0, 0.6);
    display: flex;
    height: 50px;
    opacity: 1;
    padding: 0% 1% 0% 2%;
    transition: 0.25s;
    transition-timing-function: ease-out;
    transform: translateY(0);
}

    .sitecontent-banner label {
        font-size: 1.5em;
        font-weight: normal;
    }

.sitecontent-banner-hidden {
    height: 0px;
    opacity: 0;
    transform: translateY(-130%);
    transition-timing-function: ease-in;
    transition: 0.2s;
}

.sitecontent-border {
    background-color: #EBEBEB;
    height: 100%;
    width: 100%;
}

.sitecontent-gradientdivider {
    background: -moz-linear-gradient(top, #BFBFBF 0%, #EBEBEB 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #BFBFBF 0%, #EBEBEB 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #BFBFBF 0%, #EBEBEB 100%);
    /*W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */
    height: 10px;
}

.square-small {
    height: 2em;
    width: 2em;
}

.textarea-vertical {
    resize: vertical;
}

.thirdwidth {
    width: 33%;
}

.threequarterwidth {
    width: 75%;
}

.threequarterwidth-large {
    width: 85%;
}
/* Loading spinner CSS */
#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
/* Loading spinner CSS end */
/* Below code would hide the JQuery UI Autocomplete Helper Text shown at the bottom of screen */
.ui-helper-hidden-accessible {
    position: absolute;
    left: -999em;
}
/* Remove the cross button or icon from type = text in IE. */
::-ms-clear {
    display: none;
}

.form-group-with-margin {
    margin-bottom: 7.5px;
    margin-top: 7.5px;
}

.hideControl {
    display: none !important;
}

.showControl {
    display: block !important;
}

.hr-with-shadow {
    height: 2px;
    width: auto;
    background-image: -webkit-linear-gradient(left, #eee, #000, #eee);
    background-image: -moz-linear-gradient(left, #eee, #000, #eee);
    background-image: -ms-linear-gradient(left, #eee, #000, #eee);
    background-image: -o-linear-gradient(left, #eee, #000, #eee);
}

.value-med {
    width: 20rem;
}

#errorInfoView.modal-content {
    width: 620px !important;
    text-align: center !important;
}

.ui-autocomplete {
    list-style: none;
    background-color: #B8B8B8;
    width: 20%;
    position: absolute !important;
    z-index: 10;
}

.popup-width-small {
    width: 35em !important;
}

.popup-width-medium {
    width: 60.25em !important;
}

.popup-body-max-height {
    max-height: 45.3125em;
}
/* Paddings */
.pl-0 {
    padding-left: 0px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pr-10 {
    padding-right: 10px !important;
}
/* Margins */
.margin-manage-identity-header {
    margin: 0px 0px 0px 30px;
}

.m-5 {
    margin: 5px;
}

.m-20 {
    margin: 20px;
}

.mb-4 {
    margin-bottom: 4px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-2 {
    margin-top: 2px;
}

.mt-20 {
    margin-top: 20px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-80 {
    margin-left: 80px;
}

.mr-20 {
    margin-right: 20px;
}

.inline-block {
    display: inline-block;
}

.table-max-height {
    max-height: 25em;
    overflow: auto;
    width: 100%;
}

.accordion-max-height {
    max-height: 15em;
}

#fullpage-cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    z-index: 9999;
    display: none;
    opacity: .5;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#fullpage-cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: white;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.stretch-content {
    justify-content: stretch;
}

.justify-items-normal {
    justify-items: normal;
}

.border-solid {
    border: solid;
}

.border-none {
    border: none;
}

.color-green {
    color: green;
}

.color-red, .validationError {
    color: red;
}

.font-size-xlarge {
    font-size: x-large;
}

.width-70pct {
    width: 70%;
}

.width-70px {
    width: 70px;
}

.width-80px {
    width: 80px;
}

.width-100px {
    width: 100px;
}

.width-130px {
    width: 130px;
}

.width-150px {
    width: 150px;
}

.width-220px {
    width: 220px;
}

.col-width-1 {
    width: 125px;
    padding-left: 15px;
}

.col-width-2 {
    width: 250px;
    padding-left: 15px;
}

.col-width-3 {
    width: 325px;
}

.message-padding {
    padding-left: 5px;
    padding-top: 3px;
}