/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Nov 1, 2016, 11:31:30 AM
    Author     : BATTILA
*/
@font-face {
    font-family: 'globlex';
    src: url('font/globlex.woff') ;
}
.login-page, .register-page {
    background: #f9f9f9;
}
.login-box, .register-box {
    width: 410px;
}
.login-box-body, .register-box-body {
    box-shadow: 0px 0px 5px #888888;
    width: 100%;
}
.login-page .help-block, .register-page .help-block {
    display: block;
    margin-top: -12px;
    margin-bottom: 15px;
    color: orange;
}
.content-wrapper, .right-side {
    background-color: #f1f1f1;
}
.register-box .checkbox, .radio {
    margin: 0 0 20px;
}
.main-header .logo .fa {
    font-size: 20px;
}
.table-lenght {
    margin: 10px;
}
.table-lenght .form-control {
    width: 75px;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}
label, dt {
    font-weight: 500;
    color: #747E92;
}
.is-table {
    overflow-x: scroll;
}
.act-txt-body {
    font-family: 'globlex', Fallback, sans-serif;
    font-size: 12px;
}
.is-table .act-txt-body {
    font-size: 11px;
    min-width: 1000px;
}
.act-txt-body .act-first-row {
    font-size: 15px;
}
.act-txt-editor {
    font-family: 'globlex', Fallback, sans-serif;
    font-size: 12px;
}
label.error, #recaptcha-error {
    color: orange;
}
#recaptcha-error {
    margin-top: 1px;
}
#control-panel-content {
    padding: 15px;
}
.control-panel-separator {
    border-top: 1px solid #BBB;
    padding-top: 15px;
    margin-top: 20px
}
#control-panel a {
    display: block;
    font-size: 14px;
    line-height: 25px;
    padding-left: 15px;
    text-align: left;
}
.search-perv-btn,
.search-next-btn {
    width: 49%;
    display: inline-block;
}
.search-perv-btn {
    padding: 10px 5px 0 0;
}
.search-next-btn {
    padding: 10px 0 0 5px;
}
.search-perv-btn .btn,
.search-next-btn .btn {
    width: 100%;
}
mark {
    background: #ffd68b;
    padding: 0;
}
mark.activ {
    background: #70cbff;
}
.icon-pulsate {
    -webkit-animation: pulsate .8s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 1;
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(1.2, 1.2);}
    50% {-webkit-transform: scale(0.8, 0.8);opacity: 0.7;}
    100% {-webkit-transform: scale(1.2, 1.2);}
}

.compare-row {
    display: inline-flex;
    width: 100%;
}
.compare-cell {
    width: 50%;
    display: flex;
    float: left;
}
.comp-ins {
    background-color: #9E9;
}
.comp-upd {
    background-color: #FD8;
}
.comp-del {
    background-color: #E99;
    text-decoration: line-through;
}
.row-number {
    background-color: #EED;
    min-width: 45px;
    height: 100%;
    display: inline-block;
    border: 1px solid #BBC;
    border-width: 0 1px 1px;
    color: #886;
    text-align: right;
    padding: 1px 1px 1px 5px;
    position: relative;
}
.row-text {
    padding-left: 5px;
    overflow: hidden;
}
.skip .row-text {
    font-size: 14px;
    text-align: center;
    padding: 2px 50px;
}
.text-center {
    font-family: 'Roboto','Helvetica Neue',Arial,sans-serif;
    border: 1px solid #BBC;
    background: #EFEFEF;
    text-align: center;
    font-size: 16px;
    padding: 3px 48px;
}
.link-anchors {
    position: absolute;
    top: 10px;
    left: 2px;
    z-index: 100;
    opacity: 0.02;
    font-size: 13px;
}
.link-anchors-next {
    left: 25px;
}
.compare-row:hover {
    background-color: #F3F3F3;
}
.comp-ins:hover {
    background-color: #81D081;
}
.comp-upd:hover {
    background-color: #e8c671;
}
.comp-del:hover {
    background-color: #da8787;
}
.compare-row:hover a.link-anchors {
    opacity: 1;
}
.loading-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(50,50,50,0.4);
}
.loading-text {
    position: absolute;
    top: 49%;
    left: 45%;
    font-size: 15px;
    padding: 4px 10px;
    border: 1px solid white;
    z-index: 10001;
    background-color: rgba(255,255,255,0.8);
    border-radius: 3px;
}

.title-column {
    max-width: 900px;
}
.txt-column {
    font-family: 'globlex', Fallback, sans-serif;
    font-size: 10px;
}
.txt-column .row-index {
    padding: 1px 5px 1px 1px;
    font-size: 12px;
}
.txt-column .act-txt-row-even,
.txt-column .act-txt-row-odd {
    display: block;
}
.txt-column a {
    color: #333;
}
.txt-column a:hover,
.txt-column a:active,
.txt-column a:focus {
    color: #3C8DBC;
}
tr.is-search td {
    background-color: #CAEDF9;
}
.key-word {
    color: #ffffff;
    background-color: #00a65a;
    padding: 2px 5px;
    border-radius: 3px;
}

@media only screen and (max-width: 991px) {
    /* kissebb mint a laptop */
    .content-header h1 {
        display: none;
    }
    .responsive-laptop {
        display: none;
    }
    .act-txt-body {
        font-size: 11px;
    }
    .compare-row .compare-cell:first-child {
        display: none;
    }
    .compare-row .compare-cell:nth-child(2) {
        width: 100%;
    }

    .comp-del .compare-cell:nth-child(2) {
        display: none;
    }
    .comp-del .compare-cell:first-child,
    .skip .compare-cell {
        display: flex !important;
        width: 100%;
    }

    .row-number {
        display: none;
    }

    .title-column {
        max-width: 550px;
    }
}
@media only screen and (max-width: 767px) {
    /* kissebb mint a tablet */
    .main-header .logo {
        display: none;
    }
    .fixed .content-wrapper, .fixed .right-side {
        padding-top: 50px;
    }
    .login-box, .register-box {
        width: 95%;
    }
    .responsive-tablet {
        display: none;
    }
    .act-txt-body {
        font-size: 10px;
    }
    .btn span {
        display: none;
    }
    #control-panel.show {
        width: 240px;
    }

    .title-column {
        max-width: 350px;
    }
}

.act-txt-body-print {
    display: none;
}
@media print {
    .act-txt-body-no-print {
        display: none;
    }
    .act-txt-body-print {
        display: block;
    }
    .is-table {
        overflow-x: visible;
    }
    .is-table .act-txt-body {
        min-width: 100px;
    }
    #control-panel.show {
        display: none;
        width: 0px;
    }
    .act-txt-body {
        font-size: 11px;
    }
    .act-txt-body .act-first-row {
        font-size: 13px;
        font-weight: normal;
    }
    .box-footer,
    .collapsed-box,
    .main-footer .hidden-xs,
    .box-tools {
        display: none;
    }
    a[href]:after {
        content: none !important;
    }
    .comp-ins {
        -webkit-print-color-adjust: exact; /* exact economy */
        background-color: #9E9 !important;
    }
    .comp-upd {
        -webkit-print-color-adjust: exact; /* exact economy */
        background-color: #FD8 !important;
    }
    .comp-del {
        -webkit-print-color-adjust: exact; /* exact economy */
        background-color: #E99 !important;
        text-decoration: line-through !important;
    }
    .row-number {
        -webkit-print-color-adjust: exact; /* initial inherit exact economy */
        background-color: #EED !important;
        border: 1px solid #BBC !important;
        color: #886 !important;
    }
}