html {overflow-y: scroll;}

h1,h2,h3,h4,h5 {
    margin: 0 0 0.5em 0;
    padding: 0;
}

/* Basic Page Styles */

body
{
    margin: 0;
    padding: 0;
    color: #555;
    font: normal 100% Arial,Helvetica,sans-serif;
    background: #fff;
    font-size: 100%;
    -webkit-text-size-adjust: none; /* Font size stays the same for iOS */
}

h1 { font-size: 1.4em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1em; }

.left { text-align: left; }
.right { text-align: right; }
.centre { text-align: center; }

a { color: #555; }


#page
{
    min-width: 980px;
    margin: 0;
    padding: 0;
    background: white;
    text-align: center;
}

#header {
    margin: 0;
    padding: 0 0 0 0;
    border: 0;
}
#header-left {
    height: 84px;
    display: block;
    text-align: left;
    float:left;
    margin: 0;
    padding: 0;
    border: 0;
}

#header-right {
    height: 84px;
    display: block;
    text-align: right;
    float:right;
    margin: 0;
    padding: 0;
    border: 0;
}

#main-nav {
    clear: both;
    height: 32px;
    padding: 0 0 0 0;
}

#content {
    text-align: left;
    margin: 10px auto 0 auto;
    min-width: 980px;
    width: 98%;
}

#footer {
    background: #ffffff;
    margin: 0 0 0 0;
    padding: 10px;
    font-size: 80%;
    text-align: center;
}

#footer a {
    color: #555;
    text-decoration: none;
}
#footer a:hover {
    color: #ff0000;
}

#footer p {
    padding: 2px;
}

.login-flags img {
    vertical-align: text-bottom;
}

.eDrive-btn {
	background:#008ED3 !important;
	color: #FFFFFF !important;
	border-color: #337ab7 !important;
	
}

.round-box-header, table.my_progress {
     border-radius: 10px;
     border: 1px solid #ababab;
     padding: 5px 15px 0 15px;
     margin: 0;
     background: url("../images/bar.gif") left top repeat-x;
     height: 1%;
     overflow: hidden;
     font-size: 90%;
 }


 .round-box {
     border-radius: 10px;
     border: 1px solid #ababab;
     padding: 5px 15px 0 15px;
     margin: 0;
     min-height: 100px;
     height: 1%;
     overflow: hidden;
     font-size: 90%;
 }

 .round-box-title {
     color: #555555;
     padding-left: 0;
}

 .box-shadow {
     background: url("../images/shadow.gif") center bottom no-repeat;
     height: 10px;
 }

.page_title_wrapper {

}

h1.page_title {
    float:left;
    font-weight: normal;
    font-size: 1.4em;
    padding: 10px 0 0 0;
    margin: 30px 0 0 0;
}

h2.page_title_info {
    float:left;
    font-weight: normal;
    padding: 15px 0 0 20px;
    font-size: 90%;
    background: url("../images/divide.gif") left top no-repeat;
    min-height: 35px;
    margin: 30px 0 0 0;
}

h2.page_title_info.username {
    padding-top: 5px;
}



.page_title_logo {
    margin-bottom: 7px;
    float: right;
    display: inline;
}


.info_box {
     padding: 15px 0 15px 50px;
     margin: 10px 0 10px 0;
     color: #2793C8;
     text-align: center;
     background: url("../images/bar_info.gif") no-repeat 15px center #B3E3FA;
     border: 1px solid #2793C8;
     border-radius: 10px;
 }

div.info_box a
{
    color:white;
}


.next_course {
    padding: 5px 15px;
    margin: auto 0;
}

h1.next_course  {
    position:relative;
    display: inline-block;
    padding: 0 0 10px 0;
    font-weight: normal;
    font-size: 1.4em;
}

h2.next_course  {
    position:relative;
    display: inline-block;
    padding: 0;
    margin-top: 15px;
    font-weight: normal;
    font-size: 1.4em;
}

h5.next_course  {
    position:relative;
    display: inline-block;
    padding: 5px 20px 10px 0;
    color: #555;
    font-weight: normal;
}

.next_course_title {
    float:left;
    width: 600px;
}

.next_course_launch {
    float:right;
    padding: 25px 0 10px 10px;
}

table.my_progress td {
     padding: 8px 15px 12px 5px;
}

table.my_progress th {
     font-weight: normal;
     padding: 0 0 8px 5px;
 }
 
.required {
    padding:0px 5px;
    color:#cc0000;
}

.locked_field {
    background: #eee;
    border:1px solid #ddd;
    color:#777;    
}

.justify_right {float:right;}

.link_button_distributor {
    font: 15px arial, helvetica, sans-serif;
    margin: 0px;
    padding: 5px 30px 5px 30px;
    border-radius: 12px;
    overflow:visible;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    font-size-adjust: none; font-stretch: normal;
    box-shadow: 1px 1px 0px #cccccc;
    text-align: center;
    min-width: 90px;
}

.text_atrisk {color: #EB0000; font-weight: bold;}
.text_mediumrisk {color: #FBBF00; font-weight: bold;}
.text_lowrisk {color: #009F3D; font-weight: bold;}
.text_vhighrisk {color: #000000; font-weight: bold;}

.pii_text {
    color: #cc0000;
    text-align: center;
    font-size: 80%;
}

.print_progress {
    float: right;
    margin: 7px 0 0 0;
    font-size: 90%;
}

.print_progress img {
    vertical-align: text-top;
}

.print_progress a {
    text-decoration: none;
}

.print_progress a:hover {
    color: #ff0000;
}