﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background-color:#efefef !important;
    font-size: 14px !important;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;

}

/* Bootstrap overrides*/
 legend
        {
            font-size: 1.0rem !important;
            font-weight:600 !important;
            width: auto !important;
            margin-bottom:.2rem !important;
        }

a:link, a:visited
{
    color: #034af3;
}
.TrialLink
{
    color:Blue;
    text-decoration:none;
    position:absolute; 
    bottom:5px;
    right:10px; 
    z-index:1000; 
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}


p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* 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   
----------------------------------------------------------*/
#logo
{
    float:left;
    margin-top:10px;
    margin-left:-20px;
}
#pageWrapper
{
    width:960px;
    margin:0px auto 0px auto; 
     
}
.page
{
    width: 960px;
    background-color: #fff;
    /*position:relative;*/
    bottom:1px;
    border: 0px solid #496077;
   /*-webkit-border-radius: 0px 0px 12px 12px;*/ /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
     /*-moz-border-radius: 0px 0px 12px 12px;*/ /* FF1-3.6 */
    /*border-radius: 0px 0px 12px 12px;*/ /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
          
    /*-webkit-box-shadow: 0px 5px 10px #000;*/ /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    /*-moz-box-shadow: 0px 5px 10px #000;*/ /* FF3.5 - 3.6 */
          /*box-shadow: 0px 5px 10px #000;*/
          overflow:hidden;
     /*float:left;*/
     clear:both;
    
}

#headwrapper
{
   width:100%;
   background: #2b88bd;
   box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.16), 0px 2px 10px 0px rgba(0,0,0,0.12);
}

#headercontact
{
    float:left; 
    font-size:10px;
    position:relative;
    bottom:5px;  
    margin-top:35px;
    right:25px;
}
a
{
    text-decoration:none;   
}
#headercontact td
{

}
.header
{
    position: relative;
    z-index:1;
    margin: 0px auto;
    padding: 0px;
    
    width: 960px;
    height:100px;
    overflow:hidden;
    /* -webkit-border-radius: 12px 12px 0px 0px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
     /*-moz-border-radius: 12px 12px 0px 0px; /* FF1-3.6 */
       /*   border-radius: 12px 12px 0px 0px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */

}
.accountLogo
{
 
   float:right;
   display:none;
   margin-right:40px;
   position:relative;
   bottom:80px;

}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.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;
    float:left;
    clear:both;
}




/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    width:40%; 
    background:white; 
}


div.errorSummary
{
    /*position:relative !important;
    height:100px;
    color:red;
    float:left;
    margin-left:300px;
    bottom:30px;*/
}


fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}


input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    float:left;
    clear: both;
 
    width:100%;
    height:10px;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: 100%;
    
}

.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;
}

#pageTitle
{
    width:100%;
    text-align:left;
    height:30px;
    border-bottom:1px solid black;
    position:relative;
    bottom:10px;
}
/*////////////ManageClient.aspx Styles Below////////////////*/

.messageContainer
{
    width:100%;
    float:left;
    display:none;
    margin:0px 0;
    margin-bottom:0;
}


.systemMessages
{
    color:red;
    text-align:center;
    padding:10px;
    float:left;
    
    display:block;
  
}

 embed
 {
    position:relative !important;
    z-index:1000 !important; 
 }
 object
 {
    position:relative !important;
    z-index:1000 !important;    
 }
#norecords
{

    width:300px;
    margin:20px auto; 
    text-align:center;
    font-size:18px;
}
embed#webcam_movie
{
    position:relative;
    z-index:1000;   
}
td
{
    position:relative;
    /*z-index:1000;*/   
}

box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.16), 0px 2px 10px 0px rgba(0,0,0,0.12);

/*Jquery Menu CSS below*/
#mega-menu-1 {
	font: normal 13px Arial, sans-serif;
	list-style: none;
	position: relative;
	z-index:5000;
	padding: 0;
	margin: 0;
	
}
#mega-menu-1 li ul, #mega-menu-1 .sub {
display: none;

}
#mega-menu-1 .sub ul {
display: block;
}
#mega-menu-1 {
/*background: #222;*/
width: 100%;
height: 40px;
position: relative;
z-index:1;
}
#mega-menu-1 li {
float: left;
margin: 0;
padding: 0;
font-weight: bold;
}
#mega-menu-1 li a {
float: left;
display: block;
color: #fff;
padding: 12px 25px;
/*background: #222;*/
text-decoration: none;
}
#mega-menu-1 li.mega-hover a, #mega-menu-1 li a:hover {
/*background: #CCC;*/
/*color: #000;*/
color:Orange;
}
#mega-menu-1 li .sub-container {
position: absolute;
}
#mega-menu-1 li .sub {
background: #efefef;
padding: 15px;
border: 1px solid #ccc;
}
#mega-menu-1 li .sub .row {
width: 100%;
overflow: hidden;
clear: both;
}
#mega-menu-1 li .sub li {
list-style: none;
float: none;
width: 170px;
font-size: 1em;
font-weight: normal;
}
#mega-menu-1 li .sub li.mega-hdr {
margin: 0 10px 10px 0;
float: left;
}
#mega-menu-1 li .sub li.mega-hdr.last {
margin-right: 0;
}
#mega-menu-1 li .sub a {
background: none;
color: #111;
padding: 7px 10px;
display: block;
float: none;
font-size: 0.9em;
}
#mega-menu-1 li .sub li.mega-hdr a.mega-hdr-a {
padding: 5px 15px;
margin-bottom: 5px;
background: #6B6B6B;
text-transform: uppercase;
font-weight: bold;
color: #fff;
}
#mega-menu-1 li .sub li.mega-hdr a.mega-hdr-a:hover {
color: #000;
}
#mega-menu-1 .sub li.mega-hdr li a {
padding: 4px 5px;
font-weight: normal;
}
#mega-menu-1 .sub li.mega-hdr li a:hover {
color: #a32403;
background: #efefef;
}
#mega-menu-1 .sub ul li {
padding-right: 0;
}
#mega-menu-1 li .sub-container.non-mega .sub {
padding: 10px;
}
#mega-menu-1 li .sub-container.non-mega li {
padding: 0;
width: 190px;
margin: 0;
}
#mega-menu-1 li .sub-container.non-mega li a {
padding: 7px 5px 7px 22px;
}
#mega-menu-1 li .sub-container.non-mega li a:hover {
color: #a32403;
background: #efefef;
}
#menuContainer
{
    position:relative;
    z-index:1000; 
    /*width:100%;*/
    margin:0px auto;
    text-align:center;
}
/*End Jquery menu css*/
a
{
    border:none; 
      
}
#mega-menu li
{
    background:none !important;   
}
#mega-menu li a
{
    background:none !important;   
}