@charset "UTF-8";

/*.skin-ryugaku .logo{background-image: url(../images/logo.png); background-repeat: no-repeat; background-position: 3px 3px;}*/

.header .logo h1 {
    font-size: 16px;
    margin: 0;
    padding: calc((50px - 18px) / 2);
    font-style: normal;
}

footer {
    height: 90px;
    line-height: 90px;
    background-color: #555;
    text-align: center;
    color: white;
}

.table > tbody > tr > td {
     vertical-align: middle;
}

table, tr, td {
    height: 100%;
}

td > textarea {
    width: 100%;
    height: 100%;
    min-width: 150px;
}

.mt20 {
    margin-top: 20px;
}

.radio label {
    padding-left: 4px;
    padding-right: 20px;
}

.radio {
    padding: 6px 12px;
    border: 1px solid #ccc;
    background-color: white;
}

.error-message {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a94442;
}

.left-side {
    left: 0px;
}
.left-side.animation {
    -webkit-transition: left .3s ease-in-out;
    -moz-transition: left .3s ease-in-out;
    -o-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out;
}

.right-side {
    left: 0px;
}
.right-side.animation {
    -webkit-transition: left .3s ease-in-out;
    -moz-transition: left .3s ease-in-out;
    -o-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out;
    -webkit-transition: margin-left .3s ease-in-out;
    -moz-transition: margin-left .3s ease-in-out;
    -o-transition: margin-left .3s ease-in-out;
    transition: margin-left .3s ease-in-out;
}

.row-offcanvas-left {
    left: 0px;
    position: relative;
}
.row-offcanvas-left.animation {
    -webkit-transition: left .3s ease-in-out;
    -moz-transition: left .3s ease-in-out;
    -o-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out;
}

.alert {
    margin-left: 0;
}

#mainlogo img {
    /*height: 43px;*/
    float: left;
    padding-top: 3px;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3 !important;
}

.box .box-header{color: #fff; background-color: #333;}
.ryugaku-login h3{letter-spacing: 0.1em; margin-bottom: 30px;}
.ryugaku-login h3 small{color: #999; margin-bottom: 10px;}
.ryugaku-login img{margin-top: 30px;}
@media (max-width:767px) {
	.ryugaku-login h3{font-size:xx-large;}
	#UserLoginForm label{font-size: large;}
}

.file_selector button {
    margin-right: 0.5em;
}
.file_selector label {
    user-select: none;
}
.file_selector a {
    margin-right: 1em;
}
.file_selector input[type=checkbox] {
    margin-right: 0.5em;
}


.box .box-header > .box-tools {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.box .box-header > .box-tools .btn {
    margin-left: 4px;
}
@media (max-width: 560px) {
    .nav.navbar-nav .dropdown.user-menu > a {
        display: block;
        width: calc(100vw - 60px);
        text-align: right;
    }
}
@media (min-width: 561px) {
    .nav.navbar-nav .dropdown.user-menu > a {
        display: block;
        width: calc(100vw - 300px);
        text-align: right;
    }
}
@media (max-width: 680px) {
    .ryugaku-login h3 {
        font-size: 18px;
    }
    .box .box-header > .box-tools {
        padding-bottom: 16px;
        width: 100%;
        text-align: right;
    }
    .box .box-header > .box-tools .label {
        font-size: 14px !important;
        padding: 4px 8px;
    }
    .box .box-header > .box-tools .btn {
        font-size: 80%;
    }
    ul.nav.nav-tabs li {
        font-size: 80%;
    }
    ul.nav.nav-tabs li a {
        padding: 10px 5px;
    }
    div.checkbox.horizontal {
        display: block !important;
    }
    div.checkbox.horizontal label {
        width: calc(100% - 26px);
        margin-right: 0 !important;
    }
    div.checkbox.horizontal + input[type=text].after-label {
        width: calc(100% - 26px);
        margin: 0 0 0 26px;
    }
    div.checkbox.horizontal input[type=text].after-label {
        width: calc(100% - 26px);
        margin: 0 0 0 26px;
    }
}
