﻿@import "mixins";
@import "main";

.grafik-timePicker 
{
    width: 38px !important;
    height: 20px !important;
    font-size: @fontSize !important;    
    margin-bottom: 5px;
}

.grafik-timePicker:disabled
{
    background-color: transparent !important;
    border: 0px !important;
    .drop-shadow (0, 0, 0, 0);
    cursor: default;
}

.grafik-absenceInfo
{
    font-size: 9px;
    display: inline-block;
    width: 15px;
    max-width: 15px;
    min-height: 15px;
    font-style: italic;
    text-transform:uppercase;
    text-decoration: underline;
    font-weight: bold;
    color: green;
}

.grafik-week
{
    font-size: @fontSize;
}

.grafik-daySummary
{
    font-size: @fontSize !important; 
    font-weight: bold;
    margin-top: 4px;
    margin-left: 5px;
}

.grafik-day-Saturday
 {
    background-clip: padding-box;
    background-color: #E0FFE0;
}

.grafik-day-Holiday
{
    background-clip:padding-box;
    background-color: #FFC7C7 !important;
}

.grafik-day-Disabled 
{
    background-clip:padding-box;
    background-color: #F2F2F2;
}

.grafik-header-button
{
    height: 30px;
    width: 100px;
}

.grafik-header-input
{
    width: 100px;
    margin-bottom: 0px !important; 
}

.grafik-footer 
{
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}

.grafik-footer-button
{
    height: 30px;
    width: 100px;
    float: right;
}

.grafik-grid-header-cell 
{
    font-size: @fontSize;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
    .gradient (#F5F5F5, #FFFFFF, #E6E6E6);
    color: #333333;
    text-align: left;
    border-style: solid;
    border-width: 0 0 1px 1px;
    font-weight: normal;
    padding: 0.5em 0.6em 0.4em;
}

.grafik-grid-cell 
{
    font-size: @fontSize;
    padding: 10px 0px 10px 5px;
    border-bottom: 1pt solid !important;
    border-bottom-color: rgba(0, 0, 0, 0.25) !important;
    overflow: hidden;
}

.grafik-errorIndicator
{
    width: 20px;
    height: 20px;
    margin-top: -3px;
    padding-left: 5px;
}

.grafik-grid {
    font-size: 14px;
    table-layout: fixed;
    overflow: hidden;
    text-overflow:ellipsis;
    color: #333333;
    outline: 0 none;
    background-color: #FFFFFF;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.grafik-pager 
{
    width: 280px;
}

.grafik3-btn {
    font-size: 9px;
}

.grafiki .sticky-left {
    position: sticky;
    left: 0;
    background-color: #ffffff;
    border-left: 0px;
    z-index: 1;
}
.grafiki .sticky-left2 {
    left: 175px;
}

.grafiki .sticky-top {
    position: sticky;
    top: 0;
    background-color: #ffffff;
    z-index: 2;
}

.grafiki .table-grid {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.grafiki .table-well {
    display: block;
    overflow-x: auto;
    overflow-y: auto;
    white-space: nowrap;
}

.grafiki .table-grid th, .grafiki .table-grid td {
    padding: 8px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    cursor: auto;
}
.grafiki .table-grid th {
    border-width: 0 1px 1px 0;
}
.sticky-top-tabs {
    top: 0px;
    position: sticky;
    z-index: 3;
}

.calendar td {
    position: relative;
    vertical-align: top;
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.25) !important;
}
.calendar td .top-left {
    position: absolute;
    top: 5%;
    left: 5%;
    font-weight: bold;
}