body{
    margin:0;
    overflow-x: hidden;
}
.message {
    background-color: lightYellow;
    border: 1px solid #E6DB55;
    padding: 10px;
}
.message.error{
    color: #F00;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #fff !important; opacity: 1; }

.herder{
    background: #fff;
    border-bottom: 3px solid #2e70a7;
    background-position: left;
    padding: 10px;
}
.container {
    width: auto;
}
.w90{
    width:90%;
}

.orverwidth {
    background: #2e70a7;
    padding: 0;
}
.orverwidth h1{
    text-align: center;
    padding: 10px 0 10px 0;
    color: #fff;
    margin: 0;
    font-size: 30px;
}
.canvas-container{
    text-align: center;
}
.caution {
    color: #322305;
    text-align: center;
    margin: 30px 0;
    font-size: large;
}
.applicants{
    margin-top: 30px;
}
.applicants .cell{
    float: left;
    width: 50%;
    height:150px;
    position: relative;
    overflow: hidden;
}
.applicants .cell img{
    position: absolute;
    width: 60%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.applicants .cell .btn-admin {
    width: 60%;
    height: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20pt;
}
.blue{
    background-color: #337ab7;
}
.orange{
    background-color: #f0ad4e;
}
.green{
    background-color: #3c763d;
}
.gray{
    background-color: #DCDDDD;
}
h3, .h3 {
    text-align: center;
}
h4, .h4 {
    text-align: center;
}
#form .inputGroupContainer .form-control-feedback,
#form .selectContainer .form-control-feedback {
    top: 0;
    right: -15px;
}

.table-vcenter td {
    vertical-align: middle!important;
}

.flex-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 500px;
    height: 400px;
}

.actions {
    width: 1%;
}

/* 上書き */
.checkbox-inline + .checkbox-inline {
    margin-left: 0px;
    margin-right: 10px;
}

/* 追加 */
.checkbox-inline:first-child {
    margin-right: 10px;
}
.radio.radio-inline {
    margin-right: 10px;
}
/* 上書き */
.radio-inline + .radio-inline {
    margin-left: 0px;
    margin-right: 10px;
}

/* 追加 */
.radio-inline:first-child {
    margin-right: 10px;
}

input[type="radio"].styled:checked+label:after {
    font-family: 'FontAwesome';
    content: '';
}

@keyframes loading {
    0% {
        transform-origin: 100% 100%;
        transform: rotate(0deg);
    }
    100% {
        transform-origin: 100% 100%;
        transform: rotate(360deg);
    }
}

.loading {
    width: 24px;
    height: 24px;
    margin: 5px 5px 0 0;
}
.loading:before {
    position: absolute;
    display: block;
    content: "";
    z-index: 12;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #FFF;
}
.loading:after {
    position: absolute;
    display: block;
    content: "";
    z-index: 11;
    width: 12px;
    height: 12px;
    border-radius: 200px 0 0;
    background: linear-gradient(45deg, transparent 0, #459ad7 50%, #459ad7 100%);
    animation: loading 0.5s linear infinite;
}
.map_wrapper {
    max-width: 640px;
    min-width: 280px;
    margin: 20px auto;
    padding: 4px;
    border: 1px solid #CCC;
}

.googlemap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.hissu {
    background: url(/img/hissu.jpg) no-repeat right center;
    display: block;
    padding-right: 50px;
}
.ninni {
    background: url(/img/ninni.jpg) no-repeat right center;
    display: block;
    padding-right: 50px;
}
.search_panel {
    display: block;
    text-decoration: none !important;
}
@media (max-width: 768px){
    .hissu {
        background: url(/img/hissu.jpg) no-repeat left center;
        display: block;
        padding-left: 50px;
        margin-left: 10px;
    }
    .ninni {
        background: url(/img/ninni.jpg) no-repeat left center;
        display: block;
        padding-left: 50px;
        margin-left: 10px;
    }
}