﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}
.save_button {
    margin-right: 10px;
}
.SelectedImage {
    height: 100px;
    background-size: contain;
    width: 180px;
    transition:1s;
}
.text-box {
    display: block;
    width: 100%;
    height: calc(1.9rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #324148;
    border-width: 2px;
    border-color: #e0e3e4;
    padding: .375rem .75rem;
}
.multi-line{
    height:auto;
}
.k-edit-form-container .k-edit-label {
    max-width: 200px;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
    padding-right: 1.4em;
    padding-left: 1.4em;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */

.border-top {
    border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    font-size: 100%;

}

body {
    font-family: 'Roboto', sans-serif;
    /*font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Roboto Slab', serif;
    font-family: 'Merriweather', serif;
    font-family: 'Lora', serif;
    font-family: 'IBM Plex Serif', serif;*/
    font-weight:500;
    color:rgba(30,30,30,0.8);
}
.k-widget {
    color: rgba(30,30,30,0.8);
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}
.status {
    color: white;
    padding: 3px 6px;
    background-color: gray;
    display: inline-flex;
    align-self: center;
    border-radius: 4px;
}
.status--Livrata {
    min-width: 51px;
    background-color: green;
}
.status--Expediata {
    background-color: mediumpurple;
}
.status--Incompleta {
    background-color: fuchsia;
}
.status--Procesata {
    background-color: dodgerblue;
}
.status--Anulata {
    background-color: orangered;
}
.AWB_Generation_Form {
    display: flex;
    justify-content: space-around;
}
.flex-form {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    width: 100%;
    position: relative;
    border-style: solid;
    border-width: 1px;
    padding: .8rem .92rem;
    border-radius: 0.5rem;
    box-sizing: border-box;
    border-color: #e0e0e0;
    border-top-left-radius: 0;
    margin-right:20px;
    margin-bottom:40px;
}
.flex-center{
    justify-content:center;
}
.flex-form-column {
    flex-direction: column;
}

.form-control-length {
    width: 320px;
}
.form-description {
    display:block;
    position: absolute;
    top: 0;
    z-index: 1;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    padding: .5rem .92rem;
    line-height: 1rem;
    font-size: 0.9rem;
    font-weight: 700;
    transform:translateY(-100%);
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
    border-color: #e0e0e0;
    border-bottom: 0;
    left: -1px;
    margin-bottom: 0;
    padding-bottom: 1px;
}

.flex-form form{
    width:100%;
}
.form-left {
    margin-right: 4rem;
}

.form-label {
    font-size: 0.8rem;
}

.flex-form .form-line {
    margin:0.3rem;
    min-height: 1rem;
}
.flex-form .form-control {
    width: 320px;
    padding: .275rem .45rem;
    font-size: 0.8rem;
    line-height: 1.6rem;
    border-width:2px;
    height: calc(1.66rem + 2px) !important;
}
.btn {
    padding: .3rem .3rem;
    font-size: 0.8rem;
    line-height: 1rem;
}
.btn-primary {
    padding-right: 0.8em;
    padding-left: 0.8em;
}
.k-dropdown .k-input, .k-picker-wrap .k-input, .custom-file .custom-file-input, .k-dropdown-wrap .k-input {
    font-size: 0.8rem;
    line-height: 1.26rem;
}
.custom-file {
    height: calc(1.66rem + 2px) !important;
}
.custom-file-label::after {
    height: 1.52rem !important;
    padding: .275rem .45rem;
    line-height: 1rem;
    font-size: 0.8rem;
}
    .custom-file .custom-file-input, .custom-file .custom-file-label {
        height: calc(1.66rem + 2px) !important;
    }
.custom-file .custom-file-label {
    padding: .275rem .45rem;
    line-height: 1rem;
    font-size: 0.8rem;
}
        .k-dropdown-wrap .k-select{
            line-height: 1.46rem;
            width: 1rem;
        }
.k-picker-wrap .k-select {
    line-height: 1.46rem;
    width: 2rem;
}
    .k-dropdown-wrap{
    border-width:2px;
}
.k-grid td {
    padding: .229em .886em;
    font-size: 0.8rem;
    padding-left:1.1rem;
    line-height: 1.26rem;
}
.k-grid-header th.k-header{
    padding: .529em .886em;
    font-size: 0.8rem;
    line-height: 1.26rem;
}
.k-icon {
    width: 1rem;
    height: 1rem;
    font: 1rem/1 WebComponentsIcons;
}
.k-icon:before {
     width: 1rem;
     height: 1rem;
}
.k-grid tbody tr {
    cursor: move;
}
.separator {
    margin-top: 25px;
    margin-bottom: 80px;
    border: 0;
    border-radius:100%;
}

.separator--line {
    border: 0;
    border-bottom: 4px solid #1b6ec2;
    width: 0;
    -webkit-animation: separator-width 2s ease-out forwards;
    animation: separator-width 2s ease-out forwards;
}

@-webkit-keyframes separator-width {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes separator-width {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.no-upload-status .k-upload-files, .no-upload-status .k-upload-status-total {
    display: none;
}

@-webkit-keyframes k-upload-status-width {
    0% {
        width: 0;
    }

    100% {
        width: 50px;
    }
}

@keyframes k-upload-status-width {
    0% {
        width: 0;
    }

    100% {
        width: 50px;
    }
}

.k-listbox .k-button .k-icon {
    margin-right: 0px;
}
