@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700");
html,
body {
    margin:0;
    padding:0;
    height:100%;
}

#container {
    min-height:100%;
    position:relative;
    background: #fff;
}
#headerx {
    padding:0px;
    height:120px;
    max-height:120px;	
    background-color: white;
}
#body {
    padding:0px;
    padding-bottom:204px;	/* Height of the footer */
    background-color: white;
}
#body body {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: white;
}
#footerx {
    position:absolute;
    bottom:0;
    width:100%;
    height:auto;
    max-height:194px;			/* Height of the footer */

}

#footerx footer {
    clear: both;
    background: #2a2d30;
    color: #868686;
    overflow: auto;
    border-top: 4px solid #0086CA;
    text-align: center;
}
p{text-align: center;}
input.placeholder {
    text-align: center;
}
.recaptcha-error-message {
    color: #dd4b39;
    font-size: 12px;
    padding: 4px 0;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.nicEdit-main{
    text-align: left;
}

.container form{
    margin:0 auto;
    vertical-align: middle;
    text-align: center;
}

.form-control{
    text-align:center;
}

.logo{
    height:115px;
    text-align: center;
    margin:0 auto;
}

.dropzone{
    border: 2px dashed #0087F7!important;
    border-radius: 5px!important;
    background: white;
    margin:0 auto;
}

form label{
    font-weight: bold;
}

body{
    font-family: "Roboto Condensed",sans-serif !important;
    margin:0;
    font-size:16px;
    overflow-x:hidden;
}
p, a, span, div, td, tr{
    font-family:"Roboto Condensed","sans-serif"!important;
}
h1, h2, h3, h4, h5, h6{
    font-family:"Roboto Condensed","sans-serif"!important;
    color:#003779;
}
.pie--2 ul li{
    color:#858585;
    font-family:"Roboto Condensed","sans-serif"!important;
}
.pie--2 ul li:first-child{
    color:#003779;
    font-family:"Roboto Condensed","sans-serif"!important;
}

.bg-blue-asp{
    background-color: #146cad;
}
.pdf {
    background-image: url("../../img/pdf.png");
    width: 30px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}