body {
    margin: 0 10% 0 10%;
    background-color: #FFFFFF;
    font-family: arial;
    font-size: 15px;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.error {
    color: red;
    display: none;
}

#main {
    background-color: #FFFFFF;
    padding: 20px 20px 20px 20px;
}

#top-bar {
    width: 100%;
    background-color: #F3F3ED;
    margin: 0px;
}

 #form-table {
     width:80%;
}

#mid-bar {
    width: 100%;
    background-color: #256C2F;
    margin: 0px;
    color: white;
    font-family: sans-serif;
    font-size: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
}
#sub-bar {
    height: 6px;
    width: 100%;
    background-color: #80C342;
    margin: 0px 0px 0px 0px;
}

#extract-title {
    color: white;
    font-family: arial, sans-serif;
    font-size: 15px;
    text-align: center;

}


#go-logo {
    width: 128px;
    height: 61px;
    margin: 10px;
}

.form-label {
    color: black;
    font-family: arial, sans-serif;
    font-weight: bold;
}

#start {
    display: block;
    box-sizing: border-box;
    height: 2rem;
    width: 10rem;
    margin: 0;
    padding: 5px;
    border: 1px solid;
    border-color: #80c342;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
    font-family: arial;
    font-weight: 400;
    color: #1d1d1d;
    transition: box-shadow .5s,border-color .25s ease-in-out;
}

#end {
    display: block;
    box-sizing: border-box;
    height: 2rem;
    width: 10rem;
    margin: 0;
    padding: 5px;
    border: 1px solid;
    border-color: #80c342;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
    font-family: arial;
    font-weight: 400;
    color: #1d1d1d;
    transition: box-shadow .5s,border-color .25s ease-in-out;
}

#filename {
    height: 2rem;
    width: 10rem;
    margin: 0;
    padding: 5px;
    border: 1px solid;
    border-color:  #80c342;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
    font-family: arial;
    font-weight: 400;
    color: #1d1d1d;
    transition: box-shadow .5s,border-color .25s ease-in-out;
}

#request-button {
    background-color: #5d5d5d;
    width: 60%;
    color: #fff;
    display: block;
    font-family: Polaris-Bold,Arial,sans-serif;
    font-weight: bold;
    font-size: .8125rem;
    height: 2.25rem;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color .25s ease-out,color .25s ease-out;
    display: inline-block;
}

#request-button:hover {
    cursor: not-allowed;
}
#request-button.enabled {
    background-color: #256C2F;
}
#request-button.enabled:hover {
    background-color: #80C342;
    cursor: pointer;
}

.icon {
    height: 30px;
    width: 30px;
}

#refresh-icon{
    height: 40px;
    width: 40px;
    float: right;
    margin: 0 50px 30px 0;
}

#refresh-icon:hover{
    cursor: pointer;
}
