body.login {background: #416e87 }
/*body.login {background: #f0eeef }*/
body,html {
    width: 100%;
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-x: hidden;
}
body:not(.login) {
    background: #f9f9f9 url(../pic/bg_inside.gif) repeat-y top left;
}
#login {
    width: 340px;
    height: 505px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -375px 0 0 -170px;
    background: transparent url(../pic/rocketcloud_main.gif) no-repeat top center;
}
#login > div {
    width: 340px;
    height: 260px;
    border-radius: 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px 1px;
    background: #fff;
    /*margin-top: 245px;*/
}
#login div.header {
    text-align: center;
    background: #fff;
    height: auto;
    margin: 150px 0 20px 0;
    padding: 10px;
    color: #416e87;
    font-size: 20px;
}
#login h1 {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 22px;
    font-weight: normal;
    background: #e7e7e9;
    border-radius: 4px 4px 0 0;
    margin: 0 0 20px 0;
    color: #416e87;
    font-size: 20px;
}
#login form {
    padding: 0 20px;
}
#login input {
    border: 1px solid #e7e7e9;
    border-radius: 5px;
    padding: 17px 10px;
    width: 100%;
    margin: 0;
}
::-webkit-input-placeholder { color: #5d5d5d }
:-moz-placeholder { color: #5d5d5d }
::-moz-placeholder { color: #5d5d5d }
:-ms-input-placeholder { color: #5d5d5d }

#login input:first-of-type {
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
}
#login input:last-of-type {
    border-radius: 0 0 5px 5px;
    margin-bottom: 20px;
}
#login button {
    float: right;
    border: 0;
    height: 40px;
    line-height: 40px;
    font: 12px Arial;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #14a6d4;
    text-transform: uppercase;
    padding: 0 33px;
    margin: 0;
    border-radius: 40px;
    cursor: pointer;
    transition: all 0.5s ease;
}
#login button:hover {
    opacity: 0.8;
}
#login a {
    display: inline-block;
    float: left;
    margin-top: 15px;
    color: #14a6d4;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}
#login input.error {
    color: #b40404;
    background: #fadad4 url(../pic/login/error.gif) no-repeat top right;
    border: 1px solid #b01212;
}
#login input.error::-webkit-input-placeholder { color: #b40404 }
#login input.error:-moz-placeholder { color: #b40404 }
#login input.error::-moz-placeholder { color: #b40404 }
#login input.error:-ms-input-placeholder { color: #b40404 }

/**             **\
    structure
\**             **/

.leftside {
    width: 200px;
    float: left;
}
.content {
    float: left;
    width: calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
}
header {
    width: 100%;
    height: 141px;

}
header div.top {
    width: 100%;
    height: 61px;
    border-bottom: 1px solid #e7e7e9;
    background: #f2f2f4;

}
header div.top a {
    float: right;
    text-decoration: none;
    font-size: 0;
    margin-right: 10px;
    transition: all 0.5s ease;
}
header div.top a:hover {
    opacity: 0.8;
}
header div.top a:before {
    font-size: 34px;
    color: #416e87;
    line-height: 60px;
}
header h1 {
    font-family: 'AvenirLight';
    font-size: 36px;
    font-weight: normal;
    color: #416e87;
    line-height: 80px;
    height: 80px;
    padding: 0 0 0 12px;
    margin: 0;
    border-bottom: 1px solid #e7e7e9;
}
header h1 a {
    float: right;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    height: 40px;
    line-height: 38px;
    border: 2px solid #416e87;
    color: #416e87;
    border-radius: 40px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 25px 0 15px;
    margin: 19px 10px 0 0;
    transition: all 0.5s ease;
}
header h1 a:hover {
    opacity: 0.8;
}
header h1 a:before {
    font-size: 20px;
    margin: 8px 12px 0 0;
    float: left;
}
header .buyerLimit {
    float: right;
    border-right: 1px solid #e7e7e9;
    border-left: 1px solid #e7e7e9;
    height: 60px;
    padding: 10px 35px 0 35px;
    color: #416e87;
    line-height: 19px;
    text-align: center;
    font-size: 14px;
    font-family: 'avenirregular';
    margin-right: 10px;
}

/**             **\
    search bar
\**             **/

.search {
    height: 59px;
    background: #e7e7e9;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.search h2 {
    padding: 0 0 0 12px;
    font-weight: normal;
    font-size: 20px;
    color: #416e87;
    line-height: 59px;
    font-family: 'avenirregular';
    float: left;
}
.search form {
    margin-left: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.search form input {
    font: 12px Arial;
    border: 0;
    border-radius: 40px 0 0 40px;
    background: #fff;
    color: #5b5b5b;
    padding: 13px 10px 13px 15px;
    width: 260px;
    float: left;
}
.search form button {
    margin: 0;
    border: 0;
    background: #fff;
    font-size: 0;
    height: 40px;
    width: 40px;
    border-radius: 0 40px 40px 0;
    margin: 0;
    float: left;
    cursor: pointer;
    /*transition: all 0.5s ease;*/
}
.search form button:before {
    font-size: 20px;
    color: #14a6d4;
}
.search form button:hover:before { opacity: 0.8 }
.search form a,
.detailSearch .addSearchRow button {
    float: left;
    margin: 0 10px 0 10px;
    display: block;
    height: 40px;
    line-height: 40px !important;
    border-radius: 40px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 20px;
    font-weight: bold !important;
    font: 12px Arial;
    background: #14a6d4;
    transition: all 0.5s ease;
    border: 0;
    cursor: pointer;
}
.search a#simpleSearch,
.search a#removeFilters { display: none }
.search.open a#extendedSearch { display: none }
.search.open a#simpleSearch,
.search.open a#removeFilters { display: block }


.detailSearch .addSearchRow button {
    float: right;
    margin: 0;
    padding: 0 27px;
}
.search form a:hover,
.detailSearch .addSearchRow button:hover { opacity: 0.8 }
.search.open { margin-bottom: 1px }
.search.open form input,
.search.open form button {
    display: none;
    visibility: hidden;
}
.search.open form a {
    color: #14a6d4;
    background: transparent;
    border: 2px solid #14a6d4;
    line-height: 38px !important;
}
.detailSearch {
    width: 100%;
    background: #e7e7e9;
    padding: 10px 10px 0 10px;
    float: left;
    position: relative;
}
.detailSearch .searchRow {
    width: calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: -webkit-calc(100% - 250px);
}
.detailSearch .searchRow > div {
    float: left;
    width: calc((100% - 50px) / 3);
    width: -moz-calc((100% - 50px) / 3);
    width: -webkit-calc((100% - 50px) / 3);
    padding-right: 10px;
}
.detailSearch .searchRow > div > div,
.detailSearch .searchRow > div > input {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    border: 1px solid #fff;
}
.detailSearch .searchRow div > div { border: 0 }
.detailSearch .searchRow div > div button { border: 1px solid #fff }

.detailSearch .searchRow a,
.detailSearch .addSearchRow a {
    float: left;
    display: block;
    margin-right: 10px;
    font-size: 0;
}
.detailSearch .searchRow a:before,
.detailSearch .addSearchRow a:before {
    font-size: 40px;
}
.detailSearch .searchRow a.icon-remove { color: #d0021b }
.detailSearch a.icon-add { color: #14a6d4;background: #fff; display: block; width: 38px; height: 38px; border-radius: 38px; overflow: hidden; position: relative }
.detailSearch a.icon-add:before { position: absolute; top: -1px; left: -1px }
.addSearchRow {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 250px;
    height: 40px;
}

/**             **\
    datatables
\**             **/

.dataTables_filter {
    display: none;
    visibility: hidden;
}
.dataTables_wrapper {
    width: 100%;
    clear: both;
    position: relative;
    padding-bottom: 70px;
    border-bottom: 1px solid #e7e7e9;
}
.datatables {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.datatables td {
    border: 1px solid #e7e7e9;
    padding: 12px 10px 13px 10px;
    color: #5D5D5D;
    font: 12px Arial;
}
.datatables thead th {
    background: #f2f2f4;
    border: 1px solid #e7e7e9;
    color: #5D5D5D;
    font: 12px Arial;
    font-weight: normal;
    text-align: left;
    padding: 0 10px;
    height: 60px;
    vertical-align: middle;
    outline: none;
    cursor: pointer;
}
.datatables thead th[aria-sort="ascending"],
.datatables thead th[aria-sort="descending"] {
    position: relative;
}
.datatables thead th[aria-sort="ascending"]:before,
.datatables thead th[aria-sort="ascending"]:after,
.datatables thead th[aria-sort="descending"]:before,
.datatables thead th[aria-sort="descending"]:after {
    position: absolute;
    font-size: 9px;
    right: 10px;
    transform: rotate(90deg) scale(1) skew(1deg) translate(0px);
    -webkit-transform: rotate(90deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(90deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(90deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(90deg) scale(1) skew(1deg) translate(0px);
}
.datatables thead th[aria-sort="ascending"]:before,
.datatables thead th[aria-sort="descending"]:before { top: 23px }
.datatables thead th[aria-sort="ascending"]:after,
.datatables thead th[aria-sort="descending"]:after { top: 30px }

.datatables thead th[aria-sort="ascending"]:before,
.datatables thead th[aria-sort="descending"]:after { color: #14a6d4; }

.datatables thead th[aria-sort="descending"]:before,
.datatables thead th[aria-sort="ascending"]:after { color: #c9c9c9; }

.datatables tbody tr:hover td { background: #b8e4f2 }
.datatables tbody tr.selectedRow td { background: #91B6C2 }

.dataTables_length {
    float: left;
    max-width: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 70px;
}
.dataTables_paginate {
    float: right;
    max-width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 70px;
    padding: 15px 10px 0 0;
}
.dataTables_paginate a,
.dataTables_paginate span span {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #e7e7e9;
    margin-right: -1px;
    text-align: center;
    line-height: 40px;
    float: left;
    cursor: pointer;
    color: #14a6d4;
    font-weight: bold;
    overflow: hidden;
}
.dataTables_paginate span span { border: 0; cursor: default;color: #5D5D5D; }
.dataTables_paginate a.current {
    background: #14a6d4;
    color: #fff;
}
.dataTables_paginate a.previous { font-size: 0; position: relative; border-radius: 3px 0 0 3px }
.dataTables_paginate a.next { font-size: 0; position: relative; border-radius: 0 3px 3px 0 }
.dataTables_paginate a.previous:before { font-size: 16px; position: absolute; top: 11px; left: 9px }
.dataTables_paginate a.next:before { font-size: 16px; position: absolute; top: 11px; left: 9px }

.dataTables_paginate a.disabled { color: #5D5D5D; opacity: 0.4 }

.dataTables_length .select { margin-top: 15px }

.datatables tr td:last-of-type a,
.datatables tr td:last-of-type span { font-size: 0; width: 29px; height: 29px; display: inline-block; margin: 0 5px -3px 0; float: left; cursor: pointer }
.datatables tr td:last-of-type a:before,
.datatables tr td:last-of-type span:before { font-size: 29px }
.datatables tr td:last-of-type .icon-edit,
.datatables tr td:last-of-type .icon-info,
.datatables tr td:last-of-type .icon-details { color: #14a6d4 }
.datatables tr td:last-of-type .icon-remove { color: #d0021b }

/**             **\
    táblázat
\**             **/
.detailsItemsTable,
.mainDetailsTable {
    width: 100%;
    border: 0;
    border-spacing: 0;
    table-layout: fixed;
    border-collapse: collapse;
}
.mainDetailsTable th,
p.th,
.detailsItemsTable th {
    height: 59px;
    background: #e7e7e9;
    border: 1px solid #e7e7e9;
    padding: 0 0 0 12px;
    font-weight: normal;
    font-size: 20px;
    color: #416e87;
    line-height: 59px;
    font-family: 'avenirregular';
    text-align: left;
    border-right: 1px solid #fff;
}
/*.mainDetailsTable tr th:last-child,
.detailsItemsTable tr th:last-child { border: 0 }*/
.mainDetailsTable td,
.detailsItemsTable td {
    padding: 10px;
    vertical-align: top;
    color: #5D5D5D;
    border: 1px solid #e7e7e9;
}
.mainDetailsTable.noborder td,
.mainDetailsTable.noborder th { border: 0 }

.mainDetailsTable td table td,
.detailsItemsTable td table td {
    padding: 1px 0;
    border: 0;
}
.mainDetailsTable td.strong,
.detailsItemsTable td.strong {
    font-weight: bold;
}
.lightGreyBeuty {
    background: #f2f2f4;
    border: 1px solid #e7e7e9;
    color: #5D5D5D;
    font: 12px Arial;
    font-weight: normal;
    text-align: left;
    padding: 0 10px;
    height: 60px;
    vertical-align: middle !important;
    outline: none;
    cursor: pointer;
}
p.comment {
    width: 100%;
    padding: 10px;
    color: #5D5D5D;
    border-bottom: 1px solid #e7e7e9;
}
h4 {
    height: 59px;
    background: #e7e7e9;
    border: 1px solid #e7e7e9;
    padding: 0 0 0 12px;
    font-weight: normal;
    font-size: 20px;
    color: #416e87;
    line-height: 59px;
    font-family: 'avenirregular';
    text-align: left;
    border-right: 1px solid #fff;
    font-weight: normal;
    clear: both;
    float: left;
    width: 100%;
}
h4 a,
h4 span.button {
    float: right;
    margin: 9px 10px 0 10px;
    display: block;
    height: 40px;
    line-height: 38px !important;
    border-radius: 40px;
    color: #416e87;
    text-transform: uppercase;
    padding: 0 20px;
    font-weight: bold !important;
    font: 12px Arial;
    background: #fff;
    border: 0;
    cursor: pointer;
    transition: all 0.5s ease;
    border: 2px solid #416e87;
}
h4 a:before,
h4 span:before {
    font-size: 20px;
    color: #14a6d4;
}
h4 a:hover:before,
h4 span:hover:before { opacity: 0.8 }
h4 span i,
h4 a i { font-size: 20px; margin: 1px 10px 0 0; display: block; float: left }
hr {
    float: left;
    width: 100%;
    border: 0;
    margin: 8px 0 10px 0;
    background: #e7e7e9;
    height: 1px;
}

/**         **\
    fancy
\**         **/

body.iframe {
    background: #fff !important;
    position: relative;
}
body.iframe .fancybox-skin { background: #416e87 !important; }

.hasStickyButtonsBottomClass {
    margin-bottom: 80px;
}

.buttonContainer {
    width: 100%;
    margin-top: 10px;
    background: #f9f9f9;
    border-top: 1px solid #e7e7e9;
    height: 80px;
    padding: 20px 0 0 10px;
    float: left;
    clear: both;
    border-radius: 0 0 4px 4px;
}
.iframe .buttonContainer {
    position: fixed;
    bottom: 0;
    left: 0;
}
.buttonContainer button {
    float: right;
    margin: 0 10px 0 0;
    display: block;
    height: 40px;
    line-height: 40px !important;
    border-radius: 40px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 20px;
    font-weight: bold !important;
    font: 12px Arial;
    background: #14a6d4;
    border: 0;
    cursor: pointer;
    transition: all 0.5s ease;
    border: 0;
    min-width: 95px;
}
.buttonContainer button:hover { opacity: 0.8 }

.buttonContainer button.del,
.buttonContainer button.cancel {
    float: left;
    line-height: 38px !important;
    border: 2px solid #d0021b;
    color: #d0021b;
    background: #fff;
}
.details {
    float: left;
    clear: both;
    padding: 10px;
    line-height: 30px;
    color: #5d5d5d;
}
.details span {
    display: inline-block;
    width: 95px;
}
.details a {
    font-weight: bold;
    color: #14a6d4;
}
table.details {
    float: none;
    width: 100%;
    table-layout: fixed;
}
table.details th {
    width: 100px;
    text-align: left;
}
.qr {
    float: left;
    width: 180px;
    color: #5d5d5d;
    font-weight: bold;
    padding: 10px 0 0 10px;
}
.googlemapCont {
    float: left;
    color: #5d5d5d;
    font-weight: bold;
    padding: 10px 0 0 0;
    width: calc(100% - 180px);
    width: -moz-calc(100% - 180px);
    width: -webkit-calc(100% - 180px);
    padding-right: 10px;
}
.googlemap {
    width: 100%;
    height: 350px;
    float: left;
    margin-top: 5px;
}
#uploadedFiles {
    width: 100%;
    float: left;
    clear: both;
    padding: 10px;
    color: #5d5d5d;
}
#uploadedFiles ul {
    clear: both;
    margin: 0 20px
}
#uploadedFiles ul a {
    font-weight: bold;
    color: #14a6d4;
}
.itemsContainer {
    width: 100%;
    float: left;
    overflow: hidden;
    padding: 10px 0 0 10px;
    height: 570px;
}
#addOrderItemDetailedFancy {
    width: 970px;
    padding: 0;
    overflow: hidden;
    height: 750px;
}
.itemContainer {
    float: left;
    width: 310px;
    height: 130px;
    border: 1px solid #e7e7e9;
    margin: 0 10px 10px 0;
    overflow: hidden;
    padding: 9px;
}
.itemContainer img {
    width: 100px;
    height: 100px;
    margin-right: 10px;
    float: left;
}
.itemContainer div {
    float: left;
    width: 180px;
    line-height: 20px;
    color: #5d5d5d;
    padding-top: 5px;
}
.itemContainer div p:first-of-type {
    white-space: nowrap;
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}
.itemContainer div p input {
    border: 0 !important;
    font-weight: bold;
    width: 120px !important;
    line-height: normal !important;
    padding: 0 !important;
    background: #ffffff !important;
    color: #5d5d5d !important;
}
.itemContainer div > input {
    width: 50px;
    border: 1px solid #14a6d4;
    text-align: right;
    border-radius: 4px;
}
.itemContainer button {
    margin: 0 0 0 5px;
    display: inline-block;
    height: 40px;
    border-radius: 40px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0;
    text-align: center;
    font-weight: bold !important;
    font: 12px Arial;
    transition: all 0.5s ease;
    border: 0;
    cursor: pointer;
    clear: none;
    background: #fff;
    border: 2px solid #14a6d4;
    color: #14a6d4;
    line-height: 38px !important;
    width: 100px;
}
.itemContainer.addedProductBox { border: 1px solid #39aa46 }
.itemContainer.addedProductBox button { border: 2px solid #39aa46; color: #39aa46 }

.pager {
    float: left;
    clear: both;
    width: 100%;
    height: 61px;
    padding-top: 4px;
    border-bottom: 1px solid #e7e7e9;
    text-align: center;
}
.pager a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #e7e7e9;
    margin-right: -1px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    color: #14a6d4;
    font-weight: bold;
    overflow: hidden;
}
.pager a.current {
    background: #14a6d4;
    color: #fff;
}
.pager a.prev { font-size: 0; position: relative; border-radius: 3px 0 0 3px }
.pager a.next { font-size: 0; position: relative; border-radius: 0 3px 3px 0 }
.pager a.prev:before { font-size: 16px; position: absolute; top: 11px; left: 9px }
.pager a.next:before { font-size: 16px; position: absolute; top: 11px; left: 9px }

.pager a.disabled { color: #5D5D5D; opacity: 0.4 }

#addOrderItemDetailedFancy h4 > button {
    float: right;
    margin: 10px 10px 0 10px;
    display: block;
    height: 40px;
    line-height: 40px !important;
    border-radius: 40px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 20px;
    font-weight: bold !important;
    font: 12px Arial;
    background: #14a6d4;
    transition: all 0.5s ease;
    border: 0;
    cursor: pointer;
    clear: both;
}
#addOrderItemDetailedFancy h4 input {
    border-radius: 40px 0 0 40px;
    border: 0;
    width: 270px;
    padding: 13px 10px;
    margin: 9px 0 0 0;
    float: left;
}
#addOrderItemDetailedFancy h4 div button {
    height: 40px;
    border: 0;
    float: left;
    width: 32px;
    background: transparent url(../pic/bg_search.gif) no-repeat 0 0;
    clear: none;
    margin: 9px 0 0 0;
    cursor: pointer;
}
.resizeableTable {
    border: 1px solid #e7e7e9 !important;
    width: 100% !important;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
}
.resizeableTable td,
.resizeableTable th {
    border: 1px solid #e7e7e9;
}
/**
    resizeableTable
                    **/


html #tabs table.resizeableTable input[type="text"],
html .tabs table.resizeableTable input[type="text"] {
    margin: 0;
    width: 110px !important;
    text-align: right !important;
    float: none !important;
}
table.resizeableTable td {
    padding: 12px 10px;
    margin: 0;
    border-right: 1px solid #ecf0f2;
    border-bottom: 1px solid #ecf0f2;
    background-color: #fff;
    /*width: 119px !important;*/
    vertical-align: top;
    white-space: nowrap;
    text-align: right;
    color: #5D5D5D;
}
table.resizeableTable.valignMiddle td {
    vertical-align: middle;
}
table.resizeableTable td.nettoOsszarCella span{
    float:  none !important;
}
table.resizeableTable td.delRow,
table.resizeableTable td.addSulyCella {
    width: 40px !important;
    /*border: 1px solid #fff;*/
}
table.resizeableTable td.fakeCell,
table.resizeableTable td.w40,
table.resizeableTable td.delRow {
    width: 40px !important;
}
table.resizeableTable td.fixed input {
    width: 106px !important;
}
table.resizeableTable tr.headerRow td {
    background-color: #f2f2f4;
    border-right: 0 !important;
    border-top: 0;
    vertical-align: middle !important;
    text-align: center;
    font-weight: bold;
    height: 60px;
}
table.resizeableTable td.first,
table.resizeableTable td.delRow,
table.resizeableTable td.addSulyCella {
    background-color: #eaf4f8;
}
table.resizeableTable tr:first-child td:first-child {
    border-radius: 5px 0 0 0 !important;
    border-left: 0;
    border-right: 0 !important;
}
html table.resizeableTable td.weightRangeHeaderCell {
    border-left: 0 !important;
}
table.resizeableTable tr:first-child td:last-child {
    border-radius: 0 5px 0 0 !important;
    border-right: 0;
}
table.resizeableTable tr td:first-child { border-left: 0 }
table.resizeableTable tr td:last-child { border-right: 0 }
table.resizeableTable tr:last-child td { border-bottom: 0 }

table.resizeableTable tr:last-child td:first-child { border-radius: 0 0 0 5px !important }
table.resizeableTable tr:last-child td:last-child { border-radius: 0 0 5px 0 !important }


table.resizeableTable td.weightRangeHeaderCell {
    background: transparent url(../pic/sulytavolsag.gif) no-repeat 0 0;
    position: relative;
    display: block;
}
table.resizeableTable td.weightRangeHeaderCell span,
table.resizeableTable td.headerCella {
    font: 10px Arial;
    font-weight: bold;
    color: #555555;
    position: absolute;
}
table.resizeableTable td.headerCella {
    vertical-align: middle;
    position: static;
}
table.resizeableTable td.weightRangeHeaderCell span#weight {
    left: 10px;
    bottom: 7px;
}
table.resizeableTable td.weightRangeHeaderCell span#range {
    top: 7px;
    right: 10px;
}
table.resizeableTable td.corner {
    background-color: #eaf4f8 !important;
}
table.resizeableTable tr.headerRow button {
    float: none !important;
    margin: 0 0 0 7px !important;
    vertical-align: middle;
    height: 29px !important;
    line-height: 29px !important;
}

table#pricelist tbody tr td:nth-child(4),
table#pricelist tbody tr td:nth-child(6) {
    font-size: 14px;
}

a.table-titlebutton {
    float: left;
    margin: 10px 0 0 12px;
    display: block;
    height: 38px;
    line-height: 40px !important;
    border-radius: 40px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 20px;
    font-weight: bold !important;
    font: 12px Arial;
    background: #14a6d4;
    transition: all 0.5s ease;
    border: 0;
    cursor: pointer;
}
