@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
    font-size: 12px;
    min-width: 100%;
    background: url(/img/bg.jpg) center 0px repeat !important;

    background-size: cover !important;
    background-repeat: repeat !important;
    background-position: center top;
}

.btn-link { color: #fff; }
a { color: #000; }
app { height: 100%; }

th { border: 0 !important; }

td { white-space: nowrap; }

tr:has(.admin), tr:has(.admin) td { background: #feffae !important; }

.bg-canceled { background: #ffc1c1 !important; /*text-decoration: line-through;*/ }

.bg-accepted { background: #feffae !important; }

.bg-done { background: #bdffbf !important; }

.btn-primary { color: #fff; background-color: #313131; border: #000; font-weight: bold; padding: 4px 5px; margin: 0; font-size: 12px; box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2); }
    .btn-primary:hover { background-color: #7a7a7a; }

.btn-success { font-weight: bold; background-color: #28a745; padding: 4px 5px; margin: 0 2px; font-size: 12px; border: #000; font-size: 12px; box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2); }

    .btn-success:hover { background-color: #2fd154 !important; }

.btn-secondary { color: #313131; background-color: #E9E9E9; border: #E9E9E9; font-weight: bold; padding: 4px 5px; margin: 0; font-size: 12px; }

    .btn-secondary:hover { background-color: #CFDAF2; color: #313131; }

.btn-warning { font-weight: bold; padding: 4px 5px; margin: 0; font-size: 12px; border: 0; }

.btn-info { font-weight: bold; padding: 4px 5px; margin: 0; font-size: 12px; border: 0; }

.btn-danger { font-weight: bold; padding: 4px 5px; margin: 0; font-size: 12px; border: 0; }
.btn-center { background-color: #0079c5 !important; }

.btn-bottom-menu { min-width: 70px; height: 26px; margin: 2px; background: rgba(212,212,212,1); font-weight: bold; font-size: 12px; border: 0; line-height: 12px; color: black; box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2); }

    .btn-bottom-menu:hover { background: rgb(200,200,200); background: linear-gradient(180deg, rgba(200,200,200,1) 0%, rgba(200,200,200,1) 100%); }

.bottom-buttons { position: fixed; bottom: 0; left: 0; width: 100%; padding: 8px; margin-top: 25px; }

.text-primary { color: #313131 !important; }

.form-row { margin: 0; }

.row { margin: 0; }

app { position: relative; display: flex; flex-direction: column; }

.top-row { display: flex; align-items: center; }

.top-row-bg { background: rgb(0,0,0); background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 100%); min-height: 55px; }

.main { flex: 1; height: 100%; width: 100%; }


h1 { padding: 25px 0 0 25px; font-size: 32px; color: white; }

.content { overflow: auto; }

.content-wrapper { padding-left: 270px !important; }



.navbar-toggler { background-color: rgba(255, 255, 255, 0.1); }

.valid.modified:not([type=checkbox]) { outline: 1px solid #26b050; }

.invalid { outline: 1px solid red; }

.validation-message { color: red; }

.logo { background-color: #000; padding: 20px; }

.navmenu-style { width: 270px; padding: 0; margin: 0; position: fixed; top: 0; left: 0; height: 100vh; overflow-y: auto; background: white; box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.75); z-index: 10; }

.filter-prefix { width: 75px; }

.menu { font-weight: 500; font-size: 18px; z-index: 15; padding: 0 5px; }

    .menu ul li a { color: #000 !important; padding: 5px 15px !important; margin-top: 10px; /* border-top: solid 5px #dfdfdf !important;*/ }

        .menu ul li a:hover { border-radius: 10px; background-color: #7a7a7a; color: white !important; }

        .menu ul li a:active { border-radius: 10px; background-color: #7a7a7a; }

.active { border-radius: 10px; background-color: #7a7a7a; color: white !important; }

.navbar { padding: 0; }

.logout { position: absolute; bottom: 20px; display: flex; font-size: 24px; }

#blazor-error-ui { background: lightyellow; bottom: 0; box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2); display: none; left: 0; padding: 0.6rem 1.25rem 0.7rem 1.25rem; position: fixed; width: 100%; z-index: 1000; }

    #blazor-error-ui .dismiss { cursor: pointer; position: absolute; right: 0.75rem; top: 0.5rem; }


.display-none-app { display: none !important; }

.display-block-app { display: block !important; }

/* dropdown list  */
.parent-class { position: relative; }

    .parent-class ~ .dropdown-list { }

.dropdown-list { position: absolute; z-index: 1000; margin: 0; padding: 0; }

.table-tr { cursor: pointer; }

.table-tr-selected { cursor: pointer; font-weight: bold; }

.table-fix-head { overflow: auto; height: 100px; }

    .table-fix-head thead th { position: sticky; top: 0; z-index: 1; background: white; }

.modal { overflow: unset; }
.datetimepicker { z-index: 1500 }
/* Sticky header while scrolling */
thead { position: sticky; top: 0; background-color: #eee; }

/* Subtle stripe effect */
tr:nth-child(even) { background: rgb(245,245,245); }

label { margin: 0; }

.card-body { background-color: #d9d9d9; }

.card-header { background-color: #d9d9d9 !important; font-size: 14px; font-weight: bold; border-bottom: solid 1px #949494; }

.card-footer { background-color: #d9d9d9 !important; border-top: solid 1px #949494; }

.cp-list1 { border-radius: 5px 5px 0 0; margin: 0px; overflow: auto; }
.cp-list-header1 { padding: 10px 10px; color: white; background: #313131; font-size: 14px; cursor: pointer; }
.cp-list-body1 { height: 0; transition: ease-in-out 0.5s; visibility: hidden; overflow: hidden; }
.cp-list-active1 { height: 250px; transition: ease-in-out 0.5s; overflow: auto; background: white; }

.cp-list2 { border-radius: 0; margin: 0px; }
.cp-list-header2 { padding: 10px 10px; color: white; background: #949494; font-size: 14px; cursor: pointer; }
.cp-list-body2 { height: 0; transition: ease-in-out 0.5s; visibility: hidden; overflow: hidden; }
.cp-list-active2 { height: 150px; transition: ease-in-out 0.5s; overflow: auto; background: white; }

.cp-list3 { border-radius: 0 0; margin: 0px; }
.cp-list-header3 { padding: 10px 10px; color: white; background: #313131; font-size: 14px; cursor: pointer; }
.cp-list-body3 { height: 0; transition: ease-in-out 0.5s; visibility: hidden; overflow: hidden; }
.cp-list-active3 { height: 150px; transition: ease-in-out 0.5s; background: white; overflow: auto; }

.cp-list4 { border-radius: 0 0 5px 5px; margin: 0px; overflow: auto; }
.cp-list-header4 { padding: 10px 10px; color: white; font-size: 14px; background: #949494; cursor: pointer; }
.cp-list-body4 { height: 0; transition: ease-in-out 0.5s; visibility: hidden; overflow: hidden; }
.cp-list-active4 { height: 150px; transition: ease-in-out 0.5s; background: white; overflow: auto; }

.cp-list5 { border-radius: 0 0; margin: 0px; }
.cp-list-header5 { padding: 10px 10px; color: white; background: #313131; font-size: 14px; cursor: pointer; }
.cp-list-body5 { height: 0; transition: ease-in-out 0.5s; visibility: hidden; overflow: hidden; }
.cp-list-active5 { height: 150px; transition: ease-in-out 0.5s; background: white; overflow: auto; }

.cp-list-textarea { width: 98%; border-radius: 10px; border: solid 1px #d9d9d9; margin: 5px 5px 0 5px; }

table { width: 100%; }
tbody tr { background: #E9E9E9; margin: 5px; }

.filter-style { background-color: #d9d9d9; border-radius: 10px; margin: 20px; box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.75); display: flex; flex: auto; padding: 5px 10px; color: #313131; width: fit-content; }
.input-small { border: solid 1px #949494; border-radius: 5px; }
label { padding: 5px 10px; }

.item-style { padding: 5px; border-right: solid 1px rgba(0, 0, 0, 0.2); }

.customer-label { margin: 15px auto 0 auto; font-weight: bold; font-size: 14px; }

.fit-content { width: fit-content; }

.divTable { display: table; width: auto; background-color: #eee; scroll-behavior: auto; /* cellspacing:poor IE support for  this */ }
.headRow { display: table-row; width: auto; clear: both; font-weight: bold; }
.divRow { display: table-row; width: auto; clear: both; background-color: #d9d9d9; }
.divCell { float: left; /* fix for  buggy browsers */ display: table-column; padding: 5px 0; border-right: solid 1px #7a7a7a; }
.divItem { border-bottom: solid 1px #7a7a7a }

/*.w-orderid { width: 50px; }
.w-awb { width: 100px; }
.w-drivername { width: 100px; }
.w-platenumber { width: 100px; }*/
.w-emails { text-align: center; }
.w-comments { text-align: center; }
.w-attachments { text-align: center; }
/*.w-datetime { width: 100px; }
.w-dgr { width: 50px; }
.w-dgrinfo { width: 100px; }
.w-shc { width: 50px; }
.w-ordered { width: 100px; }
.w-status { width: 100px; }
.w-others { width: 200px; }
*/
.add-button { cursor: pointer; }

.whole-body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; text-align: left; background: url(/img/bg.jpg) center 0px no-repeat; font-family: Roboto,Verdana,sans-serif; background-color: black; background-size: cover; /* <------ */ background-repeat: no-repeat; background-position: center center; position: relative; height: 100%; }
.vertical-center { margin: 0; position: absolute; top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%); }

.login-wrap { position: relative; color: rgba(255, 255, 255, 0.9); }

    .login-wrap h3 { font-weight: 300; color: #fff; }

    .login-wrap .social { width: 100%; }

        .login-wrap .social a { width: 100%; display: block; border: 1px solid rgba(255, 255, 255, 0.4); color: #000; background: #fff; }

            .login-wrap .social a:hover { background: #000; color: #fff; border-color: #000; }

.text-box { border-radius: 15px; height: 35px; border: solid 1px transparent; padding: 2px 15px; width: 100%; box-sizing: border-box; text-transform: uppercase; font-size: 25px; font-family: 'Oswald', sans-serif; color: rgba(0,0,0,0.8) }

.grey-box { background: grey; border-radius: 25px; padding: 15px 35px; }

.oswald { font-family: 'Oswald', sans-serif; }
.info { font-family: 'Oswald', sans-serif; color: #fff; font-size: 18px; font-weight: 200; }

.btn-center { font-family: 'Oswald', sans-serif; color: rgba(255,255,255,0.9); font-size: 25px; background-color: #233d7b; width: 100px; border: 0; border-radius: 15px; padding: 7px; }

.info-box { display: flex; justify-content: space-between; align-items: center; flex-direction: column;background: #fff; border-radius: 25px; margin-top:10px; padding: 15px 35px; overflow: auto; height: auto; width: auto; min-height: 80%; width: 500px; height: 150px; text-wrap: wrap; }

.info-header { font-family: 'Oswald', sans-serif; font-size: 25px; color: #fff; }

.login-box { background: rgba(0, 0, 0, 0.9); padding: 50px 70px 50px 70px; border: solid 3px rgba(120,120,120,0.7); }

.info-important-box { background: rgba(0, 0, 0, 0.9); border: solid 3px rgba(120,120,120,0.7); height: 100%; min-width: 100%; padding: 5px 15px; margin-left: 20px; position: absolute; bottom: 0; left: 100%; }

.box-wrapper { position: absolute; top: 25%; left: 25%; display: flex; }

.info-page-buttons {position: absolute; margin-left:auto; margin-right: auto;}

.custom-checkbox-group { display: flex; align-items: center; gap: 8px; }
.custom-checkbox { transform: scale(1.2); margin: 0; }

.label-form { width: 150px; text-align: left; }

.form-inline label { align-items: flex-start; justify-content: left; }

.dropArea { border: 2px dashed steelblue; padding: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 1.5rem; cursor: pointer; position: relative; min-height: 100px; }
    .dropArea:hover { background-color: lightskyblue; color: #333; }
    .dropArea input[type=file] { position: absolute; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.dropAreaDrug { background-color: lightseagreen; }

@media(max-width: 1010px) {
    .box-wrapper { top: 0; left: 0; display: block; }
    .info-important-box {margin: 0;}
}

@media(max-width: 770px) {
    .box-wrapper { position: unset; }
    .info-important-box { position: unset; }
    .login-box { padding: 10px; }
}


@media ( /*max-width: 767.98px*/ max-width: 1000px) {
    .main .top-row:not(.auth) { display: none; }

    .main .top-row.auth { justify-content: space-between; }

    .main .top-row a, .main .top-row .btn-link { margin-left: 0; }

    .search-menu { display: none; }

    /*.nav-item { background: #dfdfdf; }*/

    .display-none { display: none !important; }

    .display-block { display: block !important; }

    .list-max-height { max-height: 35vh !important; overflow-y: auto; }
}

@media ( /*min-width: 768px*/ min-width: 1000px) {

    .menu { display: block; }

    .search-menu { display: block; }

    app { flex-direction: row; }


    .list-max-height { max-height: 75vh !important; overflow-y: auto; }
}


.btn-green { color: #fff; background-color: #28a745; border-color: #28a745; }
