/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    background-color: rgb(171, 172, 173);
    font-size: 12px;
    /*overflow-y: scroll;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-top: 70px;
    padding-bottom: 5px;
}

.panel-default img {
    height: 50px;
    width: 50px;
    object-fit: contain;
}

body > .container {
    background-color: #fff;
    border-radius: 1px;
    padding-top: 15px;
    margin-bottom: 5px;
    min-height: 100%;
}

.login-box {
    border: 1px solid gray;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding: 5px;
}

.form-horizontal .control-label {
    text-align: left;
}

.form-horizontal .form-group {
    /*margin-bottom: 5px;*/
}

table {
    font-size: 13px;
}

table tr[onclick] {
    cursor: pointer;
}

.notwork,
.list-group1 a[href='#'] {
    background-color: red;
    color: white;
}

.tested {
    background-color: green;
    color: white !important;
}

.optimizing {
    background-color: blue;
    color: white !important;
}

h1.title,
h2.title,
h3.title,
h4.title,
h5.title,
h6.title {
    margin-top: 40px;
    /*text-decoration: underline;*/
    display: block;
}

h1.maintitle,
h2.maintitle,
h3.maintitle,
h4.maintitle,
h5.maintitle,
h6.maintitle {
    margin-top: 0px;
    /*text-decoration: underline;*/
    display: block;
}

.nopadding {
    padding: 0 !important;
}

.nomargin {
    margin: 0 !important;
}

table.table.table-nopadding th,
table.table.table-nopadding td {
    padding: 0 !important;
}

.editable-click, a.editable-click, a.editable-click:hover {
    border-bottom: 0;
    color: inherit;
}

.editable-click.editable-empty {
    color: #DD1144 !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    box-shadow: 0 1px 0 #ccc;
    box-shadow: 0 1px 1px #ddd;
    vertical-align: middle !important;
}

table.table th > input[type=checkbox].checkbox {
    margin: 0 0 0 0;
}

.form-control {
    /*padding: 3px 6px;*/
    /*height: 28px;*/
    background-color: #eee;
}

#topline {
    background: #762b01 url(../img/topline-bg.jpg) top center repeat-y;
    padding: 0px;
    margin: 0 0 20px 0;
    width: 100%;
    height: 10px;
}


label[required],
span[required],
.required label {
    font-weight: bold;
}

label[required]:after,
span[required]:after,
.required label:after {
    color: #e32;
    content: ' *';
    display: inline;
}


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

.text-italic {
    font-style: italic;
}

.text-underline {
    text-decoration: underline;
}

.ico-spin {
    -webkit-animation: icospin 1s infinite linear;
    -moz-animation: icospin 1s infinite linear;
    -o-animation: icospin 1s infinite linear;
    animation: icospin 1s infinite linear;

    display: inline-block;
}

@-moz-keyframes icospin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}

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

@-o-keyframes icospin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}

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

/*
.ico-rotation {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    display: inline-block;

    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;

    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);

    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;

    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}*/


/** Modal **/
body.modal-open {
    /*overflow-y: scroll !important;*/
    overflow: visible !important;
}

.modal-backdrop,
.modal.in {
    overflow: hidden !important;
}


/* REndezés */
.headerSortUp:before {
    font-family: 'Glyphicons Halflings';
    content: " \e151";
}

.headerSortDown:before {
    font-family: 'Glyphicons Halflings';
    content: " \e152";
}

.panel.panel-default > .panel-heading {
    background-image: -webkit-linear-gradient(to bottom, #134170 0, #134170 100%) !important;
    background-image: linear-gradient(to bottom, #134170 0, #134170 100%) !important;
    color: #FFF !important;
}

.panel.panel-default {
    border-color: #134170 !important;
}

.input-gray {
    background-color: #ddd;
}

.list-group-item {
    border-right: none;
    border-left: none;
    padding: 8px 8px;
}

.nowrap {
    white-space: nowrap;
}

.ajax-kszam-input {
    width: 27%;
    float: left;
}

.col-sm-7 > .ajax-kszam-output {
    width: 100% !important;
    float: left !important;
    margin-left: 10px;
}

.ajax-kszam-output {
    width: 70%;
    float: right;
    font-size: 14px;
    padding-top: 4px;
    margin-bottom: 0;
}

.width-100.width-100 {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
}

.ajax-message-output {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: -5px;
    padding: 5px 0;
}

/* Icon */
.fa.fa-file-pdf-o {
    color: red;
    font-size: 18px;
}

.fa.fa-file-word-o {
    color: #315AB5;
    font-size: 18px;
}

.fa.fa-file-excel-o {
    color: #227547;
    font-size: 18px;
}

.guest-info {
    display: none;
    font-size: 13px
}

.guest-info h3 {
    margin-top: 5px;
}

p.text-primary,
p.text-warning,
p.text-info,
p.text-danger {
    font-size: 14px;
}

.text-primary {
    color: #000;
}

.email-container {

}

.email-container span {
    display: block;
    float: left;
    font-weight: bold;
    margin-right: 5px;
}

.clear {
    clear: both;
}


.main-btn-bottom-5px p {
    margin-bottom: 5px;
}

.strong {
    font-weight: bold;
}


.undisabled-text-copy {
    background: white !important;
    border: none;
    box-shadow: none;
    cursor: text !important;
}


.link-mobile {
    color: red;
    text-decoration: none;
}

.link-mobile:hover {
    color: red;
}

.combobox-fajta {
    min-width: 100% !important;
}

form input.review,
form select.review,
form textarea.review,
form input.review-disabled,
form select.review-disabled,
form textarea.review-disabled {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    font-weight: bold !important;
    cursor: default !important;
}

form input.review::-webkit-input-placeholder {
    color: transparent;
}

form input.review:-moz-placeholder {
    color: transparent;
}

/* FF 4-18 */
form input.review::-moz-placeholder {
    color: transparent;
}

/* FF 19+ */
form input.review:-ms-input-placeholder {
    color: transparent;
}

/* IE 10+ */

.datepicker[readonly] {
    background: white;
    cursor: pointer;
}

.marginBottom-0 {
    margin-bottom: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #555;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/*** új dolgok ***/
.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 30px;
}

.nav-tabs {
    margin-bottom: 0;
}

.nav-tabs li {
    background-color: #f6f6f6;
}

.nav-tabs li.active {
    background-color: #ffffff;
}

.error {
    color: darkred;
    margin-top: 5px;
    display: block;
}


* {
    box-sizing: border-box;
}

.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    transition: opacity .3s ease;
}

.modal-container {
    width: 66%;
    margin: 40px auto 0;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .4);
    transition: all .3s ease;
}

.modal-header h3 {
    margin-top: 0;
}

.modal-body {
    margin: 20px 0;
}

.modal-footer {
    text-align: right;
}

.modal-enter, .modal-leave {
    opacity: 0;
}

.modal-enter .modal-container,
.modal-leave .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blokk_filter {
    background-color: #f5f5f5;
    border: 1px solid #607D8B;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.iva_date_cell {
    width: 250px;
}

.ivabutton {
    display: inline-block;
    float: left;
}

h2.wizard {
    font-size: 3rem;
}

h2.wizard span {
    background-color: #b9151b;
    padding: 2px 6px;
    color: #f0f0f0;
}

h2.wizard span.complete {
    background-color: #009926;
}

h4.indexalando, h4.nemindexalhato {
    margin-bottom: 0;
    padding-bottom: 12px;
}

h4.indexalando, tr.indexalando {
    background-color: #eeffee;
}

h4.nemindexalhato, tr.nemindexalhato {
    background-color: #f2f2f2;
}

td.nemindexalhato {
    text-align: center;
    font-style: italic;
}

td.nemindexalhato.invalid {
    color: red;
}

tr.indexalhato.expired {
    background-color: #fab6bd;
}

tr.indexinfo {
    background-color: #f9f9f9;
    display: none;
}

.table > tbody > tr.indexinfo > td {
    padding-left: 40px;
}

.dl-horizontal dt {
    width: 330px;
}

.dl-horizontal dd {
    margin-left: 350px;
}

.indexation__subtitle1 {
    background-color: lightgreen;
}

.indexation__subtitle2 {
    background-color: lightblue;
}

.indexinput {
    text-align: right;
    padding: 5px;
}

.toindex input[type="text"].indexinput {
    border: none;
    background-color: #f0f0f0;
    width: 70px;
    font-size: 11px;
}

.toindex {
    font-size: 11px;
}

.toindex th {
    text-align: center;
}

.toindex td > div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

input[type="checkbox"], input[type="radio"] {
    margin-left: 10px !important;
}

.wizzardbuttons {
    display: inline-block;
}

.table-striped > tbody > tr, .table-striped > thead > tr {
    background-color: #f9f9f9 !important;
}

.form-group {
    clear: both;
}

/* bootstrap & other fixes */

.container > h1:first-child {
    margin-top: 0;
}

.datepicker {
    margin-top: 0;
}

input.datepicker {
    padding: 6px 16px;
}

.input-group-addon:first-child {
    padding: 6px 12px 6px 0;
}

.input-group-divider {
    padding: 6px 4px;
}

.form-group-sm select.form-control {
    background-position: right 6px top 9px;
    line-height: initial;
    padding-right: 24px;
}

.form-group-sm > .input-group > .input-group-btn > .btn {
    height: 30px;
    margin: 0;
    box-shadow: none;
}

/* PRINT */

@media print {
    .visible-print {
        display: inherit !important;
    }

    .hidden-print {
        display: none !important;
    }

    .col-md-1.wide-print,
    .col-md-2.wide-print,
    .col-md-3.wide-print,
    .col-md-4.wide-print,
    .col-md-5.wide-print,
    .col-md-6.wide-print,
    .col-md-7.wide-print,
    .col-md-8.wide-print,
    .col-md-9.wide-print,
    .col-md-10.wide-print,
    .col-md-11.wide-print,
    .col-md-12.wide-print {
        width: 100% !important;
    }

    /*
        .coverToPrint .panel {
            page-break-before: always;
        }

        .coverToPrint .panel.panel-no-break {
            page-break-before: avoid;
        }
    */
    body {
        font-size: 9px;
        padding-top: 0;
    }

    h5 {
        font-size: 1.5em;
    }

    p, table {
        font-size: 1em;
    }

}

/* RESPONSIVE */

@media screen and (min-width: 768px) {
    body {
        padding-top: 134px;
    }

    .table-striped > thead {
        position: -webkit-sticky;
        position: sticky;
        top: 128px;
    }
}

@media screen and (min-width: 992px) {
    body {
        padding-top: 70px;
    }

    .table-striped > thead {
        top: 64px;
    }
}
