@font-face {
    font-family: 'Keytin-Light';
    src: url('/fonts/Keytin-Light.ttf') format('truetype');
}

.orange {
    background-color: #f56600 !important;
    color: #fff !important;
}

.blue {
    background-color: #285072 !important;
    color: #fff !important;
}

.navbar {
    background-color: #0052CC;
}

a.navbar-brand {
    color: #fff !important;
    font-size: 30pt;
    font-family: 'Keytin-Light', sans-serif
}

.navbar-brand {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

a.nav-link {
    color: #fff;
}

.link-seperator {
    margin-left: 5px;
    margin-right: 5px;
    color: #0052CC;
    font-weight: 600;
}

a.breadcrumb-link {
    color: #515151;
}

.list-group > li {
    list-style-type: none;
    padding-left: 0px;
    padding-top: 10px;
    padding-left: 25px;
}

.list-group-item > span > a {
    color: #333;
}

.module-title {
    float: left;
}

.module-extratext {
    float: right;
    font-size: 8pt;
    color: #777;
    padding-top: 4px;
    margin-right: 15px
}

.case-extratext {
    margin-right: 36px !important;
}

.back-module-list {
    display: block;
    float:right;
    margin-right: 10px;
}

.back-module-list > a {
    color: #999;
}
.module-icon > a {
    float: right;
    margin-right: 15px;
    color: #222;
}

ul.list-group {
    margin-left: 15px !important;
    margin-top: 7px;
}

.list-group > a:hover {
    text-decoration: none;
}

.card {
    margin-top: 15px;
    overflow-x: scroll;
}

.btn-custom {
    color: #fff !important;
    background-color: #0052CC !important;
    border-color: #0052CC !important;
}

.btn-primary{
    color: #fff !important;
    background-color: #0052CC !important;
    border-color: #0052CC !important;
}

a.btn-link {
    color: #000;
}

.no-modules {
    margin-left: 20px;
    margin-bottom: 20px;
    color: #999;
}
.create-module-button {
    color: #fff !important;
    margin-left: 15px;
    margin-top: 15px;
    background-color: #0052CC !important;
    border-color: #0052CC !important;
}

.invalid-feedback::first-letter{
	text-transform: uppercase;
}

.form-group > label {
    font-weight: 600;
}

.form-subscript {
    display: block;
    color: #999;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.form-subscript-auth {
    display: block;
    color: #999;
    margin-top: 3px;
}

input.week-title {
    width: 100px;
    display: inline;
}

.create-week {
    width: 100%;
    display: block;
    margin-top: 10px;
    margin-left: 10px;
    color: #999;
    line-height: 200%;
}

.create-week > select {
    height: 25px;
    width: auto;
    display: inline;
    vertical-align: middle;
}

.create-week > input {
    height: 25px;
    font-size: 8pt;
    vertical-align: middle;
}

.week-error {
    color: #dc3545;
    font-size: 10pt;
    display: none;
}

.color-picker {
    width: 70px;
    height: 60px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #777;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #777;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #777;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 75%;
    width: 90%;
}

.link-mobile {
    display: none;
}

.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

a.menu-toggle {
    color: #285072;
    margin-left: 10px;
}

a.menu-toggle:hover {
    text-decoration: none;
}

.indent {
    margin-left: 50px;
}

.capital {
    text-transform: capitalize;
}

/* Question */
a.answer-box {
    display:table-cell;
    width: 42px;
    height: 42px;
    background-color: #81BF6D;
    color: #fff !important;
    vertical-align: middle;
    text-align: center;
    font-weight: 600;
    border-radius: .25rem;
}

#no-answers {
    font-size: 10pt;
    margin-left: 15px;
    color: #999;
}

.option-buttons{
    float: right;
    margin-right: 10px;
}

a.delete-option {
    color: #fff !important;
}

a.delete-question {
    float: right;
    color: #fff !important;
    margin-top: 20px;
    width: 42px;
}

a.edit-question {
    float: right;
    color: #fff !important;
    margin-top: 20px;
    margin-right: 5px;
    width: 42px;
}
body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

ol.sort li.placeholder {
  position: relative;
}

ol.sort li.placeholder:before {
  position: absolute;
}

.form-check-label {
    font-weight: 400 !important;
}

ul.question-list-group {
    margin-left: 0px !important;
    margin-bottom: 10px !important;
}

ul.case-list-group {
    margin-left: 0px !important;
    margin-bottom: 10px !important;
}

#add-case-button {
    display:table-cell;
    width: 42px;
    height: 42px;
    background-color: #81BF6D;
    color: #fff !important;
    vertical-align: middle;
    text-align: center;
    font-weight: 600;
    border-radius: .25rem;
}

.thumb-title {
    text-align: center;
    color: #999;
    font-size: 10pt;
}

/* Stats */
.question-list {
    margin-top: 40px !important;
    width: 100%;
    padding-right: 15px;
}

.case-title > a{
    font-weight: 600;
}

.case-title {
    float: left;
    margin-left: 25px;
}

.correct {
    color: #61c461;
    font-weight: 600;
}

.incorrect {
    color: #f36d55;
    font-weight: 600;
}

.stat-row {
    margin-left: 15px;
    margin-right: 0px;
}

.stat-box {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    max-height: 500px;
}

.stat-box-content {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 30px 10px 50px 10px;
    height: 100%;
}

#donut-chart {
    /*width: 100%;*/
    margin-left: auto;
    margin-right: auto;
    max-height: 350px !important;
    width: auto !important;
}

.chart-subscript {
    text-align: center;
    padding: 20px 20px 20px 20px;
    color: #999;
    font-weight: 200;
}

.bigger {
    font-size: 22pt;
}

h2.stat-title {
    font-size: 16pt;
    font-weight: 200;
    color: #999;
    text-align: center;
    margin-bottom: 20px;
}

.stat-number {
    color: #16A9E0;
    font-weight: 600;
    font-size: 20pt;
    display: block;
    margin-top: 15px;
    margin-left: 20px;
}

.stat-number-text {
    color: #999;
    font-weight: 200;
    margin-left: 20px;
}

.pre_test {
    color: #61c461;
    font-weight: 600;
}

.post_test {
    color: #f36d55;
    font-weight: 600;
}

.right {
    float: right;
}

.randomization-id {
    font-weight: bold;
    font-size: 18pt;
}

.linked-modules-header {
    margin-bottom: 10px;
    font-style: italic;
    text-transform: capitalize;
}

/* Editor */
#editor {
    overflow:scroll;
    max-height:600px;
    height:300px;
}

/* Responsive */
@media screen and (max-width: 768px) {
    .back-module-list {
        display: none;
    }
}
