@import url("icons.css");

body, html {
    height: 100%;
    padding-top: 10px;
    padding-bottom: 40px;
}

body {
    background-image: url("../img/lighthouse.jpg");
    background-repeat: no-repeat;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#container {
    min-width: 770px;
    max-width: 984px;
    margin: 0 auto;
    padding-left:10px;
    padding-right:10px;
    background-color:#ffffff;
}

footer {
    border-top: 1px solid #c5c5c5;
    color: #c5c5c5;
    font-size: 16px/1;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0 auto;
    padding: 5px 0;
    text-align: center;
    max-width: 984px;
}

#homepage {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    display: block;
    font-size: 13px;
    line-height: 1.42857;
    margin: 0 0 10px;
    padding: 9.5px;
    word-break: break-all;
    word-wrap: break-word;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

table thead tr th {
    vertical-align: top !important; 
}

.form-group.required .control-label:after { 
    content:"*";
    color:red;
}

/*Left Margin = (600px – [New Width]) / 2*/
.modal-doc {
    width: 1024px;
    margin-left: -212px;
}

.modal-itemquickview {
    /* new custom width */
    width: 940px;
    margin-left: -170px;
}

/* */
.loader {
    background-image: url("../img/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;    
    height: 100px;
}