/* Simple Reset*/

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;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/opensans-bold-webfont.woff') format('woff'),  url('../fonts/opensans-bold-webfont.ttf') format('truetype'),  url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansextrabold';
    src: url('../fonts/opensans-extrabold-webfont.eot');
    src: url('../fonts/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/opensans-extrabold-webfont.woff') format('woff'),  url('../fonts/opensans-extrabold-webfont.ttf') format('truetype'),  url('../fonts/opensans-extrabold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/opensans-light-webfont.woff') format('woff'),  url('../fonts/opensans-light-webfont.ttf') format('truetype'),  url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    line-height: 1;
    background: #b1b0b0 url(../images/cream_pixels.png);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    margin: 5px 0;
}
h2 {
    color: #AACC27;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    margin: 5px 0 20px;
}
/* Main Structure*/
#wrapper {

    width: 100%;
    height: 100%;
    float: left;
    background-color: #fff;
}
#container {
    background-color: #000;

}
.statsWrap {
    margin: 0 auto;
    width: 980px;
    padding-top: 74px;
}
.login-home {
    margin: 50px auto 30px;
    text-align: center;
}
.login-sec {
    background-color: #FFFFFF;
    margin: 10px auto 0;
    padding: 10px 30px 30px;
    width: 60%;
}
.rowElem {
    margin: 8px 0;
    width: 100%;
}
.rowElem input {
    border: 1px solid #DDDDDD;
    padding: 10px 7px;
    width: 85%;
}
.rowElem select {
    border: 1px solid #DDDDDD;
    padding: 10px 7px;
    width: 88%;
}
.rowElem input[type="button"] {
    background-color: #AACC27;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    margin: 0 2px 0 0;
    padding: 8px 5px;
    width: 43.4%;
}
.rowElem input[type="button"]:hover {
    background-color: #5BAD46;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    margin: 0 2px 0 0;
    padding: 8px 5px;
    width: 43.4%;
}
.rowElemSingle input[type="button"] {
    background-color: #4B8DF9;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    margin: 0 2px 0 0;
    padding: 8px 5px;
    width: 87.9%;
}
.rowElem small {
    color: #555;
    background-color: #ddd;
}
.footer {
    background-color: #525877;
    display: block;
    float: left;
    margin: 50px 0 0;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
.footer p {
    color: #FFFFFF !important;
    font-size: 12px;
}
.header {
    background-color: #FFFFFF;
    height: 100%;
    line-height: 45px;
    margin: 0;
    position: relative;
    width: 100%;
    float: left;
    min-height: 80px;
}
.header.logohead {
    background-color: #D6D6D6;
    position: relative;
    width: 100%;
}
.nav-container {
    margin: 0 auto;
    text-align: right;
    width: 890px;
}
.header-container {
    margin: 0 auto;
    width: 890px;
    position: relative;
}
.header .topnav {
    display: inline-block;
    float: left;
}
.header .topnav li {
    display: inline-block;
    position:relative;
}
.header .topnav li a {
    color: #FFFFFF;
    display: block;
    font-family: arial;
    font-size: 12px;
    padding: 0 20px 0 35px;
    text-decoration: none;
    text-transform: capitalize;
    /*background: #282828 url(../images/navSprite.png) no-repeat 0 0;*/
}
.header .topnav li a.dashboardIco {
    background-position: 3px 5px;
}
.header .topnav li a.mapviewIco {
    background-position: 3px -35px;
}
.header .topnav li a.listviewIco {
    background-position: 3px -75px;
}
.header .topnav li a.active {
    background-color: #5BAD46;
    color: #FFFFFF;
    font-family: arial;
    font-size: 14px;
    padding: 5px 15px;
    text-decoration: none;
    text-transform: uppercase;
}
.header .topnav li a:hover {
    color: #FFFFFF;
    display: block;
    font-family: arial;
    font-size: 12px;
    padding: 0 20px 0 35px;
    text-decoration: none;
    text-transform: capitalize;
    background-color: #1800ca;
}
.header .topnav li ul {
    z-index:100;
    padding: 0;
    position: absolute;
    top: 45px;
    left: 0;
    width: 228px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
}
.header .topnav li ul li { 
    background: #555; 
    display: block; 
    color: #fff;
    text-shadow: 0 -1px 0 #000;
}
.header .topnav li ul li a {
    background-image: none !important;
    border-bottom: 1px solid #444444;
    padding: 0 10px;
}
.header .topnav li ul li a:hover {
    background-color: #1800CA;
    background-image: none;
    padding: 0 10px;
}
ul li ul li:hover { background: #1800CA; }
.header .topnav li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
}
/* 
        LEVEL ONE
*/
ul.dropdown {
    position: relative;
    z-index: 100;
}
ul.dropdown li {
    font-weight: bold;
    float: left;
    zoom: 1;
}
ul.dropdown a:hover {
    color: #fff;
}
ul.dropdown a:active {
    color: #ffa500;
}
ul.dropdown li a {
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    padding: 0 25px;
    text-decoration: none;
}
ul.dropdown li:last-child a {
    border-right: none;
} /* Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover {
    background: #0c83f3;
    color: black;
    position: relative;
}
ul.dropdown li.hover a {
    color: #fff;
}
/* 
        LEVEL TWO
*/
ul.dropdown ul {
    width: 220px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
}
ul.dropdown ul li {
    font-weight: normal;
    background: #87a500;
    color: #fff;
    border-bottom: 1px solid #ccc;
    float: none;
}
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a {
    border-right: medium none;
    display: inline-block;
    text-align: left;
    width: 100%;
}
/* 
        LEVEL THREE
*/
ul.dropdown ul ul {
    left: 100%;
    top: 0;
}
ul.dropdown li:hover > ul {
    visibility: visible;
}
a.custom {
    background-color: #333333;
    color: #FFFFFF;
    display: block;
    font-family: arial;
    font-size: 11px;
    height: 25px;
    line-height: 25px;
    padding: 0 16px;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
    top: -10px;
}
a.custom:hover {
    background-color: #FC472F;
    color: #FFFFFF;
    display: block;
    font-family: arial;
    font-size: 11px;
    height: 25px;
    line-height: 25px;
    padding: 0 16px;
    position: absolute;
    right: 0px;
    text-decoration: none;
    text-transform: uppercase;
    top: -10px;
}
a.exportWordBtn {
    background-color: #4A8BF5;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 20px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
    top: 0;
}
a.exportWordBtn img {
    float: left;
    margin: 0 10px 0 0;
}
a.tableLinkapproved {
    background: url("../images/approved.png") no-repeat scroll 0 0 transparent;
    color: #4DA53E;
    float: left;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    margin: 0 10px 0 0;
    padding: 0 0 0 22px;
    text-decoration: none;
}
a.tableLinkunapproved {
    background: url("../images/unapproved.png") no-repeat scroll 0 0 transparent;
    color: #FB1A14;
    float: left;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    padding: 0 0 0 22px;
    text-decoration: none;
}
#map {
    width: 100%;
    height: 500px;
}
.featured-sections {
    width: 100%;
    margin: 10px 0;
}
li.featured-col-1, li.featured-col-2, li.featured-col-3 {
    float: left;
    list-style: none outside none;
    margin: 0 70px 0 0;
    width: 250px;
}
li.featured-col-3 {
    margin-right: 0 !important;
}
.featured-sections h2 {
    color: #444444;
    font-size: 20px;
    margin: 15px 0;
    text-align: center;
}
.featured-sections p {
    color: #222222;
    font-size: 13px;
    line-height: 18px;
    margin: 5px 0;
    text-align: justify;
}
.featured-sections a {
    font-size: 13px;
    color: #222;
    font-weight: bold;
}
/* Apple-like Search Box */


#apple {
    position: absolute;
    right: 0;
    top: 28px;
}
#apple #search {
}
#apple #search input[type="text"] {
    background: url(../images/search-white.png) no-repeat 10px 6px #444;
    border: 0 none;
    font: bold 12px Arial, Helvetica, Sans-serif;
    color: #d7d7d7;
    width: 150px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
#apple #search input[type="text"]:focus {
    background: url(../images/search-dark.png) no-repeat 10px 6px #fcfcfc;
    color: #6a6f75;
    width: 200px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.action-navigation {
    background-color: #DDDDDD;
    float: left;
    margin: 0 0 10px;
    width: 100%;
}
.action-navigation h3 {
    border-right: 1px solid #CCCCCC;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin-right: 20px;
    padding: 12px;
}
.action-navigation li {
    float: left;
    list-style: none;
    margin: 0 6px 0 0;
}
.action-navigation a {
    background-color: #0C83F3;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 11px;
    margin: 8px 0;
    padding: 10px 8px;
}
.action-navigation a:hover {
    background-color: #525877;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 11px;
    margin: 8px 0;
    padding: 10px 8px;
}
.action-navigation i {
    margin: 0 2px;
}
.action-navigation a.actione-nav-active {
    background-color: #87A500;
    cursor: default;
}
#gmap {
    float: left;
    height: 500px;
    margin: 10px 0;
    width: 100%;
}
#chart2 {
    float: left;
    width: 100%;
    margin: 20px 0;
}
.dates-control {
    float: right;
    font-size: 12px;
    margin: 12px 9px 0 0;
    font-weight: bold;
}
.start-date {
    float: left;
    margin: 0 10px;
}
.end-date {
    float: left;
}
.headerWrap .user-meta-info {
    position: absolute;
    right: 0px;
    top: 0px !important;
}
.user-meta-info strong {
    font-weight: bold;
}
.user-meta-info p {
    line-height: 20px;
    width: 100%;
    text-align: right;
}
.user-meta-info a {
    color: white !important;
	padding: 2px 10px;
	text-decoration: none;
	font-weight: bold !important;
	background-color: #282828 !important;
}
.left-col {
    background-color: #F5E67E;
    float: left;
    width: 260px;
}
.right-col {
    background-color: #fff;
    float: left;
    padding: 20px;
    width: 588px;
    line-height: 20px;
}
.tabing-section {
    clear: both;
    display: inline-block;
    margin: 0 0 0 10px;
}
.tabing-section div.tabs{
    background-color:  transparent;
}

.tabing-section div.tabs label{
    display: inline-block;
    padding-bottom: 5px;
}

.tabing-section div {
    background-color: #FFFFFF;
    color: #FFFFFF;
    float: left;
    width: 100%;
}
.tabing-section div p {
    float: left;
    font-size: 12px;
    line-height: 40px;
}
.tabs li {
    list-style: none;
    display: inline;
}
.tabs a {
    background: none repeat scroll 0 0 #282828;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    padding: 10px 15px;
    text-decoration: none;
}
.tabs a.active {
    background: none repeat scroll 0 0 #1800ca;
    color: #FFFFFF;
}
/* Base Styles */
#left-accordion, #left-accordion ul, #left-accordion li, #left-accordion a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    position: relative;
}
#left-accordion {
    border-bottom: 4px solid #656659;
    border-radius: 3px;
    float: left;
    margin-top: 20px;
    width: 100%;
}
#left-accordion a {
    line-height: 1.3;
}
/*#left-accordion > ul > li:first-child {
  background: #66665e;
  background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
  background: linear-gradient(#66665e 0%, #45463d 100%);
  border: 1px solid #45463d;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
*/#left-accordion > ul > li > a {
    font-size: .9em;
    display: block;
    color: #ffffff;
    border-top: none;
}
#left-accordion > ul > li:hover {
}
#left-accordion > ul > li {
}
#left-accordion > ul > li:hover {
}
#left-accordion > ul > li > a {
    font-size: .9em;
    display: block;
    background: url(menu_images/pattern.png) top left repeat;
    color: #333;
    border-top: 1px solid #111;
    font-weight: bold;
}
#left-accordion > ul > li > a > span {
    border-radius: 4px;
    display: block;
    padding: 10px 0 10px 40px;
}
#left-accordion > ul > li > a:hover {
    text-decoration: none;
}
#left-accordion > ul > li.active {
    border-bottom: none;
}
#left-accordion > ul > li.has-sub > a span {
    background: url(../images/icon_plus.png) 5% center no-repeat;
}
#left-accordion > ul > li.has-sub.active > a span {
    background: url(../images/icon_minus.png) 5% center no-repeat;
}
#left-accordion ul ul {
    display: none;
    background: #fff;
}
#left-accordion ul ul li {
    padding: 0;
    border-top: none;
    background-color: #fff;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
}
#left-accordion ul ul li:last-child {
    border-bottom: none;
}
#left-accordion ul ul a {
    padding: 10px 10px 10px 25px;
    display: block;
    color: #676767;
    font-size: .8em;
    font-weight: normal;
}
#left-accordion ul ul a:before {
    content: '\00BB';
    position: absolute;
    left: 10px;
    color: #e94f31;
}
#left-accordion ul ul a:hover {
    color: #e94f31;
}
form.TabingForm label {
    margin-right: 25px;
}
ul.left-first-menu {
    float: left;
    margin-top: 10px;
    width: 85%;
}
ul.left-first-menu a {
    background-color: #FFFFFF;
    color: #111111;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
    width: 100%;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    margin: 5px 0 0 10px;
}
ul.left-first-menu a:hover {
    background-color: #3089EF;
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
    width: 100%;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    margin: 5px 0 0 10px;
}
.headerWrap {
    margin: 0 auto;
    position: relative;
    width: 1140px;
}
.small-logo {
    background-color: #186404;
    display: inline-block;
    float: left;
    margin: 2px 4px 0 0;
    padding: 9.5px;
}
.header .topnav {
    display: inline-block;
    float: left;
}
.header .topnav li {
    display: inline-block;
}
.header .topnav li a {
    color: #FFFFFF;
    display: block;
    font-family: arial;
    font-size: 12px;
    padding: 0 20px;
    text-decoration: none;
    text-transform: capitalize;
    background-color: #282828;
    /*background: #282828 url(../images/navSprite.png) no-repeat 0 0;*/
}
.header .topnav li a.dashboardIco {
    background-position: 3px 5px;
}
.header .topnav li a.mapviewIco {
    background-position: 3px -35px;
}
.header .topnav li a.listviewIco {
    background-position: 3px -75px;
}
.header .topnav li a.active {
    background-color: #5BAD46;
    color: #FFFFFF;
    font-family: arial;
    font-size: 14px;
    padding: 5px 15px;
    text-decoration: none;
    text-transform: uppercase;
}
.header .topnav li a:hover {
    color: #FFFFFF;
    display: block;
    font-family: arial;
    font-size: 12px;
    padding: 0 20px;
    text-decoration: none;
    text-transform: capitalize;
    background-color: #1800ca;
}
.Zebra_DatePicker_Icon_Wrapper {
    float: left !important;
}
#datepickerCustom {
    border: 1px solid #DDDDDD;
    box-shadow: 1px 1px 3px #CCCCCC;
    margin: 0 20px 0 0;
    padding: 9.5px 25px;
}
.formFiltersWrap {
  clear: both;
  display: inline-block;
    margin: 10px 0px;
  width: 100%;
  padding-left: 10px;
}
h2 a:visited{
    color: #fff;
}
h2 a,h2 span{
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    color: #fff;
}


div.block_content{
    float: left;
    width: 100%;
    background-color: #fff;
}
.customBtn {
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    padding: 8px 55px;
    background: -moz-linear-gradient(  top,  #8dcdef 0%,  #54aee3);
    background: -webkit-gradient(  linear, left top, left bottom,  from(#8dcdef),  to(#54aee3));
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #949494;
    -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),  inset 0px 0px 2px rgba(255,255,255,1);
    -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),  inset 0px 0px 2px rgba(255,255,255,1);
    box-shadow: 0px 1px 3px rgba(000,000,000,0.5),  inset 0px 0px 2px rgba(255,255,255,1);
    text-shadow: 0px -1px 0px rgba(41,35,41,0.4),  0px 1px 0px rgba(255,255,255,0.3);
}
.schoolStatsContain {
    height: 84px;
    margin: 0 auto;
    width: 980px;
}
ul.schoolStats {
    float: left;
    line-height: 22px;
}
ul.schoolStats li {
    color: #FFFFFF;
    float: left;
    font-family: 'open_sansextrabold',arial;
    font-size: 25px;
    margin: 0 10px;
    padding: 20px 0;
    text-align: center;
}
ul.schoolStats li span {
    display: block;
    font-family: 'open_sanslight';
    font-size: 14px;
    line-height: 23px;
}
li.schoolHead {
    background: url("../images/visitedSchoolsVec.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    font-size: 17px !important;
    line-height: 20px;
    margin: 0 !important;
    padding-left: 65px !important;
    width: 78px;
}
li.thumbUp {
    background: url("../images/thumbupico.png") no-repeat scroll 10px 25px #134E03;
    font-size: 25px !important;
    line-height: 15px;
    margin: 0 !important;
    padding: 26px 20px 20px 60px !important
}
li.thumbDown {
    background: url("../images/thumbdownico.png") no-repeat scroll 10px 25px #d12200;
    font-size: 25px !important;
    line-height: 15px;
    margin: 0 !important;
    padding: 26px 20px 20px 60px !important
}
.schoolHeaderWrap {
    background-color: #393838;
}
ul.subMenuStats {
    float: left;
    line-height: 22px;
}
ul.subMenuStats li {
    border-left: 1px solid #111111;
    color: #000000;
    float: left;
    font-family: 'open_sanslight' !important;
    font-size: 12px !important;
    height: 76px;
    margin: 0 5px 0 0;
    padding: 7px 0 7px 5px;
    text-align: center;
}
ul.subMenuStats li.overallPres {
    border-left: 1px solid #111111;
    color: #000000;
    float: left;
    font-family: 'open_sanslight' !important;
    font-size: 12px !important;
    height: 76px;
    margin: 0 0px 0 0;
    padding: 7px 15px 6px 5px;
    text-align: center;
}


ul.subMenuStats li span {
    display: block;
    font-family: 'open_sanslight';
    font-size: 24px;
    line-height: 23px;
    width: 110px;
}
ul.subMenuStats li span.customTiny {
    display: block;
    font-family: 'open_sanslight';
    font-size: 20px;
    line-height: 20px;
    width: 66px;
}
ul.subMenuStats li span.customLarge {
    display: block;
    font-family: 'open_sanslight';
    font-size: 37px;
    line-height: 40px;
    width: 113px;
}
li.teacherPresenceIco {
    background: url("../images/teacherPresenceVec.png") no-repeat scroll center 8px #FFF837;
    border: medium none !important;
    color: #282828 !important;
    font-family: 'open_sanslight' !important;
    font-size: 12px !important;
    height: 15px !important;
    line-height: 20px;
    margin: 0 9px 0 0 !important;
    padding: 65px 0 10px !important;
    text-align: center;
    width: 110px;
}
li.thumbUp {
    background: url("../images/thumbupico.png") no-repeat scroll 10px 25px #134E03;
    font-size: 25px !important;
    line-height: 15px;
    margin: 0 !important;
    padding: 23px 35px 20px 60px !important;
}
li.thumbDown {
    background: url("../images/thumbdownico.png") no-repeat scroll 10px 25px #d12200;
    font-size: 25px !important;
    line-height: 15px;
    margin: 0 !important;
    padding: 23px 35px 20px 60px !important
}
ul.bestPerformance {
    border-left: 1px solid #111111;
    float: left;
    height: 90px;
    line-height: 13px;
    margin: 0 0 0 11px;
	padding: 0 0 0 2px;
}
ul.bestPerformance h4 {
    border-top: 10px solid #186404;
    color: #666666;
    font-size: 11px;
    margin: 4px 0 0 5px;
    padding: 5px 0;
}
ul.bestPerformance li {
    border-right: 1px solid #111111;
    color: #000000;
    float: left;
    font-family: 'open_sanslight' !important;
    font-size: 10px !important;
    margin: 0 -1px 0 0;
    padding: 0 5px;
    height: 60px;
    width: 63px;
    word-wrap: break-word;
}
ul.bestPerformance li span {
    display: block;
    font-family: 'open_sanslight';
    font-size: 17px;
    line-height: 23px;
}
ul.worstPerformance {
    float: left;
    line-height: 13px;
    margin: 0;
    padding: 0;
}
ul.worstPerformance h4 {
    border-top: 10px solid #D12200;
    color: #666666;
    font-size: 11px;
    margin: 4px 0 0 5px;
    padding: 5px 0;
}
ul.worstPerformance li {
    border-right: 1px solid #111111;
    color: #000000;
    float: left;
    font-family: 'open_sanslight' !important;
    font-size: 10px !important;
    margin: 0 -1px 0 0;
    padding: 0 5px;
    width: 63px;
    height: 60px;
    word-wrap: break-word;
}
ul.worstPerformance li span {
    display: block;
    font-family: 'open_sanslight';
    font-size: 17px;
    line-height: 23px;
    color:#d12200;
}
.map {
    float: left;
    margin: 10px;
    width: 100%;
    height: 600px;
}
.map img {
    width:100%;
}

.rowElemForm {
    display: inline-block;
    float: left;
    margin: 10px 20px 0 0;
}
.rowElemForm label {
    font-family: 'open_sanslight';
    font-size: 16px;
    line-height: 20px;
}
.leftMonthStats {
    float: left;
    width: 470px;
    margin:0 20px 0 0;
    border: 2px solid darkgrey;
    min-height: 309px;
}
.rightMonthStats {
    float: left;
    width: 470px;
    border: 2px solid darkgrey;
    min-height: 309px;
}
.leftMonthStats h2,.rightMonthStats h2 {
    margin: 5px 0;
    font-family: 'open_sanslight';
    font-size: 20px;
    line-height: 20px;
    color:#666;
    text-align: center;
    font-weight: bold;
}
.statsFilterBar {

}
.statsFilterBar h2{

}
.statsFilterBar ul {
    margin: 0 0 10px;
    text-align: center;
}
.statsFilterBar ul li {
    display: inline;
}
.statsFilterBar ul li a {
    background-color: #666666;
    color: #FFFFFF;
    line-height: 36px;
    padding: 10px 40px;
    text-decoration: none;
}
.active_section {
    background-color: #1800CA !important;
}
/*===========Login Page Styling========*/
.header.login {
    background-color: #186404;
    border-bottom: 3px solid #114503;
    margin: 0;
    padding: 40px 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.login-home {
    margin: 50px auto 30px;
    text-align: center;
}
.login-sec {
    background: url("../images/login-bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 50px auto 0;
    padding: 0;
    width: 22%;
}
.rowElem {
    margin: 8px 0;
}
.rowElem label {
    display: block;
    margin: 15px 0 5px;
    text-align: left;
}
.rowElem input {
    display: inline-block;
    padding: 10px 7px;
    width: 90%;
}
.rowElem select {
    border: 1px solid #DDDDDD;
    padding: 10px 7px;
    width: 88%;
}
.rowElem input[type="button"] {
    background-color: #186404;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    margin: 0 2px 0 0;
    padding: 8px 5px;
    width: 99.4%;
}
.rowElem input[type="button"]:hover {
    background-color: #5BAD46;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    margin: 0 2px 0 0;
    padding: 8px 5px;
    width: 99.4%;
}
.rowElemSingle input[type="button"] {
    background-color: #4B8DF9;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    margin: 0 2px 0 0;
    padding: 8px 5px;
    width: 87.9%;
}
.rowElem small {
    color: #555;
    background-color: #ddd;
}
#homeLoginForm {
    margin: 0 auto;
    padding: 49px 0;
    text-align: center;
    width: 190px;
}
.contentWrap {
    width:1140px;
    margin:0 auto;
}
.title {
    background-color: #053891;
    display: inline-block;
    margin: 20px 0 0;
    width: 100%;
}
.title h2 {
    color: #FFFFFF;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    margin: 10px 0 10px 10px;
    text-transform: uppercase;
}
.title a.titleActionBar {
    background-color: #186404;
    color: #FFFFFF;
    display: inline-block;
    float: right;
    margin: 7px;
    padding: 5px 10px;
    text-decoration: none;
}
a.editAction {
    background: url("../images/editIco.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #111111;
    margin: 0 3px 0 0;
    padding: 0 0 0 20px;
    text-decoration: none;
}
a.retireAction {
    background: url("../images/retire.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #111111;
    margin: 0 3px 0 0;
    padding: 0 0 0 20px;
    text-decoration: none;
}
a.expireAction {
    background: url("../images/expire.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #111111;
    margin: 0 3px 0 0;
    padding: 0 0 0 20px;
    text-decoration: none;
}
.selectallBtn{
    background: url("../images/selectall.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #111111;
    margin: 0 3px 0 0;
    padding: 0 0 0 20px;
    text-decoration: none;
    float: left;
    clear: left;
    width: 34px;
    margin-top: 28px;
    /* padding: 8px; */
    height: 29px;
    text-align: center;
    margin-left: 15px;
}
.switchrightBtn{
    background: url("../images/right.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #111111;
    text-decoration: none;
    float: left;
    clear: left;
    width: 34px;
    margin-top: 15px;
    /* padding: 8px; */
    height: 29px;
    text-align: center;
    margin-left: 25px;
}
.switchleftBtn{
    background: url("../images/left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #111111;
    text-decoration: none;
    float: left;
    clear: left;
    width: 34px;
    margin-top: 15px;
    /* padding: 8px; */
    height: 29px;
    text-align: center;
    margin-left: 25px;
}
.clearallBtn{
    background: url("../images/clearall.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #111111;
    text-decoration: none;
    float: left;
    clear: left;
    width: 50px;
    margin-top: 15px;
    /* padding: 8px; */
    height: 29px;
    text-align: center;
    margin-left: 15px;
}
a.surrenderAction {
    background: url("../images/surrender.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #111111;
    margin: 0 3px 0 0;
    padding: 0 0 0 20px;
    text-decoration: none;
}
a.suspendAction {
    background: url("../images/suspend.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #111111;
    margin: 0 3px 0 0;
    padding: 0 0 0 20px;
    text-decoration: none;
}
a.deleteAcion {
    background: url("../images/deleteIco.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #111111;
    line-height: 20px;
    margin: 0 3px 0 0;
    padding: 0 0 3px 20px;
    text-decoration: none;
    cursor: pointer;
}
a.deleteAction {
    background: url("../images/deleteIco.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #111111;
    line-height: 20px;
    margin: 0 3px 0 0;
    padding: 0 0 3px 20px;
    text-decoration: none;
    cursor: pointer;
}
a.detailviewAction{
    background: url("../images/detail.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #111111;
    line-height: 20px;
    margin: 0 3px 0 0;
    padding: 0 0 3px 20px;
    text-decoration: none;
    cursor: pointer;
}
a.transferAction {
    background: url("../images/transfer.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #111111;
    line-height: 20px;
    margin: 0 3px 0 0;
    padding: 0 0 3px 20px;
    text-decoration: none;
    cursor: pointer;
}
a.assignAction {
    background: url("../images/assign.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #111111;
    line-height: 20px;
    margin: 0 3px 0 0;
    padding: 0 0 3px 20px;
    text-decoration: none;
    cursor: pointer;
}
a.publishAction{
    background: url("../img/published.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #111111;
    line-height: 20px;
    margin: 0 3px 0 0;
    padding: 0 0 3px 20px;
    text-decoration: none;
    cursor: pointer;
}

.commonWrap {
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 0 0 20px;
    width: 100%;
}
.commonWrap .form-section {
    margin: 0 auto 10px;
    padding: 10px;
    width: 500px;
}

.commonWrap .rowElem {
    margin: 8px 0;
    height: 65px;
}
.commonWrap .rowElem label {
    color: #282828;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 15px 0 5px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'open_sanslight';

}
.commonWrap .rowElem input {
    border: 1px solid #DDDDDD;
    box-shadow: 1px 1px 3px #CCCCCC;
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 9.5px 10px;
    width: 96%;
}
.commonWrap .rowElem select {
    border: 1px solid #DDDDDD;
    box-shadow: 1px 1px 3px #CCCCCC;
    margin: 0 20px 0 0;
    padding: 9.5px 10px 9.5px 5px;
    width: 100%;
}
.commonWrap .rowElem input[type="button"] {
    background-color: #186404;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    margin: 0 2px 0 0;
    padding: 8px 5px;
    width: 99.4%;
}
.commonWrap .rowElem input[type="button"]:hover {
    background-color: #5BAD46;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    margin: 0 2px 0 0;
    padding: 8px 5px;
    width: 99.4%;
}	.map {
    margin: 10px;
    overflow: hidden;
    padding-bottom: 30px;
    position: relative;
}	
.compliance_map {
    margin: 5px;
    padding-bottom: 30px;
    position: relative;
}
.slide-out-div {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 9px #888888;
    width: 500px;
    z-index: 1000;
    font-family: 'open_sanslight';
    height: 310px;

}
.slide-out-div h2 {
    background-color: #1800CA;
    color: #FFFFFF;
    margin: 0 0 10px;
    padding: 8px;
    width: 97%;
}
.slide-out-div small {
    color: #1800CA;
    font-family: open_sanslight;
    padding: 15px;
}
.statsColOne{
    padding: 5px 10px;
}
.statsColTwo {
    padding: 5px 10px;
    height: 215px;
    overflow-y: scroll;
}
.statsColOne table, .statsColTwo table {
    background-color: #FFFFFF !important;
    border: 1px solid #D5D5D5;
    margin-bottom: 8px;
    width: 100%;
}
.statsColOne table td, .statsColTwo table td {
    padding: 5px 10px;
}
h3.acceptableFigure {
    color: #186404;
    font-size: 28px;
    font-family: 'open_sansbold';

}
h3.porrFigure {
    color: #D12200;
    font-size: 28px;
    font-family: 'open_sansbold';

}
span.accpetableLabel {
    background: url("../images/greenLabel.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    font-family: 'open_sanslight';
    padding: 0 0 0 15px;
}
span.porrLabel {
    background:url(../images/redLabel.png)  no-repeat scroll left center rgba(0, 0, 0, 0);
    padding:0 0 0 10px;
    font-family: 'open_sanslight';
}
#statsTblTwo h3 {
    color: #186404;
    font-family: 'open_sansbold';
    font-size: 18px;
}
#statsTblTwo h5 {
    color: #186404;
    font-family: open_sanslight;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
}
#statsTblTwo strong {
    color: #186404;
    font-family: 'open_sansbold';
    font-size: 18px;
}
.statsColOne table tr, .statsColTwo table tr {
    border-bottom: 1px solid #D5D5D5;
}
.message .errormsg {
    color:'red'; 
}
.rowElem input[type="submit"] {
    background-color: #186404;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    margin: 0 2px 0 0;
    padding: 8px 5px;
    width: 99.4%;
}
.text_box{
    border: 1px solid #DDDDDD;
    box-shadow: 1px 1px 3px #CCCCCC;
    margin: 0 8px 10px 0;
    padding: 9.5px 5px;
    width: 125px;
    float: left;
}

.customBtn {
    background: -moz-linear-gradient(center top , #8DCDEF 0%, #54AEE3) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #949494;
    border-radius: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 2px #FFFFFF inset;
    color: #000000;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    padding: 8px 40px;
    text-shadow: 0 -1px 0 rgba(41, 35, 41, 0.4), 0 1px 0 rgba(255, 255, 255, 0.3);
    text-decoration: none;
    float: right;
    margin-right: 9px;
}        
.buttons_form{
    margin-top : 50px !important;
}
.small{
    width: 128px;
    float: left;
}

.small{
    width: 128px;
    float: left;
}

.listing-top-btn{
    float:right; 
}
.right_href{
    float:right; 
    color:white !important; 
}
.mapStatWrap {
    position: relative;
    width: 976px;
    width: 980px;
    overflow: hidden;
}
.slide-out-div h4 {
    background-color: #1800CA;
    color: #FFFFFF;
    margin: 0 0 10px;
    padding: 8px;
    width: 97%;
}
.info_window_main {
    background-color: #3C3C3C;
    padding: 0 0 0px;
    width: 330px;
}
.info_window_main h4 {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px 0;
    text-align: center;
}
.info_window_main li.statsList {
    background-color: #1800ca;
    float: left;
    line-height: 20px;
    list-style: none outside none;
    margin: 0 3px 4px 0;
    padding: 7px;
    text-align: left;
    height: 70px;
    width: 96px;
    overflow: hidden;
}
.info_window_main li.statsList.last {
    margin-right: 0;
}
.info_window_main li.statsList h4 {
    color: #FFFFFF;
    font-size: 11px;
    margin: 0 !important;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}
.info_window_main li.statsList small {
    color: #FFFFFF;
    font-size: 12px;
}
.info_window_main li.statsListHome {
    background-color: #1800ca;
    float: left;
    line-height: 20px;
    list-style: none outside none;
    margin: 0 3px 4px 0;
    padding: 7px;
    text-align: left;
    height: 70px;
    width: 94px;
    overflow: hidden;
}
.info_window_main li.statsListHome.last {
    margin-right: 0;
}
.info_window_main li.statsListHome h4 {
    color: #FFFFFF;
    font-size: 11px;
    margin: 0 !important;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}
.info_window_main li.statsListHome small {
    color: #FFFFFF;
    font-size: 12px;
}
.info_window_main table {
    color: #FFFFFF;
    font-size: 16px;
    margin: 0 0 10px;
}
.info_window_main tbody tr:nth-child(2n-1) {
    background-color: #484848;
    transition: all 0.125s ease-in-out 0s;
}
.info_window_main  tbody tr:hover {
    background-color: #5c5c5c;
}
.info_window_main table tr {
    background-color: #5B5B5B;
}
.info_window_main table tr td {
    font-size: 12px;
    font-weight: bold;
}
.info_window_main a {
    background: -moz-linear-gradient(center top , #8DCDEF 0%, #54AEE3) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #949494;
    border-radius: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 2px #FFFFFF inset;
    color: #000000;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    padding: 8px 40px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(41, 35, 41, 0.4), 0 1px 0 rgba(255, 255, 255, 0.3);
    width: 35%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align:  center;
}
.info_window_main table td.greenTd{
    background-color:  green;
}
.info_window_main table td.yellowTd {
    background-color: #CCFF33;
    color: #111111;
}
.info_window_main table td.amberTd{
    background-color:#FF7E00;
}
.info_window_main table td.redTd{
    background-color: red;
}

.info_window_main_com {
    background-color: #3C3C3C;
    padding: 0 0 0px;
    width: 351px;
}
.info_window_main_com h4 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px 0;
    text-align: center;
}
.info_window_main_com li.statsList {
    background-color: #1800CA;
    float: left;
    line-height: 20px;
    list-style: none outside none;
    margin: 0 3px 3px 0;
    padding: 7px;
    text-align: left;
    width: 100px;
    min-height: 60px;
}
.info_window_main_com li.statsList.last {
    margin-right: 0;
}
.info_window_main_com li.statsList h4 {
    color: #FFFFFF;
    font-size: 15px;
    margin: 0 !important;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}
.info_window_main_com li.statsList small {
    color: #FFFFFF;
    font-size: 13px;
}
.info_window_main_com table {
    color: #FFFFFF;
    font-size: 16px;
    margin: 0 0 10px;
}
.info_window_main_com tbody tr:nth-child(2n-1) {
    background-color: #484848;
    transition: all 0.125s ease-in-out 0s;
}
.info_window_main_com  tbody tr:hover {
    background-color: #5c5c5c;
}
.info_window_main_com table tr {
    background-color: #5B5B5B;
}
.info_window_main_com table tr td {
    font-size: 12px;
    font-weight: bold;
}
.info_window_main_com a {
    background: -moz-linear-gradient(center top , #8DCDEF 0%, #54AEE3) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #949494;
    border-radius: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 2px #FFFFFF inset;
    color: #000000;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    padding: 8px 40px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(41, 35, 41, 0.4), 0 1px 0 rgba(255, 255, 255, 0.3);
    width: 35%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align:  center;
}
.info_window_main_com table td.greenTd{
    background-color:  green;
}
.info_window_main_com table td.yellowTd {
    background-color: #CCFF33;
    color: #111111;
}
.info_window_main_com table td.amberTd{
    background-color:#FF7E00;
}
.info_window_main_com table td.redTd{
    background-color: red;
    color:"black"; 
}
.slide-out-div  td.greenTd{
    background-color:  green;
    color:"black"; 
}
.slide-out-div td.yellowTd {
    background-color: #CCFF33;
    color: #111111;
}
.slide-out-div td.amberTd{
    background-color:#FF7E00;
    color:"black"; 
}
.slide-out-div td.redTd{
    background-color: red;
    color:"black"; 
}
.pin-type{
    float:right;
}
.pin-type label{
    color:white;
}
.visit_back_button{
    float: right;
    padding-bottom: 18px;
    padding-top: 12px;
    padding-right: 14px;
}
#pagination{
    float: right;
    margin-right: 25px;
}
#pagination strong{
   background: none repeat scroll 0 0 #ccc;
padding: 5px 10px;
}
#pagination a{
    background-color: #222;
color: #fff;
padding: 5px 10px;
}
.align_left{
    text-align:left;
}
.align_right{
    text-align:right;
}
.align_center{
    text-align:center;
}
.grand_total{
   margin-top: 150px; 
}



.header .topnav li ul li ul {
	left: 228px;
	top: 0;
}
#drop-hd-menu {
	margin: 0;
	padding: 0;
}
#drop-hd-menu li:hover ul, #drop-hd-menu li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
}
#drop-hd-menu li:hover ul li:hover ul, #drop-hd-menu li.hover ul li.hover ul {
	display: block;
	position: absolute;
	margin-left: 100%;
	top: 1;
}
#drop-hd-menu li:hover ul ul, #drop-hd-menu li.sfhover ul ul { left: -999em; }
#drop-hd-menu li:hover ul, #drop-hd-menu li li:hover ul, #drop-hd-menu li.sfhover ul, #drop-hd-menu li li.sfhover ul { left: auto; }


table tbody tr td a.demo {
  position: relative;
  display: inline-block;
  
}

table tbody tr td a.demo.step-three {
  /*color: #000;*/
}

table tbody tr td a.demo.step-three:visited {
  color: #49b749!important;
}

table tbody tr td a.demo.step-three:visited:after {
  color: #49b749!important;
}
table tbody tr td a.demo.step-two:after {
  position: absolute;
  right: -1.5rem;
  top: -0.1rem;
  width: 0.8rem;
  height: 0.8rem;
  font-family: FontAwesome;
  content: "\✔";
}

table.test_visited tr:nth-child(even){
		  background: #f4f4f4;
          color: #000000;
	}
	
	table.test tr:nth-child(odd){
		  background: #fff;
          color: #000000;
	}

table.test_visited tr:nth-child(odd) td a.demo.step-three:after {
  color: #fff;
}
table.test_visited tr:nth-child(even) td a.demo.step-three:after {
  color: #F4F4F4;
}
.naClass{
    opacity:0.3; 
    filter: alpha(opacity=10);
    background: url("../images/not_applicable.png") no-repeat center center;
    -webkit-user-select: none;  
      -moz-user-select: none;    
      -ms-user-select: none;      
      user-select: none;
}
.naClass_image{
    opacity:0.3; 
    filter: alpha(opacity=10);
    background: url("../images/not_applicable.png") no-repeat top;
    -webkit-user-select: none;  
      -moz-user-select: none;    
      -ms-user-select: none;      
      user-select: none;
}
.naClass_image td img{
      margin-top: 10px;
      margin-bottom: 10px;
}
.naClass_without_image{
    opacity:0.3; 
    filter: alpha(opacity=10);
    -webkit-user-select: none;  
      -moz-user-select: none;    
      -ms-user-select: none;      
      user-select: none;
}