
.mrsk-table {
    width: 100%;
}

.mrsk-table > tbody > tr > td {
    vertical-align: top;
}

.mrsk-time-col {
    column-count: 2;
}
.slot {
    text-align: center;
}

.slot.free {
    cursor: pointer;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}
.occupied {
    border: 1px solid #ffffff;
  
    position: relative;
    
    text-align: center;
}
.slot.free-my {
    cursor: pointer;
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}

.slot.taken {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
    cursor: not-allowed;
}

a.disabled {
    opacity: 0.2;
}
.mrsk-contact-form tr:nth-of-type(2n+1) {
    background-color: #E0EBF6;
}
.mrsk-contact-form tr:nth-of-type(2n) {
    background-color: #ffffff;
}
.mrsk-contact-form td {
    padding: 8px;
}

.mrsk-contact-form .ui-datepicker-calendar td {
    padding: 0;
}

.mrsk-contact-form input[type=text], .mrsk-contact-form input[type=email], .mrsk-contact-form input[type=tel]{
    width: 70%;
    line-height: 18px;
    height: 22px;
    font-size: 16px;
    padding-left:8px;
    padding-right: 8px;
}

.mrsk-contact-form input[type=checkbox] {
    line-height: 18px;
    height: 22px;
    float: left;
    font-size: 16px;
    padding-left: 8px;
}

.mrsk-contact-form textarea {
    width: 70%;
    line-height: 18px;
    height: 54px;
    font-size: 16px;
    padding-left:8px;
    padding-right: 8px;
    color: #000;
}

.mrsk-contact-form select {
    height: 2em;
    width: 70%;
    line-height: 18px;
    font-size: 16px;
    padding-left:8px;
    padding-right: 8px;
}

.ui-datepicker-week-end {
    background-color: #6196d2;
}

ol li {
    list-style-position: outside;
    margin-left: 16px;
}

.circle-step {
    display: block;
    border: 1px solid;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-left: 0;
    margin-top: -2px;
    float: left;
    text-align: center;
    font-size: 20px;
}

.mrsk-prp-control li, .mrsk-cd-control li {
    display: block;
    background-color: #ffffff;
    list-style-type: none;
    background-image: none;
    cursor: pointer;
    border: 1px solid #ffffff;
    margin-bottom: 4px;
}

.mrsk-prp-control li:hover, .mrsk-cd-control li:hover {
    background-color: #ffd88a;
}

.mrsk-prp-control li.active, .mrsk-cd-control li.active {
    background-color: #ffd88a;
    background-image: url(../i/check.png);
    background-repeat: no-repeat;
    background-position: 3px 4px;
}

.mrsk-print {
    background-image: url(/i/print.png);
    background-repeat: no-repeat;
    width: 200px;
    height: 60px;
}

.mrsk-contact-form input[name=AGREE] {
    line-height: 18px;
    height: 22px;
    font-size: 16px;
    padding-left: 8px;
    display: block;
    float: left;
}
.mrsk-agree-label {
    line-height: 22px;
    display: block;
    float: left;
    width: 94%;
    margin-left: 10px;
}

.mrsk-1-col {
    width: 280px;
}

.mrsk-table-inner {
    border-spacing: 0;
}
.mrsk-table-inner td {
    vertical-align: top;
}
.mrsk-table-inner td:first-of-type {
    border-right:2px solid #fff;
}
.mrsk-table-inner td:nth-of-type(2) {
    border-right:2px solid #fff;
}

.error {
    font-size: 20px;
    color: #f00;
    text-align: center;
    display: inline-block;
}