.navbar-default {background: lightseagreen}
.navbar-default .navbar-brand {background: mediumturquoise}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {background: darkcyan}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {border-top: 6px solid #f5f5f5}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {color: #676a6c}

.slip-logo-image {width: 90px; float: left}
.slip-logo-image img {width: 80px; height: auto}
.slip-header {margin-left:  100px}
.slip-header .left {width: 80px; height: auto}
.slip-header .right {width: 80px; height: auto}

.inv-generator {
    /*min-height: 900px;*/
    padding: 40px 33px 0 35px;
    background: #fff;
    box-shadow: 0 -1px 3px 0 #666;
    display: inline-block;
}
table {
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
}
td, th {
    padding: 0;
}
.f20 {
    font-size: 20px;
}
.adr {
    font-size: 14px;
    width: 98%;
}
.adr-lft {
    width: 50%;
    text-align: left;
}
.adr-rgt {
    text-align: right;
    width: 50%;
}
.bld {
    margin: 2px 0;
}
.bld, .terms {
    font-weight: 700;
    font-size: 14px;
}
.w100 {
    width: 100%;
}
input, textarea {
    border: 1px dotted #fff;
    margin-bottom: 2px;
}
input, textarea {
    border: none;
}
b, body, input, p, textarea {
    font-family: open sans,arial;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input {
    line-height: normal;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
input:focus, textarea:focus {
    background: #fdf4db;
    border: 1px dotted #444;
}
.hide {
    display: none!important;
}
.pull-left {
    float: left!important;
}

li, ul {
    list-style: none;
}
.vtop {
    vertical-align: top;
}
.c-name {
    font-size: 20px;
    font-weight: 300;
    width: 100%;
    color: #666;
    margin-left: 20px;
    text-align: right;
    margin: 0 auto;
    color: #38342c;
    margin-right: 27px;
}
.c-name.border-line {
    border-bottom: 1px solid #6e6e6e;
}
.itemsDiv {
    clear: both;
    margin-top: 30px;
    float: left;
}
.thpDiv, .thpFooter {
    clear: both;
    margin-top: 10px;
    float: right;
}
.hd td input {
    text-align: right;
    border: 1px solid #666;
    color: #fff;
}
.hd td, .hd td input {
    background-color: #666;
}
.hd td input:not([READONLY]):focus {
    background: #fdf4db;
    border: 1px dotted #444;
    color: #444;
}
.hd td {
    border-bottom: 1px solid #ddd;
}
.column td {
    /*padding: 4px 8px;*/
    padding: 3px 8px 1px 8px;
    vertical-align: top;
}
.row-item td {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 5px;
    padding-top: 7px;
    /*padding-bottom: 10px;*/
}
td.bdr-non {
    border: none;
}
.sav-amo td {
    padding: 10px;
    border-top: 2px solid #ddd;
}
.bdr-non {
    border: none;
}
.tot {
    margin-bottom: 15px;
}
.tot td, .tot input {
    font-weight: bold;
    background: #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
.total-label {
    width: 100%;
}
.amount {
    text-align: right;
    width: 100px;
}
.cursor-disabled {
    cursor: not-allowed;
}
.select-currency {
    width: 70px;
    height: 23px;
    -webkit-appearance: menulist-button;
}
.del {
    height: 20px;
    background-size: 19px!important;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 21px;
}
.add {
    height: 21px;
    margin-top: 10px;
}
.add {
/*    background-position: -404px -253px;*/
    background-size: 20px!important;
    color: blue;
    padding-left: 23px;
    width: 111px;
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 20px;
}
.add, .logo-tp, [class^=mobile-] {
    background: url(../img/add-128.png) no-repeat;
}
.del, .logo-tp, [class^=mobile-] {
    background: url(../img/del-128.png) no-repeat;
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
#logoDiv {
    position: relative;
    display: inline-block;
}
.cell-none {
    border-bottom:none!important;
    background:none!important;
    border-top:none!important;
}
#add-new-item {
    padding-top: 10px;
    padding-bottom: 15px;
}
.closeicon {
    cursor:pointer
}
.action {
    padding-top: 30px;
}