@font-face {
    font-family: 'Calibri';
    src: url( '../fonts/Calibri%20Regular.ttf' );
}

body
{
    font-family: 'Calibri';
	font-size: 18px;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	
}

.main-logo 
{
    width: 200px;
}


.btn 
{
    font-size: 18px;
}


/* CSS alfix-navi */
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .9);
    border: 0;
}

.system-navi {
    background-color: #0F516A;
    padding: 0;
    /*margin-top: 50px;*/
}

/* .alfix-navi li {} */

.system-navi a {
    line-height: 30px;
    font-size: 17px;
    font-weight: normal;
    padding-left: 20px !important;
    padding-right: 20px !important;
    color: rgba(255, 255, 255, 1) !important;
}

.system-navi li a:hover {
    /*background-color: #0060b9 !important;*/
}

.system-navi a.active {
    /*background: #0060b9;*/
	/*text-decoration: overline;*/
    font-weight: bold;
    color: rgba(255, 255, 255, 1) !important;
}

.system-navi.level-2 {
    /*background-color: #0060b9;*/
}

.system-navi.level-2 a.active, .system-navi.level-2 li a:hover {
    /*background-color: #005199 !important;*/
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}

/* ENDE CSS system-navi */


h1 {
    margin-top: 30px;
    margin-bottom: 50px;
}

.table td {
    padding: 7px 0 0 0;
}


.container.width
{
    max-width: 100%;
    padding-left: 1%;
    padding-right: 1%;
}


.tpl
{
    display:none;
}


.SearchResultEntryValue {
    float: left;
    margin-right: 5px;
    line-height: 20px;
    padding: 10px 5px 5px 5px;
}

.SearchResultEntryValue input[type=checkbox] {
    width: 20px;
    padding: 5px;
}



.chosen-container-single .chosen-single {
    background-image: none !important;
    border-radius: 3px !important;
    padding-left: 5px !important;
    border: 1px solid #ccc !important;
    box-shadow: none !important;
}


.chosen-container input
{
    width :100% !important;
}

.chosen-container-multi .chosen-choices {
    line-height: 40px;
}

.chosen-container-multi .chosen-choices li.search-choice {
    padding: 10px 20px 10px 5px !important;
}

.chosen-container-multi .chosen-choices li.search-choice span {
    font-size: 14px;
}
.chosen-single {
    height: 35px !important;
}

.chosen-single span 
{
    font-weight: normal;
    height: 35px;
    padding: 5px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b 
{
    background-position: -16px 7px !important;
}

.chosen-container-single .chosen-single div b 
{
    background: url(chosen-sprite.png) no-repeat 2px 8px !important;
}


.card-header.Blue
{
    background-color: #0071bb;
    color:#ffed00;
    height: 50px;
}


.Picking .card-body
{
    height: 65vh;
    overflow-y: scroll;
}


.col-lable
{
    padding-top: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.SalesOrderRow .PickingMarkClass
{
    font-weight: bold;
    color: #f39090;
}




.card-header.Blue .btn-primary {
    background-color: #ffffff;
    color: #363635;
    padding-top: 5px;
    margin-top: -5px;
    text-align: right;
    transition: all 1s;
    cursor: pointer;
}


.card-header.Blue .btn-primary:hover {
    background-color: #ffed00;
    color:#0071bb;
    padding-top: 5px;
    margin-top: -5px;
    text-align: right;
}


.card-header.Blue select, .card-header.Blue input {
    background-color: #ffffff;
    color: #363635;
    padding-top: 5px;
    margin-top: -5px;
    text-align: right;
    transition: all 1s;
    cursor: pointer;
}

.btn_CreatePickingList
{
    height: 130px;
    padding-top: 50px;
    font-weight: bold;
    cursor: pointer;
}

.SalesOrderRow
{
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 3px;
    padding-top: 10px;
    transition: all 1s;
}

.SalesOrderRow:hover
{
    /*background-color : #f1f0f0;*/
    /*color: #000;*/
}

.SalesOrderRow.Warning 
{
    background-color : #f47f7f;
}

.SalesOrderRow.DoublePoistion.Warning 
{
    border: 3px solid black;
    background-image: linear-gradient(to right, #96a9c5, #f47f7f) !important;
}

.SalesOrderRow.DoublePoistion
{
    border: 3px solid black;
    background-image: linear-gradient(to right, #96a9c5, #ffffff) !important;
}


.SalesOrderRow.Selected 
{
    background-color : #ccc;
}
   

.SalesOrderRow.Selected .btn
{
    background-color : #ccc;
}


img.ArticleInfo
{
    width: 100%;
}


.btn_ShowInfo
{
    margin-left: 3px;
    cursor: pointer;
}


.modal-header button.bootbox-close-button.close
{
    position: absolute;
    right: 10px;
    top: 10px;
}

.PickingListRow
{
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 2px 2px 5px 1px #6f87b1;
    padding-top: 5px;
    font-size: 20px;
    transition: all 1s;
    margin-bottom: 15px;
    transition: all 1s;
}

.PickingListRow.Critical
{
    background-color: #de0909;
    color: #f6f1f1;
    border: 4px solid #000;
}

.PickingListRow.Urgent
{
    background-color: #ff6600;
    color: #f6f1f1;
    border: 2px solid #000;
}

.PickingListRow.Normal
{
    background-color: #f5f6ff;
    color: #000;
}

.PickingListRow.Low
{
    background-color: #bbfe86;
    color: #000;
}

.PickingListRow.Done  
{
    background-color: #198b04;
    color: #000;
}

.btn_OpenPickingList
{
    border-radius: 0px 0px 10px 10px;
    cursor: pointer;
}


table.table-center td, table.table-center th
{
    text-align: center;
    vertical-align: middle;
}

.PickingListRow.InProgress
{
    background-color: #0ba1e2;
    color: #000;
}

.PickingListRow.InProgress
{
    background-color: #0ba1e2;
    color: #fff;
}


.PickingListRow.WaitForVerification
{
    background-color: #e2b426;
    color: #fff;
}


.bg-alfix-yellow {
    background-color: #ffed00;
}


.UserDataImage{
    max-width: 100px;
}


.btn_ClosePickinglist
{
    cursor: pointer;
}

.Loading
{
    cursor: progress;
}





.select2-container--default .select2-selection--single 
{
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 35px;
    padding-top: 3px;
}



.select2-container .select2-selection--single 
{
    height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow 
{
    height: 32px !important;
}



.containerLarge
{
    width: 90%;
    margin:auto;
}

.ExtraLageModal .modal-dialog
{
   width: 90%;
       max-width: 90%;
}


.PositionRow.Header
{
    font-weight: bold;
    background: #feed01;
    border: 1px #000 solid;
    margin: 0;
}

.btn_RemoveLine, .btn
{
    cursor: pointer;
}


.TranslationMode .Translation:not(.NoIcon)::after
{
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f304";
    cursor: pointer;
   
}


.TranslationLayer
{
    display: none;
    min-height: 80px;
    width: 350px;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 5px 5px 5px #000;
}


.btn_TranslationMode
{
    cursor: pointer;
}



.ResultRow.Total .l_PriceTotalLable, .ResultRow.Total .l_PriceTotal
{
    border-bottom: 1px solid #000;
}

.SearchResultEntry:nth-child(odd) {background: #CCC}

.l_Price, .l_Weight
{
    margin-top: 4px;
}



.PositionRow {
    margin-left: 0;
}


.Internal .custom-file-upload[for=file_Two],.Internal .custom-file-upload[for=file_One], .Internal .btn_AddPosition, .Internal .btn_RemoveLine
{
    display:none;
}

.btn-primary 
{
    color: #fff !important;
    background-color: #0F516A;
    border-color: #0F516A;
}

a {
    color: #0F516A;
    text-decoration: none;
    background-color: transparent;
}



.InitImages
{
	height:250px;
	text-align:center;
	width: 400px;
	transition: 0.5s all;
	max-width: 100%;
}


.InitImages:hover
{
	box-shadow: 10px 10px 20px 4px #000;
}


.FadeIn{
	
	animation: FadeInAnimation 2s ease 0s 1 normal forwards;
}


@keyframes FadeInAnimation {
	0% {
		opacity: 0;
		transform: scale(0.6);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}


.FadeOutInfinity{
	
	animation: FadeOutInfinityAnimation 2s ease 15s 1 normal forwards;
	animation-delay: 15s;
}



@keyframes FadeOutInfinityAnimation {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	25% {
		opacity: 0;
		transform: translateX(50px);
	}
	
	50% {
		opacity: 0;
		transform: translateX(-50px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
	
}

canvas.SignPad 
{
	border : 1px solid #000;
	min-height:200px;
	min-width: 200px;
}



.Pagelist.Number
{
	list-style-type: number;
}

.Pagelist.Number .list-group-item 
{
    display: list-item;
    list-style-position: inside; 
}

.Pagelist.None .list-group-none 
{
     display: inline-block; 
     list-style-position: inside; 
}


.Pagelist.Char
{
	list-style-type: upper-alpha;
}



.has-error, .has-error input
{
	color:red;
}

.has-error input
{
	border : 1px solid red;
}


.has-error canvas.SignPad
{
	border : 1px solid red;
}

.btn-success, .btn-success:hover 
{
    color: #fff;
    background-color: #0F516A;
    border-color: #0F516A;
}

input[type="date"] {
  -webkit-appearance: none;
  appearance: none;
}

input[type="date"]::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

input[type="time"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
}

input[type="time"]::-webkit-datetime-edit {
  display: block;
  padding: 0;
}


.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
	display:block;
	height:210px;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a
{
	color: #777620;
}


		#ReloadPage 
		{
            position: fixed;
			width: 40px;
			padding: 5px;
			letter-spacing: -1px;
			line-height: 21px;
			right: 0;
			top: 50%;
			margin-top: -155px;
			height: 40px;
        }


        #pinButton 
		{
            position: fixed;
            width: 40px;
            padding: 10px 5px;
            writing-mode: vertical-rl;
            text-orientation: upright;
            letter-spacing: -5px;
            line-height: 25px;
			right: 0;
			top: 50%;
			margin-top: -75px;
			height: 150px;
        }
		
        #pinButton.collapsed 
		{
            width: 40px;
            overflow:hidden;
			right: -25px;
        }


@keyframes rotateHorizontal 
{
  0% 
  { 
	transform: rotateY(0deg); 
  }
  100% 
  { 
	transform: rotateY(360deg); 
  }
}


.error-image
{
	width:80%;
}

.rotating-image 
{
	animation: rotateHorizontal 3s linear infinite;
}

