﻿.btn {
    width: fit-content !important;
}

.row-margin-bottom-1 {
    margin-bottom: 1rem;
}

.row-margin-top-1 {
    margin-top: 1rem;
}

.file-upload, select {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: 6px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.file-upload:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

/* The button size */
.file-upload {
    height: fit-content
}

.file-upload, .file-upload span {
    width: fit-content
}

.file-upload input {
    top: 0;
    left: 0;
    margin: 0;
    font-size: 11px;
    font-weight: bold;
    /* Loses tab index in webkit if width is set to 0 */
    opacity: 0;
    filter: alpha(opacity=0);
}

.OOPS {
    background-color: rgb(248, 215, 218);
    border-bottom-color: rgb(241, 174, 181);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(241, 174, 181);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(241, 174, 181);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(241, 174, 181);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top-style: solid;
    border-top-width: 1px;
}

.OK {
    background-color: rgb(209, 231, 221);
    border-bottom-color: rgb(163, 207, 187);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(163, 207, 187);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(163, 207, 187);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(163, 207, 187);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top-style: solid;
    border-top-width: 1px;
}

.divWarningLarge {
    background-color: #ED1C24;
    text-align: center;
    font-size: 14px;
    color: white !important;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
    padding: 10px;
}

.displaynone {
    display: none;
}

.alignleft {
    text-align: left;
}

.rowscroll {
    overflow-x:auto;
}