﻿/* DEFAULTS
----------------------------------------------------------*/

body {
	padding-right: 0; 
	padding-left: 0; 
}

p
{
	margin-bottom: 10px;
	line-height: 1.6em;
}

em {
    display: block;
}

.align-right
{
	 text-align: right !important;
}

/* HEADINGS   
----------------------------------------------------------*/

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */

.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
	width: 960px;
	background-color: #fff;
	margin: 20px auto 0px auto;
	border: 1px solid #496077;
}

.main
{
	padding: 0px 12px;
	margin: 12px 8px 8px 8px;
	min-height: 420px;
}

.leftCol
{
	padding: 6px 0px;
	margin: 12px 8px 8px 8px;
	width: 200px;
	min-height: 200px;
}

.footer
{
	color: #4e5766;
	padding: 8px 0px 0px 0px;
	margin: 0px auto;
	text-align: center;
	line-height: normal;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
	background-color: #3a4f63;
	width: 100%;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
	margin: 1em 0px;
	padding: 1em;
	border: 1px solid #ccc;
}

fieldset p
{
	margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
	display: block;
}

fieldset label.inline
{
	display: inline;
}

legend
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
    margin-bottom: 0;
    border-bottom: none 0;
    width: auto;
    line-height: normal;
}

input.textEntry
{
	width: 320px;
	border: 1px solid #ccc;
}

input.passwordEntry
{
	width: 320px;
	border: 1px solid #ccc;
}

div.accountInfo
{
	width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
	clear: both;
}

.title
{
	display: block;
	float: left;
	text-align: left;
	width: auto;
}
.logoImage {
	margin-top: 3px;
}
.loginDisplay
{
	font-size: 1.1em;
	display: block;
	text-align: right;
	padding: 10px;
	color: White;
}

.loginDisplay a:link
{
	color: white;
}

.loginDisplay a:visited
{
	color: white;
}

.loginDisplay a:hover
{
	color: white;
}

.failureNotification
{
	font-size: 1.2em;
	color: Red;
}

.bold
{
	font-weight: bold;
}

.submitButton
{
	text-align: right;
	padding-right: 10px;
}
.blueButton
{
	background-image: url('../images/button_blue_narrow_s.jpg');
	background-repeat: repeat-x;
	padding: 5px;
}


textarea
{
	font-size: inherit;
	font-family: inherit;
}
/* cellpadding */
th, td
{
	padding: 5px;
	font-size: inherit;
}

/* valign */
th, td
{
	/*vertical-align: top;*/
}

/* cellspacing */
table
{
	/*border-collapse: collapse;
	border-spacing: 0;*/
}
/* align (center) */
table
{
	/*margin: 0 auto;*/
}

table.contentBox
{
	background-color: #4E6388;
}
.contentBoxItem TD
{
	font-size: 12pt;
	color: White;
	white-space: nowrap;
	padding-right: 36px;
}
td.contentBoxLabel
{
	font-size: 12pt;
	color: White;
	white-space: nowrap;
}
.table.table-bordered thead {
	background-color: #f1f1f1;
}

.dashHeader {
	background-color: white;
	color: rgb(0, 32, 96);
	border-bottom: 1px solid rgb(0, 32, 96);
	font-size: 14pt;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	margin-top: 0px;
	padding-bottom: 10px;
	margin-left: 0px;
	padding: 10px;
	text-align: left;
	margin-bottom: 1px;
}

tr.gridViewPager
{
	text-align: right;
}

.radialBorder
{
	padding: 5px;
	border-width: 2px;
	border-style: solid;
	border-color: #4E6388;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.modalOverlay
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in;
	z-index: 101;
}

.modalWindow
{
	position: fixed;
	top: 150px;
	margin: 0;
	border: 2px solid #fff;
	width: 180px; /*height:30px;*/
	text-align: center;
	word-spacing: 2px;
	line-height: 15px;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	padding: 10px;
	opacity: 0;
	z-index: 102;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7c9bc0), color-stop(2%, #416086), color-stop(100%, #293e56));
	-webkit-border-radius: 8px;
	-webkit-box-shadow: -1px 2px 12px rgba(0, 0, 0, 0.91);
	-webkit-transition: opacity 0.3s ease-in;
}

.whiteLink
{
	color: White;
	font-weight: normal;
	text-decoration: none;
	font-size: 10pt;
}

.whiteLink:link, visited
{
	text-decoration: none;
}

.whiteLink a:hover
{
	text-decoration: underline;
}

.whiteLink:active
{
	text-decoration: none;
}

.bootstrap_btn
{
	-webkit-border-image: none;
	-webkit-box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
	background-color: #006DCC;
	background-image: -webkit-linear-gradient(top, #08C, #04C);
	background-repeat: repeat-x;
	border-bottom-color: rgba(0, 0, 0, 0.247059);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: rgba(0, 0, 0, 0.0980392);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgba(0, 0, 0, 0.0980392);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgba(0, 0, 0, 0.0980392);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top-style: solid;
	border-top-width: 1px;
	box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-family: 'Helvetica Neue' , Helvetica, Arial, sans-serif;
	font-size: 12pt;
	line-height: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 11px;
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 11px;
	text-align: center;
	text-decoration: none;
	text-shadow: rgba(0, 0, 0, 0.247059) 0px -1px 0px;
	vertical-align: middle;
}

.bootstrap_btn_secondary
{
	-webkit-border-image: none;
	-webkit-box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
	background-color: whiteSmoke;
	background-image: -webkit-linear-gradient(top, white, #E6E6E6);
	background-repeat: repeat-x;
	border-bottom-color: rgba(0, 0, 0, 0.247059);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: rgba(0, 0, 0, 0.14902);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgba(0, 0, 0, 0.14902);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgba(0, 0, 0, 0.14902);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top-style: solid;
	border-top-width: 1px;
	box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-family: 'Helvetica Neue' , Helvetica, Arial, sans-serif;
	font-size: 12pt;
	line-height: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 11px;
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 11px;
	text-align: center;
	text-decoration: none;
	text-shadow: rgba(255, 255, 255, 0.74902) 0px 1px 1px;
	vertical-align: middle;
}

.addressHeader
{
	font-size: 10pt;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #0066FF;
	height: 28px;
	margin-bottom: 12px;
}

.validationSummary
{
	color: Red;
	font-weight: bolder;
}
.nowrap
{
	white-space: nowrap;
}

.search-filter .control-label
{
    float: left;
    width: 110px;
    line-height: 28px;
}

.search-filter .controls .checkbox
{
    /*padding-left: 130px;*/
}

.search-filter .date-range 
{
    display: inline-block;
}

.align-center
{
	text-align: center !important;
}

.search-filter .radio
{
    display: inline-block;
}

.form-horizontal .control-label
{
    text-align: left;
}

.monodate
{
	font-family: monospace;
}

.table-large-label td
{
	font-size: large;
}

input.input-validation-error {
	border: 1px solid red;
}

.validation-summary-errors li {
	color: red;
}

.report-desc {
	color: #999999;
	font-size: 14px;
	line-height: 40px;
}

@keyframes button-spin {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}


button.btn.loading {
	position: relative;
	cursor: default;
	
	text-shadow: none !important;
	color: transparent !important;
	opacity: 1;
	cursor: not-allowed;
	pointer-events: none;
	-webkit-transition: all 0s linear,opacity .1s ease;
	transition: all 0s linear,opacity .1s ease;
}

button.btn.loading:before {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	margin: -.64285714em 0 0 -.64285714em;
	width: 1.28571429em;
	height: 1.28571429em;
	border-radius: 500rem;
	border: .2em solid rgba(0,0,0,.15);
}

button.btn.loading:after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	margin: -.64285714em 0 0 -.64285714em;
	width: 1.28571429em;
	height: 1.28571429em;
	-webkit-animation: button-spin .6s linear;
	animation: button-spin .6s linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	border-radius: 500rem;
	border-color: #fff transparent transparent;
	border-style: solid;
	border-width: .2em;
	box-shadow: 0 0 0 1px transparent;
}

.EnviromentWarningBar {
    text-align: center;
    background: repeating-linear-gradient(45deg, transparent, transparent 10px, #F6D700 10px, #F6D700 20px), linear-gradient(to bottom, yellow, orange);
    font-weight: bold;
    height: 23px;
}

.dashed-underline {
    border-bottom: grey dashed 1px;
    cursor: help;
}

.selectize-control .description {
    font-size: 12px;
    opacity: 0.8;
}

.wide-selectize-dropdown .selectize-dropdown {
    min-width: 350px;
}

select[readonly] {
    pointer-events: none;
}