html {
  width: 100%;
}

body {
  overflow-x: hidden !important;
}

body.show-spinner > main {
  overflow: hidden !important;
}

/* Hide everything under body tag */
body.show-spinner > *{
  opacity: 0;
}

/* Spinner */
body.show-spinner::after{
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0.3);
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  position: fixed;
  z-index: 1;
}

/*====  커스텀 CSS ====*/

td {
  /*vertical-align: baseline !important;*/
}
.list-group-flush .list-group-item{
  padding:7px 1px;
}
/*미처리 예약건 */
tr.new td {
  background: #ffe26e !important;
}

.fc-toolbar h2{font-size: 24px}

.fc-past{background-color: #fffaf5}

.custom-file-label::after{
  content: '이미지 찾기';
  }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  font-weight: bold;
}
.badge{
  font-size: 90%;
}
body{
  /*font-family: '맑은 고딕';*/
}

/*====  커스텀 CSS  끝 ====*/



@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}


/*.fixed-background{
      background: url(/admin/img/tree-736885.jpg) no-repeat center center fixed  !important;
}
.auth-card .image-side{
        background: url(/admin/img/tree-736885.jpg) no-repeat center top !important;
}*/

.form-control, .bootstrap-tagsinput{

}

.dashboard-progress {
    height: 420px !important;
}

.dashboard-sq-banner {
    height: 420px  !important;
}

.logo {
    width: 110px !important;
    height: 44px !important;
    background: url(/j-img/logo2.png) no-repeat !important;
    background-position: center center !important;
    background-size: 110px !important;
    margin: 0 auto !important;
}
.logo-mobile {
     width: 167px !important;
    height: 44px !important;
    background: url(/j-img/logo2.png) no-repeat !important;
    background-position: center center !important;
    background-size: 110px !important ;
    margin: 0 auto !important;
}
.logo-single{
    width: 250px !important;
    height: 130px !important;
    background: url(/j-img/logo2.png) no-repeat !important;
    background-position: center center !important;
    display: inline-block !important;
    margin-bottom: 60px !important;
    background-size: 244px !important;
}
.btn-right{
  float: right;
}

.list-thumbnail{
    height: 100px !important;
}

.has-float-label label,
.has-float-label > span:last-of-type strong{
  padding-left: 2px;
  color:#f79160;
}

.has-float-label label,
.has-float-label > span:last-of-type {
  position: absolute;
  cursor: text;
  font-size: 90%;
  opacity: 1;
  top: -0.4em;
  left: 0.75rem;
  z-index: 3;
  line-height: 1;
  padding: 0 1px;
  font-weight: bold;
}

h1{
  font-weight: normal;
}

legend {
    font-size: 1.5em;
    background-color: #eee;
    border-radius: 10px;
    width: auto;
    padding:7px 14px 0px 14px;
}
fieldset{
  border-radius: 10px;
  padding:1.2em 1.2em 0.2em 1.2em;background-color:#eee
}

.btn-mini{
  padding-left:0.5rem !important;
  padding-right:0.5rem !important;
}

.note-editor{
  border-radius: 0 !important;
}

.note-toolbar {
    padding: 10px !important;
    border-bottom:1px solid #ccc !important;
    background-color: #f4f4f4 !important;
}

.alert{
    overflow: hidden;
}

a {
    /*color: #2a93d5 !important;;*/
}


.alert-dismissible{
  width:70% !important;
  margin:10px auto !important;
}
.alert-box{
    display: block;
    width: 100%;
}
