.manage_scheduler
{
    position: absolute;
    top: 5px;
    height: 27px;
    opacity: .8;
    cursor:pointer;
}

#scheduler_mode_min
{
    display:none;
    opacity:.8;
    cursor:pointer;
    width: 26px;
    position: absolute;
    left: 48px;
    top: 6px;
}

#scheduler_mode_large
{
    display:none;
    opacity:.8;
    cursor:pointer;
    width: 25px;
    position: absolute;
    left: 77px;
    top: 6px;
}
#scheduler_container
{
    background-color:white;
}

#scheduler_grid_table TR
{
    background-color:white;
}
#scheduler_grid_table TH
{
    background-color:white;
}

#scheduler_container, #scheduler_container_print
{
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:36px;
    overflow:auto;
}

.simple #vta-detail.scheduler_min .top 
{
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    //height: 50%;
    height: 100%;
    border-bottom: solid 1px silver;
    text-align: left;
    display: block;
}

.simple #vta-detail.scheduler_min .right
{
    height: 40px;
    bottom: 0px;
    top: auto;
}

.simple #vta-detail.scheduler_min .right .header,
.simple #vta-detail.scheduler_min .right .content
{
    display:none;
}

.simple #vta-detail.scheduler_min .header 
{
    display:block;
}

.simple #vta-detail.scheduler_min .content 
{
    display:block;
}

.simple #vta-detail.scheduler_large .top 
{
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 100%;
    border-bottom: solid 1px silver;
    text-align: left;
    display: block;
}

.simple #vta-detail.scheduler_large .right 
{
    top: 50%;
}

.simple #vta-detail.scheduler_large .header 
{
    display:none;
}

.simple #vta-detail.scheduler_large .content 
{
    display:none;
}

#scheduler_grid_title
{
    font-size: 14px;
    /* box-shadow: 0 1px 4px rgb(0 0 0 / 30%), 0 0 40px rgb(0 0 0 / 10%) inset; */
    /* margin: 5px 0px 10px 0px; */
    background-color: #f5f5f5;
    padding: 7px;
    /* width: 100%; */
}

#scheduler_container #scheduler_grid table, #scheduler_container_print #scheduler_grid_print table
{
    border-spacing: 1px;
}

#scheduler_container #scheduler_grid table th, #scheduler_container_print #scheduler_grid_print table th
{
    width: 20px;
    height: 20px;
    text-align: center;
    border: 1px solid #dedcdc;
    background-color: #ececec;
    color: black;
    /*border-radius: 3px;*/
    border-collapse: separate;
    vertical-align: top;
    padding-top: 5px;
    height: 16px;
}

#scheduler_container #scheduler_grid table td, #scheduler_container_print #scheduler_grid_print table td
{
    width: 20px;
    height: 20px;
    text-align: center;
    border: 1px solid #C0C0C0;
    /*border-radius: 3px;*/
    border-collapse: separate;
    font: bold 9px Verdana, "Bitstream Vera", "Bitstream Vera Sans", sans-serif;
}

#scheduler_container #scheduler_grid table td span, #scheduler_container_print #scheduler_grid_print table td span
{
    color:black;
}

#scheduler_container #scheduler_header
{
    border-bottom: 1px solid #C0C0C0;
    background-image: linear-gradient(#ffffff, #cccccc);
}

#scheduler_container #scheduler_header input[type=button] 
{
    height: 25px;
    opacity: 0.8;
    margin: 3px;   
    font-weight: bold;
    cursor:pointer;
}

#scheduler_container #scheduler_header #scheduler_year
{
    margin: 3px 10px;
    opacity:1 !impprtant;
    padding: 0px 20px;
    opacity: 1;
}

#scheduler_container #scheduler_header #scheduler_go_to
{
    display: inline-block;
    position: relative;
    height: 30px;
    background-color: #ececec;
    border-radius: 4px;
    padding: 4px;
    width: 205px;
    height: 18px;
    text-align: center;
}

#scheduler_container #scheduler_header #scheduler_go_to input[type=text] 
{
    width: 40px;
    font-size: 13px;
    border: none;
    background-color: transparent;
    text-align: center;
}

#scheduler_container #scheduler_header #scheduler_go_to select
{
    display: inline-block;
    border: none;
    background-color: transparent;
    text-align: left;
    width: 85px;
    font-size: 13px;
    margin-top: -5px;
}

#scheduler_container #scheduler_header #scheduler_to_pdf
{
    vertical-align: bottom;
    margin-bottom: 4px;
    display:inline-block !important;
    width: 23px;
}

#scheduler_container #scheduler_header #excluded_ids
{
    vertical-align: bottom;
    margin-bottom: 2px;
    display:inline-block;
}

#scheduler_container .scheduler_cell
{
    cursor:pointer;
}

#scheduler_container .scheduler_cell.selected
{
    box-shadow: 0px 0px 3px 0px rgb(0 0 0) inset;
    -webkit-box-shadow: 0px 0px 3px 0px rgb(0 0 0) inset;
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,1) inset;
}



#scheduler_grid thead tr:first-child
{
    position: sticky; 
    top: 61px; 
    z-index: 2;
}

#scheduler_grid thead tr:nth-child(2)
{
    position: sticky; 
    top: 86px; 
    z-index: 2;
}

.stycky_left
{
    position: sticky; 
    left: 0;
    z-index: 1;
}