body { 
  padding-top: 70px;
  /* font-family: 'Hanuman', cursive !important; */
  font-family: 'Battambang';
}
.btn { 
  text-align:left;
}

.no-resize {
    resize: none;
}

.mg-b-5{
      margin-bottom: 5px;
}
.badge_pelin {
  background-color: rgb(237, 128, 21);
   color: #fff;
   display: inline-block;
   font-size: 12px;
   font-weight: 700;
   line-height: 1;
   min-width: 10px;
   padding: 3px 7px;
   text-align: center;
   vertical-align: baseline;
   white-space: nowrap;
}

.table_header {
    background-image: linear-gradient(to bottom, #f5f5f5 0px, #e8e8e8 100%);
}

.not-active {
   pointer-events: none;
   cursor: default;
}

.table-bordered tbody tr.active td {
  background-color: rgba(237, 128, 21, 0.74);
}

.navbar-brand{
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 25px;
  line-height: 20px;
}
.navbar-default {
    background-image: linear-gradient(to bottom, #F69A98 0px, #F69A98 100%);
    background-repeat: repeat-x;
    border-radius: 4px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15) inset, 0px 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > li > a {
    color: #FFF;
}

.panel {
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}
.panel-primary {  border-color: #E7E7E7; }
  .panel-primary > .panel-heading {
      background-image: linear-gradient(to bottom, #DAA520 0px, #DAA520 100%);
      background-repeat: repeat-x;
      color: #FFF;
      background-color: #9FC3E3;
      border-color: #DAA520;
  }
  blockquote {
      padding: 10px 20px;
      margin: 0px 0px 20px;
      font-size: 17.5px;
      border-left: 5px solid #F8E5E5;
  }

.box-custom {
  border: 1px solid goldenrod;
  border-radius: 3px;
  margin-bottom: 10px;
}

/* .loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
  background: url('/images/circle_loader.gif') 50% 50% no-repeat rgba(0,0,0,.075);
} */
.select2-container--default .select2-selection--single{
  height: 34px;
  font-family: Siemreap;
}
.loader {
 position: fixed;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 z-index: 99999;
 background: url('/images/loading.gif') 50% 50% no-repeat rgb(0 0 0 / 18%);
}