﻿.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #c5c5c5;
    color: #454545;
    font-weight: normal;
    background: #fff !important;
}

/*se marcan los dias inhabiles*/
td[title=inhabil] {
    opacity: 100 !important;
}

    td[title=inhabil] span.ui-state-default {
        background: #ff6a00;
        color: #fff;
    }
td[title=inhabilFinProcesal] {
    opacity: 100 !important;
}

    td[title=inhabilFinProcesal] span.ui-state-default {
        background: #455A9E;
        color: #fff;
    }
#datepicker-container {
    text-align: center;
}

#datepicker-center {
    display: inline-block;
    margin: 0 auto;
}

div.ui-datepicker {
    font-size: 20px;
}

.ui-datepicker-calendar thead tr th {
    border: solid 1px white;
    color: #fff;
    background-color: rgb(88, 160, 197);
}


@media screen and (min-width: 920px) {
    .tales {
        width: 100%;
    }

    .carousel-inner {
        width: 100%;
        /*max-height: 500px !important;
        min-height: 450px !important;*/
        height: 500px !important;
        max-width: 1000px !important;
    }
}

@media screen and (min-width: 769px) {
    #mes {
        text-align: right;
    }

    #año {
        text-align: right;
    }

    #buscar {
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    #mes {
        text-align: left;
    }

    #año {
        text-align: left;
    }

    #buscar {
        text-align: left;
    }
}
