@font-face{font-family:"summernote";font-style:normal;font-weight:normal;src:url("../fonts/summernote.eot?ad8d7e2d177d2473aecd9b35d16211fb");src:url("../fonts/summernote.eot?#iefix") format("embedded-opentype"),url("../fonts/summernote.woff?ad8d7e2d177d2473aecd9b35d16211fb") format("woff"),url("../fonts/summernote.ttf?ad8d7e2d177d2473aecd9b35d16211fb") format("truetype")}

#page-wrapper{
    height: auto !important;
    padding-bottom: 20px;
    min-height: 100vh !important;
}

.nav-header{
  background-image: none;
}

.img-fluid{
    width: 100%;
}

.alert{
    border-radius: 0;
}
.m-a-0{
    margin:0;
}


.form-control + .alert{
  padding-top: 5px;
  padding-bottom: 5px;
}

.m-b-0{
    margin-bottom: 0 !important;
}


.c-btn{
    padding-right: 30px;
    padding-left: 30px;
}


.no-input{
  background: #fff !important;
}

.p-t-1{
  padding-top: 10px;
}
.p-l-2{padding-left:30px;}
.navbar-top-links.navbar-left{
  float: left !important;
}

.dropdown-menu-right{
  left: auto !important;
}
.navbar-top-links.navbar-right{
  float: right !important;
}


@media (max-width: 768px){

  .navbar-top-links.navbar-right{
   position: absolute;
   top:0;
   right:0;
  }
}
@media (min-width: 768px){
  #page-wrapper{
    min-height: 1000px;
  }
}

.wizard > .content > .body {
    position: relative !important;
}

.pos-r{
  position: relative !important;
}
.wizard > .content > .body ul > li{
  display: inherit !important;
}

.input-group .alert{
  margin-bottom: 0 ;
}
.fc-day, .fc-widget-content{
  transition: background 0.5s ease 0s;
}
.fc-day.disabled, .fc-widget-content.disabled{
  background: grey;
  border-color:#737171;

}

/*body{
  transition: opacity 0.3s ease 0s;
  visibility: inherit;
}
body[data-pageload="true"]{
  opacity: 0.5;
  visibility: hidden;
}*/

.active-number{
  background: #1ab394;
  color: #fff;
  display: inline-block;
  padding: 2px;
  border-radius: 50%;
  width: 25px;
  text-align: center;
  height: 25px;
  line-height: 21px;
  margin-left: 5px;
}


.my-paging a, .my-paging strong{
  display: inline-block;
  padding: 3px 8px;
  border: 1px solid #ddd;
  margin-right: 1px;
  margin-left: 1px;
  border-radius: 3px;
  min-width: 30px;
  text-align: center;
}


.max-content{
  min-height: 700px !important;
}


.yb-boxed{
  background: #f3f3f4;
  padding:  5px 15px;
  margin-bottom: 4px;
  border-radius: 3px;
}
.yb-boxed label span{
  margin-top: 2px;
  display: inline-block;
}

.yb-listed{
  overflow: auto;
  max-height: 200px;
}

.yb-listed+.alert{
  padding-top: 5px;
  padding-bottom: 5px;
}