﻿/* Font Awesome Formatting */
svg {
    margin-right: 5px;
}

.m-l-40 {
    margin-left: 40px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-l-30 {
    margin-left: 30px !important;
}

select[disabled] {
    background-color: #EEE !important;
}

.red {
    color: #FF0000;
}

.yellow {
    color: #FFFF00;
}

.green {
    color: #008300;
}

.orange {
    color: #FF9409;
}

.grey {
    color: #808080;
}

.blue {
    color: #002F90;
}

.purple {
    color: #FF78FF;
}

.black {
    color: #000000;
}

.left-inner-addon {
    position: relative;
}

    .left-inner-addon input {
        padding-left: 22px;
    }

    .left-inner-addon span {
        position: absolute;
        padding: 7px 12px;
        pointer-events: none;
    }

.right-inner-addon {
    position: relative;
}

    .right-inner-addon span {
        position: absolute;
        padding: 7px 49px;
        pointer-events: none;
    }

.form-input {
    padding-left: 10px;
}

.checkedListStyle {
    border-Radius: 5px;
    border: 1px solid #eee;
    background-Color: #eee;
    padding: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

ul.bullet-list li {
    list-style-type: disc !important;
    line-height: 18px !important;
}

.input-special {
    height: 34px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #555 !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%) !important;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
    width: 125px !important;
    border-width: 1px !important;
    border-style: solid !important;
}

.fs-1 {
    font-size: 2.5rem !important;
}

.fs-2 {
    font-size: 2rem !important;
}

.fs-3 {
    font-size: 1.75rem !important;
}

.fs-4 {
    font-size: 1.5rem !important;
}

.fs-5 {
    font-size: 1.25rem !important;
}

.fs-6 {
    font-size: 1rem !important;
}

.site-footer {
    color: white;
}

    .site-footer .row {
        color: white;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

.text-italic {
    font-style: italic;
}

.settings-image {
    max-width: 700px;
}

.selected-people {
    overflow: hidden !important;
}

gd.assignUser img {
    opacity: 1;
    filter: Alpha(opacity=100);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.assignUser img.avatar {
    position: relative;
    float: left;
    margin-left: 0;
    margin-top: 0;
    width: 65px;
    height: 65px;
}

.assignUser img.avatar-small {
    position: relative;
    float: left;
    margin-left: 0;
    margin-top: 0;
    width: 42px;
    height: 42px;
}

.form-well {
    padding: 15px 18px 15px 25px;
    border: 1px solid black;
    background-color: #eee;
    margin-bottom: 10px;
    border-radius: 15px;
}

.form-clear-well {
    padding: 15px 18px 15px 25px;
    border: 1px solid black;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 15px;
}

.form-shaded-well {
    border: 1px solid black;
    background-color: #eee !important;
    color: #000 !important;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 15px;
}


.report-error {
    max-width: 500px;
}

.react-toast-notifications__container {
    z-index: 9999 !important;
}


.file-list {
    display: flex;
    flex-direction: row;
    border: 2px solid rgba(164, 166, 135, 0.4);
    transition: all 200ms ease-in-out;
    border-radius: 4px;
    margin-bottom: 16px;
}

    .file-list .icon {
        background: rgba(164, 166, 135, 0.4);
        transition: all 200ms ease-in-out;
        padding: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .file-list .text {
        padding: 16px;
    }

        .file-list .text h3 {
            font-size: 24px;
        }

        .file-list .text p {
            margin: 0;
            color: black;
        }

    .file-list .date {
        margin: 0;
        font-size: 12px;
        font-style: italic;
    }

.img-view-img {
    max-width: 140px;
    max-height: 100px;
    border-radius: 10px;
}

.img-view-title {
    margin: 0;
    font-size: 12px;
    font-style: italic;
    overflow: hidden;
    height: 20px;
}

.table-action {
    margin-right: 5px;
    border: 2px solid #eee;
    border-radius: 5px;
    padding: 5px;
}

    .table-action:hover {
        opacity: 50%;
    }

    .table-action a {
        text-decoration: none;
    }


.dropdownaction {
    position: absolute;
    bottom: 0;
}