@media only screen and (max-width: 767px)
{
	body
	{
		margin-bottom: 50px!important;
	}
}

input[type='date'] {
    min-height: 38px!important;
}

/* prevents navbar from covering some of the items */
body{
    margin-top: 78px!important;
}

/* forces pointer on all anchor tags and buttons with font awesome
   as well as form-check-* */
a:hover, button.fa,
.form-check-label, .form-check-input,
.custom-control-label, .custom-control-input{
    cursor: pointer;
}

/* any large text input area must have a minimum height of 62px */
textarea{
    resize: none;
    min-height: 62px;
}

a.fa{
    color: #000;
}

/* no underline for anchors with font awesome */
a.fa:hover{
    text-decoration: none;
    color: #3f3f3f;
}

a.no-deco:hover,
.btn-link:hover,
a.text{
    text-decoration: none!important;
}

/* used to set up the locations of nodes on each page */
#wrapper{
    width: 100%;
}

#page-wrapper{
    padding: 0;
    min-height: 568px;
    background-color: #fff;
}

@media (min-width:768px){
    #page-wrapper{
        position:inherit;
        margin:0 0 0 250px;
        padding: 0 15px;
    }
}
/* end location setup */

/* adds a bottom shadow to the navbar */
.bottom-shadow{
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, .3);
}

/* centers a button on screen */
.btn-center{
    display: block !important;
    margin-left: auto;
    margin-right: auto;
}

/* themed bootstrap button class (for sitewide theme) */
.btn-usatf{
    color: #fff;
    background-color: #27455c;
    border-color: #27455c;
}

.btn-usatf:hover{
    color: #fff;
    background-color: #3d617c;
    border-color: #27455c;
}

.btn-usatf:active{
    color: #fff;
    background-color: #4a6b84;
    border-color: #27455c;
}
.btn-usatf:focus{
    color: #fff;
    background-color: #3d617c;
    border-color: #27455c;
}

/* archive button */
.btn-archive{
    color: inherit;
    background-color: #dddddd;
    border-color: #c2c2c2;
}

.btn-archive:hover{
    color: inherit;
    background-color: #bebebe;
    border-color: #c2c2c2;
}

.btn-archive:active{
    color: inherit;
    background-color: #6f6f6f;
    border-color: #c2c2c2;
}

.btn-archive:focus{
    color: inherit;
    background-color: #bebebe;
    border-color: #c2c2c2;
}

.usatf-panel{
    border-color: #27455c;
}

.alert{
    font-size: 1.25rem;
    font-weight: 300;
}

.alert-usatf{
    background-color:#27455c;
    border-color: #27455c;
    color:#fff;
}

.alert-usatf a{
    color:#fff;
}

.alert-archived{
    background-color: #dddddd;
    border-color: #d3d3d3;
    color: #797979;
}

.custom-close{
    color:#fff !important;
}

.usatf-color{
    color: #fff;
}

.usatf-border{
    border-color: #27455c;
}

.procedure-image, .map-image{
    max-width: 200px;
    object-fit: contain;
}

/* sitewide default background color */
.bg-usatf {
    background: linear-gradient(to right, #27455c, #27485c, #27455c);
    color: #fff;
}

.border-usatf {
    border-color: #27455c!important;
}

/* a class for default "big" font */
.big-font{
    font-size: 1.5rem!important;
}

/* a page header always gets 2.5rem font size */
.page-header{
    font-size: 2.5rem;
    font-weight: 700;
}

.children-middle td,
.children-middle th{
    vertical-align: middle!important;
}

.text-usatf {
    color: #27455c;
}

.table-usatf {
    margin-bottom: 0!important;
}

.panel-usatf {
    border-bottom: 5px solid #27455c;
    border-radius: .25rem;
    margin-bottom: 1rem;
}

.badge {
    font-size: .85rem;
}
