/**
 * Theme Name: mindcaps Framework v1.2.3
 * Theme URI: http://www.mindcaps.com
 * Version: 1.0
 * Author: André Seifert
 * Author URI: http://www.mindcaps.com
 * Description: 
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
/*--------------------------------------------------------------
Table of Contents:
----------------------------------------------------------------
1.  - General Theme Styles
2.  - Typo & Fonts
3.  - Headlines
4.  - Links
5.  - Text
--------------------------------------------------------------*/
/* Sizes & Margins */
/* Fonts */
/* Colors */
/* New Styles */
.message-box {
  position: fixed;
  top: 50px;
  width: 40%;
  min-width: 320px;
  left: 50%;
  margin-left: -20%;
  z-index: 1000;
  height: 480px;
  display: none;
  background: #fff;
}

.message-box iframe {
  width: 100%;
  float: left;
  position: absolute;
  height: 100%;

}

.message-box-close {
  position: absolute;
  right: 30px;
  top: 20px;
  z-index: 10;
  font-size: 20px;
  font-weight: 300;
  color: #08BED5;

}

.message-box-close i {
  color: #08BED5!important;
}

.iframe-form {
  width: 100%;
  float: left;
  background: #fff;
  padding: 50px 30px;
}

.iframe-form textarea,
.iframe-form label,
.iframe-form select,
.iframe-form input {
  width: 100%!important;
  float: left!important;
}


/* Font Sizes */
#font-base {
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0.5px;
}
#font-p {
  font-size: 1em;
  line-height: 1.5em;
}
#headline-global {
  letter-spacing: 1px;
}
#font-h1 {
  font-size: 3em;
  line-height: 1.5em;
}
#font-h2 {
  font-size: 18px;
  line-height: 24px;
  padding-left: 10px;
  font-weight: 600;
}
#font-h3 {
  font-size: 2.2em;
  line-height: 1.5em;
}
#font-h4 {
  font-size: 1.6em;
  line-height: 1.5em;
}
#font-h5 {
  font-size: 1.4em;
  line-height: 1.5em;
}
#font-h6 {
  font-size: 1.2em;
  line-height: 1.5em;
}
#font-small {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 300;
}
/* Default Inactiv Element */
#default-link {
  font-size: inherit;
  line-height: inherit;
}
#font-strong {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 600;
}
#font-button {
  font-size: 1em;
  line-height: 1.5em;
}
/* Base Settings */
#wrapper {
  width: 90%;
}
#default-row-margin {
  margin: 0 0 50px;
}
#default-paragraph-margin {
  margin-top: 1.5em;
}
#default-headline-margin {
  margin-bottom: 10px;
}
#default-button-margin {
  margin-top: 1.5em;
}
/*  Base Fonts */
#font-family-base {
  font-family: 'Work Sans', sans-serif;
}
#font-family-headline {
  font-family: 'Work Sans', sans-serif;
}
/* Mobile Fonts */
#font-base-tablet {
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0.5px;
}
#font-base-mobile {
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0.5px;
}
#font-p-tablet {
  font-size: 1em;
  line-height: 1.5em;
}
#font-p-mobile {
  font-size: 1em;
  line-height: 1.5em;
}
#font-h1-tablet {
  font-size: 3em;
  line-height: 1.5em;
}
#font-h1-mobile {
  font-size: 3em;
  line-height: 1.5em;
}
#font-h2-tablet {
  font-size: 18px;
  line-height: 24px;
  padding-left: 10px;
  font-weight: 600;
}
#font-h2-mobile {
  font-size: 18px;
  line-height: 24px;
  padding-left: 10px;
  font-weight: 600;
}
#font-h3-tablet {
  font-size: 2.2em;
  line-height: 1.5em;
}
#font-h3-mobile {
  font-size: 2.2em;
  line-height: 1.5em;
}
#font-h4-tablet {
  font-size: 1.6em;
  line-height: 1.5em;
}
#font-h4-mobile {
  font-size: 1.6em;
  line-height: 1.5em;
}
#font-h5-tablet {
  font-size: 1.4em;
  line-height: 1.5em;
}
#font-h5-mobile {
  font-size: 1.4em;
  line-height: 1.5em;
}
#font-h6-tablet {
  font-size: 1.2em;
  line-height: 1.5em;
}
#font-h6-mobile {
  font-size: 1.2em;
  line-height: 1.5em;
}
/* General Theme Styles */
.wrapper {
  width: 90%;
  margin: 0 auto;
}
.login {
  width: 100%;
  float: left;
  margin-top: 50px;
}
.login .back {
  margin-right: 20px;
}
.login .back:hover {
  background: #EA5B3A;
  color: #fff;
  border-color: #EA5B3A;
}
.login .wrapper {
  max-width: 700px;
}
.p-login #footer,
.p-reset #footer {
  position: fixed;
  bottom: 0;
}
.p-reset fieldset {
  margin-top: 50px;
}
/* 2. Typo & Fonts */
body {
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0.5px;
  background: #F4F6F9;
  color: #52565A;
  font-family: 'Work Sans', sans-serif;
  overflow-x: hidden;
}
.respTable {
  overflow-x: auto;
  width: 100%;
  float: left;
}
select,
option,
input,
textarea,
button {
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0.5px;
}
/* Headlines */
h1,
.h1,
#h1,
h2,
.h2,
#h2,
h3,
.h3,
#h3,
h4,
.h4,
#h4,
h5,
.h5,
#h5,
h6,
.h6,
#h6 {
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: #52565A;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
}
h1,
.h1,
#h1 {
  font-size: 3em;
  line-height: 1.5em;
}
h2,
.h2,
#h2 {
  font-size: 18px;
  line-height: 24px;
  padding-left: 10px;
  font-weight: 600;
}
h3,
.h3,
#h3 {
  font-size: 2.2em;
  line-height: 1.5em;
}
h4,
.h4,
#h4 {
  font-size: 1.6em;
  line-height: 1.5em;
}
h5,
.h5,
#h5 {
  font-size: 1.4em;
  line-height: 1.5em;
}
h6,
.h6,
#h6 {
  font-size: 1.2em;
  line-height: 1.5em;
}
p,
.p,
#p {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  color: #52565A;
}
strong,
.strong,
#strong {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 600;
}
small,
.small,
#small {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 300;
}
/* Links & Buttons */
a,
input,
button,
#hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#centered {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
a {
  text-decoration: none;
  color: #52565A;
  background: none;
  font-weight: 600;
}
a:hover {
  color: #08BED5;
  background: none;
}
.btn,
button.btn,
button,
#btn,
input[type="submit"],
.dataTables_paginate a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  display: inline-block;
  padding: 10px 25px;
  border: 2px solid #08BED5;
  color: #fff;
  background: #08BED5;
  margin-top: 1.5em;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 600;
  font-family: 'Work Sans', sans-serif;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.btn:hover,
button.btn:hover,
button:hover,
#btn:hover,
input[type="submit"]:hover,
.dataTables_paginate a:hover {
  border-color: #08BED5;
  color: #08BED5;
  background: #fff;
}
.btn.btn-negative,
button.btn.btn-negative,
button.btn-negative,
#btn.btn-negative,
input[type="submit"].btn-negative,
.dataTables_paginate a.btn-negative,
.btn.paginate_button.previous,
button.btn.paginate_button.previous,
button.paginate_button.previous,
#btn.paginate_button.previous,
input[type="submit"].paginate_button.previous,
.dataTables_paginate a.paginate_button.previous,
.btn.paginate_button.next,
button.btn.paginate_button.next,
button.paginate_button.next,
#btn.paginate_button.next,
input[type="submit"].paginate_button.next,
.dataTables_paginate a.paginate_button.next {
  background: none;
  border: 2px solid #DADAD7;
  color: #999;
  padding: 10px 10px;
  box-shadow: none;
}
.btn.btn-negative:hover,
button.btn.btn-negative:hover,
button.btn-negative:hover,
#btn.btn-negative:hover,
input[type="submit"].btn-negative:hover,
.dataTables_paginate a.btn-negative:hover,
.btn.paginate_button.previous:hover,
button.btn.paginate_button.previous:hover,
button.paginate_button.previous:hover,
#btn.paginate_button.previous:hover,
input[type="submit"].paginate_button.previous:hover,
.dataTables_paginate a.paginate_button.previous:hover,
.btn.paginate_button.next:hover,
button.btn.paginate_button.next:hover,
button.paginate_button.next:hover,
#btn.paginate_button.next:hover,
input[type="submit"].paginate_button.next:hover,
.dataTables_paginate a.paginate_button.next:hover {
  color: #005758;
  border-color: #005758;
}
.btn.paginate_button,
button.btn.paginate_button,
button.paginate_button,
#btn.paginate_button,
input[type="submit"].paginate_button,
.dataTables_paginate a.paginate_button {
  margin-top: 0;
  background: none;
  border: none;
  color: #999;
  box-shadow: none;
}
.btn.paginate_button.current,
button.btn.paginate_button.current,
button.paginate_button.current,
#btn.paginate_button.current,
input[type="submit"].paginate_button.current,
.dataTables_paginate a.paginate_button.current {
  color: #005758;
}
/* Global Defaults */
.parallax {
  -webkit-transition: top 0.6s;
  -moz-transition: top 0.6s;
  -o-transition: top 0.6s;
  transition: top 0.6s;
  position: relative;
  top: 100px!important;
}
.parallax.parallax-active,
.parallax-cases.parallax-active {
  top: 0px!important;
}
.row {
  margin: 0 -25px;
}
.content-row {
  width: 100%;
  float: left;
  margin: 0 0 50px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-16-1,
.col-16-2,
.col-16-3,
.col-16-4,
.col-16-5,
.col-16-6,
.col-16-7,
.col-16-8,
.col-16-9,
.col-16-10,
.col-16-11,
.col-16-12,
.col-16-13,
.col-16-14,
.col-16-15,
.col-16-16 {
  padding: 0 25px;
}
/* Cookie-Opt-In */
.cookie-privacy {
  width: 100%;
  padding: 15px 50px;
  background: #eee;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999999999999999999999;
}
.cookie-privacy-content {
  width: 80%;
  float: left;
  padding-top: 25px;
  line-height: 1.5em;
}
.cookie-privacy-content a {
  border-bottom: 1px solid #333;
  display: inline-block;
}
.departments-add footer {
  position: fixed;
  bottom: 0;
}
.cookie-privacy-ok {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  float: right;
  background: #333;
  color: #fff;
  margin-top: 0!important;
}
a.privacy-link {
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
  display: inline-block;
}
.cookie-privacy-ok:hover {
  opacity: 0.8;
}
/* START Coding Here */
/* Header */
.c-green {
  color: #C6D300;
}
.c-red {
  color: #EA5B3A;
}
table {
  width: 100%;
  border-collapse: collapse;
}
tr {
  background: #fff;
}
tr:nth-of-type(odd) {
  background: #F4F6F9;
}
th {
  background: #08BED5;
  color: white;
  padding: 0px 20px;
  height: 80px;
  vertical-align: middle;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.5px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
th.dark {
  background: #00568D;
}
th::after {
  content: '';
  position: absolute;
  background: #fff;
  right: -1px;
  top: 0;
  width: 1px;
  height: 100%;
}
th:last-child::after {
  display: none;
}
th.sorting::before,
th.sorting_desc::before,
th.sorting_asc::before {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  float: right;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}
th.sorting_asc::before {
  content: "\f106";
}
td,
th {
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  position: relative;
}
td {
  border: none;
}
td.dark-first::after {
  content: '';
  position: absolute;
  background: #ccc;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
}
td.dark.dark-center {
  text-align: center;
}
td.dark.dark-center input {
  width: auto;
}
#header {
  width: 100%;
  float: left;
  background: #005758;
  padding: 20px 20px;
  
}
#header #logo {
  float: left;
}
#header #logo img,
#header #logo svg {
  height: 40px;
  width: auto;
  float: left;
}
#header .menu-bar {
  display: none;
}
nav ul {
  list-style: none;
}
.navigation-wrapper {
  position: absolute;
  right: 25px;
}
.navigation {
  float: right;
  margin-top: 5px;
  z-index: 100;
}
.navigation li {
  position: relative;
  padding-bottom: 50px;
}
.navigation li a {
  color: #fff;
}
.navigation li ul {
  position: absolute;
  z-index: 100;
  top: 0px;
  width: 300px;
  padding: 0;
  margin-top: 40px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  right: 0px;
}
.navigation li ul::after {
  z-index: 1;
  content: '';
  height: 20px;
  width: 20px;
  position: absolute;
  right: 20px;
  top: -10px;
  background: #fff;
  transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
  -webkit-transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
  -moz-transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
  -o-transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
  -ms-transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
}
.navigation li ul li {
  z-index: 3;
  margin: 0;
  padding-bottom: 0;
  width: 100%;
  float: left;
}
.navigation li ul li a {
  color: #000;
  padding: 10px 20px;
  background: #fff;
  display: block;
  text-transform: none;
}
.navigation li ul li a:hover {
  background: #005758;
  color: #fff;
}
.navigation li ul li i {
  width: 30px;
}
.navigation li.account-change a {
  color: #08BED5;
}
.navigation li.account-change a i {
  color: #08BED5;
}
.navigation li.account-change ul::after {
  background: #fff;
}
.navigation li.account-change ul li a {
  background: #fff;
  color: #000;
}
.navigation.account {
  margin-left: 80px;
}
.navigation.account .round {
  display: block;
  float: left;
  width: 40px;
  height: 15px;
}
.navigation.account .fa-user {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  top: -3px;
  font-size: 15px;
  padding: 5px 0 0;
  text-align: center;
  position: absolute;
}
.navigation.account li {
  text-transform: none;
}
.navigation li {
  float: left;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 600;
  margin-left: 20px;
  text-transform: uppercase;
}
.navigation li i.fa-chevron-down {
  margin-left: 10px;
  color: #fff;
  font-size: 8px;
  position: relative;
  top: -2px;
}
.navigation .submenu {
  display: none;
}
.navigation .submenu li {
  text-transform: none;
}
.buttons-right-corner {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.buttons-right-corner button,
.buttons-right-corner a {
  float: right;
  margin-top: 0;
  margin-left: 5px;
  min-width: 40px;
  text-align: center;
}
.btn-create-form {
  float: right;
}
.info-alert {
  background: #DADAD7;
  width: 100%;
  float: left;
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
  font-size: 14px;
  display: block;
}
.info-alert em {
  border-bottom: 1px solid #52565A;
}
.info-alert .js-close-alert {
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 10px;
}
.info-alert span {
  display: inline-block;
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  margin: 0 0px;
  border-radius: 50%;
  background: #EA5B3A;
}
.info-alert span.green {
  background: #C6D300;
}
.filter {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 30px;
}
.filter button,
.filter a.btn {
  margin-top: 0;
}
.filter-block {
  width: 70%;
  float: left;
}
.filter-block .input {
  width: auto;
  float: left;
  margin-right: 10px;
}
.inline-content {
  background: #fff;
  border: 1px solid #ccc;
  position: relative;
  border-radius: 3px;
  padding: 50px 50px 50px;
  width: 100%;
  float: left;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.inline-content.inline-content-form {
  margin-bottom: 50px;
  padding-top: 75px;
}
.inline-content .draft-filter {
  margin-top: 50px;
}
.page-label,
.page-link {
  position: absolute;
  border-left: 3px solid #005758;
  left: 0;
  top: 20px;
  font-size: 18px;
  line-height: 24px;
  padding-left: 10px;
  font-weight: 600;
  color: #005758;
}
.page-link {
  left: auto;
  right: 50px;
  border: none;
  font-size: 14px;
  font-weight: 300;
  top: 25px;
}
.page-link a {
  font-weight: 400;
}
.page-link i {
  margin-left: 5px;
  font-size: 9px;
}
.page-headline {
  margin: 30px 0;
  width: 100%;
  float: left;
  font-weight: 300;
  font-size: 27px;
  line-height: 1em;
  color: #52565A;
}
.form-list-action {
  display: inline-block;
  padding: 5px 10px;
  background: #C6D300;
  text-align: center;
  color: #fff;
  font-weight: 600;
  border-radius: 2px;
  white-space: nowrap;
  width: 160px;
}
.form-list-action.red {
  background: #EA5B3A;
}
.form-list-action.grey {
  background: #989B9D;
}
.progress-bar {
  width: 10px;
  height: 10px;
  line-height: 0em;
  float: left;
  margin-bottom: 2px;
  background: #989B9D;
  margin-right: 2px;
}
.progress-bar.active {
  background: #08BED5;
}
strong.blue {
  color: #08BED5;
}
strong {
  color: #000;
}
.users.register fieldset {
  padding-top: 30px;
}
.users.register .floatleft {
  float: left!important;
}
input[type="text"],
input[type="search"],
input[type="email"],
input[type="phone"],
input[type="tel"],
input[type="number"],
input[type="password"],
select,
option,
textarea {
  border: 1px solid #DADAD7;
  border-radius: 2px;
  padding: 12px 10px;
  font-family: inherit;
  background: #F4F6F9;
}
.bottom {
  width: 100%;
  float: left;
  margin-top: 20px;
}
table {
  width: 100%;
}
.dataTables_paginate {
  float: right;
  width: auto;
}
.dataTables_length {
  float: left;
  width: auto;
}
.multi-edit {
  width: 100%;
  float: right;
  margin-top: 30px;
  max-width: 780px;
}
.multi-edit label {
  width: 40%;
  float: left;
  text-align: right;
}
.multi-edit input {
  width: 55%;
  float: right;
}
.multi-edit a.btn,
.multi-edit button {
  float: right;
  margin-left: 10px;
  margin-top: 10px;
}
.legend {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.legend .column-left {
  float: left;
  width: auto;
}
.legend .column-right {
  float: right;
}
a.btn.back:hover {
  background: #EA5B3A;
  border-color: #EA5B3A;
  color: #fff;
}
.message,
.denialReasonMessage {
  width: 100%;
  float: left;
  margin: 20px 0;
  background: #00568D;
  color: #fff;
  padding: 10px 20px;
  font-weight: 600;
}
.message.error,
.denialReasonMessage.error {
  background: #EA5B3A;
}
.message.hidden,
.denialReasonMessage.hidden {
  display: none;
}
.denialReasonMessage {
  background: #EA5B3A;
}
.dashboard .content-row {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dashboard .content-row .flex-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.dashboard .inline-content {
  padding-top: 75px;
}
.dashboard .db-row {
  width: 100%;
  float: left;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.dashboard .db-row span {
  width: 100%;
  float: left;
  font-weight: 300;
  font-size: 14px;
  margin: 2px 0;
  line-height: 1.5em;
}
.dashboard .db-row span.db-highlight {
  color: #C6D300;
  font-weight: 600;
}
/*
.responsive-table {
	overflow-x: auto;
	width: 100%;
	float: left;
}*/
input:required {
  box-shadow: none;
}
.required label:after {
  content: ' *';
  color: #EA5B3A;
}
.form .rightRadio {
  float: left;
  margin-left: 5%;
}
.form .rightRadio input {
  width: auto!important;
  float: left;
}
.form .selloutmarker input {
  color: #FBAD18;
  font-weight: 700;
}
.form h3.compositeState {
  font-size: 16px;
  line-height: 1.5em;
  color: #52565A;
  font-weight: 400;
  margin-bottom: 10px;
}
.form .compositeSummary {
  width: 65%;
  float: right;
  margin-top: 30px;
  margin-bottom: 30px;
}
.form .compositeSummary h3 {
  font-size: 16px;
  line-height: 1.5em;
  color: #52565A;
  font-weight: 400;
  margin-bottom: 10px;
}
.form .compositeSummary table td {
  vertical-align: middle;
}
.form .compositeSummary table th {
  height: 30px;
}
.form .compositeSummary .input input {
  width: 100%;
}
.form .input {
  margin: 6px 0;
  position: relative;
}
.form .msdoneid {
  display: none;
}
.form .input label.labelProof,
.form label.addSelloutLabel,
.form .form-actions label.labelProof,
.form label.uploadLabel {
  width: 100%!important;
  float: left;
  border-bottom: 1px solid #ccc;
  margin: 40px 0 30px;
  padding-bottom: 3px;
  font-weight: 600;
  color: #08BED5;
  text-align: left!important;
}
.form .init-table {
  display: none;
}
.form .init-table td {
  color: #BEBEBE!important;
}
.form label.addSelloutLabel::after,
.form label.uploadLabel::after {
  content: ' *';
  color: #EA5B3A;
}
.form label {
  width: 30%;
  float: left;
  font-size: 16px;
  line-height: 1.5em;
  color: #52565A;
}
.form label small {
  width: 100%;
  float: left;
  font-size: 0.9em;
  font-weight: 300;
}
.form label i.fa-question-circle-o {
  display: none;
}
.form .btn {
  float: right;
  margin-left: 10px;
}
.form .form-separator {
  width: 100%;
  float: left;
  height: 50px;
}
.form .dropdown-btn {
  position: relative;
  min-width: 150px;
  text-align: center;
}
.form .dropdown-btn ul {
  display: none;
  position: absolute;
  z-index: 100;
  list-style: none;
  width: 150px;
  left: -2px;
  top: 100%;
  border: 2px solid #dark;
}
.form .dropdown-btn ul li a {
  padding: 10px 10px;
  width: 100%;
  float: left;
  background: #08BED5;
  color: #fff;
}
.form h3 {
  font-size: 22px;
  line-height: 24px;
  color: #52565A;
  font-weight: 300;
  padding-left: 0;
}
.form h4 {
  color: #08BED5;
  font-size: 15px;
  line-height: 19px;
  font-weight: 600;
}
.form .formSecond {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
  justify-content: flex-start;
  position: relative;
}
.form .formSecond label {
  float: none!important;
  width: auto!important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 1 50%;
  float: left;
  position: relative;
  margin: 20px 0;
  padding: 0 20px 0 0;
}
.form .formSecond label:last-child {
  margin-left: auto;
}
.form .formSecond small,
.form .formSecond strong {
  font-size: 13px;
  line-height: 19px;
  color: #52565A;
  font-weight: 300;
}
.form .formSecond input {
  position: absolute;
  float: left;
  text-align: left;
  left: 0;
  top: 0;
  width: auto!important;
}
.form .formSecond .rightRow {
  width: 100%;
  float: left;
  padding-left: 10%;
  padding-right: 10%;
}
.form h6 {
  font-size: 13px;
  line-height: 19px;
  font-weight: 300;
}
.form legend {
  width: 100%;
  float: left;
  margin-bottom: 50px;
}
.form legend h2 {
  font-size: 22px;
  line-height: 24px;
  color: #52565A;
  font-weight: 300;
  padding-left: 0;
}
.form legend p {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 300;
  margin-top: 10px;
}
.form .input.dateMain input {
  width: 30%;
  float: right;
}
.form .input.dateMain input {
  margin-left: 5%;
}
.form .input.dateMain .separator {
  position: absolute;
  left: 67.5%;
  font-weight: 900;
  padding-top: 10px;
}
.form .input.dateMain .second {
  width: 30%;
  margin-left: 5%;
  float: left;
}
.form .input.dateMain .second input {
  width: 100%;
  margin-left: 0;
}
.form select,
.form input,
.form textarea {
  width: 70%;
  float: right;
}
.form #articleTable table {
  width: 100%;
  float: left;
  margin: 20px 0 40px;
}
.form #articleTable input {
  border: none;
  padding: none;
  background: inherit;
  padding: 0;
  width: 100%!important;
}
.form #articleTable th {
  height: 50px;
}
.form #articleTable .fa-plus {
  margin-top: 12px;
}
.form #articleTable table {
  table-layout: fixed;
}
.form #articleTable table .first {
  width: 50px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.form .paginate_button {
  display: none;
}
.form .sellout,
.form .capping {
  width: 100%;
  float: left;
}
.form .ui-state-default,
.form .ui-widget-content .ui-state-default,
.form .ui-widget-header .ui-state-default {
  float: right;
}
.form .password-wrapper {
  width: 100%;
  float: left;
  margin-top: 40px;
  position: relative;
}
.form .password-wrapper .input.password {
  position: static;
}
.form .password-wrapper button {
  width: 24%;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 5px;
  background: #fff;
  border-color: #08BED5;
  color: #08BED5;
}
.form .password-wrapper button:hover {
  color: #fff;
  border-color: #C6D300;
  background: #C6D300;
}
.form .password-wrapper .input input {
  width: 40%;
  margin-left: 5%;
  float: left;
}
.form .upload p {
  width: 65%;
  float: right;
}
.form .upload-entry,
.form .input.upload .upload {
  width: 65%;
  float: right;
}
.form .upload-entry a,
.form .input.upload .upload a {
  width: 100%;
  float: left;
  background: #C6D300;
  padding: 5px 10px;
  margin-bottom: 10px;
  color: #fff;
}
.form .upload-entry a:hover,
.form .input.upload .upload a:hover {
  color: inherit;
}
.form .upload-entry i,
.form .input.upload .upload i {
  position: relative;
  top: -3px;
}
.form .template-or-cancel-wrapper {
  width: 65%;
  float: right;
  margin-top: 0px;
}
.form .template-or-cancel-wrapper a,
.form .template-or-cancel-wrapper button {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}
.form .template-or-cancel-wrapper a.btn.back {
  background: #fff;
  color: #08BED5;
}
.form .template-or-cancel-wrapper a.btn.back:hover {
  background: #EA5B3A;
  border-color: #EA5B3A;
  color: #fff;
}
.form .template-or-cancel-wrapper.upload-button a.btn.back {
  margin: 0;
}
.form .template-or-cancel-wrapper small {
  width: 100%;
  float: left;
  color: #EA5B3A;
  font-size: 16px;
  font-weight: 300;
  margin-top: 30px;
}
.form .input.row-proof label {
  width: 30%;
  position: relative;
  text-align: right;
  clear: both;
}
.form .input.row-proof label i {
  margin-left: 5px;
}
.form .input.row-proof label input {
  float: left;
  width: auto;
  width: 30px;
  position: absolute;
  right: -25%;
}
.form .kindofproof {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.form i.fa-check {
  color: #C6D300;
}
.form i.fa-times {
  color: #EA5B3A;
}
.form .bonus-headlines {
  width: 65%;
  margin: 30px 0 15px;
  float: right;
  clear: both;
}
.form .bonus-headlines .bonus-headline-aim,
.form .bonus-headlines .bonus-headline-distribution {
  width: 50%;
  float: left;
  border-bottom: 1px solid #ccc;
  color: #08BED5;
  font-weight: 600;
  padding-bottom: 4px;
  font-size: 15px;
}
.form .bonus-details {
  width: 65%;
  float: right;
}
.form .bonus-details button {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.form .bonus-details .bonus-details-row {
  width: 100%;
  float: left;
}
.form .bonus-details .bonus-details-row .input {
  width: 50%;
  float: left;
}
.form .bonus-details .bonus-details-row .input input {
  width: 95%;
  float: left;
}
.form .bonus-details .bonus-details-row .input input.bonus-distribution-right {
  float: right;
}
.form .showContent {
  text-align: center;
  width: 100%;
  float: left;
}
.form .showContent span {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  display: inline-block;
  padding: 10px 25px;
  border: 2px solid #08BED5;
  color: #fff;
  background: #08BED5;
  margin-top: 1.5em;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 600;
  font-family: 'Work Sans', sans-serif;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.form .showContent span:hover {
  border-color: #08BED5;
  color: #08BED5;
  background: #fff;
}
.form .showContent span.btn-negative,
.form .showContent span.paginate_button.previous,
.form .showContent span.paginate_button.next {
  background: none;
  border: 2px solid #DADAD7;
  color: #999;
  padding: 10px 10px;
  box-shadow: none;
}
.form .showContent span.btn-negative:hover,
.form .showContent span.paginate_button.previous:hover,
.form .showContent span.paginate_button.next:hover {
  color: #005758;
  border-color: #005758;
}
.form .showContent span.paginate_button {
  margin-top: 0;
  background: none;
  border: none;
  color: #999;
  box-shadow: none;
}
.form .showContent span.paginate_button.current {
  color: #005758;
}
.form .form-separator-new {
  width: 100%;
  float: left;
  height: 50px;
}
.form .row-proof.input.checkbox .labelProof {
  margin-bottom: 30px;
}
.form .row-proof.input.checkbox label {
  margin-bottom: 0;
}
.form .hiddenContent {
  padding: 40px 0 20px;
  width: 100%;
  float: left;
}
.form .hiddenContent label {
  width: 100%;
  margin-bottom: 20px;
}
.form .hiddenContent table thead th {
  height: 30px;
}
.form #composite-market-layer {
  display: none;
  width: 100%;
  float: right;
  clear: both;
  font-weight: 600;
  color: #000;
}
.form #composite-market-layer p {
  width: 65%;
  float: right;
  color: #08BED5;
}
.form .form-actions {
  width: 65%;
  float: right;
}
.form legend {
  width: 100%;
  font-weight: 300;
  font-size: 22px;
  line-height: 24px;
  color: #52565A;
}
.form legend span,
.form legend strong {
  width: 100%;
  float: left;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 300;
  margin-top: 0px;
  color: inherit;
  display: block;
}
.form legend span {
  margin-top: 15px;
}
.form legend strong {
  font-weight: 700;
}
a.btn.zip-link {
  float: right;
  margin: 10px 0 20px;
}
.compositeForms.form .upload p {
  margin-bottom: 20px;
}
.compositeForms.form .upload-entry,
.compositeForms.form .input.upload .upload {
  width: 65%;
  float: right;
  margin: 0px 0 20px!important;
  background: #C6D300;
}
.compositeForms.form .upload-entry span,
.compositeForms.form .input.upload .upload span {
  width: 100%;
  float: left;
  padding: 0 10px;
  margin-top: 5px;
  display: block;
}
.compositeForms.form .upload-entry .clear,
.compositeForms.form .input.upload .upload .clear {
  display: none;
}
.compositeForms.form .upload-entry a,
.compositeForms.form .input.upload .upload a {
  width: auto;
  float: none;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 0!important;
  float: right;
  color: #fff;
}
.compositeForms.form .upload-entry a:hover,
.compositeForms.form .input.upload .upload a:hover {
  color: inherit;
}
.compositeForms.form .upload-entry a.upload,
.compositeForms.form .input.upload .upload a.upload {
  float: left;
  margin-top: 0!important;
}
.compositeForms.form .upload-entry i,
.compositeForms.form .input.upload .upload i {
  position: relative;
  top: -3px;
  margin-left: 10px;
}
.compositeForms.form .upload-entry i.fa-trash,
.compositeForms.form .input.upload .upload i.fa-trash {
  float: right;
  top: -1px;
}
.txtSmall {
  width: 100%;
  float: left;
  color: #EA5B3A;
  font-size: 16px;
  font-weight: 300;
  padding: 0 25px;
}
.compositeforms-view .denialReason {
  display: none;
}
select:disabled,
input:disabled,
textarea:disabled {
  background: #FBFCFD;
  border-color: #F2F2F1;
  color: #BEBEBE;
}

input#number-of-forms {
  background: #FBFCFD!important;
  border-color: #F2F2F1!important;
  color: #BEBEBE!important;
}

select#a-datum:-moz-read-only,
input#a-datum:-moz-read-only,
textarea#a-datum:-moz-read-only {
  background: #FBFCFD;
  border-color: #F2F2F1;
  color: #BEBEBE;
}
select#a-datum:read-only,
input#a-datum:read-only,
textarea#a-datum:read-only {
  background: #FBFCFD;
  border-color: #F2F2F1;
  color: #BEBEBE;
}
.error-message {
  width: 65%;
  float: right;
  margin-top: 10px;
  color: #EA5B3A;
}
.chat-wrapper {
  width: 65%;
  float: right;
}
.chat-wrapper .chat {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.chat-wrapper h3 {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5em;
  margin: 0;
}
.chat-wrapper p {
  margin-bottom: 30px;
  margin-top: 8px;
}
.ui-datepicker select {
  padding: 0;
}
.ui-datepicker th {
  height: auto;
}
.compositeforms-filter .input {
  max-width: 315px;
  float: left;
  margin-right: 5px;
}
.compositeForms fieldset {
  width: 100%;
}
.compositeForms form {
  width: 100%;
  float: left;
}
.actions i {
  margin-right: 5px;
}
#footer {
  width: 100%;
  float: left;
  background: #005758;
  padding: 20px;
  
  margin-top: 100px;
  color: #fff;
}
#footer a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
#footer ul li {
  float: right;
  margin-right: 20px;
}
/* Categories */
#markets {
  width: 100%;
  float: left;
  margin-top: 50px;
}
#markets input#compositeSearch {
  width: 100%;
  float: left;
}
#marketsList,
#currentmarkets {
  width: 100%;
  float: left;
  height: 500px;
  overflow-y: scroll;
  padding: 10px 0;
  margin: 0px 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow-x: hidden;
}
#marketsList .input,
#currentmarkets .input {
  width: 32.3333%;
  background: #eee;
  padding: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 1% 10px 0;
  position: relative;
}
#marketsList .input input,
#currentmarkets .input input {
  position: absolute;
  width: 20%;
  right: -30%;
  text-align: left;
  text-align: right;
}
#marketsList .input label,
#currentmarkets .input label {
  width: 80%;
  float: right;
  display: block;
  position: relative;
  font-size: 12px !important;
  line-height: 1.5em !important;
  letter-spacing: 0.5px !important;
}
#marketsList .input label p,
#currentmarkets .input label p {
  margin-top: 0;
}
#marketsList .input label strong,
#currentmarkets .input label strong,
#marketsList .input label p,
#currentmarkets .input label p {
  width: 100%;
  float: left;
}
.form .input {
  width: 100%;
  float: left;
}
.form .input label {
  width: 30%;
  float: left;
}
.form .input input,
.form .input select,
.form .input textarea {
  width: 65%;
  float: right;
}
#currentmarkets {
  margin: 0;
}
h2.content-headline,
.content-headline {
  width: 100%;
  float: left;
  margin-top: 30px;
  padding-left: 0;
}
.btn-bottom .btn,
.btn-bottom button {
  margin-right: 5px;
}
.dataTables_filter {
  float: left;
  margin-bottom: 20px;
}
.dataTables_filter label input {
  margin-left: 30px;
}
.form .loginOnly {
  margin-top: 50px;
}
.form .loginOnly .input {
  position: relative;
  padding-left: 40px;
}
.form .loginOnly .input input {
  width: 100%;
}
.form .loginOnly .input.required label:after {
  display: none;
}
.form .loginOnly .input label,
.form .loginOnly .view-pw {
  width: 40px;
  background: #08BED5;
  color: #fff;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 12px;
  text-align: center;
  font-size: 12px;
}
.form .loginOnly .view-pw {
  left: auto;
  right: 0;
  background: #005758;
  padding-top: 14px;
}
#loginForm button {
  float: right;
}
#loginForm small {
  float: left;
  margin-top: 20px;
  margin-right: 20px;
}
/* jQuery UI Overwrite */
.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 12px 10px;
  display: block;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 2px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 2px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #DADAD7;
  background: #F4F6F9;
  font-weight: normal;
}
/* Choosen */
.chosen-results,
.chosen-search {
  width: 100%;
  float: left;
}
.chosen-container-single .chosen-single span {
  font-weight: 400;
}
.chosen-container {
  width: 65%;
  float: right;
  border: 1px solid #DADAD7;
  border-radius: 2px;
  padding: 12px 10px;
  font-family: inherit;
  background: #F4F6F9;
}
.chosen-container-single .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
  background: none;
  border: none;
  box-shadow: none;
}
.show-filter-mobile {
  display: none;
  width: 100%;
  border: 2px solid #DADAD7;
  float: left;
  margin: 10px 0;
  padding: 10px 20px;
}
.show-filter-mobile i {
  float: right;
  margin-top: 5px;
}
.show-filter-mobile.hover span {
  color: #00568D;
  cursor: pointer;
}
details summary::-webkit-details-marker {
  display: none!important;
  list-style-type: none;
}
summary::-webkit-details-marker {
  display: none!important;
}
details > summary:first-of-type {
  list-style-type: none;
}
.composite_settings td {
  vertical-align: middle;
}
.composite_settings select {
  width: 100%!important;
}
.detailsRow label {
  margin-right: 5px;
}
.forms-templates .required label[for=cost]::after {
  display: none;
}
/*
 * jQuery Basic Table
 * Author: Jerry Low
 */
table.bt thead,
table.bt tbody th {
  display: none;
}
table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  /* IE 9 */
  float: left\9;
  width: 100%\9;
}
table.bt tfoot th::before,
table.bt tfoot td::before,
table.bt tbody td::before {
  content: attr(data-th) ": ";
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  font-weight: bold;
  width: 40%;
  text-align: left;
}
table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none;
}
table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top;
}
.bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
table.bt.bt--no-header tfoot td::before,
table.bt.bt--no-header tbody td::before {
  display: none;
}
table th.table-msdoneid,
table td.table-msdoneid {
  min-width: 220px!important;
}
table th.market-nr,
table td.market-nr {
  min-width: 100px;
}
/* New */
.user-parent-label,
.activationPerson {
  width: 65%;
  float: right;
  color: #005286;
  margin-bottom: 10px;
}
.password i.fa-eye,
.password-repeat i.fa-eye,
.password i.fa-eye-slash,
.password-repeat i.fa-eye-slash {
  position: absolute;
  right: 0;
  height: 100%;
  background: #08BED5;
  color: #fff;
  width: 50px;
  padding: 15px 0;
  text-align: center;
}
h2.userRights {
  padding-left: 0;
  margin-top: 20px;
  width: 100%;
  float: left;
}
#userRights,
.email-settings,
#usersEdit {
  margin-top: 20px;
}
.btn.back {
  float: left;
  margin-left: 0;
}
form button {
  float: right;
}
form .filter button {
  float: left;
}
.formRowSeparator {
  width: 100%;
  float: left;
}
input.checkboxOnce {
  width: auto!important;
  float: left!important;
  margin-left: 5%;
}
.addprofile.market input[type="checkbox"],
.multiAccounts.market input[type="checkbox"] {
  margin-top: 0!important;
}
.addprofile label,
.multiAccounts label {
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: #52565A;
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  padding-left: 10px;
  font-weight: 600;
  padding-left: 0!important;
  margin-bottom: 0!important;
}
.addprofile a.btn.negative-top,
.multiAccounts a.btn.negative-top {
  position: relative;
  top: -60px;
}
.addprofile select,
.multiAccounts select,
.addprofile input,
.multiAccounts input {
  width: 100%!important;
}
.addprofile span.ui-selectmenu-button,
.multiAccounts span.ui-selectmenu-button {
  width: 100%!important;
}
.addprofile button,
.multiAccounts button {
  float: right;
}
.addprofile input[type="checkbox"],
.multiAccounts input[type="checkbox"] {
  float: left!important;
  margin-top: 20px!important;
  width: 20px!important;
}
.addprofile table,
.multiAccounts table {
  margin-top: 20px;
}
.addprofile label,
.multiAccounts label {
  margin-top: 20px;
}
.addprofile td,
.multiAccounts td {
  vertical-align: top;
}
.multiAccounts {
  width: 70%;
  float: right;
}
.multiaccount-alert {
  width: 100%;
  background: #EA5B3A;
  color: #fff;
  font-weight: 700;
  position: relative;
  float: left;
  left: 0;
  top: 0;
  text-align: center;
  padding: 3px 0;
  font-size: 11px;
}
.multiaccount-alert a {
  color: #fff;
  text-decoration: underline;
}
.tech-data-view-table {
  margin-top: 20px;
  width: 100%;
  float: left;
}
.tech-data-view-table-btns a {
  float: right;
}
.parent.form {
  margin-top: 20px;
}
.deparment-checkbox input {
  width: 20px!important;
  float: left!important;
  margin-left: 5%!important;
}
.calcRowCompositeInput {
  display: none;
}
.compositeTable {
  width: 65%;
  float: right;
}
.composites-view a.btn {
  float: right;
  margin-bottom: 20px;
}
.red-deadline {
  color: #EA5B3A;
}
.red-deadline strong {
  color: #EA5B3A;
}
/*.progress-height {
	position: relative;
	height: 42px;
	width: 3px;
	float:left;	
}*/
.circle-wrap {
  margin: 3px auto;
  top: 6px;
  width: 36px;
  height: 36px;
  background: #e6e2e7;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.circle-wrap .circle .mask,
.circle-wrap .circle .fill {
  width: 36px;
  height: 36px;
  position: absolute;
  border-radius: 50%;
}
.circle-wrap .circle .mask {
  clip: rect(0px, 36px, 36px, 18px);
}
.circle-wrap .circle .mask .fill {
  clip: rect(0px, 18px, 36px, 0px);
  background-color: #00568D;
}
.circle-wrap .circle .mask.full,
.circle-wrap .circle .fill {
  /*animation: fill ease-in-out 3s;*/
  transform: rotate(180deg);
}
/*
@keyframes fill {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(126deg);
  }
}*/
.circle-wrap .inside-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  line-height: 1em;
  text-align: center;
  margin-top: 2px;
  margin-left: 2px;
  position: absolute;
  z-index: 100;
  font-weight: 700;
  font-size: 9px;
  padding-top: 11px;
}
#compositeProducts .js-market-article {
  width: 70px;
  float: right;
}
#compositeProducts label {
  font-size: 12px;
  float: right;
  padding: 10px 10px 0 0;
  width: auto;
  margin-left: 10px;
}
#compositeProducts .number {
  width: 100%;
  float: left;
  margin: 5px 0;
}
.mobile-wording {
  display: none!important;
}
.desktop-wording {
  display: block!important;
}
fieldset {
  width: 100%;
  float: left;
}
/* END None-Responsive-Coding Here */
@media only screen and (max-width: 767px) {
  /* Cluser New */
  select,
  option,
  input,
  textarea,
  button {
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 0.5px;
    -webkit-appearance: none;
  }
  .mobile-wording {
    display: block!important;
  }
  .desktop-wording {
    display: none!important;
  }
  .addprofile a.btn.negative-top {
    top: -80px;
  }
  .multiAccounts {
    width: 100%!important;
  }
  .multiAccounts table .bt-content {
    width: 60%;
  }
  .compositeTable {
    width: 100%;
    float: right;
  }
  .form .compositeSummary {
    width: 100%;
    float: right;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .password i.fa-eye,
  .password-repeat i.fa-eye,
  .password i.fa-eye-slash,
  .password-repeat i.fa-eye-slash {
    position: absolute;
    right: 0;
    height: 63%;
    background: #08BED5;
    color: #fff;
    width: 50px;
    padding: 15px 0;
    text-align: center;
    top: 26px;
  }
  /* End Cluster */
  body {
    font-size: 12px;
    -webkit-text-size-adjust: none;
  }
  .form legend {
    font-size: 15px;
    line-height: 1.5em;
    margin-top: 10px;
  }
  .p-login #footer,
  .p-reset #footer {
    position: relative;
  }
  .form legend span,
  .form legend strong {
    font-size: 12px;
    line-height: 1.5em;
  }
  .dataTables_length {
    width: 100%;
    float: left;
  }
  .dataTables_length select {
    width: 100%;
  }
  .circle-wrap {
    position: static;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .dataTables_paginate {
    width: 100%;
    float: left;
    margin: 10px 0 0;
  }
  .show-filter-mobile {
    display: block;
  }
  .dataTables_paginate a {
    padding: 5px;
  }
  td.dark-first::after {
    display: none;
  }
  td.dark.dark-center input {
    width: 25px;
  }
  table i {
    font-size: 18px!important;
    margin: 5px 5px 5px 0;
    line-height: 1.5em;
  }
  table {
    margin-top: 20px;
  }
  h1,
  .h1,
  #h1 {
    font-size: 3em;
    line-height: 1.5em;
  }
  h2,
  .h2,
  #h2 {
    font-size: 18px;
    line-height: 24px;
    padding-left: 10px;
    font-weight: 600;
  }
  h3,
  .h3,
  #h3 {
    font-size: 2.2em;
    line-height: 1.5em;
  }
  h4,
  .h4,
  #h4 {
    font-size: 1.6em;
    line-height: 1.5em;
  }
  h5,
  .h5,
  #h5 {
    font-size: 1.4em;
    line-height: 1.5em;
  }
  h6,
  .h6,
  #h6 {
    font-size: 1.2em;
    line-height: 1.5em;
  }
  p,
  .p,
  #p {
    font-size: 1em;
    line-height: 1.5em;
  }
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    width: 100%;
    margin-bottom: 20px;
  }
  .dashboard .content-row {
    margin-bottom: 0px;
  }
  .dashboard .inline-content {
    padding: 20px;
  }
  th {
    height: 40px;
  }
  table {
    margin-top: 20px;
  }
  table th,
  table td {
    font-size: 9px;
  }
  .responsive-table {
    /*td:not(.mobile), th:not(.mobile) {
			display: none;
			visibility: collapse; 
			
		}*/
  }
  .responsive-table table {
    table-layout: fixed;
  }
  .responsive-table tfoot {
    display: none;
  }
  table td,
  table th {
    padding: 4px 5px;
    text-align: left;
  }
  #formTable,
  #articleTable table {
    /*td:not(.mobile), th:not(.mobile) {
			display: none;
			visibility: collapse; 			
		}*/
  }
  #formTable,
  .responsive-table table {
    width: 100%!important;
  }
  .page-label {
    position: relative;
    float: left;
    width: 100%;
    top: 0;
    margin: 20px 0 20px;
    font-size: 14px;
    line-height: 1.5em;
  }
  h2.content-headline,
  .content-headline,
  h2.compositeDraftsHeadline {
    font-size: 14px;
    line-height: 1.5em;
  }
  select {
    padding: 5px 10px;
  }
  .page-link {
    top: 38px;
    font-size: 12px;
    right: 20px;
  }
  .inline-content {
    padding: 10px;
    padding-top: 10px;
  }
  .page-headline {
    font-size: 18px;
    line-height: 1.5em;
    margin: 25px 0;
  }
  .navigation-wrapper {
    width: 100%;
    right: 0;
    padding: 0 20px;
  }
  .dashboard .db-row span {
    font-size: 11px;
  }
  .navigation.main,
  .navigation.account ul {
    left: 0;
    color: #fff;
    float: left;
  }
  .navigation.main ul,
  .navigation.account ul ul {
    position: absolute;
    width: 100%;
    background: #fff;
    top: 60px;
    left: 0;
    z-index: 1000;
    display: none;
  }
  .navigation.main ul li,
  .navigation.account ul ul li {
    margin: 0;
    width: 100%;
    padding: 20px 10px;
    border-bottom: 1px solid #005758;
    float: left;
  }
  .navigation.main ul li a,
  .navigation.account ul ul li a {
    color: #005758;
    font-weight: 400;
    font-size: 16px;
  }
  .navigation.main ul li a i,
  .navigation.account ul ul li a i {
    color: #005758;
  }
  .navigation.main ul li i.fa-chevron-up,
  .navigation.account ul ul li i.fa-chevron-up {
    margin-left: 10px;
    font-size: 8px;
    position: relative;
    top: -2px;
  }
  .navigation.main ul li ul,
  .navigation.account ul ul li ul {
    position: relative;
    top: 0;
    margin-top: 10px;
  }
  .navigation.main ul li ul li,
  .navigation.account ul ul li ul li {
    border: none;
    padding: 0;
  }
  .navigation.main ul li ul li a,
  .navigation.account ul ul li ul li a {
    font-size: 11px;
    padding: 10px 10px;
  }
  .navigation.main ul li ul li a i,
  .navigation.account ul ul li ul li a i {
    font-size: 11px;
  }
  .navigation.main ul li ul li a:hover,
  .navigation.account ul ul li ul li a:hover {
    color: #fff;
  }
  .navigation.main ul li ul li a:hover i,
  .navigation.account ul ul li ul li a:hover i {
    color: #fff;
  }
  .navigation.main i,
  .navigation.account ul i {
    font-size: 25px;
    cursor: pointer;
  }
  .navigation.account .round {
    width: auto;
  }
  .navigation.account ul ul {
    top: 20px;
  }
  .navigation.account ul ul li {
    padding: 0;
  }
  .navigation.account ul ul li a {
    font-size: 11px;
    padding: 10px 10px;
  }
  .navigation.account ul ul li a i {
    font-size: 11px;
    width: 20px;
  }
  .navigation.account ul ul li a:hover {
    color: #fff;
  }
  .navigation.account ul ul li a:hover i {
    color: #fff;
  }
  .navigation.account li {
    position: static;
  }
  .navigation.account .fa-user {
    position: relative;
  }
  .navigation li ul::after {
    display: none;
  }
  .hide-on-mobile {
    display: none;
  }
  #header {
    height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #header #logo {
    position: absolute;
    left: 50%;
    margin-left: -60px;
  }
  #header #logo img,
  #header #logo svg {
    width: 120px;
    height: auto;
  }
  #header .navigation {
    margin-top: 8px;
  }
  #header .menu-bar {
    display: block;
  }
  .form label {
    font-size: 12px!important;
  }
  .form legend {
    margin-bottom: 20px;
  }
  /* Form */
  .form .input label {
    width: 100%;
    float: left;
    padding-bottom: 8px;
  }
  .form .input input,
  .form .input select,
  .form .input textarea {
    width: 100%;
    float: left;
  }
  .form .formSecond label {
    flex: 0 1 100%;
  }
  .inline-content.inline-content-form {
    padding-top: 10px;
  }
  .form .formSecond .rightRow {
    padding-left: 50px;
  }
  .form .formSecond input {
    width: 15px!important;
  }
  .form .input.row-proof label input {
    width: 15px;
    right: -50%;
  }
  .form .input.row-proof label {
    width: 50%;
    text-align: left;
  }
  .form .kindofproof .input label {
    width: 100%;
    float: left;
    text-align: left;
  }
  .form .password-wrapper .input input,
  .form .password-wrapper button {
    position: static;
    width: 100%;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
  .form .template-or-cancel-wrapper {
    width: 100%;
  }
  .form .template-or-cancel-wrapper small {
    font-size: 11px;
  }
  .form .formSecond small,
  .form .formSecond strong {
    font-size: 11px;
    line-height: 1.5em;
  }
  .form legend h2 {
    font-size: 14px;
    line-height: 1.5em;
  }
  .form legend p {
    font-size: 13px;
    line-height: 1.5em;
  }
  .form .input.dateMain .separator {
    left: 50%;
    padding-top: 50px;
  }
  .form .input.dateMain input {
    width: 45%;
    margin-left: 0%;
    float: right;
  }
  .form .input.dateMain .second {
    width: 45%;
    margin-left: 0%;
  }
  .form .bonus-headlines,
  .form .bonus-details {
    width: 100%;
  }
  .form .bonus-headlines .bonus-headline-aim,
  .form .bonus-headlines .bonus-headline-distribution {
    font-size: 11px;
  }
  .wrapper {
    width: 98%;
  }
  .ui-selectmenu-button {
    float: left!important;
    max-width: 320px!important;
  }
  .ui-menu {
    max-width: 320px!important;
  }
  select {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  select option {
    padding: 0;
  }
  #marketsList .input,
  #currentmarkets .input {
    width: 48%;
  }
  .filter {
    display: none;
  }
  .filter-block,
  .compositeforms-filter {
    width: 100%;
  }
  .filter-block input,
  .compositeforms-filter input,
  .filter-block select,
  .compositeforms-filter select {
    width: 100%;
  }
  .filter-block .input,
  .compositeforms-filter .input {
    width: 100%!important;
    max-width: 100%!important;
    margin-bottom: 5px;
  }
  .filter-show-on-mobile {
    display: block;
  }
  .filter-show-on-mobile a.btn {
    float: left;
  }
  .form-list-action {
    width: 100%;
  }
  #markets {
    margin-top: 0px;
  }
  #userTable_filter {
    width: 100%;
  }
  #userTable_filter input {
    width: 100%!important;
    visibility: visible;
    margin: 0!important;
  }
  #userTable_filter label {
    visibility: collapse;
  }
  .user-parent-label,
  .activationPerson {
    width: 100%;
    float: left;
  }
  #userRights,
  .email-settings,
  #usersEdit {
    margin-top: 0px;
  }
  input.checkboxOnce {
    width: 20px!important;
    float: left!important;
    margin-left: 0%;
  }
  .multiAccounts {
    width: 100%;
  }
  .multiAccounts .col-12 {
    margin-bottom: 0;
  }
  .multiAccounts input {
    padding: 6px!important;
  }
  .multiAccounts td,
  .multiAccounts th {
    vertical-align: center;
    vertical-align: middle;
  }
  .addprofile input[type="checkbox"],
  .multiAccounts input[type="checkbox"] {
    margin-top: 0!important;
    margin-left: 0!important;
  }
  #footer ul li {
    width: 100%;
    margin-bottom: 5px;
    float: left;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  /* portrait phones */
}
@media only screen and (max-width: 1500px) {
  .wrapper {
    width: 95%;
  }
}
