@charset "UTF-8";
 
html, body{
  height:100%;
  min-height: 100%;
  position: relative;
  margin:0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  font-family: "Open sans", sans-serif !important;
}
body {
	/*min-height: 100vh;*/
  width: 100%;
  font-size: 12px !important;
  overflow-x: hidden;
  font-family: "Open sans", sans-serif !important; 
  margin-bottom: 30px; }
  
#wrapper{
    padding-bottom: 30px;
    min-height: calc(100% - 30px);
    position: relative;
}
#content {
    padding-bottom: 30px; /* El tamaño del footer para evitar el sobreposicionamiento */
}
.container {
    padding:12px;
}
#footer {
   position:fixed;
   left:0px;
   bottom:0px;
   height:30px;
   width:100%;
   background-color: #4d5057;
   height: 50px;
   text-align:center;
}
#footer div {
   margin:0 auto;
}
#fixed-footer {
  background-color: #eee;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 9;
  /*min-height: 70px;*/ }

#fixed-footer .btn {
    font-size: 0.7rem;
}

.miga {
    font-size: 0.9rem;
}

/*#caja{
  height:100%;
  width: 100%;
}*/
.caji {
  max-height: 2.2em;
  max-width: 2.5em;
}

.aviso{
  padding: 30px;
  border-radius: 4px;
  background-color: #96588A;
  box-shadow: 0 0 50px 0 rgba(50, 50, 50, 0.4);
  margin: 0 0 20px;
  transition: all .4s ease-in;
  animation: fadein 2s;
  position: relative;
  color: #fff;
}
.aviso2{
  padding: 30px;
  border-radius: 4px;
  background-color: #69d1c5;
  box-shadow: 0 0 50px 0 rgba(50, 50, 50, 0.4);
  margin: 0 0 20px;
  transition: all .4s ease-in;
  animation: fadein 2s;
  position: relative;
  color: #fff;
  width: 30%;
  margin:0 auto;
  text-align:center;
  font-weight:900;
} 

.abs-center {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
}

.bg-dangers {
    background-color: #7a306C !important;
}

.popover {
    display: none !important; 
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

img {
  max-width: 100%; }

h1, h2, h3 {
  color: #01686f;
  text-transform: uppercase;
  font-weight: bold; }

h1 {
  font-size: 1.2rem;
  margin-bottom: 0.2rem; }

h2 {
    color: #01686f;
    text-transform: uppercase;
    font-size: 1em;
}
.h2 {
  font-weight: 700 !important; 
  /*font-size: 1.5em !important;*/
  color: #01686f;
  text-transform: uppercase;
}

h3 {
  font-size: 1rem !important; }

h4 {
  font-size: 1rem;
  font-weight: bold; }
  
  .txt {
  font-size: 12px !important; 
  } 
  .cabecera strong::after {
    content: "\f0dc";
    font-family: FontAwesome;
	padding-left:1em;
}



.prin {
  padding-top: 50px !important;
}
 
.custom-select {
    max-height: 40px !important; 
	font-size: 1em;
}
 
.form-control {
  /* padding: .375rem .05rem; */
  line-height: 1;
  border-radius: 0 !important;
  font-size: 1em; 
  /*max-height: 40px !important;*/
}
.form-group { 
  padding: 0 100px 0 60px;
}
.form-group2 { 
  padding: 0 30px 0 30px;
}
.form-group2 { 
  padding: 20px;
}

.custom-select {
    font-size: 14px !important;
	padding:1px; 
}

#username {
color: #ffffff;
}
label {
  min-height: 20px;
}

.abierto {
  width: 7em;
  text-align:center;
  /*border:1px solid red;*/     
}
.cerrado {
  width: 7em !important;
  text-align:center;
  /*border:1px solid red;*/  
}
.Consultor  { 
  text-align:center !important;  
}

.grisclaro {
    background-color: #F1F1F1 !important;
}
.grisclaro2 {
    background-color: #ccc !important;
	color:#fff;
	font-weight:900;
}
.grisoscuro {
    background-color: #ddd !important;
}
.grisoscuro2 {
    background-color: #aaa !important;
	color:#fff;
	font-weight:900;
}
.rosaclaro, #rosaclaro {
    background-color: #EBCEE6   !important; 
}
.verdeclaro {
    background-color: #C2ECE7 !important; 
}
.magenta {
    background-color: #D89DCD !important; 
}
.verde {
    background-color: #E0F5F3 !important; 
}

.txt-blanco {
    color: #ffffff !important;
}

.txtform {
    line-height: 1.3em !important;
	padding-bottom: 0.5em 0.1em 0.5em 0;
	/*padding-top: 0.3em;
	text-align:center;
	float:left;*/ 
}

.colp { 
  color: #00686E;
  font-weight: bold !important;
}

.modal-footer {
  margin-top: 40px !important;
  /*border-top: 1px solid #e9ecef;*/
}


 select.form-control:not([size]):not([multiple]) {
  height: calc(1.95rem + 2px) !important;
}

.ocultar{display: none;}

 
.checkbox::after {
  background-color: #00a896;
}
.checkbox::before {
  background-color: #fff;
}
.form-inputs input[type="checkbox"]:checked + .checkbox::after, .form-inputs input[type="radio"]:checked + .checkbox::after, .form-inputs textarea[type="checkbox"]:checked + .checkbox::after, .form-inputs textarea[type="radio"]:checked + .checkbox::after {
  background-color: #00a896;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  width: 17px;
  height: 17px;

}
input[type="checkbox"]::after {
  width: 17px;
  height: 17px;
  border: 3px solid #fff;  
  display: block;
  margin-top: 2px;
  border: 5px solid #fff;
  content: "";
  outline: 2px solid #ccc;
  transition: all ease 0.5s;
}


.form-inputss select, .form-inputss datalist {
  width: 100% !important;
  border: 1px solid #ccc !important;
  line-height: 31px;
  height: 35px !important;
  padding: 5px;
}

 
.center-block{
    float: none;
}
.col-center{
    float: none;
    margin: 0 auto;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-group > .btn:first-child, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle, .btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) { 
  font-size: 1em !important;

}

.btn-info {
  color: #01686f;
  background-color: #ced4d4;
  border-color: #ced4d4;
}
 
#picker { width: 200px; height: 200px }
#slide { width: 30px; height: 200px } 

.o-modal {
  width: 500px;
  height: auto;
  border-radius: 4px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9999;
  transform: translateX(-50%) translateY(-50%);
  padding: 30px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  display: none;
}
.o-modal--alert {
  padding: 0;
  overflow: hidden;
}
.o-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  display: none;
}
.o-modal__header {
  padding: 10px;
  background-color: #f0f0f0; 
  margin: 0 0 15px 0;
}
.o-title--main {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin: 0;
}
 
 
.o-modal__body {
  padding: 10px 30px 30px 30px;
}
.o-btn, .o-btn--black, .o-btn--gray, .o-btn--red, .o-btn--green, .o-btn--disabled, .fc-button, .o-btn--gris {
  border: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  padding: 5px 20px;
  border-radius: 2px;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-family: "Open Sans",sans-serif;
  line-height: 1.618;
  text-decoration: none;
  transition: background-color ease-in .2s, border ease-in .2s;
}




.o-control-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  min-height: 1px; }

.o-control-checkbox input,
.o-control-checkbox ~ span input {
  position: absolute;
  z-index: 1;
  opacity: 0; }



.o-control-indicator::after {
  left: 5px;
  top: 3px;
  width: 6px;
  height: 9px;
  border: solid #006db6;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none; }

input:checked ~ .o-control-indicator::after {
  display: block; }

.o-control-checkbox--vertical {
  display: block;
  padding: 0; }



.o-control-checkbox--vertical ~ span input {
  top: 4px;
  left: 4px;
  cursor: pointer; }


.o-control-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  min-height: 1px; }

.o-control-checkbox input,
.o-control-checkbox ~ span input {
  position: absolute;
  z-index: 1;
  opacity: 0; }





input:checked ~ .o-control-indicator::after {
  display: block; }

.o-control-checkbox--vertical {
  display: block;
  padding: 0; }

.o-control-checkbox--vertical ~ span {
  display: block;
padding: 0 0 27px 10px;
position: relative;
cursor: pointer;
margin-top: 10px; }

.o-control-checkbox--vertical ~ span input {
  top: 4px;
  left: 4px;
  cursor: pointer; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }



.o-control-checkbox--vertical {
  display: block;
  padding: 0;
}

.o-destacado {
  background-color: #C2ECE7;
  display: inline-block;
  border-radius: 73px;
  padding: 2px 10px;
  font-weight: bold;
  text-align: center;
}

.o-destacado2 {
  background-color: #F1D9E7;
  display: inline-block;
  border-radius: 73px;
  padding: 2px 10px;
  font-weight: bold;
  text-align: center;
}


.usuario {
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding: 12px 12px 12px 30px;
  background-image: url(/img/login-usuario.svg);
  font-size: 14px;
background-repeat: no-repeat;
background-size: auto 50%;
background-position: 5px;
color: #191919;
font-weight: 700;
width: 100%;
position: relative;

} 

.pass {
  border-bottom: 2px solid #ccc;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 10px;
  padding: 12px 12px 12px 30px;
  background-image: url(/img/login-candado.svg);
  font-size: 14px;
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-position: 5px;
  color: #191919;
  font-weight: 700;
  width: 100%;
  position: relative;
}

.bggraf {
background-image: url(/img/graficas.jpg);
background-repeat: no-repeat;
/*background-size: auto 50%;
background-position: 5px;*/
overflow: hidden;
} 

.o-btn--ver a {
  color: #fff !important;
}
 
	
.o-btn--morado {
  background-color: #01686F !important;
}	
	
.user {
  color: #00a896 !important;
  font-size:1em !important;
  font-family: "Open sans", sans-serif !important;
}	
	
/*TABS*/	
	
	
.t-container {
  margin: 0 auto;
  padding: 0 2em;
}
.t-tabs, .t-contents {
  list-style-type: none;
  margin: 0;
  padding: 0 2% 0 2%;
  box-sizing: border-box;
}
.t-tabs li {
  color: #dedede;
  padding: 0.5em 0.7em;
  text-decoration: none;
  float: left;
  text-align: center;
  font-size: 1.1em;
  background: #717171;
  border-bottom: 0;
  min-width: 40px;
  margin-right: 2px;
  margin-bottom: 0 !important;
  box-sizing: border-box;
  cursor: pointer;
}
.t-tabs li:hover {
  background-color: #545454;
  color: #d2d2d2;
}
.t-tabs li.selected {
  color: #458ace;
  cursor: default;
  background: #333;
}
.t-contents {
  padding: 0 !important
}
.t-content {
  padding: 0 1em;
  background-color: #333;
  box-sizing: border-box;
  float: left;
  width: 100%;
  color: #b7b7b7;
  line-height: 1.3em;
  text-align: justify;
  z-index: 1;
  position: relative;
  max-height: 0;
  transition: max-height 0.5s ease 0s;
  overflow: hidden;
}
.t-content.selected {
  max-height: 3000px;
  transition: max-height 1.25s ease 0.5s;
}		
/**/	

/*select*/	
.form-inputs input {
  height: 33px;
}
.select2-container--default .select2-selection--single {
  border-radius: 0px !important;
}
.select2-container .select2-selection--single {
  height: 33px !important;
}

/**/	

.tabletized-info__header tr td strong::after {

    content: "\f0dc";
    font-family: FontAwesome;
	float:right;
	padding:5px 0;

}
.ta textarea {
  min-height: 300px;
}














@media (max-width: 1120px) {
/*usuario*/
#usuario {
    text-align: center !important;
    width: 100% !important;
 
}
#user {
    margin: 0 auto !important;
 
    height: 40px;
    width: 100%;
}
.abierto {
  width: 4em; 
  font-size:0.6em;  
  text-align:center;   
}
.cerrado {
  width: 4em;
  font-size:0.6em; 
  text-align:center;   
}
}
@media (max-width: 544px) {
	
#formu {
    width: 70rem;
}	
.search-form ul, ol {
    margin: 0 auto !important;

}
header .search-form {
    text-align: center !important;
	    width: 100% !important;
		max-width: 500px !important;
		float:left;
}
header .search-form ul {
		float:left;
}
}


.caja h2 {  
margin-bottom: 2.5rem !important; 
}
/*.caja h2 {
  font-size: 1.3rem !important;
  font-weight:700px !important;
}*/


/*a, a:link, a:visited {
    color: #E11E26 !important;
    text-decoration: none;
}
*/
.badge2 {
	font-size:0.8em !important;
	text-align:center;
	font-weight:bold;
} 
.box {
    padding: 0 !important;
}
.flex {
    white-space: -moz-pre-space;
    width: auto;
}
.txtmenu {
    font-size: 1em !important;
	line-height: 2.5em !important;
}
aside.txtmenu a:hover {
    color: #000000 !important;
}
aside.txtmenu a::after {
	background-color: #FFFFFF !important;
}
.entra {
    min-width: 50px !important;
	display: flex;
	font-size: 0.9em !important;
align-items: baseline;
float: right;
}

.entra2 {
	display: flex;
	font-size: 0.8em !important;
align-items: baseline;
float: right;
}
.box2 {
    min-height: 620px !important;
}
.entra .form-control.form-control-sm {
    width: auto;
    margin: 0 10px;
}

.user {
    float: right !important;
}
.busqueda input {
    max-height: 30px !important;
}
.lista {
    padding: 1rem;
}
.lista li {
    padding-bottom: 0.3rem;
}

.lista a {
    color: #01686f !important;
    text-decoration: none;
}
 

.lista ul {
  font-size:0.9em;
  list-style-image: url("../flecha.png");
  list-style-position: outside;

}
.lista ul li a {
  color: #555; 
  line-height:1.5em;
}
.lista ul li a:hover {
  color: red; 
}
/*.lista ul li::before {
  content: '>';
  position: absolute;
  left: 0;
  color: #CCC; 
  font: 1em 'Consolas';
  font-weight:900;
  margin-right:5px;
  list-style-image: url("img/flecha.png");
  list-style-position: inherit;
}*/

.col-lg-5 { 
  width: auto; 
}

.plus {
    font-size: 1.5rem !important;
    line-height: 0 !important;
}
.support {
    font-size: 2.5rem !important;
    line-height: 0 !important;
}
  #intro {
    margin-top: 5rem; }	

/*#categoryFilter option { color: green; }
.empty { color: blue; }*/

.expand {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-height: 100vh;
  justify-content: center;
  align-items: center; }

#heading {
  width: 100%;
  /*background-color: #eee;*/
  margin: 55px 0 5px;
  padding: 5px 70px; }

#main-content {
  width: calc(100% - 45px);
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 80px; }

.required {
  color: #01686f;
  font-size: 1.4rem;
  position: absolute;
  transform: translate(7px, -7px); }

.great-title {
  font-size: 6rem; }

.black-title {
  color: #444; }

.alert {
  width: 80%;
  max-width: 400px;
  position: absolute;
  right: 0;
  z-index: 11;
  top: 80px; }
  .alert .alert-success {
    background-color: rgba(51, 204, 51, 0.65); }
  .alert .alert-error {
    background-color: rgba(225, 30, 38, 0.65); }

.bg-white {
  background-color: #fff; }

/*header {
  color: #fff;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 50px 0 rgba(50, 50, 50, 0.4);
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 10; }
  header > div {
    padding: 15px 15px;
    font-weight: bold; }*/
	
header {
  color: #fff;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 50px 0 rgba(50, 50, 50, 0.4);
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 123459; }
  header > div {
    padding: 10px 15px;
    font-weight: bold; }	
	

#nav-button {
  width: 80px;
  background-color: #00686E;
  line-height: 70px;
  text-align: center;
  color: #fff; }
  #nav-button .close-btn {
    display: none; }
  #nav-button.to-close .normal-btn {
    display: none; }
  #nav-button.to-close .close-btn {
    display: inline-block; 
	}

#user-profile {
  /*width: 15%;
  background-color: #444;*/
  /*line-height: 35px;*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row; }
  #user-profile #user-name {
    align-self: flex-end; }
    #user-profile #user-name .close-btn {
      display: none; }
    #user-profile #user-name.to-close .normal-btn {
      display: none; }
    #user-profile #user-name.to-close .close-btn {
      display: inline-block; }
    #user-profile #user-name i {
      margin-left: 10px; }

#logo {
  width: calc(35% - 50px);
  /*width: 20rem;*/
  min-width:100px;
  margin-top:0.7rem; }
  
  #logo .logo-header {
    height: 45px; }
	
.mas {
  float: right;
  text-align: right; 
   
}
.mas a { 
  color: #8BE4DF !important;
}  
  	
.c-top{
  float:right; }	
  .c-top__menu{
  list-style-type:none;
  margin:0;
  padding:0; }

.c-top__menu li{
  float:left;
  position:relative; }

.c-top__menu li:last-of-type a{
  background-color:#7a306C; }

.c-top__menu li:first-of-type a,.c-top__menu li:last-of-type a{
  display:block;
  color:#fff;
  padding:10px 20px;
  text-transform:uppercase;
  font-weight:700;
  font-size:1em !important;
  font-family: "Open sans", sans-serif; 

} 

.c-top__menu li:first-of-type a{
  background-color:#00a896; }

.c-top__menu li:first-of-type a:hover,.c-top__menu li:last-of-type a:hover{
  text-decoration:none; }

.c-top__menu ul{
  display:none;
  list-style-type:none;
  margin:0;
  padding:0;
  position:absolute;
  top:100%; }

.c-top__menu li:hover ul{
  display:block; }
  
	
	
#formu { width: calc(75% - 50px);
/*width:  70rem;*/ }
 
.bg-danger {
    background-color: #7a306C !important;
}
.border-danger {
    border: 1px solid #01686f !important;
}
.border-red {
    border: 1px solid #DC3545!important;
}

aside#main-menu {
  position: absolute;
  padding: 20px;
  background: #00686E;
  transition: all ease 0.5s;
  width: 220px;
  top: 70px; }
  aside#main-menu {
    height: calc(100vh - 55px);
    transform: translateX(-300px);
    left: 0; }
aside#main-menu.active {
    transform: translateX(0);
    z-index: 11;
}
  aside#user-options {
    right: 0;
    transform: translateX(300px); }
    aside#user-options.active {
      transform: translateX(0); }
    aside#user-options li {
      text-align: right; }
  aside li {
    list-style: none;
    padding: 8px 0; }
  aside .logout {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    /*margin-top: 20px;*/
    padding-top: 20px; }
	.pentrada {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 20px;
    padding-top: 20px; }
	.destacadosr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
    padding-bottom: 20px; }
  aside a {
    font-weight: bold;
    color: #fff !important;
    position: relative;
    transition: all ease 0.5s;
    z-index: 2;
    padding: 5px; }
  .sidebar-inner aside a {padding: 0px;}
    aside a::after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 0px;
      content: "";
      display: inline-block;
      transition: all ease 0.5s;
      background-color: #00a896;
      z-index: -1; }
    aside a:hover {
      color: #444;
      text-decoration: none; }
      aside a:hover::after {
        height: 100%; }

#aside-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(68,68,68,0.7);
    z-index: -1;
}
header .search-form .search-field {
    width: 100%;
}
.buscar {
    width: 99%;
}
header .search-form {
    width: 99%;
	margin: 0 auto;
}
header aside li {
    padding: 3px 0 !important;
}
.cat {
    width: 100% !important;

}
.select2-container .select2-selection--multiple {
    min-height: 29px !important;
	/*max-width:16rem !important;*/
	min-width:15% !important;
	width:100% !important;
}
.list-inline-item .select2 {
    width: 20rem !important;
}

.breadcrumb-nav a {
  color: #00a896;
  font-weight: bold; }
  .breadcrumb-nav a:after {
    content: " / ";
    font-weight: 100; }

@media (max-width: 1000px) {
  /*#user-profile {
    width: 25%; } }*/
	.breadcrumb-nav a {
  color: #00a896;
  font-weight: bold; }
  .breadcrumb-nav a:after {
    content: " / ";
    font-weight: 100; }}
@media (max-width: 950px) {
.titform {padding-top: 0.5em;}
.list-inline-item {padding-top: 0.5em;}
}
@media (max-width: 645px) {
  /*#user-profile {
    width: 45%; } }*/

.breadcrumb-nav a {
  color: #00a896;
  font-weight: bold; }
  .breadcrumb-nav a:after {
    content: " / ";
    font-weight: 100; }

.bordered {
  border: 1px solid;
  padding: 10px 15px 0;
  margin-bottom: 10px; }

.collapsable {
  display: flex;
  flex-direction: row;}
  .collapsable:after {
    content: "\f0d7";
    display: inline-block;
    font-weight: 100;
    font-family: FontAwesome; }

.add-new-container {
  margin-bottom: 3px;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.only-filter {
  justify-content: end; }

.tabletized-info {
  overflow-x: auto;
  overflow-y: auto;
  max-height: calc(100vh - 100px);
  margin-bottom: 10px;
  width: 100%; }  

  .card .tabletized-info-table {
    max-height: calc(100vh - 100px);
}
  .tabletized-info.options.options-simple {
    padding-left: 54px;
  }
  .tabletized-info > div {
    flex-flow: nowrap;
    position: relative; }
    .tabletized-info > .tabletized-info__header {
        position: sticky;
        top: 0;
        z-index: 3;
    }
    .tabletized-info > .tabletized-info__header > div {
        background: #fff;
    }
    .tabletized-info > div > div, .tabletized-info th {
      padding: 10px !important;
      border-bottom: 1px solid; }
      .tabletized-info > div > div.borderless {
        border-bottom: 0; }
      .tabletized-info > div > div.dashboard-table__row__options {
        position: absolute;
        border-bottom: 0;
        width: auto;
        opacity: 0;
        right: 0;
        overflow: hidden;
        padding: 0 !important;
        transition: all ease 0.5s;
        padding: 10px !important;
        transform: translateY(150%);
        justify-content: right;
        align-items: center; }
        .tabletized-info > div > div.dashboard-table__row__options:not('.newOptions') {
          display: flex;
          background-color: #444 !important;
        }
        .tabletized-info > div > div.dashboard-table__row__options.newOptions,
        .tabletized-info-table table tr td.dashboard-table__row__options.newOptions {
            position: static;
            opacity: 1;
            transform: translateY(0);
            border-bottom: 1px solid;
        }
        .tabletized-info-table table tr td.dashboard-table__row__options.newOptions {
          border-bottom: 0;
        }
        .tabletized-info.options.options-simple > div > div.dashboard-table__row__options {
          left: -54px;
          opacity: 1;
          transform: translateY(0);
        }
        .tabletized-info > div > div.dashboard-table__row__options i {
          color: #fff;
          margin: 0 10px; }
        .tabletized-info > div > div.dashboard-table__row__options.newOptions i,
        .tabletized-info-table table tr td.dashboard-table__row__options.newOptions i {
            color: #444;
            
        }
        .tabletized-info > div > div.dashboard-table__row__options i:hover,
        .tabletized-info > div > div.dashboard-table__row__options a:hover i{
          color: #444;
        }
        .tabletized-info > div > div.dashboard-table__row__options.newOptions i:hover,
        .tabletized-info > div > div.dashboard-table__row__options.newOptions a:hover i,
        .tabletized-info-table table tr td.dashboard-table__row__options.newOptions i:hover,
        .tabletized-info-table table tr td.dashboard-table__row__options.newOptions a:hover i{
          color: #fff;
        }

    .tabletized-info > div:nth-child(2n+1) {
      background-color: #fff; }
    .tabletized-info > div:nth-child(2n) > div {
      background-color: #f2f2f2; }
    .tabletized-info > div.tabletized-info__header {
      border-color: #fff; }
      .tabletized-info > div.tabletized-info__header strong {
        cursor: pointer;
        display: flex;
        justify-content: space-between; }
        .tabletized-info > div.tabletized-info__header strong:after {
          content: "\f0dc";
          font-family: FontAwesome; }
      .tabletized-info > div.tabletized-info__header .orddesc strong:after {
        content: "\f0dd"; }
      .tabletized-info > div.tabletized-info__header .ordasc strong:after {
        content: "\f0de"; }
    .tabletized-info > div.warning {
      border-left-color: #f8a700; }
    .tabletized-info > div.success {
      border-left-color: #33cc33; }
    .tabletized-info > div.error {
      border-left-color: #7a306C; }
    .tabletized-info > div:hover > .dashboard-table__row__options {
      transform: translateY(0);
      opacity: 1; }
  .tabletized-info a {
    color: #444;
    position: relative;
    transition: all ease 0.5s;
    z-index: 2;
    padding: 0 5px;
    display: inline-block; }
    .tabletized-info a::after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 0px;
      content: "";
      display: inline-block;
      transition: all ease 0.5s;
      background-color: #444;
      z-index: -1; }
    .tabletized-info a:hover {
      color: #fff;
      text-decoration: none; }
      .tabletized-info a:hover::after {
        height: 100%; }

    .tabletized-info .dashboard-table__row__options a::after{
      background-color: #fff;
    }

    .tabletized-info .dashboard-table__row__options.newOptions a::after,
    .tabletized-info-table table tr td.dashboard-table__row__options.newOptions a::after{
      background-color: #444;
    }

    .tabletized-info .dashboard-table__row__options a::hover{
      color: #444;
    }

.collapsedRow {
  height: 0;
  overflow: hidden;
  margin-bottom: 0; }

span.alertText {
  color: #fff;
  display: inline-block;
  border-radius: 13px;
  padding: 0px 5px;
  font-weight: bold;
  text-align: center; }
  span.alertText.success {
    background-color: #33cc33; }
  span.alertText.error {
    background-color: #7a306C; }
  span.alertText.warning {
    background-color: #f8a700; }

.blankLine {
  padding-top: 31px; }
  
  }

@media (max-width: 767px) {
  .blankLine {
    padding-top: 52px; }
	
  #intro {
    margin-top: 13rem; }	

	 }






.entry-content {
  font-size: 0.9rem;
  line-height:1rem;
  padding-top:1rem;
}
.post-title {
  font-size: 1.1rem;
  font-weight:600;
  padding-bottom:9px;
  padding-top:9px;
  line-height:1.2rem;
}
.post-title a {
  color: #554343 !important;
}
.post-meta, .post-author, .entry-date, .post-date {
  font-size: 0.75rem !important;
}
.post-more {
  font-size: 0.95rem;
  padding-top:1rem;
  padding-bottom:1rem;
}

.search-form ul, ol {
    margin: 0 !important;
}
header aside li {
    padding: 0 !important;
}
.txtpeq3 {
  font-size: 0.9rem !important;
}
.txtpeq {
  font-size: 0.7rem !important;
}
.txtpeq2 {
  font-size: 0.8rem !important;
}

/*.icono {
    display: block;
    position: relative;
    left: 20px;
    top: 30px;
}*/
.icono {
    max-height: 10px;
}
.ico {
    height: 30px;
    display: inline-block;
    padding: 0 7px 0 0;
}

.select2-selection__choice {
    background-color: #444444 !important;
	font-size: 0.8rem !important;
	padding:0 0.5rem 0 0.5rem !important;
}
.selection ul li {
    /*background-color: #444444 !important;*/
	font-size: 0.8rem !important;
	padding:0 0.5rem 0 0.5rem !important;
}

label .search-field {
	font-size: 0.8rem !important;
	padding:0.35rem !important;
}

.search-form .search-submit {
	font-size: 0.8rem !important;
	padding:0.4rem 1.2rem 0.4rem 1.2rem !important;
}
 

.list-inline-item .select2 {
width: 35rem;
}

#user-profile {
    line-height: 0.7rem !important;
    font-size: 0.7rem !important;
}

/*nueva fuente*/
 
a .icon-bridge {
color: #fff;
}
a:hover .bridge{
color: #444;
size: 40px;
} 
	

/*selector search*/
.select2-selection__choice {
    background-color: #000 !important;
    padding: 0 5px;
}

.dataTables_length {
    max-width: 280px;
    display: flex;
    align-items: baseline;
    border-bottom: 1px solid #eee;
    padding: 5px;
}
.dataTables_length {
    clear: both;
    float: right;
}



.leer {
  font-size: 10rem !important;
}

div textarea {
  box-sizing: border-box;
  width: 100%;
} 

