/*
 * Base structure
 */
/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: base-no;
  background-color: black;
  background: url("../img/main_background.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  margin-top: 80px;
}

.tile-back-link {
  color: white !important;
  border-right: 1px solid white;
  padding-right: 5px;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #EF4E37;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(237, 76, 52, 0.25);
}

.custom-select:focus {
  border-color: #EF4E37;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(237, 76, 52, 0.25);
}

option:hover,
option:checked {
  color: #fff;
  background: #EF4E37;
}

.cockpit-btn {
  background-color: #EF4E37;
  color: #fff;
}

.cockpit-form-check-inline {
  font-size: 1em;
}

.cockpit-form-check-box {
  height: 2em;
}

.cockpit-form-check-label {
  margin-right: 1em;
}

.cockpit-login-box {
  background: #ffffff;
  box-shadow: 0px 10px 10px 0px #999;
}

.cockpit-language-select {
  width: 4em;
  height: 6em;
  border: 1px solid black;
  margin: 1em;
  padding: 0.2em;
  display: inline-block;
}

.cockpit-language-select-flag > img {
  width: 3.6em;
  margin-bottom: 0.2em;
}

.cockpit-language-select-pool {
  float: left;
}

.cockpit-language-select-pref {
  float: right;
}

.cockpit-language-select-pool > input[type=checkbox],
.cockpit-language-select-pref > input[type=checkbox] {
  width: 7mm;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 7mm;
  border: 0.1mm solid black;
}

.cockpit-language-select-pool > input[type=checkbox]:checked,
.cockpit-language-select-pref > input[type=checkbox]:checked {
  background-color: #EF4E37;
}

.cockpit-language-select-pool > input[type=checkbox]:checked:after,
.cockpit-language-select-pref > input[type=checkbox]:checked:after {
  margin-left: 2.1mm;
  margin-top: -0.2mm;
  width: 1.5mm;
  height: 5mm;
  border: solid white;
  border-width: 0 1mm 1mm 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  display: inline-block;
}

.os-login-version {
  font-size: 0.8em;
  text-align: right;
  float: right;
}

.os-login-logo {
  float: right;
  height: 40px;
}

.os-login-end {
  clear: both;
  height: 50px;
  margin-top: 10px;
}

.cockpit-login-logo-own,
.cockpit-login-logo-customer {
  max-height: 70px;
  float: left;
}

.cockpit-login-logo-own {
  float: right;
}

.cockpit-login-spacer {
  clear: both;
  height: 20px;
}

.form-signin {
  background: #ffffff;
  box-shadow: 0px 10px 10px 0px #999;
  padding: 15px !important;
  margin: 0 auto;
  border: 1px solid black;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-signin .form-signin-error {
  border: 1px solid red;
  padding: 0.5em;
  font-weight: bold;
}

a {
  color: #000;
  text-decoration: none;
}

a.inverse {
  color: #fff !important;
}

a.inverse:hover {
  color: black;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #fff;
  text-decoration: none;
}

a.black {
  color: black !important;
}

a.red {
  color: red;
}

a.grey {
  color: grey !important;
}

a.grey:hover {
  color: black !important;
}

a.black:hover,
a.red:hover,
a.black:focus,
a.red:focus {
  color: #EF4E37 !important;
  text-decoration: underline;
}

img.logo {
  padding: 10% 10% 10% 10%;
}

/*
*
* navbar
*
*/
.navbar-own {
  background: white !important;
  z-index: 10 !important;
  padding: 0px 0.5em !important;
}

.cockpit-nav-header {
  position: fixed;
  top: 40px;
}

.navbar-collapse {
  padding: 0px !important;
}

.navbar-own-filter {
  top: 54px !important;
  height: 25px;
  overflow: auto;
  padding-top: 1px !important;
  padding-bottom: 1px !important;
  float: left;
  z-index: 1 !important;
}

.navbar-own-filter-small {
  font-size: 0.5em;
}

.navbar-own-filter-end {
  clear: both;
}

.navbar-nav-own-right {
  float: right;
}

.navbar-nav-own {
  background: white;
}

.nav-link-own, .nav-text-own, .cockpit-navigation-top-text {
  color: black !important;
}

.input-group-xsm > .custom-select,
.input-group-xsm > .form-control:not(textarea) {
  height: calc(1.5em + .25rem + 1px) !important;
}

.input-group-xsm > .custom-select,
.input-group-xsm > .form-control,
.input-group-xsm > .input-group-append > .btn,
.input-group-xsm > .input-group-append > .input-group-text,
.input-group-xsm > .input-group-prepend > .btn,
.input-group-xsm > .input-group-prepend > .input-group-text {
  padding: 0.15rem 0.25rem !important;
  font-size: 0.75rem !important;
  line-height: 1 !important;
  border-radius: 0.1rem !important;
}

.input-group-xsm > .custom-select {
  padding-right: 1.25rem !important;
}

.form-control-xsm {
  height: calc(1.0em + .25rem + 1px);
  padding: 0.125rem 0.25rem !important;
  font-size: 0.75rem !important;
  line-height: 1 !important;
  border-radius: 0.1rem !important;
}

.btn-xsm {
  padding: 0.125rem 0.25rem !important;
  font-size: 0.75rem !important;
  line-height: 1 !important;
  border-radius: 0.1rem !important;
}

.cockpit-navigation-top-text {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 3px;
}

.nav-link-own:hover {
  color: black !important;
}

.nav-item-own-minwidth {
  min-width: 150px;
}

.nav-img-flag {
  width: 22px;
}

.table-flag-small {
  width: 18px;
}

.table-flag-med {
  width: 22px;
}

.nav-img-flag-sep {
  margin-left: 5px;
  margin-top: 5px;
}

.dropdown-item:active {
  background: #EF4E37;
}

.form-control-own-filter {
  padding: 2px !important;
}

.navbar-brand-right {
  margin-left: 1em;
}

/*
* start page
*/
.cockpit-start-head {
  font-size: 2em;
  padding: 0.2em 0.4em;
  background-color: #EF4E37;
  color: #fff;
}

.cockpit-start-sub,
.cockpit-start-footer {
  font-size: 1.2em;
  padding: 0.2em 0.4em;
  background-color: #ccc;
}

.cockpit-start-text {
  padding: 0.4em;
}

.cockpit-start-divider {
  font-size: 1.0em;
  padding: 0.2em 0.2em;
  margin: 0.0em 0.2em;
  background-color: #ccc;
}

.cockpit-start-body {
  background-color: rgba(255, 255, 255, 0.7);
  text-align: justify;
}

/*
* cockpit tables
*/
.cockpit-list-prio {
  margin: 0 0 0 0.5em;
  font-size: 1.2em;
}

.cockpit-table-head {
  position: sticky;
  top: 0px;
  z-index: 2;
  background-color: #EF4E37;
}

.cockpit-table-fix {
  overflow-y: auto;
  background-color: rgba(255, 255, 255, 0.7);
}

.cockpit-table-close {
  margin: 0 !important;
}

.cockpit-table-fix-height {
  height: 80vh;
}

.cockpit-table-fix-height-small {
  height: 20vh;
}

.cockpit-row-single {
  background-color: #f59377 !important;
  font-weight: bold;
}

.cockpit-row-fade {
  opacity: 0.5;
}

.cockpit-row-run {
  background-color: #ddd !important;
  border-bottom: 2px solid #ccc !important;
}

.cockpit-row-run-alert {
  background-color: #ff5b5b !important;
  border-bottom: 2px solid #ddd !important;
}

.cockpit-table-thead {
  background-color: #ccc !important;
  color: black;
}

.cockpit-table-fix thead {
  position: sticky;
  top: 0;
  background-color: #ccc !important;
  color: black;
}

.cockpit-row-like-header {
  background-color: #ccc !important;
  font-weight: bold;
}

.cockpit-row-like-sub-header {
  background-color: #ddd !important;
}

.cockpit-table-last {
  width: 18px;
}

.cockpit-table-xxxs {
  width: 2em;
}

.cockpit-table-xxs {
  width: 2.6em;
}

.cockpit-table-xxsm {
  width: 3em;
  text-align: center;
}

.cockpit-table-xs {
  width: 4em;
}

.cockpit-table-xsm {
  width: 4em;
  text-align: center;
}

.cockpit-table-sx {
  width: 5em;
}

.cockpit-table-sxm {
  width: 5em;
  text-align: center;
}

.cockpit-table-s {
  width: 6em;
}

.cockpit-table-sm {
  width: 9em;
}

.cockpit-table-m {
  width: 12em;
}

.cockpit-table-l {
  width: 16em;
}

.cockpit-table-xl {
  width: 24em;
}

.cockpit-table-xl-shorten {
  max-width: 24em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.cockpit-table-l-shorten {
  max-width: 16em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.cockpit-table-m-shorten {
  max-width: 12em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.cockpit-row-show-not {
  display: none;
}

.cockpit-data-hidden {
  display: none;
}

.cockpit-new-pass-hide {
  display: none;
}

.cockpit-content-scroll {
  overflow-y: scroll;
  height: 500px;
  border-top: 2px solid #EF4E37;
  background-color: rgba(255, 255, 255, 0.7);
}

.cockpit-content-left, .cockpit-content-right {
  width: 49%;
}

.cockpit-content-right {
  float: right;
}

.cockpit-content-left {
  float: left;
}

.cockpit-content-split-close {
  clear: both;
}

.table-s, .table-s td, .table-s th {
  padding: .1rem;
  margin-bottom: 0 !important;
}

/*
sub tileSetup
*/
.cockpit-sub-tile-nav {
  width: 60%;
  color: red;
  text-align: center;
  position: fixed;
  top: 0px;
  left: 25%;
  padding: 10px;
  height: 50px;
  margin-left: -15px;
  z-index: 20000;
}

/*
*
* tan input
*
*/
.cockpit-tan-box {
  width: 50%;
  border: 1px solid #ccc;
}

.cockpit-tan-head {
  color: #fff;
  background-color: #EF4E37;
  padding: 0.2em;
  font-size: 1.2em;
  font-weight: bold;
}

.cockpit-tan-body {
  padding: 0.2em;
  font-size: 1.5em;
  font-weight: bold;
}

.cockpit-tan-footer {
  color: black;
  background-color: #ccc;
  padding: 0.5em;
}

.cockpit-tan-field {
  width: 2em;
  height: 3em;
  margin: 0.5em;
  text-align: center;
  font-size: 1.0em;
  font-weight: bold;
}

/*
*
* request-
*
*/
.cockpit-request-detail-row {
  padding: 1px;
  display: inline-block;
}

.cockpit-request-rundetail-container {
  display: inline-block;
  border: 1px solid black;
  padding: 3px;
  margin: 1px 0 0 1px;
  vertical-align: top;
  background-color: white !important;
  font-size: 1.0em;
}

.cockpit-request-rundetail-container-status-16 {
  border-left: 10px solid #006018;
}

.cockpit-request-rundetail-container-status-8 {
  border-left: 10px solid #77FF45;
}

.cockpit-request-rundetail-container-head {
  background-color: #ddd;
  color: black;
  min-width: 19.3em;
  font-size: 1.0em;
  display: block;
}

.cockpit-request-detail-container {
  display: inline-block;
  border: 1px dotted green;
  padding: 1px;
  font-size: 0.7em;
  margin: 1px 0 0 1px;
}

.cockpit-request-detail-container-no {
  opacity: 0.2;
  border: 1px solid red;
}

.cockpit-request-detail-container-wait {
  opacity: 0.3;
  border: 1px solid orange;
}

.cockpit-request-detail-container-maybe {
  opacity: 0.5;
  border: 1px dotted red;
}

.cockpit-request-detail-container-prebook {
  border: 2px dotted green;
  border-width: 2px 1px;
}

.cockpit-request-detail-container-booked {
  border: 2px solid green;
}

.cockpit-request-rundetail-container-counts,
.cockpit-request-rundetail-container-details {
  padding: 0.25em;
}

.cockpit-request-rundetail-container-counts {
  background-color: white;
  border: 1px solid black;
}

.cockpit-request-rundetail-trainer-nr {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 1em;
  padding: 0 0.5em;
  vertical-align: middle;
  display: inline;
}

.cockpit-request-detail-status,
.cockpit-request-detail-duration,
.cockpit-request-detail-conflict,
.cockpit-request-detail-do {
  display: inline-block;
  text-align: center;
  width: 1.8em;
  border-radius: 0.25em;
  border: 1px solid black;
  margin-right: 1px;
}

.cockpit-request-detail-status-small {
  display: inline;
  width: 1.5em;
  height: 1.5em;
  font-size: 0.8em;
}

.cockpit-request-detail-status-nr {
  display: inline-block;
  min-width: 2em;
  padding-right: 0.25em;
  text-align: right;
  font-size: 0.8em;
}

.cockpit-request-detail-status-show-no {
  opacity: 0.3;
}

.cockpit-request-detail-status-color-0,
.cockpit-request-detail-status-color-1,
.cockpit-request-detail-status-color-2 {
  background-color: white;
}

.cockpit-request-detail-status-color-3 {
  background-color: #FF6347;
}

.cockpit-request-detail-status-color-4 {
  background-color: #D9FF5B;
}

.cockpit-request-detail-status-color-8 {
  background-color: #77FF45;
}

.cockpit-request-detail-status-color-16 {
  background-color: #006018;
  color: white;
}

.cockpit-request-detail-date,
.cockpit-request-detail-trainer,
.cockpit-request-detail-room {
  display: inline-block;
  text-align: center;
  width: 5em;
}

.cockpit-request-detail-duration,
.cockpit-request-detail-conflict {
  background-color: none;
  border-radius: 0.25em;
  border: 1px solid black;
  color: white;
}

.cockpit-request-detail-duration {
  width: 2.4em;
  background-color: white;
  color: black;
}

.cockpit-request-detail-trainer,
.cockpit-request-detail-room {
  width: 5em;
  text-align: left;
  padding-left: 2px;
}

.cockpit-request-detail-conflict {
  background-color: #FF7560;
}

.cockpit-request-detail-conflict-no {
  background-color: #68c17d;
}

.cockpit-request-detail-do {
  background-color: yellow;
}

.cockpit-request-detail-title-all {
  display: block;
}

.cockpit-request-detail-title-short,
.cockpit-request-detail-title-medium {
  display: inline-block;
  text-align: left;
  padding-right: 0.25em;
}

.cockpit-request-detail-title-no {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .cockpit-request-detail-title-all {
    display: inline-block;
  }
  .cockpit-request-detail-title-short,
  .cockpit-request-detail-title-medium {
    width: 7em;
  }
  .cockpit-request-detail-title-medium {
    width: 12em;
  }
}

/*
*
* position color
*
*/
.cockpit-position-color-program-1 {
  background-color: #FFFFE0 !important;
}

.cockpit-position-color-program-2 {
  background-color: #FFE4B5 !important;
}

.cockpit-position-color-program-3 {
  background-color: #FFFACD;
}

.cockpit-position-color-program-4 {
  background-color: #FFDAB9;
}

.cockpit-position-color-program-5 {
  background-color: #FAFAD2;
}

.cockpit-position-color-program-6 {
  background-color: #EEE8AA;
}

.cockpit-position-color-module-1 {
  background-color: #90EE90 !important;
}

.cockpit-position-color-module-2 {
  background-color: #ADFF2F !important;
}

.cockpit-position-color-module-3 {
  background-color: #00FA9A;
}

.cockpit-position-color-module-4 {
  background-color: #7FFF00;
}

.cockpit-position-color-module-5 {
  background-color: #00FF7F;
}

.cockpit-position-color-module-6 {
  background-color: #00FF00;
}

.cockpit-position-color-action-1 {
  background-color: #E0FFFF !important;
}

.cockpit-position-color-action-2 {
  background-color: #40E0D0 !important;
}

.cockpit-position-color-action-3 {
  background-color: #AFEEEE;
}

.cockpit-position-color-action-4 {
  background-color: #48D1CC;
}

.cockpit-position-color-action-5 {
  background-color: #7FFFD4;
}

.cockpit-position-color-action-6 {
  background-color: #00FFFF;
}

/*
** cockpit icons
*/
.cockpit-icon {
  padding: 0.1em;
  color: white;
  border-radius: 0.2em;
}

.cockpit-icon-link:hover {
  color: black;
}

.cockpit-icon-link {
  color: black;
}

.cockpit-icon-link-inverse {
  color: #fff;
}

.cockpit-icon-link-inverse:hover {
  color: black;
}

.cockpit-icon-border {
  border: 1px solid #EF4E37;
  padding: 0;
}

.cockpit-icon-border:hover {
  border: 1px solid black;
}

.cockpit-icon-border-inverse {
  border: 1px solid #fff;
  padding: 0;
}

.cockpit-icon-border-inverse:hover {
  border: 1px solid black;
}

.cockpit-icon-warning {
  background-color: #ff5b5b;
}

.cockpit-icon-waiting {
  background-color: white;
}

.cockpit-icon-running {
  background-color: #68c17d;
}

.cockpit-icon-completed {
  background-color: green;
}

/*
* module cockpit-profile-head
*/
.cockpit-profile-head {
  background-color: #EF4E37;
  padding: 0.2em;
  color: #fff;
  font-size: 1.2em;
}

.cockpit-profile-body {
  padding: 0.2em;
  border: solid 1px #ccc;
  background-color: rgba(255, 255, 255, 0.7);
}

.cockpit-profile-pic-pre {
  position: relative;
  top: -30px;
  text-align: center;
  background-color: #EF4E37;
  color: #fff;
  width: 100%;
  display: none;
}

.cockpit-form-error-icon {
  background-color: red !important;
  color: white;
}

.cockpit-btn-link-success {
  color: black;
}

.cockpit-btn-link-success:hover {
  color: white;
}

/*
* module courses
*/
.course-info {
  margin: 0.5em 0;
  height: 100px;
  border: 1px solid #f59377;
  background-color: rgba(255, 255, 255, 0.7);
}

.course-info-head {
  background-color: #EF4E37;
  padding: 0.2em;
  color: #fff;
  font-size: 1.2em;
}

.course-back, .course-forward {
  font-size: 3vw;
}

.course-forward {
  text-align: right;
}

.course-title-main {
  text-align: center;
}

.col {
  padding: 0;
}

.course-tile {
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0;
  margin: 0.2em;
}

.course-tile-active-1 {
  box-shadow: 4px 4px 6px black;
}

.course-tile-active-1 > .course-tile-head {
  background-color: #EF4E37;
  padding: 0.2em;
  color: #fff;
  font-size: 1.2em;
}

.course-tile-active-0 > .course-tile-head {
  background-color: #f59377;
  padding: 0.2em;
  color: #fff;
  font-size: 1.2em;
}

.course-tile-active-1 > .course-tile-footer {
  background-color: #ccc;
  padding: 0.2em;
}

.course-tile-active-0 > .course-tile-footer {
  background-color: #ddd;
  padding: 0.2em;
}

.course-tile-active-0:hover {
  box-shadow: 2px 2px 3px silver;
}

.course-tile-main {
  height: 100px;
  text-align: left;
  padding: 0.2em;
}

.course-tile-footer-participants,
.course-title-head-nr-of {
  float: right;
}

.course-col-0,
.course-row-0 {
  display: none;
}

/*
* modul commit
*/
.cockpit-commit {
  margin-bottom: 10px;
}

.cockpit-commit-commit, .cockpit-commit-eva {
  padding: 5px;
  border: 1px solid #eee;
}

.cockpit-commit-eva-one {
  margin-bottom: 3px;
}

.cockpit-commit-head, .cockpit-commit-eva-head {
  background: #EF4E37;
  padding: 5px;
  margin-bottom: 3px;
  color: #fff;
}

.cockpit-commit-desc, .cockpit-commit-eva-desc, .cockpit-commit-eva-comment {
  padding: 5px;
  background: #eee;
  min-height: 100px;
  margin-bottom: 3px;
}

.cockpit-commit-eva-comment {
  background: #ddd;
}

.cockpit-commit-buttons {
  float: right;
}

.cockpit-form-do-btn-extrem {
  background-color: black !important;
  color: white;
  border: 1px solid grey;
}

.cockpit-form-do-btn-extrem:hover {
  background-color: white !important;
  color: black;
  border: 1px solid red;
}

.cockpit-form-do-btn-special-do {
  background-color: white !important;
  color: black;
  border: 1px solid black;
}

.cockpit-form-do-btn-special-do:hover {
  background-color: black !important;
  color: white;
  border: 1px solid red;
}

.cockpit-form-do-btn-special-no {
  background-color: red !important;
  color: white;
  border: 1px solid black;
}

.cockpit-form-do-btn-special-no:hover {
  background-color: white !important;
  color: red;
  border: 1px solid red;
}

.cockpit-form-do-btn-go {
  background-color: lightgreen !important;
  color: black;
  border: 1px solid green;
}

.cockpit-form-do-btn-go:hover {
  background-color: green !important;
  color: white;
}

.cockpit-form-do-btn-no {
  background-color: #FF6347 !important;
  border: 1px dotted black;
}

.cockpit-form-do-btn-no:hover {
  cursor: not-allowed !important;
}

.cockpit-form-title-text {
  flex: 1;
}

.cockpit-form-title,
.cockpit-form-footer,
.cockpit-form-title-info {
  background: #EF4E37;
  padding: 5px 10px 5px 10px;
  color: #fff;
  font-size: 1.5em;
}

.cockpit-form-title-head {
  display: flex;
}

.cockpit-form-title-info {
  background: white;
  color: black;
  font-size: 1em;
}

.cockpit-form-body, .cockpit-form-error {
  padding: 10px;
}

.cockpit-form-error {
  color: red;
  display: none;
}

.cockpit-thank-you {
  color: green;
  display: none;
}

.cockpit-form-error-server {
  color: red;
}

.cockpit-form-error-text {
  color: red;
}

.cockpit-form-footer {
  background: #ccc;
}

.cockpit-form-footer-right {
  float: right;
}

.cockpit-form-footer-left {
  float: left;
}

.cockpit-form-footer-center {
  clear: both;
}

.cockpit-form-textarea {
  padding: 1em 0;
}

.cockpit-form {
  margin-bottom: 3px;
}

.cockpit-form-hidden {
  display: none !important;
}

.cockpit-form-disabled {
  background-color: white !important;
}

.cockpit-form-row-narrow {
  margin-bottom: 0.25em;
}

/*
*	form modal
*
*/
.modal-wide {
  width: 80% !important;
}

.col-form-label-right {
  text-align: right !important;
}

.cockpit-galery-pic {
  width: 100%;
  border: 1px solid green;
}

.cockpit-prepend-flag {
  width: 1em;
}

.cockpit-form-flag {
  width: 1.5em;
}

.cockpit-form-invalid {
  color: red;
}

.cockpit-form-valid {
  color: green;
}

.cockpit-user-list-select {
  height: 80vh;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 5px;
}

.cockpit-form-client,
.cockpit-form-group,
.cockpit-form-user {
  padding: 0 2px;
}

.cockpit-form-client,
.cockpit-form-group {
  font-size: 1.25em;
  background: #bbb;
}

.cockpit-form-group {
  background: #ddd;
}

/*
* dialog
*/
.dialog-progress-master {
  background-color: #EF4E37;
  color: #fff;
}

.dialog-progress-slave {
  background-color: #ccc;
  color: black;
}

/*
* poll-logo
*/
.poll-header,
.poll-header-sub,
.poll-box-head,
.poll-title,
.poll-box-footer,
.poll-progress {
  background-color: #EF4E37;
  padding: .2em;
  padding-left: 0.5em;
  color: #fff;
  font-size: 1.2em;
}

.poll-header-sub {
  background-color: #EF4E37;
  border-top: 2px solid #ccc;
}

.poll-header-sub-right {
  font-size: 1.0em;
}

.poll-header {
  font-size: 1.5em;
}

.poll-box-footer {
  background-color: #ccc;
  color: black;
}

.poll-box-progress {
  background-color: rgba(255, 255, 255, 0.7);
  color: black;
  padding: 0.3em 0.5em;
}

.poll-title {
  background-color: rgba(255, 255, 255, 0.7);
  color: black;
  font-size: 1.2em;
  padding: 0.3em 0.5em;
}

.poll-bullet {
  background-color: #EF4E37;
  border-radius: 50%;
  border: 1px solid #EF4E37;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}

.poll-bullet-1 {
  width: 0.5em;
  height: 0.5em;
  margin-left: 1em;
}

.poll-basic,
.poll-info,
.poll-scale,
.poll-box-body,
.poll-box-info {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0.5em;
  background-color: rgba(255, 255, 255, 0.7);
}

.poll-box-info {
  font-weight: bold;
}

.poll-info {
  border-bottom: 1px solid #ccc;
}

.poll-basic {
  border-bottom: 1px solid #ccc;
  background-color: #ccc;
  font-size: 1.2em;
}

.poll-scale-info {
  margin-right: 0.5em;
  margin-left: 0.3em;
}

.poll-scale-row {
  padding: 0.1em;
  margin: 0.2em;
  border: 1px solid #ccc;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: left;
  padding-left: 0.5em;
}

.poll-scale-answer {
  background-color: #EF4E37;
  color: #fff;
  padding: 0.2em;
  min-width: 2em;
  display: inline-block;
  text-align: center;
  margin: 0.1em;
}

.poll-box-next-button {
  position: fixed;
  top: 40px;
  z-index: 1;
  right: 20px;
  background-color: rgba(255, 255, 255, 0.7);
}

.poll-box-head {
  margin-top: 0.5em;
  padding-left: 1em;
}

.poll-box-done-0,
.poll-poll-done-0 {
  display: none !important;
}

.poll-head-end {
  border-bottom: 1px solid #ccc;
}

.poll-issue, .poll-issue-newline {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0.4em 0;
  border-bottom: 1px solid #ccc;
  background-color: rgba(255, 255, 255, 0.7);
}

.poll-issue-missing-comment {
  border-color: red;
}

.poll-issue-newline {
  border-bottom: none;
  padding: 0 0;
}

.poll-issue-nr {
  text-align: right;
  padding: 0.5em;
  font-weight: bold;
  font-size: 1.2em;
}

.poll-issue-text {
  text-align: left;
  padding: 0.5em;
  font-size: 1.2em;
}

.poll-issue-help {
  font-size: 0.8em;
}

.poll-box-footer-right {
  float: right;
}

.poll-answer-button {
  border-color: white;
  padding: 0.3em;
  margin: 0.2em;
  min-width: 2.2em;
  background-color: #EF4E37;
  color: #fff;
  font-size: 1.1em;
}

.poll-answer-button-grey {
  color: black;
}

.poll-answer-button-deny {
  margin-left: 0.6em !important;
}

.poll-answer-button:hover {
  background-color: white;
  color: #EF4E37;
  border-color: #EF4E37;
}

.poll-answer-button:active,
.poll-answer-button.active {
  background-color: #f59377;
  border-color: white;
  color: black;
  -webkit-box-shadow: inset 0 3px 5px #ed4c34;
  box-shadow: inset 0 3px 5px #ed4c34;
}

.poll-issue-slider {
  background: linear-gradient(90deg, #fdc60b 0%, #444e99 100%);
  height: 2em;
  padding: 0 !important;
  align: middle;
  border-radius: 0.5em;
}

.poll-issue-slider-left,
.poll-issue-slider-right {
  font-weight: bold;
  height: 2em;
}

.poll-issue-slider-right {
  text-align: right;
  border-left: none;
}

input[type=range]::-ms-tooltip {
  display: none;
}

input[type=range] {
  /*removes default webkit styles*/
  -webkit-appearance: none;
  height: 35px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #333;
}

input[type=range]::-webkit-slider-runnable-track {
  height: 1px;
  background: #ddd;
  border: none;
}

input[type=range]::-moz-range-track {
  height: 1px;
  background: #ddd;
  border: none;
}

input[type=range]::-ms-track {
  height: 1px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-moz-range-thumb {
  border: none;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #333;
}

/*hide the outline behind the border*/
input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

input[type=range]::-ms-thumb {
  border: 2px solid white;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #333;
  margin-top: -3px;
}

.cockpit-progress-box {
  height: 2.0em;
}

.cockpit-progress-list {
  height: 1.75em;
}

.cockpit-progress-bar {
  background-color: green;
  color: #fff;
}

.cockpit-progress-bar-box {
  font-size: 1.75em;
}

.cockpit-progress-value {
  color: black;
  font-size: 1.5em;
  font-weight: bold;
}

.cockpit-form-check-inline {
  padding: 0em 0.5em !important;
  border: 1px solid #EF4E37 !important;
  background-color: white !important;
  margin: 0.2em 0.1em !important;
}

.btn.result:active,
.btn.result.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px #0091cd;
  box-shadow: inset 0 3px 5px #0091cd;
}

.answer-radio {
  display: none;
}

.answer-check {
  width: 2em;
  height: 2em;
  border: 1px solid #EF4E37;
}

/*
* pagination
*/
.pagination {
  margin: 0;
}

.cockpit-pagination-head {
  border: 1px solid white !important;
}

.page-item.active .page-link {
  background-color: #EF4E37;
  border-color: #EF4E37;
  color: #fff;
}

.page-item .page-link:focus,
.page-item .page-link:hover {
  color: black;
  background-color: #EF4E37;
  border-color: #fff;
}

.page-item .page-link {
  color: #EF4E37;
  border-color: #EF4E37;
  background-color: white;
}

.page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 76, 52, 0.25);
}

.poll-box-done-page {
  border-bottom: 3px solid green;
}

.page-item {
  color: black;
}

.page-item-disabled {
  color: #ccc !important;
  border: 1px dotted #ccc !important;
}

/*
*	cards
*	for content
*/
.card-body, .card-footer, .card-addfile {
  padding: 4px;
}

.card-footer {
  min-height: 25px;
}

.card-view {
  height: 0;
  margin-bottom: 100%;
}

.card-view-icon {
  text-align: center;
}

.cockpit-card-body {
  background: white;
}

.cockpit-card-left {
  float: left;
  width: 50%;
}

.cockpit-card-footer {
  background: #eee;
  position: relative;
}

.cockpit-card-footer-left {
  position: absolute;
  left: 5px;
}

.cockpit-card-footer-right {
  position: absolute;
  right: 5px;
  top: 5px;
}

.cockpit-card-icon-overlay {
  position: absolute;
  height: auto;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.cockpit-card-pic-container {
  position: relative;
}

.cockpit-card-caps {
  text-align: center;
}

.cockpit-card-info {
  padding: 0px 10px;
  text-align: left;
  font-size: 0.8em;
  margin-bottom: 0.5em;
}

.cockpit-card-date-status {
  padding: 1px 4px;
  margin: 2px;
  border-radius: 3px;
  border: 1px solid black;
  display: inline-block;
}

.cockpit-card-date-status-1 {
  background-color: green;
}

.cockpit-card-date-status-3 {
  background-color: red;
}

.cockpit-card-date-status-2 {
  background-color: yellow;
}

img.cockpit-caps-small {
  width: 20% !important;
}

iframe {
  width: 100%;
  vertical-align: middle;
}

.card-body {
  border-top: 1px solid #ccc;
  min-height: 8em;
}

.card-header,
.card-footer,
.card-info {
  padding: 0.25em;
}

.card-header {
  display: block;
  font-weight: bold !important;
}

.card-header-status {
  float: right;
}

.card-header-booking {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 2em;
  z-index: 1000;
  color: black;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0.75em;
  border: 1px solid #EF4E37;
  padding: 0.25em;
  width: 1.5em;
  height: 1.5em;
}

.card-footer {
  height: 2.25em;
}

.cockpit-card-header {
  background: #EF4E37 !important;
  color: #fff !important;
  font-size: 1em;
}

.card-header-active,
.card-header-sub {
  background: #EF4E37 !important;
  color: #fff !important;
}

.card-header-color {
  background: black !important;
  color: white !important;
}

.card-body-sub {
  padding: 2em 1em;
  vertical-align: middle;
  text-align: center;
  height: 150px;
}

.card-body-sub-no {
  padding: 1em 1em;
}

.card-body-circle,
.card-body-badge {
  display: inline-block;
  background: white;
  height: 4em;
  width: 4em;
  border: 2px solid yellow;
  border-color: #EF4E37;
  border-radius: 2em;
  vertical-align: middle;
  text-align: center;
  font-size: 1.5em;
}

.card-body-badge {
  width: 90%;
  padding: 0 0.5em;
  font-size: 1.5em;
}

.card-body-badge-content,
.card-body-circle-content {
  vertical-align: middle;
  font-size: 1.5em;
  line-height: 2.35em;
}

.card-body-circle-content {
  margin-left: 0em;
}

.card-body-circle-icon,
.card-body-badge-icon,
.card-body-badge-icon-right,
.card-body-circle-check,
.card-body-circle-icon-right {
  position: absolute;
  left: 0.7em;
  top: -0.5em;
  background: white;
  border-radius: 3em;
  padding: 5px;
  font-size: 1.5em;
  color: black;
  border: 0;
}

.card-body-badge-icon,
.card-body-badge-icon-right {
  font-size: 0.7em;
  left: 10%;
  top: -0.7em;
}

.card-body-badge-icon-right {
  left: 75%;
}

.card-body-circle-check {
  background: lightgreen;
  color: white;
}

.card-body-progress-icon {
  border-radius: 1em;
  padding: 2px;
  font-size: 1.5em;
  border: 1px solid;
  margin-right: -5px;
}

.card-body-progress {
  height: 1em;
  margin: 0.5em;
}

.card-body-circle-main-0 {
  background-color: white !important;
  border-color: #f59377;
  color: #ccc;
}

.card-body-circle-main-1 {
  background-color: white !important;
  border-color: #EF4E37;
  color: black;
}

.card-body-circle-cat-1 {
  background-color: lightyellow !important;
  border-color: yellow;
}

.card-body-circle-cat-2 {
  background: lightblue !important;
  border-color: blue;
}

.card-body-circle-cat-3 {
  background: lightgreen !important;
  border-color: green;
}

.card-body-circle-cat-4 {
  background: burlywood !important;
  border-color: brown;
}

.card-body-circle-active-0 {
  background: lightgrey;
  border-color: grey;
  color: grey;
}

.card-header-active:hover {
  background: #EF4E37 !important;
  color: black !important;
}

.card-header-incative {
  background: #ddd !important;
  color: #bbb !important;
}

.card-body-inactive {
  color: #bbb !important;
}

.card-footer-active {
  background: #ccc;
}

.cockpit-card-subtitle {
  font-size: 1em;
}

.cockpit-card-subtitle-small {
  font-size: 0.8em;
  min-height: 8em;
  text-align: justify;
  padding: 0em 1em !important;
}

.cockpit-card-description {
  font-size: 0.8em;
}

.cockpit-card-size {
  font-size: 1em;
  float: left;
}

.cockpit-card-date {
  font-size: 1em;
  float: right;
}

h6 {
  display: inline;
}

.card-active:hover {
  border: 1px solid #EF4E37;
}

.card-inactive {
  border: 1px solid #ddd;
  color: #ddd !important;
}

@media (min-width: 0px) {
  .card-head-size-shrink {
    font-size: 1.0em;
  }
  .card-body-size-shrink {
    font-size: 1.0em;
  }
  .card-font-size-shrink {
    font-size: 1em;
  }
  .card {
    margin: 0px !important;
  }
}

@media (min-width: 580px) {
  .card-head-size-shrink {
    font-size: 1em;
  }
  .card-body-size-shrink {
    font-size: 1em;
  }
  .card-font-size-shrink {
    font-size: 1em;
  }
  .card {
    margin: 5px !important;
  }
}

@media (min-width: 850px) {
  .card-head-size-shrink {
    font-size: 1em;
  }
  .card-body-size-shrink {
    font-size: 1em;
  }
  .card-font-size-shrink {
    font-size: 1em;
  }
}

@media (min-width: 1200px) {
  .card-head-size-shrink {
    font-size: 1em;
  }
  .card-body-size-shrink {
    font-size: 1em;
  }
  .card-font-size-shrink {
    font-size: 1.0em;
  }
}

@media (min-width: 1500px) {
  .card-head-size-shrink {
    font-size: 1.0em;
  }
  .card-body-size-shrink {
    font-size: 1.0em;
  }
  .card-font-size-shrink {
    font-size: 1.0em;
  }
}

@media (max-width: 580px) {
  .container-fluid {
    padding: 0 0.5em !important;
  }
}

@media (min-width: 0) {
  .card-deck .card {
    flex: 0 0 auto;
    width: calc(100% - 10px);
  }
}

@media (min-width: 580px) {
  .card-deck .card {
    flex: 0 0 auto;
    width: calc(50% - 10px);
  }
}

@media (min-width: 850px) {
  .card-deck .card {
    flex: 0 0 auto;
    width: calc(33.33333% - 10px);
  }
}

@media (min-width: 1200px) {
  .card-deck .card {
    flex: 0 0 auto;
    width: calc(25% - 10px);
  }
}

@media (min-width: 1500px) {
  .card-deck .card {
    flex: 0 0 auto;
    width: calc(20% - 10px);
  }
}

@media (min-width: 0) {
  .card-deck .card-big {
    flex: 0 0 auto;
    width: calc(100% - 10px);
  }
}

@media (min-width: 580px) {
  .card-deck .card-big {
    flex: 0 0 auto;
    width: calc(100% - 10px);
  }
}

@media (min-width: 850px) {
  .card-deck .card-big {
    flex: 0 0 auto;
    width: calc(50% - 10px);
  }
}

@media (min-width: 1200px) {
  .card-deck .card-big {
    flex: 0 0 auto;
    width: calc(50% - 10px);
  }
}

@media (min-width: 1500px) {
  .card-deck .card-big {
    flex: 0 0 auto;
    width: calc(33.33333% - 10px);
  }
}
