/*Version 1.0.1*/


table td, table th, table {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
}

.erca table td, .erca table th, .erca table {
    -webkit-print-color-adjust: initial !important;
    print-color-adjust: initial !important;
}

.content {
  padding: 10px 0;
  background: transparent;
  margin:15px;
}



.content-wrapper {
    min-height: 100%;
}

.table.table-striped thead tr {
    background: rgb(230, 230, 230) none repeat scroll 0 0;
}

.tab-content > .active {
	display: table;
	width: 100%;
}

table tr.removed td {
    color: #a8a1a1;
    text-decoration: line-through;
    transition: 0.3s;
    background: #e4cfcf;
}

.datepicker.dropdown-menu, body, h1, h2, h3, h4, h5, h6, p, .calendars-popup table td a, 
.calendars-popup select, .calendars-popup a, .calendars-popup span {
	font-family: "Segoe UI", sans-serif;
}

.singlejob {
    background: white;
    border: 1px  solid #e8e5e5;
    padding: 0 0 20px 15px;
    margin-bottom: 10px;
}

form.jobapplicationform {
    background: #f4f4f4;
    padding: 0 30px 30px ;
    border: 1px solid #e0e0e0;
}

.calendars-month td .calendars-highlight {
    color: black;
}

.calendars-popup table td a, .calendars-popup select, .calendars-popup a, .calendars-popup span {
    font-size: 13px;
}

body div.wrapper section.content {
    display: block;
    margin-bottom: 0px;
}

section.content-header .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}

.form-group.required label::after {
    color: rgb(255, 0, 0);
    content: "*";
    margin-left: 3px;
}

.show .hideonshow {
    display: none;
}

.stickybottom {
    position: fixed;
    width: calc(100% - 300px);
    display: block;
    bottom: 0px;
    background: white;
    padding-bottom: 0;
    margin-bottom: 0;
}

.form-group.btmbtns.stickybottom button, .form-group.btmbtns.stickybottom a {
    margin-bottom: 5px !important;
}

.centertext {
    text-align: center;
}

table#dtTableCalculated tfoot th, table#dtTableCalculated thead th {
    letter-spacing: -0.3px;
}

div.loading, div.loading img, div.loading h3, .div.loading p {
    display: none;
}

.treeview-menu>li>a {
    white-space: normal;
}

div.loading.active {
    position: fixed;
    background: rgba(0,0,0,0.5) !important;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

body.am {
    font-size: 1.6em;
}

.loading.active h3 {
    font-size: 2.2em;
    font-weight: 900;
    color: #ece7e7;
    text-shadow: 1px 1px 1px black;
    width: 100%;
    text-align: center;
    margin-top: 40vh;
    display: block;
    transition: 0.3s;
}

.loading.active img {
    display: block;
    transition: 0.3s;
    margin: 0 auto 0;
    padding: 0;
}

.loading p {
    margin: 0 auto;
    color: white !important;
    display: block;
    position: relative;
    text-align: center;
    font-size: 1.7em;
}

.tablebuttons {
    padding: 0px 5px 0 5px;
    font-size: 0.8em;
}

.nav-tabs-custom {
    background: #fff0;
}

.nav-tabs-custom>.nav-tabs>li>a {
    font-weight: bold;
}

.tobehidden {
    opacity: 0;
}

h4.inline-header {
    width: 50%;
    float: left;
}

.legendbox {
    width: 30px;
    height: 20px;
    background: rgb(187, 187, 187);
    display: inline-block;
    margin-right: 5px;
    float: left;
    border: 1px solid rgb(150,150,150);
}

.legendcolumn {
    float: left;
    margin-right: 20px;
}

.legendbox span {
    margin-right: 20px;
    display: inline-block;
}

.legendbox.weekend {
    background: rgb(187, 187, 187);
}

.legendbox.leave {
    background: #81dce6;
}

.legendbox.holiday {
    background: #d4aaaa;
}

div.legendrow {
    margin: 5px 0;
    background-color: rgb(248 248 248);
    padding: 5px 0;
    border: 1px solid rgb(200,200,200);
    padding: 5px 15px;
}

.payrollreport .table>tbody>tr>td, 
.payrollreport .table>tbody>tr>th, 
.payrollreport .table>tfoot>tr>td, 
.payrollreport .table>tfoot>tr>th, 
.payrollreport .table>thead>tr>td, 
.payrollreport .table>thead>tr>th
{
    padding: 2px;
    font-size: 0.9em;
}

div.inline-div {
    width: 50%;
    float: left;
    padding: 2px 0;
}

.report .hideonreport {
     display: none;
}

span.activefilters {
    padding: 5px 0;
    display: block;
}

.modal-dialog {
    width: 90%;
    max-width: 750px;
}

#mdlFilterEmployees .modal-dialog {
    width: 60%;
    max-width: 750px;
    min-width: 320px;
}

div#mdlFilterEmployees .col-md-2 {
    width: 33.3%;
}

#mdlFilterEmployees .modal-header, #mdlFilterEmployees .modal-footer {
    padding: 5px 15px;
}

#mdlFilterEmployees .modal-body {
    padding-bottom: 5px;
}




.form-group.withrightspace span.select2-container, .form-group.withrightspace select {
    max-width: 82%;
}

.form-group.withrightspace .btn {
    padding: 8px 10px;
}

.tablebuttongroups .dropdown-toggle, .tablebuttongroups .btn {
    padding: 0 4px !important;
    font-size: 0.85em;
}

:checked + span {
    font-weight: bold;
    color: green;
}

.checktable label {
    font-weight: normal;
    color: #d80a0a;
}

.tablebuttongroups .dropdown-menu {
    font-size: 1em !important;
    box-shadow: 0px 7px 22px -10px black;
    min-width: 0;
    background: rgb(250,250,250);
}

.tablebuttongroups .dropdown-menu li {
    font-size: 1em;
    padding: 0 !important;
}

.tablebuttons i {
    color: yellow;
}

.dataTables_wrapper {
    background: white;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 13px -10px black;
    border: 1px solid #eeeef3;
}


.btn-default.tablebuttons i {
    color: black;
}

.btn-success.tablebuttons i {
    color: white;
}

.hasboxbuttonwithselect span.select2 {
    width: calc(100% - 48px) !important;
    float: left;
}

a.boxbuttonwithselect {
    float: left;
    width: 48px;
    height: 34px;
    padding-top: 7px;
}

.report {
    font-size: 16px !important;
}

.report .row {
    margin: 0 !important;
}

.frmneweditsalesdetail h4 {
    background-color: #e4e4e4;
    margin: -3px -21px 15px;
    border-radius: 3px 3px 0 0;
    padding: 10px 20px;
    border-top: 3px solid #00a65a;
    border-bottom: 1px solid #b2b2b2;
}

div#searchList .col-md-2 {
    padding-right: 2px;
    padding-left: 2px;
}

div#searchList .panel-body {
    padding: 10px 25px 0 !important;
}

span.showlabel, span.showfield {
    font-size: 1.1em;
    font-weight: 500;
}



.timesheet th {
    text-align: center;
    font-size: 0.8em;
    padding: 1px !important;
}

.timesheet th span.dateofweek, .timesheet th span.month, .timesheet th span.year {
    clear: both !important;
    display: block;
}


.timesheet td input {
    border: 2px solid rgb(210,210, 210);
}

.report .timesheet td input {
    border-width: 0px;
}

.timesheet th.readonly, .timesheet td.readonly input,
.report .timesheet th.readonly, .report .timesheet td.readonly input {
    background: rgb(187, 187, 187);
}

.timesheet th.leave, .timesheet td.leave input,
.report .timesheet th.leave, .report .timesheet td.leave input {
    background: #81dce6;
}

.timesheet th.weekend, .timesheet td.weekend input,
.report .timesheet th.weekend, .report .timesheet td.weekend input {
    background: rgb(187, 187, 187);
}

.timesheet td.columnsum input,
.timesheet td.rowsum input  {
    font-weight: bold;
    color: black;
}

.timesheet td.error input {
    background: red !important;
    font-weight: bold;
    color: white;
}

.timesheet th.holiday, .timesheet td.holiday input {
    background: #d4aaaa;
}

td.notzero input {
    color: black;
    border: 2px solid #008602;
    border-bottom-width: 4px;
}

span.showfield {
    font-weight: 700;
}

.paddedrow {
    padding: 2px 20px;
}

.silverrow {
    background: rgb(248,248,248);
    border: 1px solid rgb(230,230,230);
}

td.nopadding {
    padding: 0 !important;
}

td.nopadding input {
    margin-bottom: 0 !important;
}

/*.report .col-lg-1, .report .col-lg-10, .report .col-lg-11, .report .col-lg-12, .report .col-lg-2, 
.report .col-lg-3, .report .col-lg-4, .report .col-lg-5, .report .col-lg-6, .report .col-lg-7, 
.report .col-lg-8, .report .col-lg-9, .report .col-md-1, .report .col-md-10, .report .col-md-11, 
.report .col-md-12, .report .col-md-2, .report .col-md-3, .report .col-md-4, .report .col-md-5, 
.report .col-md-6, .report .col-md-7, .report .col-md-8, .report .col-md-9, .report .col-sm-1, 
.report .col-sm-10, .report .col-sm-11, .report .col-sm-12, .report .col-sm-2, .report .col-sm-3, 
.report .col-sm-4, .report .col-sm-5, .report .col-sm-6, .report .col-sm-7, .report .col-sm-8, 
.report .col-sm-9, .report .col-xs-1, .report .col-xs-10, .report .col-xs-11, .report .col-xs-12, 
.report .col-xs-2, .report .col-xs-3, .report .col-xs-4, .report .col-xs-5, .report .col-xs-6, 
.report .col-xs-7, .report .col-xs-8, .report .col-xs-9
{
    padding-left: 0;
    padding-right: 0;
}*/

.report table tr td {
    padding:4px 5px 4px 5px !important;
}

.report table td.leftpadded-sm {
    padding-left: 15px !important;
}

.report .table.table-striped thead tr {
    background: rgb(80, 80, 80) none repeat scroll 0 0 !important;
    color: rgb(255, 255, 255) !important;
}


.customrow {
    padding: 5px;
}

td.leftpadded-sm {
    padding-left: 30px !important;
}

td.leftpadded-md {
    padding-left: 50px !important;
}

.report span.identifier {
    font-weight: bold !important;
}

.report h1.companyname, .report h2.reportheader {
    margin: 5px 0;
}

.report h1.companyname {
    font-size: 30px;
}

.report h2.reportheader {
    font-size: 24px;
    text-align: center;
}

h3.reportheader {
    margin: 0 auto;
    max-width: 98%;
    padding: 8px 15px;
}

#dtPrivileges td {
    padding: 8px 8px 0px 10px;
    font-weight: 600;
}

.customform {
    border: 1px solid rgb(220,220,220);
    border-radius: 5px;
    background: rgb(243, 243, 243);
}

.datepicker.datepicker-dropdown {
    z-index: 10000 !important;
}

.row.report {
    max-width: 98%;
    margin: 0 auto;
}

.report.erca td {
    font-size: 13px;
    line-height: 16px;
}

.glyphicon.right {
    float: right;
    margin-top: 2px;
}

.glyphicon.left {
    float: left;
    margin-top: 2px;
}

.content-header .row {
    margin: 0;
}

.content-header h3, .content-header .col-md-7 {
    margin: 0 !important;
    padding: 0;
}

.content-header h3 {
    padding-bottom: 10px;
    font-size: 1.4em;
    letter-spacing: -0.5px;
}

.pagebuttons .btn {
    padding: 2px 10px;
    min-width: auto;
}

.my-form-control {
    min-width: 100px;
}

.my-print-form-control {
    max-width: 40px;
    padding: 8px 10px;
}

.pagebuttons a i {
    margin-right: 10px;
}

form.customsearch .form-group, form.customsearch .btn.form-control {
    margin-bottom: 3px !important;
}

.pagebreak { page-break-before: always; }

.form-group.btmbtns a, .form-group.btmbtns button {
    margin: 5px 0 15px;
}

.login-box-body input {
    font-size: 1.2em;
    height: 45px;
}

input#remember {
    height: 10px;
}

.currentpayroll select, .currentpayroll button, .currentpayroll .select2 span, .currentpayroll a {
    font-size: 0.95em !important;
}

.currentpayroll .panel-body {
    padding: 5px 15px;
}

form.currentpayroll .form-group {
    margin-bottom: 5px;
}

.currentpayroll .checkbox {
    margin-top: 5px;
    margin-bottom: 5px;
}

.login-box button.btn.btn-primary {
    font-size: 1.2em;
    margin-bottom: 21px;
    padding: 10px 0;
}

.dashboard #tblUsers_wrapper .col-sm-6:nth-child(1) {
    display: none;
}

.sidebar-collapse section.sidebar ul li {
    border-bottom: 1px solid rgb(150, 150, 150);
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right), 
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>.treeview-menu
{
    width: 240px;
}

.skin-blue .sidebar-menu > li.header {
    color: white;
    font-size: 15px;
}

.profilephoto {
    border: 1px solid rgb(255, 165, 0);
    border-radius: 5px;
    display: block;
    max-width: 100%;
    width: 100%;
    max-width: 400px !important;
}

.separator {
    min-height: 30px;
    width: 100%;
    display: block;
    position: relative;
    float: none;
}

.separator.three {
    min-height: 30px;
}

#tblReport thead th {
    background: rgb(120,120,120) !important;
}

.report table th {
    color: black !important !important;
    font-size: 1em;
}

.col-print-1 {width:8%;  float:left;}
.col-print-2 {width:16%; float:left;}
.col-print-3 {width:25%; float:left;}
.col-print-4 {width:33%; float:left;}
.col-print-5 {width:42%; float:left;}
.col-print-6 {width:50%; float:left;}
.col-print-7 {width:58%; float:left;}
.col-print-8 {width:66%; float:left;}
.col-print-9 {width:75%; float:left;}
.col-print-10{width:83%; float:left;}
.col-print-11{width:92%; float:left;}
.col-print-12{width:100%; float:left;}

.suholder nav.navbar-static-top {
    background: black none repeat scroll 0 0 !important;
}

.suholder .content-wrapper, .suholder .right-side {
    background:rgb(200,200,200) !important;
}

.activated {
    color: green;
}

.deactivated {
    color: red;
}

.doclink {
    margin-left: 10px;
}

.doclink i {
    font-size: 18px;
}

span.tablestatus {
    font-weight: bold;
}

span.tablestatus.success {
    color: green;
}

span.tablestatus.warning {
    color: orange;
}

span.tablestatus.error, span.tablestatus.danger {
    color: red;
}

td.nowrap, th.nowrap {
    white-space: nowrap;
}

.importpreview {
    overflow: scroll;
}

.importpreview input {
    border: none;
    padding: 0;
    max-width: 60px;
}

.spinfo {
    color: rgb(255, 255, 255);
    display: block;
    margin-top: 5px;
    font-weight: bold;
    font-size: 25px;
}

.spinfo a {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border-radius: 3px;
    color: rgb(135, 206, 235);
    font-weight: bold;
    margin: 0 0 0 20px;
    padding: 10px;
    font-size: 15px;
}

body.login-page {
    background: url(login.jpg) center center rgb(100,100,100);
}

.login-box-body, .register-box-body {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    color: black;
    margin: -25px auto 10px;
    max-width: 450px;
    width: 100%;
}

.login-logo img {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    max-width: 450px;
    padding: 10px;
    max-height: 120px;
}

h3.companyname {
    text-align: center;
}

.login-box, .register-box {
    width: 100%;
}

.login-logo a, .register-logo a {
    color: red;
    text-shadow:1px 1px 1px black;
}

.login-box-body input {
    background: rgba(0,0,0,0);
    color: black;
}

.login-box-body input::-webkit-input-placeholder {
   color: rgb(100,100,100);
}

.login-box-body input:-moz-placeholder { /* Firefox 18- */
   color: rgb(100,100,100);  
}

.login-box-body input::-moz-placeholder {  /* Firefox 19+ */
   color: rgb(100,100,100);  
}

.login-box-body input:-ms-input-placeholder {  
   color: rgb(100,100,100);  
}

.dropdown.notifications-menu a i {
    font-size: 20px;
}

.dropdown.notifications-menu .label.label-warning {
    font-size: 14px !important;
    right:5px !important;
    top:2px !important;
}

.report.A4 {
    width: 21cm;
    min-height: 27cm !important;
/*    padding: 0cm;
    border: 1px solid rgb(200,200,200);*/
}

.report.A4.landscape {
    width: 29.7cm;
    min-height: 19cm !important;
/*    padding: 0cm;
    border: 1px solid rgb(200,200,200);*/
}

.report.nocellpadding table tr td {
    padding: 0 !important;
    background: white;
}

.smalltableheaders th {
    font-size: 0.8em !important;
}

.smalltableheaders td {
    font-size: 0.85em !important;
}

.report tfoot td {
    background: rgb(180,180,180) !important;
}

.report .rowsum.columnsum input {
    width: 36px !important;
}

.calculatepayroll tfoot th {
    font-size: 0.8em;
    background: rgb(210 231 212);
}

.report td.percentage input {
    width: 48px !important;
}


.smalltableheaders th input, .smalltableheaders td input, .smalltableheaders tfoot input {
    width: 28px !important;
}



.report table td.readonly input {
    background: white !important;
}

.report table td.readonly.weekend input {
    background: rgb(232, 232, 232) !important;
}

.report table td.readonly.leave input {
    background: #d8f1f4  !important;
}

.smalltableheaders th .dateofweek.year {
    font-size: 0.75em !important;
}

.normaltableinputs input {
    border: none;
}

.report img.logo {
    margin-top: 5px;
    background: rgb(250,250,250) !important;
    border: 1px solid #0000002e !important;
    max-height: 90px;
    width: auto;
    margin-bottom: 5px;
}

.report h1.companyname {
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}

.report table {
    font-size: 14px;
    width: 98%;
    margin-left: 1%;
}

.reporttopheader {
    padding: 0;
    border-bottom: 0px solid orange !important;
}

.invoice h4 {
    border-top: 2px solid orange;
    border-bottom: 2px solid orange;
    padding: 10px 0;
}

.invoice h4 {
    border-top: 2px solid orange;
    border-bottom: 2px solid orange;
    padding: 10px 0;
    margin: 0 0 10px;
}

.report table tr.darkback td, .report table tr.darkback th {
    background: #f2f2f2 !important;
    font-weight: bold;
}

.report .rightborder {
    border-width: 0 2px 0 0;
    border-color: rgb(220,220,220);
}

.report .dashedborder {
    border-style: dashed;
}

table tr.darkback td, table tr.darkback th {
    font-weight: bold;
}

.report table tr.darkback td.hiddencell {
    background: white !important;
}

.invoice.report h1.companyname {
    text-align: left;
}



.report tr td.hiddencell {
    background: white !important;
    border: none !important;
    border-width: 0 !important;
}

.silverrow table, .silverrow .table-bordered>thead>tr>th, .silverrow .table-bordered>tbody>tr>th, 
.silverrow .table-bordered>tfoot>tr>th, .silverrow .table-bordered>thead>tr>td, 
.silverrow .table-bordered>tbody>tr>td, .silverrow .table-bordered>tfoot>tr>td {
    border: 1px solid rgb(217, 217, 217);
}

body.invoice.report.nomargin {
    padding: 0 !important;
}

.thirtypadding {
    padding: 10px 30px;
}

.sixtypadding {
    padding: 10px 60px;
}

.report table, .report table td, .report table th {
    border: 1px solid rgb(200,200,200) !important;
}

.report table td, .report table th {
    padding: 10px;
}

.report table th {
    background: rgb(246,246,246) !important;
    color: black;
}

.calculatepayroll div#tblList_length, .calculatepayroll #tblList_filter {
    display: none;
}

/*.calculatepayroll .tablebuttons i {
    color: blue;
}*/

.calculatepayroll .col-md-3, .calculatepayroll .col-md-2 {
    padding-left: 0;
    padding-right: 0;
}

.calculatepayroll .col-md-10 {
    padding-right: 0;
}

.col-md-12.calculatepayroll {
   padding: 5px 0;
}

#dtTableCalculated_wrapper thead .sorting:after {
    display: none;;
}

#dtTableCalculated_wrapper th, #dtTableCalculated_wrapper td {
    padding: 4px 3px;
}

table .alignright, table th.alignright, table td.alignright, .alignright {
    text-align: right;
}

tfoot.strong td, tr.strong td {
    font-weight: bold;
}

.dt-buttons {
    float: left;
}

.borderdivider {
    display: block;
    position: relative;
    border: 1px solid rgb(183, 183, 183);
    margin: 15px 0;
}

.calculatepayroll td, tr, th{
    font-size: 0.9em;
}

.calculatepayroll h3 {
    font-size: 1.2em;
    margin-top: 0;
}

.tbllbl {
    font-weight: bold;
}

.report h3 {
    color: #2278FA;
    font-size: 27px;
    font-weight: bold;
    padding: 10px 0;
    text-align: left;
}

.photorow {
    display: table;
    max-width: 5cm !important;
}

.report span.fullwidth {
    width: 100%;
    display: block;
    font-size: 1em;
}

.Name {
    color: rgb(255, 0, 0);
    text-decoration: underline;
}

div.borderdiv {
    border: 1px solid #cccccc;
    margin-bottom: 15px;
}

.row.indentleft {
    padding-left: 5px;
}

table.gray td {
    background-color: #b9b9b9;
    font-size: 1.2em;
}

table td.white {
    background: white;
    border: none !important;
}

.reconcilation table.fourcolumns td, .reconcilation table.fourcolumns th {
    width: 25%;
}

.reconcilation table.sixcolumns td, .reconcilation table.sixcolumns th {
    width: 12.5%;
}

.reconcilation table.sixcolumns td:first-child, .reconcilation table.sixcolumns th:first-child {
    width: 25%;
}


.table-striped>tbody>tr:nth-of-type(odd), .table-striped>tbody>tr:nth-of-type(odd) td {
    background-color: #efefef;
    -webkit-print-color-adjust: exact !important;
}

.table-striped>tbody>tr:nth-of-type(even), .table-striped>tbody>tr:nth-of-type(even) td {
    background-color: white;
    -webkit-print-color-adjust: exact !important;
}

.dt-button-collection {
    margin: 2px auto !important;
}






















@media (min-width: 979px) {
   .content-header .col-md-5, .content-header .col-md-6 {
    text-align: right;
   }

   .content-header .col-md-5, .content-header .col-md-6.left{
    text-align: left;
   }
}




@media (max-width: 979px) {

.custom_responsive_table {
    overflow: scroll;
    height: 80vh;
}

.custom_responsive_table th {
    top: 0;
    position: sticky;
    z-index: 4;
    background: #e6e6e6;
}

.custom_responsive_table td:first-child {
    left: 0;
    position: sticky;
}

.custom_responsive_table th:first-child {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 5;
}

}







@media (max-width: 767px) {

#logo img {  
  display: block;
    width: 100%;
    height: auto;
    max-width: 100px;
    position: relative;
}

section.content {
    margin-top: 0;
}

.legendrow {
    display: flex;
}

.logo img {
    max-width: 95px !important;
}




}











@media print {
  

  body, table, table td, table th, h1, h2, h3, h4, h5, h6 {
    color: rgb(20,20,20) !important;
  }

  body.report.smallfont td, body.report.smallfont th, body.report.smallfont p, body.report.smallfont h4, body.report.smallfont h5 {
    font-size: 75% !important;
  }

  body.report.smallfont h1 {
    font-size: 110% !important;
  }

  body.report.smallfont h2 {
    font-size: 100% !important;
  }

  body.report.smallfont h3 {
     font-size: 90% !important;
  }

  body.report.smallfont h4 {
     font-size: 85% !important;
  }

    body.report.smallfont h5 {
     font-size: 80% !important;
  }


  body.report.tight table td, body.report.tight table th {
    padding: 1px !important;
  }

  body.report.tight h1, body.report.tight h2, body.report.tight h3, body.report.tight h4, 
  body.report.tight h5, body.report.tight h6 {
     margin-top: 5px !important;
     margin-bottom: 5px !important;
  }

body.report.tight table {
     margin-bottom: 5px !important;
  }


body.report.normalmargin  {
    margin: 1cm !important;
}

body.report.narrowmargin  {
    margin: 0.5cm !important;
}

body.report.nomargin  {
    margin: 0cm !important;
}

body.invoice.report.nomargin {
    padding: 0 !important;
}

body.report.widemargin  {
    margin: 1.5cm !important;
}

.row.indentleft {
    padding-left: 5px  !important;
}


table.gray td {
    background-color: #b9b9b9 !important;
    font-size: 1.2em  !important;
}

table td.white {
    background: white;
    border: none !important;
}

table.fourcolumns td,  table.fourcolumns th {
    width: 25%  !important;
}

 table.sixcolumns td,  table.sixcolumns th {
    width: 12.5%  !important;
}

 table.sixcolumns td:first-child, table.sixcolumns th:first-child {
    width: 25%  !important;
}

table th, table td, table, table tr  {
    background-color: rgb(200,200,200)  !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #efefef;
    -webkit-print-color-adjust: exact !important;
}

.invoice.report table tr td {
    padding: 2px 4px !important;
}

.invoice.report .table>thead>tr>th {
    padding: 2px 4px !important;
}

/*.report span.fullwidth {
    font-size: 0.85em;
}
*/



}
