/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 20, 2014, 2:03:53 PM
    Author     : jason
*/
body, html {
    height: 100%;
    font-family: 'Roboto', "Helvetica Neue",Helvetica,Arial,sans-serif;
    /* overflow: hidden; */
}

label {
    font-weight:normal;
}

h2 {
    margin-top: 0;
}

img {
    max-height: 100%;
    max-width: 100%;
}

.col-4 {
    display:inline-block;
    width:25%;
}
.col-5 {
    display:inline-block;
    width:20%;
}
.col-6 {
    display:inline-block;
    width:16.66%;
}

#header {
    height: 75px;
    background: #fff;
    position:absolute;
    top:0;
    left: 0;
    width: 100%;
    z-index: 100;
}

#logo {
    position:relative;
    top: 10px;
    left: 5px;
    height: 50px;
}

#nav-drawer {
    left: -70px;
    padding-top:80px;
    z-index: 95;
}
#main-nav {
    padding-top: 80px;
    left:0;
}

#mobile-content {
    position:absolute;
    width: 100%;
    top: 0;
    left:0;
    height: 100%;
}

#mobile-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 100;
    background: #fff;
    border-bottom: 1px solid #5e5e5e;
}

#mobile-content-container {
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    overflow-y: scroll;
    padding-top: 80px !important;
    z-index: 90;
    padding: 20px;
}

#search-form {
    display: inline-block;
}

#search-box {
    border-radius: 3px;
    border: 1px solid #bcbcbc;
    padding: 5px 15px;
    position:relative;
    right: -30px;
}

#search-box-submit {
    width: 20px;
    height: 20px;
    display: inline;
    color: #bcbcbc;
    position:relative;
    cursor: pointer;
    background-color: #fff;
}

.left-nav {
    background-color: #333;
    position: absolute;
    height: 100%;
    width: 70px;
    top:0;    
    z-index: 90;    
}

.left-nav ul {
    margin:0;
    padding:0;
    margin-top: -5px;
}

.left-nav ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
    position:relative;
}
.left-nav ul li .badge, .discussion-select .badge, .group-row .badge {
    border-radius:15px;
    height:20px;
    background:red;
    color:#FFF;
    position:absolute;
    bottom:5px;
    right:5px;
}
.left-nav ul li a {
    display:inline-block;
    text-align: center;
    width: 100%;
    padding: 10px 0;
}
.left-nav ul li a:hover,
.left-nav ul li a:focus {
    text-decoration: none;
}

.left-nav ul li a.selected, .left-nav ul li a:hover {
    background-color: #62959f;
}

.left-nav ul li img {
    width: 35px;
}

.left-nav__label {
    color: #fff;
    display: block;
    font-size: 14px;
    padding: .5rem .5rem 0;
}

.close-image {
    position: relative;
    top: 35px;
}

#breadcrumb {
    align-items: center;
    background-color: #79aeb8;
    color: #fff;
    display: flex;
    position: absolute;
    top: 75px;
    height: 55px;
    width: 100%;
    z-index: 80;
    padding-left: 90px;
    overflow: hidden;
}

#breadcrumb a, #breadcrumb span {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    padding: 15px 0;
    display: inline-block;
}

#breadcrumb a:hover {
    color: #ddd;
}

#breadcrumb img {
    height:27px;
    margin-right: 10px;
}

.breadcrumb-divider {
    padding: 15px 5px !important;
}

.breadcrumb__actions {
    flex-grow: 1;
    text-align: right;
}

.breadcrumb__actions a {
    align-items: center;
    display: inline-flex !important;
    font-size: 30px !important;
    height: 100% !important;
    padding: 0 1rem !important;
}

#content {
    position: absolute;
    top: 130px;
    left: 70px;
    right: 0;
    bottom: 0;
}

#content-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

#content-container-inner {
    display: flex;
    flex-direction: column;
    padding: 15px;
    flex-grow: 1;
}

.view-nugget-image {
    max-width: 600px;
}

.content-cell-container {
    column-gap: .5rem;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    row-gap: .5rem;
}

.profile-progress-overview .content-cell {
    float: left;
    width: 300px;
}

.content-cell {
    border: 1px solid #f2f2f0;
    cursor: pointer;
}

.content-cell:hover {
    border: 1px solid #79aeb8;
}
.content-cell.no-hover:hover {
    border: 1px solid #f2f2f0;
}

.content-cell-heading {
    background: #f2f2f0;
    color: #5e5e5e;
    height: 90px;
    display: table;
}

.chapter-number {
    font-size: 26px;
    width: 50px;
    display: table-cell;
    height: 90px;
    vertical-align: middle;
    text-align: center;
}

.chapter-title {
    font-size: 14px;
    width: 250px;
    vertical-align: middle;
    display: table-cell;
    height: 90px;
}

.icon-container {
    padding: 18px;
    text-align: center;
}

.content-icon {
    border-radius: 50%;
    background-color: #269abc;
    width: 100px;
    height: 100px;
    display: inline-block;
}

.content-icon img {
    width: 50px;
    position: relative;
    top: 25px;
}

.content-image {
    display: inline-block;
    cursor:pointer;
    width: 100px;
}

.completion-percent, .level-percent {
    float:right;
    width: 100px;
    height: 100px;
    font-size: 20px;
}

.completion-percent strong, .level-percent strong {
    position: relative;
    top: -70px;
}

.competency-completion {
    color: #888;
    text-align: center;
    display: none;
}

.widget-header {
    font-size: 16px;
    padding: 10px 15px;
    background-color: #ddd;
    color: #5e5e5e;
    height: 45px;
}

.subchapter-header {
    font-size: 24px;
    padding: 15px;
    color:  #fff;
}

.subchapter-number {
    font-size: 26px;
    width: 45px;
    display: inline-block;
}

.subchapter-row {
    border-right: 1px solid #f2f2f0;    
    border-left: 1px solid #f2f2f0;
    border-bottom: 1px solid #f2f2f0;
    cursor: pointer;
    font-size: 16px;
}

.subchapter-row a {
    padding: 8px;
    display: block;
    color: #5e5e5e;
    text-decoration: none;
}

.subchapter-row:hover {
    background-color: #eee;
}

.subchapter-row p {
    margin: 0;
    padding:0;
}

.group-row {
    border-right: 1px solid #DDD;    
    border-left: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    cursor: pointer;
    font-size: 16px;
    position:relative;
}
.group-row .discussion-title {
    display:inline-block;
    width:60%;
}
.group-row .discussion-created {
    display:inline-block;
    width:20%;
}
.discussion-select li {
    position:relative;
}
.group-row:hover {
    background-color: #eee;
}
.group-row a {
    padding: 8px;
    display: block;
    color: #5e5e5e;
    text-decoration: none;
}
.group-row .edit:hover a {
    color:#000;
}
.group-row .leave-group:hover {
    text-decoration:underline;
}

.blue-container {
    background-color:#6BA4AF;
    color: #fff;
    padding: 7px 15px;
    border: none;
    text-align: center;
}

.blue-container.clickable {
    cursor:pointer;
}
.blue-container.clickable:hover {
    background-color:#578088;
}
.blue-container.clickable.disabled {
    background-color:#DDD;
}
.blue-container.clickable.disabled:hover {
    background-color:#DDD;
    cursor:default;
}
.blue-container a {
    color:#FFF;
    text-decoration:none;
}

.hidden {
    display: none;
}

.modal input, .modal textarea, .modal select {
    width: 100%;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.modal .row {
    padding: 5px 0;
}

.nugget {    
    border-left: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}

.nugget-thumbs {
    border-top: 1px solid #f2f2f2;
    padding: 15px;
}

.nugget.padded {
    padding: 15px;
}
.nugget .competency-section-header {
    font-size:16px;
    position:relative;
}

#top-nav {
    float: right;
    text-align: right;
    margin-top: 20px;
    font-size: 17px;
}

#top-nav a {
    display: inline-block;
}

#top-nav .select2-selection__rendered {
    font-size: 1.5rem;
    text-align: left;
}
#top-nav .select2-container {
    margin: 0 10px;
}

.feedback-button {
    float:right;
}


#log-in-modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
    background-image: url('../images/login_background.jpg');
    background-size: cover;
}

#log-in-box {
    height: 100%;
    width: 400px;
    background: url('../images/header-shade.png');
    margin-left: 100px;
    padding: 150px 30px 30px 30px;
}

#log-in-box input[type=text], #log-in-box input[type=password], #log-in-box select {
    width: 100%;
    font-size: 16px;
    padding:10px;
    border: 1px solid #bcbcbc;
    margin-bottom: 20px;
}

#submit-log-in {
    background-color: #79aeb8;
    color: #fff;
    padding: 10px;
    text-align: center;
    width: 100%;
    border: none;
    border-radius: 3px;
}

.modal input[type=text], .modal textarea, .modal select, .modal input[type=number] {
    width: 100%;
    font-size: 16px;
    padding:10px;
    border: 1px solid #bcbcbc;
    height: 40px;
}

.modal textarea {
    height: 250px;
}

.cell-content {

}

.test-options {
    display:none;
}

.answers, .question {
    
}

.answer-reason {
    display:none;
    color: #fff;
    padding: 5px 0px;
    margin-bottom: 10px;
    /* position:relative;
    top: -20px;
    padding-left: 30px; */
}
.answer-reason p {
    margin:0px;
}

#next, #prev, #finish {
    cursor: pointer;
}

.competency-items ul {
    margin: 0;
    padding: 0;

}

.competency-items ul li {
    list-style: none;
    padding: 5px 15px;
}

.competency-items ul li span.item-count {
    float:right;
}

.competency-items h2 {
    background-color: #6BA4AF;
    color: #fff;
    margin: 0;
    font-size: 24px;
    padding: 15px;
    color: #fff;
    font-weight: normal;
    cursor: pointer;
}

.competency-progress {

}

.competency-progress ul {
    margin: 0;
    padding: 0;
}

.competency-progress ul li {
    list-style: none;
    padding: 10px 15px;
    background-color: #fff;
    cursor:pointer;
    border-left:1px solid #C7C7C7;
    border-right:1px solid #C7C7C7;
    border-bottom:1px solid #C7C7C7;
    background:#DDD;
}
.competency-progress ul li:first-child {
    border-top:1px solid #C7C7C7;
}
.competency-progress ul li.selected {
    background-color: #5e5e5e;
    color: #fff;
}

.progress {
    background-color: #fff;    
    text-align: center;
    margin: 0;
}

.progress-bar {    
    color: #000;
}

.competency-tabs ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.competency-tabs li {
    float:left;
    width: 16.50%;
    margin: .08%;    
    background-color: #aaa;
    color: #fff;
    text-align: center;   
    cursor: pointer;
}

.competency-tabs li.selected {
    display: inline-block;
    background-color: #5e5e5e;
}

.competency-tabs li span {
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 10px 5px;
    height: 50px;
}

.competency-tabs li.hover, .competency-progress li.hover {
    background-color: #888;
}

.competency-section {
    margin:20px 0px;
}

.encounter-question {

}

.encounter-question .question {
    display:inline-block;
    width:20%;
    float:left;
    padding:15px;
}
.encounter-question .answer {
    display:inline-block;
    width:80%;
    float:left;
    padding:9px 0px;
}

#encounter .log-encounter {
    
}

#encounter .previous-encounters {
    
}

.history-header, .encounter-form-header, .file-header {
    background:#EFEFEF;
    border:#DDD;
    padding:20px 15px;
    margin-top:5px;
    cursor:pointer;
    position:relative;
}
.history-header .col-6 {
    vertical-align: top;
}
.history-header .arrow-container {
    position:absolute;
    right:15px;
    top:20px;
}
.arrow-container {
    background:#777;
    border-radius:15px;
    text-align:center;
    width:20px;
    height:20px;
}
.arrow-container .arrow {
    color:#EFEFEF;
}
.active .arrow-container {
    background:#FFF;
    transform: rotate(180deg);
}
.active .arrow-container .arrow {
    color:#777;
}
.history-header .retake-quiz-container {
    position: absolute;
    right: 50px;
    top: 20px;
}
.encounter-form-header {
    cursor:default;
    padding:10px 15px;
}
.history-header:hover {
    background:#DDD;
}
.history-header.active {
    background:#777;
    color:#FFF;
}

.file-header {
    align-items: center;
    display: flex;
    padding: 10px;
}
.file-header .name {
    flex-grow: 1;
}
.answers .file-header:hover {
    background:#DDD;
}
.answers .file-header.active {
    background:#777;
    color:#FFF;
}
.answers .question {
    padding: 1rem;
}
.answers .question:not(:first-child) {
    border-top: 1px solid #dbdbdb;
}

.encounter-question input[type=text], 
.encounter-question select,
.encounter-question textarea,
.encounter-question input[type=email],
.encounter-question input[type=number],
.encounter-content-select,
.profile-input
{
    width: 100%;
    padding: 5px;
    -webkit-appearance:none;
    border: 1px solid #000;
    border-radius: 2px;
}

.history ul {
    margin:0;
    padding: 0;
}
.history ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#quiz-questions {
    padding:15px;
}
#quiz-questions .images {
    text-align:center;
    margin-bottom:10px;
}
/* .quiz-answer-text {
    position: relative;
    top: -20px;
    padding-left: 30px;
} */
.quiz-answer-text p {
    margin: 0;
}

.selected-tags .remove {
    cursor:pointer;
}

#left-col {
    width: 300px;
    float:left;
    border: 1px solid #ddd;
    min-height: 10px;
    height: 100%;
    overflow-y: scroll;
    background-color: #fff;
    position:relative;
    z-index: 15;
    margin-right:10px;
}

#left-col ul {
    margin: 0;
    padding:0;
}

#right-col {
    height: 100%;
    overflow-y: hidden;
    margin-top:-45px;
    padding-top:55px;
}

#right-col-content {
    height: 100%;
    overflow: scroll;
    padding-bottom: 55px;
    font-size: 16px;
    border: 1px solid #ddd;
}

#left-col ul li {
    cursor: pointer;
    padding: 5px 15px;
    margin: 0;
    padding: 15px 10px;
    border-bottom: 1px solid #ddd;
    list-style: none;
}

#left-col ul li:hover {
    background-color: #ddd;
}

#left-col h2 {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

#left-col p {
    font-size: 14px;
    color: #aaa;
    margin: 0;
    padding: 0;
}

#left-col input[type=checkbox] {
    float:left;
    margin: 20px 10px 30px 0;
}

.message-reply {
    margin-top:10px;   
}

.message-reply-separator {
    border-top: 1px solid #5e5e5e;
    width: 100%;
    display:block;
    margin:10px 0px;
}

#additional-controls {
    float: right;
    position: relative;
    z-index: 1000;
    margin-bottom: -55px;
    font-size:16px;
    color: #FFF;
    top:-4px;
}

#additional-controls .button {
    background:#79aeb8;
    padding:5px 15px;
    display:inline-block;
    width:160px;
    text-align:center;
}
#additional-controls .button a {
    color:#FFF;
}
#additional-controls .button:hover {
    background-color: #aaa;
}


#additional-controls a {
    text-decoration: none;
}

#additional-controls span {
    cursor: pointer;
}

#message-controls span {
    cursor: pointer;
}
.message-header p {
    font-size: 16px;
    color: #000;
    margin:2px 0px;
}
.message-content {
    margin-top:20px;
}
.message-container {
    padding:0px 10px;
}

#message-details {

}

#message-content {
    font-size:16px;
    color: #5e5e5e;
}

#left-col ul li.selected {
    /* border-left: 5px solid #79aeb8; */
    background-color: #ddd;
}

#left-col ul li.selected p {
}



#enter-content {
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.discussion-item {
    padding-bottom: 20px;
}

.discussion-item h2 {
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 0;
    padding-bottom: 0;
}
.discussion-item .sub-heading {
    color: #aaa;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 10px;
}
.discussion-item .discussion-date {
    font-size: 12px;
    float:right;
    position: relative;
    top: 5px;
}

#discussions-reply {
    border-top: 1px solid #000;
    margin-top: 10px;
    padding-top: 10px;
}

#reply-content {
    width: 100%;
    height: 150px;
}

.group-management input[type=text], 
.group-management select,
.group-management textarea,
.group-management input[type=email],
.group-management input[type=number]
{
    width:100%;
    padding: 5px;
    -webkit-appearance:none;
    border: 1px solid #000;
    border-radius: 2px;
}
.group-management .group-input-row {
    margin-top: 15px;
}
.group-management .question {
    display:inline-block;
    padding-left:15px;
    width:19%;
}
.group-management .answer {
    display:inline-block;
    width:80%;
}
.group-management .users .question {
    display:inline-block;
    padding-left:15px;
    width:19%;
}
.group-management .users .answer {
    display:inline-block;
    width:72%;
}
.group-management .users .remove, .group-management .users .invite {
    display:inline-block;
    width:8%;
}

.take-note {
    cursor: pointer;
    margin-left: 10px;
}

.bookmarked .take-note {
    color:#79aeb8;
}



#send-message-form {
  margin-bottom: 40px;
}

#send-message-form input[type=text],
#send-message-form textarea {
    width: 100%;
    border-top: none;
    border-left:none;
    border-right: none;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

#send-message-form p {
    margin: 0;
}

#send-action {
    background-color: #5e5e5e;
    color: #fff;
    padding: 10px;
}

#enter-message {
    padding: 10px;
    min-height:400px;
}

#notes-pane {
    position: absolute;
    width: 500px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    height: 0px;
    overflow: scroll;
    bottom: 58px;
    right: 20px;
    z-index: 1;
    background-color: #fff;

}

#notes-pane ul {
    margin: 0;
    padding: 0;
}

#notes-pane ul li {
    list-style: none;
    margin: 0;
    padding: 5px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

#notes-pane ul li:hover {
    background-color:#888;
}

#actions-bar-container {
    z-index: 10;
}
#actions-bar {
    height: 34px;
    width: 100%;
    border-top: 1px solid #ddd;
}

#actions-bar div {
    height:34px;
    width: 32%;
    text-align: center; 
    background: #79aeb8;
    display: inline-block;
    padding: 7px 15px;
    cursor: pointer;
    color: #fff;
}

#actions-bar div:hover {
    background-color: #aaa;
}

#actions-bar .first {
    margin: 0 !important;
    float:left;
}

#actions-bar .last {
    margin: 0 !important;
    float:right;
}

#actions-bar div {
    margin-left: 2%;
}

.title {
    font-size: 25px;
}
.sub-title {
    font-size:16px;
    color: #aaa;
}

#note-content {
    margin-top: 30px;
}

.gray-bg {
    background-color: #ddd;
    padding: 18px;
    height:55px;
}

.top-note-buttons {
    display: flex;
    margin-bottom: 1rem;
}

.note-tab {
    background:#79aeb8;
    color: #FFF;
    flex-grow: 1;
    padding:7px 20px;
    text-align: center;
}

.note-tab:hover {
    background-color:#aaa;
    text-decoration:none;
    color:#fff;
}

.note-tab.active {
    background:#aaa;
    color:#FFF;
}

.note-tab:first-child {
    margin-right: 1rem;
}

#flex-selector {
    display: flex;
}

#flex-selector__list {
    width: 300px;
    border: 1px solid #ddd;
    min-height: 10px;
    overflow-y: scroll;
    background-color: #fff;
    position:relative;
}

#flex-selector__list ul {
    margin: 0;
    padding:0;
}

#flex-selector__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    font-size: 16px;
    border: 1px solid #ddd;
    position: relative;
}


.flex-selector__pad {
    flex-grow: 1;
    padding: 10px;
    overflow-y: auto;
}

#flex-selector__list ul li {
    cursor: pointer;
    padding: 5px 15px;
    margin: 0;
    padding: 15px 10px;
    border-bottom: 1px solid #ddd;
    list-style: none;
}

#flex-selector__list ul li:hover {
    background-color: #ddd;
}

#flex-selector__list h2 {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

#flex-selector__list p {
    font-size: 14px;
    color: #aaa;
    margin: 0;
    padding: 0;
}

.quiz-setup {
    background-color: #ddd;
    /* color: #fff; */
    margin: 0;
    padding: 15px;
    text-align: center;
}

.quiz-button {
    background:#79aeb8;
    text-align: center;
    padding:7px 20px;
    width: 49%;
    cursor:pointer;
    text-decoration: none;
    color: #FFF;
}

.quiz-button:hover {
    background-color:#aaa;
    text-decoration:none;
    color:#fff;
}

.progress-header {
    margin: 1rem;
}

.quiz-button.active {
    background:#aaa;
    color:#FFF;
}

.quiz-completion {
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.quiz-completion .box {
    width:25%;
    float:left;
    text-align: center;
}

.quiz-completion .box p {
    font-size:16px;
    padding-top: 10px;
}

.quiz-completion .box .circle, .icon-container .circle {
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 50%;
    font-size: 25px;
    padding: 30px 25px;
    background-color: #fff;
    border: 5px solid;
    text-align:center;
}

input#take-quiz {
    font-size: 20px;
    max-width: 100%;
    padding: 15px;
    width: 300px;
}

.red {
    color: #c76263;
    border-color: #c76263;
}

.green {
    color: #405d39;
    border-color: #405d39;
}

.gray {
    color: #aaa;
    border-color: #aaa;
}

.circle-progress strong {
    position: relative;
    display: block;
    top: -70px;
    font-size: 20px;
}

.circle-progress-big strong {
    font-size: 50px;
    top: -140px;
}

/* -cl */
a.share-quiz-btn, a.twitter-share-button, 
a.share-quiz-btn:visited, a.twitter-share-button:visited, 
a.share-quiz-btn:active, a.twitter-share-button:active {
    color:#BDBDBD;
    font-size:20px;
}
a.share-quiz-btn i, a.twitter-share-button i {
    vertical-align: middle;
}
a.share-quiz-btn:hover {
    color: #3B5998;
}
a.twitter-share-button:hover {
    color: #55ACEE;
}
.profile-progress-overview .icon-container .circle.gray.large span {
    position:relative;
    
}
/* /-cl */

#expand-system-progress {
    cursor: pointer;
}

.tag-completion {
    text-align:center;

}

.test-table {
    border: 1px solid #ddd;
    width: 100%;
}

.test-table tr {
    border-bottom: 1px solid #ddd;
}

.test-table td {
    padding: 5px 10px;
}

.test-table td ul {
    margin: 0;
    padding: 0;
}

.test-table td ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.labels-table tr {
    line-height:20px;
}
.labels-table tr td {
    padding:5px 10px;
}
.labels-table tr td:first-child {
    color:#777;
    width:250px;
    padding-left:15px;
}

.radio-group {
    margin-left: .75rem;
    margin-top: .5rem;
}

.radio-group label {
    display: block;
}

.radio-desc {
    opacity: .6;
    margin-left: 16px;
}

.quiz-row {
    display: flex;
    margin: 5px -15px;
}

.quiz-desc {
    font-size: 14px;
    margin-top: 10px;
    opacity: .6;
}

.quiz-col {
    flex: 0 0 33.333333%;
    max-width:  33.333333%;
    position: relative;
    /* width: 100%; */
    padding-right: 15px;
    padding-left: 15px;
}


.choose-quiz-table td input[type="text"], .choose-quiz-table td input[type="number"], .choose-quiz-table td select {
    width: 100%;
    height: 30px;
    border: 1px solid #ddd;
    padding: 0 5px;
}

.multiselect-button-container .checkbox-list > li > a {
    display: block;
    padding: 3px 0;
}

.multiselect-button-container .form-check {
    padding: 0 !important;
}
.multiselect-button-container .form-check-label {
    margin-left: .5rem;
}
.multiselect-button-container .checkbox-list > .multiselect-option.active,
.multiselect-button-container .checkbox-list > .multiselect-option.active:hover,
.multiselect-button-container .checkbox-list > .multiselect-option.active:focus {
    color: #333;
}

.multiselect-button-container .checkbox-list > .multiselect-option.disabled,
.multiselect-button-container .checkbox-list > .multiselect-option.disabled:hover,
.multiselect-button-container .checkbox-list > .multiselect-option.disabled:focus {
    color: #777;
}

.multiselect-button-container .checkbox-list > .multiselect-option.disabled:hover,
.multiselect-button-container .checkbox-list > .multiselect-option.disabled:focus {
    text-decoration: none;
    cursor: unset;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.multiselect-button-container .multiselect-container.checkbox-list {
    position: static;
}

.expand {
    background-color: #777;
    color: #EFEFEF;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
}
.expand i {
    position:relative;
    top: -7px;
    cursor: pointer;
}

.expand.selected {
    background-color: #777;
    color: #EFEFEF;
}

.quiz-instance {
    background-color: #EFEFEF;
    padding: 18px;
}

.quiz-instance.selected {
    
}

.competency-section-header {
    background:#DDD;
    padding:15px;
    border-left:1px solid #C7C7C7;
    border-right:1px solid #C7C7C7;
    border-top:1px solid #C7C7C7;
}
.competency-section-header .question-counter {
    display:inline-block;
}
.competency-content {
    padding:15px;
    border:1px solid #C7C7C7;
}
.competency-content ul {
    padding-left:15px;
    margin-top:10px;
}
.question-details p {
    margin:0px;
}
.competency-content ul li p {
    margin:0px;
}
.competency-content ul li strong {
    font-weight:normal;
}
.competency-content .log-encounter .encounter-question .question {
    padding-left:0px;
    padding: 15px 0px;
}

.modal .modal-body {
    max-height: 550px;
    overflow-y: auto;
}

.glossary-alphabet {
    background:#79aeb8;
}
.glossary-alphabet .letter {
    width:3%;
    text-align:center;
    color:#FFF;
    float:left;
    font-size:20px;
    cursor:pointer;
    padding:4px 0px;
    margin-right:.5%;
    height:35px;
}
.glossary-alphabet .letter:hover {
    background:#AAA;
}
.glossary-alphabet .letter.selected {
    background:#FFF;
    color:#79aeb8;
}
.glossary-alphabet .letter.has-no-entries {
    color:#777;
}
.glossary-search {
    padding:5px 20px;
    text-align:left;
    width:100%;
    border:1px solid #777;
    font-size:16px;
}

.profile-image {
    width:20%;
    padding:0px 35px;
    float:left;
}
.profile-information {
    width:50%;
    float:left;
    font-size:18px;
}
.profile-information h2 {
    font-size:32px;
}
.profile-level {
    width:30%;
    padding:0px 20px;
    float:left;
    margin-top:20px;
}
.profile-level .header {
    font-size:32px;
    color:#79aeb8;
    text-align:center;
}
.profile-level .percent {
    text-align:center;
    margin-top:10px;
}

.student-progress-table {
    color:#5e5e5e;
    width:100%;
}
.student-progress-table tr {
    border-bottom:1px solid #ddd;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
}
.student-progress-table tr.header {
    background:#ddd;
}
.student-progress-table tr.header td {
    padding:10px 15px;
}
.student-progress-table tr td {
    padding:5px 15px;
    text-align:right;
}
.student-progress-table--left tr td {
    text-align: left;
}
.student-progress-table tr td .progress-bar {
    
}

#edit-profile {
    color:#5e5e5e;
    font-size:32px;
}
#edit-profile:hover {
    color:#79aeb8;
}

.board-review-yield {
    float:right;
    margin-right:40px;
    font-size:18px;
}
.board-review-yield img {
    width:30px;
    margin-right:10px;
}
.badge-container {
    width:23%;
    float:left;
    padding:2%;
    background:#79aeb8;
}
.badge-container img {
    width:100%;
}
.badge-container .badge-title {
    text-align:center;
    color:#FFF;
    font-size:16px;
    height:46px;
}

#avatar-list {
    width: 845px;
    position: absolute;
    display:none;
    background-color: #fff;
    top: 190px;
}

#avatar-list img {
    width: 100px;
}

.avatar-container {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
}

.avatar-container:hover {
    background-color: #d5d5d5;
}

.avatar-container .avatar-select {
    vertical-align: bottom;
}

.exposure-points {
    width:1214px;
}

.exposure-points .header {
    text-align:center;
    color:#9773AD;
    font-size:32px;
    line-height:1;
}

.points-descriptions {
    width:1214px;
    padding:20px 0px;
}
.points-descriptions .points-description {
    display:inline-block;
    padding:0px 30px;
}
.points-descriptions .points-description .header {
    font-size:28px;
    text-align:center;
}
.points-descriptions .points-description.left {
    width:336px;
    border-right:1px solid #6CA6B1;
}
.points-descriptions .points-description.left .header {
    color:#6CA6B1;
}
.points-descriptions .points-description.center {
    width:540px;
    
}
.points-descriptions .points-description.center .header {
    color:#9773AD;
}
.points-descriptions .points-description.right {
    width:336px;
    border-left:1px solid #6CA6B1;
}
.points-descriptions .points-description.right .header {
    color:#C55E5F;
}

.badges-section {
    
}
.badges-section .badges-header {
    display:inline-block;
    width:50%;
    font-size:32px;
    text-align:center;
}
.badges-container {
    background:#79aeb8;
    
}
.badges-container .badges-column {
    width:50%;
    display:inline-block;
    color:#FFF;
    vertical-align:top;
}
.badges-container .badges-column .badge-row {
    height:45px;
    padding:5px 20px;
}
.badges-container .badges-column .badge-row .badge-name {
    display:inline-block;
    font-size:18px;
}
.badges-container .badges-column .badge-row img {
    display:inline-block;
    float:right;
    height:35px;
}

.front-header {
    min-width:1214px;
}
.front-header .divider {
    display:inline-block;
    width:0.5%;
    border-left:1px solid #000;
    height:250px;
    margin-top:50px;
    vertical-align:top;
}
.front-header-section {
    display:inline-block;
    width:33%;
    vertical-align: top;
    margin-top:10px;
    text-align:center;
}
.front-header-section .header {
    font-size:32px;
    text-align:center;
    line-height: .75;
    margin-bottom:10px;
}
.front-page-level {
    display: inline-flex;
}
.front-header-section .profile-image {
    flex-basis: 223px;
    padding: 0px;
    padding-right: 10px;
}
.front-header-section .level-info {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    margin-top: 34px;
}
.level-info__q {
    height: 35px;
    margin-top: -5px;
    width: 35px;
}
.points-container {
    border-radius:10px;
    padding:0px 10px;
    text-align:left;
}
.points-container .points-row {
    padding: 5px 0px;
}
.points-container .points-label {
    display:inline-block;
    min-width: 175px;
    
}
.points-container .points-value {
    float:right;
}

.popover {
    max-width: 300px;
}

.chosen-container {
    font-size:14px !important;
    
}
.chosen-container-single .chosen-single {
    border:1px solid #000 !important;
    border-radius:2px !important;
    background-color: #F8F8F8 !important;
    padding:5px !important;
    line-height:1.4 !important;
    background-image:none !important;
    box-shadow:none !important;
    height:32px !important;
    
}
.chosen-container .chosen-drop {
    border:1px solid #000 !important;
    background-color: #F8F8F8 !important;
    box-shadow:none !important;
}

#log-in-box span.version{
  position:absolute; 
  top:192px; 
  left:252px; 
  font-weight:bold; 
  font-size:12px; 
  letter-spacing:0.6px;
}

#application #header span.version{
  position:absolute; 
  top:46px; 
  left:113px; 
  font-weight:bold; 
  font-size:12px; 
  letter-spacing:0.6px;
}

.student_progress_table {
  width: 100%;
  border-collapse: collapse;
  line-height: 30px; }
  table tr td {
    padding: 3px 15px; }
  table.sectioned tbody tr:nth-child(even) {
    background: #EEE; }

.content-container {
  border-left: 1px solid #D7D8D8;
  border-bottom: 1px solid #D7D8D8;
  border-right: 1px solid #D7D8D8; }
  .content-container.separated {
    border: 1px solid #D7D8D8;
    margin-top: 20px; }

.card-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 1rem auto;
  max-width: 950px;
}

.card-container .card {
  align-items: center;
  border: 1px solid black;
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  flex-direction: column;
  min-height: 250px;
  justify-content: center;
}

.card-container textarea {
  resize: none;
}

.card-container > * {
  margin: .5rem;
}

.leftnav-actions {
    display: flex;
    padding: .25rem;
}

.leftnav-button {
    height:34px;
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
    background: #79aeb8;
    display: inline-block;
    padding: 7px 15px;
    margin: .25rem;
    cursor: pointer;
    color: #fff;
}

.leftnav-button:hover {
    background-color: #aaa;
}

.note-item-container {
    align-items: center;
    display: flex;
}

.note-item-container input[type="checkbox"] {
    margin-right: 1rem;
}

#start-test {
    border: none;
    outline: none;
}

.notecard-test-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 150px);
}

.notecard-test-container .test-card {
    align-items: center;
    border: 1px solid black;
    display: flex;
    flex-basis: 300px;
    max-width: 100%;
    justify-content: center;
    width: 500px;
}

.notecard-test-container .action-button {
    border: none;
    outline: none;
    height:34px;
    text-align: center;
    background: #79aeb8;
    display: inline-block;
    padding: 7px 15px;
    margin: 1rem;
    cursor: pointer;
    color: #fff;
    min-width: 125px;
}

.notecard-test-container .action-button:disabled {
    background: #777;
    cursor: default;
}

.home-badge-header {
    background: #5b7e53;
    color: #fff;
    margin: 0;
    padding: .5rem;
}

.home-badges {
    background: #88B27E;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 1rem .25rem;
    row-gap: 1rem;
}

.home-badges__badge {
    height: 35px;
}

.tooltip-inner {
    white-space: normal;
}

.underlined {
    text-decoration: underline;
}
