/**
 *		Mobile Layout: 320px
 */
 
body {
    min-width: 320px;
    overflow-x: hidden;
}

#wrapper > header {
    display: none;
}

#wrapper > header > nav {
    margin-left: 0;
}

#wrapper > section > aside {
    padding: 0;
    position: relative;
    width: 100%;
   
}

#wrapper > section > aside > nav > ul li {
    margin: 0;
}

#wrapper > section > section {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    width: 100%;
     background: white;
}

#wrapper > section > section > header .showmenu {
    display: inline-block;
    z-index: 100;
   
    color: white;
    border-color: white;

}

/**
 * wizard
 */
.wizard .double label {
	float:none;
    margin-right: auto;
	width:auto;
}

/**
 * fullcalendar
 */
.fc-header-title h2 {
    position: absolute;
    left: 0;
    width: 100%;
    font-size: 12px;
    margin-top: 14px !important;
}
.fc-content {
    margin-top: 20px;
}

h1 .button {visibility:hidden;}

.login-box {
    color: #222;
    height: 260px;
    margin: 0 auto;
    margin-top: -135px;
    margin-left: -160px;
    position: absolute;
    top: 30%;
    left: 50%;
    width:320px;
}

.your-clock{
display: none;
}

.login-box .logo {
   /* background: transparent url(../../images/logohp.png) no-repeat center center;*/
    display: block;
    height: 220px;
    
    margin: 0 auto;
    text-indent: -9999em;
    width: 220px;
    
   	
	
}