﻿
table.kSC_Table {
    border-collapse: inherit;
    height: 100%;
    width: 100%;
}
table.kSC_Table tr td {
    border-left: 2px solid #ffffff;
    float: left;
    height: auto;
    overflow: hidden;
    padding-top: 25px;
    position: relative;
    width: 14.28%;
}
.kSC_DayNumber {
    color: #777;
    height: 20px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 20px;
    text-decoration:underline;
    cursor: pointer;    
}
table.kSC_Table tr:nth-child(2n), table.kSC_Table tr:nth-child(2n+1) {
    background-color: #efefef;
}
div.kSimpleCalendar {
    margin: 0 auto;
    transition: width 1s ease 1s;
    width: 95%;
}
table.kSC_Table tr td.kSC_before, table.kSC_Table tr td.kSC_after {
    background-color: #d4d4d4;
    opacity: 0.8;
}
table.kSC_Table tr td.kSC_DayHeader {
    color: #777;
    height: 40px;
    padding: 5px;
    text-transform: lowercase;
}
div.kSC_Header {
    clear: both;
    float: left;
    padding: 0 25px;
    width: 100%;
}
div.kSC_bttn_left {
    border-bottom: 10px solid transparent;
    border-right: 10px solid #777;
    border-top: 10px solid transparent;
    cursor: pointer;
    float: left;
    margin-top: 20px;
}
div.kSC_bttn_right {
    border-bottom: 10px solid transparent;
    border-left: 10px solid #777;
    border-top: 10px solid transparent;
    cursor: pointer;
    float: left;
    margin-top: 20px;
}
div.kSC_Calendar {
    clear: both;
}
div.kSC_label {
    float: left;
    font-size: 220%;
    line-height: 55px;
    padding: 0 21px;
    text-transform: lowercase;
}
.kSC_DayBlock {
    border-bottom: 2px solid #ffffff;
    color: white;
    cursor: pointer;
    overflow: hidden;
    padding: 5px;
}
.kSC_DayBlockName {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
}
.kSC_DayBlockCount {
    float: right;
    font-size: 80%;
    text-align: right;
    width: 25%;
}
.kSC_DayInfo {
    overflow: hidden;
    transition: height 0.5s ease 0s;
}
.kSC_DayBlockDisplay {
    cursor: pointer;
    height: 20px;
    padding: 5px 5px 5px 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.kSC_DayBlockDisplayName {
    color: #888;
    float: right;
    font-size: 90%;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
}
.kSC_DayBlockDisplayCount {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #777;
    float: left;
    margin-top: 8px;
}
.kSC_DayBlockDisplay.display .kSC_DayBlockDisplayCount {
    border-color: -moz-use-text-color transparent #777;
    border-style: none solid solid;
    border-width: 0 6px 6px;
    float: left;
    margin-top: 8px;
}
.kSC_DayBlockDisplay.display .kSC_DayBlockDisplayName {
    opacity: 0;
}
.kSC_bttn_now {
    background-image: url("images/moreOptions.png");
    background-size: 100% 100%;
    cursor: pointer;
    float: left;
    height: 20px;
    margin: 20px 20px 20px 0;
    width: 20px;
}
.kSC_select {
    background-color: #efefef;
    border: 2px solid #333;
    height: 190px;
    left: 0;
    opacity: 0;
    padding: 20px;
    position: absolute;
    top: 100%;
    width: 100%;
}
.kSC_select.display {
    z-index: 1;
}
.kSC_month > div {
    border: 1px solid #d4d4d4;
    float: left;
    padding: 5px;
    width: 25%;
}
.kSC_year {
    margin: 0 auto 20px;
    width: 150px;
}
.kSC_year > input {
    border: 2px solid #d4d4d4;
    font-size: 150%;
    height: 40px;
    text-align: center;
    width: 100%;
}
.kSC_month {
    border: 1px solid #d4d4d4;
    cursor: pointer;
    overflow: hidden;
}
.kSC_bttn_group {
    background-image: url("images/group.png");
    background-size: 100% 100%;
    cursor: pointer;
    float: right;
    height: 20px;
    margin: 20px 0;
    width: 20px;
}
.kSC_bttn_group.active {
    background-image: url("images/group2.png");
}
.kSC_Header_left {
    float: left;
    position: relative;
}
div.ui-dialog.kSC_dialog {
    padding: 0;
}
div.ui-dialog.kSC_dialog .kSC_DayBlock {
    background-color: #dedede !important;
    color: #333;
}
div.ui-dialog.kSC_dialog .ui-dialog-titlebar {
    border: medium none;
    color: white;
    font-weight: bold;
    text-shadow: 0 0 1px #333;
}
div.ui-dialog.kSC_dialog .ui-dialog-buttonpane {
    border: medium none;
}
.kSC_FooterLegendColor {
    float: left;
    height: 20px;
    width: 20px;
}
.kSC_FooterLegend {
    float: left;
    margin-right: 20px;
    overflow: hidden;
    padding: 10px 20px 5px;
}
.kSC_FooterLegendLabel {
    float: left;
    line-height: 20px;
    margin-left: 10px;
}

