﻿.MecanooSearch {
  padding-bottom: 50px;
}

.ModMecanooPRProjectsC .RadGrid {
  margin-bottom: 20px;
}

/* Projects Table */

/* Overview Search distance */
.DnnModule-Mecanoo_PRProjects .projectstable .form-group {
  margin-bottom: 2em;
}

.ModMecanooPRProjectsC .manage-buttons {
  text-align: center;
  background: #eee;
  padding: 0.5em 0;
}

.ModMecanooPRProjectsC .manage-buttons .dnnPrimaryAction,
.ModMecanooPRProjectsC .manage-buttons .dnnSecondaryAction {
  margin-bottom: 0;
  font-size: 13px;
  min-width: auto;
}

.DnnModule-Mecanoo_PRProjects .btn {
  border-radius: 0;
  border: none;
}

.DnnModule-Mecanoo_PRProjects .table .btn,
.DnnModule-Mecanoo_PRProjects .btn-primary {
  color: #fff;
  background: #000;
}

.DnnModule-Mecanoo_PRProjects .btn-toolbar .btn {
  margin-right: 0.3em;
}

.DnnModule-Mecanoo_PRProjects .btn-toolbar .btn svg {
  width: 2em;
}

/* Project Edit Screen */

.mpp_edit {
  font-size: 1rem;
  padding-bottom: 20px;
  border-bottom: solid 1px #eee;
  margin-bottom: 20px;
}

.mpp_edit .mark {
  background-color: transparent;
}

div.mpp_edit h2 {
  font-size: 1em;
  border: 0;
  background-color: #1c3f95;
  padding: 8px;
  color: #fff;
  margin: 20px 0 20px;
}

div.mpp_edit .dnnLabel {
  font-size: 1rem;
  font-weight: normal;
  margin-right: 0;
  padding-right: 10px;
  text-align: left;
  width: 160px;
}

div.mpp_edit fieldset {
  padding-bottom: 40px;
}

div.mpp_edit div.mpp_edit_column {
  display: inline-block;
  width: 49%;
}

.mpp_edit .wrap-from-to .lbl-small {
  font-size: 0.8em;
  display: block;
  padding-top: 0.4rem;
}

textarea.mpp_input_en,
input[type="text"].mpp_input_en {
  background-size: 100% 100%;
  border: solid 1px #c9c9c9;
}

textarea.mpp_input_nl,
input[type="text"].mpp_input_nl {
  background-size: 100% 100%;
  border: solid 1px #c9c9c9;
}

.progress {
  height: 20px;
  background: #ebebeb;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.progress > span {
  position: relative;
  float: left;
  margin: 0 -1px;
  min-width: 30px;
  height: 18px;
  line-height: 16px;
  text-align: right;
  background: #ccc;
  border: 1px solid;
  border-color: #bfbfbf #b3b3b3 #9e9e9e;
  background-image: -webkit-linear-gradient(top, #f0f0f0, #dbdbdb 70%, #ccc);
  background-image: -moz-linear-gradient(top, #f0f0f0, #dbdbdb 70%, #ccc);
  background-image: -o-linear-gradient(top, #f0f0f0, #dbdbdb 70%, #ccc);
  background-image: linear-gradient(to bottom, #f0f0f0, #dbdbdb 70%, #ccc);
  -webkit-box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.3),
    0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.3),
    0 1px 2px rgba(0, 0, 0, 0.2);
}

.progress > span > span {
  padding: 0 8px;
  font-size: 11px;
  font-weight: bold;
  color: #404040;
  color: rgba(0, 0, 0, 0.7);
  text-shadow: 0 1px rgba(255, 255, 255, 0.4);
}

.progress > span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 18px;
  background: url("images/progress.png") 0 0 repeat-x;
}

.progress .green {
  background: #85c440;
  border-color: #78b337 #6ba031 #568128;
  background-image: -webkit-linear-gradient(top, #b7dc8e, #99ce5f 70%, #85c440);
  background-image: -moz-linear-gradient(top, #b7dc8e, #99ce5f 70%, #85c440);
  background-image: -o-linear-gradient(top, #b7dc8e, #99ce5f 70%, #85c440);
  background-image: linear-gradient(to bottom, #b7dc8e, #99ce5f 70%, #85c440);
}

.progress .red {
  background: #db3a27;
  border-color: #c73321 #b12d1e #8e2418;
  background-image: -webkit-linear-gradient(top, #ea8a7e, #e15a4a 70%, #db3a27);
  background-image: -moz-linear-gradient(top, #ea8a7e, #e15a4a 70%, #db3a27);
  background-image: -o-linear-gradient(top, #ea8a7e, #e15a4a 70%, #db3a27);
  background-image: linear-gradient(to bottom, #ea8a7e, #e15a4a 70%, #db3a27);
}

.progress .orange {
  background: #f2b63c;
  border-color: #f0ad24 #eba310 #c5880d;
  background-image: -webkit-linear-gradient(top, #f8da9c, #f5c462 70%, #f2b63c);
  background-image: -moz-linear-gradient(top, #f8da9c, #f5c462 70%, #f2b63c);
  background-image: -o-linear-gradient(top, #f8da9c, #f5c462 70%, #f2b63c);
  background-image: linear-gradient(to bottom, #f8da9c, #f5c462 70%, #f2b63c);
}

input.url_url {
  width: 45%;
  margin-right: 30px;
}

div.url_url {
  display: inline-block;
  width: 48%;
  padding: 0 0 10px 0;
  margin: 0;
}

.mpp_edit input[type="text"],
.mpp_edit textarea {
  border: solid 1px #bbb;
  padding: 0.3em;
}

div.url_delete {
  display: inline-block;
  vertical-align: top;
}

.images_img_chk {
  padding: 8px 0 0;
}

.images_img_chk.text-quote {
  float: left;
  margin-right: 2em;
  padding-bottom: 8px;
}

.dnnFormItem input[type="text"],
.dnnFormItem select,
.dnnFormItem textarea,
.dnnFormItem input[type="email"],
.dnnFormItem input[type="search"],
.dnnFormItem input[type="password"] {
  border: 1px solid #c9c9c9;
  border-radius: 0;
  box-shadow: none;
  box-shadow: none;
}

.dnnFormMessage {
  background: #f8f8f8;
  border-radius: 0;
  padding: 8px;
  border: 0;
}

.dnnTextPanelView {
  padding-bottom: 5px;
}

.mpp_edit_description .mpp_edit_column > div {
  padding-bottom: 5px;
}

.images_dropzone {
  position: relative;
  width: 100%;
  border: 1px solid #ddd;
  min-height: 400px;
  background-color: #fff;
  margin-bottom: 20px;
}

.images_dropzone ul:after,
.images_dropzone ul:before {
  content: "Drop new images here";
  display: block;
  padding: 20px;
  text-align: center;
}

.images_dropzone input[type="checkbox"] {
  margin-right: 0.3em;
}

.images_img_action {
  padding-bottom: 5px;
}

.images_img_delete {
  display: inline-block;
  width: 16px;
  height: 16px;
}

.images_img_drag {
  float: right;
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: move;
}

.images_img_expand {
  display: none;
  float: right;
  width: 16px;
  height: 16px;
}

.images_imagelist {
  margin: 0;
  padding: 0;
  position: relative;
}

.images_imagelist li {
  list-style-type: none;
  display: inline-block;
  border: 0;
  padding: 10px;
  background: #eee;
  margin: 10px;
}

.images_img_tn {
  width: 180px;
  height: 180px;
  overflow: hidden;
  background: #444;
  text-align: center;
}

.images_img_tn img {
  max-width: 200px;
  max-height: 200px;
  width: auto !important;
  height: auto !important;
}

.images_add div {
  padding: 1em 0;
}

.images-video-quote label {
  min-width: 7em;
}

.images-video-quote input[type="text"],
.images-video-quote textarea {
  min-width: 900px;
}

.mpp_edit .dnnPrimaryAction,
.images-video-quote input[type="button"] {
  font-size: 1rem;
  background: #000;
  color: #fff;
  border: none;
  font-weight: normal;
  padding: 0.3em 0.5em;
}

.images_add_urls {
  padding: 10px 0;
  border-top: solid 1px #eee;
}

.images_img_caption select {
  margin-top: 0.8em;
  width: 90%;
}

.images_img_caption textarea {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.mpp_edit_editor .dnnTextEditor {
  width: 100%;
}

.mpp_edit_description div,
.mpp_edit_facts div {
  vertical-align: top;
}

.mpp_edit_typology tbody tr td {
  padding-right: 20px;
}

.mpp_edit_typology tbody tr td input,
.mpp_edit_typology tbody tr td label {
  display: inline-block;
  padding: 5px;
  vertical-align: baseline;
}

.mpp_grid_action {
  padding: 4px;
  margin-right: 4px;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
}

a.mpp_grid_action:hover {
  background-color: #c9c9c9;
  text-decoration: none;
}

.mpp_edit
  li.images_isprojectcover
  .images_img_chk.images_isprojectcover_toggle {
  visibility: hidden;
}

.mpp_edit
  li.images_isquote
  .images_img_chk.images_isquote_toggle {
  visibility: hidden;
}

.mpp_edit
  li.images_issplitwithnext
  .images_img_chk.images_issplitwithnext_toggle {
  visibility: hidden;
}

.mpp_edit li.images_isvideo .images_img_chk.images_isvideo_toggle {
  visibility: hidden;
}

.mpp_edit li.images_isvideo div.images_img_tn {
  position: relative;
}

.mpp_edit li.images_isvideo div.images_img_tn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #fff;
  z-index: 2;
  pointer-events: none;
}

.mpp_edit li.images_isvideo div.images_img_tn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
  pointer-events: none;
}

.images_imagelist.cover li {
  background: #fff;
  float: left;
  width: 200px;
  position: relative;
}

.images_imagelist.cover li h3 {
  margin-top: 0;
  font-size: 1em;
}

.images_imagelist.cover li img {
  max-width: 100%;
  height: auto !important;
}

.cover_img_delete {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 3em;
}

.images_imagelist.cover .dropzone {
  width: 100%;
  height: 200px;
  border: solid 1px #000;
}

/*
    .images_imagelist.cover .dropzone:before {
        content: "";
        font-family: mecanoo;
        text-align: center;
        display: block;
        font-size: 2em;
        margin-top: 43%
    }
	*/

.images_imagelist.cover .dropzone:after {
  content: "Drop new Image here";
  display: block;
  text-align: center;
  margin-top: 5.5em;
}

.images_imagelist.cover input,
.images_add_files input {
  font-size: 0.8em;
}

.images_imagelist.cover:after {
  content: " ";
  display: table;
  clear: both;
}

.images_img_div .dropzone {
  margin-bottom: 1em;
}

.images_img_div .dropzone:before,
.images_img_div .dropzone:after {
  position: relative;
  z-index: 1;
}

.images_img_div .dropzone.hasimage {
  position: relative;
  color: #fff;
  background: #eee;
}

.images_img_div .dropzone img {
  position: absolute;
  top: 0;
  z-index: 0;
}

.images_img_div .dropzone.hasimage:before,
.images_img_div .dropzone.hasimage:after {
  mix-blend-mode: difference;
}

.mpp_input_required.mpp_input_error {
  border: 2px solid #ff0000 !important;
}