* {
  box-sizing: border-box;
}

#form_hypertension input[type=text], #form_hypertension select, #form_hypertension textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

#form_hypertension label {
  /*padding: 12px 12px 12px 0;*/
  padding: 0px 15px;
  display: inline-block;
  margin-top: -5px; 
}

.celr_file_blood {
    margin-top: 15px;
}

#form_hypertension input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

#form_hypertension input[type=submit]:hover {
  background-color: #45a049;
}

#form_hypertension input[type="date"] {
    padding: 12px;
    width: 100%;
}

#form_hypertension .container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

#form_hypertension .col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

#form_hypertension .col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

#form_hypertension .col-50 {
  float: left;
  width: 50%;
  margin-top: 6px;
}

/* Clear floats after the columns */
#form_hypertension .row:after {
  content: "";
  display: table;
  clear: both;
}

/* 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 screen and (max-width: 600px) {
#form_hypertension .col-25, #form_hypertension .col-75, #form_hypertension .col-50, #form_hypertension input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

#form_hypertension {
    max-width: 800px;
    margin: auto;
    display: block;
}

.btn_calcular {
    margin-top: 30px;
    margin-bottom: 30px;
}

.submit_ajax {
    cursor: pointer;
    width: 100% !important;
    text-align: center;
    display: block;
    background: gray;
    padding: 15px;
    color: white !important;
}

.resultados {
    border: 1px solid gray;
    padding: 12px;
    text-align: center;
}

.celr_value_result {
    font-weight: bold;
    font-size: 20px !important;
    color: white;
    margin-top: 25px !important;
    display: block;
    background: #57a7b3;
    padding: 20px;
}


.celr_value_cat {
	font-weight: bold;
    color: #57a7b3;
}

.celr_value_result_info,.celr_value_cat {
	font-weight: bold;
}

@media (max-width: 810px){
	#form_hypertension > div {
    	margin: 30px 30px;
	}
}

/* Términos y condiciones */

.celr_box_terms {
	margin-top: 35px;
}

.celr_link_terms {
	color: #e51a4b !important;
}
