/* YUSEN design */

@charset "UTF-8";
@font-face {
    font-family: "font122924";
    font-family: "font122924";
    src: url("/fonts/GT-Pressura-Mono.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "font146488";
    font-family: "font146488";
    src: url("/fonts/akkrg-pro-1.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: font146488;
    background: url(../images/background/material-background-blue-yellow.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body .container.body .right_col {
    background: none;
}

.x_panel {
    background: rgba(255, 255, 255, 0.95);
    /* opacity: 0.95; */
    border: 6px solid #ef7c00;
}

.x_title h2 {
    margin: -17px -28px -5px;
    background-color: #ef7c00;
    color: white;
    padding: 15px;
    font-weight: bold;
    font-family: font122924;
    text-transform: uppercase;
    margin-bottom: 13px;
    max-width: 70%;
}

.x_title {
    border-bottom: 0px;
}

.menu_section h3 {
    font-weight: bold;
    font-family: font122924;
    text-transform: uppercase;
}

.nav_menu {
    background: rgba(255, 255, 255, 0.95);
}

footer {
    background: rgba(255, 255, 255, 0.8);
    height: 50px;
    line-height: 1.5;
    z-index: -1;
}

.left_col {
    /* background: rgba(22, 52, 86, 0.8) !important;*/
    background: #173557 !important;
}

.right_col>div {
    margin-top: 65px;
}

.imageViewdiv {
    max-width: 900px;
    max-height: 550px;
    text-align: center;
    overflow: hidden;
}

img.imageView {
    max-width: 100%;
    max-height: 100%;
}

.dropdown-menu {
    background: rgba(255, 255, 255, 0.95) !important;
    /* opacity: 0.95; */
    border: 6px solid #ef7c00 !important;
}

.dropdown-menu>li:nth-child(1) {
    background-color: #ef7c00;
}

.dropdown-menu>li:nth-child(1)>p:nth-child(1) {
    background-color: #ef7c00;
    font-weight: bold;
    font-family: font122924;
    text-transform: uppercase;
    color: white;
    text-align: center;
    font-size: medium;
}

.navbar-nav .open .dropdown-menu>li>a {
    line-height: 26px;
}

@media all and (min-width:0px) and (max-width: 480px) {
    .top_nav .dropdown-menu li a {
        padding: 12px 20px !important;
    }
}


/* LOGIN */

.login {
    /*    font-family: font146488;
    background: url(../images/background/material-background-blue-yellow.jpg) no-repeat center center fixed;
	background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	height: calc(100%);
	*/
    background: transparent !important;
    height: 100% !important;
}


/* YUSEN járat színek */

html {
    height: 100%;
}

.yusen-orange {
    background-color: #ef7c00 !important;
    color: white !important;
}

.yusen-orange:hover {
    background-color: #F89406 !important;
    color: white !important;
}

.yusen-red {
    color: #F03434 !important;
}

.yusen-red-background {
    background-color: #F03434 !important;
    color: white !important;
}

.yusen-red-background:hover {
    background-color: #E08283 !important;
    color: white !important;
}

.yusen-purple {
    color: #615eaf !important;
}

.yusen-purple-backgrounded {
    background-color: #615eaf !important;
    color: white !important;
}

.yusen-purple-backgrounded:hover {
    background-color: #DCC6E0 !important;
    color: black !important;
}

.yusen-yellow {
    background-color: #ffc93b !important;
    color: black !important;
}

.yusen-yellow:hover {
    background-color: #FDE3A7 !important;
    color: black !important;
}

.yusen-cyan {
    background-color: #86E2D5 !important;
    color: black !important;
}

.yusen-lightblue {
    background-color: #00b1eb !important;
    color: white !important;
}

.yusen-cyan:hover {
    background-color: #1BA39C !important;
    color: white !important;
}

.yusen-green {
    background-color: #45bd8c !important;
    color: black !important;
}

.yusen-green:hover {
    background-color: #91B496 !important;
    color: white !important;
}

.row_selected {
    background-color: #16A085 !important;
    color: white !important;
}

.checkbox label {
    line-height: 1.2;
}


/*
.allcheck~check_container {
    top: -10px;
}
*/


/* custom checkbox style */


/* The check_container */

.check_container {
    display: block;
    position: relative;
    /* padding-left: 35px; */
    margin-bottom: 12px;
    cursor: pointer;
    /* top: -12px; */
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.check_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    /* left: 0; */
    height: 20px;
    width: 20px;
    background-color: #D2D7D3;
}


/* On mouse-over, add a grey background color */

.check_container:hover input~.checkmark {
    background-color: #A2DED0;
}


/* When the checkbox is checked, add a blue background */

.check_container input:checked~.checkmark {
    background-color: #1BBC9B;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.check_container input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.check_container .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* custom checkbox style */


/* daterange align override favágás style */

.daterangepicker.opensright .ranges,
.daterangepicker.opensright .calendar,
.daterangepicker.openscenter .ranges,
.daterangepicker.openscenter .calendar {
    float: left;
}


/* Font awesome ikonok igazítása */

.fa,
.far,
.fas {
    padding-right: 4px;
    padding-left: 4px;
}

#ASN_tag {
    /* color: rgb(153, 153, 153) !important; */
}


/* TAGSINPUT */

.tagsinput input {
    color: #555 !important;
    font-family: unset !important;
}

div.tagsinput span.tag {
    border: 1px solid rgb(26, 187, 156) !important;
    background: rgb(26, 187, 156) !important;
    /*color: rgb(26, 187, 156) !important;*/
    font-family: unset !important;
}

div.tagsinput input {
    margin: unset !important;
    padding: 5px;
}


/* widget ikonok igazítása  */

.tile-stats .icon i {
    font-size: 30px;
    padding: 0px 0px 18px 30px;
}

.tile-stats h3 {
    color: #34495E;
}


/* Villogtatás */

.quadrat {
    -webkit-animation: FLASHING-RED 1s infinite;
    /* Safari 4+ */
    -moz-animation: FLASHING-RED 1s infinite;
    /* Fx 5+ */
    -o-animation: FLASHING-RED 1s infinite;
    /* Opera 12+ */
    animation: FLASHING-RED 1s infinite;
    /* IE 10+, Fx 29+ */
}

.quadrat-customs {
    -webkit-animation: FLASHING-BLUE 1s infinite;
    /* Safari 4+ */
    -moz-animation: FLASHING-BLUE 1s infinite;
    /* Fx 5+ */
    -o-animation: FLASHING-BLUE 1s infinite;
    /* Opera 12+ */
    animation: FLASHING-BLUE 1s infinite;
    /* IE 10+, Fx 29+ */
}

@-webkit-keyframes FLASHING-RED {
    0%,
    49% {
        background-color: #F03434;
    }
    50%,
    100% {
        background-color: none;
    }
}

@-webkit-keyframes FLASHING-BLUE {
    0%,
    49% {
        background-color: #00b1eb;
        color: white;
    }
    50%,
    100% {
        background-color: none;
        /*color: black;*/
    }
}


/* easy fix datatable change column modal z-index*/

div.dt-button-collection.fixed {
    z-index: 1 !important;
}

div.dt-button-background {
    z-index: 1 !important;
}


/*
.fancyBackground {
    width: 227px;
    transform: rotate(0deg);
    padding: 10px;
    top: 436px;
    position: absolute;
    z-index: 0;
    opacity: 0.1;
    background-image: url("/images/xdock-logo-backround-sm.png");
}
*/


/** Override bootstrap datatable style **/

.table-hover>tbody>tr:hover {
    background-color: #26b99a !important;
    opacity: 0.8 !important;
}

.linebreak {
    white-space: inherit !important;
}


/*
.timeline .tags {
    width: 174px !important;
}

.timeline .block {
    margin-left: 200px !important;
}
*/

.timeline .tag {
    display: inline-table;
}

.timeline .tag span {
    white-space: normal;
}

td.child>table:nth-child(1):hover {
    background-color: #26b99a !important;
    opacity: 0.8 !important;
}

.daterangepicker .ranges li:hover {
    background-color: #536A7F !important;
}


/* disable doubleclick zoom */

* {
    touch-action: manipulation;
}