:root {
    --red: #c51f1f;
    --blue: #0d6efd;
    --white: #ffffff;
    --green: #198754;
}

/* CSS for Project UPL Warehouse */
.container_01 {
    /*width: 320px;*/
    /*height: 180px;*/
    text-align: center;
    border: solid 1px green;
}
.loading_block {
    height: 470px;
    width: 350px;
    background: rgba(255, 255, 255, 0.8);
}
.color_cube {
    height: 18px;
    width: 18px;

    display: inline-block;

    position: relative;
    top: 4px;
}
.devider {
    border-bottom: solid 1px #dfdfdf;
    margin: 5px 0px 5px 0px;
    width: 100%;
}
.devider_2 {
    margin: 5px 0px 5px 10px;
    width: 96%;
}

/* Some decors */
.txt_underline {
    text-decoration: underline;
}
.no_decoration {
    text-decoration: none;
}
/* ----------- */

/* Fonts */
.txt_small_1 {
    font-size: 8px;
}
.txt_small_2 {
    font-size: 10px;
}
.txt_small_3 {
    font-size: 11px;
}

.txt_medium_1 {
    font-size: 12px;
}
.txt_medium_2 {
    font-size: 14px;
}

.week_days{
    margin-top: 8px;
}

.week_days button{
    border:1px solid #28a745;
    color: #28a745;
    padding: 4px 24px;
}

.week_days button:hover{
    background: #28a745;
    color: #fff;
}

.txt_large_1 {
    font-size: 16px;
}
.txt_large_2 {
    font-size: 18px;
}
.txt_large_3 {
    font-size: 20px;
}
.txt_large_4 {
    font-size: 22px;
}
.txt-bold {
    font-weight: bold;
}
.txt_bold {
    font-weight: bold;
}
.txt_bold_2 {
    font-weight: 500;
}
.distinct_txt_1 {
    color: #0d95e8;
    font-weight: bold;
}
.distinct_txt_2 {
    color: #f600ff;
    font-weight: bold;
}
.distinct_txt_3 {
    color: #d38080;
    font-style: italic;
}
.grey_txt {
    color: #cccccc;
}

.no_data_txt {
    color: #cccccc;
    /* text-decoration: underline; */
    font-style: italic;
}
.italic_text {
    font-style: italic;
}

.bg_primary {
    background-color: #cfe2ff;
}
.bg_success {
    background-color: #d1e7dd;
}
.bg_warning {
    background-color: #fff3cd;
}
.bg_danger {
    background-color: #f8d7da;
}
.bg_info {
    background-color: #cff4fc;
}
.bg_green {
    background-color: #9ed89e;
}
.bg_white {
    background-color: #ffffff;
}
.bg_orange_1 {
    background-color: orange;
}
.bg_orange_2 {
    background-color: #ffbf4b;
}
.bg_distinct_2 {
    background-color: #f600ff;
}
/* ----- */

/* Standard colors */
.red {
    color: red;
}
.red_2 {
    color: #f97e8a;
}
.green_1 {
    color: green;
}
.green_2 {
    color: #9ed89e;
}
.orange_1 {
    color: orange;
}
.orange_2 {
    color: #fcd691;
}
.yellow_1 {
    color: yellow;
}
.blue_1 {
    color: #60b0f4;
}
.grey_1 {
    color: #CCCCCC;
}
.disabled_red {
    color: #ecac9f;
}
.white {
    color: #ffffff;
}
/* --------------- */

/* Positioning related */
.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bottom {
    position: absolute;
    top: 100%;
    /*left: 50%;*/
    transform: translate(0%, 0%);
}
.sticky_top {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}
.sticky_bottom {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    bottom: 0;
}
.sticky_bottom_2 {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
/* ------------------- */

/* Invoice */
.row_1 {
    background-color: #d0cece;
    font-weight: bold;
    font-size: 12px;
}
.row_2 {
    background-color: #ffffff;
    font-size: 12px;
}
/* ------- */

.list_titles_1 {
    display: inline-block;
    width: 95px;
    text-align: right;
    margin: 0px 5px 0px 5px;
}
.list_titles_2 {
    display: inline-block;
    width: 100px;
    text-align: right;
    margin: 0px 5px 0px 5px;
}
.list_titles_3 {
    display: inline-block;
    width: 150px;
    text-align: right;
    margin: 0px 5px 0px 5px;
}

.hover_name{
    cursor: pointer;
}

.hovered_image{
    display: none;
    border-radius: 3px;
    border:1px solid #ccc;
    overflow: hidden;
    position: absolute;
}

.hover_name:hover > .hovered_image{
    display: block !important;
}

.params_row_1 {
    width: 62px;
    text-align: right;
    border-left: solid 1px #CCCCCC;
}
.params_row_2 {
    width: 55px;
    text-align: right;
    border-left: solid 1px #CCCCCC;
}

.ellipsis_1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 250px;
}

.parc_ord_list_div {
    width: 140px;
}
.parc_ord_list_row:hover {
    background: #f8f9fa;
}
.hover_bg div:hover {
    background: #f4f3f3;
}
#cred_blocks div:hover {
    background: #f4f3f3;
}
.pointer {
    cursor: pointer;
}
.link {
    /*color: #0c5460;*/
    text-decoration: none !important;
}
.link_active {
    text-decoration: underline;
}
.link_grey {
    color: #222222;
    text-decoration: none !important;
}
.lang_link a {
    color: #60b0f4;
}
.lang_link a:hover {
    color: #227bff;
}
.table_style tr:hover {
    background-color: #e7efeb;
}
.table_style tr:nth-child(even) {
    background: #f1eeee;
}
.table_style tr:nth-child(even):hover {
    background: #e7efeb;
}

/* Hide arrows on number input fields */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* ---------------------------------- */

/* Some element's animation (not used yet) */

/* The animation code */
@keyframes fade_away {
    0% { opacity: 1.0; }
    99% { opacity: 0; }
    100% { display: none; }
}

/* The element to apply the animation to */
.fade_away_ani {
    opacity: 1.0;
    animation-name: fade_away;
    animation-duration: 1s;
}
/* --------------------------------------- */

/* ------------------------ */



/* Testing CSS */
.scaled {
    transform: scale(0.25); /* Equal to scaleX(0.25) scaleY(0.25) */
}


/* Mine CSS */
.form-padding{
    padding: 12px;
}

.color_red{
    color:red
}

.locations{
    height: 300px;
    background: #eaeaea;
    text-align: center;
    margin: 12px 0;
}



.locations a i.fa-plus{
    margin-top: 100px;
}

.form-group {
    margin-bottom: 1rem;
}

.small-box{
    height: 100%;
}

.icon a.edit_location_btn{
    margin-left: 14px;
    margin-right: 14px;
    color: var(--blue);
}

.delete_location_btn{
    color: var(--red);
}

.add_new_location a{
    height: 100%;
    display: block;
}

.small-box{
    text-align: left;
    padding: 8px;
}

a{
    cursor: pointer;
}

.locations h3{
    font-size: 22px !important;
}

.form{
    margin: 12px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.mt-32{
    margin-top: 32px;
}

label{
    cursor: pointer;
}

.form-switch input, .form-switch label{
    cursor: pointer;
}

.card {
    border: none !important;
    box-shadow: none !important;
}

.fa-toggle-on{
    color: var(--green);
}