.sign-in-form {
	max-width: 450px;
	margin: 10% auto;
	padding: 30px
}

.login-text{
  font-size:1.8em;
  text-align: center;
  margin-top:20px;
  margin-bottom:20px;
}

.space{
  height:80px;
}

.form-outline{
  margin-bottom:15px;
}

.select-wrapper{position:relative; top:6px;}

.breadcrumbs{
  margin-bottom:10px;
  font-size:0.9em;
}

.item{
  width:100px; 
  border:1px solid #bbb;
  position:absolute !important;
  text-align:right;
  border-radius: 2px;
  padding-right:5px;
  color:#fff;
  font-size:0.8em;
  line-height:1.3em;
  border-radius: 3px;
}

.item-line{
  font-weight: bold;
}

.browser-select{
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    height:35px;
}
.datatable td {
  overflow: visible; /* this is what fixes the expansion */
  text-overflow: unset !important;
  white-space: nowrap;
  max-width: min-content !important;
}
.fl-right{
    float:right;
}
.image-dropped-div{
    position:relative;
    width:100px;
    height:120px;
    text-align:center;
    border:1px solid #bdbdbd; 
    border-radius:3px;
    margin-right:5px;
    float:left;
}
.image-dropped{
    max-width:95%;
    max-height:95%;
    margin-top:2.5%
}
.image-dropped-wrapper{
    height:75%;
}
.visualize-delete-dropped-div{
    height:25%;
    border-top:1px solid #bdbdbd;
    text-align: center;
}
.visualize-dropped-div{
    width:50%;
    display:inline-block;
}
.delete-dropped-div{
    border-left:1px solid #bdbdbd;
    height:100%;
    display:inline-block;
}
.box-shadow-none{
    box-shadow: none;
}
.box-shadow-none:hover{
    box-shadow: none;
}
.box-shadow-none:focus{
    box-shadow: none;
}

@media (min-width: 1400px) {
    main,
    header,
    #main-navbar {
        padding-left: 240px !important;
    }
}

body {
    background-color: #fbfbfb;
}

main{
    margin-top:58px;
}
.text-right{text-align:right!important}
.text-left{text-align:left!important}

#calendar{ max-height: 700px; }

.select-wrapper{ position: initial !important; }
.table-responsive { /*overflow: visible !important; */}

td{ overflow:visible !important; }

.form-label-select{
    position:relative;
    top:-44px;
    left:8px;
    font-size:12px;
    background-color:white;
    padding: .5px 3px;
}

.select-input-2 {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
    margin-right: 2rem;
}

.notification-item{
    width:300px;
    border-bottom:1px solid lightgray;
}

.notification-item:last-child{
    border-bottom:none;
}

.whitespace-none{
    white-space: normal !important;
}
.event-created{
    background-color: #093d94;
    color: white;
}
.event-dispatched{
    background-color: #94095c;
    color: white;
}
.event-accepted{
    background-color: #949009;
    color: white;
}
.event-travel{
    background-color: #099494;
    color: white;
}
.event-on-site{
    background-color: #946909;
    color: white;
}
.event-return-needed{
    background-color: #940909;
    color: white;
}
.event-work-done{
    background-color: #09942d;
    color: white;
}
.ws-order-box-calendar{
    border: 1px solid #e0e0e0;
    padding: 5px;
    margin-bottom: 8px;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    overflow:hidden;
    font-size: small;
    background-color: #f4f4f4;
}
.ws-order-box-calendar-wrapper{
    padding: 5px;
    width: 100%;
    height:80px;
    overflow: hidden;
    cursor: pointer;
}
.ws-order-box-calendar-wrapper-dropped{
    resize: vertical;
    position: absolute !important;
    width: auto;
    left: 0;
    right: 0;
}
.calendar-ws-orders td{
    height: 0;
    overflow: hidden !important;
}
@-moz-document url-prefix() { 
    .calendar-ws-orders tr{
        height: 100%;
    }
    .calendar-ws-orders td{
        height: 100%;
        overflow: hidden !important;
    }
}
.absolute-div{
    background-color:white;
    width: 100%;
    height: 100%;
}
.no-pointer-events{
    visibility: hidden;
}
.multiple-lines-background{
    background-color: #fff;
    background-image: linear-gradient(#e0e0e0 1.5px, transparent 1.5px);
    background-size: 100% 40px;  
    background-position-y: 3.15%;
}
.form-label{
    white-space: nowrap;
}
.form-outline{
    overflow-x: clip;
}
.cursor-pointer{
    cursor: pointer;
}
.comment-below-input{
    margin-top: -25px;
    font-size: 11px;
    padding-left: 10px;
}
.table-xs td, .table-xs th{
    padding: .5rem 0.6rem !important;
}
.red-border{
    border-color: red !important;
}
.red-border:focus{
    border-color: red !important;
    box-shadow: inset 0 0 0 1px red;
    -webkit-box-shadow: inset 0 0 0 1px red;
}
.autocomplete-form-outline-red{
    border:1px solid red; 
    border-radius:.25rem
}
.autoc-red:focus{
    box-shadow: inset 0 0 0 1px red !important;
    -webkit-box-shadow: inset 0 0 0 1px red !important;
}
.border-top-input-line{
    border-bottom:0;
    border-top:2px solid #e0e0e0;
}
.fco{
    border-radius: 3px;
    border: 1px solid #7e7e7e;
    padding: 1px 5px;
}
input[readonly]{
    color:gray !important;
}
.recipient-buffer-item{
    background-color: #e3e3e3;
    border-radius: 5px;
    padding: 2px 10px;
    display: inline-block;
    margin-right: 3px;
}
.recipient-buffer{
    margin-bottom: 15px;
}
.mr-5{
    margin-right: 5px;
}
.nowrap{
    white-space: nowrap;
}