﻿.file-upload-alert {
    color: red;
}


.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

    .file-upload-input:disabled + .drag-text {
        border-color: #A1A1A1;
        background-color: #E0E0E0;
        color: #C7C7C7;
    }

.image-upload-wrap {
    /*border: 4px solid #04AFD3;*/
    position: relative;
    box-shadow: inset 0 0 0 3px #8da9cc;
    border-radius: 30px;
    background-color: #eaeef6;
}

    .image-upload-wrap:hover {
		background-color: rgba(108, 145, 192, 0.15);
        /*border: 4px solid #ffffff;*/
    }

        .image-upload-wrap:hover .drag-text h2 {
            /* color: #ffffff !important; */
        }

.image-upload-wrap-hover {
    /*background-color: #04AFD3;*/
    /*border: 4px solid #ffffff;*/
}

    .image-upload-wrap-hover .drag-text h2 {
        /*color: #ffffff !important;*/
    }

.drag-text {
    text-align: center;
}

    .drag-text h2 {
        margin: 0px;
		color: #004687 !important;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
		font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
		line-height: 3.85em;
		letter-spacing: 2px;
		font-size: .75em !important;
		font-weight: 400;
    }

.grid-file-upload {
    border: 1px solid transparent;
    padding: 0 !important;
    border-top: 2px solid #d2d6de;
    border-bottom: 2px solid #d2d6de;
    margin-bottom: 0;
    line-height: 2;
    box-sizing: border-box;
    font-size: 15px;
    width: 100%;
	text-align:center;
}

    .grid-file-upload a {
        color: #000000;
        text-decoration: none;
    }

    .grid-file-upload table {
        background-color: transparent;
        border-spacing: 0;
        border-collapse: collapse;
    }

    .grid-file-upload td {
        padding-right: 10px;
    }

    .grid-file-upload th {
        text-align: center !important;
    }
	
/* .file-upload-input { */
    /* position: absolute; */
    /* margin: 0; */
    /* padding: 0; */
    /* width: 100%; */
    /* height: 100%; */
    /* outline: none; */
    /* opacity: 0; */
    /* cursor: pointer; */
/* } */

    /* .file-upload-input:disabled + .drag-text { */
        /* border-color: #A1A1A1; */
        /* background-color: #E0E0E0; */
        /* color: #C7C7C7; */
    /* } */

/* .image-upload-wrap { */
    /* position: relative; */
/* } */

    /* .image-upload-wrap:hover .file-upload-input:enabled + .drag-text { */
        /* background-color: rgba(108, 145, 192, 0.15); */
    /* } */

        /* .image-upload-wrap:hover .file-upload-input:enabled + .drag-text h2 { */
        /* } */


/* .image-upload-wrap-hover { */
    /* background-color: transparent; */
/* } */

    /* .image-upload-wrap-hover .drag-text h2 { */
    /* } */

/* .drag-text { */
    /* text-align: center; */
    /* border: 4px solid #004687; */
/* } */

    /* .drag-text h2 { */
        /* padding: 10px 0; */
        /* margin: 0px; */
        /* font-size: 20px; */
    /* } */
