/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Sep 18, 2023, 5:07:05 PM
    Author     : aqge
*/

.active-selected{
    background: #EEFFFF;
}

table.my-calendar{
    margin:  20px 10px 60px;
}


.my-calendar tr.table-caption td{
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background: #f0f0f0;
    border: thin solid #ddd;
}

.my-calendar tr.table-caption td.none{
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background: #eee;
    border: thin solid #eee;
}

table.my-calendar.small{
    margin:    10px  ;
}

table.my-calendar.small .cell-content td{
    width: 13px;
    height: 10px;
    border: thin solid #eee;
    overflow: hidden;
}

table.my-calendar.small .cell-content:hover td.empty{
    border: thin solid #ccddee;
}

table.my-calendar.small .cell-content:hover td.none{
    border: thin solid #eee;
}

table.my-calendar.small .cell-content td div{
    display: block;
}

table.my-calendar.small th.cell-heading  {
    font-size: 10px;
    color: black;
}

table.my-calendar.small .cell-content td ul{
    margin: 0;
    padding: 0;
}

table.my-calendar.small .cell-content td ul li{
    height: 3px
}

table.my-calendar.small tr.table-caption td{
    height: 10px;
    font-size: 10px;
    text-align: center;
    background: #f0f0f0;
    border: thin solid #ddd;
    display: none;
}


.cell-content td{
    width: 130px;
    height: 90px;
    border: thin solid #eee;
}

.cell-content td div{
    display: none;
}

.cell-content td.empty,
.cell-content td.scheduled,
.cell-content td.handled,
.cell-content td.ignored,
.cell-content td.fix,
.cell-content td.man,
.cell-content td.auto

{
    border: thin solid #ddd;

}

.cell-content td.active{
    border :  2px  red dotted;
}


.cell-content td.empty {
    background: white;
}

.cell-content td {
    background: #eee;
}

.cell-content td ul{
    list-style: none;
    font-size: 11px;
    padding: 0;
    margin: 5px;

}
.cell-content td ul li{
    white-space: nowrap;
    height: 24px;
}

.cell-content td a  {
    text-decoration: none;
    display: block;
    height: 85%;
    color: #f0f0f0;
}


.cell-content table td.empty{
    background: white;
}

.cell-content table td.handled{
    background: #AA8383;
}

.cell-content table td.scheduled{
    background: #5D91BC;
}

.cell-content table td.ignored{
    background: #9C9A78;
}




.cell-content table td.man{
    background: #a8b08b;
}

.cell-content table td.auto{
    background: #5d91bc;
}

.cell-content table td.fix{
    background: #aa8383;
}



.cell-content table td.open a

{
    background: url('images/open.png') no-repeat 0 0;
    background-size: 35px;
    background-position: 5% 5%;
}

.cell-content table td.finish a{
    background: url('images/finish.png') no-repeat 0 0;
    background-size: 35px;
    background-position: 5% 5%;

}

.cell-content table td.closed a{
    background: url('images/closed.png') no-repeat 0 0;
    background-size: 35px;
    background-position: 5% 5%;
}


.small .cell-content table td.open a,
.small .cell-content table td.finish a,
.small .cell-content table td.closed a{
    background-size: 15px;
}


a.scrool-arrow{
    color: #aaa;

}

a.scrool-arrow:hover{
    color: #353535;
}

a.scrool-arrow i{
    margin-top: 20px;
}



div.posisi0{
    margin-left: 0;
    -webkit-transition: margin-left 0.5s; /* For Safari 3.1 to 6.0 */
    transition: margin-left 0.5s;
}

div.posisi1{
    margin-left: -50%;
    -webkit-transition: margin-left 0.5s; /* For Safari 3.1 to 6.0 */
    transition: margin-left 0.5s;
}

div.posisi2{
    margin-left: -100%;
    -webkit-transition: margin-left 0.5s; /* For Safari 3.1 to 6.0 */
    transition: margin-left 0.5s;
}


.calendar-caption{
    margin-bottom: 0px;
    font-size: 14px; 
    background: #e8e8e8;
}



table.my-calendar:hover .calendar-caption{
    color: #000;
}