﻿.fileUpload {
    background: #1c1c1c;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    position: relative;
    padding: 2px 4px 2px 4px;
    font-size: 1em;
    line-height: 1.2307em;
    text-decoration: none;
    color: #fff;
}

    .fileUpload.input:hover {
        background: #757575;
    }

    .fileUpload.a {
        color: #fff;
    }

.ajax__fileupload {
    padding: 2px 4px 2px 4px;
    background: #1c1c1c;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: #D3D3D3 1px solid;
    overflow: auto;
}

.ajax__fileupload_selectFileContainer {
    height: 26px !important;
    width: 86px !important;
}

.ajax__fileupload_selectFileButton {
    /*display: block;*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    /*line-height: 24px;*/
    text-align: center;
    background-color: black !important; /*#212121;*/
    color: whitesmoke !important;
    cursor: pointer;
    font-size: 13px;
    border: 1px !important;
    border-style: solid !important;
    border-color: white !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

    .ajax__fileupload_selectFileButton:hover {
        background-color: #333333 !important;
        color: yellow !important;
    }

.ajax__fileupload_topFileStatus {
    color: #f5edfe !important;
}

.ajax__fileupload_ProgressBarHolder {
    margin-right: 70px;
    _margin-right: 0;
}

.ajax__fileupload_uploadbutton {
    width: 60px;
    text-align: center;
    cursor: pointer;
    color: white;
    font-weight: bold;
    background-color: #3333ff !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px !important;
    border-style: solid !important;
    border-color: white !important;
}

.ajax_fileupload_cancelbutton {
    width: 60px;
    text-align: center;
    cursor: pointer;
    color: white;
    font-weight: bold;
    background-color: #ff6666;
}

.ajax__fileupload_dropzone {
    color: #ffffee;
    border-style: dotted;
    border-width: 1px;
    line-height: 50px;
    text-align: center;
    _text-align: left; /* IE Only */
    margin-bottom: 2px;
}

.ajax__fileupload_queueContainer {
    border: #A9A9A9 1px solid;
    border-width: 1px;
    margin-top: 2px;
    padding: 4px;
    clear: both;
}

.ajax__fileupload_progressBar {
    padding-left: 4px;
    background-color: #CCFFCC;
}

.ajax__fileupload_footer {
    padding-top: 2px !important;
    padding-bottom: 1px;
    height: 22px !important;
}

.ajax__fileupload_fileItemInfo {
    /*line-height: 20px;*/
    height: 22px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    /*overflow: hidden;*/
}

    .ajax__fileupload_fileItemInfo .filename {
        font-weight: bold;
    }

    .ajax__fileupload_fileItemInfo .uploadstatus {
        font-style: italic;
    }

    .ajax__fileupload_fileItemInfo .removeButton {
        cursor: pointer;
        background-color: rgba(239, 150, 41, 0.97) !important;
        color: white !important;
        width: 55px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        display: block;
        float: left;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border: 1px !important;
        border-style: solid !important;
        border-color: white !important;
    }

    .ajax__fileupload_fileItemInfo .uploadedState {
        color: #060;
        background-color: #fff;
    }

    .ajax__fileupload_fileItemInfo .uploadingState {
        color: #FF9900;
        background-color: #fff;
    }

    .ajax__fileupload_fileItemInfo .pendingState {
        color: #009;
        background-color: #fff;
    }

    .ajax__fileupload_fileItemInfo .errorState {
        color: #ffffff;
        background-color: #ff0000;
    }

    .ajax__fileupload_fileItemInfo .cancelledState {
        color: #900;
        background-color: #fff;
    }

/*Check*/
.ajax__fileupload_selectFileContainer {
    display: inline;
    overflow: hidden;
    /*position: relative;*/
    /*float: left;*/
}

    .ajax__fileupload_selectFileContainer input {
        border: medium none;
        cursor: pointer;
        height: 40px;
        margin: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

.ajax__fileupload_fileItemInfo {
    position: relative;
    z-index: 0;
}

    .ajax__fileupload_fileItemInfo div {
        display: inline-block;
    }

        .ajax__fileupload_fileItemInfo div.removeButton {
            position: absolute;
            top: 0;
            right: 0;
        }


.mycheckBig input {
    width: 17px;
    height: 17px;
    display:inline-flex;
}




    @media only screen and (max-width:500px) {

        .fileUpload {
            background: #1c1c1c;
            border-radius: 6px;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            position: relative;
            padding: 2px 4px 2px 4px;
            font-size: 1em;
            line-height: 1.2307em;
            text-decoration: none;
            color: #fff;
        }

            .fileUpload.input:hover {
                background: #757575;
            }

            .fileUpload.a {
                color: #fff;
            }

        .ajax__fileupload {
            padding: 2px 4px 2px 4px;
            background: #1c1c1c;
            border-radius: 6px;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            border: #D3D3D3 1px solid;
            overflow: auto;
        }

        .ajax__fileupload_selectFileContainer {
            height: 26px !important;
            width: 86px !important;
        }

        .ajax__fileupload_selectFileButton {
            /*display: block;*/
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            /*line-height: 24px;*/
            text-align: center;
            background-color: black !important; /*#212121;*/
            color: whitesmoke !important;
            cursor: pointer;
            font-size: 13px;
            border: 1px !important;
            border-style: solid !important;
            border-color: white !important;
            padding-top: 0px !important;
            padding-bottom: 0px !important;
        }

            .ajax__fileupload_selectFileButton:hover {
                background-color: #333333 !important;
                color: yellow !important;
            }

        .ajax__fileupload_topFileStatus {
            color: #f5edfe !important;
        }

        .ajax__fileupload_ProgressBarHolder {
            margin-right: 70px;
            _margin-right: 0;
        }

        .ajax__fileupload_uploadbutton {
            width: 60px;
            text-align: center;
            cursor: pointer;
            color: white;
            font-weight: bold;
            background-color: #3333ff !important;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border: 1px !important;
            border-style: solid !important;
            border-color: white !important;
        }

        .ajax_fileupload_cancelbutton {
            width: 60px;
            text-align: center;
            cursor: pointer;
            color: white;
            font-weight: bold;
            background-color: #ff6666;
        }

        .ajax__fileupload_dropzone {
            color: #ffffee;
            border-style: dotted;
            border-width: 1px;
            line-height: 50px;
            text-align: center;
            _text-align: left; /* IE Only */
            margin-bottom: 2px;
        }

        .ajax__fileupload_queueContainer {
            border: #A9A9A9 1px solid;
            border-width: 1px;
            margin-top: 2px;
            padding: 4px;
            clear: both;
        }

        .ajax__fileupload_progressBar {
            padding-left: 4px;
            background-color: #CCFFCC;
        }

        .ajax__fileupload_footer {
            padding-top: 2px !important;
            padding-bottom: 1px;
            height: 22px !important;
        }

        .ajax__fileupload_fileItemInfo {
            /*line-height: 20px;*/
            height: 22px !important;
            padding-bottom: 0px !important;
            padding-top: 0px !important;
            /*overflow: hidden;*/
        }

            .ajax__fileupload_fileItemInfo .filename {
                font-weight: bold;
            }

            .ajax__fileupload_fileItemInfo .uploadstatus {
                font-style: italic;
            }

            .ajax__fileupload_fileItemInfo .removeButton {
                cursor: pointer;
                background-color: rgba(239, 150, 41, 0.97) !important;
                color: white !important;
                width: 55px;
                height: 20px;
                line-height: 20px;
                text-align: center;
                display: block;
                float: left;
                border-radius: 4px;
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
                border: 1px !important;
                border-style: solid !important;
                border-color: white !important;
            }

            .ajax__fileupload_fileItemInfo .uploadedState {
                color: #060;
                background-color: #fff;
            }

            .ajax__fileupload_fileItemInfo .uploadingState {
                color: #FF9900;
                background-color: #fff;
            }

            .ajax__fileupload_fileItemInfo .pendingState {
                color: #009;
                background-color: #fff;
            }

            .ajax__fileupload_fileItemInfo .errorState {
                color: #ffffff;
                background-color: #ff0000;
            }

            .ajax__fileupload_fileItemInfo .cancelledState {
                color: #900;
                background-color: #fff;
            }

        /*Check*/
        .ajax__fileupload_selectFileContainer {
            display: inline-block;
            overflow: hidden;
            /*position: relative;*/
            /*float: left;*/
        }

            .ajax__fileupload_selectFileContainer input {
                border: medium none;
                cursor: pointer;
                height: 40px;
                margin: 0;
                opacity: 0;
                position: absolute;
                right: 0;
                top: 0;
            }

        .ajax__fileupload_fileItemInfo {
            position: relative;
            z-index: 0;
        }

            .ajax__fileupload_fileItemInfo div {
                display: inline-block;
            }

                .ajax__fileupload_fileItemInfo div.removeButton {
                    position: absolute;
                    top: 0;
                    right: 0;
                }


        .mycheckBig input {
            width: 15px;
            height: 15px;
        }
    }