body {
	/*background-image: url(../img/login.jpg);*/
	background-size: 100%;
	background-repeat: no-repeat;
}

.panel-heading {
  padding: 5px 15px;
}

.panel-footer {
	padding: 1px 15px;
	color: #A0A0A0;
}

.profile-img {
	width: 80px;
	height: 80px;
	margin: 0 auto 10px;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.panel-contenedor {
	
}


#globo:before{
    content: "";
    width: 0;
    position: absolute;
    border-style: solid;
    border-width: 5px 10px 5px 0;
    border-color: transparent #666;
    top: 20px;
    left: -10px;
}

/* .spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
} */

.domicilio .escritura .generales .credito .contacto {
  cursor: pointer;
}

.icon_accion{
  font-size: 40px!important;
}

.height-auto{
  height: auto!important;
}

.icon_size {
  width: 10em!important;
  text-align: center!important;
}

/*iconos de acciones de los datatable*/
.icon_acciones{
  margin: 0px 5px;
}

.ver-documento .eliminar-documento{
  min-width: 3rem!important;
}

/*Indicador de seleccion en las tabs*/
.indicator{
  width: auto!important;
}

/*Estilo en caso de que la clase 'active' no funcione al abrir modales desde jquery*/
.onet{
  font-size: 0.8rem!important;
  -webkit-transform: translateY(-140%);
  transform: translateY(-140%)!important;
}

#documento{
  position: absolute!important; 
  top: -100px!important;
}

.full-width{
  width: 100%!important;
  
}

.img-publicacion{
  width: 50%;
}

/*      
 **************** Estilos vista 2 **********************
*/
#v2-tarjetas{
  margin-top: 10px !important;
}

#after{
  margin-top : 10px!important;
}

.contacto-ul{
  display: none;
}

.credito-ul{
  display: none;
}

/*      
 ************** Estilos Tarjeta de resumen **********************
*/
.resumen{
  /* height: 181px!important;
  margin-left: 5px !important; */
}

.resumen-content>b{
  font-size: 12px!important;
}

.resumen-content>span{
  font-size: 12px!important;
}

/*      
 ************** Estilos barra de busqueda (Data table) **********************
*/
.dt-buscar{
  background:#f1f1f1!important;
  border:0!important; 
  padding:2px 10px!important; 
  height:32px!important;
  margin-top:0px!important;
}

/*      
 *************************** Estilos tarjeta total vista 1 ***********************
*/
.tarjeta-content{
  height: 100%!important; 
  width: 100%!important; 
  border-radius:10px!important;
}

.tarjeta-icon{
  font-size:42px!important; 
  align-items:center!important; 
  height:100%!important; 
  display:grid!important;
  padding-top: 10px!important;
}

.tarjeta-label{
  padding-top:10px!important; 
  margin-bottom:-11px!important;
}

.tarjeta-label>b{
  font-size:17px!important;
}

.tarjeta-body{
  display: flex!important; 
  align-items:center!important;
}

/*      
 *************************** Estilos tarjeta total Dashboard ***********************
*/

#t1, #t2, #t3, #t4{
  font-size: 20px;
}


/*      
 *************************** Estilos tarjetas contadores vista 2 ***********************
*/
.tj1{background:  var(--colorTema) !important;}
.tj2{background:#f1d5a6!important;}
.tj3{background:#ead4a3!important;}

.tj-contador{
  height: 90px!important;
  margin-top: 7px!important;
  padding-right: 0!important;
  
}

.tj-contenedor{
  width: 100%!important; 
  /* margin-left: -20px!important;  */
}

.tj-body{
  display: flex!important; 
  align-items:center!important;
}

.tj-body-sp{
  height: 70px!important;
}

.tj-icono{
  font-size:17px!important; 
  align-items:center!important; 
  height:100%!important; 
  float: left;
  margin: 0.656rem 0 0.656rem 0;
  margin-right: 5px;
}

.tj-label{
  display: contents!important; 
  text-align:left!important;
}


@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/*
***************************    Temas globales  **********************************
*/
.modal-body{
  margin-top: 20px;
  float: left;
  width: 100%;
  padding: 0px 20px;
}

.modal-close{
  background: #e24747ed!important;
  color: white!important;
  margin-right: 1rem!important;
}

.modal .modal-content{
  padding: 7px!important;
}

.modal{
  max-height: 80%!important;
  width: 75%!important;
  border-radius: 9px!important;
}

.modal-scroll{
  overflow-y: scroll; 
  max-height: 50vh;
}

.w3-modal{
  top: 0!important;
}

.margin-bottom-row {
  margin-bottom: 5px !important;
  margin-top: 0.1rem !important;
}

h5{
  font-size: 1.28rem!important;
}

.Logo{
  height: 279px;
}

.btn{
  /*border-radius: 8px!important;*/
  max-width: 220px!important;
  min-width: 114px!important;
}

.btn-small {
  max-width: 100px!important;
  min-width: 50px!important;
}
.btn-medium {
  max-width: 220px!important;
  min-width: 114px!important
}
/* .btn-large {
  max-width: 420px!important;
  min-width: 220px!important
} */

header>nav {
  background: #ffffff!important;
}

.colorTema{ 
  background: #114D81!important;
}

.letraTema{
  color: #004E41!important;
}

/* Encabezado modales/titulares */
.cenefa{
  font-size: 20px!important;
  color: white!important;
  font-weight: bold!important;
  width : 100%!important;
}

.side-nav{
  width: 227px!important;
  z-index: 800!important;
}

body{  
  background-color: #f4f6f9!important;
}

.mn-inner{
  padding-left: 231px!important;
}

.sidebar-profile{
  padding: 6px 16px!important;
}

/*
thead{
  background-color: #cfd8dc!important;
}*/

#modal-autorizacion{
  z-index: 9999999;
}


/************************************** PRE LOADER 1****************************/

/* .spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
} */

/*********************** FIN PRE LOADER 1***************************/

/************************************** PRE LOADER 2****************************/
.spinner {
  margin: 100px auto;
  width: 80px;
  height: 80px;
  position: relative;
  text-align: center;
  
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #333;
  border-radius: 100%;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


/*********************** FIN PRE LOADER 2***************************/

table.dataTable tbody tr.selected{
  background-color : #ececec!important;
}

/********************* Estilos modal publicaciones  intranet/inicio ***********************/
.wrapper-intranet{
  float : left;
  width : 100%;
}

.publicacion{
  margin-top : 30px!important;
}

.informacion{
  text-align : justify!important;
  padding : 0 30px 0 10px!important;
}

.publicacion .card-content .row .col{
  text-align: center;
  font-size: 1.1rem;
}

.contenedor-publicacion{
  width: 40%!important;
  overflow: inherit!important;
}

.flow-text{
  font-size: 16px!important;
  line-height: 18px;
  font-weight: bold;
  letter-spacing: 0.85px;
}

.contenedor>h4{
  font-weight: 500!important;
}

.titulo{ 
  line-height: 30px;
}

.titulo>i{ 
   font-size:30px!important;
}

.info-publi>div{
  margin-right: 5px!important;
  float:left!important;
}

.adjunto{
  line-height: 27px;
}

.adjunto:hover{ 
  color: rgb(38, 104, 165)!important;
}

.video, .imagen{
  height: 355px!important;
  background:rgb(184, 184, 184)!important;
  width: 30%!important; 
} 

.logo-img{
  width: 100%;
}

#publicaciones{
  text-align: center;
}

#accesos_rapidos{
  width : 20%!important;
  left : 80%!important;
}

iframe{
  border: none!important;
}

.fecha {
  font-style: italic;
}

.tittle{
  background-color: #2c9c89;
  color: white;
}

.contenedor{
  margin-top: 2rem!important;
  margin-left: 0!important;
}

#predeterminada{
  margin-bottom: 2rem;
}

#title-publicaciones{
  font-size: 26px;
  width: 70%!important;
}

/********************* FIN Estilos modal publicaciones  ***********************/

/********************* Estilos cards dentro de nuevos modales  ***********************/
.card-movimientos{
  width: 99%;
  margin-left : 0.5%!important;
}

/**********************tamaño tabla y bototnes***********/
.dataTable td, .dataTable th {
  padding: 3px!important;
  font-size: small!important;
}

.btn, .btn-flat{
  padding: 0 1rem;
}

.card .card-content{
  padding: 10px!important;
 
}

.card{
  border-radius: 6px!important;
  margin: 5px -5px 3px -11px;
}

.parte-derecha{
  padding: 0px!important;
 
}

.mn-inner.hidden-fixed-sidebar{
  padding-left: 7px!important;
}

/***********  color fondo pantalla completa *****************/

 :-webkit-full-screen{
  background-color:  #FAFAFA;
  }

  :-moz-full-screen{
  background-color:  #FAFAFA;
  }

  :-ms-fullscreen{
  background-color:  #FAFAFA;
  }

  :fullscreen{
  background-color:  #FAFAFA!important;
  }

  html{
    background-color: #FAFAFA!important;
  }
/*********************Estilos de ayuda   ***************************/
.m-t{
  margin-top: 10px !important;
}

.m-t15{
  margin-top: 15px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.m-b{
  margin-bottom: 10px;
}

.m-r{
  margin-right: 10px;
}

.m-l{
  margin-left: 10px;
}

/*******************  Estilos perfil    **********************/

.opciones-perfil{
  display: inline-flex;
  justify-content: space-evenly;
}

.valor-perfil{
  font-size: 18px;
  text-align: left;
}

.valor-perfil>.full-width>b{
  color: #656565;
}

.img-pub-pro{
  width: 100%!important;
  height: min-content!important;
}

/****************      Estilos votaciones ******************/

.votado{
  font-size : 10rem;
  margin : 5rem 0;
  
}

/****************  FIN Estilos votaciones ******************/


/*++++++++++++++++++++++++++++++++++++++++ Funciones responsive para version movil +++++++++++++++++++++++++++++++++++++++*/

/* Capitalizando texto */

.capitalize {  text-transform: capitalize !important; }

.uppercase { text-transform: uppercase !important; }

.lowercase { text-transform: lowercase !important; }

/*Tarjetas home*/
.tj-contadorInicio{
  margin-top: 7px!important;
}

.tj-iconoInicio{
  font-size: 50px!important;
}

.aviso-body{
  display: flex!important; 
  align-items:center!important;
  height: 8rem!important;
}

.labelInicio{
  font-size: 28px!important;
}

.imgInicio{
  margin-top: 10px!important;
}

.boton-perfil{
  width: 16rem!important;
}

.acceso-rapido{
  /* font-size: 16px;
  padding: 5px;
  text-align: left; */
}

.label-ar{
  width:70%;
  text-align: left;
  float: left;
}

.counter{
  font-size: 18px!important
}

.contador{
  font-size: 18px!important
}

/************** Estilos  Wizard *****************/

 .actions a[href="#previous"] {
  background: #238ac7 !important;
  color: #f1f1f1 !important;
  border-radius: 7% !important;
  margin: 5px;
}

.actions a[href="#next"] {
    background: #2c9c89 !important;
    color: #f1f1f1 !important;
    border-radius: 7% !important;
   margin: 5px; 
}

.actions a[href="#cancel"] {
 background: #bd2227 !important;
 color: #f1f1f1 !important;
 border-radius: 7% !important;
 margin: 5px;

}

.actions a[href="#finish"] {
  background: #2c9c89 !important;
  color: #f1f1f1 !important;
  border-radius: 7% !important;
  margin: 5px;
}

/************** Estilos  caritas *****************/
.bien, .regular, .mal{
  font-size: 40px;
  cursor: pointer
}

.bien:hover{
  color:green;
}

.regular:hover{
  color: blue;
}

.mal:hover{
  color: red;
}

.enviar-encuesta{
  margin-top : 10px;
  padding : 10px;
}

.encuesta{
  margin-top : 20px;
}

.encuesta > div > i{
  font-size : 30px;
}

/* * * * * * * * * * *  Estilo responsivo para inicio intranet - accesos rápidos* * * * * * * * * * * */
@media screen and (min-width: 1801px){
  .wrapper-intranet{
    width : 77%!important;
  }
}

@media screen and (min-width: 1600px) and (max-width: 1800px){
  .wrapper-intranet{
    width : 76.7%!important;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1599px){
  .wrapper-intranet{
    width : 76.4%!important;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1399px){
  .wrapper-intranet{
    width : 76.1%!important;
  }
  
}

@media screen and (min-width: 1146px) and (max-width: 1299px){
  .wrapper-intranet{
    width : 75.6%!important;
  }
  
}

@media screen and (min-width: 994px) and (max-width: 1145px){
  .wrapper-intranet{
    width : 74.5%!important;
  }

}

/* * * * * * * * * * *  Estilos pantallas muy grandes * * * * * * * * * * * */
@media screen and (min-width: 1295px) {
  .labelInicio{
    font-size : 22px!important;
  }

  .tj-contadorInicio {
    height : 100px!important;
  }

  .count {
    font-size : 23px!important;
  }
}

/* * * * * * * * * * * Estilos pantallas escritorio * * * * * * * * * * * */
@media screen and (min-width: 995px) and (max-width: 1294px){
  .wrapper-intranet{
    width : 74.5%!important;
  }

  .datos-escritorio{
    margin-left : 4rem;
    font-size : 16px;
  }

  .encuesta .s8{
    font-size : 30px;
  }
  
  .labelInicio{
    font-size : 16px!important;
  }

  .tj-body-sp {
    height : 7rem!important;
  }

  .count{
    margin-top : 1rem;
    font-size : 17px;
  }
  
}

/* * * * * * * * * * *  Estilos pantallas tablet * * * * * * * * *  * * */
@media screen and (max-width: 994px) {
  .wrapper-intranet{
    width : 80%!important;
  }

  .valor-escrituras{
    font-size : 16px;
  }

  .datos-escritorio{
    display : none!important;
  }

  .datos-mobil{
    display : block!important;
  }

  .datos-mobil .btn{
    box-shadow : none!important;
  }

  .acceso-rapido{
    font-size : 10px;
  }
  
  .valor-escrituras{
    font-size : 18px;
    text-align : left;
  }
  
 

  .label-ar, .icon-ar{
    width : 100%!important;
    text-align : center!important;
  }

  #slide-out{
    width : 100%!important;
  }

   .labelInicio{
    font-size : 20px!important;
  }
  
  .boton-perfil{
    width : 50%!important
  }

  #cuotaext, #cuotaord, #saldo{
    font-size : 18px
  }

}

/* * * * * * * * * * * Estilos pantallas celulares * * * * * * * * * * * */
@media screen and (max-width: 599px) {
  .wrapper-intranet{
    width : 100%!important;
  }

  #div-resumen{
    font-size : 16px;
    text-align : justify;
  }
  
  .boton-perfil{
    width : 100%!important
  }

  #publicaciones{
    width : 100%!important;
    margin-left: 0;
  }

  .valor-perfil{
    margin-left: 28%
  }
}

@media screen and (max-width: 360px ){
  .cenefa {
    font-size: 15px !important;
  }
}


.btn-flat.disabled-photo{
  background-color: lightgray;
}

.acciones-historial-abonos{
  width: 120px !important;
}



.btn-cancelar-abono, .btn-soporte {}


.canvas {
  display: block;
  margin: 0 auto;
  margin: 5px,  auto 0;
  background: #fff;
  border-bottom: 1px solid #ccc;
  /* border-radius: 3px; */
  /* box-shadow: 0px 0px 15px 3px #ccc; */
  cursor: crosshair;
}

/* Estilos del breadcrumb*/
ul.breadcrumb {
  /* padding: 10px 16px; */
  list-style: none;
  background-color:#f4f6f9;
  margin: 0;
}

ul.breadcrumb li {
  display: inline;
  font-size: 13px;
}

ul.breadcrumb li+li:before {
  padding: 3px;
  color: #757575;
  content: "\276F\276F";
  font-weight: 900;
}

ul.breadcrumb li a {
  color: #0275d8;
  test-decoration: none;
}

ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

.resumen-content{
  /* margin-top:10px; */
  /* border-left: 3px solid #114D81; */
}

.verdeTema{
  background: #004E41!important;
}
.verdeTemaLetra{
  color: #004E41!important;
}

.azulTema{
  background: #114D81!important;
}

.azulTemaLetra{
  color: #114D81!important;
}

.grisTemaLetra{
  color: #757575!important;
}

.side-nav li>a>i, .side-nav li>a>i.matrial-icons{
  color: #004E41!important;
}

.side-nav .collapsible-header, .side-nav.fixed .collapsible-header{
  font-weight: 800!important;
}

.dataTables_info{
  color: #004E41!important;
}

table.dataTable.no-footer{
  border-bottom: 1px solid  #e6e6e6!important;
}

.dataTables_paginate .paginate_button.current{
  background: #114D81!important;  
}
.material-design-hamburger__layer{
  background: #004E41!important;
}

.estrellas{
  justify-content: space-between;
  display: flex;
}

i.medium{
  font-size: 3rem;
}

.miLogo{
  margin-top: 50px;
  border: 5px solid #009e85;
}

.btnFotoPerfil{
  position: relative;
}



.separador{
  display: flex;
  align-items: center;
  text-align: center;
}

.separador::before, .separador::after {
  content: '';
  flex:1;
  border-bottom: 1px solid #333;
}


.separador::before{
  margin-right: .25em;
}


.separador::after {
  margin-left: .25em;
}

.pulse{
  animation: pulse 2s infinite;
}

@-webkit-keyframes pulse{

  0% {
    -webkit-box-shadow : 0 0 0 0 rgba(204,169,44,0.9);
  }

  70% {
    -webkit-box-shadow : 0 0 0 30px rgba(204,169,44,0);
  }

  100% {
    -webkit-box-shadow : 0 0 0 0 rgba(204,169,44,0);
  }
}

@keyframes pulse{

  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44,0.9);
    box-shadow: 0 0 0 0 rgba(204,169,44,0.4);  
  }

  70% {
    -moz-box-shadow: 0 0 0 30px rgba(204,169,44,0);
    box-shadow: 0 0 0 30px rgba(204,169,44,0);  
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44,0);
    box-shadow: 0 0 0 0 rgba(204,169,44,0);  
  }

}

.input-field .prefix{
  font-size: 3rem!important;
}

.select2-container--default .select2-selection--multiple{
  border: 1px solid #bcbcbc!important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple{
  border: 1px solid #bcbcbc!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
  color: #777777;
}

.select2-container--default .select2-selection--single {
  border-bottom: 1px solid #bcbcbc!;
  border-top: 1px solid white!important;
  border-left: 1px solid white!important;
  border-right: 1px solid white!important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #bcbcbc 1px!important;
}
  
select{
  border-bottom: 1px solid #bcbcbc!important;
  border-top: 1px solid white!important;
  border-left: 1px solid white!important;
  border-right: 1px solid white!important;
}


.addAnimacion{
  opacity: 0.0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.addAnimacion:hover{
  opacity: 1.0;  
}

.addHover:hover + .addAnimacion{
  opacity: 1.0;
}
.botones{
  padding: 0 5rem;
}
.botones a {
  /* margin: 20px 0;
  height: 4rem; */
  width: 18rem;
}
.botonPropietario{
  margin-bottom: 20px !important;
  text-align: center;
}
.card_contenerdor{
  text-align: center;
}

.btnBuscar{
  margin-top: 20px;
}

.select2-container .select2-selection--single{
  height: 37px!important;
}

.btn-large{
  letter-spacing: 0px!important;
}

.styleTable{
  overflow-x: scroll;
}

.styleTable::-webkit-scrollbar{
  height: 10px !important;
}

.styleTable table{
  table-layout: fixed;
  width: 100%;
}

.closeNotifiCont{
  display: none;
}

.closeNotifi{
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  top: 30%;
  box-shadow: 0 2px 6px #A0A0A0;

  transition: .7s;
}

.close{
  height: 36px;
  width: 36px;
  justify-content: center;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}


.aLista:hover ~ .closeNotifiCont{
  display: block;
  pointer-events: auto;
  transform: translate(0%);
  position: absolute;
  top: 16%;
  right: 5%;
}
.lista{
  position: relative;
}

.closeNotifiCont:hover{
  display: block;
  pointer-events: auto;
  transform: translate(0%);
  position: absolute;
  top: 16%;
  right: 5%;
}

.closeNotifi:hover{
  background-color: #A0A0A0;
}

.close i {
  padding: 2px;
}

.ver-mas{
  text-align: center !important;
  position: absolute;
  top: 100%;
}

.notification-text{
  width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* CARDS */
.card5{
  padding:5px 14vw;
  margin: 0;
}
.card4{
  padding:5px 20vw;
  margin: 0;
}
.card3{
  padding:5px 25vw;
  margin:0;
}
.resposiveCard{
  margin-bottom: 20px;
}
.resposiveCard2{
  margin-bottom:  20px !important;
}

/*RESPONSIVE*/

@media(min-width: 1px) and (max-width: 993px){
  .styleTable table{
    table-layout: auto;
  }
  .userName{
    display: none;
  }
  .resposiveCard{
    margin-bottom: 0 !important;
  }
}

@media(min-width: 1150px) and (max-width: 1400px){
  .card5{
    padding:5px 7vw;
  }
  .card4{
    padding:5px 10vw;
  }
  .card3{
    padding:5px 11vw;
  }
  .resposiveCard{
    margin-bottom: 0 !important;
  }
}

@media(min-width: 1px) and (max-width: 1150px){
  .card5{
    padding:5px 0vw;
  }
  .card4{
    padding:5px 0vw;
  }
  .card3{
    padding:5px 0vw;
  }
  .resposiveCard{
    margin-bottom: 0 !important;
  }
}