
@import url(http://fonts.googleapis.com/css?family=Raleway:100);

* {
    margin: 0;
}
html, body {
    height: 100%;
}
header {
    background-color: #393939;
    border-bottom: #181818 2px solid;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
    color: #f2f2f2;
}
.menu {
    padding: 4px 30px;
    height: 37px;
    background-color: #6eb4ed;
    border-bottom: #999999 2px solid;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
    color: #f2f2f2;
}

.menu .inner {
    float: right;
}

.menu-item {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 10px;
    background-color: #5da3dc;
    background-color: #878787;
    color: #f2f2f2;
    float: left;
    margin-left: 6px;
}

.menu-link {
    color: #f2f2f2;
    margin-left: 10px;
}

.menu-chosen{
    background-color: #393939;
    color: #f2f2f2;
}

header h1{
    padding: 30px;
}
.wrapper {
    min-height: 100%;
    margin: 0 auto -77px; /* the bottom margin is the negative value of the footer's height */
}

.dataTables_wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}

.invoice_wrapper, .quote_wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}

.inner {
    max-width: 95%;
    margin: 0 auto;
}

footer, .push {
    height: 75px; /* '.push' must be the same height as 'footer' */
}

footer {
    background-color: #393939;
    border-top: #181818 2px solid;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
    color: #f2f2f2;
    font-size: 12px;
}

footer .copyright-container {
    padding-top: 35px;
    padding-right: 35px;
    text-align: right;
    max-width: 50%;
    float: right;
}

footer .logo a img{
    height: 41px; 
    width: 160px;
}
footer .logo {
    padding-top: 15px;
    padding-left: 35px;
    max-width: 50%;
    float: left;
}

body {
    font: 90%/1.45em "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #fff;
}


h1 {
    font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Raleway', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 2em;
    line-height: 1em;
}

h1 span {
    font-size: 0.7em;
    line-height: 1em;
}

a {
    cursor: pointer;
    color: #3174c7;
    text-decoration: none;
}

p > a:hover {
    text-decoration: underline;
}

div.toc ul {
    color: #4E6CA3;
    list-style-type: none;
    padding-left: 0;
}

div.toc li {
    padding: 0.2em 1em;
    border-left: 4px solid transparent;
    border-bottom: 1px solid #e6e6e6;
}

div.toc li.active {
    border-left: 4px solid #458ae0;
}


div.toc li:first-child {
    border-top: 1px solid #efefef;
}

div.toc li:last-child {
    border-bottom: 1px solid #efefef;
}


div.epilogue {
    text-align: center;
}

p.copyright {
    font-size: 0.8em;
    padding-bottom: 2em;
    margin-bottom: 0;
}

.clear {
    clear: both;
    height: 0;
}


div.info {
    margin-bottom: 2em;

    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;


    -webkit-column-rule: 1px solid #F3F3F3;
    -moz-column-rule: 1px solid #F3F3F3;
    -ms-column-rule: 1px solid #F3F3F3;
    -o-column-rule: 1px solid #F3F3F3;
    column-rule: 1px solid #F3F3F3;
}

div.info > * {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

div.info li {
    margin-top: 0.75em;
}

div.info p:first-child {
    margin-top: 0;
}

div.footer {
    position: relative;
    margin-top: 3em;
    border-top: 1px solid #999;
    background-color: #eee;
}

div.footer > div.liner {
    max-width: 960px;
    margin: 0 auto;
}

div.footer > div.gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;

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

div.toc {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
}

div.toc-group {
    display: inline-block;
    width: 100%;
}

div.box {
    overflow: auto;
    height: 8em;
    padding: 1em;
    color: #444;
    background-color: #fcfcfc;
    border: 1px solid #e0e0e0;
    margin-bottom: 2em;
}



ul.tabs {
    position: relative;
    top: 1px;
    height: 40px;
    margin: 20px 20px 0 0;
}


ul.tabs li {
    display: block;
    float: left;
    padding: 0 15px;
    height: 40px;
    font-size: 1.2em;
    margin: 0 5px;
    cursor: pointer;
    line-height: 40px;
    color: #121e32;
    border: 1px solid white;
    border-bottom: none;
    margin-top: -1px;
}

ul.tabs li.active {
    border: 1px solid #ccc;
    border-bottom: 1px solid white;
    margin-top: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

ul.tabs li:hover {
    background-color: #fafafa;
}

ul.tabs li.active:hover {
    background-color: white;
}

div.tabs {
    clear: both;
    margin-top: -1px;
}

div.tabs>div {
    padding: 15px;
    border: 1px solid #ccc;
    display: none;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #bbb;
}

div.tabs>div h1 {
    border-bottom: none;
    margin-top: 1em;
}

div.tabs > div > p:first-child {
    margin-top: 0;
}

div.column_half {
    float: left;
    width: 49%;
    padding-right: 1%;
}
.plist {
    margin-top: 35px;
    background-color: #f0f0f0;
}

.plist table .plist-block {
    padding: 10px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    width: 98% !important;
    background-color: #e0e0e0;
    margin: 0 auto;
}

.plist table, .plist td, .plist tbody, .plist tr {
    vertical-align: top;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
}
.plist table {
    width: 100%;
}

.plist-head {
    width:100%;
}

.title {
    width: 150px;
    font-weight: bold;
    min-width: 150px;
}

.data {
    min-width: 100px;
}

.subitem {
    font-size: smaller;
    padding-left: 20px !important;
}

.unpaid, .warn {
    color: crimson;
}

.weights {
    text-align: right;
    
}

.login {
    background-color: #e0e0e0;
    padding: 40px ;
    margin: auto;
    margin-top: 40px;
    width: 200px;
}

.notify {
    background-color: #d1f1d1;
    text-align: center;
    padding: 40px ;
    margin: auto;
    margin-top: 40px;
    width: 70%;
}
 
.notify-error {
    background-color: #f1d1d1;
    text-align: center;
    padding: 40px ;
    margin: auto;
    margin-top: 40px;
    width: 70%;
}

.border {
    background-color: #bbccbb;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    border-top: 2px solid darkgray;
    border-bottom: 1px solid lightgray;
}



@media only screen and (max-width : 979px) {
    div.container,
    div.footer {
        padding: 0 1em;
    }
}

@media
screen and (max-width : 960px),
screen and (max-width : 960px) and (orientation: portrait) {
.menu {
    height:200px;
}
.menu-item {
    width:100%;
    margin-top:3px;
    padding-right: 0px;
}

.menu-link {
    text-align: center;
}

.menu .inner {
    float: none;
}
}

@media
screen and (max-width : 767px),
screen and (max-width : 768px) and (orientation: portrait) {
    div.info {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        -ms-column-count: 1;
        -o-column-count: 1;
        column-count: 1;
    }

    div.toc {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        -ms-column-count: 1;
        -o-column-count: 1;
        column-count: 1;
    }

    h1 span {
        display: block;
    }
}

@media print
{
.noprint {display:none;}
* {
    font-size: small;
}
}

@media screen
{
.printonly {display:none;}
}

@page {size: portrait;
       margin: 0.0cm; }