/*-------------------------------------------------------------------------*/
/*	ZONA CLIENTE
/*	Estilos personalizados
/*-------------------------------------------------------------------------*/
.alink {
  border-bottom: 1px solid #0074ab;
  padding-bottom: 2px;
}
.title small {
  font-weight: 300;
  font-size: 18px;
}
.bloque-titulo {
  overflow: hidden;
}
.bloque-titulo .right {
  margin-top: 20px;
}
.caja {
  background: #e3e3e3 none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.05) inset;
  color: #6f6f6f;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 10px;
}
.caja .form-group {
  vertical-align: top;
}
.caja p {
  margin: 0;
}
.caja.caja-inverted {
  background: #fff none repeat scroll 0 0;
}
.caja .form-control {
  padding-left: 7px;
  padding-right: 7px;
}
.caja.caja-search {
  margin-bottom: 30px;
}
.dataTables_length,
.dataTables_paginate,
.dataTables_info {
  display: none !important;
}
th.sorting_desc,
th.sorting_asc {
  background: #2fa7e0;
}
.sorting_asc::after,
.sorting_desc::after {
  content: "\2193";
  float: right;
}
.sorting_desc::after {
  content: "\2191";
}
.table-row td {
  cursor: pointer;
}
.container-loader {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  background-color: #fff;
  width: 150px;
  height: 150px;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 1px 10px #d8d8d8;
  display: none;
}
.loader {
  border: 16px solid #f3f9ef;
  border-radius: 50%;
  border-top: 16px solid #0074AB;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite /* Safari */;
  animation: spin 2s linear infinite;
}

#noty_topCenter_layout_container {
  left: 50% !important;
  width: 90% !important;
  transform: translate(-50%, 0);
}
@media (min-width: 650px) {
  #noty_topCenter_layout_container {
    width: 70% !important;
  }
}
@media (min-width: 1200px) {
  #noty_topCenter_layout_container {
    width: 30% !important;
  }
}
#noty_topCenter_layout_container li {
  background: #fff !important;
  border: 2px solid #0074AB !important;
  border-radius: 0 !important;
}

.alert-titulo {
  color: #0074AB;
  font-size: 2.3rem;
  margin: 0.5rem 0 0 0;
  text-align: center;
}

.table-row-select td, .table-row-select:nth-child(odd) td, .table-row-select:nth-child(even) td, .table-row-select:hover td {
  background: #99c6dc !important;
  color: #fff;
  z-index: 899 !important;
}


/*-------------------------------------------------------------------------*/
/*	JQuery UI
/*-------------------------------------------------------------------------*/
.ui-widget {
  font-family: "Roboto", sans-serif !important;
  font-size: 1em !important;
  color: colorGrisMuyOscuro !important;
}
.ui-widget-header {
  background: #2fa7e0;
  color: #fff;
  border: none;
}
.ui-state-default {
  font-weight: normal !important;
  color: #2fa7e0 !important;
}
.ui-state-active {
  background: #0074ab !important;
  color: #fff !important;
}
.ui-datepicker .ui-widget-header {
  background: #0074ab !important;
  color: #fff !important;
  border: none;
}
.ui-datepicker .ui-state-default {
  font-weight: normal !important;
  color: #0074ab;
}
.ui-datepicker .ui-state-active {
  font-weight: bold !important;
  color: #fff !important;
}
.ui-datepicker {
  z-index: 9001 !important;
}
/*-------------------------------------------------------------------------*/
/*	Login área cliente
/*-------------------------------------------------------------------------*/
.login-box {
  width: 350px;
  margin: 150px auto 0 auto;
  text-align: center;
}
.login-box .form-login {
  padding: 10px 20px;
}
.login-box .form-login .btn,
.login-box .form-login input {
  width: 100%;
  margin-bottom: 15px;
}
/*-------------------------------------------------------------------------*/
/*	Mensajes
/*-------------------------------------------------------------------------*/
.mensajeOriginal p {
  font-style: italic;
}
.formresponder {
  padding-top: 5px;
}
.formresponder .btn {
  margin-top: 10px;
  margin-right: 10px;
}
.lesrespostes {
  padding-top: 20px;
}
.conversa {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.conversa h4 {
  margin-top: 0;
}
.conversa li {
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ddd;
  background: #f2f2f2;
}
.conversa li.deyse {
  background: #b0d6e8;
}
.conversa li p {
  margin: 0;
}
.table-row.nuevo td {
  font-weight: bold;
}
.encontrados {
  font-size: 16px;
  color: #666;
  letter-spacing: 0;
}
.encontrados strong {
  font-weight: 600 !important;
}
.popup-xl .modal-dialog {
  width: 95%;
}
/*-------------------------------------------------------------------------*/
/*	Documentos
/*-------------------------------------------------------------------------*/
#documentosTabla .table-row:hover td {
  background: #0074ab !important;
  color: #fff;
}
#documentosTabla .row-documento {
  display: none;
}
#documentosTabla .row-documento .td-nombre {
  width: auto;
}
#documentosTabla .row-documento .td-fecha,
#documentosTabla .row-documento .td-size,
#documentosTabla .row-documento .td-action {
  width: 100px;
}
#documentosTabla .row-carpeta {
  cursor: pointer;
}
#documentosTabla .row-carpeta td {
  background: #c6f1ff !important;
}
#documentosTabla .row-carpeta .icon-carpeta {
  margin-right: 5px;
}
