@charset "UTF-8";

/* freightview nézet táblázat színezés */
.oddevendivcolorizer div.row:nth-child(odd) {
    background: #ececec;
	padding-top: 6px;
}
.oddevendivcolorizer div.row:nth-child(even) {
	padding-top: 6px;
}
/* global top dropdown */
.dropdown-menu > li > a {
    color: #5A738E;
	overflow: hidden;
}

/* datatable kiválasztott sor színezése és korrekció reszponzív nézetben */
tr.child td.child ul {
    background-color: transparent !important;
    color: #73879C;
}
tr.child td.child ul li.row_selected {
    background-color: transparent !important;
    color: #73879C;
}
table.dataTable > tbody > tr.child span.dtr-title {
    min-width: 125px !important;
}
/* datatable kiválasztott sor színezése és korrekció reszponzív nézetben vége*/

/* collapzion */
#btncollapzion {
    min-height: 10% !important;
	display:none;
}
a._collapz_parant._close::after, a._collapz_parant._open::after {
    top: 9px !important;
}
ul._child_collapzion li span._title {
    background-color: black;
    color: white;
    padding: 7px !important;
}
@media all and (min-width:960px) and (max-width: 1024px) {
  /* put your css styles in here */
}

@media all and (min-width:801px) and (max-width: 959px) {
  /* put your css styles in here */
}

@media all and (min-width:769px) and (max-width: 800px) {
  /* put your css styles in here */
}

@media all and (min-width:569px) and (max-width: 768px) {
  /* put your css styles in here */
}

@media all and (min-width:481px) and (max-width: 568px) {
  /* put your css styles in here */
}

@media all and (min-width:481px) {
	/* put your css styles in here */
#btncollapzion {display:none !important;}
#collapzionEdit {display:none;}
#collapzionAdd {display:none;}
#collapzionRefresh {display:none;}
}
@media all and (min-width:0px) and (max-width: 480px) {
#btncollapzion {display:block !important;}
#editFreightsList {display:none;}
#addFreight {display:none;}
#refreshFreightsList {display:none;}
#editFreight {visibility:hidden;}
}
/* collapzion vége */
.hideDiv {
	display:none;
}
.disableAppendBtn {
	display:none;
}
/* PRELOADER */
/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.page-preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/preloader_icons/loader-icons-set-1-32x64x128/loader-128x/Preloader_7.gif) center no-repeat #fff;
}
