html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: #f1f1f1;
}

.side-menu {
    width: 240px;
    height: 100%;
    position: fixed;
    background: white;
    top: 0;
    left: 0;
}

.side-menu #logo {
    width: 100%;
    max-width: 380px;
    z-index: 90;
}

.nav-link {
    padding: 1rem;
    font-weight: bold;
    border-bottom: 1px solid #cecece;
    color: #595959;
    text-overflow: ellipsis;
    width: 240px;

}

#container {
    margin: 0 0 10px 250px;
    position: relative;
    display: block;
}

.z-depth-1, #container {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

#container.login-page {
    margin: 0;
    background-color: white;
}

.logo-container {
    width: 100%;
    text-align: center;
}

.title, #container > #title {
    width: 100%;
    padding: 1%;
    position: relative;
    color: #fff;
    background: rgb(89, 89, 89);
}

.title .header {
    margin: 0;
}

.content {
    width: 100%;
    height: auto;
    position: relative;
    background: #fff;
    padding: 1%;
    min-height: 500px;
}

#container > .content > .content-inner {
    width: 100%;
    height: auto;
    min-height: 62%;
    background: #fff;
    box-shadow: 0 2px 10px #bbb;
}

.main-menu {
    width: 100%;
    margin: 0 auto;
}

.main-menu a:hover {
    color: #fff;
    text-decoration: none;
}

#MainMenu {
    display: none;
    width: 0;
    height: 0;
}

#VehicleEntry .icon-lock:not(.grey) {
    color: #444;
}

#VehicleEntry .icon-lock.grey {
    color: #bbb;
}

#VehicleEntry .icon-calendar {
    color: #e60;
}

form {
    width: 100%;
    height: auto;
    margin: 0;
}

.form-control {
    width: 95%;
}

form div.left {
    padding: 5px 0;
    width: 95%;
    float: right;
    text-align: left;
}

.button, .button a {
    color: #fff;
    text-decoration: none;
}

.reports-landing {
    padding: 1%;
}

.reports-landing .row {
    margin: 4%;
}

.email-section > td {
    background: #fff;
    padding: 20px 0;
}

.reports-landing li:before {
    color: #df6231;
    font-size: 42px;
}

.section-top {
    color: #fff;
    background: #aaa;
    padding: 10px;
    text-align: left;
}

.info-text {
    font-weight: bold;
    font-size: 12px;
}

.error {
    padding: 5px;
    color: #f31;
    font-weight: bold;
    text-align: left;
}

.success {
    padding: 5px;
    color: #0a1;
    font-weight: bold;
    text-align: left;
}

#copyright {
    text-align: center;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 10px;
}

#chartLoading {
    text-align: center;
}

.chart-loading-text {
    display: inline-block;
    color: #80adda;
    font-size: 2rem;
    font-weight: 100;
}

.spinner-grow {
    vertical-align: text-bottom;
    background-color: #80adda;
}

.nav-item .nav-link {
    width: auto;
    padding: .5rem 1rem;
}

.nav-item .nav-link.active {
    background-color: #dd4814;
    border-color: #c23a0b;
    color: #FFF;
}

.nav-item {
    width: 50%;
    white-space: nowrap;
}

.nav-item .nav-link:hover {
    color: #d0d0d0 !important;
}

.bg-green {
    background-color: #4caf50;
}

.bg-yellow {
    background-color: #ffeb3b;
}

.bg-red {
    background-color: #f44336;
}

.bg-green-light {
    background-color: #008a00;
}

.bg-orange {
    background-color: #e63;
}

.portfolio-table thead th {
    color: #fff;
    background-color: #595959;
}

.portfolio-table th {
    vertical-align: middle;
}

.popover {
    max-width: 40%;
    width: 40%;
}

.executive-btn {
    text-align: center;
    cursor: pointer;
    padding: 20px;
    border-radius: 6px;
}

.executive-btn i {
    height: 65px;
    width: 65px;
    line-height: 65px;
    font-size: 40px;
}

.executive-btn:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.executive-btn:hover i {
    color: #e63;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 900px) {
    #menu-grid > .row > .home-button {
        font-size: 15px;
    }
}

.green-text {
    color: green;
}

.red-text {
    color: red;
}

.icon-lock {
    position: absolute;
    right: 20px;
    top: 8px;
}

.required-asterisk {
    position: absolute;
    left: 0;
    top: 8px;
}

.picker__select--month, .picker__select--year {
    padding: 0;
}

.full-width {
    width: 100% !important;
}

.white-text {
    color: #fff;
}

.white-background {
    background-color: #fff;
}

a:focus, a:hover {
    color: #df6231;
}

.divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.datepicker.form-control {
    cursor: pointer;
    background-color: #fff;
}

.btn-primary {
    background-color: #dd4814;
    border-color: #c23a0b;
}

a {
    color: #dd4814;
    text-decoration: none;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #b83a0e;
    border-color: #aa3107;
}

#browser_popup {
    width: 100%;
    height: 100%;
    background: #fff;
    background-image: url('../images/browser_background.png');
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: contain;
    text-align: center;
    position: absolute;
    z-index: 99;
}

.progress {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    background-color: #acece6;
    border-radius: 2px;
    margin: .5rem 0 1rem 0;
    overflow: hidden;
}

.progress .indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

.linear-progress {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    margin-top: 0;
    z-index: 5000;
    height: 10px;
}

.linear-progress-background-color, .progress {
    background-color: transparent;
}

.progress .indeterminate {
    background-color: #e6912a;
}

.truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-container {
    border: 2px dashed #ccc;
    border-radius: 10px;
    min-height: 160px !important;
    position: relative;
    margin: 0 16px;
}

.file-container i {
    display: block;
    font-size: 6rem;
}

.file-container.active {
    border: 4px dotted #000;
}

.file-container .drag-caption {
    margin-top: 5px;
    margin-bottom: 0;
}

.file-container input[type="file"] {
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.btn-group-sm {
    width: 116px;
}

/* The message box is shown when the user clicks on the password field */
.password-validation-box {
    display:none;
    padding: 20px;
    margin-top: 10px;
}

.password-validation-box p {
    padding: 10px 35px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
    color: green;
}

.valid:before {
    position: relative;
    left: -35px;
    content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
    color: red;
}

.invalid:before {
    position: relative;
    left: -35px;
    content: "✖";
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}

#alert-container {
    position: fixed;
    bottom: 0;
    right: 0;
}

.my-gallery:after {
    content: "";
    display: table;
    clear: both;
}

.pswp__caption__center {
    text-align: center;
    max-width: 100%;
    font-size: 1.5em;
}

button[disabled] {
    background-color: #a5a5a5;
}

.no-margin {
    margin: 0 !important;;
}

.material-icons {
    vertical-align: middle;
}

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

.card-icon {
    font-size: 15em;
}

.card-icon-small {
    font-size: 7em;
    vertical-align: top;
}

.card-body .card-icon {
    display: block;
    text-align: center;
    color: #dd4814;
}

.main-menu .card {
    border: none;
    cursor: pointer;
}

.main-menu .card-footer {
    color: #fff;
    background-color: #595959;
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
}

.row {
    margin-bottom: 20px;
}

.image-container-col {
    padding: 10px;
}

i.left {
    float: left;
    margin-right: 10px;
}

i.right {
    float: right;
    margin-left: 10px;
}

.cursor-pointer {
    cursor: pointer;
}

.hide {
    display: none !important;
}

#vehicle-list-container {
    width: 100%;
}

#verify_btn {
    margin-top: 20px;
}

#vehicle-list-loading-status {
    margin-top: 20px;
    width: 100%;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(173, 57, 17);
}

.title-search-form {
    margin-top: -8px;
}

th.sort-header {
    background: url("../images/sort.gif") no-repeat center right;
    cursor: pointer;
    padding-right: 16px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle !important;
}

th.sort-header.asc {
    background-image: url("../images/asc.gif");
}

th.sort-header.desc {
    background-image: url("../images/desc.gif");
}
