/*
 Theme Name:   NEP Reports
 Description:  
 Author:       Adrian Munther
 Author URI:   http://www.adrianmunther.se
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

body {
    font-family: 'Fira Sans', sans-serif;
    background-image: url(images/bg-uhd1.jpg);
    background-size: cover;
    line-height: 1.2;
    background-position: center;
}

footer {
	width:100%;
	max-width:700px;
	background-color:#171717;
	color:#FFFFFF;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	box-sizing:border-box;
	text-transform: uppercase;
	letter-spacing: 2px;
}
h1 {
	font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}

p {
	font-size: 14px;
    line-height: 22px;
	margin-top:5px;
	margin-bottom:15px;
}

.container a, .container a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}

.container a:hover, .container a:focus {
	text-decoration:none;
}

a.btn-form, a.btn-form:visited {
	width: 100%;
    display: block;
    border: 2px solid #FFFFFF;
    padding: 7px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 100px;
	transition: background 0.2s;
}

a.btn-form:hover, a.btn-form:focus {
	background-color:#FFFFFF;
	color:#000000;
	border: 2px solid #FFFFFF;
}

.container {
	max-width: 700px;
    width: 100%;
    margin-left:auto;
    margin-right:auto;
	margin-top:30px;
	background-color:#0060cc;
	box-sizing:border-box;
	padding:10px;
	color:#FFFFFF;
}

.logotype {
	display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 180px;
    width: auto;
}

.mainheading {
	text-align:center;
	color:#FFFFFF;
	margin-top:10px;
	width:100%;
	font-size:35px;
	font-weight:700;
}

.list-btn {
	background-color: rgba(138,179,51,1);
	border-color:rgb(107, 144, 28);
    color: #FFFFFF;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 20px;
    text-decoration: none;
}

.list-btn:hover, .list-btn:focus {
	background-color:rgb(70, 95, 16);
}

.cf-file-remove {
	position: absolute;
    left: 0;
    font-size: 20px;
}

.cf-uploader-trigger {
	background-color: rgba(138,179,51,1);
	border-color:rgb(107, 144, 28);
    color: #FFFFFF;
}

.caldera-grid label {
	margin-bottom:8px !important;
}

.radio {
	margin-top:-5px !important;
	margin-right:10px;
	float:left;
}

.caldera-grid .has-error .checkbox, .caldera-grid .has-error .checkbox-inline, .caldera-grid .has-error .control-label, .caldera-grid .has-error .help-block, .caldera-grid .has-error .radio, .caldera-grid .has-error .radio-inline, .caldera-grid .has-error.checkbox label, .caldera-grid .has-error.checkbox-inline label, .caldera-grid .has-error.radio label, .caldera-grid .has-error.radio-inline label {
	color:#FF0004 !important;
}

.clear {
	clear:both;
}

.help-block {
    clear: both;
    font-style: italic;
    color: #FFFFFF !important;
    font-size: 13px;
}