/*
 * 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: 85px;
}

.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: 1.2em;
}

.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;
}

.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 {
  max-width: 550px;
  padding: 15px;
  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;
}

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

a.inverse {
  color: #fff;
}

a.inverse:hover {
  color: black;
}

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

a.black {
  color: black;
}

a.red {
  color: red;
}

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

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

/*
*
* navbar
*
*/
.navbar-own {
  height: 48px;
  background: white !important;
  z-index: 10 !important;
}

.navbar-own-filter {
  top: 49px !important;
  height: 35px;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  float: left;
  z-index: 1;
}

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

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

.nav-link-own, .nav-text-own, .cockpit-navigation-top-text {
  color: black !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;
}

.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;
  background-color: #EF4E37;
  color: #fff;
}

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

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

.cockpit-start-body {
  min-height: 50vh;
  background-color: rgba(255, 255, 255, 0.7);
}

/*
* cockpit tables
*/
.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-table-fix thead {
  position: sticky;
  top: 0;
  background-color: #ccc;
}

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

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

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

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

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

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

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

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

.cockpit-data-hidden {
  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;
}

/*
*
* 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;
}

.cockpit-request-rundetail-container-head {
  background-color: #EF4E37;
  color: #fff;
  font-size: 1.2em;
  display: block;
}

.cockpit-request-detail-container {
  display: inline-block;
  border: 1px dotted green;
  padding: 1px;
  font-size: 0.9em;
  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-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-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: black;
}

.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 {
  width: 5em;
  text-align: left;
  padding-left: 2px;
}

.cockpit-request-detail-room {
  width: 3em;
}

.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-no {
  display: none;
}

/*
*
* 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: #EF4E37;
}

.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-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-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 {
  min-height: 120px;
}

.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;
}

/*
* 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: #f59377;
}

.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.5em;
  padding: 0.3em 0.5em;
}

.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: right;
  padding-right: 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-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:hover, .poll-issue-newline:hover {
  background-color: white;
}

.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;
}

.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;
}

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

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

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

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

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

.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;
}

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

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

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

.page-item .page-link {
  color: #EF4E37;
  border-color: #EF4E37;
  background-color: white;
  padding: 0.3em;
  width: 2em;
  text-align: center;
}

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

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

/*
*	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-footer {
  background: #ccc;
}

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

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

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

.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: 1.5em;
}

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

.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: 1.5em;
}

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

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

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

h6 {
  display: inline;
}

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

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

.card-head-size-shrink {
  font-size: 1.2vw;
}

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

@media (min-width: 576px) {
  .card-head-size-shrink {
    font-size: 2.5vw;
  }
  .card-body-size-shrink {
    font-size: 2vw;
  }
  .card-font-size-shrink {
    font-size: 1.5vw;
  }
  .card {
    margin: 5px !important;
  }
}

@media (min-width: 768px) {
  .card-head-size-shrink {
    font-size: 1.8vw;
  }
  .card-body-size-shrink {
    font-size: 1.4vw;
  }
  .card-font-size-shrink {
    font-size: 1.2vw;
  }
  .card {
    margin: 5px !important;
  }
}

@media (min-width: 992px) {
  .card-head-size-shrink {
    font-size: 1.4vw;
  }
  .card-body-size-shrink {
    font-size: 1.2vw;
  }
  .card-font-size-shrink {
    font-size: 1vw;
  }
}

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

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

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

@media (min-width: 992px) {
  .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: 768px) {
  .card-deck .card-big {
    flex: 0 0 auto;
    width: calc(100% - 10px);
  }
}

@media (min-width: 992px) {
  .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);
  }
}
