/*body { 
	margin: 0;
	padding: 0;
	height: 100%;
	
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
}


.main_bg{
	max-width: 1400px;
	background-color: white;
	    -webkit-box-shadow: 10px 10px 48px 2px rgba(0,0,0,0.19);
    -moz-box-shadow: 10px 10px 48px 2px rgba(0,0,0,0.19);
    box-shadow: 10px 10px 48px 2px rgba(0,0,0,0.19);
}*/

input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */

}

 

/* Chart.js */
@keyframes chartjs-render-animation{from{opacity:.99}to{opacity:1}}.chartjs-render-monitor{animation:chartjs-render-animation 1ms}.chartjs-size-monitor,.chartjs-size-monitor-expand,.chartjs-size-monitor-shrink{position:absolute;direction:ltr;left:0;top:0;right:0;bottom:0;overflow:hidden;pointer-events:none;visibility:hidden;z-index:-1}.chartjs-size-monitor-expand>div{position:absolute;width:1000000px;height:1000000px;left:0;top:0}.chartjs-size-monitor-shrink>div{position:absolute;width:200%;height:200%;left:0;top:0}

table.table-bordered.dataTable td{
	padding: 3px !important;
}

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

.inp_numeric{
	max-width: 80px;
	text-align: center;
	
}

.cursor-pointer{
    cursor: pointer;
}

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


.rl{
  font-weight: bold;

}


.rl::after{
	/*content: "*";*/
}

/*.required_label{
	
}

input:required:before{
	
	border: 2px red solid !important;
}




.broken:before:first-child{
	
}*/

.inp-xxs{max-width:55px !important; display: inline-block !important; text-align: center;}
.inp-xs{max-width:80px !important; display: inline-block !important}
.inp-sm{max-width: 200px !important; display: inline-block !important;}
.inp-md{max-width: 400px !important; display: inline-block !important;}
.inp-lg{max-width: 600px !important; display: inline-block !important;}
.inp-xl{max-width: 800px !important; display: inline-block !important;}


.box-shadow{box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}
/*input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}*/

input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*max-width:90%;
  /*position the autocomplete items to be the same width as the container:*/
  top: 95%px;
  left: 5px;
  right: 5px;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9; 
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}


.ab_cimke{
	padding:5px;
	padding-left: 1px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	/*background-color: rgba(255, 255, 255, 0.8);*/
	
	width: 42px;
	position: absolute;
	top: 0px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	
	
}


.ab_cimke.hang{
	background-color: #FFD062;
	left: 120px;
}

.hanghullam{
	background-color: #AA3333;
	left: 175px;
}
.ab_cimke.uzemanyag{
	background-color: #54B973;
	left: 65px;
}

.ab_cimke.fekezes{
	left: 10px;
	background-color: #337AB7;
}



.modal_product_img{
    max-height: 100%;
	max-width: 100%;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #A9A9A9 !important;
  opacity: 1 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #A9A9A9 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #A9A9A9 !important;
}


@media (max-width: 490px) {
    .btn-mobile-fullwidth{
        width:100%;
        margin-top:10px; 
    }
}



.dashboard_kocka{
	/*display: table-cell;*/
	display: inline-block;
	height: 120px !important;
	width: 140px !important;
	min-width: 140px !important;
	margin: 8px !important;
	padding-top:15px !important;
	
	vertical-align: middle !important;
	color:#FFFFFF !important;
	text-align: center !important;
	font-weight: bold;
}








.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 25px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.ws_row_comment{
	width: 100%;
}

@media (min-width: 1200px){
	.modal-xl {
		max-width: 1400px;
	}
}







.order-card {
    color: #fff;
}

.bg-c-blue {
    background: linear-gradient(45deg,#4099ff,#73b4ff);
}

.bg-c-green {
    background: linear-gradient(45deg,#2ed8b6,#59e0c5);
}

.bg-c-yellow {
    background: linear-gradient(45deg,#FFB64D,#ffcb80);
}

.bg-c-pink {
    background: linear-gradient(45deg,#FF5370,#ff869a);
}

.bg-c-red-black {
    background: linear-gradient(45deg,#333333,#dd1818);
}

.bg-c-orange-red{
	background: linear-gradient(45deg, #f83600, #fe8c00);
}


.card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.card .card-block {
    padding: 25px;
}

.order-card i {
    font-size: 26px;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}


.rendszam{
	background-image: url('/img/rendszam_eu.png');
	background-repeat:  no-repeat;
	background-size: cover
}

input:focus:invalid {
  
  /*background-color: red;*/
}



ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 60px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}