/* === Common Style === */
@font-face {
	font-family:'Asap';
	font-style:normal;
	font-weight:700;
	src:local('Asap Bold'),local(Asap-Bold),url(../fonts/Asap-Bold.woff2) format("woff2")
}

body {
	background:#f5f5f5;
	font-family:'Asap',sans-serif;
	font-size:13px
}

.divider {
	border-bottom:1px solid #eee;
	margin:40px 0 20px;
	padding-bottom:9px
}

.margin {
	margin:10px 0 40px
}

.red {
	color:red
}

.green {
	color:green
}

.alert {
margin:20px auto
}

/* === Header Section === */
.app_title {
	width:100%;
	padding:20px 0;
	text-align:center;
	color:#fff;
}

.app_title h1 {
	margin:0;
	font-size:44px
}

.app_title img {
	width: 70px;
}

.title {
	padding:10px 0;
	margin:0;
	font-size:20px;
	background: #007bff;
	color:#fff;
}

/* === Main Section === */
.app_content {
	padding: 5px 20px 25px 20px;
	background:#fff;
	border:1px solid #ccc;
}

.app_content table th {
	font-size:16px
}


/* === Footer Section === */
.app_footer {
	width:100%;
	background: #007bff;
	text-align:center;
	color:#453B8C;
}

.app_footer h3 {
	margin: 0;
    font-size: 18px;
    padding: 7px;
}
.app_footer a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

/*====Button Style====*/
button[type=submit] {
	border:none;
	-webkit-box-shadow:0 3px 1px 0 #6AA5E7;
	-moz-box-shadow:0 3px 1px 0 #6AA5E7;
	box-shadow: 0 3px 1px 0 #007bff;
}

.cbtn {
	min-width:100px;
	font-size:20px;
	padding:1px 10px;
	background: #007bff;
	color:#fff;
	text-align:center;
	text-decoration:none;
	border-radius:6px;
	-webkit-box-shadow:0 3px 1px 0 #6AA5E7;
	-moz-box-shadow:0 3px 1px 0 #6AA5E7;
	box-shadow:0 3px 1px 0 #6AA5E7;
}

.cbtn:hover {
	text-decoration:none;
	color:#fff
}

.cbtn:active {
	-webkit-box-shadow:0 1px 1px 0 #6AA5E7;
	-moz-box-shadow:0 1px 1px 0 #6AA5E7;
	box-shadow:0 1px 1px 0 #6AA5E7
}

@media screen and (max-width:400px) {
	.cbtn {
		font-size:14px
	}
}

/*====Table Style====*/
table .alert {
	margin:0!important
}

table .cwidth {
	width:80px
}

table th {
	word-break:break-all!important
}