@font-face {
    font-family: 'DaxOffcLight';
    src: url("fonts/DaxOffcLight.eot");
    src: url("fonts/DaxOffcLight.eot") format("embedded-opentype"), url("fonts/DaxOffcLight.woff2") format("woff2"), url("fonts/DaxOffcLight.woff") format("woff"), url("fonts/DaxOffcLight.ttf") format("truetype"), url("fonts/DaxOffcLight.svg#DaxOffcLight") format("svg");
}

body {
    /*background-image: url(../img/home-background.jpg);
    background-size: cover;*/
    font-family: DaxOffcLight;
    margin: 0;
}
.file{
    visibility: hidden;
}
.container {
    position: relative;
    overflow: auto;
    height: 100%;
}

#buttonWeb {
    padding: 15px 40px 12px !important;
    letter-spacing: 2px !important;
    border-radius: 100px !important;
    border: 1px solid #811c19;
    cursor: pointer !important;
    background-color: #811c19;
    color: white !important;
}

.form-control:focus {
    border-color: rgba(129, 28, 25, 0.40) !important;
    box-shadow: 0 0 8px rgba(129, 28, 25, 0.01) !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
}

#buttonWeb:hover {
    opacity: .8;
    color: #fff
}

.description {
    background-image: url("../img/description.svg");
    height: 100% !important;
    padding: 16px 16px 16px 36px;
    resize: none;
    width: 100%;
    border: 0;
    outline: none;
    border-radius: 0 0 4px 4px;
    /*border: 1px solid lightgray;*/
    /*border-bottom: 1px solid lightgray;
    border-right: 1px solid lightgray;*/
    font-family: DaxOffcLight;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px 13px;
}

.input {
    box-sizing: border-box;
    outline: none;
    border: 0;
    padding: 16px 16px 16px 36px;
    /*border: 1px solid lightgray;*/
    font-family: DaxOffcLight;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px 13px;
    border-bottom: 1px solid lightgray;
}

.left {
    border-top-left-radius: 4px;
    border-right: 1px solid lightgray;
}

.right {
    border-top-right-radius: 4px
}

.full {
    width: 100%;
}

.half {
    width: 50%;
}

.selector {
    box-sizing: border-box;
    outline: none;
    border: 0;
    padding: 16px 16px 16px 16px;
    padding-left: 5px;
    /*border: 1px solid lightgray;*/
    border-bottom: 1px solid lightgray;
    /*border-right: 1px solid lightgray;*/
    font-family: DaxOffcLight;
    background-repeat: no-repeat, no-repeat;
    background-size: 20px;
    background-position: 10px 13px, calc(100% - 20px);
}

option[value="placeholder"][disabled] {
    display: none;
    color: grey;
}

select {
    color: grey;
}

option {
    color: black;
}

.firstName {
    background-image: url("../img/avatar.png");
}

.subject {
    background-image: url("../img/about.svg"), url("../img/down-arrow.svg");
}

.subjectInput {
    background-image: url("../img/about.svg");
    display: none;
}

.email {
    background-image: url("../img/email.png");
}

.closeButtonContainer {
    width: 100%;
    float: right;
    position: relative;
}

.closeButton {
    background-image: url('../img/close_cross_white.svg');
    background-repeat: no-repeat;
    height: 30px;
    width: 25px;
    float: inherit;
}

.containerButtons {
    float: left;
    width: 100%;
    /*margin-top: 20px;*/
    position: relative;
    margin: auto;
    margin-bottom: 15px;
    margin-top: 10px;
    height: fit-content;
}

.reportButton {
    width: 48%;
    float: left;
    padding: 10px;
    border: 1px solid #8A1818;
    border-radius: 3px;
    box-sizing: border-box;
    background-color: #8A1818;
    color: white;
    text-align: center;
}

.bigCloseButton {
    width: 48%;
    float: right;
    padding: 10px;
    border: 1px solid #8A1818;
    border-radius: 3px;
    box-sizing: border-box;
    background-color: #8A1818;
    color: white;
    text-align: center;
}

.popupContainer {
    position: absolute;
    display: none;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.5);
    transition: visibility 0.2s;
    top: 0;
    z-index: 1;
}
.popupContainer1 {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: visibility 0.2s;
    top: 0;
    z-index: 1;
}

.popupWindow {
    background: #FFFFFF;
    position: absolute;
    border-radius: 3px;
    /*transform: translate(0, 20%);
    transform: translate(-50%,-50%);*/
    padding: 2%;
    -webkit-animation-name: superScaleIn;
    animation-name: superScaleIn;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin: auto;
    top: 0;
    /*bottom: 0;*/
    bottom: calc(100% - 400px);
    right: 0;
    left: 0;
    text-align: center;
}

#alertCentered {
    width: 50%;
    min-width: 250px;
    height: fit-content;
}

.alertImage {
    background-image: url("../img/logo-red.png");
    height: 40px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    float: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.alertText {
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    padding-top: 10px;
    color: #8A1818;
    margin-bottom: 10px;
}

.alertButton {
    width: 70%;
    margin: auto;
    /*float: left;*/
    padding: 10px;
    border: 1px solid #8A1818;
    border-radius: 3px;
    box-sizing: border-box;
    color: white;
    background-color: #8A1818;
    text-align: center;
    cursor: pointer;
}

#confirmMessageContainer {
    background: white;
    height: fit-content;
    width: 80%;
    max-width: 600px;
}

#tosWindow {
    margin: 20px;
    bottom: 0;
}

#tosWindowHeader {
    width: 100%;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    border-bottom: 1px solid lightgrey;
}

#tosWindowContent {
    overflow: auto;
    width: 100%;
    height: calc(100% - 40px);
    margin-top: 10px;
}


/*a {
    color: white;
}*/

.material-icons {
    display: inline-block;
    font-size: 22px;
    color: #8A1818;
}

.formContainer {
    position: relative;
    border: 1px solid lightgrey;
    float: left;
    border-radius: 4px;
    margin-bottom: 10px;
    height: 350px;
    margin-top: 10px;
    width: 100%;
}

.separator-policy {
    position: relative;
    width: 100%;
    margin-left: 5px;
}

#containerButtonConfirm {
    display: none;
}

.tosCheckbox {
    margin: 4px 4px !important;
}

.descriptionContainer {
    height: calc(100% - 165px);
    min-height: 100px;
}

.marginTop {
    margin-top: 15px;
}

/***MEDIA QUERIES***/
@media only screen and (max-device-width:490px){
    /* styles for mobile browsers smaller than 480px; (iPhone) */
    .popupWindow {
        bottom: 0;
    }
    #alertCentered {
        width: 70%;
    }
}