
#warranty-wrapper {
    position: relative;
    height: 100%;
}

#nextBtn:hover {
    cursor:hand;
}
#nextBtn:active {
    background-color:#8D0B0E;
}

h1 {
    font-size: 3em;
}

p.intro {
    padding-top: 10px;
    border-top: thin solid black;
    margin-bottom: 40px;
}

label {
    display: block;
    margin: 20px 0px 5px 0px;
}

.select-holder .holder{
    padding-top: 11px;
    padding-left: 0px;
}

input[type='text'], textarea, .select-holder, .note {
    width: 100%;
}

textarea {
    height: 100px;
}


.img-info {
    color: #656665;
    padding: 5px;
}

.note {
    margin-top: 2px;
    font-size: 0.8em;
    color: #656665;
}

/* File input */

#upload-target {
    position: relative;
    background: #F1F2F1;
    padding: 30px;
    margin: 10px 0px;
    text-align: center;
    border: thin dashed #888;
    width :100%;
    line-height: 30px;
    font-weight: bold;
}

#upload-target.dragover {
    background-color: #90FF9F;
}

#fileInput {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.0;
    width: 100%;
    
}

.pc-error {
    color: #F00;
    margin-bottom: 10px;
}


#btnUploadMobile {
    color: #f00;
    background: #FFF;
    border: thin solid #F00;
    border-radius: 25px;;
    padding: 10px;
    font-size: 1.5em;
    font-weight: bold;
    margin: 5px 0px;
}


.round-tab-holder {
    margin: 30px auto 20px auto;
    text-align: center;
    width: 700px;
}

#backlink {
    font-weight: bold;
    cursor: pointer;
}

#backlink a {
    text-decoration:none;
    color:black;
}

#backlink i {
    color: #F00;
}

.overlay-full.alert {
    z-index: 1000;
    position: absolute;
    overflow: auto;
    height: 100%;

}



.overlay-full.alert .highlight-alert {
    position: absolute;
    top: 20%;
    padding: 20px;
    white-space: pre-wrap;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20pt;
}


.overlay-full.alert .highlight-alert h1 {
    text-decoration: underline;
    font-weight: bold;
    font-size: 20pt;
}

@media all and (min-width:700px) {

    #btnSubmit {
        width:  50%;
        float: right;
    }
    
    
    .col.first {
        padding-right: 25px;
    }

    .col.second {
        padding-left: 25px;
    }

}



@media all and (max-width:700px) {
    
    .round-tab-holder {
        width: 100%;
    }
    
    .col {
        width: 100%;
    }
    
    #errorMessage {
        margin-top: 100px;
    }
    
    #backlink {
        position: absolute;
        top: 8px;
        left: 5px;
        color: white;
        margin-left:0px;
    }
    
    #backlink i {
        color: white;
    }
}


@media all and (max-width:1250px) {
    
    .overlay-full.alert {
        top: 100px;
    }

    .overlay-full.alert .highlight-alert {
        top: 0;
    }

    
}
