/*
Theme Name: M and M
Theme URI: http://www.infoshopping.jp
Description: White and clean theme almost without css styles. Fonts and colors will be default of your browser.
Version: 1.0
Author: Pushpendra
Author URI: http://www.pushpendra.net
Tags: white, simple, fixed width, two columns, widgets, clean
*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

p img {
	padding: 0;
	max-width: 100%;
	}
a img {
	border: none;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

/* End Images */
.mainmenu li a.btn{
	line-height: normal;
	padding: 10px;
}
.dashboard_box li{
	display: inline-block;
    border: 1px solid;
    text-align: center;
    margin: 20px 15px;
}
.dashboard_box li a{
	display: block;
    padding: 15px 25px;
}
.securepage{
	margin-bottom: 50px;
}
.securepage_form input{
	margin: 0;
}
#loader{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999999;
	background-color: rgba(255, 255, 255, 0.5);
	background-image: url('img/loader.gif');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px 50px;
	display: none;
}
.alert h4{
	font-size: 18px;
}
.fc-daygrid-event{
	white-space: break-spaces;
}
#myModal{
	z-index: 100000 !important;
}
.myworkmodal{
	width: 100% !important;
	max-width: 1100px;
}