textarea {
    max-width: 140%;
    max-height: 100%;
}

.container {
    margin-top: 15px;
}

thead {
    background-color: #0261b4;
    color: #f5f5f5;
}

input[type=text],
input[type=date] {
    height: 45px;
}

.bg-blue {
    background-color: #0261b4;
}

.font-blue {
    color: #0261b4;
}

.form-signin {
    max-width: 330px;
    min-height: 300px;
    padding: 15px;
    margin: 0 auto;
    background-color: rgb(243, 243, 243);
    padding-top: 40px;
    border-radius: 2px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .3)
}

.form-signin button {
    margin-bottom: 3px;
}

.form-signin input {
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}

.form-signin #inputUser {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin #inputPass {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.form-signin .text-danger {
    margin: 10px 10px 10px 15px;
    font-weight: bold;
}

.table-hover thead {
    background-color: #0261b4 !important;
    color: white;
}

.w10 {
    width: 10%;
}

.w20 {
    width: 20%;
}

.w40 {
    width: 40%;
}

.priority {
    background-color: #fac67d;
}

.high-priority {
    background-color: #fd9292;
}

#loading {
    position: fixed;
    z-index: 1100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #e3e3e3;
    opacity: 0.5;
    font-weight: bold;
    text-align: center;
    padding-top: 21%;
    font-size: 18px;
    /*display: none;*/
}

.orders-arrow {
    color: white;
}

.bg-green {
    background-color: #6dc16d;
}

.bg-lightgreen {
    background-color: #fafffa;
}

.front-panel {
    box-shadow: 0px 10px 40px -10px rgb(0 0 0 / 75%);
    padding: 0px;
    background-color: rgba(245, 245, 245, 0.92);
    padding: 20px 10px 20px 10px;
    margin-bottom: 2em;
}

.not-active {
    opacity: 0.5;
}


/* SWITCH */

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

#DateDay {
    width: 255px;
}

.label-text {
    min-width: 140px;
}