@import url(http://fonts.googleapis.com/css?family=Julius+Sans+One);
@import url(http://fonts.googleapis.com/css?family=Salsa);

/* Reset */
body {
    font-family: 'Meiryo UI', 'Hiragino Kaku Gothic ProN', sans-serif;
}

hr {
    margin: 0.5em 0 0.5em 0;
}

input[type=text],
input[type=email],
input[type=date],
input[type=time],
input[type=url],
input[type=password] {
    min-width: 100px;
}

td,
input[type=text],
input[type=email],
input[type=date],
input[type=time],
input[type=url],
input[type=password],
pre,
select {
    font-family: 'Meiryo UI', 'Hiragino Kaku Gothic ProN', sans-serif;
}

pre {
    border: none;
    background-color: transparent;
}

/* Override */
nav * {
    color: #eee !important;
}

.navbar {
    border-radius: 0;
}

.table-responsive {
    overflow: auto;
    border: none;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: inherit;
    background-color: inherit;
    border: 1px solid #ddd;
    cursor: default;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: default;
    background-color: #fff;
    box-shadow: none;
    border: none;
}

.input-group-xs>.form-control,
.input-group-xs>.input-group-addon,
.input-group-xs>.input-group-btn>.btn {
    padding: 0 10px;
}

.input-group-xs>.input-group-btn>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

.badge {
    padding: 3px 7px 1px;
    background-color: #bbb;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    margin-right: 5px;
}

.input-group-btn-disabled>.btn:hover,
.input-group-btn-disabled>.btn:focus,
.input-group-btn-disabled>.btn:active {
    z-index: 0;
}

.panel-footer {
    text-align: right;
}

.nav-tabs.nav-justified>li>a {
    white-space: nowrap;
}

/* Original */
img.logo {
    margin-top: -5px;
    width: 30px;
}

a.logo {
    font-family: 'Salsa', 'rounded mplus', 'Meiryo UI', 'Hiragino Kaku Gothic ProN', sans-serif;
}

#wrapper {
    padding: 10px;
    max-width: 1200px;
    margin: 0 auto;
}

.dropzone-form {
    margin: 10px;
    padding: 10px;
    display: none;
    background-color: #eee;
}

.dropzone-form>div {
    font-size: 1.5em;
    font-weight: bold;
    color: #aaa;
    margin: 50px 0;
    text-align: center;
}

.btn-group-double {
    min-width: 85px;
}

.btn-group-double-sm {
    min-width: 72px;
}

.td-sat {
    background-color: #d9edf7;
}

.td-sun {
    background-color: #f2dede;
}

.panel-login {
    margin-top: 150px !important;
    max-width: 400px;
    margin: auto;
}

hr.dashed {
    border-top: 1px dashed #eee;
}

.photo-container {
    overflow: auto;
    max-height: 250px;
}

#qualification-table pre {
    white-space: pre-line;
    min-width: 300px;
}

.table-responsive-master {
    max-height: 400px;
}

.table-padding {
    margin-bottom: 0;
}

img.img-thumbnail-sm {
    height: 150px;
    min-width: 200px;
}

.input-group-schedule {
    margin-bottom: 3px;
}

.input-group-schedule input {
    font-size: 1rem;
}

.table-calendar {
    min-width: 900px;
}

.table-calendar>tbody>tr {
    height: 80px !important;
}

/* Helper */
.transparent {
    background-color: transparent !important;
}

.overflow {
    overflow: auto;
}

.break-word {
    word-wrap: break-word;
}

.width-xs {
    width: 60px;
}

.width-medium {
    width: 200px;
}

.width-large {
    width: 500px;
}

.width-very-large {
    width: 800px;
}

.table-height-medium {
    max-height: 200px;
}

.table-height-large {
    max-height: 400px;
}

.inline {
    display: inline;
}

.justified {
    width: 100%;
}

.justified>li {
    display: table-cell;
    width: 1%;
}

.table-fixed {
    table-layout: fixed;
}

.border-none {
    border: none !important;
}

.nowrap {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
