﻿body {
    padding-top: 0px;
    padding-bottom: 20px;
    font-family: Georgia;
    background-image: url('images/background.png');
    background-size:cover;
}

form {
    margin:auto;
    padding:0;
    width:100%;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

@font-face {
    font-family: 'boldenabold-vgjmz';
    src: url('../fonts/boldena-font/boldenabold-vgjmz.ttf') format('truetype');
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

h1 {
    color: black;
    font-family: Georgia;
}

    h1 a {
        text-decoration: underline;
        color: black;
        text-shadow: 0.1em 0.1em 0.2em black;
    }

    h1 a:hover {
        text-decoration: underline;
        color: black;
    }

.text-1 {
    background-image: url('images/background-2.png');
    background-size: cover;
    width: 100%;
    max-width: 90%;
    margin-left: 4%;
    margin-bottom: 10px;
    border: 0px solid lightgray;
    box-shadow: 3px 3px 3px lightgray;
    height: 40px;
    border-radius: 13px;
    border-right: 0px;
    opacity:0.7;
    box-shadow: 0px 0px 5px lightgray inset;
    line-height:40px;
}

.text-box {
    border: 0 solid lightgray;
    background: rgba(0,0,0,0);
    height:30px;
}

.text-box1 {
    border: 0 solid lightgray;
    background: rgba(0,0,0,0);
    height: 110px;
    margin-top:5px;
}

.text-label {
    margin-left:10px;
}

    .text-3 {
        background-image: url('images/background-2.png');
        background-size: cover;
        width: 100%;
        max-width: 343px;
        margin-bottom: 10px;
        border: 0;
        box-shadow: 3px 3px 3px lightgray;
        height: 40px;
        border-radius: 13px;
        opacity: 0.7;
        box-shadow: 0px 0px 5px lightgray inset;
        line-height:40px;
    }

.textarea-1 {
    background-image: url('images/background-2.png');
    background-size: cover;
    border: 1px outset lightgray;
    box-shadow: 0px 0px 3px lightgray;
    border-radius: 10px;
    width: 95%;
    height: 353px;
    border-right: 0px;
    border-bottom: 0px;
    opacity:0.8;
}


.textarea-2 {
    background-image: url('images/background.png');
    background-size: cover;
    border: 1px solid lightgray;
    box-shadow: 0px 0px 3px lightgray;
    border-radius: 10px;
    width: 95%;
}

.text-2 {
    background-image: url('images/background-2.png');
    background-size: cover;
    width: 100%;
    max-width: 90%;
    margin-left: 4%;
    margin-bottom: 20px;
    height: 120px;
    border: 0px solid lightgray;
    border-right: 0px;
    box-shadow: 3px 3px 3px lightgray;
    box-shadow: 0px 0px 5px lightgray inset;
    border-radius: 13px;
    line-height: 40px;
}

.domainList {
    height:340px;
    margin-top:5px;
    overflow:scroll;
    font-size:16px;
    width:95%;
    overflow-x:hidden;

}

::-webkit-scrollbar {
    width:3px;
    background-color:lightgrey;
}

::-webkit-scrollbar-track {
    background-color:gray;
}

::-webkit-scrollbar-thumb {
    border-radius:3px;
    background-color:#555;
}



.domainList ul {
    padding-left: 8px;
}

    .domainList ul li {
        list-style: none;
        font-size: 16px;
    }

.submit {
    width: 150px;
    height: 53px;
    background-image: url('images/send offer.png');
    background-size:cover;
    border:0;
    background-color:transparent;
}

.active {
    background-color:gray;
}
