.nbd-header-with-form #id{
    width: 50px;
}
/* Table Items */
.main-content-columns{
    border: 1px solid #cecece;
}
.main-content-columns .title-columns{
    font-weight: bold;
    border-bottom: 1px solid #cecece;
    position: relative;
    font-weight: bold;
}
.invoice-table-colum{
    width: 50%;
    float: left;
    height: 75px;
    position: relative;
    padding: 20px;
}
.invoice-table-colum label{
    float: left;
    padding: 8px;
    height: 35px;
    width: 150px;
}
.invoice-table-colum .invoice-col-input{
    float: left;
    width: 300px;
}
.btn-short-code{
    margin: 3px;
    font-weight: bold;
    font-size: 12px;
    padding: 2px;
}
#nb_invoice_meta_box_order_detail_backend .inside .nb_btn_export_pdf{
    padding: 3px;
    width: 60px;
    height: 60px;
}
#nb_invoice_meta_box_order_detail_backend .inside .nb_btn_export_pdf img{
    width: 50px;
}
/* css */
#post-body-content{
    position: relative;
}
.nb_title_page{
    font-size: 20px;
}
.form-element{
    width: 300px;
}
.form-element-with{
    width: 100%
}
#template_custom_css{
    width: 50%;height: 200px;
}
.title-columns{
    font-weight: bold;
}
.remove-content-columns{
    position: absolute;
    right: 10px;
    top: 3px;
}
.jscolor{
    background-image: none;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}
.inside-main{
    padding: 10px;
}
.main-invoice-template{
    margin-top: 50px;
}
.invoice-template{
    padding: 0px;
    cursor: pointer;
    position: relative;
}
.main-image{
    padding: 10px;
    border: 1px solid #cecece;
}
.main-invoice-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0,0,0,0.75);
    overflow: hidden;
    text-align: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    opacity: 0;
}
.invoice-template:hover .main-invoice-bg{
    opacity: 1;
}
.main-image img{
    width: 100%;
}
.nb-invoice-but-import{
    position: absolute;
    top: 45%;
    min-width: 127px;
    font-weight: bold;
    border-radius: 2px;
    left: -100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.invoice-template:hover .nb-invoice-but-import{
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.import-success{
    position: absolute;
    right: 0;
    bottom: 0;
    color: white;
    padding: 4px 10px;
    background: #5cb85cde;
    font-weight: bold;
    border-radius: 3px;
}
.check_license_key{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.check_license_key .form-group{
    width: 400px;
}
#license_key{
    width: 75%;
}
#nb_loadding_license{
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 99999;
    left: 0px;
    background: #00000054;
    height: 100%;
}
#nb_loadding_license img{
    position: absolute;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
/* Import */
#main-form-import{
    position: relative;
    margin: 0px auto;
}
#preview-template{
    margin-right: 30px;
}
#public_invoice, #template_landscape_invoice{
    width: 2rem !important;
    height: 2rem !important;
    border-radius:0px !important;
}
.button_public_row{
    cursor: default !important;
}