body{font-family:"Times New Roman",serif}
h1 {font:bold 135% Arial,sans-serif; color:#4000A0; margin-bottom:0.9em}
/*h2 {font:bold 95% Arial,sans-serif; color:#900000; margin-top:1.5em; margin-bottom:1em}*/

/**********************************

Name: cmxform Styles

***********************************/
form.cmxform {
	color: #333;
}

form.cmxform legend {
	padding-left: 0;
}

form.cmxform legend, form.cmxform span {
	color: #333;
}

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	
	background-color: #F8FDEF;
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
	
}

form.cmxform span.error, span.error {
        padding-left:5px;
	color: red;
	font-style: italic
}
form.cmxform input.valid, select.valid{
    
        background:url("../img/validarForm/checked.gif") no-repeat right top #d0e9c6; 
}
form.cmxform input.error, select.error{
        background:url("../img/validarForm/unchecked.gif") no-repeat right top #F6CECE; 
}
form.cmxform a.quitar{
        padding-top: 10px;
        float:right;
}
div.error { display: none; }
input {	border: 1px solid black; }
input.checkbox { border: none }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
form.cmxform .gray * { color: gray; }


.form-inline .input-group > .form-control{
    width: auto;
    min-width: 250px;
}
/*.input-group{
    background-color: #eee;
}*/
.form-inline .input-group .input-group-addon{
    width: 90px;
    max-width: 90px;
    min-width: 90px;
    padding: 0px;
    font-size: 12px;
}
.form-inline .input-group .input-group-btn, .form-inline .input-group .form-control{
    min-width: 205px;
}
.cuidado{
        display: none;
}

.form-inline .input-group{
    margin-bottom: 5px;

}
.form-control::-webkit-input-placeholder { color: #31b0d5; }

ul{
    padding-left: 0px;
}


.gridStyle {
    border: 1px solid rgba(110, 200, 218, 0.42);
    
    height: 400px;
}



/*typehead*/

a:hover {
  text-decoration: underline;
}

.table-of-contents li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.table-of-contents li a {
  font-size: 16px;
  color: #999;
}

.title,
.example-name {
  font-family: Prociono;
}

p + p {
  margin: 30px 0 0 0;
}

body{
    background-color: #E4F9FD;
}
.nav-tabs{
    padding-top: 20px;
}
.tab-content > .active {
background-color: #fff;
border-left:  1px solid #ddd;
border-right:  1px solid #ddd;
padding-top: 5px;

}
.table > tbody > tr > td{
padding: 4px;
}

.alert{
    overflow: auto;
    margin:5px;
}
.cargando{
    background-image: url(../img/cargando.gif) ;
    background-repeat: no-repeat;
    background-position: center center;
    display:block;
    height:164px;
    width:164px;
}


.ventanaSeleccionada{
    background-color: #C9DCA6;
    border: 10px;
}

.collapse.in {
    height: auto;
    /*overflow: visible;*/
    /*iba hidden pero jodi al typehead*/
}

.panel{
    margin-top: 5px;
background-color:white;
}
span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
span.twitter-typeahead .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.input-group.input-group-lg span.twitter-typeahead .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.input-group.input-group-sm span.twitter-typeahead .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
span.twitter-typeahead {
  width: 100%;
}
.input-group span.twitter-typeahead {
  display: block !important;
  height: 34px;
}
.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-dropdown-menu {
  top: 32px !important;
}
.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
  border-radius: 0;
}
.input-group span.twitter-typeahead:first-child .form-control {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group span.twitter-typeahead:last-child .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.input-group.input-group-sm span.twitter-typeahead {
  height: 30px;
}
.input-group.input-group-sm span.twitter-typeahead .tt-menu,
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
  top: 30px !important;
}
.input-group.input-group-lg span.twitter-typeahead {
  height: 46px;
}
.input-group.input-group-lg span.twitter-typeahead .tt-menu,
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
  top: 46px !important;
}

.tipos-facturas{
    display: none;
}

.descripcionForm{
    display: inline-block;
    max-width: 230px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 10px;
    
}

.portada{
    text-align: center;
    margin-top: 30px;
    margin-bottom:  30px;
    color: #337ab7;
}
figure{
    border-radius: 50%;
    height: 170px;
    text-align: center;
    width: 170px;
    margin : auto;
    color: #1a8eb3;
    background-color: #e4f9fd;
    top: 0%;
    left: 50%;    
}
.portadainformacion{
    background-color: #e4f9fd;
    border-radius: 10%;
}
.presionarPeriodo{
    width: 90%;
}
.input-validation-error ~ .select2 .select2-selection__rendered {
    border: 1px solid red;
}

/*!*scroll en el modal*!*/
/*.modal-content{*/
/*    max-height: calc(100vh - 212px);*/
/*    overflow-y: auto;*/
/*}*/