table.fz_course_table {
    width: 100%;
}
.fz_course_table td {
    padding: 10px;
}
.fz_btn_container {
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
}
.fz_btn_user_report {
    float: left;
    margin-right: 10px;
}
.fz_user_course_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
#page-local-report-agency_overview .fz_user_course_title,
#page-local-report-agency_activity_completion .fz_user_course_title,
#page-local-report-agency_activity_grade .fz_user_course_title,
#page-local-report-agency_testing .fz_user_course_title {
    margin-top: 25px;
}
.fz_course_container {
    border: 1px solid #ddd;
}
.fz_link_container {
    vertical-align: middle;
}
.fz_icon_container {
    vertical-align: middle;
    width: 32px;
}
.fz_due_container {
    vertical-align: middle;
}
.fz_grade_container {
    vertical-align: middle;
}
.fz_progress_container {
    text-align: right;
    vertical-align: middle;
    width: 150px;
}
.meter {
    height: 5px;  /* Can be anything */
    position: relative;
    background: #DDD;
    -moz-border-radius: 2px;
    -webkit-border-radius: 22px;
    border-radius: 2px;
    padding: 0px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    -moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
    box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
}
.meter > span {
    display: block;
    height: 100%;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: red;
    -webkit-box-shadow: inset 0 2px 9px  rgba(255,255,255,0.3), inset 0 -2px 6px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0 2px 9px  rgba(255,255,255,0.3), inset 0 -2px 6px rgba(0,0,0,0.4);
    position: relative;
    overflow: hidden;
}
.meter.complete > span {
    background-color: #74b38a;
}

.fa_expired {
    color: #C6C6C6;
}

.fa_expired > a, #region-main .fa_expired > a {
    color: #C6C6C6;
}

.error {
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    border-radius: 4px;
    color: #c93e35;
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 15px;
    clear: both;
}

/**
 * Base styles for horizontal navigation
 */
.horizontal-nav {
    /*background: #efefef;*/
    border-radius: 6px;
}
.horizontal-nav ul {
    background: #EDEAEA;
    float: left;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #CCCCCC;
    margin:0 !important;
}
.horizontal-nav ul li {
    float: left;
    border-left: 1px solid #CCCCCC;
    list-style: none !important;
}
.horizontal-nav ul li:first-child {
    border-left: 0 none;
}
.horizontal-nav ul li a {
    display: block;
    padding: 10px 10px;
    color: black;
    border-top: 1px solid rgba(255,255,255, 0.2);
    border-left: 1px solid rgba(255,255,255, 0.2);
}
.horizontal-nav ul li:first-child a {
    border-left: 0 none;
}
.horizontal-nav ul li a:hover, .horizontal-nav ul li.active {
    background: #DCD9D9;
}
.horizontal-nav ul li:first-child a {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.horizontal-nav ul li:last-child a {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
#categoryForm,
#courseForm,
#managerForm,
#userForm,
#groupForm,
#lplanForm,
#grademethodForm,
#agencyForm,
#testForm {
    float: left;
    margin: 0 15px 20px 0;
}
.select.menucategory,
.select.menucourse,
.select.menumanager,
.select.menuuser,
.select.menugroup,
.select.menulplan,
.select.menugrademethod,
.select.menuagency,
.select.menutest {
    display: block;
}

#agencyForm .agencyFilterBlock {
    float: left;
    margin-right: 50px;
}
#agencyForm .agencyFilterLabel {
    float: left;
    margin-top: 3px;
    margin-right: 8px;
}
#agencyForm .checkboxBlock {
    float: left;
    margin-top: 5px;
}
table.fz_completion_overview_table {
    width: 100%;
    border: 1px solid #ddd;
}
.fz_completion_overview_table td,
.fz_completion_overview_table th {
    padding: 5px;
}
.fz_activity_completion_wrapper {
    clear: both;
    display: block;
    overflow: auto;
    border: 1px solid #eee;
}
table.fz_activity_completion_table {
    display: block !important;
    margin: 0 !important;
    overflow: auto;
    width: 100%;
}
.fz_activity_completion_table th {
    border: 1px solid #eee;
    padding: 2px 4px;
}
.fz_activity_completion_table td {
    border: 1px solid #eee;
    padding: 2px 4px;
}
.completion-activityname {
    font-size: 12px;
}
.fz-no-overflow {
    clear: both;
    overflow: auto;
    padding-bottom: 1px;
}
.buttonclass {
    float: left;
    margin-top: 12px;
}
.fz_legend_wrapper {
    margin: 1em 0;

}
.fz_legend_table {
    border: 1px solid #ddd;
}
.fz_legend_table td {
    padding: 5px;
}

/****************************** CHARTS  *****************************************/
.summary-label {
    font-weight: bold;
}
.chart {
    clear: both;
    display: inline-block;
    margin-bottom: 30px;
    overflow: hidden;
}
.charttitle {
    display: block;
    text-align:center;
}
.chartcolumn {
    width: 600px;
    float: left;
}
.chartkey.noborder {
    border: 0 !important;
}
.chartkey {
    border: 1px solid #cccccc;
    float: left;
    padding: 0.5em;
    min-width: 125px;
    max-width: 150px;
    margin-top:85px;
}
.topskills,
.bottomskills  {
    position:relative;
    display:block;
    text-align:center;
}


.charttitle .titletext,
.charttitle .chartkey  {
    display:inline-block;
    vertical-align:top;
}
.charttitle .chartbox  {
    padding: 0.5em;
    text-align: left;
    border: 1px solid black;
    background-color: white;
}
.chartbox p {
    display: inline;
    vertical-align: middle;
    margin-left: 4px;
}
.chartbox .icon-key .lineicon {
    width: 16px;
    height: 3px;
    display: inline-block;
    vertical-align: middle;
    background-color: #911fa9;
}
.chartbox .icon-key .baricon {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    background-color: #b848d0;
}
.chartbox .icon-key .baricon.blue {
    background-color: #4796d1;
}
.rightcolumn .chartbox .icon-key .lineicon {
    background-color: #1a6aa5;
}
.rightcolumn .icon-key .baricon {
    background-color: #4796d1;
}

.bottomskills .charttitle .titletext  {
    width:75%;
}
.bottomskills .chartbox .icon-key .lineicon {
    background-color: #ad4918;
}
.bottomskills .icon-key .baricon  {
    background-color: #f58323;
}
.nav.nav-pills a {
    text-decoration: none;
}
h3.welcome-msg {
    color: #af1e2d;
    font-size: 23px;
}
p.welcome-msg {
    margin-bottom: 30px;
}

/* Tabs */

.fazzi-menu-wrapper {
    width:100%;
    overflow:hidden;
}
.fazzi-menu-wrapper .tabrow0 {
    position: relative;
    margin-bottom: 40px;
    /* background: #3FC1D2; */
}
.fazzi-menu-wrapper .tabrow0 a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding:10px;
}
.fazzi-menu-wrapper ul {
    text-align: left;
}
.fazzi-menu-wrapper ul.tabrow0 >  li:hover a {
    color: #fff;
    background: #aaf;
}
.fazzi-menu-wrapper .tabrow0 li {
    display: inline-block;
}
.fazzi-menu-wrapper .tabtree .tabrow0 li a {
    border: 0;
    padding: 7px 40px 8px 40px;
    margin: 0;
}
.fazzi-menu-wrapper .tabtree .tabrow1 li a {
    padding: 5px 20px 6px 20px;
}
.fazzi-menu-wrapper .tabtree .tabrow0 ul, .tabtree .tabrow0 div {
    border-top: 0;
}
.fazzi-menu-wrapper .tabtree ul li.here ul {
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
}
.fazzi-menu-wrapper .tabtree ul.tabrow0 > li > a {
    background-color: #3FC1D2;
}
.fazzi-menu-wrapper .tabtree ul.tabrow0  > li.here > a {
    background-color: #4F81BD;
}
.fazzi-menu-wrapper .tabrow0 span {
    font-size: 13px;
}
.fazzi-menu-wrapper ul.tabrow1 {
    background-color: #f1f2f2;
}
.fazzi-menu-wrapper div.tabtree ul.tabrow0 li.last.here.selected ul.tabrow1 li a {
    background-color: #f1f2f2;
    color: #000000;
    padding: 7px 25px 8px;
}
.fazzi-menu-wrapper div.tabtree ul.tabrow0 li.last.here.selected ul.tabrow1 li a span {
    font-size: 13px;
}
.fazzi-menu-wrapper div.tabtree ul.tabrow0 li.here.selected a.nolink.moodle-has-zindex span {
    color: white;
}
.fazzi-menu-wrapper .tabtree .tabrow0 li.here {
    font-weight: normal !important;
}
.fazzi-menu-wrapper div.tabtree ul.tabrow li.last.here.selected ul.tabrow1 li a {
    background-color: #f1f2f2;
    color: #000000;
}

.fazzi-menu-wrapper .tabtree ul.tabrow1 > li.active-menu > a {
    background-color: #DCDCDC !important;
}
.fazzi-menu-wrapper .tabtree .tabrow0 .tabrow1 {
    margin-top: 0px;
    padding: 0px;
}
.fazzi-electives {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.fazzi-test-report-summary th {
    background-color: white;
    color: #5b5b5b;
    font-size: 17px;
    text-align: left;
}
.fazzi-test-report-summary-left {
    float: left;
    padding: 20px 0 20px 20px;
    width: 70%;
}
.fazzi-test-report-summary-right {
    float: right;
    font-size: 12px;
    text-align: center;
    padding-top: 15px;
    width: 25%;
}
table.fazzi-test-report-summary > tbody > tr:nth-of-type(2n) {
    background-color: white !important;
}
table.fazzi-test-report-summary > tbody > tr:nth-of-type(2n+1) {
    background-color: #f0f0f0 !important;
}
.summary-label {
    color: #727272;
    text-align: right;
    width: 25%;
}
.summary-info {
    color: #727272;
}
#page-local-report-agency_transcript .date-filter-wrapper,
#page-local-report-agency_activity_grade .date-filter-wrapper,
#page-local-report-agency_activity_completion .date-filter-wrapper {
    clear: both;
    margin-bottom: 15px;
}
#page-local-report-agency_transcript #mindate,
#page-local-report-agency_activity_grade #mindate,
#page-local-report-agency_activity_completion #mindate {
    width: 130px;
}
#page-local-report-agency_transcript #maxdate,
#page-local-report-agency_activity_grade #maxdate,
#page-local-report-agency_activity_completion #maxdate {
    width: 130px;
}
.has-feedback {
    position: relative;
    display: inline-block;
}
.form-control-feedback {
    display: block;
    height: 30px;
    line-height: 30px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 5px;
    width: 30px;
    z-index: 2;
}

.local_report_transcript {
    margin: 20px 0;
    padding: 0;
    width: 100%;
    border: 1px solid #dadada;
}
.local_report_transcript table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
}
.local_report_transcript th {
    background-color: #bfbfbf !important;
    border: 0 solid #dadada;
    text-align: left;
    border-width: 0 0px 1px 1px;
    font-weight: bold;
    color: #5b5b5b !important;
}
.local_report_transcript th a {
    color: #5b5b5b !important;
    font-weight: bold;
    text-align: left;
}
.local_report_transcript td {
    vertical-align: middle;
    background-color: #ffffff !important;
    border: 1px solid #dadada;
    border-width: 0 1px 1px 0px;
    text-align: left;
    padding: 8px;
    color: #333333 !important;
}
.local_report_transcript th {
    text-transform: uppercase;
    padding: 7px;
}
.local_report_transcript .course-expired,
.local_report_transcript td.notstarted {
    color: red !important;
}
.local_report_transcript td.completed {
    color: green !important;
}
.local_report_transcript td .completion-icon {
    margin-right: 10px;
}
#page-local-report-agency_overview .date-filter-wrapper input[type=text] {
    width: 130px;
}
#page-local-report-agency_activity_grade .tab-courses .nav-item {
    width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#page-local-report-agency_activity_grade .tab-courses .nav-item .nav-link {
    text-overflow: ellipsis;
    overflow: hidden;
}