html {
	margin: 0;
}

body {
	margin: 0px !important;
	font-family: Arial;
	height: 100%;
	min-width: 800px;
	padding: 0px;
	/*! border: 1px solid black; */
}

.error {
	font-size: 14px;
	color: red;
	text-align: center;
}

.auth{display:none;}

table {
	width: 100%;
}

.t_mobile {
	display: none;
	height: 0px'
}

#nav {
	background-color: #0000004d;
	width: 100%;
	/* position: absolute; */
	min-width: 800px;
	z-index: 1;
	/* opacity: unset; */
	z-index: 1;
}

.title {
	width: 28%;
	text-align: left;
	padding: 18px 30px;
	font-weight: 600;
	color: #ffffff;
}

.active_tab {
	text-align: center;
	width: 5%;
}

.active_tab a {
	border-bottom: 3px solid #fff;
}

.menu {
	width: 5%;
	text-align: center;
}

.user {
	min-width: 200px;
	width: 25%;
	text-align: right;
}

.user span {
	color: #fff;
	padding: 10px 10px;
	border: 2px solid #e1c451;
	border-radius: 5px;
	min-width: 100px;
}

#nav td a {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	padding: 10px 10px;
	text-align: left;
	cursor: pointer;
}

h4 {
	min-width: 800px;
	color: #fff;
	font-size: 56px;
	text-align: left;
	margin: 0;
}

h5 {
	/* height: 300px; */
	position: relative;
	min-width: 380px;
	/*! margin: 676px 0px 0px 0px; */
	/* width: 100%; */
	color: #2f2e2e;
	font-size: 30px;
	padding: 10px;
	width: 60%;
	text-align: center;
	border-bottom: 1px solid #868686;
	margin: 1% 0% 1% 20%;
}

.events_h5{
	/* height: 300px; */
	position: relative;
	/* min-width: 420px; */
	/*! margin: 676px 0px 0px 0px; */
	/* width: 100%; */
	color: #ffffff;
	font-size: 25px;
	padding: 10px;
	/* width: 60%; */
	text-align: center;
	margin: 1% 5% 1% 1%;
}

.sub_nav {
	width: 60%;
	margin-left: 20%;
}

.sub_nav td {
	text-align: center;
	padding: 10px;
}

.sub_nav td span {
	color: #0e0e0e;
	font-size: 18px;
	font-weight: 600;
}

.sub_nav td select {
	width: 118px;
	padding: 8px 8px;
	border: 1px solid #444444;
	border-radius: 5px;
	margin-left: 5px;
	background-color: #f2f2f2;
}

.sub_nav td input {
	width: 76px;
	padding: 8px 8px;
	border: 1px solid #414141;
	border-radius: 5px;
	background-color: #f1f1f1;
	font-size: 14px;
	margin-left: 5px;
}

.sub_nav td input:focus {
	border: 1px solid #000000;
	background-color: #ffffff;
}

a {
	color: #141414;
	font-weight: 600;
	font-size: 15px;
	cursor: pointer;
	text-decoration: underline;
}

.flats_print{
	
	padding:10px 10px;
	text-align:center;
}

.bill_search_box {
	/* border: 1px solid #dedede; */
	width: 75%;
	/* border-radius: 5px; */
}

/**media Queries**/
@media screen and (max-width: 980px) {
	body {
		margin: 0px;
		font-family: Arial;
		height: 100%;
		min-width: 380px;
	}
	table {
		width: 100%;
	}
	.t_mobile {
		display: block;
		height: 54px;
		border-bottom: 1px solid #6a6a6a;
	}
	.t_body .title {
		display: none;
	}
	.t_body .user {
		display: none;
	}
	#nav {
		background-color: #00000057;
		width: 100%;
		min-width: 380px;
		z-index: 1;
		max-height: 110px;
	}
	.title {
		width: 10%;
		text-align: left;
		padding: 15px 10px;
		font-weight: 600;
		color: #fff;
	}
	.active_tab {
		text-align: center;
		width: 20%;
	}
	.active_tab a {
		border-bottom: 3px solid #fff;
	}
	.menu {
		width: 20%;
		text-align: center;
		padding: 10px 5px;
	}
	.user {
		min-width: 200px;
		text-align: right;
		width: 21%;
		padding-bottom: 15px;
	}
	.user span {
		color: #fff;
		padding: 5px 5px;
		border: 1px solid #fbdc61;
		border-radius: 5px;
		font-size: 14px;
	}
	#nav td a {
		color: #fff;
		text-decoration: none;
		font-weight: 600;
		padding: 10px 4px;
		text-align: right;
		font-size: 12px!important;
	}
	
	#flat_list table td:nth-last-child(4) {
		display: none;
	}
	#documents_list table td:nth-last-child(1),#documents_list table td:nth-last-child(3),#documents_list table td:nth-last-child(4),#documents_list table td:nth-last-child(6) {
		display: none;
	}
	#flat_mbill_list table td:nth-last-child(3),#flat_mbill_list table td:nth-last-child(12),#flat_mbill_list table td:nth-last-child(2),#flat_mbill_list table td:nth-last-child(3),#flat_mbill_list table td:nth-last-child(6),#flat_mbill_list table td:nth-last-child(8) {
		display: none;
	}
	#transactions_list table td:nth-last-child(4), #transactions_list table td:nth-last-child(5),  #transactions_list table td:nth-last-child(6){
		display: none;
	}
	.content {
		width: 98% !important;
		margin: 2% 1% 0px auto !important;
	}
	.event-content {
		width: 96% !important;
		margin: 2% 2% 0px auto !important;
	}
	.list_details_table {
		font-size: 11px !important;
		width: 96% !important;
		margin-left: 2% !important;
		max-height: 490px !important;
	}
	.list_details_table table td {
		text-align: left;
		border-bottom: 1px solid #a6a6a6;
		padding: 5px 15px;
		font-weight: 600;
		font-size: 13px;
	}
	.list_details_table table td {
		padding: 5px 3px !important;
		font-size: 12px !important;
		border: 1px solid #b9b9b9 !important;
	}
	.list_details_table table button {
		font-size: 11px;
		padding: 4px 10px;
		font-weight: 600;
		border: 1px solid #2f2f2f;
		border-radius: 2px;
	}
	h5 {
		position: relative;
		min-width: 380px;
		color: #2f2e2e;
		font-size: 22px !important;
		padding: 2px;
		width: 98%;
		text-align: center;
		border-bottom: 1px solid #868686;
		margin: 5% 0% 5% 1%;
		font-size: 28px;
	}
	
	.events_h5 {
		position: relative;
		min-width: 380px;
		color: #ededed;
		font-size: 22px !important;
		padding: 2px;
		width: 98%;
		text-align: center;
		/* border-bottom: 1px solid #868686; */
		margin: 5% 0% 5% 1%;
		font-size: 28px;
	}
	h4 {
		min-width: 360px;
		color: #fff;
		font-size: 42px;
		text-align: left;
		font-size: 22px!important;
		width: 100%!important;
	}
	.model {
		padding: 5px !important;
		width: 98% !important;
		top: 14% !important;
		left: 1% !important;
	}
	.details_table table {
		width: 98% !important;
		margin-left: 1% !important;
	}
	.details_table table td {
		font-size: 15px !important;
	}
	.details_table table td input {
		width: 90% !important;
	}
	.sub_nav {
		width: 98%;
		margin-left: 1%;
	}
	#flat_bill_list table td:nth-last-child(3),#flat_bill_list table td:nth-last-child(10),#flat_bill_list table td:nth-last-child(8), #flat_bill_list table td:nth-last-child(9)
		{
		display: none;
	}
	.formbox {
		margin-left: 2% !important;
		width: 96% !important;
		padding: 0% !important;
	}
	.btn {
		font-size: 12px !important;
		padding: 4px 6px !important;
		background-color: white;
		color: #272727;
		margin: 8px 4px!important;
		border-radius: 2px!important;
	}
	
	a {
	font-size: 14px!important;
	}

	.home-content a{
		width: 60%!important;
		max-width: 200px!important;
		height: 10px !important;
		margin: 15px 8px !important;
		padding: 15px 18px 23px !important;
	}

	.left_shade{
	width: 85%!important;
	height: 200px;
	border: 0;
	margin-top: 220px;
	padding: 20px 5%;
}

.left_shade p{
	padding: 18px 0px!important;
	font-size: 20px!important;
}
.large{
	font-size: 16px!important;
	color: #000000!important;
	font-weight: 600!important;
	padding: 8px 30px!important;
	text-decoration:none;
	background-color:#dadada;
	cursor:pointer;
}

.home-content{
 width: 90%!important;
 padding: 0px!important;
 margin: 5%!important;
}
	
.home-content a{
	text-decoration:none;
	cursor:pointer;
	color:#d5d5d5;
}
.home-content a:hover{
	font-size:18px;
}

.text-content p{
	text-align:justify;
	line-height:30px;
	font-family:Arial;
}

.head5 {
	min-width: 380px;
	color: #ffffff;
	font-size: 20px!important;
	width: 80%!important;
	margin: 1% 0% 1% 2%!important;
}
.acc_details_table {
	font-size: 12px!important;
	width: 360px!important;
	margin-left: 1%!important;
}

.acc_details_table td{
	margin-left:1px!important;
	padding: 1px 1px!important;
}
.acc_details_table table td input:disabled{
	margin:1px 1px!important;
	width: 120px!important;
} 

.time{
	display:none!important;
}
.no_mobile{
	display:none;
}

.home_pic_class{
	/* display: none!important; */
}

.images-content{
	width:100%!important;
	padding: 0px!important;
	height: inherit!important;
	background-color: #ffffff00 !important;
}
.images-content > div{
	float: none!important;
	width: 94%!important;
	margin: 2% 0% !important;
}

.images_box {
    padding: 5%!important;
    margin: 0px !important;
    width: 89%!important;
    overflow: auto;
    text-align: CENTER;
}

.home-event-content {
    padding: 4%!important;
    margin: 220px 0px 0px 0px!important;
    border-radius: 0px !important;
    background-color: #f9f9f9;
    /* text-align: center; */
}

.home-bill-content {
    padding: 4%!important;
    margin: 220px 0px 0px 0px!important;
    border-radius: 0px !important;
    background-color: #f9f9f9;
    /* text-align: center; */
}
	
.text-content {
    padding: 5% 5%;
    background-color: #f9f9f9;
    margin: 0px!important;
}

.e_imageView img {
    max-width: calc(100% - 4px)!important;
    max-height: 720px;
}
.event_section{
    border-bottom: 1px solid #e3c75a;
    width: 80%!important;
    padding: 10px 0px;
    margin-left: 10px;
}
.ebtn {
    float: none!important;
    margin-left: 20px!important;
}

.eventsList td:first-child {
    font-size: 14px!important;
}

.eventsList{
	width:96%!important;
	margin: 0% 2%!important;
}

.event_detail_block{
	margin: 0% 2% !important;
}

.eventsList td {
    padding: 2px 5px!important;
}

/* #pay_now_btn{
	display:block !important;
} */

}

/**MDQ**/

/* #pay_now_btn{
	display:none;
} */

.content {
	background-color: #ffffffcf;
	height: 820px;
	width: 90%;
	margin: 2% 5% 0px auto;
	overflow: auto;
}

.event-content {
	background-color: #ffffff00;
	min-height: 940px;
	width: 96%;
	margin: 1% 2% 0px auto;
	overflow: auto;
	padding-bottom: 100px;
}

.list_details_table {
	font-size: 12px;
	text-align: center;
	width: 80%;
	margin-left: 10%;
	max-height: 400px;
	border: 1px solid gray;
	overflow: auto;
}

.list_details_table table {
	border-collapse: collapse;
	border-spacing: 0px;
}

.list_details_table table tr:first-child {
	position: sticky;
	top: 0;
}

.list_details_table table tr:first-child td {
	background-color: #131313;
	padding: 10px 15px;
	color: #fff;
	font-weight: bold;
}

.list_details_table table td {
	text-align: left;
	border-bottom: 1px solid #a6a6a6;
	padding: 5px 15px;
	font-weight: 600;
	font-size: 14px;
}

.list_details_table table button {
	font-size: 14px;
	padding: 5px 10px;
	font-weight: 600;
	border: 1px solid #080808;
	border-radius: 2px;
	color: #080808;
}

.list_details_table table button:hover {
	background-color: #060606;
	cursor: pointer;
	/*! border: 1px solid #ececec; */
	color: #fff;
}

.title span {
	font-size: 25px;
}

.banner_index {
	background-image: linear-gradient(to left, #00000066, #090909), url(/images/3.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 910px;
	opacity: 0.95;
	margin: 0px;
	padding: 0px;
}

.banner {
	background-image: linear-gradient(to left, #0000004a, #090909eb), url(/images/3.jpg);
	background-position: center;
	background-repeat: no-repeat;
	/* background-size: cover; */
	height: 1050px;
	opacity: 0.95;
	margin: 0px;
	padding: 0px;
}

.footer {
	text-align: center;
	background-color: #494949;
	height: 150px;
	border-top: 5px solid #e3c75a;
	color: #fff;
}

.footer p {
	padding: 30px;
}

.model {
	padding: 20px;
	color: #4a6769;
	font-weight: normal;
	font-size: 11px;
	position: absolute;
	background-color: #f2efeff5;
	filter: alpha(opacity = 99);
	opacity: 1;
	border: 1px solid #ffffff;
	border-radius: 5px;
	box-shadow: 0px 0px 20px #676767;
	cursor: pointer;
	text-align: center;
	width: 60%;
	height: 719px;
	top: 15%;
	left: 20%;
	display: none;
}

.details_table {
	text-align: center;
	max-height: 550px;
	overflow: auto;
	margin: 0% 4% 0% 4%;
	border: 1px solid #dbdbdb;
	border-bottom: 1px solid #c4c4c4;
}

.details_table table {
	border-collapse: collapse;
	border-spacing: 0px;
	/* 	width: 70%;
	margin-left: 14%; */
}

.details_table table td {
	text-align: left;
	border: 1px solid #dcdcdc;
	padding: 1% 1%;
	font-weight: 500;
	font-size: 18px;
}

.details_table table td input {
	width: 95%;
	padding: 8px 8px;
	border: 1px solid #414141;
	border-radius: 5px;
	background-color: #f1f1f1;
	font-size: 15px;
}

.details_table table td textarea {
	width: 95%;
	padding: 8px 8px;
	border: 1px solid #414141;
	border-radius: 5px;
	background-color: #f1f1f1;
	font-size: 15px;
}



.details_table table td input:focus {
	border: 1px solid #000000;
	background-color: #ffffff;
}

.details_table table td input:disabled {
	border: 1px solid #f2efef;
	background-color: #f2efef;
	color: #696969;
	font-weight: 600;
}
.details_table table td select {
	width: 60%;
	padding: 8px 8px;
	border: 1px solid #414141;
	border-radius: 5px;
	background-color: #f1f1f1;
	font-size: 15px;
}
.details_table table td select:focus {
	border: 1px solid #000000;
	background-color: #ffffff;
}
.details_table table td select:disabled {
	border: 1px solid #f2efef;
	background-color: #f2efef;
	color: #000;
	font-weight: 600;
}

.details_table table td:first-child {
	font-weight: 600;
	font-size: 18px;
	width: 40%;
	color: #555555;
}

.details_table table button {
	font-size: 14px;
	padding: 5px 10px;
	font-weight: 600;
	border: 1px solid #2f2f2f;
	border-radius: 2px;
}

.details_table table button:hover {
	background-color: #060606;
	cursor: pointer;
	/*! border: 1px solid #ececec; */
	color: #fff;
}

#saveFlat {
	display: none;
}

#editFlat {
	display: none;
}

#saveBill {
	display: none;
}

#editBill {
	display: none;
}

.model .buttons {
	display: inline-flex;
	margin: 20px 0px;
}

.model .buttons button {
	font-size: 15px;
	padding: 5px 12px;
	margin: 10px 10px;
	font-weight: 600;
	border: 1px solid #2f2f2f;
	border-radius: 2px;
}

.model .buttons button:hover {
	background-color: #060606;
	cursor: pointer;
	color: #fff;
}

.list_details_table table td input {
	width: 95%;
	padding: 8px 8px;
	border: 1px solid #414141;
	border-radius: 5px;
	background-color: #f1f1f1;
	font-size: 15px;
}

.list_details_table table td input:focus {
	border: 1px solid #000000;
	background-color: #ffffff;
}

.btn {
	font-size: 14px;
	padding: 5px 10px;
	font-weight: 600;
	border: 1px solid #2f2f2f;
	border-radius: 2px;
	margin: 5px;
}

.btn:hover {
	background-color: #060606;
	cursor: pointer;
	/*! border: 1px solid #ececec; */
	color: #fff!important;
}

#loading {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.8;
	display: none;
}

#loading span {
	margin: 20% 50%;
	position: absolute;
	font-size: 25px;
	font-weight: bold;
	color: #707070;
}

.billActions p {
	padding: 5px 5px;
	text-align: center;
}

.printTable table td {
	font-size: 12px !important;
	border: 1px solid #707070 !important;
}

.printTable table {
	border: 1px solid #707070;
	border-collapse: collapse !important;
}

.printTable table td:nth-last-child(1) {
	display: none !important;
}

.printTable table td:first-child td {
	background-color: #707070;
	font-size: 14px;
	font-weight: 600;
}

.printTable .grossTotal{
	text-align: left;
    padding: 20px 10px;
    font-size: 14px;
    font-weight: 500;
}

printTable .grossTotal span{
    font-weight: 600;
}

h1 {
	text-align: center;
	width: 100%;
	background-color: #ffffffad;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 0;
	color: #252525;
}

.loginBox {
	padding: 20px 20px;
}

.formbox {
	margin-top: 50px;
	padding: 20px 20px;
	border: 1px solid #d1d1d1;
	width: 380px;
	height: 420px;
	text-align: center;
	margin-left: calc(50% - 200px);
	background-color: #ffffffad;
	border-radius: 2px;
}

.formbox input {
	width: 80%;
	padding: 8px 8px;
	border: 1px solid #0c0c0c;
	border-radius: 3px;
	background-color: #f1f1f1;
	font-size: 14px;
	margin: 5px 0px 20px 0px;
}

.formbox input:focus {
	border: 1px solid #0c0c0c;
	background-color: #ffffff;
}

.formbox textarea {
	width: 80%;
	padding: 8px 8px;
	border: 1px solid #0c0c0c;
	border-radius: 3px;
	background-color: #f1f1f1;
	font-size: 14px;
	margin: 5px 0px 20px 0px;
}

.formbox textarea:focus {
	border: 1px solid #0c0c0c;
	background-color: #ffffff;
}

.loginBox div span {
	float: left;
	margin-left: 10%;
	font-weight: 600;
}


.formbox .sign_btn {
	font-size: 14px;
	padding: 8px 10px;
	font-weight: 600;
	border-radius: 2px;
	border-radius: 2px;
	background-color: #0c0c0c;
	margin: 5px;
	width: 80px;
	cursor: pointer;
	color: #fff;
}

.formbox .sign_btn:hover {
background-color: #0c0c0c;
font-size: 15px;
}

.grossTotal{
	text-align: left;
    padding: 10px 5px;
    font-size: 14px;
    font-weight: 500;
}

.grossTotal span{
    font-weight: 600;
}

.default_select {
	width: 300px;
	padding: 8px 8px;
	border: 1px solid #414141;
	border-radius: 5px;
	background-color: #f1f1f1;
	font-size: 15px;
	margin:5px;
}
.default_select:focus {
	border: 1px solid #000000;
	background-color: #ffffff;
}
.default_select:disabled {
	border: 1px solid #f2efef;
	background-color: #f2efef;
	color: #000;
	font-weight: 600;
}
.delete{
	border: 1px solid #db0808 !important;
	color: #db0808 !important;
}

.delete:hover{
	border: 1px solid red;
	background-color: red!important;
	color: #fff !important;
}

.index_p{
	padding: 10px 10px;
	text-align: center;
	font-size: 15px;
	color: #eaeaea;
	margin-top:5px;
	font-weight:600;
}

.index_p a{
	font-size: 16px;
	color: #ff6c6c;
	font-weight:600;
}
.text-content{
	padding: 5% 5%;
	background-color: #f9f9f9;
	margin: 5%;
	border-top: 1px solid #ebebeb;
}
.text-content p{
	text-align:justify;
	line-height:30px;
	font-family:Arial;
}

.home-content{
	margin: 5% 0px 0px 4%;
	padding:10px;
	text-align: center;
	border-radius: 3px;
	max-height: 680px;
	overflow: auto;
	width: 30%;
	display: inline-block;
	vertical-align: top;
}
.home-content a{
	width: 40%;
	height: 20px;
	margin: 3%;
	padding: 30px 1%;
	border-radius: 10px;
	box-shadow: 0px 3px 5px black;
	display: inline-block;
	text-align: center;
	border: 1px solid #e1c451;
	background: linear-gradient(to bottom right, #16161696, #080706);
}


.changepass{
	display:none;
}

.left_shade{
	width: 50%;
	height: 200px;
	border: 0;
	margin-top: 220px;
	padding: 20px 5%;
}

.left_shade p{
	padding:10px 5px;
	font-size: 32px;
	color: #b9b9b9;
	margin-bottom: 32px;
}
.large{
	font-size:16px;
	color:#000000;
	font-weight:600;
	padding:8px 30px;
	text-decoration:none;
	background-color:#dadada;
	cursor:pointer;
}
.home-content a{
	text-decoration:none;
	cursor:pointer;
	color:#d5d5d5;
}
.home-content a:hover{
	font-size:16px;
	transition:1s;
}
.head5 {
	/* height: 300px; */
	position: relative;
	min-width: 350px;
	/*! margin: 676px 0px 0px 0px; */
	/* width: 100%; */
	color: #ffffff;
	font-size: 26px;
	padding: 10px 9px;
	width: 76%;
	text-align: left;
	border-bottom: 2px solid #e1c451;
	margin: 1% 12%;
}

.sendMessage{
   padding:5px 5px;	
}

.sendMessage p{
	color : black;
	padding : 5px 2px;
	font-size:14px;
}

.sendMessage textarea{
	color : black;
	padding : 5px 5px;
	margin:15px 5px;
	margin-top:0;
	width: 320px;
	height: 55px;
}

.acc_details_table {
		font-size: 14px;
		width: 700px;
		margin-left: 10%;
}
.acc_details_table table td {
	text-align: left;
	border-bottom: 1px solid #a6a6a6;
	padding: 5px 15px;
	font-weight: 600;
	font-size: 14px;
}
.acc_details_table table td span {
	font-size: 12px;
}

.acc_details_table table td button {
    font-size: 12px;
    padding: 4px 8px;
    font-weight: 600;
    border: 1px solid #2f2f2f;
    border-radius: 2px;
    margin-top: 20px;
    margin-left: 25px;
    cursor: pointer;
}

.acc_details_table table td input:disabled{
	font-size: 14px;
	color:#111111;
	padding: 4px 0px;
	font-weight: 600;
	border: 1px solid #dad8d6;
	border-radius: 3px;
	background-color:#dbd9d7;
	width:150px;
	margin-top:5px;
}


.acc_details_table table td input[type="date"]{
	font-size: 15px;
	width:150px!important;
}

.acc_details_table table td input{
	font-size: 14px;
	color:#111111;
	padding: 4px 5px;
	font-weight: 600;
	border: 1px solid #a4a4a4;
	border-radius: 3px;
	background-color:#f1f1f1;
	width:180px;
	margin-top:5px;
}
.acc_details_table table td input:focus{
	border: 1px solid #474646!important;
}
.acc_details_table table td >div{
	display:inline-block;
}

.list_details_table table tr:hover {
	background-color:#00000026;
}
.time{
	float:right;
	display:block;
	font-size:18px;
}

.general-table{
	min-width:350px;
	width:50%;
	border-collapse: collapse;
	
}

.general-table td{
	padding: 5px 10px;
	border:1px solid #7d7d7d;
}


.model_sml {
	padding: 20px;
	color: #4a6769;
	font-weight: normal;
	font-size: 11px;
	position: absolute;
	background-color: #f2efef;
	filter: alpha(opacity = 99);
	opacity: 1;
	border: 1px solid #ffffff;
	border-radius: 5px;
	box-shadow: 0px 0px 20px #676767;
	cursor: pointer;
	text-align: center;
	width: 400px;
	height: 423px;
	top: 10%;
	left: 50%;
	margin-left: -200px;
	display: none;
}

.sml_tbl td{
	padding: 20px;
	width: 100%;
	font-size: 18px;
	color: #454545;
}

.sml_tbl input{
	
width: 80%;
	
border-radius: 4px;
	
border: 1px solid #a3a0a0;
	
padding: 8px 10px;
	
font-size: 15px;
}

.sml_tbl input:focus{
	border: 1px solid #3a3a3a;
}


.sml_tbl a{
  font-size:12px;
  cursor: pointer;
}	

.file_loader{
	color: #049904;
	width: 80%;
	font-size: 11px;
	background-color:#c5dfb7;
	border-radius: 2px;
	padding: 2px;
	display: none;
}

.ebtn:hover {
	background-color: #060606;
	cursor: pointer;
	color: #fff!important;
}

.event_section{
    border-bottom: 1px solid #e3c75a;
    width: 50%;
    padding: 10px 0px;
    margin-left: 10px;
}

.image_thumnail{
	height:150px;
}

.images-content{
	margin: 0px 0px;
	padding:10px;
	text-align: center;
	/* border-radius: 3px; */
	height: 680px;
	overflow: hidden;
	width: 60%;
	display: inline-block;
	background-color: #ffffff00;
}
.images-content > div{
	width: 96%;
	float: right;
	vertical-align: middle;
	margin: 5% 0px 0px 0px;
	border-radius: 10px;
	display: inline-block;
}

.home_pic_class{
 max-height: 630px;
 display: inline-block;
 margin: 0px;
 padding: 0px;
 border: 2px solid #e1c451;
 border-radius: 4px;
 box-shadow: 0px 3px 5px black;
 display:block;
 width: 100%;
}

.event_detail_block{
	display:none;
}

.eventsList{
	width: 80%;
	margin: 0% 10%;
}

.eventsList p{
	color:#fff;
	padding: 15px 10px;
	font-size:16px;
	/* float: left; */
	text-align: left;
	width: 100%;
}

.eventsList label{
	color:#fff;
	padding: 3px 10px;
	margin: 0px;
	font-size: 18px;
}

.images_box{
	padding:5px;
	margin: 26px 5px;
	width: 94%;
	overflow: auto;
}

.images_box img{
	margin: 0px;
	border: 0;
	border-radius: 0px;
	cursor: pointer;
	height: 150px;
}

.images_box div{
	margin: 10px 10px 5px 5px;
	box-shadow: 1px 1px 5px #3d3d3d;
	border: 2px solid #e1c451;
	border-radius: 5px;
	cursor: pointer;
	height: 125px;
	width: 185px;
	overflow: hidden;
	display: inline-block;
}

.eventsList table{
	border-bottom: 1px solid #272727;
}

.eventsList td{
	 width:100%;
	 padding: 2px 15px;
	 color: #c7c7c7;
}
.eventsList td:first-child{
	 cursor: pointer;
	 font-size: 16px;
	 
	 
	 
}
	 
	 
.ebtn {
	 font-size: 14px;
	 padding: 5px 10px;
	 font-weight: 500;
	 border: 1px solid #fdfdfd;
	 border-radius: 4px;
	 margin: 5px;
	 /* float: right; */
	 color: #ffffff;
	 background-color: #2e2c2c70;
	 cursor: pointer;
}

.eventsList td:first-child:hover{
	 cursor: pointer;
	color:#ffffff;
}

.event_details_table{
	
margin-top: 40px;
}

.no-background{
	background-image: linear-gradient(#000000, #1a1a1a);
	height: auto;
}

.e_imageView{
	display:none;
	background-color: #000000f5;
	width: 100%;
	height: 100%;
	max-height: 1080px;
	position: absolute;
	top: 0;
	left: 0;
}

.e_imageView img{
  max-width: 1600px;
  max-height: 720px;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #e1c451;
  border-radius: 2px;
}
.e_imageView .event_imageView_buttons{
	position:absolute;
	right: 50px;
	top: 50px;
}

.home-event-content{
	padding: 2%;
	margin: 5%;
	background-color: #f9f9f9;
	border-radius: 10px;
}

.home-bill-content{
	padding: 2%;
	margin: 5%;
	background-color: #f9f9f9;
	border-radius: 10px;
}

.height_540{
	height:540px;
}
.events_header_home{
	
color: #252321;
	
font-size: 24px;
	
border-bottom: 2px solid #e1c451;
	
padding-bottom: 12px;
	
width: 80%;
	
font-weight: 500;
}

.event_details_table span{
	font-weight:600;
	color:#302e2c;
	height:10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e1c451;
	padding-right: 80px;
	font-size: 18px;
}

.color_white{
	color: #d7d7d7 !important;
}

.video_box{
	height: 125px!important;
}

.fade-in {
  animation-name: fade;
  animation-duration: 2s;
 }

@keyframes fade {
     from {opacity: .4} 
 	 to {opacity: 1}
}

.float_right{
	float:right;
}

.loader-shade{

  -webkit-animation: progress 2s linear;
  animation: progress 1s linear infinite;
}

@keyframes progress{
    0% { background: linear-gradient(45deg, #83e78c, #75c64bd4);}
    100% {background: linear-gradient(45deg, #78c97f, #84e352c9);}	
}

@-webkit-keyframes progress {
    0% { background: linear-gradient(45deg, #83e78c, #75c64bd4);}
    100% {background: linear-gradient(45deg, #78c97f, #84e352c9);}
}

.btn_sml{
	padding: 3px 6px;
    font-size: 13px;
    border: 1px solid #2f2f2f;
    border-radius: 2px;
    margin: 5px;
    color: #2c2c2c;
}

.btn_sml:hover {
	background-color: #060606;
	cursor: pointer;
	color: #fff!important;
}

.color-white{
	color:#fff;
}

.height_900{
 height:900px;
}

.height_1100{
 height:1100px;	
}

.paymentBox{
	margin-top: 10px;
	padding: 10px;
	border: 3px solid #e1c451;
	width: 340px;
	text-align: center;
	margin-left: calc(50% - 182px);
	border-radius: 2px;
	border-radius:10px;
	background-color: #fbfbfb;
}

.paymentBox p{
	font-weight:600;
	font-size:18px;
	margin: 5px;
}

.paymentBox img{
	height: 250px;
}

.paymentBox td:first-child{
 font-size: 12px;
 font-weight:600;
 text-align:center;
 padding:3px 6px;
 border-bottom: 1px solid #c2c2c2;
 width: 30%;
 text-align: left;
 color: #000;
}

.paymentBox td:last-child{
 font-size:12px;
 font-weight:500;
 text-align:center;
 padding:3px 6px;
 border-bottom: 1px solid #c2c2c2;
 width: 70%;
 text-align: left;
 color: #000;
}

.paymentBox tr:first-child td{
 text-align: center;
 font-size: 24px;
 font-weight:600;
 padding-bottom:15px
}

.paymentBox tr:nth-last-child(1) td{
 text-align: center;
 border-bottom:none;
 padding: 10px 5px;
}

.paymentBox tr:nth-last-child(1) td:first-child{
 width:50%;
}
.paymentBox .sml-link{
    padding: 0px 10px;
    font-size: 12px;
}

.cancel_btn{
	padding:10px 30px;
	font-weight:600;
	border: 1px solid #7b7b7b;
	color: #000;
	background-color: #ececec;
	text-align:center;
}

.cancel_btn:hover{
	cursor:pointer;
	color: #ececec;
	background-color: #000;
}

.cancelt_btn{
	padding:10px 30px;
	font-weight:600;
	border: 1px solid #850202;
	color: #ffffff;
	background-color: #970000;
	text-align:center;
}

.cancelt_btn:hover{
	cursor:pointer;
	color: #e32727;
	background-color: #000;
	border: 1px solid #fd0f0f;
}



.pay_btn{
	padding:10px 30px;
	font-weight:600;
	border: 1px solid #7b7b7b;
	color: #000;
	background-color: #e1c451;
	text-decoration:none;
	text-align:center;
	margin-right: 5px;
}

.pay_btn:hover{
	cursor:pointer;
	color: #e1c451;
	background-color: #000;
	border: 1px solid #e1c451;
}

.msg_box_icon{
	padding: 70px 20px;
	height: 100px !important;
}

.center{
	text-align: center!important;
}

.bill_details_table{
	padding: 0px 5px;
}

.bill_details p{
	padding:5px 0px;
	margin-top:25px;
	margin-left:10px;
	border-bottom:1px solid #eee4e4;
	max-width:200px;
	color: #3b3a35;
	font-weight:600;
	font-size:15px;
}

.bill_details_table table{
	border-collapse:collapse;
	max-width:750px;
}

.bill_details_table tr:first-child td{
	font-weight:600;
	color:#5e5454;
    background-color: #ececec;
}

.bill_details_table td{
	padding:5px;
	border:1px solid #e4e4e4;
	font-size:14px;
}

.pay_sml{
	padding: 4px 10px;
	font-size: 14px;
}

.span_green{
	color: #4CAF50;
    font-weight: 600;
}
.span_yellow{
	color: #ffaf00;
    font-weight: 600;
}
.span_red{
	color: #f03b3b;
    font-weight: 600;
}