
.ml-1-refresh-filters {
  margin-left: 0.75% !important;
}
.h-25-button{
  height: 33.2px !important;
}

/*color */
.azul-1 {
  background-color: #EDF9FF !important;
}

.azul-2 {
  background-color: #B6E2F7 !important;
}

.azul-3 {
  background-color: #1A9BD8 !important;
}

/* RESET */
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {

  z-index: 1;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;

}
/* portlet fullscreen */
body.toggle-fullscreen,
body.modal-open{
  overflow-y: hidden!important;
}

/* BUTTONS */
.btn-outline:not(:hover){
  background-color: #ffffffd1!important;
}



/* HEADER */
  /* top header */
.page-sidebar.navbar-collapse.in {
    margin: 0 !important;
}
.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:active {
    background-color: #a5def8;
    color: #444 !important;
}
  .page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle:hover {
    background-color: #1a9bd8;
  }
  .page-header.navbar .top-menu .navbar-nav > li.dropdown.open .dropdown-toggle {
    background-color: #b6e2f7;
  }
  .page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle:hover > i {
    color: #b6e2f7;
  }
    .dropdown-menu > li:hover > a, .dropdown-menu > li.active > a, .dropdown-menu > li.active:hover > a {
      background-color: #1a9bd8;
      color: #fff !important;
    }
      .page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-menu > li:hover > a i {
          color: #fff;
      }
      .page-sidebar .page-sidebar-menu li > a > .arrow::before, .page-sidebar .page-sidebar-menu li > a > .arrow.open::before {
          pointer-events: none;
      }
/* PAGE BAR */
  .page-content-white .page-bar .page-breadcrumb{
    position: relative;
    z-index: 2;
  }
  .page-content-white .page-bar .page-breadcrumb > li > a{
    color: #fff;
  }
  .page-content-white .page-content .page-bar {
    overflow: hidden;
  }
  .page-bar{
    background-color: #1a9bd8!important;
  }
 /* .page-bar::before {
      content: " ";
      display: block;
      width: 150px;
      height: 150px;
      position: absolute;
      background-color: #1a9bd8;
      z-index: 1;
      left: -50px;
      transform: rotate(45deg);
      box-shadow: 0px 0px 0px 120px #a5def8;
      top: -52px;
  }*/
  .page-bar .page-breadcrumb > li > span {
      color: #333!important;
  }

/* MODALS */
#modal-seguimiento_add{
  z-index: 10051;
}
.modal.fade.in{
  padding-left:0!important;
}
#modal_acta{
  padding-left: 0px!important;
}
  .modal-dialog {
    margin: 0px;
    min-height: auto;
  }

  .modal.modal_imputaciones .modal-dialog{
    top: 3rem;
    margin: 0 auto;
    min-height: auto;
  }
  .modal.modal_imputaciones .modal-body{
    min-height: auto;
  }
  .modal-full.modal-dialog {

      width: 100%;

  }
    .model-content {
      min-height: auto;
    }

    .modal .modal-header {
        border-bottom: 1px solid #EFEFEF;
        background-color: #edf9ff;
        margin-bottom: 12px;
        box-shadow: 0px 3px 3px 0px #0000001c;
    }

    /* C: Comentado ya que añade mucho espacio en los modal de editar tarea */
    /*.modal .modal-body {*/
    /*    margin-top: 60px;*/
    /*    !*min-height: calc(100vh - 142px);*!*/
    /*}*/
    #modal_acta.modal .modal-body{
        min-height: calc(50vh - 142px);
    }
    /* modal acta */
    .row.acta-detail {
        background: #f8f8f8;
        padding: 9px;
    }

    .modal-body .acta-text {
        box-shadow: inset 0px 0px 3px 3px #f0f0f0;
        padding: 12px 12px;
    }


    /* modal form-tasks */

    .form-group textarea{
      min-height: 80px;
      border: 1px solid #d5dbe4!important;
      padding: 6px!important;
    }

    /* FORMS */

   .form-group.form-md-line-input select:focus,
   .form-group.form-md-line-input textarea:focus {
      border-bottom: 2px solid #1A9BD8!important;
    }



/* COMMON */

  /* elements */
  .label {
    border: 2px solid #fff;
    box-shadow: 0px 0px 3px -1px #333;
    display: inline-block;
    white-space: normal;
    line-height: 1.5rem;
    margin-bottom: 3px;
  }
  .label.label-sm {
    font-weight: 400;
  }
  .label-primary { /* --> en curso */
    background-color: #6ecc66;
  }
  .label-pilar {
    background-color: #fff;
    box-shadow: none;
    border-radius: 8px !important;
    color: #333;
    border-color: #fec004;
    white-space: normal;
    display: inline-block;
    width: 125px;
    line-height: 15px;
  }
  .btn {
    outline: none !important;
    box-shadow: none !important;
    border: 2px solid #fff;
    box-shadow: 1px 1px 3px #cac7c7, 0px 0px 2px #aeaeae;
    text-shadow: 0px 0px 6px #d7d7d7b3;
  }
.page-sidebar-wrapper {
    background-color: #1a9bd8;
    margin-bottom: 6px;
}
.page-sidebar-wrapper *{
  transition: all .6s;
}
.page-sidebar.navbar-collapse.collapse {
    border-bottom: 0px solid #23485a;
}
.page-sidebar.navbar-collapse.collapse.in {
    border-bottom: 3px solid #23485a;
}
.page-sidebar .page-sidebar-menu > li > a {

    border-bottom: 1px solid #F0F5F7;
    border-top: none;

}
/* page content */
.page-content-white .page-bar, .page-container-bg-solid .page-bar {
    background-color: #edf9ff;
}
/* ---- */
body.overflow-hidden {
  max-height: 100vh;
  height: 100vh;
  overflow: hidden;
}

.page-container, .page-content {
  min-height: calc(100vh - 80px);
}
  /* breadcrumb */
  .page-content-white .page-bar, .page-container-bg-solid .page-bar {
      padding: 0 12px;
      margin: 0;
  }



/* DATATABLES */
  .dataTables_wrapper{
    margin-bottom: 24px;
  }

  table.table-bordered.dataTable td {
    text-align: center;
  }

  table.table-bordered.dataTable td:first-child {
    text-align: left;
  }
  table.dataTable > tbody > tr.child,
  table.dataTable > tbody > tr.child:hover {
    background-color: #fdecfb!important;
  }
    table.dataTable > tbody > tr.child > td{
      border: 6px solid #fff!important;
    }
    .table-hover > tbody > tr:hover {
      background-color: #e4f6ff;
    }
    td span.fecha{
      font-weight: 500;
      color: #444;
      letter-spacing: 1px;
    }

    .page-project_add #tab_1_3 .portlet-body #prj-detail_tbl-actas_wrapper [class*="col-lg"],
    .page-project_add #tab_1_4 .portlet-body #prj-detail_tbl-tareas_wrapper [class*="col-lg"]{
      width: 50%;
    }

/* btn filter popover */

.dt-btn-filter {
    position: absolute;
    right: 19px;
    bottom: 5px;
}
.dt-btn-filter.active {
    background-color: #ffd839;
}
/* fullcalendar */
  .fc-daygrid-event.fc-event:hover {
      box-shadow: 0px 0px 3px 0px #000000ab, inset 0px 0px 8px 8px #ffffff3d;
      z-index: 10;
    }
  .fc-daygrid-day-events{
    padding:3px;
  }
  .fc-daygrid-event{
    background-color: #0f84bb;;
    color: #fff !important;
    font-weight: 600;
  }
  .fc-daygrid-event:hover{
    background-color: #1a9bd8;
    /* color: #000 !important; */
  }
  .fc-daygrid-event .btn-group{
    width: 0;
    overflow: hidden;
    transition: all .2s;
  }
  .fc-daygrid-event:hover .btn-group{
    padding: 0 3px 3px;
    width: 36px;
    margin-left: 6px;
  }
  .fc-daygrid-event .event-title{

    width: 100%;
    padding:3px;
    padding-left: 6px;
  }
  .fc .fc-daygrid-day-bottom {
    font-size: .85em;
    margin: 2px 3px 0;
    padding-top: 0px;
    right: 6px;
    position: absolute;
  }
  .popover.show_imputations, .popover.fc-more-popover{
    display: block!important;
    min-width: 400px;
    width: auto!important;
  }

  /* Evita mostrar el botón "+" de imputar al estar en el popover de "ver más" */
  .popover.fc-more-popover .btn-add-time {
    display: none;
  }

  .fc .time-bubble-popover {
     background: #0f84bb;
     font-weight:bold;
     color:white;
  }
  .fc .fc-daygrid td.fc-day {
     vertical-align: top !important;
  }
  .fc-daygrid-event.fc-event:hover {
      box-shadow: 0px 0px 2px 3px #0003, inset 0px 0px 3px 3px #03e7ffab;
      z-index: 10;
  }
  .fc-daygrid-day-events{
      padding:3px;
  }
  .fc-daygrid-event{
      background-color: #0f84bb;
      color: #fff !important;
      font-weight: 600;
  }
  .fc-daygrid-event:hover{
      background-color: #1a9bd8;
     /* color: #000 !important; */
  }
  .fc-daygrid-event .btn-group{
      width: 0;
      overflow: hidden;
      transition: all .2s;
  }
  .fc-daygrid-event:hover .btn-group{
      padding: 0 3px 3px;
      width: 36px;
      margin-left: 6px;
  }
  .fc-daygrid-event .event-title{

      width: 100%;
      padding:3px;
      padding-left: 6px;
  }
  .fc .fc-daygrid-day-bottom {
      font-size: .85em;
      margin: 2px 3px 0;
      padding-top: 0px;
      right: 6px;
      position: absolute;
  }
  .popover.show{
      display: block!important;
  }
  /* Gracias torrano, he perdido un dia de trabajo para descubrir que la culpa era una clase que decidiste añadir :) */
  /*.popover.fade{*/
  /*  display: none!important;*/
  /*}*/
.fc .fc-daygrid-day-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
/*.fc .fc-daygrid-day-wrapper .btn.btn-add-time{*/
/*  width:100%;*/
/*}*/
.fc .fc-daygrid-day-number{
  position: absolute;
  right: 0;
}
.fc .fc-daygrid td.fc-day {
    border: 1px solid #eee;
}

.fc-daygrid-day-top {
   /*position: absolute;*/
  width: 100%;
}

/* PAGE PROYECTOS */
.portlet.light > .portlet-title > .tools {

  padding: 8px 0 8px 0;

}

.portlet.light .dataTables_wrapper .dt-buttons {

  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 6px;

}

.btn:not(.btn-sm):not(.btn-lg) {

  line-height: 1.0;

}

.dt-buttons.btn-group > .btn {

  position: relative;
  float: none;
  width: 32%;

}

#prj-detail_tbl-tareas table.dataTable > tbody > tr.child ul.dtr-details {

    display: flex;

}

/*    */
.ribbon-vertical-left + .portlet-title > .caption {

  padding: 10px 0px 0px 40px;

}

/* 01/04/2020 */
.page-quick-sidebar-wrapper .portlet.light > .portlet-title > .caption {
  width: calc(100% - 60px);
}

.portlet > .portlet-title > .tools > a {
  top: 0px;
}

.page-portlet-fullscreen .portlet-fullscreen .scroller,
.page-portlet-fullscreen .portlet-fullscreen .slimScrollDiv {

  height: calc(100vh - 100px) !important;

}


/* dialog */
.mt-step-title {

  padding-top: 18px;

}
.mt-step-content{
  padding: 3px 0;
}

.form-control:focus {

    border-color: #1a9bd8;
 }

 .control-label,
 .form-group.form-md-line-input .form-control ~ label,
 .mt-step-title.font-grey-cascade  {

  color: #1A9BD8 !important;
}

form-group.form-md-line-input {

  margin: 0 0 0 0 !important;
  padding-top: 15px !important;

}

/* table- seguimiento */
table.table-seguimiento tbody {
    height: calc(100vh - 400px);
    overflow-y: scroll;
    display: block;
    border: 1px solid #f3f3f3;
    margin-top: 8px;
}
table.table-seguimiento td {
    width: 33%;
    text-align: center;
}

.portlet-fullscreen table.table-seguimiento tbody {
  height: calc(100vh - 400px);
}

table.table-seguimiento thead, table.table-seguimiento tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

/* botones */

.btn > i.fa {
  pointer-events: none;
}


body {
  background: #fff;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > .username,
.page-header.navbar .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > i {
  color: #000;
}

.dataTables_filter label,
.dataTables_length label {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
}

.dataTables_filter label i.fa.fa-search:before {
  left: 8px;
  position: relative;
}

.dataTables_filter label input {
  width: calc(100% - 60px) !important;
  left: 10px;
  position: relative;
  border: 1px solid #e7ecf1;
  box-shadow: inset 3px 3px 4px -3px #e7ecf1 !important;
}

.dataTables_length label select {
  position: relative;
  border: 1px solid #e7ecf1;
  box-shadow: inset 3px 3px 4px -3px #e7ecf1 !important;
}

table.table-seguimiento .col-actions,
table.tasks-rel_acta .col-actions {
  display: none;
}

body.page-task_list #index-table-tasks .btn-task-edit,
body.page-task_list #table-seguimiento .btn-editar-seguimiento,
body .btn-task-edit, body .fa.btn-task-edit,
body .btn-project-edit, body .fa.btn-project-edit {
  display: none;
}

body.page-task_list.user-editor #index-table-tasks .btn-task-edit,
body.user-editor .btn-task-edit,
body.user-editor .btn-project-edit {
  display: inline-block;
}

#modal_acta .btn_acta_view {
  display: none;
}

table.dataTable td, table td {
  vertical-align: middle !important;
}

table .btn {
  margin-right: 0px !important;
  margin: 1px 2px !important;
  line-height: inherit !important;
}

/* INDEX DETAIL TASK */

.page-index .detail-task .portlet-title h4 small {
    display: block;
    margin-top: 12px;
}

.page-quick-sidebar .detail-task.portlet::before {
    content: "TAREA";
    background-color: #99e7a2;
    left: -40px;
    top: 40px;
}
.detail-task .step-thin {
    padding: 0 12px;
}



/* detail tasks */

#prj-detail_tbl-tareas tr.child ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#prj-detail_tbl-tareas tr.child ul li {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 6px !important;
}
#prj-detail_tbl-tareas tr.child ul li:last-child {

    width: 100%;
}
/* INI -> INDEX TABLE TASKS --> */

#acta-detail_tbl-tareas td.child .dtr-details,
#index-table-tasks td.child .dtr-details {
    display: flex;
    flex-wrap: wrap;
}
  #acta-detail_tbl-tareas .dtr-details li, #index-table-tasks .dtr-details li {
      width: 100%;
      display: flex;
      flex-direction: column;
      padding: 1rem 0 !important;
  }

      #acta-detail_tbl-tareas .dtr-details li:last-child,
      #index-table-tasks .dtr-details li:last-child,
      #acta-detail_tbl-tareas .dtr-details li:last-child .dtr-data,
      #index-table-tasks .dtr-details li:last-child .dtr-data {
        text-align: left;
        width: 100%;
        display: flex;
      }

    .portlet.filter-tasks, .portlet.filter-projects {
      background: #fafbfb;
      padding: 0px 12px;
    }
      .portlet.filter-tasks > .portlet-title  .tools, .portlet.filter-projects > .portlet-title  .tools{
        float:none;
      }
      .portlet.filter-tasks > .portlet-body, .portlet.filter-projects > .portlet-body{
        padding-top: 12px;
        padding-bottom: 12px;
      }
      .portlet.filter-tasks select, .portlet.filter-projects select{
        border: 1px solid #e7ecf1;
        box-shadow: inset 3px 3px 4px -3px #e7ecf1 !important;
      }
      .portlet.filter-tasks select option.placeholder, .portlet.filter-projects select option.placeholder,
      .portlet.filter-tasks select option[selected], .portlet.filter-projects select option[selected]{
        color: #a5def8;
      }
/* FIN -> INDEX TABLE TASKS --> */

/* INI -> INDEX TABLE PROJECTS -->*/


  #index-table-projects tr.child ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  #index-table-projects tr.child ul li{
    width: 25%;
    display: flex;
    flex-direction: column;
    padding: 6px !important;
  }

/* FIN -> INDEX TABLE PROJECTS -->*/


.btn.blue:not(.btn-outline) {
  color: #000;
  background-color: #fff;
  border-color: #3598dc;
}


.page-footer .page-footer-inner {
  color: #ffffff;
}

.portlet {
  margin: 15px 0px;
}
.modal .portlet{
  margin: 0px;
}

.page-quick-sidebar .portlet {
  margin: 0;
}

.portlet.light.bordered > .portlet-title {
  background-color: #a5def8;
}

/* datatables */
.table-scrollable {
  border: 0px solid #fff0;
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    padding-right: 49px !important;
}

.portlet.light {
  padding: 0px 0px;
}

.portlet.light.bordered > .portlet-title {
  padding: 0px 20px;
}

.tab-pane .portlet.light {
  padding: 12px;
}

.page-logo span {
  height: 46px;
  display: inline;
  width: 100%;
  top: 18px;
  position: relative;
  padding-left: 10px;
  color: #8cb5c4;
  font-size: 12px;
}

.form-group.form-md-line-input.form-md-floating-label .form-control[readonly] ~ label, .form-group.form-md-line-input.form-md-floating-label .form-control.edited ~ label, .form-group.form-md-line-input.form-md-floating-label .form-control.form-control-static ~ label, .form-group.form-md-line-input.form-md-floating-label .form-control:focus:not([readonly]) ~ label, .form-group.form-md-line-input.form-md-floating-label .form-control.focus:not([readonly]) ~ label {
  top: -12px;
  font-size: 13px;
}

/*.select2-container--bootstrap {*/
/*    width: 100% !important;*/
/*}*/

.select2-container--bootstrap .select2-selection {
  border: 0px solid #fff;
}

.select2-container--bootstrap .select2-selection {
  border: 0px solid #fff;
  border-bottom: 1px solid #c2cad8;
}

.select2-container--bootstrap .select2-selection--single {

  height: 34px;
  line-height: 1.42857;
  padding: 6px 0px;

}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  font-size: 16px;
  color: #999;
  font-family: inherit;
  font-weight: 400;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #0101017d;
}

.actions {
  position: relative;
  margin-bottom: 12px;
}

/* project edit */

body table tr.table-tools .edit_task {
  display: none;
}

body.page-project_edit table td.table-tools .edit_task {
  display: block;
}

#id_acta:hover {
  cursor: pointer;
}

/* modals */

.modal-dialog.modal-full .modal-content {
    width: 100%;
    margin: 0 auto;
    min-height: 100vh;
}

.page-quick-sidebar > .row > [class*='col-'] {
  padding: 0;
}

/* hide buttons edit */


body .detail-project table td button.edit_acta,
body .detail-project table td button.modal_task_edit {
  display: none;
}

/* note editor */
.note-editor.panel.panel-default .btn {
    margin: 0px 0.5px;
    box-shadow: none !important;
}

/* inputs */

.form-horizontal .form-group.form-md-line-input .form-control ~ label,
.form-horizontal .form-group.form-md-line-input .form-control ~ .form-control-focus {
    left: 0px;
}
.form-group.form-md-line-input .form-control ~ label {
    top: -10px;
}
.select2-selection__rendered:after{
  content: '';
  position: absolute;
  z-index: 5;
  bottom: 2px;
  left: 50%;
  width: 0;
  height: 2px;
  visibility: hidden;
  transition: 0.2s ease all;
}
.select2-selection__rendered:focus-within::after{
  width: 100%;
  visibility: visible;
  left: 0;
  background: #1A9BD8;
}

/*Cambio estilo a los select2 disabled */
.select2-container--bootstrap.select2-container--disabled .select2-selection,.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background: none;
  cursor: not-allowed;
  border-bottom: 1px dashed #c2cad8;
}

.form-group.form-md-line-input .form-control:focus:not([readonly]) ~ label::after{
  width: calc(100% + 15px);
}


  .page-content > .row > [class^="col-"]{
    padding-right: 0!important;
    padding-left: 0!important;
  }

/* reponsive */

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .page-quick-sidebar-wrapper {
    width: calc(100% - 112px);
    right: calc(-100% + 112px);
  }

}

@media (min-width: 992px) {

  .page-container, .page-content {
    min-height: calc(100vh - 79px) !important;
  }

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

  .page-quick-sidebar-wrapper {
    top: 0px;
    z-index: 10000;
  }

  .page-sidebar {
    background-color: #ffffff00;
  }

 .page-sidebar .nav-item a.nav-link {
    color: #edf9ff !important;
  }
  .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a > i, .page-sidebar .page-sidebar-menu > li > a > i {
    color: #23485a;
  }
  .sub-menu .nav-item a.nav-link {
    color: #444 !important;
  }

  .page-sidebar .page-sidebar-menu > li:hover > a, .page-sidebar .page-sidebar-menu > li.open > a {
    background: #66c1ed;
    color: #fff;
  }

  .page-sidebar .page-sidebar-menu > li:hover > .fa, .page-sidebar .page-sidebar-menu > li.open > .fa {
    background: #66c1ed;
    color: #fff;
  }

  .page-sidebar .page-sidebar-menu .sub-menu, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu {
    margin: 0px;
  }

  .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li:hover > a > i, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.open > a > i, .page-sidebar .page-sidebar-menu > li:hover > a > i, .page-sidebar .page-sidebar-menu > li.open > a > i {
    color: #fdfdfd;
  }

  .page-sidebar .nav-item a.nav-link {
    color: #333333;
  }
  .page-content-wrapper .page-content {
      padding: 0px 0px 20px 0px !important;
  }
  .page-content-white .page-content .page-bar {
   /* border-top: 1px solid #23485a;*/
  }
}


/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

  /* ini datatables  */
  div.dataTables_wrapper div.dataTables_filter{
    padding: 0 12px;
  }
  #acta-detail_tbl-tareas .dtr-details li, #index-table-tasks .dtr-details li {
    width: 33%;
  }

  #index-table-projects tr.child ul li {
    width: 33%;
  }
  /*  fin datatables */
  .page-quick-sidebar-wrapper {
    top: 0px;
    width: 100%;
    right: 100%;
    z-index: 10000;
  }

  .page-container {
    min-height: calc(100vh - 126px) !important;
    background-color: #fff;
  }

  .mt-step-title {

    padding-top: 3px;
    font-size: 9px;
    text-align: left;

  }

  .step-thin .col-xs-6 {
    width: 50%;
    padding-top: 3px;
  }

  .portlet.light > .portlet-title > .caption {
    width: calc(100% - 60px);
    padding: 12px 12px;
  }

  /* page quick sidebar */
  .page-quick-sidebar .portlet.light > .portlet-title > .caption {
    width: 100%;
    padding: 0px 20px 0px;
    margin: 0;
    min-height: 80px;
  }

  .page-quick-sidebar .portlet.light > .portlet-title > .caption h4 small {
    display: block;
  }

  .page-quick-sidebar hr {
    margin: 10px 0 20px
  }

  /* page header*/
  .page-header.navbar .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu:before {
    right: -79px;
  }

  .page-header.navbar .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu:after {

    right: -75px
  }

  .page-header.navbar .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu:before {
    right: -42px;
  }

  .page-header.navbar .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu:after {

    right: -38px
  }

  .page-header.navbar .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu {
    margin-right: -57px;
  }

  .page-header.navbar .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu {
    margin-right: -98px;
  }

  .portlet.light {
    padding: 0px;
  }

  .portlet.light > .portlet-title > .tools {
    padding: 15px 0px 13px 0;
    margin-top: 0px;
  }


  /* task-add */
  .page-content-wrapper .page-content .page-title {
    padding: 0px 12px;
  }


  .form-horizontal .form-group.form-md-line-input {

    margin: 0 0 25px 0 !important;

  }

  .form-group.form-md-line-input.form-md-floating-label .form-control ~ label {
    top: 15px;
  }

  .form-horizontal .form-group.form-md-line-input .form-control ~ label,
  .form-horizontal .form-group.form-md-line-input .form-control ~ .form-control-focus {
    left: 0;
    right: 0;
  }


  .portlet.light > .portlet-title {
    padding: 0 12px;
}

  /* modals */


      .modal-body {
        padding: 0px;
      }
        .modal-body .mt-step-col {
            display: flex;
            flex-direction: row;
        }
          .modal-body .mt-step-col > .mt-step-title {
              width: 30%;
          }
          .modal-body .mt-step-col > .mt-step-content {
              width: 70%;
          }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  /* ALL */
  [class*="col-sm-"] {
    padding: 0;
  }

  .page-header.navbar .page-header.navbar .slimScrollDiv, .page-header.navbar .page-header.navbar .slimScrollDiv ul, .page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu {
    width: 100vw;
    max-width: calc(100vw - 15px) !important;
    max-height: auto !important;
    height: calc(60vh - 70px) !important;
  }

  .page-content-wrapper .page-content {
    padding: 0px 0px 10px 0px !important;
    overflow: visible;
  }

  .page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
    background-color: #ffffff21;
  }

  /* INDEX */
  .page-index .page-content .page-title {
    display: none;
  }

  .page-content .page-bar {
    width: 100%;
    margin: 0px 0px 12px !important;
  }

  .page-content .page-bar .page-breadcrumb, .page-container-bg-solid .page-bar .page-breadcrumb {
    padding: 6px 0px 6px 10px;
  }

  .portlet.light.bordered {
    padding: 0px;
    background-color: #fff;
    border: 0px solid #fff !important;
    margin: 0;
  }

  .page-index .dataTables_length {
    display: none;
  }

  .dataTables_wrapper > .row .col-xs-6 {
    width: 100%;
  }

  .page-index .dataTables_filter label {
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
  }


  .page-index .dataTables_filter label i.fa.fa-search:before {
    left: 8px;
    position: relative;
  }

  .page-index .dataTables_filter label input {
    width: calc(100% - 70px) !important;
    left: 10px;
    position: relative;
    border: 1px solid #e7ecf1;
    box-shadow: inset 3px 3px 4px -3px #e7ecf1 !important;
  }

  .dataTables_info {
    display: none;
  }

  .dataTable td {
    padding: 12px;
    text-align: center;
  }

  table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child {
    text-align: left;
  }

  .dataTable .dtr-details {
    width: 100%;
    text-align: center;
  }

  .dataTable .dtr-details span:first-child {
    min-width: 100px;
  }

  /* */
  .page-quick-sidebar-wrapper {
    top: 0px;
    width: 100%;
    right: 100%;
    z-index: 10000;
  }

  .mt-step-title {

    padding-top: 3px;
    font-size: 9px;
    text-align: left;

  }

  .mt-step-content {

    text-align: center;
    padding: 5px;

  }

  .page-quick-sidebar .portlet-body h4 {
    font-size: 16px;
  }

  .page-quick-sidebar .table-seguimiento * {
    font-size: 12px !important;
  }

  table.table-seguimiento table {
    border: 1px solid #ddd;

  }

  table.table-seguimiento thead {
    background-color: #f3feff;
  }

  table.table-seguimiento tbody {
    height: calc(100vh - 385px);

  }
  #acta-detail_tbl-tareas .dtr-details li, #index-table-tasks .dtr-details li {
    width: 50%;
  }
  #acta-detail_tbl-tareas .dtr-details li:nth-child(5), #index-table-tasks .dtr-details li:nth-child(5){
    width: 100%;
  }

  #index-table-projects tr.child ul li {
    width: 50%;
  }

  #index-table-projects tr.child ul li:first-child {
    width: 100%;
  }
  /* task-add */

  /* modals */
  .modal-body .row > [class*='col-']{
    padding: 0;
  }
   .modal-body .mt-step-col > .mt-step-title,
   .modal-body .mt-step-col > .mt-step-content {
          padding: 0;
          padding-bottom: 3px;
      }
    /* modal edit task */
    .portlet > .portlet-title > .nav-tabs{
      float: none;
      width: 100%;

    }
      .portlet > .portlet-title > .nav-tabs > li {
          width: 33%;
          text-align: center;
      }
        .portlet > .portlet-title > .nav-tabs > li a{
          padding: 8px 8px 8px 8px!important;
        }

        .portlet > .portlet-body .tab-content .tab-pane .actions{
          width: 100%;
          text-align: center;
        }
        .portlet > .portlet-body .tab-content #portlet_tab3{
          padding: 0px 12px;
        }

      #modal-form_seguimiento .portlet-body textarea{
        min-height: 230px;
        padding: 6px;
      }
      #modal-form_seguimiento .portlet.light.bordered > .portlet-title {
          padding: 0px 0px;
          text-align:center;
      }
      #modal-form_seguimiento .portlet.light > .portlet-title > .caption {
        width: 85%;
        font-size: 16px;
        text-align: center;
        float:none;
        margin: 0 auto;
      }
      #modal-form_seguimiento .portlet-title > .caption .task-title {
          display: block;
          color: #333;
          padding: 3px;
      }
      /* modal acta */
      .row.acta-detail {
          padding: 0 12px;
      }
      .row.acta-text{
        margin: 0 12px 36px;
      }


}


/* filtro Tabla datatable */

            .table-scrollable {
                overflow-x: visible;
                overflow-y: visible;
            }
            table.dataTable thead th{
                position: relative;
            }
            .popover {
              right: auto;
              padding: 0px;
              width: 210px;
              top: 33px;
              left: calc(100% - 27px);
            }
            .popover-header,
            .popover-body{
              padding: 6px;
              margin:0px;
            }
            .popover-header{
              background-color: whitesmoke;
            }
                .popover h3{
                  margin:0;
                  margin-bottom: 12px;
                }
                .popover .orderable{
                    padding: 12px 0px;
                }
                .popover .btn-plain{
                    border: 0;
                }
                .popover button .letter{
                    padding: 0 24px;
                }
                .popover .btn-popover-close{
                  position: absolute;
                  right: 3px;
                  top: 3px;
                  width: 22px;
                  height: 20px;
                }

/* ---------------- */

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  [class*="col-xs-"] {
    padding: 0;
  }


}
