/* GENERAL
-------------------------------------------------- */
html {overflow-x: hidden;}

body {
	/*padding: 48px 0 10px 0;*/
	padding: 0;
	font-family: "opensans-regular", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #333333;
	background: #b8c1d3 url(../image/page-bckgrd.png) repeat-x
}

a {text-decoration: none;}
a.span:visited {color: #fff;}
.breadcrumb {margin:10px 0 18px;}
.breadcrumb>li:nth-child(n+2):before {
    content: "/";
    display: inline-block;
    margin: 0 4px 0 8px;
}

.body_content  {
	background: #fff;
}

/* NAVBAR
-------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
} 

.navbar {
	font-family: 'opensans-regular';
	font-size: 13px;
	line-height: 1.2;
	margin-bottom: 0px;
	height: 45px;
}
.navbar-inverse {
	background-color: #263B63;
    background-image: -moz-linear-gradient(top,#263B63,#263B63);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#263B63),to(#263B63));
    background-image: -webkit-linear-gradient(top,#263B63,#263B63);
    background-image: -o-linear-gradient(top,#263B63,#263B63);
    background-image: linear-gradient(to bottom,#263B63,#263B63);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff263B63',endColorstr='#ff263B63',GradientType=0);
    border-color: #263B63;

}		
	.navbar-inverse .brand {
		color: #D2D7DD;
		height: 20px;
		/*
	  position: absolute;
	  font-size: 30px;
	  width: 215px;
	  z-index: 100;
	  padding: 10px 30px;
	  display: none;
	  */
	}
	.navbar-inverse .brand.standard {
		display: none;
		height: 22px;
	}
	.navbar-inverse .navbar-inner {
		background-color: #263B63;
		background-image: linear-gradient(to bottom, #263B63, #263B63);
		background-repeat: repeat-x;
		border: 0;
	}
	.navbar .nav.public-nav {
		margin: 0 10px 0 214px;
	}		
	.information_page .navbar .nav.public-nav {
		margin: 0 10px 0 0px;
	}		
	.navbar .nav > li {
		border-left: 1px solid #000;
		border-right: none;
		line-height: 23px;
	}
	.navbar .nav > li:hover {
		background-color: #222;
	}
	.navbar .nav > li > a {
		border-left: 1px solid #3c537f;
		border-right: none;
		color: #D2D7DD;
	}
	.navbar .nav.public-nav > li > a {
		text-transform: uppercase;
	}		
	
	.navbar .nav > li:last-child {
		border-left: 1px solid #000;
		border-right: 1px solid #3c537f;
	}
	.navbar .nav > li:last-child > a {
		border-left: 1px solid #3c537f;
		border-right:  1px solid #000;
		color: #D2D7DD;
	}
	
	.navbar .nav.nav-pills > li:last-child {
		border: medium none;
	}
	.navbar .nav.nav-pills > li > a
	 {
		border: none;
	}
	.navbar .nav > li > a:hover, .nav > li > a:focus {
		background-color: #3F5681;
		text-decoration: none;
	}	
	.navbar .nav > li.navbar-text:hover {
		background-color: transparent;
	}
	
	.nav.no-radius > li:hover {
		background-color: #A7A9AA;
	}			
	.navbar .nav > li > .dropdown-menu:after {
		border: none
	}
	.navbar-inverse .nav .active > a, 
	.navbar-inverse .nav .active > a:hover, 
	.navbar-inverse .nav .active > a:focus {
	  background-color: #3F5681;
	  color: #FFFFFF;
	}	
	.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, 
	.navbar-inverse .nav li.dropdown.active > .dropdown-toggle, 
	.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
		background-color: #3F5681;
		color: #FFFFFF;
	}	
	.navbar .nav > li > .dropdown-menu:before {
		display: none;
	}	
	.dropdown-menu > li > a:hover, 
	.dropdown-menu > li > a:focus, 
	.dropdown-submenu:hover > a, 
	.dropdown-submenu:focus > a {
	  background-color: #3F5681;
	  background-image: linear-gradient(to bottom, #3F5681, #2d436b);
	  background-repeat: repeat-x;
	  color: #FFFFFF;
	  text-decoration: none;
	}	

.navbar .login {
	margin-top: 15px;
	color: #D2D7DD;
}
.navbar .login a {
	color: #D2D7DD;
	text-decoration: none;
}
	
.nav-pills.no-radius > li > a {
	border-radius: 0;
	position: relative;
	top: 3px;
}					
.dropdown-menu {
	border-radius: 0;
}
.dropdown-submenu > .dropdown-menu {
	border-radius: 0;
}

/* TOP IMAGE
-------------------------------------------------- */
.hero_images {
	width: 940px;
	position: relative;
	top: 0px;
}
.hero_images .image_box  {
	float: left;
	position: relative;
}
#shadow_overlay {
	width: 940px;
	height: 320px;
	z-index: 50000;
	box-shadow: 0 9px 0px 0px rgba(0, 0, 0, 0), 0 -9px 0px 0px rgba(0, 0, 0, 0), 2px 0 15px -4px rgba(0, 0, 0, 0.6), -2px 0 15px -4px rgba(0, 0, 0, 0.6);
	left: 38px;
}
.logo {
	width: 235px;
	height: 205px;
	float: left;
	overflow: hidden;
	margin: -45px 0 0;
	position: relative;
	z-index: 12;
	background-color: #fff;
}
.hero_images .image_box img {
	display: block;
	opacity: 0.4;
	width: 235px;
	height: 160px;
}
.hero_images .image_box img:hover {
	opacity: 1;
}

img.header {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 198px;
}
.hero-caption {
	position: absolute;
	top: 70px;
	left: 130px;
}
.hero-caption h1 {
	color: #fff;
	float: right;
	width: 32%;
}

/* GENERAL
-------------------------------------------------- */
.welcome_box, .explore_box { padding: 20px; line-height: 21px; font-size: 13px; }

#welcome { margin-top: 30px; display: block; }
#welcome .btn-primary {
	text-decoration: none;
	color: #fff;
}

#content .text { padding: 0 15px;}

.btn.access,
.btn.match {
	text-decoration: none;
}

a img.img-rounded { 
	max-width: 100%; 
}


.portal { position: relative;}
.portal a { width: 200px; display: block; }
.portal-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 1px;
	background: #333333;
	background: rgba(255, 255, 255, 0.75);
	border-radius: 0px 0px 6px 6px;
	width: 200px;
}
.portal-caption h3 {
	font-size: 16px;
	color: #333;
	text-align: center;
}
#mask {
    position:absolute; 
    top:0; 
    left:0; 
    right:0; 
    bottom:0; 
    background-color:rgba(255, 255, 255, 1); 
    z-index: 9999;
}
#mask .loading {
	background: url("../image/spinner.gif") no-repeat scroll center center / contain  rgba(0, 0, 0, 0);
	display: block;
	height: 24px;
	position: relative;
	left: 50%;
	width: 24px;
	top: 400px;
}


/* LAYOUT
-------------------------------------------------- */
body.ui-layout-container {
	padding: 0;
}
#northContent,
#eastContent,
#westContent {
	padding: 0px !important;
	border: none !important;
}
#centerContent {
	padding: 0px !important;
}

/* North ----------------------*/
.ui-layout-north.top {
	padding: 0;
}
.ui-layout-north {
	overflow: hidden;
	border: none !important;
}
.ui-layout-north .navbar {
	position: relative;
}

/* West ----------------------*/
.west-center {
	border: none !important;
	padding: 0px !important;
}	
.west-south {
	border: none !important;
	padding: 0px !important;
}	

/* Centre ----------------------*/
.center-center-large-image {
	border: none !important;
	padding: 0 !important;
}
.center-north-large-image {
	background-color: #f9f9f9;
}
.center-south-large-image {
	border: none !important;
}
.center-south-large-image.match {
	padding: 0 !important;
}
#centerContent.match {
	border: none !important;
}
.center-south-south,
.center-south-center {
	border: none !important;
}

/* East ----------------------*/
.east-north-form {
	background-color: #f9f9f9;
}	
.east-center-form {
	border: none !important;
}	
.east-south-form {
	border: none !important;
	background-color: #f9f9f9;
}	


/* South ----------------------*/
#southContent {
	font-size: 0.8em;
	color: #fff;
	background-color: #5e6573;
}
#southContent a {
	color: #fff;
	font-size: 1em;
}
				
/* ACCORDIONS
-------------------------------------------------- */
#folders h3 {
	border: none;
	border-bottom: 1px solid #CCCCCC;
	font-size: 14px;
	margin: 0;
	padding: 3px 0;
	background-color: #ededed;
}
#folders h3 a {
	color: #777777;
	font-family: opensans-regular;
	font-size: 13px;
	font-weight: normal;
}
#folders h3 a:hover {
	color: #111;
	text-decoration: none;
}
#folders .icon {
	font-size: 12px;
	margin-left: 4px;
	padding-right: 6px;
}
#folders .icon-plus,
#folders .icon-minus {
	position: relative;
	top: 9px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;	
	opacity: 0.5;
}
#folders .icon-plus:hover,
#folders .icon-minus:hover,
#folders .icon-chevron-down:hover,
#folders .icon-chevron-right:hover {
	cursor: pointer;
    cursor: hand;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;	
	opacity: 1;
}
#folders .fa-icon {
	font-size: 16px;
	margin-left: 4px;
	padding-right: 6px;
}
#folders .fa-search {
	padding-right: 16px;
}
#folders .fa-times,
#folders .fa-search {
	position: relative;
	top: 2px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;	
	opacity: 0.5;
}
#folders .fa-times {
	display: none;
}
#folders .fa-times:hover,
#folders .fa-search:hover {
	cursor: pointer;
    cursor: hand;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;	
	opacity: 1;
}
#folders .icon-chevron-down,
#folders .icon-chevron-right {
	position: relative;
	top: 2px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;	
	opacity: 0.5;
}
.west-south button {
	font-size: 11px;
}

/* FORMS
-------------------------------------------------- */
#individualform .compare-rows {padding: 20px 20px 0 20px;}
#individualform .compare-rows .form-inline {margin: 0 0 5px 0;}
#individualform .input-large, textarea {width: 185px; font-size: 11px;}
#individualform.access .input-large, 
#individualform.access textarea {width: 105px; font-size: 11px;}
#individualform .compare-rows select {width: 193px; font-size: 11px;}
#individualform label {font-size: 11px;}
/*#individualform input[type="text"] {height: 26px;}*/
label.coding {width: 115px;}

/* BUTTON CONTROLS
-------------------------------------------------- */

#zoom-controls,
#carousel-show-controls,
#image-toggle-controls {
	padding-right: 10px;
	float: right;
}
#btnFull:hover,
#btnCrop:hover,
#btnRotateCCW:hover,
#btnMarkingMark:hover {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.btn-group > .btn:hover + .btn { margin-left: -1px;}
.btn-toolbar .btn-group.compare {margin: -6px 0 0;}

#marksbuttons .data-buttons > button { width: 49%; }

/* DIALOG
-------------------------------------------------- */
#noimagedialog.display {
	background-clip: padding-box;
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	left: 45%;
	margin-left: 0px;
	outline: medium none;
	position: absolute;
	top: 35%;
	width: 212px;
	z-index: 1050;
}			

.modal-backdrop,
.modal-backdrop.fade.in{
	opacity:.4;
	filter:alpha(opacity=40);
	position: absolute;
	width:100%;
	height:100%;
}

#filterdialog {
	width: 800px;
	left: 45%;
}
#filterdialog .modal-header {
	cursor: move;
}
#filterdialog button.close {
	margin-top: 10px;
}
#filterdialog .modal-body {
	max-height: 410px;
}
#filterdialog label {
	font-size: 11px;
}
#filterdialog select {
	width: 100%;
	font-size: 11px;
	height: 106px;
}
#filterdialog .date input {
	font-size: 11px;
}
#filterdialog .input-append {
	width: 80%;
}
#filterdialog h5 {
	border-bottom: 1px dotted #ccc;
	padding: 9px 0;
	margin: 0;
}
#filterdialog .nav-tabs li a {
	font-size: 11px;
}
#filterdialog button.close {
	margin-top: 10px;
}
#resightdialog {
	width: 875px;
	left: 35%;
}
#resightdialog .modal-header {
	cursor: move;
}
#resightdialog button.close {
	margin-top: 10px;
}

#scarsandmarkingdialog .modal-header {
	cursor: move;
}
#scarsandmarkingdialog button.close {
	margin-top: 10px;
}
#scarsandmarkingdialog .modal-body {
	max-height: 410px;
}

#errordialog .modal-header {
	cursor: move;
}
#errordialog button.close {
	margin-top: 10px;
}

#termsdialog .modal-header {
	cursor: move;
}
#termsdialog button.close {
	margin-top: 10px;
}
#termsdialog .modal-body {
	max-height: 450px;
}

#agreementdialog .modal-header {
	cursor: move;
}

/* TREE STYLES
-------------------------------------------------- */
.tree {padding: 0 0 0 7px;}
.tree ul{padding:0;background:url("data:image/gif;base64,R0lGODlhAgACAIAAAB4dGf///yH5BAEAAAEALAAAAAACAAIAAAICRF4AOw==") repeat-y 4px 0;}
.tree li{padding:0 0 0 12px;background:url("../image/tree.png") no-repeat 6px center;}
.tree li.open{background:url("../image/icon-close.png") no-repeat 0 7px}
.tree li.closed{background:url("../image/icon-open.png") no-repeat 0 7px}
.tree li ul{display:none}
.tree li.open ul{display:block; margin-left: 7px;}
.tree li.closed ul{display:none!important}
.tree li a.clicked,.tree li a.clicked:hover{text-shadow:0 -1px 0 rgba(0,0,0,0.25);color:#fff;background:#0081c2;background-image:-moz-linear-gradient(top,#08c,#0077b3);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));background-image:-webkit-linear-gradient(top,#08c,#0077b3);background-image:-o-linear-gradient(top,#08c,#0077b3);background-image:linear-gradient(to bottom,#08c,#0077b3);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0076b2',GradientType=0);}
.tree li a.drophover {text-shadow:0 -1px 0 rgba(0,0,0,0.25);color:#fff;background:#0081c2;background-image:-moz-linear-gradient(top,#08c,#0077b3);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));background-image:-webkit-linear-gradient(top,#08c,#0077b3);background-image:-o-linear-gradient(top,#08c,#0077b3);background-image:linear-gradient(to bottom,#08c,#0077b3);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0076b2',GradientType=0);}
.tree li a.drophover>.icon-folder-close{background-image:url("../image/glyphicons-halflings-white.png");}
.tree li a.clicked>.icon-folder-close{background-image:url("../image/glyphicons-halflings-white.png");}
.tree li a{padding-left:5px;margin:0;white-space:pre;word-wrap:break-word;font-size: 11px;}
.tree>ul li.last{overflow:visible}

#folders .fa-icon.fa-folder {
	font-size: 13px;
	margin-right: 2px;
}
.tree li a.clicked {
	opacity: 0.5;
	background: transparent no-repeat scroll 0 0 #0081C2;
}
.tree li a.clicked.drophover {
	opacity: 1;
	background: transparent no-repeat scroll 0 0 #0081C2;
}
.tree li a.clicked.current {
	opacity: 1;
	background: url("../image/right.png") no-repeat scroll 190px 4px #0081C2;
}
.tree li.open ul li a.clicked.current {
	background-position: 172px 4px;
}


/* PHOTOS
-------------------------------------------------- */
.center-center #notification {
	padding: 10px;
}
.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default {
  background: none repeat-x scroll 50% 50% #F6F6F6;
  border: 1px solid #CCCCCC;
  color: #1C94C4;
  font-weight: bold;
}
#photos {
	list-style-type: none;
	margin: 0;
	padding: 10px;
	height: 550px;
	max-height: 550px;
}
#tab-grid .loading {
  background: url("../image/spinner.gif") no-repeat scroll center center / contain  rgba(0, 0, 0, 0);
  display: block;
  height: 24px;
  margin: 167px 5px 0 0;
  position: relative;
  left: 50%;
  width: 24px;
}
#photos .thumbnails {
	margin: 0;
}
#photos li {
	margin: 3px;
	padding: 7px;
	float: left;
	width: 160px;
	height: 140px;
	font-size: 4em;
	text-align: center;
	cursor: pointer; 
	line-height: 70px;
}
#photos .ui-selected {
	background: #888;
	color: white;
}
#photos .ui-selected a {
	color: white;
}
#photos .ui-selected .help {
	color: white;
}

#photos .thumbnail {
	margin-bottom: 2px;
}

.buttons .right span {
	position: relative;
	top: 3px;
	left: 6px;
	font-family: "proximanova-bold", Helvetica, Arial, sans-serif;
	font-size: 14px;
}
#forgotten .input-prepend {
	width: 92%;
}

.box > .heading h1 {
	position: relative;
	top: 2px;
}
.box > .heading h1 i {
	position: relative;
	top: 2px;
}
#photos .help {position: relative;}
#photos .fa-icon-flag {
	color: #797979;
	left: 1px;
	position: absolute;
	top: 2px;
}
#photos .fa-icon-pencil {
	color: #797979;
	right: 6px;
	position: absolute;
	top: 0px;
}
#photos .ui-selected .fa-icon-flag,
#photos .ui-selected .fa-icon-pencil {
  color: #fff;
}
#photos.event li.error a {
	border-color: #B94A48;
}

/* CAROUSEL
-------------------------------------------------- */
#carousel-recordset-layout.individual { position: relative; padding: 10px !important; }
#carousel-recordset-layout.individual .nav li a { font-size: 11px; }
#carousel-recordset-layout label { font-size: 11px; }
#carousel-recordset-layout .nav {
	margin-bottom: 0;
}
#carousel-recordset-layout .tab-content {
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	margin-bottom: 0;
}
/*#centerCenterContent .well {position: fixed; bottom: 71px; width: 79%; }*/
.carousel{position:relative;margin:20px;line-height:1; padding: 0 0 11px 45px;}
.carousel-inner{position:relative;width:100%;overflow:hidden;left:-9px;}
.carousel-inner>.item{position:relative;display:none;-webkit-transition:0.6s ease-in-out left;-moz-transition:0.6s ease-in-out left;-o-transition:0.6s ease-in-out left;transition:0.6s ease-in-out left;}
.carousel-inner>.item>img{display:block;line-height:1;}
.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block;}
.carousel-inner>.active{left:0;}
.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%;}
.carousel-inner>.next{left:100%;}
.carousel-inner>.prev{left:-100%;}
.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0;}
.carousel-inner>.active.left{left:-100%;}
.carousel-inner>.active.right{left:100%;}
.carousel-inner a.thumbnail.selected {border-color: #0088CC;box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);}
.carousel-control{position:absolute;top:40%;left:15px;width:40px;height:40px;margin-top:-20px;font-size:60px;font-weight:100;line-height:27px;color:#ffffff;text-align:center;background:#fff;border:3px solid #ffffff;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px;opacity:0.5;filter:alpha(opacity=50);}
.carousel-control.right{left:auto;right: -12px;}
.carousel-control:hover{color:#ffffff;text-decoration:none;opacity:0.9;filter:alpha(opacity=90);}
.carousel-caption{position:absolute;right:0;bottom:0;left:0;padding:15px;background:#333333;background:rgba(0, 0, 0, 0.75);}
.carousel-caption h4,.carousel-caption p{line-height:20px;color:#ffffff;}
.carousel-caption h4{margin:0 0 5px;}
.carousel-caption p{margin-bottom:0;}
.carousel-control {	left: -12px;}

#myRepresentativeCarousel {margin: 10px; padding: 0 0 0px 45px;}
#myRepresentativeCarousel .span3 {position: relative;}
#myRepresentativeCarousel .fa-icon-flag {
	color: #797979;
	left: 5px;
	position: absolute;
	top: 113px;
}
#myRepresentativeCarousel .fa-icon-pencil {
	color: #797979;
	position: absolute;
	right: 5px;
	top: 113px;
}
#myAllCarousel .fa-icon-pencil,
#myRepresentativeCarousel .fa-icon-pencil {
	top: 110px;
}
#myCarousel .row-fluid .span3,
#myAllCarousel .row-fluid .span3,
#myRepresentativeCarousel .row-fluid .span3 {
	margin-left: 0.34%;
	width: 10.404%;
}
#myCarousel.compare .row-fluid .span3,
#myAllCarousel.compare .row-fluid .span3,
#myRepresentativeCarousel.compare .row-fluid .span3 {
  margin-left: 2.128%;
  width: 25.404%;
}
#myAllCarousel.individual .row-fluid .span3,
#myRepresentativeCarousel.individual .row-fluid .span3 {
  margin-left: 0.64%;
  width: 17.404%;
}

/* DATE PICKER
-------------------------------------------------- */
.datepicker {
	top: 0;
	left: 0;
	padding: 4px;
	margin-top: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	z-index: 1051;
	font-size: 9px;	
}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 1.4em;
}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #003399 \9;
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td span:hover {
  background: #eeeeee;
}
.datepicker td span.active {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399 \9;
}
.datepicker td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}


/* CODE COMPARE
 * -------------------------- */
 .btn-group-vertical {width: 100%;}
 .compare-rows {padding: 0 20px;}
 .compare-rows .form-inline {margin: 0 0 5px 0;}
 .compare-buttons {padding: 0 20px;}
 .input-tiny {width: 15px;}
 label.coding {width: 115px;}
 label.log {margin: 0 24px 0 0;}
.compare-spacer {margin: 0 20px 0 37px; display: inline;}

.west-center-large-image,
.west-south-large-image,
.west-center-south-center,
.west-center-south-south
 {border: 0;}

.west-center-south-south {
	padding: 0 !important;
}
.west-center-south-south .label-change-switch {
	font-size: 11px;
}
.west-center-south-south .btn-toolbar {
  width: 40%;
}

.btn-toolbar .btn-group.compare {margin: -5px 0 0;}

.compare-rows label.coding {font-size: 11px;}
.compare-rows select {width: 89px; font-size: 11px;}
.compare-rows .input-tiny {width: 10px; font-size: 11px;}
.compare-rows .btn, .compare-rows .button {font-size: 10px;}
.compare-buttons .btn-group > .btn {font-size: 11px;}
.compare-buttons .btn, .compare-buttons .button {font-size: 10px;}
.compare-buttons label {font-size: 10px;}
.compare-buttons .btnRemainder {position: relative; top: 23px;}
.compare-buttons .btnScarred {position: relative; top: 23px;}
.compare-buttons .btnClearAll {position: relative; top: 105px;}
#codecomparebar .btn, #codecomparebar .button {font-size: 10px;}
#codecompareform label {font-size: 11px;}
#codecompareform .row-fluid .controls-row [class*="span"] + [class*="span"] {
	margin-left: 2.12766%;
}
#codecompareform select.highlight {
	border-color: #B94A48;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

#codecomparebar label {
	font-size: 11px;
}
#codecomparebar .has-switch.switch-small {
  min-width: 110px;
}
#codecomparebar h4 {
	float: left;
	margin-top: 1px;
}
#codecomparebar .small {
	font-size: 9px;
	display: block;
	width: 300px;
	float: left;
	padding-left: 60px;
}
#codecomparebar .searchtype {
	position: relative;
	top: -7px;
	left: -21px;
}
#reset-controls {
	margin-right: 10px;
	margin-top: -7px;
}
#reset-controls .inline {
	display: inline-block;
	margin-right: 8px;
	position: relative;
	top: 4px;
}
#reset-controls > .btn {
	border-radius: 4px 0 0 4px;
}
#reset-controls > .btn:last-child {
	border-radius: 0 4px 4px 0;
}
#codecompareform .fuzzy {
	position: absolute;
	margin: 7px 0 0 4px;
}
#codecompareform .fuz {
	left: 18px;
	position: relative;
	top: 12px;
}
#search-controls {
	margin-right: 10px;
	margin-top: -7px;
}

/*
.simplelayout.search {
	left: 110px;
	top: -19px;
}
.simplelayout.search .btn.simple {
	position: relative;
	top: -81px;
	left: 224px;
}
.simplelayout.search label.simple {
	position: relative;
	left: -108px;
	top: 23px;
}
.simplelayout.otherbtn {
	position: relative;
	top: -20px;
}
*/
.simple .btnClearAll,
.simple .btnRemainder,
.simple .btnScarred {
	top: 0px !important;
}

body.compare .popover { width: 536px; }
body.compare .popover img { max-width:100%; max-height:100%; }

body .popover img.transition {
    -webkit-transform: scale(2); 
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}
body .popover img.popover_image {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
body.compare .popover.blaze { width: 755px; }
body .popover.sex { width: 755px; }
body.match .popover.grey { width: 755px; }
body.match .popover.blaze { width: 755px; }
body.match .popover.island { width: 516px; }
body.match .popover.bar { width: 533px; }
body.match .popover.lip { width: 533px; }
body.match .popover.bonnet { width: 533px; }
body.match .popover.central { width: 647px; }
body.match .popover.complex { width: 533px; }
body.match .popover.coaming { width: 627px; }
body.match .popover.sub { width: 481px; }
body.match .popover.postblow { width: 608px; }
 
/* MATCH
 * -------------------------- */

#carousel-layout { position: relative; }
#carousel-layout .nav li a { font-size: 11px; }
#carousel-layout .imagesize-toolbar {
	position: absolute;
	right: 20px;
	top: 0;
}
#carousel-layout label { font-size: 11px; }

#carousel-recordset-layout.individual { position: relative; padding: 10px !important; }
#carousel-recordset-layout.individual .nav li a { font-size: 11px; }
#carousel-recordset-layout.individual .imagesize-toolbar {
	position: absolute;
	right: 20px;
	bottom: 0;
}
#carousel-recordset-layout label { font-size: 11px; }

#recordset-layout .pagination {
	margin: 10px 0;
	font-size: 11px;
}
#recordset-layout .pagination .results {
	display: inline;
	left: 10px;
	line-height: 18px;
	margin-top: 0;
	position: relative;
	top: 6px;
	float: none;
}
#recordset-layout .pagination .links a, #recordset-layout .pagination .links b {
	padding: 6px 12px;
}
#recordset-layout .row-fluid .span4 {
	margin-left: 0;
	width: 30.915%;
}
#recordset-layout .row-fluid .span8 {
	width: 68.957%;
}
#recordset-layout label {
	font-size: 11px;
}
.has-switch span.switch-small, .has-switch label.switch-small {
	font-size: 11px;
}

/* INDIVIDUAL
-------------------------------------------------- */
#imagesize-toggle-controls { position: relative; top: -4px; left: -12px; }
#imagesize-toggle-controls label {font-size: 11px;}

#btnResightHistory { font-size: 11px; }
#btnDownloadData { margin-top: 10px; font-size: 11px; }

#user_name, #user_email { position: relative; left: -39px; }
label[for="user_email"] {
	position: absolute;
	left: 189px;
	top: 171px;
	font-size: 9px;
}

#agreementdialog .modal-body {
	max-height: 480px;
}

/* AGREEMENT
-------------------------------------------------- */
.arwpic-well {
	background-color: #5783DB;
}
.arwpic-well span {
	color: #fff;
	position: relative;
	top: 3px;
}


/* HELP
-------------------------------------------------- */
.popover-content a.close {
	font-size: 14px;
	margin-top: 2px;
}


/* PAGES
-------------------------------------------------- */
.half-page-width p { line-height: 22px; }
.full-page-width li {
    line-height: 21px;
    padding-bottom: 8px;
} 

.figure {
	margin: 0 0 1.467em 0;
	padding: 1.733em;
	background: #EEE;
	clear: both;
}
.figure img {
	display: block;
	margin: 0 auto 0.667em auto;
	border: 1px solid #CCC;
}
.figure p {
	font-size: 0.867em;
	line-height: 1.615em;
	margin-bottom: 0;
	color: #666;
}
.figure p span {
	font-size: 0.846em;
	line-height: 1.909em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #222;
}


/* FOOTER
-------------------------------------------------- */
#footer_menu {
	background-color: #3C5689;
	height: 30px;
}
#footer_menu .span3 {
	font-size: 11px;
	color: #999999;
	min-height: 20px;
	margin-top: 9px;
}
#footer_menu .span3 a { padding: 0 21px; color: #fff; line-height: 14px; display: block; }
hr.menu_top { margin-bottom: 0;}
hr.menu_bottom { margin-top: 0;}

.small-text {
	font-size: 10px;
	color: #888;
	padding: 0 20px;
	top: 2px;
	position: relative;
	line-height: 19px;
}
.logos .row-fluid {
	padding-bottom: 10px;
}
.footer {
	position: relative;
	top: 15px;
	color: #FFF;
	margin-bottom: 20px;
}
.footer a {
	color: #FFF;
}

/* FONT AWESOME CORE
 * -------------------------- */
.fa-icon,
[class^="fa-icon-"],
[class*=" fa-icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
.fa-icon,
[class^="fa-icon-"]:before,
[class*=" fa-icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.fa-icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="fa-icon-"],
a [class*=" fa-icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="fa-icon-"].fa-icon-fixed-width,
[class*=" fa-icon-"].fa-icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="fa-icon-"].fa-icon-fixed-width.fa-icon-large,
[class*=" fa-icon-"].fa-icon-fixed-width.fa-icon-large {
  width: 1.4285714285714286em;
}
.fa-icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-icons-ul > li {
  position: relative;
}
.fa-icons-ul .fa-icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="fa-icon-"].hide,
[class*=" fa-icon-"].hide {
  display: none;
}
.fa-icon-muted {
  color: #eeeeee;
}
.fa-icon-light {
  color: #ffffff;
}
.fa-icon-dark {
  color: #333333;
}
.fa-icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fa-icon-2x {
  font-size: 2em;
}
.fa-icon-2x.fa-icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fa-icon-3x {
  font-size: 3em;
}
.fa-icon-3x.fa-icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.fa-icon-4x {
  font-size: 4em;
}
.fa-icon-4x.fa-icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.fa-icon-5x {
  font-size: 5em;
}
.fa-icon-5x.fa-icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
[class^="fa-icon-"].pull-left,
[class*=" fa-icon-"].pull-left {
  margin-right: .3em;
}
[class^="fa-icon-"].pull-right,
[class*=" fa-icon-"].pull-right {
  margin-left: .3em;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-icon-rotate-left:before,
.fa-icon-undo:before {
  content: "\f0e2";
}
.fa-icon-pencil:before {
  content: "\f040";
}
.fa-icon-edit:before {
  content: "\f044";
}
.fa-icon-remove:before {
  content: "\f00d";
}
.fa-icon-save:before {
  content: "\f0c7";
}
.fa-icon-crop:before {
  content: "\f125";
}
.fa-icon-rotate-right:before,
.fa-icon-repeat:before {
  content: "\f01e";
}
.fa-icon-plus:before {
  content: "\f067";
}
.fa-icon-minus:before {
  content: "\f068";
}
.fa-icon-zoom-in:before {
  content: "\f00e";
}
.fa-icon-zoom-out:before {
  content: "\f010";
}
.fa-icon-fullscreen:before {
  content: "\f0b2";
}
.fa-icon-picture:before {
  content: "\f03e";
}
.fa-icon-eye-open:before {
  content: "\f06e";
}
.fa-icon-flag:before {
  content: "\f024";
}
.fa-icon-question-sign:before {
  content: "\f059";
}
.fa-icon-question-sign {
	cursor: pointer;
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-times:before {
  content: "\f00d";
}
.fa-check:before {
  content: "\f00c";
}
.fa-search:before {
  content: "\f002";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-download:before {
  content: "\f019";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}