.dropdon{
	margin-top: 20px !important;
}
.buled img{
	border: 1px solid white;
	border-radius: 100px;
	max-height: 40px;
	max-height: 40px;
}
.nong{
	z-index: -99999 !important;
}
body{
	font-family: 'Roboto', sans-serif;
}
#loading {
			position: fixed;
			display: none;
			left: 0px;
			top: 0px;
			width: 100%;
			height: 100%;
			z-index: 9999;
			background: url(../logo-test1-loading-pinggir-muter-opacity-70x70px.gif) 50% 50% no-repeat #fcfbf7;
			
		}
#preload{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: url(../img/logo-test1-loading-pinggir-muter-opacity-70x70px.gif) 50% 50% no-repeat #fcfbf7;
}
.select-style {
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    width: 120px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;

    background: #fff url("http://www.scottgood.com/jsg/blog.nsf/images/arrowdown.gif") no-repeat 90% 50%;
}

.select-style select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select-style select:focus {
    outline: none;
}


#menu-wrapp {
  width: 70%;
  height: auto;
  background: transparent;
  margin:auto;
  margin-top: 0px;
  border-radius: 10px;
  padding: 20px;
}

.app-menu {
	background: #66ccff;
	height: 110px;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
	transition: 0.3s;
}
.app-menu:hover {
	background: #006699;
	cursor: pointer;
}
.app-menu:hover > .span-app-menu {
	color:#fff;
	font-weight: 100;
}

@media screen and (min-width: 680px) {
    .app-menu {
		padding: 10px;

    }
}

.icons-app-menu {
	display:block;
	margin:auto;
	padding-top: 0px;
}

.span-app-menu {
	margin:auto;
	display: block;
	text-align: center;
	margin-top: 10px;
	font-size: 13px;
	color:#006699;
	font-weight: bold;
	transition: 0.3s;
}

#span-app-admin {
	font-size: 14px;
	color: #006699;
	text-transform: uppercase !important;
	font-family: Open Sans;
	font-weight: bold;
	font-size: 15px;
	cursor: default;
}

#back-button-span {
	font-size: 25px; 
}

#back-button-span:hover {
	color:#3fbae4;
	cursor: pointer;

}
