﻿html {
    background-image: url('background_image_compressed.jpg');
}

body {
    background-color: transparent;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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;
}

.displayPage {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    padding: 20px 30px 30px 30px;
    border-radius: 4px;
    border: solid 1px #cacaca;
    vertical-align: middle;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}


.header {
    margin-bottom: 25px;
}

.confirmationHeader {
    padding: 10px 0 10px 0;

}

.tabList {
    padding: 8px 20px 8px 20px;
    border: solid 1px #cacaca;
    border-radius: 4px;
    font-size: 12px;
    margin-bottom: 10px;
}

.processedBox {
    margin-top: 50px;
    padding: 8px 20px 8px 20px;
    border: solid 1px #cacaca;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 40px;
}

.mmsCount {
    font-size: 18px;
    color: #006db4;
}

.fullWidthBtn {
    width: 100%;
    margin-bottom: 5px;
}

.greyText {
    color: #cacaca
}

.greyTextDark {
    color: #a9a8ad;
}

.sasolLogo {
    width: 220px !important;
    margin-bottom: 10px;
}

.labelText {
    color: #0075b8;
    font-size: 16px;
    margin-left: 4px;
}

.inputText {
    background-color: #cacaca;
    border: none;
    border-radius: 4px;
    width: 100%;
    height: 30px;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0 5px 0 5px;
}

.signInBtn {
    margin-top: 50px;
    background-color: #0075b8;
    border: none;
    border-radius: 4px;
    width: 100%;
    height: 30px;
    font-size: 16px;
    margin-bottom: 10px;
    color: white;
    padding: 1px 6px 1px 6px;
}

.drop20 {
    margin-bottom: 20px;
}

/* Set padding to display errors that occur during databinding */
.padding-error {
    padding-top: 20px;
}

@media only screen and (max-width: 767px) {
    .nofloat {
        float: none;
        padding: 10px 15px;
    }
}





#drop-area {
    width: 100%;
    height: 100%;
}

p {
    margin-top: 0;
    color: #cacaca;
}
.my-form {
    margin-top: 50px;
    margin-bottom: 10px;
    text-align: center;
}
#gallery {
    margin-top: 10px;
}
#gallery img {
    width: 150px;
    margin-bottom: 10px;
    margin-right: 10px;
    vertical-align: middle;
}
.button {
    display: inline-block;
    padding: 5px 10px 5px 10px;
    background: white;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #cacaca;
    color: #0075b8;
}
.button:hover {
    background: #cacaca;
}
#fileElem {
    display: none;
}


