body{
        background-image: url("../images/thatch.jpg");
        background-repeat: repeat;
    }
h1{
    font-size: 1.5em !important;
    padding-bottom:10px;
    border-bottom:5px solid #2ecc71;
}

div , button{
	font-size:12px;
}

.PageContainer{
margin:10px 0px 40px 0px;
}

.LeftBoxContainer{
padding:40px;padding-top:10px;border:1px solid #e7e7e7;background-color:#fff;border-radius:5px;
}
.menu_field {
	height:30px;
}
.page_number {
	margin:5px;
	width:35px;
	border-radius:3px;
	background-color:#2A565D;
}
.page_number:hover {
	background-color:#46909A;
}
.page_number a{
	color:#fff;
}

 select {
	height:40px !important;
}
input[type=text],input[type=password] {
	height:30px !important;
}
textarea{
	height:100px;
}
.grid_content td {
    padding: 5px;
    border-bottom: 1px #e6e6e6 solid;	
}
table {
    border-collapse: separate !important;
    border-spacing: 2px 2px !important;
}
tbody td {
	font-size:8pt !important;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}