﻿.kr-ml-10{
    margin-left: 10px;
}

.control-label {
    padding-top: 0 !important;
}

.ui-widget-header {
    border: 1px solid #3c8dbc !important;
    background: #f6a828 url(/AdminLTE/plugins/jquery-ui/css/images/css_images_ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x !important;
}

.ui-datepicker-month {
    text-transform: capitalize ;
}

.ui-datepicker-calendar thead tr th {
    font-family: "Source Sans Pro", "Helvetica Neue", Arial, Helvetica, sans-serif, Arial, sans-serif !important;
}

.ui-timepicker-div dl dt, .ui-timepicker-div dl dt{
    font-family: "Source Sans Pro", "Helvetica Neue", Arial, Helvetica, sans-serif, Arial, sans-serif !important;
}

.ui-datepicker-div {
    border: 4px solid red !important;
}

.select2-container {
    width: 100% !important;
    margin: 10px;
}

/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('/Content/fonts/oswald-v24-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('/Content/fonts/oswald-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/Content/fonts/oswald-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/Content/fonts/oswald-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/Content/fonts/oswald-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/Content/fonts/oswald-v24-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}

.login-box {
    width: 460px;
    position: absolute;
    margin: initial !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.login-box-body {
    background: #fff;
    padding: 40px 20px 20px;
}

.login-logo, .login-box-body {
    border-radius: 4px;
}

.room-map-td {
	border: 1px solid #888;
	width: 30px;
	height: 30px;
	text-align: center;
}

.room-map-td:hover {
	cursor: pointer;
	background-color: #8F8;
}

.room-map-td.cell-active {
	background-color: #DDD;
}

.room-map-td.cell-active:hover {
	background-color: #FF8;
}

.room-map-td.cell-active-current {
	background-color: #BBB;
}

.room-map-td.cell-active-current:hover {
	background-color: #F88;
}

.housing-use-reservation-row td {
    background-color: #FFA;
}

.housing-use-free-row td {
    background-color: #AFA;
}

.housing-use-away-row td {
    background-color: #FDA;
}

.housing-use-invalid-row td {
    background-color: #FAA;
}

#modal-form-title, .modal-title {
    color: #003366; font-weight: bold;
}

.datepicker.form-control {
    border-radius: 0;
    padding-left:14px;
}

input.acc + div table, input.acc {
    display: none;
}

input.acc:checked + div table {
    display: table;
    width: 100%;
}

input.acc + div, h3.acc {
    display: inline;
}

input.acc + div label {
    border: 1px solid black;
    padding: 2px;
    border-radius: 50%;
    min-width:1.5rem;
    line-height:1rem;
    text-align: center;
}

input.acc + div label::before {
    content: "+";
}

input.acc:checked + div label::before {
    content: "\2212";
}

@media (min-width: 992px) {
    .align-bottom-md {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}