

/* Admin Login Page */

#card-login img{
	width : 50%;
}

#login_msg{
	margin-left: 20px;
}

/* End Admin Login Page */

.sidebar .sidebar-brand img{
	width: 100%;
}

body #wrapper{
	min-height: 100% !important;
}

.dropdown-submenu{
    position: relative;
  }

.dropdown-submenu a:after{
	transform: rotate(-90deg);
	position: absolute;
	right: 6px;
	top: .8em;
}

.dropdown-submenu .dropdown-menu{
	top: 0;
	left: 100%;
	margin-left: .1em;
	margin-right: .1em;
}

#page-purchase-form .form-group{
	margin-bottom: 0.2rem !important;
}

.ajax-loader {
	
	background-color: rgba(255,255,255,0.7);
	position: absolute;
	z-index: 1100 !important;
	width: 100%;
	height:100%;
	display: block;
}

.ajax-loader .lds-facebook {
	position: relative;
	top:50%;
	left:50%;
}

.lds-facebook {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
  }
  .lds-facebook div {
	display: inline-block;
	position: absolute;
	left: 8px;
	width: 16px;
	background: #ff1c82;
	animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  }
  .lds-facebook div:nth-child(1) {
	left: 8px;
	animation-delay: -0.24s;
  }
  .lds-facebook div:nth-child(2) {
	left: 32px;
	animation-delay: -0.12s;
  }
  .lds-facebook div:nth-child(3) {
	left: 56px;
	animation-delay: 0;
  }
  @keyframes lds-facebook {
	0% {
	  top: 8px;
	  height: 64px;
	}
	50%, 100% {
	  top: 24px;
	  height: 32px;
	}
  }

@media (min-width: 912px){
	.navbar .navbar-brand{
		max-width: 10%;
	}
	
	.navbar .navbar-brand img{
		width: 100%;
	}
}

@media (max-width: 911px){
	.navbar .navbar-brand{
		max-width: 25%;
	}
	
	.navbar .navbar-brand img{
		width: 100%;
	}
}

#wrapper #content-wrapper {
    background-color: #fff !important;
    width: 100%;
    overflow-x: hidden;
}

/**
modindex
**/
.main{
	position: absolute;
	top: 100px;
}

.modindex li{
	border: 2px solid #CFCFCF;
	width: 120px;
	height: 120px;
	float: left;
	margin: 10px;
	position: relative;
	border-radius: 10px;
}

.modindex li a {

    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
    padding: 30px 5px;
    color: #aaaaaa;

}

.modindex li a .modindex_title{
	padding: 0px;
}


.w3-xxlarge {
  font-size: 36px !important;
}

.nav_title{
	color: #f2f2f2;
}