/************\
    MAIN
\************/
root {
    display: block;
}

body
{
    font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: center;
}

#centerAll
{
    text-align: left;
    padding: 80px 0 0 0;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

h1, h2, h3
{
    font-variant: small-caps;
    font-weight: normal;
    margin-top: 20px;
    padding-left: 0;
    text-align: left;
}

h1 { font-size: 2.6em; }
h2 { font-size: 1.61em; }
h3 { font-size: 1.2em; }

form label
{
    display: inline-block;
    margin-right: 3em;
}

input[type="text"]:-moz-read-only {
    background-color: #eee;
}

input[type="text"]:read-only {
    background-color: #eee;
}

p
{
    line-height: 150%;
    margin-top: 20px;
    padding: 3px 0px 3px 0px;
}

table
{
    font-size: 14px;
    margin-left: 1.6em;
    margin-top: 20px;
}

table th
{
    /*background: #0084C1;*/
    border: none;
    border-bottom: #ccc 1px solid;
    color: #333;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0;
    padding: 0.5em 0.5em 0.5em 0.5em;
    text-align: left;
}

table td
{
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

label
{
    min-width: 150px;
    display: inline-block;
}

input
{
    margin-bottom: 5px;
}

a
{
    color: #0084C1;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.notification {
    background: #cdeb8b; /* Old browsers */
    background: -moz-linear-gradient(top,  #cdeb8b 0%, #cdeb8b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8b), color-stop(100%,#cdeb8b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #cdeb8b 0%,#cdeb8b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #cdeb8b 0%,#cdeb8b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #cdeb8b 0%,#cdeb8b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #cdeb8b 0%,#cdeb8b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8b', endColorstr='#cdeb8b',GradientType=0 ); /* IE6-9 */

    border-radius: 3px;
    padding: 1em;
}

.notification.error {
    background: #ffb387; /* Old browsers */
}

.submit {
    background-color: #0084c1;
    border: solid 1px #0084c1;
    color: #fff;
    display: inline-block;
    font-size: 0.8em;
    font-weight: normal;
    /*letter-spacing: 0.25em;*/
    margin: 0;
    margin-left: 150px;
    outline: none;
    padding: 0.5em 1em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 100px;

    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari and Chrome */
    -o-transition: all 0.5s; /* Opera */
}

.submit.small {
    min-width: 0;
}

a.submit {
    line-height: normal;
    text-decoration: none;
}

input.submit { font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif; }

.submit:active {
    background-color: #00537a;
}

.submit:hover {
    box-shadow: inset 0 0 8px #fff;
}

.submit.secondary {
    background-color: #999;
    border: solid 1px #999;
    margin: 0;
}

.submit.secondary:active {
    background-color: #444;
}

.red
{
    color: red;
}

a.delete-link
{
    background-image: url('../img/delete.png');
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 16px;
    text-decoration: none;
    width: 16px;
}

.width_100
{
    width: 100px;
}

.width_200
{
    width: 200px;
}

.width_300
{
    width: 300px;
}

table.zoning td
{
    margin-top: 1px;
    margin-bottom: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
}

table.zoning input
{
    text-align: center;
    width: 40px;
}

.contentRow
{
    margin-bottom: 20px;
}

div.hidden
{
    display: none;
}

#errorSpan
{
    color: red;
}

.round-borders
{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.select2-results li {
    text-align: left;
}

/************\
    end: MAIN
\************/

/********************************\
        MAIN HEADER
\********************************/


#mainHeader
{
    color: #fff;
    background: #555;
    padding: 1em;
    border-bottom: solid 1px silver;
    position: fixed;
    text-align: left;
    z-index: 9999;
    width: 100%;
}

#mainHeader h1
{
    display: inline;
    font-weight: normal;
    font-size: 1.6em;
    margin: 0;
    padding: 0;
    position: relative;
}

#mainHeader h1 img {
    margin-right: 0.5em;
    position: relative;
    top: 5px;
}

#mainHeader a
{
    margin-right: 5px;
    padding-left: 5px;
    /*border-left: solid 1px black;*/
    border-left: solid 1px #fff;
    font-size: 12px;
    text-decoration: none;
}

#mainHeader a:hover
{
    text-decoration: underline;
}

#mainMenu
{
    display: inline-block;
    max-width: 720px;
    height: 80px;
    position: absolute;
    right: 1em;
    top: 10px;
}

#mainMenu > ul
{
    display: block;
    margin: 0;
    list-style: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 0;
}

#mainMenu > ul > li
{
    display: inline;
    margin: 0;
    padding: 0;
}

#mainMenu > ul > li:FIRST-CHILD > a
{
    border-left: none;
}

#mainMenu > ul > li > a, #mainMenu > ul > li > a:visited
{
    color: #fff;
}

/********************************\
        end: MAIN HEADER
\********************************/


/********************************\
        TEST PAGE
\********************************/

#total_price
{
    font-size: 30px;
    display: block;
    text-align: center;
}
/********************************\
    end: TEST PAGE
\********************************/


/********************************\
        LOGIN PAGE
\********************************/
#loginForm
{
    margin-top: 150px;
    margin-left: 345px;
}

#loginForm label
{
    line-height: 200%;
}

#loginForm #password, #loginForm #user
{
    border: 1px solid gray;
    font-size: 16px;
    padding: 5px 8px 5px 8px;
    width: 250px;
}

#loginForm #Login
{
    margin-left: 85px;
    width: auto;
}
/********************************\
        end: LOGIN PAGE
\********************************/


/********************************\
        FOOTER
\********************************/
#footer {
    margin-bottom: 100px;
    margin-top: 50px;
}

/********************************\
        end: LOGIN PAGE
\********************************/


/********************************\
        REMOTE AREA
\********************************/
table.remote-area input {
    width: 120px;
}

table.remote-area input.country {
    width: 60px;
}

table.remote-area input.town {
    width: 180px;
}

/********************************\
        end: REMOTE AREA
\********************************/
