@font-face {
    font-family: 'Proxima N W01 Smbd';
    src: url('../fonts/proximanova-semibold.otf') format('embedded-opentype'), url('../fonts/proximanova-semibold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima N W01 Bold';
    src: url('../fonts/proximavova-bold.otf') format('embedded-opentype'), url('../fonts/proximavova-bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

html, body {
    margin: 0 auto;
    padding: 0;
}

#areaUpload {
    width: 160px;
    overflow: hidden;
    padding: 10px;
}

.hidden {
    display: none;
}

.outscreen {
    position: absolute;
    top: -100px;
}

#uploadMessage {
    font-family: 'Proxima N W01 Smbd', Helvetica, Verdana, Arial, sans-serif;
    width: 150px;
    overflow: hidden;
    text-align: justify;
}

.success_msg {
    color: White;
    text-align: center !important;
}

.error_msg {
    color: #ff0000;
    text-align: center !important;
}

#snippIframePlaceholder {
    -webkit-font-smoothing: antialiased;
    color: rgb(255, 255, 255);
    display: block;
    font-family: 'Proxima N W01 Smbd', Helvetica, Verdana, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 32px;
    line-height: 16px;
    margin-bottom: 16px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 16px;
    text-align: center;
    width: 260.484375px;
}

.btnSquare {
    width: 180px;
    margin-top: 1em;
    -webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.5);
    box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.5);
    font-size: 16px;
    font-size: 1rem;
    font-family: "Proxima N W01 Bold", Helvetica, Verdana, Arial, sans-serif;
    line-height: 1.125;
    overflow: hidden;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: auto;
    line-height: 18px;
    margin-right: 20px;
    padding-right: 20px;
    text-align: center;
    white-space: nowrap;
}

    .btnSquare.btnBlue {
        color: #fff !important;
        background: #0c8bd9;
    }

    .btnSquare .btnSpan {
        padding: 6px;
        display: inline-block !important;
    }

    .btnSquare i {
        margin-right: 20px;
        padding-right: 20px;
    }

    .btnSquare.btnBlue:hover {
        background: #2681c1;
        background: -moz-linear-gradient(top, #2681c1 0%, #2681c1 50%, #156abc 51%, #156abc 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2681c1), color-stop(50%, #2681c1), color-stop(51%, #156abc), color-stop(100%, #156abc));
        background: -webkit-linear-gradient(top, #2681c1 0%, #2681c1 50%, #156abc 51%, #156abc 100%);
        background: -o-linear-gradient(top, #2681c1 0%, #2681c1 50%, #156abc 51%, #156abc 100%);
        background: linear-gradient(to bottom, #2681c1 0%, #2681c1 50%, #156abc 51%, #156abc 100%);
    }

    .btnSquare.btnBlue .arrowsmall {
        background: url(https://www.clorox.com/img/core/button-sprite.png) 90% -427px no-repeat;
    }

        .btnSquare.btnBlue .arrowsmall:hover {
            background: url(https://www.clorox.com/img/core/button-sprite.png) 90% -458px no-repeat;
        }



    .btnSquare.btnBlue:hover {
        background: linear-gradient(to bottom, #2681c1 0%, #2681c1 50%, #156abc 51%, #156abc 100%);
    }

.btnSpan .arrowsmall {
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-font-smoothing: antialiased;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-origin: padding-box;
    background-size: auto;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-family: 'Proxima N W01 Bold', Helvetica, Verdana, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 18px;
    line-height: 18px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    text-align: center;
    white-space: nowrap;
    width: 166px;
}


.btnSquare .btnSpan.arrowsmall, .btnSquare .btnSpan.replay {
    height: 18px;
    padding: 6px 20px !important;
}

.btnSquare i {
    margin-right: 20px;
    padding-right: 20px;
}

.btnSquare i {
    font-style: normal !important;
}

#fleUpload {
    position: absolute;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    display: inline-block;
    width: 195px;
    cursor: pointer;
    left: 0;
    top: 53px;
    margin-left: 20px;
}

.file_button_container {
    background: url(https://www.clorox.com/img/core/button-sprite.png) 0 0 no-repeat;
    width: 100%;
    max-width: 251px;
    height: 30px;
    margin: 0;
    position: relative;
}

    .file_button_container input[type="file"] {
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
        position: absolute;
        cursor: pointer;
    }

    .file_button_container.selected {
        background: url(https://www.clorox.com/img/core/button-sprite.png) 0 0 no-repeat;
        background-size: cover;
    }

    .file_button_container input {
        opacity: 0;
    }

* .file_button_container input[type="file"] {
    font-size: 200px;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 30px;
}

/*.file_button_container {
    background: url(https://www.clorox.com/img/core/button-sprite.png) 0 0 no-repeat;
    width: 100%;
    max-width: 202px;
    height:36px;
    margin:0 auto;
    position:relative;
    /*display: block;
	width: auto;
	background-image: url(../images/uploadBtn.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 202px 36px;
	font-family: 'Arial';
	font-size: 20px;
	text-align: center;
	width: 100%;    
	margin: 0px 0px 10px 0px;
}

    .file_button_container input[type="file"] {
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
    }

    .file_button_container.selected {
        background: url(https://www.clorox.com/img/core/button-sprite.png) 0 0 no-repeat;
        background-size: cover;
    }

    .file_button_container input {
        opacity: 0;
    }*/
