@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/css/fonts/glyphicons-halflings-regular.eot');
    src: url('/css/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/css/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/css/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/css/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.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;
}

.inquiryTable {
    display: grid;
}

    .inquiryTable 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;
}

.inquiryTable tr {
    display: flex;
    flex-wrap: wrap;
}

.inquiryTable td {
    display: block;
    flex-wrap: 1;
}

.inquiryRow td {
    padding-bottom: 15px;
    padding-left: 7px;
}

.inquiryTable 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;
    }

.inquiryDetails {
    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;
}