/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *


 */


.right {
float: right;
}
.hidden {
display: none;
}
.admin .img.thumb {
max-width: 50px;
}
.oneline {
display: inline-block !important;
max-width: 555px;
}
.paging.active {
color: #215582;
font-weight: bold;
}
.daychoose {
height: 34px !important;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
}
.inblock {
display: inline-block !important;
}
#notice{
    display: inline-block;
}
.admin form label{
   padding-top: 10px;
}
.w-100 { width: 100% }
.text-light { color: white; }
.text-danger { color: red; }
.m-0 { margin: 0 }
.mt-0 { margin-top: 0 }
.my-2 { margin: .5rem 0; }
.mt-2 { margin-top: .5rem; }

/* Display */
.d-block { display: block !important; }
.d-inline { display: inline !important; }
.d-inline-block { display: inline-block !important; }
.d-flex { display: flex; }
.justify-space-between { justify-content: space-between; }
.align-center { align-items: center; }
