/* basic elements */
*
{
    padding-bottom: 0px;
    margin: 0px;
    background-repeat: no-repeat;
}
BODY
{
    background-color: white;
    background-repeat: repeat-y;
    font-family: verdana, arial, helvetica, sans-serif;
    background-position: center top;
    color: #404040;
    font-size: 11px;
}
.page-outline 
{
    width:100%; 
    height:20px; 
    background-color:#eef3fa;
}
#page-template .fixed-nav {
  width: 220px;
  float: left;
}

#page-template .flex-content {
  margin-left: 220px;
}

.fixed-nav { padding: 10 0 10 10;} 
.flex-content { padding: 10 10 10 0;}

.account-logo
{
    vertical-align: middle;
    text-align:center;
    padding:4px;
}

.account-links
{
    background-color: #242334;
    color: white;
}

.ul-nav-list
{
    padding-top: 15px;
    padding-left:30px;
    padding-bottom: 15px;

}

.ul-nav-list li 
{
    padding-bottom:25px;
}
.ul-nav-list li a 
{ 
    color:#706f7a;
    vertical-align: middle;
}
.ul-nav-list li span
{
    color: #FF6600;
    vertical-align: middle;
}
.ul-nav-list li a img
{
    vertical-align: middle;
    padding-right: 15px;
}
.ul-nav-list li span img
{
    vertical-align: middle;
    padding-right: 15px;
}
.ul-nav-list li a:hover
{
    text-decoration: none;
    cursor: pointer;
    color:white;
}

.ul-nav-list li a img.hover {
    display: none;
}
.ul-nav-list li a img.default {
    display: inherit;
}
.ul-nav-list li a:hover img.hover {
    display: inherit;
}
.ul-nav-list li a:hover img.default {
    display: none;
}

.account-logout
{
    background-color: #242334;
    text-align:center;
    padding-top:10px;
    padding-bottom:50px;
    
}

.btn-orange {
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px;  
    padding: 8px 50px 8px 50px;
    text-align: center;
    background-color:#FF6600;
	font-weight:bold;
    color: White;
    text-decoration: none;  
}

.btn-gray {
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px;  
    padding: 8px 50px 8px 50px;
    text-align: center;
    background-color:#242334;
	font-weight:bold;
    color: White;
    text-decoration: none;  
}

.welcome-section {
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px;
    border:2px solid #e7e6e6;
    background-color:white;
}

.welcome-nav
{
    vertical-align: middle;
    display: block;
    height: 40px;
    padding-top:20px;
    
}

.welcome-msg
{
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    padding-left: 40px;
    font-weight:bold;
    font-size: larger;
}

.welcome-links
{
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
    padding-right: 10px;
    color: GrayText;
}

.welcome-nav-link
{
    color: GrayText;
    font-family: verdana;
    font-size: 11px;
}

.welcome-greeting
{
    color:#FF6600;
    font-size: 18px;
    font-weight:bold;
    margin-top:10px;
    margin-left: 50px;
}

.welcome-quote
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    display: block;
    color: #000000;
    margin-top: 15px;
    margin-left: 50px;
    padding-bottom: 2px;
    line-height: 19px;
}

.welcome-image
{
    margin-top:40px;
}

.dashboard-header
{
    color: #000000;
    font-weight:bold;
    font-size: 14px;
    margin-top: 15px;
    margin-left: 50px;
}
.dashboard-label
{
    color:lightslategray;
    font-weight:normal;
    font-size: 18px;
    margin-top: 15px;
    margin-left: 50px;
    vertical-align: middle;
    
}
.dashboard-label img
{
    padding-right: 10px;
    vertical-align: middle;
}
.dashboard-progress-header
{
    color: #000000;
    font-weight:bold;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.circle {   
    height:100px;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    width:100px;
    line-height:100px;
    text-align: center;
    color: black;
    background-color:white;
    display:inline-block;
    font-size: 16px;
    font-weight:bold;
    margin-bottom: 25px;
}

.circle-sm {   
    height:45px;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    width:45px;
    line-height:45px;
    text-align: center;
    color: black;
    background-color:white;
    display:inline-block;
    font-size: 11px;
    font-weight:bold;
    margin-bottom: 0px;
}
.score-range-1
{
    border:4px solid rgb(255, 0, 0)
}
.score-range-2
{
    border:4px solid rgb(255, 80, 80)
}
.score-range-3
{
    border: 4px solid rgb(255, 255, 0)
}
.score-range-4
{
    border:4px solid rgb(0, 102, 255)
}
.score-range-5
{
    border:4px solid rgb(102, 255, 102)
}
.score-range-6
{
    border:4px solid rgb(0, 255, 0)
}

.welcome
{
    text-align: left;
    color: #ffffff;
    vertical-align: middle;
    white-space: nowrap;
    padding-left: 10px;
}

a:link
{
    text-decoration: none;
    cursor: pointer;
}
a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
    cursor: pointer;
}
a:active
{
    text-decoration: none;
    cursor: pointer;
}
coach
{
    list-style: bullet;
}
LI
{
    list-style: none;
}
UL
{
	padding:0px;
}
.pathway-section {
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px;
    border:2px solid #e7e6e6;
    background-color:white;
}
.pathway-section td {

    border:1px solid #e7e6e6;
}
.pathwayLabel
{
    min-height: 15px;
    margin: 2px;
    height: 100%;
    color: #404040;
    font-size: 12px;
    text-decoration: none;
    padding-left: 4px;
    padding-right: 4px;
}
a.pathwayLink
{
    min-height: 15px;
    margin: 2px;
    height: 100%;
    color: blue;
    font-size: 12px;
    text-decoration: none;
    padding-left: 4px;
    padding-right: 4px;
	cursor:pointer;
}
a.pathwayLink:hover
{
    text-decoration: underline;
    cursor:pointer;
}
.circleP {   
    height:60px;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    width:60px;
    line-height:60px;
    text-align: center;
    color: black;
    background-color:white;
    display:inline-block;
    font-size: 16px;
    font-weight:bold;
    margin-bottom: 10px;
}
.pathway-complete
{
    color: green;
    font-weight: bold;
}

/*Login Page*/
#container
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}
#logout-container
{
    width: 247px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}
#logout
{
    background-image: url(../images/zbg.gif);
    background-position: center top;
    min-height: 224px;
}
#logout .P1
{
    margin-left: 25px;
    padding-top: 20px;
}

.login-form
{
    margin-left: 40px;
    padding-top: 0px;
}
.warningText
{
    margin-top: 15px;
    text-align: center;
    color: Red;
    font-size: 12px;
    font-family: Verdana, Tahoma, Sans-Serif;
    height: 48px;
}
a.red
{
	color: Red !important;
}
a.red:hover
{
	color: Red;
}
.button
{
    min-width: 80px;
    min-height: 20px;
    margin-top: 10px;
    margin-left: 40px;
}
/*Dashboard */
#hdrMainNav
{
    color: White;
    display: block;
    padding: 4px;
    vertical-align: middle;
}
.hdr-strip
{
    background-color: #FF6600;
    height: 18px;
    padding-top: 2px;
}
.track-content-title
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    display: block;
    color: #FF6600;
}
.track-content-border
{
    background-color: #87847E;
    display: block;
    padding: 0px;
}
#title 
{
    width:185px;
}
#title h1 {
        cursor: pointer;
        display: block;
        font-size: 20px;
        font-weight: bold;
        height: 30px;
        line-height: 1.25;
        white-space: nowrap;
    }
    
    #title h1 strong {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAV0lEQVQI12P4//+dFBCfAeL/CPwexgaJSzEAgZSVldm1589voCgA8UHiIHkGKDA2MdF/DVP47Nn1/yA+SJwBDQAVGrw+e3Y/TgVwhdLSEhfxKYABKXQBAO0STlP4o/30AAAAAElFTkSuQmCC");
        background-position: 100% 0.65em;
        background-repeat: no-repeat;
        padding-right: 14px;
    }            
    #title .dropdown {
        left: -600px;
        padding: 30px 0 10px;
        position: absolute;
        top: 0;
        visibility: hidden;
        z-index: 1000;
        font-size: 100%;
    
        background-color: transparent;
        border: 0 none;
        font-size: 100%;
        margin: 0;
        outline: 0 none;
        padding: 0;
        vertical-align: baseline;    
    }

    #title:hover .dropdown {
				top: 40px; left:420px;
				width: 244px;
				visibility: visible;
			}
				#title .dropdown ul {
				}
					#title .dropdown ul li {
						padding: 0 2px;
						background: url(../images/bg-tooltip.png) repeat-y 0 0;
						list-style-type: none;
						text-align:left;
					}
						#title .dropdown ul li a {
							position: relative;
							display: block;
							margin: 0 0;
							padding: 10px 15px 10px 15px;
							border-top: 1px solid #655C4A;
							color: #FFE;
							font-weight: bold;
							font-size: 1em;
							line-height: 1;
							text-decoration: none;
						}
					#title .dropdown ul li:first-child {
						padding-top: 10px;
						background-position: -244px 0;
					}
					#title .dropdown ul li.single {
						padding-bottom: 5px;
						background-position: -488px 0;
					}
					#title .dropdown ul li.last {
						padding-bottom: 4px;
						background-position: -244px 100%;
					}
						#title .dropdown ul li.last a.see-all {
							color: #8F8B6F;
							font-size: .91em;
							font-weight: normal;
						}
						#title .dropdown ul li:first-child a {
							border: 0 !important;
						}
						#title .dropdown ul li a:hover {
							color: #FFCC0D !important;
						}

.consulting
{
	color: #1b3049;
	font-weight:bold;
}
.consultingTheme
{
    background-color: #1b3049;
    height: 18px;
    padding-top: 2px;
}
.consultingTitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    display: block;
    color: #1b3049;
}
.consultingBorder
{
    background-color: #1b3049;
    display: block;
    padding: 0px;
}
.finance
{
	color: #009900;
	font-weight:bold;
}
.financeTheme
{
    background-color: #009900;
    height: 18px;
    padding-top: 2px;
}
.financeTitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    display: block;
    color: #009900;
}
.financeBorder
{
    background-color: #009900;
    display: block;
    padding: 0px;
}
.marketing
{
	color: #ca0202;
	font-weight:bold;
}
.marketingTheme
{
    background-color: #ca0202;
    height: 18px;
    padding-top: 2px;
}
.marketingTitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    display: block;
    color: #ca0202;
}
.marketingBorder
{
    background-color: #ca0202;
    display: block;
    padding: 0px;
}
.practicum
{
	color: #CC6600;
	font-weight:bold;
}
.practicumTheme
{
    background-color: #CC6600;
    height: 18px;
    padding-top: 2px;
}
.practicumTitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    display: block;
    color: #CC6600;
}
.practicumBorder
{
    background-color: #CC6600;
    display: block;
    padding: 0px;
}

.navTop
{
    text-align: right;
    color: #ffffff;
    vertical-align: middle;
    white-space: nowrap;
    padding-right: 10px;
}
.subNav
{
    text-align: right;
    padding-right: 10px;
    padding-top: 5px;
    color: #9c9c9c;
    vertical-align: top;
    white-space: nowrap;
}
#hdrTrackNav
{
    display: block;
}
a.navTopLink
{
    color: #ffffff;
    font-family: verdana;
    font-size: 11px;
}
a.recNavLink
{
    color: #404040;
    font-family: verdana;
    font-size: 11px;
}
a.lessonNavLink
{
    color:#FF6600;
    font-family: verdana;
    font-size: 11px;
}
a.bulletNavLink
{
    color:#404040;
    font-family: verdana;
    font-size: 11px;
}
.reportNavLink
{
    padding: 4px;    
}
.reportNavLink a
{
    color: #404040;
    font-family: verdana;
    font-size: 12px;
}
a.reportNavLinkActive 
{
    line-height: 18px;    
    color:Orange;
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
}
.bpNavLink
{ 
    vertical-align:middle;
    line-height: 26px; 
    padding: 4px; 
}
.bpNavLink a
{
    color: #404040;
    font-family: verdana;
    font-size: 12px;
}
a.bpNavLinkLinkActive 
{  
    color:Orange;
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
}
a.bpNavLinkIncomplete 
{
    padding-left:20px;
}
.progress-check
{
    vertical-align:middle;
}
.trackLogo
{
    vertical-align: top;
    padding: 4px;
}
.trackMainLinks
{
    vertical-align: top;
    padding-left: 235px;
    width: 100%;
}
a.subNavLink
{
    color: #404040;
    text-decoration: underline;
    font-family: verdana;
    font-size: 11px;
}
#footer
{
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom:10px;
}
.copyright
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    padding: 2px 0px 0px 0px;
    text-align: center;
}
.input
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.title
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    display: block;
    color: #000000;
    margin: 2px;
    padding-bottom: 2px;
    line-height: 19px;
}
.quote
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    display: block;
    color: #000000;
    margin: 2px;
    padding-bottom: 2px;
    line-height: 19px;
}
.quotesrc
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    display: inline;
    color: #000000;
    margin: 2px;
    padding-bottom: 2px;
    line-height: 19px;
}
a.listLink
{
    min-height: 15px;
    margin: 2px;
    height: 100%;
    color: #404040;
    font-size: x-small;
    text-decoration: none;
    padding-left: 4px;
    padding-right: 4px;
	cursor:pointer;
}
a.listLink:hover
{
    background-color: #f3f3f3;
    text-decoration: underline;
    cursor:pointer;
}
a.podcastLink
{
    min-height: 15px;
    height: 100%;
    color: #404040;
    font-size: x-small;
    text-decoration: none;
	cursor:pointer;
}
a.podcastLink:hover
{
    background-color: #f3f3f3;
    text-decoration: underline;
    cursor:pointer;
}
span.listLabel
{
    display: block;
    color: #888888;
    font-size: x-small;
    text-decoration: none;
    padding-left: 4px;
    margin: 2px;
    padding-right: 4px;
}

.RedButton
{
    background-color: Transparent;
    background-image: url(../images/btnRd.png);
    width: 140px;
    height: 28px;
    line-height: 20px;
    vertical-align: middle;
    border: 0;
    color: White;
    padding-bottom: 4px;
    cursor: pointer;
}
.GrayButton
{
    background-color: Transparent;
    background-image: url(../images/btnWht.png);
    width: 140px;
    height: 28px;
    line-height: 20px;
    vertical-align: middle;
    border: 0;
    padding-bottom: 4px;
    cursor: pointer;
}
.BlueButton
{
    background-color: Transparent;
    background-image: url(../images/btnBl.png);
    width: 140px;
    height: 28px;
    line-height: 20px;
    vertical-align: middle;
    border: 0;
    color: White;
    padding-bottom: 4px;
    cursor:pointer;
}
.inputBtn
{
    background-repeat: no-repeat;   
    border: none 0px;
    background-color: Transparent;
    cursor: hand !important;
    padding-top: 2px;
    padding-left: 2px;
    cursor:pointer;
}
.addLinkBtn
{
    background-image: url(../images/add_thumb.png);
    background-position: left center;
    line-height:22px;
    padding-left: 26px;
    padding-bottom: 4px;
    padding-top: 6px;
    vertical-align: middle;
    font-size: 11px;
    cursor:pointer;
}
.saveBtn
{
    border: none 0px;
    height: 22px !important;
    line-height: 19px;
    padding-bottom:4px;
    text-align: center;
    vertical-align: middle;
    background-image: url(../images/btn-save.png);
    background-repeat: no-repeat;
    color: White;
    cursor: pointer;
    font-size: 11px;
}
.cancelBtn
{
    border: none 0px;
    height: 22px !important;
    line-height: 19px;
    padding-bottom:4px;
    text-align: center;
    vertical-align: middle;
    background-image: url(../images/btn-cancel.png);
    background-repeat: no-repeat;
    color: White;
    cursor: pointer;
    font-size: 11px;
}
.backBtn
{
    border: none 0px;
    height: 22px !important;
    line-height: 19px;
    padding-bottom:4px;
    text-align: center;
    vertical-align: middle;
    background-image: url(../images/btn-back.png);
    background-repeat: no-repeat;
    color: White;
    cursor: pointer;
    font-size: 11px;
}
.nextBtn
{
    border: none 0px;
    height: 22px !important;
    line-height: 19px;
    padding-bottom:4px;
    text-align: center;
    vertical-align: middle;
    background-image: url(../images/btn-save.png);
    background-repeat: no-repeat;
    color: White;
    cursor: pointer;
    font-size: 11px;
}
.headerLink
{
	border: Solid 2px Transparent;
	background-color:Transparent;
	padding:2px;
    line-height: 18px;
    margin-right:20px;
    text-align: center;
    vertical-align: middle;
    color: White;
    cursor: pointer;
    font-size: 11px;
}
.headerLink:hover
{
	padding:2px;
	border: Solid 2px Transparent;
    line-height: 18px;
    margin-right:20px;
    text-align: center;
    vertical-align: middle;
    color:Orange;
    cursor: pointer;
    font-size: 11px;
    text-decoration:none;
}
.headerLinkSelected
{
	padding:2px;
    line-height: 18px;
    margin-right:20px;
    text-align: center;
    border-bottom:Solid 2px Orange;
    vertical-align: middle;
    color:Orange;
    cursor: pointer;
    font-size: 11px;
    text-decoration:none;
}
.headerLinkSelected:hover
{
	padding:2px;
    line-height: 18px;
    margin-right:20px;
    text-align: center;
    border-bottom:Solid 2px Orange;
    vertical-align: middle;
    color:Orange;
    cursor: pointer;
    font-size: 11px;
    text-decoration:none;
}
.headerLink-icon
{
	
	background-color:Transparent;
	
    line-height: 20px;
    margin-right:20px;
    text-align: center;
    vertical-align: middle;
    color: White;
    cursor: pointer;
    font-size: 11px;
}
.headerLabel
{
	border: Solid 2px Transparent;
	background-color:Transparent;
	padding:2px;
    line-height: 18px;
    margin-right:20px;
    text-align: center;
    vertical-align: middle;
    color: White;
    font-size: 11px;
}
.headerLabelSelected
{
	padding:2px;
    line-height: 18px;
    margin-right:20px;
    text-align: center;
    border-bottom:Solid 2px Orange;
    vertical-align: middle;
    color:Orange;
    font-size: 11px;
    text-decoration:none;
}
.arrowUp
{
    border: none 0px;
    height: 24px !important;
    background-image: url(../images/arrow_up.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
.arrowDown
{
    border: none 0px;
    height: 24px !important;
    background-image: url(../images/arrow_down.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
.error
{
    font-size: 11px;
    font-weight: bold;
    color: Red;
}
.success
{
    font-size: 11px;
    font-weight: bold;
    color: Green;
}
.label
{
    text-align: right;
    font-weight: Bold;
    color: #c3b054;
    padding: 4px;
}

.tab
{
	border:solid 1px black; 
	padding:6px; 
	display:inline; 
	cursor:pointer;
	margin-right:4px;
}
.selected
{
	background:#c3b054;
	margin-right:4px;
	color:White;
}
.consultingSelected
{
	background-color: #1b3049;
	margin-right:4px;
	color:White;
}
.financeSelected
{
	 background-color: #009900;
	 margin-right:4px;
	 color:White;
}
.marketingSelected
{
	background-color: #ca0202;
	margin-right:4px;
	color:White;
}
.practicumSelected
{
	background-color: #CC6600;
	margin-right:4px;
	color:White;
}
.pathwaySelected
{
	background-color: #FF6600;
	margin-right:4px;
	color:White;
}

.lblFinalScore
{
	 background-color:beige;
	 line-height:48px;
	 vertical-align:middle;
	 text-align:center;
	 border:solid 1px black;
	 font-weight:bold; 
	 font-size:large; 
	 width:48px;
}
#MovieHolder
{
 height:400px !important;
 margin-bottom:4px;
 padding:4px;
}

input[type="checkbox"] {
  padding:0px 5px 0px 0px;
  clear:left;
  min-width:18px;
  height:18px;
  vertical-align:middle;
}
span.input
{
	padding:2px;
}
.platPrimary 
{
	color:#FF6600;
	font-weight:bold;
}
.platSecondary
{
	color:#87847E;
	font-weight:bold;
}
.blue
{
	color:blue;
}
.plat-app-c1 {
    font-size: 12px; 
    font-weight: bold; 
    color: #FF6600;
}
.plat-app-c2 
{
    font-size: 12px; 
    font-weight: bold;
    color: #c3b054
}
a.image 
{
    text-decoration: none;
}
.linkbutton {
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px;    
    margin-left: 10px;
    margin-top: 10px;
    padding: 5px 10px 5px 10px;
    text-align: center;
    border: 1.5px solid #2B3E42;
}
.greenbtn 
{
    background-color: Green;
    color: White;
    font-weight: bold;    
}
.bold 
{
    font-weight: bold;    
}
.percent-complete
{
     margin-left:20px;
	 background-color:beige;
     color:blue;
	 text-align:center;
	 border:solid 1px black;
	 font-weight:bold; 
     width:50px;
}
.percent-complete-lg
{
    font-size:16px;
    padding:4px;
     margin-left:20px;
	 background-color:beige;
     color:blue;
	 text-align:center;
	 border:solid 1px black;
	 font-weight:bold; 
     width:50px;
}
.percent-complete-sm
{
    font-size:10px;
    padding:4px;
     margin-left:20px;
	 background-color:beige;
     color:blue;
	 text-align:center;
	 border:solid 1px black;
	 font-weight:bold; 
     width:50px;
}
table.glossary
{
    font-family: arial;
    background-color: #87847E;
    margin: 10px 0pt 15px 20px;
    font-size: 8pt;
    width: 70%;
    text-align: left;

}
table.glossary thead tr th, table.glossary tfoot tr th
{
    background-color: #FF6600;
    border: 1px solid #FFF;
    font-size: 8pt;
    color: White;
    padding: 8px;
}
table.glossary tbody td
{
    color: #3D3D3D;
    padding: 8px;
    background-color: #FFF;
    vertical-align: top;
}
.label-10
{
    font-size:10pt;
    font-weight: Bold;
    color: #c3b054;
    padding: 4px;
}
.input-10
{
    font-family: Verndana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}
.radio-list td, input
{
    font-size:10pt;
    vertical-align:middle;
    margin: 4px;
}
.plan-check 
{
    margin-right:100px;
}
/*Reorder List*/
.dragHandle 
{
      width:15px;
      height:20px;
      background-color:orange;
      cursor:move;
      border:outset thin white;
      margin-right: 8px;
}

.reorderList li 
{
      list-style:none;
      margin:10px;
      color:black;
      border: solid thin black;
      width: 350px;
}

.reorderCue 
{
      border:dashed thin black;
      height:25px;
      width: 350px;
}

.reorderList li a { font-weight:bold;}


.pathwayReorderList li 
{
      list-style:none;
      margin:10px;
      color:black;
      border: solid thin black;
      width: 500px;
}

.pathwayReorderCue 
{
      border:dashed thin black;
      height:25px;
      width: 500px;
}

.pathwayReorderList li a { font-weight:bold;}

.add-content 
{
    align-content:center;
    vertical-align:middle;
}

.disable-quiz 
{
    font-weight:bold;
    color:burlywood;
}

.chevron::before {
	border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	content: '';
	display: inline-block;
	height: 1.00em;
	left: 0.15em;
	position: relative;
	top: 0.15em;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 1.00em;
    color:white;
    margin-right:20px;
}

.chevron.right:before {
	left: 0;
	transform: rotate(45deg);
}

.chevron.bottom:before {
	top: 0;
	transform: rotate(135deg);
}

.chevron.left:before {
	left: 0.25em;
	transform: rotate(-135deg);
}