body {
    background: #fdfbfb !important;
    width: 99%;
}

.strong {
    color: #060;
    border-color: #0F0;
}

.medium {
    color: #C60;
    border-color: #FC0;
}

.weak {
    color: #900;
    border-color: #F00;
}

select#role {
    min-width: 25%;
}

select#role option {
    padding: 5px;
    font-weight: bold;
}

.no-spinners {
    -moz-appearance: textfield;
}

.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-check.form-check-inline {
    display: inline-table;
    padding-right: 20px;
    padding: 0px 12px;
}

.form-check-label {
    padding-left: 10px;
}

.form-check-input {
    margin-top: 9px !important;
}

.tile-stats h3 {
    margin-top: 5px;
}

ul.top_profiles {
    height: auto;

}

.select2 > .select2-choice.ui-select-match {
    /* Because of the inclusion of Bootstrap */
    height: 29px;
}

.selectize-control > .selectize-dropdown {
    top: 36px;
}

@media screen {
    #printSection {
        display: none;
    }
}

@media print {
    body * {
        visibility: hidden;
    }

    #printSection, #printSection * {
        visibility: visible;
    }

    #printSection {
        position: absolute;
        left: 10%;
        top: 3%;
    }

    .body {
        display: none;

    }

    .modal-backdrop {
        display: none;
    }

}

@media print {
    @page {
        margin: 4.8cm 2cm 2cm 0;
    }

    body {
        margin: 0cm;
    }

}

@media print {
    html, body {
        border: 1px solid white;
        height: 99%;
        page-break-after: avoid;
        page-break-before: avoid;
    }

    #signimg {
        width: 3.5cm;
        display: none;
    }
}

#printSection:last-child {
    page-break-after: auto;
}

.prelinedata {
    white-space: pre-line;
}

.modal-open {
    overflow-y: scroll;
}

.centerText {
    text-align: center;
}

.report td {
    text-align: left;
}

.line {
    border-top: 1px solid #34495e;
    margin-bottom: 0px;
}

.subname {
    margin-top: 0px !important;
}

.linediv {
    border-bottom: 1px solid #34495e;
    height: 20px;
}

.bigtitle {
    font-size: 34px;
    text-align: center;
    padding-bottom: 1%;
    color: #31708f;
    font-weight: bold;
    text-transform: uppercase;
}

.sub {
    font-size: 30px;
    text-align: left;
    margin-left: 5%;
    color: #387ab3;
    font-weight: bold;
    text-transform: uppercase;
}

.pendingno {
    padding-right: 45px !important;
    color: red;
}

.writer {
    color: #b5102e;
    font-size: 30px;
}

.displayno {
    font-size: 145px;
    color: #387ab3;
    margin: -40px;
}

.displayno_special {
    font-size: 50px;
    color: #387ab3;
    /*margin: -40px;*/
}

.lasttitle {
    font-size: 18px;
    font-weight: bold;
}

.toptitle {
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 15px;
}

.maindisplay {
    min-height: auto !important;
}

.prefer {
    padding-top: 16px;
    position: absolute;
}

.square {
    width: 25px;
    height: 23px;
    margin-right: 5px;
    border: none;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    padding-top: 3px;
}

.blue {
    background: #1976d2;
}

.pink {
    background: #f06292;
}

.label-padding {
    margin-right: 3px;
}

#printThis {
    display: none;
}

@media print {
    #printThis {
        display: block;
    }
}

.green {
    background: green;
}

#postalvalid-box {
    display: none;
    background: red;
    margin-top: 5px;
}

.status-img {
    width: 35px;
    height: 35px;
    object-fit: cover;
}

.main_container {
    overflow: hidden;
    position: relative;
}

.front-btn {
    height: 180px;
    width: 270px;
    background: white;
    border-color: #337ab7;
    color: #337ab7 !important;
    font-weight: bold;
    border-radius: 12px;
    border-width: 2px;
}

.front-btn:hover, .front-btn:focus, .front-btn:active, .front-btn:visited,
.front-btn:active:focus, .front-btn.active:focus, .front-btn.active {
    border-color: #31708f;
    background: white;
    color: #31708f !important;
}

.front-btn span {
    font-size: 22px;
    display: block;
}

.front-icon {
    font-size: 120px;
    color: #337ab7 !important;
}

.front-icon:hover {
    color: #31708f !important;
}

.display-header {
    background: #2a3f54;
    color: white;
    font-weight: bold;
}

.login_content h1:before {
    background: initial;
}

.login_content h1:after {
    background: initial;
}

#content form .submit, .login_content form input[type=submit] {
    float: none;
    margin-left: 0px;
    width: 100px;
}

.modal-body {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
}

.errorinput {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.errorinput > .ui-select-match > .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.waitingCursor:hover {
    cursor: wait;
}

.has-success .control-label {
    color: inherit !important;
}

.has-error .control-label {
    color: inherit !important;
}

.has-success .form-control {
    border: 1px solid #ccc !important;
}

.has-success .form-control:focus {
    border: 1px solid #ccc !important;
}

.btn-spell {
    color: #ffffff;
    background-color: #646666;
    border-color: #130269;
}

.btn-spell:hover,
.btn-spell:focus,
.btn-spell:active,
.btn-spell.active,
.open .dropdown-toggle.btn-spell {
    color: #ffffff;
    background-color: #545157;
    border-color: #130269;
}

.btn-spell:active,
.btn-spell.active,
.open .dropdown-toggle.btn-spell {
    background-image: none;
}

.btn-spell.disabled,
.btn-spell[disabled],
fieldset[disabled] .btn-spell,
.btn-spell.disabled:hover,
.btn-spell[disabled]:hover,
fieldset[disabled] .btn-spell:hover,
.btn-spell.disabled:focus,
.btn-spell[disabled]:focus,
fieldset[disabled] .btn-spell:focus,
.btn-spell.disabled:active,
.btn-spell[disabled]:active,
fieldset[disabled] .btn-spell:active,
.btn-spell.disabled.active,
.btn-spell[disabled].active,
fieldset[disabled] .btn-spell.active {
    background-color: #646666;
    border-color: #130269;
}

.btn-spell .badge {
    color: #646666;
    background-color: #ffffff;
}

.logo {
    height: 50px;
    width: 210px;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.loginimg {
    height: 100px;
    width: 350px;
}

.loginimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.site_title {
    height: 100px;
}

.nav_title {
    height: 100px;
    text-align: center;
}

.display-logo {
    width: 500px;
    height: 100px;
    margin: auto;
}

.display-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.orange {
    background: #f3c748;
}

.rotate {

    /* Safari */
    -webkit-transform: rotate(-90deg);

    /* Firefox */
    -moz-transform: rotate(-90deg);

    /* IE */
    -ms-transform: rotate(-90deg);

    /* Opera */
    -o-transform: rotate(-90deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

.loading {
    position: absolute;
    margin: 10% 45%;
}

.modal .modal-content .loading {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .7);
}

.customtable {
    min-height: 200px;
}

#templatetable td {
    cursor: pointer;
}

.listItem.ng-enter,
.animate.ng-leave {
    opacity: 0;
    transition: all 1s ease;
    animation: blinker 5s linear infinite;
}

.listItem.ng-enter-active {
    opacity: 1;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}