.custom-file-input ~ .custom-file-label::after {
    content: "Buscar";
}
body{
    overflow-x: unset;
}
/***************sorteo******************/
.img-car{
    max-height: 120px;
    width: 100%;
}
@media (min-width: 768px) {
    .img-car{
        max-height: 150px;
        width: auto;
    }
}
@media (max-width: 768px) {
    #resultado img{
        width: 95%;
    }
    #imagenes h5{
        padding-left: 13%;
    }
}
ul#c {
    height: 250px;
}

ul#c > li {
    width: 95%;
    left:5px;
    right:5px;
    list-style-type: none;
    position: absolute;
    top: 0;
    *padding: 20px;
    height: 250px;
    opacity: 0;
    padding-top: 60px;
    text-align: center;
    transition: 0.1s opacity;
    margin-top: 60px;
}

#c .active {
    opacity: 1;
}

/**************sorteo**********************/
.login-content .logo img {
    *height: 150px;
    background-color: #fff;
    -webkit-box-shadow: 0px 29px 147.5px 102.5px rgba(0, 0, 0, 0.05), 0px 29px 95px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 29px 147.5px 102.5px rgba(0, 0, 0, 0.05), 0px 29px 95px 0px rgba(0, 0, 0, 0.16);
    -webkit-perspective: 800px;
    perspective: 800px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 20px;
}

.btn .icon, .btn .fa {
    margin-right: 0 !important;
}

.btn-breadcrumb {
    padding: 0;
    font-size: 12.5px;
    margin-top: -3px;
}

/***********calendario**************/
.fc-unthemed .fc-today {

    background: #188FB2 !important;

}

.fc-bg {
    background-color: rgba(84, 211, 247, 0.2);
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.fc-time-grid-container {
    height: auto !important;
}

.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-popover {
    border-color: #04122f4d !important;
}

/************calendario***********/
.app-header {
    width: 50px;
}

.app-content {
    min-height: calc(100vh - 0px);
    margin-top: 0px;
}

/************contraseña*****************/
.pass_show {
    position: relative
}

.pass_show .ptxt {
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
    color: #C97430;
    margin-top: 0px;
    cursor: pointer;
    transition: .3s ease all;
}

.pass_show_inline .ptxt {
    right: 22px !important;
    margin-top: -13px !important;
}

.pass_show .ptxt:hover {
    color: #333333;
}

/************contraseña*****************/
/*************inicio**************/
.card-counter {
    box-shadow: 2px 2px 10px #DADADA;
    margin: 5px;
    padding: 20px 10px;
    background-color: #fff;
    height: 100px;
    border-radius: 5px;
    transition: .3s linear all;
}

.card-counter:hover {
    box-shadow: 4px 4px 20px #DADADA;
    transition: .3s linear all;
}

.card-counter.primary {
    background-color: #C97430;
    color: #FFF;
}

.card-counter.secondary {
    background-color: #2C7CA1;
    color: #FFF;
}

.card-counter.terciary {
    background-color: #234282;
    color: #FFF;
}

.card-counter.danger {
    background-color: #ef5350;
    color: #FFF;
}

.card-counter.success {
    background-color: #66bb6a;
    color: #FFF;
}

.card-counter.info {
    background-color: #26c6da;
    color: #FFF;
}

.card-counter i {
    font-size: 5em;
    opacity: 0.2;
}

.card-counter .count-numbers {
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 32px;
    display: block;
}

.card-counter .count-name {
    position: absolute;
    right: 35px;
    top: 65px;
    font-style: italic;
    text-transform: capitalize;
    opacity: 0.5;
    display: block;
    font-size: 18px;
}

/*************inicio**************/
/*************dataTables**************/
.thead-tabla {
    background-color: #C97430;
    color: #fff;
}

.btn-tables {
    padding: 3px 8px !important;
    margin-top: -1px !important;
    margin-left: 2px !important;
    margin-right: 2px !important;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-right: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: transparent !important;
}

table.dataTable thead .sorting::before, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_desc::before, table.dataTable thead .sorting_asc_disabled::before, table.dataTable thead .sorting_desc_disabled::before, table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after {
    content: "" !important;
}

.dataTables_wrapper td:last-child {
    text-align: center;
}

/*************dataTables*************/
/**********ocultar mostrar cajas*********/
.botondesplegable {
    margin: 0 auto;
    margin-bottom: 14px;
}

.botondesplegable i {
    font-size: 2em;
    float: right;
}

.botondesplegable:hover {
    cursor: pointer;
}

/**********ocultar mostrar cajas*********/

@media (max-width: 480px) {

}

@media (max-width: 768px) {
    .app-title {
        padding-left: 65px;

    }
}
