html {
	min-height: 100%;
	position: relative;
}

.form-control[disabled], fieldset[disabled] .form-control {
	background-color: rgba(170, 170, 170, 0.5);
}

body {
	background-color: #f9f9f9;

	margin-bottom: 180px;
}

h1, h2, h3, h4, h5, h6 {
 
    font-weight: 300;
}

.elements_right {
	text-align: right;
}

.desc_ayuda:hover {
	cursor: pointer;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #c1d42f;
    border-color: #4d9d45;
    color: #fff;
}

h1 {
    clear: both;
    color: #4d9d45;
    font-size: 2em;
    margin: 0 0 20px;
    padding-left: 14px;
}

a {
	outline: medium none !important;
}

.breadcrumb {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.breadcrumb > li a {
    color: #616161;
}

/*Inicio estilos de la caja*/
.caja_principal {
	/*border: 1px solid #e7ebee;*/
	border: 1px solid rgba(120, 120, 122, 0.3);
	background: #ffffff none repeat scroll 0 0 padding-box;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 16px;
}

.caja_principal.altura_caja_principal{
	height: 400px;
}
.caja_principal_header {
	min-height: 50px;
    padding: 10px 20px;
}

.caja_principal_header h2{
	font-size: 1.3em;
    line-height: 29px;
    margin: 0;
    padding: 0;
}

.caja_principal_cuerpo {
	padding: 0 20px 20px;
}

.caja_generica {
	padding: 20px 40px;
}

.caja_generica_sol_ha {
	padding: 20px 10px;
}

.caja_generica_header {
	border-bottom: 2px solid #c1d42f; 
	margin-bottom: 30px;	
}

.caja_generica_header > h1 {
	font-size: 2em; 
	line-height: 29px;
	margin: 0;
	padding: 0; 
	color: black;
}

.caja_generica_header > h2 {
	font-size: 2em; 
	line-height: 29px;
	margin: 10px;
	padding: 0;
}

.caja_generica_header > h3 {
	font-size: 1em; 
	line-height: 29px;
	margin: 10px;
	padding: 0;
}

.caja_generica_body {
	padding: 0 20px 20px;
	font-size: 1.2em;
}

.caja_generica_body ul {
	list-style-type: none;
	padding: 0;
    margin: 0;
}

.caja_generica_body ul > li {
	padding-left: 16px; 
}

.caja_generica_body ul > li:before {
	content: "*"; /* Insert content that looks like bullets */
    padding-right: 8px;
    color: black; /* Or a color you prefer */
}

/*Fin estilos de la caja*/

/*Formularios*/
.form-control {
    background-clip: padding-box;
    /*border-color: #e7ebee;*/
    border-color: rgba(120, 120, 122, 0.3);
    border-radius: 3px;
    border-width: 2px;
    box-shadow: none;
    font-size: 13px;
}

.form-control:focus {
	border-color: #c1d42f;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(193, 212, 47, 0.6);
}


.btn-primary {
	background-color: #4d9d45;

}

.btn-primary:hover {
	background-color: #c1d42f;
	border-color: #4d9d45;
	/*color: #2d3d27;*/
}

.btn-primary:focus {
	background-color: #c1d42f;
	border-color: #4d9d45;
	/*color: #2d3d27;*/
}

.btn-success {
	background-color: #77bd43;
}

.btn-success:hover {
	background-color: #c1d42f;
}

.pull-right {
	margin-right: 10px;
}

.help-block {
	font-size: 0.75em;
    font-weight: 400;
    color: #187FD9;
}

.help-rfc {
	font-size: 1em;
    font-weight: 400;
    color: #187FD9;
    padding-top: 10px;
}

/*Fin Formularios*/

/*Inicio Estilos del menu*/
.navbar-default {
  background-color: #4d9d45;
  border-color: #c1d42f;
  /*font-weight: bold;*/
  font-size: 13px;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #ffffff;
 /* color: #2d3d27;*/
  background-color: #c1d42f;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  /*color: #2d3d27;*/
  color: #ffffff;
  background-color: #c1d42f;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #c1d42f;
}
.navbar-default .navbar-toggle {
  border-color: #c1d42f;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #c1d42f;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ffffff;
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #c1d42f;
  }
}
/*Fin Estilos del menu*/

/*Google captcha*/
@media screen and (max-width: 992px){
.g-recaptcha {transform:scale(0.70);-webkit-transform:scale(0.70);transform-origin:0 0;-webkit-transform-origin:0 0;}

body{
	margin-bottom: 330px;
}
}
/*Fin Google captcha*/

/*Footer*/

#page-wrapper {
	min-height: 100%;
}

#footer-wrapper {
	/*position: absolute;*/
	bottom: 0;
	width: 100%;
}

.footer {
	min-height: 110px;
	/*background-color: #78787a;*/
	background-color: #414042;
	padding: 40px;
	border-top: 5px #77bd43 solid;
}

#politicas_de_privacidad {
	min-height: 33px;
	/*background-color: #78787a;*/
	background-color: #2c2c2d;
	padding: 5px 40px;	
	font-size: 11px;
    font-weight: bold;
}

.info_footer {
	margin: 10px 0px 10px 10px;
	color: white;
	min-height: 70px;
}

.info_footer_line {
}

.containerLineText {
    background-color: #a7a9ac;
    height: 1px;
    text-align: left;
}

.ContainerText {
    background-color: #414042;
    padding-right: 10px;
    position: relative;
    top: -12px;
}
.t4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}

.padding0 {
	padding: 0 !important;
}

.font14 {
	font-size: 14px;
	color: white;
}
/*Fin Footer*/

.required:before {
	content:"*"; 
	color: red;
}


/*Error Pages*/
#error-page {
	min-height: 100%;
	margin-top: 80px;
	text-align: center;
}

#error-page h1 {
    color: #605f5f;
    margin-top: 40px;
    padding: 0;
    font-size: 2em;
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
}

.error-content {
	background-color: #eeeeee;
}

.money {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.g-recaptcha {transform:scale(0.70);-webkit-transform:scale(0.70);transform-origin:0 0;-webkit-transform-origin:0 0;}



/*Calculo de cuotas*/
@charset "utf-8";
/* CSS Document */
/*Botones de agregar de PickerList*/
.v-center {
	min-height: 200px;
	display: flex;
	justify-content: center;
	flex-flow: column wrap;
	margin-left: -35px;
	margin-right: -35px;
}

.pickerListContainer {
	border: solid #000000 thin;
	padding: 5px;
	margin-left: 15px !important;
	border-color: rgba(120, 120, 122, 0.3);
	border-radius: 3px;
	margin-left: 15px !important;
}

input[type="button" i], input[type="submit" i], input[type="reset" i],
	input[type="file" i]::-webkit-file-upload-button, button {
	text-align: left !important;
}

.caret {
	display: none;
}

.btn {
	text-align: center !important;
}
.header-table{
	background-color: #2d5c27 !important;
	color: #ffffff;
}
.solicitudView{
	display: none;
}
.documents{
	box-shadow: 1px 1px 1px 1px #888888;
}
#observaciones{
	resize: none;
}
/*Calculo de cuotas*/

/*Calculo de cuotas*/
@charset "utf-8";
/* CSS Document */
/*Botones de agregar de PickerList*/
.v-center {
	min-height: 200px;
	display: flex;
	justify-content: center;
	flex-flow: column wrap;
	margin-left: -35px;
	margin-right: -35px;
}

.pickerListContainer {
	border: solid #000000 thin;
	padding: 5px;
	margin-left: 15px !important;
	border-color: rgba(120, 120, 122, 0.3);
	border-radius: 3px;
	margin-left: 15px !important;
}

input[type="button" i], input[type="submit" i], input[type="reset" i],
	input[type="file" i]::-webkit-file-upload-button, button {
	text-align: left !important;
}

.caret {
	display: none;
}

.btn {
	text-align: center !important;
}
.header-table{
	background-color: #2d5c27 !important;
	color: #ffffff;
}
.solicitudView{
	display: none;
}
.documents{
	box-shadow: 1px 1px 1px 1px #888888;
}
#observaciones{
	resize: none;
}
/*Calculo de cuotas*/

.btn_rt_tele{
	cursor: pointer;
}

.media-object {
	width: 320px;
	height: 300px;	
}

/*Auto complete*/
md-autocomplete input:not(.md-input) {
  background-clip: padding-box;
  border-color: rgba(120, 120, 122, 0.3);
  border-radius: 3px;
  border-width: 2px;
  box-shadow: none;
  font-size: 13px;	
	
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

md-autocomplete input:not(.md-input):focus {
	border-color: #c1d42f;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(193, 212, 47, 0.6);
  outline: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(193, 212, 47, 0.6);
}

span.multiselect-native-select {
	display: block;
}

span.multiselect-native-select > .btn-group {
	width: 100%;
}

span.multiselect-native-select > .btn-group > button {
	width: 100%;
}

.em9 {
	font-size: 0.9em;
}

.em8 {
	font-size: 0.8em;
}

.letter_red {
	color: red;
}

.imagenes_formularios {
	width: 100%;
	height: 400px;
}

.imagenes_sol_cc {
	width: 100%;
	height: 450px;
}

@media (max-width: 992px) {

	.imagenes_formularios {
		height: auto;
	}
	
	.imagenes_sol_cc {
		height: auto;
	}

}


.toggle {
    -webkit-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* easeOutQuad */
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* easeOutQuad */
}

.toggle.ng-enter {
    opacity: 0;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
}

.toggle.ng-enter-active {
    opacity: 1;
}

.toggle.ng-leave {
    opacity: 1;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
}

.toggle.ng-leave-active {
    opacity: 0;
}

.toggle.ng-hide-add {
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1;
}

.toggle.ng-hide-add.ng-hide-add-active {
    opacity: 0;
}

.toggle.ng-hide-remove {
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    display: block !important;
    opacity: 0;
}

.toggle.ng-hide-remove.ng-hide-remove-active {
    opacity: 1;
}

footer {  
    bottom: -15%;
    width: 100%;
}