::-webkit-scrollbar{
  width: 6px;
      height: 6px;
background: #fff;
}
::-webkit-scrollbar-button{
width:8px;
height: 5px;
}
::-webkit-scrollbar-track{
background: rgba(0, 0, 0, 0);
border: none;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 225, 0), inset 1px 0 0 rgba(255, 255, 255, 0), inset 0 1px 2px rgba(255, 255, 255, 0);
-webkit-border-radius: 0px;
border-radius: 0px;
}
::-webkit-scrollbar-thumb{
background: -webkit-linear-gradient(top, #4a4a4a, #2f2f2f);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 225, 0), inset 1px 0 0 rgba(255, 255, 255, 0), inset 0 1px 2px rgba(255, 255, 255, 0);
border: none;
border-radius: 0px;
-webkit-border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover{
background: -webkit-linear-gradient(top, #4a4a4a, #2f2f2f);
}

#select-day{
margin-left: 15px;
width: 200px;
font-weight: 800;
text-align: left;
padding-left: 15px;
background: #f2f2f2;
border: 1px solid #d5d4d4;
border-radius: 3px;
text-transform: uppercase;
}

.hexagono-gray {
padding: 2px 8px;
background-image: url(/dist/img/icons/gray-hexagon.png);
background-size: 20px 22px;
background-position: center;
background-repeat: no-repeat;
color: #fff;
}

.select-day .dropdown-menu{
margin-left: 15px;
width: 200px;
text-align: left;
background: #f2f2f2;
margin-top: -4px;
border: 1px solid #d5d4d4;
border-top: none;
border-radius: 0 0 3px 3px;
text-transform: uppercase;
padding-bottom: 0;
}


.select-day .dropdown-menu a{
font-weight: 800;
font-size: 12px !important;
color: #000 !important;
padding-left: 15px;
border-bottom: 1px solid #d5d4d4;
padding-bottom: 10px;
}

.btn-assisted-session {
background: #383838;
color: #d7b61f;
padding: 3px 15px;
position: absolute;
right: 0;
font-weight: 700;
top: -5px;
}

.btn-assisted-session:focus, .btn-assisted-session:hover {
color: #F2D400;
background-color: #555 !important;
text-decoration: none;
}

.assisted-sessions-panel a{
color: #000;
}

.student-session{
text-align: center;
}

.student-session img{
max-width: 150px;
}

.student-session h5{
text-align: center;
font-weight: 700;
}

.group-session-training .personal-training{
font-size: 16px;
text-align: center;
}

.group-session-training .personal-training b{
font-weight: 800;
}

.group-session-training img{
max-width: 60px;
margin: 5px;
}

.group-sessions hr {
margin: 20px 10px 10px;
border-top: 1px solid #dddddd;
}

.group-sessions .enter-gym{
max-width: 40px;
}

.group-sessions .panel-enter-gym{
  padding: 5px 0px 5px 20px;
}

.group-sessions .panel-enter-gym .enter{
color: #F2D400;
font-weight: 800;
font-style: italic;
font-size: 16px;
}

.group-sessions .panel-enter-gym .gym{
color: #F2D400;
font-weight: 800;
font-style: italic;
font-size: 40px;
line-height: 22px;
}

.group-sessions .btn.bg-black {
padding: 10px 0 10px 12px !important;
margin-top: 7px;
font-size: 30px;
line-height: 17px;
font-weight: 100;
letter-spacing: 12px;
text-align: center;
}

.flashcard.turn .clearfix{
padding-right: 0px !important;
}

.group-sessions i {
margin-top: 17px;
font-size: 20px;
color: #8b8b8b;
}

.box.plan .days {
font-size: 16px;
font-weight: 800;
}

.box.plan .weeks span{
width: 19%;
display: inline-block;
font-size: 16px;
text-align: center;
font-weight: 700;
border-left: 1px solid #ddd;
}

.box.plan .weeks span.label{
height: 50px;
padding-top: 15px;
width: 17%;
margin: 0 1%;
}

.hexagono-yellow {
background-size: 100% !important;
background-image: url(/dist/img/icons/yellow-hexagon.png) !important;
background-position: center !important;
background-repeat: no-repeat !important;
color: #fff;
display: inline-block !important;
text-align: center;
background-color: transparent !important;
}

.box.plan .sessions {
font-size: 14px;
min-height: 50px;
display: flex;
}

.box.plan .row {
border-bottom: 1px solid #ccc;
padding: 15px 0;
}

.box.plan .row .independent, .box.plan .row .test{
font-weight: 700;
font-style: italic;
text-align: center;
margin: auto 0;
}

.progress {
background-color: #ffffff;
border: 1px solid #ddd;
}

.hexagono-mini{
width: 20px;
height: 21px;
padding: 2px;
margin-left: 2px;
}

.box.plan .weeks .bg-gray {
color: #a6a6a6;
background-color: #f2f2f2 !important;
}

.btn-session-topic{
background: #383838;
border: 1px solid #ffffff;
color: #F2D400;
padding: 6px 40px;
font-weight: 400;
font-size: 14px;
}

.user-profile-modal .modal-content {
background-color: #fff !important;
}

.modal.user-profile-modal {
background: rgba(0, 0, 0, 0.29) !important;
}

.user-profile-modal .modal-body {
color: #000;
padding: 0 25px 25px !important;
font-size: 14px;
}

.user-profile-modal .modal-header {
border-bottom-color: #ffffff;
padding-bottom: 0px;
}

.input-slider-name {
border: none;
margin-left: 20px;
font-size: 20px;
width: calc(100% - 98px);
min-width: 300px;
height: 32px;
margin-bottom: 5px;
font-weight: 800;
color: #000;
background-color: transparent;
}

input.input-slider-name::-webkit-input-placeholder, input.input-item::-webkit-input-placeholder  {
color: #000;
}
input.input-slider-name:-moz-placeholder,  input.input-item:-moz-placeholder {
color: #000; 
}
input.input-slider-name:-ms-input-placeholder, input.input-item:-ms-input-placeholder  { 
color: #000; 
}

.editor .slider-header {
display: inline-block;
background-color: transparent;
box-shadow: none;
margin-bottom: 0;
padding: 5px 10px 0;
    margin-bottom: -4px;
}

.editor .panel-slider-thumbnails{
background-color: #fff;
padding: 7px !important;
margin-bottom: 10px; 
display: inline-flex;
}

.slider-thumbnails{
background-color: #fff;
width: 200px;
height: 120px;
border: 1px solid #ddd;
margin-right: 10px !important;
cursor: pointer;
}

.panel-botones {
margin-bottom: 5px;
min-height: 450px;
text-align: center;
height: 550px;
overflow: auto;
max-height: none;

}

.btn-item-create, .btn-characteristic {
border-bottom: 1px solid #ddd;
text-align: center;
max-width: 100%;
white-space: inherit;
}

.btn-characteristic {
border-bottom: none;
}

.btn-item-create img, .btn-characteristic img{
display: inline-block;
width: auto;
height: 30px;
}

.editor .panel-activity {
margin-bottom: 0px;
min-height: 500px;
padding-top: 20px;
}

.slider-thumbnails.active{
border: 2px solid #6FBAB2;
}

.slider-thumbnails.active:hover{
border: 3px solid #6FBAB2;
}

.slider-thumbnails:hover{
border: 2px solid #aaa;
}

.editor .slider .titulo {
font-weight: 800!important;
font-size: 40px!important;
height: 60px;
width: 100%;
}

.editor .slider .input-editor{
border: 1px dashed #ccc;
}

.editor .slider .subtitulo {
font-weight: 800!important;
font-size: 28px!important;
margin-top: 10px;
width: 100%
}

.editor .contenedor-slider-thumbnails{
overflow: auto;
padding: 7px;
}

.editor .seccion-slider-thumbnails{
display: inline-flex;
}

.ico-slider-thumbnails {
width: 20px;
height: 20px;
padding: 1px;
text-align: center;
margin: 5px;
}

.editor .contenido-slider{
min-height: 300px;
}

.item-editor {
width: 100%;
/*max-width: 600px;*/
padding: 20px;
margin: 20px auto;
border: 1px dashed #ccc;
}

.editor .select-item {
border: none;
border-bottom: 2px solid #000;
border-radius: 0;
text-transform: uppercase;
color: #bdbfc1 !important;
text-align: left;
font-weight: 800;
font-size: 28px;
padding-left: 0;
height: 50px;
width: 100%;
background: #fff;
}

.editor .select-item:focus, .editor .select-item:active, .editor .select-item:hover, .editor .open .select-item{
    background-color: #fff !important;
}

.item-editor .select-items .dropdown-menu {
width: 94%;
margin-top: 0;
margin: 0 15px;
height: 300px;
overflow: auto;
}

.item-editor .select-items .dropdown-menu > li > a {
color: #bdbfc1;
font-weight: 800;
text-transform: uppercase;
border-bottom: 1px solid #bdbfc1;
padding: 10px 10px;
}

/*.item-editor h2{
margin-top: 12px;
}*/

.editor .input-item {
border-radius: 1px;
background: #e6e7e8;
border: none;
margin: 0;
color: #000;
}

.editor .question-choice{
margin: 10px 0;
}

.editor .question {
background: #e9e9e9;
border-radius: 2px;
color: #000000;
font-weight: 500;
border: none;
width: calc(50% - 2px);
padding: 3px 1%!important;
font-size: 20px;
text-transform: uppercase;
}

.question {
text-transform: uppercase;
background: #ccc7c4;
border-radius: 2px;
color: #ffffff;
/*font-size: 20px;*/
font-size: 14px;
font-weight: 600;
padding: 3px;
}

.question.active {
background: #6FBAB2 !important;
color: #ffffff;
}

.editor .question.multiple, .editor .question.btn-matching-editor {
width: 100%;
}

.editor .panel-save .btn-default {
background-color: #ffffff;
color: #96989a;
border-color: #fff;
font-size: 20px;
padding: 0px 2px;
margin: 0 2px;
}

.panel-slider-thumbnails .dropdown-menu {
top: 90px;
left: inherit;
right: 15px;
}

.editor .slider .input-group{
margin: 15px 0;
}

.editor .slider .input-group-addon {
background-color: #ffffff;
color: #96989a;
border-color: #fff;
font-size: 20px;
}

.editor .slider .ico-slider-thumbnails {
position: absolute;
top: -32px;
left: calc(50% - 10px);
}

.btn-item-create span, .btn-characteristic span {
display: inherit;
line-height: 12px;
margin-top: 4px;
}

.editor .item-editor .panel-save{
margin-top: -20px;
}

.editor .panel-buttons .active{
background: #6FBAB2;
color: #fff;
}

.item-editor.informative {
width: 100%;
max-width: none;
}

.item-editor.informative .note-editor.note-frame {
margin: 0;
margin-bottom: 20px;
}

.editor .item-editor.informative .select-item{
margin-left: 20px;
margin-bottom: 20px;
}

.editor .note-editor.note-frame .note-editing-area .note-editable{
min-height: 100px;
}

.panel-botones-horizontal {
background-color: #ddd;
border-bottom: 1px solid #ddd;
height: 80px;
padding: 10px;
}

.btn-characteristic {
border: 1px solid #ddd;
background-color: #fff;
}

.btn-characteristic.active {
border: 1px solid #ddd;
background-color: #6FBAB2 !important;
}

.preview{
display: none;
position: absolute;
top:0;
}

.preview-botonera {
padding: 20px;
text-align: center;
}

.flashcard{
display: inline-block;
position: relative;
z-index: 1;
-webkit-perspective: 800;
-moz-perspective: 800;
perspective: 800;
}

.flashcard.turn {
top: -13px;
background: #fff;
}

.flashcard.hint {
top: -13px;
}

.flashcard.hint .box {
 box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
}

.editor .flashcard{
margin-bottom: 0px; 
}

#formulario .flashcard, #formulario-example .flashcard {
width: 100%;
}

.editor form{
width: 100%;
}

.flashcard .panel-activity, .flashcard .panel-activity-scale{
height: 100%;
width: 100%;
-webkit-transform-style: preserve-3d;
-webkit-transition: all 0.5s;

-moz-transform-style: preserve-3d;
-moz-transition: all 0.5s;

transform-style: preserve-3d;
transition: all 0.5s;
}

.flashcard.turn .panel-activity {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
transform: rotateY(180deg);
/* -webkit-backface-visibility: hidden; */
}

.editor .flashcard.turn .panel-activity {
-webkit-backface-visibility: initial;
}

.editor .flashcard.turn, 
.editor .flashcard.hint {
    top: 0;
}

.flashcard.hint .panel-activity{
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.flashcard .panel-activity .lado, .flashcard .panel-activity-scale .lado{
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background: #fff;
}

.flashcard .panel-activity .helper-back{
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
}

.helper-slider {
padding: 10px 0 !important;
}

.flashcard .panel-activity .helper-hint{
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
}

.editor .flashcard .panel-activity .lado {
max-height: 96%;
padding-bottom: 20px;
}

.helper-back > .back-containt, .helper-hint > .hint-containt, .panel-items > .items-containt{
/*margin: auto 0;*/
width: 100%;
}

.panel-items, .helper-back > .back-containt, .helper-hint > .hint-containt {
padding-top: 30px;
padding-bottom: 30px;
}

.panel-item.lado, .helper-back.lado{
position: relative !important;
}

.helper-back.lado{
left: 0;
}

.panel-slider .panel-activity .panel-items, .panel-slider .panel-activity-scale .panel-items{
display: flex;
margin-top: 0 !important;
}

.titulos{
width: 90%;
top: 20px;
z-index: 2;
padding-top: 30px;
}

.panel-activity h1, .panel-activity-scale h1 {
margin-top: 0;
}

.notebook {
top: 0px;
}



.panel-slider a.disabled{
cursor: no-drop;
}

.btn-recording{
margin-top: 10px;
}

.item-editor form> h2 {
margin-bottom: 15px;
}

.multiple.active, .true-false.active {
background: #6FBAB2 !important;
color: #ffffff !important;
}

.descripcion-preguntas{
width: calc(100% - 100px);
margin: 10px 0 20px 15px;
}

.audio-preguntas {
width: 40px;
margin-top: 6px;
display: inline-block;
}

.widget-slider{
margin-bottom: 40px;
}

.panel-hint {
padding: 20px 35px 0;
}

.content-hint{
margin-left: 15px;
font-size: 14px;
}

.content-hint.show {
display: inline-block !important;
}

.input-btn-matching {
text-align: center;
font-size: 20px;
}

span.matching {
color: #929292;
font-weight: 600;
}

.weight-final {
width: 100%;
max-width: 390px;
padding: 50px 0;
}

.weight-final .image-weight {
padding-top: 0;
width: 100%;
padding-left: 0;
}

.weight-final .results {
margin-left: 0px;
margin-right: 0px; 
width: 100%;
max-width: none;
border-radius: 4px;
}

.btn-add-item{
background-color: #ffffff;
color: #96989a;
border-color: #fff;
font-size: 20px;
padding: 0px 2px;
margin: 0 2px;
}

.panel-users-online img{
width: 45px;
margin: 0 5px;
}

.panel-users-online {
margin-left: 30px;
}

.user-panel > .info > h3 {
font-size: 16px;
font-weight: 800;
margin: 3px 0 0;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}

.slider-miniatura .panel-activity, .slider-miniatura .panel-activity-scale{
min-height: 520px !important;
}

.slider-miniatura .panel-slider{
width: 700px;
height: 550px;
}

.slider-miniatura .panel-slider .panel-items{
height: 500px;
}

#modal-mini-workout.in{
display: flex !important;
}

#modal-mini-workout .modal-body h3{
font-weight: 900 !important;
}

#modal-mini-workout a.btn{
white-space: initial;
display: flex;
width: 100%;
height: 100px;
text-transform: uppercase;
}

#modal-mini-workout a h3 {
font-weight: 900 !important;
margin: auto;
}

#modal-mini-workout .btn-item{
padding: 5px;
}

#modal-mini-workout .panel-buttons-items{
display: initial;
}

#modal-mini-workout .modal-body {
position: relative;
padding: 20px 40px;
}

.preview.instructor-create-set{
position: relative;
}

.cajas {
height: 35px;
}

.listen-write > .hint {
text-align: left;
padding-left: 40px;
padding-top: 5px;
font-size: 13px;
width: 100%;
max-width: 460px;
margin: auto;
font-weight: 600;
}

.listen-write #listen img {
margin-top: -4px;
margin-left: 10px;
}

.listen-write #ver img {
margin-top: -4px;
}

.note-editing-area table, .panel-activity table{
margin: 0 auto;
}

.note-editing-area .JCLRgrips{
 margin: 0 auto;
}


.panel-activity .JCLRgrips{
display: none;
}

.editor .JCLRgrips{
display: inherit;
}

span.draggable-background {
/*width: 71px;*/
width: 80px;
right: auto;
/*height: 27px;*/
height: 29px;
bottom: auto;
padding: 4px 15px !important;
font-size: 14px;
}

.writing-front {
border-radius: 1px;
background: #f2f2f2;
border: none;
margin: 0;
color: #999;
}

button.submit-writing-answer, a.submit-writing-answer {
padding: 2px 8px;
font-size: 18px;
font-style: italic;
}

.input-hidden{
z-index: -999;
position: relative;
top: -700px;
background: #fff !important;
}

.note-editable .table > tbody > tr > td {
padding: 8px!important;
}

.box.panel-activity table{
background: #f2f2f2;
border: 50px solid #f2f2f2;
max-width: 100%;
display: block;
overflow-x: auto;
}

input.fill-blank {
width: auto;
}

.control-sidebar-dark, .control-sidebar-dark + .control-sidebar-bg {
background: #F2D400;
}


.panel-users-online .navbar-nav>li>a {
padding: 0px;
}

.panel-users-online .nav > li > a:hover, .panel-users-online .nav > li > a:active, .panel-users-online .nav > li > a:focus {
color: #444;
background: #ffffff;
}

.panel-users-online .navbar-nav > .messages-menu > .dropdown-menu {
height: 250px;
margin: 0;
width: auto;
position: absolute !important;
}

.skin-yellow .main-header .navbar .sidebar-toggle:hover {
background-color: #383838;
}

.skin-yellow .main-header .navbar .nav>li>a:hover, .skin-yellow .main-header .navbar .nav>li>a:active, .skin-yellow .main-header .navbar .nav>li>a:focus, .skin-yellow .main-header .navbar .nav .open>a, .skin-yellow .main-header .navbar .nav .open>a:hover, .skin-yellow .main-header .navbar .nav .open>a:focus, .skin-yellow .main-header .navbar .nav>.active>a {
background: #383838;
}

.gym .current-question .bloq-student {
min-height: 150px;
height: auto;
}

.modal-notebook .note-editor{
border: none !important;
}

.modal-notebook .contenido-checks-feedbacks .note-editor
{
border: 1px solid #a9a9a9!important;
}


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

.modal-notebook .note-editor.note-frame .note-editing-area .note-editable {
min-height: 110px;
}

.control-sidebar-bg, .control-sidebar {
right: -300px;
width: 300px;
}

.delete-note-book{
line-height: initial !important;
}

.language_active
{
color:#6FBAB2;
}

.language_inactive
{
color: #8990a1;
}



/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/****************************MOVILES*******************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/

@media(min-width: 1400px){
.activity-widget:nth-child(1){
    left: 20%;
}

.activity-widget:nth-child(2){
    right: 20%;
}

.activity-widget:nth-child(3){
    left: 20%;
}

.activity-widget:nth-child(4){
    right: 20%;
}
}

@media(max-width: 900px){
.activity-widget:nth-child(1){
    left: 3%;
}

.activity-widget:nth-child(2){
    right: 3%;
}

.activity-widget:nth-child(3){
    left: 3%;
}

.activity-widget:nth-child(4){
    right: 3%;
}

.work-end .slider-footer {
    bottom: 0;
    position: relative;
}

/*.result-panel .panel-activity .panel-items, .result-panel .panel-activity-scale .panel-items
{
  display: contents!important;
}

.result-panel .panel-activity .panel-items .widget-slider
{
  padding-top:20px;
}*/
}

@media(max-width: 768px){
  .box.panel-activity table{
      border: 10px solid #f2f2f2;
  }

  .box.panel-activity table h1, .box.panel-activity table h2, .box.panel-activity table h3, .box.panel-activity table h4{
      font-size: 14px !important;
  }

  .notebook{
      display: none !important;
  }

  .titulos {
      width: 100%;
  }

  .slider-header {
      display: block;
      text-align: center;
  }

  .panel-slider .slider-header h3 {
      font-size: 16px;
      width: 100%;
      display: inline-block;
      padding-top: 10px;
  }

  .panel-slider .slider-header a {
      float: none !important;
  }

  .panel-activity {
      min-height: 250px;
  }

  .panel-slider .panel-activity .panel-items, .panel-slider .panel-activity-scale .panel-items {
      min-height: 250px;
  }

  .control-sidebar {
      padding-top: 90px !important;
  }

  .login-logo .img-responsive {
      display: inline-block !important;
  }

  .main-sidebar, .left-side {
      width: 100%;
  }

  .main-sidebar, .left-side {
      -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
      -o-transform: translate(-100%, 0);
      transform: translate(-100%, 0);
  }

  .sidebar-open .content-wrapper, .sidebar-open .right-side, .sidebar-open .main-footer {
      -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
      -o-transform: translate(100%, 0);
      transform: translate(100%, 0);
  }

  .sidebar > .user-panel{
      display: none;
  }

  .skin-yellow .main-header .navbar .sidebar-toggle, .skin-yellow .main-header .navbar .nav>li>a  {
      font-size: 18px;
      padding: 27px 15px 16px;
  }

  .skin-yellow .main-header .logo {
      background-color: transparent !important;
      color: #fff;
      border-bottom: 0 solid transparent;
      width: calc(100% - 92px);
      float: left;
      text-align: center;
      margin: 15px 0 5px;
  }



  .training .box-footer {
      padding: 5px 20px;
  }

  .training .box-footer span {
      font-size: 11px;
  }

  .training .box-footer .progress {
      width: calc(100% - 95px);
      float: right;
  }

  .logo-profile{
      display: none;
  }

  .img-profile-user{
      margin: auto;
  }

  body .wrapper >.content-wrapper .content {
      padding: 10px 4% !important;
  }

  section.sidebar {
      display: block !important;
  }

  .btn {
      white-space: normal;
  }

  .weeks-plan-user{
      padding-left: 15px !important;
  }

  /*.box.box-solid.training {
    --height-padre-min-height: 380px !important;
  }

  .box.box-solid.training {
    min-height: var(--height-padre-min-height);
    variablesCSS
  }*/

  .box.box-solid.training {
    min-height: 380px!important;
  }

  .box.box-solid.training .contenedor-gafas{
    min-height: 330px!important;
  }

  .col-sm-5 .box.box-solid.training  .box-body{
      margin: 50px 10px 0 !important;
  }

  .activity-widget {
      position: initial;
  }

  .btn-sessions-topic{
      margin-top: 20px;
  }

  .slider-header {
      display: inline-flex;
  }

  .panel-activity .info h1, .panel-activity-scale .info h1 {
  font-size: 20px!important;
  line-height: 30px;
  }

  .panel-activity h1, .panel-activity-scale h1 {
  font-size: 25px!important;
  line-height: 30px;
  }

  /*.work-end .slider-header {
  display: block;
  }*/

  .work-end .slider-footer .btn {
  font-size: 20px;
  }

  .panel-activity h3, .panel-activity-scale h3 {
      font-size: 20px!important;
      line-height: 24px;
  }

  .panel-activity h1.text-yellow, .panel-activity-scale h1.text-yellow {
      font-weight: 800!important;
      font-size: 30px!important;
  }

  .activity-footer {
      width: 100%;
  }

  .messages-menu .slider-miniatura {
      width: 270px !important;
      height: 180px !important;
  }


  .messages-menu .slider-miniatura >div {
      transform: translate(-50%, -50%) scale(0.35, 0.29) !important;
  }

  .flashcard .panel-activity .helper-back, .flashcard .panel-activity .helper-hint{
      height: auto !important;
      min-height: 250px !important;
  }

  .flashcard.turn .panel-activity, .flashcard.hint .panel-activity {
      height: auto !important;
  }

  .panel-btn-profile-back {
      text-align: center;
  }

  .training .box-body.info{
      text-align: center;
      padding-top: 0;
  }

  .training .box-body.info img{
      float: none !important;
      margin: auto;
  }

  #modal-mini-general .modal-bosy > .row > .col-md-12{
      padding: 0;
  }

  #modal-mini-slider .mini-slider-listen-write input {
      border: 1px solid #f2f2f2;
      background: #f2f2f2;
      width: calc(100% - 100px);
      max-width: 390px;
  }

  #modal-mini-slider .panel-activity .panel-items {
      min-height: initial !important;
  }

  #modal-mini-slider .modal-dialog {
      margin: auto;
      width: 95% !important;
  }

  #modal-mini-slider .listen-write > .hint {
      text-align: left;
      padding-left: 55px;
  }

  #modal-mini-slider .listen-write > span {
      position: absolute;
      bottom: 20px;
      left: calc(50% - 15px) !important;
  }

  #modal-mini-slider .panel-activity {
      padding: 0 !important;
  }

  #modal-mini-slider .mini-slider-true-false .question-choice{
      padding: 0 !important;
      text-align: center;
  }

  .work-end .slider-footer {
      bottom: 0;
      position: relative;
  }

  .panel-result h1 {
      font-size: 30px!important;
  }

  .weight-final .image-weight img{
      width: 140px;
  }

  #modal-list-session-topic .topic-day{
      text-align: center;
      margin-left: 0px !important;
  }

  .alert-user-new-task{
      white-space: nowrap !important;
  }

  .page-body .text-black .notebook{
      top: inherit;
  }

  .question
  {
    font-size: 20px;
  }

  .panel-activity .panel-items a.question-bloq, .panel-activity .panel-items button.question-bloq, .panel-activity-scale .panel-items button.question-bloq
  {
    padding: 0px!important;
    font-size: 20px!important;
  }

  .result-panel .panel-activity .panel-items a.question-bloq.draggable, .result-panel .panel-activity .panel-items a.question-bloq.matching{
    font-size: 14px!important;
    padding: 4px 15px!important;
  }

  input.fill-blank {
    max-width: 300px;
  }
}

@media(max-width: 460px){
.instructor .box-footer {
    position: initial;
}

.my-instructors .instructor{
    max-width: 250px;
    margin: auto;
}

.my-instructors .instructor .box-body {
    display: inline-block;
    width: 100%;
}

.my-instructors .instructor .box-body img {
    width: 100%;
    max-width: none !important;
    height: auto !important;
    margin-bottom: 10px;
}

.my-instructors .instructor .box-body>.pull-right{
    margin-left: 0px !important;
    padding: 5px;
    text-align: center;
    float: none !important;
}

input.fill-blank {
  max-width: 250px;
}

}

@media(min-width:775px) and (max-width: 1024px)
{
input.fill-blank
{
max-width:700px;
}
}

