@CHARSET "ISO-8859-1";

/****************************************/
/*   Extracted from branded css files   */
/****************************************/

/* Generic html, body, hr, a */

html, body {
	height: 100%;
	font-family: Arial, sans-serif;
}

body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
}

hr {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0;
}
 
a, a:hover, a:visited {
	text-decoration: none;
}

/* Layout */
 
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
	padding: 0 0 100px;
}

#footer {
	min-height: 100px;
}

/* Buttons */
 
.btn-default {
	text-transform: uppercase;
}

.btn-generic {
	text-transform: uppercase;
}

.btn-primary {
	text-transform: uppercase;
}

.btn-large {
	min-width: 99px;
	height: 43px;;
	text-transform: uppercase;
	text-align: center;
	border-radius: 4px;
	border: none;
	margin-top: 8px;
}

.btn-medium {
	min-width: 139px;
	height: 41px;
	text-transform: uppercase;
	text-align: center;
	border-radius: 4px;
	border: none;
	margin-top: 8px;
}

.btn-small {
	min-width: 127px;
	height: 34px;
	text-transform: uppercase;
	text-align: center;
	border-radius: 4px;
	border: none;
	margin-top: 8px;
}

.btn-general {
	min-width: 127px;
	height: 34px;
	text-transform: uppercase;
	text-align: center;
	border-radius: 4px;
	border: none;
	margin-top: 8px;
}

/* Blocks */
 
.block-header {
	min-height: 100px;
}

.block-focus {
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 4px;
}

.block-focus-frame {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 15px;
	border-radius: 4px;
}

.block-focus-light {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 15px;
	border-radius: 4px;
}

.feature-text {
	font-weight: bold;
}

/* Panels */
 
.panel {
	margin-bottom: 20px;
	border-radius: 4px;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.1;
}

.panel-body {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
}

.panel-footer {
	margin-bottom: 10px;
	padding-top: 0px;
	text-align: center;
	border: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* Bloodhound plugin */ 

.tt-dataset-surbubs {
	padding: 5px;
	border: none;
	cursor: pointer;
}

/* Alerts */
 
.alert-warning {
	border-radius: 4px !important;
}

.alert-success {
	border-radius: 4px !important;
}

.alert-info {
	border-radius: 4px !important;
}

.alert-danger {
	border-radius: 4px !important;
}

/* Form controls */

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	background-image: none;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.form-control:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Tooltips */

.tooltip.in {
	filter: alpha(opacity = 100);
	opacity: 1;
}

.tooltip-inner {
	max-width: 350px;
	padding: 10px;
	text-align: left;
	border-radius: 6px;
}

.tooltips-disclaimer {
	font-style: italic;
}

/* Messages and labels */

.default-message {
	clear: both;
}

.label {
	padding: 10px;	
}

/* file upload */

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

/* Contact us block */

#contactUsCollapse {
	margin-top: -10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.contactUsContainer {
	background-color: #fff !important;
}

/* Media Specific */

@media (max-width: 380px) {

	.remove-text {
    	display: none !important;
  	}
  	
}

@media (min-width: 768px) {
	/* width: 750px */
	
}

@media (max-width: 991px) {
	
	.radio td {
		padding-top: 5px;
		padding-right: 25px;
	}
	
	h2 {
		font-size: 14pt !important;
	}
	
	h3 {
		font-size: 12pt !important;
	}	

	h4 {
		font-size: 12pt !important;
	}
	
	.styledRadioBtn {
		width: 85px;
	}
	
	.styledRadioBtn label {
		margin-left: 3px;
		margin-right: 3px;
	}
	
	.styledRadioBtnUnder {
		width: 85px;
	}

	.styledRadioBtnUnder label {
		margin-left: 3px;
		margin-right: 3px;
	}	

	.styledRadioGroup {
		width: 18px;
	}
	
	.styledRadioGroup label {
		margin-left: 3px;
		margin-right: 3px;
	}

}

@media (min-width: 992px) {
	/* width: 970px */
	
	.left-block-margin-adjust {
		margin-right: -15px;
	}
	
	.bottom-block-margin-adjust {
		margin-bottom: -15px;
	}
	
	.radio td {
		padding-right: 15px;
	}
	
	.styledRadioBtn {
		width: 95px;
		float: right;
	}

	.styledRadioBtn-default label {
		margin-right: 10px;
	}
	
	.styledRadioBtn label {
		margin-left: 5px;
		margin-right: 5px;
	}
	
	.styledRadioBtnUnder {
		width: 95px;
	}

	.styledRadioBtnUnder-default label {
		margin-right: 10px;
	}

	.styledRadioBtnUnder label {
		margin-left: 5px;
		margin-right: 5px;
	}	
	
	.styledRadioGroup {
		width: 18px;
		float: left;
	}	
	
	.styledRadioGroup-default label {
		margin-right: 10px;
	}	
	
	.styledRadioGroup label {
		margin-left: 5px;
		margin-right: 5px;
	}
	
}

@media (min-width: 1200px) {
	/* width: 1170px */
	
}

@media (max-width: 450px) {

	h2 {
		font-size: medium !important;
	}
	
	.panel-heading {
		font-size: small;
	}
	
	.btn-generic {
		font-size: x-small;
	}
	
	.btn-default {
		font-size: x-small;
	}
	
	.btn-primary {
		font-size: x-small;
	}
	
	.btn-danger {
		font-size: x-small;
	}
	
}

/* Radio buttons and checkboxes */

.radio {
	padding-left: 20px;
}

.radio label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 2px;
}

.radio label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border-radius: 50%;
	-webkit-transition: border 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out;
}

.radio label::after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 11px;
	height: 11px;
	left: 3px;
	top: 3px;
	margin-left: -20px;
	border-radius: 50%;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s
		cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
	opacity: 0;
	z-index: 1;
}

.radio input[type="radio"]:focus+label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.radio input[type="radio"]:checked+label::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

.radio input[type="radio"]:disabled+label {
	opacity: 0.65;
}

.radio input[type="radio"]:disabled+label::before {
	cursor: not-allowed;
}

.radio.radio-inline {
	margin-top: 0;
}

.radio.radio-underneath {
	margin-top: 5px;
}

/* Although the following lines define colour, it is most likely going to be 
white for all JV's. If needed this can be added to the JV css file using the 
important attribute. */ 

.checkbox-primary input[type="checkbox"]:checked+label::after,
	.checkbox-primary input[type="radio"]:checked+label::after {
	color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked+label::after,
	.checkbox-danger input[type="radio"]:checked+label::after {
	color: #fff;
}

.checkbox-info input[type="checkbox"]:checked+label::after,
	.checkbox-info input[type="radio"]:checked+label::after {
	color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked+label::after,
	.checkbox-warning input[type="radio"]:checked+label::after {
	color: #fff;
}

.checkbox-success input[type="checkbox"]:checked+label::after,
	.checkbox-success input[type="radio"]:checked+label::after {
	color: #fff;
}

input[type="checkbox"] .styled:checked+label::before, input[type="radio"] .styled:checked+label::before	{
	color: #fff;
}

input[type="checkbox"] .styled:checked+label::after, input[type="radio"] .styled:checked+label::after {
	color: #fff;
}

.checkbox {
	padding-left: 20px;
}

.checkbox label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 5px;
}

.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border-radius: 3px;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 0;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
}

.checkbox input[type="checkbox"], .checkbox input[type="radio"] {
	opacity: 0;
	z-index: -200;
}

.checkbox input[type="checkbox"]:focus+label::before, .checkbox input[type="radio"]:focus+label::before
	{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked+label::after, .checkbox input[type="radio"]:checked+label::after
	{
	font-family: "FontAwesome";
	content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled+label, .checkbox input[type="radio"]:disabled+label
	{
	opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled+label::before, .checkbox input[type="radio"]:disabled+label::before
	{
	cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
	border-radius: 50%;
}

.checkbox.checkbox-inline {
	position: relative;
	top: -14px;
}

input[type="checkbox"].styled:checked+label:after, input[type="radio"].styled:checked+label:after
	{
	font-family: 'FontAwesome';
	content: "\f00c";
}

/********************************/
/*          Alignment           */
/********************************/

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

@media ( min-width : 768px) {
	.align-header {
		text-align: right;
	}
}

@media ( max-width : 767px) {
	.align-header {
		text-align: left;
	}
}

.margin-fix-left {
	margin-left: -15px;	
}

.margin-fix-right {
	margin-right: -15px;	
}

/********************************/
/*           Spinner            */
/********************************/

.spinner-img {
	display: none;
	padding-left: 10px;
	padding-bottom: 5px;	
}

/********************************/
/*       Bootstrap Modal        */
/********************************/

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
}

/********************************/
/*           Padding            */
/********************************/

.pad-top-none {
	padding-top: 0px;
}

.pad-top-small {
	padding-top: 5px;
}

.pad-top-medium {
	padding-top: 10px;
}

.pad-top-large {
	padding-top: 15px;
}

.pad-top-x-large {
	padding-top: 20px;
}

.pad-bottom-none {
	padding-top: 0px;
}

.pad-bottom-small {
	padding-bottom: 5px;
}

.pad-bottom-medium {
	padding-bottom: 10px;
}

.pad-bottom-large {
	padding-bottom: 15px;
}

.pad-right-small {
	padding-right: 5px;
}

.pad-right-medium {
	padding-right: 10px;
}

.pad-right-large {
	padding-right: 15px;
}

.pad-left-small {
	padding-left: 5px;
}

.pad-left-medium {
	padding-left: 10px;
}

.pad-left-large {
	padding-left: 15px;
}

/********************************/
/*        Glyphicon Sizes       */
/********************************/

.gi-2x {
	font-size: 2em;
}

.gi-3x {
	font-size: 3em;
}

.gi-4x {
	font-size: 4em;
}

.gi-5x {
	font-size: 5em;
}

/********************************/
/*           Margins            */
/********************************/

.margin-top-none {
	margin-top: 0px;
}

.margin-top-small {
	margin-top: 5px;
}

.margin-top-medium {
	margin-top: 10px;
}

.margin-top-large {
	margin-top: 15px;
}

.margin-top-xlarge {
	margin-top: 25px;
}

.margin-top-neg-large {
	margin-top: -15px;
}

.margin-right-small {
	margin-right: 5px;
}

.margin-right-mediun {
	margin-right: 10px;
}

.margin-right-large {
	margin-right: 15px;
}

.margin-left-small {
	margin-left: 5px;
}

.margin-left-medium {
	margin-left: 10px;
}

.margin-left-large {
	margin-left: 15px;
}

.margin-left-xlarge {
	margin-left: 25px;
}

.margin-bottom-none {
	margin-bottom: 0px;
}

.margin-bottom-small {
	margin-bottom: 5px;
}

.margin-bottom-neg-medium {
	margin-bottom: -10px;
}

.margin-bottom-medium {
	margin-bottom: 10px;
}

.margin-bottom-large {
	margin-bottom: 15px;
}

.margin-bottom-xlarge {
	margin-bottom: 20px;
}

.margin-bottom-slarge {
	margin-bottom: 30px;
}

.margin-left-neg-small {
	margin-left: -5px;
}

.margin-left-neg-medium {
	margin-left: -10px;
}

.margin-left-neg-large {
	margin-left: -15px;
}

.margin-right-neg-small {
	margin-right: -5px;
}

.margin-right-neg-medium {
	margin-right: -10px;
}

.margin-right-neg-large {
	margin-right: -15px;
}

/********************************/
/*           General            */
/********************************/

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/financeApps/resources/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('/financeApps/resources/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/financeApps/resources/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/financeApps/resources/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/financeApps/resources/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.consentText {
	font-size: smaller;
}

.strong {
	font-weight: bold;
}

.label-standard {
	display: -webkit-inline-box;
}

.to-uppercase {
	text-transform: uppercase;
}

.to-lowercase {
	text-transform: lowercase;
}

.fine-print {
	font-size:10px;
	font-style:italic;
}

.highlighted {
	font-weight: bold;
	font-size: 10px;
}

.highlighted-medium {
	font-weight: bold;
	font-size: 12px;
}

.form-control-noheader {
	display: inline !important;
  	width: 92% !important;
}

.confirm-page-arrows {
	padding: 6px 0px 7px 0px;
}

.confirm-page-arrows-nobottom {
	padding: 6px 0px 0px 0px;
}

.confirm-page-block {
	padding: 20px 10px 20px 10px;
	margin-left: auto;
	margin-right: auto;
}

.image-grey-border {
	border: solid 1px #e6e6e6;
	padding: 10px
}

.default-color {
	color: #5f5f5f;
}

/********************************/
/*       Bootstrap Alerts       */
/********************************/

.alert {
	padding: 8px 15px 8px 15px;
	border: 1px solid transparent;
	border-radius: 0px;
	margin-bottom: 10px;
}

.alert-danger {
	color: #fff;
	background-color: #cc0000;
	border-color: #cc0000;
}

/********************************/
/*         Form Controls        */
/********************************/

.default-radio-buttons input {
	margin-right: 10px;
}

.radio-button label {	
	padding: 0 5px 0 5px;
}

.lists-custom {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 10px 13px; 
	position: relative; 
	float: left;
}

/********************************/
/*        Scroll to top         */
/********************************/

.scroll-top-wrapper {
    position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #cecece;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-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;
}

