html, body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

body {
    padding: 10px;
    color: #4e4f53;
    font-family: 'Titillium Web', Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    position: relative;
}

textarea {
    resize: vertical;
}

a {
    color: #000;
}

a.selected{
    color:#fff;
}

a:hover, 
a:focus { 
    color: #337ab7;
}

.alert a {
    color: inherit !important;
    text-decoration: underline !important;
}

.panel-heading a span:after {
    font-family: 'Glyphicons Halflings';
    content:"\e080";   
    float: right; 
}

a:link img {
    opacity: 1;
}

a:hover img {
    opacity: 0.75;
}


.view-preference-buttons {
    float: right;
    overflow: hidden;
}

.d-none {
    display: none !important;
}

.d-table {
    display: table !important;
}

.d-inline {
    display: inline !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.background-color-lightblue {
    background-color: lightblue !important;
}


/* MESSAGES */

.message-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 340px;
    overflow: none;
    background-color: #fff;
    z-index: 10000000;
}

.message-container > .message-content {
    padding: 22px 25px !important;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    overflow: hidden;
}

.message-container > .message-content > .message-text {
    display: inline-block;
    width: 90%;
    float: left;
    text-align: left;
}
i.myFa-banner {
    padding-right: 10px !important;
}

.message-container > .message-content > a.message-dismiss {
    display: inline-block;
    width: 10%;
    float: right;
    text-align: right;
    color: inherit !important;
}

.message-container > .message-content > a.message-dismiss:hover {
    color: inherit !important;
}


.border-top {
    border-top: 1px solid #e7e7e7;
    padding-top: 15px;
}

.border-bottom {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
}

.border-left {
    border-left: 1px solid #e7e7e7;
}

.border-right {
    border-right: 1px solid #e7e7e7;
}

.border-all {
    border: 1px solid #e7e7e7;
}

.footer {
    border-top: 1px solid #e7e7e7;
    padding: 15px;
    margin-top: 10px;
}

.footer:after {
  clear: both;
}

.center {
    text-align: center;
}

.button-bar {
    margin-top: 15px;
}

.button-bar > button {
    margin-bottom: 15px;
}

.button-bar > a.btn {
    margin-top: 0;
    margin-bottom: 15px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix:after {
    clear: both;
}

.form-alert {
    margin-top: 5px !important;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.input-group {
    display: inline-table;
    vertical-align: middle;

    .input-group-addon,
    .input-group-btn,
    .form-control {
        width: auto !important;
        color: #6b6b6b;
    }
}

.form-control{
  color: #6b6b6b;
}

.btn-default {
  color: #000;
}
.modal-footer > .btn-default, .modal-footer > .btn-primary,
.modal-footer > .btn-danger, .modal-footer > .btn-info,
.modal-footer > .btn-success {
  min-width: 100px !important;
}

.btn-primary {
    background-color: hsl(0, 0%, 16%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b5b5b", endColorstr="#282828");
    background-image: -moz-linear-gradient(top, #5b5b5b, #282828);
    background-image: -ms-linear-gradient(top, #5b5b5b, #282828);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b5b5b), color-stop(100%, #282828));
    background-image: -webkit-linear-gradient(top, #5b5b5b, #282828);
    background-image: -o-linear-gradient(top, #5b5b5b, #282828);
    background-image: linear-gradient(#5b5b5b, #282828);
    border-color: #282828 #282828 hsl(0, 0%, 11%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
    -webkit-font-smoothing: antialiased;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
    background-color: #4d4d4f;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
    background-color: #4d4d4f;
    border-color: #000;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-image: none;
    background-color: #4d4d4f;
    border-color: #000;
    opacity: 0.60;
    cursor: default;
    pointer-events: none;
}

.btn.label {
    border: 0;
}

button.remove-user, button.remove-course, button.remove-lab,  button.lab-notes, button.btn-lbl, a.btn-lbl {
    border-radius: 0.25em;
    color: #fff;
    display: inline;
    font-size: 0.75em;
    font-weight: 700;
    padding: 0.2em 0.6em 0.3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

button.remove-user span {
    text-transform: uppercase;
}

.datepicker {
    z-index: 10000 !important;
}
.activities-datepicker {
    z-index: 1000 !important;
}
.item-group-container {
}

#item-group-container-all {
    margin-bottom: 5px;
    border-bottom: 1px solid #e7e7e7;
}

.item-group {
    /* Defaults for all groups whose level aren't covered by the following classes. */
    margin-bottom: 0px;
    padding-left: 5em;
    box-sizing: border-box;
}

.item-group label {
    font-weight: normal;
}

.item-group-all {
    padding-left: 0;
}

.item-group-all label {
    font-weight: bold;
}

.item-group-0 {
    padding-left: 0;
}

.item-group-0 label {
    font-weight: bold;
}

.item-group-1 {
    padding-left: 1em;
}

.item-group-2 {
    padding-left: 2em;
}

.item-group-3 {
    padding-left: 3em;
}

.item-group-4 {
    padding-left: 4em;
}

.item-group-5 {
    padding-left: 5em;
}

.item-toc {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.item-toc h1,
.item-toc h2,
.item-toc h3,
.item-toc h4,
.item-toc h5 {
    margin-top: 0;
    margin-bottom: 5px;
}

a.top-link {
    font-size: 14px;
}

.modal-icon, .modal-title, .modal-footer{
    text-align: center !important;
    /*font-size: 18px;*/
}

.modal-header{
    font-size: 18px!important;
}

.modal-icon{
    color: #d9edf7;
    font-size:80px;
}

.modal-body .alert-warning{
    text-align: center;
    background-color: #fff;
    border-color:#fff;
    color: #797979;
    font-size:18px;
}

/* Tags: */

.tags {
    height: auto !important;
    min-height: 34px !important;
}

.tag {
    display: inline-block;
    margin-right: 1em;
}

.tag a {
    color: #ffffff;
}

/* Settings: */

.logo-container {
    width: 120px;
    height: 120px;
    background-color: #f8f8f8;
    border: 1px solid #e7e7e7;
    position: relative;
    text-align: center;
}

.logo-container img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.icon-container {
    width: 60px;
    height: 60px;
    background-color: #f8f8f8;
    border: 1px solid #e7e7e7;
}

img.logo,
img.icon {
    max-width: 100%;
    max-height: 100%;
}

ul#social-services {
    padding: 0 !important;
}

ul#social-services li {
    list-style: none;
    background-color: #ffffff;
}

.page-title {
    text-align: left;
    margin-bottom: 30px;
}
/* Item Filter: */

.item-type-nav #item-filter-list{
    margin: 0;
    padding: 0;
    display: inline-block;
}

.item-type-nav #item-filter-list li{
    margin:0 15px 15px 0;
    padding: 0;
    display: inline-block;
}

.item-type-nav #item-filter-list li a{
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
}

.item-type-nav #item-filter-list li a.selected{
    color: #000;
}

.item-type {
    font-size: 13px;
    display: inline-block;
    margin:0 15px 15px 0;
    position: relative;
    text-transform: uppercase;
}

/* End of Item Filter: */

myfileupload-buttonbar input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    border-width: 0 0 100px 200px;
    opacity: 0.0;
    filter: alpha(opacity=0);
    -o-transform: translate(250px, -50px) scale(1);
    -moz-transform: translate(-300px, 0) scale(4);
    direction: ltr;
    cursor: pointer;
}

.myui-button {
    position: relative;
    cursor: pointer;
    text-align: center;
    overflow: visible;
    background-color: red;
    overflow: hidden;
}

/* Reports: */

.report {
    border-top: 1px solid #e7e7e7;
}

.report-delete,
.report-restore {
    margin-bottom: 15px;
}

/* Lists: */

.entity-list,
.profile-list {
    padding: 0 !important;
    overflow: hidden;
}

.entity-list li,
.profile-list li {
    list-style: none;
}

.inline-list {
    text-align: center;
}

.inline-list li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.list-item {
    position: relative;
    margin-bottom: 5px;
    padding: 5px;
    padding-left: 0;
}

.list-item .js-drag {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    cursor: move;
}

.list-item a,
.list-item button {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    min-width: 0;
}

.list-item .tile-hidden {
    display: '';
}

.list-item .tile-break {
    display: inline;
}

/* square tiles and flip-hover effect */

.square {
    margin-top: 100%;
}

.tile-item {
    position: relative;
    padding: 5px;
}

.tile-item a,
.tile-item button {
    min-width: 0;
}

.tile-item .tile-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
}

.tile-item .card {
    -webkit-perspective: 1000;
    -ms-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 0px;
    right: 10px;
}

.tile-item .junior-card {
    cursor: pointer;
}
.tile-item .junior-card .face {
    background-color: #e7e7e7;
    background-position: center center;
    background-size: 100% 100%;
}

/* .tile-item .folder-card {
    cursor: pointer;
} */
.tile-item .folder-card .face{
    background-color: #e7e7e7;
    background-position: center center;
    background-size: 100% 100%;
}

.folder-item .folder-card .face .remove-folder {
    position: absolute;
    top:0;
    right:0;
    margin: 5px;
    color: black;
    cursor: pointer;
}

.folder-item .folder-card .face .remove-folder i {
    font-size: large;
}

.tile-item .folder-card .face .background-icon {
    position: absolute;
    top: 30%;
    left: 50%;
    font-size: 50px;
    transform: translate(-50%, -30%);
}

.tile-item .folder-card .face .tile-info-container {
    padding-top: 60%;
    padding-bottom: 20%;
}


.tile-item .card .face {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    font-size: 1em;
    text-align: center;
    background-color: #e7e7e7;
    background-position: center center;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%; 
    background-size: 100% 100%;
    -webkit-backface-visibility: hidden; /* Safari & Chrome */
    -moz-backface-visibility: hidden; /* Firefox */
    -ms-backface-visibility: hidden; /* Internet Explorer */
    -o-backface-visibility: hidden; /* Opera */
    backface-visibility: hidden;  /* W3C */
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    -moz-transform-style: preserve-3d;
    -moz-transition: 0.5s;
    -ms-transform-style: preserve-3d;
    -ms-transition: 0.5s;
    -o-transform-style: preserve-3d;
    -o-transition: 0.5s;
    transform-style: preserve-3d;
    transition: 0.5s;
}

.tile-item .card .face a:not(.btn):not(.label) {
    color: #5F706E;
}

.tile-item .card .note-thumbnail {
    width: 100%;
    height: 100%;
    position: absolute;
    font-size: 1em;
    text-align: center;
    background-color: #e7e7e7;
    background-position: center center;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%; 
    background-size: 100% 100%;
    cursor: pointer;
}

.list-item .face {
    /*display: inline;*/
    padding-right: 5px;
    background-color: transparent !important;
    background-image: none !important;
}

/* For Internet Explorer */        
.tile-item .card.flipped:hover .front {                     
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -ms-transform:rotateY(180deg);
    -o-transform:rotateY(180deg);
    transform: rotateY(180deg);
}

/* For Internet Explorer */        
.tile-item .card.flipped:hover .back {
    -webkit-transform:rotateY(0deg);
    -moz-transform:rotateY(0deg);
    -ms-transform:rotateY(0deg);
    -o-transform:rotateY(0deg);
    transform: rotateY(0deg); 
}

.tile-item .card .front {
    position: absolute;
    z-index: 1;
    color: white;
    -ms-transform:rotatey(0deg); /* IE 9 */
    -moz-transform:rotatey(0deg); /* Firefox */
    -webkit-transform:rotatey(0deg); /* Safari and Chrome */
    -o-transform:rotatey(0deg); /* Opera */
    transform:rotatey(0deg);
}

.tile-item .card .back {
    -ms-transform:rotatey(-180deg); /* IE 9 */
    -moz-transform:rotatey(-180deg); /* Firefox */
    -webkit-transform:rotatey(-180deg); /* Safari and Chrome */
    -o-transform:rotatey(-180deg); /* Opera */
    transform:rotatey(-180deg);
}

.list-item .face a {
    display: inline-block !important;
    line-height: 1.42857;
    border: 1px solid transparent !important;
}

.list-item .front {
    display: none;
}

.tile-item .card .face a:hover, .tile-item .card .face a:focus {
    text-decoration: none;
}

.proxy-courses, .proxy-labs, .courses, .labs {
    max-height: 320px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    overflow-x: hidden;
    overflow-y: auto;
}

.proxy-course-preview, .proxy-lab-preview, .course-preview, .lab-preview {
    position: relative;
    margin-bottom: 5px;
}

.proxy-course-preview > .square, .proxy-lab-preview > .square, .course-preview > .square, .lab-preview > .square {
    margin-top: calc(100% + 30px);
}

.proxy-course-preview  > .proxy-course-content, .proxy-lab-preview  > .proxy-lab-content, .course-preview > .course-content, .lab-preview > .lab-content {
    position: absolute;
    top: 5px; left: 5px; bottom: 5px; right: 5px;
    background-color: #e7e7e7;
    background-position: center center;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%; 
    background-size: 100% 100%;
    cursor: pointer;
    border: 0;
}

.proxy-course-preview  > .proxy-course-content[data-selected="true"],
.proxy-lab-preview  > .proxy-lab-content[data-selected="true"],
.course-preview  > .course-content[data-selected="true"],
.lab-preview  > .lab-content[data-selected="true"] {
    border: 5px solid #1a968f;
}

.proxy-course-preview  > .proxy-course-content > .proxy-course-name,
.proxy-lab-preview  > .proxy-lab-content > .proxy-lab-name, 
.course-preview  > .course-content > .course-name,
.lab-preview  > .lab-content > .lab-name {
    display: block;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0 10px;
    background-color: rgba(255, 255, 255, 0.75);
    height: 3em;
    line-height: 3em;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* front side info section */

.tile-item div.tile-info-container {
    display: block;
    font-size: 14px;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    padding-top: 40%;
    padding-bottom:40%;
}

.tile-item div.tile-info-name {
    display: block;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
    padding: 4px 8px;
    color: #4e4f53;
    overflow: hidden;
    vertical-align: middle;
    line-height: 2.5;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tile-item .junior-card div.tile-info-name {
    text-align: center;
}
.tile-item .folder-card div.tile-info-name {
    text-align: center;
}
/* Back side info section */

.tile-item div.tile-info-top {
    display: block;
    font-size: 14px;
    height: 33%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 20%;
}

.tile-item div.tile-info-mid {
    display: block;
    font-size: 14px;
    height: 33%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 10%;
}

.tile-item div.tile-info-bottom {
    display: block;
    font-size: 14px;
    height: 33%;
    overflow: hidden;
    padding-bottom: 10%;
}

.list-item div.tile-info-top, .list-item div.tile-info-mid, .list-item div.tile-info-bottom  {
    display:inline;
    line-height: 3;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.pick-a-color-markup .pick-a-color {
    min-width: 180px !important;
}

.item-children-interactive {
    border-top: 1px solid #e7e7e7;
    padding-top: 15px;
}

/* Login Page: */

.login-button, 
.save-button {
    width: 100%;
}

/* Items: */

.item-content {
    margin-top: 15px;
    margin-bottom: 15px;
}

.item-content-html {
    margin-top: 0;
}

.item-content-none {
}

.item-content-none-interactive {
    text-align: center;
}

.item-url {
}

.item-description {
    margin-top: 0;
}

.item-preview-label {
    font-size: 1.2em;
}

#item-video, 
#item-file-preview {
    color: transparent;
}

#item-file-preview.file .label {
    display: inline-block;
    width: 100%;
}

/* Pagination: */
 
.pagination-nav {   
}

.pagination-nav-top {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 5px;
}

.pagination-nav-bottom {
    border-top: 1px solid #e7e7e7;
    padding-top: 5px;
}

/* NEW Pagination for Users, etc: */

.paginate {
    padding: 5px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.paginate.junior-mode-paginate {
    border: none;
}

.paginate > .paginate-nav {
    display: -webkit-flex;
    display: flex;
}
.paginate.junior-mode-paginate > .paginate-nav {
    justify-content: space-between;
    margin-top: 15px;
}

.paginate.junior-mode-paginate > .paginate-nav > div > a {
    padding: 10px;
    background-color: #e68b53;
    border-radius: 5px;
    cursor: pointer;
}

.paginate > .paginate-nav > .paginate-prev{
    text-align: left;
}

.paginate > .paginate-nav > .paginate-prev > a.paginate-hidden {
    visibility: hidden;
}

.paginate > .paginate-nav > .paginate-next {
    text-align: right;
}

.paginate > .paginate-nav > .paginate-next > a.paginate-hidden {
    visibility: hidden;
}

.paginate > .paginate-nav > .paginate-current {
    -webkit-flex: 1;
    flex: 1;
    margin: 0 1em;
    text-align: center;
}
.junior-mode-paginate > .paginate-per-page > .paginate-current {
    padding: 2px 10px;
    margin-left:10px;
}

.paginate > .paginate-per-page {
    text-align: center;
}
.paginate.junior-mode-paginate > .paginate-per-page {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;

}

.paginate > .paginate-per-page > ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.paginate > .paginate-per-page > ul > li {
    display: inline-block;
    list-style: none;
    margin: 0 10px;
}

.paginate > .paginate-per-page > ul > li.active {
    font-weight: bold;
    background-color: #e68b53;
    color: black;
    padding: 2px 5px;
    border-radius: 2px;
}

/* Files */

#item-file-preview.file {
    text-align: center;
    background-color: transparent;
}

#item-file-preview.file-image {
    text-align: center;
    background-color: black;
}

#item-file-preview.file-image img {
    max-width: 100%;
}

#item-file-preview.file-audio audio {
    width: 100%;
}

#item-file-preview.file-video {
    height: 0;
    padding-bottom: 67.5%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

#item-file-preview.file-video embed, 
#item-file-preview.file-video iframe, 
#item-file-preview.file-video object, 
#item-file-preview.file-video video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

/* Video */

.video {
}

.video-fluid {
    height: 0;
    padding-bottom: 67.5%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
 
.video-fluid.video-widescreen {
    padding-bottom: 57.25%;
}
 
.video-fluid.video-youtube {
    padding-top: 25px;
}

.video-fluid.video-unknown {
    text-align: center;
    padding-bottom: 0;
    height: auto;
}

.video-fluid.video-unknown .label {
    display: inline-block;
    width: 100%;
}

.video-fluid embed, 
.video-fluid iframe, 
.video-fluid object, 
.video-fluid video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.breadcrumb > .active > a{
  color: #999;
}

.fa-for-input {
    float: right;
    margin-right: -28px;
    margin-top: 8px;
    position: relative;
    z-index: 2;
    color: #ffffff;
}

/* Solve `contenteditable = true` height issue in FireFox */ 

[contenteditable='true']:before {
    content: "\feff ";
}
.responsive-table {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar; 
    -webkit-overflow-scrolling: touch;
}

/*-----------------RESPONSIVE-TABLE-----------------*/

@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
    .responsive-table table, 
    .responsive-table thead, 
    .responsive-table tbody, 
    .responsive-table th, 
    .responsive-table td, 
    .responsive-table tr { 
        display: block; 
    }
 
    /* Hide table headers (but not display: none;, for accessibility) */
    .responsive-table thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
 
    .responsive-table tr { border: 1px solid #ccc; position: relative;}
 
    .responsive-table td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 5%; 
        white-space: normal;
        text-align:left;
    }
 
    .responsive-table td:before { 
        /* Now like a table header */
        position: relative;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 100%; 
        padding-right: 10px; 
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }
 
    /*
    Label the data
    */
    .responsive-table td:before { content: attr(data-title); }
}

/*--------------END OF RESPONSIVE-TABLE--------------*/

/*-----------------RESPONSIVE-TABLE-PREVIEW-----------------*/
    .column1 {
        width: 5%;
    }
    .column2 {
        width: 95%;
    } 
@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
    .responsive-table-preview table, 
    .responsive-table-preview  thead, 
    .responsive-table-preview  tbody, 
    .responsive-table-preview  th, 
    .responsive-table-preview  td, 
    .responsive-table-preview  tr { 
        display: block; 
    }
 
    /* Hide table headers (but not display: none;, for accessibility) */
    .responsive-table-preview  thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
 
    .responsive-table-preview  tr { position: relative;}
 
    .responsive-table-preview  td { 
        /* Behave  like a "row" */
        border: none;
        position: relative;
        padding-left: 5%; 
        white-space: normal;
        text-align:left;
    }

    .responsive-table-preview  td:before { 
        /* Now like a table header */
        position: relative;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 100%; 
        padding-right: 10px; 
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }
    /*
    Label the data
    */
    .responsive-table-preview  td:before { content: attr(data-title); }
}

/*--------------END OF RESPONSIVE-TABLE--------------*/

input .mchoice {
    width: 100%;
    padding: 10px;
    margin: 0px;
    box-sizing: border-box;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.item-border-none{
    border: none;
}

.item-border{
    border: 1px solid #ddd;
}

video {
    background-color: black;
}

/* ckeditor formula */
.MathJax {
    display: inline-flex !important;
}

/* Styles for medium screens (width < 1200px) */
@media (max-width: 1199px) {
}

/* Styles for small screens (width < 992px) */
@media (max-width: 991px) {

    .list-item-tile {
        width: 100%;
    }

    input[type="date"] {
        -webkit-appearance: none;
        line-height: 1.2em;
    }

}

/* Styles for extra-small screens (width < 768px) */
@media (max-width: 767px) {

    ul.nav > li.navbar-item > ul.dropdown-menu > li.navbar-item {
        text-align: center;
    }

    ul.nav > li.navbar-item > ul.dropdown-menu > li.navbar-item > a {
        padding: 5px 15px;
    }

    .item-content {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .view-preference-buttons {
        float: none;
        display: block;
        margin-top: 5px;
    }

}

.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  position: relative; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    width: 120px;
    margin: 0.5em; }
    .dropzone .dz-preview .dz-progress {
      display: block;
      height: 15px;
      border: 1px solid #aaa; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        display: block;
        height: 100%;
        width: 0;
        background: green; }
    .dropzone .dz-preview .dz-error-message {
      color: red;
      display: none; }
    .dropzone .dz-preview.dz-error .dz-error-message, .dropzone .dz-preview.dz-error .dz-error-mark {
      display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      display: block; }
    .dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
      position: absolute;
      display: none;
      left: 30px;
      top: 30px;
      width: 54px;
      height: 58px;
      left: 50%;
      margin-left: -27px; }

.tile-item .card .face .divided-panel-cover {
    display: block !important;
    height: 100%;
    width: 100%;
    text-decoration: none;
    /* padding-top: 20%; */
}

.tile-item .back div.tile-options {
    margin-top: -50%;
}

.tile-item .back div.tile-options .options-divider {
    display: block;
    margin-bottom: 10%;
}

.tile-item .lab-proxy-indicator {
    display: block;
    position: absolute;
    z-index: 10;
    margin: 5px;
    color: #000;
    top: 0;
    left: 0;
}

.junior-mode-tile-overlay .junior-mode-tile-info-name {
    width: 90%; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space:nowrap;
}

.junior-mode-tile-button-container{
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px;
    display: flex; 
    justify-content: flex-end; 
    align-items: center;
}

.junior-mode-tile-btn img{
    cursor:pointer;
}

.junior-edit-btn-container {
    display: flex;
    justify-content: center;
}

.junior-edit-btn-container .junior-editing-btn {
    width: 45px;
    height: min-intrinsic;
    display: none;
}

.junior-mode-tile-btn.active{
    opacity: 0.7;
}

.junior-mode-plus-img{
    width: 45px;
    height: 45px;
}

.junior-mode-tile-overlay{
    border-radius: 10px;
    height: 70%; 
    width: 90%; 
    top: 50%; 
    left:50%; 
    transform: translate(-50%, -50%); 
    position: absolute; 
    background-color: rgba(0,0,0,0.75); 
    color:white; 
    display:flex; 
    flex-direction: column; 
    justify-content: space-around; 
    align-items: center; 
    text-align: center; 
    text-overflow: ellipsis;
    padding-bottom: 5px;
}

.list-item .lab-proxy-indicator {
    display: none;
}

.update-user-image-preview, .user-profile-image {
    width: 50px;
    height: 50px;
}

#atlwdg-trigger {
    /* Use largest possible z-index for Jira bug reporting page container. */
    z-index: 2147483647;
}

.parsley-errors-list {
    padding: 0;
    list-style-type: none;
    opacity: 0;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
    opacity: 1;
}

.ni-login-button {
	background: #065fa3;
	color: white;
}

.ni-login-button:hover {
    background: #3498db;
    color: white;
}

.mobile-logo {
    display: none !important;
}

@media (max-width: 1000px) {
    .mobile-logo {
        display: block !important;
    }
    .desktop-logo {
        display: none !important;
    }
}

#entitlement-search-container{
    margin: 30px 0 30px 0;
    overflow: hidden;
}
.entitlement-search-input-group .input-group-addon{
    background: white !important;
}
.entitlement-search-input-group .form-control{
	border-right:0;
	box-shadow:0 0 0;
	border-color:#ccc;
}
.entitlement-search-input-group button{
    border:0;
    background:transparent;
}

.table-white {
    background-color: white;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.junior-header-buttons-container {
    margin: 10px 10px 10px 40px;
    display: flex;
}
.junior-nav-btn {
    border-radius: 1em 1em 0 0;
    margin: 3px;
    width: 210px;
    height: 65px;
    white-space: normal;
    position: relative;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.junior-nav-btn.active {
    background-color: #ff771c;
    color: black;
}

.junior-nav-btn-text {
    padding: 20px;
    font-size: 12px;
}

.create-subgroup-btn > img,
.create-classroom-button > img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.create-subgroup-btn:active, .create-subgroup-btn:hover {
    background-color: #e68b53;
}

/* Styles for extra-small screens (width < 768px) */
@media (max-width: 767px) {
    .junior-header-buttons-container {
        flex-direction: column;
    }
}

.btn-add-user {
    margin-bottom: 15px;
}

td.litteratout-wrap {
    white-space: pre-line;
    min-width: 100px;
    
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-35 {
    margin-bottom: 35px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.h-100 {
    height: 100% !important;
}

.min-height-20 {
    min-height: 20% !important;
}

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

.w-0 {
    width: 0 !important;
}

.padding-20 {
    padding: 20px !important;
}

.padding-0 {
    padding: 0 !important;
}

.white-space-normal {
    white-space: normal !important;
}

.position-relative {
    position:relative !important;
}
.float-right {
    float:right !important;
}
.width-auto {
    width:auto !important;
}
.padding-inherit {
    padding:inherit !important;
}

.d-flex {
    display:flex !important;
}
.d-block {
    display:block !important;
}
.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.vertical-align-middle {
    vertical-align:middle !important;
}
.vertical-align-bottom {
    vertical-align:bottom !important;
}
.overflow-wrap-break-word {
    overflow-wrap:break-word !important;
}
.text-align-center {
    text-align: center !important;
}
.text-underline {
    text-decoration: underline !important;
}
.text-align-right {
    text-align:right !important;
}
.font-weight-bold {
    font-weight:bold !important;
}
.clear-both {
    clear:both !important;
}
.outline-none {
    outline:none !important;
}

.list-style-none {
    list-style:none !important;
}

.panel-border-color {
    border-color: #4d4d4f !important;
}

.panel-background-color {
    background-color: #4d4d4f !important;
}

.step-div {
    max-height: 300px !important;
    overflow-y: auto !important;
}

.btn-special-border {
    border: 0 !important;
    padding: 4px 8px !important;
}

.existing-teachers-container {
    height: 400px;
    overflow: auto;
}

.contenteditable_medium_js {
    height: 100%;
    width: 100%
}

.literally {
    width: 600px;
    height: 400px;
}

.account-profile-list {
    padding: 15px 0px;
}

.navbar-link-support {
    display:flex;
    align-items: center;
    justify-content: space-between;
}
