﻿body {
    /*overflow-x: scroll;
    overflow-y: scroll;*/
}

.display-mode-hide {
    display: none !important;
}

.display-mode-show {
    display: block !important;
}

.nav-link {
    display: block;
    /*padding: 0.5rem 1rem;*/
    color: white !important;
    font-size: 14px !important;
    font-family: Arial !important;
    font-weight: normal !important;
    padding: 3px 5px 8px 50px !important;
}

    .nav-link:hover,
    .nav-link:focus {
        text-decoration: none;
        color: dodgerblue !important;
    }

.activeCSS {
    color: gold !important;
}

.RedBld14 {
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    color: red;
}


.RedBld12 {
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    color: red;
}

.GrnBld12 {
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    color: green;
}

.BluBld14 {
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    color: blue;
}

button.btn {
    height: 32px !important;
    margin: 0px !important;
    /*padding: 0 20px !important;*/
    padding: 1px 15px 15px 15px !important;
    vertical-align: middle !important;
    background: #19b9e7 !important;
    border: 0 !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 30px !important;
    color: #fff !important;
    -moz-border-radius: 14px !important;
    -webkit-border-radius: 14px !important;
    border-radius: 14px !important;
    text-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -o-transition: all .3s !important;
    -moz-transition: all .3s !important;
    -webkit-transition: all .3s !important;
    -ms-transition: all .3s !important;
    transition: all .3s !important;
}

    button.btn:hover {
        opacity: 0.6 !important;
        color: #fff !important;
    }

    button.btn:active {
        outline: 0 !important;
        opacity: 0.6 !important;
        color: #fff !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    button.btn:focus {
        outline: 0 !important;
        opacity: 0.6 !important;
        background: #19b9e7 !important;
        color: #fff !important;
    }

    button.btn:active:focus, button.btn.active:focus {
        outline: 0 !important;
        opacity: 0.6 !important;
        background: #19b9e7 !important;
        color: #fff !important;
    }

    button.btn.show {
        visibility: visible !important;
    }

    button.btn.hide {
        visibility: hidden !important;
    }


.BlkNrm13Rdo {
    font-size: 13px !important;
    font-family: Arial !important;
    font-weight: normal !important;
    color: black !important;
    padding: 10px 10px 0px 20px !important;
}

.panelInfoPV {
    padding: 1px 1px 1px 3px !important;
    height: 22px !important;
    zoom: 1 !important;
    font-size: 13px !important;
    font-family: Arial !important;
    font-weight: bold !important;
    color: maroon !important;
    width: 100% !important;
    background-color: #DBDBDB !important;
}

.panelInfoGray {
    padding: 3px 5px !important;
    height: 25px !important;
    zoom: 1 !important;
    font-size: 13px !important;
    font-family: Arial !important;
    font-weight: bold !important;
    color: maroon !important;
    width: 100% !important;
    background-color: #dcdcdc !important;
    white-space: nowrap;
}

.panelInfoMrn {
    padding: 3px 5px !important;
    height: 25px !important;
    zoom: 1 !important;
    font-size: 13px !important;
    font-family: Arial !important;
    font-weight: bold !important;
    color: #fff !important;
    width: 100% !important;
    background-color: maroon !important;
}

.panelInfo1 {
    padding: 0px 10px 5px 10px !important;
    height: 26px !important;
    zoom: 1 !important;
    font-size: 12pt !important;
    font-family: Arial !important;
    font-weight: bold !important;
    color: maroon !important;
    width: 100% !important;
    background-color: #dcdcdc !important;
    text-align: center;
}

.panelInfo2 {
    padding: 3px 5px !important;
    height: 25px !important;
    zoom: 1 !important;
    font-size: 13px !important;
    font-family: Arial !important;
    font-weight: bold !important;
    color: #fff !important;
    width: 100% !important;
    background-color: #007399 !important;
}

.panelInfo3 {
    padding: 3px 5px !important;
    height: 28px !important;
    zoom: 1 !important;
    font-size: 16px !important;
    font-family: Arial !important;
    font-weight: bolder !important;
    color: #fff !important;
    width: 100% !important;
    background-color: #0580AB !important;
    text-align: center !important;
}

.AppChkBx input {
    outline: 1px solid #24ba9f;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    outline: none;
    font-size: inherit;
    cursor: pointer;
    width: 1.0em;
    height: 1.0em;
    background: white;
    border-radius: 0.25em;
    border: 0.125em solid #555;
    position: relative;
    margin-top: -5px !important;
    font-size: 25px !important;
}

.AppChkBx label {
    font-size: 13px;
    text-align: left;
    color: #000;
    text-align: left;
    line-height: normal;
    padding: 0px 15px 5px 3px;
    font-family: Arial !important;
    font-weight: normal !important;
}

.AppChkBx span {
    display: inline-block;
    margin-top: 10px;
}

.AppChkBx:checked {
    background: #adf;
}

    .AppChkBx:checked:after {
        content: "✔";
        position: absolute;
        font-size: 80%;
        left: 0.0625em;
        top: -0.25em;
    }

.AppChkBx:disabled {
    background: #dcdcdc;
}





.divBtns {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    padding-top: 25px !important;
    width: 80% !important;
}



/* Custom labels: the container */
.checkcontainer {
    display: block;
    position: relative;
    padding-left: 10px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none; /* Chrome, Opera, Safari */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}

    /* Hide the browser's default checkbox */
    .checkcontainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
    left: 10px;
    top: 6px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Create a custom radio button */
.radiobtn {
    position: absolute;
    top: 2px;
    left: 0;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    border: solid grey;
    border-width: 2px 2px 2px 2px;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .radiobtn {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.checkcontainer input:checked ~ .radiobtn {
    /*background-color: #2196F3;*/
}

.checkcontainer input:disabled ~ .radiobtn {
    background-color: darkgrey;
    cursor: not-allowed !important;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiobtn:after {
    content: "";
    position: absolute;
    display: none;
}

/* Style the indicator (dot/circle) */
.checkcontainer .radiobtn:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

/* Show the indicator (dot/circle) when checked */
.checkcontainer input:checked ~ .radiobtn:after {
    content: "✔";
    position: absolute;
    font-size: 99%;
    left: .100em;
    top: -0.111em;
    color: dodgerblue;
    display: block;
}

.radiobtn:disabled {
    background: #dcdcdc !important;
}

.radioBtnLbl {
    margin-top: -20px !important;
    font-size: 14px !important;
    font-family: Arial !important;
    font-weight: normal !important;
    color: black !important;
}

.WhtBld14 {
    font-size: 14px !important;
    font-family: Arial !important;
    font-weight: bold !important;
    color: #fff;
    padding: 10px 0px 0px 25px
}

.BluLght11 {
    font-size: 11px;
    font-family: Arial;
    font-weight: lighter;
    color: blue;
}

.BlkNrm14RdoText {
    font-size: 14px !important;
    font-family: Arial !important;
    font-weight: bold !important;
    color: blue !important;
    padding: 0px 5px 10px 2px !important;
 }

.BlkBld14RdoText {
    font-size: 14px !important;
    font-family: Arial !important;
    font-weight: bold !important;
    color: black !important;
    padding: 0px 20px 0px 3px !important;
}

.BlkNrm14 {
    font-size: 14px !important;
    font-family: Arial !important;
    font-weight: normal !important;
    color: black !important;
}

.MrnNrm14 {
    font-size: 14px !important;
    font-family: Arial !important;
    font-weight: bold !important;
    color: maroon !important;
}

.BlkNrm12 {
    font-size: 12px !important;
    font-family: Arial !important;
    font-weight: normal !important;
    color: black !important;
}

.BlkBld12 {
    font-size: 12px !important;
    font-family: Arial !important;
    font-weight: bold !important;
    color: black !important;
}

.BluBld12 {
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    color: blue !important;
}

.BluNrm14 {
    font-size: 14px;
    font-family: Arial;
    font-weight: normal;
    color: blue !important;
}

.BlkBld12Title {
    font-size: 12px !important;
    font-family: Arial !important;
    font-weight: bold !important;
    color: black !important;
    /*padding: 0px 3px 3px 5px !important;*/
}

.BlkBld12NoWrap {
    font-size: 12px !important;
    font-family: Arial !important;
    font-weight: bold !important;
    color: black !important;
    white-space: nowrap;
    padding: 0px 0px 3px 0px !important;
}





.BlkBld12Page2 {
    font-size: 12px !important;
    font-family: Arial !important;
    font-weight: bold !important;
    color: black !important;
    width: 175px !important;
    padding-bottom:8px!important;
}


.form-group {
    margin-bottom: 8px;
}

.has-error {
    /*border-color:  #a94442;*/
    border-color: red;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
}


.form-control {
    display: block;
    width: 100%;
    height: 28px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.inputError {
    border-color: red !important;
    border: 1.5px solid red !important;
    -webkit-box-shadow: inset 0 1.5px 1.5px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1.5px 1.5px rgba(0, 0, 0, 0.075);
}

.jumbotron {
    padding: 1rem 1rem;
    margin-bottom: .1rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
    width: auto !important;
}

.panelInfo0 {
    padding: 5px 5px 5px 5px !important;
    height: 25px !important;
    zoom: 1 !important;
    font-size: 13px !important;
    font-family: Arial !important;
    font-weight: bold !important;
    width: 100% !important;
    /*background-color: #d9d9d9 !important;*/
    text-align: left !important;
    color: maroon !important;
    background-color: #F3F2F2 !important;
}

.form-select1 {
    height: 30px;
    margin: 0;
    padding: 0 5px;
    vertical-align: middle;
    background: #f8f8f8;
    border: 3px solid #ddd;
    font-family: Arial !important;
    font-size: 12px !important;
    font-weight: 300;
    line-height: 25px;
    color: #000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.chkbxDept {
    column-count: 3;
    column-gap: 8px;
    column-width: auto;
    list-style: none;
    margin-top: 5px;
}

.chkbxDeptLi {
    margin-left: -40px;
    white-space: nowrap;
    padding-top: 5px;
}

.chkbxBldgCss {
    column-count: 5;
    column-gap: 2px;
    column-width: 100px;
    list-style: none;
    margin-top: 5px;
}

.chkbxBldgCssItem {
    margin-left: -40px;
    white-space: nowrap;
    padding-top: 15px;
    padding-left: 10px;
}

.divPV {
    padding-top: 8px !important
}

.divCreateApp {
    padding: 15px 5px 0px 5px
}

.tdAddress {
    padding-left: 10px;
}

.tdAddress1 {
    padding-left: 10px;
}

.pageTdCss {
    padding-left: 10px;
}

.pageTdCss1 {
    padding-left: 10px;
}

@media screen and (max-width: 600px) {

    .BlkBld12Page2 {
        font-size: 12px !important;
        font-family: Arial !important;
        font-weight: bold !important;
        color: black !important;
        width: 300px !important;
        padding-bottom: 8px !important;
    }

    .pageTdCss1 {
        padding-left: 0px;
    }

    .divCreateApp {
        padding: 1px 5px 0px 5px
    }

    .BlkBld12Title {
        font-size: 12px !important;
        font-family: Arial !important;
        font-weight: bold !important;
        color: black !important;
        padding: 0px 0px 10px 0px !important;
    }

    .BlkBld12NoWrap {
        font-size: 12px !important;
        font-family: Arial !important;
        font-weight: bold !important;
        color: black !important;
        white-space: nowrap;
        padding: 0px 0px 10px 0px !important;
    }


    .divPV {
        padding-top: 1px !important
    }


    .form-control {
        display: block;
        width: 100%;
        height: 28px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

    .chkbxDept {
        column-count: 1;
        column-gap: 6px;
        list-style: none;
        margin-top: 5px;
    }

    .chkbxDeptLi {
        margin-left: -30px;
        white-space: normal;
        padding-top: 5px;
    }


    .chkbxBldgCss {
        column-count: 1;
        column-gap: 6px;
        list-style: none;
        margin-top: 5px;
    }

    .chkbxBldgCssItem {
        margin-left: -30px;
        white-space: normal;
        padding-top: 15px;
        padding-left: 0px;
    }


    .jumbotron {
        margin-top: 20px;
        padding: 1rem 1rem;
        margin-bottom: .1rem;
        background-color: #e9ecef;
        border-radius: 0.3rem;
        width: 100% !important;
    }

}

.BldColblk {
    font-size: 13px !important;
    font-family: Arial !important;
    font-weight: bold !important;
    color: #000 !important;
    width: 100px !important;
    background-color: #fff !important;
}

.BlkCol {
    font-size: 12px !important;
    font-family: Arial !important;
    font-weight: normal !important;
    color: black !important;
    vertical-align: top !important;
    padding-left: 5px !important;
}

.BldCol {
    font-size: 13px !important;
    font-family: Arial !important;
    font-weight: bold !important;
    color: #fff !important;
    width: 100px !important;
}

.tdNrmPV {
    font-size: 12px !important;
    font-family: Arial !important;
    color: black !important;
    font-weight: normal;
    vertical-align: top !important;
}

.BldColPV {
    font-size: 13px !important;
    font-family: Arial !important;
    font-weight: bold !important;
    color: #000 !important;
    width: 100px !important;
    background-color: #fff !important;
}

.BldCrsCol {
    font-size: 13px !important;
    font-family: Arial !important;
    font-weight: bold !important;
    color: #000 !important;
    width: 100px !important;
    background-color: #f2f2f2 !important
}

/*.chkbxBldg {
    margin: 0;
    padding: 0px;
    list-style: none;
}

    .chkbxBldg li input {
        margin-right: 5px;
    }

    .chkbxBldg li {
        border: 1px transparent solid;
        display: inline-block;
        width: 300px;
         margin: 0px -1px 0px -18px;
        padding-bottom: 5px;
    }

        .chkbxBldg li label {
            margin-left: -5px;
            padding-top: 3px;
        }*/

/*.checkbox1 {
    margin: 0;
    padding: 0px;
    list-style: none;
}

    .checkbox1 li input {
        margin-right: 5px;
    }

    .checkbox1 li {
        border: 1px transparent solid;
        display: inline-block;
        width: 300px;
        margin: 0px -1px 0px -18px;
        padding-bottom: 5px;
    }

        .checkbox1 li label {
            margin-left: -5px;
            padding-top: 3px;
        }

        .checkbox1 li:hover,
        .checkbox1 li.focus {
            background-color: lightyellow;
            border: 1px gray solid;
            width: 12em;
        }*/


.tdBldPV {
    font-size: 12px !important;
    font-family: Arial !important;
    color: black !important;
    font-weight: bold;
    width: 250px !important;
    vertical-align: top !important;
}



.tdDeptNamePV {
    font-size: 14px !important;
    font-family: Arial !important;
    color: black !important;
    font-weight: bold;
    vertical-align: top !important;
    padding: 10px 0px 5px 0px !important;
}

.BtnHandCss {
    font-size: 12px !important;
    font-family: Arial !important;
    font-weight: bold !important;
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}

.BtnHandLink {
    font-size: 14px !important;
    font-family: Arial !important;
    font-weight: bold !important;
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}
