a {
    text-decoration: none;
}

.row {
    margin-bottom: 10px;
    margin-right: 10px;
}

.Slct {
    padding: 3px 6px 3px 6px;
    width: 98%;
    height: 30px;
    background: #006595;
    color: white;
    border: 1px solid ##aae3ff;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.Slct option {
    background: white;
    color: #006595;
}

.SetBgGood {
    background: #eefdd0;
    color: #336600;
}

.SetBgBad {
    background: #ff3300;
    color: white;
}

.Setcursor {
    cursor: pointer;
}

datepicker,
.datepicker,
[datepicker],
._720kb-datepicker-calendar-header,
._720kb-datepicker-calendar-body,
._720kb-datepicker-calendar-days-header,
._720kb-datepicker-calendar-years-pagination-pages {
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    float: left;
    clear: right;
    position: relative;
    cursor: pointer;
}

._720kb-datepicker-calendar-header:nth-child(odd) {
    background: white;
    border: 1px solid #138EFA;
}

._720kb-datepicker-calendar-header:nth-child(even) {
    background: white;
    border: 1px solid #333;
    border-top: 0px;
}

._720kb-datepicker-calendar-header {
    text-align: center;
    font-size: 14px;
    line-height: 31px;
}

._720kb-datepicker-calendar-month {
    color: #333;
}

._720kb-datepicker-calendar-month span {
    font-size: 14px;
    color: #333;
}

datepicker select,
datepicker select:focus,
datepicker select:hover,
.datepicker select,
.datepicker select:focus,
.datepicker select:hover,
[datepicker] select,
[datepicker] select:focus,
[datepicker] select:hover {
    width: 100%;
    overflow: hidden;
    background: none;
    color: #fff;
    background-color: #138EFA;
    border-radius: 2px;
}

._720kb-datepicker-calendar-header a,
._720kb-datepicker-calendar-header a:hover {
    text-decoration: none;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.55);
    /* -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; */
}

img {
    position: relative;
    z-index: 998;
}

.zoom {
    -webkit-transition: all 0.40s ease-in-out;
    -moz-transition: all 0.40s ease-in-out;
    transition: all 0.40s ease-in-out;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.zoom:hover,
.zoom:active,
.zoom:focus {
    /**adjust scale to desired size, 
    add browser prefixes**/
    transition-delay: 0.5s;
    -ms-transform: scale(3);
    -moz-transform: scale(3);
    -webkit-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
    position: relative;
    z-index: 999;
}

.zoom2 {
    -webkit-transition: all 0.40s ease-in-out;
    -moz-transition: all 0.40s ease-in-out;
    transition: all 0.40s ease-in-out;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.zoom2:hover,
.zoom2:active,
.zoom2:focus {
    /**adjust scale to desired size, 
    add browser prefixes**/
    transition-delay: 0.5s;
    -ms-transform: scale(10);
    -moz-transform: scale(10);
    -webkit-transform: scale(10);
    -o-transform: scale(10);
    transform: scale(10);
    position: relative;
    z-index: 999;
}


/**To keep upscaled images visible on mobile, 
    increase left & right margins a bit**/

@media only screen and (max-width: 768px) {
    ul.gallery {
        margin-left: 15vw;
        margin-right: 15vw;
    }
    /**TIP: Easy escape for touch screens,
    give gallery's parent container a cursor: pointer.**/
    .DivName {
        cursor: pointer
    }
}

table {
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}

th,
td {
    padding: 0;
    margin: 0;
}

.rTable {
    display: table;
    width: 100%;
}

.rTableRow:nth-child(odd) {
    background-color: #f5f5ff;
}

.rTableHeading {
    display: table-header-group;
    background-color: #dddddd;
    font-weight: bold;
}

.rTableCell {
    display: table-cell;
    padding: 3px 10px;
    border: 1px solid #dddddd;
}

.rTableHead {
    display: table-cell;
    padding: 3px 10px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
}

.rTableFoot {
    display: table-footer-group;
    font-weight: bold;
    background-color: #ffffff;
}

.rTableBody {
    display: table-row-group;
}

.rTableRow {
    display: table-row;
}

.mergeCellL {
    border-left-style: none;
    padding-left: 0px;
}

.mergeCellLR {
    padding-left: 0px;
    padding-right: 0px;
    border-right-style: none;
    border-left-style: none;
}

.mergeCellR {
    border-right-style: none;
    padding-right: 0px;
}

.strongCellL {
    border-left-color: #777777;
}

.strongCellR {
    border-right-color: #777777;
}