    .grupouno{
        background-color: rgba(204, 204, 204, 0.47) !important;
        color: #000 !important;
    }
    .grupodos{
        background-color: rgba(73, 145, 63, 0.47) !important;
        color: #000 !important;
    }
    .grupotres{
        background-color: rgba(76, 204, 191, 0.47) !important;
        color: #000 !important;     
    }
    .grupocuatro{
        background-color:rgba(29, 141, 204, 0.39) !important;
        color: #000 !important;     
    }
    .grupocinco{
        background-color:rgba(76, 158, 204, 0.81) !important;
        color: #000 !important;     
    }
    .gruposeis{
        background-color:rgb(30, 127, 182) !important;
        color: #000 !important;     
    }
.dropdown-menu{
    z-index: 10001 !important;
}
.inputfile {

    position: absolute;
    z-index: -1;
    position: absolute;
    top: 25px;
}
.input-30{
    height: 30px;
}
.inputfile + label {
    width: 100%;
    font-size: 1.35rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 10px;
    margin-top: 2%;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


/* style 1 */

.inputarchivo + label {
    color: #f1e5e6;
    background-color: #00acac;
}

.inputarchivo:focus + label,
.inputarchivo.has-focus + label,
.inputarchivo + label:hover {
    background-color: #008484;
}

.inputarchivo + label {
    color: #f1e5e6;
    background-color: #00acac;
}

.inputarchivo:focus + label,
.inputarchivo.has-focus + label,
.inputarchivo + label:hover {
    background-color: #008484;
}

.select2.select2-container.select2-container--default{
    width: 100% !important;
}

.table.table-hover.table-bordered.nowrap.table-cursor>tbody>tr:hover{
    cursor: pointer !important;

    border: 1px solid;
}
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
    background: #00acac66 !important;
    border: none;
    cursor: pointer;
}
table.dataTable tbody>tr.selected, table.dataTable tbody>tr.selected td, table.dataTable tbody>tr>.selected {
    background: #d3bc116b !important;
    color: #707478;
     border: none;
}

.info-info{
    background:#F7FE4C !important;
}
.info-danger{
    background:red !important;
}
 .tooltip-inner > p {
   text-align:left  !important;
 }
 
 .opacity-3{
    opacity: 0.3;
 }
fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

    legend.scheduler-border {
        font-size: 1.2em !important;
        font-weight: bold !important;
        text-align: left !important;
        width:auto;
        padding:0 10px;
        border-bottom:none;
    }
 @media(min-width: 900px){
    .top-menu .nav .sub-menu {     
        left: 0;
        min-width: 300px;    
        top: 100%;
    }
 }


.autocompletar {
  
  position: relative;
  
}

.autocompletar-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  
  top: 100%;
  left: 0;
  right: 0;
}
.autocompletar-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocompletar-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocompletar-active {
  
  background-color: DodgerBlue !important;
  color: #ffffff;
}