﻿/*  http://paletton.com/#uid=13B0u0kfemE01Ye5wwYpUecTt9m  */
@media only screen and (min-width : 992px) {
    .app-content-padding {
        padding-left: 240px !important;
    }
}

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
    outline: none !important;
}

/* Dont allow selection of page content, nicer as an app */
body {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    text-rendering: optimizeLegibility;
}
.app-btn-menu {
    border-style:none;
    outline: none;
}
.app-col-nav {
    background-color: #011731 !important;
}
.app-col-menu {
    background-color: #8E9BA9 !important; 
}
.app-col-menu-active {
    color: #fff !important;
    background-color: #011731 !important; 
}
.app-col-title {
    color: #132D4A !important; 
}
.app-col-card {
    background-color: #68798B !important; 
}
.app-col-card-label {
    color: #FFF !important; 
}
.app-card-data {
    padding-left: 1em;
    padding-right: 1em;
    border-style: solid;
    border-width: 1px;
    border-color: #e0e0e0;
    margin-bottom:-1px;
    background-color: #FFF !important;
    border-radius: 0px !important;
    box-shadow: 1px 1px 1px #BBC4C1;
}
.app-card-warning {
    color:white;
    background-color: #f1a407 !important; 
    padding:20px;
    border-radius: 0px !important;
    margin-bottom: 10px;
    box-shadow: 1px 1px 1px #BBC4C1;
}
.app-card-error {
    color:white;
    background-color: #9b0404 !important; 
    padding:20px;
    border-radius: 0px !important;
    margin-bottom: 10px;
    box-shadow: 1px 1px 1px #BBC4C1;
}
.app-card-inlineform {
    color:white;
    background-color: #56616E !important;
    padding:20px;
    border-radius: 0px !important;
    margin-bottom: 10px;
} 
.app-card-inlineform h4 {
    margin-top: 0px;
}
.app-card-inlineform h4 small {
    font-size: 0.6em;
    margin-left: 5px;
    color: #dedede;
}
.app-filter-card h4 small {
    font-size: 0.6em;
    margin-left: 5px;
    color: #dedede;
}
.app-col-card-text {
    color: #dbdbdb !important; 
}
.app-col-btn {
    background-color: #132D4A !important;
}
.app-col-btn-secondary {
    background-color: #424445 !important;
}
.app-success {
    background-color: #70c16d !important; 
    color: #fff !important;
    font-size: 18px !important;
}
.app-error {
    background-color: #b20606 !important; 
    color: #fff !important;
    font-size: 18px !important;
}
.app-warning {
    background-color: #f1a407 !important; 
    color: #fff !important;
    font-size: 18px !important;
}
.app-info {
    background-color: #4e8087 !important;
    color: #fff !important;
    font-size: 18px !important;
}
.app-file-upload-input-large {
    margin-left: 220px !important;
    width: calc(100% - 220px) !important;
}
.app-margin-right {
    margin-right:10px;
}
.app-margin-left {
    margin-left:10px;
}
.app-margin-left-large {
    margin-left:40px;
}
.app-margin-bottom-small {
    margin-bottom:5px;
}
.app-margin-bottom {
    margin-bottom:10px;
}
.app-margin-bottom-large {
    margin-bottom:40px;
}
.app-margin-top {
    margin-top:10px;
}
.app-margin-top-small {
    margin-top:5px;
}
.app-margin-top-medium {
    margin-top:25px;
}
.app-margin-top-large {
    margin-top:40px;
}
.app-padding-small {
    padding-bottom: 1px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 1px;
}
.app-text-right {
    text-align:right;
}
.app-table-title {
    color: #fff;
    font-size:1.8em;
    background-color: #132D4A !important; /*425B76*/
    border-style:none;
    border-radius:0;
    outline: none;
    padding:20px;
}
.app-table-header {
    color: #fff;
    background-color: #8E9BA9 !important; 
    border-style:solid;
    border-width:thin;
    border-radius:0;
    outline: none;
    font-size: 1rem;
    line-height: 1.1rem;
    margin: 0.5rem 0 0.4rem 0;
    font-weight: 500;
    text-transform: capitalize;
}
.app-field-disabled {
    color:rgba(0, 0, 0, 0.5) !important;
}
.app-field-required {
    color: #9b0404;
    font-size: 0.8em;
    margin-left: 5px;
}
.app-btn-grid {
    width: 100%;
    margin-bottom: 5px;
    min-width: 40px;
}
.app-btn-page-nav {
    width:100% !important;
    height:80px !important;
    padding:15px !important;
    margin-bottom:20px !important;
    font-size:20pt !important;
}
.app-btn-page-nav i {
    font-size:20pt !important;
}
.app-btn-href {
    padding-top: 0.8rem;
}
.app-filter-card {
    color:white;
    background-color: #132D4A !important;
    padding:20px;
    border-radius: 0px !important;
    overflow: visible !important;
}
.app-filter-card input[type=text] {
    text-transform:capitalize;
    color:white;
    font-weight:500;
}
.app-card-form {
    padding:20px;
    background-color: #FFF !important; 
}
.app-planit {
    margin: 0 !important;
    border-style:none;
    outline: none;
}
.app-tight {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.app-tight-bottom {
    margin-bottom: 0px !important;
}
.app-marker-selected {
    border: solid 5px yellow;
}
.app-badge {
    padding: 6px;
    text-align: center;
    margin-right: 5px;
    margin-top: 5px;
    display:inline-block;
    color: #fff;
    background-color: #8E9BA9;
    border-radius: 2px;
    border-style:none;
    outline: none;
}
.app-bgcol-red {
    background-color: #9b0404;
}
.app-bgcol-orange {
    background-color: #f1a407;
}
.app-bgcol-green {
    background-color: #70c16d;
}
.app-cursor-action {
    cursor: pointer;
}
.app-btn-homepage {
    width:100% !important;
    height:160px !important;
    padding:25px !important;
    margin-bottom:20px !important;
}
.app-btn-homepage i {
    font-size:50pt !important;
}
.app-btn-config {
    width:100% !important;
    height: 60px !important;
    margin-bottom: 10px;
    text-align: left;
    text-transform: capitalize;
    background-color: #132D4A !important;
    font-size:18pt;
}
.app-btn-config i {
    font-size:22pt;
}
.app-icon-medium {
    font-size:25pt !important;
}
.app-col-black {
    color: black;
}
.app-footer {
  margin-top: 30px;
  color: white;
  font-size: 0.8em;
  background-color: #011731;
}
.app-copyright{
    border-style:none;
    outline: none;
    font-size: 8pt;
    color: #424445;
}
.app-transform-none {
    text-transform: none !important;
}

/* material css overrides */
.tabs .tab a {
    background-color: lightgrey;
    color:#011731 !important;
}
.tabs .indicator {
    background-color:#011731;
}
.btn, .btn-large {
    background-color: #8E9BA9;
}
.btn:hover, .btn-large:hover {
    background-color: #b20606;
}
button:focus {
    background-color: #b20606;
}
.switch label input[type=checkbox]:checked + .lever {
    background-color: #b20606;
}
.switch label input[type=checkbox]:checked + .lever:after {
    background-color: #831919;
}
[type="checkbox"].filled-in:checked + label:after {
    border: 2px solid #;
    background-color: #b20606;
}
.picker__date-display {
    background-color: #831919;
}
.picker__weekday-display {
    background-color: #b20606;
}
.picker__close, .picker__today {
    color: #831919;
}

.container {
    width: 95%;
}
.modal.bottom-sheet {
    max-height: 90% !important;
}
/*
.input-field .prefix.active {
  color: #2B27CA;
}
input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #2B27CA;
  box-shadow: 0 1px 0 0 #2B27CA;
}
[type="checkbox"].filled-in:checked + label:after {
  border: 2px solid #2B27CA;
  background-color: #2B27CA;
}
*/
/* html overrides */
input[type="text"]:disabled {
    color: gray;
}
h5 small {
    font-size:0.8em;
    color: #68798B;
    display: inline-block;    
}
h3 small {
    font-size:0.8em;
    color: #68798B;
    display: inline-block;    
}
label {
    font-size: 1rem;
    font-weight: 500;
    color: #424445 !important;
    text-transform: capitalize;
}
