/* 
#### Stage 1: {tarea vs proforma}
*/

.tarea_con_proformas_parciales{
  /*color:brown;*/
  background-color: #fcf8e3;
}

.tarea_sin_proforma{
  /*color: yellow;*/
}

.tarea_facturada{
  /*color: red*/
  background-color: #dff0d8;
}

.costo_prov {
    display: inline-block;
    width: 10px;
    float: right;
    padding: 8px;
    position: absolute;
	right: 50%;
}
@media (max-width: 1440px) {
.costo_prov { right: 48%;}
}
@media (max-width: 1366px) {
.costo_prov { right: 47%;}
}

@media (max-width: 1279px) {
.costo_prov { display:none;}
}
.fa-cotizacion-definitiva:before, .fa-cotizacion-sin-cotizacion:before, .fa-cotizacion-provisoria:before {
	content: "\f14a";
}
.fa-cotizacion-sin-cotizacion:before {
	color: #CCCCCC;
}
.fa-cotizacion-provisoria:before {
	color: #d9534f;
}
.fa-cotizacion-definitiva:before {
	color: #449d44;
}

/*#alertas_container {
	display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    opacity: 1;
    z-index: 100000000000000000000;
	
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;	
}
*/
.p_field {
  padding: 10px
}

.form_navi {
    display: inline-block;
  /*  padding-left: 0px;
    margin: 20px 0px; 
    border-radius: 4px;*/
	
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857;
	text-decoration: none;
	border: 1px solid #DDD;	
		
/*  position:relative;
  top:0px;
  left:0px;
  width:10px;
  height:10px;
  background-color: #000000;
  color: #FFFFFF;
  border: solid red 1px;
  display: inline-block;
  padding:3px;
  margin: 3px;
*/  
}

#molt_form_group_navigator_container_3, #molt_form_group_navigator_container_3, #molt_form_group_navigator_container_5 {
	padding-bottom: 50px;
}

#molt_form_link_navi_prev_2, #molt_form_link_navi_prev_3, #molt_form_link_navi_prev_5{
    display: inline-block;	
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857;
	text-decoration: none;
	border: 1px solid #DDD;	
	margin-left: 0px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
#molt_form_link_navi_next_2, #molt_form_link_navi_next_3, #molt_form_link_navi_next_5{
    display: inline-block;	
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857;
	text-decoration: none;
	border: 1px solid #DDD;	
		
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;	
	}

.form_navi_selected {
	color: #FFF;
	cursor: default;
	background-color: #524FA1; 
}

.form_navi:hover, .form_navi:focus, #molt_form_link_navi_prev_2:hover, #molt_form_link_navi_next_2:hover, #molt_form_link_navi_prev_3:hover; #molt_form_link_navi_next_3:hover, #molt_form_link_navi_prev_5:hover; #molt_form_link_navi_next_5:hover {
    color: #FFF !important;
    background-color: #524FA1 !important;
}

/*.field_name_div {
  display: inline-block;
  width: 300px;
  font-family: Arial,Helvetica,Serif;
  font-size: 14px
}
*/
.sub_label_campo{
  display: inline-block;
  width: 100px;
  
}

.field_name_div_titular{
  vertical-align: top
}

.field_value_div {
/*  display: inline-block;
  width: 300px;
  font-family: Arial,Helvetica,Serif;
  font-size: 14px
*/  
}

.field_name_div_grilla_deudas {
  display:none
}

#impagos_1,#impagos_2,#impagos_3,#impagos_4,#impagos_5,#impagos_6,#impagos_7 {
  width:50px
}

#demoras_1,#demoras_2,#demoras_3,#demoras_4,#demoras_5,#demoras_6,#demoras_7 {
  width:50px
}

.molt_magic_calc_fieldset_legend{
  font-size: 15px;
  color: #000000;
  padding-top: 10px;
  font-weight: bold;
}

.molt_magic_calc_fieldset {
/*  padding-top: 10px;
  border: 2px groove #000000;
*/  
}

.alert_reminder {
  /*background-color:red;
  color:white;*/
}

.alert_reminder button {
  /*color:black;*/
}

.alert_reminder select {
  /*color:black;*/
}


/*.boton_operacion_calculadora:hover, .boton_operacion_calculadora:focus {
    background-color: #6DA436;
    background-position: 0px -15px;
	color: #FFF;
}

.boton_operacion_calculadora {
    background-image: linear-gradient(to bottom, #6DA436 0%, #85C441 100%);
    background-repeat: repeat-x;
}


.boton_operacion_calculadora {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15) inset, 0px 1px 1px rgba(0, 0, 0, 0.075);
}

.boton_operacion_calculadora {
    padding: 6px 12px;
    margin: 10px;
	color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
*/
#show_operations_block {
  /*padding: 20px;*/
  text-align: center;
  margin-top: 10px;
}

.calc_main_container h1 {
  padding-bottom: 20px;
}


.boton_volver_calculadora {
  background-color: #0079C1;
  color: white;
  font-family: Arial,Helvetica,Serif;
  font-size: 16px;
  font-weight: bolder;
  padding: 5px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;

}

.molt_calc_show_response{
  font-size: 19px;
  font-weight: bolder;
  padding: 15px;
}