@import url('https://fonts.googleapis.com/css?family=Roboto');

@font-face {
    font-family: 'sutonnymjregular';
    src: url('sutonny/sutonnymj-webfont.woff2') format('woff2'),
         url('sutonny/sutonnymj-webfont.woff') format('woff'),
         url('sutonny/sutonnymj-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

.bangla{font-family: sutonnymjregular;}
/*
body{
	background: #f2f2f2;
	font-family: 'Roboto', sans-serif;
}
*/
h1, p{margin: 0;}

.divider{
	width: 100%;
	height: 15px;
}

form{
	background: #fff;
	border-radius: 6px;
	margin: 10px 0;
}
form .header{
    background: #99cc00;
    color: #fff;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;	
}
.d-block{display: block;}
form h1{padding-top: 20px;}
form p{padding-bottom: 20px;}
form label{font-weight: normal;}
form input[type="text"],
form input[type="email"],
form input[type="number"],
form input[type="date"],
form input[type="url"],
form textarea,
form select{
	width: 100%;
    border: 1px solid #ddd;
    padding: 8px;
    box-shadow: inset 0 1px 2px rgba(10,10,10,0.1);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; 
}
form select option{
	padding: 8px 5px;
}
form input[type="radio"]{
    position: relative;
    top: 2px;
}
form textarea{
	resize: none;
	min-height: 100px;
}
form span.req{color: #f00;}
form span{
	font-size: 12px;
    color: rgba(0,0,0,0.5);
}
table th{text-align: center;} 
.table-bordered>tbody>tr>td{padding: 0;}
table label{
	text-align: center;
    display: block;
    padding-top: 10px;
}
table select{
	box-shadow: none;
    height: 38px;
    border: none;
}
table input[type="text"]{
	box-shadow: inset 0 1px 2px #fff;
	border: 1px solid transparent;
}
.btn-submit{
	background: #99cc00;
    color: #fff;
    padding: 8px 15px;
}
.btn-reset{
    background: #ddd;
    color: #fff;
    padding: 8px 15px;
}
/*
.footer{
	width: 100%;
    height: 1px;
    background: #f2f2f2;
    margin-bottom: 15px;
}*/

.top-btn{
	padding: 5px 15px;
    background: green;
    color: #fff;
    border-top-right-radius: 4px;
    position: absolute;
    top: 0;
    right: 0;
    border-bottom-left-radius: 4px;
}
.top-btn:active,
.top-btn:hover{
	color: #fff;
	text-decoration: none;
}

/* responsive style */
@media screen and (max-width: 992px){
	.divider{display: none;}
	.divider-res{
		display: block;
		width: 100%;
		height: 15px;
	}
}