﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
	background-color: #4b90c1;
	font-size: .85em;
	margin: 0;
	padding: 0;
	color: #696969;
	background-color: #FFFFFF;
	font-family: "Open Sans", Trebuchet MS, san-serif;
}


#UpdateBulkSignups {
	background: url("/Content/Images/Process-Bulk-Signups.png") no-repeat;
	width: 180px;
	border: 0;
	padding: 5px;
	text-indent: -9999px;
	color: transparent !important;
	cursor: pointer;
}

#bgImage {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.bgwidth {
	width: 100%;
}

.bgheight {
	height: 100%;
}

html {
	min-height: 100%;
}

a:link {
	color: #034af3;
	text-decoration: underline;
}

a:visited {
	color: #505abc;
}

a:hover {
	color: #A9A9A9;
	text-decoration: none;
}

a:active {
	color: #12eb87;
}

p, ul {
	margin-bottom: 20px;
	line-height: 1.6em;
}

header,
footer,
nav,
section {
	display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-size: 1.5em;
	color: #000;
}

h1 {
	font-size: 2em;
	padding-bottom: 0;
	margin-bottom: 0;
}

h2 {
	padding: 0 0 10px 0;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
	color: rgb(45,44,115);
}

h5, h6 {
	font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 55px;
}

header, #header {
	position: relative;
	margin-bottom: 0px;
	color: #000;
	padding: 0;
}

header h1, #header h1 {
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	color: #fff;
	border: none;
	line-height: 2em;
	font-size: 32px !important;
	text-shadow: 1px 1px 2px #111;
}

#main {
	padding: 30px 30px 15px 30px;
	background-color: #E2F4FD;
	border-radius: 4px 0 0 0;
	-webkit-border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
}

#left {
	float: left;
	width: 200px;
}

#TopDetails {
	/* background-color: #fff; */
	height: 10%;
	width: 100%;
	/*border: 1px dotted #5c87b2;
  padding:5px 5px 5px 5px;*/
}

#TopDetails td {
	font-size: 0.7em;
}

#TopDetails th {
	background: white url(media/glossyback2.gif) repeat-x bottom left;
	font-size: 0.7em;
	color: #fff;
}

footer, #footer {
	background-color: #E2F4FD;
	color: #999;
	padding: 10px 0;
	text-align: center;
	line-height: normal;
	margin: 0 0 30px 0;
	font-size: .9em;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
}

.logout a {
    text-decoration: none;
    background: url("../../content/Images/logout.png") no-repeat scroll 0% 0% transparent;
    width: 60px;
    height: 24px;
    padding: 12px 30px 10px 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    color: rgb(35, 31, 32);
    text-align: justify;
    text-decoration: none !important;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
	padding: 0 0 2px;
	position: relative;
	margin: 0;
    padding-bottom: 0px;
}

ul#menu li {
	display: inline;
	list-style: none;
    cursor: pointer;
}

ul#menu li#greeting {
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	color: #fff;
}

ul#menu li a {
	border: 0;
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	background-color: #00B1F0;
	color: #FFFFFF;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
    white-space: nowrap;
}

ul#menu li a.active {
    background-color: rgb(176, 47, 124);
    color: rgb(255, 255, 255);
}

ul#menu li a:not(.active):hover {
    background-color: #0399ce;
	text-decoration: none;
}

ul#menu li.selected a {
	background-color: #00B1F0;
	color: #ffffff;
}

ul.submenu {
	clear: both;
	float: left;
}

ul#imgmenu {
	list-style: none;
	margin-left: 0;
	padding: 0px;
	clear: both;
	float: left;
}

ul#imgmenu li {
	display: inline;
	border: 0;
	padding: 0px;
}

ul#imgmenu li a {
	border: 0;
	padding: 0px;
}

ul#imgmenu li a:hover {
	background-color: White;
	text-decoration: none;
}

ul#imgmenu li a:active {
	background-color: White;
	color: White;
	text-decoration: none;
}

ul#imgmenu li.selected a {
	background-color: White;
	color: White;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
	border: 2px solid #5c87b2;
	padding: 0 1.4em 1.4em 1.4em;
	margin: 0 0 1.5em 0;
	color: #5c87b2;
}

legend {
	font-size: 1.2em;
	font-weight: bold;
	color: rgb(45,44,115);
}

textarea {
	min-height: 75px;
}

input[type="text"], input[type="password"] {
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 1.1em;
	color: #444;
	width: 200px;
}

select {
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 14px;
	color: #444;
}

select:disabled {
    background-color: #ebebe4;
}

input[type="submit"], input[type="button"] {
	font-size: 1.1em;
	padding: 5px;
}

/* TABLE
----------------------------------------------------------*/

table {
	border-collapse: collapse;
}

table td {
	padding: 5px;
}

table th {
	padding: 6px 5px;
	text-align: left;
	background-color: #e8eef4;
}

/* MISC  
----------------------------------------------------------*/
.clear {
	clear: both;
}

.error {
	color: Red;
}

.success {
	color: Green;
}


nav, #menucontainer {
	margin-top: 40px;
    text-align: right;
}

#submenucontainer {
	margin-top: 0px;
}

div#title {
	display: block;
	float: left;
	text-align: left;
}

#logindisplay {
	font-size: 12px;
	display: block;
	text-align: right;
	margin: 10px;
	color: #231F20;
}

#logindisplay a:link {
	color: #000080;
	text-decoration: underline;
}

#logindisplay a:visited {
	color: #000080;
	text-decoration: underline;
}

#logindisplay a:hover {
	color: #000080;
	text-decoration: none;
}

.fbinput {
	margin-top: 10px;
	display: inline-block;
	text-align: left;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
	color: #ff0000;
}

.field-validation-valid {
	display: none;
}

.input-validation-error {
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors {
	font-weight: bold;
	color: #ff0000;
}

.validation-summary-valid {
	display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label {
	margin: 1em 0 0 0;
}

.display-field, .editor-field {
	margin: 0.5em 0 0 0;
}

.text-box {
	width: 30em;
}

.text-box.multi-line {
	height: 6.5em;
}

.tri-state {
	width: 6em;
}

/*STyle for left menu glossy
-----------------------------------------*/
.glossymenu {
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 170px;
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
}

.glossymenu li a {
	background: white url(media/glossyback.gif) repeat-x bottom left;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
}


* html .glossymenu li a { /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active {
	color: white;
}

.glossymenu li a:hover {
	background-image: url(media/glossyback2.gif);
}

p.bodyText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: smaller;
	color: Black;
}

.activeLink {
	background-color: #000080;
	color: #ffffff;
}

.inActiveLink {
	background-color: #D3D3D3;
	color: #000080;
}

img {
	border-width: 0;
}

.jqplot-target {
	margin: 30px;
}

.tooltipCss {
	position: absolute;
	background-color: #b2b1ac;
	color: White;
	z-index: 200;
	padding: 5px;
	border-radius: 5px;
	display: none;
}

.logout a {
	text-decoration: none;
	/*logout image is not available causing an warning/error when browser tries to fetch the image. Global.asax code is unneccessry called to log this
        once the image is available below code can be uncommented
        background: url("../../Images/logout.png") no-repeat scroll 0% 0% transparent;*/
	width: 60px;
	height: 24px;
	padding: 12px 30px 10px 30px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: rgb(35, 31, 32);
	text-align: justify;
	text-decoration: none !important;
}

.fileinput-button {
	float: left;
	margin-right: 4px;
	overflow: hidden;
	position: relative;
}

.btn {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #F5F5F5;
	background-image: -moz-linear-gradient(center top, #FFFFFF, #E6E6E6);
	background-repeat: repeat-x;
	border-color: #E6E6E6 #E6E6E6 #A2A2A2;
	border-image: none;
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #333333;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	padding: 4px 14px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
}

.fileinput-button input {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	-moz-transform: translate(-300px, 0px) scale(4);
	filter: alpha(opacity=0);
	border-left: transparent 200px solid;
	border-color: transparent;
	border-image: none;
	border-style: solid;
	border-width: 0 0 100px 200px;
	cursor: pointer;
	direction: ltr;
	margin: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.MultiFile-label {
	padding-left: 50px;
	padding-top: 10px;
	font-size: larger;
}

.documentUpload {
	margin-left: 27%;
}

#divLoadingProgress {
	z-index: 9999;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	width: 100px;
	height: 100px;
	text-align: center;
	background-color: #E2F4FD;
	color: #00B1F0;
	border: 2px solid #5C87B2;
	-moz-box-shadow: 0 0 30px 5px #999;
	-webkit-box-shadow: 0 0 30px 5px #999;
}
