﻿/* ABMP Footer Info */
.ABMP_Info { /* Full script in database for this functionality */
    display: none;
}
/* END ABMP Footer Info */

.sidebar-mini.sidebar-collapse .main-header .logo > .header-logo-large {
    display: none;
}

.header-logo-large {
    max-height: 30px;
    display: block;
}

.header-logo-large {
    display: block;
}

.header-logo-mini > img {
    max-width: 30px;
    max-height: 30px;
    width: auto;
    height: auto;
    margin-bottom: 5px;
}

.header-logo-large > img {
    max-width: 30px;
    max-height: 30px;
    display: inline-block;
    float: left;
    margin-top: 15px;
    margin-right: 7px;
}

.LogoText {
    font-size: 14px;
    font-weight: 700;
    float: left;
}

/*Operations*/

.OperationDiv {
    width: 30%;
    padding-top: 10px;
    display: inline-block;
    border-width: 1px;
    border-radius: 5px;
    height: 80px;
    border: 1px solid gray;
    text-align: center;
    padding-top: 25px;
    font-size: 20px;
    margin: 5px;
}

.OperationHeader {
    padding: 20px;
    font-size: 20px;
}

.section-header {
    /*padding-bottom: 9px;*/
    margin: 10px 0 5px;
    border-bottom: 1px solid #eeeeee;
}

/*no-hover table*/
.nhtable,
.nhtable td,
.nhtable tr:nth-child(odd),
.nhtable tr:nth-child(even),
.nhtable tr:hover td {
    background: transparent;
    border: 0px;
}

.nav {
    background-color: #1d3156;
}

.navbar {
    margin-top: 0px;
    padding-top: 0px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #000000;
}

select,
input[type="text"] {
    width: 100%;
    height: 30px;
    font-size: 16px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0px;
    margin-right: 0px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Open Sans","Segoe UI","Helvetica Neue", sans-serif;
}

.row.rowline {
    border-bottom: 2px solid #1d3156;
}

h2, .h2 {
    font-size: 20px;
}

h3, .h3 {
    font-size: 30px;
}

button.btnHeader:hover svg, button.btnHeader:hover svg path, button.btnHeader:hover svg polygon, button.btnHeader:hover svg rect, button.btnHeaderSelected svg, button.btnHeaderSelected svg path, button.btnHeaderSelected svg polygon, button.btnHeaderSelected svg rect {
    fill: #1d3156;
}

    button.btnHeader:hover svg rect.stripe {
        fill: #fef200;
    }

/*LVE 190313 off, button disappears..*/
/*button[type="button"]:hover {
    background: transparent;
    border: none;
}*/

button.start,
input[type="submit"].start,
input[type="button"].start {
    color: #FFF;
    background: #0b8441;
    border: 1px solid #0b8441;
    width: 140px;
    height: 50px;
    float: right;
    margin-right: 5px;
    font-size: 15px;
}

    button.start:hover,
    input[type="submit"].start:hover,
    input[type="button"].start:hover {
        color: #FFF;
        background: #0b8441;
        border: 1px solid #0b8441;
        font-size: 18px;
    }

button.stop,
input[type="submit"].stop,
input[type="button"].stop {
    color: #FFF;
    background: #e1141d;
    border: 1px solid #e1141d;
    width: 140px;
    height: 70px;
    float: right;
    margin-right: 5px;
    font-size: 15px;
}

    button.stop:hover,
    input[type="submit"].stop:hover,
    input[type="button"].stop:hover {
        color: #FFF;
        background: #e1141d;
        border: 1px solid #e1141d;
        font-size: 18px;
    }

button.save,
input[type="submit"].save,
input[type="button"].save {
    color: #FFF;
    background: #0b8441;
    border: 1px solid #0b8441;
    width: 140px;
    height: 50px;
    float: left;
    margin-right: 5px;
    font-size: 15px;
}

    button.save:hover,
    input[type="submit"].save:hover,
    input[type="button"].save:hover {
        color: #FFF;
        background: #0b8441;
        border: 1px solid #0b8441;
        font-size: 18px;
    }

button.cancel,
input[type="submit"].cancel {
    color: #FFF;
    background: #868686;
    border: 1px solid #757575;
    width: 140px;
    height: 70px;
    float: right;
    margin-right: 5px;
    font-size: 15px;
}

    button.cancel:hover,
    input[type="submit"].cancel:hover {
        color: #FFF;
        background: #757575;
        border: 1px solid #757575;
        font-size: 18px;
    }

button.issue,
input[type="submit"].issue,
input[type="button"].issue {
    color: #FFF;
    background: #1d3156;
    border: 1px solid #1d3156;
    width: 140px;
    height: 50px;
    float: right;
    margin-right: 5px;
    font-size: 15px;
}

    button.issue:hover,
    input[type="submit"].issue:hover,
    input[type="button"].issue:hover {
        color: #FFF;
        background: #1d3156;
        border: 1px solid #1d3156;
        font-size: 18px;
    }

button.ready,
input[type="submit"].ready,
input[type="button"].ready {
    color: #FFF;
    background: #0b8441;
    border: 1px solid #0b8441;
    width: 170px;
    height: 40px;
    float: right;
    margin-right: 5px;
    font-size: 15px;
}

    button.ready:hover,
    input[type="submit"].ready:hover,
    input[type="button"].ready:hover {
        color: #FFF;
        background: #0b8441;
        border: 1px solid #0b8441;
        font-size: 18px;
    }

button.history,
input[type="submit"].history,
input[type="button"].history {
    color: #FFF;
    background: #c4c6c5;
    border: 1px solid #c4c6c5;
    width: 170px;
    height: 40px;
    float: right;
    margin-right: 5px;
    font-size: 15px;
}

    button.history:hover,
    input[type="submit"].history:hover,
    input[type="button"].history:hover {
        color: #FFF;
        background: #c4c6c5;
        border: 1px solid #c4c6c5;
        font-size: 18px;
    }

button.checkready,
input[type="submit"].checkready,
input[type="button"].checkready {
    color: #FFF;
    background: #0b8441;
    border: 1px solid #0b8441;
    width: 140px;
    height: 70px;
    float: left;
    margin-right: 5px;
    font-size: 15px;
}

    button.checkready:hover,
    input[type="submit"].checkready:hover,
    input[type="button"].checkready:hover {
        color: #FFF;
        background: #0b8441;
        border: 1px solid #0b8441;
        font-size: 18px;
    }

button.receipt,
input[type="submit"].receipt,
input[type="button"].receipt {
    color: #FFF;
    background: #1d3156;
    border: 1px solid #1d3156;
    width: 140px;
    height: 50px;
    float: right;
    margin-right: 5px;
    font-size: 15px;
}

    button.receipt:hover,
    input[type="submit"].receipt:hover,
    input[type="button"].receipt:hover {
        color: #FFF;
        background: #1d3156;
        border: 1px solid #1d3156;
        font-size: 18px;
    }

.OperationButton {
    font-weight: bold;
    font-size: 2vw;
    width: 100%;
    height: 100px;
}

button, input[type="submit"], input[type="button"], input[type="image"] {
    color: #1d3156;
    background: #FFF;
    border: 1px solid #1d3156;
}

    button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="image"]:hover {
        color: #FFF;
        background: #1d3156;
        border: 1px solid #1d3156;
    }

a.search {
    position: relative;
    top: -28px;
    height: 0px;
    float: right;
}

button.filter,
input[type="submit"].filter,
input[type="button"].filter {
    color: #1d3156;
    background: #FFF;
    border: 1px solid #1d3156;
    font-size: 18px;
    height: 30px;
    width: 250px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0px;
    margin-right: 0px;
}

    button.filter:hover,
    input[type="submit"].filter:hover,
    input[type="button"].filter:hover {
        color: #FFF;
        background: #1d3156;
        border: 1px solid #1d3156;
        font-size: 18px;
        height: 28px;
        width: 250px;
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 0px;
        margin-right: 0px;
    }

div.filter {
    display: inline-block;
}

    div.filter h2 {
        margin-right: 25px;
        margin-left: 25px;
    }

input[type="text"].filter {
    width: 200px;
    height: 30px;
    font-size: 16px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0px;
    margin-right: 0px;
}

.divMenuSearchBoxIcon {
    margin-top: 4px;
}

table.gridview {
    width: 100%;
}

.td {
    font-size: 12px;
}

table tr.selected {
    background-color: #1d3156;
}

    table tr.selected td {
        color: #FFF;
    }

    table tr.selected:hover td {
        background: #004418;
        color: #FFF;
    }

    table tr.selected a {
        color: #FFF;
    }

a {
    color: #1d3156;
}

    a:hover {
        color: #004418;
    }

.stable tr th:first-child,
.stable tr td:first-child {
    width: 10em;
    min-width: 10em;
    max-width: 10em;
    word-break: break-all;
}

.navbar-count {
    float: left;
    margin-left: 20px !important;
}

.navbar-count-done {
    float: left;
    color: #1d3156 !important;
}

.LoginInfo {
    float: right;
    margin-right: 5%;
    margin-top: 20px;
    margin-bottom: 5px;
    margin-left: -10px;
    font-size: 18px;
    line-height: 16px;
    border-radius: 10px !important;
    font-weight: 600;
    z-index: 11;
    min-width: 20px;
    text-align: center;
}

.LoginName {
    float: right;
    margin-top: 10px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    margin-bottom: 5px;
}

.btnHeader:hover svg, .btnHeader:hover svg path, .btnHeader:hover svg polygon, .btnHeader:hover svg rect, .btnHeaderSelected svg, .btnHeaderSelected svg path, .btnHeaderSelected svg polygon, .btnHeaderSelected svg rect {
    fill: #1d3156;
}

    .btnHeader:hover svg rect.stripe {
        fill: #fef200;
    }

.back-to-top {
    background: none;
    margin: 0;
    position: fixed;
    right: 15px;
    bottom: 66px;
    width: 46px;
    height: 46px;
    z-index: 100;
    display: none;
    text-align: center;
    color: #051641;
    background-color: rgba(0,0,0,.2);
}

    .back-to-top svg {
        position: absolute;
        top: 15px;
        left: 15px;
        fill: #fff;
        height: 16px;
        width: 16px;
    }

.back-to-bottom {
    background: none;
    margin: 0;
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 46px;
    height: 46px;
    z-index: 100;
    display: none;
    text-align: center;
    color: #051641;
    background-color: rgba(0,0,0,.2);
}

    .back-to-bottom svg {
        position: absolute;
        top: 15px;
        left: 15px;
        fill: #fff;
        height: 16px;
        width: 16px;
        transform-origin: 50% 50%;
        transform: rotate(180deg);
    }

a.btnHeader:hover svg, a.btnHeader:hover svg path, a.btnHeader:hover svg polygon, a.btnHeader:hover svg rect, a.btnHeaderSelected svg, a.btnHeaderSelected svg path, a.btnHeaderSelected svg polygon, a.btnHeaderSelected svg rect {
    fill: #777;
}

table td:hover {
    background: transparent;
}

.filter.right {
    float: right;
    margin-top: 20px;
    margin-bottom: 10px;
}

.StartCount {
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    margin-left: 5px;
    margin-top: -8px;
    font-size: 20px;
    font-weight: bold;
    line-height: 14px;
    height: 20px;
    color: #FFFFFF;
    background-color: #E1141D;
    position: absolute;
    z-index: 11;
    min-width: 20px;
    text-align: center;
    padding: 1px 1.7px 0.5px 1px;
}

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }


        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

.OperationDetailButton {
    font-weight: bold;
    font-size: 1.5vw;
    width: 100%;
    height: 50px;
}

.MasterpageDropdownLanguage {
    width: 50px;
    font-size: 10px;
    display: inline-block;
    float: right;
    margin-top: 20px;
    margin-right: 15px;
}

.MasterpageImageLanguage {
    display: inline-block;
    float: right;
    margin-top: 24px;
    margin-right: 5px;
    margin-left: 5px;
}

.hourBlue {
    height: 15px;
    fill: rgb(60, 181, 251);
}

.hourWhite {
    height: 20px;
    fill: whitesmoke;
}

.hourLine {
    margin-top: 5px;
    height: 15px;
    fill: whitesmoke;
}

.hourHeaderLine {
    height: 20px;
    fill: whitesmoke;
    margin-top: 5px;
}

.hourHeader {
    font-family: Verdana;
    font-size: 14px;
    fill: black;
}

.hourTrans {
    height: 20px;
    /* default fallback */
    fill: rgb(255, 255, 255) transparent;
    /* nice browsers */
    fill: rgba(255, 255, 255, 0.8);
}


div.image-large {
    width: 500px;
    height: 500px;
    overflow: hidden;
}

.image-large {
    object-fit: cover;
    max-width: 500px;
    max-height: 500px;
}

.LoginPassword {
    width: 100%;
    height: 45px;
    font-size: 22px;
}

.inline-block {
    display: inline-block !important;
}

