.container {
    padding: 0;
}

.section-header{
    background: #f8f8f8;
    height: 40px;
}

.section-header p {
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    font-weight: bold;
    font-size: 0.8em;
}

.section-container {
    padding: 20px 15px 20px;
    margin-bottom: 75px;
    position: relative;
}

.section-container .title {
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
}

.section-container .subtitle {
    font-size: 0.8em;
    text-align: center;
}

.section-content {
    background-color: #ffffff;
    border-radius: 3px;
    border:1px solid #e4e4e4;
    margin: auto;
    max-width: 94%;
    padding: 15px;
    width: 420px;
}

.navbar p.header, .navbar a.header{
    color: white;
    font-weight: bold;
    font-size: 0.8em;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

.navbar a.header {
    float: right;
}

.navbar, .footer {
    background: #222222;
}

.navbar-default .navbar-nav>li>a {
    color: white;
}

.navbar {
    margin-bottom: 0;
}

.footer .container{
    padding: 0 15px;
}

.form-control {
    height: 27px;
    font-size: 0.7em;
    margin-bottom: 10px;
}

.form-group {
    margin-bottom: 7px;
}

.add-btn, .remove-btn {
    min-height: 30px;
}

.add-btn .btn, .remove-btn .btn {
    font-size: 0.7em;
}

.remove-btn {
    margin-bottom: 15px;
}

.section-waiter-pro .receipt, .section-debtor .debtor {
    min-height: 135px;
}

.alert {
    font-size: 0.7em;
}

.error {
    font-size: 0.9em;
    color: red;
}

.combodate {
    font-size: 0.8em;
}

.combodate select {
    display: inline !important;
}

.loader {
    padding: 17px;
}

.loader img {
    position: absolute;
    left: 38%;
}

#comment {
    min-height: 150px;
}

.closer-result a {
    font-size: 12px;
}

.closer-result label {
    font-size: 12px;
}

#waiter-pro-wait-alert {
  position: fixed;
  z-index: 9999;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#waiter-pro-wait-alert .alert-content {
  width: 25rem;
  padding: 1rem;
  margin-top: 20rem;
  color: #004085;
  background-color: #cce5ff;
  border: 3px solid #b8daff;
  border-radius: 0.5rem;
}

@media only screen and (min-width : 768px) {
    .form-control {
        height: 28px;
        font-size: 0.8em;
    }

    .form-group {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width : 993px) {
    .form-control {
        height: 30px;
        font-size: 0.9em;
    }

    .form-group {
        margin-bottom: 12px;
    }
}

@media only screen and (min-width : 1200px) {
    .form-control {
        height: 32px;
        font-size: 14px;
    }

    .form-group {
        margin-bottom: 15px;
    }
}

/* =============================  FOR LOADER ============================= */
/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.section-alert-notification {
    max-width: 94%;
    margin: auto;
    width: 420px;
    margin-bottom: 20px;
}

/* =============================  FOR LOADER ============================= */
