@charset "UTF-8";

/**/
body {
    font-size: 14px;
}

/**/
.mT3 { margin-top: 3px; }
.mT5 { margin-top: 5px; }
.mT10 { margin-top: 10px; }
.mT20 { margin-top: 20px; }
.mT25 { margin-top: 25px; }
.mT30 { margin-top: 30px; }
.mT40 { margin-top: 40px; }
.mT50 { margin-top: 50px; }
.mT80 { margin-top: 80px; }
.mB3 { margin-bottom: 3px; }
.mB5 { margin-bottom: 5px; }
.mB10 { margin-bottom: 10px; }
.mB20 { margin-bottom: 20px; }
.mB25 { margin-bottom: 25px; }
.mB30 { margin-bottom: 30px; }
.mB40 { margin-bottom: 40px; }
.mB50 { margin-bottom: 50px; }
.mR5 { margin-right: 5px; }
.mR10 { margin-right: 10px; }

/**/
.clickable { cursor: pointer; }

/**/
p.lead {
    font-size: 18px !important;
    line-height: 1.77;
}
p.lead strong {
    font-size: 22px !important;
}
p#index-note {
    margin-top: 20px;
    margin-bottom: 40px;
}
div#index-done {
    margin-left: 50px;
    margin-bottom: 20px;
}

/**/
.inline-5 {
    margin-right: 5px;
}
.inline-10 {
    margin-right: 10px;
}
label.question {
    margin-top: 25px;
}
div.check {
    margin-top: -10px;
}
p.disabled, label.disabled {
    color: #5f5f5f;
}
div.btn-group-vertical {
    width: 100%;
}
div.btn-group-vertical a {
    text-align: left !important;
}
label.sample {
    margin-bottom: 0;
    font-weight: normal;
    display: block;
}
label.time {
    margin-top: 10px;
    margin-bottom: 2px;
    margin-left: -15px;
    font-weight: normal;
    display: block;
}
canvas.time {
    margin-left: -15px;
}

/**/
div.scale-container {
    max-width: 650px !important;
    margin: auto;
}
div.outer {
    position: relative;
}
p.label-x {
    font-size: 18px;
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    position: absolute;
}
p.label-y {
    font-size: 18px;
    margin: 0 auto 4px;
    position: absolute;
}
div.scale-square {
    border: 1px solid #9d9c9a;
    background: #fffef0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
div.scale-base {
    margin: 20px 30px;
    position: relative;
}
div.scale-quadrant {
    position: absolute;
}
img.scope {
    position: absolute;
    width: 72px;
    height: 72px;
}

/**/
div#fatigue-score {
    margin: 20px auto;
    width: 95px;
    height: 122px;
    background: url(../img/score_bg.png);
    background-size: contain;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding-top: 50px;
}
table#fatigue-table tr:nth-child(1) th {
    text-align: center;
}
table#fatigue-table tr:nth-child(n+2) td:nth-child(1) {
    text-align: center;
}
table#fatigue-table tr:nth-child(n+2) td:nth-child(3) {
    text-align: right;
}
table#fatigue-table tr:nth-child(n+2) td:nth-child(4), table#fatigue-table tr:nth-child(n+2) td:nth-child(5) {
    text-align: center;
}
table#fatigue-table tr:nth-child(n+2) td:nth-child(6) {
    text-align: left;
}

/**/
input.e9[type='text'] {
    border: 1px solid #f00;
}
label.e9 {
    color: #f00;
}
select.e9 {
    border: 1px solid #f00;
}
textarea.e9 {
    border: 1px solid #f00;
}
/**/
@media (min-width: 768px) {
    input.inline-number {
	width: 55px !important;
    }
    .slider-container {
	width: 640px;
	margin: auto;
    }
    .slider.slider-horizontal {
	width: 377px;
    }
}
@media (max-width: 767px) {
    .form-inline .form-control {
	display: inline-block !important;
	width: auto;
    }
    .form-inline .form-control-static {
	display: inline-block !important;
    }
    .form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
    }
}
