/*!
 * Datepicker for Bootstrap v1.6.4 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
/*!
 * Datepicker for Bootstrap v1.6.4 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
 .myb-data1Cont {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 185;
    background-color: rgba(0,0,0,.7);
    overflow:hidden;
}
.myb-data1Center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #14805e;
    color: #000;
    font-size: 16px;

}
.yui3-calendar-header {
    text-align: center;
    position: relative;
    /* width: 100%; */
}

table.yui3-calendar-grid {
    background-color: var(--BodyBackColor) !important;
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;
}

table.yui3-calendar-grid th {
    
    display: table-cell;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
    border-color: inherit;
    text-align: -internal-center;
}

table.yui3-calendar-grid tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: inherit;
    border-left-color: inherit;
}

table.yui3-calendar-grid td {
      padding: 10px !important;
    background-color: var(--TitleBackColor);
    border: 0 !important;
    color: #fff;
    font-weight: bold;
        text-align: center;
}
table.yui3-calendar-grid td:hover {
    background: #06c;
    color: #fff;
}