﻿body 
{
	background-color: #FFFFFF;
	color: #707070;
	font-family: 'Nunito',sans-serif;
	font-size: 12px;
	line-height: 19px;
}

p
{
	text-align: justify;
}

h2
{
	font-family: Arial;
	font-size: 26px;
	line-height: 19px;
}

.main {
    border-radius: 5px;
    padding: 20px;
}

/*    width: 700px;
    margin: 0px auto;
    overflow: auto;*/

.div_main {
    border-radius: 5px;
    padding: 20px;
}
	/*width: 550px;	
	left: 0px;
	overflow:auto;
}*/

.container {
    border-radius: 5px;
    background-color: #FFFFFF;
    padding: 20px;
}

.div_error
{
	width: 550px;
	border: 1px solid Red;
	margin: 0px auto;
}


.form_title {
    font-family: 'Nunito',sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #050505;
}

.text_aviso {
    font-family: 'Nunito',sans-serif;
    font-size: 12px;
}

.text_aviso_documentacion {
    font-family: 'Nunito',sans-serif;
    font-size: 11px;
    font-style: italic;
}

.title_naranja {
    font-family: 'Nunito',sans-serif;
    font-size: 14px;
    color: #FF8300;
    border-bottom: 2px solid #FF8300;
    padding-top: 15px;
    padding-bottom:5px;
}

table.table_user {
    border: 1px solid #BBB;
    margin: 10px;
    padding: 10px;
    width: 80%;
}


.obligatory 
{
	color: #000000; 
	padding-left: 5px;	
	vertical-align:middle;
}

.warn_text{
    font-family: 'Nunito', sans-serif;
    font-size: 8px;
}

.text_email_info {
    font-family: 'Nunito', sans-serif;
    font-size: 10px;
    color: steelblue;
}

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    padding-top: 15px;
}



.button {
    font-size: 15px;
    height: 35px;
    width: auto !important;
    cursor: pointer;
    color: #FF8300 !important;
    background: #FFFFFF;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    border: 2px solid #FF8300;
    padding: 0px 50px !important;
}

.button_pdf {
    font-size: 15px;
    height: 35px;
    width: auto !important;
    cursor: pointer;
    color: #d00000 !important;
    background: #FFFFFF;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    border: 2px solid #d00000;
    padding: 0px 50px !important;
}

.tab_selected {
    font-size: 14px;
    cursor: pointer;
    height: 25px;
    width: auto !important;
    color: #000000 !important;
    font-weight: bold;
    background: #EEE;
    border: 0px solid #000000;
    border-bottom: 2px solid #000000;
}

.tab_unselected {
    font-size: 14px;
    cursor: pointer;
    height: 25px;
    width: auto !important;
    color: #707070 !important;
    background: #FFFFFF;
    border: 0px solid #707070;
    border-bottom: 2px solid #707070;
}

.tab_basic {
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    border: 1px solid #F3F3F3;
    padding: 10px;
}

.divllamada {
    width: 80%;
    margin: 5px 15px;
    padding: 5px 20px;
    border: 1px solid #F3F3F3;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
}



.padding_top{
    padding-top: 15px;
}

.padding_left {
    padding-left: 30px;
}

/* Style of List */

ul {
    list-style: none
}

li::before {
    color: #FF8300;
    content: "\25E6";
    display: inline-block;
    width: 1.2em;
    margin-left: -1.2em
}

option[value="-1"] {
    color: #707070;
}

.element {
    text-align: left;
    margin: 0px 10px;
}

.control {
}
.radio_mid{
    margin-left:4px;
    float:left;
    margin-top:10px;
}
.radio {
    margin-left: 4px;
    float: left;
}

/* Floating column for labels: 25% width */
.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-33 {
    text-align:center;
    float: left;
    width: 33%;
    margin-top: 6px;
}

.col-66 {
    text-align: center;
    float: left;
    width: 66%;
    margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-100 {
    float: left;
    width: 100%;
    margin-top: 6px;
}

.col-100-nm {
    float: left;
    width: 100%;
    margin-top: 0px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

input[type=text], select, textarea {
    width: 100%;
    padding: 12px 5px 12px 5px;
    border-radius: 10px;
    resize: vertical;
    background: #F3F3F3;
    border: none;
}

/* STYLE CHECKBOXES AND RADIOBUTTONS */
input[type=radio], input[type=checkbox] {
    height: 1.2em;
    width: 1.2em;
    vertical-align: middle;
    margin: 0 0.4em 0.4em 0;
    border: 0px solid rgba(0, 0, 0, 0.3);
    background: #F3F3F3;
    -webkit-appearance: none;
    -webkit-transition: box-shadow 200ms;
}

input[type=radio] {
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

input[type=checkbox] {
    -moz-border-radius:100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

/* active state */
input[type="radio"]:active:not(:disabled),
input[type="checkbox"]:active:not(:disabled) {
    
    border-color: rgba(0,0,0,0.5);

}

/* focus state */
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: none;
    box-shadow: 0 0 1px 2px rgba(255, 131, 0, 0.4);
}

/* input checked border color */
input[type="radio"]:checked,
input[type="checkbox"]:checked {
    border-color: rgba(0, 0, 0, 0.5);
    background:#707070;
}

/* radio checked */
input[type="radio"]:checked:before {
    display: block;
    height: 0.3em;
    width: 0.3em;
    position: relative;
    left: 0.4em;
    top: 0.4em;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 100%;
}

/* checkbox checked */
input[type="checkbox"]:checked:before {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.7);
    
    -webkit-margin-start: 0;
    margin-left: 2px;
    font-size: 0.9em;
}


/* Style the label to display next to the inputs */
.formlabel {
    padding: 12px 12px 12px 0;
    display: inline-block;
    font-family: 'Nunito-Bold', sans-serif;
}

.infolabel {
    padding: 5px 0px;
    display: inline-block;
    font-family: 'Nunito-Bold', sans-serif;
    text-align: left;
    font-weight: bold;
}

.infodata {
    padding: 5px 0px;
    display: inline-block;
    font-family: 'Nunito-Bold', sans-serif;
    text-align: left;
}

a.orange_link {
    color: #FF8300;
    font-family: 'Nunito-Bold', sans-serif;
}

/* PLACE HOLDER STYLES*/

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #909090;
}

::-webkit-input-placeholder { /* Edge */
    color: #909090;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #909090;
}

:-moz-placeholder { /* Firefox 18- */
    color: #909090;
}


/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media all and (max-width: 600px) {
    .col-25, .col-33, .col-66,.col-75, .col-100, .col-100-nm, input[type=submit] {
        width: 100%;
        margin-top: 0;
        padding:0px;
    }

    .main{
        padding:8px;
    }

    .element {
        margin: 0px;
    }
}