﻿.fixed-header {
  position: fixed !important;
  top:0; left:0;
  width: 100%; z-index:99
}


.scrollup{
			width:40px;
			height:40px;			
			text-indent:-9999px;
			opacity:0.3;
			position:fixed;
			bottom:50px;
			right:20px;
			display:none;			
			background: url('icon_top.png') no-repeat;
			z-index:9999
		}



/**** Fixed Div **/

.fixeddiv {
    background-color: #002a53;
    height: 45px;
    position: fixed;
    width: 100%;
    z-index: 15000;
    bottom: 0px;
}

.pt15{
	padding-top:15px;
}

/*** FORM CSS ***/

.form-control:focus{border-color:#16a085;box-shadow:0 1px 0 #16a085,0 -1px 0 #16a085,-1px 0 0 #16a085,1px 0 0 #16a085;-webkit-box-shadow:0 1px 0 #16a085,0 -1px 0 #16a085,-1px 0 0 #16a085,1px 0 0 #16a085;-moz--box-shadow:0 1px 0 #16a085,0 -1px 0 #16a085,-1px 0 0 #16a085,1px 0 0 #16a085;outline:0 none;}
form input[type="text"],form input[type="email"],form input[type="password"]{height:40px;}
.form-control{
background-color:#fff;
background-image:none;
border:1px solid #ddd;
border-radius:4px;
box-shadow:0 1px 1px rgba(0,0,0,0.075) inset;
color:#555;
display:block;
font-size:12px;
/*height:43px;*/
line-height:1.42857;
padding:6px 12px;
transition:border-color 0.15s ease-in-out 0s,box-shadow 0.15s ease-in-out 0s;
width:100%;
}


.form-inline .form-control {
  max-width: 100%;
}



/*** Menu **/

.site-menu{
	background-color:#16a085;
	width:100%; height:40px
}



/**** Header ****/
#header{
margin:0px; 
padding:10px 10px 0px;
background: linear-gradient(to bottom right, #0063C6, WhiteSmoke);
/*height:100px;*/
position: relative;
}
.logo { 
/*margin-top: 10px;
margin-bottom:10px; */
width:100%
}

ul.top-list { list-style: none; margin: 0 10px; padding: 0; color:#000; font-size:13px }

ul.top-list li {
	display: inline-block;
} 
ul.top-list li a{
	color:#000; text-decoration:none; font-size:15px
}
.flag-bg{
	background:url('images/flag.png') no-repeat center bottom; min-height:96px
	
}

.site-menu{
	background-color:#259DCB;
	width:100%; height:55px
}


@media only screen and (max-width:768px){
	
#header{
	height:auto;
}
.site-menu{
	height:0px;
}
}







/*** Table CSS ***/

.table-condensed th {
    color: #FFFFFF;
    background-color: #373737;
}

.table-condensed td, .table-condensed th  { border: 1px solid #ddd; }






/*** Table CSS 1 ***/
/* 
Generic Styling, for Desktops/Laptops 
*/
table.tb { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
table.tb tr:nth-of-type(odd) { 
  background: #f4f4f4; 
}
table.tb th { 
  background: #333; 
  color: white; 
  font-weight: bold; 
}
table.tb td, table.tb th { 
  padding: 4px; 
  border: 1px solid #ddd; 
  text-align: left; 
}
/***** Table CSS Ends ***/




.brd-div{
	border: 9px double #C0C0C0; 
	padding:9px; 
	background: linear-gradient(to right, #EEEEEE, #FFFFFF, #FFFFFF, #EEEEEE); 
	margin:auto;
}
.page-title{
	font-family:Arial;
	font-size:24px; color: #0066FF; border-bottom:2px solid #999; padding:9px 0;
	
}
h3.page-title{
	margin-top:0px; margin-bottom:10px;
}

.min-ht300{
	min-height:300px !important
}
.min-ht500{
	min-height:500px !important
}
.grey-bg{
	background:#eee
}
.white-bg{
	background:#fff
}


.mb-20{
	margin-bottom:20px
}
.mt-20{
	margin-top:20px
}
.mt-10{
	margin-top:10px
}

.bold-text{
	font-family: Sans-Serif; 
	font-size: 18px; 
	font-weight: 500; 
	font-style: normal; 
	color: #333333; 
}
.content-text{
	font-family: sans-serif; 
	font-size: 15px; 
	font-weight: 100; 
	font-style: normal; 
	color: #666666; 
	text-align: justify;
}
ol.list-style1 li{
margin:9px 3px !important
	
}
#footer{
  
    background-color: #0954A5;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    clear: both;
}



/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(max-device-width: 480px)  {

	/* Force table to not be like tables anymore */
	table.tb, table.tb thead, table.tb tbody, table.tb th, table.tb td, table.tb tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	table.tb thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	table.tb tr { border: 1px solid #ddd; }
	
	table.tb td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #ddd; 
		position: relative;
		/*padding-left: 50%;*/ 
	}
	
	table.tb td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}

}


/*** Table CSS 2 ***/





/*** CSS ***/


a.links{ background:#087ead; padding:4px 12px; color:#fff; text-decoration:none; border-radius:4px }

a.links:hover{ background:#f8a13a;}

.w200{
	width:200px !important;
}


.form-div{
	 border: 5px solid #f1f1f1; padding:20px !important; border-radius:9px; background:#56a4f1; opacity:0.8

}

.white-text{
	color:#fff !important
}

.button-submit{
	background-color: #c60000;
    color: white;
    padding: 9px 10px;
    border: none;
    cursor: pointer;
}

.mr-9{margin-right:9px}

.text1{
	color:#000; text-decoration:none; font-size:14px
}

.ml-15{margin-left:15px !important;}


@media(min-width:769px) and (max-width:1600px)
{
 .mrl-60
 {
 margin-right:100px !important;
 margin-left:100px !important 
 }   
 
   mrl-20
 {
 margin-right:20px !important;
 margin-left:20px !important 
 }    
}