.letraBlanca{
    color: #FFF !important;
}

.copyright {
    color: inherit;
    padding: .9375rem;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 3px;
    position: relative;
    display: block;
}

.margenTop15{
    margin-top: 15%;
}

.card.bg-rose, .card .card-header-rose .card-icon, .card .card-header-rose .card-text, .card .card-header-rose:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-rose .back, .card.card-rotate.bg-rose .front {
    background: linear-gradient(60deg, #dde2ec, #85bfd8);
}

.card .card-header-rose .card-icon, .card .card-header-rose .card-text, .card .card-header-rose:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgb(57, 106, 194);
}

@media screen and (max-width: 600px) {
    #footer {
        visibility: hidden;
        display: none;
    }
}

label.error {
    background: url('../img/error.png') no-repeat;
    padding-left: 32px;
    margin-left: 5%;
    color: #FF0000;
}

.error{
    color: #FF0000;
}

.active-pro{
    bottom: 5% !important;
}

.btnSalirIzq:hover{
    background-color: #2178ff !important;
    color: #FFF !important;
    box-shadow: 0 14px 26px -12px rgba(0, 175, 199, 0.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(57, 106, 194, 0.2) !important;
    width: 90% !important;
}
.btnSalirIzq{
    width: 90% !important;
    color: #FFF !important;
}

.iconBienvenidaGrande700{
    font-size: 700%;
}

.iconBienvenidaGrande300{
    font-size: 300%;
}

.main-panel > .content{
    min-height: calc(100vh - 110px) !important;
    margin-top: 0px !important;
}

#nav li ul {
    display: none;
}

.ezbreadcrumbs {
    /*background: url('../img/bg-ez.png') repeat;*/
    display: table;
    padding: 15px 20px;
    line-height: 25px;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    font-size: 22px;
}

.ez {
    background: url('../img/bg-ez.png') repeat;
    display: table;
    padding: 15px 20px;
    line-height: 40px;
    width: 100%;
    border-bottom: 3px solid #2e2d2c;
    font-size:22px;
    /*border-radius: 10px;*/
}

.pd-inner{
    margin: 3%;
}

/*.flotante {*/
    /*display: block;*/
    /*position: fixed;*/
    /*bottom: 10px;*/
    /*right:0px;*/
    /*z-index: 1;*/
/*}*/

.grid-view table.items th a{
    color: #000;
}

.grid-view table.items th a:hover{
    color: #2178ff;
}

@media screen and (max-width: 767px) {
    .login-page .container {
        padding-top: 15px !important;
    }
    .flotante{
        display: none;
    }
}

/*.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th{*/
    /*text-align: left !important;*/
/*}*/

.mt-largo{
    margin-top: 7%;
}

.detail-view th {
    text-align: right !important;
    width: 160px;
    padding-right: 10px !important;
}

table td, table th {
    padding: 9px 10px;
    text-align: left !important;
}

.modal-largo > .modal-dialog{
    max-width: max-content;
    width: 80em;
}

.modal-xlargo > .modal-dialog{
    max-width: none !important;
    width: 80% !important;
}

.modal-largo25 > .modal-dialog{
    max-width: none !important;
    width: 25% !important;
}
.modal-largo50 > .modal-dialog{
    max-width: none !important;
    width: 50% !important;
}
@media (max-width: 768px) {
    .modal-largo50 > .modal-dialog{
        width: 95% !important;
        margin: 10px auto;
    }
    .modal-largo75 > .modal-dialog,
    .modal-largo76 > .modal-dialog{
        width: 95% !important;
        margin: 10px auto;
    }
}
.modal-largo75 > .modal-dialog{
    max-width: none !important;
    width: 75% !important;
}
.modal-largo76 > .modal-dialog{
    max-width: none !important;
    width: 85% !important;
}