.text-muted {
    color: #c0c9d1 !important;
}

.navbar-default-top {
    background-color: #a5000e;
    border-color: #a5000e;
}

.mainTable {
    padding-right: 1px;
    padding-left: 1px;
    padding-top: 0px;
    background-color: #043d8a;
    overflow: auto;
    overflow-x: hidden;
    height: 92vh;
}

#logdiv {
    background-color: white;
    padding: 5px;
    font-weight: bold;
    font-size: 15px;
    font-family: "Arial";
    overflow: auto;
    adding: 0;
    line-height: 100%;
    height: 100vh;
}

.rowcenter {
    margin-right: 0px;
    margin-left: 0px
}

.dropdown-menu {
    background-color: #a5000e;

}

.breadcrumb {
    padding: 0 15px;
    border-radius: 0px;
}

.MainTableProfile {
    padding-right: 1px;
    padding-left: 1px;
    padding-top: 16px;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    background-color: #043d8a;
}

.profiletab {
    background-color: white;
}

.logsline {
    border-bottom: 1px dotted grey;
    font-size: 14px;
    color: blue;
}

.topnavmenu {
    right: -16px;
    left: auto;
}

element.style {
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.modal-content {
    background-color: #a5000e;

}

.mainTableColor {
    background-color: black;
    color: white;
}

.mainTableColor2 {
    background-color: white;
    color: black;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #a5000e;
}

.SeachDiv {
    margin-top: -20px;
    margin-bottom: -5px;
}

.loading {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: rgb(165 0 14);
}

.centerPage .td {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.centerPage .table {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.centerPage .cont {
    display: inline-block;
}

.logo-image {
    width: 100%;
}
.footer{
    background-color: #043d8a;
}
.footerTr{
    color:white;
}
.footerHeader{
    line-height:0px; border: 1px solid red
}
.inputbackground:disabled
{
    background-color: black;
    font-size: 24px;
}
.inputbackground
{
    background-color: black;
    font-size: 24px;
}.inputbackground:active
{
    background-color: black;
    font-size: 24px;
}
.form-control-credits:focus {
    border-color: black;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.form-control-credits input[type="text"] {
    background-color: black;
}
.alertify.ajs-movable:not(.ajs-maximized) .ajs-header {
    background-color: #a5000e;
    color: white;
}
.alertify .ajs-footer {
    background-color: #a5000e !important;
    color: white;
}
.alertify .ajs-dialog {
    background-color: #a5000e !important;
    color: white;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
    background-color: #a5000e !important;
    color: white;
}
.alertify .dialog > *, .alertify .alert > * {
    width: 400px;
    color: white;
    max-width: 95%;
    margin: 0 auto;
    text-align: center;
    padding: 12px;
    background: #a5000e;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.098), 0 1px 10px 0 rgba(0, 0, 0, 0.084);
}
.alertify .dialog nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button), .alertify .alert nav button:not(.btn):not(.pure-button):not(.md-button):not(.mdl-button)
{
    color: white;
    background-color: black;
}
.footerline{
    line-height: 5px;
}

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

@media print {
    body{
        visibility: hidden;
    }

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

    #printSection{
        position: absolute;
        left: 0;
        top: 0;

    }
}
.pstyle {
    margin: 0 0 0px;
    text-align: left;
    font-size: 12px;
}
.printModalClass{
    height: 55%;
}
@media only screen and (max-device-width: 1200px) and (min-device-width: 767px)
{
    .printModalClass{
        height: 63%;
    }
}
@media (max-width: 767px) {
    .printModalClass{
        height: 95%;
        width: 94%;
    }
}
.border-2 {
    border-width:2px !important;
}
.table-bordered th {
    border: 1px solid #a5000e;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #a5000e;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #a5000e;
}
.footer-credits{
    background-color: green;
}
.hrwhite {
    background-color: white;
    height: 1px;
    border: 0;
}
.mainTableShifts {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    background-color: white;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    border-radius: 10px;
    padding-bottom: 10px;
}
::-webkit-scrollbar
{
    width: 22px;  /* for vertical scrollbars */
    height: 22px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb
{
    border-radius: 10px;

    background: #a5000e;
}
html body {
    height: 100%;
    overflow: hidden;
    flex-direction: column;
}


@media only screen and (max-width: 767px){
    html body{
        overflow: visible;
    }
    .mainTable{
        height: 100%;
    }
    #logdiv{
        overflow:hidden;
    }
}


.spinner {
    display: block;
    position: fixed;
    z-index: 1031; /* High z-index so it is on top of the page */
    top: 50%;
    right: 50%; /* or: left: 50%; */

}

.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(51,51,51,0.7);
    z-index: 10000;
}
