﻿/*Table*/
.cellHeader {
    text-align: center;
    min-width: 7.7em;
    max-width: 8em;
    vertical-align: baseline;
}

.cellNumber {
    text-align: center;
}

.cellPadding {
    padding: 0 0.3em;
}

.tableCellPadding {
}

    .tableCellPadding > tbody > tr > td {
        padding: 5px;
        line-height: 20px;
        vertical-align: middle;
    }

.reportTable {
    width: 100%;
}

    .reportTable > tbody > tr > td {
        height: 2em;
    }
/*End Table*/

.bandage {
    background-color: #85afe7;
    font-weight: normal;
    padding: 0.5em 1em;
    color: white;
    display: inline-block;
}

.divGrid {
    margin: 0 0 0.5em 0;
    display: flex;
    justify-content: space-between;
}

    .divGrid > div {
        width: 14% !important;
    }

.divContainer {
}

.divItem {
    /*display: inline-block;*/
    float: left;
    margin-bottom: 0.5em;
}

/*-----*/
.groupBox {
    margin-bottom: 0.5em;
}

.gbHeaderBandage {
    background-color: rgba(70, 123, 227, 0.29);
    font-weight: bold;
    color: #545454;
    padding: 8px 10px;
}

    .gbHeaderBandage > span {
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
    }

/*small*/
.gbHeaderBandage-sm {
    background-color: #5e8fd0;
    font-weight: bold;
    color: #545454;
    padding: 0em 0.2em;
}

    .gbHeaderBandage-sm > span {
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
    }

.lblToggle-sm {
    display: block;
    color: white;
    cursor: pointer;
    transition: all 0.25s ease-out;
}

    .lblToggle-sm::before {
        margin-top: 0.42em;
        float: right !important;
        content: ' ';
        display: inline-block;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid currentColor;
        vertical-align: middle;
        margin-right: .7rem;
        transform: translateY(-2px);
        transition: transform .2s ease-out;
    }

.toggle:checked + div > .lblToggle-sm::before {
    transform: rotate(90deg) translateX(-3px);
    float: right !important;
}

.toggle:checked + .lblToggle-sm {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/*end small*/

.gbContent {
    padding: 10px 0px 10px 0px;
    background-color: white;
}

.border {
    border: 1px solid !important;
}

.border-gray {
    border: 0px #d4d4d4 solid !important;
}

.noBorder {
    border: none !important;
}

.toCenter {
    text-align: center;
}

.toRight {
    float: right;
}

.tableShowRate {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
}

    .tableShowRate .trHeader {
        height: 25%;
    }

.trDetail td {
    vertical-align: top;
    text-align: center
}

.tableTotal {
    width: 100%;
}

    .tableTotal tr {
        background-color: #EDEDED;
        height: 30px;
        font-size: 12px;
        vertical-align: middle;
        padding-left: 10px;
        padding-right: 10px;
    }

        .tableTotal tr td {
            color: #545454;
            vertical-align: middle;
            padding:8px;
            font-weight:bolder;
            font-size:14px;
        }

.tableGrid {
    width: 80%;
    margin: 0 auto;
}

    .tableGrid tr {
        height: 30px;
    }

.textCenter {
    text-align: center;
}

.stopGroupBox {
    margin-left: 0.6em;
}

/*wrapper*/
.checkboxCollapse {
    display: none;
}

.lblToggle {
    display: block;
    color: #545454;
    cursor: pointer;
    transition: all 0.25s ease-out;
}

    .lblToggle::before {
        /*float: right !important;
        font-family: FontAwesome;
        content:"\f067";
        padding-right: 5px;
        padding-left: 10px;*/
        margin-top: 0.3em;
        float: right !important;
        content: ' ';
        display: inline-block;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid currentColor;
        vertical-align: middle;
        margin-right: .7rem;
        transform: translateY(-2px);
        transition: transform .2s ease-out;
    }

.collapsibleContent {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.1s ease-in-out;
}

.toggle:checked + div + .collapsibleContent {
    max-height: 2000em;
    transition: max-height 0.1s ease-in-out;
}

.toggle:checked + div > .lblToggle::before {
    transform: rotate(90deg) translateX(-3px);
    float: right !important;
    /*float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
    padding-left: 10px;*/
}

.toggle:checked + .lblToggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/*button*/

.buttonLarge {
    width: 17em !important;
}

.buttonDanger {
    color: white !important;
    background-color: #ca302c !important;
}

    .buttonDanger:hover {
        background-color: #d9534f !important;
    }

.buttonSuccess {
    color: white !important;
    background-color: #5cb85c !important;
}

    .buttonSuccess:hover {
        background-color: #399839 !important;
    }

.buttonDefault {
    color: #85afe7;
    background-color: #fff;
    border-color: #85afe7;
    border-left: 2px solid #85afe7;
    border-right: 2px solid #85afe7;
    border-top: 1px solid #85afe7;
    border-bottom: 1px solid #85afe7;
}

.buttonInPanel {
    /*background-color: white;*/
    border: none;
    color: white;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    min-width: 3em;
    margin-left: 5px;
    box-shadow: inset 0 1px #bbdefb, 0 1px 2px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, #5e8fd0 0%, #85afe7 100%);
    padding: 0.25em 0.5em 0.1em 0.5em;
}

    .buttonInPanel:visited {
        color: #FFFFFF;
        background-color: #b3d4fc;
    }

    .buttonInPanel:hover {
        color: #fff;
        background-color: #b3d4fc;
    }

.margin-right-5 {
    margin-right: 5px;
}

.colorGreen {
    color: #57d855
}

.colorRed {
    color: #dc5658
}

.colorBlack {
    color: black
}

.margin-left-3 {
    margin-left: 3px;
}

.width8em {
    width: 8em;
}

.width6p {
    width: 6%;
}

.width10p {
    width: 10%;
}

.width12p {
    width: 12%;
}

.width13p {
    width: 13%;
}

.width15p {
    width: 15%;
}

.width16p {
    width: 16%;
}

.width18p {
    width: 18%;
}

.width22p {
    width: 22%;
}

.width23p {
    width: 23%;
}

.width24p {
    width: 24%;
}

.width25p {
    width: 25%;
}

.width32p {
    width: 32%;
}

.width33p {
    width: 33%;
}

.width37p {
    width: 37%;
}

.width39p {
    width: 39%;
}

.width40p {
    width: 40%;
}

.width42p {
    width: 42%;
}

.width48p {
    width: 48%;
}

.width45p {
    width: 45%;
}

.width49p {
    width: 49%;
}

.width50p {
    width: 50%;
}

.width54p {
    width: 54%;
}

.width55p {
    width: 55%;
}

.width56p {
    width: 56%;
}

.width57p {
    width: 57%;
}

.width58p {
    width: 58%;
}

.width60p {
    width: 60%;
}

.width68p {
    width: 68%;
}

.width70p {
    width: 70%;
}

.width78p {
    width: 78%;
}

.width80p {
    width: 80%;
}

.width87p {
    width: 87%;
}

.width91p {
    width: 91%
}

.width92p {
    width: 92%
}

.width95p {
    width: 92%
}

.width96p {
    width: 96%
}

.width97p {
    width: 97%
}

.width98p {
    width: 98%
}

.width100p {
    width: 100%
}

.width202p {
    width: 202px
}


.inputControl {
    width: 100% !important;
}

.open {
    cursor: pointer;
}

.resetDate {
    cursor: pointer;
}

.buttonLast {
    margin-right: 2.5em;
}

.marginTopNegative19 {
    margin-top: -1.7em;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.hidden {
    display: none;
}

/*select {
    border-color: rgb(127, 157, 185);
}*/

.stopInput {
    /*width: 23em;*/
    float: right;
}

.subStopLabel {
    padding: 0 0 0 1.5%;
}

.ui-multiselect.ui-widget {
    align-items: center;
    background-color: rgb(255, 255, 255);
    border-bottom-color: rgb(127, 157, 185);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-collapse: collapse;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(127, 157, 185);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(127, 157, 185);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(127, 157, 185);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    cursor: default;
    display: inline-block;
    font-family: arial;
    font-size: 11px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 400;
    height: 15.6px;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: start;
    text-indent: 0px;
    text-rendering: auto;
    text-shadow: none;
    text-size-adjust: 100%;
    text-transform: none;
    vertical-align: middle;
    white-space: pre;
    word-spacing: 0px;
    writing-mode: horizontal-tb;
    -webkit-appearance: menulist-button;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
    -webkit-rtl-ordering: logical;
    -webkit-border-image: none;
    background: white;
    height: 16px;
    width: 100% !important;
}

.ui-multiselect span.ui-icon {
    display: none;
}


.background-yellow {
    background: yellow;
}

.background-red {
    background: red;
}

.background-green {
    background: green;
}

.background-blue {
    background: blue;
}

.background-gray {
    background: gray;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input.errorInput {
    border-color: red !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.loadinginput {
    background-color: #ffffff;
    background-image: url("../Images/loading30.gif");
    background-size: 25px 25px;
    background-position: right center;
    background-repeat: no-repeat;
}

.labelUnderline {
    color: black;
    font-weight: bold;
    text-decoration: underline;
}

.disabledLink {
    background-color: #ebebe4;
}

.legendHeader {
    padding: 5px
}

.ui-jqgrid tr.jqgfirstrow td {
    border-right-width: 0;
}

.ui-jqgrid .ui-jqgrid-htable th {
    padding: 0 1px 0 2px;
}

.abutton {
    background-color: #5e8fd0;
    border: none;
    color: white;
    padding: 0.3em 0.1em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    width: 9em;
}

    .abutton:visited {
        color: #FFFFFF;
        background-color: #b3d4fc;
    }

    .abutton:hover {
        color: #fff !important;
        background-color: #b3d4fc !important;
    }
