html,body{ width: 100%; height: 100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;font-size:100%}


html {
    color:#000;
    background:#FFF;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

[hidden]{
    display: none;
}

a {
    background: transparent;
    text-decoration: dotted;
}

a:active,a:hover {
    outline: 0;
}

b,strong {
    font-weight: bold;
}

mark {
    background: #ff0;
    color: #000;
}

img {
    border: 0;
}

button,input,optgroup,textarea,select {
    color: inherit;
    font: inherit;
    margin: 0;
}

button,select {
    text-transform: none;
}

button, html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box; 
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear:both;
    display:block;
    overflow:hidden;
    visibility:hidden;
    width:0;
    height:0;
}

#wrapper {
    width:100%;
    position:relative;
    min-height:100%;
    height: 100%;
    height:auto !important;
    background-color:#FFFFFF;
    background-image:none;
    background-repeat: repeat;
    border-top:none;
    overflow: hidden;
}

#topcontainer {
    position:relative;
    width:100%;
    height:10px;
    display: none;
}

#header {
    position:fixed;
    width:100%;
    height:45px;
    background-color:#444;
    box-shadow: 0px 2px 2px 2px rgba(198,198,198,1);
    z-index: 50;
}
#header-spacer {
    position:relative;
    width:100%;
    height:45px;
    z-index: 1;
}

#topnavigation {
    height:40px;
    color: #fff;
    position:relative;
    display:inline-block;
    border-radius:0px;
    float:left;
    margin:12px 0 0 0;
}

#topnavigation .box{
    border-right: 1px solid #999999;
}

#topnavigation .box:last-child{
    border-right: none;
}

#topnavigation li{
    display:inline-block;
    padding-right: 20px;

}
#topnavigation li a{
    color: #fff;
}

#topinfobox{
    float: right;
    color:#fff;
    margin-right: 20px;
}
#topinfobox a, #topinfobox a:hover{
    color: #fff;
}

#leftnavigation{
    position: fixed;
    left: 0px;
    top: 45px;
    width: 120px;
    height: 100%;
    background-color: #fafafa;
    border-right: 1px solid #ccc;
    z-index: 30;
    padding-top: 15px;
}

#leftnavigation li:first-child{
    border-bottom: 2px solid #aaa;
    border-top: 2px solid #aaa;
}

#leftnavigation li{
    padding: 10px 0px 10px 10px;
    font-size: 1.2em;
    border-bottom: 2px solid #aaa;
    text-align: center;
    
}

#leftnavigation li a{
    color: #000;
    margin: 0px; 
    display: block; 
    width: 100%; 
    height: 100%;
    
}

#leftnavigation li a [selected]{
    color: #aaa; 
    text-shadow: 1px 0px 4px #c6c6c6;
}
.fa-gray:hover{
    color: #ddd;
    text-shadow: 1px 0px 4px #000;
}

.fa-gray:not([noshadow]){
    color: #aaa;
    text-shadow: 0px 0px 4px #fff;
}

#content{
    position: relative;
    left: 150px;
    padding-top: 10px;
    padding-left: 20px;
    height: 100%;
    width: 100%;
}

#content h1{
    font-size: 1.5em;
    color: #c69a04;
}



.box_1o3{
    width: 31.33%;
}


#logo {
    float:left;
    background-image:url('../../img/p1_.png');
    background-size: 250%;
    background-position-x: -160px;
    background-repeat:no-repeat;
    width:200px;
    height:40px;
}

#banner {
    position:relative;
    width:100%;
    height:150px;
    background-position:center top;
    background-color: #ddd;
    background-repeat:no-repeat;
    overflow:hidden;
}

#tagline {
    position:absolute;
    top:50px;
    left:50px;
    width:500px;
}

#tagline h1, #tagline h1 a:link, #tagline h1 a:visited {
    font-family:'Roboto Condensed', sans-serif;
    color:#000000;
    font-size:60px;
    font-weight:400;
    font-style:normal;
    text-transform:none;
    letter-spacing:1px;
}

#tagline h1 {
    background-color:transparent;
    background-repeat:no-repeat;
    background-image:none;
    text-shadow:none;
    border:0;
    padding:0px;
}

#tagline h2, #tagline h2 a:link, #tagline h2 a:visited {
    font-family:'Roboto Condensed', sans-serif;
    color:#000000;
    font-size:30px;
    font-weight:400;
    font-style:normal;
    text-transform:none;
    letter-spacing:1px;
}

#tagline h2 {
    background-color:transparent;
    background-repeat:no-repeat;
    background-image:none;
    text-shadow:none;
    border:0;
    padding:0px;
}

#tagline p {
    margin:20px 0;
}

#tagline input.cta[type="button"] {
    margin-top:20px;
    border:none;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    cursor:pointer;
    outline:medium none;
    padding:0.55em 2em;
    text-align:center;
    text-decoration:none;
    font-family:'Roboto Condensed', sans-serif,Helvetica,sans-serif;
    position:relative;
    font-size:13px;
    box-shadow:0;
    webkit-box-shadow:0;
}

#tagline input.cta[type="button"]:hover {
    opacity:0.8;
}

#selectCustomerBox{
    font-weight: bold;
    font-size: 1.3em;

}

#totalprice{
    position: fixed;

    top: 50px;
    left: 1030px;
    height: 50px;

    padding: 10px;
    background-color: #eee;
    border-left: 2px solid #777;
    border-right: 2px solid #777;
    border-bottom: 2px solid #777;
    text-align: center;
    vertical-align: central;
    font-size: 1.5em;
    border-radius: 0px 0px 10px 10px;
}

tr.sample {
    display: none;
}

input.cta[type="submit"],input.cta[type="button"], a.button.cta {
    color:#FFFFFF;
    background:#000000;
    background:linear-gradient(#141414,#000000);
    background:-webkit-gradient( linear,0 0, 0 bottom, from(#141414), to(#000000));
    background:-moz-linear-gradient(center top , #141414,#000000) repeat scroll 0 0 transparent;
    -pie-background:linear-gradient(#141414,#000000);
    background-image:-webkit-gradient(linear, 0 0%, 0 100%, from(#141414), to(#000000));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#141414', endColorstr='#000000');
}

#page {
    margin:0 40px 0 40px;
    min-height:750px;
}

#page.home {
    margin:0 auto;
}

#main {
    position:relative;
    width:100%;
    color:#4D4D4D;
    font-family:Helvetica, Arial, sans-serif;
    font-size:14px;
    font-style:normal;
    text-transform:default;
    padding-top:40px;
}

#main p, #main div, #main td {
    line-height:1.6em;
    letter-spacing:normal;
}

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
    line-height:1em;
}

#main p a:link, #main p a:visited {
    font-weight:bold;
    color:#4D4D4D;
    text-decoration:none;
}

#main p a:hover {
    color:#404040;
}

#main h1, #main h1 a:link, #main h1 a:visited {
    font-family:'Droid Sans',sans-serif;
    color:#000000;
    font-size:48px;
    font-weight:400;
    font-style:normal;
    text-transform:none;
    letter-spacing:1px;
}

#main h1 {
    background-color:transparent;
    background-repeat:no-repeat;
    background-image:none;
    text-shadow:none;
    border:0;
    padding:0px;
    margin:45px 0 25px 0;
}

#main h2, #main h2 a:link, #main h2 a:visited {
    font-family:'Droid Sans',sans-serif;
    color:#404040;
    font-size:40px;
    font-weight:400;
    font-style:normal;
    text-transform:none;
    letter-spacing:1px;
}

#main h2 {
    background-color:transparent;
    background-repeat:no-repeat;
    background-image:none;
    text-shadow:none;
    border:0;
    padding:0px;
    margin:30px 0 10px 0;
}

#main h3, #main h3 a:link, #main h3 a:visited {
    font-family:'Droid Sans',sans-serif;
    color:#ee0000;
    font-size:30px;
    font-weight:400;
    font-style:normal;
    text-transform:none;
    letter-spacing:1px;
}

#main h3 {
    background-color:transparent;
    background-repeat:no-repeat;
    background-image:none;
    text-shadow:none;
    border:0;
    padding:0px;
    margin:20px 0 10px 0;
}

#main h4, #main h4 a:link, #main h4 a:visited {
    font-family:'Droid Sans',sans-serif;
    color:#404040;
    font-size:20px;
    font-weight:400;
    font-style:normal;
    text-transform:none;
    letter-spacing:1px;
}

#main h4 {
    background-color:transparent;
    background-repeat:no-repeat;
    background-image:none;
    text-shadow:none;
    border:0;
    padding:0px;
}

#main .shade {
    background-color:#F2F2F2;
}

#main p {
    text-align:justify;
}

#main h1:first-child {
    margin:0px 0 25px 0;
}

#main h4, #main h5 {
    margin:15px 0 5px 0;
}

#main a, #main a:visited {
    font-weight:bold;
    color:#4D4D4D;
}

#main a:hover {
    color:#404040;
}

#main article {
    padding:80px 0 0 0;
    clear:both;
}

#main article:first-child {
    margin:0;
    padding:0;
}

.post .entry img {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.post .entry p img.alignright {
    float:right;
    margin:5px 0 20px 20px;
}

.post .entry p img.alignleft {
    float:left;
    margin:5px 20px 20px 0px;
}

.post .entry div.wp-post-image-full img {
    width:100%;
    height:auto;
    margin:5px 0px 20px 0px;
}

.post .entry div.wp-post-image-left img {
    float:left;
    width:45%;
    height:auto;
    margin:5px 20px 20px 0px;
}

.post .entry div.wp-post-image-right img {
    float:right;
    width:45%;
    height:auto;
    margin:5px 0px 20px 20px;
}

.post h1 a, .post h1 a:hover {
    color:#000000;
    text-decoration:none;
}

.post .entry a,.post .entry a a:visited,.post .entry-footer a, .post .entry-footer a:visited {
    font-weight:bold;
    color:#4D4D4D;
}

.post .entry-footer {
    font-size:0.9em;
    font-style:italic;
}

h3#comments {
    margin-top:50px;
}

ol.commentlist {
    border-top:3px solid #EEEEEE;
    list-style:none;
    padding:0;
}

ul.children {
    border-left:1px dotted #ddd;
    list-style:none;
}

.comment .comment-container {
    border-bottom:3px solid #EEEEEE;
    padding:10px 0;
    margin-top:20px;
}

.comment-head .avatar {
    float:left;
}

.comment-head .avatar img {
    border:3px solid #EEEEEE;
    margin:0 10px 0 0;
    vertical-align:middle;
}

.comment-head .name {
    display:block;
    font-size:18px;
    font-weight:bold;
}

.comment-entry {
    margin-top:15px;
}

.post #respond {
    margin-top:35px;
}

.fix {
    clear:both;
    height:1px;
    margin:-1px 0 0;
    overflow:hidden;
}

.wrapper {
    padding:0 40px 0 40px;
}

#footer {
    position:relative;
    width:100%;
    height:auto;
    background-color:#FFFFFF;
    background-image:none;
    background-repeat:repeat-all;
    color:#4D4D4D;
    font-family:Helvetica, Arial, sans-serif;
    font-size:12px;
    font-style:normal;
    text-transform:normal;
    min-height:100px;
    border-radius:0 0 0px 0px;
}

#footer .content {
    position:relative;
    text-align:center;
    padding:20px;
}

#footer ul.social-links {
    margin-top:10px;
    list-style:none outside none;
}

#footer ul.social-links li {
    display:inline-block;
}

#footer ul.social-links li a {
    display:block;
    height:33px;
    margin-right:5px;
    text-indent:-9999px;
    width:33px;
    background-repeat:no-repeat;
}

#footer > .bg {
    display:none;
    background-image:none;
}

#footer p, #footer div, #footer td {
    line-height:20px;
    letter-spacing:normal;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
    line-height:1em;
}

#footer p a:link, #footer p a:visited {
    font-weight:bold;
    color:#0000EE;
    text-decoration:none;
}

#footer p a:hover {
    color:#404040;
}

#container-bottom {
    position:relative;
    width:100%;
    height:80px;
}

.row {
    width:960px;
    margin:0 auto;
}

.group:before, .group:after {
    content:"";
    display:table;
}

.group:after {
    clear:both;
}

.group {
    zoom:1;
}

.col {
    display:block;
    float:left;
    margin:1% 0 1% 2%;
}

.col:first-child {
    margin-left:0;
}

.span_1_of_2 {
    width:48.5%;
}

.span_2_of_3 {
    width:65.66%;
}

.span_1_of_3 {
    width:31.33%;
}

.span_3_of_4 {
    width:74.25%;
}

.span_2_of_4 {
    width:48.5%;
}

.span_1_of_4 {
    width:22.75%;
}

.span_4_of_5 {
    width:79.4%;
}

.span_3_of_5 {
    width:58.8%;
}

.span_2_of_5 {
    width:38.2%;
}

.span_1_of_5 {
    width:17.6%;
}

.span_5_of_6 {
    width:82.83%;
}

.span_4_of_6 {
    width:65.66%;
}

.span_3_of_6 {
    width:48.5%;
}

.span_2_of_6 {
    width:31.33%;
}

.span_1_of_6 {
    width:14.16%;
}

.span_6_of_7 {
    width:85.28%;
}

.span_5_of_7 {
    width:70.57%;
}

.span_4_of_7 {
    width:55.85%;
}

.span_3_of_7 {
    width:41.14%;
}

.span_2_of_7 {
    width:26.42%;
}

.span_1_of_7 {
    width:11.71%;
}

.span_7_of_8 {
    width:87.12%;
}

.span_6_of_8 {
    width:74.25%;
}

.span_5_of_8 {
    width:61.37%;
}

.span_4_of_8 {
    width:48.5%;
}

.span_3_of_8 {
    width:35.62%;
}

.span_2_of_8 {
    width:22.75%;
}

.span_1_of_8 {
    width:9.875%;
}

.span_2_of_2,.span_3_of_3,.span_4_of_4,.span_5_of_5,.span_6_of_6,.span_7_of_7,.span_8_of_8 {
    width:100%;
}

input[type="submit"], input[type="button"],a.button {
    border:none;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    font-size: 1.2em;
    color:#222;
    cursor:pointer;
    outline:medium none;
    padding:0.55em;
    text-align:center;
    text-decoration:none;
    font-family:Arial,Helvetica,sans-serif;
    position:relative;
}

input[type="submit"]:hover, input[type="button"]:hover, a.button:hover {
    opacity:0.8;
    font-size: 1.22em;
}

input[type="text"],input[type="number"],input[type="email"],input[type="tel"],input[type="date"],input[type="password"], textarea ,select{
    border: 1px solid #333;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    font-size: 1.2em;
    padding: 5px;
    margin: 0px 5px 0px 5px; 
}

textarea{
    resize: none;
}
#searchCustomerTable .tablehead{
    font-weight: bold;
    border-bottom: 1px solid black;
    background-color: #4D4D4D;
    color: #fff;
}
#searchCustomerTable td{
    padding: 4px;
    font-weight: normal;
}

#searchCustomerTable tr:nth-child(even):not(.tablehead){
    background-color: #ddd;
}

.customercomment{
    border: 1px solid #eee;
    width: 450px;
}
.customercomment.secret{
    display:none;
}
.customercomment .head{
    background-color: #404040;
    color: #fff;
}

.customercomment.visibleSecret .head{
    background-color: #ff6666;
    color: #fff;
}


#table .highlight{
    font-weight: bold;
}



#itemTable td{
    vertical-align: top;
    margin: 5px 5px 5px 0px;
       
}






.invoiceDetails{
    width: 164mm;
    padding: 0px;
    border-collapse: collapse;
}

.invoiceDetailsHeaderItem{
    float:left;
    border-bottom: 1mm solid black;
    font-weight: bold;
    font-size: 10pt;
    padding: 0px;
    margin: 0px;
}
.invoiceDetailItem, .invoiceDetailFooterItem{
    float:left;
    font-size: 10pt;
    padding: 0px;
    margin: 0px;

}
.invoiceDetailFooter .item_2{
    text-align: right;
}
.invoiceDetails div.invoiceDetailItems:nth-child(2n+1){
    background-color: #eee;
    border-bottom: 0.5mm solid #eee;
    border-top: 0.5mm solid #eee;
}
.invoiceDetailsHeader .item_1, .invoiceDetailItems .item_1 {
    width: 11mm;
}
.invoiceDetailsHeader .item_2, .invoiceDetailItems .item_2 {
    width: 20mm;
}
.invoiceDetailsHeader .item_3, .invoiceDetailItems .item_3 {
    width: 70mm;
}
.invoiceDetailsHeader .item_4, .invoiceDetailItems .item_4 {
    width: 15mm;
}
.invoiceDetailsHeader .item_5, .invoiceDetailItems .item_5 {
    width: 12mm;
}
.invoiceDetailsHeader .item_6, .invoiceDetailItems .item_6 {
    width: 22mm;
}
.invoiceDetailsHeader .item_7, .invoiceDetailItems .item_7 {
    width: 14mm;
}

.invoiceDetails div.invoiceDetailFooter:nth-child(3n+1){
    border-top: 0.5mm solid black;
}
.invoiceDetails div.invoiceDetailFooter:last-child .item_1,.invoiceDetails div.invoiceDetailFooter:last-child .item_2{
    border-bottom: 0.5mm solid black;
}
.invoiceDetailFooter .item_0{
    width: 93mm;
}
.invoiceDetailFooter .item_1{
    width: 48mm;
    padding-right: 10px;
    font-weight: bold;

}
.invoiceDetailFooter .item_2{
    width: 23mm; 
}
.invoiceDetails thead th{
    border-bottom: 1mm solid black;
    border-collapse: collapse;
    padding: 0px;
    text-align: left;
    font-size: 10pt;
}

.invoiceDetails tbody td{
    vertical-align: top;
}
.invoiceDetails tbody tr.invoiceItem:nth-child(even){
    background-color: #ddd;
}
.invoiceDetails tbody tr.invoiceFooter[firstOfFooter]{
    border-top: 1mm solid black;
}
.invoiceDetails tbody tr.invoiceFooter td[lastOfFooter]{
    border-bottom: 1mm solid black;
}
.invoiceDetails tbody tr.invoiceFooter td[text]{
    font-weight: bold;
}