/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
  padding-top: 70px;
}
footer {
  padding: 30px 0;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}


#image1 {
width: 60px;
hight: 60px;
}
.boxpadding {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}

.ads {width:160px; height:160px;}
.adboxspace {
	padding-top: 10px;
	
	padding-bottom: 10px;
}

.whiteBackground { background-color: #fff; }
.grayBackground { background-color: #ccc; }

.h3font { font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; color: red;}

/* elections */
.enqueryForm {
	float: left;
	/* margin: 0px; */
	padding: 0px;
	width: 100%;
	/* min-height: 576px; */
	margin-bottom: 10px;
}

.booking_form2 label {
	font-size: 13px;
	color: #333333;
	float: left;
	margin: 4px 0px 6px 0px;
	padding: 0px;
	width: 36%;
}


.dataTable {
	background: none!important;
	border: none !important;
	font-family: 'Open Sans', sans-serif !important;
	padding: 0px !important;
}

.dataTable1 {
	background: none!important;
	border: none !important;
	font-family: 'Open Sans', sans-serif !important;
	padding: 0px !important;
}

.dataTable .tabWrap {
	float: left;
	width: 100%;
	margin: 0px !important;
	padding: 0px !important;
}

.dataTable1 .tabWrap {
	/*float: left;*/
	width: 100%;
	    margin: 0px auto !important;
/*	padding: 0px !important;*/
}

.tableList {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 100%;
	background-color: #EBEBEB;
}
.tableList thead {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: #3465aa;
	font-family: 'Open Sans', sans-serif;
}

.tableList thead th {
	margin: 0px;
	padding: 7px 0%;
	width: 15%;
	text-align: center;
	font-size: 12px;
	color: #FFF;
}


.tableList thead th.first {
	width: 15%;
}
.tableList thead th.second {
	width: 15%;
}
.tableList thead th.second1 {
	width: 34%;
	float: left;
}
.tableList thead th.third1 {
	float: left;
	width: 9%;
	margin-left: 43px;
}
.tableList thead th.last {
	width: 10%;
}
.tableList thead th.last1 {
	width: 40%;
	float: left;
}
.tableList tbody {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
}

.tableList tbody tr:nth-child(even) {
	color: #333;
}



.tableList tbody tr:nth-child(odd) {
	background: #EBEBEB;
	color: #333;
}

.tableList tbody td {
	margin: 0px;
	padding: 10px 5px 10px 0px;
	width: 15%;
	font-size: 12px;
}


.tableList tbody td.first {
	width: 15%;
}
.tableList tbody td.second {
	width: 15%;
}
.tableList tbody td.second1 {
	width: 95%;
	float: left;
}
.tableList tbody td.last {
	width: 10%;
}
.clear {
	height: 1px;
	margin-top: -1px;
	width: 100%;
	float: left;
	overflow: hidden;
	clear: both;
}
