body {
    padding-top: 30px;
    margin-bottom: 30px;
}


/*html {
  position: relative;
  min-height: 100%;
}
*/
.page-header {
    margin-top: 36px;
    margin-bottom: 5px;
}

.sk-wave {
    margin: 40px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    position: fixed;
    top: 0;
    left: 48%;
}

.sk-wave .sk-rect {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect1 {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
}

.sk-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

.subpanel {
    padding: 5px;
    border-top: 5px solid #f5f5f5;
    margin-bottom: -5px;
}
.subpanel > .panel-body {
    padding: 5px;
    margin-bottom: -15px;
}

.btneliminasub {
    margin-right: -25px;
    margin-bottom: -25px;
}

.btneliminasub > .btnelimina {
    float:right;
    z-index: 100;
}

.btneliminasub > .btnelimina > span{
    z-index: 100;
}

.subhead {
    background-color: #f5f5f5;
    font-size: small;
    padding-bottom: 5px;
    padding-top: 5px;
}

/* Datatables */
.dataTables_length {
    margin-left: 10px;
    padding-top: 10px;
}
.dataTables_filter {
    padding-top: 10px;
    margin-right: 10px;
}
.dt-buttons {
    padding-top: 5px;
}

.breadcrumb {
    border-color: transparent;
    background-color:transparent;
    margin-bottom: 0;
    padding:3px;
}

::-ms-clear {
  display: none;
}

.form-control-clear {
  z-index: 10;
  pointer-events: auto;
  cursor: pointer;
}

.fabutton  {
    font-size: 1.3em;
    position: relative;
    top: 2px;
    margin: -3px;
}