﻿

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: normal;
    src: url('../Content/Fonts/Lato-Regular.woff');
}

/* General */
body {
    margin: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family:  Lato, Verdana, serif;
    color: #2d3137;
    font-size: 16px;
}

input[type=submit],
input[type=button] {
    border: 1px solid rgb(213, 38, 30);
    padding: 5px 15px;
    background-color: #fff;
    color: rgb(213, 38, 30);
    font-weight: bold;
}

li {
    margin-bottom: 10px;
}

a {
    color: rgb(213, 38, 30);
}

table {
    color: #33404F;
}

.error {
    color: rgb(213, 38, 30);
}

/* Navigation*/
.navbar {
    width: 1300px;
    margin: 0px auto;
    padding: 10px;
    color: #2d3137;
    font-size: 18px;
}

    .navbar .logo {
        width: 150px;
        margin-right: 30px;
    }

    .navbar a {
        color: #000;
        text-decoration: none;
        margin-right: 20px;
    }


/* Main */
.main {
    width: 1300px;
    margin: 0px auto;
    padding: 10px;
}

/* Order */
div.order {
    margin-top: 25px;
}

div.order .order_address {
    width: 100%;
    float: left;
}

div.order .order_address .left {
    float: left;
    text-align: center;
    width: 410px;
}

div.order .order_address .right {
    float: left;
    padding-left: 20px;
}


div.order .order_address .logo {    
    width: 400px;
    font-size: 13px;
}

    div.order .order_address .logo img {
        width: 150px;
        margin-top: 15px;
    }

div.order .order_address .confirm {
    width: 400px;
    border: 1px solid black;
    padding: 5px;
}

div.order .order_address .address {
    width: 870px;
}

    div.order .order_address .address div,
    div.order .order_date div {
        width: 100%;
        border-top: 1px solid black;
        border-left: 1px solid black;
        border-right: 1px solid black;
        padding: 4px 5px;
        float: left;
    }

        div.order .order_address .address div span,
        div.order .order_date div span {
            float: left;
            margin-right: 5px;
            width: 80px;
        }

        div.order .order_address .address div input[type=text],
        div.order .order_date div input[type=text] {
            float: left;
            border: none;
            background-color: #f2f0f0;
            width: 775px;
        }


    div.order .order_date {
        width: 100%;
        float: left;
        margin-top: 10px;
        margin-bottom: 40px;
    }

    div.order .order_complete {
        width: 100%;
        margin-bottom: 60px;        
    }

    .signature {
        float: left;
        width: 100%;
    }

#sheet {
    border: 1px solid black;
    background-color: #f2f0f0;
}



/* Footer */
.footer {
    background-color: #2d3137;
    color: #2d3137;
    padding: 30px 10px;
    height: 325px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    width: 1300px;
    margin: 0px auto;
}

.footer .logo {
    float: left;
    width: 280px;
    padding-left: 20px;
}

    .footer .logo img {
        width: 200px;
    }

.footer .adress {
    float: left;
    width: 300px;
    color: #fff;
}

.footer .map {
    float: left;
    width: 300px;
}

/* Users */
tr.head {
    background-color: #DFE3E9;
    text-align: left;    
}

    tr.head th {
        padding: 12px;
        font-size: 18px;
        font-weight: normal;
        
    }

table.users td,
.columns > th {
    border-bottom: 1px solid #DFE3E9;
    padding: 7px;
}

    table.users td:first-child,
    .columns > th:first-child {
        border-left: 1px solid #DFE3E9;
    }

    table.users td:last-child,
    .columns > th:last-child {
        border-right: 1px solid #DFE3E9;
    }

.columns > th {
    text-align: left;
}

#UnusedOrdernumbers,
#usedOrdernumbers {
    width: 400px;
    height: 200px;
}


/* User */
table.user td {
    padding: 5px;
}


/* Recipient */
table.recipient td {
    padding: 5px;
}


/* Report */
#reports {
    
}

    #reports td {
        padding-right: 10px;
    }

#locations {
    display: none;
}

a#toggle {    
    text-decoration: inherit;
}

#downloadLink {
    display: none;
}