:root {
  --gp-brown: #6c5e53;
  --gp-light-brown: #e7d8cb;
  --gp-orange-warn: #e97451;
  --gp-light-light-brown: #f4ede7;
  --gp-medium-brown: #998675;
  --gp-red-warn: #f5495e;
  --gp-blue-link: #3b5ba5;
}

body {
  font-family: "Exo", Ubuntu, sans-serif;
  background: url("../img/background.png") repeat;
  color: #998675;
}

body.modal-open {
  overflow: hidden;
  /*Avoid background moving on modal show*/
  margin-right: 15px;
}

a,
a:hover,
a:focus,
a:active {
  color: #63594d;
  cursor: pointer;
}

.btn {
  font-family: "Exo", Ubuntu, sans-serif;
}

.cursor-pointer {
  cursor: pointer;
}

.container {
  max-width: 1160px;
  width: 1160px;
}

.user-browser-outdated {
  position: fixed;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-size: 1.5em;
  padding: 20px;
  margin-bottom: 3px;
  background: var(--gp-orange-warn);
  font-weight: 400;
  z-index: 1999;
}

.due-plan-date-warn {
  border: 1px solid #fff;
  border-radius: 15px;
  width: 17px;
  background: #d9c90e;
  font-size: 0.73em;
  text-align: center;
  height: 17px;
  cursor: pointer;
}

.due-no-plan-date-warn {
  border: 1px solid #fff;
  border-radius: 15px;
  width: 17px;
  background: #ec5546;
  font-size: 0.73em;
  text-align: center;
  height: 17px;
  cursor: pointer;
}

.maintenance-body {
  background: var(--gp-medium-brown);
}

.maintenance-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
  height: 70%;
}

.maintenance-box .maint-exclamation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 150px;
  font-weight: bold;
  font-size: 11em;
  color: var(--gp-medium-brown);
  width: 250px;
  height: 250px;
  background-color: #fff;
}

.maintenance-box .maintenance-main-text {
  color: #fff;
  font-size: 3.1em;
}

.maintenance-box .maintenance-main-text img {
  margin-bottom: -29px;
  width: 260px;
}

.maintenance-box .maintenance-small-text {
  font-size: 1.2em;
  color: #fff;
}

.maintenance-box .maintenance-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.maintenance-box .maintenance-contact div:nth-child(3) a {
  color: var(--gp-brown);
}

#gp-version-lang {
  display: flex;
  flex-direction: row;
}

#site-version {
  display: inline-block;
  text-decoration: none;
  cursor: default;
  font-size: 1.1em;
  font-family: "Exo", Ubuntu, sans-serif;
  color: #63594d;
  font-weight: 600;
  margin-left: 9px;
}

.tabs .tab-links .header-type-btn {
  border: 2px;
  border-color: #000;
}

.header-due-warn {
  margin-left: 95%;
  margin-top: -35px;
}

.purchase-text {
  color: #000;
}

.user-home .user-classes-home {
  width: 1010px;
  color: #eeeeee;
  font-weight: 600;
}

#groupTerms {
  margin-top: 18px;
}

#groupTerms,
#groupPolicy {
  display: flex;
  flex-direction: column;
  padding-left: 31px;
  padding-top: 4px;
}

#groupTerms div,
#groupPolicy div {
  display: flex;
  flex-direction: row;
}

#groupTerms label,
#groupPolicy label {
  text-align: left;
  padding-top: 5px;
  width: 0;
}

#groupTerms span,
#groupPolicy span {
  font-size: 1.12em;
  padding-left: 5px;
}

.gp-link-color {
  color: #3b5ba5;
}

.home-top-menu {
  margin: 0 auto;
  width: 1150px;
  text-align: center;
}

.home-top-menu button {
  background: #6c5e53;
  color: #fff;
  font-family: "Exo", Ubuntu, sans-serif;
  border: none;
  border-radius: 5px;
  padding: 5px 7px;
  font-weight: 800;
  font-size: 1.25em;
  height: 40px;
  width: fit-content;
  margin-top: 9px;
}

.user-home .full-edit-btn {
  float: right;
  margin-right: -217px;
  margin-top: -40px;
}

.user-home .move-class-btn {
  float: right;
  margin-right: -256px;
  margin-top: -37px;
  cursor: pointer;
}

.user-home .active-class-btn {
  margin-right: -225px;
}

.user-home .user-home-li {
  background-color: #6c5e53;
}

.user-home .user-home-ul {
  background-color: #b3a18b;
}

.user-home .classes-menu-accordion li div {
  width: 1058px;
}

.user-home #user-classes .user-class-data {
  width: 180%;
}

.user-home #user-classes .user-class-data .user-class-tab-bg {
  background: #e7d8cb;
  width: 100%;
  padding: 10px;
}

.user-home #user-classes .user-class-data button {
  width: fit-content;
  font-family: "Exo", Ubuntu, sans-serif;
  font-size: 1.15em;
  font-weight: 400;
  background: #e7d8cb;
  border: none;
}

.user-home #user-classes .nav-tabs a {
  padding: 12px;
  font-weight: 500;
  font-size: 1.14em;
}

.user-home #gabaritos-tabs.home-nav-tabs {
  margin-bottom: -3px;
  margin-left: 4px;
}

#gabaritos-tabs.home-nav-tabs > .active > a,
.home-nav-tabs > .active > a:focus {
  background: #6c5e53 !important;
}

#gabaritos-tabs.home-nav-tabs > li > a:hover,
.home-nav-tabs > li > a:focus {
  background: #6c5e53 !important;
}

.user-home #user-classes .nav-tabs .user-class-tab-selected {
  background: #998675;
}

.user-home #user-classes .tab-pane p {
  padding: 5px;
  width: 114%;
  border-radius: 2px;
}

.user-home #user-classes .tab-pane p:hover {
  transform: scale(1.02);
  cursor: pointer;
  background-color: #e7d8cb;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.13);
}

.user-home .tab-content .test-done {
  width: 27%;
  border: 1px solid #000;
  background: #ff0000;
  border-radius: 50px;
  margin: 0 auto;
}

.user-home .tab-content .exam-scheduled {
  background: #c67605 !important;
}

.user-home .tab-content .exam-done {
  background: #356635 !important;
}

.user-home .tab-content .exam-started {
  background: #3b5ba5 !important;
}

.user-home .tab-content .e-data-table {
  width: 1047px;
  padding: 3px;
  font-size: 20px;
  border-collapse: collapse;
  border-radius: 5px;
  font-family: "Exo", sans-serif;
  overflow-x: auto;
}

.user-home .tab-content .e-data-table thead th {
  background-color: #6c5e53;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 5px;
  width: fit-content;
}

.user-home .tab-content .e-data-table thead th:first-child {
  border-radius: 0 0 0 0;
}

.user-home .tab-content .students-data-table thead th:first-child {
  border-radius: 0 0 0 0;
}

.user-home .tab-content .e-data-table thead th:last-child {
  border-radius: 0 8px 0 0;
}

.user-home .tab-content .e-data-table tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}

.user-home .tab-content .e-data-table tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}

.user-home .tab-content button {
  font-family: "Exo", Ubuntu, sans-serif;
  background: #6c5e53;
  border: none;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1em;
  font-weight: 800;
  text-align: center;
  margin-left: 2px;
}

.help-tip {
  display: inline-block;
  text-align: center;
  background-color: var(--gp-brown);
  border-radius: 50%;
  min-width: 10% !important;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 26px;
  cursor: default;
}

.help-tip:before {
  content: "?";
  font-weight: bold;
  color: #fff;
}

.help-tip:hover p {
  display: block;
  transform-origin: 100% 0%;

  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}

.help-tip p {
  display: none;
  text-align: left;
  background-color: var(--gp-brown);
  padding: 20px;
  width: 300px;
  position: absolute;
  border-radius: 3px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  right: -4px;
  color: #fff !important;
  font-size: 19px !important;
  line-height: 1.4;
}

.help-tip p:before {
  /* The pointer of the tooltip */
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #1e2021;
  right: 10px;
  top: -12px;
}

.help-tip p:after {
  /* Prevents the tooltip from being hidden */
  width: 100%;
  height: 40px;
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
}

/* CSS animation */

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }

  100% {
    opacity: 100%;
    transform: scale(1);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 100%;
  }
}

.test-options-menu {
  width: fit-content;
  position: absolute;
  z-index: 999;
  margin-left: 10px;
  margin-top: 10px;
  font-size: 1.22em;
}

.test-options-menu div {
  padding: 5px;
  color: #fff;
  background: #6c5e53;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  transition: 0.4s;
}

.test-options-menu div:hover {
  opacity: 1;
  background: #b3a18b;
  font-weight: 600;
  color: #6c5e53;
}

.user-home .tab-content .e-data-table tr {
  font-weight: 400;
  color: #63594d;
  text-align: center;
}

.user-home .tab-content .students-data-table thead th:nth-child(2) {
  text-align: left;
}

.user-home .tab-content .students-data-table thead th:nth-child(3) {
  text-align: left;
}

.user-home .tab-content .students-data-table tr td:nth-child(2) {
  text-align: left;
}

.user-home .tab-content .students-data-table tr td:nth-child(3) {
  text-align: left;
}

.user-home .tab-content .e-data-table tr:nth-child(odd) {
  background: #d2c1ad;
}

.user-home .tab-content .e-data-table tr:nth-child(even) {
  background: #b3a18b;
}

.user-home .tab-content .e-data-table td {
  height: 30px;
  cursor: pointer;
  margin: 2px;
  padding: 5px;
}

.user-home .tab-content .e-data-table td:nth-child(2) {
  width: 250px;
}

.user-home .tab-content .e-data-table td:nth-child(3) {
  width: 250px;
}

.user-home .tab-content .e-data-table td:nth-child(4) {
  width: 25px;
}

.user-home .tab-content .e-data-table td:last-child {
  width: 25px;
  text-align: center;
}

.user-home .fa-hide-user-class {
  font-size: 40px;
  margin: 8px 14px 0 -20px;
  cursor: pointer;
}

.user-home .classes-menu {
  display: flex;
  flex-direction: row;
}

.examminwidth {
  width: 1200px;
  max-width: 1200px;
}

.user-home .classes-menu-accordion {
  margin-right: 43px;
  margin-left: -40px;
}

.user-home .features {
  width: 1210px;
  margin: 0 auto;
}

.user-home .span-full .user-classes-info {
  margin-left: 26px;
}

#modalNovaQuestao #boxGroups #group-1-groups {
  float: left;
  padding-right: 7px;
}

#modalNovaQuestao #boxGroups .btn-create-edit-wrap {
  float: right;
  padding-right: 130px;
}

#modalNovaQuestao #boxGroups .btn-create-edit-wrap button {
  float: left;
  padding-right: 161px;
  padding-left: 8px;
  font-size: 1.35em;
  white-space: nowrap;
}

#modal-groups {
  border-radius: 10px;
}

#modal-groups .modal-title {
  font-size: 2.1em;
  padding-top: 15px;
  padding-bottom: 22px;
  font-weight: bold;
}

#modal-groups .modal-dialog .modal-body {
  margin-top: -18px;
  overflow: auto;
  min-height: 620px;
  min-width: 800px;
}

#modal-groups .modal-body .control-groups-edit {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 98%;
  margin-left: 7px;
}

#modal-groups .modal-body hr {
  border: none;
  border-bottom: 2px dotted #968e89;
  width: 98%;
  margin: 0 auto;
  margin-bottom: 10px;
}

#modal-groups .modal-body .group-members {
  font-size: 1.45em;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 12px;
  padding-left: 17px;
}

#modal-groups .modal-body .control-groups-edit label {
  font-size: 1.3em;
  padding-top: 4px;
}

#modal-groups .form-horizontal .control-group {
  margin: 0 auto;
  margin-left: -57px;
}

#modal-groups .form-horizontal .control-group #institutional-alternative {
  display: flex;
  flex-direction: row;
  float: left;
  clear: left;
  margin-left: 44px;
}

#modal-groups .form-horizontal .control-group #institutional-alternative li {
  margin-top: -3px;
  margin-left: -26px;
}

#modal-groups .form-horizontal .control-group #institutional-alternative span {
  white-space: nowrap;
  padding-left: 6px;
  padding-top: 1px;
  padding-right: 30px;
}

#modal-groups .form-horizontal .control-group .group-manager {
  margin-top: 10px;
  margin-left: 20px;
}

#modal-groups .form-horizontal .imagens_multipla_escolha_vazio {
  background-image: url(../img/check_radios.png);
  background-position: 1px -93px;
  background-repeat: no-repeat;
  width: 28px;
  height: 26px;
  list-style-type: none;
}

#modal-groups .form-horizontal .control-group .groups-info-text {
}

#modal-groups .form-horizontal .control-group .groups-info-opts {
  margin-top: 1px;
  float: right;
  clear: right;
  margin-right: 9px;
}

#modal-groups .form-horizontal .control-group button {
  width: fit-content;
  padding: 6px;
}

#modal-groups .form-horizontal form {
}

#modal-groups .form-horizontal .table-wrapper {
  height: 180px;
  padding-top: 10px;
}

#modal-groups .form-horizontal #select-group-table {
}

#modal-groups .form-horizontal .table-wrapper #institutional-alternative {
  float: left;
  padding-left: -2px;
}

#modal-groups .form-horizontal .table-wrapper #group-type-text {
  float: left;
  padding-left: 10px;
  padding-top: 4px;
}

#modal-groups .form-horizontal .table-wrapper .control-label.checkbox {
  padding-bottom: 5px;
}

#modal-groups .form-horizontal .table-wrapper #table-scroll {
  font-size: 0.4em;
  margin-top: -10px;
}

#modal-groups .form-horizontal .table-wrapper .users {
  border-collapse: separate;
  border-spacing: -10px -20px;
}

#modal-groups .form-horizontal .table-wrapper #add-user-to-group {
  float: left;
  padding-left: 50px;
  padding-top: 5px;
}

#modal-groups .form-horizontal .table-wrapper #remove-user-from-group {
  float: left;
  padding-left: 2px;
  padding-top: 5px;
}

#modal-groups .table-wrapper .users .options {
  background-color: #d2c1ad;
}

#modal-groups .table-wrapper .users .add-user-to-group input[type="text"] {
  background-color: #e7d8cb;
  border: 0px solid #fff;
  margin-top: -15px;
}

#modal-groups .table-wrapper .users .add-user-to-group {
  text-align: right;
  margin-bottom: -11px;
}

#modal-group {
  border-radius: 10px;
}

#modal-group .modal-title {
  font-size: 2.1em;
  padding-top: 15px;
  padding-bottom: 22px;
  font-weight: bold;
}

#modal-group .modal-dialog .modal-body {
  margin-top: -18px;
  overflow: auto;
  min-height: 620px;
  min-width: 800px;
}

#modal-group .form-horizontal .table-wrapper {
  height: 180px;
  padding-top: 10px;
}

#modal-group .form-horizontal #select-group-table {
}

#modal-group .form-horizontal .table-wrapper #institutional-alternative {
  float: left;
  padding-left: -2px;
}

#modal-group .form-horizontal .table-wrapper #group-type-text {
  float: left;
  padding-left: 10px;
  padding-top: 4px;
}

#modal-group .form-horizontal .table-wrapper .control-label.checkbox {
  padding-bottom: 5px;
}

#modal-group .form-horizontal .table-wrapper #table-scroll {
  font-size: 0.4em;
  margin-top: -10px;
}

#modal-group .form-horizontal .table-wrapper .users {
  border-collapse: separate;
  border-spacing: -10px -20px;
}

#modal-group .form-horizontal .table-wrapper #add-user-to-group {
  float: left;
  padding-left: 50px;
  padding-top: 5px;
}

#modal-group .form-horizontal .table-wrapper #remove-user-from-group {
  float: left;
  padding-left: 2px;
  padding-top: 5px;
}

#modal-group .table-wrapper .users .options {
  background-color: #d2c1ad;
}

#modal-group .table-wrapper .users .add-user-to-group input[type="text"] {
  background-color: #e7d8cb;
  border: 0px solid #fff;
  margin-top: -15px;
}

#modal-group .table-wrapper .users .add-user-to-group {
  text-align: right;
  margin-bottom: -11px;
}

#modal-group-actions {
  border-radius: 10px;
  display: block;
  width: 35%;
  margin-left: -15%;
  z-index: 99;
}

#modal-confirmar-turma .modal-header {
  font-size: 1.8em;
  padding-top: 15px;
  padding-bottom: 22px;
  font-weight: bold;
}

#modal-confirmar-turma .modal-content #modal-content {
  max-height: 540px;
  margin-top: -18px;
}

#modal-confirmar-turma .form-horizontal button:nth-child(2) {
  float: left;
}

#modal-confirmar-turma .form-horizontal button:nth-child(3) {
  float: right;
}

#modal-confirmar-turma .confirmar-turma-dialog-box {
  text-align: center;
  padding-bottom: 30px;
}

#modal-selecionar-turmas {
  border-radius: 10px;
  display: block;
  width: 495px;
  margin-top: 110px;
  margin-left: -255px;
}

.tabs #examClass {
  cursor: pointer;
}

#modal-turmas.modal {
  max-height: none !important;
  margin-top: -15px;
}

#modal-turmas .table-wrapper-top {
  border-radius: 0 0 8px 8px;
}

#modal-turmas #archived-class-not-available {
  text-align: center;
}

#modal-turmas #archived-class-not-available label {
  font-size: 1.2em;
  padding-top: 10px;
  font-style: italic;
}

#modal-turmas #header-tbl-classes {
  border-radius: 8px 8px 0 0;
}

#modal-turmas #header-tbl-classes tr {
  background: #6c5e53;
  color: #fff;
}

#modal-turmas #header-tbl-classes td label {
  font-weight: 700;
}

#modal-turmas #header-tbl-classes td:first-child label {
  font-size: 1.1em;
  margin-left: 47px;
}

#modal-turmas #header-tbl-classes td:nth-child(2) label {
  font-size: 1.1em;
  margin-right: 176px;
}

#modal-turmas .control-class-edit {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 7px;
  width: 800px;
  height: 58px;
}

#modal-turmas .control-class-edit button {
  width: fit-content;
  font-size: 1.25em;
  height: 38px;
  padding: 5px;
  float: right;
  margin-right: 5px;
  white-space: nowrap;
}

#modal-turmas .control-class-edit #btn-register-students {
  margin-right: 6px;
}

#modal-turmas #btn-add-class {
  margin-right: 10px;
  margin-top: 0px;
}

#modal-turmas .add-class-locked {
  background-color: rgba(108, 94, 83, 0.5);
  cursor: not-allowed;
}

#modal-turmas table tr {
  height: 10px;
}

#modal-turmas .control-class-edit #btn-edit-students {
  margin-left: 30px;
  white-space: nowrap;
  float: right;
}

#modal-turmas .control-class-edit .btn-create-edit-group {
  margin-left: 6px;
  float: right;
  white-space: nowrap;
}

#modal-turmas .modal-footer {
  margin-top: -3px;
}

#modal-turmas .modal-footer .btn-editcreate-class {
  float: right;
  margin-right: 9px;
  margin-bottom: 2px;
  white-space: normal;
}

#modal-turmas .modal-footer .btn-editcreate-class {
  float: right;
  margin-right: 9px;
  margin-bottom: 2px;
  white-space: normal;
}

#modal-turmas .modal-footer #create-new-class-row {
  margin-right: 5px;
}

#modal-turmas #remove-class-row {
  margin-top: -37px;
  float: right;
}

#modal-turmas .add-students-to-class {
  margin-top: -37px;
  float: right;
  width: 32px;
  font-size: 1.18rem;
  cursor: pointer;
}

#modal-turmas .add-students-to-class button {
  padding: 6px;
}

#modal-turmas .control-class-group label {
  width: 35px;
}

#modal-turmas .control-class-group input[type="text"] {
  width: 230px;
  margin-left: -90px;
  font-size: 1.18em;
}

#modal-turmas .control-class-group select {
  width: 240px;
  font-size: 1.18em;
  margin-left: -45px;
}

#modal-turmas .control-class-group .btn-create-edit-wrap button {
  width: 150px;
  height: 30px;
  white-space: nowrap;
  font-size: 1rem;
  padding: 5px;
  margin-left: 3px;
}

#modal-turmas .control-class-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 7px;
  width: 450px;
  height: 30px;
  margin-left: -15px;
  margin-top: 5px;
}

#modal-turmas .control-class-group-show input {
  outline: none;
  border: 0;
}

#modal-turmas .control-class-group-show input[type="text"],
textarea {
  background-color: rgba(0, 0, 0, 0) !important;
}

#modal-turmas .control-class-group-show select {
  outline: none;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  appearance: none;
}

#modal-turmas .control-class-group-show {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 7px;
  width: 450px;
  height: 30px;
  margin-left: -15px;
  padding-right: 50px;
}

#modal-turmas .control-class-group .control-group-title {
  font-size: 1em;
}

#modal-turmas .control-class-group .btn-edit-class {
  font-size: 1em;
  padding: 5px;
  margin-left: 5px;
}

#modal-turmas .table-wrapper-top .class-name-list {
  width: 88%;
}

#modal-turmas .table-wrapper-top .turmas .save-class {
  margin-top: -37px;
  margin-right: 162px;
  float: right;
  width: 32px;
  font-size: 0.8rem;
  cursor: pointer;
}

#modal-turmas .table-wrapper-top .turmas .show-students-on-class {
  margin-top: -37px;
  margin-right: 162px;
  float: right;
  width: 32px;
  font-size: 0.8rem;
  cursor: pointer;
}

#modal-turmas .table-wrapper-top .turmas .show-students-on-class button {
  padding: 6px;
}

#modal-turmas .table-wrapper-top .turmas .save-class button {
  padding: 6px;
}

#modal-turmas .table-wrapper-top #group-is-needed {
  padding-left: 30px;
  padding-top: 10px;
  font-size: 1.5em;
  font-weight: 500;
}

#modal-turmas .table-wrapper-top .radio-class-option {
  padding-bottom: 14px;
}

#modal-turmas {
  border-radius: 10px;
  overflow: hidden;
  z-index: 10;
}

#modal-turmas .modal-title {
  font-size: 2.1em;
  padding-top: 15px;
  padding-bottom: 22px;
  font-weight: bold;
}

#modal-turmas .modal-body {
  overflow: auto;
  margin-top: -18px;
}

#modal-turmas .form-horizontal .table-wrapper {
  padding-top: 10px;
}

#modal-turmas .form-horizontal .table-wrapper #bottom-class-table {
  margin: 0 auto;
  margin-top: -63px;
}

#modal-turmas .form-horizontal .table-wrapper #institutional-alternative {
  float: left;
  padding-left: -2px;
}

#modal-turmas .form-horizontal .table-wrapper #group-type-text {
  float: left;
  padding-left: 10px;
}

#modal-turmas .form-horizontal .control-label.checkbox {
  padding-bottom: 10px;
}

#modal-turmas .form-horizontal .table-wrapper .class-name-list {
  padding-bottom: 10px;
  width: 800px;
}

#modal-turmas .form-horizontal .table-wrapper #table-scroll {
  font-size: 0.4em;
  margin-top: -10px;
}

#modal-turmas .form-horizontal .table-wrapper .students {
  border-collapse: separate;
  border-spacing: -10px -20px;
}

#modal-turmas .form-horizontal .table-wrapper #add-student-to-turma {
  float: left;
  padding-left: 50px;
  padding-top: 5px;
}

#modal-turmas .form-horizontal .table-wrapper #remove-student-from-turma {
  float: left;
  padding-left: 2px;
  padding-top: 5px;
}

#modal-turmas .table-wrapper .students .options {
  background-color: #d2c1ad;
}

#modal-turmas
  .table-wrapper
  .students
  .add-student-to-turma
  input[type="text"] {
  background-color: #e7d8cb;
  border: 0px solid #fff;
  margin-top: -15px;
}

#modal-turmas .table-wrapper .students .add-student-to-turma {
  text-align: right;
  margin-bottom: -11px;
}

#modal-turmas .form-horizontal .table-wrapper {
  position: relative;
  padding: -10px;
  margin: -10px;
  font-size: 1.1em;
}

#modal-turmas .form-horizontal #classes-data {
  border-radius: 0 0 8px 8px;
}

#modal-turmas .form-horizontal .table-wrapper-top {
  position: relative;
  padding: -10px;
  margin: -10px;
  font-size: 0.7em;
}

#modal-turmas .control-group-title {
  font-size: 1.4em;
  font-weight: bold;
  color: #4d3e32;
  text-align: left;
  padding-left: 28px;
  padding-bottom: 5px;
  padding-top: 9px;
}

#modal-turmas #group-class-groups {
  margin-top: 10px;
  margin-left: 4px;
}

#modal-turmas .form-horizontal .control-members {
  font-size: 0.67em;
  font-weight: bold;
  color: #4d3e32;
  text-align: center;
  padding-bottom: 1px;
  margin-top: -13px;
  margin-bottom: 18px;
}

#modal-turmas .form-horizontal .table-scroll {
  margin-top: 4px;
  margin-left: -12px;
  margin-right: 4px;
  margin-bottom: 4px;
}

#modal-turmas .form-horizontal .table-scroll-members {
  overflow: auto;
}

#modal-turmas .form-horizontal #left-group-table {
  width: 100px;
  height: 150px;
  line-height: 15px;
  font-size: 0.4em;
}

#modal-turmas .form-horizontal #right-group-table {
  width: 100px;
  height: 150px;
  line-height: 15px;
  font-size: 0.5em;
  white-space: nowrap;
  margin-top: -40px;
}

#modal-turmas .form-horizontal #right-group-table button {
  margin-top: -75px;
}

#modal-open-questions-answers.modal {
  max-height: none !important;
  margin-top: -15px;
}

#modal-open-questions-answers #modal-content {
  max-height: calc(90vh - 270px);
}

#modal-open-questions-answers .control-class-edit {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 7px;
  width: 800px;
  height: 58px;
}

#modal-open-questions-answers .control-class-edit button {
  width: fit-content;
  font-size: 1.25em;
  height: 32px;
  padding: 5px;
  float: right;
}

#modal-open-questions-answers #btn-add-class {
  margin-right: 10px;
  margin-top: -5px;
}

#modal-open-questions-answers .add-class-locked {
  background-color: rgba(108, 94, 83, 0.5);
  cursor: not-allowed;
}

#modal-open-questions-answers table tr {
  height: 10px;
}

#modal-open-questions-answers .control-class-edit #btn-edit-students {
  white-space: nowrap;
  float: right;
}

#modal-open-questions-answers .control-class-edit .btn-create-edit-group {
  margin-left: 286px;
  float: right;
  white-space: nowrap;
}

#modal-open-questions-answers .modal-footer .btn-edit-class {
  float: right;
  margin-right: 9px;
  margin-bottom: 2px;
  white-space: normal;
}

#modal-open-questions-answers .modal-footer #create-new-class-row {
  margin-right: 5px;
}

#modal-open-questions-answers #remove-class-row {
  margin-top: -37px;
  float: right;
}

#modal-open-questions-answers .add-students-to-class {
  margin-top: -37px;
  float: right;
  width: 32px;
  font-size: 1.18rem;
  cursor: pointer;
}

#modal-open-questions-answers .add-students-to-class button {
  padding: 6px;
}

#modal-open-questions-answers .control-class-group label {
  width: 35px;
}

#modal-open-questions-answers .control-class-group input[type="text"] {
  width: 230px;
  margin-left: -90px;
  font-size: 1.18em;
}

#modal-open-questions-answers .control-class-group select {
  width: 240px;
  font-size: 1.18em;
  margin-left: -45px;
}

#modal-open-questions-answers
  .control-class-group
  .btn-create-edit-wrap
  button {
  width: 150px;
  height: 30px;
  white-space: nowrap;
  font-size: 1rem;
  padding: 5px;
  margin-left: 3px;
}

#modal-open-questions-answers .control-class-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 7px;
  width: 450px;
  height: 30px;
  margin-left: -15px;
  margin-top: 5px;
}

#modal-open-questions-answers .control-class-group-show input {
  outline: none;
  border: 0;
}

#modal-open-questions-answers .control-class-group-show input[type="text"],
textarea {
  background-color: rgba(0, 0, 0, 0) !important;
}

#modal-open-questions-answers .control-class-group-show select {
  outline: none;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  appearance: none;
}

#modal-open-questions-answers .control-class-group-show {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 7px;
  width: 450px;
  height: 30px;
  margin-left: -15px;
  padding-right: 50px;
}

#modal-open-questions-answers .control-class-group .control-group-title {
  font-size: 1em;
}

#modal-open-questions-answers .control-class-group .btn-edit-class {
  font-size: 1em;
  padding: 5px;
  margin-left: 5px;
}

#modal-open-questions-answers .table-wrapper-top .class-name-list {
  width: 88%;
}

#modal-open-questions-answers .table-wrapper-top .turmas .save-class {
  margin-top: -37px;
  margin-right: 162px;
  float: right;
  width: 32px;
  font-size: 0.8rem;
  cursor: pointer;
}

#modal-open-questions-answers .table-wrapper-top .turmas .save-class button {
  padding: 6px;
}

#modal-open-questions-answers .table-wrapper-top .radio-class-option {
  padding-bottom: 14px;
}

#modal-open-questions-answers {
  border-radius: 10px;
  overflow: hidden;
}

#modal-open-questions-answers .modal-header {
  font-size: 2.1em;
  padding-top: 15px;
  padding-bottom: 22px;
  font-weight: bold;
}

#modal-open-questions-answers .form-horizontal .table-wrapper {
  padding-top: 10px;
}

#modal-open-questions-answers
  .form-horizontal
  .table-wrapper
  #bottom-class-table {
  margin: 0 auto;
  margin-top: -63px;
}

#modal-open-questions-answers
  .form-horizontal
  .table-wrapper
  #institutional-alternative {
  float: left;
  padding-left: -2px;
}

#modal-open-questions-answers .form-horizontal .table-wrapper #group-type-text {
  float: left;
  padding-left: 10px;
}

#modal-open-questions-answers .form-horizontal .control-label.checkbox {
  padding-bottom: 10px;
}

#modal-open-questions-answers .form-horizontal .table-wrapper .class-name-list {
  padding-bottom: 10px;
  width: 800px;
}

#modal-open-questions-answers .form-horizontal .table-wrapper #table-scroll {
  font-size: 0.4em;
  margin-top: -10px;
}

#modal-open-questions-answers .form-horizontal .table-wrapper .students {
  border-collapse: separate;
  border-spacing: -10px -20px;
}

#modal-open-questions-answers
  .form-horizontal
  .table-wrapper
  #add-student-to-turma {
  float: left;
  padding-left: 50px;
  padding-top: 5px;
}

#modal-open-questions-answers
  .form-horizontal
  .table-wrapper
  #remove-student-from-turma {
  float: left;
  padding-left: 2px;
  padding-top: 5px;
}

#modal-open-questions-answers .table-wrapper .students .options {
  background-color: #d2c1ad;
}

#modal-open-questions-answers
  .table-wrapper
  .students
  .add-student-to-turma
  input[type="text"] {
  background-color: #e7d8cb;
  border: 0px solid #fff;
  margin-top: -15px;
}

#modal-open-questions-answers .table-wrapper .students .add-student-to-turma {
  text-align: right;
  margin-bottom: -11px;
}

#modal-open-questions-answers .form-horizontal .table-wrapper {
  position: relative;
  padding: -10px;
  margin: -10px;
  font-size: 1.1em;
}

#modal-open-questions-answers .form-horizontal .table-wrapper-top {
  position: relative;
  padding: -10px;
  margin: -10px;
  font-size: 0.7em;
}

#modal-open-questions-answers .control-group-title {
  font-size: 1.4em;
  font-weight: bold;
  color: #4d3e32;
  text-align: left;
  padding-left: 30px;
  padding-bottom: 5px;
  padding-top: 15px;
}

#modal-open-questions-answers .open-question {
  display: flex;
  flex-direction: column;
}

#modal-open-questions-answers .open-question .grade-title {
  margin-right: 8px !important;
  font-size: 1.39em !important;
}

#modal-open-questions-answers .open-question .student-header {
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
  margin-top: 10px;
}

#modal-open-questions-answers .open-question .student-header .next-answer-btn {
  margin-left: 7px;
  margin-top: -5px;
}

#modal-open-questions-answers
  .student-header
  .next-answer-btn
  button:last-child {
  margin-left: 3px;
}

#modal-open-questions-answers .open-question .student-header button {
  font-size: 1em;
  padding: 5px;
}

#modal-open-questions-answers .open-question .grade-part {
  margin-left: auto;
  width: 60px;
  margin-top: 0;
  margin-right: 134px;
  display: flex;
  flex-direction: row;
}

#modal-open-questions-answers .open-question .grade-part p {
  margin-right: 22px;
}

#modal-open-questions-answers .open-question .open-grade-data {
  margin-left: auto;
  width: 60px;
  margin-top: -7px;
}

#modal-open-questions-answers .open-question .student-name {
  margin-left: 21px;
  font-size: 1.4em;
}

#modal-open-questions-answers .open-question .question-enunciate {
  margin-top: 10px;
  font-size: 1.25em;
  width: 750px;
  margin-left: 33px;
  text-align: justify;
}

#modal-open-questions-answers .open-question .show-student-answers {
  margin-left: 49px;
  margin-top: -24px;
}

#modal-open-questions-answers .open-question .fa-hide-question {
  font-size: 1.75em;
  margin-left: 20px;
  cursor: pointer;
  margin-top: 10px;
}

#modal-open-questions-answers .open-question .student-answers {
  margin-left: 10px;
}

#modal-open-questions-answers .open-question .open-question-not-answered {
  background: #c7b299 !important;
}

#modal-open-questions-answers .open-question .question-body {
  margin-top: 20px;
}

#modal-open-questions-answers .open-question .question-body span {
  font-size: 1.65em;
  margin-left: 30px;
  font-weight: 600;
}

#modal-open-questions-answers .open-question .question-body span:nth-child(2) {
  font-size: 1.15em;
  margin-left: 12px;
  color: #ff0000;
}

#modal-open-questions-answers .open-question .question-body .revised-question {
  color: #356635 !important;
}

#modal-open-questions-answers .open-question .controls {
  margin-left: 21px;
}

#modal-open-questions-answers .open-question .controls textarea {
  width: 750px;
  height: 130px;
}

#modal-open-questions-answers .open-question .answer-comments-title {
  margin-left: 1px !important;
  font-size: 1.2em !important;
  font-weight: 500;
}

#modal-open-questions-answers .open-question .answer-comments textarea {
  height: 70px;
  margin-bottom: 5px;
  background: #fff !important;
}

#modal-open-questions-answers .form-horizontal .control-members {
  font-size: 0.67em;
  font-weight: bold;
  color: #4d3e32;
  text-align: center;
  padding-bottom: 1px;
  margin-top: -13px;
  margin-bottom: 18px;
}

#modal-open-questions-answers .form-horizontal .table-scroll {
  margin-top: 4px;
  margin-left: -12px;
  margin-right: 4px;
  margin-bottom: 4px;
}

#modal-open-questions-answers .form-horizontal .table-scroll-members {
  overflow: auto;
}

#modal-open-questions-answers .form-horizontal #left-group-table {
  width: 100px;
  height: 150px;
  line-height: 15px;
  font-size: 0.4em;
}

#modal-open-questions-answers .form-horizontal #right-group-table {
  width: 100px;
  height: 150px;
  line-height: 15px;
  font-size: 0.5em;
  white-space: nowrap;
  margin-top: -40px;
}

#modal-open-questions-answers .form-horizontal #right-group-table button {
  margin-top: -75px;
}

#modalAvaliacao .modal-body {
  margin-top: 40px;
}

.gp-popover {
  background-color: var(--gp-light-brown);
  color: var(--gp-brown);
  max-width: 30%;
}

.gp-popover-title {
  background-color: var(--gp-medium-brown);
  color: var(--gp-light-light-brown);
  font-weight: 800;
}

.gp-popover .gp-btn-default {
  background: #6c5e53;
  color: #fff;
  font-family: "Exo", Ubuntu, sans-serif;
  border: none;
  font-weight: 600;
  font-size: 0.9em;
  padding: 6px 10px;
  margin: 1px 5px;
  border: none;
  border-radius: 5px;
}

.gp-popover .gp-end-tour {
  margin-left: 10px;
}

#modal-purchase-history {
  margin: 0 auto;
}

#modal-purchase-history .div-y {
  width: 5%;
}

#modal-purchase-history #close-classes-modal {
  margin: 0;
}

#modal-purchase-history #close-classes-modal .close-modal-btn-s {
  font-size: 0.9em;
  height: 40px;
}

#purchase-history-btn {
  display: block;
  font-weight: 600;
  font-size: 1.1rem;
  color: #009ee3;
  margin: 0 auto;
  margin-top: 10px;
  width: 190px;
}

.purchase-data-modal {
  width: 64% !important;
  margin-left: -30% !important;
}

#modal-purchase-history .purchase-data-table-fixhead {
  overflow: auto;
  height: 100% !important;
}

.purchase-data-table {
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
  width: 600px;
  font-size: 0.53em !important;
}

.purchase-data-table td {
  cursor: auto !important;
}

.purchase-data-table thead {
  position: sticky;
  top: -10px;
  z-index: 1055;
}

.purchase-data-table tr:first-child {
  background-color: #f4ede7 !important;
  font-weight: 400 !important;
  color: #63594d !important;
}

.purchase-data-table tr:nth-child(even) {
  background-color: var(--gp-light-brown) !important;
}

#modal-purchase-history .modal-body {
  overflow-y: auto;
  height: 500px;
}

#modal-purchase-history .payment-history-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  width: 98%;
}

#modal-purchase-history #cTitle {
  text-shadow: none;
  padding-top: 15px;
  width: 95%;
}

#modal-purchase-history .payment-gpv {
  border: 0.01em solid #998675 !important;
  min-width: 15px;
  height: 30px;
  cursor: cell;
  margin: 2px;
}

#modal-purchase-history table {
  overflow: auto !important;
}

#modal-purchase-history #modal-content {
  min-height: 150px;
  max-height: 550px;
  overflow: auto;
  font-size: 0.98em;
}

#modal-purchase-history #modal-content.content-no-purchase {
  height: 150px;
}

#modal-full-class-edit .control-class-edit {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 7px;
  width: 800px;
}

#modal-full-class-edit #data-table td {
  width: 300px;
}

#modal-full-class-edit #data-table td:nth-child(4) {
  border: 0;
  width: 15px;
  cursor: default;
}

#modal-full-class-edit #data-table .remove-student-row {
  width: 24px;
  cursor: pointer;
}

#modal-full-class-edit #data-table .removeedit-btn {
  display: flex;
  flex-direction: row;
}

#modal-full-class-edit #data-table .edit-student-btn {
  width: 40px;
}

#modal-full-class-edit #data-table .removeactive-student-btn {
  width: 18px;
  cursor: pointer;
}

#modal-full-class-edit .removeedit-btn .archive-student-btn {
  width: 20px;
}

#modal-full-class-edit #data-table .editing-student-btn {
  width: 30px;
  height: 41px;
}

#modal-full-class-edit .modal-footer #add_row {
  margin-left: 4px;
}

#modal-full-class-edit .modal-footer #clear_sheet {
  margin-left: 4px;
}

#modal-full-class-edit #formRegisterStudents #home-class-groups {
  width: 450px;
}

#modal-full-class-edit #formRegisterStudents .btn-create-edit-group {
  width: 105px;
  font-size: 1.35em;
}

#modal-full-class-edit #formRegisterStudents input[type="text"] {
  width: 440px;
}

#modal-full-class-edit #modal-content .form-horizontal {
  margin-top: 25px;
}

#modal-full-class-edit .modal-title {
  font-size: 2.1em;
  padding-top: 15px;
  padding-bottom: 22px;
  font-weight: bold;
}

#modal-full-class-edit .control-class-edit button {
  width: fit-content;
  font-size: 1.25em;
  height: 32px;
  padding: 5px;
  float: right;
}

#modal-full-class-edit .control-class-edit button:last-child {
  margin-right: -26px;
}

#modal-full-class-edit #btn-add-class {
  margin-right: 10px;
  margin-top: -5px;
}

#modal-full-class-edit .add-class-locked {
  background-color: rgba(108, 94, 83, 0.5);
  cursor: not-allowed;
}

#modal-full-class-edit table tr {
  height: 10px;
}

#modal-full-class-edit .control-class-edit #btn-edit-students {
  white-space: nowrap;
  float: right;
  margin-left: 460px;
}

#modal-full-class-edit .control-class-edit .btn-create-edit-group {
  margin-left: 368px;
  float: right;
  white-space: nowrap;
}

#modal-full-class-edit .modal-footer {
  margin-top: -3px;
}

#modal-full-class-edit .modal-footer .btn-edit-class {
  float: right;
  margin-right: 9px;
  margin-bottom: 2px;
  white-space: normal;
}

#modal-full-class-edit .modal-footer #create-new-class-row {
  margin-right: 5px;
}

#modal-full-class-edit #remove-class-row {
  margin-top: -37px;
  float: right;
}

#modal-full-class-edit .add-students-to-class {
  margin-top: -37px;
  float: right;
  width: 32px;
  font-size: 1.18rem;
  cursor: pointer;
}

#modal-full-class-edit .add-students-to-class button {
  padding: 6px;
}

#modal-full-class-edit .control-class-group label {
  width: 35px;
}

#modal-full-class-edit .control-class-group input[type="text"] {
  width: 230px;
  margin-left: -90px;
  font-size: 1.18em;
}

#modal-full-class-edit .control-class-group select {
  width: 240px;
  font-size: 1.18em;
  margin-left: -45px;
}

#modal-full-class-edit .control-class-group .btn-create-edit-wrap button {
  width: 150px;
  height: 30px;
  white-space: nowrap;
  font-size: 1rem;
  padding: 5px;
  margin-left: 3px;
}

#modal-full-class-edit .control-class-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 7px;
  width: 450px;
  margin-left: -15px;
  margin-top: 5px;
}

#modal-full-class-edit .control-class-group-show input {
  outline: none;
  border: 0;
}

#modal-full-class-edit .control-class-group-show input[type="text"],
textarea {
  background-color: rgba(0, 0, 0, 0) !important;
}

#modal-full-class-edit .control-class-group-show select {
  outline: none;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  appearance: none;
}

#modal-full-class-edit .control-class-group-show {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 7px;
  width: 450px;
  margin-left: -15px;
  padding-right: 50px;
}

#modal-full-class-edit .control-class-group .control-group-title {
  font-size: 1em;
}

#modal-full-class-edit .control-class-group .btn-edit-class {
  font-size: 1em;
  padding: 5px;
  margin-left: 5px;
}

#modal-full-class-edit .table-wrapper-top .class-name-list {
  width: 88%;
}

#modal-full-class-edit .table-wrapper-top .turmas .save-class {
  margin-top: -37px;
  margin-right: 162px;
  float: right;
  width: 32px;
  font-size: 0.8rem;
  cursor: pointer;
}

#modal-full-class-edit .table-wrapper-top .turmas .save-class button {
  padding: 6px;
}

#modal-full-class-edit .table-wrapper-top .radio-class-option {
  padding-bottom: 14px;
}

#modal-full-class-edit {
  border-radius: 10px;
  overflow: hidden;
}

#modal-full-class-edit .modal-body {
  overflow: auto;
  margin-top: -18px;
  width: 97%;
}

#modal-full-class-edit .form-horizontal-class-info-top {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
}

#modal-full-class-edit .form-horizontal .table-wrapper {
  padding-top: 10px;
}

#modal-full-class-edit .form-horizontal .table-wrapper #bottom-class-table {
  margin: 0 auto;
  margin-top: -63px;
}

#modal-full-class-edit
  .form-horizontal
  .table-wrapper
  #institutional-alternative {
  float: left;
  padding-left: -2px;
}

#modal-full-class-edit .form-horizontal .table-wrapper #group-type-text {
  float: left;
  padding-left: 10px;
}

#modal-full-class-edit .form-horizontal .control-label.checkbox {
  padding-bottom: 10px;
}

#modal-full-class-edit .form-horizontal .table-wrapper .class-name-list {
  padding-bottom: 10px;
  width: 800px;
}

#modal-full-class-edit .form-horizontal .table-wrapper #table-scroll {
  font-size: 0.4em;
  margin-top: -10px;
}

#modal-full-class-edit .form-horizontal .table-wrapper .students {
  border-collapse: separate;
  border-spacing: -10px -20px;
}

#modal-full-class-edit .form-horizontal .table-wrapper #add-student-to-turma {
  float: left;
  padding-left: 50px;
  padding-top: 5px;
}

#modal-full-class-edit
  .form-horizontal
  .table-wrapper
  #remove-student-from-turma {
  float: left;
  padding-left: 2px;
  padding-top: 5px;
}

#modal-full-class-edit .table-wrapper .students .options {
  background-color: #d2c1ad;
}

#modal-full-class-edit
  .table-wrapper
  .students
  .add-student-to-turma
  input[type="text"] {
  background-color: #e7d8cb;
  border: 0px solid #fff;
  margin-top: -15px;
}

#modal-full-class-edit .table-wrapper .students .add-student-to-turma {
  text-align: right;
  margin-bottom: -11px;
}

#modal-full-class-edit .form-horizontal .table-wrapper {
  position: relative;
  padding: -10px;
  margin: -10px;
  font-size: 1.1em;
}

#modal-full-class-edit .form-horizontal .table-wrapper-top {
  position: relative;
  padding: -10px;
  margin: -10px;
  font-size: 0.7em;
}

#modal-full-class-edit .control-group-title {
  font-size: 1.4em;
  font-weight: bold;
  color: #4d3e32;
  text-align: left;
  padding-left: 30px;
  padding-bottom: 5px;
  padding-top: 15px;
}

#modal-full-class-edit .form-horizontal .control-members {
  font-size: 0.67em;
  font-weight: bold;
  color: #4d3e32;
  text-align: center;
  padding-bottom: 1px;
  margin-top: -13px;
  margin-bottom: 18px;
}

#modal-full-class-edit .form-horizontal .table-scroll {
  margin-top: 4px;
  margin-left: -12px;
  margin-right: 4px;
  margin-bottom: 4px;
}

#modal-full-class-edit .form-horizontal .table-scroll-members {
  overflow: auto;
}

#modal-full-class-edit .form-horizontal #left-group-table {
  width: 100px;
  height: 150px;
  line-height: 15px;
  font-size: 0.4em;
}

#modal-full-class-edit .form-horizontal #right-group-table {
  width: 100px;
  height: 150px;
  line-height: 15px;
  font-size: 0.5em;
  white-space: nowrap;
  margin-top: -40px;
}

#modal-full-class-edit .form-horizontal #right-group-table button {
  margin-top: -75px;
}

#data-table {
  font-size: 20px;
  border-collapse: collapse;
  font-family: "Exo", sans-serif;
}

#data-table tr:first-child {
  background-color: #6c5e53;
  font-weight: 600;
  color: #fff;
}

#data-table tr {
  background-color: #f4ede7;
  font-weight: 400;
  color: #63594d;
}

#data-table td {
  border: 0.01em solid #998675;
  min-width: 15px;
  height: 30px;
  cursor: cell;
  margin: 2px;
}

#data-table td:focus-within {
  height: 20px;
  min-width: 15px;
  border: 0.1em outset #6c5e53;
  background-color: #d8d1cb;
  margin: -2px;
}

#data-table span:focus {
  outline: 0;
}

#data-table span {
  display: inline-block;
  min-width: 100%;
}

#data-table .white-dt-bg {
  background-color: #f4ede7 !important;
}

#data-table .editing-student-locked {
  background-color: #d8d1cb;
}

#data-table .editing-student-row {
  background-color: #f4ede7;
}

#data-table .editing-student-row:focus-within {
  background-color: #f4ede7 !important;
}

#data-table .duplicated-student {
  background-color: rgba(152, 21, 21, 0.65);
}

#data-table .duplicated-student td:nth-child(n + 1):nth-child(-n + 3) {
  color: #fff;
}

#data-table .duplicated-student td:focus-within {
  background-color: rgba(172, 21, 21, 0.65) !important;
}

#close-classes-modal {
  float: right;
  font-size: 0.9em;
  margin-top: -53px;
}

#close-classes-modal .close-modal-btn-s {
  padding: 10px;
  padding-top: 6px;
  padding-bottom: 4px;
}

#close-classes-modal.register-close-fix {
  margin-top: -45px;
  margin-right: -12px;
}

#close-classes-modal.register-close-fix-up {
  margin-top: -130px;
}

#modal-register-students {
  margin-top: -50px;
  z-index: 15;
}

#modal-register-students #formRegisterStudents .btn-create-edit-group {
  width: 105px;
  font-size: 1.35em;
}

#modal-register-students #formRegisterStudents {
  margin: 0 0 0 21px;
}

#modal-register-students #formRegisterStudents label > span {
  float: left;
}

#modal-register-students #formRegisterStudents input {
  width: 91.6%;
  margin-left: -50px;
}

#modal-register-students #formRegisterStudents .groups-edit-input {
  width: 85.5%;
}

#modal-register-students #formRegisterStudents select {
  width: 75.1%;
  margin-left: -50px;
}

#modal-register-students #formRegisterStudents .groups-edit-select {
  width: 70%;
}

#modal-register-students .students-title {
  font-size: 1.7em;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  margin-top: 17px;
  width: 100%;
}

#modal-register-students .students-title-edit {
  margin-bottom: 0;
}

#modal-register-students .modal-title {
  font-size: 1.7em;
  padding-top: 15px;
  font-weight: bold;
}

#modal-register-students #dt-userClasses {
  margin-top: 15px;
  margin-bottom: -31px;
}

#modal-register-students .modal-header .header-students-button {
  float: left;
}

#modal-register-students .modal-body {
  margin-top: 35px;
}

#modal-register-students .modal-footer {
  min-height: 40px;
}

#modal-register-students #data-sheet #show-archived-students {
  float: left;
  margin-left: 16px;
  font-weight: 500;
  width: 31%;
  margin-top: 21px;
}

#modal-register-students #data-sheet #show-archived-students li {
  margin-bottom: -21px;
}

#modal-register-students #data-sheet #show-archived-students span {
  display: block;
  margin-left: 35px;
  margin-bottom: 7px;
  text-align: left;
}

#modal-register-students .modal-footer #datatable-options input[type="file"] {
  float: left;
  font-family: "Exo", Ubuntu, sans-serif;
  background: #e7d8cb;
  border: none;
  color: #6c5e53;
  border-radius: 5px;
  border: 1px dashed #6c5e53;
  cursor: pointer;
  padding: 1px;
  display: none;
}

#modal-register-students .modal-footer #datatable-options button:first-child {
  float: left;
  height: 35px;
  width: fit-content;
  padding: 5px;
  font-size: 1rem;
  font-weight: 800;
  margin-top: 14px;
}

#modal-register-students .modal-footer #datatable-options button {
  float: left;
  height: 35px;
  width: fit-content;
  padding: 5px;
  font-size: 1.15rem;
  margin-top: 14px;
  white-space: normal;
  word-wrap: break-word !important;
}

#modal-register-students .modal-footer #register-student-list {
  float: right !important;
}

#modal-register-students .modal-footer #btn-save-class {
  float: right !important;
}

#modal-register-students .modal-header .control-group-title {
  font-size: 1.5em;
  font-weight: 600;
  margin-top: 15px;
}

#modal-register-students #data-table td {
  width: 300px;
}

#modal-register-students #data-table td:nth-child(4) {
  border: 0;
  width: 15px;
  cursor: default;
}

#modal-register-students #data-table .remove-student-row {
  width: 24px;
  cursor: pointer;
}

#modal-register-students .modal-footer #add_row {
  margin-left: 4px;
}

#modal-register-students .modal-footer .locked-sheet-btn {
  cursor: not-allowed;
  opacity: 0.5;
}

#modal-register-students .modal-footer #clear_sheet {
  margin-left: 4px;
}

#modal-register-students .modal-header #group-students-groups {
  float: left;
  margin-left: 10px;
  margin-bottom: -4px;
  margin-top: 10px;
}

#modal-register-students .modal-header .btn-create-edit-group {
  margin-bottom: -20px;
  margin-top: 6px;
  max-height: 35px;
  float: left;
  width: fit-content;
  padding: 8px;
  margin-left: 6px;
}

#modal-register-students .modal-header .students-request {
  font-size: 1.33em;
  margin-bottom: -8px;
  margin-top: 30px;
  padding: 6px;
  margin-left: 5px;
}

#modal-register-students .modal-header .groups-edit-students {
  margin-right: 160px !important;
}

#modal-register-students #data-table .removeedit-btn {
  display: flex;
  flex-direction: row;
}

#modal-register-students #data-table .edit-student-btn {
  width: 40px;
}

#modal-register-students #data-table .remove-student-btn {
  width: 30px;
  padding-top: 3px;
}

#modal-register-students #data-table .removeactive-student-btn {
  cursor: pointer;
}

#modal-register-students #data-table .archive-student-btn {
  width: 29px;
}

#modal-register-students #data-table .archive-student-btn img {
  width: 120px;
}

#modal-register-students #data-table .editing-student-btn {
  width: 40px;
  height: 41px;
}

#modal-register-students .form-horizontal .control-group-title {
  font-size: 1.4em;
  font-weight: bold;
  color: #4d3e32;
  text-align: left;
  padding-left: 20px;
  padding-bottom: 5px;
  padding-top: 15px;
}

#modal-register-students .form-horizontal .control-members {
  font-size: 0.67em;
  font-weight: bold;
  color: #4d3e32;
  text-align: center;
  padding-bottom: 1px;
  margin-top: -13px;
  margin-bottom: 18px;
}

#modal-register-students .form-horizontal .table-wrapper {
  position: relative;
  padding: -10px;
  margin: -10px;
  font-size: 1.1em;
}

#modal-register-students .form-horizontal .table-wrapper-top {
  position: relative;
  padding: -10px;
  margin: -10px;
  font-size: 0.7em;
}

#modal-register-students .form-horizontal .table-scroll {
  height: 160px;
  overflow: auto;
  margin-top: 4px;
  margin-left: -12px;
  margin-right: 4px;
  margin-bottom: 4px;
}

#modal-register-students .form-horizontal .table-scroll-members {
  height: 120px;
  overflow: auto;
}

#modal-register-students .form-horizontal #left-group-table {
  width: 100px;
  height: 150px;
  line-height: 15px;
  font-size: 0.4em;
}

#modal-register-students .form-horizontal #right-group-table {
  width: 100px;
  height: 150px;
  line-height: 15px;
  font-size: 1.1em;
}

#modal-add-students-to-class {
  margin-top: -50px;
}

#modal-add-students-to-class .modal-header .header-students-button {
  float: left;
}

#modal-add-students-to-class #modal-content {
  overflow: auto;
}

#modal-add-students-to-class .modal-body {
  margin-top: 35px;
}

#modal-add-students-to-class
  .modal-footer
  #datatable-options
  button:first-child {
  float: left;
  height: fit-content;
  width: fit-content;
  padding: 8px;
  margin-top: 15px;
}

#modal-add-students-to-class .modal-footer #register-student-list {
  float: right !important;
}

#modal-add-students-to-class .modal-header .control-group-title {
  font-size: 1.5em;
  font-weight: 600;
  margin-top: 15px;
}

#modal-add-students-to-class .modal-header #group-add-students-class-groups {
  float: left;
  margin-left: 4px;
  margin-bottom: -4px;
  margin-top: 10px;
}

#modal-add-students-to-class .modal-header .students-request {
  font-size: 1.33em;
  margin-bottom: -8px;
  margin-top: 30px;
  padding: 6px;
  margin-left: 5px;
}

#modal-add-students-to-class .modal-header .groups-edit-students {
  margin-right: 160px !important;
}

#modal-add-students-to-class .form-horizontal .control-group-title {
  font-size: 1.4em;
  font-weight: bold;
  color: #4d3e32;
  text-align: left;
  padding-left: 20px;
  padding-bottom: 5px;
  padding-top: 15px;
}

#modal-add-students-to-class .form-horizontal .control-members {
  font-size: 0.67em;
  font-weight: bold;
  color: #4d3e32;
  text-align: center;
  padding-bottom: 1px;
  margin-top: -13px;
  margin-bottom: 18px;
}

#modal-add-students-to-class .form-horizontal .table-wrapper {
  position: relative;
  padding: -10px;
  margin: -10px;
  font-size: 1.1em;
}

#modal-add-students-to-class .form-horizontal .table-wrapper-top {
  position: relative;
  padding: -10px;
  margin: -10px;
  font-size: 0.7em;
}

#modal-add-students-to-class .form-horizontal .table-scroll {
  height: 160px;
  overflow: auto;
  margin-top: 4px;
  margin-left: -12px;
  margin-right: 4px;
  margin-bottom: 4px;
}

#modal-add-students-to-class .form-horizontal .table-scroll-members {
  height: 120px;
  overflow: auto;
}

#modal-add-students-to-class .form-horizontal #left-group-table {
  width: 100px;
  height: 150px;
  line-height: 15px;
  font-size: 0.4em;
}

#modal-add-students-to-class .form-horizontal #right-group-table {
  width: 100px;
  height: 150px;
  line-height: 15px;
  font-size: 1.1em;
}

#modal-add-students-to-class .modal-footer {
  height: 60px;
}

#modal-add-students-to-class .modal-footer #register-student-to-class {
  float: right !important;
}

#modal-online-exam-info .modal-header label {
  font-size: 28px;
  font-weight: 600;
  padding-top: 8px;
  margin-bottom: -10px;
}

#modal-online-exam-info #data-sheet {
  min-height: 50px;
  max-height: 300px;
  overflow-y: auto;
}

#modal-online-exam-info .online-exam-info-copy-selector div {
  font-size: 18px;
  display: flex;
  flex-direction: row;
  margin-left: 13px;
}

#modal-online-exam-info .modal-header #s-test-name {
  margin-top: 26px;
}

#modal-online-exam-info .modal-footer #send-email-to-me {
  float: left;
  margin-left: 10px;
  font-weight: 500;
  width: 24%;
  margin-top: 7px;
}

#modal-online-exam-info .modal-footer #send-email-to-me span {
  display: block;
  margin-left: 35px;
  margin-top: -33px;
  text-align: left;
}

#modal-online-exam-info .modal-header #s-exam-duration {
  margin-bottom: -10px;
}

#modal-online-exam-info #tut-info-follow-up {
  border: 1px solid #998675;
  border-radius: 6px;
  width: 92%;
  min-height: 130px;
  max-height: 130px;
  margin: 0 auto;
  font-size: 1.2em;
  padding: 6px;
  overflow: auto;
  margin-top: 10px;
  background: #f4ede7;
  color: #6c5e53;
  margin-bottom: 15px;
}

.modal-online-exam-base .modal-header label {
  font-size: 28px;
  font-weight: 600;
  padding-top: 8px;
  margin-bottom: -10px;
}

.modal-online-exam-base .online-exam-info-copy-selector div {
  font-size: 18px;
  display: flex;
  flex-direction: row;
  margin-left: 13px;
}

.modal-online-exam-base .modal-header #s-test-name {
  margin-top: 26px;
}

.modal-online-exam-base .modal-footer #send-email {
  float: left;
  margin-left: 10px;
  font-weight: 500;
  width: 24%;
  margin-top: 7px;
}

.modal-online-exam-base .modal-footer #send-email span {
  display: block;
  margin-left: 35px;
  margin-top: -33px;
  text-align: left;
}

.modal-online-exam-base .modal-footer #send-email-to-me {
  float: left;
  margin-left: 10px;
  font-weight: 500;
  width: 24%;
  margin-top: 7px;
}

.modal-online-exam-base .modal-footer #send-email-to-me span {
  display: block;
  margin-left: 35px;
  margin-top: -33px;
  text-align: left;
}

.modal-online-exam-base .modal-header #s-exam-duration {
  margin-bottom: -10px;
}

.modal-online-exam-base .modal-body {
  overflow-y: hidden !important;
}

.modal-online-exam-base #tut-info-follow-up {
  border: 1px solid #998675;
  border-radius: 6px;
  width: 92%;
  min-height: 130px;
  max-height: 130px;
  margin: 0 auto;
  font-size: 1.2em;
  padding: 6px;
  overflow: auto;
  margin-top: 10px;
  background: #f4ede7;
  color: #6c5e53;
}

#modal-cancel-online-exam #tut-info-follow-up {
  min-height: 62px;
  max-height: 62px;
}

#left-to-right-container {
  display: flex;
  flex-direction: row;
}

#left-to-right-container table {
  width: 380px;
  margin: 0 auto;
  user-select: none;
}

#left-to-right-container table td {
  padding: 2px;
  max-height: 10px;
  border-right: 1px solid #d2c1ad;
  padding-left: 10px;
}

#left-to-right-container table td:first-child {
  width: 35%;
}

#left-to-right-container table td:nth-child(2) {
  width: 65%;
}

#left-to-right-container .select-table {
  height: 510px;
  width: 375px;
  border: 1px solid #d2c1ad;
  background: #e4d6c4;
  overflow: auto;
}

#left-to-right-container #left-container {
  width: 375px;
}

#left-to-right-container #right-container {
  width: 375px;
}

#left-to-right-container .select-group-student-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
  margin-top: -10px;
  font-weight: 600;
  font-size: 1.15em;
}

#left-to-right-container .select-group-student-id {
  width: 50%;
}

#left-to-right-container .select-group-student-name {
  width: 50%;
}

#left-to-right-container #left-to-right-controls {
  max-width: 45px;
  min-width: 45px;
  max-height: 50px;
  min-height: 50px;
  margin-top: 165px;
  margin-left: 10px;
  margin-right: 10px;
  border: 0;
}

#left-to-right-container #left-to-right-controls button {
  margin-top: 10px;
  text-align: center;
}

#left-to-right-container .left-to-right-list-group .select-element {
  font-size: 0.9em;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

#left-to-right-container .left-to-right-list-group .group-item-selected {
  background: #6c5e53;
  color: #fff !important;
}

#left-to-right-container .left-to-right-list-group select {
  background: #d6ccc3;
}

#left-to-right-container .left-to-right-list-group option:checked {
  background: linear-gradient(#9c8f83, #9c8f83);
}

#left-to-right-container select {
  height: 510px;
  width: 360px;
}

#left-to-right-container #left-to-right-controls button {
  width: 100%;
}

#left-to-right-container .select-container-students {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
  overflow: hidden;
  padding: 4px;
}

#advanced-query-btn {
  margin-bottom: 1px;
}

#advanced-query-btn input {
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 1px;
}

#advanced-query-btn span {
  font-size: 0.7em;
  margin-left: 2px;
}

#hide-advanced-query-box {
  display: none;
}

.query-advanced-box {
}

.query-advanced-box #close-search {
  font-family: "Exo", Ubuntu, sans-serif;
  background: #6c5e53;
  border: none;
  color: #fff;
  padding: 6px 10px;
  margin-bottom: 16px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.9em;
  font-weight: 800;
  margin-top: 0;
  text-align: center;
  float: right;
}

.query-advanced-box #query-a {
  display: flex;
  flex-direction: column;
  font-size: 1.05em;
  font-weight: 600;
  color: #fff;
  padding-top: 10px;
  margin-left: 7px;
}

.query-advanced-box #query-a #query-public-private-questions {
  display: flex;
  flex-direction: row;
  margin-left: 5px;
}

.query-advanced-box #query-a .fix-row:nth-child(2) input {
  margin-left: 30px;
}

.query-advanced-box #query-a .select2-selection--multiple {
  min-height: 10px;
  min-width: 495px;
  margin-bottom: 4px;
}

.query-advanced-box #query-a .select2-selection__choice {
  cursor: pointer;
  display: block;
  float: left;
  background: #ffffff;
  color: #000000;
  border: 1px solid #bcad9a;
  border-radius: 4px;
  font-size: 0.75em;
  text-align: left;
  font-family: "Exo", Ubuntu, sans-serif;
  padding: 4px;
  margin-right: 4px;
  margin-bottom: 8px;
}

.query-advanced-box #query-a .select2-selection__choice__remove {
  float: right;
  margin-left: 7px;
  background-image: url("../img/checkerrortag.jpg");
  width: 19px;
  text-indent: -999px;
}

.query-advanced-box #query-a .select2-search__field {
  font-family: "Exo", Ubuntu, sans-serif;
  font-size: 0.72em;
  min-width: 300px;
  background: var(--gp-light-brown);
  padding-left: 4px;
}

.query-advanced-box #query-a .select2-selection__rendered {
  background: var(--gp-light-brown);
}

.query-advanced-box #query-a .select2-selection--multiple {
  background: var(--gp-light-brown);
}

.select2-container--open .select2-dropdown {
  width: 300px !important;
}

.select2-container--default .select2-results__option--highlighted {
  background-color: #998675 !important;
}

.select2-container--default .select2-selection__choice {
  display: block;
  background: #ffffff;
  color: #000000;
  font-size: 0.7em;
  text-align: left;
  font-family: "Exo", Ubuntu, sans-serif;
  padding-left: 1px !important;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px #63594d solid !important;
}

.query-advanced-box #query-a label {
  margin-left: 1px;
}

.query-advanced-box #query-a input[type="checkbox"] {
  margin-bottom: 10px;
}

.fix-row {
  display: flex;
  flex-direction: row;
}

.container .questoes-search .class-button-advanced {
  font-family: "Exo", Ubuntu, sans-serif;
  background: #e7d8cb;
  border: none;
  color: #6c5e53;
  border-radius: 5px;
  border: 1px dashed #6c5e53;
  cursor: pointer;
  font-size: 2.1rem;
  font-weight: 600;
  text-align: center;
  outline: none;
  margin-top: 1px;
  margin-left: -39px;
  width: 31px;
  height: 24px;
  padding-top: 5px;
}

.container .questoes-search .query-box {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  margin-bottom: 10px;
}

.tabs .tab-content .class-button-a {
  font-family: "Exo", Ubuntu, sans-serif;
  background: #e7d8cb;
  border: none;
  color: #6c5e53;
  border-radius: 5px;
  border: 1px dashed #6c5e53;
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 600;
  text-align: center;
  outline: none;
  margin-top: -52px;
  margin-left: 226px;
  width: 67px;
  height: 20px;
}

.tabs .tab-content #examDate {
  margin-top: -38px;
}

#modal-selecionar-turmas .fade {
  top: -100%;
}

#modal-selecionar-turmas .turma-dialog-box {
  margin-top: -8px;
  margin-bottom: -20px;
  text-align: center;
  padding-bottom: 45px;
  padding-top: 5px;
  font-size: 1.08rem;
  font-weight: 500;
}

#modal-selecionar-turmas #turmas-avaliacao {
  margin-bottom: 20px;
}

#modal-selecionar-turmas .modal-header {
  font-size: 1.8em;
  padding-top: 15px;
  padding-bottom: 22px;
  font-weight: bold;
}

#modal-selecionar-turmas .modal-content #modal-content {
  max-height: 540px;
  margin-top: -18px;
}

#modal-selecionar-turmas #modal-content .form-horizontal button:first-child {
  float: left;
}

#modal-selecionar-turmas #modal-content .form-horizontal button:nth-child(2) {
  float: right;
}

#modal-selecionar-turmas #turmas-avaliacao {
  width: 475px;
}

.head {
  padding-bottom: 15px;
  background: #998675;
  color: #fff;
  border-bottom: 5px solid #ccc2b9;
}

.head .content {
  margin-top: 30px;
  padding-bottom: 0px;
  background: #998675;
  border-bottom: 2px solid #fff;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);
  position: relative;
}

.head .content #i18n {
  position: absolute;
  top: -30px;
  right: 0;
}

.head ul {
  margin: 35px 10px 0 0;
  list-style: none;
}

.head ul li {
  margin: 0 10px;
  float: left;
  font-size: 1.43em;
  font-weight: 800;
  color: #fff;
}

.head ul li a {
  color: #fff;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);
}

.head ul li a:hover,
.head ul li a.active {
  text-decoration: none;
  color: #493627;
}

.head .slider {
  margin-top: 40px;
  width: 100%;
  text-align: center;
  position: relative;
}

.head .slider p {
  width: 80%;
  margin: 0 auto;
  color: #3d362e;
  line-height: 40px;
  font-size: 2.2em;
}

.head .slider h2 {
  margin: 0 auto;
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 2.4em;
  width: 725px;
  text-align: center;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.3);
}

.head .slider h2.left {
  width: 100%;
  text-align: left;
}

.head .slider h2.center {
  width: 100%;
  text-align: center;
}

#usrName {
  color: white;
  text-align: right;
  bottom: -61px;
}

#btn-login,
#btn-logout {
  position: absolute;
  bottom: -61px;
  right: 0;
  color: white;
  text-align: right;
}

#btn-logout {
  bottom: -52px;
  color: #3d362e;
  text-decoration: none;
}

.carousel-control {
  background: none;
  border: none;
  height: auto;
  width: 90px;
}

.carousel-indicators {
  position: absolute;
  top: auto;
  left: 48%;
  bottom: -20px;
  z-index: 0;
}

.carousel-inner {
  margin: 0;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  margin: 0 auto;
}

.carousel-indicators li {
  background: #666;
  border: 1px solid #fff;
  cursor: pointer;
}

.head .slider #btn-login {
  position: absolute;
  top: -38px;
  right: 0px;
}

.container .features:first-child {
  padding-top: 5px;
}

.features {
  margin: 0 20px;
  padding-bottom: 100px;
  border-left: 1px solid #fad3d4;
  border-right: 1px solid #fad3d4;
}

.feature {
  margin-top: 0px;
  text-align: center;
}

.feature h3:before {
  content: url("../img/lw.png");
  margin-top: -10px;
  margin-left: -33px;
  position: absolute;
}

.feature h3:after {
  content: url("../img/rw.png");
  margin-top: -10px;
  margin-left: 10px;
  position: absolute;
}

.feature h3 {
  padding: 10px;
  height: 42px;
  background: url("../img/md.png") repeat-x;
  color: #fff;
  display: inline-block;
}

.span-full {
  max-width: 960px;
  margin: 0 30px 0 30px;
}

.about {
  margin: 0 30px 30px 0;
}

.about h3 {
  color: #493627;
  text-transform: uppercase;
}

.about h3.mark:after {
  content: url("../img/rw.png");
  margin-top: -10px;
  margin-left: 10px;
  position: absolute;
}

.about h3.mark {
  padding: 10px;
  height: 42px;
  background: url("../img/md.png") repeat-x;
  color: #fff;
  display: inline-block;
}

.about .pretxt {
  color: #493627;
  font-size: 1.3em;
  margin: 11px 30px;
}

.about .pretxt li {
  line-height: 25px;
}

.about .txt {
  margin: 5px;
  color: #493627;
  font-size: 1.3em;
  line-height: 25px;
}

.about .txt p {
  margin-left: 5px;
}

.about .txt .media {
  float: right;
  margin: 20px;
}

.feature img {
  margin: 23px;
}

.feature p {
  font-weight: 600;
  font-size: 2em;
  width: 70%;
  margin: 0 auto;
  color: #493627;
  line-height: 34px;
}

.main {
  color: #493627;
}

.main .top h2 {
  text-transform: uppercase;
}

.main .top .stats {
  font-size: 2em;
}

.main .top .stats strong,
.main .top .stats .stars {
  display: inline-block;
  vertical-align: middle;
}

.title {
  font-size: 1.5em;
}

.title .left {
  border-radius: 5px 0px 0px 5px;
  padding: 2%;
  background: #998675;
  color: #fff;
  width: 70%;
  float: left;
}

.title .right {
  border-radius: 0px 5px 5px 0px;
  padding: 9px 2%;
  background: #6c5e53;
  color: #fff;
  width: 22%;
  float: right;
}

.container .question .alternative-pos {
  display: flex;
  flex-direction: row;
}

.container .question .alternative-pos p {
  margin-left: 4px;
  padding-top: 3px;
}

.questao {
  margin: 10px 0;
  padding: 20px;
  background: #f4ede7;
  border-radius: 5px;
  border: 1px solid #e9e1d6;
  font-size: 1.2em;
  position: relative;
}

.questao ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.questao ul li {
  margin: 10px 0;
}

.questao button {
  background: #6c5e53;
  color: #fff;
  font-family: "Exo", Ubuntu, sans-serif;
  border: none;
  border-radius: 5px;
  padding: 6px 10px;
  font-weight: 800;
  font-size: 1.2em;
}

.questao .stats {
  position: absolute;
  bottom: 10px;
  right: 20px;
}

.questao .stats .percentual {
  margin: 5px;
  background: #998675;
  color: #fff;
  width: 80px;
}

.questao .stats .stars {
  margin: 10px;
}

.questao .stats .stars img {
  width: 18px;
}

.simufoot {
  margin: 10px 0;
  padding: 10px 20px;
  background: #f4ede7;
  border-radius: 5px;
  border: 1px solid #e9e1d6;
  font-size: 1.2em;
  position: relative;
  text-align: center;
}

.simufoot button {
  background: #6c5e53;
  color: #fff;
  font-family: "Exo", Ubuntu, sans-serif;
  border: none;
  border-radius: 5px;
  padding: 6px 10px;
  font-weight: 800;
  font-size: 1.2em;
}

.progress {
  background: #493627;
  border: none;
  border-radius: 0;
  height: 8px;
}

.progress.progress-left {
  background: #6c5e53;
}

.progress-0 {
  width: 0%;
}

.progress-10 {
  width: 10%;
}

.progress-20 {
  width: 20%;
}

.progress-30 {
  width: 30%;
}

.progress-40 {
  width: 40%;
}

.progress-50 {
  width: 50%;
}

.progress-60 {
  width: 60%;
}

.progress-70 {
  width: 70%;
}

.progress-80 {
  width: 80%;
}

.progress-90 {
  width: 90%;
}

.progress-100 {
  width: 100%;
}

.simufoot .timer {
  margin-top: 5px;
}

.question h3,
.gabaritos h3 {
  color: #493627;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.gabaritos .box .credit-box-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.gabaritos .box .credit-box-menu #payment-history-btn {
  margin-right: -600px;
}

.gabaritos .credit-box-menu button {
  width: fit-content;
  max-height: -moz-max-content;
  height: fit-content;
  margin-top: 10px;
}

.features .span4 #btn-role .edit-o-button {
  width: 206px;
  background: #2eb458;
  height: 38px;
  color: #fff;
  text-align: center;
  padding-top: 15px;
  font-weight: 700;
  font-variant: all-small-caps;
  font-size: 1.43em;
  text-decoration: none;
}

.gabaritos-page .span4 {
  width: 1180px !important;
}

.gabaritos-page .box .span4 {
  width: 1152px !important;
  margin-left: 1px;
}

.gabaritos-page .avaliacoes-form {
  text-align: left !important;
  width: 100%;
}

.gabaritos-page .avaliacoes-form label {
  font-size: 1.1em;
  width: 95%;
  text-align: left !important;
}

.gabaritos-page .avaliacoes-form select {
  margin-top: 10px !important;
  width: 100% !important;
}

.gabaritos-page .avaliacoes-form-btn {
  float: right;
}

.gabaritos-page .avaliacoes-form-creation-date {
  display: flex !important;
  flex-direction: row;
  float: left;
  width: 45%;
  text-align: left !important;
  margin-bottom: -10px;
}

.gabaritos-page .avaliacoes-form-creation-date label {
  text-align: left !important;
  margin: 0 !important;
  width: 21%;
  font-size: 1em;
}

#gabaritos-tabs {
  width: 1180px;
  margin: 0 auto;
  margin-bottom: -2px;
  margin-top: 10px;
  font-weight: 500;
}

#gabaritos-tabs .download-s-grades-sheet {
  cursor: pointer;
  width: 36px;
}

.hidden-e {
  display: none;
}

#gabaritos-tabs.nav > li > a {
  position: relative;
  color: #998675;
  font-weight: 600;
  background-color: #fff;
  transition: all linear 0.15s;
  z-index: 1;
}

#gabaritos-content .span4 .test-box-show {
  animation: gabarito-fadein 0.6s;
}

#gabaritos-tabs.nav-tabs > .active > a,
.nav-tabs > .active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #998675;
  border-radius: 3px 3px 0 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-weight: 600;
  margin-bottom: 1px;
}

#gabaritos-tabs.nav > li > a:hover {
  text-decoration: underline;
}

#gabaritos-tabs.nav > li > a:hover,
.nav > li > a:focus {
  font-weight: 600;
  background-color: #998675;
  color: #fff;
}

@keyframes gabarito-fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#gabaritos-tabs li {
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: -1px;
}

#gabaritos-content.tab-content {
  background: none !important;
  margin-top: -60px;
  z-index: 0;
}

#gabaritos-content .titlebox-initial {
  border-top-left-radius: 0;
}

#gabaritos-content .titlebox-all {
  border-top-left-radius: 5px;
}

#gabaritos-content {
  width: 1260px;
  font-size: 0.9em;
  margin: 0 auto;
}

.gabaritos-tab-container .inner-tabs #print-exam-tab {
  float: left;
}

.gabaritos-tab-container .inner-tabs #online-exam-tab {
  float: right;
}

.gabaritos .span4 .pull-text-center {
  text-align: center;
}

.gabaritos-container .gabaritoInputCode {
  margin-top: 6px;
}

.gabaritos-container .btnSearchByType img {
  width: 25px;
  margin-bottom: 3px;
}

.speech-frame {
  font-size: 1.05em;

  color: var(--gp-red-warn);
  background: var(--gp-light-light-brown);

  position: relative;
  padding: 10px;
  border-radius: 10px;
  margin: 50px auto;
  max-width: 320px;
  opacity: 0;
  transition: opacity 110ms ease-in-out;
}

.speech-frame-purchase {
  opacity: 1;
  margin-top: -109px;
  margin-left: 407px;
  border: 2px solid var(--gp-brown);
  background: #ffffff;
}

.speech-frame.active {
  opacity: 1;
}

.gabaritos-container .warn-full-code {
  margin-left: 20px;
}

.speech-frame::after {
  content: "";
  border: 20px solid transparent;
  position: absolute;
}

.bottom.speech-frame::after {
  border-top-color: var(--gp-light-light-brown);
  border-bottom: 0;
  bottom: -20px;
  left: 51%;
  margin-left: -20px;
}

.top.speech-frame::after {
  border-bottom-color: var(--gp-light-light-brown);
  border-top: 0;
  top: -20px;
  left: 51%;
  margin-left: -20px;
}

.left.speech-frame-purchase::after {
  left: -20px !important;
  border-right-color: var(--gp-brown) !important;
}

.left.speech-frame::after {
  border-right-color: var(--gp-light-light-brown);
  border-left: 0;
  left: -17px;
  top: 51%;
  margin-top: -20px;
}

.right.speech-frame::after {
  border-left-color: var(--gp-light-light-brown);
  border-right: 0;
  right: -17px;
  top: 51%;
  margin-top: -20px;
}

.purchase h3 {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.titlebox {
  background: #998675;
  color: #fff;
  font-size: 1.5em;
  border-radius: 5px;
  padding: 10px 20px 10px 20px;
  margin-bottom: 10px;
  overflow: hidden;
}

.titlebox .generate-menu td {
  text-align: center;
  width: 43px;
}

.titlebox .generate-menu #examName::placeholder {
  color: #dfdfdf;
}

.titlebox .generate-menu #arrow-create-exam {
  font-size: 2em;
  color: #fff;
}

.exam-box-d {
  width: 525px;
  top: 0px;
}

.exam-box-out {
  margin-right: 17px;
  float: right;
}

.titlebox .generate-menu #info-create-exam {
  font-size: 0.9em;
  color: #fff;
}

.titlebox .generate-menu #regenerate-exam {
  font-size: 1.1em;
  font-weight: 600;
  color: #fff;
  padding-left: 5px;
  padding-top: 5px;
}

.titlebox .generate-menu a:hover {
  text-decoration: none;
}

.titlebox.generate-exams {
  padding: 0px 0px;
}

.titlebox .generate-bottom-buttons img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.box {
  margin-bottom: 10px;
  padding: 5px 12px;
  background: #f4ede7;
  border-radius: 5px;
  border: 1px dotted #998675;
  position: relative;
  color: #493627;
  overflow: hidden;
  text-align: justify;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 131%;
}

.box-purchase {
  text-align: center;
  border: 2px solid #000;
}

.box-center {
  text-align: center;
  padding-bottom: 2px;
}

.box .form-part {
  margin: auto;
  padding: 0px 0px 10px 0px;
  display: inline-block;
  text-align: center;
}

.box .form-part label {
  text-align: center;
  margin: auto;
}

.box .form-part select {
  text-align: center;
  margin: auto;
  width: 190px;
  font-family: "Exo", Ubuntu, sans-serif;
  font-size: 0.9em;
  border: 1px solid #998675;
  color: #493627;
  padding: 0px;
}

.box label {
  margin-top: 5px;
  font-weight: 800;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 140px;
  font-size: 0.9em;
}

.box input {
  margin: 0 10px;
}

.box hr {
  margin: 5px 0 5px 0;
  border: none;
  border-bottom: 2px dotted #968e89;
}

.box button {
  background: #6c5e53;
  color: #fff;
  font-family: "Exo", Ubuntu, sans-serif;
  border: none;
  font-weight: 600;
  font-size: 0.9em;
  padding: 6px 10px;
  margin: 1px 5px;
  border: none;
  border-radius: 5px;
}

.box .tab-content button {
  background: transparent;
  margin: 0;
  padding: 0;
}

.ok-button {
  background: rgba(30, 170, 31, 1);
  color: #fff;
  font-family: "Exo", Ubuntu, sans-serif;
  border: none;
  border-radius: 5px;
  font-size: 1.2em;
  padding: 10px 20px 10px 20px;
  text-align: center;
}

.cancel-button {
  background: rgba(236, 85, 70, 1);
  color: #fff;
  font-family: "Exo", Ubuntu, sans-serif;
  border: none;
  border-radius: 5px;
  padding: 6px 10px;
  font-size: 1.2em;
  padding: 10px 20px 10px 20px;
  text-align: center;
}

#noty_center_layout_container li {
  width: 420px !important;
}

#noty_center_layout_container li .noty_message {
  width: 400px !important;
}

.box button.lbl-align {
  margin-left: 80px;
}

.box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.box ul li {
  margin: 10px 0;
}

.box .value {
  padding-top: 5px;
  font-size: 0.9em;
  display: inline-block;
  margin: 0 5px;
}

.box.signal,
.box.signal a {
  text-align: center;
  color: #988471;
  text-transform: uppercase;
  font-weight: 800;
}

.box.signal a.big-signal {
  font-size: 3em;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}

.box.signal a:hover,
.box.signal a.big-signal:hover {
  text-decoration: none;
}

.newExamBoxWrapper {
  margin: 0px auto;
  width: 100%;
  text-align: center;
  display: inline-flex;
}

.newExamBox {
  list-style: none;
  text-align: center;
  margin: auto;
}

.newExamBox li {
  margin: 0;
}

.newExamBox a {
  text-align: center;
  color: #463420;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 19px;
  margin: auto;
  display: inline-flex;
}

#examBox .pull-right .online-button img {
  width: 29%;
  margin-bottom: 4px;
}

.publicLabel {
  position: absolute;
  overflow: hidden;
  right: -40px;
  bottom: 30px;
  width: 170px;
  text-align: center;
  background-color: rgba(236, 85, 70, 0.5);
  color: #ffffff;
  padding: 5pt;
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Safari */
  transform: rotate(-45deg);
}

.privateLabel {
  position: absolute;
  overflow: hidden;
  right: -40px;
  bottom: 30px;
  width: 170px;
  text-align: center;
  background-color: rgba(30, 170, 31, 0.5);
  color: #ffffff;
  padding: 5pt;
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Safari */
  transform: rotate(-45deg);
}

input.examName[type="text"] {
  color: #fff;
  background: #af9b8b;
  border: none;
  text-align: left;
  height: 25pt;
  width: 519px;
  padding: 0px 5px 0px 5px;
  margin: 10px;
  font-weight: 400;
  font-size: 0.8em;
}

input.examId[type="text"] {
  background: #e7d8cb;
  border: none;
  text-align: left;
  width: 210px;
  margin: 5px;
  font-weight: 400;
  font-size: 0.8em;
}

input[type="textarea"],
input[type="text"],
input[type="number"],
input[type="password"],
input[type="date"],
.gpeditable,
textarea,
select {
  box-shadow: none;
  outline: none;
  border: none;
}

input[type="textarea"]:active,
input[type="text"]:active,
input[type="number"]:active,
input[type="password"]:active,
input[type="date"]:active,
.gpeditable:active,
textarea:active,
select:active,
input[type="textarea"]:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
.gpeditable:focus,
textarea:focus,
select:focus {
  box-shadow: 0px 2px 6px 0px #493627;
  outline: none;
  border: none;
}

.modal input:disabled {
  background: #dcdad1 !important;
}

meter {
  margin: 0 0 0 4px;
  width: 282px;
  height: 0.4em;
  position: relative;
  top: 30px;
  left: 6px;
  border-radius: 12px;
  overflow: hidden;
  display: block;
}

meter::-webkit-meter-bar {
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}

/* Webkit based browsers */
meter[strength="1"]::-webkit-meter-optimum-value {
  background: red;
}

meter[strength="2"]::-webkit-meter-optimum-value {
  background: yellow;
}

meter[strength="3"]::-webkit-meter-optimum-value {
  background: orange;
}

meter[strength="4"]::-webkit-meter-optimum-value {
  background: green;
}

/* Gecko based browsers */
meter[strength="1"]::-moz-meter-bar {
  background: red;
}

meter[strength="2"]::-moz-meter-bar {
  background: yellow;
}

meter[strength="3"]::-moz-meter-bar {
  background: orange;
}

meter[strength="4"]::-moz-meter-bar {
  background: green;
}

.view-button {
  margin: 0px 0px 0px -5px;
  padding: 0;
  display: inline-flex;
}

.miniform {
  padding: 2px;
  width: 232px;
  font-size: 0.8em;
}

.miniform input[type="text"],
.miniform input[type="date"] {
  background: #e7d8cb;
  color: #493627;
  border-radius: 4px;
  text-align: left;
  padding: 2px 4px;
  margin: 2px;
  width: 154%;
}

.row-fluid textarea,
.tab-content textarea {
  font-size: 0.8em;
  background: #e7d8cb !important;
  border-radius: 4px;
  text-align: left;
  padding: 2px 4px;
  width: 98%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  outline: none;
  resize: vertical;
  border: none;
  border-color: #998675;
}

.table-input textarea,
.table-input input[type="number"] {
  font-size: 1em;
  background: #e7d8cb;
  border-radius: 4px;
  text-align: left;
  padding: 2px 4px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  outline: none;
  resize: vertical;
  border: none;
  border-color: #998675;
  margin: 5px;
}

.copycode {
  border: 1px dotted #493627;
  border-radius: 4px;
  padding: 1px 6px 1px 6px;
  margin: 1px;
  background-color: white;
  width: fit-content;
  min-width: 60px;
  font-weight: 400;
  white-space: nowrap;
}

.copyshare {
  margin: 2px;
  font-weight: 600;
  padding: 5px 5px 2px 5px;
  border-radius: 6px;
}

.copyshare ul li {
  color: #493627;
  font-size: 1.2em;
  margin: auto;
  background-color: #998675;
  border-radius: 5px;
}

.copyshare ul li a,
.copyshare ul li a i {
  color: white;
  font-size: 1.2em;
}

.table-codigos td {
  font-size: 0.9em;
}

.modal .row-fluid textarea {
  line-height: 29px;
  height: 57px;
  margin: 0px;
  width: 98%;
}

.modal .graybox {
  width: 80%;
  padding: 7px;
  background: #d2c1ad;
  border-radius: 5px;
  border: 1px #998675;
  font-size: 1.2em;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.modal .appendGrid {
  font-size: 1em;
  text-align: center;
}

.modal .appendGrid select,
.modal .appendGrid input {
  margin: 0px;
  padding: 0px;
}

.modal .appendGrid thead {
  font-weight: bold;
  font-size: 1.2em;
}

.modal .appendGrid tbody {
  background: url("../img/background.png") repeat;
  border-radius: 0;
  font-size: 0.9em;
}

.modal .appendGrid tfoot {
  background-color: #d2c1ad;
  border-radius: 0;
}

.modal .appendGrid button {
  margin: 10px 5px 10px 5px;
  padding: 5px;
  float: left;
}

.modal .appendGrid tbody tr:nth-child(odd),
.modal .appendGrid tbody tr:nth-child(even) {
  background-color: transparent;
  border: 0;
  height: 39px;
}

.modal .appendGrid td,
.modal .appendGrid th {
  background-color: transparent;
  border-right: 1px solid #fad3d4;
  padding: 1px;
  min-width: 35px;
}

.modal .appendGrid tr td:last-child,
.modal .appendGrid tr th:last-child {
  border-right: 0;
}

input[type="checkbox"].ansheet,
input[type="radio"].ansheet {
  display: none;
}

input[type="checkbox"].ansheet + label,
input[type="radio"].ansheet + label {
  display: inline-block;
  width: 20px;
  height: 19px;
  margin: 0;
  vertical-align: middle;
  background: url(../img/itens.png) left top no-repeat;
  cursor: pointer;
}

input[type="checkbox"].ansheet:checked + label,
input[type="radio"].ansheet:checked + label {
  background: url(../img/itens.png) -19px top no-repeat;
}

input[type="checkbox"].ansheet-onlineexam + label,
input[type="radio"].ansheet-onlineexam + label {
  width: 16px;
  height: 19px;
}

.container .question input[type="checkbox"].ansheet-onlineexam + label,
input[type="radio"].ansheet-onlineexam + label {
  width: 20px !important;
}

input[type="checkbox"].ansheet-policy + label,
input[type="radio"].ansheet-policy + label {
  width: 16px;
  height: 14px;
}

.modal .appendGrid .celllabel {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  float: left;
  padding: 5px;
}

.modal .appendGrid .result {
  background: white;
  border-radius: 5px;
  border: 1px solid #736356;
  min-width: 40px;
}

.miniform input[type="text"].input-small {
  width: 36%;
}

.row-fluid textarea:-webkit-input-placeholder,
.tab-content textarea:-webkit-input-placeholder,
.miniform input[type="text"]:-webkit-input-placeholder {
  color: rgba(108, 94, 83, 0.6);
  text-align: left;
}

.row-fluid textarea:-moz-placeholder .tab-content textarea:-moz-placeholder,
.miniform input[type="text"]:-moz-placeholder {
  color: rgba(108, 94, 83, 0.6);
  text-align: left;
}

.row-fluid textarea:-ms-input-placeholder,
.tab-content textarea:-ms-input-placeholder,
.miniform input[type="text"]:-ms-input-placeholder {
  color: rgba(108, 94, 83, 0.6);
  text-align: left;
}

.row-fluid textarea:-moz-placeholder,
.tab-content textarea:-moz-placeholder,
.miniform input[type="text"]:-moz-placeholder {
  color: rgba(108, 94, 83, 0.6);
  text-align: left;
}

.modal .medium-editor-placeholder,
.modal .medium-editor-placeholder:after {
  font-style: normal;
}

.points {
  width: 55px;
  font-size: 0.8em;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #998675;
  padding: 2px;
}

.table-stripes {
  margin: 10px 0;
  background: #736356;
  color: #483627;
  width: 100%;
  font-size: 1.1em;
  text-align: center;
}

.table-stripes tr:nth-child(2) td {
  color: #483627;
  font-weight: 700;
}

.table-stripes td:nth-child(1) {
  color: #483727;
  font-weight: 700;
}

.table-stripes tr:nth-child(1),
.table-stripes tr:nth-child(2) {
  font-weight: 800;
}

.table-stripes tr:nth-child(even) td:nth-child(odd) {
  background: #e9e0d7;
}

.table-stripes tr:nth-child(even) td:nth-child(even) {
  background: #ede6de;
}

.table-stripes tr:nth-child(odd) td:nth-child(odd) {
  background: #d8c9b7;
}

.table-stripes tr:nth-child(odd) td:nth-child(even) {
  background: #e0d4c5;
}

.table-stripes tr:nth-child(1) td:nth-child(1),
.table-stripes tr:nth-child(1) td:nth-child(2) {
  background: #c7b299;
}

.table-stripes td {
  padding: 1px;
  border: 2px solid #483727;
}

.table-stripes tr.nostripe td {
  background: #c7b299 !important;
  color: #483627;
}

.table-gabarito {
  margin: 10px 0;
  background: #736356;
  color: #483627;
  width: 100%;
  font-size: 1.1em;
  text-align: center;
}

.gabaritos-container {
  min-width: 100%;
}

.span-gab-ads {
  float: right;
  height: auto;
}

.table-gabarito tr:nth-child(2) td {
  color: #483627;
  font-weight: 700;
}

.table-gabarito td:nth-child(1) {
  color: #483727;
  font-weight: 700;
}

.table-gabarito td:nth-child(13),
.table-gabarito td:nth-child(14),
.table-gabarito tr:last-child td:nth-child(2) {
  font-weight: 700;
}

.table-gabarito tr:nth-child(1),
.table-gabarito tr:nth-child(2) {
  font-weight: 800;
}

.table-gabarito tr:nth-child(even) td:nth-child(odd) {
  background: #e9e0d7;
}

.table-gabarito tr:nth-child(even) td:nth-child(even) {
  background: #ede6de;
}

.table-gabarito tr:nth-child(odd) td:nth-child(odd) {
  background: #d8c9b7;
}

.table-gabarito tr:nth-child(odd) td:nth-child(even) {
  background: #e0d4c5;
}

.table-gabarito tr:nth-child(1) td:nth-child(1),
.table-gabarito tr:nth-child(1) td:nth-child(2) {
  background: #c7b299;
}

.table-gabarito td {
  padding: 1px;
  border: 2px solid #483727;
}

.table-gabarito td label {
  font-weight: 200;
  text-align: center;
  padding: 0px;
  width: 14px;
  margin: 2px;
}

.table-gabarito td input[type="checkbox"] {
  border: none;
  padding: 0px;
  width: 14px;
  margin: 2px;
}

.table-gabarito td input[type="text"] {
  border: 1px solid #736356;
  padding: 0px;
  font-size: 1em;
  width: 45px;
  text-align: center;
}

.table-gabarito tr.nostripe td {
  background: #c7b299 !important;
  color: #483627;
}

h3 {
  font-size: 23.4px;
}

.questoes-search {
  overflow: visible;
}

.questoes-search .questions-count {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  font-size: 0.9em;
  padding: 5px;
}

.questoes-search .questions-count div:first-child {
  float: left;
}

.questoes-search .questions-count div:nth-child(2) {
  float: right;
}

.questoes-search .questions-count span {
  font-weight: 600;
}

.questoes-search .questions-count #public-question-count {
  margin-left: 100px;
}

.questoes-search .questions-count .question-count-n {
  padding-left: 5px;
}

.questoes-search input[type="text"] {
  color: #493627;
  background: #e7d8cb;
  border: none;
  text-align: left;
  height: 25pt;
  width: 411px;
  padding: 0px 5px 0px 5px;
  margin-right: 5px;
}

.questoes-search input[type="text"]::-webkit-input-placeholder {
  color: rgba(108, 94, 83, 0.6);
}

.questoes-search input[type="text"]:-moz-placeholder {
  color: rgba(108, 94, 83, 0.6);
}

.questoes-search input[type="text"]:-ms-input-placeholder {
  color: rgba(108, 94, 83, 0.6);
}

.questoes-search input[type="text"]::-moz-placeholder {
  color: rgba(108, 94, 83, 0.6);
}

.country-select {
  height: 22px;
  color: #493627;
  position: relative;
  display: inline-block;
  margin-left: 14px;
  margin-top: 6px;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.footer {
  background: url("../img/img-bg.png");
  padding: 20px 30px;
}

.footer .pull-right {
  margin-right: -80px;
}

.footer .pull-left {
  margin-left: -80px;
}

.footer ul {
  margin-top: 15px;
  list-style: none;
}

.footer ul li {
  margin: 0 10px;
  font-weight: 700;
  float: left;
}

.footer ul li a {
  color: #995f35;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
}

.footer ul li a:hover {
  text-decoration: none;
}

.post-footer {
  margin: 0 -98px;
  padding: 8px 10px;
  border-left: 1px solid #fad3d4;
  border-right: 1px solid #fad3d4;
  width: 1190px;
}

.post-footer img {
  width: 20px;
}

.modal {
  width: 840px;
  margin-left: -410px;
  color: #463420;
  max-height: 80%;
  left: 50%;
}

.modal .modal-body {
  margin: 10px 0px 0px 0px;
  padding: 10px 10px 0px 10px;
  height: auto;
  max-height: calc(100vh - 270px);
  overflow-y: auto;
  background: #f4ede7;
}

.modal .white-bg {
  background: white;
}

.modal .form-horizontal .control-label {
  font-size: 1.3em;
  font-weight: bold;
  color: #4d3e32;
  width: 190px;
  padding-right: 20px;
}

#modal-group {
  z-index: 99;
}

#modal-group.modal {
  max-height: none !important;
  margin-top: -15px;
}

#modal-group .form-horizontal .control-group-title {
  font-size: 1.4em;
  font-weight: bold;
  color: #4d3e32;
  text-align: left;
  padding-left: 20px;
  padding-bottom: 5px;
  padding-top: 15px;
}

#modal-group .form-horizontal .control-members {
  font-size: 0.67em;
  font-weight: bold;
  color: #4d3e32;
  text-align: center;
  margin-top: -13px;
  margin-bottom: 15px;
}

#modal-group .form-horizontal .control-institutional {
  font-size: 1.87em;
  font-weight: bold;
  color: #4d3e32;
  text-align: center;
  margin-top: -143px;
  margin-bottom: -9px;
}

#modal-group #upload-group-sheet {
  margin-left: 21px;
}

#modal-group #upload-group-sheet input[type="file"] {
  display: none;
  cursor: pointer;
}

#modal-group #upload-group-sheet #upload-sheet-img {
  font-size: 1.5em;
  padding: 5px;
  margin-top: 3px;
  margin-left: 45px;
}

#modal-group .form-horizontal .table-wrapper {
  position: relative;
  padding: -10px;
  margin: -10px;
  font-size: 1.1em;
  height: 300px;
}

#modal-group .form-horizontal .table-wrapper-top {
  position: relative;
  padding: -10px;
  margin: -10px;
  font-size: 0.7em;
}

#modal-group .form-horizontal .table-scroll {
  max-height: 180px;
  min-height: 100px;
  overflow: auto;
  margin-top: 4px;
  margin-left: -12px;
  margin-right: 4px;
  margin-bottom: 4px;
}

#modal-group .users .maisMenosMembro {
  width: 15px;
  padding-top: 9px;
  margin-top: -18px;
  margin-left: -10px;
}

#modal-group .form-horizontal .table-scroll-members {
  height: 240px;
}

#modal-group .form-horizontal #left-group-table {
  width: 40%;
  height: 150px;
  line-height: 15px;
  font-size: 0.4em;
}

#modal-group .form-horizontal #right-group-table {
  width: 60%;
  height: 150px;
  line-height: 15px;
  font-size: 1.1em;
}

#modal-group .form-horizontal .groups img {
  margin-left: 35px;
}

.diag-balbox-flex {
  display: flex;
  flex-direction: row;
}

.diag-balbox {
  background: #998675;
  border-radius: 10px 10px 10px 10px;
  width: fit-content;
  height: fit-content;
  position: relative;
  margin-bottom: -7em;
  margin-left: 32em;
  padding: 14px;
  color: #fff;
  font-size: 1.15em;
  font-weight: 500;
}

.diag-balbox-warn {
  background: #ec5546;
  margin-bottom: -9.3em;
}

.gp-btn-disabled {
  opacity: 0.6;
}

.diag-balbox:after {
  /* content necessário para a criação de um elemento vazio */
  content: "";

  width: 0;
  height: 0;
}

.modal form {
  margin-bottom: 0px;
}

.modal #formImpressao {
  min-height: 290px;
}

.modal .box.signal {
  background: #c7b199;
  color: #9b5f32;
  margin: 0 20px;
  font-size: 1.4em;
  height: 100px;
}

.modal .box.signal a {
  color: #463420;
  text-transform: none;
}

.modal .box.signal a.big-signal {
  color: #996035;
}

.modal .checkbox {
  padding-left: 0px;
}

.modal,
.modal-footer {
  background-color: #f4ede7;
  border: none;
  padding-top: 0px;
  box-shadow: none;
}

.modal .modal-footer {
  padding: 10px 15px 5px 15px;
}

.modal button {
  background: #6c5e53;
  color: #fff;
  font-family: "Exo", Ubuntu, sans-serif;
  border: none;
  border-radius: 5px;
  padding: 10px 14px;
  font-weight: 800;
  font-size: 1.7em;
}

.modal .modal-header {
  text-align: center;
}

.modal .modal-header h3:before {
  content: url("../img/lw.png");
  margin-top: -10px;
  margin-left: -33px;
  position: absolute;
}

.modal .modal-header h3:after {
  content: url("../img/rw.png");
  margin-top: -10px;
  margin-left: 10px;
  position: absolute;
}

.modal .modal-header h3 {
  padding: 10px;
  height: 42px;
  background: url("../img/md.png") repeat-x;
  color: #fff;
  display: inline-block;
}

.modal table {
  margin-left: 2%;
  margin-right: 2%;
  width: 96%;
  font-size: 1.3em;
  border-radius: 6px;
  overflow: hidden;
}

.pricing-info {
  margin: auto;
  border-collapse: collapse;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 2px solid #998675;
  border-radius: 3px;
}

.pricing-info thead tr .pricing-advantages {
  color: #31261b;
  font-size: 1.25em;
  text-align: center;
  font-weight: 600;
  background-color: #d2c1ad;
}

.pricing-info thead tr .individual-plan {
  color: #31261b;
  font-size: 1.2em;
  text-align: center;
  font-weight: 600;
  background-color: #b3a18b;
}

.pricing-info .leftText {
  text-align: left;
  font-size: 1.1em;
}

.pricing-info .centerText {
  text-align: center;
}

.pricing-info .rightText {
  padding-right: 10px !important;
  text-align: right !important;
  font-weight: 800 !important;
}

.pricing-info .centerText td:first-child {
  text-align: left;
}

.pricing-info .leftText tr {
  background-color: #fff;
  padding-top: 10px;
  border-bottom: 1px solid #e8f6fd;
}

.pricing-info .leftText tr td:first-child {
  border-right: 1px solid #ff0000;
  width: 400px;
}

.pricing-info .leftText tr td {
  width: 100px;
}

.pricing-info .leftText tr td:last-child {
  width: 330px;
}

.pricing-info .leftText .freebies td:nth-child(2) {
  padding-left: 18px;
}

.pricing-info .purchase-pricing-button tr td:first-child {
  border: none;
  width: 80%;
}

.pricing-info .purchase-pricing-button {
  width: 98%;
  font-weight: 500;
}

.pricing-info .purchase-pricing-button button {
  font-family: "Exo", Ubuntu, sans-serif;
  background: #6c5e53;
  border: none;
  color: #fff;
  padding: 6px 10px;
  margin-bottom: 16px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.4em;
  font-weight: 800;
  margin-top: 10px;
  text-align: center;
  float: right;
}

.pricing-info .institutional-plan tr td {
  color: #31261b;
  font-size: 1.3em;
  text-align: center;
  font-weight: 600;
  background-color: #d2c1ad;
}

.pricing-info .leftText.pricing-no-border tr td {
  border: 0;
}

.pricing-info .leftText #additional-info {
  color: #31261b;
  background-color: #d2c1ad;
}

.pricingTblAlign {
  width: 1200px;
  padding: 0px;
  background-color: #998675;
  z-index: 0;
}

.pricingTblAlign .appendGrid td {
  color: #31261b;
  padding: 2px;
  padding-left: 10px;
}

.payment-methods {
  margin: 0 auto;
  z-index: 0;
  display: none;
}

.payment-methods table {
  width: 100%;
  margin: 0 auto;
}

.purchase .payment-methods table tr td {
  width: 50%;
}

.subscription-status {
  text-align: center;
  font-size: 1.35em;
  font-weight: 500;
  padding-top: 10px;
}

.purchase .subscription-status {
  text-align: center;
  font-size: 1.35em;
  font-weight: 500;
  padding-top: 10px;
}

.purchase #purchase-feature .feature {
  margin-top: 20px;
}

.purchase #purchase-type {
  text-align: center;
  width: 1090px;
  margin: 0 auto;
}

.purchase #purchase-type #purchase-tbl {
  width: 100%;
  font-size: 1.45em;
}

.purchase #purchase-type #purchase-tbl td {
  text-align: center;
}

.purchase #purchase-type #purchase-tbl td:first-child {
  /** padding-right: 65px; **/
  width: 50%;
}

.purchase #purchase-type #purchase-tbl td:nth-child(2) {
  padding-left: 15px;
  width: 50%;
}

.purchase #purchase-type #purchase-tbl tr:nth-child(2) td {
  font-weight: 600;
  font-size: 1.25rem;
  width: 600px;
  margin: 0 auto;
  font-variant: all-small-caps;
}

.purchase #purchase-type #purchase-tbl td:first-child {
  padding-right: 15px;
  width: 50%;
}

.purchase #purchase-type #purchase-tbl td:nth-child(2) {
  padding-right: 15px;
  width: 50%;
  white-space: nowrap;
}

.purchase .purchase-options #purchase-type button {
  font-family: "Exo", Ubuntu, sans-serif;
  background: #fff;
  font-variant: all-small-caps;
  border: none;
  color: #fff;
  padding: 6px 10px;
  margin-bottom: 16px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.45em;
  font-weight: 600;
  margin-top: 10px;
  text-align: center;
  outline: none;
  pointer-events: none;
}

.purchase .purchase-options #purchase-type button:first-child {
  border-radius: 5px 5px 5px 5px;
  border: 2px solid #6c5e53;
}

.purchase .purchase-options .selected-plan-btn {
  border-radius: 5px 0 0 5px !important;
  background: #6c5e53 !important;
  color: #6c5e53 !important;
  border: 2px solid #6c5e53 !important;
}

.purchase .purchase-options #purchase-type .creditspĺans-type-btn {
  border-radius: 5px 5px 5px 5px;
  background: #fff;
  color: #6c5e53;
  border: 2px solid #998675;
}

.purchase .purchase-options #purchase-type .purchase-plan-inactive {
  background: #6c5e53 !important;
  color: #fff !important;
}

.purchase .purchase-options #purchase-type .purchase-plan-active {
  background: #fff !important;
  color: #6c5e53 !important;
  box-shadow: 0 -2px 8px #998675;
}

.purchase .purchase-options #purchase-type .purchase-credits-inactive {
  background: rgb(153, 134, 117) !important;
  color: #fff !important;
}

.purchase .purchase-options #purchase-type .purchase-credits-active {
  background: #fff !important;
  color: #998675 !important;
  box-shadow: 0 -2px 8px #6c5e53;
}

.purchase .purchase-options .selected-credits-btn {
  border-radius: 0 5px 5px 0 !important;
  border: 2px solid #6c5e53 !important;
  background: #6c5e53 !important;
  color: #fff !important;
}

.purchase .purchase-options table {
  width: 0;
  /** width: 500px **/
  margin: 0 auto;
}

.purchase .purchase-options .purchase-mainbox table {
  padding: 16px;
  border-collapse: separate !important;
  border-radius: 14px 14px 14px 14px;
  width: 420px;
  /** 310px **/
  margin: 0 auto;
  float: left;
}

.purchase .purchase-mainbox .purchase-box-alternative {
  background-color: var(--gp-medium-brown) !important;
}

.purchase .purchase-mainbox .purchase-box-highlight {
  background-color: var(--gp-brown) !important;
}

.purchase .purchase-mainbox .purchase-best-deal {
  width: inherit;
  height: 50px;
  background-color: var(--gp-brown);
  border-radius: 5px;
}

.purchase .purchase-mainbox .purchase-box-text {
  width: 95%;
  font-variant: all-small-caps;
  text-align: center;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding-top: -23px;
}

.purchase .purchase-mainbox .purchase-box {
  height: 240px;
  border: 2px solid #e7d8cb;
  border-radius: 5px;
  background-color: #6c5e53;
  margin: 0 auto;
  width: 240px;
  margin-bottom: -24px;
}

.purchase .purchase-mainbox .purchase-box-title {
  font-size: 2.25rem;
  /** 1.45rem **/
  font-weight: 600;
  padding-top: 20px;
  width: 259px;
  text-align: center;
  margin: 0 auto;
}

.purchase .purchase-mainbox .purchase-box-price {
  font-size: 3.85rem;
  /** 2.1rem **/
  font-weight: 700;
  padding-top: 42px;
  text-align: center;
  margin: 0 auto;
}

.purchase .purchase-mainbox .purchase-box-price .price-tag {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 70%;
}

.purchase .purchase-mainbox .purchase-box-price .price-tag .money-r {
  font-size: 2.55rem;
  font-weight: 500 !important;
}

.purchase .purchase-mainbox .purchase-box-price .price-tag .money-c {
  font-size: 2rem;
  padding-right: 7px;
  font-weight: 500 !important;
}

.purchase .purchase-mainbox .small-digit-price {
  font-size: 1.85rem;
  /** 1.3rem **/
  margin-top: -13px;
}

.purchase .purchase-mainbox .monthly-subscription-title {
  font-size: 1.65rem;
  /** 1.3rem **/
}

.purchase .purchase-mainbox .purchase-box-expiration-date {
  padding-top: 22px;
  font-size: 1.45rem;
}

.purchase .purchase-mainbox .purchase-box-button button {
  font-family: "Exo", Ubuntu, sans-serif;
  background: #6c5e53;
  border: none;
  color: #fff;
  padding: 6px 10px;
  margin-bottom: 9px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 800;
  margin-top: 28px;
  /** 44px **/
  text-align: center;
  outline: none;
}

.purchase .purchase-mainbox .purchase-box-button button:hover {
  border-color: #6c5e53;
  background-color: #fff;
  color: #6c5e53;
}

.purchase .purchase-mainbox .purchase-d-box-button {
  margin-top: -19px;
}

.purchase .purchase-mainbox .btn-purchase-locked {
  color: #fff !important;
  background-color: #6c5e53 !important;
}

.purchase .purchase-mainbox .btn-purchase-init-state {
  background-color: rgb(153, 134, 117) !important;
  color: rgb(255, 255, 255) !important;
}

.purchase .purchase-mainbox .purchase-box-time {
  font-size: 1.45rem;
  font-weight: 600;
  padding-top: 35px;
  text-align: center;
  margin: 0 auto;
}

.purchase .purchase-mainbox .purchase-box-p0 {
  margin-top: 10px;
}

.purchase .purchase-mainbox input[type="radio"] {
  width: 100%;
  height: 16px;
  vertical-align: middle;
  background: url(../img/itens.png) left top no-repeat;
}

.purchase .purchase-mainbox input[type="radio"].select-plan:checked {
  background: url(../img/itens.png) -19px top no-repeat;
}

.purchase .purchase-options .purchase-option-plan {
  background-color: #fff;
  border: 2px solid #000;
  text-transform: uppercase;
  font-weight: 600;
}

.purchase .payment-info-box #optional-purchase-info {
  font-size: 1.35em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  margin-top: 5px;
  padding-bottom: 8px;
}

.purchase .payment-info-box #optional-purchase-info-oc {
  font-size: 1.35em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  margin-top: 5px;
  padding-bottom: 8px;
}

.purchase .payment-info-box #hide-optional-purchase-info {
  display: none;
}

.purchase .payment-info-box #hide-optional-purchase-info-oc {
  display: none;
}

.purchase .payment-info-box .fa-hide-purchase-info {
  padding-right: 6px;
}

#modal-estudante-turma {
  width: 420px;
  margin: 0 auto;
  margin-left: -200px;
  margin-top: 160px;
}

#modal-estudante-turma .form-horizontal button:nth-child(2) {
  float: left;
}

#modal-estudante-turma .form-horizontal button:nth-child(3) {
  float: right;
}

#modal-estudante-turma .confirmar-student-dialog-box {
  text-align: center;
  padding-bottom: 30px;
  margin-top: -18px;
}

#modal-estudante-turma #student-register {
  font-size: 1.8rem;
  font-weight: 800;
  text-align: center;
  font-variant: all-small-caps;
  margin-top: -13px;
  padding-bottom: 30px;
}

#modal-estudante-turma .student-info-box #optional-purchase-info {
  font-size: 1.35em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  margin-top: 2px;
  padding-bottom: 1px;
}

#modal-estudante-turma .student-info-box #optional-purchase-info-oc {
  font-size: 1.35em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  margin-top: 5px;
  padding-bottom: 8px;
}

#modal-estudante-turma .student-info-box #hide-optional-purchase-info {
  display: none;
}

#modal-estudante-turma .student-info-box #hide-optional-purchase-info-oc {
  display: none;
}

#modal-estudante-turma .student-info-box .fa-hide-purchase-info {
  padding-right: 6px;
}

#modal-estudante-turma .student-info-box input[type="text"] {
  width: 320px;
}

.student-info-box .student-fields .student-controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -5px;
  width: 100%;
}

#choosePayment {
  padding-top: 10px;
}

#pagseguro-button {
  margin: 0 auto;
  width: 100%;
}

#warning-pagseguro {
  font-size: 1rem;
  text-align: center;
  color: #000;
}

.mercadopago-button {
  display: flex !important;
  gap: 8px !important;
  flex-flow: row nowrap !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 10px 30px !important;
  border: 1px solid #AB9300 !important;
  border-radius: 30px !important;
  cursor: pointer !important;
  height: 48px !important;
  width: 380px !important;
  margin-bottom: 41px !important;
  background: #FFE600 url("../img/mercadopago-logo-new.png") no-repeat 75% center !important;
  background-size: 185px !important;
  background-position-x: 145px !important;
  text-align: left !important;
  padding-right: 205px !important;
  font-size: 15px !important;
  color: #000 !important;
}

.btpay-pagseguro {
  cursor: pointer;
  float: left;
  margin: -54px 0 0 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 42px;
  background: #5bb371 url("../img/pagseguro-logo.png") no-repeat 75% center;
  background-size: 150px 40px;
  text-indent: -999px;
  border-radius: 30px;
  border: 1px solid #356635;
  margin-bottom: 10px;
}

#pagseguroArea #pagseguro-bt-comprar {
  padding-bottom: 22px;
  padding-left: 70px;
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
  cursor: pointer;
}

.subscription-info {
  width: 400px;
  margin: 0px auto;
  font-weight: bold;
  text-align: justify;
}

.subscription-info .subscription-info-title > p {
  font-size: 1.2em;
  color: #493627;
}

.subscription-info .subscription-credit-info {
  padding-left: 10px;
}

.subscription-info #subscription-box #test-icon-purchase {
  width: 50px;
}

.subscription-info #subscription-box #app-icon-purchase {
  width: 50px;
  margin-top: 13px;
  margin-bottom: 14px;
}

.payment-info-box {
  margin-top: 10px;
  width: inherit;
}

.payment-info-box #payment-form-title {
  text-align: center;
  font-size: 1.66em;
  font-weight: 800;
}

.payment-info-box .form-horizontal {
  margin: 0 auto;
  width: 934px;
  background-color: #f4ede7;
  border: 2px solid #998675;
  padding: 20px 20px 20px 20px;
}

@media screen and (max-width: 350px) {
  .payment-info-box {
    display: none;
  }

  #choosePayment {
    display: none;
  }

  .payment-methods {
    display: none !important;
  }

  .purchase-options {
    display: none;
  }

  #pagseguroArea #pagseguro-bt-comprar {
    font-size: 0.7rem;
  }

  .btpay-pagseguro {
    height: 5.2vh;
    margin-bottom: 14vh;
    background-size: 15vh 4vh;
  }
}

.payment-info-box .form-horizontal fieldset {
  margin: 0 auto;
  width: 100%;
}

.payment-info-box .form-horizontal table {
  font-size: 2.5em;
  margin: 0 auto;
  width: 90%;
}

.payment-info-box .form-horizontal .payment-country-label label {
  font-size: 0.55em;
  font-weight: 600;
  height: 30px;
  text-align: right;
  width: 100%;
}

.payment-info-box .purchase-fields {
  margin: 0 auto;
}

.payment-info-box .purchase-fields .payment-controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 7px;
  width: 100%;
}

.payment-info-box .payment-controls #states {
  width: 100%;
}

.payment-info-box .payment-controls #cities {
  width: 100%;
}

.payment-info-box .form-horizontal .payment-country label {
  height: 27px;
}

.payment-info-box .form-horizontal .payment-country {
  width: 16%;
  padding-left: 2px;
}

.payment-info-box .form-horizontal #otherCountriesFields {
  display: none;
}

.payment-info-box .purchase-fields label {
  font-size: 1.1em;
  width: 20%;
  font-weight: 700;
  padding-right: 10px;
}

.payment-info-box .purchase-fields input[type="text"] {
  font-size: 1.1em;
  width: 100%;
}

#choosePayment {
  font-size: 1.1em;
  color: #493627;
  font-weight: 500;
  text-align: center;
  margin: 0;
  margin-bottom: 10px;
}

#paypalArea {
  height: 108px;
  width: 400px;
  margin: 0 auto;
  float: right;
  margin-bottom: 12px;
}

#pagseguroArea {
  width: 400px;
  margin: 0 auto;
  float: left;
}

#paypalArea-other {
  width: 50%;
  margin: 0 auto;
}

.unlockPaymentForm {
  background-color: #f4ede7;
  border: #6c5e53 solid 1px;
  border-radius: 5px;
  padding-top: 10px;
  box-shadow: none;
}

.initialStateForPaymentButtons {
  pointer-events: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
}

.unlockedStateForPaymentButtons {
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}

.unlockPaymentForm form-unlock {
  font-size: 1.3em;
  font-weight: bold;
  color: #4d3e32;
  width: 190px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 15px;
  padding-right: 10px;
}

.modal table.pricingTbl {
  width: 98.8%;
  margin: 5px;
}

.modal table tbody.leftText {
  text-align: left;
  padding-left: 2px;
  font-size: 0.95em;
}

.modal table thead.leftText {
  text-align: left;
  padding-left: 2px;
  font-size: 0.95em;
}

.modal table tfoot.leftText {
  text-align: left;
  padding-left: 2px;
  font-size: 0.95em;
}

.modal table td.freeText {
  font-size: 1.06em;
}

.modal table th {
  background: #736358;
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
}

.modal table td {
  padding: 10px;
}

.modal table tr {
  color: #63594d;
}

.modal table tr:nth-child(even) {
  background: #b3a18b;
}

.modal table tr:nth-child(odd) {
  background: #d2c1ad;
}

table.caderno th {
  font-weight: 700;
}

table.caderno td,
table.caderno th,
.ui-widget-header,
.ui-widget-content,
tfoot.ui-widget-header td {
  color: #44362b;
  background-color: #fff;
  border-right: 1px solid #d0adab;
  border-bottom: 1px solid #cbe5ea;
}

.ui-widget-header {
  font-weight: bold;
  text-transform: uppercase;
}

.modal .ui-widget-content input[type="text"],
.modal .ui-widget-content input[type="password"],
.modal .ui-widget-content select,
.modal .ui-widget-content textarea {
  background: #fff;
  color: #44362b;
  border: none;
  font-size: 1em;
}

table.caderno td,
.ui-widget-content {
  border-bottom: 1px solid #cbe5ea;
}

table.caderno tr:last-child td,
.ui-widget-content tr:last-child td {
  border-bottom: none;
}

table.caderno td:last-child,
table.caderno th:last-child,
.ui-widget-content td:last-child {
  background-color: #fff;
  border-right: none;
}

.cookie-container {
  z-index: 1000;
}

.cookie-container.active {
  bottom: 0;
}

.modal.cookie-container.active {
  bottom: -100%;
}

.cookie-container a {
  color: #fefefe;
}

.cookie-container p {
  float: left;
  width: 65%;
  margin-top: 10px;
}

.cookie-container #cookie-consent-msg a {
  color: var(--gp-blue-link);
}

.cookie-container button {
  font-family: "Exo", Ubuntu, sans-serif;
  background: #6c5e53;
  border: none;
  color: #fff;
  padding: 6px 10px;
  margin-bottom: 16px;
  border-radius: 5px;
  cursor: pointer;
  color: #f4ede7;
  font-size: 1em;
  font-weight: 800;
  margin-top: 10px;
  text-align: center;
  float: right;
}

.cookie-container button a:hover {
  text-decoration: none;
}

.cookie-container button#cookie-info {
  float: left;
}

.cookie-container button.cookie-accept-reject {
  float: right;
  margin-left: 2px;
  margin-right: 2px;
}

.modal .modal-body .cookie-accept-reject {
  font-family: "Exo", Ubuntu, sans-serif;
  color: #000;
  font-size: 0.8em;
  font-weight: 800;
}

.cookie-container#cookie-container-text {
  width: 100%;
  height: auto;
}

.cookie-container#cookie-container-buttons {
  width: 100%;
  height: auto;
}

.footer-popup-container {
  position: fixed;
  bottom: -200%;
  left: 0;
  right: 0;
  background: var(--gp-light-light-brown);
  padding: 10px 20px 10px 20px;
  color: #6c5e53;
  font-weight: 500;
  font-size: 1.2em;
  box-shadow: 0 -2px 16px #998675;
  transition: 400ms;
}

.footer-popup-container.active {
  bottom: 0;
}

.footer-popup-container.footer-popup-show {
  bottom: 0;
}

.modal.footer-popup-container.footer-popup-show {
  bottom: -100%;
}

.footer-popup-container a {
  color: #fefefe;
}

.footer-popup-container p {
  float: left;
  width: 65%;
  margin-top: 3px;
}

.footer-popup-container button {
  font-family: "Exo", Ubuntu, sans-serif;
  background: #6c5e53;
  border: none;
  color: #fff;
  padding: 6px 10px;
  margin-bottom: 16px;
  border-radius: 5px;
  cursor: pointer;
  color: #f4ede7;
  font-size: 1em;
  font-weight: 800;
  margin-top: -3px;
  text-align: center;
  float: right;
}

.footer-popup-container button a:hover {
  text-decoration: none;
}

.footer-popup-container button.footer-popup-info {
  float: left;
}

.footer-popup-container button.footer-popup-accept-reject {
  float: right;
  margin-left: 2px;
  margin-right: 2px;
}

.footer-popup-container.footer-popup-container-text {
  width: 100%;
  height: auto;
}

.footer-popup-container.footer-popup-container-buttons {
  width: 100%;
  height: auto;
}

#scheduled-maintenance-dialog {
  height: fit-content;
  max-height: -moz-max-content;
  z-index: 999;
  top: 0;
  left: 50%;
  transform: translate(-50%, -1000%);
  width: 100%;
  padding: 8px;
}

#scheduled-maintenance-dialog .footer-popup-container-buttons {
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
  width: 99.3%;
}

#scheduled-maintenance-dialog #scheduled-maintenance-container-text {
  width: 93%;
}

#scheduled-maintenance-dialog .footer-popup-container-buttons button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

#scheduled-maintenance-dialog #scheduled-maintenance-btn-close a {
  font-size: 15px;
}

#scheduled-maintenance-dialog.active-center {
  transform: translate(-50%, 0);
}

#scheduled-maintenance-dialog #scheduled-maintenance-consent-msg {
  padding: 12px;
  width: fit-content;
  font-size: 1.2em;
}

.due-plan-container {
  height: 25px;
  z-index: 998;
}

.due-plan-container.due-plan-show {
  bottom: 0;
}

.modal.due-plan-container.due-plan-show {
  bottom: -100%;
}

.due-plan-container a {
  color: #fefefe;
}

.due-plan-container p {
  float: left;
  width: 65%;
  margin-top: 3px;
}

.due-plan-container button {
  font-family: "Exo", Ubuntu, sans-serif;
  background: #6c5e53;
  border: none;
  color: #fff;
  padding: 6px 10px;
  margin-bottom: 16px;
  border-radius: 5px;
  cursor: pointer;
  color: #f4ede7;
  font-size: 1em;
  font-weight: 800;
  margin-top: -3px;
  text-align: center;
  float: right;
}

.due-plan-container button a:hover {
  text-decoration: none;
}

.due-plan-container button#due-plan-info {
  float: left;
}

.due-plan-container button.due-plan-accept-reject {
  float: right;
  margin-left: 2px;
  margin-right: 2px;
}

.due-plan-container#due-plan-container-text {
  width: 100%;
  height: auto;
}

.due-plan-container#due-plan-container-buttons {
  width: 100%;
  height: auto;
}

#mobile-cookie-modal {
  position: fixed;
  top: auto;
  right: auto;
  left: auto;
  bottom: 0;
}

.modal.modal-login {
  border-radius: 0;
  width: 390px;
  margin-left: -170px;
  background: #fff;
  text-align: center;
  color: #7c6752;
  z-index: 5;
}

#formNewUser #groupChangePwd .btn-alterar-pwd {
  width: fit-content;
  padding: 7px;
  font-size: 1.3em;
}

.modal.modal-m-login {
  border-radius: 0;
  width: 310px;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  text-align: center;
  color: #7c6752;
  z-index: 5;
  left: 0;
  right: 0;
}

.modal.modal-m-login input[type="text"],
.modal.modal-m-login input[type="password"] {
  background: #fff;
  color: #6c5e53;
  margin-bottom: 10px;
  border: 1px solid #6c5e53;
  border-radius: 5px;
  padding: 8px;
  font-size: 1.5em;
  font-weight: 400;
  padding-left: 35px;
  width: 95%;
  height: 50px;
  font-family: "Exo", Ubuntu, sans-serif;
}

.modal.modal-m-login input[type="text"] {
  margin-top: 60px;
  background-image: url("../img/iconlogin.png");
  background-repeat: no-repeat;
  background-position: 5px 12px;
  background-size: 23px;
}

.modal.modal-m-login input[type="password"] {
  background-image: url("../img/iconlock.png");
  background-repeat: no-repeat;
  background-position: 5px 12px;
  background-size: 23px;
}

.modal.modal-m-login .modal-header {
  background: #998675;
  border: none;
}

.modal.modal-m-login button {
  margin-top: 10px;
  font-size: 1.8em;
  border-radius: 5px;
  width: 95%;
}

.modal.modal-m-login button.feature {
  margin-top: 10px;
  font-size: 1.8em;
  color: #fff;
  background: url("../img/md.png") repeat-x;
  display: inline-block;
}

.modal.modal-m-login a {
  color: #7c6752;
}

.modal.modal-m-login .modal-header {
  background: #998675;
  border: none;
}

.modal.modal-m-login .login-snbtns {
  font-size: 1.6em;
  margin-top: 30px;
}

.modal.modal-m-login .login-snbtns img {
  margin-top: 20px !important;
  width: 35px;
}

.modal.modal-login .modal-header img {
  width: 80%;
}

.modal.modal-login .modal-login-opts {
  min-width: 317px;
  display: inline-block;
  margin: 4px auto 10px auto;
  font-size: 17px;
}

.modal.modal-login .modal-login-opts label {
  font-size: 17px;
  margin-bottom: 2px;
}

.modal.modal-login input[type="text"],
.modal.modal-login input[type="password"] {
  background: #fff;
  color: #6c5e53;
  margin-bottom: 10px;
  border: 1px solid #6c5e53;
  border-radius: 5px;
  padding: 8px;
  font-size: 1.2em;
  font-weight: 400;
  padding-left: 25px;
  width: 280px;
  height: 20px;
  font-family: "Exo", Ubuntu, sans-serif;
}

.modal.modal-login input[type="text"] {
  background-image: url("../img/iconlogin.png");
  background-repeat: no-repeat;
  background-position: 5px 10px;
  height: 20px;
}

.modal.modal-login input[type="password"] {
  background-image: url("../img/iconlock.png");
  background-repeat: no-repeat;
  background-position: 5px 10px;
  height: 20px;
}

.modal.modal-login button {
  font-size: 1.4em;
  border-radius: 5px;
  width: 320px;
}

.modal.modal-login button.feature {
  font-size: 1.4em;
  color: #fff;
  background: url("../img/md.png") repeat-x;
  display: inline-block;
}

.modal.modal-login a {
  color: #7c6752;
}

.modal.modal-login .modal-header {
  background: #998675;
  border: none;
}

.modal.modal-login .modal-header img {
  width: 80%;
}

.login-snbtns {
  margin: 15px 30px 30px 30px;
}

.login-snbtns a {
  margin: 10px;
}

.error {
  color: #f5495e;
  font-size: 1.2em;
  padding-left: 36px;
}

.modal button.append,
.modal button.removeLast {
  font-size: 1em;
  font-weight: normal;
  text-transform: none;
  color: #44362b;
  background: #fff;
}

.modal button.insert,
.modal button.delete,
.modal button.moveUp,
.modal button.moveDown {
  padding: 0px 3px;
  margin: 0;
  margin-top: 10px;
  color: #44362b;
  background: #fff;
}

.modal .form-horizontal .control-group {
  margin-bottom: 8px;
}

div.gpeditable {
  display: inline-block;
  background: #ffffff;
  color: #000000;
  border: 1px solid #bcad9a;
  border-radius: 5px;
  font-size: 1.2em;
  text-align: left;
  padding: 2px 5px;
  font-family: "Exo", Ubuntu, sans-serif;
  min-height: 50px;
  width: 545px;
}

.gpeditable.medium-editor-placeholder:after {
  color: rgba(108, 94, 83, 0.6);
}

.modal textarea.editable {
  display: none;
  width: 570px;
}

.verdadeFalso {
  margin-left: 15px;
  margin-top: 4px;
}

.maisMenos {
  padding: 0px;
  color: #4d3e32;
  float: left;
  margin: 0 2px;
  cursor: pointer;
}

.maisMenos a {
  color: #fff;
}

.add-user-to-group {
  color: #493627;
  border-radius: 4px;
  text-align: center;
  padding: 2px 4px;
  margin: 2px;
  height: 25px;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  z-index: 1;
}

.modal.fade.in {
  z-index: 2;
}

.modal.modal-login.fade.in {
  z-index: 3;
}

.modal .modal-body-eqn {
  background-color: #ffffff;
  padding: 0px;
  margin: 5px;
}

.modal .modal-footer-eqn {
  background-color: #ffffff;
  border: none;
  text-align: right;
}

.divider {
  width: 5px;
  height: auto;
  display: inline-block;
}

.fa-archive {
  content: url(img/icon-archive.png);
}

.eqndialog {
  width: 600px;
  border: 2px solid #44362b;
  padding: 0;
  background: white;
  overflow: visible;
}

.eqndialog .modal-backdrop {
  z-index: -1 !important;
  opacity: 0;
}

/*div.ui-widget-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 3;
}

div.ui-resizable {
position: relative;
}

div.ui-resizable-handle {
position: absolute;
font-size: 0.1px;
display: block;
-ms-touch-action: none;
touch-action: none;
}*/

div.ui-resizable-se {
  cursor: se-resize;
  width: 24px;
  height: 24px;
  right: 1px;
  bottom: 1px;
}

div.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../img/resize-handle-se.png");
}

/* states and images */
div.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

div.ui-icon-gripsmall-diagonal-se {
  background-position: 0px 0px;
}

.modal input[type="text"],
.modal input[type="password"],
.modal input[type="number"],
.modal textarea,
.modal select {
  background: #ffffff;
  font-family: "Exo", Ubuntu, sans-serif;
  font-size: 1.2em;
  border: 1px solid #bcad9a;
  color: #000000;
  padding: 0px 4px;
  height: 30px;
  font-weight: 400;
  width: 280px;
}

.modal select {
  width: 290px;
}

.modal .examFloat {
  position: absolute;
  width: 300px;
  height: 300px;
  top: 10px;
  left: 530px;
  text-align: center;
}

.modal .examFloat img {
  border: 1px solid #bcad9a;
}

.modal .controls button {
  width: 30px;
  height: 30px;
  padding: 1px;
  font-size: 1.6em;
}

.modal input[type="text"].input-xxlarge,
.modal input[type="password"].input-xxlarge,
.modal select.input-xxlarge,
.modal textarea.input-xxlarge {
  width: 408px;
}

.modal input[type="text"]::-webkit-input-placeholder,
.modal input[type="password"]::-webkit-input-placeholder,
.modal select::-webkit-input-placeholder,
.modal textarea::-webkit-input-placeholder {
  color: rgba(108, 94, 83, 0.6);
  text-align: left;
}

.modal input[type="text"]:-moz-placeholder,
.modal input[type="password"]:-moz-placeholder,
.modal select:-moz-placeholder,
.modal textarea:-moz-placeholder {
  color: rgba(108, 94, 83, 0.6);
  text-align: left;
}

.modal input[type="text"]:-ms-input-placeholder,
.modal input[type="password"]:-ms-input-placeholder,
.modal select:-ms-input-placeholder,
.modal textarea:-ms-input-placeholder {
  color: rgba(108, 94, 83, 0.6);
  text-align: left;
}

.modal input[type="text"]::-moz-placeholder,
.modal input[type="password"]::-moz-placeholder,
.modal select::-moz-placeholder,
.modal textarea::-moz-placeholder {
  color: rgba(108, 94, 83, 0.6);
  text-align: left;
}

/*
* Botoes mover para baixo e cima
*/
.questionInExam {
  position: relative;
}

#colunaQuestoes #questoesList .exam-correct-qst {
  border: 1px solid #ffbf00;
  background: #ffbf00;
  width: 20px;
  border-radius: 50px;
  opacity: 0.9;
  font-weight: 800;
  color: #000;
  display: inline-block;
  height: 22px;
  padding-left: 6px;
  margin-left: -6px;
  padding-top: 3px;
}

#examBox #avaliacaoQuestoes .exam-correct-qst {
  border: 1px solid #ffbf00;
  background: #ffbf00;
  width: 20px;
  border-radius: 50px;
  opacity: 0.9;
  font-weight: 800;
  color: #000;
  display: inline-block;
  height: 22px;
  padding-left: 6px;
  margin-left: -6px;
  padding-top: 3px;
}

.container #modal-static-students .modal-title {
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 3px;
  font-weight: bold;
  font-size: 2.1em;
  width: 725px;
}

.container .question .test-body {
  background: var(--gp-light-light-brown);
  border-radius: 5px;
}

.container .question .test-body hr {
  margin: 5px 0 5px 0;
  border: none;
  border-bottom: 2px dotted #968e89;
  width: 98%;
  margin: 0 auto;
}

.container .questao {
  border: 0 solid #000 !important;
}

.container .questao .exam-correct-qst {
  border: 1px solid #ffbf00;
  background: #ffbf00;
  width: 20px;
  border-radius: 50px;
  opacity: 0.9;
  font-weight: 800;
  color: #000;
  display: inline-block;
  height: 22px;
  padding-left: 6px;
  margin-left: -8px;
  padding-top: 3px;
}

.container .questao .gp-q-enunciate {
  margin-bottom: 10px;
}

.container .question .exam-box .exam-info-panel {
  margin-bottom: 10px;
}

.container .question .exam-box .exam-instructions-info {
  padding: 3px;
}

.container .question .exam-box .exam-instructions-title {
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 5px;
}

.container .question .exam-box .exam-instructions-box {
  font-size: 1em;
  overflow: auto;
  width: 90%;
  height: 60px;
  background: var(--gp-light-light-brown);
  padding: 4px;
}

.container .question .exam-box .exam-title {
  margin-top: 10px;
}

.container .question .main #tabDefaultHeader {
  margin-top: 10px;
  background: var(--gp-light-brown);
  border-radius: 3px;
  padding: 15px;
  border: 1px solid var(--gp-brown);
}

.container .question .exam-box #tabDefaultHeader input {
  width: 255px;
}

.container .question .exam-box .exam-info-class-pair div:nth-child(2) {
  width: 879px;
}

.container .question .exam-box .exam-info-pair {
  display: flex;
  flex-direction: row;
  font-size: 1.2em;
}

.container .question .exam-box .exam-time-info {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.container .question .exam-box .exam-main-duration div div:first-child {
  width: fit-content;
}

.container .question .exam-box .exam-time-info div {
  width: 100%;
}

.container .question .exam-box .exam-time-info div div {
  display: inline;
  width: fit-content;
}

.container
  .question
  .exam-box
  .exam-time-info
  div:nth-child(2)
  div:first-child {
  display: inline;
  width: fit-content;
}

.container .question .exam-box .exam-class-info {
  display: flex;
  flex-direction: row;
}

.container .question .exam-box .exam-class-info .exam-class-btn {
  width: 14%;
}

.container .question .exam-box .exam-class-info button {
  width: fit-content;
  height: 23px;
  margin-top: 1px;
  font-family: "Exo", Ubuntu, sans-serif;
  background: var(--gp-brown);
  border: none;
  color: #fff;
  border-radius: 5px;
  border: 1px dashed #6c5e53;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
  outline: none;
}

.container .question .exam-box .exam-main-info div {
  padding-top: 3px;
}

.container .question .exam-box .exam-main-info .exam-info-title {
  font-weight: 600;
}

.container .question .exam-box .exam-main-info .exam-info-text {
  padding-left: 5px;
  border-bottom: 1px dotted;
  border-color: var(--gp-brown);
  width: 100%;
}

.container .question .exam-box .exam-main-info span {
  border-bottom: 0;
}

.container .question .exam-box .points {
  width: 80px !important;
  height: 80px;
  font-size: 1.6em;
  font-weight: 500;
  margin-top: 9px;
  border: 3px solid #998675;
}

.container .question .exam-box #maxExamPoints {
  padding-top: 13px;
  padding-bottom: 17px;
  font-size: 1.2em;
}

.questionInputs {
  display: block;
  width: 230px;
  margin-top: 15px;
}

.questionInputs input {
  width: 50px;
  margin: 2px 20px 0 0px;
  padding: 1px;
  border: none;
  font-weight: bold;
  text-align: center;
  color: #493627;
  background: #e7d8cb;
  border-radius: 4px;
}

.warning {
  color: black;
  background: #fff163;
  border: solid 1px black;
  border-radius: 5px;
  margin: 2px 2px 6px 2px;
  padding: 2px;
  text-align: center;
}

.move-buttons-container {
  position: absolute;
  bottom: 2px;
  right: 0;
}

.move-buttons-container a {
  vertical-align: middle;
  display: inline-block;
  height: 41px;
}

#avaliacaoQuestoes .pointsInput {
  background-color: transparent;
  font-weight: bold;
  text-align: center;
  padding: 0;
  width: 20px;
  color: #493627;
  margin: 0px 0px 1px 0px;
}

#avaliacaoQuestoes .pointsInputSty {
  background: #e7d8cb;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  padding: 0 2px 0 1px;
  display: inline-block;
  height: 22px;
  margin: 2px;
}

.box input.totalQuestions {
  text-align: center;
  font-weight: normal;
  margin-left: 3px;
  width: 45px;
  cursor: default;
  font-size: 1em;
  background: transparent;
  padding: 3px;
  border: 1px solid #493627;
}

/*
* CSS do Preloader
*/
.spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  text-align: center;
  margin-left: -20px;
  margin-top: -20px;
  -webkit-animation: rotate 2s infinite linear;
  animation: rotate 2s infinite linear;
  z-index: 9999;
  display: none;
}

.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #333;
  border-radius: 100%;

  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.tabs {
  width: 100%;
  display: inline-block;
}

/*----- Tab Links -----*/
/* Clearfix */
.tab-links:after {
  display: block;
  clear: both;
  content: "";
}

.tab-links li {
  margin: 0px 5px;
  float: left;
  list-style: none;
  border: 2px !important;
}

.tab-links a {
  padding: 9px 15px;
  display: inline-block;
  border-radius: 3px 3px 3px 3px;
  border-color: var(--gp-brown);
  font-size: 16px;
  font-weight: 600;
  color: #998675;
  transition: all linear 0.15s;
}

.tab-links a:hover {
  background: #998675;
  color: #ffffff;
}

li.active a,
li.active a:hover {
  background: #998675;
  color: #ffffff;
}

/*----- Content of Tabs -----*/
.tab-content {
  padding: 2px 2px;
  background: #f4ede7;
  font-size: 1.2em;
  position: relative;
  color: #493627;
  overflow: visible;
}

.tab-content label {
  margin-top: 5px;
  font-weight: 800;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 140px;
  font-size: 0.9em;
}

.tab {
  display: none;
}

.tab.active {
  display: block;
}

.logo-container {
  display: inline-block;
  width: 80px;
}

.logo-image {
  width: 72px;
  padding-bottom: 5px;
}

.modal .float-controls {
  position: absolute;
  display: none;
  width: 38px;
  text-align: center;
  background-color: #736356;
  border: 1px solid #5b3a0e;
  border-radius: 5px;
  overflow: hidden;
}

.modal .float-controls button {
  color: #f4ede7;
  padding: 0;
  font-size: 1.2em;
  font-weight: 300;
  text-align: center;
  width: 38px;
  height: 38px;
  border-bottom: 1px solid #5b3a0e;
  border-radius: 0px;
}

.buttonToUnlockPayment {
  background: #6c5e53;
  color: #fff;
  font-family: "Exo", Ubuntu, sans-serif;
  border: none;
  border-radius: 5px;
  padding: 10px 14px;
  font-weight: 800;
  font-size: 1.7em;
}

.float-controls button:hover {
  background-color: #030200;
  color: #ffedd5;
}

.logo-button {
  tooltip: {
    trigger: "hover";
  }
}

.remove-logo-button {
  tooltip: {
    trigger: "hover";
  }
}

.ui-tooltip,
.arrow:after {
  background: black;
  border: 2px solid white;
}

.ui-tooltip {
  padding: 10px 20px;
  color: white;
  border-radius: 20px;
  font: bold 14px "Helvetica Neue", Sans-Serif;
  box-shadow: 0 0 7px black;
}

.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}

.arrow.top {
  top: -16px;
  bottom: auto;
}

.arrow.left {
  left: 20%;
}

.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow.top:after {
  bottom: -20px;
  top: auto;
}

.header-image {
  width: 516px;
  border: 2px solid;
  border-color: #998675;
  margin-bottom: 10px;
}

.tags-box img {
  padding-left: 10px;
}

.tags-box span.tag:hover {
  opacity: 0.7;
}

.tags-box input {
  margin: 0px;
  margin-right: 4px;
  padding: 5px;
  float: left;
  width: 175px;
  margin-bottom: 7px;
}

.tags-box {
  float: left;
  padding: 0px;
  width: 576px;
}

.tags-box span.tag {
  cursor: pointer;
  display: block;
  float: left;
  background: #ffffff;
  color: #000000;
  border: 1px solid #bcad9a;
  border-radius: 4px;
  font-size: 1.3em;
  text-align: left;
  font-family: "Exo", Ubuntu, sans-serif;
  padding: 4px;
  margin-right: 4px;
  margin-bottom: 8px;
}

div.item-label {
  width: 20px;
  float: right;
  margin-top: 3px;
  padding-right: 10px;
}

.imagens_verdadeiro_falso {
  background-image: url(../img/check_radios.png);
  background-position: -30px -31px;
  background-repeat: no-repeat;
  width: 28px;
  height: 26px;
  list-style-type: none;
}

.imagens_mostrar_verdeiro {
  background-image: url(../img/check_radios.png);
  background-position: -30px 0px;
  background-repeat: no-repeat;
  width: 28px;
  height: 26px;
  list-style-type: none;
}

.imagens_multipla_escolha_marcado {
  background-image: url(../img/check_radios.png);
  background-position: 1px -62px;
  background-repeat: no-repeat;
  width: 28px;
  height: 26px;
  list-style-type: none;
}

.imagens_multipla_escolha_vazio {
  background-image: url(../img/check_radios.png);
  background-position: 1px -93px;
  background-repeat: no-repeat;
  width: 28px;
  height: 26px;
  list-style-type: none;
}

.inline-div {
  border: 1px solid blue;
  display: table-cell;
  width: 100%;
}

.modal .btn-icon {
  width: 37px;
  height: 35px;
  margin: 1px;
  background-repeat: no-repeat;
}

/* Equations menu */

/* Dropdown Content (Hidden by Default) */
.drop-button-bar {
  position: relative;
  display: inline-block;
}

/* Dropdown Button */
.modal .dropbtn {
  cursor: pointer;
  background-repeat: no-repeat;
  border: 1px solid #f4ede7;
  border-radius: 5px;
  margin: 1px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  background-color: #ffffff;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  margin: auto;
  min-width: 400px;
}

/* Links inside the dropdown */
.dropdown input,
.dropdown-content input {
  cursor: pointer;
  background-repeat: no-repeat;
  border: 1px solid #f4ede7;
  border-radius: 5px;
  margin: 1px;
  outline: none;
}

/* Change color of dropdown links on hover */
.dropdown input:hover {
  border: 2px solid #6c5e53;
}

/* Highlight the dropdown menu on hover */
.dropdown:hover .category {
  border: 2px solid #6c5e53;
  margin: 0px;
}

/* Change color of dropdown links on hover */
.dropdown-content input:hover {
  border: 1px solid #6c5e53;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.online-test-header {
  display: flex;
  flex-direction: row;
  font-size: 1.2em;
}

.online-test-header #exam-info {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
}

.online-test-header #exam-info p:first-child {
  font-size: 1.5em;
  font-weight: 600;
  font-variant: small-caps;
  margin-top: 17px;
}

.online-test-header #exam-info p:nth-child(2) {
  font-size: 1.1em;
  font-weight: 600;
}

.head #exam-instructions {
  padding-top: 10px;
  line-height: 16px;
  overflow: hidden;
  display: none;
  height: auto;
}

.online-test {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 98%;
  margin: 0 auto;
  margin-top: 5px;
  font-size: 1.15em;
}

[contentEditable="true"]:empty:not(:focus):before {
  content: attr(data-placeholder);
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

#generate-exam-options {
  opacity: 0;
  margin-left: 409px;
  margin-top: -120px;
  margin-bottom: 10px;
}

#generate-exam-options a:first-child img:first-child {
  border-radius: 5px 5px 0 0;
}

#generate-exam-options a:nth-child(2) img:first-child {
  border-radius: 0 0 5px 0;
}

.generate-exam-options-show {
  opacity: 1 !important;
  animation: fadein 0.5s;
}

.generate-exam-options-hide {
  animation: fadeout 0.5s;
}

.exam-code-not-found-screen {
  width: 100%;
  margin: 0 auto;
  margin-top: 16%;
}

.exam-code-not-found-screen #exam-code-not-found-header {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 20px;
}

.exam-code-not-found-screen #splash-exam-code #exam-code {
  width: 100%;
  height: 45px;
  font-size: 30px;
  margin: 0 auto;
  background: #fff;
  color: #6c5e53;
  font-family: "Exo", Ubuntu, sans-serif;
  border: 2px solid #6c5e53;
  text-align: center;
}

.exam-code-not-found-screen #splash-exam-code {
  width: 25%;
  margin: 0 auto;
  margin-top: 15px;
  display: flex;
  flex-direction: row;
}

.exam-code-not-found-screen #splash-exam-code #search-exam-code {
  width: 10%;
  border-radius: 7px;
  border: 1px solid #fff;
  margin-left: 5px;
}

#modalGenerateOnlineExam .exam-duration {
  width: 15%;
}

#modalGenerateOnlineExam .controls span {
  font-size: 16px;
  font-weight: 400;
}

#modalGenerateOnlineExam .exam-duration:first-child {
  margin-left: 13px;
}

#modalGenerateOnlineExam .control-label {
  width: 27%;
}

#modalGenerateOnlineExam .controls .days-hours-minutes-label {
  font-size: 16px;
  font-weight: 400;
  margin-top: 6px;
}

#modalGenerateOnlineExam .controls .days-hours-minutes-label span:first-child {
  margin-left: 106px;
}

#modalGenerateOnlineExam .controls .days-hours-minutes-label span:nth-child(2) {
  margin-left: 82px;
}

#modalGenerateOnlineExam .controls .days-hours-minutes-label span:nth-child(3) {
  margin-left: 71px;
}

#modalGenerateOnlineExam .controls input[type="text"] {
  width: 80%;
  margin-left: 13px;
}

#modalGenerateOnlineExam .controls input[type="datetime-local"] {
  width: 35%;
  margin-left: 13px;
}

#modalGenerateOnlineExam .controls select {
  width: 81.5%;
  margin-left: 13px;
}

.splash-screen-start-exam #splash-header {
  font-size: 2.2em;
  text-align: center;
  padding-top: 23px;
  font-weight: 600;
}

.splash-screen-start-exam #splash-body {
  font-size: 1.4em;
  line-height: 30px;
  padding-top: 45px;
}

.splash-screen-start-exam #splash-body #splash-text {
  margin-left: 20px;
}

.splash-screen-start-exam #splash-body span {
  font-weight: 600;
}

.splash-screen-start-exam #splash-body #splash-exam-instructions {
  border: 1px solid #6c5e53;
  border-radius: 6px;
  width: 95%;
  min-height: 160px;
  max-height: 160px;
  margin: 0 auto;
  font-size: 0.8em;
  padding: 5px;
  overflow: auto;
  margin-top: 10px;
  background: #6c5e53;
  color: #fff;
}

.splash-screen-end-exam #splash-body {
  width: 90%;
  margin: 0 auto;
  margin-top: -200px;
}

.splash-screen-end-exam #splash-body .splash-screen-text-end-exam {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 25px;
  text-align: left;
}

.end-test {
  float: right;
  background: #2eb458;
  color: #fff;
  font-family: "Exo", Ubuntu, sans-serif;
  border: none;
  border-radius: 5px;
  margin-top: 50px;
  padding: 6px 10px;
  font-weight: 600;
  font-size: 1.1em;
}

.show-exam-instructions {
  float: right;
  background: #6c5e53;
  color: #fff;
  font-family: "Exo", Ubuntu, sans-serif;
  border: none;
  border-radius: 5px;
  margin-top: 50px;
  padding: 6px 10px;
  font-weight: 600;
  font-size: 1.1em;
  margin-right: 5px;
  display: none;
}

.online-test {
  overflow: hidden;
}

.online-test div {
  margin: 0 auto;
  margin-top: 1px;
}

.online-test .answer-disp {
  display: flex;
  flex-direction: row;
  margin-top: 25px;
}

.online-test .answer-disp label {
  padding: 1px 0 0 4px;
  font-size: 0.85em;
  font-weight: 500;
}

.online-test .answer-disp span {
  background: rgba(0, 0, 0, 0);
  font-size: 1em;
  width: 100%;
  margin-left: 3px;
}

.arrow-question input {
  outline: none;
}

.arrow-question.next-question {
  position: fixed;
  right: 1%;
  top: 45%;
}

.arrow-question.last-question {
  position: fixed;
  left: 1%;
  top: 45%;
}

.splash-screen-start-exam {
  margin: 0 auto;
  background: #e7d8cb;
  border: 1px dashed #998675;
  border-radius: 10px;
  width: 60%;
  min-height: 580px;
  max-height: 580px;
  margin-top: 50px;
}

.splash-screen-end-exam {
  margin: 0 auto;
  background: #e7d8cb;
  border: 1px dashed #998675;
  border-radius: 10px;
  width: 60%;
  min-height: 580px;
  max-height: 580px;
  margin-top: 50px;
}

.splash-screen-end-exam div:first-child div:first-child {
  font-size: 3em;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  margin-top: 240px;
}

.container .exam-box {
  width: 96.5%;
  margin-left: 20px;
}

.online-test #questionBox #check-to-remember {
  float: right;
  margin-right: -10px;
  font-size: 51px;
  margin-top: -13px;
  opacity: 0.55;
  filter: grayscale(85%);
  cursor: pointer;
}

.online-test #questionBox #q-enunciate {
  width: 97%;
  margin-left: 1px;
}

.online-test #questionBox input[type="checkbox"] {
  transform: scale(1.9);
}

.splash-screen-start-exam #splash-footer {
  margin: 0 auto;
  width: 100%;
  min-height: 100px;
  text-align: center;
}

.splash-screen-start-exam #splash-footer button {
  text-align: center;
  margin: 0;
  z-index: 999;
  font-family: "Exo", Ubuntu, sans-serif;
  background: #5bb371;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  outline: none;
  padding: 7px;
  margin-top: 40px;
}

.online-test .question-info {
  user-select: none;
}

.online-test .question-answers {
  margin-top: 35px;
  user-select: none;
}

.online-test .question-answers .dissertation-area {
  background-color: #e8dfd7 !important;
  width: 100%;
  height: 150px;
  font-size: 15px;
  font-weight: 400;
  overflow-x: scroll;
}

.online-test .test-question {
  width: 77%;
}

#countdown {
  float: left;
  margin-left: -130px;
  margin-top: 6px;
  opacity: 1;
}

#hide-show-timer {
  float: left;
  border: 2px solid #6c5e53;
  border-radius: 5px;
  background: #6c5e53;
  padding: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 600;
  margin-left: -170px;
  cursor: pointer;
  width: 0.81%;
  font-size: 14px;
}

#start-exam #splash-footer div:first-child {
  margin: 0 auto;
  margin-top: 50px;
}

#start-exam #splash-footer div:first-child .exam-timer {
  font-size: 65px;
  font-weight: 500;
  width: 230px;
  height: 230px;
  border-radius: 180px;
  border: 4px dotted #998675;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}

#start-exam #splash-footer div:first-child #day {
  font-variant: small-caps;
  margin-top: 74px;
  padding-bottom: 46px;
}

#start-exam #splash-footer div:first-child #only-hour-minute {
  font-variant: small-caps;
  margin-top: 110px;
  font-size: 80px;
}

@keyframes blinker {
  50% {
    opacity: 60%;
  }
}

#start-exam #splash-footer div:first-child #final-minute {
  animation: blinker 1s linear infinite;
  font-variant: small-caps;
  margin-top: 108px;
  font-size: 140px;
}

#start-exam #splash-footer div:first-child #timer-title {
  font-size: 40px;
}

#timer-title {
  font-variant: small-caps;
  font-size: 16px;
  font-weight: 600;
}

#countdown .exam-timer {
  font-size: 24px;
  font-weight: 500;
  width: 90px;
  height: 90px;
  border-radius: 180px;
  border: 2px dotted #fff;
  text-align: center;
}

#countdown .exam-timer #day {
  font-variant: small-caps;
  padding-top: 26px;
}

#countdown .exam-timer #final-minute {
  margin-top: 37px;
  font-size: 50px;
  animation: blinker 1s linear infinite;
}

#countdown .exam-timer #only-hour-minute {
  margin-top: 37px;
  font-size: 30px;
}

#question-answers-drawer {
  position: fixed;
  width: 100%;
  height: 255px;
  bottom: 0;
  right: 0;
  background-color: #998675;
  border-top: 3px solid #6c5e53;
}

#question-answers-drawer.question-shown-drawer {
}

#question-answers-drawer button {
  top: 0;
  margin-top: -51px;
  border: 0;
  border-radius: 0 10px 0 0;
  outline: 0;
  background-color: #998675;
  height: 31px;
  font-family: "Exo", Ubuntu, sans-serif;
  font-size: 1.05em;
  font-weight: 600;
  color: #fff;
  border-top: 3px solid #6c5e53;
  border-right: 3px solid #6c5e53;
}

#question-answers-drawer #question-answers-quick-access {
  width: 95%;
  margin: 0 auto;
  margin-top: 10px;
  border-collapse: separate;
  border-spacing: 0.3em;
}

#question-answers-drawer
  #question-answers-quick-access
  td.selected-answer-opened {
  color: #fff;
  font-weight: 800;
  background-color: #ff0000;
}

#question-answers-drawer
  #question-answers-quick-access
  td.selected-answer-checked {
  color: #fff;
  font-weight: 800;
  background-color: #2eb458;
}

#question-answers-drawer
  #question-answers-quick-access
  td.selected-answer-flagged {
  color: #fff;
  font-weight: 800;
  background-color: #dad55e;
}

#question-answers-drawer #question-answers-quick-access td.selected-answer {
  color: #998675;
  font-weight: 800;
  background-color: #fff;
  border-style: dashed;
}

#question-answers-drawer #question-answers-quick-access td {
  width: 45px;
  height: 30px;
  border: 1px solid #ccc2b9;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  background-color: #6c5e53;
}

#question-answers-drawer .go-to-answer {
  cursor: pointer;
  font-weight: 200;
}
