/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18/08/2016, 13:32:37
    Author     : Administrador
*/

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    color: gray !important;
}



fieldset.scheduler-border {
    border: 2px groove #ddd !important;
    box-shadow: 0 0 0 0 #000;
    margin: 0 0 1.5em !important;
    padding: 0 1.4em 1.4em !important;
}

legend.scheduler-border {
    border-bottom: medium none;
    font-size: 14px;
    padding: 0 10px;
    width: inherit;
}

.ui-widget-overlay
{
   opacity:0.8 !important;
}

.tool-bars {
    height: auto !important;
}


.cd-accordion-menu ul label, .cd-accordion-menu ul a
{
    background:gray;
}

.cd-accordion-menu {
        max-width: 100%;
        width: 100%;
        margin-top: 0px;
        box-shadow: 0 0px 0px white;
    }


    .cd-accordion-menu label, .cd-accordion-menu a {
        padding: 24px 24px 24px 82px;
        font-size: 12px !important;
        padding: 12px 24px 12px 82px;
    }

    .cd-accordion-menu label, .cd-accordion-menu a {

        background: #817373;

    }

    .no-touch .cd-accordion-menu label:hover, .no-touch .cd-accordion-menu a:hover {
        background: #108a97;
    }
    
    
    
    .cd-accordion-menu li {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border-bottom: 1px solid #796a6a;
    }