
input[type=text],input[type=password],
input[type=file],input[type=date],
input[type=email] {
    display: inline-block;
    border: 1px solid #333;
    border-radius: 4px;
    box-sizing: border-box;
}

span.nav-toggle-icon {
  font-size: 7px !important;
  top: -2px !important;
  color: #888 !important;
}


.hiddenDiv {
	display: none;
}
.visibleDiv {
	display: block;
	border-style:none;
}
		
body 
{
	background: #999999;
}
table {
	background-color: white;
}
th {
	font-family: Arial;
	font-size: 11pt;
}
td {
	font-family: Arial;
	font-size: 11pt;
}

p {
	font-family: Arial;
	font-size: 11pt;
}

li {
	font-family: Arial;
	font-size: 11pt;
}

#border_div,.border_div {
  background: white;
  border: 1px solid #999;
}
.menuLink a:link {
color: #004000;
font-size: 9pt;
text-decoration: none;
}

label {
  color: #FFFFFF;
  font-family: Arial;
	font-size: 11pt;
  background: #000080;
  padding: 6px;
}

.paid_watermark {
   background-image: url(images/KSA_seal.PNG);
   background-position: center center;
   background-size: 100%; 
   position: absolute;
   width: 100%;
   height: 100%;
   margin: 0;
   z-index: 10;
}

.text-center {
	padding-top: 0px;
}

#sidebar {
	padding-right: 0;
	padding-top: 15px; 
}

/* collapsed sidebar styles */
@media screen and (max-width: 767px) 
{
	.row-offcanvas {
		position: relative;
		-webkit-transition: all 0.25s ease-out;
		-moz-transition: all 0.25s ease-out;
		transition: all 0.25s ease-out;
	}
	.row-offcanvas-right
	.sidebar-offcanvas {
		right: -41.6%;
	}

	.row-offcanvas-left
	.sidebar-offcanvas {
		left: -41.6%;
	}
	.row-offcanvas-right.active {
		right: 41.6%;
	}
	.row-offcanvas-left.active {
		left: 41.6%;
	}
	.sidebar-offcanvas {
		position: absolute;
		top: 0;
		width: 41.6%;
	}
	
	#sidebar .nav>li {
		color: #ddd;
		background: linear-gradient(#3E3E3E, #383838);
		border-top: 1px solid #000080;
		border-bottom: 1px solid #2E2E2E;
	}
	
	#sidebar .nav>li>a:hover, #sidebar .nav>li>a:focus {
		text-decoration: none;
		background: linear-gradient(#373737, #323232);
		color: #fff;  
	}
	
}

fieldset 
{
	border: 1px solid #ddd !important;
	margin: 0;
	xmin-width: 0;
	padding: 10px;       
	position: relative;
	border-radius:4px;
	background-color:#f5f5f5;
	padding-left:10px!important;
}	
	
legend
{
	font-size:14px;
	font-weight:bold;
	margin-bottom: 0px; 
	width: 35%; 
	border: 1px solid #ddd;
	border-radius: 4px; 
	padding: 5px 5px 5px 10px; 
	background-color: #ffffff;
}


.item{
    text-align: center;
    height: 500px !important;
}
.carousel{
	margin: 20px 0;
}
.control-buttons{
	text-align:center;
}

.right {
    position: absolute;
    right: 25px;
    width: 5%;
}
div.menuScrolls {
	height: 450px;
	width: 95%;
	overflow-x:hidden;
	overflow-y:auto;
	background-color: #FFF;
	
}

div.indexlist {
	height: 300px;
	width: 650px;
	overflow: auto;
	background-color: #FFF;
	border: 5px solid #666;
}

div.wideListScroll {
	height: 400px;
	width: 100%;
	overflow: auto;
	background-color: #FFF;
	border: 2px solid #666;
}

#footer {
	color: #333333; 
	font-size:11px;
	font-family:arial, helvetica, sans-serif;
	width:100%;
	height:25px;
	position:fixed;
	bottom:0;
	left:0;
	background:#fff;
}
