html {
    /*height: 100%;*/
    /*width: 100%;*/
}

html {
    background: url(../images/body-bg.png) no-repeat center center fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-color: #FFF;*/
    /*background: #fff url(../images/body-bg.png) center 570px no-repeat;*/
    /*color: #6c6d5d;*/
    color: #46463c;
    font-family: "Titillium Web";
    font-size: 18px;
    text-align: left;
    /*height: 100%;*/
    /*width: 100%;*/
}

.centered_object {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.centered_vertically {
    margin-top: auto;
    margin-bottom: auto;
}

a, a:hover {
    text-decoration: none;
    color: inherit;
}

#space10 {
    height: 10px;
}

#space20 {
    height: 20px;
}

#space30 {
    height: 30px;
}

#space40 {
    height: 40px;
}

.titleText {
    font-size: 2.5em;
    font-weight: bold;
}

.subTitleText {
    font-size: 0.4em;
}

.bordered {
    border: 1px solid black;
}

.btn.fullWidth {
    width: 100%;
}

.noPadding {
    padding: 0px;
}

textarea {
    resize: none;
}

.buttonStyle1 {
    background-color: #006ab3;
    color: #FFF;
    border-color: #006ab3;
}

.howTo {
    border: 1px solid #46463c;
    border-radius: 4px;
    font-size: 0.8em;
    padding: 10px;
    /*background-color: #c9cabb;*/

    background: #f7b41e; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3YjQxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMDkwMTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f7b41e 0%, #f09013 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7b41e), color-stop(100%, #f09013)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7b41e 0%, #f09013 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7b41e 0%, #f09013 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7b41e 0%, #f09013 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f7b41e 0%, #f09013 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7b41e', endColorstr='#f09013', GradientType=0 ); /* IE6-8 */
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.fa-1_5x {
    font-size: 1.5em;
}

.inputLabel {
    color: black;
    font-size: 0.75em;
    height: 15px;
    max-height: 15px;
    margin: 0px;
    margin-top: 2px;
    margin-left: -2px;
    position: absolute;
    display: none;
    /*text-decoration: underline;*/
}

@media (max-width: 991px) {
    .inputLabel {
        margin-left: 6px;
    }
}

.myInput {
    height: 45px;
}
