
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,500,900');
body{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: #000;
}
/*-------------------------------------*/
/* PAGE WARPPER */
/*-------------------------------------*/
.page_warpper{
    width: 100%;
    margin: auto;
}
.page_warpper .page_container{
    width: 100%;
    height: 100vh;
    background-color: #f9f9f9;
    align-items: center;
    justify-content: center;
    display: flex;
}
.page_warpper .page_container .box_enews{
    position: relative;
    padding: 20px;

}
.page_warpper .page_container .box_enews h1{
    font-size: 48px;
    font-weight: 500;
}
.page_warpper .page_container .box_enews .col_input{
    position: relative;
}
.page_warpper .page_container .box_enews .col_input input{
    background-color: #fff;
    width: 300px;
    height: 31px;
    font-size: 14px;
    color: #000;
    padding: 10px;
    border: 1px solid #e4e4e4;
}
.page_warpper .page_container .box_enews input,
.page_warpper .page_container .box_enews .bnt_submit {
    display: inline-block;
}
.page_warpper .page_container .box_enews .col_input .bnt_submit {
    position: absolute;
    background-color: #148ee0;
    height: 53px;
    font-size: 14px;
    border:0;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.6s;
}
.page_warpper .page_container .box_enews .col_input .bnt_submit {
    background-color: #34a3ec;
}
.page_warpper .page_container .box_enews .box_download{
    position: absolute;
    width: 100%;
    bottom: -35px;
    right: 0;
    text-align: center;
}

.ancestors * {
    display: block;
    border: 2px solid lightgrey;
    color: lightgrey;
    padding: 5px;
    margin: 15px;
}

/*-------------------------------------*/
/* PAGE ENEWS */
/*-------------------------------------*/
.col_enews h3{
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;

}
.col_enews .text_title_enews{
    font-weight: 300;
}
.col_enews .fontBody{
    font-weight: 300;
    margin-bottom: 10px;
}
.col_enews .fontBody label{
    width: 100%;
}
.col_enews .fontBody select{
    width: 100% !important;
}
.col_enews .fontBody input{
    width: 94% !important;

}
.col_enews .fontBody select,
.col_enews .fontBody input {
    height: 35px;
    padding: 0 10px;
    margin-bottom: 10px;
    border: 1px solid #e4e4e4;
}
.col_enews .fontBody .col_50{
    width: 50%;
    float: left;
}
.col_enews .fontBody .col_5 #captcha{
    height: 35px;
}

.check_email{
    margin-left: 20px;
    display: flex;
}
.check_email.active{
    border: 1px solid #c1272d !important;
}

.invalid{
    border: 1px solid #c1272d !important;
}
.captcha_refresh:before {
    position: absolute;
    left: 100px;
    top: 5px;
    content: "\f0e2";
    font-family: FontAwesome;
    font-size: 18px;
    color: #000;
    display: block;
}
#image_captcha img{
    height: 37px !important;
}
label {
    font-size: 14px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 3px;
    font-weight: bold;
}
.fontBody .col-md-12, .fontBody .col-md-2, .fontBody .col-md-5 {
    padding: 0px 0px;
}

.ui-dialog-buttonset button {
    color: #fff;
    background-color: #4b2410;
}

#dialog_enew input, #dialog_enew select {
    border: 1px solid #000;
    color: #000;
}