﻿* {
    box-sizing: border-box;
}

header {
    background-color: #6D6D6D;
    padding: 10px;
    text-align: center;
    font-size: 24px;
    color: white;
}

section {
    display: -webkit-flex;
    display: flex;
}

#main {
    display: -webkit-flex; /* Safari */
    display: flex;
    color: white;
}
    #main div {
        -webkit-flex: 1; /* Safari 6.1+ */
        -ms-flex: 1; /* IE 10 */
        flex: 1;
        color: white;
        padding-left: 20px;
        padding-right: 20px;
    }

    #main div td {
        font-size: 13px;
    }

    #main p {
        font-size: 12px;
        color: white;
    }

    #leftmain p {
        font-family: Arial;
        font-size: 15px;
        color: white;
    }

.fields {
    color: white;
    background-color: #909090;
    width: 230px;
    border: hidden;
    border-radius: 4px;
    padding:5px;
    padding-left:10px;
}

.regobox {
    border-radius: 4px;
   
}

section p {
    font-size: 12px;
    color: white;
}

description {
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
    background: #6D6D6D;
    padding: 5px;
    color: white;
}

navcon {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #6D6D6D;
    padding-left: 10px;
    align-self: center;
}

navcon2 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #6D6D6D;
    padding-left: 10px;
    align-self: center;
}

/*picture {
    -webkit-flex: 8;
    -ms-flex: 8;
    flex-grow: 8;
    background-color: #6D6D6D;
    align-self: center;
}*/

picture {
    -webkit-flex: 8;
    -ms-flex: 8;
    flex-grow: 8;
    background-color: #6D6D6D;
    align-self: center;
}

.bottomright {
    position: absolute;
    bottom: 5px;
    right: 20px;
    color: white;
    font-size: 12px;
}


.confirmation {
   
    color: white;
    font-size: 12px;
    padding-bottom: 8px;
    font-weight: bold;
}

.rego1 {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    background: #6D6D6D;
    padding-left: 10px;
    align-self: center;
    color: white;
}
.rego2 {
    -webkit-flex: 8;
    -ms-flex: 8;
    flex: 8;
    background: #6D6D6D;
    padding-left: 10px;
    align-self: center;
    color: white;
}

.nav-left {
    background-image: url('../images/navigation-left-2b_GREY.png');
    height: 46px;
    width: 36px;
    display: block;
    background-repeat: no-repeat;
}

.nav-left:hover {
    background-image: url('../images/navigation-left-2b_WHITE.png');
    background-color: #6D6D6D;
    height: 46px;
    width: 36px;
    display: block;
    background-repeat: no-repeat;
}

.nav-right {
    background-image: url('../images/navigation-right-2_GREY.png');
    height: 46px;
    width: 36px;
    display: block;
    background-repeat: no-repeat;
}

.nav-right:hover {
    background-image: url('../images/navigation-right-2b_WHITE.png');
    background-color: #6D6D6D;
    height: 46px;
    width: 36px;
    display: block;
    background-repeat: no-repeat;
}

img.bg {
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}


/*media screen and (max-width: 1024px){
            img.bg {
                left: 50%;
                margin-left: -512px; }
        }*/

#info-box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -400px;
    width: 800px;
    background: #6D6D6D;
    padding: 20px;
    font-family: Arial;
    font-size: 16pt;
    z-index: 5000;
}
