.brand-grey{background-color:#394242; color:white;}
.brand-grey a{color:white !important;  text-decoration: underline;}
.brand-blue{background-color:#1277BD; color:white;}
.brand-blue a{color:white !important;  text-decoration: underline;}
.brand-green{background-color:#04A777; color:white;}
.brand-green a{color:white !important;  text-decoration: underline;}
.brand-orange{background-color:#F04B24; color:white;}
.brand-orange a{color:white !important;  text-decoration: underline;}
.brand-red{background-color:#BF0E3E; color:white;}
.brand-red a{color:white !important; text-decoration: underline; }

.breadcrumbs{

}
.breadcrumbs *{
    margin-right:.5rem;
}

button:focus{
    background-color:white;
}

/* label color */
.input-field label {
    color: #898989;
    top: .4rem;
}
/* label focus color */
.input-field input:focus + label {
    color: #000000 !important;
}
/* readonly components */
.input-field input[readonly]{
    color: #000000 !important;
}
/* label underline focus color */
textarea,
.input-field input[type=text],
.input-field input[type=email],
.input-field input[type=password],
.input-field input[type=checkbox]{
    border: 1px solid black;
    box-shadow: 0 1px 0 0 #000000;
    background-color:#fafafa;
    /*Give Left Padding*/
    padding-left:1em;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
textarea{
    height: 10rem;
}
.input-field .select-wrapper .caret{
    right:.75em;
}
/*Preserve Dropdown Colors*/
.input-field input.select-dropdown[type=text]{
    background-color:inherit;
}
/*Increase Font Sizes -- Recommended for base user group*/
.input-field input[type=text],
.input-field input[type=email],
.input-field input[type=password],
.input-field input[type=checkbox]{
    font-size:1.5rem;
}
.dropdown-content li>a,
.dropdown-content li>span{
    font-size:1.25rem;
}



/* label underline focus color */
.input-field input[type=text]:focus,
.input-field input[type=email]:focus,
.input-field input[type=password]:focus,
.input-field input[type=checkbox]:focus{
    border-bottom: 1px solid #000000;
    box-shadow: 0 1px 0 0 #000000;
}
/* valid color */
.input-field input[type=text]:valid,
.input-field input[type=email]:valid,
.input-field input[type=password]:valid,
.input-field input[type=checkbox]:valid{
    border-bottom: 1px solid #2f8b44;
    box-shadow: 0 1px 0 0 #2f8b44;
}
/* invalid color */
.input-field input[type=text]:invalid,
.input-field input[type=email]:invalid,
.input-field input[type=password]:invalid,
.input-field input[type=checkbox]:invalid{
    border-bottom: 1px solid #000000;
    box-shadow: 0 1px 0 0 #000000;
}

[type="checkbox"].filled-in:checked+label:after {
    border: 2px solid #787878;
    background-color: #787878;
}


/* icon prefix focus color */
.input-field .prefix.active {
    color: #F00000;
}
.input-field.input-alt input,
.input-field.input-alt select{
    margin-bottom: 0 !important;
    border: none !important;
}
.input-field.input-alt input:focus,
.input-field.input-alt select:focus{
    outline: none;
}
.input-field.input-alt label{
    top: -1.6rem;
}
.input-field.input-alt{
    border:solid 1px #656565;
     border-radius: 2px;
}

.MainContent div.editedContent,
.MainContent li.editedContent{
    background-color:#FFF2B7 !important;
}
.MainContent input.editedContent{
    background-color:#FFF2B7 !important;
}



/* Materialize Overrides */
.select-wrapper+label {
    top: -1.6rem;
}
@media only screen and (max-width: 1280px){
    .container {
        width: 90%;
    }
}



img.center{
    margin:auto;
}

.divider.thick{
    height: 4px;
}
.btn.block{
    width:100%;
}
.btn-padded{
    margin-top:.5em;
    margin-bottom:.5em;
}
.btn-padded-all{
    margin:.5em;
}
.btn-expandable{
    height: unset !important;
    line-height: unset !important;
    padding: 0.4rem 2rem;
}

/* Navigation overrides */
nav #dropdown-settings{
    min-width: 20em !important;
}
nav .dropdown-content li.divider{
    height: 3px;
}


.v-padded{
   padding-top:.5em;
   padding-bottom:.5em;
}
.h-padded{
   padding-left:.5em;
   padding-right:.5em;
}
.col.padded{
    padding:0 .75rem .75rem;
}
.col.padded-all{
    padding: .5rem;
    margin: .25rem;
}
.row.padded-none{
    padding: 0rem;
    margin: 0;
}
.row.padded-min{
    padding-top: .5rem;
    padding-bottom: .25rem;
    margin-bottom: .25rem;
}
.row.padded-max{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}


.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }



div.card > .row{
    margin-left:0;
    margin-right:0;
}
.col.bordered,
.row.bordered{
    -webkit-box-shadow:inset 0px 0px 0px 2px #343434;
    -moz-box-shadow:inset 0px 0px 0px 2px #343434;
    box-shadow:inset 0px 0px 0px 2px #343434;
}



div.form-header{
    font-weight: bold;
    color: #1b1b88;
    font-size: 1.1em;
}
.form-info{
    font-size: 1.0em;
}
div.form-content{
    margin-left:1em;
    margin-bottom: 1em;
}

details,
summary{
    display:list-item;
}
summary{
    cursor:pointer;
}


details.blocked,
summary.blocked{
    display:block;
}
details.blocked summary::marker,
summary.blocked::marker{
    display:none;
}






/**/
/**/
/**/
.popup.tooltip,
#PopText_QCnt{
    position: absolute;
    left: -300px;
    width: 450px;
    border: 1px solid black;
    padding: 2px;
    background-color: #dfdfdf;
    visibility: hidden;
    z-index: 100;
    /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
    position:absolute;
    left: -300px;
    z-index: 101;
    visibility: hidden;
}
#PopText_QCnt td{
    padding:.5em;
    margin:.5em;
}

.col.padded-top{
    padding-top: .95em;
}

/*.red{*/
    /*background-color:#1212ff;*/
/*}*/
/*.yellow{*/
    /*background-color:#1212ff;*/
/*}*/
/*.green{*/
    /*background-color:#1212ff;*/
/*}*/



.expandedContent{
    position: relative;
    z-index: 100;
}
.expandedContent > div{
    position: absolute;
    display:none;
    right:100%;
    top:0%;
    background-color:#dfdfdf;
    border:solid 1px black;
    min-width:500px;
    z-index: 1000;
}
.expandedContent > p{
    position: relative;
    z-index: 1;
}

.expandedContent:hover > div{
    display:inline-block !important;
}


[v-cloak] { display:none !important; }
[v-cloak] > * { display:none !important; }
[v-cloak]::before {
    content: " ";
    display: block;
    margin:auto;
    width: 16px;
    height: 16px;
    background-image: url('data:image/gif;base64,R0lGODlhEAAQAPIAAP///wAAAMLCwkJCQgAAAGJiYoKCgpKSkiH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQJCgAAACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkECQoAAAAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkECQoAAAAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkECQoAAAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQJCgAAACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQJCgAAACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAkKAAAALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA==');
}





.hidden{
    display:none !important;
}
.clickable{
    cursor:pointer;
}
.text-right{
    text-align: right;
    padding-right: .75vw;
}
.text-left{
    text-align: left;
    padding-left: .75vw;
}
.text-center{
    text-align: center;
}



.btn.btn-small{
    height:27px;
    line-height:27px;
}
.btn.btn-micro{
    height: 1.2rem;
    line-height: .90rem;
    font-size: 1rem;
    padding-top: .2rem;
    padding-bottom: .2rem;
}
.btn.btn-small .material-icons{
    line-height:27px;
}

.sub-scroll{
    max-height:40vh;
    overflow-y:scroll;
    overflow-x:hidden;
    border:solid 1px black;
}

.pull-right{
    display:inline-block;
    float:right;
}
.pull-left{
    display:inline-block;
    float:left;
}
.pull-center{
    display:inline-block;
    width: 100%;
    text-align: center;
}
.clear-min{
    display:block;
    position:relative;
    width:100%;
    height:1px;
    clear:both;
}
.clear{
    display:inline-block;
    position:relative;
    width:100%;
    clear:both;
}
.clear-right{
    display:inline-block;
    position:relative;
    clear:right;
}
.clear-left{
    display:inline-block;
    position:relative;
    clear:left;
}
.noclick{
    pointer-events: none;
}




.chip .material-icons{
    cursor: pointer;
    float: right;
    font-size: 16px;
    line-height: 32px;
    padding-left: 8px;
}


.input-field .material-icons.btn-suffix{
    display: inline;
    position: absolute;
    top: 0rem;
    right: .5rem;
    line-height: 40px;
    cursor: pointer;
}
.input-field.col .material-icons.btn-suffix{
    right: 1.25rem;
}

.input-field label.input-info{
    font-size: .8rem;
    -webkit-transform: translateY(-140%);
    transform: translateY(-140%);
}
.input-field label.input-info-bottom{
    -webkit-transform: translateY(-0%);
    transform: translateY(-0%);
    position:relative;
}
.input-field.margin-min,
.input-field input.margin-min{
    margin-top:0;
    margin-bottom:0;
}

.input-field select{
    border-color: #000000;
    border-radius:0 !important;
    outline-radius:0;
}
.input-field select:focus{
    outline: 1px solid #000000;
}


/*Modifications for form entries with different colors*/
.white-text label {
    color: #ffffff;
}
.black-text label {
    color: #000000;
}
.white-text input[type=radio]:checked + label:after {
    background-color: #004c97;
}
.white-text [type="radio"]+label:before,
.white-text [type="radio"]+label:after,
.white-text [type="radio"].with-gap+label:before,
.white-text [type="radio"].with-gap+label:after{
    border-color:#dfdfdf;
}
.white-text [type="radio"]:checked+label:after,
.white-text [type="radio"].with-gap:checked+label:before,
.white-text [type="radio"].with-gap:checked+label:after{
    border-color:#ffffff;
}



h1.header{
    font-size:2.5rem;
    font-weight:bold;
    margin-top: .25rem;
    margin-bottom: .25rem;
    padding: 0;
}
h1.header + h2{
    font-size:1.5rem;
    margin-top: .25rem;
    margin-bottom: .25rem;
    padding: 0;
}
#logo-container.brand-logo{
    font-size:1.25rem;
    font-weight:500;
    letter-spacing: .05rem;
    color: #cacaca;
    transition:color .5s;
}
#logo-container.brand-logo:hover{
    color: #fff;
}



.minimal-list{

}
.minimal-list .title{
    vertical-align: top;
}


.collection.striped > .collection-item:nth-child(even){
    background-color: #f9f9f9;
}



.toast{
    font-size: 1.5rem;
}



input::-ms-clear {
    display: none;
}

.extra-info{
    font-size: .7rem;
    font-style: italic;
}
.icon-inline{
    display: inline-block;
}
.icon-inline .material-icons{
    font-size: 1.2em;
    vertical-align: text-top;
}












.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
}

.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.modal-container {
    width: 80vw;
    margin: 0px auto;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
    font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
    margin-top: 0;
}

.modal-body {
    margin: 20px 0;
}

.modal-default-button {
    float: right;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter {
    opacity: 0;
}

.modal-leave-active {
    opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}






/* VALIDATION ENTRIES */
    .frmValidation{
        font-size: .95rem;
        margin:0;
        width:100%;
        color:red;
    }
    .frmValidation .frmIcon{
        font-size: 1.15rem;
        color: rgba(226, 0, 37, 0.13);
        vertical-align: top;
    }
    .frmValidation--info{
        font-size: .9rem;
        margin-left: 3rem;
        color: #5f5f5f;
        position: relative;
        display: inline-block;
    }
    .frmValidation--passed{
        color:#717b85;
    }
    .frmValidation--passed .frmIcon{color:#0fa140;}

