/* estilos generales */

html {
    text-shadow: -1px -1px rgba(255, 255, 255, 0);
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    text-shadow: -1px -1px rgba(255, 255, 255, 0);
}

.ui-tabview.ui-tabview-top .ui-tabview-nav.ui-widget-header li.ui-state-active a {
    text-shadow: -1px -1px rgba(255, 255, 255, 0);
}

.ui-tabview li.ui-state-active {
    background: #81bfe0 !important; 
}


/* dropdown */

div.ui-dropdown {
    border-color: #ccc;
}

div.ui-dropdown-trigger {
    width: 28px !important;
    background: #fff !important;
}

div.ui-dropdown-trigger span.fa {
    margin-top: 6px !important;
    margin-left: 2px !important;
}

label + p-dropdown {
    display: block;
}


/* estilos para los menús */

.ui-dropdown {
    display: block !important;
    /*max-width: 300px;*/
    height: 30px;
}


.ui-dropdown-label {
    height: 27px;
    color: #000;
}


/* estilos par los calendarios*/

.ui-datepicker {
    margin-top: 2px !important;
    border: 1px solid #81bfe0 !important;
    background: #ffffff !important;
}

.ui-datepicker-today a {
    background: #ffffff;
    border-radius: 4px;
}

body .ui-datepicker table td a.ui-state-highlight {
    background: #ffffff;
}

.ui-datepicker th {
    color: #1b8ac6;
    padding: 0.1em;
}

.ui-datepicker td {
    padding: 0px;
}

.ui-datepicker a {
    text-decoration: none !important;
}

.ui-datepicker-prev , .ui-datepicker-next {
    display: none !important;
}

body .ui-datepicker table td a.ui-state-active {
    background-color: #0275d8 !important;
    color: #fff !important;
}

body .ui-datepicker-today a {
    background-color: #fff !important;
    color: #35b118 !important;
    font-weight: bold;
    border-radius: 0px;
}

/* dialog */

.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
    background: #f2f2f2 !important;
    border: solid 0px;
}

.ui-dialog-titlebar {
    background-color: #d9edf7 !important;
}

.ui-dialog-title, .ui-dialog-titlebar-icon {
    color: #fff!important;
}