﻿body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

h4 {
    padding-top: 12px;
    padding-bottom: 12px;
}

h5 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.page-footer {
    background-color: white;
}

#preload-overlay {
    height: 100%;
    width: 100%;
    background: rgba(245, 245, 245, .6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    text-align: center;
}

.preloader-wrapper {
    left: 50%;
    margin-left: -2em;
}

.white-icon {
    color: white;
}

.input-field input[type=date]:focus + label,
.input-field input[type=text]:focus + label,
.input-field input[type=email]:focus + label,
.input-field input[type=password]:focus + label {
    color: #2d2d30 !important;
}

.input-field input[type=date]:focus,
.input-field input[type=text]:focus,
.input-field input[type=email]:focus,
.input-field input[type=password]:focus {
    border-bottom: 2px solid #2d2d30 !important;
    box-shadow: none !important;
}

.input-field input[type=date]:valid + label,
.input-field input[type=text]:valid + label,
.input-field input[type=email]:valid + label,
.input-field input[type=password]:valid + label {
    color: #2d2d30 !important;
}

.input-field input[type=date]:valid,
.input-field input[type=text]:valid,
.input-field input[type=email]:valid,
.input-field input[type=password]:valid {
    border-bottom: 2px solid #2d2d30 !important;
    box-shadow: none !important;
    margin-bottom: 10px !important;
}

.input-field input[type=date]:disabled,
.input-field input[type=text]:disabled,
.input-field input[type=email]:disabled,
.input-field input[type=password]:disabled {
    color: #2d2d30 !important;
    box-shadow: none !important;
}

    .input-field input[type=date]:disabled + label,
    .input-field input[type=text]:disabled + label,
    .input-field input[type=email]:disabled + label,
    .input-field input[type=password]:disabled + label {
        color: #2d2d30 !important;
        box-shadow: none !important;
    }

.checkbox-blue[type="checkbox"]:checked + label:after {
    border: 2px solid #2d2d30;
    background-color: #0d47a1;
}

.checkbox-blue[type="checkbox"] + label:before {
    border: 2px solid #2d2d30;
    background: transparent;
}

.checkbox-blue[type="checkbox"]:checked + label:before {
    border: 2px solid transparent;
    border-bottom: 2px solid #0d47a1;
    border-right: 2px solid #0d47a1;
    background: transparent;
}

.switch label input[type=checkbox]:checked + .lever:after {
    background-color: #eeeeee !important;
}

.switch label input[type=checkbox]:checked + .lever {
    background-color: #0d47a1 !important;
}

nav {
    background-color: white !important;
}

    nav ul li a {
        color: black !important;
    }

.m-text-color {
    color: #2d2d30;
}

.warning-text-color {
    color: #b71c1c;
}

.m-button-color {
    background-color: #2196f3;
}

.m-background-color {
    /*background-color: #2d2d30;*/
    background-color: #e0e0e0;
}

.grey-light-4-text {
    color: #f5f5f5 !important;
}

.btn {
    background-color: #0d47a1 !important;
}

.btn-bg-color {
    background-color: #0d47a1 !important;
}

.form-styling {
    padding: 30px 45px 20px 45px !important;
    border: 1px solid #EEE !important;
}

.notification-styling {
    padding: 0px 48px 0px 48px !important;
    border: 1px solid #EEE !important;
}

.disabled-icon {
    color: #9e9e9e !important;
}

.red-icon {
    color: #b71c1c !important;
}

    .red-icon:hover {
        color: #e53935 !important;
    }

.blue-icon {
    color: #1976d2 !important;
}

    .blue-icon:hover {
        color: #2196f3 !important;
    }

.info-icon {
    color: #0d47a1 !important;
    padding-left: 5px !important;
    margin-top: 3px !important;
}

/*.info-icon:hover {
    color: #2196f3 !important;
}*/

.info-modal {
    width: 300px;
    margin-top: 25vh;
}

.form-title {
    padding-left: 48px !important;
}

.form-validation-text {
    font-size: 0.7em;
    color: darkred;
}

.col-width-btn {
    width: 85%;
}

.col-width-btn-100 {
    width: 100%;
}

.btn:hover {
    background-color: #1976d2 !important;
}

.btn-floating:hover {
    background-color: #1976d2 !important;
}

.red-btn {
    background-color: #b71c1c !important;
}

    .red-btn:hover {
        background-color: #e53935 !important;
    }

.blue-btn {
    background-color: #1e88e5 !important;
}

    .blue-btn:hover {
        background-color: #42a5f5 !important;
    }

.green-btn {
    background-color: #43a047 !important;
}

    .green-btn:hover {
        background-color: #66bb6a !important;
    }

.full-height {
    min-height: 80vh;
}

.icon-padding {
    vertical-align: middle !important;
    padding-bottom: 5px !important;
}

.icon-input {
    vertical-align: middle !important;
    font-size: 18px;
    padding-bottom: 5px !important;
    padding-right: 5px !important;
    color: #252526;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.login-form {
    display: inline-block;
}

.label-title {
    padding-bottom: 5px;
}

.select-wrapper ul li > span {
    color: #0d47a1;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.no-margin {
    margin: 0px !important;
}

.no-pad-col {
    padding: 0px !important;
}

.pad-bottom-10 {
    margin-bottom: 10px;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-right-5 {
    padding-right d: 5px !important;
}

.margin-left-10 {
    padding-left: 5px !important;
}

.pad-right-5 {
    padding-right d: 5px !important;
}

.pad-left-5 {
    padding-left: 5px !important;
}

.pad-side-15 {
    padding: 0px 15px !important;
}

table.highlight tbody tr:hover {
    background-color: #e0e0e0 !important;
}

.login-logo {
    padding-bottom: 10px;
}

.footer-nav-bg-color {
    background-color: #2d2d30 !important;
}

.link-btn-style {
    background: none !important;
    color: inherit;
    border: none;
    padding: 0px 15px !important;
    font: inherit;
    cursor: pointer;
}

.link-btn-style-no-pad {
    background: none !important;
    color: inherit;
    border: none;
    padding: 0px !important;
    font: inherit;
    cursor: pointer;
}

.link-btn-style:hover {
    background-color: #333337 !important;
}

.nav-link-hover-color:hover {
    background-color: #424242 !important;
}


.nav-logo-pad {
    padding-left: 10px !important;
}

.nav-link-padding {
    padding: 0px 32px;
}

.no-padding {
    padding: 0px;
}

.grow {
    transition: all .2s ease-in-out;
}

    .grow:hover {
        transform: scale(1.05);
    }

.disabled-link {
    pointer-events: none;
    cursor: default;
}

.comodo-seal-pad {
    padding-top: 15px !important;
}

.bold-font {
    font-weight: bold;
}

.material-tooltip {
    max-width: 250px !important;
}

.icon-img-size {
    max-height: 147px !important;
}

.card-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px !important;
    width: 150px !important;
    background-color: #2d2d30 !important;
}

.card-content {
    text-align: left !important;
}

.card-action {
    text-align: left !important;
}

    .card-action a {
        color: #1e88e5 !important;
    }

        .card-action a:hover {
            color: #2d2d30 !important;
        }

/* to get ride of the yellow color in chrome*/
input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active {
    transition: background-color 5500s ease-in-out 0s;
    -webkit-box-shadow: inset 0 0 0 500px transparent;
}
