/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12.09.2019, 11:28:46
    Author     : thoma
*/

.wiki-content {
    font-size:1.25em;
}

.highlightonfocus:focus {
    background:orangered;
    border-color:orangered;    
}

.btn-group-xs > .btn, .btn-xxs {
  padding: .25rem .4rem;
  font-size: 10px;
  line-height: .5;
  border-radius: .2rem;
}
.btn-group-xs > .btn, .btn-xs {
  padding: .25rem .4rem;
  font-size: .875rem;
  line-height: .5;
  border-radius: .2rem;
}

.text-strong {
    font-weight: 900;
}

.table-striped tbody tr.box {
    background-color:rgba(255,255,0,0.25);
}
.table-striped tbody tr.courier {
    background-color:rgba(255,0,0,0.25);
}
.table-striped tbody tr.trans {
    background-color:rgba(0,204,204,0.25);
}
.table-striped tbody tr.depot {
    background-color:rgba(76,153,0,0.25);
}
.material-half-bg .cover {
    background-color: darkgreen;
}
.login-content .logo h1 {
    font-size: 35px;
}
.login-content .logo {
    margin-top: -20vh;
}

a {
    color:#28a745;
    
}

.red {
    color:red;
}
.green {
    color:#27a745;
}

#customer-info.hide-last #characteristics{
    display:none;
}
.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color:darkgreen;
    border-color:darkgreen;
}
a:hover {
    
    color: darkgreen;
}
.hidden {display:none}
.checkbox div.col-sm-8:nth-of-type(1) {
    display: none !important;
}
.dropup, .dropright, .dropdown, .dropleft {
    padding-top: 7px;
}
.required label:after
{
    color: red;
    content: " *";
}
.currency {
    text-align: right;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding:0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border:none !important;
}

.positive {
    color:green;
    font-weight: bold;
}
.negative {
    color:red;
    font-weight: bold;
}

.select2-selection__clear {
    display:none;
}

#map,#mapForm,#mapBox,#BoxForm {
    height:300px !important;    
}
#customerMap {
    height:457px !important;    
}

.dataTables_wrapper {
   zoom: 0.96 !important;
}

.page-item.active .page-link {
    background-color: darkgreen;
    border-color: darkgreen;
}
.app-header {
    background-color:darkgreen
}
.app-sidebar {padding-top: 104px;}
.app-content {
    margin-top: 65px;
}
#hublist-in td .col-form-label {
    display:none;
}
#mailsend {
    margin-right: 10px;
}
#mailsend .toggle-group .toggle-on,#mailsend .toggle-group .toggle-off  {
 
}
#mailsend .toggle-group .toggle-on:hover,#mailsend .toggle-group .toggle-off:hover  {
  border-color:none !important;
  transform: translate3d(0, 0, 0);
}

.sweet-alert button {
    margin: 26px 46px 0 26px;
}

#loadingmsg {
      color: black;
      background: #fff; 
      padding: 10px;
      position: fixed;
      top: calc(50% - 50px);
      left: calc(50% - 50px);
      z-index: 100;
      padding:50px;
      font-size:18px;
      border-radius:5px;
      margin-right: -25%;
      margin-bottom: -25%;
      }
#loadingover {
      background: black;
      z-index: 99;
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=50);
      -moz-opacity: 0.5;
      -khtml-opacity: 0.5;
      opacity: 0.5;
    }

.app-menu {
    padding:0;
}

a > img {
	outline:none;
}

@media screen and (max-width: 650px) {
    .app-header__logo img{
    width: 20% !important;
    }
}

.delete-pickup {
    margin-bottom:4px
}
#searchform {
    width:30vw;
    display: flex;
}
.app-search {
   width:100%;
   justify-content: space-around;
}
.customerLink {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    width: 95%;
}
.bookMe {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#searchresult {
    overflow: auto;
    padding:0;
    min-height:80vh;
    max-height: 100vh;
    position:absolute;
    width:30vw;
    background:#fff;
    height:100%;
    top:38px
}

#searchresult li ul {
    list-style: none;
    margin-left:0;
    margin-right: 0;
    padding-left:0;
    padding-right:0;
    background:#fff;
}
#searchresult li ul li {
    display:flex;    
    border-bottom:#aaa 1px solid;
    padding:4px 5px;
}
#searchresult ul li ul {
     list-style: none;
}
#searchresult li > ul li:first-child {
   
    background-color:lightcyan;
}
#searchresult option {
    background-color: white;
    color: black;
    padding:10px 0
}
#searchresult optgroup 
{
    width:100%;
     padding:10px 5px;
    background-color:lightcyan;
    
}
.app-sidebar__toggle {
    display: flex;   
    align-content: space-around;
    justify-content: space-between;
    flex-wrap: wrap;
}
#searchclear {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}

@media screen and (max-width: 700px){
    .app-header__logo {
        flex: initial;
    }
}
@media screen and (max-width: 420px){
    .app-header {
        padding-right:0;
    }
    .app-nav {
        padding-right: 15px;
    }
    #searchform {
        width: 50vw;
    }
    .app-header__logo {
        display:none;
    }
    .app-search {
       display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    #searchresult {
    width: 70vw;
    left: 2vw;
    }
    .customerLink {
        Width:87%;
    }
    #searchresult li ul li {   
        padding: 8px 5px;
    }
}

#searchreset {
    display: flex;
    margin-left: 5px;
}

.badge-invoice {
  color: #fff;
  background-color: #9800ff;
}
.badge-collective {
  color: #fff;
  background-color: #009bc6;
}
/*
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}*/