/* CONTOH EMBED FONT
@font-face {
    font-family: 'StickARound';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/StickARound.eot');
    src: url('../fonts/StickARound.eot?#iefix') format('embedded-opentype'),
         url('../fonts/StickARound.woff') format('woff'),
         url('../fonts/StickARound.ttf') format('truetype'),
         url('../fonts/StickARound.svg#StickARound') format('svg');
}
*/

/* ================== DEFAULT MF ====================== */
.video-responsive {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

html,body{
	background-color: #f8f9fa;
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: 'Helvetica', Helvetica Neue, Arial, sans-serif;
	color: #4b4b4b;
	overflow-x: hidden;
}



#wrapper{
	width: 100%;
	position: relative;
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
}
.container{
	display: inline-block;
	width: 1200px;
	margin: 0;
	padding: 0;
}
/* ============================================ */

.container{
	text-align: left;
}
header ul{
	list-style-type: none;
	margin: 25px 0;
	padding: 0;
}
header ul li{
	float: left;
	margin: 0;
	padding: 0;
}
header ul li a{
	display: block;
	padding: 5px;
	margin: 0;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
header ul li a:hover{
	text-decoration: underline;
}

.logo{
	padding:0 0 0 0;
}
footer {
    min-height: 4rem;
    padding: 1rem 0;
    font-size: 13px;    
}

#body{
	min-height: 100px;
	background: #ffffff none repeat scroll 0 0;
	min-height:360px;
	margin-top:100px;

}
#body .container{
	padding: 0;
}
a.btn-login{
	display: block;
	margin: 10px 0;
	padding: 0;
	color: #fff;
	font-size: 20px;
}

.nav-menu{
	background: #f8f9fa none repeat scroll 0 0;
}

.nav-menu .navbar {
    padding: 0.5rem 0;
}

.nav-menu .navbar-brand {
    margin-right: 3rem;
    padding-bottom: 0;
    padding-top: 0;
}

.navbar-brand {
    display: inline-block;
    font-size: 1.25rem;
    line-height: inherit;
    margin-right: 1rem;
    padding-bottom: 0.3125rem;
    padding-top: 0.3125rem;
    white-space: nowrap;
}

.login-box{
	margin: 3% auto;
	border: 1px solid #e7e7e7;
}

.login-box-body, .register-box-body {
    padding: 10px 20px;
}

.login-logo{
	margin-bottom: 10px;
}

.ndiv {
  height:50px;
}
.short-div {
  height:25px;
}

.form-horizontal .control-label.text-left{
    text-align: left;
}
.form-group {
    margin-bottom: 10px;
}
.row-bordered:after {
  content: "";
  display: block;
  border-bottom: 1px solid #ccc;
  margin: 0 15px 10px;
}
 
.col-md-0-5 { width: 4.16%; } 
.col-md-1-5 { width: 12.5%; } 
.col-md-2-5 { width: 20.83333%; }
.col-md-3-5 { width: 29.16667%; } 
.col-md-4-5 { width: 37.5%; } 
.col-md-5-5 { width: 45.83333%; } 
.col-md-6-5 { width: 54.16667%; } 
.col-md-7-5 { width: 62.5%; } 
.col-md-8-5 { width: 70.83333%; } 
.col-md-9-5 { width: 79.16667%; } 
.col-md-10-5 { width: 87.5%; } 
.col-md-11-5 { width: 95.8333%; }

input[type="file"] .hide {
  display: none !important;
}

.modal-dialog {
	padding-top:10%;
}


.mybutton {
  background-color: Transparent;
  border: 3px solid #fff;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  border-radius: 30px;
}
.mybutton:hover { color:white; }

.logoutbutton {
  background-color: Transparent;
  border: 2px solid #d2d6de;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  border-radius: 12px;
  line-height:12px !important;
 padding-bottom : 8px !important;
 padding-top : 8px !important;
}

.logoutbutton:hover {
	border: 2px solid #ccc;
}

.centerdiv{
	display: inline-block;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 400px;
    height: 100px;
    margin: 60px auto;
}

.modalOl{
	list-style: decimal inside!important;
	text-indent:-1em;
	padding-left:1em;
}

.modalUl{
	display: list-item!important;
}