@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri%20Regular.ttf');
}

body
{
    font-family: 'Calibri';
    font-size: 1.2rem;
}

.main-logo {
    width: 70px;
}


/* CSS alfix-navi */
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .9);
    border: 0;
}

.alfix-navi {
    background-color: #95c11f!important;
    padding: 0;
    /*margin-top: 50px;*/
}

/* .alfix-navi li {} */

.alfix-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;
}

.alfix-navi li a:hover {
    background-color: #83aa1b !important;
}

.alfix-navi a.active {
    background: #83aa1b;
    font-weight: bold;
    color: rgba(255, 255, 255, 1) !important;
}

.alfix-navi.level-2 {
    background-color: #83aa1b;
}

.alfix-navi.level-2 a.active, .alfix-navi.level-2 li a:hover {
    background-color: #83aa1b !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}


a {
    color: #95c11f ;
}


a:hover {
    color: #83aa1b;
    text-decoration: underline;
}

.btn-primary, .btn-success {
    color: #fff;
    background-color: #95c11f;
    border-color: #95c11f;
}


.btn-primary:hover, .btn-success:hover {
    color: #fff;
    background-color: #83aa1b;
    border-color: #83aa1b;
}


/* ENDE CSS alfix-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;
}


.TimeRecordAvgTable td
{
    padding:5px;
}