@font-face {
  font-family: "Gotham Book";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Gotham-Book.woff);
}
@font-face {
  font-family: "Gotham Bold";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Gotham-Bold.woff);
}
@font-face {
  font-family: "Gotham Medium";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Gotham-Medium.woff);
}
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Titillium Web";
}
body.login {
  background: url(../assets/e_del.png) no-repeat #b4131c;
  background: url(../assets/e_del.png) no-repeat center center fixed,
    -moz-linear-gradient(45deg, #b4131c 0, #ff531d 100%);
  background: url(../assets/e_del.png) no-repeat center center fixed,
    -webkit-linear-gradient(45deg, #b4131c 0, #ff531d 100%);
  background: url(../assets/e_del.png) no-repeat center center fixed,
    linear-gradient(45deg, #b4131c 0, #ff531d 100%);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.login .wrap {
  min-height: inherit;
}
.log_in > * {
  color: #5e5e5e !important;
}
.log_in button.sso {
  background: #fff url(../assets/g.png) no-repeat scroll 10px center;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  color: #3c4043;
  font-size: 14px;
  padding: 8px;
  position: relative;
  width: 100%;
  font-family: Roboto;
  padding-left: 30px;
}
.log_in button[hidden] {
  display: block !important;
}
.log_in button.microsoft {
  margin-top: 10px;
  background: #fff url(../assets/microsoft.png) no-repeat scroll 12px center;
  background-size: 17px;
}
.log_in .login_holder {
  margin-top: 20px;
}
.log_in button.polp {
  margin-top: 10px;
  background: #fff url(../assets/polp.png) no-repeat scroll 12px center;
  display: none !important;
  background-size: 17px;
}
.log_in.myperfil button.microsoft {
  margin-top: 0;
}
.log_in:not(.myperfil) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 810px;
  max-width: 810px;
}
.log_in .login_holder div.col:last-child {
  font-family: Lato;
}
.log_in .login_holder div.col:last-child h1 {
  font-weight: 700;
  font-size: 5rem;
  margin-bottom: 30px;
}
.log_in .login_holder div.col:last-child h2 {
  font-weight: 700;
  font-size: 2.2rem;
  margin-top: -15px;
}
.log_in .login_holder div.col:last-child .one {
  margin-top: 80px;
}
#mobiles {
  display: none;
}
#mobiles a {
  display: none;
}
.log_in .login_holder div.col:last-child .dos a {
  color: #111;
}
.log_in .login_holder div.col:last-child .dos {
  background: rgba(1, 1, 1, 0.1);
  padding: 19px;
  position: relative;
  width: 330px;
  display: none;
}
.log_in .login_holder div.col:last-child .dos .close {
  text-align: right;
  cursor: pointer;
}
.log_in .login_holder div.col:last-child {
  font-size: 1.1rem;
  line-height: 1.44;
}
.log_in .login_holder:not(.build) div.col {
  vertical-align: middle;
  width: 360px;
  display: inline-block;
}
.log_in .login_holder .col img {
  margin: 10px;
  display: inline-block;
}
.log_in .login_holder:not(.build) div.col:first-child {
  background: #fff;
  width: 370px;
  margin-right: 60px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.4);
  padding: 20px;
  -moz-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.4);
}
.log_in .login_holder div.col:last-child {
  color: #fff;
}
.log_in .login_holder div.col:last-child input {
  background: #fff;
  color: orange;
  width: auto;
  margin-top: 140px;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-family: Lato;
  padding: 0 12px 0 12px;
}
.log_in #edel_logo {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.log_in #login_no {
  width: 300px;
  margin: 62px auto;
  display: none;
}
.log_in #login_yes {
  width: 330px;
}
.log_in #apps_links ul li {
  display: inline-block;
  text-align: center;
  margin: 0 5px;
}
.log_in #apps_links ul li img {
  width: 80%;
}
.log_in #apps_links {
  margin-top: 25px;
}
.log_in #forgot {
  background: url(../assets/forgot.png) no-repeat left center;
  width: 28px;
  height: 28px;
  float: right;
  margin: -33px 10px auto;
  position: relative;
  cursor: pointer;
}
.log_in #forgot:hover {
  background: url(../assets/forgot.png) no-repeat -28px;
}
.log_in #confirm_new_user {
  width: 200px;
  font-size: 14px;
}
.log_in #cancelar {
  float: right;
  margin-top: 10px;
}
.log_in #in {
  width: 100%;
  line-height: 1.9em;
  font-size: 19px;
  margin-top: 0;
}
.log_in #info {
  font-size: 18px;
}
.log_in #info2 {
  font-size: 16px;
  color: #5e5e5e;
}
.log_in #cuenta {
  font-size: 14px;
  margin: 0 auto;
}
.log_in .login_holder ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.log_in .supports {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.log_in .supports a {
  color: #5e5e5e;
  text-decoration: none;
  font-size: 14px;
}
.log_in .sponsors {
  clear: both;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.log_in .sponsors li {
  display: inline-block;
  margin: 0 10px;
}
.log_in .sponsors li a {
  color: #fff;
}
.log_in .check {
  position: relative;
  width: 100px;
  top: 4px;
}
.log_in .ui.form input[type="email"],
.log_in .ui.form input[type="password"],
.log_in .ui.form input[type="text"] {
  line-height: 1.5em;
  font-size: 15px;
}
.ui.center.container.catalogue a {
  min-width: 10px;
  width: 145px;
}
.ui.center.container.catalogue a span {
  color: #fff;
  display: block;
  font-size: 18px;
  text-align: center;
  width: 100%;
}
.ui.center.menu.dos.catalogue {
  background: #fff;
}
.ui.center.container a[href="#perfil"] {
  display: none;
}
.ui.center.menu.dos.catalogue .ui.center.container {
  height: 40px;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Titillium Web";
  font-weight: 500;
}
a {
  outline: 0;
}
h1.orange {
  color: #f86515;
}
.ui.menu {
  font-family: "Titillium Web";
  font-weight: 400;
  border-radius: 0;
  margin-bottom: 0;
}
h1 {
  font-size: 33px;
}
footer {
  position: relative;
  clear: both;
}
.wrap {
  min-height: 84%;
}
#content:not(.log_in) {
  margin-top: 18px;
}
.ui.button:not(.refresh_code),
.ui.button:not(.refresh_code):hover {
  background: #fff;
  font-size: 20px;
  font-family: "Titillium Web";
  font-weight: 300;
}
.ui.active.button,
.ui.active.button:hover {
  background: #ffac5e;
}
.ui.dropdown > .dropdown.icon::before {
  color: #f86515;
}
.ui.dropdown .menu > .item {
  background: #ffac5e;
}
.ui.grid > .ui.horizontal.divider {
  font-size: 2rem;
  font-family: "Titillium Web";
  font-weight: 300;
  color: #f86515;
  margin: 0 auto;
  width: 100%;
}
.ui.grid > .ui.horizontal.divider::after,
.ui.grid > .ui.horizontal.divider::before {
  background-image: url(../assets/barra.png);
}
.ui.dropdown .menu > .item:hover {
  background: #ffac5e !important;
}
.ui.dropdown .text {
  display: block;
  margin-top: -7px;
}
.ui.labeled.icon.button > .icon,
.ui.labeled.icon.buttons > .button > .icon {
  background: #fff;
}
.ui.container:not(.groups) {
  margin: 0 auto;
  text-align: center;
}
.ui.center.container {
  width: auto;
  height: 80px;
  text-align: right;
}
.ui.center.menu {
  border: none;
  box-shadow: inherit;
  background: #f86515;
  position: relative;
  z-index: 2;
}
.ui.center.menu.step {
  height: 80px;
}
.ui.center.container a {
  min-width: 10px;
}
.ui.menu:not(.secondary):not(.text):not(.tabular):not(.borderless)
  > .container
  > .item:first-child:not(.right):not(.borderless) {
  border-left: none;
}
.ui.center.container a.seis.active,
.ui.center.container a.cinco.active,
.ui.center.container a.cuatro.active,
.ui.center.container a.dos.active,
.ui.center.container a.tres.active,
.ui.center.container a.uno.active {
  background: #fff;
}
.ui.center.container a.active span {
  color: #f86515;
}
.ui.center.container#types a.active {
  background: #fff;
}
.ui.center.container a span {
  font-size: 18px;
  color: #fff;
  margin-left: 10px;
  font-family: "Titillium Web";
}
.ui.center.container a img {
  width: 40px !important;
}
.ui.grid > .column:not(.row),
.ui.grid > .row > .column {
  padding-left: 0.5rem;
}
.ui.main.container.step .ui.grid {
  display: flex;
}
.ui.centered.card a.header:hover {
  color: #f86515;
  text-decoration: none;
  cursor: default;
}
.ui.centered.card {
  width: 225px;
}
.ui.centered.card.addLic {
  width: 250px;
}
.ui.centered.card .more,
.ui.small.card .more {
  position: absolute;
  right: 6px;
  top: 6px;
  background: url(../assets/quiosco/more.png) no-repeat center center;
  width: 26px;
  height: 26px;
  z-index: 10;
}
.ui.centered.card .more:hover,
.ui.small.card .more:hover {
  background: url(../assets/quiosco/more.png) no-repeat center center #e7e7e7;
  border-radius: 50% !important;
  opacity: 0.5;
}
.ui.centered.card ul.menu,
.ui.small.card ul.menu {
  position: absolute;
  list-style: none;
  width: 110px;
  right: 20px;
  top: 28px;
  z-index: 11;
  background: #fff;
  margin: 0;
  padding: 0;
  text-align: left;
  display: none;
  -webkit-box-shadow: 0 2px 4px -1px #333;
  -moz-box-shadow: 0 2px 4px -1px #333;
  box-shadow: 0 2px 4px -1px #333;
}
.ui.small.card .more {
  top: 11px;
}
.ui.small.card.grp {
  background: #fff !important;
  -webkit-box-shadow: 0 1px 2px -1px #333;
  -moz-box-shadow: 0 1px 2px -1px #333;
  box-shadow: 0 1px 2px -1px #333;
  height: auto;
}
.ui.small.card.grp .user_info {
  display: inline-block;
  vertical-align: middle;
}
.ui.small.card.grp:hover {
  color: #f06e0a;
  -webkit-box-shadow: 0 2px 4px -1px #333;
  -moz-box-shadow: 0 2px 4px -1px #333;
  box-shadow: 0 2px 4px -1px #333;
}
.ui.centered.card ul.menu li,
.ui.small.card ul.menu li {
  padding: 10px;
  color: #606060;
}
.ui.centered.card ul.menu li a {
  text-decoration: none;
  color: #606060;
}
.ui.centered.card ul.menu li:hover,
.ui.small.card ul.menu li:hover {
  background: #e7e7e7;
}
.ui.centered.card .content {
  border: none;
  min-height: 60px;
  margin-bottom: 12px;
}
.ui.centered.card .content small {
  font-size: 14px;
  display: block;
  min-height: 20px;
}
.ui.centered.card .content small.subtitle {
  color: #f86515;
}
.ui.centered.card .model {
  height: 173px;
}
.ui.centered.card .grp {
  height: 144px;
}
.ui.centered.card .grp.wizard {
  height: 187px;
}
.ui.centered.card .grp.wizard.q {
  height: auto;
  margin-bottom: 11px;
  min-height: 139px;
}
.ui.centered.card .detail {
  height: auto;
}
.ui.centered.card .description {
  margin-bottom: 20px;
}
.ui.centered.card .description h3,
.ui.centered.card .description p {
  margin: 0;
  margin-bottom: 10px;
}
.ui.centered.card .image {
  background: 0 0;
}
.ui.centered.card img {
  margin: 15px auto;
  width: 100px;
  max-height: 100%;
  border-radius: 10px;
  margin-bottom: 0;
}
.ui.card.small {
  min-width: 220px;
  height: 50px;
}
.ui.card.small .content {
  text-align: left;
}
.ui.card.small .content .trash {
  margin: -8px -20px 0 8px;
  border-left: 1px solid #dfdfdf;
}
.card.expired {
  background: #fafafa;
}
.card.expired img {
  filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.card.expired .header {
  color: #333 !important;
}
.card .grupo {
  cursor: pointer;
  display: none;
  height: 100px;
  left: 63px;
  position: absolute;
  top: 15px;
  width: 100px;
}
.ui.centered.card .grupo.im {
  background: #fff;
}
.ui.centered.card .grupo img {
  margin: 0;
}
.ui.column.grid:not(.users) {
  text-align: center;
  display: table;
  margin: 0 auto;
}
.ui.column.grid.catalogue {
  margin: 0 auto;
}
.ui.column.grid:after {
  clear: both;
  display: block;
}
.ui.column.grid .column {
  width: auto;
}
.ui.grid[class*="two column"] .column.first {
  width: 30%;
}
.ui.grid[class*="two column"] .column.last {
  width: 70%;
}
.bg_block,
.block {
  background: rgba(45, 45, 45, 0.3);
  position: fixed;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 101;
  display: none;
  left: 0;
}
#empty {
  text-align: center;
  display: none;
  margin: 20px 0 10px 0;
}
#empty h1 {
  color: #f86515;
}
#empty p {
  font-family: "Titillium Web";
  font-weight: 500;
  font-size: 1.071rem;
  margin: 0 auto;
  max-width: 710px;
  text-align: left;
}
.ui.form input[type="email"],
.ui.form input[type="password"],
.ui.form input[type="text"] {
  font-weight: 300;
  padding-left: 35px;
  font-family: "Titillium Web";
  font-size: 15px;
  line-height: 1.8em;
}
.ui.form input[type="text"].licencia,
.ui.form input[type="text"].licencia:focus {
  background: url(../assets/licencia.png) no-repeat left center #fff;
}
.ui.form input[type="text"],
.ui.form input[type="text"]:focus {
  background: url(../assets/user.png) no-repeat left center #fff;
}
.ui.form input[type="text"].cp,
.ui.form input[type="text"].cp:focus {
  background: url(../assets/cp.png) no-repeat left center #fff;
}
.ui.form input[type="email"],
.ui.form input[type="email"]:focus {
  background: url(../assets/mail.png) no-repeat left center #fff;
}
.ui.form input[type="text"].centro,
.ui.form input[type="text"].centro:focus {
  background: url(../assets/centro.png) no-repeat left center #fff;
}
.ui.form input[type="text"].codigo,
.ui.form input[type="text"].codigo:focus {
  background: url(../assets/codigo.png) no-repeat left center #fff;
}
.ui.form input[type="text"].licencia,
.ui.form input[type="text"].licencia:focus {
  background: url(../assets/licencia.png) no-repeat left center #fff;
}
.ui.form input[type="text"].clase,
.ui.form input[type="text"].clase:focus {
  background: url(../assets/group.png) no-repeat left center #fff;
}
.ui.form input[type="password"],
.ui.form input[type="password"]:focus {
  background: url(../assets/password.png) no-repeat left center #fff;
}
input[type="checkbox"] {
  margin: 5px;
}
input[type="checkbox"].log_in {
  margin: 5px;
  margin-left: -52px;
  display: none;
}
.ui.form input[type="button"],
.ui.form input[type="submit"],
input[type="button"],
input[type="submit"] {
  border: none;
  background: #c2c2c2;
  font-family: "Titillium Web";
  font-size: 20px;
  border-radius: 5px;
  line-height: 2.3em;
  width: 100%;
  cursor: pointer;
  color: #fff;
}
.ui.form input[type="submit"].login {
  width: 200px;
  float: right;
  margin-top: -22px;
  z-index: 10;
}
.ui.form input[type="button"].lateral,
.ui.form input[type="submit"].lateral,
input[type="button"].lateral,
input[type="submit"].lateral {
  width: 100px;
  position: absolute;
  right: 0;
  border-radius: 0 5px 5px 0;
  top: 0;
}
.ui.form input[type="button"].active,
.ui.form input[type="submit"].active,
input[type="button"].active,
input[type="submit"].active {
  background: #f86515;
  background: -moz-linear-gradient(top, #f86515 0, #e84002 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #f86515),
    color-stop(100%, #e84002)
  );
  background: -webkit-linear-gradient(top, #f86515 0, #e84002 100%);
  background: -o-linear-gradient(top, #f86515 0, #e84002 100%);
  background: -ms-linear-gradient(top, #f86515 0, #e84002 100%);
  background: linear-gradient(to bottom, #f86515 0, #e84002 100%);
}
.filter {
  width: 400px;
  height: 310px;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.5);
  position: fixed;
  z-index: 15;
  top: 140px;
  right: 16px;
  background: #fff;
  border-radius: 5px;
}
.filter p {
  font-weight: 300;
  padding: 10px 15px 10px 68px;
  text-align: justify;
  font-size: 13px;
  border-top: 1px solid #dfdfdf;
}
.filter.grp {
  left: 50%;
  margin-left: -150px;
  top: 30%;
}
.filter .header {
  height: 40px;
  background: #f86515;
  border-radius: 5px 5px 0 0;
  color: #fff;
  margin-bottom: 10px;
  padding: 8px;
  font-size: 16px;
}
.filter .holder_ul {
  margin: 0 auto;
  overflow-y: auto;
  width: 350px;
}
.filter.grp {
  height: auto;
  min-height: 200px;
}
.filter.grp .holder_ul {
  overflow-y: auto;
  width: 360px;
  height: 280px;
  margin: 0 auto;
}
.filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  background: #fff;
}
.filter ul li {
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 3px;
  padding: 11px;
  position: relative;
  border: 1px solid #dfdfdf;
  color: #111;
}
.filter ul li:hover {
  background: rgba(248, 101, 21, 0.2);
}
.filter ul li.active {
  background: #f86515;
  display: list-item;
}
.filter ul li.hide,
.filter ul li.noshow {
  display: none;
}
.filter ul li.active::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #d94009;
}
.filter .header .close {
  background: url(../assets/quiosco/close2.png) no-repeat 0 -25px;
  float: right;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.filter p {
  background: url(../assets/quiosco/alert.png) no-repeat 15px center;
}
.cookie {
  position: absolute;
  top: 0;
  right: 20px;
  width: 460px;
  border-radius: 0 0 10px 10px;
  z-index: 10;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.5);
  background: #fff;
  display: none;
}
.cookie#cookie {
  bottom: 0;
  top: inherit;
  border-radius: 0 10px 0 0;
  position: fixed;
  left: 0;
}
.cookie.status {
  left: 50%;
  margin-left: -230px;
}
.cookie.msg {
  border-radius: 10px;
}
.cookie ul {
  list-style: none;
  padding: 0 0 0 28px;
}
.cookie.msg .input_holder {
  text-align: center;
}
.cookie.msg input[type="button"] {
  margin: 0 6px 0 6px;
  min-width: 80px;
  width: auto;
  line-height: 1.8em;
}
.cookie ul li {
  display: inline-block;
  width: 360px;
  vertical-align: top;
}
.cookie ul li:first-child {
  display: inline-block;
  width: 60px;
}
.cookie img {
  width: 37px;
  height: 28px;
  margin-top: 20px;
}
.cookie p {
  padding: 8px;
  font-weight: 300;
  border-left: 1px solid #dfdfdf;
  font-size: 15px;
}
.step.bc {
  max-width: 250px;
  margin: 0 auto;
}
.breadcrumb {
  margin-bottom: 0;
}
.breadcrumb-trail {
  padding: 29px 11px 0;
}
.breadcrumb-trail .breadcrumbs {
  background: rgba(0, 0, 0, 0) url(../assets/breadcrumb.png) repeat-x scroll 0 -144px;
  display: inline-table;
  table-layout: fixed;
  width: 100%;
}
.breadcrumb-trail .breadcrumbs .breadcrumb-cell {
  display: table-cell;
}
.breadcrumb-trail .breadcrumbs .breadcrumb-cell.pass {
  background: rgba(0, 0, 0, 0) url(../assets/breadcrumb.png) repeat scroll 0
    79px;
  cursor: pointer;
}
.breadcrumb-trail .breadcrumbs .breadcrumb-cell.pass.no {
  background: rgba(0, 0, 0, 0) url(../assets/breadcrumb.png) repeat scroll 0
    54px;
  cursor: pointer;
}
.breadcrumb-trail .breadcrumbs .breadcrumb {
  background: 0 0;
  left: -8px;
  padding: 0;
  position: relative;
}
.breadcrumb-trail .breadcrumbs .breadcrumb.active .breadcrumb-icon {
  background: rgba(0, 0, 0, 0) url(../assets/breadcrumb.png) repeat scroll 0
    198px;
}
.breadcrumb-trail .breadcrumbs .number {
  color: #f86515;
  font-size: 20px;
  position: absolute;
  top: 11px;
  width: 42px;
  text-align: center;
}
.breadcrumb-trail .breadcrumbs .breadcrumb .breadcrumb-icon.active {
  background: rgba(0, 0, 0, 0) url(../assets/breadcrumb.png) repeat scroll 0 -44px;
  height: 42px;
  width: 42px;
}
.breadcrumb-trail .breadcrumbs .breadcrumb .breadcrumb-icon.passed {
  background: rgba(0, 0, 0, 0) url(../assets/breadcrumb.png) repeat scroll 0 -44px;
  height: 42px;
  width: 42px;
}
.breadcrumb-trail .breadcrumbs .breadcrumb .breadcrumb-label {
  display: block;
  left: -49px;
  position: absolute;
  text-align: center;
  top: -20px;
  white-space: nowrap;
  width: 140px;
  color: #fff;
}
.breadcrumb-trail .breadcrumbs .breadcrumb .breadcrumb-icon {
  background: rgba(0, 0, 0, 0) url(../assets/breadcrumb.png) repeat scroll 0 -81px;
  height: 42px;
  width: 42px;
}
.breadcrumb-trail .breadcrumbs .breadcrumb-cell.last {
  width: 0;
}
#view_all {
  float: left;
  margin: 12px;
  cursor: pointer;
  font-size: 18px;
}
.trash {
  background: url(../assets/quiosco/delete.png) no-repeat;
  float: right;
  height: 42px;
  width: 42px;
  cursor: pointer;
}
a,
a.header {
  text-decoration: none;
  color: #f86515;
  word-wrap: break-word;
}
a.header:hover,
a:hover {
  text-decoration: underline;
  color: #f86515;
  cursor: pointer;
}
.ui.card > .content > .header:not(.ui),
.ui.cards > .card > .content > .header:not(.ui) {
  color: #f86515;
}
#form_image:not(.dgroup) #file img {
  width: 117px;
  height: 117px;
  border-radius: 50%;
}
p.infos {
  font-size: 12px;
}
.info {
  position: absolute;
  left: 39%;
  border-left: 1px solid #dfdfdf;
  top: 0;
  padding-left: 10px;
  width: 350px;
}
.info.check {
  left: 35%;
  top: 2px;
  width: 249px;
}
#list {
  height: 165px;
  overflow: auto;
}
#datos {
  margin: 0 auto 10px;
  position: relative;
}
#datos div {
  display: inline-block;
}
#datos .m.f {
  margin-left: 14px;
}
#datos .m {
  margin-right: 14px;
}
#datos .oc {
  position: absolute;
  right: 0;
  top: 0;
}
#help {
  width: 60%;
  border-radius: 5px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
  padding: 10px;
}
#tyc {
  height: 550px;
  overflow: auto;
}
#tyc.stp3 {
  height: 160px;
}
#logos {
  text-align: center;
  padding-bottom: 20px;
}
#logos div {
  display: inline-block;
  margin: 0 6px;
}
#logos.logos_login {
  text-align: center;
  position: relative;
  bottom: 0;
  padding-bottom: 3em;
  width: 100%;
}
#logos.logos_login div {
  margin: 0 1px;
  width: 130px;
}
#logos.logos_login div img {
  width: 130px;
}
#edelvives {
  margin: 12px 0 0 10px;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  padding-top: 3px;
}
.details_users {
  display: inline-block;
  width: 74%;
  margin-left: 20px;
}
.details_users #users .users_details {
  display: inline-block;
  margin: 3px;
}
#perfil1,
#perfil2,
#perfil3 {
  display: inline-block;
  vertical-align: top;
}
#perfil1 {
  width: 20%;
  margin: 0 auto;
  text-align: center;
}
#perfil1 #form_image {
  margin: 0 auto;
}
#perfil2 button#removeBtn {
  background: url(../assets/close.png) no-repeat;
  width: 22px;
  height: 22px;
  border: none;
  float: right;
  margin: -30px 10px 0 0;
  position: relative;
  cursor: pointer;
  display: none;
}
#perfil2 #google button#removeBtn:hover {
  background: url(../assets/close.png) no-repeat 0 -25px;
  width: 22px;
  height: 22px;
}
#perfil2 {
  width: 40%;
  margin-top: -3px;
  margin-left: 10px;
  margin-right: 10px;
}
#perfil3 {
  width: 30%;
}
#info_book {
  font-weight: 300;
  margin: 15px;
}
#info_book p {
  font-weight: 300;
  margin: 15px;
  font-size: 16px;
}
#images {
  margin: 0 auto;
}
#images img {
  display: inline-block;
  margin: 15px;
  width: 40%;
}
#ayuda_st3 {
  margin-top: 5px;
}
h1 span:first-child {
  font-weight: 300;
}
.ui.main.container.step {
  margin: 20px auto;
  width: 850px;
}
.step.footer {
  height: 10px;
  margin: 0 auto;
  width: 850px;
  clear: both;
}
.step.footer .mis_apps {
  display: table;
  margin: 8px 8px 10px;
  width: 100%;
}
.step.footer div:not(.foot):not(.mis_apps) {
  display: table-cell;
  padding: 0 20px;
}
.step.footer .foot {
  margin: 8px 8px 20px 8px;
  padding-bottom: 15px;
}
.step.footer div:not(.foot) span {
  padding-left: 10px;
}
.step.footer div.m {
  border-right: 1px solid #dfdfdf;
}
.info.login {
  left: 17%;
  top: 2px;
  border: none;
  width: 110px;
}
.log_col {
  background: #111;
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
}
.log_col img {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.log_col2 {
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 50%;
}
.log_col2 .ui.grid {
  max-width: 390px;
  margin: 70px auto;
  margin-bottom: 0;
}
@media only screen and (orientation: portrait) {
  article {
    margin-top: 0;
  }
  .log_col,
  .log_col2 {
    position: relative;
    width: 100%;
    display: block;
  }
  .log_col img {
    width: 50%;
  }
  .log_col2 .ui.grid {
    margin: 10px 0 0 -180px;
  }
  .ui.card.small {
    max-width: 150px;
    min-width: 100px;
  }
  #logos div {
    margin: 0 17px;
  }
  .details_users {
    width: 100%;
  }
}
::-webkit-input-placeholder {
  font-weight: 300;
}
:-moz-placeholder {
  font-weight: 300;
}
::-moz-placeholder {
  font-weight: 300;
}
:-ms-input-placeholder {
  font-weight: 300;
}
@media screen and (min-width: 1200px) {
  .squaredThree label:hover::after {
    opacity: 0.3;
  }
  .menu_descargar_aplicacion a .version_windows:hover {
    color: #505050;
    background: url(../assets/icon_win_off.png) no-repeat;
    background-position: top center;
    background-size: 30%;
  }
  .menu_descargar_aplicacion a .version_linux:hover {
    color: #505050;
    background: url(../assets/icon_linux_off.png) no-repeat;
    background-position: top center;
    background-size: 30%;
  }
  .menu_descargar_aplicacion a .version_apple:hover {
    color: #505050;
    background: url(../assets/icon_apple_off.png) no-repeat;
    background-position: top center;
    background-size: 30%;
  }
  .columna_drcha {
    float: left;
    width: 50%;
  }
  .menu_descargar_aplicacion a .version_apple:hover .tipo_version,
  .menu_descargar_aplicacion a .version_linux:hover .tipo_version,
  .menu_descargar_aplicacion a .version_windows:hover .tipo_version {
    text-decoration: none;
  }
}
.squaredThree {
  width: 80px;
}
.squaredThree input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.squaredThree label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 3px;
  border-radius: 4px;
  border: 1px solid #ccc;
  left: 2px;
  background: #fff;
}
.squaredThree label.invalid {
  border: 1px solid #f86515;
}
.squaredThree label:after {
  opacity: 0;
  content: "";
  position: absolute;
  width: 14px;
  height: 8px;
  background: 0 0;
  top: 3px;
  left: 2px;
  border: 3px solid #f86515;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 900px) {
  article {
    margin-top: 0;
  }
  .log_col,
  .log_col2 {
    position: relative;
    width: 100%;
    display: block;
  }
  .log_col img {
    width: 50%;
  }
  .log_col2 .ui.grid {
    margin: 10px 0 0 -180px;
  }
  .ui.card.small {
    max-width: 150px;
    min-width: 100px;
  }
  #datos {
    width: auto;
    text-align: center;
  }
  #logos div {
    margin: 0 17px;
  }
  .details_users {
    width: 100%;
  }
  #edelvives {
    width: 150px;
  }
  #logos.logos_login {
    margin-left: -430px;
  }
  #logos.logos_login div {
    margin-right: -10px;
  }
  #logos.logos_login div img {
    max-width: 85%;
  }
  .menu_descargar_aplicacion a .version_windows:hover {
    color: #505050;
    background: url(../assets/icon_win_off.png) no-repeat;
    background-position: top center;
    background-size: 30%;
  }
  .menu_descargar_aplicacion a .version_linux:hover {
    color: #505050;
    background: url(../assets/icon_linux_off.png) no-repeat;
    background-position: top center;
    background-size: 30%;
  }
  .menu_descargar_aplicacion a .version_apple:hover {
    color: #505050;
    background: url(../assets/icon_apple_off.png) no-repeat;
    background-position: top center;
    background-size: 30%;
  }
  .columna_drcha {
    float: left;
    width: 50%;
  }
  .menu_descargar_aplicacion a .version_apple:hover .tipo_version,
  .menu_descargar_aplicacion a .version_linux:hover .tipo_version,
  .menu_descargar_aplicacion a .version_windows:hover .tipo_version {
    text-decoration: none;
  }
}
.log_in .support {
  text-align: center;
  margin-top: 20px;
  width: 100%;
}
.log_in .support a {
  font-size: 16px;
}
.log_in .support a#soporte {
  font-size: 16px;
}
#sponsors ul {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
  margin-bottom: 10px;
}
#sponsors ul li {
  display: inline-block;
  padding: 5px;
}
@media screen and (max-width: 500px) {
  .log_col {
    display: none;
  }
  .logo_edelvives {
    width: 280px;
  }
  #cuenta {
    font-size: 14px;
    text-align: center;
    width: 92%;
  }
  #logos {
    display: none;
  }
  .cookie {
    width: 285px;
  }
  .cookie ul {
    margin-left: -20px;
  }
  .cookie ul li {
    width: 100%;
  }
  .cookie ul li:first-child {
    display: none;
  }
  .cookie ul li p {
    font-size: 18px;
    border-left: none;
  }
  .cookie.msg {
    left: inherit;
  }
  body {
    height: auto;
  }
  #sponsors {
    width: inherit;
    padding-bottom: 10px;
  }
  #sponsors ul {
    list-style: none;
    margin-left: -10px;
    width: 425px;
  }
  #sponsors ul li {
    padding: 0 0 5px 0;
    margin-bottom: 0;
  }
  #sponsors ul li:last-child {
    text-align: right;
    width: 194px;
  }
  .ui.center.container a span {
    display: none;
  }
  .ui.center.container a {
    width: auto;
  }
  img#logout {
    width: 20px;
  }
  #perfil1,
  #perfil2,
  #perfil3 {
    display: block;
    width: 100% !important;
    margin: 0;
  }
  .columna_drcha {
    float: left;
    width: 50%;
  }
  .menu_descargar_aplicacion a .version_apple:hover .tipo_version,
  .menu_descargar_aplicacion a .version_linux:hover .tipo_version,
  .menu_descargar_aplicacion a .version_windows:hover .tipo_version {
    text-decoration: none;
  }
  .menu_descargar_aplicacion a .version_apple:hover {
    color: #505050;
    background: url(../assets/icon_apple_off.png) no-repeat;
    background-position: top center;
    background-size: 30%;
  }
  .menu_descargar_aplicacion a .version_windows:hover {
    color: #505050;
    background: url(../assets/icon_win_off.png) no-repeat;
    background-position: top center;
    background-size: 30%;
  }
  .menu_descargar_aplicacion a .version_linux:hover {
    color: #505050;
    background: url(../assets/icon_linux_off.png) no-repeat;
    background-position: top center;
    background-size: 30%;
  }
}
@media screen and (max-width: 1200px) {
  .ui.grid > .column:not(.row),
  .ui.grid > .row > .column {
    padding-left: 0.2rem;
    padding-right: 0.2em;
  }
  .ui.card.small {
    max-width: 170px;
  }
  .details_users {
    width: 68%;
  }
  #perfil1 {
    display: block;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
  }
  #perfil2 {
    width: 44%;
  }
  #perfil3 {
    width: 51%;
  }
  #logos.logos_login {
    margin-top: 80px;
  }
  #logos.logos_login div {
    margin: 0 8px;
    width: 100px;
  }
  #logos.logos_login div img {
    width: 100px;
  }
}
#sliders {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(45, 45, 45, 0.5);
  display: none;
}
#owl-demo {
  margin: 50px auto;
  max-width: 800px;
}
#owl-demo .item img {
  display: block;
  height: auto;
  width: 100%;
}
.required {
  text-align: left;
  font-size: 12px;
  color: #f86515;
  display: none;
}
.level_apps {
  font-weight: 300;
}
.ui.menu .ui.dropdown .menu > .item {
  font-weight: 300 !important;
}
#recover {
  height: 290px;
  left: 50%;
  margin-left: -250px;
  margin-top: -145px;
  position: absolute;
  top: 50%;
  width: 500px;
}
#recover .field {
  text-align: center;
}
#recover #recover_desc {
  font-weight: 300;
  margin-top: -5px;
  font-size: 18px;
}
#recover input[type="button"] {
  width: 200px;
}
#recover_err {
  text-align: left;
  color: #f86515;
  min-height: 40px;
}
.ir_apps {
  color: #000;
  font-weight: lighter;
  font-size: 20px;
}
.descarga {
  color: #f06e0a;
}
.container_menu {
  background-color: #fff;
  width: 145px;
  height: 80px;
  min-width: 10px;
  vertical-align: middle;
}
.centrar_columna {
  text-align: center;
  display: table;
  margin: 0 auto;
}
.columna_izq {
  float: left;
  border-right: 1px solid #b7b7b7;
  width: 18%;
  padding-right: 3%;
}
.columna_izq img {
  width: 40%;
  float: right;
}
.texto_version {
  width: 70%;
  text-align: right;
  font-weight: lighter;
  font-size: 16px;
  float: right;
  margin-top: 3%;
}
.columna_centro {
  float: left;
  padding-left: 3%;
  width: 40%;
  text-align: left;
}
.columna_centro .titulo {
  font-size: 35px;
  color: #f06e0a;
  font-weight: 700;
  margin-bottom: 40px;
  display: block;
  line-height: 30px;
}
.columna_centro p {
  font-size: 17px;
}
.tipo_naranja_bold {
  color: #f06e0a;
  font-weight: 700;
}
.columna_drcha {
  float: right;
  width: 50%;
}
.columna_drcha img {
  width: 100%;
}
.botonera {
  margin: 0 auto;
  display: table;
}
.boton {
  width: 25px;
  float: left;
}
.botonera .boton {
  margin-right: 25px;
  margin-top: 20px;
}
.botonera .boton img {
  width: 70%;
}
.contenedor_2-3 {
  width: 82%;
  float: right;
  padding: 0.5em;
}
.separador {
  clear: both;
}
.menu_descargar_aplicacion {
  display: table;
  margin: 0 auto;
  margin-top: 60px;
  width: 100%;
}
.version_windows {
  float: left;
  margin-right: 5%;
  margin-bottom: 150px;
  color: #505050;
  padding-top: 8%;
  background: url(../assets/icon_win_off.png) no-repeat;
  background-position: top center;
  background-size: 30%;
  width: 20%;
}
.menu_descargar_aplicacion a .version_windows:hover {
  color: #f06e0a;
  background: url(../assets/icon_win_on.png) no-repeat;
  background-position: top center;
  background-size: 30%;
}
.version_linux {
  float: left;
  margin-left: 5%;
  color: #505050;
  padding-top: 8%;
  background: url(../assets/icon_linux_off.png) no-repeat;
  background-position: top center;
  background-size: 30%;
  width: 20%;
}
.menu_descargar_aplicacion a .version_linux:hover {
  color: #f06e0a;
  background: url(../assets/icon_linux_on.png) no-repeat;
  background-position: top center;
  background-size: 30%;
}
.version_apple {
  float: left;
  margin-left: 5%;
  margin-right: 5%;
  color: #505050;
  padding-top: 8%;
  background: url(../assets/icon_apple_off.png) no-repeat;
  background-position: top center;
  background-size: 30%;
  width: 20%;
}
.menu_descargar_aplicacion a .version_apple:hover {
  color: #f06e0a;
  background: url(../assets/icon_apple_on.png) no-repeat;
  background-position: top center;
  background-size: 30%;
}
.menu_descargar_aplicacion a .version_apple:hover .tipo_version,
.menu_descargar_aplicacion a .version_linux:hover .tipo_version,
.menu_descargar_aplicacion a .version_windows:hover .tipo_version {
  text-decoration: underline;
}
.txt_version {
  font-size: 15px;
  font-weight: lighter;
}
.tipo_version {
  font-weight: 400;
  display: block;
  padding-top: 30px;
  font-size: 20px;
  font-weight: 700;
}
.linea {
  border-right: 1px solid #b7b7b7;
  float: left;
  height: 170px;
}
.exit {
  color: #000;
}
.requisitos {
  color: #f06e0a;
  font-weight: 700;
  font-size: 15px;
}
#potable_btn {
  cursor: pointer;
}
.block_portable {
  background: rgba(45, 45, 45, 0.3);
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 101;
  display: none;
  left: 0;
}
#portables {
  position: fixed;
  z-index: 100;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.5);
  width: 320px;
  left: 50%;
  margin-left: -160px;
  top: 50%;
  margin-top: -55px;
}
#portables p {
  margin: 5px 0;
  padding: 0;
  text-align: center;
}
#portables a {
  outline: 0;
}
#portables div {
  display: inline-block;
  margin: 10px 22px 30px 25px;
  position: relative;
}
#portables div:not(.mac) {
  cursor: pointer;
}
#portables div span {
  display: block;
  position: absolute;
  bottom: -20px;
  width: 100%;
  text-align: center;
}
#portables div.mac {
  background: url(../assets/icon_apple_off.png) no-repeat;
  width: 53px;
  height: 64px;
}
#portables div.windows {
  background: url(../assets/icon_win_off.png) no-repeat;
  width: 61px;
  height: 61px;
}
#portables div.linux {
  background: url(../assets/icon_linux_off.png) no-repeat;
  width: 56px;
  height: 64px;
}
#portables div.mac:hover {
  background: url(../assets/icon_apple_on.png) no-repeat;
  width: 53px;
  height: 64px;
}
#portables div.windows:hover {
  background: url(../assets/icon_win_on.png) no-repeat;
  width: 61px;
  height: 61px;
}
#portables div.linux:hover {
  background: url(../assets/icon_linux_on.png) no-repeat;
  width: 56px;
  height: 64px;
}
input[type="button"]:disabled:not(.lateral):not(.recover_btn),
input[type="submit"]:disabled:not(.no) {
  cursor: default !important;
  background: url(../assets/loader.gif) no-repeat #dfdfdf 20px center !important;
}
.down_portable {
  display: flex;
  margin: 0 auto;
  text-align: center;
  width: 60%;
}
.down_portable .txt_portable {
  font-size: 16px;
  margin-right: 25px;
  margin-top: 4px;
  width: 430px;
  text-align: left;
}
.txt_portable.last {
  width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .down_portable {
    display: block;
  }
  .down_portable div:first-child {
    margin-bottom: 10px;
  }
}
.desk_buttons ul,
.desk_steps ul {
  list-style: none;
}
.desk_buttons ul {
  margin: 0 auto;
  width: 600px;
  margin-top: 50px;
}
.desk_buttons ul li {
  display: inline;
  float: left;
  width: 180px;
  position: relative;
}
.desk_buttons ul li:not(:last-child):before {
  box-shadow: -15px 0 15px -15px #111 inset;
  content: " ";
  height: 50px;
  right: 0;
  position: absolute;
  top: 33px;
  width: 1px;
}
.desk_buttons ul li h2 {
  margin: 0;
  text-transform: uppercase;
}
.desk_buttons ul li input {
  font-size: 15px;
  height: 35px;
  width: 100px;
  margin-top: 5px;
}
.desk_version.orange,
h2.orange {
  color: #f86515;
}
.desk_steps ul li {
  margin-bottom: 20px;
  padding: 5px;
  text-align: left;
  width: 520px;
  margin: 0 auto;
}
.desk_steps ul li img {
  vertical-align: middle;
}
.desk_steps ul li span {
  margin-bottom: 1px;
  padding-bottom: 15px;
  display: inline-block;
  border-bottom: 1px solid #dfdfdf;
  width: 430px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 300;
}
.desk_steps ul li span strong {
  font-weight: 400;
}
.invite {
  position: absolute;
  background: rgba(121, 121, 121, 0.8);
  z-index: 100;
  width: 100%;
  bottom: 0;
  top: 0;
  display: none;
}
.invite .banner {
  width: 384px;
  background: #fff;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  left: 50%;
  margin-left: -192px;
  position: absolute;
  height: 200px;
  top: 50%;
  margin-top: -100px;
}
.invite .banner .ui.button {
  background: #f86515;
  color: #fff;
}
.invite .banner h3 {
  color: #f86515;
  cursor: pointer;
}
@media screen and (max-width: 700px) {
  .invite .banner {
    width: 350px;
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    left: 50%;
    margin-left: -175px;
    position: absolute;
    height: 200px;
    top: 50%;
    margin-top: -100px;
  }
}
.banner_promo {
  background: #ffd5b3;
  height: 80px;
}
.banner_promo .txt_portable {
  padding-top: 24px;
  font-size: 16px;
  margin: 0 auto;
  width: 800px;
}
.banner_promo .txt_portable img,
.banner_promo .txt_portable p {
  display: inline-block;
  vertical-align: middle;
}
.banner_promo .txt_portable p {
  margin: 5px 10px;
}
.banner_promo .close {
  float: right;
  margin: -35px 15px;
  cursor: pointer;
  background: url(../assets/close.png) no-repeat;
  width: 26px;
  height: 25px;
}
.banner_promo .close:hover {
  background: url(../assets/close.png) no-repeat 0 -25px;
  width: 26px;
  height: 25px;
}
.ui.main.container.groups .ui.card.small {
  width: 255px;
  background: #fafafa;
}
.ui.main.container.groups .ui.grid > .column:not(.row) {
  padding-bottom: 0;
}
.content.grp h4 {
  margin: 0;
}
.content.grp h3 {
  margin: 5px 0 5px;
}
.content.grp input.refresh_code {
  margin: 6px 0 6px 0;
  background: #fff;
  border: 1px solid #f86515;
  color: #111;
  width: 175px;
  font-weight: 300;
  height: 44px;
  line-height: 1em;
}
.content.grp input#validar {
  width: 175px;
}
.centered.card input.grp_detail {
  width: 210px;
}
.sub {
  position: absolute;
  right: 10px;
  z-index: 100;
  top: 60px;
  background: #fff;
  border-radius: 3px;
  width: 150px;
  display: none;
}
.arrow_up {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  position: relative;
  right: -110px;
  top: -13px;
}
.sub ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: -10px;
}
.sub ul li {
  padding: 10px;
}
.sub ul li a {
  color: #111;
}
.sub ul li a:hover {
  text-decoration: none;
}
.sub ul li:first-child::before {
  box-shadow: 2px 0 15px 8px #dfdfdf inset;
  content: " ";
  height: 1px;
  position: absolute;
  right: 8px;
  top: 50px;
  width: 133px;
}
.sub ul li span {
  margin-left: 10px;
}
.sub.shadow {
  -moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.5);
}
#try {
  background: url(../assets/l.png) no-repeat 10px center #fff;
  width: 100%;
  height: 50px;
  position: absolute;
  z-index: 5;
  -webkit-box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.5);
  display: none;
}
#try p {
  padding: 12px;
  font-weight: 300;
  float: left;
  margin-left: 70px;
  font-size: 18px;
  margin-top: 2px;
}
#try div:not(.close) {
  float: right;
  margin-top: 10px;
  margin-right: 75px;
}
#try .close {
  background: url(../assets/close.png) no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 10px;
  top: 12px;
  cursor: pointer;
}
#try input {
  line-height: 1.8em;
  font-size: 18px;
  width: 120px;
}
.row {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
}
.row:not(._books) {
  align-items: center;
  justify-content: center;
}
.row._books {
  margin: 0;
  justify-content: space-between;
}
.row.green {
  padding-bottom: 20px;
  background: rgba(1, 1, 1, 0.02);
}
.row.r {
  justify-content: flex-end;
}
.row.l {
  justify-content: flex-start;
}
.row.top {
  align-items: flex-start;
}
[class*="col-"].center {
  margin: 0 auto;
  float: none;
}
[class*="col-"] {
  -ms-flex: none;
  flex: none;
}
[class*="col-"].margin {
  margin: 0 5px 0 5px;
}
[class*="col-"].marginEm {
  margin: 0 0.8em 0 0.8em;
}
[class*="col-"].pack {
  margin: 8px;
}
[class*="col-"].r {
  text-align: right;
}
[class*="col-"].l {
  text-align: left;
}
.col-1.s {
  width: 7.57%;
}
.col-1.xs {
  width: 4%;
}
.col-1.xxs {
  width: 2.15%;
}
.col-1 {
  width: 9.57%;
}
.col-1.square .row .col-6:first-child {
  margin-left: 0;
}
.col-2 {
  width: 18.66%;
}
.col-2.s {
  width: 13.66%;
}
.col-3.s {
  width: 22%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33%;
}
.col-4.m {
  width: 36.62%;
}
.col-4.m span {
  font-size: 1.2em;
  left: 16px;
  width: auto;
}
.col-5 {
  width: 45.66%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.92%;
}
.col-8 {
  width: 66.66%;
}
.col-8.s {
  width: 65.6%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33%;
}
.col-11 {
  width: 91.66%;
}
.col-12 {
  width: 100%;
}
.mtr {
  width: 100%;
  margin: 0 auto;
}
.mtr.noTop {
  margin-top: 0;
}
.mt0 {
  margin-top: 10px;
}
.mt1 {
  margin-top: 16px;
}
.mt2 {
  margin-top: 40px;
}
.mt3 {
  margin-top: 30px;
}
.newMtr ol,
.newMtr ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.newMtr .classList {
  height: 400px;
  overflow-y: auto;
}
.newMtr .classList li:not(:first-child) {
  margin-top: 10px;
}
.newMtr .item {
  position: relative;
  cursor: pointer;
  width: 172px;
  height: 91px;
  background: #fff;
  -webkit-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease-out;
  border: 1px solid #dfdfdf;
}
.classList li.active .item,
.newMtr .item:not(.disabled):hover {
  background: #f86515;
  color: #fff;
}
.classList li.active .circle,
.newMtr .item:hover .circle {
  border: 1px solid #fff;
  color: #fff;
}
.newMtr .item:not(.disabled):hover h5 {
  color: #fff;
}
.newMtr .item.disabled {
  pointer-events: none;
}
.newMtr .item.active ul li:first-child {
  color: #fff;
}
.newMtr .item.active .item .circle {
  background: #fff;
  color: #f86515;
}
.cardMtr ul,
.newMtr .item ul {
  padding-top: 28.7px;
  margin-left: 13.8px;
}
.newMtr .cardMtr ul {
  padding-top: 7.7px;
}
.cardMtr ul li h3,
.newMtr .item ul li:first-child {
  font-size: 16px;
  font-family: "Gotham Book";
  font-weight: 600;
}
.cardMtr ul li h5,
.newMtr .item ul li:not(:first-child) {
  margin-top: 11.1px;
  font-size: 14px;
  color: #9b9b9b;
}
.newMtr .item .circle {
  border: 1px solid #f86515;
  position: absolute;
  color: #111;
  border-radius: 3px;
  right: 10px;
  top: 10px;
  font-size: 10px;
  text-align: center;
  line-height: 1.8;
  padding: 3px;
}
.newMtr .cardMtr {
  width: 243px;
  height: 313px;
  background: #fff;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
  margin: 0 13px 13px 0;
  transition: all 0.4s ease-out;
  padding: 8px;
  border: 1px solid #dfdfdf;
  position: relative;
}
.cardMtr.active,
.newMtr .cardMtr:hover {
  box-shadow: 4px 4px 0 0 #f86515;
}
.newMtr .cardMtr .image {
  width: 225px;
  height: 190px;
}
.newMtr .cardMtr ul li small {
  color: #f86515;
  font-family: "Gotham Bold";
  margin-top: 5px;
  font-size: 12px;
}
.newMtr .cardMtr .image img.imgBook {
  height: 100%;
  display: none;
}
.newMtr .cardMtr .image img.imgBook.visible {
  display: block;
  margin: 0 auto;
}
.newMtr .actAtt {
  color: #f86515;
  font-family: "Gotham Bold";
  text-transform: uppercase;
  font-size: 12px;
  line-height: 4.3;
}
.newMtr .actBook,
.newMtr .actStu {
  height: 62px;
  background: #fff;
}
.newMtr .actStu {
  margin-right: 15px;
}
.newMtr .actUnt {
  background: #f86515;
  color: #fff;
  height: 62px;
}
.newMtr .actBook span:first-child,
.newMtr .actStu span:first-child,
.newMtr .actUnt span {
  font-size: 16px;
  font-family: "Gotham Bold";
  line-height: 4;
  margin-left: 25px;
}
.newMtr .actUnt span {
  margin-left: 13px;
  color: #fff;
}
.newMtr .actBook span:last-child,
.newMtr .actStu span:last-child {
  font-size: 12px;
  font-family: "Gotham Book";
  line-height: 3;
  color: #4a4a4a;
}
.newMtr .actAttemptsBody,
.newMtr .actAttemptsHeader {
  height: 45px;
}
.newMtr .actAttemptsBody:first-child {
  margin: 0 auto;
}
.newMtr .actAttemptsBody {
  background: #fff;
}
.newMtr .actAttemptsHeader [class*="col-"] {
  font-family: "Gotham Book";
  font-size: 12px;
}
.newMtr .actAttemptsBody [class*="col-"] {
  font-family: "Gotham Book";
  font-size: 16px;
}
.newMtr .actAttemptsBody .select {
  cursor: pointer;
}
.newMtr .actAttemptsBody .select span {
  background: #ccc;
  width: 125px;
  float: right;
  border: 1px solid #ccc;
  margin-right: -2px;
}
.newMtr .actAttemptsBody.selected .select span {
  background: #f86515;
  border: none;
}
.newMtr .actAttemptsBody .select span {
  text-align: center;
  font-family: "Gotham Bold";
  font-size: 12px;
  color: #fff;
  line-height: 5;
  display: block;
}
.newMtr .actAttemptsBody .col-2 span {
  margin-left: 30px;
  position: relative;
  vertical-align: middle;
}
.newMtr .actAttemptsBody .col-2 span.score {
  margin-left: 10px;
}
.newMtr .actAttemptsBody .col-2 span.check,
.newMtr .actAttemptsBody .col-2 span.cross,
.newMtr .actAttemptsBody li span.check,
.newMtr .actAttemptsBody li span.cross {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 3px;
  left: -15px;
}
.newMtr .actAttemptsBody .col-2 span.check,
.newMtr .actAttemptsBody li span.check {
  background: url(../assets/svg/check.svg) no-repeat;
  width: 15px;
  height: 11px;
}
.newMtr .actAttemptsBody .col-2 span.cross,
.newMtr .actAttemptsBody li span.cross {
  background: url(../assets/svg/close.svg) no-repeat;
  width: 12px;
  height: 12px;
}
.newMtr .actAttemptsBody .col-2 select {
  padding: 7px;
  font-family: "Gotham Bold";
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #ccc;
  color: #9b9b9b;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../assets/svg/arrow.svg) no-repeat center right 10px;
}
.newMtr .actAttemptsBody .col-2 span.write {
  font-family: "Gotham Bold";
  font-size: 12px;
  cursor: pointer;
  color: #f86515;
  display: block;
}
.newMtr .actAttemptsBody .col-2 span.write.disabled {
  color: #ccc;
  cursor: default;
  pointer-events: none;
}
.newMtr iframe {
  background: #fff;
  margin-bottom: 10px;
}
.newMtr .backTo {
  margin-left: 46px;
  color: #4a4a4a;
}
.newMtr .backTo.back {
  margin-left: 0;
}
.newMtr .backTo.back * {
  vertical-align: middle;
}
.newMtr button.reveal {
  width: auto;
  float: right;
}
.newMtr button {
  height: 35px;
  border: none;
  background: #f86515;
  color: #fff;
  font-family: "Gotham Bold";
  font-size: 13px;
  border-radius: 2px;
}
.newMtr button.mini {
  width: 65px;
  height: 31px;
  margin-left: 8px;
  display: inline-block;
}
.newMtr button.mini[disabled] {
  background: #ccc;
  pointer-events: none;
}
.actPopup {
  position: fixed;
  width: 493px;
  height: 575px;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 15000005;
  display: none;
}
.actPopup .row:first-child span:first-child {
  font-size: 18px;
  font-family: "Gotham Bold";
}
.actPopup .row:first-child span:last-child,
.actPopup .row:nth-child(5) div span {
  font-size: 12px;
  font-family: "Gotham Book";
  color: #4a4a4a;
}
.actPopup .row:nth-child(2) span,
.actPopup .row:nth-child(4) span {
  font-size: 10px;
  font-family: "Gotham Bold";
  color: #4a4a4a;
}
.actPopup .row:nth-child(3) div {
  font-size: 12px;
  font-family: "Gotham Book";
  width: 327px;
  height: 111px;
  background: #f0f0f0;
}
.actPopup .row:nth-child(3) div span {
  color: #9b9b9b;
  padding: 20px;
  display: block;
}
.actPopup .row textarea {
  width: 328px;
  height: 162px;
  border: solid 1px #979797;
  font-family: "Gotham Medium";
  color: #4a4a4a;
  font-size: 12px;
  padding: 16px;
}
.actPopup .row button {
  border: none;
  background: 0 0;
  font-family: "Gotham Bold";
  color: #9b9b9b;
  font-size: 13px;
}
.actPopup .row input {
  width: 164px;
  height: 53px;
  background: #f86515;
}
.activities {
  position: relative;
}
.activities h1 {
  font-family: "Gotham Bold";
  font-size: 24px;
}
.activities h3 {
  font-family: "Gotham Book";
  font-size: 16px;
  color: #4a4a4a;
}
.activities .menu {
  border: 1px solid #cfcfcf;
}
.activities .row.students {
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}
.activities .row.students .pack._book p {
  display: inline-block;
  vertical-align: top;
}
.activities .row.students .pack._book small {
  display: block;
}
.activities .gridHeader {
  position: relative;
  width: 100%;
  min-height: 300px;
}
.activities .gridHeader .titleUnit {
  height: 90px;
  background: #fff;
  border: solid 1px #f0f0f0;
  font-family: "Gotham Bold";
  font-size: 16px;
}
.activities .gridHeader .titleUnit.active {
  height: 63px;
}
.activities .gridHeader .titleUnit.active span:first-child {
  line-height: 4;
}
.activities .gridHeader .cols.units.active {
  top: 64px;
}
.activities .gridHeader .titleUnit span:first-child {
  line-height: 5;
  margin-left: 55px;
}
.activities .gridHeader .titleUnit span:last-child {
  font-size: 12px;
  color: #4a4a4a;
  font-family: "Gotham Book";
  margin-left: 10px;
}
.activities .stuActivities {
  display: none;
}
.activities .menu ul {
  height: auto;
  overflow-y: auto;
  max-height: 200px;
}
.activities .menu ul li,
.activities .sidebar h3 {
  border-bottom: 1px solid #cfcfcf;
  padding: 15px;
  color: #6d6e70;
}
.activities .menu ul li small {
  display: block;
}
.activities .row.act {
  font-size: 1.1em;
}
.activities ul.myAttempts {
  padding: 5px;
  border-bottom: 1px solid #25bcbd;
  color: #f0f0f0;
  position: absolute;
  bottom: -2px;
  width: 240px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
}
.activities ul.myAttempts li {
  padding: 5px;
  cursor: pointer;
  display: none;
}
.activities ul.myAttempts li:hover {
  color: #111;
}
.activities ul.myAttempts:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #25bcbd;
  right: 10px;
  bottom: 17px;
}
.activities ul.myAttempts.active:before {
  transform: rotate(180deg);
}
.activities ul.myAttempts.active {
  border: 1px solid #25bcbd;
}
.activities ul.myAttempts.active li {
  display: block;
}
.activities ul.myAttempts span {
  position: relative;
}
.activities ul.myAttempts .circle {
  width: 21px;
  height: 21px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}
.activities ul.myAttempts .circle.redColor {
  border: 1px solid #ed1c24;
}
.activities ul.myAttempts span.redColor:before {
  content: "\274c";
  position: absolute;
  top: 3px;
  left: 2px;
  font-size: 0.7em;
}
.activities ul.myAttempts .circle.greenColor {
  border: 1px solid #44a25e;
}
.activities ul.myAttempts span.greenColor:before {
  content: "\2713";
  position: absolute;
  top: -2px;
  left: 4px;
  font-size: 0.9em;
}
.activities .sidebar h3 {
  font-weight: 700;
  color: #111;
}
.activities .menu ul li.active,
.activities .menu ul li:not(.head):hover {
  color: #f86515;
  cursor: pointer;
}
.activities .chevron.mini {
  border-right: 3px solid #111;
  border-bottom: 3px solid #111;
  width: 12px;
  height: 12px;
}
.activities .chevron.mini.toLeft {
  transform: rotate(136deg);
}
.activities .chevron.mini.active {
  border-right: 3px solid #f86515;
  border-bottom: 3px solid #f86515;
}
.activities .chevron.mini:last-child {
  margin-left: -8px;
}
.activities ul.books li:last-child {
  border-bottom: 0;
}
.activities .sidebar {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.activities .sidebar.colapse {
  margin-left: -601px;
}
.activities .chevrons.pushed {
  margin-left: 7px;
}
.activities .chevrons.pushed .chev {
  background: url(../assets/chevron2.png) no-repeat center center;
  background-size: 100% 100%;
  width: 22px;
  height: 18px;
}
.activities .chevrons {
  width: 43px;
  height: 39px;
}
.activities .chevrons .chev {
  background: url(../assets/chevron.png) no-repeat center center;
  background-size: 100% 100%;
  width: 22px;
  height: 18px;
}
.activities .chevrons .chev {
  margin: 10px auto;
}
.activities .grid {
  font-size: 14px;
}
.activities .grid .cols {
  position: absolute;
  white-space: nowrap;
  z-index: 1;
  top: 90px;
}
.activities .grid .cols.acts {
  top: 95px;
  z-index: 2;
}
.activities .grid .cols.acts .ulist:nth-child(2) {
  margin-top: 8px;
}
.activities .grid .cols.acts .tupla .col div {
  font-size: 12px;
  font-family: "Gotham Book";
  color: #4a4a4a;
  line-height: 3;
}
.activities .grid .cols .col.unt.active {
  color: #fff;
  background: url(../assets/svg/arrow.svg) no-repeat center right 8px #f86515;
}
.activities .grid .cols .col.active span.chevron {
  transform: rotate(-316deg);
  margin-top: -3px;
}
.activities .grid .bshadow#acts .col {
  border: none;
  border-right: 1px solid #f0f0f0;
}
.activities .grid .cols .col {
  display: inline-block;
  border: 1px solid #f0f0f0;
  width: 73px;
  cursor: pointer;
  height: 53px;
  background: #fff;
  border-top: none;
  font-family: "Gotham Bold";
  font-size: 12px;
  transition: all 0.4s ease-out;
}
.activities .grid .cols #acts .col {
  width: 146px;
  height: 30px;
  background: #f86515;
  border-right: none;
}
.activities .grid .cols #acts .col span {
  color: #fff;
  font-size: 12px;
  font-family: "Gotham Book";
  line-height: 2.2;
  margin-left: 10px;
}
.activities .grid .acts .tupla .col {
  width: 144px;
  margin-right: 2px;
  height: 54px;
  margin-bottom: 2px;
}
.activities .grid .cols .col span.unitTitle {
  margin-left: 6.5px;
  line-height: 2.4;
}
.activities .grid .cols .col.open {
  background: #f86515;
}
.activities .grid .cols .col.open div {
  color: #fff !important;
}
.activities .grid .cols .col.unt {
  height: 30px;
  text-transform: lowercase;
  border-top: none;
  border-right: none;
  background: url(../assets/svg/arrow.svg#culo) no-repeat center right 8px #fff;
}
.activities .grid .cols .col span.chevron {
  vertical-align: middle;
  border-right: 4px solid #f86515;
  border-bottom: 4px solid #f86515;
  margin-right: 10px;
}
.activities .grid .cols:first-child .col {
  border-top: none;
}
.activities .grid .cols .col.empty {
  background: #f0f0f0;
  cursor: default;
}
.activities .grid .units .col.open {
  background: #f86515;
}
.activities .grid .acts .col.open {
  box-shadow: inset 0 0 0 -1px #f86515, inset 0 1px 0 0 #f86515,
    inset -1px -1px 0 #f86515, inset 1px 0 0 #f86515;
}
.activities .grid .cols .col span {
  white-space: normal;
}
.activities .grid .cols .col:not(.empty):hover {
  box-shadow: inset 0 0 0 -1px #f86515, inset 0 1px 0 0 #f86515,
    inset -1px -1px 0 #f86515, inset 1px 0 0 #f86515;
}
.activities .cols.units ul._col li:first-child {
  margin-bottom: 14px;
}
.MTR table tbody tr td div,
.activities .tupla .col div {
  text-align: center;
  font-family: "Gotham Medium";
}
.MTR table tbody tr td div:first-child,
.activities .tupla .col div:first-child {
  font-size: 14px;
}
.MTR table tbody tr td .col div:last-child,
.activities .tupla .col div:last-child {
  font-size: 10px;
  color: #4a4a4a;
}
.activities .tupla .col:not(:last-child) {
  border-right: 1px solid #f0f0f0;
}
.activities .cols.units ul._col li:not(:first-child) {
  margin-bottom: 3px;
}
.activities .grid .freeze {
  width: 242px;
}
.activities .grid .freeze li span#className {
  font-size: 16px;
}
.activities .grid .freeze li span#numStu {
  font-size: 12px;
  font-family: "Gotham Book";
  color: #4a4a4a;
  margin-left: 5px;
}
.activities .grid .freeze li {
  height: 52px;
  padding: 16px 12px;
  background: #fff;
  margin-bottom: 4px;
  font-family: "Gotham Bold";
}
.activities .grid .freeze li.find {
  height: 52px;
  background: 0 0;
  margin: 18px 0 12px 0;
  font-family: "Gotham Bold";
}
.activities .grid .freeze.tablet li {
  height: 77px;
}
.activities .grid .freeze li:first-child {
  border-top: none;
}
.activities .grid .freeze.tablet.active li:first-child {
  height: 115px;
}
.activities .grid .freeze.active li:not(:first-child) {
  max-height: 58px;
}
.activities .grid .freeze li:not(:first-child) {
  position: relative;
  z-index: 1;
  word-break: break-all;
  word-wrap: break-word;
}
.activities .grid .bshadow {
  box-shadow: 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  position: relative;
}
.activities .grid .bshadow#acts {
  border: 1px solid gray;
}
.activities iframe,
.stuActivities iframe {
  border: none;
  width: 100%;
}
.activities #actHead {
  position: relative;
  padding: 7px;
}
.activities #activityHolder {
  overflow: auto;
  display: none;
}
.activities #activityHolder ._sco {
  display: none;
}
.activities .blueLightColor.clk {
  cursor: pointer;
}
.activities #unitInfo {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 7px;
}
.activities .actPop,
.stuActivities .actPop {
  position: absolute;
  height: auto;
  width: 250px;
  border: 1px solid #f86515;
  top: 50px;
  background: #fff;
  display: none;
  z-index: 10;
  min-height: 145px;
}
.activities .actPop .help ol {
  list-style: decimal;
  text-align: left;
}
.activities .actPop .help ol li {
  line-height: 1.2;
  padding: 5px;
}
.activities .actPop .help,
.activities .actPop .msg {
  display: none;
}
.activities .actPop .help,
.activities .actPop .msg small {
  font-size: 12px;
  margin-left: 10px;
}
.activities .actPop:after,
.activities .actPop:before,
.stuActivities .actPop:after,
.stuActivities .actPop:before {
  width: 0;
  height: 0;
  position: absolute;
  content: "";
}
.activities .actPop:before,
.stuActivities .actPop:before {
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #fff;
  right: 19px;
  top: -16px;
  z-index: 2;
}
.activities .actPop:after,
.stuActivities .actPop:after {
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 18px solid #f86515;
  right: 17px;
  top: -18px;
  z-index: 1;
}
.activities .actPop textArea {
  border: 1px solid #dfdfdf;
  width: 230px;
  min-width: 230px;
  max-width: 230px;
}
.activities .circle,
.mtrCard .circle {
  border: 1px solid #f86515;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 1.2;
  padding: 3px;
  border-radius: 4px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.activities .letter,
.stuActivities .letter {
  background: url(../assets/msg.png) no-repeat;
  width: 26px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
}
.stuActivities .letter.withMessage:before {
  position: absolute;
  width: 10px;
  height: 10px;
  background: red;
  right: -4px;
  top: -6px;
  content: "";
  border-radius: 50%;
}
.stuActivities ul.root li.shadow {
  position: relative;
  z-index: 1;
}
.stuActivities ul.root li .row {
  height: 50px;
}
.stuActivities ul.root li.shadow .row:first-child {
  background: #f86515;
  cursor: pointer;
  border: none;
  color: #fff;
}
.stuActivities ul.root li.shadow .row .col-7 div {
  display: inline-block;
  text-align: center;
}
.stuActivities ul.root li.myAct {
  display: none;
}
.stuActivities ul.root li.myAct.stu {
  display: block;
}
.stuActivities ul.root li.myAct .col-7.blueLightColor span {
  cursor: pointer;
}
.stuActivities ul.root li.gray:not(:last-child),
.stuActivities ul.root li.white:not(:last-child) {
  cursor: pointer;
}
.stuActivities ul.root li.gray .row .col-3 span,
.stuActivities ul.root li.white .row .col-3 span {
  margin-left: 4px;
}
.stuActivities ul.inline li {
  display: inline;
  margin: 2px 5px;
  cursor: pointer;
}
.stuActivities ul.inline li.mark {
  font-weight: 700;
  text-decoration: underline;
}
.stuActivities .actPop {
  top: 60px;
  right: 38px;
}
.no-users-message {
  text-align: center;
  width: 100%;
}
.no-users-message p {
  line-height: 1.5em;
}
#msgBox,
#msgbox,
.apiBlock {
  position: fixed;
  display: none;
}
.apiBlock {
  z-index: 14;
  background: rgba(1, 1, 1, 0.5);
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
#msgBox {
  border: 1px solid #dadada;
}
#msgBox,
#msgbox {
  z-index: 18;
  background: #fff;
  width: 450px;
  min-height: 150px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
article #msgbox {
  z-index: 125;
}
#msgBox h4 {
  font-size: 32px;
  text-align: center;
  margin-top: 45px;
}
ul.root,
ul.root ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.root li .row:not(.help) {
  border: 1px solid #dfdfdf;
  margin-bottom: 2px;
}
ul.root li .row:not(.help):hover {
  border: 1px solid #f86515;
}
ul.root li.gray {
  background: #fdfdfd;
  border: none;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .actPopup .row textarea {
    height: 125px;
  }
  .actPopup .row:nth-child(3) div {
    height: 85px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  #actGrid .freeze {
    width: 220px;
  }
  #actGrid .col-8 {
    width: 45.92%;
  }
  .actPopup .row textarea {
    height: 125px;
  }
  .actPopup .row:nth-child(3) div {
    height: 85px;
  }
}
.tyc_legal ol li {
  margin-bottom: 10px;
}
.tyc_legal table tr td {
  padding: 5px;
}
.tyc_legal table thead tr {
  background: #f86515;
}
.tyc_legal table {
  border: 1px solid #f86515;
}
.tyc_legal table tbody tr {
  border-bottom: 1px solid #f86515;
}
.tyc_legal table thead tr td {
  text-align: center;
  color: #fff;
}
.tyc_legal tbody tr:nth-child(odd) td {
  background-color: #fde9d9;
}
.tyc_legal tbody tr:nth-child(even) td {
  background-color: #fff;
}
.card .gridImgs {
  margin-bottom: 3px;
}
.card .gridImgs ._img {
  width: 80px;
  display: inline-block;
  margin: 10px;
}
.card .gridImgs ._img img {
  width: 80px;
}
.gallery {
  position: fixed;
  z-index: 15;
  background: #fff;
  width: 500px;
  min-height: 300px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: none;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.4);
}
.gallery {
  padding: 16px;
  width: 80%;
}
.gallery button {
  top: 7px;
  right: 15px;
  position: absolute;
  background: url(../assets/quiosco/close2.png) no-repeat 0 -25px;
  width: 28px;
  height: 28px;
  border: none;
}
.gallery #thumbs {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.wrapper.blur {
  filter: blur(6px);
}
.steps_wrapper nav a {
  position: absolute;
  right: 10px;
  margin-top: 5px;
}
.steps_wrapper nav a.mobile {
  display: none;
}
.step .stepFooter {
  text-align: right;
  width: 100%;
}
.step .stepFooter input {
  width: 200px;
}
@media all and (max-width: 600px) {
  .log_in:not(.myperfil) {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    max-width: none;
  }
  .log_in .col {
    display: block !important;
  }
  .log_in .login_holder:not(.build) div.col:first-child {
    width: 94%;
    margin: 10px auto;
  }
  .log_in #login_yes {
    width: auto;
  }
  .log_in .login_holder div.col:last-child .one {
    margin: 0;
    padding: 20px;
  }
  .log_in .login_holder div.col:last-child .dos {
    margin: 0 auto;
    width: 94%;
  }
  .log_in .login_holder:not(.build) div.col {
    width: auto;
  }
  .log_in .login_holder div.col:last-child input {
    margin: 0;
    width: 100%;
    border-radius: 5px;
  }
  .log_in .sponsors {
    display: block;
    margin: 10px 0 10px 0;
  }
  .log_in ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .log_in #apps_links {
    margin: 10px auto;
  }
  .log_in #apps_links ul li {
    float: none;
    display: inline-block;
    margin: 4px;
  }
  .log_in #apps_links ul li img {
    width: auto;
  }
  .log_in .login_holder div.col:last-child h1 {
    font-size: 4rem;
  }
  .log_in .supports ul li {
    margin: 10px;
  }
  .cookie {
    width: 100%;
    border-radius: 0 !important;
  }
  .step h1 {
    margin-top: 7px;
    font-size: 25px;
  }
  .step .grid .column {
    width: 100%;
  }
  .step .two.grid .column {
    width: 100% !important;
    margin-top: 130px;
  }
  .step .two.grid .column.fimage {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 42px;
  }
  .step .stepFooter {
    margin-top: 23px;
  }
  .step .stepFooter input {
    width: 100%;
  }
  .step .breadcrumb-trail {
    padding: 29px 50px 0;
  }
  .step .breadcrumb-trail .breadcrumbs .breadcrumb {
    left: -16px;
  }
  .ui.main.container.step {
    width: auto;
  }
  .ui.grid > * {
    padding: 0;
  }
  .ui.column.grid .column {
    width: 100%;
  }
  .steps_wrapper #sponsors ul {
    margin-left: 0;
    width: auto;
  }
  .steps_wrapper nav a:not(.mobile) {
    display: none !important;
  }
  .steps_wrapper nav {
    height: 15px;
  }
  .steps_wrapper nav a.mobile {
    background: url(../assets/close.png) no-repeat;
    width: 22px;
    height: 22px;
    top: 5px;
    right: 18px;
    display: block !important;
  }
  article #msgbox {
    width: 94% !important;
    min-height: 120px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    margin: 0;
  }
  #edelvives {
    width: 230px;
    position: absolute;
  }
  .ui.center.container a img {
    width: 32px !important;
  }
  .ui.center.menu {
    margin: 0;
  }
  #m_right {
    display: none;
  }
  .ui.center.container a[href="#perfil"] {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
  }
  body.login {
    background: url(../assets/e_del.png) no-repeat #ff531d;
    background: url(../assets/e_del.png) no-repeat center center fixed #ff531d;
    background: url(../assets/e_del.png) no-repeat center center fixed #ff531d;
    background: url(../assets/e_del.png) no-repeat center center fixed #ff531d;
  }
  #help {
    width: 94%;
    height: 85%;
  }
  .ui.center.container a.cuatro {
    display: none;
  }
  #activityHolder .col-9.grid {
    width: 100%;
  }
  .newMtr .actAttemptsBody .col-2 span.check,
  .newMtr .actAttemptsBody .col-2 span.cross,
  .newMtr .actAttemptsBody li span.check,
  .newMtr .actAttemptsBody li span.cross {
    top: -10px;
    left: -2px;
  }
}
.MTR .page {
  overflow: auto;
  padding: 0;
  margin: 0;
  display: flex;
  height: 300px;
  flex-flow: column wrap;
}
.MTR .table-wrapper td,
.MTR .table-wrapper tr {
  transition: background-color 0.4s;
}
.MTR .table-wrapper table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  position: relative;
}
.MTR .table-wrapper tr:hover {
  background: rgba(1, 1, 1, 0.02);
}
.MTR .table-wrapper tr td,
.MTR .table-wrapper tr th:not(:first-child) {
  transition: font-size ease-in 0.2s;
}
.MTR .table-wrapper tr:hover td:first-child {
  font-weight: 600;
  color: #f86515;
}
.MTR .table-wrapper th:not(:first-child):hover {
  color: #f86515;
}
.MTR .table-wrapper tr td:hover {
  background: #f86515;
  color: #fff;
}
.MTR .table-wrapper tbody td:not(:first-child),
.MTR .table-wrapper thead th:not(:first-child) {
  cursor: pointer;
}
.MTR .table-wrapper tr td div,
.MTR .table-wrapper tr th div {
  pointer-events: none;
}
.MTR .table-wrapper td,
.MTR .table-wrapper th {
  border: 1px solid #ddd;
  height: 50px;
  padding: 0 6px;
  text-align: center;
  white-space: nowrap;
}
.MTR .table-wrapper thead th {
  padding: 10px;
  font-weight: 700;
}
.MTR .table-wrapper th {
  background-color: #fff;
  position: sticky;
  top: -1px;
  z-index: 2;
}
.MTR .table-wrapper th:first-of-type {
  left: 0;
  z-index: 3;
}
.MTR .table-wrapper tbody tr td:first-child {
  background-color: #fff;
  position: sticky;
  left: -1px;
  text-align: left;
  z-index: 5;
}
.MTR .toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(1, 1, 1, 0.02);
}
.MTR .toolbar select {
  padding: 10px;
}
.MTR .toolbar div {
  display: inline-block;
  margin: 10px;
}
.MTR .toolbar ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.MTR .toolbar ul li {
  margin: 5px;
}
.MTR .toolbar div svg,
.MTR .toolbar ul li {
  display: inline-block;
  vertical-align: middle;
}
.MTR .toolbar ul li.grid2 {
  display: none;
}
.MTR .toolbar ul li.grid2.show {
  display: inline-block;
}
.MTR .toolbar input {
  width: 205px;
  height: 45px;
  border: none;
  font-family: "Gotham Bold";
  font-size: 14px;
  padding: 1px 0 0 40px;
  background: url(../assets/svg/search.svg) no-repeat 10px center;
}
@media all and (max-width: 600px) {
  #content.mtr {
    margin-top: 20px;
  }
  #content .row.mt2.activities {
    margin-top: 0;
  }
  #content .row.mt2.activities .col-7.center {
    width: 86%;
  }
  #content .col-2.side {
    width: 45.66%;
  }
  #content .col-2.side .classList li .item {
    width: 135px;
  }
  #content .side2 {
    width: 50%;
  }
  #content .side2 .mtrCard {
    height: 400px;
    overflow-y: auto;
    justify-content: center;
  }
  #content .side2 .cardMtr {
    width: 185px;
    height: 243px;
  }
  #content .side2 .cardMtr .image {
    height: 120px;
    width: auto;
  }
  #msgBox {
    width: 90%;
    min-height: 133px;
  }
  .row.actAttemptsHeader {
    display: none;
  }
  .row.stuAttempts {
    margin-top: 15px;
  }
  .row.actAttemptsBody ul li.select {
    width: initial;
  }
  .row.actAttemptsBody ul li {
    width: auto !important;
  }
  .newMtr .col-4.left {
    width: 100%;
  }
  .row.actAttemptsBody ul li button {
    margin-left: 0 !important;
  }
}
.row.actAttemptsBody {
  margin-bottom: 8px !important;
  border: 2px solid #fff;
  border-radius: 2px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.row.actAttemptsBody ul {
  width: 100%;
}
.row.actAttemptsBody ul li {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  padding: 0 5px;
  font-family: "Gotham Medium";
  position: relative;
}
.row.actAttemptsBody ul li button {
  margin-left: 5px;
  width: auto;
  padding: 5px;
  border-radius: 2px;
  vertical-align: middle;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.row.actAttemptsBody ul li button.disabled {
  background: #dfdeb1;
  pointer-events: none;
}
.row.actAttemptsBody ul li select {
  padding: 3px;
  height: 35px;
  vertical-align: middle;
}
.row.actAttemptsBody ul li.select button {
  color: #111;
  background: #dfdeb1;
  text-transform: capitalize;
  padding: 0 12px;
}
.row.actAttemptsBody.selected {
  border-color: #f86515;
  box-shadow: none;
}
.row.actAttemptsBody.selected ul li.select button {
  background: #f86515;
  outline: 0;
}
.row.actAttemptsBody ul li.select {
  float: right;
  width: auto;
}
.row.actAttemptsBody ul li button svg {
  vertical-align: middle;
  fill: #fff;
}
.googleWrapper {
  position: absolute;
  right: 58px;
  top: 7px;
}
.utils {
  width: 307px;
  height: auto;
  position: relative;
  top: 35px;
  background: #fff;
  z-index: 50;
  border-radius: 4px;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15));
  padding: 16px 12px 24px 12px;
  display: none;
}
.utils::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(15% - 24px);
  box-sizing: border-box;
  width: 0;
  height: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  border: 7px solid #fff;
  box-shadow: -3px 2px 2px 0 rgb(0 0 0 / 6%);
}
.utils p {
  font-family: "Titillium Web";
  font-weight: 700;
  font-size: 14px;
  color: #c7bfb7;
  margin: 5px;
}
.utils a {
  width: 100%;
  height: 51px;
  display: block;
  background-position: 10px center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 8px;
  padding: 14px 0 0 50px;
  color: #36393b;
  font-size: 18px;
  text-decoration: none;
  font-family: "Titillium Web";
}
.utils a.disabled {
  cursor: not-allowed;
  filter: grayscale(100%);
  opacity: 0.5;
}
.utils a:not(.disabled):hover {
  background-color: rgba(130, 130, 130, 0.1);
}
.utils .drive {
  background-image: url(../assets/links/drive.png);
}
.utils .calendar {
  background-image: url(../assets/links/gcalendar.png);
}
.utils .classroom {
  background-image: url(../assets/links/gcroom.png);
}
.utils .eplus {
  background-image: url(../assets/links/eplus.png);
}
.utils .resources {
  background-image: url(../assets/links/resources.png);
}
.utils .go {
  background-image: url(../assets/links/go.png);
}
.utils .tatum {
  background-image: url(../assets/links/tatum.png);
}
.utils .byme {
  background-image: url(../assets/links/byme.png);
}
.utils .plp {
  background-image: url(../assets/links/polp.png);
}
.utils .msone {
  background-image: url(../assets/links/msone.png);
}
.utils .teams {
  background-image: url(../assets/links/teams.png);
}
.gIcon {
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../assets/links/menu-google.svg);
  position: absolute;
  right: 37px;
}
span#_user {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 48px;
  overflow: hidden;
  display: inline-block;
  vertical-align: text-bottom;
}
#m_right {
  position: absolute;
  right: 20px;
  top: 8px;
}
#m_right .myPerfil {
  vertical-align: middle;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.cookieBot {
  display: none;
  position: absolute;
  width: 95%;
  bottom: 15px;
  background: #fff;
  padding: 15px;
  top: 15px;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
  border-radius: 5px;
}
.cookieBot .ui.form {
  width: 100px;
  float: right;
  margin-right: 10px;
}
.pop-resources {
  width: 800px;
  gap: 10px;
  padding: 38px;
  box-shadow: 0 1px 2px rgba(112, 107, 101, 0.15);
  border-radius: 4px;
  margin: 0 auto;
  align-items: center;
  border: 1px solid #e5e5e5;
  font-weight: 600;
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  display: none;
}
.pop-resources.show {
  display: flex;
}
.pop-resources .close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: url(../assets/polp/close.png);
  width: 13px;
  height: 13px;
  cursor: pointer;
}
.pop-resources button {
  display: flex;
  gap: 10px;
  background: #ed7011;
  color: #fff;
  border-radius: 24px;
  width: 208px;
  padding: 12px 26px;
  position: relative;
  border: none;
  outline: 0;
  font-family: "Titillium Web";
  font-size: 17px;
  font-weight: 600;
  justify-content: space-between;
}
.pop-resources button svg {
  height: 19px;
  width: 19px;
}
.pop-resources p {
  font-size: 15px;
  font-family: "Titillium Web";
  font-weight: 300;
  margin: 0 0 5px 0;
}
.pop-resources p.title {
  font-size: 18px;
  font-weight: 600;
}

.resources--container {
  height: calc(100vh - 350px);
  box-sizing: border-box;
  padding: 25px 0 0 0;
  width: 640px;
  margin: 0 auto 1em auto;
}

.resources--first-text {
  font-size: 18px;
  color: #36393b;
  font-family: "Titillium Web";
  font-weight: 600;
  text-align: left;
  margin: 0 !important;
}

.resources--second-text {
  font-size: 15px;
  color: #36393b;
  font-family: "Titillium Web";
  font-weight: 400;
  text-align: left;
  margin: 8px 0 40px 0 !important;
  line-height: 22.82px;
}

.resources--access-resources {
    width: 301px;
    height: 40px;
    gap: 12px;
    padding: 2px 12px 2px 25px;
    box-sizing: border-box;
    border-radius: 40px;
    background-color: #ED7011;
    border: 0;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.resources--access-resources span {
    line-height: 27.38px;
    color: #ffffff;
    font-family: "Titillium Web";
    font-weight: 700;
    font-size: 18px;
}

.resources--access-resources svg {
}

.resources--access-polp {
    width: 175px;
    height: 40px;
    gap: 12px;
    padding: 2px 12px 2px 25px;
    box-sizing: border-box;
    border-radius: 40px;
    background-color: #ED7011;
    border: 0;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    line-height: 27.38px;
    color: #ffffff;
    font-family: "Titillium Web";
    font-weight: 700;
    font-size: 18px;
}
