﻿/*@font-face {
font-family: ubuntu;
src: url(https://www.hydrop.com/fonts/Ubuntu-Medium.ttf);
}*/
.info-banner 
{
	min-height: 0;
	margin: 0;
	padding: 0.5em 0;
	font-weight: bold;
	font-size: 1.2em;
}

/* DOM Elements */
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, /*ol, ul, li,*/
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    /*font-size:100%;
    font:inherit;*/
    vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure, 
footer,
header,
hgroup,
menu,
nav,
section {
    display:block;
}
b {
    font-weight:bold;
}
blockquote, q
{
    quotes:none;
}
blockquote:before,
blockquote:after,
q:before,
q:after
{
    content:'';
    content:none;
}
body
{
    font-family:Arial, Tahoma, Verdana, Sans-Serif;
    font-size:12px;
    line-height: 1;
    overflow:hidden;
    text-align: center;
    width:100%;
}
i
{
    font-style:italic;
}
label 
{
    padding:4px 0 0 0;    
}

p {
    margin: 1em 0;
}
ul, ol {
    margin: 1em 0;
}

ul ul, ol ol {
    margin: 0.3em 0;
}
ul {
    list-style-type: circle;
}
ul li, 
ol li {
	margin:0 0 0.5em;
}
table
{
    border-collapse:collapse;
    border-spacing:0;
}
textarea
{
    font:inherit;
}
/* End Reset */

* html .clearfix
{
    height:1%;
}
* html #Overlay
{
    position:absolute;
    right:expression((0 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft:document.body.scrollLeft)) +'px');
    top:expression((0 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop)) +'px');
    z-index:98;
}
* html #TableHolder
{
    position:absolute;
    right:expression((0 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft:document.body.scrollLeft)) +'px');
    top:expression((0 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop)) +'px');
    z-index:99;
}
html[xmlns] .clearfix
{
    display:block;
}

input, textarea, select  
{
    border: 1px solid #bbb;
    border-radius:3px;
    margin: 3px 0px 0px;
    padding:2px;
    color: #333333;
}
input[type="checkbox"]  
{
    border: none;
}

a:visited
{
	color: #0087d6;
}

/* End DOM Elements */

/* Class Styles */
.button {
    background-color:#f0f0f0 !important;    
    background-image:none !important;    
    border-left: 1px solid #aaa !important;
    border-top: 1px solid #aaa !important;
    border-bottom: 2px solid #aaa !important;
    border-right: 2px solid #aaa !important;
    border-radius:5px !important;
    cursor:pointer !important;
    padding: 2px 3px !important;
    width:auto !important;
}
.button:active {
    border:1px solid #aaa !important;
    border-left:2px solid #aaa !important;
    border-top:2px solid #aaa !important;
}
.clearfix 
{
    display:inline-block;
}
.clearfix:after
{
    clear:both;
    content:".";
    display:block;
    height:0;
    line-height:0;
    visibility:hidden;
}
.containerStyle {
    -moz-box-shadow:0px 10px 5px -5px #ccc;/* for firefox 3.6+ */
    -webkit-box-shadow:0px 10px 5px -5px #ccc;/* for webkit browsers */
    
    background-color: #fafafa;   
    border: 1px solid #d5dfe5;
    border-radius: 5px;
    box-shadow: 0px 10px 5px -5px #ccc;
    margin: 10px auto 5px;
    padding: 7px;
    position: relative;
}
.HydropBlueBackground {
    background-color: #0099d8 !important;
    color: white !important;
}
.HydropGreenBackground {
    background-color: #5cb85c !important;
    color: white !important;
}
.HydropYellowBackground {
    background-color: #ffbd4c !important;
}
.HydropRedBackground {
    background-color: #ff4c4c !important;
    color: white !important;
}
.HydropPurpleBackground {
    background-color: #7f4c7f !important;
    color: white !important;
}
/* End Class Styles */

/* ID Styles */
#Container,
#MainFormBody
{
    margin:0 auto;
    min-width:822px;
    padding:0 10px;
    text-align:center;
    width:auto;
    position:relative;
    z-index:50;
}
#ContentHolder
{
    border:none;
    height:100%;
    margin:0 auto;
}
#ContentHolder div
{
    text-align:left;
}
#ContentHolder h1
{
    font-size:1.3em;
    padding-bottom:10px;
    padding-bottom:25px;
    text-align:center;
    text-decoration:underline;
}
#ContentHolder input[type="text"]
{
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    display:inline-block;
    width:200px;
}
#ContentHolder label
{
    display:inline-block;
    width:97px;
}
#ContentHolder tr
{
    border:none;
    margin:auto;
}
#ContentHolder tr td
{
    border:none;
    vertical-align:middle;
}
#ContentHolder .containerStyle
{ 
    box-shadow:0 0 7px #fff;
    padding:20px;
    width:300px;
}
#ContentHolder .responseInputs
{
    float:right;
    padding:10px 0 0;
}
#ContentHolder .responseInputs input
{
    cursor:pointer;
}
#Overlay
{
    /*background-color:#000;  Users reporting screen "flicker" when doing fast updates*/
    display:none;
    filter:alpha(opacity=70);
    height:100%;
    left:0;
    /*opacity:0.7; Users reporting screen "flicker" when doing fast updates*/
    position:fixed;
    top:0;
    width:100%;
    z-index:98;
}
#TableHolder
{
    display:none;
    height:100%;
    left:0px;
    position:fixed;
    top:0px;
    width:100%;
    z-index:99;
}
/* End ID Styles*/



/*Hydrop.com style overrides*/
header {
position: relative;
margin: 0.7em auto;
}
.wrap {
    text-align: left;
    font-family: Arial;
}
.wrap > nav li a {
padding: 1.4em 0 2em;
height: 3.5em;
font-size: 1.5em;
}

.wrap > nav li#homeNavItem a {
background-image: none!important;
}

.wrap > nav li#homeNavItem a:hover {
    background-image: none!important;
}

.wrap > nav li#ourCompanyNavItem, .wrap > nav li#homeNavItem {
    width: 120px!important;
    display: inline-block;
    margin: 0;
}
@media only screen and (max-width: 608px) {
    .wrap > nav li#ourCompanyNavItem {
        width: 100%;
    }
}

.login-banner {
    background: url(/images/login/training-room.jpg) no-repeat;
    background-size: 80%;
    position: relative;
    margin: 1em auto;
}

@media only screen and (max-width: 760px) {
            .login-banner {
                background-size: 100%;
            }
        }
@media only screen and (max-width: 580px) {
            .login-banner h2 {
                display: none;
            }
        }
.login-banner h2 {
color: #1e1e1e;
font-size: 3em;
/* text-shadow: 1px 1px 0px #000; */
background: none;
padding: 0.3em;
margin-top: 1em;
opacity: 1;
text-align: center;
position: static;
}

.form-horizontal .control-label {
    text-align: left;
}

.wrap p {
    line-height: 1.4em;
}

/*========Compass reader popups styles========*/

.compass-intro
{
	width: 900px;
}

.compass-timed 
{
	width: 550px;
}

.compass-intro .text-info
{
	white-space: nowrap;
}

.compass-intro, .compass-timed, .compass-readonly, .compass-no-data 
{
	font-size: 16px;
	line-height: 1.2em;
}

.compass-intro .intro-img
{
	float: right;
	padding-left: 20px;
}

.compass-intro .compass-brand-image, .compass-timed .compass-brand-image, .compass-readonly .compass-brand-image, .compass-no-data .compass-brand-image
{
	position: absolute;
	right: 0;
	bottom: 0;
}

.compass-intro h2, .compass-timed h2, .compass-readonly h2
{
	font-size: 1.8em;
}

.compass-brand 
{
	text-transform: uppercase;
	font-family: Ubuntu;
	font-weight: 600;
}

/*========End Compass reader popups styles========*/

/*========Compass timed popup styles========*/

.btn-cta {
	background: #bfd255;
	background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#8eb92a), color-stop(51%,#72aa00), color-stop(100%,#9ecb2d));
	background: -webkit-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%);
	background: -o-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%);
	background: -ms-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%);
	background: linear-gradient(to bottom, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 );
	box-shadow: inset 0px 2px 2px #dddddd;
	/* border: 1px solid #8CC199; */
	border: 1px solid #207cca;
	padding-right: 50px;
	border-radius: 0 25px 25px 0;
	position: relative;
	/* color: #019E26; */
	color: #fff;
	margin: 0 20px 0 0;
	font-weight: bold;
	text-shadow: 1px 1px 1px #666666;
}

/*========End Compass timed popup styles========*/

/*========PPM panel styles========*/

.panel-group.default 
{
    margin-bottom: 5px;
}
.panel-group.default .panel 
{
    border: none;
    box-shadow: none;
}
.panel-group.default .panel>.panel-heading 
{
    background-color: #fafafa;
}
.panel-group.default .panel .panel-body 
{
    padding: 5px;
    background-color: #fafafa;
    border-top: none;
}
.panel-group.default .panel .panel-heading 
{
    background-color: #fafafa;
    padding: 3px 3px 3px 3px;
}
.panel-group .panel .panel-heading:hover {
  cursor: pointer;
}
.panel-group.default .panel .panel-heading>legend.collapsed:after 
{
    content: "\f078";
    font-family: 'FontAwesome';
    opacity: 0.8;
    float: left;
    padding-right: 5px;
}
.panel-group.default .panel .panel-heading>legend:after 
{
	content: "\f077";
    font-family: 'FontAwesome';
    opacity: 0.8;
    float: left;
    padding-right: 5px;
}
.panel-clr {
    background-color:white;
}     
.panel-clr.WidgetSelected {
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 50px #0087d6;
}
#overlay {
    position: fixed;
    width: 100%;
    /*height: 10%;*/
    height:auto;
    /*top: 0;*/
    left: 0;
    right: 0;
    bottom: 0;
    background-color: lightgray;
    z-index: 2;
    padding:25px;
}
.alert-close {
	background: rgba(255,255,255,0.1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4),inset 0 -1px 2px rgba(255,255,255,0.25);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4),inset 0 -1px 2px rgba(255,255,255,0.25);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4),inset 0 -1px 2px rgba(255,255,255,0.25);
	color: #FFFFFF;
	cursor: pointer;
	font-size: 18px;
	font-weight: normal;
	height: 22px;
	line-height: 24px;
	position: absolute;
	right: 11px;
	text-align: center;
	top: 9px;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	width: 22px;
}




/*========End PPM panel styles========*/



#MainContainer table tr.row-highlight {
    background-color: #eded6d !important;
    transition: background-color 1.5s ease;
}

.hide {
    display: none;
}

.show {
    display: inline-block;
}


