@font-face {
  font-family: 'font-logo';
  src: url('../lib/font-face/Bebas.woff') format('woff'),
       url('../lib/font-face/Bebas.ttf') format('truetype'),
       url('../lib/font-face/Bebas.svg#Bebas') format('svg'), 
       url('../lib/font-face/Bebas.eot'), 
       url('../lib/font-face/Bebas.woff2') format('woff2'),
       url('../lib/font-face/Bebas.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'font-admin';
  src: url('../lib/font-face/ThaiSansNeue-Regular.woff') format('woff'),
       url('../lib/font-face/ThaiSansNeue-Regular.ttf') format('truetype'),
       url('../lib/font-face/ThaiSansNeue-Regular.svg#ThaiSansNeue-Regular') format('svg'), 
       url('../lib/font-face/ThaiSansNeue-Regular.eot'), 
       url('../lib/font-face/ThaiSansNeue-Regular.woff2') format('woff2'),
       url('../lib/font-face/ThaiSansNeue-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'font-admin';
  src: url('../lib/font-face/ThaiSansNeue-Bold.woff') format('woff'),
       url('../lib/font-face/ThaiSansNeue-Bold.ttf') format('truetype'),
       url('../lib/font-face/ThaiSansNeue-Bold.svg#ThaiSansNeue-Bold') format('svg'), 
       url('../lib/font-face/ThaiSansNeue-Bold.eot'), 
       url('../lib/font-face/ThaiSansNeue-Bold.woff2') format('woff2'),
       url('../lib/font-face/ThaiSansNeue-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'font-admin';
  src: url('../lib/font-face/ThaiSansNeue-Light.woff') format('woff'),
       url('../lib/font-face/ThaiSansNeue-Light.ttf') format('truetype'),
       url('../lib/font-face/ThaiSansNeue-Light.svg#ThaiSansNeue-Light') format('svg'), 
       url('../lib/font-face/ThaiSansNeue-Light.eot'), 
       url('../lib/font-face/ThaiSansNeue-Light.woff2') format('woff2'),
       url('../lib/font-face/ThaiSansNeue-Light.eot?#iefix') format('embedded-opentype');
  font-weight: lighter;
  font-style: normal;
}

@font-face {
  font-family: 'font-default';
  src: url('../lib/font-face/Helvetica.eot');
  src: url('../lib/font-face/Helvetica.woff2') format('woff2'),
       url('../lib/font-face/Helvetica.woff') format('woff'),
       url('../lib/font-face/Helvetica.ttf') format('truetype'),
       url('../lib/font-face/Helvetica.svg#Helvetica') format('svg'),
       url('../lib/font-face/Helvetica.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Orator';
  src: url('../lib/font-face/Orator.eot');
  src: url('../lib/font-face/Orator.woff2') format('woff2'),
       url('../lib/font-face/Orator.woff') format('woff'),
       url('../lib/font-face/Orator.ttf') format('truetype'),
       url('../lib/font-face/Orator.svg#Orator') format('svg'),
       url('../lib/font-face/Orator.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

.float-left{
  float: left !important;
}
.float-right{
  float: right !important;
}
.display-none{
  display: none !important;
}
.display-block{
  display: block !important;
}
.display-inline-block{
  display: inline-block !important;
}

/* object */
.blockscreen{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding-top: 10%;
  top: 0px;
  left: 0px;
}
/* message box */
.box-message{
  display: none;
  min-width: 400px;
  min-height: 60px;
  height: auto;
  margin: auto;
  background-color: #FFF;
  box-shadow: 0px 0px 1px #888;
  padding: 15px;
  text-align: center;
  position: fixed;
}
.box-message h5{
  font-size: 20px;
  font-weight: bold;
}
.box-message span{
  font-size: 16px;
}
.box-message input[type=button]{
  background-color: #41C67D;
  border: 0px;
  min-width: 80px;
  border-bottom: 3px solid #3BB06D;
  border-radius: 2px;
  color: #FFF;
}
.box-message input[type=button].cancel{
  background-color: #EEE;
  border: 0px;
  min-width: 80px;
  border-bottom: 3px solid #CCC;
  border-radius: 2px;
  color: #888;
}
/* message box */
#message{
  width: 500px;
  left: 50%;
  margin-left: -250px;
  z-index: 900;
  top: 120px;
}
/* change password form */
#change-password{
  width: 600px;
  left: 50%;
  margin-left: -300px;
  z-index: 100;
  top: 100px;
}
#confirm{
  width: 500px;
  left: 50%;
  margin-left: -250px;
  z-index: 800;
  top: 120px;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-size: 200px !important;
}
.hide-loader{
  display: none;
}