﻿
.errorMSG {
    font-size: 14px;
    color: red;
}

.frmError {
    border-bottom: 1px solid red !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #bdc2c7;
    cursor: not-allowed;
    opacity: 1
}

#toast-container * {
    display:block;
}

/*Loader css*/
#loading-bar .bar {
    background: #169F85 !important;
}

.backtotop {
    right: 0px !important;
    left: 15px;
}

#loading-bar-spinner {
    display: block;
    position: fixed;
    z-index: 10002;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
}

    #loading-bar-spinner .spinner-icon {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 50px !important;
        height: 50px !important;
    }
/*Loader css*/

.ml-10 {
    margin-left:10px !important;
}

.UploadedFilesList {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.UploadedFiles {
    border: 1px solid rgba(0,0,0,0.25);
    padding: 3px;
    max-width: 270px;
    display: flex;
    align-items: center;
    margin: 12px 15px 12px 0;
}

    .UploadedFiles .FileName {
        width: calc(100% - 90px);
        padding: 10px;
    }

    .UploadedFiles label {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .UploadedFiles img {
        min-width: 120px;
        max-width: 120px;
       /* height: 90px;*/
    }

    .UploadedFiles .DeleteIc,
    .UploadedFiles .DeleteIc img {
        min-width: 30px;
        max-width: 30px;
        height: 30px;
    }