body {
    font-size: 13px;
    line-height: 18px;
}
label, input, button, select, textarea {
    font-size: 13px;
}
ul {
    margin: 0 0 10px 15px;
}
ul, li {
    list-style: none outside none;
}
a {
    color: #333333;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
h1 {
    font-size: 28px; 
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 16px; 
}
h4, h5, h6 {
    font-size: 14px; 
}
s {
}

/*******************************************
 *            Header
*******************************************/
#header {
    padding: 16px 0 8px 0;
}
.top-nav > div {
    margin-left: 30px;
}
.top-nav a {
    font-weight: bold;
}
.main-nav {
    margin-top: 30px;
    float: right;
}
.main-nav ul {  
    list-style: none outside none;
    float: right;
}
.main-nav li {
    float: left; 
    margin-left: 20px;
}

.main-nav-footer {
    margin-top: 5px;
    float: left;
}
.main-nav-footer ul {  
    list-style: none outside none;
    float: right;
    padding: 0px;
    margin: 0px;
}
.main-nav-footer li {
    float: left; 
    margin-right: 20px;
    text-align: left;
}

.main-nav-footer a {
    color: #c25e00;
    text-decoration: none;
    line-height: inherit;
}

.main-nav-footer a:hover, a:focus {
    color: #fa9301;
    text-decoration: underline;
}

.navbar {
    min-height: 2px;
}

.cikk_input {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    background-color: #FFF;
    text-align: left;
    width: 100%; 
    height: 26px; 
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    border: none;
    border-color: transparent;
    outline: 0;
    margin-bottom: 0px;
}

.module-box {
    color: #000000;
    margin-bottom: 10px;
    border: 1px solid #DDDDDD;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #EFEFEF);
    background-image: -ms-linear-gradient(top, #ffffff, #EAEAEA);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#EFEFEF));
    background-image: -webkit-linear-gradient(top, #ffffff, #EFEFEF);
    background-image: -o-linear-gradient(top, #ffffff, #EFEFEF);
    background-image: linear-gradient(top, #ffffff, #EFEFEF);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#EFEFEF', GradientType=0);
    border-radius: 3px 3px 3px 3px;
    padding: 10px;
}
.module-box h1, .module-box h6 {
    margin-top: 0;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: 26px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
}

.input-large{width:210px;}

.no-margin {margin-bottom: 0px;}

.popup-basket {
    font-size: 10px;
    padding-bottom: 0px;
}

.popover{
    max-width: 100%;
}

.shortword {
    text-overflow: ellipsis;
    overflow: hidden;
}

.nowrap {
    white-space: nowrap;
}

.dividing_line {
    margin-top: 5px;
    margin-bottom: 5px;
    border-top-color: black;
}

.hidden_div {
    display: none;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #E0E0E0;
}

.text12 {
    font-size: 12px;
}



.tabla {
    margin:0px;padding:0px;
    width:100%;
    border:1px solid #000000;

    -moz-border-radius-bottomleft:0px;
    -webkit-border-bottom-left-radius:0px;
    border-bottom-left-radius:0px;

    -moz-border-radius-bottomright:0px;
    -webkit-border-bottom-right-radius:0px;
    border-bottom-right-radius:0px;

    -moz-border-radius-topright:0px;
    -webkit-border-top-right-radius:0px;
    border-top-right-radius:0px;

    -moz-border-radius-topleft:0px;
    -webkit-border-top-left-radius:0px;
    border-top-left-radius:0px;
}.tabla table{
    border-collapse: collapse;
    border-spacing: 0;
    width:100%;
    height:100%;
    margin:0px;padding:0px;
}.tabla tr:last-child td:last-child {
    -moz-border-radius-bottomright:0px;
    -webkit-border-bottom-right-radius:0px;
    border-bottom-right-radius:0px;
}
.tabla table tr:first-child td:first-child {
    -moz-border-radius-topleft:0px;
    -webkit-border-top-left-radius:0px;
    border-top-left-radius:0px;
}
.tabla table tr:first-child td:last-child {
    -moz-border-radius-topright:0px;
    -webkit-border-top-right-radius:0px;
    border-top-right-radius:0px;
}.tabla tr:last-child td:first-child{
    -moz-border-radius-bottomleft:0px;
    -webkit-border-bottom-left-radius:0px;
    border-bottom-left-radius:0px;
}.tabla tr:hover td{

}
.tabla tr:nth-child(odd){ background-color:#e5e5e5; }
.tabla tr:nth-child(even)    { background-color:#e5e5e5; }
.tabla td{
    vertical-align:middle;


    border:1px solid #000000;
    border-width:0px 1px 1px 0px;
    text-align:left;
    padding:7px;
    font-size:9px;
    font-family:Arial;
    font-weight:normal;
    color:#000000;
}.tabla tr:last-child td{
    border-width:0px 1px 0px 0px;
}.tabla tr td:last-child{
    border-width:0px 0px 1px 0px;
}.tabla tr:last-child td:last-child{
    border-width:0px 0px 0px 0px;
}
.tabla tr:first-child td{
    background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
    background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);

    background-color:#cccccc;
    border:0px solid #000000;
    text-align:center;
    border-width:0px 0px 1px 1px;
    font-size:11px;
    font-family:Arial;
    font-weight:bold;
    color:#000000;
}
.tabla tr:first-child:hover td{
    background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
    background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);

    background-color:#cccccc;
}
.tabla tr:first-child td:first-child{
    border-width:0px 0px 1px 0px;
}
.tabla tr:first-child td:last-child{
    border-width:0px 0px 1px 1px;
}
.tabla td:nth-child(1){ background-color:#ffffff; }
.tabla td:nth-child(3){ background-color:#ffffff; }
.tabla td:nth-child(9){ border-width:1px 2px 1px 2px; }
.tabla tr:first-child td:nth-child(9){ border-width:0px 2px 1px 2px; }
.tabla tr:last-child td:nth-child(9){ border-width:0px 2px 0px 2px; }

.tabla_ugy {
    margin:0px;padding:0px;
    width:100%;
    border:0px solid #000000;

    -moz-border-radius-bottomleft:0px;
    -webkit-border-bottom-left-radius:0px;
    border-bottom-left-radius:0px;

    -moz-border-radius-bottomright:0px;
    -webkit-border-bottom-right-radius:0px;
    border-bottom-right-radius:0px;

    -moz-border-radius-topright:0px;
    -webkit-border-top-right-radius:0px;
    border-top-right-radius:0px;

    -moz-border-radius-topleft:0px;
    -webkit-border-top-left-radius:0px;
    border-top-left-radius:0px;
}

.tabla_ugy td{
    vertical-align:middle;
    border:0px solid #000000;
    border-width:0px 0px 0px 0px;
    text-align:left;
    padding:2px;
    font-size:9px;
    font-family:Arial;
    font-weight:normal;
    color:#000000;
}

.tabla_ugy tr:first-child td {
    background: none;

    background-color:#e5e5e5;
    border:0px solid #000000;
    /*text-align:left;*/
    border-width:0px 0px 0px 0px;
    font-size:10px;
    font-family:Arial;
    font-weight:bold;
    color:#000000;
}

.tabla_ugy tr:first-child:hover td{
    background: none;
    background-color:#e5e5e5;
}

.tabla_ugy tr:last-child td{
    border-width:0px 0px 0px 0px;
}

.tabla_ugy tr td:last-child{
    border-width:0px 0px 0px 0px;
}

.tabla_ugy tr:last-child td:last-child{
    border-width:0px 0px 0px 0px;
}

.tabla_ugy tr:nth-child(odd){ background-color:#ffffff; }
.tabla_ugy tr:nth-child(even)    { background-color:#ffffff; }
.tabla_ugy td:nth-child(9){ border-width:0px 0px 0px 0px; }
.tabla_ugy tr:first-child td:nth-child(9){ border-width:0px 0px 0px 0px; }
.tabla_ugy tr:last-child td:nth-child(9){ border-width:0px 0px 0px 0px; }

.tabla_ugy tr{
    border-width:0px 0px 0px 0px;
}

.tabla_ugy td{
    border-width:0px 0px 0px 0px;
}

.tabla_ugy tr:first-child td:first-child{
    border-width:0px 0px 0px 0px;
}

.tabla_ugy tr:first-child td:last-child{
    border-width:0px 0px 0px 0px;
}

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}
.col-height {
    display: table-cell;
    float: none;
    height: 100%;
}
.col-top {
    vertical-align: top;
}
.col-middle {
    vertical-align: middle;
}
.col-bottom {
    vertical-align: bottom;
}

@media (min-width: 480px) {
    .row-xs-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-xs-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-xs-top {
        vertical-align: top;
    }
    .col-xs-middle {
        vertical-align: middle;
    }
    .col-xs-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 768px) {
    .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-sm-top {
        vertical-align: top;
    }
    .col-sm-middle {
        vertical-align: middle;
    }
    .col-sm-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 992px) {
    .row-md-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-md-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-md-top {
        vertical-align: top;
    }
    .col-md-middle {
        vertical-align: middle;
    }
    .col-md-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 1200px) {
    .row-lg-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-lg-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-lg-top {
        vertical-align: top;
    }
    .col-lg-middle {
        vertical-align: middle;
    }
    .col-lg-bottom {
        vertical-align: bottom;
    }
}

.shipcost {
    display: table;
    border-collapse: collapse;
}

.shipcost .box-row {
    display: table-row;
}

.shipcost .box {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border: 1px solid black;
    padding: 3px;

}

.shipcost .box-header {
    background-color: #ddd;
    font-weight: bold;
}

.statustable {
    display: table;
    border-collapse: collapse;
}

.statustable .box-row {
    display: table-row;
}

.statustable .box {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border: 0px solid black;
    padding: 3px;
}

.alert-sm {
    padding: 3px;
    border: 1px solid transparent;
    border-radius: 2px;
}


.order-table {}

.order-table td { position: relative; }

.order-table tr.strikeout td:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #111;
    width: 100%;
}

.order-table tr.strikeout td:after {
    content: "\00B7";
    font-size: 1px;
}

hr {
    border: none;
    height: 1px;
    background-color: #550000;
    color: #550000;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pdftable table {
    border-collapse: collapse;
    border: 1px solid black;
}

.pdftable th {
    border: 1px solid black;
    padding: 5px !important;
}

.pdftable td {
    border: 1px solid black;
    padding: 5px !important;
}

