/* -----------------------------------------
   Custom.css - put your own changes here 
----------------------------------------- */

.no-display {
  display: none;
}

.infographic-box {
  cursor: pointer;
  height: 170px;
}

.infographic-box .headline {
  height: 60px;
}

.infographic-box .info-text {
  font-size: 94%;
  color: yellow;
  text-align: justify;
}

.desktop-shortcut {
}

.desktop-shortcut:hover {
  color: black;
}

.desktop-shortcut:active {
}

.btn-link {
  color: #ffffff;
}

.btn-link:hover {
  text-decoration: none;
}

.btn-link:active {
  text-decoration: none;
}

#content-header h1 {
  font-size: 130%;
  color: #5fb404;
}

.main-box-header {
  color: #ff4000;
  font-size: 96%;
}

.wizard .wizard-inner {
  background-color: #ffffff;
  border-color: #eeeeee;
  border: 0px;
}

.wizard .wizard-inner ul li {
  font-size: 95%;
  font-weight: normal;
}

.wizard .wizard-inner ul li .chevron {
  border-left: 14px solid #ffffff;
}

.wizard .wizard-inner .actions {
  background-color: #ffffff;
  border-color: #eeeeee;
  border-left: 0px;
  z-index: 0;
}

.margin-left-10 {
  margin-left: 10px;
}

.highlight {
  background: yellow;
}

.infographic-box .fa {
  font-size: 40px;
  height: 20px;
  width: 30px;
}

.infographic-box {
  padding: 12px;
}

.infographic-box {
  cursor: pointer;
  height: 160px;
}

.infographic-box .headline {
  height: 60px;
}

.infographic-box .info-text {
  font-size: 90%;
  color: yellow;
  text-align: justify;
}

.desktop-shortcut {
}

.desktop-shortcut:hover {
  color: black;
}

.desktop-shortcut:active {
}

.customer-photo {
  height: 273px !important;
  border: double 2px black;
}

.full-width {
  width: 100%;
}

textarea {
  resize: vertical;
  /* user can resize vertically, but width is fixed */
}

.table-bordered thead {
  border-color: #eee !important;
}

table tbody > tr > td {
  font-size: 97% !important;
  font-weight: normal !important;
}

.table-bordered th,
.table-bordered td {
  border-color: #eee !important;
}

table {
  border-radius: 5px !important;
}

/*body{font-size: 100% !important; font-weight: normal !important}*/

.text-bold {
  font-weight: bold;
}

.width-150 {
  min-width: 120px;
}

.theme-blue #footer-bar {
  background: #4c5763 !important;
  border-top-color: #4c5763;
  /*height: 25px !important;*/
  color: #ffffff !important;
}

/** Paging **/

.paging {
  font-size: 80% !important;
  background: #fff;
  color: #ccc;
  margin-top: 1em;
  clear: both;
  font-weight: bold;
}

.paging .current,
.paging .disabled,
.paging a {
  text-decoration: none;
  padding: 5px 8px;
  display: inline-block;
}

.paging > span {
  display: inline-block;
  border: 1px solid #ccc;
  border-width: 2px;
  margin-left: -2px;
  border-color: #03a9f4;
}

.paging > span:hover {
  background: #efefef;
}

.paging .prev {
  border-left: 1px solid #ccc;
  border-width: 2px;
  margin-left: -2px;
  border-color: #03a9f4;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  border-radius: 3px;
  background-clip: padding-box;
}

.paging .next {
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  border-radius: 3px;
  background-clip: padding-box;
}

.paging .disabled {
  color: #ddd;
}

.paging .disabled:hover {
  background: transparent;
}

.paging .current {
  background: #03a9f4;
  color: #ffffff;
}

.paging .current:hover {
  color: #03a9f4;
}

.onoffswitch {
  position: relative;
  width: 141px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #f5f0f0;
  border-radius: 8px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 29px;
  padding: 0;
  line-height: 29px;
  font-size: 12px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "Is Supervisor";
  padding-left: 14px;
  background-color: #185578;
  color: #ffffff;
}

.onoffswitch-inner:after {
  content: "Not supervisor";
  padding-right: 14px;
  background-color: #185578;
  color: #bab4b4;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 5.5px;
  background: #a1a1a1;
  border: 2px solid #f5f0f0;
  border-radius: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 108px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
  background-color: #f7082c;
}

/* Other default CSS */

/** Tables **/

th {
  border: 0;
  border-bottom: 2px solid #555;
  text-align: left;
  padding: 4px;
}

th a {
  display: block;
  padding: 2px 4px;
  text-decoration: none;
}

th a.asc:after {
  content: " ⇣";
  color: red;
}

th a.desc:after {
  content: " ⇡";
  color: red;
}

form label {
  font-size: 110%;
}

form .input {
  /*color: #444;*/
}

form .required {
  font-weight: bold;
}

form .required label:after {
  color: #e32;
  content: "*";
  font-weight: bold;
  display: inline;
}

/* Form errors */

form .error {
  background: #ffdacc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-weight: normal;
}

form .error-message {
  -moz-border-radius: none;
  -webkit-border-radius: none;
  border-radius: none;
  border: none;
  background: none;
  margin: 0;
  padding-left: 4px;
  padding-right: 0;
}

form .error,
form .error-message {
  color: #9e2424;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}

/** Notices and Errors **/

.message {
  clear: both;
  color: #fff;
  font-size: 140%;
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
  background: #ffcc00;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #ffcc00, #e6b800);
  background-image: -ms-linear-gradient(top, #ffcc00, #e6b800);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffcc00),
    to(#e6b800)
  );
  background-image: -webkit-linear-gradient(top, #ffcc00, #e6b800);
  background-image: -o-linear-gradient(top, #ffcc00, #e6b800);
  background-image: linear-gradient(top, #ffcc00, #e6b800);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 18px;
  padding: 7px 14px;
  color: #404040;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.success,
.message,
.cake-error,
p.error,
.error-message {
  clear: both;
  color: #fff;
  background: #c43c35;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ee5f5b),
    to(#c43c35)
  );
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.success {
  clear: both;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: #3b8230;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#76bf6b),
    to(#3b8230)
  );
  background-image: -webkit-linear-gradient(top, #76bf6b, #3b8230);
  background-image: -moz-linear-gradient(top, #76bf6b, #3b8230);
  background-image: -ms-linear-gradient(top, #76bf6b, #3b8230);
  background-image: -o-linear-gradient(top, #76bf6b, #3b8230);
  background-image: linear-gradient(top, #76bf6b, #3b8230);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

p.error {
  font-family: Monaco, Consolas, Courier, monospace;
  font-size: 120%;
  padding: 0.8em;
  margin: 1em 0;
}

p.error em {
  font-weight: normal;
  line-height: 140%;
}

.notice {
  color: #000;
  display: block;
  font-size: 120%;
  padding: 0.8em;
  margin: 1em 0;
}

.success {
  color: #fff;
}

/**  Actions  **/

.actions ul {
  margin: 0;
  padding: 0;
}

.actions li {
  margin: 0 0 0.5em 0;
  list-style-type: none;
  white-space: nowrap;
  padding: 0;
}

.actions ul li a {
  font-weight: normal;
  display: block;
  clear: both;
}

/* Buttons and button links */

.actions ul li a,
.actions a {
  font-weight: normal;
  padding: 4px 8px;
  background: #dcdcdc;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fefefe),
    to(#dcdcdc)
  );
  background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
  background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
  background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
  background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
  background-image: linear-gradient(top, #fefefe, #dcdcdc);
  color: #333;
  border: 1px solid #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  text-shadow: #fff 0px 1px 0px;
  min-width: 0;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-user-select: none;
  user-select: none;
}

.actions ul li a:hover,
.actions a:hover {
  background: #ededed;
  border-color: #acacac;
  text-decoration: none;
}

.actions ul li a:active,
.actions a:active {
  background: #eee;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#dfdfdf),
    to(#eee)
  );
  background-image: -webkit-linear-gradient(top, #dfdfdf, #eee);
  background-image: -moz-linear-gradient(top, #dfdfdf, #eee);
  background-image: -ms-linear-gradient(top, #dfdfdf, #eee);
  background-image: -o-linear-gradient(top, #dfdfdf, #eee);
  background-image: linear-gradient(top, #dfdfdf, #eee);
  text-shadow: #eee 0px 1px 0px;
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
  border-color: #aaa;
  text-decoration: none;
}

/** Related **/

.related {
  clear: both;
  display: block;
}

/** Debugging **/

pre {
  color: #000;
  background: #f0f0f0;
  padding: 15px;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.cake-debug-output {
  padding: 0;
  position: relative;
}

.cake-debug-output > span {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(255, 255, 255, 0.3);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 6px;
  color: #000;
  display: block;
  float: left;
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25),
    0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25),
    0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25),
    0 1px 0 rgba(255, 255, 255, 0.5);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}

.cake-debug,
.cake-error {
  font-size: 16px;
  line-height: 20px;
  clear: both;
}

.cake-error > a {
  text-shadow: none;
}

.cake-error {
  white-space: normal;
}

.cake-stack-trace {
  background: rgba(255, 255, 255, 0.7);
  color: #333;
  margin: 10px 0 5px 0;
  padding: 10px 10px 0 10px;
  font-size: 120%;
  line-height: 140%;
  overflow: auto;
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.cake-stack-trace a {
  text-shadow: none;
  background: rgba(255, 255, 255, 0.7);
  padding: 5px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0px 4px 10px 2px;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  text-decoration: none;
  -moz-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
}

.cake-code-dump pre {
  position: relative;
  overflow: auto;
}

.cake-context {
  margin-bottom: 10px;
}

.cake-stack-trace pre {
  color: #000;
  background-color: #f0f0f0;
  margin: 0px 0 10px 0;
  padding: 1em;
  overflow: auto;
  text-shadow: none;
}

.cake-stack-trace li {
  padding: 10px 5px 0px;
  margin: 0 0 4px 0;
  font-family: monospace;
  border: 1px solid #bbb;
  -moz-border-radius: 4px;
  -wekbkit-border-radius: 4px;
  border-radius: 4px;
  background: #dcdcdc;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fefefe),
    to(#dcdcdc)
  );
  background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
  background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
  background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
  background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
  background-image: linear-gradient(top, #fefefe, #dcdcdc);
}

/* excerpt */

.cake-code-dump pre,
.cake-code-dump pre code {
  clear: both;
  font-size: 12px;
  line-height: 15px;
  margin: 4px 2px;
  padding: 4px;
  overflow: auto;
}

.cake-code-dump .code-highlight {
  display: block;
  background-color: rgba(255, 255, 0, 0.5);
}

.code-coverage-results div.code-line {
  padding-left: 5px;
  display: block;
  margin-left: 10px;
}

.code-coverage-results div.uncovered span.content {
  background: #ecc;
}

.code-coverage-results div.covered span.content {
  background: #cec;
}

.code-coverage-results div.ignored span.content {
  color: #aaa;
}

.code-coverage-results span.line-num {
  color: #666;
  display: block;
  float: left;
  width: 20px;
  text-align: right;
  margin-right: 5px;
}

.code-coverage-results span.line-num strong {
  color: #666;
}

.code-coverage-results div.start {
  border: 1px solid #aaa;
  border-width: 1px 1px 0px 1px;
  margin-top: 30px;
  padding-top: 5px;
}

.code-coverage-results div.end {
  border: 1px solid #aaa;
  border-width: 0px 1px 1px 1px;
  margin-bottom: 30px;
  padding-bottom: 5px;
}

.code-coverage-results div.realstart {
  margin-top: 0px;
}

.code-coverage-results p.note {
  color: #bbb;
  padding: 5px;
  margin: 5px 0 10px;
  font-size: 10px;
}

.code-coverage-results span.result-bad {
  color: #a00;
}

.code-coverage-results span.result-ok {
  color: #fa0;
}

.code-coverage-results span.result-good {
  color: #0a0;
}

/** Elements **/

#url-rewriting-warning {
  display: none;
}

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
  div[class^="col"] {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  div[class^="col"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  /*default so you don't need this*/
  div[class^="col"] {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

.panel,
.navbar {
  margin-bottom: 10px !important;
}

.submenu > li > a {
  display: block;
  font-size: 0.975em;
  line-height: 38px;
  padding-left: 12px !important;
  color: #fff;
  outline: none;
  text-decoration: none;
  transition: border-color 0.1s ease-in-out 0s,
    background-color 0.1s ease-in-out 0s, box-shadow 0.1s ease-in-out 0s;
}

/* The Overlay (background) */

.overlay {
  z-index: 1000;
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 0;
  position: fixed;
  /* Stay in place */
  /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0, 0, 0);
  /* Black fallback color */
  background-color: rgba(0, 0, 0, 0.1);
  /* Black w/opacity */
  overflow-x: hidden;
  /* Disable horizontal scroll */
  transition: 0.3s;
  /* 0.3 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

a:hover {
  text-decoration: none !important;
  color: #03a9f4;
}

.loader {
  margin: 150px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.full-screen {
  max-width: 100vw;
  height: 100vh;
  overflow: hidden;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.form-date-control {
  height: 30px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/*************************/

/******FILTER BAR **********/

#config-tool {
  position: fixed;
  right: 0;
  top: 50px;
  width: 300px;
  z-index: 1000;
  transition: all 0.2s ease-in-out 0s;
}

#config-tool #config-tool-cog {
  background: #fff;
  border-radius: 3px 0 0 3px;
  background-clip: padding-box;
  box-shadow: -3px 3px 3px -2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  left: -50px;
  padding: 10px;
  position: absolute;
  text-align: center;
  width: 50px;
  transition: all 0.1s ease-in-out 0s;
  top: 0;
}

#config-tool.closed #config-tool-cog i {
  -webkit-animation: rotating 3s linear infinite;
  -moz-animation: rotating 3s linear infinite;
  -ms-animation: rotating 3s linear infinite;
  -o-animation: rotating 3s linear infinite;
  animation: rotating 3s linear infinite;
}

#config-tool.closed #config-tool-cog:hover {
  background-color: #03a9f4;
  color: #fff;
}

#config-tool #config-tool-cog i {
  font-size: 2.2em;
}

/****** END OF FILBER BAR ******/

.checkbox-style {
  font-size: 1rem !important;
  color: #03a9f4 !important;
  border: 2px solid #03a9f4 !important;
  -webkitbox-shadow: inset 0px 0.1em 0.1em rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0.1em 0.1em rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0.1em 0.1em rgba(0, 0, 0, 0.3);
  width: 30px;
}

.big {
  font-size: 3rem !important;
}

.large {
  font-size: 1.8rem !important;
}

.huge {
  font-size: 2rem !important;
}

.select2,
.select2-search__field,
.select2-results__option {
  font-size: 1.1em !important;
}
.select2-selection__rendered {
  line-height: 2em !important;
}
.select2-container .select2-selection--single {
  height: 2.2em !important;
}
.select2-selection__arrow {
  height: 2.2em !important;
}
.control-label {
  display: block;
  /* border: red 2px solid; */
  font-weight: bold;
  font-size: 1.5rem;
  padding-left: 0px;
}

.form-date-control {
  display: flex;
  flex-direction: column;
}

.checkbox-nice {
  left: 0px !important;
  padding: 2px !important;
  margin: 0px !important;
  width: 34px !important;
  /* float:left; */
  text-align: center;
}

.main-box-header h2 {
  display: flex;
  justify-content: space-between;
}
.orderCurrencyExchangeRateLabel {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
.order-items {
  margin-bottom: 2rem;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  gap: 1rem;
}

.order-item {
  display: flex;
  flex-flow: column nowrap;
  border: #efefef solid 1px;
  border-radius: 5px;
  gap: 1rem;
  padding: 1rem;
  background-color: #03a9f4;
}

.order-item .order-item-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ORDER FORM */
.order-item-close-btn {
  font-size: 3rem;
  color: red;
}

.order-item h2 {
  color: white;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 1.3rem;
  height: 5rem;
}

@media screen and (min-width: 768px) {
  .order-items {
    flex-flow: row wrap;
  }

  .order-item {
    width: 420px;
  }
}

.panel-wide {
  border-width: 5px;
}

.modal-open .select2-dropdown {
  z-index: 10060;
  border: red 3px solid;
}

.modal-open .select2-close-mask {
  z-index: 10055;
}

.ui-widget {
  z-index: 99999;
}

.ui-button {
  margin-bottom: 1rem;
  width: 100%;
}
