
BODY {
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

#body {
    margin-left: 270px;
    margin-top:44px;
    padding: 0px 10px 30px;
    transition: margin-left 1s;
}

#body.fullWidth {
    margin-left: 0px;
}

#topMenu {
    height:44px;
    /*background-color: #000000;*/
    /*background-color: #3A405A;*/
    position: fixed;
    top:0;
    left:0;
    right:0;
    z-index: 1010;
    padding:5px;
    color:white;
    background-color: #B7BAB9;
    border-bottom: .5px solid black;
}

.floatLeft {
    float:left;
}

.floatRight {
    float: right;
}

.smallSub {
    font-size:10px;
}

#topMenu .smallSub {
    position: relative;
    top:-7px;
}

#topMenu a, #topMenu a:focus, #topMenu a:active, #topMenu a:visited {
    color: #3E7CB1;
}

#topMenu a:hover {
    color: #23527c;
}

.horizontalScrollContainer {
    overflow-x: auto;
}

.closeIcon {
    cursor: pointer;
    color: red;
}

.inputAlert {
    border-color: red;
}

.fitAlert {
    border-radius: 10px;
    background-color: #cef7a0;
    color: #000000;
    padding: 0px 7px;
    font-weight: bold;
}

.checkboxListTree tr {
    display: none;
}

.checkboxListTree tr.visible {
    display: table-row;
}

.checkboxListTree .nested {
    padding-left: 10px;
}

.basicPageContainer {
    margin-top: 20px;
    margin-left: 10px;
    margin-right:10px;
    position:relative;
}

.accessTable td {
    width: 50%;
}

.dropdown-content a.active {
    background-color: #f1f1f1;
}

.listBox {
    overflow-y:auto;
    border:1px solid #ccc;
    border-radius:4px;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    word-break: break-all;
}

.listBox ul {
    list-style: none;
    padding: 5px;
}

.filteredList .hidden {
    display: none;
}

.fitBasicList {
    list-style : none;
    padding : 0px;
    margin-bottom : 0px;
    margin-left : 0px;
    padding-bottom: 6px;
    position:relative;
}

button {

}

.employeeGauge {
    width:100px; height:80px;
    margin-top:-20px;

}
.employeeGaugeContainer {
    width:100px; height:80px;
    word-wrap:break-word;
    display: inline-block;
    margin: 1em;
    text-align: center;
    font-size: 12px;
    cursor:pointer;
}

.dynamicLiButton {
    float: right;
    position: absolute;
    right: 12px;
    top: 6px;
    cursor: pointer;
}

@media screen and (max-width:767px) {
    #body {
        transition: 1s;
        margin-left: 0;
    }
}

.viewTextPreWrap {
    white-space: pre-wrap;
}

@-ms-viewport{ width: auto !important; }

.adminMenuHeading {
    font-weight:bold;
    text-transform: uppercase;
    color:#707070;
    font-size: 12px;
}

.adminMenuList {
    list-style: none;
    padding-left:15px;
}

.adminMenu {
    width: 240px;
    margin-left: -35px;
    top: -20px;
    position: absolute;
    border-right: 1px solid #eee;
    padding: 20px;
    height:100%;
}

.normalCheckbox {
    vertical-align: middle !important;
    margin-bottom: 3px !important;
    margin-left: 3px !important;
}

.formInputError {
    border-color: red;
}

.formElementError {
    border: 1px solid red;
}

.formInputErrorMessage {
    color:red;
}

.reactDatetimeError input {
    border-color: red;
}

.noStyleLists ul {
    list-style: none;
}

.fadeTransition.fadeIn {
    height: 100%;
    opacity: 1.0;
    transition: opacity 500ms;
}

.fadeTransition.fadeOut{
    transition: opacity 500ms, height 500ms 0ms;
    opacity: 0.0;
    height: 0;
}

.fadeTransition {
    opacity: 0.0;
    height: 0;
}

.heightTransition {
    overflow: hidden;
    transition: height 500ms;
}

.transition {
    opacity: 1;
    transition: opacity 0.5s linear;
}

.hiddenTransition {
    opacity: 0;
}

.submitError {
    border-top: 1px solid #ebccd1;
    border-bottom: 1px solid #ebccd1;

    margin-bottom: 10px;
    margin-top: 10px;

    padding-bottom: 5px;
    padding-top: 5px;
}

.inputFile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.buttonTableTextInput {
    margin-top:3px;
    margin-right:3px;
}

.verticalAlignTop {
    vertical-align: top;
}

.btn-group-row {
    margin-bottom: 20px;
}

#sideMenu li {
    background-color: #336691;
}

.introjs-fixParent{position: absolute !important;}

.noscroll { position: fixed; overflow-y:scroll }

.tooltip-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
}

.tooltip-icon {
    color: #336691;
    font-size: 14px;
}

.header-tooltip-icon {
    margin-left: 6px;
}

#sideMenu .tooltip-icon {
    color: white;
}

.borderless td, .borderless th {
    border: none !important;
}

.task-complete {
    background-color: #d4edda !important;
}