body {
    background-color: #eeeeee;
    padding-top: 10px;
}
.pace {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translate3d(0, -50px, 0);
    -ms-transform: translate3d(0, -50px, 0);
    -moz-transform: translate3d(0, -50px, 0);
    -o-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
    -webkit-transition: -webkit-transform .5s ease-out;
    -moz-transition: transform .5s ease-out;
    -o-transition: transform .5s ease-out;
    transition: transform .5s ease-out;
}

    .pace.pace-active {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .pace .pace-progress {
        display: block;
        position: fixed;
        z-index: 2000;
        top: 0;
        right: 100%;
        width: 100%;
        height: 5px;
        background: #00529f;
        pointer-events: none;
    }

.img-center {
    display: block;
    margin: auto;
}

.header {
    background: url(../../Assets/header.png);
    background-size: cover;
    background-position: center center;
    height: 200px;
    width: 100%;
    margin-top: -10px;
    color: #FFF;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.white-well {
    margin-top: -50px;
    padding: 14px;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    border-radius: 0;
}

.color {
    background-color: #00529f;
    height: 10px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    -webkit-box-shadow: inset 0 -10px 5px -5px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 -10px 5px -5px rgba(0,0,0,0.15);
    box-shadow: inset 0 -10px 5px -5px rgba(0,0,0,0.15);

}

.section {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    border-left: 3px solid transparent;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .25s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .25s;
        -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .25s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .25s;
}
.section:hover {
    border-left: 3px solid #00529f;
    
}

.title {
    text-align: center;
    font-weight: bold;
    margin-top: -5px;
}
.subtitle {
    text-align: center;
    font-weight: bold;
    margin-top: -10px;
}

.submit {
    padding-top: 20px;
    text-align: right;
}

.version {
    font-size: small;
    color: #808080;
    padding-bottom: 15px;
    text-align: center;
}

.logo {
    padding-top: 22px;
}

.form-title {
    margin-top: 55px;
}

.polydropdown {
    width: 100%;
}

.polycheckbox {
    padding: 12px;
}

.control {
    color: #000;
    margin: 10px;
}

.label {
    color: #00529f;
    font-size: 14px;
    font-weight: 500;
    padding-left: 0;
}

.form-control {
    color: #000000 !important;
    font-size: 16px;
    border: none;
    padding-left: 0;
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    height: 35px;
}

    .form-control:focus {
        border-radius: 0;
        border-bottom: 2px solid #00529f;
        margin-bottom: 10px;
        outline: none;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }

@media(max-width: 992px) {
    .form-title {
        margin-top: 20px;
    }
}

@media(max-width: 767px) {
    .white-well {
        margin-top: 0;
        border-radius: 0;
    }
    .header {
        height: 150px;
        z-index: 1;
        position: relative;
    }
    .footer {
        border-radius: 0;
    }
}
@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
        content: attr(data-title);
	}
 
	/*
	Label the data
	*/
}