html,
body {
    font-size: 16px;
	margin:	0;
	width:	100%;
	height:	100%;
}

body {
   display: flex;
   min-height: 100vh;
   flex-direction: column;
}

main {
    flex: 1 0 auto;
}
header {
	margin-bottom: 5%;
}

Footer {
    width: 100%;

	margin-top: 5%;
}

#footer-images {
	width: 100%;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

.footer-element {
	float: left;
}

#search-results > tbody > tr > td:nth-child(13){
	display: none;
}

#search-results > thead > tr > th:nth-child(13) {
	display: none;
}

.no-images {
    font-weight: bold;
    text-align: center;
}

.floatingHeader {
    position: fixed;
    top: 64px;
    visibility: hidden;
    background-color: #008dcc;
    color:#fff;
    font-weight: 100;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

#admin-controls {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.row.pad {
	margin-left: 0;
}

.logo {
	margin: 0 auto;
	margin-left: 20%;
	color: #fff;
	line-height: 64px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 37px;
    letter-spacing: -1px;
    text-transform: uppercase;
    text-decoration: none;
    font-style: normal;
    display: inline-block;
}
.logo:hover {
    transform: scale(1.02);
    /*color: black;*/
    /*color: #444;*/
    opacity: 0.9;
    /*transition: all .2s ease-in-out;*/

}

.nav-wrapper {
	background-color:#008dcc !important;
}

.btn {
	background-color:#008dcc !important;
}

.btn:hover {
	background-color:rgba(0, 141, 204, 0.8) !important;
}
.center{
		text-align: left;
}

/* label focus color */
.input-field input:focus + label {
	color: #008dcc !important;
}
/* label underline focus color */
.input-field input:focus {
	border-bottom: 1px solid #008dcc !important;
	box-shadow: 0 1px 0 0 #008dcc !important;
}
.dropdown-content li>span {
	color: #008dcc !important;
}

.picker__date-display {
    background-color: #008dcc;
}

.picker__weekday-display {
    background-color: #006a99;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
    background-color: #008dcc;
}
.picker__day.picker__day--today {
    color: #008dcc;
}

.picker__today {
    color: #008dcc;
}

.picker__close {
	color:#ff0000;
}

.input-field label.datescorrect {
	left:0;
}

.banner {
	height: 73px;
	width: auto;
}

footer {
    justify-content: center;
    z-index: 800;
}

.pagination li.active {
    background-color: #008dcc;
}
.edit {
	color: #008dcc;
}

.dropdown-content li>a, .dropdown-content li>span {
    color: #008dcc;
}
.side-nav a {
    color: #008dcc;
}

@media screen and (min-width: 1101px) {
	#search-results tbody{
		font-size: 16px;
	}

	#search-results thead{
		font-weight: 100;
		background-color: #008dcc;
        color: #fff;
	}
	#search-results thead th{
		border-radius: 0;
	}

	#search-results thead tr td{
		border-radius: 0;
	}

}


@media only screen and (max-width: 1100px) {

	.container.fix{
		width: 100%;
	}
	.hide-on-med-and-down {
        display: none !important
    }

    .floatingHeader {
        display: none;
        position: relative;
    }

    nav a.button-collapse {
    	display: initial !important;
	}

    table.responsive-table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        display: block;
        position: relative
    }
    table.responsive-table td:empty:before {
        content: '\00a0'
    }
    table.responsive-table th,
    table.responsive-table td {
        margin: 0;
        vertical-align: top
    }
    table.responsive-table th {
        text-align: left
    }
    table.responsive-table thead {
        display: block;
        float: left
    }
    table.responsive-table thead tr {
        display: block;
        padding: 0 10px 0 0
    }
    table.responsive-table thead tr th::before {
        content: "\00a0"
    }
    table.responsive-table tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap
    }
    table.responsive-table tbody tr {
        display: inline-block;
        vertical-align: top
    }
    table.responsive-table th {
        display: block;
        text-align: right
    }
    table.responsive-table td {
        display: block;
        min-height: 1.25em;
        text-align: left
    }
    table.responsive-table tr {
        padding: 0 10px
    }
    table.responsive-table thead {
        border: 0;
        border-right: 1px solid #d0d0d0
    }
    table.responsive-table.bordered th {
        border-bottom: 0;
        border-left: 0
    }
    table.responsive-table.bordered td {
        border-left: 0;
        border-right: 0;
        border-bottom: 0
    }
    table.responsive-table.bordered tr {
        border: 0
    }
    table.responsive-table.bordered tbody tr {
        border-right: 1px solid #d0d0d0
    }


    #search-results thead {
    	width: 40% !important;
    	position: fixed !important;
    }
    #search-results tbody {
    	width: 60% !important;
    	position: static !important;
    	float: right;
    }

    #search-results tbody tr {
    	display: block !important;
    }
    .tablefix {
    	margin:0;
    }
   	#search-results {
		font-size: 16px;
	}
    tbody tr {
    	margin-top: 10px;
    }
	tbody > tr:nth-child(1) {
		margin-top: 0px;
	}
}


@media screen and (max-width: 1000px) {
    .logo {
    	margin:0 auto;
    	text-align: center;
    	font-size: 30px;
	}
	.center {
		text-align: left;
	}
}
@media screen and (max-width: 601px) {
    .logo {
    	line-height: 56px;
    	margin:0 auto;
       	text-align: center;
    	font-size: 25px;
	}
	.center {
		text-align: center;
	}
	.center button {
		width: 100%;
	}
	#admin-controls {
		display: block;
	}
	.centery {
    	text-align: center;
    	background-color: #008dcc !important;
    	display: block;
    	margin: 1% auto;
	}

	#search-results {
		font-size: 14px;
	}

	#search-results thead {
    	width: 38% !important;
    }
    #search-results tbody {
    	width: 62% !important;
    }
}
@media screen and (max-width: 500px) {
    .logo {
    	margin:0 auto;
    	margin-left: 5%;
       	text-align: right;
    	font-size: 19px;
    	line-height: 56px;
	}
	.center {
		text-align: center;
	}
}
@media screen and (max-width: 320px) {
    .logo {
        margin:0 auto;
        margin-left: 5%;
        text-align: right;
        font-size: 17px;
        line-height: 56px;
    }
    .center {
        text-align: center;
    }
}
