

/*  UTBI_DatePicker_CustomContent */

.utbi-dpc .ui-datepicker-inline{

}       

#cookie-notice{
    z-index: 999999999999 !important;
}

.utbi-dpc .ui-datepicker table,
.utbi-dpc table{
    table-layout: fixed;
    border-spacing: 2px !important;
    border-collapse: separate;
    /**/
    cursor: pointer; 
}
.utbi-dpc .ui-datepicker table,
.utbi-dpc table,
.utbi-dpc table td,
.utbi-dpc table th{
    border-color: transparent;
    border: 2px solid transparent; 
}
.utbi-dpc td{
    /*position: relative;*/
    border: 0 solid white !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #ddd;
    text-align: center;
}
.utbi-dpc th{
    background: none;
    color: #444;
    text-transform: uppercase;
}
.utbi-dpc td a.ui-state-default{
    display: none;
}
.utbi-dpc .cell-container{
    width: 100%;
    height: 100%;
    min-height: 100%;   
    display: table;
    display: block;

    position: relative;
    cursor: auto;
    /*dimenciones por defecto, para asegurarce que cubra todo el td*/
    height: 74px;
}

/* estilo por defecto */
.dpc-cell-header  {
    font-size: 0.95em !important;
    padding-left: 4px;
    background: #e0e0e0;
    background: #6cc06c;
    color: #fff;
    line-height: 18px;
}
.ui-state-active .dpc-cell-header,
.dpc-cell-header.dpc-cell-selected{
    background-color: #464646 !important;
    border-color: #464646 !important;
}
.utbi-dpc .ui-datepicker-title{
    font-weight: 300;
    text-align: center;
    font-size: 1.3em;
    text-transform: uppercase;
}
.utbi-dpc .ui-datepicker-next, .utbi-dpc .ui-datepicker-prev{
    text-decoration: none;
    position: relative;
    top: 30px;
    opacity: 0.7;
    cursor: pointer;
    line-height: 32px;
}
.utbi-dpc .ui-datepicker-prev {
    padding-left: 4px;
}
.utbi-dpc .ui-datepicker-next {
    float: right;
    padding-right: 4px;
}

.utbi-dpc .dpc-cell-loading{
    background: url(../img/loader-3.gif);
    background-repeat: no-repeat;
    background-position: 8px 8px;
    margin: 0 auto;
    width: 32px;
    height: 32px;
    display: block;
    padding: 8px;
    /**/
    background-size: 22px 22px;
    margin-top: 6px;
}
.utbi-dpc .cell-container.cell-state-disabled{

}
.utbi-dpc .cell-container.cell-state-disabled .dpc-cell-header {
    background: #abcfab;
    background: #de543e;
    background: #de7868;
}

.utbi-dpc .cell-container.cell-state-enabled:hover,
.utbi-dpc .cell-container.cell-state-selected{
    color: white;
    background: #6cc06c;
    cursor: pointer;
}
.utbi-dpc .cell-container.cell-state-enabled:hover .dpc-cell-header,
.utbi-dpc .cell-container.cell-state-selected .dpc-cell-header{
    background-color: #1f8e1f;
}

.utbi-dpc .dpc-cell-content {
    /*font-weight: 600;*/
}

.utbi-dpc .dpc-cell-empty{
    line-height: 50px;
}
