body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#main-content {
    margin: 0px auto;
}

.paddingv-10 {
    padding: 10px;
}

#IncomeDaySumm, #PaciensDaySumm {
    position: absolute;
    left: 0px;
    top: 50%;
    font-size: 1.5em;
    width: 100%;
    text-align: center;
}

.cs-loader {
    position: absolute;
    top: 55%;
    left: 0;
    height: 100px;
    width: 100%;
    z-index: 99;
    display: block;
}

.cs-loader-inner {
    transform: translateY(-50%);
    top: 0%;
    position: absolute;
    width: calc(100% - 200px);
    color: #FFF;
    padding: 15px;
    text-align: center;
    width: 100%;
    margin-top: 28px;
}

.cs-loader-inner label {
    font-size: 20px;
    opacity: 0;
    display: inline-block;
    color: #337ab7;
}

@keyframes lol {
    0% {
        opacity: 0;
        transform: translateX(-300px);
    }
    33% {
        opacity: 1;
        transform: translateX(0px);
    }
    66% {
        opacity: 1;
        transform: translateX(0px);
    }
    100% {
        opacity: 0;
        transform: translateX(300px);
    }
}

@-webkit-keyframes lol {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-300px);
    }
    33% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
    66% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(300px);
    }
}

.cs-loader-inner label:nth-child(3) {
    -webkit-animation: lol 3s 300ms infinite ease-in-out;
    animation: lol 3s 300ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(2) {
    -webkit-animation: lol 3s 400ms infinite ease-in-out;
    animation: lol 3s 400ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(1) {
    -webkit-animation: lol 3s 500ms infinite ease-in-out;
    animation: lol 3s 500ms infinite ease-in-out;
}

.full {
    width: 100% !important;
    position: absolute !important;;
    top: 60px !important;;
    left: 0px !important;;
    z-index: 9 !important;;
}

.full .fullscreen {
    display: none;
}

.white {
    color: #fff;
}

.secret, .happy, .mdmb24 {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}

.secret-on, .happy-on, .mdmb24-on {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

.secret, .secret-on {
    display: block;
}

.export-item {
    flex-wrap: nowrap;
}


.export-item div, .export-header div {
    width: 11%;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    margin: 0px 5px;
}

.export-item .megnev, .export-header .megnev {
    width: 45%;
}

.export-header div {
    border-bottom: 2px solid #000;
}

.form-signin input[type="text"], .form-signin input[type="password"] {
    font-size: inherit;
}

.jobb {
    color: green;
    font-weight: bold;
}

.rosszabb {
    color: #ff8b8b;
}

section#container {
    min-height: 100%;
    position: relative;
}

footer.site-footer {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.strong {
    font-weight: bold;
}

.site-min-height {
    padding-bottom: 120px;
}

.ugyf div {
    background: rgba(51, 183, 68, 0.35);
}

.kontroll div {
    background: rgba(51, 122, 183, 0.13);
}

.tab-pane.active {
    display: block;
}

.tab-pane {
    display: none;
}

.huf, .huff {
    border-width: 0px 0px 0px;
    text-align: center;
    width: 70%;
    background: #e5e5e5;
}

.panel-body.gray:before {
    width: 100%;
    height: 80%;
    position: absolute;
    content: "";
    background: #ffffffba;
    z-index: 999;
}

#bankInfo .row {
    border: 1px solid #ccc;
    margin: 0px 15px 35px;
    overflow: auto;
}

#bankInfo .row .col-md-12:first-child {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    width: 100%;
    min-width: 740px;
}

.orange {
    color: #ffa466;
}

.rtable, .ntable {
    width: 100%;
    min-width: 740px;
}

.ntable td {
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

.ntable td:nth-child(n+5), th:nth-child(n+5) {
    color: #ffa466;
    font-weight: bold;
}

.foodmonHeader .maiido {
    font-size: 3em;
    font-weight: 900;
    color: red;
}

.foodmonHeader .green {
    background-color: #00bb00;
    color: #fff;
    font-size: 1.3em;
    height: 65px;
    padding: 20px 10px 0px;
    text-align: center;
}

.foodmonHeader .orange {
    background-color: orange;
    color: #fff;
    font-size: 2em;
    height: 65px;
    padding: 15px 20px;
    text-align: center;
}

.foodmonHeader .cel {
    background: url(/img/cel.jpg) transparent no-repeat;
    width: 520px;
    height: 140px;
    font-size: 3em;
    color: #fff;
    font-weight: 900;
    padding: 37px 30px 0px 250px;
    text-align: center;
    margin: -25px auto;
}
.strong{
    font-weight: bold;
}
.no-menu {
    margin-top: 0px;
}

.tooltip-inner {
    white-space: nowrap !important;
    max-width: min-content !important;
}

