.inicioh {
    /*margin-bottom: 20px!important;*/
    background-color: #102851 !important;
    /*display:block;*/
    color: white !important;
}

.logo {
    width: 150px;
    margin-left: 100px;
}

.cicon {
    color: #ffffff;
}

#signPortal {
    color: white !important;
}

.card-body {
    margin: 10px 10px 10px 10px !important;
}

.textWhite {
    color: white !important;
}

.exceli {
    width: 48px !important;
}

.myactive {
    width: 35px !important;
    border-radius: 50%;
    text-align: center !important;
    color: #102851 !important;
    margin-right: 10px !important;
    font-weight: bold !important;
    background: #fbc846 !important;
    height: 35px !important;
    padding-top: 4px !important;

}
.myactive img, .hvr-shutter-in-vertical img{
    width: 20px !important;
}


/* Shutter In Vertical */
.hvr-shutter-in-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #fbc846 !important;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width: 35px !important;
    border-radius: 50%;
    text-align: center !important;
    color: #102851 !important;
    margin-right: 10px !important;
    font-weight: bold !important;
    height: 35px !important;
    padding-top: 4px !important;
}

    .hvr-shutter-in-vertical:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        border-radius: 15px;
        text-align: center !important;
        color: #102851 !important;
        font-weight: bold !important;
    }

    .hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
        color: white;
    }

        .hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
            -webkit-transform: scaleY(0);
            transform: scaleY(0);
        }

.mycenter {
    text-align: center !important;
}

.mysign{
    margin-left: 80px !important;
    margin-top: 3px !important;
    font-size:23px !important;
    /*font-weight:bold !important;*/
}

.signedUser{
    margin-top: 45px !important;
    margin-right:40px !important;
    font-weight: bold !important;
    font-size:17px !important;
}

.rojo{
    color: red !important;

}

.btn.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn.btn-file > input[type='file'] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        opacity: 0;
        filter: alpha(opacity=0);
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

#txtXml{
    margin-left: 15px !important;
}

#rowUpload{
    width: 80% !important;
}

.rowCard{
    margin-bottom: 15px !important;
}
.menu-salir{
    display: none !important;
}
@media only screen and (max-width : 480px) {
        .signedUser{
            display: none;
        }
        .menu-salir{
            display: inline-block !important;
        }
    }

.mybodycard{
    height:100px !important;
}
.success-color {
    background-color: #5bc0de!important;
}
.warning-color {
    background-color: #f2d856!important;
}
.dtp div.dtp-date, .dtp div.dtp-time {
    background: #285092!important;
}
.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
    background: #517bc1!important;
}
.dtp table.dtp-picker-days tr > td > a.selected {
    background: #285092 !important;
}
.dtp .p10 > a {
    color: #00bcd4!important;
}
.boton-icono {
    background: none;
    border: none;
}
.dtp-btn-cancel{
    display: none;
}


.btn-fab {
    position: fixed !important;
    right: 20px;
    /*border-radius: 60px !important;
    width: 50px !important;
    height: 60px !important;*/
}

#btnPlus {
    bottom: 0px;
}
.table-responsive{
    overflow-x: hidden;
}

.dtp-btn-ok {
    background-color: #517bc1 !important;
}

.has-error {
    border-color: red !important;
    color: red !important;
}

*:not(.fa,.material-icons) {
    font-family: Arial !important;
}

.navbar-toggler-right {
    background-color: white !important;
}

@media (max-width: 800px) {
    a.hvr-shutter-in-vertical, a.myactive {
        margin-left: 50px !important;
    }
}

.alvbutton {
    height: 60px !important;
}