/* Add here all your CSS customizations */

.ng-animate .bg-auto:before {
  display: none;
}

[ui-view].ng-leave {
  display: none;
}

[ui-view].ng-leave.smooth {
  display: block;
}

.smooth.ng-animate {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fade-in-right-big.ng-enter {
  -webkit-animation: fadeInRightBig 0.5s;
          animation: fadeInRightBig 0.5s;
}

.fade-in-right-big.ng-leave {
  -webkit-animation: fadeOutLeftBig 0.5s;
          animation: fadeOutLeftBig 0.5s;
}

.fade-in-left-big.ng-enter {
  -webkit-animation: fadeInLeftBig 0.5s;
          animation: fadeInLeftBig 0.5s;
}

.fade-in-left-big.ng-leave {
  -webkit-animation: fadeOutRightBig 0.5s;
          animation: fadeOutRightBig 0.5s;
}

.fade-in-up-big.ng-enter {
  -webkit-animation: fadeInUpBig 0.5s;
          animation: fadeInUpBig 0.5s;
}

.fade-in-up-big.ng-leave {
  -webkit-animation: fadeOutUpBig 0.5s;
          animation: fadeOutUpBig 0.5s;
}

.fade-in-down-big.ng-enter {
  -webkit-animation: fadeInDownBig 0.5s;
          animation: fadeInDownBig 0.5s;
}

.fade-in-down-big.ng-leave {
  -webkit-animation: fadeOutDownBig 0.5s;
          animation: fadeOutDownBig 0.5s;
}

.fade-in.ng-enter {
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s;
}

.fade-in.ng-leave {
  -webkit-animation: fadeOut 0.5s;
          animation: fadeOut 0.5s;
}

.fade-in-right.ng-enter {
  -webkit-animation: fadeInRight 0.5s;
          animation: fadeInRight 0.5s;
}

.fade-in-right.ng-leave {
  -webkit-animation: fadeOutLeft 0.5s;
          animation: fadeOutLeft 0.5s;
}

.fade-in-left.ng-enter {
  -webkit-animation: fadeInLeft 0.5s;
          animation: fadeInLeft 0.5s;
}

.fade-in-left.ng-leave {
  -webkit-animation: fadeOutRight 0.5s;
          animation: fadeOutRight 0.5s;
}

.fade-in-up.ng-enter {
  -webkit-animation: fadeInUp 0.5s;
          animation: fadeInUp 0.5s;
}

.fade-in-up.ng-leave {
  -webkit-animation: fadeOutUp 0.5s;
          animation: fadeOutUp 0.5s;
}

.fade-in-down.ng-enter {
  -webkit-animation: fadeInDown 0.5s;
          animation: fadeInDown 0.5s;
}

.fade-in-down.ng-leave {
  -webkit-animation: fadeOutDown 0.5s;
          animation: fadeOutDown 0.5s;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.shop-forms label {
    margin-bottom: 10px;
}

.shop-forms .form-control {
    margin-bottom: 15px;
}

.height_40 {
    height: 40px;
}

.full-w {
    width: 100%;
}

.code-box {
    text-align: center;
    color: #329bef;
    font-size: 18px;
    font-weight: 600;
}

.code-box::-webkit-input-placeholder {
    color: #e6e6e6;
}

.code-text {
    font-size: 14px;
    color: #fff;
    background-color: #329bef;
    border: 1px solid #329bef;
}

.no-margin {
    margin: 0 !important;
}

.m_b_15 {
    margin-bottom: 15px;
}

.center {
    text-align: center;
}

.progres-lite {
    line-height: 5px;
    height: 5px;
}

.footer-logo {
    max-height: 31px;
}

.footer-logo img {
    position: relative;
    top: -10px;
}

.profile-list {
    padding: 0;
    list-style: none;
}

.profile-list i {
    margin-left: 6px;
    min-width: 14px;
    text-align: center;
    margin-right: 5px;
}

.profile-list a {
    color: #333;
    -webkit-transition: color 0.5 ease;
    -o-transition: color 0.5 ease;
    transition: color 0.5 ease;
}

.profile-list a:hover {
    color: #116fa5 !important;
}

.widget hr {
    margin: 11px 0;
}

.lineal-progress {
    margin-bottom: 0;
    margin-top: 5px;
}

.lineal-progress .progress-bar {
    text-align: center;
}

.lineal-progress span {
}

.bg-dark-mid {
    background-color: #3a3a3a;
}

.btn-white {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    color: #606060;
    min-width: 100px;
    padding: 8px 22px;
    text-align: center;
}

..btn-white:hover {
    background-color: #2196f3;
}

.weight_400 {
    font-weight: 400;
}

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

.small-meta h5 {
    font-size: 20px !important;
    margin-top: 8px !important;
    line-height: 18px !important;
}

.p_b_10 {
    padding-bottom: 10px;
}

.p_b_20 {
    padding-bottom: 20px;
}

.p_t_10 {
    padding-top: 10px;
}

.p_t_20 {
    padding-top: 20px;
}

.table-bordered > thead > tr > th, .table.default tbody tr td, .table.course-table tbody tr td {
    border-bottom: 1px solid #ddd;
}

.course-description .table {
    margin-bottom: 0;
    border-bottom: 0;
}

.canvas-container {
    position: relative;
    width: 85%;
    margin: auto;
    height: 100%;
    padding-bottom: 55%;
}

.shadow-box {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}

.play-lesson {
    font-size: 60px;
}

.play-lesson i {
    position: absolute;
    padding-left: 48%;
    padding-top: 22%;
}

.play-lesson:hover {
    color: #999;
}

.close-modal {
    position: absolute;
    top: 0;
    right: 40px;
    font-size: 23px;
    color: #fff;
    cursor: pointer;
}

.big-modal .modal-lg {
    width: 80% !important;
    height: 100%;
}

.big-modal .modal-content {
    background-color: transparent;
    box-shadow: 0 0;
    border: 0;
}

#panel-tema {
    position: relative;
    padding: 10px 0 20px 0;
}

#panel-tema::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #d7e4ed;
}

#panel-tema.universh-container {
    width: 100%;
    max-width: 1170px;
    margin: 0;
}

#panel-tema .universh-timeline-img {
    width: 30px;
    height: 30px;
    left: 5px;
    margin-left: 0;
    top: 3px;
}

#panel-tema  .universh-timeline-block {
    margin: 0;
    padding: 5px 20px 5px 0;
}

#panel-tema .universh-timeline-content {
    margin-left: 0;
    padding: 0.5em;
    width: 80%;
    left: 50px;
    float: left;
}

#panel-tema .universh-timeline-content p {
    margin: 0;
    line-height: 1;
    font-size: 12px;
    text-align: left;
}

#panel-tema .universh-timeline-content a {
    color: #666;
}

#panel-tema .universh-timeline-content a:hover {
    color: #2196f3;
}

#panel-tema .universh-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: transparent;
}

#panel-tema .universh-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-left-color: transparent;
}

.temas-panel-content {
    overflow-y: auto;
}

#panel-tema .leccion {
    margin-bottom: 5px;
    background: #2196f3;
}

#panel-tema .leccion .universh-timeline-content {
    box-shadow: 0 0;
    border: 0;
    background-color: transparent;
    color: #fff;
}

#panel-tema .leccion p {
    font-weight: 500;
}

#panel-tema .watching {
    background-color: #eee;
}

.bg-current {
    background-color: #f1c246;
}

.bg-waiting {
    background-color: #b1b1b1;
}

.btn-30 {
    width: 30%;
}

.center {
    text-align: center;
}

.white {
    color: #fff;
}

.blue {
    color: #2196f3;
}

.blue-header {
    background-color: #2196f3;
}

.group-80 {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 25px;
}

.centered-dialog {
    margin: 7% auto;
}

.lesson-box {
    height: 445px;
}
.m_t_20 {
    margin-top: 20px;
}

.m_t_30 {
    margin-top: 30px;
}

a.disabled {
   pointer-events: none;
   cursor: default;
}

.tema-nav {
    padding: 0 100px;
    position: absolute;
    top: 40%;
    width: 98%;
}

.event-img-wrap {
    position: relative;
}

.les_number, .les_number_shadow {
    position: absolute;
    right: 30px;
    bottom: 20px;
    font-size: 2em;
}

.les_number {
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.les_number_shadow {
    text-shadow: 0px 0px 8px #444;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0.3;
    }
}

@media only screen
  and (min-device-width: 360px)
  and (max-device-width: 1024px) {
    .blog-img-wrap .shadow-box {
        margin-top: 20px;
    }

    .lesson-box {
        height: 350px;
    }

    .event-details h5 {
        font-size: 1.2em !important;
        margin: 0 0 15px 0;
        line-height: 1.4 !important;
    }

    .blog-details h5 {
        font-size: 1.2em !important;
        margin: 0 0 15px 0;
    }
}

.face-btn {
    background-color: #3b5998 !important;
}

.icon-btn {
    position: relative;
    display: inline-block;
    width: 30px;
    font-size: 20px;
    left: -10px;
}

@media only screen
  and (min-device-width: 360px)
  and (max-device-width: 1024px)
  and (orientation: landscape) {
      .big-modal .modal-lg {
          width: 95% !important;
          height: 100%;
      }

      .lesson-box {
          height: 380px;
      }
}
