.padding-top-20{
    padding-top: 20px !important;
}

.margenes-10{
    padding-left: 10px !important;
    padding-right: 10px !important;
}

#button-top {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    margin: 30px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s;
    z-index: 1000;

}
#button-top:hover {
    cursor: pointer;
    background-color: #333;
}
#button-top:active {
    background-color: #555;
}
#button-top {
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
}
@media screen and (max-width: 650px) {
    div#pnlFooterPc1 {
        display: none !important;
    }
    div#pnlFooterPc2 {
        display: none !important;
    }
}
/*.hide-content .ui-fileupload-content  {
    display: none !important;
}*/

/*
.hide-content .ui-widget-header{
    background-color: #ffffff;
    color: #ffffff;
    border: 0;
}*/

.narajo-ucen{
    color: #ff661c;
}

.azul-ucen{
    color: #0026fa;
}

.gris-ucen{
    color: #535353;
}

.layout-config .layout-config-content .layout-config-button {
    border-radius: 50% !important;
    top:5em !important;
    background-color: #fafafa;
}

#panelFooter{
    height: 60px !important;
}

.text-uppercase {
    text-transform: uppercase;
}

.color-exit {
    color: red !important;
}

.color-exit i {
    color: red !important;
}

.card-sombra {
    -webkit-box-shadow: 0 0 27px 4.5px rgba(13, 36, 62, 0.1);
    -moz-box-shadow: 0 0 27px 4.5px rgba(13, 36, 62, 0.1);
    box-shadow: 0 0 27px 4.5px rgba(13, 36, 62, 0.1);
    margin-bottom: 20px; }

.card-dashboard {
     box-shadow: 0 0 27px 4.5px rgba(13, 36, 62, 0.1)  !important;
     -webkit-box-shadow: 0 0 27px 4.5px rgba(13, 36, 62, 0.1) !important;
}