.sidebar[data-color='orange']:after,
.bootstrap-navbar[data-color='orange']:after {
  background: #ffffff;
  background: -moz-linear-gradient(top, #00a5b5 0%, 'white' 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #00a5b5),
    color-stop(100%, 'white')
  );
  background: -webkit-linear-gradient(top, #00a5b5 0%, 'white' 100%);
  background: -o-linear-gradient(top, #00a5b5 0%, 'white' 100%);
  background: -ms-linear-gradient(top, #00a5b5 0%, 'white' 100%);
  background: linear-gradient(to bottom, #00a5b5 0%, 'white' 100%);
  background-size: 150% 150%;
}

.full-page[data-color='orange']:after {
  background: #00a5b5;
  background: -moz-linear-gradient(top, #00a5b5 0%, 'white' 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #00a5b5),
    color-stop(100%, 'white')
  );
  background: -webkit-linear-gradient(top, #00a5b5 0%, 'white' 100%);
  background: -o-linear-gradient(top, #00a5b5 0%, 'white' 100%);
  background: -ms-linear-gradient(top, #00a5b5 0%, 'white' 100%);
  background: linear-gradient(to bottom, #00a5b5 0%, 'white' 100%);
  background-size: 150% 150%;
}

/* Login */
.full-page[data-color='ws-green']::after {
  background: #00a5b5 !important;
  background: -moz-linear-gradient(top, #00a5b5 0%, #14995d 100%) !important;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #00a5b5),
    color-stop(100%, #14995d)
  ) !important;
  background: -webkit-linear-gradient(top, #00a5b5 0%, #14995d 100%) !important;
  background: -o-linear-gradient(top, #00a5b5 0%, #14995d 100%) !important;
  background: -ms-linear-gradient(top, #00a5b5 0%, #14995d 100%) !important;
  background: linear-gradient(to bottom, #00a5b5 0%, #14995d 100%) !important;
  background-size: 150% 150% !important;
}
:disabled {
  cursor: not-allowed;
  opacity: 0.8;
}
.btn-minimizer {
  background: #17a2b8;
  border: 1px solid #36aab6;
  color: white;
}
.btn-minimizer:hover {
  background: #36aab6;
}
.btn-minimizer:active,
.btn-minimizer:focus {
  background: #5aceda !important;
}
.sidebar .nav .nav-item .nav-link i {
  font-size: 1.4rem;
}
.sidebar .sidebar-wrapper .nav .nav-link p {
  font-size: 0.75rem;
  color: #aaa;
}
.sidebar .nav .nav-item .nav-link {
  padding: 6px 2px !important;
}

.nav-item-pos {
  display: flex;
  align-items: center;
}
.btn-grid {
  padding: 6px 12px;
}

/* PRIMARY BUTTON APP */
.btn-primary-fq {
  background-color: #00a5b5 !important;
  border: 1px solid #00a5b5 !important;
  color: white !important;
  cursor: pointer;
}

/* FILESTYLE */
.btn-file {
  width: 7rem !important;
  font-size: 0.75rem !important;
  height: 44px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-file:before {
  content: '\f07c';
  font-family: 'FontAwesome';
}
.input-file {
  height: 2.5rem;
}
.bootstrap-filestyle input {
  background: white !important;
}
.btn-primary-fq:hover,
.btn-primary-fq:focus,
.btn-primary-fq:active {
  background: rgb(115, 199, 207) !important;
}

/* PARSLEY */
.parsley-errors-list {
  list-style: none;
  padding-left: 3px;
  font-size: 0.8rem;
  color: #d85050;
  margin-bottom: 0.5rem;
}

/* DATA TABLES */
.pagination .page-item.active .page-link {
  background-color: #17a2b8;
  border: 0;
  color: #ffffff !important;
  padding: 7px 13px;
}
.table-general {
  border-spacing: 1px;
}
.table-general thead {
  background: #17a2b8;
}
.table-general thead tr th {
  color: white;
}
.table-general tbody tr td {
  font-size: 0.8rem;
}
.table-general thead tr th {
  font-size: 0.7rem;
}

.modal label {
  font-size: 0.75rem;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 400;
  color: #9a9a9a;
}

/* Arregla el popup del datetimepicker, Para abrir manualmente modal: $("input[name=nombre]").datetimepicker("show") */
.bootstrap-datetimepicker-widget.dropdown-menu.open {
  /* top: 45px !important; */
  width: 19rem;
}

/* sideBar */
.sidebar .nav .nav-item .nav-link {
  color: #aaa;
}
.sidebar .user {
  border-bottom: 1px solid #aaa;
}
.sidebar .user .info a {
  color: #aaa;
}
.sidebar .logo:before,
.bootstrap-navbar .logo:before {
  background-color: #aaa;
}
.sidebar,
.sidebar .sidebar-wrapper {
  width: 275px;
}
@media (max-width: 991px) {
  .sidebar {
    transform: translate3d(275px, 0, 0);
  }
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
.ifq-grid th,
.ifq-grid td {
  font-size: 11px !important;
}
.institucion {
  width: 150px !important;
}
.poblacion {
  width: 150px !important;
}
.evaluacion {
  width: 150px !important;
}

.success-container {
  padding: 0.2rem;
  background-color: #50c350;
  border-radius: 3px;
  text-align: center;
  color: white;
}

/* Placeholder color */
::placeholder {
  color: rgb(173, 173, 173) !important;
  opacity: 1;
}
:-ms-input-placeholder {
  color: rgb(173, 173, 173) !important;
}
::-ms-input-placeholder {
  color: rgb(173, 173, 173) !important;
}
.sidebar .sidebar-wrapper {
  padding-bottom: 0px;
}

.btn-default {
  color: #212529;
  background-color: #dddddd;
  border-color: #f8f9fa;
}

.btn-default:hover {
  background: #eaeaea;
  color: #212529;
  border-color: #e7e8e9;
}

/* VISTA JSON EDITOR */
#jsoneditor {
  height: 74vh;
}
#jsoneditor-buttons {
  display: flex;
  justify-content: end;
}
.jsoneditor-menu {
  display: flex;
  align-items: center;
  background-color: #00a5b5 !important;
}
#jsoneditor input[name='form-name'] {
  width: 280px;
  height: 25px;
  font-size: 13px;
  z-index: 1;
}
#jsoneditor input[name='form-url-recovery-token'] {
  width: 350px;
  height: 25px;
  font-size: 13px;
  z-index: 1;
  margin-left: 10px;
}
#jsoneditor select[name='form-type'] {
  height: 27px !important;
  width: 150px;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-left: 10px;
}

/* VISTA DOC */
.row-doc {
  display: flex;
  justify-content: space-between;
}
.code-container {
  background: #f2f2f2;
  border-radius: 5px;
  margin-top: 1rem;
  display: flex;
}
.code-container-sm {
  width: 32%;
}
.code-container-md {
  width: 66%;
}
.code-container pre {
  font-size: 12px;
}
.code-title {
  font-size: 1.2rem;
}
.validation-container {
  background: #f2f2f2;
  border-radius: 5px;
  margin-top: 1rem;
  width: 100%;
}
.text-exp {
  color: #3286ce;
  font-weight: normal;
}

/* TABLA PERIODOS */
#table-periodos thead tr th:nth-child(1) {
  width: 31% !important;
}
#table-periodos thead tr th:nth-child(2) {
  width: 31% !important;
}
#table-periodos thead tr th:nth-child(3) {
  width: 10% !important;
}
#table-periodos thead tr th:nth-child(4) {
  width: 10% !important;
}
#table-periodos thead tr th:nth-child(5) {
  width: 18% !important;
  display: inline-flex;
}
#table-periodos tbody tr td:nth-child(5) {
  text-align: center;
}

/* Proyectos */
.thead-proyectos {
  background: #ededed;
}
.thead-proyectos th {
  color: black !important;
}
.modalVerProyectos .modal-body {
  max-height: calc(100vh - 250px);
  overflow-y: auto;
}
.modalPlan3Anios form {
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}
.modal-detalle-proyecto {
  padding-top: 5px;
  max-width: 80% !important;
}
.modal-detalle-proyecto .modal-header .close {
  margin: 0 -1rem -1rem auto;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}

/* Cronograma */
.delete-row {
  color: red;
}
.border-cronograma {
  border: 0.5px black solid;
}
.col-dia-semana,
.col-dia-semana-main {
  text-align: center;
  border: 0.5px black solid;
  width: 20%;
}
.row-semana {
  height: 24px;
}
.h-32 {
  height: 32;
}
.hidden {
  display: none !important;
}
/* presupuesto de verano */
.table-presupuesto-verano th,
.table-presupuesto-verano td {
  font-size: 10px !important;
}
.table-presupuesto-verano .montos {
  max-width: 80px;
}
.table-presupuesto-verano .colaboradores {
  max-width: 80px;
  padding-left: 0px;
  padding-right: 5px;
}
/* Cronograma Anual */
.cronograma-anual-render-here .border {
  border: 0.5px black solid !important;
}
.col-mes {
  text-align: center;
  padding: 0px;
}
.cronograma-anual-content {
  height: 100%;
}

/* entregables Anual */
.entregables-anual-render-here .border {
  border-bottom: 1px black solid !important;
}
.entregables-anual-content {
  height: 100%;
}
/* Cronograma Anual */
.cronograma-anual-lista-render-here,
.cronograma-anual-lista-render-here input,
.cronograma-anual-lista-render-here select {
  font-size: 12px !important;
}
.cronograma-anual-lista-render-here .header,
.entregables-anual-lista-render-here .header {
  background: #ededed !important;
  color: black !important;
}

.table-presupuesto-anual th,
.table-presupuesto-anual td {
  font-size: 9px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.table-presupuesto-anual th {
  color: black !important;
}
.table-presupuesto-anual .bg-pink {
  background-color: #da9694;
}
.table-presupuesto-anual .gray {
  background-color: #808080;
}
.table-presupuesto-anual .monto {
  min-width: 51px;
  max-width: 100px;
}
/* presupuesto list */
.table .purple th {
  color: #7030a0;
}
.table-presupuesto-anual-lista th,
.table-presupuesto-anual-lista td,
.table-presupuesto-anual-lista input {
  font-size: 10px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.table-presupuesto-anual-lista .monto {
  min-width: 51px;
  max-width: 100px;
}
/* resumen financiero */
.table-resumen-financiero-anual th,
.table-resumen-financiero-anual td,
.table-resumen-financiero-anual input {
  font-size: 10px !important;
  padding-left: 5px !important;
  padding-right: 5px;
}
.table-resumen-financiero-anual .monto {
  font-size: 12px !important;
  font-weight: 700;
}
.bg-black {
  background: #212529 !important;
  color: white !important;
}
.bg-gray {
  background: #e9ecef !important;
}
.table-sesiones-anual th,
.table-sesiones-anual td,
.table-colaboradores-anual th,
.table-colaboradores-anual td {
  font-size: 10px !important;
  padding-left: 5px !important;
  padding-right: 5px;
}
.table-categoria-fortalecer-anual th,
.table-categoria-fortalecer-anual td,
.table-categoria-fortalecer-anual input,
.table-categoria-fortalecer-anual textarea,
.table-categoria-fortalecer-anual select {
  font-size: 10px !important;
  padding-left: 5px !important;
  padding-right: 5px;
}
.min-w-150 {
  min-width: 150px;
}
.min-w-65 {
  min-width: 65px;
}
.bg-red {
  background-color: red;
  color: white;
}
.bg-green {
  background-color: green;
}
.render-dynamic-form {
  max-width: 100% !important;
}
.modal-detalle-categoria {
  max-width: 80%;
}

.boton-sin-estilo {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.contenedor-campo {
  min-height: 100px;
}

.contenedor-campo > div {
  border: none;
  height: 100%;
}

.encabezado-campo {
  word-wrap: break-word;
  font-weight: bold;
  height: auto;
}
.table-actions .icono {
  font-size: 12px;
}
textarea.cronograma-lista-conv-anual {
  font-size: 12px !important;
  padding-left: 6px;
  padding-right: 6px;
  min-height: 50px !important;
  height: 70px !important;
  overflow-y: hidden;
}

.select2-results__options .select2-results__option[aria-disabled='true'] {
  display: none;
}

.reporte-siq {
  text-align: center;
}

.reporte-siq th {
  width: 33%;
}

/* .select2-result.select2-result-unselectable.select2-disabled {
    display: none;
} */

.ifq-grid.DTFC_Cloned {
  background: #f7f7f8;
}

.DTFC_LeftHeadWrapper table.ifq-grid {
  margin-bottom: 0px !important;
  border-bottom-width: 0px;
  border-right-width: 0px;
}

.DTFC_LeftBodyWrapper table.ifq-grid {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  border-top-width: 0px;
  border-bottom-width: 0px;
}

.DTFC_LeftBodyWrapper table.ifq-grid tbody tr:first-child td {
  border-top-width: 0px;
}

#IFQ_grid_aceptados_wrapper .DTFC_LeftBodyWrapper .DTFC_LeftBodyLiner {
  overflow-y: hidden !important;
}
.green {
  color: green;
}
.mensaje-contenedor-suspender {
  width: 800px;
}
.btn-secondary:hover,
.btn-secondary:focus {
  color: white;
}
#modal-aceptar-proyecto .modal-dialog {
  padding-top: 0px;
  transform: translate(0, 0%);
}

.close-modal-aceptar-proyecto:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.modal-header .close-modal-aceptar-proyecto {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
button.close-modal-aceptar-proyecto {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.close-modal-aceptar-proyecto {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.ministracion-render-here td {
  padding: 4px 8px !important;
}
.ministracion-render-here input {
  border: 0px;
}
#modal-aceptar-proyecto-edit .modal-dialog {
  padding-top: 0px;
  transform: translate(0, 0%);
}

.close-modal-aceptar-proyecto:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.modal-header .close-modal-aceptar-proyecto-edit {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
button.close-modal-aceptar-proyecto-edit {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.close-modal-aceptar-proyecto-edit {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.ministracion-render-here-edit td {
  padding: 4px 8px !important;
}
.ministracion-render-here-edit input {
  border: 0px;
}
#proveedor-table thead,
#egresos_reporte thead {
  visibility: collapse;
}
/* #proveedor-table thead tr{ height: 0px!important; }
#proveedor-table thead tr th.sorting_disabled {
    padding: 0px !important;
} */

.sorting_disabled {
  padding: 0px !important;
}

#anexos-table_filter {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}
#proveedor-pago-table_filter label,
#proveedor-table_filter label,
#egresos_reporte_filter label {
  text-align: right;
}




/* The switch - the box around the slider */
.switch {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 50px;
  height: 28px;
  margin-right: 15px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #13C75B;
}

input:focus + .slider {
  box-shadow: 0 0 1px #13C75B;
}

input:disabled + .slider {
  background-color: dimgrey;
  color: linen;
  opacity: 0.5;
  cursor: not-allowed;
}

input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
} 
