/* Sidebar */

#sidebar-wrapper {
    z-index: 1;
    position: absolute;
    width: 0;
    height: 100%;
    overflow-y: hidden;
    background: #FFFFFF;
    color: #000000;
}

/* Always take up entire screen */

#page-content-wrapper {
    width: 100%;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

#page-content-wrapper-menu {
    width: 100%;
    padding-bottom: 15px;
    padding-left: 55px;
    padding-right: 15px;
}

.tree {
    margin-left: 20px;
}

/* Change with of sidebar from 0 to 200px */

#wrapper.menuDisplayed #sidebar-wrapper {
    width: 200px;
}

#wrapper.menuDisplayed #page-content-wrapper {
    padding-left: 50px;
}

#wrapper.menuDisplayed #page-content-wrapper-menu {
    padding-left: 150px;
}

.h3-indent {
    text-indent: 40px;
    color: #F04848;
}

.a-tree {
    color: #000000;
}

.a-tree:hover {
    color: #F04848;
}

/* Sidebar styling - the entire ul list */
.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.slider.slider-horizontal {
    width: 100%; /*changed*/
    height: 20px;
}

.slider.slider-horizontal .slider-track {
    height: 10px;
    width: 100%;
    margin-top: -5px;
    top: 50%;
    left: 0;
}

.slider.slider-horizontal .slider-selection {
    height: 100%;
    top: 0;
    bottom: 0;
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
    margin-left: -10px;
    margin-top: -5px;
}

.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
    border-width: 0 10px 10px 10px;
    width: 0;
    height: 0;
    border-bottom-color: #0480be;
    margin-top: 0;
}

.slider.slider-vertical {
    height: 210px;
    width: 20px;
}

.slider.slider-vertical .slider-track {
    width: 10px;
    height: 100%;
    margin-left: -5px;
    left: 50%;
    top: 0;
}

.slider.slider-vertical .slider-selection {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
}

.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
    margin-left: -5px;
    margin-top: -10px;
}

.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
    border-width: 10px 0 10px 10px;
    width: 1px;
    height: 1px;
    border-left-color: #0480be;
    margin-left: 0;
}

.slider.slider-disabled .slider-handle {
    background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
    background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
    background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}

.slider.slider-disabled .slider-track {
    background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
    background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
    cursor: not-allowed;
}

.slider input {
    display: none;
}

.slider .tooltip.top {
    margin-top: -36px;
}

.slider .tooltip-inner {
    white-space: nowrap;
}

.slider .hide {
    display: none;
}

.slider-track {
    position: absolute;
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.slider-selection {
    position: absolute;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}

.slider.slider-horizontal .slider-tick-label-container {
    white-space: nowrap;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    margin-top: 24px;
    display: inline-block;
    text-align: center;
}

.slider-handle {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #337ab7;
    background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
    background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
    background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    filter: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    border: 0px solid transparent;
}

.slider-handle.round {
    border-radius: 50%;
}

.slider-handle.triangle {
    background: transparent none;
}

.slider-handle.custom {
    background: transparent none;
}

.slider-handle.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204;
}

.slider-tick {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: none;
    opacity: 0.8;
    border: 0px solid transparent;
}

.slider-tick.round {
    border-radius: 50%;
}

.slider-tick.triangle {
    background: transparent none;
}

.slider-tick.custom {
    background: transparent none;
}

.slider-tick.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204;
}

/* end sidebar */
.tt-menu,
.gist {
    text-align: left;
}

.tt-hint {
    width: 450px;
    height: 30px;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 30px;
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}

.typeahead {
    background-color: #fff;
}

.typeahead:focus {
    border: 2px solid #0097cf;
}

.tt-query {
    -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);
}

.tt-menu {
    width: 422px;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

#top-footer {
    width: 100%;
    height: 256px;
    border-top: 1px solid #ccc;
    background-color: #fafafa;
    padding: 30px 60px
}

#top-footer-container {
    width: 100%;
    margin: 0 auto
}

#top-footer-container div {
    display: inline-block;
    width: 19%;
    vertical-align: top
}

#top-footer h3 {
    font-size: 1.3em;
    font-weight: 700
}

#top-footer ul {
    list-style-type: none;
    font-size: .9em
}

#top-footer a,
#top-footer a:visited {
    color: #c10037;
    text-decoration: none;
    font-weight: 400
}

#top-footer a:active,
#top-footer a:hover {
    color: #502525;
    text-decoration: underline
}

footer {
    background: url(../../images/mesa-mountain-red.png) bottom right no-repeat #c10037;
    border-top: 3px solid #ccc;
    padding: 10px 0 30px;
    margin-top: 0;
    width: 100%;
    height: 150px;/*245px;*/
    font-size: .9em;
    color: #fff;
    position: relative;
    bottom: 0;
    clear: both;
    margin-bottom: -60px; //solution
}

footer a,
footer a:visited {
    color: #fff;
    text-decoration: none
}

footer a:active,
footer a:hover {
    color: #fff;
    text-decoration: underline
}

#footer-container {
    width: 90%;
    /*border-top: 1px solid #ccc;*/
    margin: 0 auto;
    padding-top: 0
}

#footer-container #footer-social,
#footer-container p {
    margin-bottom: 10px
}

#footer-container ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

#footer-container ul li {
    display: inline;
    margin-right: 15px
}

#footer-container #footer-social li {
    width: 25px;
    height: 25px;
    display: inline-block
}

#footer-container #footer-social li a {
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 3px
}

#footer-container #footer-social i {
    font-size: 2.2em
}

#footer-container div {
    width: 65%;
    float: left
}

#footer-container div.footer-right {
    width: 35%
}

#notfound {
    position: relative;
    height: 50vh;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 520px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
}

.notfound .notfound-404 {
    position: relative;
    height: 400px;
    margin: 0px auto 20px;
    z-index: -1;
}

.notfound .notfound-401 {
    position: relative;
    height: 400px;
    margin: 0px auto 20px;
    z-index: -1;
}

.notfound .notfound-500 {
    position: relative;
    height: 400px;
    margin: 0px auto 20px;
    z-index: -1;
}

.notfound .notfound-404 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 236px;
    font-weight: 200;
    margin: 0px;
    color: #BA0C2F;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound .notfound-401 h1 {
    font-family: 'Montserrat', sans-serif;
    fonop-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #BA0C2F;
    background: #fff;
    padding: 1px 5px;
    margin: auto;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}

.notfound .notfound-505 h1 {
    font-family: 'Montserrat', sans-serif;
    fonop-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #BA0C2F;
    background: #fff;
    padding: 1px 5px;
    margin: auto;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}

.notfound a {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 23px;
    background: #ff6300;
    font-size: 18px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}


.notfound a:hover {
    color: #ff6300;
    background: #211b19;
}

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 h1 {
        font-size: 148px;
    }
}

@media only screen and (max-width: 480px) {
    .notfound .notfound-404 {
        height: 148px;
        margin: 0px auto 10px;
    }
    .notfound .notfound-404 h1 {
        font-size: 86px;
    }
    .notfound .notfound-404 h2 {
        font-size: 16px;
    }
    .notfound a {
        padding: 7px 15px;
        font-size: 14px;
    }
}


.form-group.required .control-label:after {
    color: #d00;
    content: "*";
    position: absolute;
    margin-left: 8px;
    top:1px;
    bottom:1px;
}
.form-group {
    top:1px;
    bottom:1px;
}

.form-control{
    height: auto;
}
.col-centered{
    margin: 0 auto;
    float: none;
}

tr.group,
tr.group:hover {
    background-color: #ddd !important;
}

.btn-group {
    display: flex;
}

.imagebox {
    float: left;
    padding: 20px;
    min-height: 170px;
    box-sizing: border-box;
}


.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
/* container for the homepage with the footer */
.containerprime {
    padding-top:5px;
    padding-left:100px;
}
/* center td from the table */
table th{
    text-align: left;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.eot?f4769f9bdb7466be65088239c12046d1);
    src: url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.eot?f4769f9bdb7466be65088239c12046d1?#iefix) format("embedded-opentype"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.woff2?448c34a56d699c29117adc64c43affeb) format("woff2"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.woff?fa2772327f55d8198301fdb8bcfc8158) format("woff"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.ttf?e18bbf611f2a2e43afc071aa2f4e1512) format("truetype"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.svg?89889688147bd7575d6327160d64e760#glyphicons_halflingsregular) format("svg");
}


.required
{
    color: red;
}

.conditional {
    margin: 1px 50px 5px;
    color: rgba(0,0,0,.7);
}
#myDIV {
    width: 90%;
    padding: 5px 0;
    text-align: left;
    background-color: #ffffff;
    margin-top: 5px;
}
#myDIV1 {
    width: 90%;
    padding: 5px 0;
    text-align: left;
    background-color: #ffffff;
    margin-top: 5px;
}

#page-content {
     width: 100%;
     padding-bottom: 10px;
     padding-left: 1px;
     padding-right: 1px;
 }

#content {
    width: 100%;
    padding-bottom: 10px;
    padding-left: 1px;
    padding-right: 1px;
}

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
}
input {
    border: 1px solid transparent;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 16px;
}
input[type=text] {
    background-color: #ffffff;
    width: 100%;
}
input[type=submit] {
    background-color: DodgerBlue;
    color: #fff;
}
.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}
.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}
.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

td.details-control {
    background: url(../images/details_open.png) no-repeat center center;
    cursor: pointer;
    width: 18px;
}

td.details-control2 {
    background: url(../images/details_open.png) no-repeat bottom center;
    cursor: pointer;
    width: 18px;
}

.btn-primary {
    background-color: #2577A5 !important;
}

.btn-primary:hover{
    background-color: #205E81 !important;
}

.emphasizedText{
    display: inline;
    color: #BA0C2F;
}

.makeInline{
    display:inline;
}

a{
    color: #2577A5;
}

a:hover{
    color: #2577A5;
}

.moreLeading{
    line-height: 1.5;
}
.help-block{
    font-style: italic;
    color: #707070;
}
.alert-danger{
    background-color: white;
    color: #BA0C2F;
    border: 2px solid #BA0C2F;
    box-shadow: 3px 7px 10px rgba(0, 0, 0, .30);
    display: flex;
}
.fa-exclamation-triangle{
    font-size: 3em;
    margin-right: 10px
}

@media (max-width: 768px) {
    .alert-danger{
        flex-direction: column;
    }
    #wrapper.menuDisplayed #page-content-wrapper{
        padding-left: 0px;
    }
}

.vaccard {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin: 20px 0;
    padding: 2px 16px;
}

.vactitlemain {
    color: black;
    font-size: 24px;
}

.vactitle {
    color: black;
    font-size: 18px;
}

.square-md {
    width: 200px !important;
    max-width: 100% !important;
    max-height: 100% !important;
    height: 200px !important;
    display: inline-flex;
    justify-content: center; /* center the content horizontally */
    align-items: center; /* center the content vertically */
    padding: 3px;
    font-size:20px;
    white-space: normal;
}