#login_container {
   display: flex;
   align-items: center;
   justify-content: center;
   height: 100vh;
   background: rgba(200, 200, 200, 1);
   background: url('../../static/images/aryztapcs_bgo_01.jpg') no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}

#login_area {
   border-radius: 30px;
   padding: 50px 50px 50px 45px;
   background: rgba(255,255,255,0.9);
}

#login_button {
   display: flex;
   justify-content: center;
}

#aryzta_logo {
   background: url('../../static/images/aryzta_logo.png');
   background-position: center;
   background-size: 70%;
   background-repeat: no-repeat;
   height: 50px;
}
#fornetti_logo {
   background: url('../../static/images/fornetti_logo.png');
   background-position: center;
   background-size: 80%;
   background-repeat: no-repeat;
   height: 50px;
}

#mobile-nav-menu-btn {
    position: fixed;
    left: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 2px black;
}

.sidenav {
    width: 250px !important;
}

.dropdown-content > li > a {
    padding: 0 8px;
    font-size: 12px;
}
.rightinfo {
    float:right;
    line-height: 21px;
    padding-right: 10px;
    text-align: right;   
    font-weight: bold;
}

.currentmenu {
    font-weight: bold;
    float: left;
    padding-left: 260px;    
    position: absolute;
}

.dropdown-trigger {
    color: #ee6e73 !important;
}

#main-content {
    padding: 10px;
}

@media only screen and (min-width: 992px) {
    #main-content {
        padding: 10px;
        margin-left: 250px;
    }
}

a {
    cursor: pointer;
}

div[id^="progressbarcontainer_"] {
    margin: 5px;
    height: 19px;
}

#company-dropdown > li > a{
    overflow: hidden; 
    white-space: nowrap; 
    text-overflow: ellipsis;
}

.select2 .selection .select2-selection--single, .select2-container--default .select2-search--dropdown .select2-search__field {
    border-width: 0 0 1px 0 !important;
    border-radius: 0 !important;
    margin-top: 1em;
    height: 2.05rem;
}

.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-width: 0 0 1px 0 !important;
    border-radius: 0 !important;
}

.select2-results__option {
    color: #ff7043;
    padding: 8px 16px;
    font-size: 16px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eee !important;
    color: #ff7043 !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #e1e1e1 !important;
}

.select2-dropdown {
    border: none !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.select2-container--default .select2-results__option[role=group] .select2-results__group {
    background-color: #333333;
    color: #fff;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0 !important;
}

.select2-container .select2-search--inline .select2-search__field:focus {
    border-bottom: none !important;
    box-shadow: none !important;
}

.select2-container .select2-selection--multiple {
    min-height: 2.05rem !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #ddd !important;
    color: rgba(0,0,0,0.26);
    border-bottom: 1px dotted rgba(0,0,0,0.26);
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
  &.valid + label::after,
  &.invalid + label::after,
  &:focus.valid + label::after,
  &:focus.invalid + label::after {
    white-space: pre;
  }
  &.empty {
    &:not(:focus).valid + label::after,
    &:not(:focus).invalid + label::after {
      top: 2.8rem;

    } 
  }
}

.colored-toast.swal2-icon-success {
   background-color: #a5dc86 !important;
 }
 
 .colored-toast.swal2-icon-error {
   background-color: #f44336 !important;
 }
 
 .colored-toast.swal2-icon-warning {
   background-color: #f8bb86 !important;
 }
 
 .colored-toast.swal2-icon-info {
   background-color: #3fc3ee !important;
 }
 
 .colored-toast.swal2-icon-question {
   background-color: #87adbd !important;
 }
 
 .colored-toast .swal2-title {
   color: white;
 }
 
 .colored-toast .swal2-close {
   color: white;
 }
 
 .colored-toast .swal2-html-container {
   color: white;
 }
 
 .unselectable {
   -webkit-user-select: none;
   -webkit-touch-callout: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
 }