a {
  color: black;
}

a:hover {
  color: #ed7e00;
}

a.submit {
  background: url("../img/btn-submit.png") no-repeat 5px 3px #333333;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 1px 0 #666;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  margin: 0 5px 0 0;
  padding: 3px 7px 3px 22px;
  text-decoration: none;
}

body {
  color: #333;
  font: 13px arial, sans-serif;
  padding: 0;
}

body#update div.bg {
  background: none;
}

button {
  background: #ed7e00;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 1px 0 #666;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  margin: 0 5px 0 0;
  padding: 3px 7px 3px 22px;
  text-align: left;
}

button.edit {
  background: url("../img/btn-edit.png") no-repeat 5px 3px #ed7e00;
}

button.new {
  background: url("../img/btn-new.png") no-repeat 5px 3px #ed7e00;
}

button.submit {
  background: url("../img/btn-submit.png") no-repeat 5px 3px #ed7e00;
}

button.submit2 {
  background: url("../img/btn-submit.png") no-repeat 5px 3px #ed7e00;
}

button.details {
  background: url("../img/btn-submit.png") no-repeat 5px 3px #ed7e00;
}

button.cancel {
  background: url("../img/btn-cancel.png") no-repeat 5px 4px #ed7e00;
}

button.delete {
  background: url("../img/btn-delete.png") no-repeat 5px 4px #ed7e00;
}

button.back {
  background: url("../img/btn-back.png") no-repeat 5px 4px #ed7e00;
}

button.refresh {
  background: url("../img/btn-refresh.png") no-repeat 5px 4px #ed7e00;
}

button.list {
  background: url("../img/btn-list.png") no-repeat 5px 4px #ed7e00;
}

button.doc {
  background: url("../img/btn-doc.png") no-repeat 5px 4px #ed7e00 !important;
}

button.pres {
  background: url("../img/btn-pres.png") no-repeat 5px 4px #ed7e00;
}

button.export {
  background: url("../img/btn-list.png") no-repeat 5px 4px #ed7e00;
}

button.play {
  background: url("../img/btn-play.png") no-repeat 5px 4px #ed7e00;
}

button.duplicate {
  background: url("../img/btn-new.png") no-repeat 5px 4px #ed7e00;
}

button.reset {
  background: url("../img/resetbutton.svg") no-repeat 2px 2px #ed7e00;
  background-size: 17px;
}

button.deblock {
  background: url("../img/unblockbutton.svg") no-repeat 4px 2px #ed7e00;
  background-size: 13px;
}

button.sort {
  background: url("../img/btn-sort.png") no-repeat 5px 4px transparent;
  box-shadow: none;
}

button.sort_desc {
  background: url("../img/btn-sort_desc.png") no-repeat 5px 4px transparent;
  box-shadow: none;
}

div.bg {
  background: url("../img/bg.gif") repeat-x;
}

div.center {
  margin: 0 auto;
  min-width: 1000px;
  max-width: 1200px;
}

dl {
  width: 100%;
}

h1 {
  color: #333333;
  font-size: 16px;
  margin: 0 0 20px;
  padding: 0;
}

hr {
  background: #024c6f;
  border: none;
  clear: both;
  color: #024c6f;
  height: 1px;
  margin: 20px 0;
}

input {
  border: 1px solid #024c6f;
  border-radius: 5px;
  font: 12px arial, sans-serif;
  padding: 2px 7px;
  width: 435px;
}

input.checkbox {
  border: 0;
  height: 16px;
  width: 16px;
}

p.footer {
  color: #024c6f;
  padding: 0 20px 50px;
}

p.footer a {
  color: #024c6f;
}

textarea {
  border: 1px solid #024c6f;
  border-radius: 5px;
  height: 190px;
  font: 12px arial, sans-serif;
  width: 435px;
}

select {
  border: 1px solid #024c6f;
  border-radius: 5px;
  font: 12px arial, sans-serif;
}

#login {
  color: #999999;
  float: right;
  height: 20px;
  padding: 34px 20px;
  text-align: right;
  width: 400px;
}

#login .logout {
  background: url("../img/btn-logout.png") no-repeat right;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  height: 19px;
  padding: 0;
  vertical-align: middle;
  width: 91px;
}

#login .logout span {
  display: none;
}

#frmLogin {
  padding: 60px 0 0 20px;
}

#frmLogin input {
  width: 250px;
}

#frmLogin dt {
  clear: both;
  display: block;
  float: left;
  padding: 4px 0 0 0;
  width: 100px;
}

#frmLogin dd {
  display: block;
  margin: 0;
  padding: 0 0 10px 0;
}

#frmLogin button {
  clear: both;
  display: block;
  margin: 10px 0 20px 120px;
}

#frm>dl {
  width: 570px;
}

#frm>dt {
  clear: both;
  float: left;
  padding: 4px 0 0 0;
  width: 120px;
}

#frm>dd {
  display: block;
  float: left;
  margin: 0;
  padding: 0 0 10px 0;
  width: 435px;
}

#frm>dd>p {
  width: 450px;
}

#frm>dd img {
  border: 1px solid #024c6f;
}

#nocontent {
  margin: 20px;
  padding: 20px;
}

#content {
  margin: 20px;
  padding: 20px;
}

#content table {
  border-collapse: collapse;
  margin: 20px 0 0;
  width: 100%;
}

#content table img {
  border: 0;
  margin-right: 10px;
}

#content table input {
  width: inherit;
}

#content table button.sort {
  width: 16px;
  height: 21px;
}

#content table button.sort span {
  display: none;
}

#content table button.sort_desc {
  width: 20px;
  height: 21px;
}

#content table button.sort_desc span {
  display: none;
}

#content table td {
  max-width: 500px;
}

#content th {
  text-align: left;
  white-space: nowrap;
}

#content th input {
  width: 100px;
  display: block;
}

#content th select {
  width: 100px;
  display: block;
}

#content td.Yes {
  color: green;
}

#content td.Active {
  color: green;
}

#content td.New {
  color: orange;
}

#content td.No {
  color: red;
}

#content td.Inactive {
  color: red;
}

#content td.edit {
  text-align: right;
  white-space: nowrap;
}

#content td.Closed,
#content td.Fixed.at.update,
#content td.Fixed {
  color: green;
}

#content td.In.development,
#content td.In.consideration,
#content td.Ready.for.client.check {
  color: orange;
}

#content td.Open {
  color: red;
}

#content td.edit button {
  margin: 0;
}

#content td.opties {
  text-align: right;
  width: 20px;
}

#content td.thumb {
  width: 100px;
}

#content dt {
  border-top: 1px solid #024c6f;
  clear: both;
  float: left;
  padding: 5px 0;
  width: 125px;
}

#content dd {
  border-top: 1px solid #024c6f;
  display: block;
  float: left;
  margin: 0;
  padding: 5px 0;
  width: 445px;
}

#content>dd>p {
  width: 450px;
}

#content dd img {
  border: 1px solid #024c6f;
}

#content dd .selector_select {
  width: 350px;
}

#content dd .translated {
  display: inline-block;
  width: 295px;
}

#content dd>textarea.translated {
  width: 450px;
}

#content dd .translated.nicinstance {
  width: 435px;
}

#content dd>button.btnTranslations {
  width: 125px;
}

#content dd .translations.hidden {
  display: none;
}

#content dd .translations label {
  display: inline-block;
  text-overflow: ellipsis;
  width: 125px;
  white-space: nowrap;
}

#content dd .translations input {
  width: 295px;
}

#content dd .translated img {
  vertical-align: middle;
}

#content dd .translations img {
  vertical-align: middle;
}

#content dd .fileselection {
  text-align: right;
}

#content dd .fileselection button {
  background-color: #cccccc;
}

#content dd .fileselection button.active {
  background-color: #ed7e00;
}

#content dd .fileselection .translations {
  text-align: left;
}

#content dd .fileselection .translations div {
  display: inline-block;
  width: 295px;
}

#content dd .fileselection .translations .filelist {
  display: inline-block;
  width: 317px;
}

#content dd .fileselection .translations label {
  padding-top: 15px;
  vertical-align: top;
}

#content dd .fileupload {
  padding-top: 10px;
}

#content dd .fileupload.hidden {
  display: none !important;
}

#content dd .filebrowse {
  padding-top: 10px;
}

#content dd .filebrowse.hidden {
  display: none !important;
}

#content .filelist {
  background: #fff;
  border: 1px solid #024c6f;
  border-radius: 5px;
  height: 215px;
  overflow: auto;
  width: 100%;
}

#content .filelist.big {
  height: 500px;
  margin-top: 20px;
}

#content .filelist strong {
  color: #ccc;
  display: block;
  text-align: right;
}

#content .filelist table {
  margin: 0 !important;
}

#content .filelist table tr {
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  height: 22px;
}

#content .filelist table tr:hover {
  background-color: #ccc;
}

#content .filelist table tr.active {
  background-color: #ccc;
}

#content .filelist table tr.unusable {
  color: #ccc;
}

#content .filelist table tr td {
  padding: 5px 6px 4px;
  text-align: left;
  vertical-align: top;
}

#content .filelist table tr td:first-child {
  background: url(../img/icons.png) 0 -543px no-repeat;
  display: block;
  height: 20px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 20px;
}

#content .filelist table tr td:nth-child(2) {
  width: 100%;
}

#content>dd>p {
  margin: 0;
  padding: 6px 0 0;
}

#content>dd>a.currentfile {
  background: url(../img/icons.png) 0 -543px no-repeat;
  display: block;
  line-height: 20px;
  margin: 0;
  padding: 3px 0 0 25px;
  text-align: left;
}

#content .toc_table {
  margin: 0;
}

#content .toc_table tr:hover {
  background-color: #fff;
}

#content .toc_pagenr {
  width: 75px !important;
}

#content .toc_title {
  width: 340px !important;
}

.folder {
  background-position: 4px 2px !important;
}

.aep {
  background-position: 4px -18px !important;
}

.ai {
  background-position: 4px -39px !important;
}

.asnd {
  background-position: 4px -60px !important;
}

.css {
  background-position: 4px -81px !important;
}

.doc,
.docx {
  background-position: 4px -102px !important;
}

.eps {
  background-position: 4px -123px !important;
}

.fla {
  background-position: 4px -144px !important;
}

.gif {
  background-position: 4px -165px !important;
}

.html,
.htm {
  background-position: 4px -186px !important;
}

.indd {
  background-position: 4px -207px !important;
}

.jpg,
.jpeg {
  background-position: 4px -228px !important;
}

.js {
  background-position: 4px -249px !important;
}

.mov {
  background-position: 4px -270px !important;
}

.avi,
.mp4,
.mpg,
.wmv {
  background-position: 4px -291px !important;
}

.pdf {
  background-position: 4px -312px !important;
}

.php {
  background-position: 4px -333px !important;
}

.png {
  background-position: 4px -354px !important;
}

.ppt,
.pptx {
  background-position: 4px -375px !important;
}

.psd {
  background-position: 4px -396px !important;
}

.swf {
  background-position: 4px -417px !important;
}

.txt,
.rtf {
  background-position: 4px -438px !important;
}

.wav,
.mp3,
.ogg,
.flac,
.wma {
  background-position: 4px -459px !important;
}

.xml {
  background-position: 4px -480px !important;
}

.xls,
.xlsx {
  background-position: 4px -501px !important;
}

.zip,
.rar,
.\37 z {
  background-position: 4px -522px !important;
}

#logo {
  background: url(../img/login_logo.svg) center center no-repeat;
  display: block;
  float: left;
  height: 83px;
  margin: 10px -10px 36px 0;
  width: 200px;
  background-size: contain;
}

#logo span {
  display: none;
}

#logo-controlpanel {
  background: url(../img/logo-controlpanel.png) center center no-repeat;
  display: block;
  float: left;
  height: 83px;
  margin-top: 10px;
  width: 180px;
}

#logo-controlpanel span {
  display: none;
}

#menu {
  clear: both;
  height: 65px;
  margin: 0;
  padding: 0;
  position: relative;
}

#menu a {
  color: #024c6f;
  display: block;
  font-weight: bold;
  line-height: 20px;
  padding: 5px 10px;
  text-decoration: none;
}

#menu li {
  background: #fff;
  border-bottom: 1px solid #024c6f;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}

#menu li.a {
  border: 1px solid #024c6f;
  border-bottom: 1px solid #fff;
}

#menu li.a ul {
  display: block;
  left: 0;
  position: absolute;
}

#menu li li a {
  font-size: 12px;
  font-weight: normal;
}

#menu li li.a {
  border: none;
  border-bottom: 2px solid #ed7e00;
}

#menu li li.a a {
  color: #333333;
}

#menu li ul {
  display: none;
  padding: 0;
}

#line {
  stroke: #333333;
  stroke-width: 2;
}

.error {
  border: 1px solid #024c6f;
  border-radius: 5px;
  box-shadow: 0 1px 0 #666;
  clear: both;
  margin: 0 0 20px;
  padding: 0 20px;
}

.error dt {
  border: 0 !important;
  color: #333333;
  float: none !important;
  font-weight: bold;
  margin: 0 0 5px;
  width: 100% !important;
}

.error dd {
  border: 0 !important;
  float: none !important;
  margin: 0;
  width: 100% !important;
}

.preview {
  width: 200px;
}

.selected_bg {
  background: #369;
}

.selected_border {
  border: 1px solid #333333;
}

#appmenu {
  list-style: none;
  margin: 30px 0;
  padding: 0;
  position: relative;
}

#appmenu ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 40px;
}

#appmenu li {
  border-top: 1px solid #ccc;
  line-height: 30px;
}

#appmenu>li {
  margin-bottom: 20px;
  padding: 0;
}

#appmenu li:hover {
  background: rgba(0, 0, 0, 0.02);
}

#appmenu li.dragged {
  position: absolute;
  top: 0;
  opacity: 0.5;
  z-index: 2000;
}

#appmenu li.dragged button {
  display: none;
}

#appmenu li.hidden ul {
  display: none;
}

#appmenu li.placeholder {
  background: #eee;
  height: 30px;
}

#appmenu li .icon-move {
  background: url("../img/icon-move.png") center no-repeat;
  opacity: 0.3;
  cursor: row-resize;
  display: block;
  height: 28px;
  float: left;
  width: 25px;
}

#appmenu li .icon-door {
  background: url("../img/icon-plus.png") center no-repeat;
  opacity: 0.3;
  cursor: pointer;
  display: block;
  height: 28px;
  float: left;
  width: 25px;
}

#appmenu li .icon-door.min {
  background: url("../img/icon-min.png") center no-repeat;
}

#appmenu button {
  float: right;
  margin-top: 5px;
  line-height: 13px;
  width: 200px;
}

#appmenu li.inactive a {
  color: #ccc;
}

#appmenu li.inactive button {
  background-color: #ccc;
}

#appmenu li li {
  padding-left: 10px;
}

.appdownload {
  font-weight: bold;
  margin-bottom: 20px;
  display: inline-block;
  padding: 10px;
  position: relative;
  color: rgb(90, 90, 90);
  font-size: 15px;
  text-decoration: none;
}

.appdownload img {
  border-radius: 15px;
  margin-right: 10px;
  vertical-align: middle;
}

#special div.bg {
  background: none;
}

#special div.center {
  width: 600px;
}

#special #frame1 {
  width: 600px;
  height: 550px;
  margin-top: 100px;
}

#special dt {
  border: 0;
  width: 120px;
}

#special dd {
  border: 0;
  width: 300px;
}

#special hr {
  display: none;
}

#special p {
  padding: 20px 0;
}

#special form {
  padding: 0;
}

#special #content {
  margin: 0;
  padding: 0;
}

#special #logo {
  margin: 0;
  padding: 12px 0;
}

#special #login {
  margin: 0;
  padding: 48px 0;
  width: 380px;
}

#special #menu {
  display: none;
}

#special .text {
  padding: 30px 0 10px;
}

#special .footer {
  display: block;
  height: 30px;
  bottom: 0;
  padding: 0;
  position: absolute;
}

#steps td img {
  border: 0;
}

#steps {
  width: 100%;
}

#steps td {
  color: black;
  text-align: center;
}

#steps tr:nth-child(1) td:nth-child(2) {
  border: 2px solid black;
  height: 55px;
  width: 85px;
  font-size: 30px;
}

#steps tr:nth-child(1) td:nth-child(6) {
  border: 2px solid black;
  height: 55px;
  width: 85px;
  font-size: 30px;
}

#steps tr:nth-child(1) td:nth-child(10) {
  border: 2px solid black;
  height: 55px;
  width: 85px;
  font-size: 30px;
}

#steps tr:nth-child(2) {
  height: 35px;
}

#steps td.active {
  border: 2px solid #ed7e00 !important;
  background-color: #ed7e00 !important;
  color: #ffffff;
}

#steps tr:nth-child(2) td.active {
  color: #ed7e00;
  background: none !important;
  border: 0 !important;
}

.resultTR {
  border-top: 1px solid black;
}

.resultTR:first-child {
  border-top: none;
}

.resultTR:last-child {
  border-bottom: 1px solid black;
}

.resultTR.dup {
  border-top: none;
}

.resultTR td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.resultTR .hideanswer {
  color: #dedede;
}

#enquettesort,
#headerul {
  list-style: none;
  padding: 0;
}

#enquettesort .Active {
  color: green;
}

#enquettesort .Inactive {
  color: red;
}

#enquettesort li,
#headerul li {
  margin: 5px 0;
}

#enquettesort li div,
#headerul li div {
  word-wrap: break-word;
  display: inline-block;
}

#enquettesort td {
  word-wrap: break-word;
}

#enquettesort .empty {
  opacity: 0;
  cursor: default;
}

.ui-sortableUI-helper {
  background: rgba(255, 255, 255, 0.81);
  border: 1px solid #a7a7a7;
  padding: 10px;
}

.ui-state-highlight {
  height: 15px;
  line-height: 10px;
  background: rgba(125, 125, 125, 0.7);
  border: 1px solid rgba(120, 120, 120, 1);
  border-color: rgba(120, 120, 120, 1) !important;
}

.dragthis {
  display: inline-block;
  width: 25px;
  margin-right: 10px;
  background: url("../img/icon-move.png") center no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  vertical-align: middle;
  cursor: move;
  width: 3%;
  display: inline-block;
  margin-left: -1%;
  margin-right: 3%;
}

#headerul {
  margin-top: 20px;
}

#headerul div {
  font-weight: bold;
}

#headerul .dragthis {
  background: transparent;
}

#uploader {
  margin-top: 50px;
}

.clickabletable tbody tr {
  cursor: pointer;
}

.sortablelist .sorter {
  background: url("../img/icon-move.png") center center;
  cursor: move;
  display: block;
  height: 24px;
  width: 24px;
}

.sortablelist .placeholder {
  background: #ccc;
  height: 40px;
  display: table-cell;
  column-span: 111;
  column-count: 3;
}

.sortablelist .dragged {
  display: none;
}

.input-row {
  position: absolute;
}

.left_input_form {
  width: 75px !important;
}

.middle_input_form {
  width: 75px !important;
}

.right_input_form {
  width: 75px !important;
}

.dtdd_class {
  border-top: 0 !important;
  width: 200px !important;
}

.translationFound {
  color: green;
}

.translationNotFound {
  color: red;
}

.capacityfields input {
  width: 50px !important;
}

.capacityfields dd {
  width: 50px !important;
}

.option-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 10px;
  margin-bottom: 30px;
}

button.option-selected {
  background-color: #b35f00;
  box-shadow: inset 0px -1px 0px black;
}

button.option,
button.option-selected {
  margin: 0;
  padding: 5px;
  text-align: center;
}

.htmlcheckboxlist {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1px;
}

.htmlcheckboxlist label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#selector_div_profileseries,
#selector_div_profileproducts,
#selector_div_profileseriesbluedge {
  width: 1000px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
}