/* Google Font */
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  src: url("/fonts/Montserrat-regular/Montserrat-regular.eot");
  src: url("/fonts/Montserrat-regular/Montserrat-regular.eot?#iefix")
      format("embedded-opentype"),
    local("Montserrat Regular"), local("Montserrat-regular"),
    url("/fonts/Montserrat-regular/Montserrat-regular.woff2") format("woff2"),
    url("/fonts/Montserrat-regular/Montserrat-regular.woff") format("woff"),
    url("/fonts/Montserrat-regular/Montserrat-regular.ttf") format("truetype"),
    url("/fonts/Montserrat-regular/Montserrat-regular.svg#Montserrat")
      format("svg");
}

@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  src: url("/fonts/Montserrat-700/Montserrat-700.eot");
  src: url("/fonts/Montserrat-700/Montserrat-700.eot?#iefix")
      format("embedded-opentype"),
    local("Montserrat Bold"), local("Montserrat-700"),
    url("/fonts/Montserrat-700/Montserrat-700.woff2") format("woff2"),
    url("/fonts/Montserrat-700/Montserrat-700.woff") format("woff"),
    url("/fonts/Montserrat-700/Montserrat-700.ttf") format("truetype"),
    url("/fonts/Montserrat-700/Montserrat-700.svg#Montserrat") format("svg");
}

/* Main CSS */
html,
body {
  height: 100%;
  background-color: #fbfbfb;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

.custom-control-label::before,
.custom-control-label::after {
  top: 0.8rem;
  width: 1.25rem;
  height: 1.25rem;
}

/* Action Buttons */
.action-buttons {
  text-align: end;
}

/* Category Menu */
.category-menu {
  font-weight: bold;
}
.category-menu a:hover {
  text-decoration: none;
}
.category-menu .menu-item {
  margin-top: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 15px;
}
.category-menu .active {
  margin-right: -30px;
  border-radius: 15px 0px 0px 15px;
}
.category-wrapper {
  padding-left: 0;
  padding-right: 15px;
}
.category-content {
  padding-top: 15px;
  padding-bottom: 30px;
  margin-top: 10px;
  margin-bottom: 15px;
  border-radius: 15px;
  min-height: 600px;
}
.history a {
  color: inherit;
}

.team-status {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 2em;
}
.team-score-star {
  color: #ffec50;
}

.history .challenge-summary {
  border: solid thin black;
}

.challenge-summary {
  background-color: white;
  opacity: 0.8;
  margin-top: 15px;
  padding: 10px 10px 25px;
  border-radius: 15px;
  /* -webkit-box-shadow: 3px 3px 5px 0px rgba(56,56,56,1); */
  /* -moz-box-shadow: 3px 3px 5px 0px rgba(56,56,56,1); */
  /* box-shadow: 3px 3px 5px 0px rgba(56,56,56,1); */
}
.challenge-description {
  margin-top: 40px;
  margin-bottom: 20px;
}
.challenge-description-image {
  margin-top: 15px;
}

.challenge-difficulty-easy {
  width: 100%;
  border-bottom: solid thin #3cb879;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 8px;
}
.challenge-difficulty-easy span {
  padding: 10px;
  background-color: #3cb879;
  color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.challenge-difficulty-medium {
  width: 100%;
  border-bottom: solid thin #f7941d;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 8px;
}
.challenge-difficulty-medium span {
  padding: 10px;
  background-color: #f7941d;
  color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.challenge-difficulty-hard {
  width: 100%;
  border-bottom: solid thin #f62f32;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 6px;
}
.challenge-difficulty-hard span {
  padding: 10px;
  background-color: #f62f32;
  color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.challenge-name {
  font-size: 1.5em;
  margin: 10px;
}
.challenge-details {
  font-size: 1.2em;
  margin: 0px;
}
.challenge-view {
  padding-top: 15px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
  margin-bottom: 15px;
  border-radius: 15px;
  min-height: 800px;
}
.challenge-background {
  background-color: white;
  opacity: 0.9;
  margin: 15px;
  color: black;
  padding: 15px;
  border-radius: 15px;

  /* -webkit-box-shadow: 3px 3px 5px 0px rgba(56,56,56,1); */
  /* -moz-box-shadow: 3px 3px 5px 0px rgba(56,56,56,1); */
  /* box-shadow: 3px 3px 5px 0px rgba(56,56,56,1); */
}

.description-video {
  margin-top: 15px;
}

#orientation {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/orientation.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgb(0, 0, 0);
  z-index: 999;
  display: none;
}

video {
  width: 100% !important;
  height: auto !important;
}

.grid-view-item {
  display: inline-block;
  padding: 1em;
  border: 1px solid lightgray;
  border-radius: 0.3em;
  margin: 0 0 20px 20px;
  width: 400px;
  min-height: 400px;
  overflow: hidden;
}

.grid-view-item img {
  width: 100%;
  height: auto;
}

.grid-view-item .item-name {
  text-align: center;
}

.grid-view-item .challenge-name {
  font-weight: 100;
  font-size: 25px;
}

.grid-view-item .challenge-category-name {
  color: #80a0af;
}

.grid-view-item .select-item-checkbox {
  float: right;
  margin-right: 10px;
  transform: scale(1.3);
}

.grid-view-item .challenge-count {
  text-align: center;
  color: #80a0af;
}

.grid-view-item .item-actions {
  margin-top: 0.5em;
  text-align: center;
}

.grid-view-item .item-action {
  margin: 0.5em;
}

.list-view-header {
  width: 100%;
  margin: 0;
  border-spacing: 20px;
}

.list-view-header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}

.list-view-header ul li {
  display: inline-block;
  display: table-cell;
  text-transform: uppercase;
  padding: 1em;
  border: 1px solid lightgray;
  border-radius: 5px;
  background-color: transparent;
}

.list-view-header ul li.select-all {
  width: 100px;
}

.list-view-header ul li.select-all input {
  vertical-align: middle;
  margin-bottom: 2px;
}

.list-view-header .filter-input {
  margin: 0 10px;
  display: inline-block;
  width: 150px;
}

.list-view-header ul li a {
  color: #80a0af;
}

.list-view-header ul li .fa {
  color: #80a0af;
}

.list-view-header ul li select {
  height: 30px;
  font-size: 1em;
  padding: 1px;
}

.list-view-header ul li input {
  height: 30px;
  font-size: 1em;
}

.list-view-header .fa.sort-icon {
  font-weight: 100;
}

/* add sorting icons to gridview sort links */
.grid-view a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Font Awesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

.grid-view th a:before {
  content: "\21F3";
}

.grid-view th a.asc:before {
  content: "\25B2";
}

.grid-view th a.desc:before {
  content: "\25BC";
}

.control-label {
  text-transform: uppercase;
}

.required label:after {
  color: red;
  content: " *";
}

h1.required:after,
h2.required:after,
h3.required:after {
  color: black;
  content: " *";
}

label {
  text-transform: uppercase;
}

.short-input {
  display: inline-block;
  width: 50px;
}

.challenge-characteristics {
  position: relative;
  background-color: rgb(40, 135, 193);
  padding: 5px 15px 5px 15px;
  height: 35px;
  color: white;
}

.challenge-category-image {
  height: 200px;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.challenge-category-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.grid-view-item .challenge-image {
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid rgb(40, 135, 193);
  background-color: white;
  overflow: hidden;
}

.challenge-grid-view-item {
  padding: 0;
}

.grid-view-item .challenge-item-name {
  padding: 30px 1em 0 1em;
}

.grid-view-item .challenge-item-actions {
  margin-bottom: 1em;
}

.grid-view-item .challenge-cost {
  float: right;
  margin-right: 15px;
}

.grid-view-item .challenge-reward {
  float: right;
}

.grid-view-item i.fa {
  font-weight: 300;
  font-size: 18px;
}

.grid-view-item i.fa.fa-clone {
  color: #cb0fc5;
}

.grid-view-item i.fa.fa-edit {
  color: #2887c1;
}

.grid-view-item i.fa.fa-eye {
  color: #2887c1;
}

.grid-view-item i.fa.fa-trash {
  color: #d91e29;
}

.grid-view-item i.fa.fa-minus-circle {
  color: #d91e29;
}

.grid-view-item i.fa.fa-cloud-download:not(.media) {
  color: #20e212;
}

.media {
  padding-left: 16px;
}

.challenge-reward {
  margin-right: 20px;
}

.grid-view-item i.fa.fa-gamepad {
  color: #e8762a;
}

.template-grid-view-item {
  padding: 0;
  text-align: center;
}

.template-grid-view-item img {
  margin-bottom: 20px;
  border-radius: 5px 5px 0 0;
  height: 250px;
  width: auto;
  max-width: 100%;
}

.game-grid-view-item {
  padding: 0;
  text-align: center;
}

.game-grid-view-item img {
  border-radius: 5px 5px 0 0;
  height: 230px;
  width: auto;
  max-width: 100%;
}

.field-sharedanswer-correct_choice {
  display: inline-block;
}

label.btn {
  min-height: 35px;
}

.required label.btn::after {
  content: "";
}

.prerequisite-name {
  text-align: center;
  color: gray;
  font-size: 0.8em;
}

.grid-view-item .team-image {
  width: 100%;
}

.attempt-item-header div {
  float: left;
}

.attempt-top {
  margin-left: 5px;
}

.attempt-top p {
  margin-bottom: 0;
}

.attempt-item span {
  font-size: 12px;
  color: #9cb5c0;
  line-height: 12px;
}

.attempt-body {
  min-height: 100px;
}

.attempt-body p {
  margin-top: 5px;
}

.attempt-solution i {
  float: right;
}

.attempt-reward {
  color: black;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  padding-left: 10px;
  width: 100px;
  height: 40px;
}

.award-points {
  margin-right: 40px;
}

.award-detail-item {
  padding: 1em;
  border: 1px solid lightgray;
  border-radius: 0.3em;
  margin-bottom: 0.5em;
}

.award-detail-top {
  margin-top: 10px;
}

.award-detail-item span {
  margin-left: 10px;
  color: #9cb5c0;
}

.img-box {
  cursor: pointer;
}

.attempt-body img {
  width: 100%;
}

.nav-input {
  margin: 20px 0px 0px 20px;
}

.nav-input a {
  color: #ffffff;
  margin: 5px 15px 0px 10px;
  opacity: 0.86;
  border-radius: 4px;
  text-transform: uppercase;
  line-height: 30px;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 15px;
  white-space: nowrap;
}

.activity_photo {
  width: 110px;
  height: 110px;
  z-index: 5;
  overflow: hidden;
  border-radius: 50%;
  margin: 0px auto;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
  border-image: initial;
}

.sidebar-wrapper .activity_photo img {
  width: 110px;
  height: 110px;
  object-fit: cover;
}

.leaderboard-large-text {
  font-size: 1.5em;
}

/* Sidebar Customization */

.sidebar .sidebar-wrapper .nav .nav-item .nav-link p {
  font-weight: 400;
  font-size: 13px;
  line-height: 60px;
}

.sidebar .sidebar-wrapper .nav .nav-item .nav-link i {
  margin-top: 15px;
}

.sidebar .sidebar-wrapper .nav .nav-item .nav-link .far {
  font-weight: 300;
}

.sidebar .sidebar-wrapper .user .info a span {
  font-weight: 300;
}

.sidebar .sidebar-wrapper .nav .nav-item .btn {
  margin: 20px 20px 0 20px;
  background-color: #d91e29;
  border: 1px solid #d91e29;
  display: block;
}

.sidebar .sidebar-wrapper .nav .nav-item .btn i {
  margin-top: 0;
  font-size: 20px;
}

.sidebar .sidebar-wrapper .nav .nav-item .btn {
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
}

.sidebar .sidebar-wrapper .user {
  border-bottom: none;
}

.sidebar .sidebar-wrapper.admin-standard-sidebar,
.sidebar-wrapper.edit-activity-sidebar {
  background-color: #2887c1;
  background-image: url(/images/main_sidebar.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-attachment: fixed;
  background-size: 260px auto;
}

.nav-align-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 15px 0 15px 0;
  padding-bottom: 15px;
}

.sidebar .sidebar-wrapper .user p.client-name {
  text-transform: uppercase;
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidebar .sidebar-wrapper .user p.activity-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidebar .sidebar-wrapper.edit-activity-sidebar,
.sidebar-wrapper.game-management-sidebar .nav .nav-item .nav-link p {
  line-height: 30px;
}

.sidebar .sidebar-wrapper.edit-activity-sidebar,
.sidebar-wrapper.game-management-sidebar .nav .nav-item .nav-link i {
  margin-top: 0;
}

.sidebar .sidebar-wrapper .user .activity-photo-uncropped {
  text-align: center;
}

.sidebar .sidebar-wrapper .user .activity-photo-uncropped img {
  width: 90%;
  height: auto;
  object-fit: cover;
}

.sidebar .sidebar-wrapper .nav .nav-item .nav-input .btn {
  margin: 20px 20px 0 20px;
  background-color: #d91e29;
  border: 1px solid #d91e29;
  display: inline-block;
  margin: 15px 0 15px 0;
  line-height: 20px;
  width: 172px;
}

.sidebar .sidebar-wrapper .nav .nav-item .nav-input .btn i {
  margin-top: 0;
  font-size: 20px;
}

.sidebar .sidebar-wrapper .nav .nav-item .nav-input .btn {
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
}

.sidebar .sidebar-wrapper .nav .nav-item .nav-input input {
  vertical-align: middle;
}

.sidebar .sidebar-wrapper .nav .nav-item a p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis !important;
}

/* Navbar customization */

.navbar .navbar-wrapper h4 {
  color: #0f2f3e;
  margin: 15px 15px 15px 0;
}

.navbar .container-fluid .navbar-collapse .navbar-text {
  color: #0f2f3e;
}

.navbar .container-fluid .navbar-collapse.justify-content-end ul a i {
  color: #80a0af;
  font-weight: 300;
}

.navbar .container-fluid .navbar-collapse.justify-content-end ul a i:hover {
  color: #0f2f3e;
}

.navbar .container-fluid .navbar-collapse .navbar-text a {
  font-weight: 300;
}

.navbar .container-fluid .navbar-collapse .navbar-text a:hover {
  color: #0f2f3e;
}

.btn.btn-primary {
  background-color: #2887c1;
}

.btn.btn-danger {
  background-color: #d91e29;
}

.bootstrap-filestyle .btn {
  color: white;
  background-color: #80a0af;
}

/* Warnings */

i.fa-exclamation-circle {
  font-weight: 300;
  color: #d91e29;
}

/* List views */

.table > thead > tr > th {
  border-top-color: #d3dde2 !important;
}

.table > tbody > tr > td {
  border-top-color: #d3dde2 !important;
}

.table > tbody > tr:first-child > td {
  border-top-color: transparent !important;
}

.table > thead > tr > th {
  color: #80a0af;
}

.table > thead > tr > th > a {
  color: #80a0af;
}

.table > thead > tr > td > select {
  height: 30px;
  font-size: 1em;
  padding: 1px;
}

.table > thead > tr > td > input {
  height: 30px;
  font-size: 1em;
}

table tbody tr td a span.fa {
  font-weight: 300;
  font-size: 18px;
}

table tbody tr td a span.fa.fa-clone {
  color: #cb0fc5;
}

table tbody tr td a span.fa.fa-edit {
  color: #2887c1;
}

table tbody tr td a span.fa.fa-eye {
  color: #2887c1;
}

table tbody tr td a span.fa.fa-trash {
  color: #d91e29;
}

table tbody tr td a span.fa.fa-minus-circle {
  color: #d91e29;
}

table tbody tr td a span.fa.fa-cloud-download {
  color: #20e212;
}

table tbody tr td a span.fa.fa-gamepad {
  color: #e8762a;
}

/* Site login */

.site-login-wrapper {
  width: 100%;
  height: 100%;
  background-color: #263d4b;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-login {
  display: inline-block;
  background: white;
  border: 1px solid gray;
  border-radius: 5px;
  width: 600px;
  min-height: 380px;
  padding: 0 25px 25px 25px;
  position: relative;
}

.site-login h1 {
  font-size: 1.5em;
  font-weight: 300;
}

.site-login form label[for="loginform-rememberme"] {
  text-transform: none !important;
}

.site-login-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Forms */

.text-intro {
  font-size: 0.8em;
}

.card {
  border-color: #d3dde2;
  margin: 40px;
  padding: 40px;
}

.card .card-body h3 {
  font-size: 1.5rem;
}

.card .card-body label {
  color: #80a0af;
}

.bootstrap-filestyle label.btn {
  color: white;
}

.card .card-body .form-group > label,
.card .card-body .form-group > label::after {
  color: #80a0af;
}

.card .card-body .form-group.form-inline > label {
  margin: 0 0 0 10px;
  vertical-align: middle;
  padding: 0;
}

.select2 * {
  color: #80a0af;
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-danger,
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-primary,
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-info,
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-warning,
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-success {
  backround-color: #d3dde2;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  background-color: #d3dde2;
  color: #ffffff;
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-primary {
  background-color: #2887c1;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  background-color: #2887c1;
  color: #ffffff;
}

.field-sharedchallenge-difficulty label {
  display: block;
}

.field-sharedchallenge-manually_marked label {
  display: block;
}

.btn-group {
  display: block;
}

.btn-group label {
  display: inline-block;
  width: 32%;
  background-color: transparent;
  border: 1px solid lightgray;
  border-radius: 3px !important;
}

.btn-group label:hover,
.btn-group label.btn.btn-secondary.active {
  background-color: #80a0af;
  border-color: #80a0af;
}

.btn #add-answer {
  color: #80a0af;
}

label.add-ellipsis {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  vertical-align: middle;
}

label.game-to-unlock {
  width: 265px;
  text-align: right;
  margin-bottom: 0;
  margin-right: 5px;
}

label.label-not-displayed {
  margin-top: 15px;
}

.challenge-difficulty-icon {
  display: inline-block;
  width: 5px;
  height: 16px;
  margin-left: 35px;
}

.tiny-square {
  display: block;
  height: 5px;
  background-color: white;
  border: 1px solid white;
  margin-bottom: 1px;
}

.tiny-square-o {
  display: block;
  height: 5px;
  background-color: transparent;
  border: 1px solid white;
  margin-bottom: 1px;
}

.grid-view-item i.fa {
  font-weight: 300;
  font-size: 18px;
}

span.fa {
  margin-left: 5px;
}

.bootstrap-switch,
.bootstrap-switch-container {
  height: 40px;
}

.bootstrap-switch .bootstrap-switch-container span {
  display: table-cell !important;
  vertical-align: middle !important;
  height: 40px !important;
}

/* Wiki Related */
.wiki-toc {
  background-color: white;
  padding: 20px;
}

/* Dropper tool */
.dropper-click {
  margin-right: 8px;
}

#myCanvas {
  margin: 10px 14px;
  border-radius: 5px;
}

.dropzone-inner img {
  margin-top: 0px !important;
}

.form-group-canvas {
  cursor: crosshair;
}

.challenges-mark i {
  font-weight: 300 !important;
  font-size: 18px;
  padding-right: 28px;
}

.eye-red {
  color: #2699fb;
}
.thumbs-down-red {
  color: #d91e29;
}

.video-pop i {
  color: #cb0fc5;
  font-size: 50px;
  font-weight: 300;
}

.image-pop i {
  color: #e8762a;
  font-size: 50px;
  font-weight: 300;
}
.grid-view th a:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0dc";
}

.grid-view th a:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0dc ";
  padding-right: 5px;
}

.grid-view th a.asc:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0de";
  padding-right: 5px;
}

.grid-view th a.desc:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0dd";
  padding-right: 5px;
}

.template-ul {
  list-style-type: none;
}

.photos_block {
  height: 325px;
  overflow: hidden;
}

.photos_block img {
  min-height: 100%;
}

.photo-item {
  padding: 0px;
}

.photo-item span {
  font-size: 12px;
  color: #9cb5c0;
  line-height: 12px;
}

.photo-item .attempt-top {
  padding: 1em;
}

.photo-image img {
  width: 65px;
  padding-right: 10px;
}

@media print {
  .noprint,
  .noprintBlock {
    display: none;
  }
  .filters input {
    display: none;
  }

  .filters select {
    display: none;
  }

  #quickfire-grid-filters {
    display: none;
  }

  .grid-view th a:before {
    display: none;
  }

  .footer {
    display: none;
  }

  a {
    text-decoration: none !important;
  }

  .newpage {
    page-break-before: always !important;
  }

  .media_links_print {
    display: none;
  }
  .print_video {
    display: block !important;
  }

  .deny_page_break {
    page-break-before: avoid !important;
  }
}

@page {
  margin-bottom: 0mm; /* this affects the margin in the printer settings */
}

.print_video {
  display: none;
}
.noprint {
  margin: 40px;
  font-size: 16px;
}

.noprint p {
  font-size: 16px;
}

.noprint label {
  color: #80a0af;
  font-size: 11px;
}

.col-xs-1-10 {
  width: 10%;
  float: left;
}

.col-xs-2-5 {
  width: 20%;
  float: left;
}

.print_activity_image img {
  width: 100%;
  border-radius: 5px;
}

.noprintBlock {
  display: none;
}

.print-block {
  margin-top: 50px;
}

.print-color {
  float: left;
  border: 1px solid;
  border-color: #d3dde2;
  width: 120px;
  min-height: 20px;
  border-radius: 2px;
  margin-right: 15px;
}

.print-color-label {
  float: left;
  width: 200px;
}

.print-options-label {
  float: left;
  width: 250px;
}
.categorie-imgages {
  width: 100%;
}
.categorie-imgages img {
  float: left;
  border-radius: 5px;
  max-height: 170px;
}

.categorie-icon {
  max-width: 100px;
}

.categorie-img {
  width: 60%;
  margin-left: 50px;
}

.media-print {
  text-align: center;
}
.media-print img {
  border-radius: 5px;
  margin-bottom: 15px;
}

.category-print {
  margin-top: 15px;
}

.print_grey {
  color: #80a0af;
}
.desc-td {
  width: 100%;
  border-top: 0px solid #dee2e6 !important;
  border-left: 0px solid #dee2e6 !important;
  border-right: 0px solid #dee2e6 !important;
  padding: 0px !important;
}

.desc-td-1 {
  border-top: 0px solid #dee2e6 !important;
  border-left: 0px solid #dee2e6 !important;
  border-right: 0px solid #dee2e6 !important;
}

.print-color {
  -webkit-print-color-adjust: exact;
}

i {
  -webkit-print-color-adjust: exact;
}

.form-group label {
  -webkit-print-color-adjust: exact;
}
.print-block label {
  -webkit-print-color-adjust: exact;
}

.cost-reward {
  max-width: 6rem !important;
}

#challenges {
  margin-top: 60px;
}

#challenges span {
  font-weight: 300;
  font-size: 18px;
}

.checkbox-list {
  display: none;
}

.ban-media {
  font-size: 50px;
  font-weight: 300;
}

@media (max-width: 1392px) {
  .checkbox-list {
    display: block;
  }

  .checkbox-list-row {
    display: none;
  }
}

.difficulty-print {
  line-height: 10px;
  font-size: 10px;
  height: 40px;
}

#challenges .table > tbody > tr > td > div {
  height: 100%;
}

#challenges .table > tbody > tr > td {
  padding: 5px 4px;
}

.input-block-point {
  width: 100px;
  margin-right: 10px;
  float: left;
}
