/*--------------------------------------------------
 Sticky footer styles modification
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 90px;
}
.footer {
  position: absolute;
  bottom: 0;
  width:100%;
  /* Set the fixed height of the footer here */
  height: 90px;
  text-align:center;
  font-size:11pt;
  color:#fff;
}

/*=============================*/
/*Header Top Menu Modification */
/*=============================*/
.navbar{
	border:0;
	margin-bottom:0;
}

.navbar-nav{
	margin: 0 -15px;
}

.navbar-default .navbar-nav .open .dropdown-menu ul{
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a{
	line-height:1.8em;
	padding: 0.5em 2em;
}
.navbar-default .navbar-nav > li{
	border-bottom:1px solid #ecdee7;
}
	.navbar-default .navbar-nav > li > a{
		color:#fff;		
	}

/*Top right grey bar*/
.list-inline{
	margin:0;
}
	
/*The grey menu bar at the top*/
.nav-top-right{
	background:#333;
}
	.nav-top-right ul {
		height:28px;
		text-align:center;	
	}
	.nav-top-right ul > li{
		text-align:center;
		padding:0 8px;
	}
		.nav-top-right ul > li > a{
			font-size:12px;
			color:#fff;
			line-height:28px;
		}
		.nav-top-right ul > li > a:hover, .nav-top-right ul > li > a:focus{
			color:#F1B831;
		}

@media (max-width: 320px) {
	.navbar-toggle{	
		margin-right:7px;
		padding: 9px 7px;
		}
	.nav-top-right ul > li > a{
			font-size:11px;
			color:#fff;
			line-height:28px;
		}
}

@media (min-width: 768px) {
	/*The grey menu bar at the top*/	
		.nav-top-right ul {
			text-align:right;
		}
		.nav-top-right ul > li{
			padding:0 0px;			
		}
			.nav-top-right ul > li > a{
				font-size:12px;
			}
			.nav-top-right ul > li > a:hover, .nav-top-right ul > li > a:focus{
			}
			
	.navbar-default .navbar-nav .open .dropdown-menu > li > a{
		line-height:1.5em;
		padding: 0.5em 2em;
	}
	.navbar-brand{
		height:60px;
	}
	.navbar-nav{
		float:right;
	}
	
	.navbar  li {
		padding:0;		
	}
	.navbar  li a{		
		padding-left:10px;
		padding-right:10px;
		line-height:30px;		
	}
	.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{
		padding-right:20px;
	}
	
	.navbar-default .navbar-nav > li{
		border-bottom:0;
	}

	.btn{
		white-space:normal;
		min-width:5em;
	}
}



/*==============================*/
/*			Page content		*/
/*==============================*/
body > .container {
  padding: 0 15px 0;
}

.breadcrumb{
	margin-top:2em;
}
.page_banner{
	position: relative;
	width: 100%; /* for IE 6 */
}
.page_banner > img{
	 margin:auto;
overflow:hidden;	 
}
.page_banner > h2 { 
   position: absolute; 
   bottom: 15px;
   left: 10px; 
   width: 100%;
   color:#fff;
   font-size:20px;
}

/*==============================*/
/*			Footer		*/
/*==============================*/
.disclaimer{
	background:#fff;
	padding: 5px 0;
	height:45px;
}

.disclaimer > ul{
	text-align:center;
	top:0;
}
	.disclaimer li{
		text-align:center;
		padding:0 5px;
		border-right:1px solid #ccc;
	}
	.disclaimer li:last-child{
		border:0;
	}
		.disclaimer li a{
			color:#000000;
			font-size:95%;
		}
		.disclaimer li a:hover{
			color:#777;
		}
@media (min-width: 768px) {
	.disclaimer li{		
		padding:0 20px;
	}
}

/*==============================*/
/*			Data Table			*/
/*==============================*/

table.dataTable{	
	/*border-bottom-color:red;*/
}
table.dataTable.no-footer{
	border:0;
}

#links > a > img.img-rounded {	
	/*display:inline;*/
	width:160px;
}

#links> a > img.photo_thumbnail{
	margin-bottom:5px;
}

/*Data Table search input*/
.dataTables_wrapper .dataTables_filter {
	margin-top:5px;
	margin-right:10px;
}

/*Special for DataTable*/
.center{
	text-align:center;
}
.Width120px{
	width:100px;
}
.minWidth60px{
	min-width:60px;
}
.Width195px{
	width:195px;
}
.minWidth95px{
	min-width:55px;
}
.minWidth120px{
	min-width:120px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
box-sizing: border-box;
display: inline-block;
/*min-width: 1em;*/
padding: 0.1em 0.1em;

text-align: center;
text-decoration: none !important;
cursor: pointer;
color: #333333 !important;
border: 1px solid transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:active{
	background:transparent;
	box-shadow:none;
	border: 1px solid transparent;
}

.dataTables_wrapper .dataTables_info{
	padding-left:15px;
}

/*==============================*/
/*	Scroll to Top Button		*/
/*==============================*/
.scroll-top-wrapper {
    position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 1000;
    background-color: #660066;
	color: #eeeeee;
	width: 40px;
	height: 38px;
	line-height: 38px;
	right: 10px;
	bottom: 5px;
	padding-top: 2px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}

@media (min-width: 768px) {
	.scroll-top-wrapper {
		width: 50px;
		height: 48px;
		line-height: 48px;
		right: 30px;
		bottom: 50px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
	}
}

/*==============================*/
/*			General				*/
/*==============================*/

/*page positioning*/
.wrap{
	width:95%;
	margin-right:auto;
	margin-left:auto;
}

video{  
  width:90%;
  margin: 0 auto;
}
.margin_auto {
    margin-right:auto;
	margin-left:auto;
}

.label{
	vertical-align: 20%;
}

/*Dropdown menu special*/
#yellow_highlight{
	background: #f1e767; /* Old browsers */
	background: -moz-linear-gradient(top,  #f1e767 0%, #feb645 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1e767), color-stop(100%,#feb645)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f1e767 0%,#feb645 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f1e767 0%,#feb645 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f1e767 0%,#feb645 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f1e767 0%,#feb645 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=0 ); /* IE6-9 */
}
#pink_highlight{
	background: #FFFAFD; /* Old browsers */
	background: -moz-linear-gradient(top,  #FFFAFD 0%, #F2C7DE 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFAFD), color-stop(100%,#F2C7DE)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FFFAFD 0%,#F2C7DE 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FFFAFD 0%,#F2C7DE 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FFFAFD 0%,#F2C7DE 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #FFFAFD 0%,#F2C7DE 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFAFD', endColorstr='#F2C7DE',GradientType=0 ); /* IE6-9 */
}
#green_highlight{
	background: #0BB14C; /* Old browsers */
	background: -moz-linear-gradient(top,  #0BB14C 0%, #86DF34 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0BB14C), color-stop(100%,#86DF34)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0BB14C 0%,#86DF34 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0BB14C 0%,#86DF34 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0BB14C 0%,#86DF34 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0BB14C 0%,#86DF34 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0BB14C', endColorstr='#86DF34',GradientType=0 ); /* IE6-9 */
}
#blue_highlight{
	background: #276EA9; /* Old browsers */
	background: -moz-linear-gradient(top,  #276EA9 0%, #3088C4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#276EA9), color-stop(100%,#3088C4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #276EA9 0%,#3088C4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #276EA9 0%,#3088C4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #276EA9 0%,#3088C4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #276EA9 0%,#3088C4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#276EA9', endColorstr='#3088C4',GradientType=0 ); /* IE6-9 */
}
	#blue_highlight a{
		color:#fff;
	}

#purple_highlight{
	background: #4b4899; /* Old browsers */
	background: -moz-linear-gradient(top,  #4b4899 0%, #a095c2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b4899), color-stop(100%,#a095c2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4b4899 0%,#a095c2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4b4899 0%,#a095c2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4b4899 0%,#a095c2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4b4899 0%,#a095c2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4899', endColorstr='#a095c2',GradientType=0 ); /* IE6-9 */
}
	#purple_highlight a{
		color:#fff;
	}