﻿html, body {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #e2e2e2;
    height: 100%;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding: 30px;
    background-color: #fff;
    min-height: 90%;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

header {
    background-color: #005696;
    color: #fff;
    width: 100%;
    height: 90px;
}

.header-content {
    background-color: #005696 !important;
}

    .header-content a {
        cursor: pointer;
    }

    .header-content span a:hover {
        background-color: #005696;
    }

    .header-content img {
        width: 95px;
        height: 90px;
    }

.body-content a {
  
    cursor: pointer;
}

.body-content td {
    vertical-align: middle !important;
    align-content: center !important;
    text-align: -webkit-center !important;
}

.body-content button {
    display: block;
    background-color: #005696;
    color: #fff !important;
    text-decoration: none;
    padding: 10px 20px;
    width: fit-content;
    width: -moz-fit-content;
    cursor: pointer;
}

    .body-content button:hover {
        background-color: #f99633;
    }




.ui-state-active {
    border: 0px !important;
    background: #005696 !important;
    font-weight: normal;
    color: #ffffff;
}

form h4 {
    text-align: center;
}

.form-horizontal .form-group {
    margin-left: 30px !important;
}

.ui-accordion {
    margin-bottom: 50px;
}
.userInfo {
	padding: 5px;
	background-color: #eee;
	border-radius: 5px;
	position: relative;
}
.userInfo .leftColumn {
	float: left;
	width: 50%;
}
.userInfo .rightColumn {
	float: right;
	width: 50%;
}
.clear {
	clear:both;
}
.userInfo p {
	padding: 5px 10px;
	margin: 5px!important;
	background-color: #005696;
	color: #fff;
}
.userInfo p span {
	padding: 3px 10px;
	background-color: #d1d1d1;
	color: #555;
	border-radius: 8px;
	text-transform: uppercase;
	font-size: 0.8em;
}
h4.progressBar {
	margin: 30px 0;
}
footer {
    background-color: #005696;
    color: #fff;
    width: 100%;
    height: 50px;
    align-items: center;
    position: fixed;
    bottom: 7px;
}

    footer:after {
        content: "";
        display: block;
        margin-top: 10px;
        padding-top: 5px;
        background: #fff;
        border-bottom: 10px solid #f99633;
    }

    footer a,
    footer a:visited {
        color: #fff;
        text-decoration: none;
    }

        footer a:active {
            text-decoration: underline;
        }

    footer p {
        padding-top: 12px;
    }

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('/Content/images/FhHRx.gif') 50% 50% no-repeat;
}

body.loading .modal {
    overflow: hidden;
}


body.loading .modal {
    display: block;
}

.avatar-circle {
    width: 80px;
    height: 80px;
    border: solid;
    border-width: 1px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    vertical-align: middle;
}

.dropdown {
    top: 16px !important;
}

:root {
    --borderWidth: 4px;
    --height: 14px;
    --width: 8px;
    --borderColor: #78b13f;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('/Content/FhHRx.gif') 50% 50% no-repeat;
}
body.loading .modal {
    overflow: hidden;
}


body.loading .modal {
    display: block;
}

.check {
    display: inline-block;
    transform: rotate(45deg);
    height: var(--height);
    width: var(--width);
    border-bottom: var(--borderWidth) solid var(--borderColor);
    border-right: var(--borderWidth) solid var(--borderColor);
}

@media only screen and (max-width: 991px) {

    .form-horizontal .form-group {
        margin-left: 10px !important;
    }

    form h4 {
        font-size: 1.1em;
    }
}

@media only screen and (max-width: 581px) {

    .login-block {
        width: 90% !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
    }

    .form-horizontal .form-group {
        margin-left: 0px !important;
    }

    form h4 {
        font-size: 0.9em;
    }
}
