/**
 *		Mobile Layout: 320px
 */
 
body {
    min-width: 310px;
    overflow-x: hidden;
    /*border: solid blue 3px;*/
    width: 110%; /*150*/
}

#wrapper > header > nav {
    margin-left: 0;
    height: 64px !important;
    zoom: 0.90;
    width:100%;/*ma 20130305*/
}

#backEndBtn{
    
    left: -200px;
    position: relative;
}

	/*
#wrapper > header > h1 {
margin-left: 28%;
}*/

/*#wrapper > section{
     border: solid red 3px;
    width: 100%;
}*/
/*
#wrapper > section > aside {
    padding: 0;
    position: relative;
    width: 100%;
    /*overflow: visible !important;*
}*/



.drilldownMenu{
    overflow: visible !important;/*ma 20130305*/
   
}
/*
#wrapper > section > aside > nav > ul li {
    margin: 0;
    float: left;/*ma 20130305*/
   /* width:205px;
    height: 69px;
    

}*/

#wrapper > section > section > section {
    top: 0;
    left: 0;
    margin-left: 0;
    width: 100%;
    
}

#wrapper > section > section {
    /*position: absolute;*/
    top: 0;
    left: 0;
    margin-left: 0;
    width: 100%;
}

#wrapper > section > section > header .showmenu {
    display: inline-block;
    z-index: 100;
    margin-left: -47px;
}

/**
 * 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;
}
html div.phone label#phoneLabel {
	width: 75%;
}