/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 25, 2018, 9:41:49 AM
    Author     : GIANGNT
*/

@font-face {
    font-family: UTMAVO;
    src: url(../fonts/UTMAvo.ttf);
}
@font-face {
    font-family: UTMAVOBOL;
    src: url(../fonts/UTMAvoBold.ttf);
}

input
{
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.hide{
    display: none;
}
.fromReg
{
    width: 740px;
    padding: 30px;
    float: left;
    margin: 10px calc((100% - 740px)/2);
    background: rgba(114, 32, 44, 0.8);
    border-radius: 10px;
    box-shadow: 2px 2px 5px #333;
    color: #fff;
    position: relative;
}
.ajax-loading{
    width: 100px; height: 100px; background: url("images/loader.GIF?v=1.3");
    background-size: 100px 100px;
    position: absolute;
    bottom: 35%;
    left: 46%;
    z-index: 99999;
    display: none;
}

.fromReg>form{
    background: none !important;
}
.fromReg>form .highlight{
    font-size: 28px; font-weight: bold;
    text-transform: uppercase;
    margin: 7px 0 15px; color: #fff;
}
.title_heading
{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    float: left;
    width: 100%;
    position: relative;
    margin: 10px 0;
    text-align: left;
    color: #fff;
}

.btn-submit
{
    width: 90%;
    float: left;
    margin: 10px 5%;
    padding: 10px 0 ;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #72202c;
    cursor: pointer;
    background: orange;
    border: none;
    border-radius: 5px;
}
.btn-submit:hover
{
    box-shadow: 2px 2px 5px #333;
    text-shadow: 2px 2px 5px #333;
}

.block-field
{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.block50
{
    width: 47.5%;
    margin-right: 5%;
}
.block50:nth-child(2n)
{
    float: right;
    margin-right: 0;
}
.block-field>label,.block-field>select
{
    float: left;
    width: 100%;
    text-align: left;
}
.block-field>input[type=text],.block-field>select,.block-field>input[type=email]
{
    padding: 7px 10px;
    float: left;
    width: calc(100% - 20px);
    border-radius: 5px;
    border: none;
    color: #333;
}
.block-field>select
{
    width: 100%;
}

.option-list
{
    width: 25px;
    height: 25px;
    float: left;
    cursor: pointer;
}

.title-list,.block-list label
{
    float: left;
    margin-left: 5px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    width: 131px !important;
    font-weight: normal;
}
.title-list{
    margin-top: 5px; font-weight: bold;
}
.block-list label
{
    font-size: 13px;
}
.block-list3>div
{
    width: 30%;
    margin-right: 5%;
}
.block-list2>div
{
    width: 47.5%;
    margin-right: 5%;
}
.block-list3>div:last-child
{
    float: right;
    margin-right: 0;
}
.block-list2>div:last-child
{
    float: right;
    margin-right: 0;
}
.block-list h3
{
    text-decoration: underline;
    float: left;
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 10px;
}
.block-list input[type=checkbox], .block-list input[type=radio]
{
    border-radius: 10px;
    float: left;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    -moz-appearance:none;
    -webkit-appearance:none;
    -o-appearance:none;
    border: 2px solid #fff;
    margin-top: 5px;
}
.block-list input[type=checkbox]:checked, .block-list input[type=radio]:checked
{
    background: green;
}
.block-list label
{
    text-transform: none;
}

.block-tab
{
    display: none;
}

.error{
    color: red;
}
.ajax-loading{
    width: 100px; height: 100px; background: url("images/loader.GIF?v=1.3");
    background-size: 100px 100px;
    position: absolute;
    bottom: 35%;
    left: 46%;
    z-index: 99999;
    display: none;
}

/*-----------------Mobile---------------*/
@media (max-width:767px){
    /*------------Form--------*/
    .fromReg
    {
        width: 96% !important;
        padding: 0 2% !important;
        float: left !important;
        height: auto !important;
        overflow: hidden !important;
        margin: 0 !important;
    }
    .block50,.block-list>div
    {
        width: 100%;
        float: left !important;
    }

}
.fade{
    display: none;
}
.fromReg.small
{
    width: 96% !important;
    padding: 0 2% !important;
    float: left !important;
    height: auto !important;
    overflow: hidden !important;
    margin: 0 !important;
}
.small .block50, .small .block-list>div
{
    width: 100%;
    float: left !important;
}
.header_form
{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin: 7px 0 15px;
    color: #fff;
    float: left;
    width: 100%;
}
.heading_form{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin: 7px 0 15px;
    color: #fff;
    float: left;
    width: 100%;
    border-bottom: 1px dashed #fff;
    padding-bottom: 10px;
}
.info_form
{
    font-size: 18px;
    font-weight: bold;
}