@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,300italic);

/*If you change fonts be sure to update all instances throughout this file*/


/* ==========================================================================
   Page / Body General Items
   ========================================================================== */

.ui-page-theme-a,
.ui-page-theme-a .ui-panel-wrapper {
    background: url(../images/theme/bg-page.jpg) repeat;
    -webkit-background-size: 150px 150px;
    background-size: 150px 150px
}

body {
    font-family: 'Open Sans', sans-serif;
}


/** Change transform **/

.ui-panel-animate.ui-panel-page-content-position-left {
    -webkit-transform: translate3d(300px, 0, 0);
    -moz-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}


/* ==========================================================================
   Header
   ========================================================================== */

#header {
    background: #3182b8;
    background: -webkit-linear-gradient(#3182b8, #0b5d92);
    background: -o-linear-gradient(#3182b8, #0b5d92);
    background: linear-gradient(#3182b8, #0b5d92);
    border-bottom: 1px solid #fff;
}

#header a,
#header div#subpage-title {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: 700;
    border-right: 1px solid #383838;
    border-left: 1px solid #000000;
}

#header .title {
    font: 300 18px/50px "Open Sans", sans-serif;
    text-align: center;
    color: #fff;
}

#header a:first-child {
    border-left: none;
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
}


/* ==========================================================================
   Nav Bar
   ========================================================================== */

#nav-panel {
    background: url('/includes/images/theme/bg-nav.jpg') repeat;
    width: 300px;
}

#nav-panel .ui-panel-inner {
    padding: 0 20px;
    width: 260px;
    overflow: hidden;
    overflow-y: auto;
}


/* Nav User Panel
   ========================================================================== */

.nav-user {
    background: url('/includes/images/theme/bg-nav-header.jpg') top center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    margin: 0 -20px;
    padding: 20px;
    border-bottom: 3px solid #758fa0;
}

.nav-user .user-image {
    width: 80px;
    border-radius: 4px;
    overflow: hidden;
    border: 3px solid #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .4);
    margin: 0 auto;
}

.nav-user .user-image img {
    width: 100%;
    height: auto;
    display: block;
}

.nav-user h3 {
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, .5);
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

.user-options {
    margin: 0 -20px -20px;
}

.user-options .btn {
    padding: 12px 0 !important;
    font-weight: 700 !important;
}


/* Nav Sections
   ========================================================================== */

.nav-header {
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, .4);
    font: 700 15px/1em "Open Sans", sans-serif;
}

.nav-inset {
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #4d6e85 box-shadow: inset 0 0 5px rgba(0, 0, 0, .6);
    border-radius: 6px;
}

hr {
    margin: 20px -20px;
    border: none;
    border-top: 1px solid #4d6e85;
    border-bottom: 1px solid #2e4b5f;
}


/* Search Section
   ========================================================================== */

.panel-search input {
    width: 95%;
    padding: 7px 2.5% 5px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    background: #d9e5ec;
    font: 700 13px/17px "Open Sans", sans-serif;
    -webkit-appearance: none;
    border: none;
    color: #000;
}


/* Next Module Link
   ========================================================================== */

.next-module-link {
    padding: 10px 40px 10px 35px;
    background: #fff;
    position: relative;
    display: block;
    text-decoration: none;
}

.next-module-link .module-icon {
    position: absolute;
    color: #3367a0;
    top: 10px;
    left: 6px;
    font-size: 18px;
}

.next-module-link h3 {
    color: #000;
    font: 700 14px/1em "Open Sans", sans-serif;
    margin: 0;
}

.next-module-link p {
    font-style: italic;
    color: #333;
    font-size: 9px;
    margin: 0;
}

.next-module-link .fa-angle-right {
    color: #3367a0;
    text-shadow: 1px 1px #fff;
    position: absolute;
    right: 4px;
    top: 50%;
    font-size: 30px;
    margin-top: -15px;
}


/* Navigation
   ========================================================================== */

.navigation {
    overflow: hidden;
    border: 1px solid #4d6e85;
    border-radius: 4px;
    margin: 20px 0 0;
}

.navigation a {
    padding: 12px 15px 12px 60px;
    background: #474b4e;
    background: -webkit-linear-gradient(#474b4e, #575d60, 30%, #474b4e);
    background: -o-linear-gradient(#474b4e, #575d60, 30%, #474b4e);
    background: linear-gradient(#474b4e, #575d60, 30%, #474b4e);
    display: block;
    color: #fff !important;
    text-shadow: 1px 1px rgba(0, 0, 0, .6);
    border-top: 1px solid #5D6468;
    position: relative;
    text-decoration: none;
    font-size: 14px;
}

.navigation a.active {
    background: #2772a2;
    background: -webkit-linear-gradient(#2772a2, #2377af, 30%, #2772a2);
    background: -o-linear-gradient(#2772a2, #2377af, 30%, #2772a2);
    background: linear-gradient(#2772a2, #2377af, 30%, #2772a2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
}

.navigation a .fa {
    position: absolute;
    color: #fff;
    left: 20px;
    top: 50%;
    font-size: 20px;
    margin-top: -10px;
    width: 30px;
    text-align: center;
}

.navigation a:first-child {
    border-top: none;
    left: 0;
}


/* ==========================================================================
   Typography
   ========================================================================== */

.page-title {
    font: 700 28px/1em "Open Sans", sans-serif;
    margin: 10px 0 30px;
    color: #0b5d93;
}

.page-subtitle {
    font: 400 italic 16px/1.4em "Open Sans", sans-serif;
    margin: -20px 0 20px;
}

.page-subtitle p {
    margin: 0;
}

.page-subtitle p+p {
    margin-top: 10px;
}

.page-subtitle ul {
    margin: 0;
}


/*** Typical Title ***/

.header {
    font: 700 24px/1em "Open Sans", sans-serif;
    margin: 15px 0 20px;
    color: #0b5d93;
}


/* ==========================================================================
   Re-usable Components
   ========================================================================== */


/* Responsive Images
   ========================================================================== */

.full-width {
    /** Full Width Responsive Images **/
    width: 100%;
    height: auto;
    display: block;
}


/* Buttons
   ========================================================================== */

.btn {
    text-decoration: none;
    color: #fff !important;
    font-weight: 400 !important;
    text-shadow: 1px 1px rgba(0, 0, 0, .4);
    background: #3182b8;
    background: -webkit-linear-gradient(#3182b8, #0b5d92);
    background: -o-linear-gradient(#3182b8, #0b5d92);
    background: linear-gradient(#3182b8, #0b5d92);
    padding: 4px 10px;
    font-size: 14px;
}

.btn-basic {
    background: #fff;
    background: -webkit-linear-gradient(#fafafa, #ddd);
    background: -o-linear-gradient(#fafafa, #ddd);
    background: linear-gradient(#fafafa, #ddd);
    color: #0b5d93 !important;
    text-shadow: 1px 1px #fff;
}

.btn-group {
    overflow: hidden;
}

.btn-group .btn {
    width: 50%;
    float: left;
    padding: 6px 0;
    text-align: center;
}

.btn-group .btn:first-child {
    box-shadow: inset -1px 0 1px #ccc;
}

.btn-group .btn+.btn {
    box-shadow: inset 1px 0 1px #fff;
}


/* Breadcrumbs
   ========================================================================== */

.breadcrumbs {
    padding: 6px 15px;
    background: #fff;
    font-size: 0.85em;
    border: 1px solid #aaa;
    overflow: hidden;
    margin: 0 0 15px;
    font-weight: 700;
}

.breadcrumbs a {
    color: #2d80b8 !important;
    font-style: italic;
    text-decoration: none;
    padding-right: 20px;
    position: relative;
}

.breadcrumbs a+a {
    padding-left: 20px;
}

.breadcrumbs a:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    color: #aaa;
    font-style: normal;
}

.breadcrumbs .current {
    font-weight: 700;
    padding-left: 20px;
}

@media all and (max-width: 600px) {
    .breadcrumbs a {
        padding-right: 15px;
    }
    .breadcrumbs .current {
        padding-left: 10px;
    }
}


/* Content Blocks
   ========================================================================== */

.block {
    position: relative;
}

.block+.block {
    margin: 40px 0 0;
}

.block-header {
    background: #3182b8;
    background: -webkit-linear-gradient(#3182b8, #0b5d92);
    background: -o-linear-gradient(#3182b8, #0b5d92);
    background: linear-gradient(#3182b8, #0b5d92);
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, .4);
    padding: 15px 15px;
    font: 700 15px/1em "Open Sans", sans-serif;
    border: 1px solid #aaa;
}

.block-header h3 {
    margin: 0;
}

.block-header em {
    font-style: italic;
    font-size: 14px;
    line-height: 15px;
    text-shadow: none;
    margin-left: 3px;
}

.block-content {
    padding: 20px;
    background: #dae9f2 url('/includes/images/theme/bg-block-content.jpg') repeat;
    border: 1px solid #aaa;
}

.block-content:before,
.block-content:after {
    content: '';
    display: table;
}

.block-content:after {
    clear: both;
}

.block-content.no-pad {
    padding: 0;
}

@media all and (max-width: 600px) {
    .block-content {
        padding: 15px 10px;
    }
}

#module-dashboard .block-content {
    background: #ccc;
    background: -webkit-linear-gradient(#dedede, #d6d6d6);
    background: -o-linear-gradient(#dedede, #d6d6d6);
    background: linear-gradient(#dedede, #d6d6d6);
    box-shadow: inset 0 0 5px #aaa;
}


/* Tab Content Block
   ========================================================================== */

.tab-nav {
    background: none;
    border: none;
    padding: 0;
    overflow: hidden;
}

.tab-nav a {
    padding: 15px 30px;
    color: #0b5d93;
    float: left;
    font-weight: 300;
    text-decoration: none;
    text-shadow: none;
}

.tab-nav a.active {
    background: #3182b8;
    background: -webkit-linear-gradient(#3182b8, #0b5d92);
    background: -o-linear-gradient(#3182b8, #0b5d92);
    background: linear-gradient(#3182b8, #0b5d92);
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, .4);
    font-weight: 700;
}


/* Percentage Wrap
   ========================================================================== */

.percentage-wrap {
    width: 100%;
    background: #d9e5ec;
    height: 25px;
    position: relative;
    overflow: hidden;
}

.percentage-wrap .percentage {
    position: relative;
    z-index: 10;
    color: #0d6cab;
    font-weight: 700;
    display: block;
    line-height: 15px;
    text-align: center;
    font-size: 12px;
    background: #d9e5ec;
    width: 100px;
    margin: 5px auto;
}

.percentage-wrap .percentage.plus-50 {
    color: #fff;
    background: #0d6cab;
}

.percentage-wrap .bar {
    position: absolute;
    z-index: 1;
    background: #0d6cab;
    height: 25px;
    left: 0;
    top: 0;
}

.percentage-wrap.bordered {
    border: 2px solid #0d6cab;
    width: auto;
}


/* ==========================================================================
   Home Page Modules
   ========================================================================== */

.mod-overview {
    background: #fff;
    border: 2px solid #0d6cab;
    width: 30.75%;
    margin: 0 2.5% 15px 0;
    float: left;
    position: relative;
}

.mod-overview.end {
    margin-right: 0;
}

.mod-overview-content {
    padding: 20px 10px;
}

.mod-overview-content h3 {
    color: #0b5d93;
    margin: 0 0 10px;
}

.mod-overview-content p {
    font-size: 12px;
    margin: 0;
}

.mod-overview-footer {
    padding: 10px;
    background: #d9e5ec;
}

.mod-overview-footer .btn {
    width: 100%;
    padding: 4px 0;
    text-align: center;
    display: block;
}

.mod-icon {
    position: absolute;
    top: -13px;
    left: -21px;
    width: 40px;
    height: 40px;
    background-color: #0b5d93;
    border-radius: 40px;
    text-align: center;
    font-size: 20px;
    z-index: 100;
    border: 1px solid #fff;
}

.mod-icon .fa {
    color: #fff;
    display: block;
    line-height: 40px;
}

.mod-icon svg {
    width: 30px;
    height: 30px;
    margin: 5px;
    fill: #fff;
}


/* List View
   ========================================================================== */

.list-view .mod-overview {
    position: relative;
    width: 100%;
    float: none;
    transition-duration: 200ms;
}

.list-view .mod-overview:before,
.list-view .mod-overview:after {
    content: '';
    display: table;
}

.list-view .mod-overview:after {
    clear: both;
}

.list-view .mod-overview .mod-overview-footer {
    position: absolute;
    right: 0;
    width: 30%;
    padding: 0 2.5%;
    top: 25px;
    bottom: 0;
    background: none !important;
}

.list-view .mod-overview .mod-overview-footer .btn {
    position: absolute;
    top: 50%;
    left: 5%;
    right: 5%;
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    margin-top: -15px
}

.list-view .mod-overview-content {
    float: left;
    width: 60%;
    padding: 10px 2.5%;
}


/* Smaller Screen Sizes
   ========================================================================== */

@media all and (max-width: 950px) {
    .mod-overview {
        width: 48.75%;
    }
    .mod-overview.end {
        margin-right: 2.5%;
    }
    .mod-overview:nth-child(2n),
    .mod-overview.end:nth-child(2n) {
        margin-right: -8px;
    }
}

@media all and (max-width: 450px) {
    .mod-overview.mod-overview {
        width: 100%;
        margin-right: 0px;
    }
}


/* Smaller Screen Sizes
   ========================================================================== */

.notification {
    background: rgba(0, 0, 0, 0.3);
    padding: 15px 20px;
    margin: 0 0 20px;
    border-radius: 5px;
    border: 1px solid #fff;
    box-shadow: inset 2px 2px 10px rgba(0, 0, 0, 0.75);
}

.notification a {
    background: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
    margin: 0;
    display: block;
    text-decoration: none;
    padding-left: 45px;
    color: #000;
    position: relative;
    font-size: 13px;
}

.notification a .fa {
    background: #3182b8;
    background: -webkit-linear-gradient(#3182b8, #0b5d92);
    background: -o-linear-gradient(#3182b8, #0b5d92);
    background: linear-gradient(#3182b8, #0b5d92);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px #000;
}

.notification a .fa:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    font-size: 20px;
    margin-top: -10px;
}


/* ==========================================================================
  Workbook Components
   ========================================================================== */

.cat-wrap {
    border: 2px solid #0d6cab;
    background: #fff;
}

.cat-wrap>.percentage-wrap {
    border-bottom: 2px solid #0d6cab;
}

.cat-wrap+.cat-wrap {
    margin-top: 30px;
}

.cat-header {
    padding: 25px 20px;
}

.cat-header.has-icon {
    padding-left: 100px;
    position: relative;
}

.cat-header>.fa {
    position: absolute;
    font-size: 60px;
    top: 50%;
    margin-top: -30px;
    left: 10px;
    width: 80px;
    text-align: center;
}

.cat-header>svg {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 10px;
    width: 80px;
    text-align: center;
    height: 80px;
}

.cat-header h3 {
    color: #0d6cab;
    font: 700 28px/1em "Open Sans";
    margin: 0 0 10px;
}

.cat-header p {
    font: 16px/1em "Open Sans";
}

.cat-details-header {
    background: #3182b8;
    background: -webkit-linear-gradient(#3182b8, #0b5d92);
    background: -o-linear-gradient(#3182b8, #0b5d92);
    background: linear-gradient(#3182b8, #0b5d92);
    position: relative;
    padding-left: 60px;
    font: 700 16px/40px "Open Sans", sans-serif;
    text-shadow: 1px 1px rgba(0, 0, 0, .5);
    color: #fff;
    cursor: pointer;
}

.cat-details-header .details-count {
    position: absolute;
    width: 45px;
    top: 0;
    left: 0;
    bottom: 0;
    line-height: 40px;
    display: block;
    text-align: center;
    font-size: 20px;
    background: rgba(0, 0, 0, .5);
}

.module-toggle {
    font: 400 italic 14px/40px "Open Sans";
    float: right;
    padding-right: 20px;
}

.module-toggle .fa {
    margin-left: 8px;
    color: #000;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.2);
    font-size: 20px;
    position: relative;
    top: 3px;
}

.cat-details-content {
    padding: 20px;
    background: url(/includes/images/theme/bg-block-content.jpg) repeat;
    display: none;
}

.cat-module {
    background: #fff;
    position: relative;
    text-decoration: none;
    display: block;
    border: 1px solid #0d6cab;
}

.cat-module+.cat-module {
    margin-top: 20px;
}

.cat-module .percentage-wrap {
    border-bottom: 1px solid #0d6cab;
}

.cat-module h3 {
    margin: 18px 15px;
    color: #000;
    font: 700 16px/1em "Open Sans", sans-serif;
}

.cat-module .fa-angle-right {
    position: absolute;
    right: 10px;
    top: 38px;
    font-size: 26px;
    color: #aaa;
}

.btn-workbook-sign {
    position: absolute;
    right: 15px;
    top: 50%;
    padding: 15px;
    font-size: 1.1em;
    font-weight: 700 !important;
    margin: -26px 0 0 0;
}


/* ==========================================================================
  Task Lists
   ========================================================================== */

.task-list {
    position: relative;
}

.task-divider {
    color: #0d6cab;
    border: 1px solid #aaa;
    text-shadow: 1px 1px #fafafa;
    background: #fafafa;
    background: -webkit-linear-gradient(#fafafa, #ddd);
    background: -o-linear-gradient(#fafafa, #ddd);
    background: linear-gradient(#fafafa, #ddd);
    font: 700 1.1em/1em "Open Sans", sans-serif;
    padding: 10px 15px;
}

.task+.task-divider {
    margin-top: -1px;
}

.task {
    display: block;
    border: 1px solid #aaa;
    margin-top: -1px;
    background: #fff;
    position: relative;
    padding: 8px 15px 8px 65px;
}

.task .status {
    width: 45px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-right: 1px solid #aaa;
    background: #f0f0f0;
    cursor: pointer;
}

.task .status:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    font-size: 24px;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -15px;
    text-shadow: 1px 1px #fff;
    color: #bbb;
    transition-duration: 100ms;
}

.task .status.complete {
    background: #2c833a;
}

.task .status.complete:before {
    color: #051808;
    text-shadow: 1px 1px 1px #4b9558;
    transition-duration: 100ms;
}

.task-title {
    display: block;
}

.task-title>p {
    margin: 0;
}

a.task {
    font-weight: 700 !important;
    color: #222 !important;
    text-decoration: none;
}

a.task:after {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    font-size: 22px;
}

.task.has-link:before,
.task.has-link:after {
    content: '';
    display: table;
}

.task.has-link:after {
    clear: both;
}

.task.has-link .task-content {
    float: left;
    width: 75%;
}

.task .resource-wrap {
    float: right;
    width: 22.5%;
    text-align: center;
}

.task .resources {
    display: block;
    margin: -2px 0;
}

.task .resources+.resources {
    margin-top: 6px;
}

.task .resources a {
    line-height: 1.2em;
    padding: 5px 10px;
}


/*** Multiple Links ***/

.task.has-link.multiple-links .task-content {
    width: auto;
    margin-right: 2.5%;
    padding-top: 5px;
    max-width: 55%;
}

.task.has-link.multiple-links .resource-wrap {
    float: right;
}

.task.has-link.multiple-links .resources {
    float: left;
    margin: -2px 0 5px;
    width: 48.5%;
}

.task.has-link.multiple-links .resources+.resources {
    margin-left: 3%;
}

.task .btn {
    display: block;
    font-size: 13px;
    line-height: 30px;
    padding: 0;
}

@media all and (max-width: 1600px) {
    .task.has-link.multiple-links .resources {
        width: 100%;
    }
    .task.has-link.multiple-links .resources+.resources {
        margin-left: 0;
    }
}

.task-list.no-status .task {
    padding-left: 15px;
}

.task .toggle-modal {
    margin: 8px 0 0;
    width: auto;
    padding: 0 10px;
    line-height: 20px;
    text-align: center;
    float: right;
}

.task-title:before,
.task-title:after {
    content: '';
    display: table;
}

.task-title:after {
    clear: both;
}

.task .toggle-modal .fa {
    padding-right: 5px;
}

.modal {
    display: none;
    position: fixed;
    top: 50px;
    left: 300px;
    right: 0px;
    bottom: auto;
    max-height: 90%;
    background: #fff;
    margin: 5% 2.5%;
    padding: 25px;
    z-index: 10000;
    box-shadow: 0 0 50px 15px rgba(0, 0, 0, .5);
}

.description-overlay .desc-title {
    margin: 0 0 10px;
    padding: 0 20px 10px 0;
    border-bottom: 1px solid #aaa;
    color: #000;
    font-size: 1.1em;
}

.description-overlay .desc-content {
    font-size: 0.9em;
    color: #333;
}

.description-overlay .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #000;
}

@media all and (max-width: 600px) {
    .task-title {
        font-size: 0.85em;
    }
    .task.has-link {
        padding-right: 15px;
    }
    .task .resources {
        position: relative;
        margin: 10px 0 0;
        top: auto;
        left: auto;
        right: auto;
        display: block;
        width: auto;
    }
    .modal {
        left: 0;
    }
}


/* New Task Icons
   ========================================================================== */

.task-content.with-icon .task-title {
    padding-left: 60px;
}

.task-content.with-icon svg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 63px;
}

svg {
    fill: #000;
}

.color-purple .task-content svg {
    fill: #830049;
}

.color-orange .task-content svg {
    fill: #EB481B;
}

.color-green .task-content svg {
    fill: #137130;
}

.color-lblue .task-content svg {
    fill: #257BB3;
}

.color-dblue .task-content svg {
    fill: #0C2B4E;
}

.color-yellow .task-content svg {
    fill: #F3CC00;
}


/* ==========================================================================
   Search Results
   ========================================================================== */

.search-bucket {
    padding: 15px;
    border: 1px solid #ddd;
    margin: 0 0 15px;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

.search-bucket .bucket-title {
    margin: -15px -15px 10px;
    padding: 10px 15px;
    color: #fff;
    background: #0E508B;
}

.search-wrap {
    overflow: hidden;
}

.search-nav-wrap {
    overflow: hidden;
    padding: 10px 0 0;
}

.search-nav-wrap .search-nav {
    font: 300 20px/1em "Open Sans", sans-serif;
    text-decoration: none;
    color: #aaa;
    padding: 15px 20px;
    ;
    background: #eee;
    float: left;
    margin: 0 10px 0 0;
    position: relative;
    border: 1px solid #ccc;
    border-bottom: none;
}

.search-nav-wrap .search-nav.active {
    color: #fff;
    background: #094883;
}

.search-nav .badge {
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    font: 700 14px/30px "Open Sans", sans-serif;
    color: #094883;
    position: absolute;
    right: -10px;
    top: -10px;
    text-align: center;
    border: 1px solid #094883;
}

.search-content {
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    display: none;
}

.search-content.active {
    display: block;
}


/* ==========================================================================
   Alternative Colors for the Items
   ========================================================================== */


/* Purple Color
   ========================================================================== */

.cat-wrap.color-purple,
.cat-wrap.color-purple>.percentage-wrap,
.mod-overview.color-purple,
.color-purple .cat-module,
.color-purple .cat-module .percentage-wrap,
.color-purple .percentage-wrap.bordered {
    border-color: #830049;
}

.color-purple .cat-header h3,
.color-purple .cat-header .fa,
.color-purple .cat-header svg,
.mod-overview.color-purple .mod-overview-content h3,
.color-purple .percentage-wrap .percentage,
.color-purple .task-divider,
.color-purple .page-title {
    color: #830049;
    fill: #830049;
}

.color-purple .cat-details-header,
.color-purple .btn,
.color-purple .block-header,
.color-purple .bucket-title {
    background: #830049;
    background: -webkit-linear-gradient(#830049, #620037);
    background: -o-linear-gradient(#830049, #620037);
    background: linear-gradient(#830049, #620037);
}

.color-purple .percentage-wrap,
.color-purple .percentage-wrap .percentage,
.mod-overview.color-purple .mod-overview-footer {
    background: #F5E6EE;
}

.color-purple .percentage-wrap .percentage.plus-50,
.color-purple .percentage-wrap .bar,
.color-purple .mod-icon {
    background: #830049;
    color: #fff;
}


/* Orange Color
   ========================================================================== */

.cat-wrap.color-orange,
.cat-wrap.color-orange>.percentage-wrap,
.mod-overview.color-orange,
.color-orange .cat-module,
.color-orange .cat-module .percentage-wrap,
.color-orange .percentage-wrap.bordered {
    border-color: #EB481B;
}

.color-orange .cat-header h3,
.color-orange .cat-header .fa,
.color-orange .cat-header svg,
.mod-overview.color-orange .mod-overview-content h3,
.color-orange .percentage-wrap .percentage,
.color-orange .task-divider,
.color-orange .page-title {
    color: #EB481B;
    fill: #EB481B;
}

.color-orange .cat-details-header,
.color-orange .btn,
.color-orange .block-header,
.color-orange .bucket-title {
    background: #EB481B;
    background: -webkit-linear-gradient(#EB481B, #CB3F18);
    background: -o-linear-gradient(#EB481B, #CB3F18);
    background: linear-gradient(#EB481B, #CB3F18);
}

.color-orange .percentage-wrap,
.color-orange .percentage-wrap .percentage,
.mod-overview.color-orange .mod-overview-footer {
    background: #FBD8CE;
}

.color-orange .percentage-wrap .percentage.plus-50,
.color-orange .percentage-wrap .bar,
.color-orange .mod-icon {
    background: #EB481B;
    color: #fff;
}


/* Green Color
   ========================================================================== */

.cat-wrap.color-green,
.cat-wrap.color-green>.percentage-wrap,
.mod-overview.color-green,
.color-green .cat-module,
.color-green .cat-module .percentage-wrap,
.color-green .percentage-wrap.bordered {
    border-color: #137130;
}

.color-green .cat-header h3,
.color-green .cat-header .fa,
.color-green .cat-header svg,
.mod-overview.color-green .mod-overview-content h3,
.color-green .percentage-wrap .percentage,
.color-green .task-divider,
.color-green .page-title {
    color: #137130;
    fill: #137130;
}

.color-green .cat-details-header,
.color-green .btn,
.color-green .block-header,
.color-green .bucket-title {
    background: #137130;
    background: -webkit-linear-gradient(#137130, #0F481B);
    background: -o-linear-gradient(#137130, #0F481B);
    background: linear-gradient(#137130, #0F481B);
}

.color-green .percentage-wrap,
.color-green .percentage-wrap .percentage,
.mod-overview.color-green .mod-overview-footer {
    background: #E0E6E2;
}

.color-green .percentage-wrap .percentage.plus-50,
.color-green .percentage-wrap .bar,
.color-green .mod-icon {
    background: #137130;
    color: #fff;
}


/* Light Blue Color
   ========================================================================== */

.cat-wrap.color-lblue,
.cat-wrap.color-lblue>.percentage-wrap,
.mod-overview.color-lblue,
.color-lblue .cat-module,
.color-lblue .cat-module .percentage-wrap,
.color-lblue .percentage-wrap.bordered {
    border-color: #257BB3;
}

.color-lblue .cat-header h3,
.color-lblue .cat-header .fa,
.color-lblue .cat-header svg,
.mod-overview.color-lblue .mod-overview-content h3,
.color-lblue .percentage-wrap .percentage,
.color-lblue .task-divider,
.color-lblue .page-title {
    color: #257BB3;
    fill: #257BB3;
}

.color-lblue .cat-details-header,
.color-lblue .btn,
.color-lblue .block-header,
.color-lblue .bucket-title {
    background: #257BB3;
    background: -webkit-linear-gradient(#257BB3, #146294);
    background: -o-linear-gradient(#257BB3, #146294);
    background: linear-gradient(#257BB3, #146294);
}

.color-lblue .percentage-wrap,
.color-lblue .percentage-wrap .percentage,
.mod-overview.color-lblue .mod-overview-footer {
    background: #d9e5ec;
}

.color-lblue .percentage-wrap .percentage.plus-50,
.color-lblue .percentage-wrap .bar,
.color-lblue .mod-icon {
    background: #257BB3;
    color: #fff;
}


/* Dark Blue Color
   ========================================================================== */

.cat-wrap.color-dblue,
.cat-wrap.color-dblue>.percentage-wrap,
.mod-overview.color-dblue,
.color-dblue .cat-module,
.color-dblue .cat-module .percentage-wrap,
.color-dblue .percentage-wrap.bordered {
    border-color: #0C2B4E;
}

.color-dblue .cat-header h3,
.color-dblue .cat-header .fa,
.color-dblue .cat-header svg,
.mod-overview.color-dblue .mod-overview-content h3,
.color-dblue .percentage-wrap .percentage,
.color-dblue .task-divider,
.color-dblue .page-title {
    color: #0C2B4E;
    fill: #0C2B4E;
}

.color-dblue .cat-details-header,
.color-dblue .btn,
.color-dblue .block-header,
.color-dblue .bucket-title {
    background: #0C2B4E;
    background: -webkit-linear-gradient(#0C2B4E, #051D3A);
    background: -o-linear-gradient(#0C2B4E, #051D3A);
    background: linear-gradient(#0C2B4E, #051D3A);
}

.color-dblue .percentage-wrap,
.color-dblue .percentage-wrap .percentage,
.mod-overview.color-dblue .mod-overview-footer {
    background: #DDE6F1;
}

.color-dblue .percentage-wrap .percentage.plus-50,
.color-dblue .percentage-wrap .bar,
.color-dblue .mod-icon {
    background: #0C2B4E;
    color: #fff;
}


/* Yellow Color
   ========================================================================== */

.cat-wrap.color-yellow,
.cat-wrap.color-yellow>.percentage-wrap,
.mod-overview.color-yellow,
.color-yellow .cat-module,
.color-yellow .cat-module .percentage-wrap,
.color-yellow .percentage-wrap.bordered {
    border-color: #F3CC00;
}

.color-yellow .cat-header h3,
.color-yellow .cat-header .fa,
.color-yellow .cat-header svg,
.mod-overview.color-yellow .mod-overview-content h3,
.color-yellow .percentage-wrap .percentage,
.color-yellow .task-divider,
.color-yellow .page-title {
    color: #F3CC00;
    fill: #F3CC00;
}

.color-yellow .cat-details-header,
.color-yellow .btn,
.color-yellow .block-header,
.color-yellow .bucket-title {
    background: #F3CC00;
    background: -webkit-linear-gradient(#F3CC00, #F3CC00);
    background: -o-linear-gradient(#F3CC00, #F3CC00);
    background: linear-gradient(#F3CC00, #F3CC00);
}

.color-yellow .percentage-wrap,
.color-yellow .percentage-wrap .percentage,
.mod-overview.color-yellow .mod-overview-footer {
    background: #FDFAE9;
}

.color-yellow .percentage-wrap .percentage.plus-50,
.color-yellow .percentage-wrap .bar,
.color-yellow .mod-icon {
    background: #F3CC00;
    color: #fff;
}


/* ==========================================================================
  Manager Signature
   ========================================================================== */

#manager-confirmation {
    margin: 60px 0 20px;
}

.canvas-wrap {
    position: relative;
    width: 584px;
    max-width: 55%;
    float: left;
    margin: 0 2.5% 0 0;
}

.canvas-wrap img {
    background: #fff;
}

#canvas-signature {
    width: 100%;
    max-width: 100%;
    height: auto;
    background: #fff;
    display: block;
}

#clear-canvas {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: #ce4840;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

@media all and (max-width: 1000px) {
    .canvas-wrap {
        max-width: 100%;
        float: none;
        margin: 0 auto 25px;
    }
}


/* ==========================================================================
   FAQ Page
   ========================================================================== */

.page-frequently-asked-questions p,
.page-faq p,
.page-app-information p {
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #aaa;
    margin: -1px 0 20px;
}

.page-frequently-asked-questions strong,
.page-faq strong,
.page-app-information strong {
    background: #3182b8;
    background: -webkit-linear-gradient(#3182b8, #0b5d92);
    background: -o-linear-gradient(#3182b8, #0b5d92);
    background: linear-gradient(#3182b8, #0b5d92);
    display: block;
    margin: -10px -15px 10px;
    padding: 10px 15px;
    color: #fff;
    font-weight: 700;
}


/* ==========================================================================
   New Printable Modal
   ========================================================================== */

.printable-modal {
    position: fixed;
    width: 550px;
    top: 80px;
    left: 50%;
    margin-left: -200px;
    background: #fff;
    z-index: 9999;
    border: 1px solid #ccc;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
}

.printable-modal h3 {
    margin: 0;
    font: 700 1em/1.3em "Open Sans", sans-serif;
    background: #fafafa;
    text-shadow: 1px 1px #fff;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.printable-modal .button-group {
    padding: 20px;
    overflow: hidden;
}

.printable-modal .btn {
    font: 400 1em/1em "Open Sans", sans-serif;
    float: left;
    width: 47.5%;
    text-align: center;
    padding: 10px 0;
}

.printable-modal .btn-email {
    margin-left: 5%;
    background: #00B2E6;
    background: -webkit-linear-gradient(#00B2E6, #007FA7);
    background: -o-linear-gradient(#00B2E6, #007FA7);
    background: linear-gradient(#00B2E6, #007FA7);
    border-color: #007FA7;
}

.printable-modal .close-modal {
    font: 400 20px/40px "FontAwesome", sans-serif;
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    text-align: center;
    color: #555;
    text-shadow: 1px 1px #fff;
}

.printable-modal .email-success {
    width: 250px;
    margin: 25px auto;
    text-align: center;
    color: #fff;
    background: green;
    padding: 6px 0;
    border: 2px solid green;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.2);
}


/* ==========================================================================
   Changes for Specific Academies
   ========================================================================== */

.academyid-3 #page-home .page-title {
    margin: 0 0 10px;
    font-size: 24px;
}

.academyid-3 #page-home .notification {
    margin: 0 0 10px;
}

.academyid-3 .block-progress {
    margin: 0 auto -25px;
}

.academyid-8 #page-workbook .page-subtitle {
    font-size: 1.15em;
    padding: 15px;
    background: #fff;
    border: 1px solid #ccc;
    margin: 5px 0 30px;
}

#page-workbook .ui-content.pad {
    overflow: hidden;
}