﻿/***
     ----- DEFAULT -----
                        ***/


body { height: 100%; 
}

html, body {
    margin: 0;
    padding: 0;
   font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.main-container 
{
    width:1000px;
    max-width:1000px;
    margin:0 auto 0 auto;    
}

p { font-size: 13px; color: #666; padding-bottom: 10px; font-family: "open Sans", Sans-Serif; }

a:link { color: #536097; text-decoration: underline;}
a:visited { color: #536097; text-decoration: underline;}
a:active { color: #536097; text-decoration: underline;}
a:hover { color: #536097; text-decoration: underline;}

h2 { font-size: 22px; color: #aaa; padding: 5px 0 5px 0; }
h3 { font-size: 18px; color: #999; padding: 5px 0 5px 0; }


/***
     ----- HEADER -----
                        ***/


.pathwayContentWrapper{
    display:contents !important;
}

    .pathwayContentWrapper  pre:empty {
        display: none;
    }
    .pathwayContentWrapper  pre:empty p:empty {
        display: none;
    }
    .pathwayContentWrapper pre p:empty {
        display: none;
    }
    .pathwayContentWrapper p:empty {
        display: none;
    }
    .pathwayContentWrapper strong:empty {
        display: none;
    }
    .pathwayContentWrapper strong {
        display: contents;
    }

#top-header  
{
    width:100%;
    background-color:#EEEEEE; 
    height:50px;
    line-height: 50px;
    padding-top: 5px;
}

.top-left-label 
{
    float: left;
    line-height: 50px;
}

.top-button-orange-secure
{
    background-image: url('../img/orange_button.png'); 
    background-position:center;
    background-repeat: no-repeat;
    display: block;
    height: 37px;
    width: 112px;
    color: #FFF !important;
    text-decoration: none !important;
    text-align:center;
    padding: 4px;
    line-height:37px;
    float:right;
    padding-left: 20px;
}

a.form-button:link { font-weight: 400; text-decoration: none; background-color: #1ab394;  border-color: #1ab394;  color: #FFFFFF !important;  border-radius: 3px;  margin-bottom: 5px;  padding: 5px 10px;  font-size: 12px;  line-height: 1.5; }
a.form-button:active { text-decoration: none; background-color: #1ab394;  border-color: #1ab394;  color: #FFFFFF !important;  border-radius: 3px;  margin-bottom: 5px;  padding: 5px 10px;  font-size: 12px;  line-height: 1.5; }
a.form-button:visited { text-decoration: none; background-color: #1ab394;  border-color: #1ab394;  color: #FFFFFF !important;  border-radius: 3px;  margin-bottom: 5px;  padding: 5px 10px;  font-size: 12px;  line-height: 1.5; }
a.form-button:hover { text-decoration: none; background-color: #25A589;  border-color: #25A589;  color: #FFFFFF !important;  border-radius: 3px;  margin-bottom: 5px;  padding: 5px 10px;  font-size: 12px;  line-height: 1.5; }

a.green-button:link { font-weight: 400; text-decoration: none; background-color: #1ab394;  border-color: #1ab394;  color: #FFFFFF !important;  border-radius: 3px;  margin-bottom: 5px;  padding: 6px 12px; font-size: 14px;  line-height: 1.5; font-family: "Open Sans", Sans-Serif; }
a.green-button:active { text-decoration: none; background-color: #1ab394;  border-color: #1ab394;  color: #FFFFFF  !important;  border-radius: 3px;  margin-bottom: 5px;  padding: 6px 12px; font-size: 14px;  line-height: 1.5; }
a.green-button:visited { text-decoration: none; background-color: #1ab394;  border-color: #1ab394;  color: #FFFFFF  !important;  border-radius: 3px;  margin-bottom: 5px; padding: 6px 12px;  font-size: 14px;  line-height: 1.5; }
a.green-button:hover { text-decoration: none; background-color: #25A589;  border-color: #25A589;  color: #FFFFFF  !important;  border-radius: 3px;  margin-bottom: 5px;  padding: 6px 12px;  font-size: 14px;  line-height: 1.5; }

a.green-button-dashboard:link { display: block; text-align:center; width:156px !important;  font-weight: 400; text-decoration: none; background-color: #1ab394;  border-color: #1ab394;  color: #FFFFFF !important;  border-radius: 3px;  margin-bottom: 5px;  padding: 6px 12px; font-size: 14px;  line-height: 1.5; font-family: "Open Sans", Sans-Serif;  }
a.green-button-dashboard:active { display: block; text-align:center; min-width:156px !important; text-decoration: none; background-color: #1ab394;  border-color: #1ab394;  color: #FFFFFF  !important;  border-radius: 3px;  margin-bottom: 5px;  padding: 6px 12px; font-size: 14px;  line-height: 1.5; }
a.green-button-dashboard:visited { display: block; text-align:center; min-width:156px !important; text-decoration: none; background-color: #1ab394;  border-color: #1ab394;  color: #FFFFFF  !important;  border-radius: 3px;  margin-bottom: 5px; padding: 6px 12px;  font-size: 14px;  line-height: 1.5; }
a.green-button-dashboard:hover { display: block; text-align:center; min-width:156px !important; text-decoration: none; background-color: #25A589;  border-color: #25A589;  color: #FFFFFF  !important;  border-radius: 3px;  margin-bottom: 5px;  padding: 6px 12px;  font-size: 14px;  line-height: 1.5; }
a.green-button-dashboard .fa { margin-right:5px; }

a.orange-button:link { font-weight: 400; text-decoration: none; background-color:  #f7a54a;  border-color:  #f7a54a;  color: #FFFFFF !important;  border-radius: 3px;  margin-bottom: 5px;  padding: 6px 12px; font-size: 14px;  line-height: 1.5; font-family: "Open Sans", Sans-Serif; }
a.orange-button:active { text-decoration: none;  background-color:  #f7a54a;  border-color:  #f7a54a; color: #FFFFFF !important;  border-radius: 3px;  margin-bottom: 5px;  padding: 6px 12px; font-size: 14px;  line-height: 1.5; }
a.orange-button:visited { text-decoration: none;  background-color:  #f7a54a;  border-color:  #f7a54a;  color: #FFFFFF !important;  border-radius: 3px;  margin-bottom: 5px; padding: 6px 12px;  font-size: 14px;  line-height: 1.5; }
a.orange-button:hover { text-decoration: none;  background-color:  #f7a54a;  border-color:  #f7a54a;  color: #FFFFFF !important;  border-radius: 3px;  margin-bottom: 5px;  padding: 6px 12px;  font-size: 14px;  line-height: 1.5; }

a.orange-button-dashboard:link { text-align: center; display: block; width: 156px !important; font-weight: 400; text-decoration: none; background-color:  #f7a54a;  border-color:  #f7a54a;  color: #FFFFFF !important;  border-radius: 3px;  margin-bottom: 5px;  padding: 6px 12px; font-size: 14px;  line-height: 1.5; font-family: "Open Sans", Sans-Serif; }
a.orange-button-dashboard:active { text-align: center; display: block;min-width:156px !important; text-decoration: none;  background-color:  #f7a54a;  border-color:  #f7a54a; color: #FFFFFF !important;  border-radius: 3px;  margin-bottom: 5px;  padding: 6px 12px; font-size: 14px;  line-height: 1.5; }
a.orange-button-dashboard:visited { text-align: center; display: block; min-width:156px !important; text-decoration: none;  background-color:  #f7a54a;  border-color:  #f7a54a;  color: #FFFFFF !important;  border-radius: 3px;  margin-bottom: 5px; padding: 6px 12px;  font-size: 14px;  line-height: 1.5; }
a.orange-button-dashboard:hover { text-align: center; display: block; min-width:156px !important; text-decoration: none;  background-color:  #f7a54a;  border-color:  #f7a54a;  color: #FFFFFF !important;  border-radius: 3px;  margin-bottom: 5px;  padding: 6px 12px;  font-size: 14px;  line-height: 1.5; }
a.orange-button-dashboard .fa { margin-right:5px; }


a.blue-button:link { font-weight: 400; text-decoration: none; background-color:  #1a7bb9; border-color:  #1a7bb9;  color: #FFFFFF !important;  border-radius: 3px;  margin-bottom: 5px;  padding: 6px 12px; font-size: 14px;  line-height: 1.5; font-family: "Open Sans", Sans-Serif; }
a.blue-button:active { text-decoration: none;  background-color:  #1a7bb9; border-color:  #1a7bb9; color: #FFFFFF !important;  border-radius: 3px;  margin-bottom: 5px;  padding: 6px 12px; font-size: 14px;  line-height: 1.5; }
a.blue-button:visited { text-decoration: none;  background-color:  #1a7bb9; border-color:  #1a7bb9;  color: #FFFFFF !important;  border-radius: 3px;  margin-bottom: 5px; padding: 6px 12px;  font-size: 14px;  line-height: 1.5; }
a.blue-button:hover { text-decoration: none;  background-color:  #1a7bb9; border-color:  #1a7bb9;  color: #FFFFFF !important;  border-radius: 3px;  margin-bottom: 5px;  padding: 6px 12px;  font-size: 14px;  line-height: 1.5; }


.top-button-orange
{
    background-image: url('../img/orange_button2.png'); 
    background-position:center;
    background-repeat: no-repeat;
    display: block;
    height: 37px;
    width: 112px;
    color: #FFF !important;
    text-decoration: none !important;
    text-align:center;
    padding: 4px;
    line-height:37px;
    float:right;
    font-weight: bold;
}

.top-left-button-orange
{
    background-image: url('../img/orange_button2.png'); 
    background-position:center;
    background-repeat: no-repeat;
    display: block;
    height: 37px;
    width: 112px;
    color: #FFF !important;
    text-decoration: none !important;
    text-align:center;
    padding: 4px;
    line-height:37px;
    float:left;
    font-weight: bold;
}

.top-button-grey 
{
    background-image: url('../img/help_button.png'); 
    background-position:center;
    background-repeat: no-repeat;
    display: block;
    height: 37px;
    width: 37px;
    text-decoration: none;
    padding: 4px;
    float:right;
    margin-right:10px;
}

.top-button-upload
{
    background-image: url('../img/ftp.png');
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 37px;
    width: 37px;
    text-decoration: none;
    padding: 4px;
    float: left;
    margin-right: 10px;
}

.top-button-search
{
    background-image: url('../img/webSearch.png');
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 37px;
    width: 37px;
    text-decoration: none;
    padding: 4px;
    margin-right: 10px;
    float:left;
}

.button-left
{
    border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 3px 0 3px 0;
    background-color: #888;
    color:#fff !important;
    text-align: center;
    vertical-align: middle;
    float: left;
    width: 90px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none !important;
    height: 37px;
    line-height:37px;
} 

.button-right
{
    border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 3px 0 3px 0;    
    background-color: #999999;
    color:#fff;
    text-align: center;
    vertical-align: middle;
    float: right;
    width: 90px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    height: auto;
    margin-left: -3px;
    margin-top: 10px;
 }
 
 .button-green 
 {
     border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px 0 10px 0;    
    background-color: #00cc00;
    color:#fff;
    text-align: center;
    vertical-align: middle;
    float: right;
    width: 110px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    height: auto;
    /*margin-left: -3px;*/
    margin-top: 5px;
    margin: 5px;
 }
 
 .button-grey 
 {
     border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px 0 10px 0;    
    background-color: #808080;
    color:#fff;
    text-align: center;
    vertical-align: middle;    
    float: right;
    width: 110px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    height: auto;
    /*margin-left: -3px;*/
    margin-top: 5px;
    margin: 5px;
 }
 
 .button-grey-print 
 {
    border: 1px solid #cccccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 4px 8px 4px 8px;    
    background-color: #bababa;
    font-size: 15px;
    text-decoration: none;
    color: White; 
 }

#logo-header { width:100%; height:auto; }

.logo-header-holder { width:45%; float:left; position:relative; }

.logo-header-holder img 
{
  padding:20px 20px 20px 40px;
}

.logo-header-text { width:55%; float:left; position:relative; margin-top:20px; }

.breadcrumb { font-size: 11px; margin-left: 20px; display: block; margin-bottom: 20px; margin-top: 20px;}

.logo-header-text p, .logo-header-text h1
{    
    display: inline;
    font-size: 13px;
    line-height: 20px;
    color: #666;
}

#company-header { width: 100%; height: 75px; padding-top: 10px; padding-bottom: 10px; }
#company-header .company-logo {float: left; display: inline-block; width: 200px; overflow: hidden; height: 75px; }
#company-header .company-intro {float: left; display: inline-block; width: 300px; overflow: hidden; height: 75px; line-height: 75px; font-size: 15px; }
#company-header strong { color: #536097; }
#company-header .company-welcome {float: right; text-align: right; font-size: 15px; display: inline-block; width: 300px; overflow: hidden; height: 75px; line-height: 75px; }

#top-nav { width: 100%; border-bottom: 1px solid #e7eaec; background-color: #FFF; height: 50px; line-height: 50px; margin-bottom: 10px;}

#top-nav .welcome { background-color: #1ab394; font-family: "Open Sans", Sans-Serif; font-weight: normal; font-size: 18px; color: #fff; line-height: 50px; padding: 0 15px 0 15px; height: 50px; float: left;}

#top-nav .signout { text-align: right; padding-right: 20px; background-color: #FFF; font-family: "Open Sans", Sans-Serif; font-weight: normal; font-size: 16px; color: #fff; line-height: 50px; padding: 0 15px 0 15px; height: 50px; float: right;}

#top-nav .signout a.signout:link { color: #676a6c; text-decoration: none; font-family: "Open Sans", Sans-Serif;}
#top-nav .signout a.signout:active { color: #676a6c; text-decoration: none; }
#top-nav .signout a.signout:visited { color: #676a6c; text-decoration: none; }
#top-nav .signout a.signout:hover { color: #1ab394; text-decoration: none; }

#top-nav ul { list-style: none; padding: 0; margin:0; }
#top-nav ul li { float: left; display:inline; margin-right:10px; padding: 0 20px 0 20px; color:#FFF; background-repeat: no-repeat; background-position: right; }
#top-nav ul li a:link { font-weight: 600; font-size: 13px; color:#676a6c; text-decoration: none; font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
#top-nav ul li a:active { font-size: 13px; color:#676a6c; text-decoration: none; }
#top-nav ul li a:visited { font-size: 13px; color:#676a6c; text-decoration: none; }
#top-nav ul li a:hover { font-size: 13px; color:#1ab394; text-decoration: none; }

#top-nav ul ul {
	display: none;
	background-color: #FFF;
	position: absolute; 
	z-index:100;
}

#top-nav ul li:hover > ul {
		display: block;
		width: 200px;
		border: 1px solid  #e7eaec;
}

#top-nav ul ul li 
{
    float: none; 
    display: block;
    position: relative;
	line-height: 45px;
	height: 45px;
	min-height: 45px;
	padding: 0px 0px 0px 10px;
	margin-right: 0px;
	font-size: 11px;
    
}

#top-nav ul ul li a:link { font-weight: 400; font-size: 12px; color:#676a6c;}
#top-nav ul ul li a:active {font-size: 12px; color:#676a6c;}
#top-nav ul ul li a:visited {font-size: 12px; color:#676a6c;}
#top-nav ul ul li a:hover {font-size: 12px; color:#1ab394;}

#top-nav a { text-decoration: none; color: white; }


/***
     ----- MAIN -----
                        ***/

.formOptions { width: 100%; clear: both; display: block; float: left; height: 50px; min-height: 50px; line-height: 50px; }
.formOptions .opt1 { float: right; line-height: 50px; height: 50px; margin-top:14px; padding-right: 10px}
.formOptions .opt2 { float: right; line-height: 50px; height: 50px;}

#alert-message 
{
    width: 960px;
    padding: 10px;
    background-color: #DEDEDE;
    height: 40px;
    line-height: 40px;
}

#alert-message div.icon 
{
    float: left;
    width: 50px;
    padding-left: 20px;
}

#alert-message div.info 
{
    float: right;
    width: 870px;
    line-height: 20px;
    font-size: 13px;
}


.alertBoxFull {text-align: center; border: 1px solid; margin-top: 20px; border-color: #f8ac59; margin-left: 10px; margin-bottom: 5px; border-radius: 3px; margin-right: 10px; }
.alertBoxFullHeader {font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; color: #FFFFFF; font-weight: normal; text-align: left; background-color: #f8ac59; padding: 5px; text-transform: uppercase;}
.alertBoxFullText { font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #666666; font-size: 12px; background-color: #FFFFFF; padding: 10px; display: block;}

.alertBox {text-align: center; border: 1px solid; border-color: #f8ac59; margin-bottom: 5px; border-radius: 3px; margin-right: 10px; margin-left: 10px; }
.alertBoxHeader {font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; color: #FFFFFF; font-weight: normal; text-align: left; background-color: #f8ac59; padding: 5px; text-transform: uppercase;}
.alertBoxText { font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #666666; font-size: 12px; background-color: #FFFFFF; padding: 10px; display: block;}

.yesButton { background-image: url('../img/orange_button2.png'); background-position:center; background-repeat: no-repeat; display: inline-block; height: 37px; width: 112px; color: #FFF !important; text-decoration: none !important; text-align:center; padding: 4px; line-height:37px; font-weight: bold; }

.infoBox {text-align: center; border: 1px solid; border-color: #23c6c8; margin-bottom: 5px; border-radius: 3px; margin-right: 10px; margin-left: 10px; }
.infoBoxHeader {font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; color: #FFFFFF; font-weight: normal; text-align: left; background-color: #23c6c8; padding: 5px; text-transform: uppercase;}
.infoBoxText { font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #666666; font-size: 12px; background-color: #FFFFFF; padding: 10px;}

.infoBoxFull {text-align: center; border: 1px solid; border-color: #23c6c8; margin-left: 10px; margin-bottom: 5px; border-radius: 3px; margin-right: 10px; margin-left: 10px; }
.infoBoxFullHeader {font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; color: #FFFFFF; font-weight: normal; text-align: left; background-color: #23c6c8; padding: 5px; text-transform: uppercase;}
.infoBoxFullText { font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #666666; font-size: 12px; background-color: #FFFFFF; padding: 10px;}

.page-header { float: left; display: block; width: 100%; padding-top: 30px; }
.page-header .title { float: left; width: 55%; display: block; }
.page-header .title h1 { font-weight: normal; text-align: left; font-size: 32px; line-height: 36px; color: #536097; display: block; padding:0; margin-top: 0px; margin-bottom: 10px;  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.page-header .description { float: left; width: 45%; display: block; font-size: 13px; text-align: left; color:#999; }

.clear {clear: both; }

.module-training { padding: 10px; clear: both; }
.module-training table { width: 98%;  }

.module-training table th { font-size: 13px; line-height:40px; height: 40px; font-weight:600; text-align: left; color: #676a6c; font-weight: bold; font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;}
.module-training table td { font-size: 15px; color: #999; padding: 5px; }
.module-training table td p { font-size: 12px; color: #676a6c; font-weight: 400; padding: 0px 0px 5px 0px; }
.module-training table td h2 { font-size: 14px; color: #676a6c; font-weight: 600; padding: 10px 0 0 0; margin:0px; display: block; }
.module-training table td.border { border-bottom: 1px solid #e7eaec; height: 1px; line-height: 1px; margin-bottom: 5px; padding-bottom: 5px;}

.greenAlert {  color: #3c763d; background-color: #dff0d8; border: 1px solid #d6e9c6; padding: 10px; border-radius: 4px; text-align: center; }

.greenLabel { background-color: #1ab394; color: #FFFFFF;font-family: 'Open Sans'; font-size: 10px; font-weight: 600; padding: 3px 8px; text-shadow: none; display: inline; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em;}
.redLabel { background-color: #ed5565; color: #FFFFFF;font-family: 'Open Sans'; font-size: 10px; font-weight: 600; padding: 3px 8px; text-shadow: none; display: inline; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em;}
.grayLabel { background-color: #d1dade; color: #FFFFFF;font-family: 'Open Sans'; font-size: 10px; font-weight: 600; padding: 3px 8px; text-shadow: none; display: inline; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em;}
.blueLabel { background-color: #1c84c6; color: #FFFFFF;font-family: 'Open Sans'; font-size: 10px; font-weight: 600; padding: 3px 8px; text-shadow: none; display: inline; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em;}
.orangeLabel { background-color: #f8ac59; color: #FFFFFF;font-family: 'Open Sans'; font-size: 10px; font-weight: 600; padding: 3px 8px; text-shadow: none; display: inline; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em;}



.stats {  }
/* M BINDON - 08/05/15 - changed stats to reflect changes to UI */
/* .stats td.label { font-weight: bold; width: 200px; font-size: 15px; padding: 5px;} */
/* .stats td.info { font-weight: normal; width: 200px; font-size: 15px; padding: 5px;} */
.stats td.label { width:22%; font-size:12px; font-weight:400; line-height:15px; padding:10px; }
.stats td.info { width:22%; font-size:12px; font-weight:600; line-height:15px; padding:10px; }

.red { color: #CC0000; font-size: 19px; font-weight: bold; }
.green { color: #1ab394; font-weight: bold;  }
.grey { color: #999; font-size: 19px;  font-weight: bold;  }

.infoPanel { border: 2px solid #536097; padding: 10px; border-radius: 10px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px; text-align:center; margin-top: 10px; }

.infoPanel h2 { font-size: 18px; padding: 0px; }
.infoPanel p { font-size: 13px; color:#999; }

.infoPanel a.yesButton:link { font-weight: bold; padding: 5px; text-decoration: none; font-size: 17px; background-color:#ffa52a; color:#fff;}
.infoPanel a.yesButton:active { font-weight: bold; background-color:#ffa52a; color:#fff;}
.infoPanel a.yesButton:visited { font-weight: bold; background-color:#ffa52a; color:#fff;}
.infoPanel a.yesButton:hover { font-weight: bold; background-color:#333; color:#fff;}

.infoPanel a.noButton:link { font-weight: normal; font-size: 13px; color:#999;}
.infoPanel a.noButton:active { font-weight: normal; color: #999;}
.infoPanel a.noButton:visited { font-weight: normal; color:#999;}
.infoPanel a.noButton:hover { font-weight: normal; color:#999;}

.infoPanel-small 
{ 
    border: 2px solid #536097; 
    padding: 20px; 
    border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px; 
    text-align:center;
    width: 60%;
}

#main-container-bg 
{
    background-image: url('../img/login_back.jpg');
    background-position:center;
    background-repeat: no-repeat;
    
    width:100%;
    height:740px;
    margin:0 auto 0 auto;
    float:left;
    position:relative;   
}


#main-login-container 
{
    background-color: #FFF;
    width: 640px;
    min-height: 375px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    border-top: solid 4px #DDD;
    padding-bottom: 20px;
    clear: both;
}

#main-login-container  h1 { padding: 0 0 0 20px; font-weight: bold; text-align: center; font-size: 16px; line-height: 40px; color: #676a6c; display: inline-block;  margin:0;  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

#main-login-container p { font-size: 13px; line-height: 19px; color: #333; }
#main-login-container p a:link { color: #1ab394; text-decoration: none;}
#main-login-container p a:active { color: #1ab394; text-decoration: none;}
#main-login-container p a:visited { color: #1ab394; text-decoration: none;}
#main-login-container p a:hover { color: #000000; text-decoration: none;}

.form-header { line-height: 40px; height: 40px; border-bottom: 1px solid #DDD; width: 100%; float: left; display: block; margin-bottom: 20px; }

.form-container { padding: 0 20px 20px 20px; clear: both; }
.form-container h2 { padding: 0 0 0 0px; font-weight: bold; text-align: center; font-size: 16px; line-height: 20px; color: #676a6c; display: inline-block;  margin:0;  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif; } 
.form-container .left { display: block; float: left; width: 50%; border-right: 1px solid #DDD;  }
.form-container .right { display: block; float: right; width: 47%; }

.full-height-left-column 
{
    float: left;
    width: 20%;    
    padding: 5px;

    /*border: solid 1px;*/    
}

.full-height-right-column 
{    
    float: right;    
    width: 77%;    
    padding: 5px;
    text-align: center;
    vertical-align: middle;
   
    /*border: solid 1px;*/  
}

.full-height-left-column h2 
{
    color: #FDFDFE !important;
    padding: 0 0 0 5px !important;
    font-weight: 600 !important;
    margin: 10px 0px 5px 0px !important;
}

.full-height-left-column ul
{
    padding: 0 0 0 5px !important;
    margin: 0 !important;
    list-style-position:inside;
}

.full-height-left-column ul li
{
    list-style-type: none;
    padding: 0 0 0px 5px;
    margin: 0 0 5px 0 !important;
    font-size: 12px;
    line-height: 15px;
    color:#C8D4E7;
}

.full-height-left-column ul li a
{
    text-decoration: none;
    color: #aaa;
}

.full-height-left-column ul li a:active
{
    color: #536097;
}
.navigation 
{
    height: 60px;
    float: left;
    display: block;
    width: 100%;
    background-color:#FFF ;
    text-align: center;
}


.navigation .options a.buttonLeft:link { font-weight: 400; text-decoration: none; background-color: #f7a54a;  border-color: #f7a54a;  color: #FFFFFF !important;  border-radius: 3px;  margin-bottom: 5px;  padding: 6px 12px; font-size: 14px;  line-height: 1.5; font-family: "Open Sans", Sans-Serif; }
.navigation .options a.buttonLeft:active { text-decoration: none; background-color: #1abf7a54a394;  border-color: #f7a54a;  color: #FFFFFF  !important;  border-radius: 3px;  margin-bottom: 5px;  padding: 6px 12px; font-size: 14px;  line-height: 1.5; }
.navigation .options a.buttonLeft:visited { text-decoration: none; background-color: #f7a54a;  border-color: #f7a54a;  color: #FFFFFF  !important;  border-radius: 3px;  margin-bottom: 5px; padding: 6px 12px;  font-size: 14px;  line-height: 1.5; }
.navigation .options a.buttonLeft:hover { text-decoration: none; background-color: #f7a54a;  border-color: #f7a54a;  color: #FFFFFF  !important;  border-radius: 3px;  margin-bottom: 5px;  padding: 6px 12px;  font-size: 14px;  line-height: 1.5; }

.navigation .options a.buttonRight:link { font-weight: 400; text-decoration: none; background-color: #f7a54a;  border-color: #f7a54a;  color: #FFFFFF !important;  border-radius: 3px;  margin-bottom: 5px;  padding: 6px 12px; font-size: 14px;  line-height: 1.5; font-family: "Open Sans", Sans-Serif; }
.navigation .options a.buttonRight:active { text-decoration: none; background-color: #f7a54a;  border-color: #f7a54a;  color: #FFFFFF  !important;  border-radius: 3px;  margin-bottom: 5px;  padding: 6px 12px; font-size: 14px;  line-height: 1.5; }
.navigation .options a.buttonRight:visited { text-decoration: none; background-color: #f7a54a;  border-color: #f7a54a;  color: #FFFFFF  !important;  border-radius: 3px;  margin-bottom: 5px; padding: 6px 12px;  font-size: 14px;  line-height: 1.5; }
.navigation .options a.buttonRight:hover { text-decoration: none; background-color: #f7a54a;  border-color: #f7a54a;  color: #FFFFFF  !important;  border-radius: 3px;  margin-bottom: 5px;  padding: 6px 12px;  font-size: 14px;  line-height: 1.5; }


.navigation  .options 
{
    width: 100%;
    display: block;
    float: left;
}

.icon {height:37px; width:37px; }

.toolbar 
{
    /*border: solid 1px;*/
    min-height: 45px;
    border-top: solid 1px #aaa;
    padding-top: 15px;
    border-bottom: solid 1px #aaa;
    padding-bottom: 15px;
}

.toolbar table tr td.split { border-right: solid 1px #aaa; margin-right: 5px; }
.toolbar table tr td { padding-left: 5px;  }

.dataGridStyle { padding: 10px; clear: both; border-bottom: 1px solid #e7eaec; height: 1px; margin-bottom: 5px; padding-bottom: 5px; } 
.dataGridStyleHeader { font-size: 13px; line-height:40px; height: 40px; font-weight:600; text-align: left; color: #676a6c; font-weight: bold; font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif; border-bottom: 1px solid #e7eaec; height: 1px; margin-bottom: 5px; padding-bottom: 5px; } 
.dataGridStyleCenter { text-align: center !important; } 

.dataGridStyleItem { line-height: 35px; font-size: 12px; color: #676a6c; border-bottom: 1px solid #e7eaec; height: 1px; margin-bottom: 5px; padding: 5px 0 5px 0;}  
.dataGridStyleItem a:link { font-weight: 400; text-decoration: none; background-color: #ffffff;  border-color: #ffffff;  color: #1ab394 !important;   margin-bottom: 5px;  padding: 6px 12px; font-size: 12px;  line-height: 1.5; font-family: "Open Sans", Sans-Serif; }  
.dataGridStyleItem a:visited { text-decoration: none; background-color: #ffffff;  border-color: #ffffff;  color: #1ab394  !important;   margin-bottom: 5px; padding: 6px 12px;  font-size: 12px;  line-height: 1.5; }
.dataGridStyleItem a:hover { text-decoration: none; background-color: #fff;  border-color: #25A589;  color: #666  !important;   margin-bottom: 5px;  padding: 6px 12px;  font-size: 12px;  line-height: 1.5; }
 
 .dataGridReportStyle { padding: 10px; clear: both; border-bottom: 1px solid #e7eaec; height: 1px; margin-bottom: 5px; padding-bottom: 5px; } 
 .dataGridReportStyle td { min-width: 150px !important; line-height: 20px; height: 20px;} 
 .dataGridReportHeader { font-size: 12px; line-height:20px; height: 40px; font-weight:600; text-align: left; color: #676a6c; font-weight: bold; font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif; border-bottom: 1px solid #e7eaec; height: 1px; margin-bottom: 5px; padding-bottom: 5px; } 
 
 .dataGridReportItem { line-height: 35px; font-size: 12px; color: #676a6c; border-bottom: 1px solid #e7eaec; min-width: 150px !important; height: 1px; margin-bottom: 5px; padding: 5px 0 5px 0;}  
 
.pagerNumbers { line-height: 50px; font-size: 17px; color: #676a6c; border-top: 1px solid #536097; margin-top: 20px; margin-bottom: 1px; padding-top: 30px; padding-right: 10px; }
.pagerNumbers a:link { font-size: 17px; color: #536097; }
.pagerNumbers a:active { font-size: 17px; color: #536097; }
.pagerNumbers a:visited { font-size: 17px; color: #536097; }
.pagerNumbers a:hover { font-size: 17x; color: #000; }

.panel-help .img-holder { text-align:center; }
.panel-help .img-holder img { width:60%; -webkit-box-shadow: 3px 3px 5px -2px rgba(0,0,0,0.15); -moz-box-shadow: 3px 3px 5px -2px rgba(0,0,0,0.15); box-shadow: 3px 3px 5px -2px rgba(0,0,0,0.15); } 

/***

----- FOOTER -----
                 ***/
                 

#footer { width:100%; padding-top: 20px; height:40px; float:left; position:relative; background-color: #FFF; }

.footer-inner-left { width:50%; float:left; position:relative; height:50px; }
.footer-inner-right { width:50%; float:right; position:relative; height:50px;  text-align:right; }

.footer-inner-left p { padding-left:20px; font-size: 13px; }

.footer-inner-right p {  padding-right:20px; font-size:12px; padding-top:3px; }

#footer a {}


/*** 

--- FORM STYLES

                ***/


.panel-container 
{
    float: left;
    width: 100%;
}


.panel-container .fullWidth 
{
    float: left;
    width: 100%;
}

.panel-container .smallLeft 
{
    float: left;
    width: 37%;
    
}

.panel-container .largeRight 
{
    float: right;
    width: 60%;
    text-align: right;
}


.panel-container .largeLeft 
{
    float: left;
    width: 60%;
    
}

.panel-container .smallRight 
{
    float: right;
    width: 37%;
    text-align: right;
}


.panel  
{
    background-color: #FFF;
    width: 100%;
    min-height: 125px;
    border: 1px sold #e7eaec !important;
    border-top: solid 4px #DDD;
    padding-bottom: 20px;
    clear: both; 
    font-family: "Open Sans", Sans-Serif;
    font-weight: 400;
    text-align: left;
}
.panel .header { line-height: 40px; height: 40px; border-bottom: 1px solid  #e7eaec; }
.panel h2 { font-size: 14px; font-weight: 400; color: #676a6c; font-size: 15px; padding: 0 0 0 10px; margin: 0; }
.panel .header h2 { font-size: 13px; font-weight: 600; color: #676a6c; font-size: 15px; padding: 0 0 0 10px; margin: 0; }
.panel .header h2 .fa { margin-right:10px; }
.panel p { padding: 5px 10px 0px 10px; font-size: 12px; font-weight: 400; line-height:15px; }
.panel span.info { color:  #23c6c8; }

.panel a:link {color:  #1c84c6; text-decoration: none; }
.panel a:active {color:  #1c84c6; text-decoration: none; }
.panel a:visited {color:  #1c84c6; text-decoration: none; }
.panel a:hover {color: #666; text-decoration: none; }

.panel ul { list-style: none; padding: 0; margin: 10px 0 0 20px; }
.panel ul li a:link { font-size: 12px; color: #1c84c6; text-decoration: none; font-weight: 400; line-height: 15px; }
.panel ul li a:active { font-size: 12px; color: #1c84c6; text-decoration: none; font-weight: 400; line-height: 15px; }
.panel ul li a:visited { font-size: 12px; color: #1c84c6; text-decoration: none; font-weight: 400; line-height: 15px; }
.panel ul li a:hover { font-size: 12px; color: #666; text-decoration: none; font-weight: 400; line-height: 15px; }

.panel .pie-legend li  { font-size: 13px; color:#676a6c; font-weight: 400; font-family: "Open Sans", Sans-Serif; }
.panel table p { line-height: 17px; padding: 10px 0 0 5px; margin: 0;}
.panel .pie-legend span { width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 10px;   }

dl { display: block; overflow: auto;  padding-top:10px; }
dt { width:30%; float:left; text-align:right; margin-top:5px; padding-right: 20px;  }
dd { float:left; width:64%; margin: 0 0 0.8em 0.35em; }

.hr-line-dashed {
  border-top: 1px dashed #e7eaec;
  color: #ffffff;
  background-color: #ffffff;
  height: 1px;
  margin: 10px 0; clear: both; 
}

.form-group {
  margin-right: 15px;
  margin-left: 15px;
  min-height: 60px;
}

.form-group label  
{
  width: 22%;
  float: left;
  margin-bottom: 0;
  text-align: right;
  height: 60px;
  min-height: 60px;
  line-height: 60px;
}
  
.form-group .field { margin-top: 15px; float: right; width: 70%; line-height: 30px; min-height: 60px; }
.form-group .fieldOptions { margin-top: 15px; float: right; width: 50%; line-height: 30px; min-height: 60px; text-align: right; margin-right: 25px;  }

.fileUpload { font-size: 13px; }

.formInput { background-color: #FFFFFF; background-image: none; border: 1px solid #e5e6e7; border-radius: 1px; color: inherit; display: block; padding: 6px 12px; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; width: 80%; font-size: 14px; }

/*.formInputDouble { border:solid 1px #666; padding:5px; background-color: #FFF; width: 90%; height: 50px;  border-radius: 10px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px; font-size: 13px; }*/

.formInputDouble { background-color: #FFFFFF; background-image: none; border:1px solid #e5e6e7; width: 90%; height: 50px; color: inherit; display: block; padding: 6px 12px; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; border-radius: 10px;
-moz-border-radius: 1px;
-khtml-border-radius: 1px;
-webkit-border-radius: 1px; font-size: 14px; }

.formInputDrop { background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #e5e6e7;
  border-radius: 1px;
  color: inherit;
  display: block;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 85%;
  font-size: 14px; }


/*.formInputSmall { border:solid 1px #666; padding:5px; background-color: #FFF; width: 30%; height: 20px;  border-radius: 10px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px; font-size: 13px; }*/

.formInputSmall { background-color: #FFFFFF; background-image: none; border:1px solid #e5e6e7; width: 30%; height: 20px; color: inherit; display: block; padding: 6px 12px; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; border-radius: 10px;
-moz-border-radius: 1px;
-khtml-border-radius: 1px;
-webkit-border-radius: 1px; font-size: 14px; }

/*.formInputTiny { border:solid 1px #666; padding:5px; background-color: #FFF; width: 15%; height: 20px;  border-radius: 10px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px; font-size: 13px; }*/

.formInputTiny { background-color: #FFFFFF; background-image: none; border:1px solid #e5e6e7; width: 15%; height: 20px; color: inherit; display: block; padding: 6px 12px; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; border-radius: 10px;
-moz-border-radius: 1px;
-khtml-border-radius: 1px;
-webkit-border-radius: 1px; font-size: 14px; }

.formInput2 { border:solid 1px #666; padding:5px; text-align: right; }

.formInputLarge { background-color: #FFFFFF; background-image: none; border: 1px solid #e5e6e7; border-radius: 1px; color: inherit; display: block; padding: 6px 12px; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; width: 80%; font-size: 14px; }

.formInputSearch { border:solid 1px #666; padding:10px; background-color: #FFF; width: 90%; height: 20px;  border-radius: 10px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
font-size: 13px;
 }

label { display: inline-block; max-width: 100%; margin-bottom: 5px;  font-weight: 700; color: #676a6c; font-size: 13px;  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.error { color:#CC0000; font-size: 13px; font-weight: normal; display: block; width: 100%; }
.hint {color:#666; font-size:12px; font-style: italic;}
.infoAlign { margin-top: 10px; }

hr { border: solid 1px #999; }

.gridView2  { margin-bottom: 40px; }

#tblAssessmentDetailsPrint td {width: 50%; }

.cert-loader { position:absolute; left:0; right:0; top:0px; bottom:0; padding-top:50px; background-color:#fff; background-color: rgba(255,255,255,0.9);  width:100%; z-index:100; text-align:center; }
.cert-loader p { font-size:16px; font-weight:100; }
.loader-hide { display:none; }