body{
    background-color: #f1f1f1 !important;
    color: #6d7a83;
    position: relative;
    font-family: "Raleway";
    font-weight: normal;
    font-size: 16px;
}
.post {
    width: 99%;
    background: #fff;
    padding: 3rem;
    border-radius: 5px;
    margin-top: 18px !important;
    line-height: 35px;
}
.row-fluid{
    display: block;
}
.form-control {
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 10px;
    border: 1px solid #c8cdd2;
    color: #6d7a83;
    font-size: 18px;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
    border-color: #1c68a1;
    box-shadow: none;
    outline: 0 !important;
}
.form-radio-control{
    margin-right: 3rem;   
}
.form-radio-control input[type=radio], .form-radio-control input[type=radio]:checked, .form-radio-control input[type=radio]:focus{
    margin-right: 1rem;
    height: 20px;
    width: 20px;
    position: relative;
    border: 1px solid #c8cdd2;
    color: #6d7a83;
    top: 3px;
}
.form-group-item{
    padding: 5px 0;
}
.form-check-control input[type=checkbox], .form-check-control input[type=checkbox]:checked, .form-check-control input[type=checkbox]:focus{

    height: 20px;
    width: 20px;
    position: relative;
    border: 1px solid #c8cdd2;
    color: #6d7a83;
    top: 4px;
    margin-right: 1rem;
}
select{
    background: url(../../../../../../zientzia-astea.org/wp-content/themes/imevent/images/select_arrow_bg.png)no-repeat center right #FFFFFF!important;
}
textarea{
    min-width: 100%;
    max-width: 100%;
    min-height: 150px;
}

.no-mb{
    margin-bottom: 0;
    line-height: 20px !important;
}
.mr-2{
    margin-right: 2rem;
}
small{
    display: block;
    line-height: 20px !important;
    margin-bottom: 8px;
}
small.inline{
    display: inline;
}

.checkbox-condiciones-propuestas label, .checkbox-condiciones-propuestas-2 label  {
    padding-left: 30px;
    margin-top: 10px;
}
.checkbox-condiciones-propuestas label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    left: 15px;
    background-color: rgb(255, 255, 255);
    top: 18px;
    border: 1px solid #C8CDD2;
    border-radius: 5px;
}
.checkbox-condiciones-propuestas input[type=checkbox]:checked + label::before, .checkbox-condiciones-propuestas-2 input[type=checkbox]:checked + label::before  {
    content: "\2713";
    font-size: 15px;
    color: #449D44;
    text-align: center;
    line-height: 15px;
}
.checkbox-condiciones-propuestas input[type=checkbox], .checkbox-condiciones-propuestas-2 input[type=checkbox]  {
    display: none;
    display: inline\0;
}

.checkbox-condiciones-propuestas-2 label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    left: 15px;
    background-color: rgb(255, 255, 255);
    top: 68px;
    border: 1px solid #C8CDD2;
    border-radius: 5px;
}

.boton-volver {
    background: transparent;
    border: 1px solid #CCC;
    color: #aaa;
}
.boton_reserva {
    text-align: center;
    font-size: 18px;
    border-radius: 10px;
    margin-left: 35%;
    margin-top: 15px;
}
.boton-volver:hover {
    background: black;
}
.boton_reserva:hover {
    border-radius: 10px;
}