a>i {
  color: #000;
}

a {
  color: #343a40;
}

html {
  position: relative;
  min-height: 100%;
  font-size: 12px;
}
body {
  margin-top: 5rem;
  margin-bottom: 35px;
  font-size: 12px;
  background: none;
}
h2 {
  margin: 0 0 5px 0;
}
h3 {
  margin: 0 0 5px 0;
}
.navbar {
  border-radius: 0;
  padding: .1rem 1rem;
  font-size: 1.2rem;
  color: #fff;
}

.navbar a {
  color: #ccc;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255);
    border: none;
}

.navbar-toggler {
    padding: 0;
    font-size: 1.6rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
}

#cmslpanel.navbar {
  font-size: 1.3rem;
}

#filterpanel {
    color: #FFF;
}

#filterpanel > form {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #FFF;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  color: #8d9297;
  font-size: .8em;
  /* Set the fixed height of the footer here */
  height: 35px;
  line-height: 35px; /* Vertically center the text there */
  background-color: #f5f5f5;
  z-index: 5;
}
.footer #iconlist {
  background-color: #e4e4e4;
}

.footer .statusicon {
  font-size: 1.5em;
  cursor: pointer;
  margin: 0 5px;
}

.navbar-inverse {
  color:#eee;
}

.navbar-inverse a {
  color:#fff;
}

.container-fluid {
  height: calc(100vh - 95px);
}

.modal-header {
  background-color: #222;
  color: #eee;
  border-bottom: 1px solid #fff;
}

.modal-footer {
  background-color: #222;
  color: #eee;
  padding: 8px 15px;
  border-top: 1px solid #fff;
}

.modal-content {
  border: none;
  background-color: transparent;
  border-radius: .3rem;
  -webkit-box-shadow: 8px 8px 15px rgba(0,0,0,.5);
  box-shadow: 8px 8px 15px rgba(0,0,0,.5);
}

.modal-body {
  background-color: #E0E0E0;
}

.modal-body .colform {
  padding-top: 3px;
  padding-bottom: 3px;
}

.modal-body label {
  font-size: 14px;
}

.modal-body .nwcheckbox {
  min-height: 25px;
}
.modal-body .nwcheckboxlabel {
  min-height: 15px;
  padding-top: 10px;
}

.modal-body > .modal-container > .col-sm-12 > #modaloverlay {
  position: absolute;
  display: none;
  top:0;
  width: 96%;
  height: 100%;
  background: #FFFFFF;
  opacity: .8;
  vertical-align: middle;
}

#dialog_ccalendar .modal-body {
  background-color: #FFFFFF;
}

#ccalendar {
  background-color: #FFF;
}

#evcolor {
  position: relative;
  width: 25px;
  height: 25px;
  margin-top: 50%;
  border: 1px solid black;
  background: none;
}

.close {
  color: #EEE;
  text-shadow: none;
}

#cms-menu a {
  color: #FFF;
    padding-left: 32px;
}

#cms-menu a svg{
    margin-left: -30px;
    position: absolute;
}

#cms-menu a svg.fa-1x {
    margin-left: -20px;
    position: absolute;
}

#cms-menu span.cms1 {
    font-size: 1.3rem;
    font-weight: 700;
}

#cms-menu span.cms2 {
  font-size: 1.5rem;
    font-weight: 700;
}

#cms-menu span.cms3 {
  font-size: 1.5rem;
}

#cms-menu span.cms4 {
  font-size: 1.7rem;
}

#cms-menu span.cms6 {
  font-size: 1.9rem;
}

#cms-menu span.cms6 {
  font-size: 2.3rem;
}

.homemenuitem {
  text-align:center;
  margin:15px 0 15px 0;
  font-size:1em;
  /*height: 200px;*/
}

.homemenuitem i {
  color:#999;
}

#cms-menu i {
  font-size: 1.6em;
}

.panel-default > .panel-heading {
  background-color: #aaaaaa;
  border-radius: 0;
}

.panel-default > .panel-footer {
  background-color: #aaaaaa;
  border-radius: 0;
}

.panel-body > .left-menu > li > a,
.panel-body > .left-menu > li > ul > li > a {
  border-radius: 0;
}

.panel-body > .nav > li > a {
  padding: 5px;
}

.panel-body > .nav > li > ul > li > a {
  padding: 5px;
  padding-left: 20px;
}
/* BOOTSTRAP 4 */

.card {
  border: none;
  background: none;
}

.card > .card-header {
    border-radius: 0;
    color: #FFF;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.1em;
    text-transform: uppercase;
    /*background-color: #d07104;*/
    padding: 3px;
    border-bottom: 1px solid #d07104;
}

.card.lightver > .card-header {
    background-color: #000;
}

.card.lightver2 > .card-header {
    background-color: #000;
    font-size: 1em;
    padding: 5px;
}

.card > .card-footer {
  border-radius: 0;
}

.card-body > .left-menu > li > a,
.card-body > .left-menu > li > ul > li > a {
  border-radius: 0;
}

.card-body > .nav > li > a {
  padding: 5px;
}

.card-body > .nav > li > ul > li > a {
  padding: 5px;
  padding-left: 20px;
}

#cms-menu > li > ul > li > a {
    padding-left: 50px !important;
}

#cms-menu > li > ul > li > a svg{
    margin-left: -20px;
    position: absolute;
}

#cmscanvas > .card {
  border: none;
}

.btn {
  border-radius: 0;
}

.btn-primary {
  color: #000;
  background-color: #b6bcc2;
  border-color: #71777d;
}

.btn-primary:hover {
  color: #fff;
  background-color: #666b6e;
  border-color: #000000;
}

.form-container {
  margin-left: -15px;
  margin-right: -15px;
  padding-right: 0;
}

.form-group {
  clear: both;
  overflow: auto;
}

.form-group:empty {
  background: lime;
}

.intable {
  /*font-size: 1rem;*/
  text-align: left;
}

.intable th {
  padding-left: 8px !important;
  padding-right: 3px !important;
  background-color: #CDCDCD;
  overflow: hidden;
  border-left: 1px solid white;
  /*font-size: 1.2rem;*/
}

.intable td {
  padding: 3px !important;
  /*padding-left: 3px !important;*/
  /*padding-right: 3px !important;*/
  /*font-size: 1.1rem;*/
}

.intable td.os_new {
  background-color: #80ff80;
}
.intable td.os_prepare {
  background-color: #80ffff;
}
.intable td.os_making {
  background-color: #8080ff;
}
.intable td.os_waitingpay {
  background-color: #ff8080;
}
.intable td.os_exped {
  background-color: #ff80ff;
}
.intable td.os_sent {
  background-color: #ffff80;
}
.intable td.os_closed {
  background-color: #93ae90;
}
.intable td.os_storno {
  background-color: #d2d2d2;
}
.intable td.os_paidonly {
  background-color: #80ff80;
}

.intable td.tapme {
  text-decoration-line: underline;
  cursor: pointer;
}

.intable .ob a {
  display: block;
  height: 8px;
  position: absolute;
  top: 6px;
  left: -6px;
}

.intable .ob a:nth-child(odd)  {
  top: -2px;
}

.table-responsive {
  margin-bottom: 2em;
}

tr.table-light > td, tr.table-light > th {
  border-bottom: 1px solid #DDDDDD;
}
tr.objstorno {
  color: #7d7d7d;
}

.tpaginator tr,
.tpagininfo tr {
  background: none !important;
}

.tpaginator tr td,
.tpagininfo tr td {
  border: none !important;
}

.control-label {
  min-height: 30px;
  font-size: 1rem;
  font-weight: bold;
  text-align: right;
  padding-top: 12px;
  padding-left: 1rem;
}

.control-label-middle {
  vertical-align: middle;
}
input:focus + label,
input:active + label {
  font-weight: bold;
}

input[type="checkbox"] {
  transform:scale(1.5, 1.5);
  margin-left: 45%;
}

input[type="checkbox"].normalmg {
  transform:scale(1.5, 1.5);
  margin-left: 20px;
}

input[type="checkbox"].normalsize {
  transform:scale(1, 1);
  margin: 0;
}

.intable input[type="checkbox"] {
  transform:scale(1.5, 1.5);
  margin: 4px;
}

input[type="checkbox"].checkbox-inline {
  margin: 5px 5px 5px 25px;
}

.form-control-button {
  display: block;
  width: 100%;
  background-image: none;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.TFormMultipleSelect {
  padding: 8px;
  margin: 5px;
  border: 1px solid #c6cbd0;
}
.TFormMultipleSelect > input[type="checkbox"] {
  margin: 5px;
}

table.sequence-input td.sequence-element {
  width:1vw;
  height:30px;
  border: 1px solid #DDDDDD;
  background-color: #F0F0F0;
}

table.sequence-input td.sequence-element.set {
  background-color: #000000;
  border: 1px solid #DDDDDD;
}

.actionicon {
  margin-right: 6px;
}

.actioniconred {
  margin-right: 6px;
  color: #ff0000;
}

.actionicongreen {
  margin-right: 6px;
  color: #00AA00;
}

.policy-allow-not {
  background-color: #ff0000;
}

.policy-allow-yes {
  background-color: #00ff00;
}

.policy-allow-own {
  background-color: #ffff00;
}

.row15 {
  margin-top: 15px;
}

.fcol_default {
  padding: 15px;
  border: 1px solid #EEE;
  width: 100%;
  height: 100%;
}

.floatimage {
  position: relative;
  display: block;
  width: 50%;
  float: left;
  font-size: .9rem;
  text-align: center;
  margin: 8px;
}

.floatimage img {
  display: block;
  position: relative;
  width: 100%;
}

.floatimage a {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  outline: 1px solid #FFFFFF;
}
.passive {
  display: inline-block;
}

.compogrp {
  position: relative;
  margin: 0;
  width: 100%;
  height: auto;
  margin-bottom: 27px;
  overflow-x: scroll;
  overflow-y: hidden;
}

.compogrp p {
  position: relative;
  margin: 0px;
  width: 608px;
  margin-bottom: 6px;
}

.compogrp .compo {
  position: relative;
  display: inline-block;
  float: left;
  margin: 10px;
}

.compogrp .compoRadio input {
  display: none;
}

.compogrp .compoRadio span {
  width: 96px;
  height: 116px;
  display: block;
  overflow: hidden;
  text-align: center;
  /*background-color: #001338;*/
  font-size: .6em;
  border: 2px solid #FFFFFF;
}

.compogrp .compoRadio input:checked + span {
  border: 2px solid #FF0000;
}

#preview{
  position:absolute;
  border:1px solid #ccc;
  background:#333;
  padding:5px;
  display:none;
  color:#fff;
}

#preview img{
  max-width: 500px;
}

#cmslpanel {
  z-index: 3;
  background-color: #000;
  width: 100%;
  padding-top: 15px;
}

#cmscanvas  {
  border: none;
  padding-top: 15px;
}

#cmslpanel .lpanel {
  width: 100%;
}

#cmslpanel .nav-item {

}

#cmslpanel .nav-link.show {
    background-color: #000;
    color: #ffc780;
}

.nav-tabs .nav-link {
  background-color: #999999;
  padding: .5rem 2rem;
  font-size: 1.2em;
  margin-right: 5px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: #ffc780;
}

#cmsrpanel {
  background-color: #000;
  padding-top: 15px;
}

#cmslpanel.active {
  position: absolute;
  top: 60px;
  margin-left: 0;
}

.TFormMultipleSelect {
  text-align: left;
}

.ob {
  position: relative;
  display: block;
  height: 22px;
  z-index: 10;
  border-radius: 0;
  margin-right: 4px;
  /*background-color: #eeeeee;*/
  padding: 2px;
}

@media (max-width: 992px){
  #cmslpanel {

  }
  /*
  #cmscanvas {
    font-size: 1.5em;
  }
  #cmsrpanel {
    font-size: 1.5em;
  }
   */
  .form-control {
    font-size: 16px; !important;
  }

}

button.iconbutton,
a.iconbutton {
  background-color: #000 !important;
  color: #FFF !important;
  padding: 5px 15px;
  border-width: 0 0 1px 0;
  border-color: #999999;
}

button.iconbutton.system  {
    color: #d07104 !important;
}

a.iconbutton {
  display: inline-block;
}

button.iconbutton:hover,
a.iconbutton:hover {
  background-color: #61696f !important;
}

button.iconbutton:disabled:hover,
a.iconbutton:disabled:hover {
  background-color: #343a40 !important;
}

button.miconbutton,
a.miconbutton{
  background-color: #343a40 !important;
  color: #FFF;
  text-align: center;
  padding: 15px 15px;
  border-width: 1px 1px 1px 0;
  border-color: #FFF;
}

button.miconbutton:hover,
a.miconbutton:hover {
  background-color: #61696f !important;
}

button.miconbutton:disabled:hover,
a.miconbutton:disabled:hover {
  background-color: #343a40 !important;
}

button.niconbutton,
a.niconbutton{
  background-color: #343a40 !important;
  color: #FFF;
  text-align: center;
  padding: 5px 5px;
  border-width: 1px 1px 1px 0;
  border-color: #FFF;
}

button.niconbutton:hover,
a.niconbutton:hover {
  background-color: #61696f !important;
}

button.niconbutton:disabled:hover,
a.niconbutton:disabled:hover {
  background-color: #343a40 !important;
}

button.iconbutton:disabled>i {
  color: #ABABAB;
}

button.iconbutton:disabled>svg {
  color: #ABABAB;
}

button.miconbutton:disabled>i {
  color: #ABABAB;
}

button.miconbutton:disabled>svg {
  color: #ABABAB;
}

button.niconbutton:disabled>i {
  color: #ABABAB;
}

button.niconbutton:disabled>svg {
  color: #ABABAB;
}

button:disabled>i {
  color: #ABABAB;
}

button:disabled>svg {
  color: #ABABAB;
}

.actionicondisabled {
  color: #ABABAB;
}

.fdiv {
  padding-bottom: 8px;
}

.cpanel {
  padding: 0 0 15px 0;
}

.sum {
  background-color: #a5d2ce !important;
}

.search-input-group button{
  border:0;
  background:transparent;
}

.search-input-group .input-group-addon {
  padding: 2px;
}

.btn-confirm {
  color: #333;
  background-color: #FFAA00;
}

.btn-sq-big {
  position: relative;
  width: 100%;
}
.dropdown-toggle {
  white-space: normal;
}
.card-body {
  padding: 0;
  margin-bottom: 2em;
}
.btn-sq-big .content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: left;
  vertical-align: middle;
  font-size: 1.6rem;
  white-space: normal;
  padding: 1rem;
}
.btn-sq-big .content .productname {

}
.btn-sq-big .content .productprice {
  position: absolute;
  font-weight: bold;
  font-size: 1.5rem;
  color: #FFF;
  right: 4px;
  bottom: 4px;
}

.btn-sq-big .content .productprice.akce {
  color: #ff7c7c;
  text-decoration: underline;
}

.btn-sq-big .content .productstock {
  position: absolute;
  font-size: 1.2rem;
  color: #FFF;
  left: 4px;
  bottom: 4px;
}


.btn-sq-small {
  position: relative;
  width: 100%;
}

.btn-sq-small .content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 8%;
  text-align: center;
  font-size: 1.2rem;
  white-space: normal;
}

.main-navbar {
  font-size: 1rem;
  height: 5rem;
}
@media (min-width: 576px) {
  .btn-sq-big .content {
    top: 0;
    font-size: 1.4rem;
    padding: .2rem;
  }
  .btn-sq-big .content .productprice {
    font-size: 1rem;
  }
  .btn-sq-big .content .productstock {
    font-size: 0.9rem;
  }
  .btn-sq-small .content {
    top: 0;
    font-size: 0.8rem;
  }
}

@media (min-width: 768px) {
  .btn-sq-big .content {
    top: 0;
    font-size: 1rem;
    line-height: 1.1;
    padding: .2rem;
  }
  .main-navbar {
    font-size: 1.4rem;
  }
  #cmslpanel.navbar {
    font-size: 1rem;
  }
    #cms-menu span.cms1 {
        font-size: 1rem;
    }

    #cms-menu span.cms2 {
        font-size: 1.1rem;
    }
  #cms-menu span.cms4 {
    font-size: 1.3rem;
  }
  .floatimage {
    width: 33.3%;
  }
  .h-100xm {
    height: 100%!important;
  }
}

@media (min-width: 992px) {
  .btn-sq-big .content {
    top: 0;
    font-size: 1.2rem;
    line-height: 1.2;
    padding: .4rem;
  }
  .btn-sq-big .content .productprice {
    font-size: 1rem;
  }
  .btn-sq-big .content .productstock {
    font-size: 0.9rem;
  }
  .btn-sq-small .content {
    top: 0;
    font-size: 1rem;
  }
  .homemenuitem {
    font-size:1.5em;
  }
    #cms-menu span.cms1 {
        font-size: 1.1rem;
    }

    #cms-menu span.cms2 {
        font-size: 1.3rem;
    }
  .floatimage {
    width: 25%;
  }
  .modal-body .colform {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .modal-body label {
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
  .btn-sq-big .content {
    font-size: 1.4rem;
    padding: .6rem;
  }
  .btn-sq-big .content .productprice {
    font-size: 1.3rem;
  }
  .btn-sq-big .content .productstock {
    font-size: 1rem;
  }
  #cmslpanel.navbar {
    font-size: 1.1rem;
  }
    #cms-menu span.cms1 {
        font-size: 1.3rem;
    }

    #cms-menu span.cms2 {
        font-size: 1.5rem;
    }
  #cms-menu span.cms4 {
    font-size: 1.7rem;
  }
  .floatimage {
    width: 12.5%;
  }
}

@media (min-width: 1440px) {
  .btn-sq-big .content {
    font-size: 1.6rem;
  }
  .btn-sq-big .content .productprice {
    font-size: 1.5rem;
  }
  .btn-sq-big .content .productstock {
    font-size: 1.2rem;
  }
}

.btn-sq-big:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.btn-sq-small:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.adisabled i {
  color: #ccc; !important;
}

.adisabled svg {
  color: #ccc; !important;
}

.anoassoc i {
  color: #ccafc8; !important;
}

.anoassoc svg {
  color: #ccafc8; !important;
}

.modalcontainer {
  position: relative;
}

.modalcontainer .mymodal {
  display:    none;
  position:   absolute;
  z-index:    1000;
  top:        0;
  left:       0;
  height:     100%;
  width:      100%;
  background: rgba( 255, 255, 255, .8 )
  url('../gfx/ajax-loader.gif')
  50% 50%
  no-repeat;
}

.modal-full {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.modal-full-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 0;
}

.modal-full-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0;
  box-shadow: none;
}

.modal-full-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border: 0;
}

.modal-full-title {
  font-weight: 300;
  font-size: 2em;
  color: #fff;
  line-height: 30px;
}

.modal-full-body {
  position: absolute;
  top: 50px;
  bottom: 60px;
  width: 100%;
  overflow: auto;
}

.modal-full-body .waiter {
  display:    none;
  position:   absolute;
  z-index:    1000;
  top:        0;
  left:       0;
  height:     100%;
  width:      100%;
  background: rgba( 255, 255, 255, .8 )
  url('../gfx/ajax-loader.gif')
  50% 50%
  no-repeat;
}

.modal-full-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.badge-notify-small {
  background:red;
  position:absolute;
  right: 0;
  top: 0;
}

.badge-notify-hicon {
  background:red;
  position:absolute;
  right: -4px;
  top: -10px;
}

.badge-notify-big {
  background:red;
  position:absolute;
  min-width: 40px;
  border-radius: 30px;
  font-size: 1.5em;
}

.odnewsum {

}

.odnewsum strong {
  font-size: 3.5em;
  color: black;
}

.odnewlyty {

}

.odnewlyty strong {
  font-size: 3.5em;
  color: green;
}

.odnewlyty.neg strong {
  font-size: 3.5em;
  color: red;
}

option.akce {
  background-color: #b5ff7d;
}

option.promo {
  background-color: #ff94f6;
}

option.lyty {
  background-color: #ffc767;
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.vimgt {
  margin-bottom: 15px;
}
.receipt {
  position: relative;
  display: block;
  font-size: 1.2rem;
}

.receipt #rcptoverlay {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  opacity: .8;
  vertical-align: middle;
}

.receipt .rrow {
  display: flex;
  padding: 10px;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  background-color: #FFFFFF;
  border-bottom: 1px solid #CCCCCC;
}

.receipt .irow {
  background-color: #a7e7a9;
}

.receipt .rcolumn {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.receipt .rsepcolumn {
  flex: .1;
}

tbody#notetbody th {
  width: 18%;
  font-weight: normal;
  font-style: oblique;
}

tbody#notetbody td {
  font-size: 1.2em;
  font-weight: bold;
}

.tab-content > .active {
  padding-top: 15px;
}

@media (min-width: 768px) {
  .receipt .rsepcolumn {
    flex: .1;
  }
}
.receipt .nazev {
  flex-basis: 50%;
}

.receipt .cena {
  flex-basis: 25%;
  text-align: right;
}

.receipt .akce {
  flex-basis: 10%;
  text-align: right;
}

.receipt .pocet {
  flex-basis: 10%;
  text-align: left;
}

@media(max-width:1280px) {
  .receipt {
    font-size: 1rem;
  }
  body {
    font-size: 12px;
  }
}

#micromodalcontent {
  font-size: 2rem;
  font-weight: bold;
}

.btnajaxaction {
  color: #fff;
}
.btnajaxaction:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4) 0 0);
}
.col-cash {
  padding: 4px;
}
.formgrplabel {
  background-color: #eceaea;
}
.homeswitch {
  float: right;
  padding-right: 1em;
}
.custom-switch .custom-control-label::before {
  left: -1.25rem;
  width: 3.75rem;
  height: 2rem;
  border-radius: 1rem;
}
.custom-switch .custom-control-label::after {
  left: calc(-1.25rem + 2px);
  width: calc(2rem - 4px);
  height: calc(2rem - 4px);
  border-radius: 1rem;
}
.custom-switch .custom-control-label.normalsize {
  padding-left: 1rem;
}
.custom-switch .custom-control-label.normalsize::before {
  left: -2.25rem;
  width: 3rem;
  height: 1.4rem;
  border-radius: .7rem;
}
.custom-switch .custom-control-label.normalsize::after {
  left: calc(-2.25rem + 2px);
  width: calc(1.4rem - 4px);
  height: calc(1.4rem - 4px);
  border-radius: .7rem;
}


.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(1.75rem);
  transform: translateX(1.75rem);
}

@media (max-width: 768px) {
  .alert {
    position: relative;
    padding: 0;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 0;
  }

  /* calendar responsive */
  .fc .fc-button-group > .fc-button {
    font-size: .8em;
  }
  .fc .fc-button-group {

  }

  .fc .fc-button-group > .fc-ButtPlus1Week-button,
  .fc .fc-button-group > .fc-ButtPlus2Weeks-button,
  .fc .fc-button-group > .fc-ButtPlus3Weeks-button,
  .fc .fc-button-group > .fc-ButtPlus4Weeks-button,
  .fc .fc-button-group > .fc-ButtPlus5Weeks-button,
  .fc .fc-today-button {
    display: none;
  }

  .fc .fc-toolbar-title {

  }

  .fc-header-toolbar {
    flex-direction: column;
  }
  .fc-toolbar-chunk:nth-child(1)  {
    order: 2;
  }

  .fc-toolbar-chunk:nth-child(2)  {
    order: 1;
  }

  .fc-toolbar-chunk:nth-child(3)  {
     order: 3;
  }

  #cheader {
    display: none;
  }

}

.fc-timegrid-event-harness {
  /*left: 10% !important;*/
  transform: scaleX(.9);
}

.fc-event-main {
  font-size: 1.1em;
}

.overvis {
  overflow: visible !important;
}

.btn-circle.btn-xl {
  position: absolute;
  right: 2em;
  bottom: 2em;
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
  z-index: 1040;
}

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0px;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857;
}

.onlinepaystatus {
  position: absolute;
  display: block;
  padding: 20px;
  right: 5%;
  top: 5%;
}
/* CREATED, STARTED, INIT_OK, INIT_ERROR, IN_PROGRESS, COMPLETED, CANCELLED, ERROR */
.onlinepaystatus.incomplete {
  background-color: #FFBB90;
}

.onlinepaystatus.complete {
  background-color: #90FF90;
}

.onlinepaystatus.error {
  background-color: #FF9090;
}

@media (min-width: 768px) {
  .btn-circle {
    display: none;
  }
}

.fc-v-event {
  border-width: 1px 6px 1px 6px;
}

.bg-highlight {
  background-color: #a9ff00;
}