body {
	margin: 0px 0px 0px 0px;
	font-family: Arial;
	COLOR: #000;
  background-color:#fff;
}

a {outline:none;}
a img {border:none;}

a {color: #0000FF;text-decoration: none;}
a:hover {color: red;text-decoration: none;}
/*Start Header*/
.header_section {
    width: 100%;
    top:0px;
    height:160px;
    float: left;
    background-color: #4682B4;
    background-size: 100%;
}

.center_logo {
  margin: auto;
  width: 500px;
  border: 0px solid green;
  padding: 10px;
}

.header {
  overflow: hidden;
  background-color: #f1f1f1;
  padding: 10px 5px;
}

.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 4px;
}

.header a.logo {
  font-size: 25px;
  font-weight: bold;
}

.header a:hover {
  background-color: #ddd;
  color: black;
}

.header a.active {
  background-color: dodgerblue;
  color: white;
}

.header-right {
  float: right;
}

@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .header-right {
    float: none;
  }
}

/*End Header*/

/* Start search profile*/
* {
  box-sizing: border-box;
}
#regForm {
  /*background-color: #7A077B;*/
  position: absolute;
  top:260px;
  font-family: Arial;
  padding: 30px;
  width: 90%;
  left:5%;
  min-width: 300px;margin: auto;
}
h1 {
  text-align: center;
  font-size: 22px;
  margin-top: 2px;
  font-weight: bold;
}
h2 {
  text-align: center;
  font-size: 26px;
  margin-top: 20px;
}

button {
  /*background-color: #0066B2;*/
  background-color: #FB8A05;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 32px;
  font-family: Arial;
  cursor: pointer;
  border-radius: 4px;
}
button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}
/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}
.step.active {
  opacity: 1;
}
/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04AA6D;
}
.img_transforms {
border: none;
position: absolute;
top: 12px;
left: 12px;
width:110px;
height:131px;
border-radius: 25px;
/*transform: rotate(25deg) scale(.75) translateX(50px);*/
}
.logout {
border: none;
position: absolute;
top: 120px;
right: 12px;
}
.logout a {
 font-size: 20px;
  color: white;
  text-decoration: none;
}

/* END HEADER SEARCH*/
.navbarr {
  overflow: hidden;
  background-color: #FF6347;
  position: -webkit-sticky;
  top: 0;
}

/* Style the navigation bar links */
.navbarr a {
  float: left;
  display: block;font-size: 24px;
  color: white;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
}

/* Right-aligned link */
.navbarr a.right {
  text-align: center;width:100%;
}

/* Change color on hover */
.navbarr a:hover {
  background-color: #ddd;
  color: black;
}

/* Active/current link */
.navbarr a.active {
  background-color: #666;
  color: white;
}

.main_txt {
  margin: auto;
  position: relative;
  width: 100%;
  top:60px;
  border: 0px solid green;
  padding: 0px;
}
p.coun{
	font-size: 24px;
	color: #000;
	text-decoration: none;
	padding: 2px;
	margin:2px;
	text-align:center;
}
table.oll td.off {
background: #FFFFFF;
}
td.on {
background: #24BAE1;
}
table.oll td.blue {
background: #24BAE1;
}

table.olx {
	margin:0px;
	padding:0px;
  border: 2px solid #ddd;
}
table.olx td {
	font-size:20px;
	background-color: #fff;
  border-bottom: 1px solid #ddd;
	margin:2px;
	padding:2px;
text-align:right;
}
table.olx th {
font-size:20px;
font-weight:800; 
text-transform: uppercase;
	background-color: #fff;
  border-bottom: 1px solid #ddd;
	margin:2px;
	padding:2px;
text-align:right;
}

.adds {
		padding:4px;
		margin:2px;
		background:#FFF;
		border-radius: 0px;
		width:180px;
		margin-left:0px;
		vertical-align: top;
}

.pag{
    background: none repeat scroll 0 0 #E2F6FF;border-radius: 5px;
    border: 1px solid #5FAED6;
    color: #000066;
    cursor: pointer;
    margin-right: 8px;
	padding: 8px 5px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.nextorprev{
	background: none repeat scroll 0 0 #E2F6FF;border-radius: 5px;
    border: 1px solid #5FAED6;
    color: #000066;
    cursor: pointer;
    margin-right: 8px;
	padding: 8px 5px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.down{
	margin-top: 10px;
}

.pag.active,.pag:hover{
    background: none repeat scroll 0 0 #5FAED6;
    color: #FFFFFF;
}
.nextorprev.active,.nextorprev:hover{
    background: none repeat scroll 0 0 #5FAED6;
    color: #FFFFFF;
}

.navbarc {
  overflow: hidden;
  background-color: #FF6347;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

/* Style the navigation bar links */
.navbarc a {
  float: left;
  display: block;font-size: 24px;
  color: white;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
  width:100%;
  text-align: center;
}

/* Change color on hover */
.navbarc a:hover {
  background-color: #ddd;
  color: black;
  width:100%;
  text-align: center;
}

.main_txtx {
  margin: auto;
  width: 100%;
  margin-top:30px;
  border: 0px solid green;
  padding: 0px;
}

.centerf {
  margin: auto;
  width: 80%;
  border: 0px solid green;
  padding: 10px;
}

/* Full-width input fields */
input[type=number] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}

/* Add a background color when the inputs get focus */
input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for all buttons */
button {
  background-color: #04AA6D;
  color: white;
 font-size: 24px;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  /* width: 100%; */
  opacity: 0.9;
}

button:hover {
  opacity:1;
}

/* Extra styles for the cancel button */
.cancelbtn {
  padding: 14px 20px;
  background-color: #f44336;
}

/* Float cancel and signup buttons and add an equal width */
.cancelbtn, .signupbtn {
  float: left;
  width: 50%;
}

/* Add padding to container elements */
.container {
  padding: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
   /*position: fixed; Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #ffffff;
  padding-top: 10px;direction:rtl;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 2% auto 2% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* Style the horizontal ruler */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}
 
/* The Close Button (x) */
.close {
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #f1f1f1;
}

.close:hover,
.close:focus {
  color: #f44336;
  cursor: pointer;
}

/* Clear floats */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* Change styles for cancel button and signup button on extra small screens */
@media screen and (max-width: 300px) {
  .cancelbtn, .signupbtn {
     width: 100%;
  }
}

::placeholder {
  color: black;
  opacity: 1; /* Firefox */
  font-size: 20px;
}