body {
	margin: 0;
	padding: 0;
	font-family: Helvetica Neue,Arial,sans-serif;
	font-size: 12px;
}
#calendar {
	margin-bottom: 34px;
	position:relative;
}


.fc-toolbar.fc-header-toolbar {
    position: fixed;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    height: 100px;
}


.fc-view-container {
  padding-top: 140px;
}
header.m_calendar{
	display: flex;
	justify-content: space-between;
}

header.m_calendar img{
	width:5%;
}
.fc-toolbar .fc-center .fc-button-group{
	float: unset;
	width: 100%;
}

.fc .fc-button-group > *{
	float: unset;
	margin-top: 15px;
}
input[type=submit], .fc-state-default, footer.m_footer div{
	background-color: black;
	border: 1px solid black;
	color: #fff;
	background-image: none;
	padding: 10px;
	text-shadow: none;
	box-shadow: none;
	transition: all .5s;
}
input[type=submit]:hover, footer.m_footer div:hover, .fc-state-active, .fc-customListButton-button:focus, .fc-state-default:not(.fc-state-disabled):hover{
	background-color: transparent;
	border: 1px solid black;
	color: black;
	background-image: none;
}

.fc-toolbar.fc-header-toolbar  .fc-left{
	margin:5px;
	width: 70px;
	height: 70px;
	background: no-repeat url('data:image/jpg;base64,');
	background-size: contain;
	background-position: left center;
}

.fc-toolbar.fc-header-toolbar .fc-right{
	margin:5px;
	width: 70px;
	height: 70px;
	background: no-repeat url('../img/m_logo.png');
	background-size: contain;
	background-position: right center;
}

.fc-toolbar.fc-header-toolbar .fc-center{
	height: 70px;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.fc-toolbar.fc-header-toolbar .fc-center > * {
	float: unset;    
}

.dm_login_spinner{
	display: none;
    position: absolute;
    width: 10%;
    left: 45%;
    top: 25%;
    z-index: 100;
}
footer.m_footer{
	position: fixed;
    bottom: 0;
    background: white;
    z-index: 10000;
    width: 100%;
    display: flex;
}
footer.m_footer div{
	width: 100%;
	text-align: center;
	padding: 10px;
}
footer.m_footer div:first-child{
	border-right: 1px solid black;
}
footer.m_footer div a{
	display: inline-block;
	width: 100%;
	color: inherit;
	text-decoration: none;
}

/* Login */
input[type=text],  input[type=password]{
  	width: 100%;
  	padding: 12px 20px;
	margin: 8px 0;
  	display: inline-block;
  	border: 1px solid #ccc;
  	border-radius: 4px;
  	box-sizing: border-box;
}
.m_logincon h1{
	font-size: 2em;
}

.m_logincon label, input[type=submit]{
	font-size: 1.2em;
}
input[type=submit] {
	width: 100%;
	padding: 14px 20px;
	margin: 8px 0;
	border: 1px solid black;
	border-radius: 4px;
	cursor: pointer;
  
}

section.m_logincon{
	position: relative;
}
form {
	position: absolute;
	width: 25%;
	left: 35%;
	top: 200px;
	border-radius: 5px;
	box-shadow: 1px 1px 11px 0px #adadad;
	padding: 20px;
}