html {
    font-family: "helvetica neue", helvetica, arial, sans-serif;
    line-height: 1.4;
    font-size: 12px;
    color: black;
}

body {
    margin: 0px 0px 0px 0px;
    background-color: white;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    padding: 10px;
    z-index: 999;
}

footer {
    margin-top: 100px;
    bottom: 0px;
    width: 100%;
    padding: 15px;
    clear: both;
}

a:link, a:visited {
    color: blue;
}
a:hover {
    color: blue;
}

h3 a:link, h3 a:visited {
    color: white;
}

.label {
    display: inline-block;
    text-align: right;
    width: 175px;
}

label {
    font-weight: bold;
}

h1 {
    font-family: Ubuntu, sans-serif; 
    font-weight: 700; 
    color: #13688c;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.4);
    font-size: 2rem;
    line-height: 1.5rem;
}

h2 {
    font-family: Ubuntu, sans-serif;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.4);
    font-size: 1.5rem;
}

h3 {
    font-family: Ubuntu, sans-serif; 
    font-size: 1rem;
    color: white;
    background-color: #13688c;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.4);
    padding: 5px;
}

.centerthings  { 
    text-align: center;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.padding-50 {
    padding: 50px;
}

.sm-img {
    width: 3em;
    height: auto;
}

.lg-img {
    width: 20em;
    height: auto;
}

.logo {
    width: 18em;
    height: auto;
}

.fa-fw {
    padding-right: 3px;
}

.indent {
    padding-left: 20px;
}

.clearfix {
    clear: both;
}

.page-content {
    margin-top: 80px;
    width: 100%;
}

.main-content {
    padding: 50px;
    width: auto;
    position: relative;
}

.formfield {
    width: 25rem;
}

.formfieldInput {
    font-size: 1.5rem;
    width: 20rem;
}

.rowButtons {
    display: none;
}

.k-grid tbody .k-button {
    min-width: 40px !important;
}


.k-grid td {
    white-space: normal;
}

#webMenu, #dashMenu {
	padding: 10px;
}

#mainbtns {
	margin: 5px 0px 5px 10px;
}

#mainbtns a {
	margin-right: 10px;
	border-radius: 5px;
	min-width: 5rem;
}

#userMenu {
    margin-right: 30px;
}

.k-overflow-button { width: 100px; height: 30px;}

.fa-fw {
	padding-right: 3px;
}


/* Colors */

.red {
    color: red;
}

.green {
    color: green;
}

.blue {
    color: rgba(17,129,170,.3);
}

.bk_blue {
    background-image: linear-gradient(to bottom, rgba(17,129,170,.3), rgba(17, 129, 170, 1));
}

.shadowBox {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

/* Slideshow */

#slideshow {
	margin: 20px auto;
	position: relative;
	width: 95%;
	height: 300px;
	padding: 0px 20px 0px 0px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

#slideshow > div {
	position: absolute;
	text-align: center;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}

#slideshow > div > p {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	color: white;
	font-size: 2rem;
	font-weight: bold;
	text-shadow: 0px 2px 3px rgba(0,0,0,0.4);
	transform: translate(-50%, -50%);
}

@media screen and (min-width: 680px){
    html {
        font-size: 12px;
    }
}
@media screen and (min-width: 720px){
    html {
        font-size: 12px;
    }
}
@media screen and (min-width: 800px){
    html {
        font-size: 14px;
    }
}
@media screen and (min-width: 860px){
    html {
        font-size: 14px;
    }
}
@media screen and (min-width: 920px){
    html {
        font-size: 16px;
    }
}
@media screen and (min-width: 1000px){
    html {
        font-size: 18px;
    }
}
@media screen and (min-width: 1200px){
    html {
        font-size: 20px;
    }
}
@media screen and (max-width: 550px){
    .padding-50 {
        padding: 0px;
    }
    
    .main-content {
        padding: 10px;
    }
}
