/*start login page*/

#login_div, #register_div, #forgat_div {
    padding: 20px;
}
#login_div, #register_div, #forgat_div{
	background: #cdd6d9;
}
#login_div {
    padding-bottom: 118px;
}
#forgat_div {
    margin: 2% 2% 0%;
}
/*#register_div {
    background: #e2e2e2;
}
#forgat_div {
	background: #b9babb;
}*/
#login_div h2, #register_div h2, #forgat_div h2 {
    margin-bottom: 30px;
    background: #337ab7;
    text-align: center;
    padding: 10px 0px;
    color: #fff;
    text-shadow: none;
    border-radius: 4px;
}
/*end of login page*/

/*start profile page*/
.profile {
    background: #cdd6d9;
    float: left;
    padding-bottom: 15px;
}

/*ens of profile page*/

/*start cart page*/
.cart {
    background-color: #E1F5FB;
}
.cart-inner {
    background: #cdd6d9;
	padding-bottom: 20px;
}
.cart_title {
    background: #e67d13;
    padding: 10px;
    color: #fff;
	font-size: 28px;
    text-align: center;
    border-radius: 4px;
	text-shadow: none;
}
#tf {
    padding: 5px;
}
table#cart-table {
    width: 80%;
	margin: 20px 0px;
	background: #fff;
}
table#cart-table th, table#cart-table td {
    padding: 8px;
}
table#cart-table thead {
    background: #b5b5b5;
}
table#single-cart{
    width: 100%;
	margin-bottom: 10px;
	background: #fff;
} 
table#single-cart th {
    padding: 10px;
    text-align: center;
    font-size: 20px;
}
table#single-cart-details{
	width:100%;
	margin: 10px 0px;
	background: #fff;
}
table#single-cart-details th {
    padding: 10px;
    text-align: center;
    font-size: 20px;
}
table#payment-cart{
    width: 100%;
	margin-bottom: 20px;
	background: #fff;
}
table#payment-cart thead {
    background: #b5b5b5;
} 
table#payment-cart td, table#payment-cart th {
    padding: 8px;
}
#terms p {
    font-weight: normal;
}
/*end of start page*/

/*start event page*/
.select-option {
    padding: 15px 0px;
}
div#event-box:nth-child(odd) {
    background: #b8d1f3;
    margin: 10px 0px;
	padding: 10px;
	border-radius: 4px;
	border-top: 5px solid #dae5f4;
}
div#event-box:nth-child(even) {
    background: #dae5f4;
    margin: 10px 0px;
	padding: 10px;
	border-radius: 4px;
	border-top: 5px solid #b8d1f3;
}

div#event-box:nth-child(even) .section-heading{
   	margin: 10px 0px;
    border-bottom: 1px solid #b8d1f3;
    padding-bottom: 10px;
}
div#event-box:nth-child(odd) .section-heading{
	margin: 10px 0px;
    border-bottom: 1px solid #dae5f4;
    padding-bottom: 10px;
}
.content-section-a.even h2 {
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
}
.content-section-a.even.odd h2 {
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
}
/*end of event page*/
/*start net bank page*/
.net-bank{
	background:#E1F5FB;
}
.bank_details p {
    font-weight: normal;
}
ul.point_list {
    padding: 0px 15px;
}
ul.point_list li {
    font-weight: normal;
    padding: 5px 0px;
}
/*end of net bank page*/
