/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the top of the
* compiled file, but it's generally better to create a new file per style scope.
*


/*
Helper CSS classes
*/
.cursor-pointer {
  cursor: pointer;
}

.no-text-decoration:hover {
  text-decoration: none;
}

.select2-selection--multiple .select2-search--inline .select2-search__field {
       width: 250px;
}
.select2-container .select2-selection--single {
  height: auto!important;
  padding: 5px 0;
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  min-width: 250px!important;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal!important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  white-space: normal!important;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  padding: 0 5px;
}


.card {
  display: inline-block;
  text-decoration: none;
  padding: 10px 10px;
  border-color: transparent;
  border-width: 1px;
  border-style: solid;
}
.card:hover {
  border-color: black;
}

.time-interval{
  background: #f5f5f5;
  height: 25px;
  text-align: center
}


.space-4 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 4px 0 3px;
}

.space-8 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 8px 0 3px;
}

.space-12 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0 3px;
}

.space-24 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 24px 0 3px;
}

/*
These modal-fs styles are used for full-screen modals
*/
.modal-fs {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.modal-fs .modal-dialog {
  position: fixed;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
.modal-fs .modal-dialog .modal-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #EFEFEF;
}
.modal-fs .modal-dialog .modal-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  box-shadow: none;
}
.modal-fs .modal-dialog .modal-content .modal-body {
  position: absolute;
  top: 70px;
  bottom: 0;
  font-size: 15px;
  overflow: auto;
  margin-bottom: 60px;
  padding: 0 15px 0;
  width: 100%;
}
.modal-fs .modal-dialog .modal-content .modal-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  padding: 10px;
  background: #f1f3f5;
}

/*
Used for the Contents list on the guided_content player
*/
.list-group.list-group-root {
  padding: 0;
  overflow: hidden;
  border-width: 0 0 0 0;
}

.list-group.list-group-root .list-group {
  margin-bottom: 0;
}

.guided-content-text {
  font-size: 12px;
  font-weight: 550;
  padding-top: 4px;
}

.content-label-box {
  text-align: center;
  border: 1px solid #ccc;
  border-color: #e4e4e4;
  margin-top: 10px;
  width: auto;
}

.list-group.list-group-root .list-group-item {
  border-radius: 0;
  /*border-width: 1px 0 0 0;*/
  border-width: 0 0 0 0 !important;
  padding: 2px 0px 2px 0px;
}

.list-group.list-group-root > .list-group > .list-group-item {
  border-radius: 0;
  /*border-width: 1px 0 0 0;*/

}

.list-group.list-group-root > .list-group-item:first-child {
  border-top-width: 0;
}

.list-group.list-group-root > .list-group > .list-group-item {
  /*padding-left: 30px;*/
  border-width: 0 0 0 0;
  padding: 2px 0px 2px 20px;
}

.list-group.list-group-root > .list-group > .list-group > .list-group-item {
  border-width: 0 0 0 0;
  padding: 2px 0px 2px 30px;
}

.list-group-item .glyphicon {
  margin-right: 5px;
}

.observe-counter {
  padding: 50px;
}
.observe-correcting {
  float: right;
}
.observe-reinforcing {
  float: left;
}
.field_margin {
  margin-top:5em;
  margin-bottom: 5em;
}
.qcomments {
  width: 100%;
  /*margin-top: 2em;*/
}
.scaleMargin {
  margin: 3px 10px 0 !important;
}
.green {
  color: #82AD28 !important;
}
.blue-soft-cell {
  background: #4c87b93d;
  color: white !important;
}
.answer-required {
  border-left: solid 10px indianred;
}
.validation-message {
  font-size: 1.5em;
}

.progress-bar {
  background-color: #82AD28;
}

.attachment-section {
  margin-left: 11px;
}

.attachment-upload-form {
  margin-bottom: 0;
}

.add-attachment {
  border: 1px dashed #bbb;
  width: 100%;
  height: 30px;
  padding-left: 7px;
  padding-top: 5px;
}

.badge-white {
  background-color: #FFF !important;
  color: #000 !important;
}

.droptarget {
  margin: 1px;
  width: 300px;
  height: 100px;
  border: 1px solid #000;
  text-align: center;
  vertical-align: middle;
}

.highlight {
  background: #f5f5f5;
}

.highlight-rubric {
  background: #4c87b93d;
}

.rubric-hover {
  border: 3px solid #4c87b9;
}

.rubric-badge {
  border: 1px solid #3598dc;
  color: #3598dc;
  background: white;
  padding: 5px;
  font-size: 12px;
}
.badge-superscript{
  padding-left: 5px;
  font-size: 10px;
  vertical-align: super;
}

.full-scroll {
  width: 100% !important;
  height: 500px;
  overflow: scroll;
}

.tbl-header{
  width:calc(100% - 17px);
  width:-webkit-calc(100% - 17px);
  width:-moz-calc(100% - 17px);
}

.table-fixed tbody {
  overflow: auto;
  width: 100%;
}

.table-fixed tbody > tr > td,
.table-fixed thead > tr > th {
  vertical-align: middle;
  text-align: center;

}

.d-flex {
    display:flex;
}
.d-flex>div {
    float: none;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.row, .item-row {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.col, .item-label {
  color: #777;
  text-align: right;
}

/*
* Larger Checkboxes and Radios
*/

.checkbox label:after,
.radio label:after {
  content: '';
  display: table;
  clear: both;
}

.checkbox .cr,
.radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
}

.radio .cr {
  border-radius: 50% !important;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 20%;
}

.radio .cr .cr-icon {
  margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
  display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
  opacity: .5;
}

.disable-select {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently supported by any browser but < IE9 */
}

/*!
 * bootstrap-vertical-tabs - v1.1.0
 * https://dbtek.github.io/bootstrap-vertical-tabs
 * 2014-06-06
 * Copyright (c) 2014 Ä°smail Demirbilek
 * License: MIT
 */
.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left>li {
  margin-right: -1px;
}
.tabs-right>li {
  margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
}
.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.vertical-text {
  margin-top:50px;
  border: none;
  position: relative;
}
.vertical-text>li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}
.vertical-text>li>a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}
.vertical-text>li.active>a,
.vertical-text>li.active>a:hover,
.vertical-text>li.active>a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}
.vertical-text.tabs-left {
  left: -50px;
}
.vertical-text.tabs-right {
  right: -50px;
}
.vertical-text.tabs-right>li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.vertical-text.tabs-left>li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*
  Learn Slick Slider
*/
.slick-slide {
  margin: 10px 10px 10px 10px;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.product {
  height: 150px;
  padding: 10px;
  border-style: solid;
  border-width: thin;
  border-color: lightgray;
  background: white;
  overflow: hidden;
}

/*
  CKEditor Styles
*/
.roomy-list li {
  padding-bottom: 20px;
}

/*
Styles that Master Teacher uses in there HTML pages
*/
.mt-list {
  padding-bottom: 20px;
  margin-left: 45px;
}

.mt-para-gold {
  background-color: gold;
  height: 60px;
}

.mt-para-purple {
  background-color: gold; height: 60px;
}


.mt-img {
  padding: 5px;
}

.padding-5 {
  padding: 5px;
}

.full-width {
  width: 100% !important;
}

.vertical-center {
  min-height: 300px;
  min-height: 300px;

  display: flex;
  align-items: center;
  text-align: center;
}

.highcharts-title, .highcharts-subtitle, .highcharts-axis-title {
  fill: black;
  text-transform: uppercase;
  font-weight: normal;
}

a.white {
  text-shadow: none;
  color: white;
}


div.alwaysbreak { page-break-before: always; }
div.nobreak:before { clear:both; }
div.nobreak{ page-break-inside: avoid; }

div.page-break {
  display: block;
  clear: both;
  page-break-after: always;
}

.p-4 {
  padding: 4px;
}

.p-8 {
  padding: 8px;
}

.pv-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.mb-16 {
  margin-bottom: 16px;
}

.passwordless-login-btn,
.passwordless-login-btn:active,
.passwordless-login-btn:visited {
  color: #E78C42 !important;
  background-color: white;
  border-color: #E78C42;
}

.passwordless-login-btn:hover {
  background-color: #E78C42;
  color: white !important;
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-primary {
  color: #337ab7;
  border-color: #337ab7;
  background-color: transparent;
}

.btn-outline-primary:hover {
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}

.btn-default {
  background-color: transparent;
}

.vjs-modal-dialog.vjs-text-track-settings {
  color: #000 !important;
}


/*# sourceMappingURL=application-08412c3c.css.map*/