.mt-2px {
  margin-top: 2px;
}
.w-full {
  width: 100%;
}

.custom_container {
  width: 1200px;
  min-width: 600px;
  max-width: 100%;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  .custom_container {
    min-width: unset;
    width: 100%;
  }
}

div.topbar div.logo {
  position: relative;
}
div.topbar div.logo a {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
div.topbar div.logo img {
  max-height: 70px;
  padding: 0px 0px 0px 5px;
  max-width: calc(100% - 76px);
}

@media only screen and (max-width: 992px) {
  nav .brand-logo {
    left: inherit;
    -webkit-transform: none;
    transform: none;
  }
}

.navbar-fixed {
  height: 70px;
}
nav {
  background-color: rgba(0, 0, 0, 0.4);
  height: 70px;
  line-height: 70px;
}
nav ul a.btn-floating {
  margin-left: 5px;
  margin-right: 5px;
}
nav .brand-logo {
  position: relative;
}
div.navbar-fixed a.brand-logo {
  padding: 8px 5px;
  max-height: 70px;
}
div.navbar-fixed a.brand-logo img {
  max-height: 54px;
  max-width: calc(100vw - 142px);
}
div.navbar-fixed .program_selector_container {
  margin: 0 5px;
}
div.navbar-fixed .program_selector_container .program_selector {
  margin: 0;
}
.topbar{
    background-color: rgba(0,0,0,0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
}

.logo {
    height: 70px;
    width: 100%;
}

.main-content {
    min-height: 100%;
}

.main-content > div.row {
    padding-top: 5.75px;
    padding-bottom: 42px;
}

/*PIE DE LA PAGINA*/
.thefooter {
    color: white;
    font-weight: 900;
    font-size: 12px;
    text-align: center;
    background-color: rgba(0,0,0,0.4);
    padding: 12px 0px;
    position: relative;
    margin-top: -42px;
    /* negative value of footer height */
    height: 42px;
    clear: both;
}
.thefooter p {
  margin: 0px;
}
.thefooter a {
  color: white;
  text-decoration: underline;
}
.custom_orange {
  background-color: #f15d3e !important;
}
.custom_orange-text {
  color: #f15d3e !important;
}

.h45px {
  height: 45px;
}

input[type=range]+.thumb{
  background-color: #f15d3e;
}
input[type=range]::-webkit-slider-thumb {
  background-color: #f15d3e;
}
input[type=range]::-moz-range-thumb {
  background-color: #f15d3e;
}
input[type=range]::-ms-thumb {
  background-color: #f15d3e;
}

html {
    color: #455a64;
    height: 100%;
}
body {
  height: 100%;
}

h1 {
    font-size: 300%;
}

div.topbar div.logo {
  position: relative;
}
div.topbar div.logo a {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
div.topbar div.logo img {
  max-height: 70px;
  padding: 0px 0px 0px 5px;
  max-width: calc(100% - 76px);
}

@media only screen and (max-width: 992px) {
  nav .brand-logo {
    left: inherit;
    -webkit-transform: none;
    transform: none;
  }
}

.navbar-fixed {
  height: 70px;
}
nav {
  background-color: rgba(0, 0, 0, 0.4);
  height: 70px;
  line-height: 70px;
}
nav .brand-logo {
  position: relative;
}
div.navbar-fixed a.brand-logo {
  padding: 8px 5px;
  max-height: 70px;
}
div.navbar-fixed a.brand-logo img {
  max-height: 54px;
  max-width: 100%;
}
div.navbar-fixed .program_selector_container {
  margin: 0 15px;
}
div.navbar-fixed .program_selector_container .program_selector {
  margin: 0;
}

.pagination:not(.bottom) li {
  display: inline-block;
}
.pagination li {
  margin: 0px 2px;
}
.pagination li.active {
    background-color: #f15d3e !important;
    cursor: default;
}

.pagination li:not(.active) {
  cursor: pointer;
}

.pagination:not(.bottom) {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 3px;
  position: relative;
}

#questions_modal {
  top: 40% !important;
  transform: translateY(-50%) !important;
}
#questions_modal ul.pagination li {
  margin-top: 3px;
}

.d-block-w100 {
  display: block;
  width: 100%;
}

.line-through {
  text-decoration: line-through;
}

/* BUTTONS */
button.btn-a {
  color: #ffab40;
  margin-right: 20px;
  transition: color .3s ease;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  padding: 0px;
  text-align: left;
}
button.btn-a:not([disabled]):hover {
  color: #ffd8a6;
}
button.btn-a[disabled] {
  color: #d1d1d1;
}

.btn-block {
  display: block;
  width: 100%;
}

/* LABELS AND INPUTS */
.row div.col.input-field {
    padding: 0px;
    margin-top: 0px;
}
/* label focus color */
.input-field input[type=text]:focus + label ,
.input-field input[type=email]:focus + label ,
.input-field input[type=password]:focus + label {
    color: #546e7a;
}
/* label underline focus color */
.input-field input[type=text]:focus ,
.input-field input[type=email]:focus ,
.input-field input[type=password]:focus {
    border-bottom: 1px solid #546e7a;
    box-shadow: 0 1px 0 0 #546e7a;
}
input {
    color: #455a64;
}

input.ng-invalid.ng-touched {
    border-bottom: 1px solid #F44336;
    box-shadow: 0 1px 0 0 #F44336;
}
input[type=text].ng-valid.ng-touched ,
input[type=email].ng-valid.ng-touched ,
input[type=password].ng-valid.ng-touched {
border-bottom: 1px solid #4caf50;
box-shadow: 0 1px 0 0 #4caf50;
}

/*FORMULARIO*/
.formtitle{
    color: #455a64;
    text-align: center;
}

/* LANDING */
div.landing div.card .card-title {
  margin: 0px;
  line-height: 50px;
  font-size: 50px;
}
div.landing div.card .card-title small {
  font-size: 50%;
}

div.landing div.card .card-title .program_name {
  margin: 0px 10px;
}

div.landing div.card div.card-reveal .card-title {
  font-size: 30px;
}
div.landing div.card div.card-reveal p {
  margin: 10px 0px;
}

/* LOGIN */
.login .buttons {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.login .buttons .btn {
    padding: 0px 15px;
    min-width: 67%;
    text-align: center;
}


@media (max-width: 600px) {
  .login .buttons {
    text-align: center;
  }
  .login .buttons .btn {
    width: 60%;
  }
  .login .buttons .btn.register {
    margin-top: 15px;
  }
}

@media (min-width: 601px) {
  .login .buttons .col.register {
    text-align: right;
  }
  .login .buttons .btn.register {
    float: right;
  }
}

.login .forgot {
    position: relative;
    left: 100%;
    margin-left: -90.5px;
    top: -78px;
    padding: 0 1rem;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

/* SIGNUP */
.signup .buttons {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.signup .buttons .btn {
    padding: 0px 15px;
    min-width: 67%;
    text-align: center;
}


@media (max-width: 600px) {
  .signup .buttons {
    text-align: center;
  }
  .signup .buttons .btn {
    width: 90%;
  }
  .signup .buttons .btn.login {
    margin-top: 15px;
  }
}

@media (min-width: 601px) {
  .signup .buttons .col.login {
    text-align: right;
  }
  .signup .buttons .btn.login {
    float: right;
  }
}

.order .card .card-content .card-title {
  line-height: 30px;
  margin-bottom: 15px;
  display: inline-block;
}
.order .card.horizontal .card-image {
  overflow: hidden;
}
.order .card.horizontal .card-image img {
  max-width: 200px;
}
.order .card .card-content {
  padding-bottom: 44px;
}
.order .card .card-content .price {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 16px;
}

/* RECOVER PASSWORD*/
.recover_password .buttons {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.recover_password .buttons .btn {
    padding: 0px 15px;
    text-align: center;
}


@media (max-width: 600px) {
  .recover_password .buttons {
    text-align: center;
  }
  .recover_password .buttons .btn {
    width: 90%;
  }
  .recover_password .buttons .btn.login {
    margin-top: 15px;
  }
}

@media (min-width: 601px) {
  .recover_password .buttons .col.login {
    text-align: right;
  }
  .recover_password .buttons .btn.login {
    float: right;
  }
}

/* RESET PASSWORD*/
.reset_password .buttons {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.reset_password .buttons .btn {
    padding: 0px 15px;
    text-align: center;
}


@media (max-width: 600px) {
  .reset_password .buttons {
    text-align: center;
  }
  .reset_password .buttons .btn {
    width: 90%;
  }
}

/* USER SETTINGS */
div.user_settings div.fixed-action-btn {
    padding-top: 0;
    top: 7px;
    right: 7px;
    bottom: unset;
    z-index: 10000;
}
div.user_settings .fixed-action-btn.horizontal ul li {
    margin: 8px 15px 0 0;
}

div.user_settings .fixed-action-btn.horizontal ul li a.white.btn[disabled] {
    border-bottom: solid #43a047 3px;
    background-color: #FFFFFF !important;
    color: #37474f !important;
}

/*div.user_settings .fixed-action-btn.horizontal ul.programs {
  position: absolute;
  right: 0px;
  top: 90px;
}

div.user_settings .fixed-action-btn.horizontal ul.programs li {
  display: block;
  width: 100%;
}*/

/* DASHBOARD */
div.dashboard div.card.menu {
  background-color: rgba(0,0,0,0.4) !important;
}
div.dashboard div.card.menu div.card-action {
  background-color: rgba(0,0,0,0.2) !important;
}
div.dashboard div.card.menu div.card-action a {
  cursor: pointer;
}
div.dashboard div.open_tests {
  margin-bottom: 0px;
}
div.dashboard div.open_tests div.card div.edit {
    cursor: pointer;
    height: 76px;
}
div.dashboard div.open_tests div.card div.edit i {
    margin: auto;
}

div.dashboard div.submitted_tests {
  margin-bottom: 0px;
}
div.dashboard div.submitted_tests div.card div.grade {
    margin-top: 10px;
    font-size: 200%;
    -ms-transform: rotate(-10deg); /* IE 9 */
    -webkit-transform: rotate(-10deg); /* Safari */
    transform: rotate(-10deg);
    cursor: pointer;
}
div.dashboard div.submitted_tests div.card div.grade span {
    font-family: 'Handlee', cursive;
    padding: 0 10px;
}
div.dashboard div.submitted_tests div.card div.grade span.green-text {
  border-bottom: solid 2px #4CAF50;
}
div.dashboard div.submitted_tests div.card div.grade span.red-text {
  border-bottom: solid 2px #F44336;
}

div.dashboard div.your_progress .card-content {
  padding: 20px 5px 5px 5px;
}
div.dashboard div.your_progress .card-title {
  padding: 0px 15px;
}

.google-visualization-tooltip {
  padding: 5px !important;
  width: 120px !important;
}

@keyframes highlight {
    from {background-color: #999999;}
    to {background-color: initial;}
}

.highlight {
  animation: highlight 1s linear infinite;
  animation-iteration-count: 1;
}

/* TESTS */
div.test {
  padding-top: 10px;
}

div.test {
  padding-top: 20px;
}
div.test h1 {
  font-size: 200%;
  margin-top: 0px;
}
div.test .grade span {
  font-size: 150%;
  margin-right: 20px;
  vertical-align: middle;
}

@media (max-width: 600px) {
  div.test div.view_stats {
    text-align: center;
  }
}
div.test div.view_stats .btn {
  padding: 0 1rem;
}

div.test img.fm-editor-equation {
  vertical-align: middle;
}

div.test div.questions {
  margin-top: 10px;
}
ul.pagination {
  margin-top: 0px;
  margin-bottom: 0px;
}

div.situation {
  font-size: 16px;
}
div.situation div.situation {
  margin-bottom: 15px;
}
div.situation div.question {
  margin: 0 15px;
  margin-bottom: 10px;
}
div.situation div.question ul {
  margin: 2px 10px 2px 10px;
}
div.situation div.question ul li.option {
  margin: 2px 0px 2px 0px;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
}
div.situation div.question ul li.option i.not_answered {
  margin-top: -15px;
}
div.situation div.question ul li.option:not(.selected):not(.green):not(.red) {
  cursor: pointer;
}
div.situation.review div.question ul li.option:not(.selected):not(.green):not(.red) {
  cursor: default;
}

div.situation div.question ul li.option div.explanation {
  background-color: white;
  border: solid 1px #d1d1d1;
  border-radius: 3px;
  padding: 5px 10px;
}
div.situation div.question ul li.option i {
  position: absolute;
  left: 10px;
}

div.test div.questions_bottom a.btn {
  padding: 0px 3px;
}
div.test div.questions_bottom a.btn:first-child span {
  margin-right: 20px;
}
div.test div.questions_bottom a.btn:last-child span {
  margin-left: 20px;
}
div.test div.questions_bottom a.btn i {
  vertical-align: middle;
  font-size: 30px;
}

/* TEST STATS */
div.test_stats {
  padding-top: 20px;
}
div.test_stats h1 {
  font-size: 200%;
  margin-top: 0px;
}
div.test_stats .grade span {
  font-size: 150%;
  margin-right: 20px;
  vertical-align: middle;
}
div.test_stats table th {
  text-align: center;
}
div.test_stats table td {
  text-align: center;
}

/* LANDING PAGE */
.flex {
  display: flex;
  flex-wrap: wrap;
}

div.landing div.products .card-content.row {
  padding: 0;
  margin: 0;
}
div.landing div.products .card-content .info {
  padding: 0;
}
@media (min-width: 601px) {
  div.landing div.products .card-content .info {
    padding: 0 0.75rem 0 0;
  }
}
div.landing div.products .card-content .info div.image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
}
div.landing div.products .card-content .info div.image img {
  display: block;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: top;

}
@media (min-width: 601px) {
  div.landing div.products .card-content .info div.image img {
    position: absolute;
  }
}
div.landing div.products .card-content .info div.image .btn-floating {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
div.landing div.products .card-content .features ,
div.landing div.products .card-content .pricing {
  padding-top: 15px;
  padding-bottom: 15px;
}
div.landing div.products .card-content .features i ,
div.landing div.products .card-content .pricing i {
  margin-bottom: 15px;
}
div.landing div.products .card-content .features ul {
  max-width: 340px;
  position: relative;
  margin: auto;
}
div.landing div.products .card-content .features ul li:before {
  content: "check";
  font-family: 'Material Icons';
  color: #4caf50;
  font-size: 23px;
  position: absolute;
  left: 0;
  margin-top: -7px;
}
div.landing div.products .card-content .features ul li {
  margin-bottom: 10px;
  padding-left: 25px;
}

div.landing div.products .card-content .pricing .plan-row {
  margin-bottom: 10px;
}
div.landing div.products .card-content .pricing .plan-btn {
  width: 100%;
  text-align: center;
}
div.landing div.products .card-content .pricing .plan-hint {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #9e9e9e;
  margin-top: 3px;
}
.program-features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.program-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.program-features li:last-child {
  margin-bottom: 0;
}
.program-features li i {
  flex-shrink: 0;
}
.plan-list {
  width: fit-content;
  margin: auto;
  margin-top: 8px;
}
.plan-row {
  flex-direction: row;
  display: flex;
  margin-right: 0px;
  align-items: center;
  margin-bottom: 16px;
}
.plan-row a {
  margin-right: 8px;
}
@media (max-width: 600px) {
  .plan-row {
    flex-direction: column;
    margin-top: 8px;
    align-items: center;
    margin-bottom: 8px;
  }
  .plan-row a {
    margin-bottom: 4px;
  }
}