.user-value {
    padding: 5px;
    margin: 3px 0 10px;
    font-size: 13px;
    background: #F9F9F9;
    border: 1px solid #E4E4E4;
}
#form1 select, #form1 textarea, #form1 input:not([disabled]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
    width: 100% !important;
}
form#form1 {
    clear: both;
    overflow: hidden;
}
body #form1 label {
    display: block;
    margin-bottom: 4px;
    margin-top: 10px;
}

body .radio > label {
    margin-top: 11px;
    display: block;
}
#form1 .payment input[type="radio"] {
    display: block;
    float: right;
    margin-top: 12px;
    margin-right: 0;
}
body .payment label {margin-top: 2px;margin-bottom: 14px;}
.payment {margin-top: -6px;margin-bottom: 9px;overflow: hidden;}
.payment label { font-size: 13px; }
#form1 input {
    float: none;
    margin: 0;
}
.radio-group label {
    display: inline;
    line-height: 28px;
}
.radio-group input {
    margin-top: 9px !important;
}
#form1 input[type=radio], #form1 input[type=checkbox] {
    display: inline-block;
    float: left;
    margin-top: 4px;
    margin-right: 6px;
}
.calmonth {
    text-transform: capitalize;
}
label.logged {
    margin: 5px 0;
}
input[readonly="readonly"] {
    background: #EFEFEF !important;
}
.payment label {
    width: auto;
    float: left;
    clear: both;
}
.calcon { transition: 1s; }
.calcon .payment input {
    float: right;
}
.calcon .day {
    font-size: 14px;
    color: #919191;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    border: 1px solid #BBBBBB;
    border-top: none;
    border-right: none;
    background-color: white;
}
.calcon .day.past {
    background-color: #FDFDFD;
}
.calcon .day.past .day-contents{
    color: #888888;
}
.calcon .selected .day-contents {
    background-color: #4088B9 !important;
    color: white;
    transition: 0.2s;
}
.calcon .selected .day-contents:hover {
    background-color: #4B9ED6 !important;
}
.calcon .day:nth-child(7n) {
    border-right: 1px solid #BBBBBB;
}
.calcon .month {
    float: left;
    width: 71.5%;
    text-align: center;
    border-right: none;
    padding: 10px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-weight: bold;
    border-bottom: none;
    text-transform: capitalize;
}
.calcon .clndr-control-button span {
    cursor: pointer;
    display: block;
    height: 100%;
    padding: 10px 0;
    transition: 0.15s;
    transition-timing-function: ease-in-out;
}
.calcon .clndr-control-button span:hover {
    background-color: #F7F7F7;
}
.calcon .clndr-control-button {
    float: left;
    width: 14.25%;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: pointer;
}
.calcon .rightalign {
    /* border-left: none; */
    /* border-bottom: none; */
}
.calcon .nav div {
    font-size: 14px;
    color: #919191;
    padding: 14px 0;
    border: 1px solid #CDCDCD;
    border-right: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.boxai.calendr.active .calheader {
    background-color: #4B9ED6;
}
.calcon .calheader {
    padding: 14px 0;
    border-bottom: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    background-color: #4088B9;
    color: white;
    font-size: 17px;
    line-height: 25px;
    transition: 0.2s;
    transition-timing-function: cubic-bezier(0.35, 0.02, 0.71, 1.18);
}
.calcon table.clndr-table {
    width: 100%;
}
.calcon td.header-day {
    font-size: 14px;
    padding: 11px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    border: 1px solid #CDCDCD;
    color: #284852;
    background-color: #F9F9F9;
}
.calcon .day-contents {
    padding: 12px 0;
    cursor: pointer;
    color: #6F6F6F;
}
.calcon.disabled .day-contents {
    transition: 1s;
}
.day-contents:hover {
    background-color: #F7F7F7;
    color: black;
}
#timetable {
    display:relative;
}
.loader:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    content: " ";
    display: block;
    background: red;
    background: url(http://saber.worldbank.org/images/loading-3.gif) rgba(255, 255, 255, 0.5) no-repeat center;
    background-size: 72px;
}
.calcon .adjacent-month .day-contents {
    color: #CECECE;
}
.calcon .laikas {
    overflow: hidden;
    margin: 0 -5px;
    padding-top: 2px;
}
.calcon .timecontainer {
    padding: 0 5px 9px;
}
.calcon .reserve {
    display: none;
    padding: 9px 0;
    position: relative;
}
.calcon .time.this {
    cursor: s-resize;
}
.calcon .hours {
    padding: 9px 0;
}
.calcon .time {
    border: 1px solid #BBBBBB;
    text-align: center;
    cursor: pointer;
}
.calcon .time:hover {
    background-color: #F7F7F7;
    color: black;
}
.time.unavailable {
    background-color: #F1F1F1;
    cursor: default;
}
.calcon .time.selected {
    color: black;
    background: rgb(117, 170, 206);
    transition: 0.45s;
    -moz-transition: 0.45s;
    -webkit-transition: 0.45s;
    -ms-transition: 0.45s;
    -o-transition: 0.45s;
    transition-timing-function: ease-out;
    color: white;
}
.calcon.single .time.selected {
    color: white;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background: rgb(95, 156, 175);
    transition: background 0.2s;
    -moz-transition: background 0.2s;
    -webkit-transition: background 0.2s;
    -ms-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition-timing-function: ease-out;
}
.calcon .time.selected.da {
    background: rgb(64, 136, 185);
    color: white;
}
.calcon.disabled .time.selected {
    background: #C1C6CA !important;
    color: #313131;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #A7A7A7;
    transition: 1s;
}
.calcon table.clndr-table {
    background-color: #5F9CAF !important;
    color: white !important;
}
.calcon .disable {
    background-color: #F5F5F5;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    display: none;
}
.calcon input[type=text], .calcon input[type=email], .calcon  select {
    width: 100%;
    height: 31px;
    padding: 7px 7px 5px 7px;
    margin-bottom: 10px;
    border-radius: 0;
    font-size: 13px;
    transition: 1s;
    line-height: 20px;
    border: 1px solid #BBBBBB;
    color: #4D4D4D;
    background-color: #FFFFFF;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgb(222, 222, 222);
}
.calcon .info {
    border: 1px solid #FFFFFF;
    margin-bottom: 7px;
    padding: 10px 0px 10px 0;
    color: #646464;
    border-bottom: 1px solid #F5F5F5;
}
.calcon .a2 h3, .a3 h3 {
    visibility: hidden;
}
.calcon .a1 .box {
    line-height: 28px;
    margin-top: 20px;
    padding: 2px 14px 14px;
    border: 1px solid #EAEAEA;
    background-color: #FBFBFB;
}
.calcon /*ANIMATIONS*/
.z1 {
    transition-delay: 0.3s !important;
    -moz-transition-delay: 0.3s !important;
    -webkit-transition-delay: 0.3s !important;
    -ms-transition-delay: 0.3s !important;
    -o-transition-delay: 0.3s !important;
}
.calcon .z2 {
    transition-delay: 0.45s !important;
    -moz-transition-delay: 0.45s !important;
    -webkit-transition-delay: 0.45s !important;
    -ms-transition-delay: 0.45s !important;
    -o-transition-delay: 0.45s !important;
}
.calcon .z3 {
    transition-delay: 0.6s !important;
    -moz-transition-delay: 0.6s !important;
    -webkit-transition-delay: 0.6s !important;
    -ms-transition-delay: 0.6s !important;
    -o-transition-delay: 0.6s !important;
}
.calcon .a1.act {
    transition-delay: 0.8s !important;
    -moz-transition-delay: 0.8s !important;
    -webkit-transition-delay: 0.8s !important;
    -ms-transition-delay: 0.8s !important;
    -o-transition-delay: 0.8s !important;
}
.calcon .a2.act {
    transition-delay: 0.85s !important;
    -moz-transition-delay: 0.85s !important;
    -webkit-transition-delay: 0.85s !important;
    -ms-transition-delay: 0.85s !important;
    -o-transition-delay: 0.85s !important;
}
.calcon .a3.act {
    transition-delay: 0.95s !important;
    -moz-transition-delay: 0.95s !important;
    -webkit-transition-delay: 0.95s !important;
    -ms-transition-delay: 0.95s !important;
    -o-transition-delay: 0.95s !important;
}
.calcon .a1 {
    transition-delay: 0.2s !important;
    -moz-transition-delay: 0.2s !important;
    -webkit-transition-delay: 0.2s !important;
    -ms-transition-delay: 0.2s !important;
    -o-transition-delay: 0.2s !important;
}
.calcon .a2 {
    transition-delay: 0.2s !important;
    -moz-transition-delay: 0.2s !important;
    -webkit-transition-delay: 0.2s !important;
    -ms-transition-delay: 0.2s !important;
    -o-transition-delay: 0.2s !important;
}
.calcon .a3 {
    transition-delay: 0.2s !important;
    -moz-transition-delay: 0.2s !important;
    -webkit-transition-delay: 0.2s !important;
    -ms-transition-delay: 0.2s !important;
    -o-transition-delay: 0.2s !important;
}
.calcon .boxcontainer {
    position: relative;
}
.calcon .boxconfirm, .boxfill {
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -ms-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.calcon .boxconfirm {
    position: absolute;
    opacity: 0;
    transform: translate3d(100%, 0, 0) !important;
}
.calcon .boxconfirm.act {
    transform: translate3d(0, 0, 0) !important;
    opacity: 1 !important;
    z-index: 9;
}
.calcon .boxfill {
    transform: translate3d(0, 0, 0) !important;
    opacity: 1 !important;
}
.calcon .boxfill.act {
    transform: translate3d(-100%, 0, 0) !important;
    opacity: 0 !important;
    z-index: -9;
}
.calcon .info .col {
    font-weight: bold;
}
.calcon #form1 textarea {
    width: 100% !important;
    height: 83px !important;
    padding: 5px !important;
    margin-bottom: 10px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    background-color: #FFFFFF !important;
    border: 1px solid #D1D1D1 !important;
    font-size: 13px !important;
    color: #252525 !important;
}
.calcon #form1 .comm {
    margin: 7px 7px 7px 0px;
    color: #595959;
}
.calcon #form1 SUBMIT {
    float: right;
    width: 276px;
    background-color: #5BCE74;
    text-align: center;
    padding: 7px;
    color: #FFFFFF;
}
.calcon input.hiddexn {
    background-color: #4088B9;
    color: white;
    border: none;
    margin-top: 9px;
    width: 100%;
    height: 31px;
    transition: 0.2s;
}
.calcon input.hiddexn:hover {
    background-color: #4B9ED6;
}
.calcon label {
    font-weight: 100 !important;
    color: #2B2B2B;
    margin: 10px 0 4px 0;
    font-size: 14px;
}
.total {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    width: 164px;
    padding: 12px;
    margin: auto;
    text-align: center;
    background-color: #4088B9;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    font-size: 16px;
    color: white;
    transition: background-color 300ms ease-in;
    -webkit-transition: background-color 300ms ease-in;
    -moz-transition: background-color 300ms ease-in;
    -ms-transition: background-color 300ms ease-in;
    -o-transition: background-color 300ms ease-in;
}
.highlight {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    background-color: #365E6B;
}
.disabled.calcon .boxcontainer h3 {
    display: none;
}
.calcon.disabled h3.msg { display: block; }
.calcon h3.msg { display: none; }
.calcon h3 {
    margin-bottom: 23px;
    margin-left: -2px;
}
.overlay.add {
    height: 100% !important;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.overlay {
    position: fixed;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    background-color: white;
    opacity: 1;
    z-index: 1;
    display: block;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s ;
    -ms-transition: 0.8s ;
    -o-transition: 0.8s ;
    transition: 0.8s ;
    -webkit-animation-timing-function: cubic-bezier(.99,.01,.01,.99);
    -moz-animation-timing-function: cubic-bezier(.99,.01,.01,.99);
    -o-animation-timing-function: cubic-bezier(.99,.01,.01,.99);
    animation-timing-function: cubic-bezier(.99,.01,.01,.99);
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.overlay2 {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #FFFFFF;
    opacity: 0.6;
    z-index: 999;
    display: none;
}
.loading {
    z-index: 2;
    position: fixed;
    top: 50%;
    left: 50%;
    height: auto;
    width: 515px !important;
    text-align: center;
    margin-left: -250px;
    margin-top: -50px;
    font-size: 2em;
    opacity:0;
    -webkit-transform: translate3d(0, 200%, 0) !important;
    -moz-transform: translate3d(0, 200%, 0) !important;
    -ms-transform: translate3d(0, 200%, 0) !important;
    -o-transform: translate3d(0, 200%, 0) !important;
    transform: translate3d(0, 200%, 0) !important;
    -webkit-transition:  0.5s;
    -moz-transition:  0.5s;
    -ms-transition:  0.5s;
    -o-transition:  0.5s;
    transition:  0.5s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
}
.loading.add {
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
    opacity:1 !important;
}
.secretas {
    z-index: 999;
    position: fixed;
    top: 30px;
    right: 30px;
    display: none;
}
.calcon .on {
    opacity: 0.5;
    z-index: 99999 !important;
}
BODY {
    overflow-x:hidden;
}
.calcon.disabled .selected .day-contents {
    background: #C1C6CA !important;
    color: #313131;
    -webkit-box-shadow: 0 0 1px #464646;
    -moz-box-shadow: 0 0 1px #464646;
    box-shadow: 0 0 1px #464646;
    z-index: 99999;
    position: relative;
}
.calcon.disabled input.hiddexn {
    background-color: #7B9EA9 !important;
    border: 1px solid #A7A7A7 !important;
    color: #FFFFFF;
}
.calcon.disabled .time,
.calcon.disabled .day-contents,
.calcon.disabled .header-day,
.calcon.disabled .month,
.calcon.disabled .clndr-control-button,
.calcon.disabled input,
.calcon.disabled select {
    background-color: #E4E4E4 !important;
    cursor: not-allowed;
    transition: 1s;
}
.calcon
.clndr-controls {
    border-right: 1px solid #CDCDCD;
    border-left: 1px solid #CDCDCD;
    overflow: hidden;
    background: #FFFFFF;
    color: black;
    font-weight: normal;
}
@media (max-width: 991px) {
    .calcon .hours {
        font-size: 12px;
    }
}
span.notif {
    display: inline-block;
    font-size: 13px;
    padding-bottom: 3px;
    width: 100%;
    text-align: center;
    padding: 5px;
    border: 3px solid #9ECAA1;
    color: #FFFFFF;
    margin: 5px 0px;
}
.green.notif {
    background: #3B9E36;
}
.red.notif {
    background: #9E3636;
    border-color: #C34949;
}
.coupon_message { display:none; }
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

.notside {
    position: absolute;
    right: 0;
    width: 100%;
    height: 12px;
    cursor: s-resize;
}
.t {
    top: -6px;
}
.b {
    bottom: -6px;
}

.side {
    position: absolute;
    top: 0;
    width: 17px;
    height: 100%;
    cursor: w-resize;
    z-index: 1;
}
.r {
    right: -6px;
}
.l {
    left: -6px;
}
.radio, .checkbox {
    padding:0 !important;
}

.form-group.checkbox {
    margin: 10px 0;
}
.blocked .day-contents {
    color: #860000;
}
.calcon .radio, .calcon .checkbox {
    padding:0;
}
.calcon * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}