@import url(https://fonts.googleapis.com/css2?family=Lato:wght@400&display=swap);@import url(https://fonts.googleapis.com/icon?family=Material+Icons);/* :root {
    --primary: #337A50;
    --secondary: #d15e14;
    --third: #B28D33;
} */

:root {
  --plyr-color-main: #337A50;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-family: "Lato", sans-serif;
}

main {
  flex: 1 0 auto;
}

/** Footer fix */

.page-footer {
  padding-top: 0 !important;
}

/** Header fix */

nav {
  background-color: transparent !important;
}

/** Parallax fix */

@media only screen and (min-width: 1600px) {
  .parallax-container img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1600px) {
  .parallax-container img {
    height: 500px;
    width: auto;
  }
}

@media only screen and (max-width: 600px) {
  .parallax-container {
    height: 300px;
  }

  .parallax-container img {
    height: 300px !important;
    width: auto !important;
  }
}

/** Right menu mobile fix */

@media only screen and (max-width: 993px) {
  .brand-logo {
    font-size: 1.1rem !important;
  }

  .desktop-only {
    display: none !important;
  }
}

nav a.sidenav-icon {
  display: inherit !important;
}

/** Side nav fix */

@media only screen and (min-width: 993px) {
  /* nav a.sidenav-trigger {
      display: inherit !important;
  } */

  .mobile-only {
    display: none !important;
  }
}

.sidenav {
  padding-bottom: 100px;
}

.sidenav li.active {
  background-color: rgba(51, 122, 80, 0.3) !important;
}

/** Sortable fix */

.sortable-handle {
  vertical-align: top;
  vertical-align: -webkit-baseline-middle;
  vertical-align: -moz-middle-with-baseline;
}

/** Datepicker fix */

.datepicker-controls .select-month input {
  width: 100px !important;
}

/** Table sorter fix for Materialize Theme */

.tablesorter-materialize thead .sorter-false {
  background-image: none !important;
  cursor: default !important;
  padding: 4px !important;
}

.tablesorter thead .disabled {
  display: none;
}

/** Ribbon */

.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon span {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  box-shadow: 0 3px 10px -5px black;
  position: absolute;
  top: 19px;
  right: -21px;
}

.ribbon span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.ribbon span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.ribbon-free span {
  color: #FFF;
  background: #79A70A;
  background: linear-gradient(#05EFF7 0%, #087F8F 100%);
}

.ribbon-free span::before {
  border-left: 3px solid #087F8F;
  border-top: 3px solid #087F8F;
}

.ribbon-free span::after {
  border-right: 3px solid #087F8F;
  border-top: 3px solid #087F8F;
}

.ribbon-paid span {
  color: #FFF;
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
}

.ribbon-paid span::before {
  border-left: 3px solid #79A70A;
  border-top: 3px solid #79A70A;
}

.ribbon-paid span::after {
  border-right: 3px solid #79A70A;
  border-top: 3px solid #79A70A;
}

.file-field input.file-path {
  width: 75% !important;
}

.gssurvey-thumbnail {
  width: 150px;
}

/* FRONTEND STUFF */

.flex {
  display: flex !important;
  flex-wrap: wrap;
}

.card-with-image {
  height: 435px;
}

.card-color {
  background-color: #B28D33;
}

.card-color-taken {
  background-color: green;
}

/* BOOTSTRAP FIX */

@media only screen and (min-width: 0) {
  html {
    font-size: 14px !important;
  }
}

@media only screen and (min-width: 992px) {
  html {
    font-size: 14.5px !important;
  }
}

@media only screen and (min-width: 1200px) {
  html {
    font-size: 15px !important;
  }
}

.btn {
  padding: 0 16px !important;
  line-height: 36px !important;
  border: none !important;
  border-radius: 2px !important;
}

/* DEVEXTREME FIX */

.dx-texteditor-container input {
  height: auto !important;
  box-sizing: inherit !important;
  margin: 0 !important;
  border-bottom: none !important;
}

.dx-searchbox .dx-texteditor-input,
.dx-searchbox .dx-placeholder:before {
  padding-left: 34px !important;
}

.question_wrapper p {
  /* display: inline !important; */
  font-size: 16px !important;
  font-weight: 300 !important;
}

.question_wrapper td {
  border: 1px solid gray !important;
}

.question_wrapper .question_number {
  background: lightgreen;
  padding: 5px;
  border: 2px solid green;
  text-align: center;
  display: inline-block;
  min-width: 30px;
  color: green;
  font-weight: bold !important;
  font-size: 24px !important;
}

.question_wrapper .question_number_wrong {
  background: lightcoral;
  border: 2px solid red;
  color: red;
}

#form-questions .row {
  margin-bottom: 0 !important;
}

#form-questions .card .card-content {
  padding: 16px !important;
}

#form-questions .input-field {
  margin-bottom: 0 !important;
}

.sta {
  background-color: #167696 !important;
}

/** Footer **/

.page-footer li {
  display: inline-block;
  margin-right: 20px;
}

.page-footer a:hover,
.page-footer a:active {
  color: #EFDA7E !important;
}

/** Dropdown fix **/

.dropdown-content {
  min-width: 300px !important;
}

/** Static pages **/

.slide_content {
  padding: 90px 20px 90px 20px;
  width: 20%;
  background-color: rgba(76, 100, 135, 0.8);
  position: absolute;
  left: 20%;
  color: white;
  height: 100%;
}

.bx_info img {
  width: 150px;
}

.bx_info h3 {
  color: #008cae;
}

.bx_left,
.bx_right {
  background-color: #e0e7f2;
  padding: 4% !important;
}

.bx_left a,
.bx_left a:hover,
.bx_right a,
.bx_right a:hover {
  font-weight: bold;
}

.bx_left a:hover {
  background-color: #337A50;
}

.bx_right a:hover {
  background-color: #B28D33;
}

.what_is_it h3 {
  text-transform: uppercase;
}

.static img {
  width: 100%;
}

.static-row {
  display: flex;
  flex-direction: row;
}

@media only screen and (min-width: 600px) {
  .slide_content {
    padding: 25px !important;
    min-width: 321px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 600px) {
  .static-row {
    flex-direction: column !important;
  }

  .slide_content {
    padding: 25px !important;
    left: 0 !important;
    width: 321px !important;
  }

  h1 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 321px) {
  .slide_content {
    padding: 25px !important;
    width: 100% !important;
    left: 0 !important;
  }
}

.bulleted-lists ul:not(.dropdown-content):not(.ui-sortable) {
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.bulleted-lists ul:not(.dropdown-content):not(.ui-sortable) > li {
  list-style-type: square !important;
}

.dx-datagrid-table td > h1,
.dx-datagrid-table td > h2,
.dx-datagrid-table td > h3 {
  font-size: inherit !important;
}

.ul_surveys .list-group-item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px #ddd solid;
}

.elsa .left {
  margin-right: 3px;
}

nav .brand-logo {
  color: black !important;
}

.navbar-fixed a {
  color: #337A50 !important;
}

#nav-mobile .h1-menu a,
#slide-out .h1-menu a {
  background-color: #B28D33 !important;
  color: #EFDA7E !important;
}

.green-text .text-lighten-1 {
  color: #337A50 !important;
}

.gold-text {
  color: #EFDA7E !important;
}

.course-not-active {
  opacity: 0.5;
}

.mt-5 {
  margin-top: 5px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.bt-0 {
  border-top: 0 !important;
}

.ph-0 {
  padding-left: 2px;
  padding-right: 2px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.elsa .breadcrumb,
.else .breadcrumb a {
  color: white !important;
}

.nav-wrapper .active {
  background-color: #337A50 !important;
}

.nav-wrapper .active a {
  color: #ffffff !important;
}

.logo-header {
  width: 125px;
  padding: 5px 0;
}

.language-flag-header {
  padding: 18px 0 0 0;
}

.flag-deactivate {
  opacity: 0.4;
}

.metrics {
  background: #B28D33 !important;
  text-align: center;
  text-transform: uppercase;
  padding: 10px !important;
}

.metrics h2 {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/** TinyMCE notification fix */

.tox-notifications-container {
  display: none !important;
}

/** Gaps **/

.gaps {
  margin-bottom: 1rem;
}

.gaps input {
  display: inline-block !important;
  width: auto !important;
  margin: 0 1rem;
}

.primary-text {
  color: #337A50;
}

.left-menu a {
  color: white;
}

.left-menu a:hover {
  color: #B28D33;
}

.left-menu li.active a {
  color: #B28D33 !important;
}

.primary {
  background-color: #337A50;
  color: #ffffff;
}

.primary.faded {
  background-color: rgba(51, 122, 80, 0.8);
}

.secondary-text {
  color: #B28D33;
}

.secondary {
  background-color: #B28D33 !important;
  color: #ffffff;
}

.secondary.faded {
  background-color: rgba(178, 141, 51, 0.8) !important;
}

.accent-text {
  color: #d15e14;
}

.accent {
  background-color: #d15e14;
}

.btn:hover,
.btn-large:hover,
.btn-small:hover {
  background-color: #B28D33 !important;
}

/** Progress Bar **/

.progress-bar-mod .progress {
  min-height: 36px;
  overflow: hidden;
  position: relative;
}

.progress-bar-mod .progress span {
  position: relative;
  float: left;
  color: #fff;
  padding: 8px;
  z-index: 99999;
}

.progress-bar-mod .progress span i {
  width: inherit;
  font-size: inherit;
  position: relative;
  top: 2px;
  margin-left: 8px;
}

.progress-bar-mod .progress .determinate {
  width: 0;
  transition: width 1s ease-in-out;
  padding: 8px;
  position: relative;
  color: #fff;
  text-align: right;
  white-space: nowrap;
}

@-webkit-keyframes grow {
  from {
    width: 0;
  }
}

@keyframes grow {
  from {
    width: 0;
  }
}

.home-card-title {
  height: 100px;
}

/* Video Modal */

#video-modal {
  background-color: black !important;
}

#video-modal .modal-content {
  /* height: 100% !important; */
  overflow-y: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}

@media only screen and (min-width: 560px) {
  #video-modal {
    height: 60% !important;
    max-height: 60% !important;
  }
}

@media only screen and (max-width: 560px) {
  #video-modal {
    max-height: 300px !important;
  }
}

.overlay {
  position: absolute;
  top: 30%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}
