﻿
/* Helvetica Neue Light */
@font-face {
    font-family: 'helveticaNeueLight';
    src: url('../fonts/HelveticaNeueLight/HelveticaNeueLight.eot');
    src: url('../fonts/HelveticaNeueLight/HelveticaNeueLight.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueLight/HelveticaNeueLight.woff') format('woff'), url('../fonts/HelveticaNeueLight/HelveticaNeueLight.ttf') format('truetype'), url('../fonts/HelveticaNeueLight/HelveticaNeueLight.svg#HelveticaNeueLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Helvetica Neue Medium */
@font-face {
    font-family: 'helveticaNeueMedium';
    src: url('../fonts/HelveticaNeueMedium/HelveticaNeueMedium.eot');
    src: url('../fonts/HelveticaNeueMedium/HelveticaNeueMedium.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueMedium/HelveticaNeueMedium.woff') format('woff'), url('../fonts/HelveticaNeueMedium/HelveticaNeueMedium.ttf') format('truetype'), url('../fonts/HelveticaNeueMedium/HelveticaNeueMedium.svg#HelveticaNeueMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Helvetica Neue Regular */
@font-face {
    font-family: 'helveticaNeueRegular';
    src: url('../fonts/HelveticaNeueRegular/HelveticaNeue.eot');
    src: url('../fonts/HelveticaNeueRegular/HelveticaNeue.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueRegular/HelveticaNeue.woff') format('woff'), url('../fonts/HelveticaNeueRegular/HelveticaNeue.ttf') format('truetype'), url('../fonts/HelveticaNeueRegular/HelveticaNeue.svg#HelveticaNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{
    border: 0px;
    padding: 0px;
    box-sizing: border-box;
    margin: 0px;
}
body{
    font-family: 'helveticaNeueRegular';
    font-weight: 400;
    font-size: 14px;
    background-color: #f0f0f0;
    color: #000;
    line-height: 1.045;
}
.container{
    text-align: center;
    max-width: 1000px;
    padding: 50px 30px;
    position: relative;
    margin: 0 auto;
}
h2{
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 20px;
}
.form-control{
  display: block;
  width: 100%;
  height: 40px;
  max-width: 260px;
  margin: 20px auto 0px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  background-image: url(../Images/dd.png);
  background-repeat: no-repeat;
  background-position: right center;
  border: 1px solid #bbbbbb;
  font-family: 'helveticaNeueRegular';
}

.loadingmsg {
    font-family: 'helveticaNeueRegular';
    font-size: 14px;
    color:#444444;
    /*width:620px;*/
    width:100%;
    display:block;
    margin:10px 0 0 7px;
}
#area{
    width: 200px;
    height: 40px;
    position: relative;
    overflow: hidden;
    margin: 30px auto 0px;
}
* .file_button_container input[type="file"]
{
    font-size: 220px\0/;
    opacity: 0;
    filter: alpha(opacity=0);
    width:100%;
    /*height:92px;*/
    height:40px;
}
.submitBtn-label{
    font-size: 18px;
    font-family: 'helveticaNeueMedium';
    text-transform: uppercase;
    line-height: 40px;
    width: 100%;
    height: 40px;
    background-color: #53ad8b;
    color: white;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
}
input[type="file"] {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /*Best for Internet Explorer 8 */
    filter: alpha(opacity=0); /*Internet Explorer 5, 6, 7, 8 */
    -moz-opacity: 0; /* Old Mozilla Browsers */
    -webkit-opacity: 0; /* Old Webkit browsers (Safari, Chrome, various others) */
    -khtml-opacity: 0; /* Really old Safari browsers and Konqueror */
    opacity: 0; /* Modern browsers */
	filter: alpha(opacity=0);
    display: inline-block;
    width:100%;
    height:40px;
    cursor: pointer;
    outline: none;
}
.error {
    font-family: 'helveticaNeueRegular';
    font-size: 14px;
    color: #ff0000;
}
.myclass {
    font-size: 14px;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  background-color: #53ad8b;
  color: #fff;
  font-family: 'helveticaNeueMedium';
  text-transform: uppercase;;
}

@media screen and (max-width: 767px){
    .hidden-xs{
        display: none;
    }
    .container{
        padding: 20px 15px;
    }
    .btn{
        font-size: 14px;
    }
}