body {
	line-height: 1.2;
	position: relative;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?5t626p');
  src:  url('../fonts/icomoon.eot?5t626p#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?5t626p') format('truetype'),
    url('../fonts/icomoon.woff?5t626p') format('woff'),
    url('../fonts/icomoon.svg?5t626p#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.font-size-26 {
    font-size: 26px!important;
}
.font-size-28 {
    font-size: 28px!important;
}
.font-size-30 {
    font-size: 30px!important;
}
.font-size-32 {
    font-size: 32px!important;
}
.font-size-34 {
    font-size: 34px!important;
}
.font-size-36 {
    font-size: 36px!important;
}
.font-size-38 {
    font-size: 38px!important;
}
.font-size-40 {
    font-size: 40px!important;
}

.opacity-100 {
    opacity: 1;
}
.opacity-75 {
    opacity: 0.75;
}
.opacity-50 {
    opacity: 0.5;
}
.opacity-35 {
    opacity: 0.35;
}
.opacity-25 {
    opacity: 0.25;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-alert:before {
  content: "\e900";
}
.icon-almacenamiento-de-archivos:before {
  content: "\e901";
}
.icon-archivo_ita_menu:before {
  content: "\e902";
}
.icon-check_investigadores:before {
  content: "\e903";
}
.icon-check:before {
  content: "\e904";
}
.icon-clip:before {
  content: "\e905";
}
.icon-dashboard:before {
  content: "\e906";
}
.icon-delete:before {
  content: "\e907";
}
.icon-download:before {
  content: "\e908";
}
.icon-edit_table_estado_laboral:before {
  content: "\e909";
}
.icon-edit:before {
  content: "\e90a";
}
.icon-flecha-hacia-abajo:before {
  content: "\e90b";
}
.icon-help:before {
  content: "\e90c";
}
.icon-investigadores:before {
  content: "\e90d";
}
.icon-modificado_manualmente:before {
  content: "\e90e";
}
.icon-notification:before {
  content: "\e90f";
}
.icon-padlock:before {
  content: "\e910";
}
.icon-proyect:before {
  content: "\e911";
}
.icon-search:before {
  content: "\e912";
}
.icon-tool:before {
  content: "\e913";
}
.icon-view:before {
  content: "\e914";
}
.icon-x:before {
  content: "\e915";
}

a {
  color:#013e77;
}
a.link-text {
  color:#495057;
}
a.link-text:hover {
  color:#013e77;
}

#sidebar-menu ul li a i,
#sidebar-menu ul li a {
  color: #777;
}
#sidebar-menu ul li a:hover i,
#sidebar-menu ul li a:hover {
  color: #fff;
}

.head-login {
  background-color:#000 !important;
  background: url(../images/head-login.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}
.bg-logo {
  background-color:#fff !important;
}
.navbar-brand-box {
  padding: 0;
}
.navbar-brand-box,
.vertical-menu {
  background-color: #000 !important;
}
.vertical-collpsed .main-content-full,
.main-content-full {
  margin-left:0;
}
.vertical-collpsed .footer-full,
.footer-full {
  left:0;
}


.custom-combobox {
	position:relative;
	display: block;
}
.custom-combobox button {
	position:absolute;
	right:0;
	top:0;
	height: 100%;
	width: 40px;
	border:0 !important;
	background: transparent !important;
}
.custom-combobox button .ui-button-icon {
	display:none;
}
ul.ui-widget-content {
	z-index:9999;
    background-color: #fff;
    list-style: none;
    margin:0;
    padding:0;
}
ul.ui-widget-content>li>a {
	padding: 8px 20px !important;
	cursor:pointer;
	display:block;
	color: #00abdf;
	border:0;
}
ul.ui-widget-content>li>a:hover,
ul.ui-widget-content>li>a.ui-state-active {
	margin:0;
	background-color: #f3f3f3;
	color: #00abdf;
	border:0;
}


/* top alert */
.topalert>.topalert-container {
  position:relative;
}
.topalert-1>.topalert-container {
  height: 45px;
}
.topalert-2>.topalert-container {
  height: 90px;
}
.topalert>.topalert-container>.alert {
  position:fixed;
  left:0;
  right:0;
  z-index: 1005;
  white-space: nowrap;
  overflow:hidden;
}
.topalert>.topalert-container>.alert:nth-child(1) {
  top:0;
}
.topalert>.topalert-container>.alert:nth-child(2) {
  top:45px;
}
.topalert-1 .vertical-menu {
  margin-top:45px;
}
.topalert-2 .vertical-menu {
  margin-top:90px;
}
.topalert .vertical-collpsed .vertical-menu {
  margin-top:0;
}
.topalert #page-topbar {
  top:auto;	
}

#page-topbar {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.mm-active,
.mm-active i {
    color: #777 !important;
}
.mm-active .active,
.mm-active .active i {
    color: #fff !important;
}
.mm-active>a,
.mm-active>a i {
    color: #fff !important;
}

#sidebar-menu ul li ul.sub-menu li a {
    color: #777;
}
#sidebar-menu ul li ul.sub-menu li a:hover {
    color: #fff;
}

table.table-bordered.dataTable th {
  padding-left: 25px;
}
table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:before {
  left:.5em;
}
table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:after {
  left:1em;
}
.table>:not(caption)>*>* {
  padding: .5rem .5rem;
}
.table-bordered {
  border:0;
}
.table-bordered-fix {
    border: 1px solid #eff2f7;
}
.table-bordered th {
  border:0
}
table.table-bordered.dataTable th,
table.table-bordered.dataTable td,
table.table-bordered.dataTable td:last-child {
  border-right-width:0;
}
.dataTableFilterRange,
.dataTableFilter {
  padding: 3px 5px;
  border: 0;
  outline: 0;
}
table.table-bordered.dataTable tr:last-child th {
	padding-top: 0;
}

.table-light-2 input {
	background-color:#f3f3f3;
}

.company-selector .table-responsive {
	min-height: 400px;
}
.company-selector .table>tbody>:not(caption)>*>* {
  padding: 0 .5rem;
}
.company-selector .table>tbody a {
  display: block;
  padding: 1rem 0;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin-top:10px;
  justify-content:center;
}
.pagination .page-item .page-link { 
  height: 30px;
  width: 30px;
  text-align:center;
  margin-left: 2px;
  margin-right: 2px;
  padding:0;
  line-height:30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.pagination .page-item .page-link:hover {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.pagination .page-item.active .page-link {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  /*background-color: #f46a6a;
  border-color: #f46a6a;*/
}

.project-list-table {
  border-collapse:collapse;
  border-spacing:0;
  border-color:#f8f8fb;
}
.project-list-table tr {
	border-top-width:10px;
	border-bottom-width:10px;
}
.project-list-activity {
  border-top-width:0px !important;
  border-bottom-width:0px !important;
}
.project-list-activity td:first-child {
  width:20px;
  border-color:#f8f8fb;
  background-color:#f8f8fb;
}
.project-list-activity td {
  border-color:#ececec;
  background-color:#ececec;
}

.counter {
  top:-8px;
  left:-8px;
  position:absolute;
  padding-right:0.5em;
  padding-left:0.5em;
}
.avatar-group-count {
  top:-5px;
  left:-5px;
  position:absolute;
  padding-right:0.5em;
  padding-left:0.2em;
}
.avatar-group-wrapper {
  position:relative;
}
.avatar-group .avatar-group-item:first-child:hover {
    position: static;
    -webkit-transform: none;
    transform: none;
}
.image-rounded {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 50%;
}
.image-rounded img {
  display: block;
  max-width: 100%;
  height: auto;
}

.iconcheckbox {
  font-size:26px;
  vertical-align:middle;
}

.clock-danger .fc-content:before {
  float:left;
  font-family:'Font Awesome 5 Free';
  content: "\f017";
  margin-right:5px;
}

.fc-header-toolbar .btn {
    color: #fff;
    background-color: #f46a6a;
    border-color: #f46a6a;
}

.fc-header-toolbar .btn:hover {
    color: #fff;
    background-color: #cf5a5a;
    border-color: #c35555;
}

.fc-header-toolbar .btn.active, .fc-header-toolbar .btn:active {
    color: #fff;
    background-color: #c35555;
    border-color: #b75050;
}

.fc-header-toolbar .btn:focus {
    color: #fff;
    background-color: #cf5a5a;
    border-color: #c35555;
    -webkit-box-shadow: 0 0 0 0.15rem rgba(246,128,128,.5);
    box-shadow: 0 0 0 0.15rem rgba(246,128,128,.5);
}

.custom-accordion .folder-row:hover {
  background-color:#f3f3f3;
}
/*
.table-responsive-fixed {
  width: inherit;
  margin-bottom: 15px;
  overflow-x:  scroll;
  overflow-y: hidden;
  border: 0px solid #dddddd;
  margin-right: 8%;
  max-width: 85%;
}
.table-responsive-fixed .crud-links{
  position: absolute;
  width: auto;
  right: 0px;
  background-color: #ffffff !important;
}
.table-responsive-fixed table {
  table-layout:fixed;
  width:inherit;
  max-width:inherit;
}
*/

.limit_field {
  width:200px;
  overflow:hidden;
}
.profile-highlight {
  background-color:#ffffdd;
}
.profile-disabled {
  background-color:#f9f9f9;
  text-decoration: line-through;	
}
.unread {
  font-weight: bold;
  background-color:#f9f9f9;
}
.d-mobile-block {
  display:none;
}
.d-mobile-inline-block {
  display:none;
}
@media (max-width: 768px) {
  .d-mobile-none {
    display:none;
  }
  .d-mobile-block {
    display:block;
  }
  .d-mobile-inline-block {
    display:inline-block;
  }
  .w-mobile-200 {
    display:inline-block;
    white-space: normal;
    max-width:200px;
  }
  .w-mobile-300 {
    display:inline-block;
    white-space: normal;
    max-width:300px;
  }
}
@media (max-width: 576px) {
  .topbar-title {
    line-height: 70px;
    font-size: 14px;
    margin-bottom:0;
    height: 70px;
  }
  .topbar-title span {
    display:inline-block;
    width:200px;
    margin-left:-40px;
    white-space: nowrap;
    overflow:hidden;
  }
  .navbar-brand-box {
    display:none !important;
  }
  .navbar-header {
    margin-top:-70px;
  }
  .vertical-menu {
    top: auto;
    display:block;
    bottom:0;
    width:100%;
    height:61px;
  }
  .vertical-menu .h-100 {
    height:61px;
  }
  #sidebar-menu {
    padding:0;
  }
  .vertical-menu ul {
    display:flex;
  }
  .vertical-menu li {
    width:25%;
    text-align:center;
    overflow:hidden;
  }
  .vertical-menu li a {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .vertical-menu i {
    font-size:25px !important;
  }
  .vertical-menu span {
    display: block;
    font-size:11px;
  }
  
  .page-content {
    padding: calc(70px + 5px) calc(10px / 2) 60px calc(10px / 2);
  }
  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .card-body {
    padding: 1rem 0.25rem;
  }
}

.log_type_0 {
  color: #fff;
  background-color: #3465a4;
}
.log_type_1 {
  color: #fff;
  background-color: #4e9a06;
}
.log_type_2 {
  color: #fff;
  background-color: #c4a000;
}
.log_type_3 {
  color: #fff;
  background-color: #a40000;
}


/* overwrite bootstrap primary */
.text-primary {
    color: #013e77 !important;
}
.btn-primary {
    color: #fff;
    background-color: #013e77;
    border-color: #013e77;
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #004d95;
    border-color: #004d95;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #004d95;
    border-color: #004d95;
    -webkit-box-shadow: 0 0 0 0.15rem rgb(111 132 234 / 50%);
    box-shadow: 0 0 0 0.15rem rgb(111 132 234 / 50%);
}
.btn-primary:hover {
    color: #fff;
    background-color: #004d95;
    border-color: #004d95;
}
.bg-grey {
    background-color: #eff2f7;
}

/* Desactivar Datatables Responsive */
.table-responsive tr:not(.dtrg-group) th:last-child,
.table-responsive tr:not(.dtrg-group) td:last-child {
  display:none;
}

.table-responsive .dtrg-group {
	font-weight:bold;
}
.table-responsive .dtrg-group.dtrg-level-0 {
	background-color:#e1e8f9;
}
.table-responsive .dtrg-group.dtrg-level-1 td::before {
	content: '• ';
}

.status-hide,
.researcher-hide {
	display:none;
}

.notification-item .d-flex {
    padding: 0.75rem 1rem;
}

.table-status th {
	width:7.2%;
	min-width:100px;
}
.table-status th:first-child {
	width:auto;
}
.table-icons {
	height:27.5px
}
.table-icons i {
	padding: 0 4px;
}
.badge-dark-success {
    color: #1c8760;
    background-color: #93e5c7;
}
.table-bg-dark-success {
    color: #093613;
    background-color: #b2e7bf;
}
.table-bg-success {
    color: #155724;
    background-color: #d4edda;
}
.table-bg-warning {
    color: #856404;
    background-color: #fff3cd;
}
.table-bg-danger {
    color: #721c24;
    background-color: #f8d7da;
}
.table-bg-secondary {
    color: #383d41;
    background-color: #e2e3e5;
}
.table-bg-primary {
    color: #004085;
    background-color: #cce5ff;
}

.inactivity .table-bg-success {
  background: repeating-linear-gradient(
    45deg,
    #d4edda,
    #d4edda 5px,
    #c4e7cc 5px,
    #c4e7cc 10px
  );
}
.inactivity .table-bg-dark-success {
  background: repeating-linear-gradient(
    45deg,
    #b2e7bf,
    #b2e7bf 5px,
    #a4dab0 5px,
    #a4dab0 10px
  );
}
.inactivity .table-bg-warning {
  background: repeating-linear-gradient(
    45deg,
    #fff3cd,
    #fff3cd 5px,
    #f1e3b8 5px,
    #f1e3b8 10px
  );
}
.inactivity .table-bg-danger {
  background: repeating-linear-gradient(
    45deg,
    #f8d7da,
    #f8d7da 5px,
    #edc5c9 5px,
    #edc5c9 10px
  );
}
.inactivity .table-bg-primary {
  background: repeating-linear-gradient(
    45deg,
    #cce5ff,
    #cce5ff 5px,
    #bad6f3 5px,
    #bad6f3 10px
  );
}
.inactivity .table-bg-secondary {
  background: repeating-linear-gradient(
    45deg,
    #e2e3e5,
    #e2e3e5 5px,
    #dadada 5px,
    #dadada 10px
  );
}
.inactivity .table-bg-white {
  background: repeating-linear-gradient(
    45deg,
    #ffffff,
    #ffffff 5px,
    #e2e3e5 5px,
    #e2e3e5 10px
  );
}
.btn-copy,
.btn-move {
	display:none;
}

.popover  {
  background: #111;
}
.popover-body {
  color:#fff;
}
.popover .popover-arrow:after {
  border-bottom-color: #111;
}

.form-group {
	margin-bottom: 10px;
}

.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
	height: 100%;
}
.fancybox__carousel .fancybox__slide.has-iframe::before,
.fancybox__carousel .fancybox__slide.has-iframe::after {
    margin: 0;
}

.ck-editor__editable_inline {
    min-height: 75px;
    max-height: 400px;
}

.mini-stats-home {
    display: flex;
    flex-wrap: wrap;
}
.mini-stats-home > div {
	width: 24%;
    margin-right: 1.333%;
}
.mini-stats-home > div:last-child {
    margin-right: 0;
}
@media (max-width: 768px) {
	.mini-stats-home > div {
		width: 49%;
	    margin-right: 2%;
	}
	.mini-stats-home > div:nth-child(even) {
	    margin-right: 0;
	}
}

.worker_error .input-name,
.worker_error .input-name input {
	color: #f00;
}

.item-odd {}.item-even { background-color: #f3f3f3 !important;}
.table-bordered tr.item-even td, .table-bordered tr.item-even th,
.table-bordered tr.item-odd td, .table-bordered tr.item-odd th {
	border: 1px solid #ddd !important;
}