/*body {
  padding-top: 51px;
}*/

title {
  color: blue;
}

.text-center {
  padding-top: 20px;
}
.col-xs-12 {
  background-color: #fff;
}

.sidebar {
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    padding: 75px;
    overflow-x: hidden;
    overflow-y: auto;
    border-right: 1px solid #eee;
}

/* collapsed sidebar styles */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -41.6%;
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -41.6%;
  }
  .row-offcanvas-right.active {
    right: 41.6%;
  }
  .row-offcanvas-left.active {
    left: 41.6%;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 41.6%;
  }
  #sidebar {
    padding-top:0;
  }
}
.table>tbody>tr>td{
  vertical-align: middle !important;
}

ul.collapsible li.active {
    background-color: #afd9fa !important;
}

.side-nav .collapsible-body > ul:not(.collapsible) > li.active, .side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: #2196f3 !important;
}

.dropdown-content {
    z-index: 10100 !important;
}

.modal-content > .row > .input-field > .select-wrapper > .dropdown-content {
    max-height: 300px !important;
}

#modal_aprobar {
    overflow-y: visible !important;
}

/************************CALENDARIO******************************/

.calendar{
    width: 98%;
    font-size: 13px;
    margin-top: 1%;
    margin-bottom: 1%;
}

.calendar td , .fecha_nom {
    border: 1px solid black;
}

.calendar th {
    padding: 10px;
    text-align: center;
    font-size: 18px;
}

.calendar td {
    /*width: 200px;*/
    width: 14%;
    height: 150px;
    padding: 5px 0px 0px 5px;
    vertical-align: top;
}

.calendar > tbody > tr > td > ul > li {
    line-height: 100%;
}

.date {
    font-size: 16px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hora {
    width: 5%;
    border: none !important;
}

label[for=id_fecha_inicio_0], label[for=id_fecha_fin_0], label[for=id_fecha_final_0] {
    top: -1rem !important;
}

td, th {
    padding: 5px 5px !important;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
}

h3 {
    font-size: 2.92rem;
    line-height: 110%;
    margin: -1.00rem 0 0 !important;
}

h3.tarjetas {
    margin: 0 !important;
}

.input-field span label {
    position: relative !important;
}

.fixed-action-btn {
    margin-bottom: 35px !important;
}

#topBtn {
  display: none;
}

div p label span {
    color: #525252;
}

.errorlist {
    color: red;
    padding-left: 3rem !important;
}

/********* COLORS FOR TABS IN MATERIALIZECSS *******/
.tabs .tab a {
    color: #0a91bc !important;
}

.tabs .tab a.active {
    color: #0D47A1 !important;
}

.tabs .indicator {
    background-color: #0D47A1 !important;
}

.tabs .tab a:focus.active {
    background-color: #eaf3fa;
}

/****** REMOVE ARROWS FROM INPUT NUMBERS ******/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


/* Menos espacio en el menu, entre el nombre y el icono*/
ul.sidenav li ul.collapsible li a span.nav-text {
    margin-left: -20px !important;
}

/* Menos espacio en el submenu, entre el nombre y el icono */
ul.sidenav li ul.collapsible li div.collapsible-body ul li a span {
    margin-left: -20px !important;
}

/* Dar un nivel a los submenu */
ul.sidenav li ul.collapsible li div.collapsible-body ul li a {
    padding-left: 24px !important;
}

.dropbutton{
    padding: 0;
    border: none;
    background: none;
    font-size: 16px;
    color: #26a69a;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
}

.cardmenu {
  overflow: visible !important;
}

.card-title-bitacora {
    font-size: 16px !important;
    line-height: 16px !important;
    margin-bottom: 0px !important;
}

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

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

.tab-bitacora {
    padding-left: 3rem !important;
}

.card > .card-content {
    padding: 12px;
}

.collection .collection-item {
    padding: 10px;
    list-style-type: none !important;
}

.collection-item > a > .material-icons {
    padding-top: 0.2rem;
    margin-right: 0.3rem !important;
}

#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 200%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 1003; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

.preloader-wrapper.ldap {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 68%;
    right: 50%;
}

/********************************** BARRAS MODDED ************************/
#modded .progress {
    min-height: 36px;
    overflow: hidden;
    position: relative;
}

#modded .progress > span {
    position: relative;
    float: left;
    color: #fff;
    padding: 8px;
    z-index: 999;
}
#modded .progress > span > i {
    width: inherit;
    font-size: inherit;
    position: relative;
    top: 2px;
    margin-left: 8px;
}

#modded .progress > .determinate {
    width: 0;
    transition: width 1s ease-in-out;
    padding: 8px;
    position: relative;
    color: #fff;
    text-align: right;
    white-space: nowrap;
}

#modded .progress.multi {
    min-height: 36px;
    overflow: hidden;
    position: relative;
}

#modded .progress.multi .determinate {
    float: left;
}

@keyframes grow {
  from {
    width: 0;
  }
}

.material-tooltip {
    background-color: black;
    border-radius: 20px;
}

.card .card-content.card-sprint {
    padding: 0px;
    border-radius: 0 0 2px 2px;
}

.card .card-content.card-sprint .card-title {
    display: block;
    line-height: 32px;
    margin: 0px;
    padding: 10px 0px;
}

.group-items.collection{
    height: 300px;
    overflow-y: auto;
}

.prioridad-Baja {
    border-left: 6px solid green;
}

.prioridad-Normal {
    border-left: 6px solid yellow;
}

.prioridad-Urgente {
    border-left: 6px solid red;
}

.prioridad-Sin {
    border-left: 6px solid white;
}

@media screen and (min-width: 1600px) {
    #tareas_header {
        margin-top: -5rem;
    }
}

@media screen and (max-width: 1599px) and (min-width: 1200px) {
    #tareas_header {
        margin-top: -4rem;
    }
}

@media screen and (max-width: 1200px) {
    .hide-on-large-and-down {
        display: none;
    }
}

#tareacreado {
    font-size: 0.8rem !important;
}

.tiempo {
    font-size: 0.6rem !important;
    margin-top: -1rem !important;
    position: relative;
    padding: 1px !important;
    width: 50% !important;
}

.selectestado {
    margin-top: -0.8rem !important;
    margin-bottom: -0.8rem !important;
}

.icon-center {
    vertical-align: sub !important;
}

h6 {
    font-weight: 500;
    font-size: 1.1rem !important;
}

.tabs-tarea .tab a {
    color: rgba(0, 0, 0, 0.9) !important;
    font-size: 0.7rem;
}

.tabs-tarea .tab a.active {
    border-radius: 4rem !important;
    background-color: #e4e4e4 !important;
    color: rgba(0, 0, 0, 0.6) !important;
}

.tabs-tarea .indicator {
    display: none;
}

.modal.modal-fixed-header .modal-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    height: auto;
    z-index: 1002;
}

.modal .modal-header {
    border-radius: 0 0 2px 2px;
    background-color: #fafafa;
    padding: 1rem 0.5rem;
    height: auto;
    width: 100%;
    text-align: right;
    vertical-align: middle !important;
}

.modal.modal-fixed-header .modal-content {
    position: relative !important;
    padding: 0 1.5rem;
}

.modal.modal-fixed-header .modal-header .header-title {
    font-size: 1.5rem;
    text-align: left;
}

@media screen and (max-width: 600px) {
    .small-truncate {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.modal.modal-fixed-header h6 {
    margin-top: 0.9rem;
}

.modal-col {
    margin: 0;
    padding: 0 1rem !important;
}

.modal-col-small {
    margin: 0;
    padding: 0 !important;
}

.modal-icon {
    direction: rtl;
    padding: 0 !important;
}

.modal-collection {
    background: transparent !important;
    border: none !important;
}
.modal-collection .collection-item {
    background: transparent !important;
    border: none !important;
    font-size: 0.8rem !important;
    border-radius: 1rem !important;
    padding: 0.2rem !important;
}

.modal-trigger.edit .small.material-icons {
    display:table-caption !important;
}

.col.modal-col-small.s12 {
    margin-bottom: 0.9rem;
}

.modal-col-small.col.s12.valign-wrapper, h6.modal-col-small.col.s10 {
    margin-top: 0;
    margin-bottom: 0;
}

#modaltiemposmall {
    max-width: 50rem;
}

.modal-collapsible-body {
    height: 6rem;
    padding: 1rem;
}

.modal.modal-fixed-header {
    max-width: 60%;
    max-height: 75%;
    width: auto;
    height: auto;
}

.modal-fixed-footer.modal-fixed-header {
    height: auto;
    min-height: 50%;
    max-height: 60%;
    width: auto;
    max-width: 35%;
}

.modal-fixed-footer.modal-fixed-header .modal-content {
    height:  calc(100% - 69px);
}

#modaltiemporequeridosmall {
    width: auto;
    max-width: 30%;
}

.input-group {
    display: table !important;
    padding: 0 0.75rem !important;
    margin: 0 !important;
}

.input-field.input-group input, .suffix {
    display: table-cell !important;
    margin: 0 !important;
}

.suffix {
    width:1% !important;
}

.suffix > .btn-flat {
    padding: 0 !important;
}

.card-title.collapsible-header {
    display: block !important;
    line-height: 32px !important;
    margin-bottom: 8px !important;
    font-size: 24px !important;
    font-weight: 300 !important;
}

.tabs-center {
    display:flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 2rem !important;
}

.card.horizontal .card-image img {
    max-height: 125px !important;
}

@media screen and (max-width: 600px) {
    .brand-sidebar .logo-wrapper {
        padding: 13px !important;
    }
}

.tap-target-origin:not(.btn):not(.btn-large):not(.btn-small), .tap-target-origin:not(.btn):not(.btn-large):not(.btn-small):hover {
  background: #521456;
}

.card .card-action a:not(.btn):not(.btn-small):not(.btn-large):not(.btn-large):not(.btn-floating) {
  color: #0D47A1 !important;
}

.row > td > input {
    margin-bottom: 2px !important;
}