
/** Force Footer @ foot *******************************************************/

html {
    height: 100%;
}
body {
    position: relative;
    margin: 0;
    padding-bottom: 4em;
    min-height: 100%;
    color: black;
}
footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
body {
    font-family: 'Roboto', sans-serif;
}

/** Top NAVBAR ****************************************************************/

.navbar-brand>img {
    display: inline; 
}
.navbar-brand {
    padding: 6px 0px;
}
.navbar-inverse .navbar-brand {
    color: white;
    font-weight: bold;
    font-size: 1.4em;
}
.navbar-brand {
    float: left;
    line-height: 18px;
    height: 50px;
}
.logo {
    font-size: 2.2em;
    text-shadow: none;
    margin: 4px 0 0 0;
}
.navbar-brand {
    padding: 0px 0px !important;
    line-height: normal;
    height: 100%;
}

.navbar-inverse {
    background: none !important;
    background-color: white !important;
}
.navbar-inverse .navbar-nav>li>a {
    color: white;
    font-weight: bold;
}

.menu-link {
    color: black;
    background: none;
    border: none;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    width: 100%;
    text-align: left;
}
.menu-link:hover {
    background-color: #e8e8e8;
}

/** Progressus Hacks **********************************************************/

#head .lead {
    color: white;
    font-size:52px;
    font-weight: bold;
    text-shadow: 2px 2px 4px #FFF;
}
#head.secondary { 
    height: 60px;
    min-height: 60px;
}

.footer1 { margin-top: 2em; }
footer { margin-top: 4em; }

.h-caption a:hover {
    text-decoration: none;
}

.tab-content {
    padding-top: 1em;
}

/** Generic Content ***********************************************************/

.indent-1 {
    margin-left: 8px;
}

.muted {
    color: grey;
}

.text-small {
    font-size: 70%;
}

.btn.nohover:hover {
    cursor:default !important;
}

a i.fas, a i.far, a i.fab {
    margin-right: 0.4em;
}

h1 {
    font-size: 30px;
}

.page-title { font-weight: 500; }

.alert {
    margin-bottom: 0;
}
.alert > h5, h5.alert-text {
    margin: 0.3em;
    font-weight: bold;
    font-size: 18px;
}

/*  MAP WIDGETS  */
div.widget h5 { margin-bottom: 2px }

div.widget.small { margin-bottom:0px; }

.btn {
    font-family: 'Roboto', sans-serif;
    font-size: 16px !important;
}

a.btn-secondary {
    background: rgb(240, 240, 240);
    color: black;
}
a.btn-secondary:hover {
    border: solid 1px #adadad;
    color: black;
}

.form-control-chk {
    width: auto;
    height: auto;
    display: inline
}

/** Modals / Dialogs **********************************************************/

.modal {
  overflow-y:auto;
}

.modal-footer {
    text-align: left;
}

.row-radio {
    margin-bottom: .6em;
}

.row-radio > div > input {
    padding-top: 2px;
    margin-right: .3em;
}

.bootstrap-dialog .bootstrap-dialog-body,
.bootstrap-dialog .bootstrap-dialog-message {
    font-size: 18px;
}


.hint-cnt {
    margin-bottom: .5em;
}


.dropdown-menu > li > a {
    display: block;
    padding: 3px 14px !important;
}
