@charset "utf-8";

@-moz-document url-prefix() {
    #monthly_head {
        clear: right;
    }
}

#yearly_head {
    display: inline-block;
    clear: right;
    margin-bottom: 13px;
}

.v1-container {
    margin: 0 auto;
    padding: 80px 0;
}

#month0 {
    float: left;
}

#monthly_overview_selectionArea {
    clear: right;
    overflow: visible;
}

#month_overview_waiting {
    clear: left;
}

#monthly_iframes {
    display: none;
}

.only-print {
    display: none;
}

td.sumfield {
    border-top: 1px solid;
    border-bottom: 3px double;
}

td.border-top {
    border-top: 1px solid;
}

#header_container {
    background: #111;
    border: 1px solid #666;
    height: 60px;
    left: 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 2999;
}

.header_container {
    background: #111;
    border: 1px solid #666;
    height: 60px;
    left: 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 2999;
}

#header {
    margin: 0 auto;
    text-shadow: 0 -1px 1px #000;
    text-align: center;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}

.header_container > .header {
    margin: 0 auto;
    text-shadow: 0 -1px 1px #000;
    text-align: center;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}

.defaultFooter {
    font-size: small;
    background: #111;
    border-top: 5px solid white;
    height: 40px;
    left: 0;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 10;
    overflow: auto;
}

.defaultFooter a {
    cursor: pointer;
    text-decoration: none;
    color: white;
}

.defaultFooter span {
    margin-top: 12px;
    width: 24%;
    text-align: center;
    text-shadow: none;
    float: left;
}

.circles {
    position: fixed;
    width: 100%;
    min-width: 500px;
    bottom: 29px;
    z-index: 15;
}

.circleWrap {
    width: 19%;
    display: inline-block;
}

.circle {
    height: 15px;
    margin: auto;
    width: 15px;
    background-color: rgb(223, 1, 1);
    border: 3px solid white;
    border-radius: 15px;
    overflow: hidden;
}

.home_btn {
    text-align: left;

}

.back_btn {
    text-align: right;

}

/* CSS for the content of page. I am giving top and bottom padding of 80px to make sure the header and footer do not overlap the content.*/
#container {
    margin: 0 auto;

    padding: 80px 0;
}

#content {

}

.headline {
    font-weight: bold;
    font-size: 1.2em;
}

.daily-frame {
    margin: 10px;
    padding: 10px;
    background: rgba(94, 86, 86, 0.16) 0;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.italic {
    font-style: italic;
}

.padLeft20 {
    padding-left: 20px;
}

#tm {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 90%;
}

#monthly {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 90%;
}

#monthlytotal {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 90%;
}

#daily {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 90%;
}

#lohnart {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 90%;
}

#correction {
    font-size: 95%;
    padding: 5pt;
}

#correction table {
    border-collapse: collapse;
}

#correction th {
    padding: 5px;
}

#correction td {
    padding: 5px;
    margin: inherit;
}

table {
    width: 100%;
}

table caption {
    text-align: left;
}

table thead th {
    text-align: left;
    border-bottom-width: 1px;
    border-top-width: 1px;
}

table th, td {
    text-align: left;

}

.wrapper {
    margin: 5px;
    overflow: hidden; /* add this to contain floated children */
}

.wrapper_default {
    overflow: hidden; /* add this to contain floated children */
}

.first_default {
    float: left;
    width: 50%;
}

.second_default {
    float: right;
    width: 50%;
}

.wrapper-without-overflow-hidden {
    margin: 5px;
}

.first {
    margin: 5px;
    float: left; /* add this */
}

.first_left_50 {
    float: left; /* add this */
    width: 50%;
}

.first_left {
    float: left; /* add this */
    width: 33%;
}

.first_left_1 {
    float: left; /* add this */

}

.second {
    margin: 5px;
    float: left; /* add this */
}

.second_center {
    float: left;
    width: 33%;
}

.third {
    margin: 5px;
    float: left; /* add this */
}

.third_right {
    float: left; /* add this */
    width: 33%; /*width: 33%;*/
}

.third_right_15 {
    float: left; /* add this */
    width: 15%; /*width: 33%;*/
}

.second_right {
    float: left; /* add this */
    width: 50%;
}

.second_right_1 {
    float: right; /* add this */
}

.bold {
    font-weight: bold;
}

.center {
    margin: auto 0;
}

#tmTable tr {
    background: #FFFFFF;
    border-collapse: collapse;
}

#tmTable tr:nth-child(odd) {
    background: #F5F5F5;
}

#monthTable tr {
    background: #FFFFFF;
}

#monthTable tr:nth-child(odd) {
    background: #F5F5F5;
}

#monthTable tr:HOVER {
    background: rgba(252, 255, 8, 0.3);
}

#monthTable tr:nth-child(odd):HOVER {
    background: rgba(252, 255, 8, 0.3);
}

.m5 {
    margin-top: 15px;
    margin-bottom: 15px;
}

#monthly_footer {

    margin: 15px auto 15px auto;
}

#monthly_footer_urlaub {
    width: 20%;

}

a > img {
    border: none;
}

img {
    border: none;
}

a:FOCUS {
    outline: none;
}

iframe {
    width: 100%;
    border: 0 none transparent;
    padding: 0;
    overflow: hidden;
}

.deleteIcon {
    height: 20px;
}

.deleteIcon:HOVER {
    cursor: pointer;
}

.deleteIconLA {
    height: 20px;
}

.deleteIconLA:HOVER {
    cursor: pointer;
}

.newIcon {
    height: 29px;
}

.verifyIcon {
    height: 16px;
    width: 16px;
}

.verifyIcon:HOVER {
    cursor: pointer;
}

#monthly_footer_sum_headline {
    font-size: larger;
    text-decoration: underline;
}

#monthly_footer_sum {
    width: 60%
}

#monthly_footer_urlaub_desc {
    font-size: larger;
    text-decoration: underline;
}

#monthly_footer_lohnart_desc {
    font-size: larger;
    text-decoration: underline;
    font-weight: bold;
}

#monthly_footer_lohnart {
    width: 18%;
}

#monthly_user_select {
    width: 300px;
}

#monthly_month_select {
    width: 200px;
}

#monthly_year_select {
    width: 200px;
}


#yearly_user_select {
    width: 300px;
}

#yearly_month_select {
    width: 200px;
}

#yearly_year_select {
    width: 200px;
}

#monthTable {
    border-collapse: collapse;
}

#tm_user_select {
    width: 300px;
}

.ui-progressbar {
    position: relative;
}

.progress-label {
    position: absolute;
    left: 50%;
    top: 4px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}

.text-center {
    text-align: center;
}

.defaultDPDay {
    opacity: 1 !important;
}

.tk_halber_urlaubstag {
    background: linear-gradient(135deg, transparent 50%, rgba(82, 255, 0, .7) 50%) !important;
    background-position: center center !important;
}

.day.tk_halber_urlaubstag {
    background: linear-gradient(135deg, #f3f3f3 50%, rgba(82, 255, 0, .7) 50%) !important;
    background-position: center center !important;
}

.tk_halber_urlaubstag.marked {
    background: linear-gradient(135deg, rgba(40, 79, 213, .7) 50%, rgba(82, 255, 0, .7) 50%) !important;
}

.tk_halber_urlaubstag.tmpmarked {
    background: linear-gradient(135deg, rgba(40, 79, 213, 0.5) 50%, rgba(82, 255, 0, .7) 50%) !important;
}

.feiertag {
    background: rgba(249, 156, 113, .7) !important;
}

.halber_feiertag {
    background: linear-gradient(135deg, transparent 50%, rgba(249, 156, 113, .7) 50%) !important;
    background-position: center center !important;
}

.day.halber_feiertag {
    background: linear-gradient(135deg, #f3f3f3 50%, rgba(249, 156, 113, .7) 50%) !important;
    background-position: center center !important;
}

.halber_feiertag.tk_halber_urlaubstag {
    background: linear-gradient(135deg, rgba(82, 255, 0, .7) 50%, rgba(249, 156, 113, .7) 50%) !important;
}

.halber_feiertag.tk_urlaub {
    background: linear-gradient(135deg, rgba(82, 255, 0, .7) 50%, rgba(249, 156, 113, .7) 50%) !important;
}

.halber_feiertag.marked {
    background: linear-gradient(135deg, rgba(40, 79, 213, .7) 50%, rgba(249, 156, 113, .7) 50%) !important;
}

.halber_feiertag.tmpmarked {
    background: linear-gradient(135deg, rgba(40, 79, 213, .5) 50%, rgba(249, 156, 113, .7) 50%) !important;
}

.halber_feiertag.tk_gleitzeit {
    background: linear-gradient(135deg, rgba(0, 255, 137, .7) 50%, rgba(249, 156, 113, .7) 50%) !important;
}

.halber_feiertag.tk_halber_urlaubstag {
    background: linear-gradient(135deg, rgba(82, 255, 0, .7) 50%, rgba(249, 156, 113, .7) 50%) !important;
}

.halber_feiertag.tk_urlaub {
    background: linear-gradient(135deg, rgba(82, 255, 0, .7) 50%, rgba(249, 156, 113, .7) 50%) !important;
}

.tk_sonderurlaub, .tk_sondertag {
    background: transparent !important;
    background-color: rgba(74, 146, 74, .7) !important;
}

.tk_homeoffice {
    background: transparent !important;
    background-color: rgba(230, 153, 71, .9) !important;
}

.tk_gleitzeit {
    background-color: rgba(0, 255, 137, .7) !important;
}

.tk_krank {
    background-color: rgba(247, 62, 72, .7) !important;
}

.tk_krank_ohne_au {
    background-color: rgba(131, 62, 247, 0.7) !important;
}

.tk_krank_am_kind {
    background-color: rgba(75, 224, 255, 0.7) !important;
}

.tk_urlaub {
    background-color: rgba(82, 255, 0, .7) !important;
}

.tk_berufsschule, .tk_berufsschule_stunden {
    background-color: rgba(59, 185, 255, .7) !important;
}

.tk_berufsschule_halb {
    background: linear-gradient(135deg, transparent 50%, rgba(59, 185, 255, .7) 50%) !important;
    background-position: center center !important;
}

.day.tk_berufsschule_halb {
    background: linear-gradient(135deg, #f3f3f3 50%, rgba(59, 185, 255, .7) 50%) !important;
    background-position: center center !important;
}

.tk_berufsschule_halb.marked {
    background: linear-gradient(135deg, rgba(40, 79, 213, .7) 50%, rgba(59, 185, 255, .7) 50%) !important;
}

.tk_berufsschule_halb.tmpmarked {
    background: linear-gradient(135deg, rgba(40, 79, 213, 0.5) 50%, rgba(59, 185, 255, .7) 50%) !important;
}

.tk_unbezahlter_urlaub {
    background-color: rgba(255, 255, 0, .7) !important;
}

.tk_quarantaene, .tk_quarantaene_behoerdlich, .tk_quarantaene_homeoffice, .tk_quarantaene_homeoffice_behoerdlich {
    background-color: rgba(255, 109, 52, 1) !important
}

.weekend {
    background: transparent !important;
    background-color: rgba(192, 192, 192, .7) !important;
}

.abwesenheit {
    background: transparent !important;
    background-color: rgba(0, 0, 192, .7) !important;
}

.legende {
    width: 33px;
    height: 33px;
    margin: 5px;
}

table.fixed {
    table-layout: fixed;
    /*
    width: 1600px;
    */
}

/*table.fixed td {overflow: hidden;}*/
table.fixed:nth-of-type(1) {
    width: 100px;
}

table.fixed:nth-of-type(2) {
    width: 150px;
}

table.fixed:nth-of-type(3) {
    width: 36px;
}

table.fixed:nth-of-type(4) {
    width: 136px;
}

.legende_label {


}

#monthlytotal_month_select, #monthlytotal_year_select {
    width: 200px;
}

#monthly_total_tbl tr {
    background: #FFFFFF;
}

#monthly_total_tbl tr:nth-child(odd) {
    background: #F5F5F5;
}

#monthly_total_tbl thead {
    border-bottom: 1px solid black;
    margin-bottom: 5px;
}

#monthly_total_tbl tfoot {
    border-top-style: double;
    margin-top: 5px;
}

#monthly_total_tbl thead tr th {
    padding-bottom: 5px;
}

#monthly_total_tbl {
    -moz-box-shadow: 1px 1px 2px 3px #ccc;
    -webkit-box-shadow: 1px 1px 2px 3px #ccc;
    box-shadow: 1px 1px 2px 3px #ccc;

    border-collapse: collapse;
}

.alignRight {
    text-align: right;
}

#monthly_total_tbl {
    clear: left;
}

.sorted-out-item {
    color: white;
    background: #C9C9C9;
}

.multi-select {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #F7F7F7);
    background-position: center right;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    margin: 0;
    margin-bottom: 20px;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 200px;
}

#visible {
    list-style-type: none;
    margin: 0.2em;
    padding: 0.9em;
    background: rgba(0, 128, 0, 0.2);
    border: 1px solid rgb(97, 97, 97);
}

#unvisible {
    list-style-type: none;
    margin: 0.2em;
    padding: 0.9em;
    background: rgba(255, 0, 0, 0.2);
    border: 1px solid rgb(97, 97, 97);
}

#visible li, #unvisible li {
    margin: 0.8em;
    padding: 0.8em;
    padding-left: 1.2em;
    padding-right: 1.2em;
    font-size: 90%;
    display: inline;
    border: 1px black solid;
    cursor: pointer;
    border: 1px solid rgb(97, 97, 97);
}

.ui-helper-reset {
    font-size: 90% !important;
}

.ui-accordion .ui-accordion-content {
    margin-bottom: 10px;
}

.ui-accordion .ui-accordion-header {
    margin-bottom: 10px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    margin-bottom: 0px !important;
}

.f_left {
    float: left;
    min-width: 60%;
    margin-left: 5px;
    margin-right: 5px;
}

.c_left100 {
    float: left;
    clear: left;
    padding-top: 4px;
    width: 100px;
}

.UILabel {
    padding-top: 4px;
}

.wrapper.clear_left {
    width: 175px;
    float: left;
    clear: left;
}

.wrapper.right {
    width: 175px;
}

#laborCostsTableContainer {
    font-size: 80%;
}

#labor-costs-refresh.rotate {
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;

    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); /* For Webkit browsers */
    filter: gray; /* For IE 6 - 9 */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */

}

#labor-costs-refresh.rotate:HOVER {
    cursor: wait;
    border: none;
    box-shadow: 0px 0px 0px 0px #ccc;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#labor-costs-xls-export {
    margin-right: 15px;
    background-image: url("./images/2xls.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 64px;
    width: 64px;
    cursor: pointer;
    float: left;
}

#labor-costs-print-export {
    margin-right: 15px;
    background-image: url("./images/print.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 64px;
    width: 64px;
    cursor: pointer;
    float: left;
}

#labor-costs-refresh {
    margin-right: 15px;
    background-image: url("../img/refresh-icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 64px;
    width: 64px;
    cursor: pointer;
    float: left;
}

#labor-costs-report-expandTrigger {
    margin-right: 15px;
    background-image: url("../img/navigate_plus.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 64px;
    width: 64px;
    cursor: pointer;
    float: left;
}

#labor-costs-extended-option {
    margin-right: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 64px;
    cursor: pointer;
    float: left;
}

#labor-costs-xls-export:HOVER {
    border: 0px solid grey;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 1px 1px 2px 3px #ccc;
    -webkit-box-shadow: 1px 1px 2px 3px #ccc;
    box-shadow: 1px 1px 2px 3px #ccc;
}

#labor-costs-refresh:HOVER {
    border: 0px solid grey;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 1px 1px 2px 3px #ccc;
    -webkit-box-shadow: 1px 1px 2px 3px #ccc;
    box-shadow: 1px 1px 2px 3px #ccc;
}


#labor-costs-print-export:HOVER {
    border: 0px solid gray;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 1px 1px 2px 3px #ccc;
    -webkit-box-shadow: 1px 1px 2px 3px #ccc;
    box-shadow: 1px 1px 2px 3px #ccc;
}

#labor-costs-report-expandTrigger:HOVER {
    border: 0px solid gray;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 1px 1px 2px 3px #ccc;
    -webkit-box-shadow: 1px 1px 2px 3px #ccc;
    box-shadow: 1px 1px 2px 3px #ccc;
}

#labor-costs-extended-option:HOVER {
    border: 0px solid gray;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 1px 1px 2px 3px #ccc;
    -webkit-box-shadow: 1px 1px 2px 3px #ccc;
    box-shadow: 1px 1px 2px 3px #ccc;
}

#laborCostsTable table tbody tr[class^='level'] th.total {
    display: none;
}

#laborCostsTable table tbody tr[class^='level'] td.total {
    display: none;
}

#laborCostsTable table tbody tr.head th.total {
    display: none;
}

#laborCostsTable table tbody tr.total td.total {
    display: none;
}

#laborCostsTable table tbody tr td.resultcell {
    text-align: right;
}

#laborCostsTable table tbody tr.total td {
    text-align: right;
}

#laborCostsTable {
    margin-bottom: 50px;
}

.help-icon {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 110;
}

#monthly-body-el {
    min-width: 1400px;
}

.pivotcol:FIRST-LETTER {
    visibility: hidden;
}

.monthly_footer_sum_table_value_right {
    text-align: right;
    vertical-align: top;
}

.monthly_footer_sum_table_value_left {
    float: left;
}

#rfidLoginFormDialogImage {
    background: url(../img/rfid.png) no-repeat center center;
    height: 250px;
    width: 100%;
}

#monthly_footer_urlaub_table_resturlaub td {
    border-top-color: black;
    border-top-width: thin;
    border-top-style: solid;

    border-bottom: 3px double;
}

#monthly_footer_urlaub_table_genommen_value:BEFORE {
    content: "- ";
}

#monthly_footer_urlaub_table_geplant_value:BEFORE {
    content: "- ";
}

.clearLeft {
    clear: left;
}

.clickable {
    cursor: pointer;
}

.small-desc-text {
    font-size: small;
    font-style: italic;
}

#ms-monthly_sum_view_configurator_assigner {
    margin: auto;
}

#ms-monthly_sum_view_configurator_assigner .multiselect-header {
    text-align: center;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.backArea {
    left: 0px;
}

.prevArea {
    right: 0px;
}

.prevBackArea {
    display: none;
    background-color: rgba(145, 145, 145, 0.7);
    width: 60px;
    height: 100%;
    position: fixed;
    cursor: pointer;
    top: 0px;
    color: dimgray;
}

.prevBackArea:HOVER {
    color: white;
}

.prevBackArea > div {
    position: relative;
    font-size: 7.2em;
}

#timeModelTable {
    clear: left;
}

.defaultIconSize {
    width: 25px;
}

.fav-bubble, .fav-more-bubble {
    background: #DDD;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-top: 1px solid #EEE;
    border-left: 1px solid #EEE;
    border-right: 1px solid #AAA;
    border-bottom: 1px solid #AAA;

    width: 180px;
    padding-left: 1em;
    float: left;
    margin: 0.3em;

    cursor: pointer;
    box-shadow: 3px 3px 3px silver;
    text-shadow: none;
}

.fav-bubble > p {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow-x: hidden;
}

.fav-bubble-content {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

.fav-bubble-content-right {
    margin-right: 0.5em;
    font-size: smaller;
}

.width45 {
    width: 45% !important;
}

.pivot-filter {
    overflow-y: scroll;
    min-height: 200px;
}

.marginal {
    font-size: xx-small;
    font-style: italic;
}

.marginal-monthly {
    font-style: italic;
    font-size: xx-small;
}

.fixed {
    top: 0px;
    left: 15px;
    position: fixed;
    width: auto;
    border: none;
}

.leInfo{
    border: 2px solid gray;
    border-radius: 10px;
    padding: 5px;
}

.currentRunningLE{
    padding: 15px;
    border: 1px solid gray;
    border-radius: 10px;
    background: rgba(50,50,50,0.1);
}

.monat td {
    height: 30px;
    width: 30px;
    border: 1px solid lightgrey;
}

.day {
    background: linear-gradient(#f3f3f3, #dfdfdf, #f3f3f3);
    text-align: center;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.weekendday {
    background: linear-gradient(#f3f3f3aa, #dfdfdfaa, #f3f3f3aa) !important;
    cursor: default !important;
    text-align: center !important;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    color: #a5a5a5 !important;
}

.nocontext {
    display: none !important;
}

.marked {
    background: rgba(40, 79, 213, 0.71);
}

.ownMark {
    background: rgba(40, 79, 213, 0.71);
}

.myCalendar {
    border-collapse: separate;
    border-spacing: 40px 0px;
}

.myCalendar th {
    text-align: center;
}

.myCalendar > tbody > tr > td {
    vertical-align: top;
}

.monthTitle {
    text-align: center;
    background: #333333;
    border-radius: 10px;
    color: white;
}

#customcontextmenu {
    width: 130px;
    border: 1px solid grey;
    background: #ececec;
    display: none;
    position: absolute;
}

.hideElement {
    display: none;
    height: 0;
    width: 0;
    overflow: hidden;
}
