.print-only, .print-only-table, .print-only-table-cell { display: none; }

.w-30 { width: 30% !important; }
.w-68 { width: 68% !important; }

.text-big { font-size: 50px; }
.text-white * { color: #fff; }

.table-sm td, .table-sm th { padding: .3rem .5rem !important; }

.custom-select { height: calc(2.85rem + 2px); }

/* form and table related to theme */
.form-group.error .offset-lg-3 {
    color: #ff0000;
    margin-top: 8px;
}
.form-group .error .errormsg {
    color: #c9302c;
    margin-top: 8px;
}
table {
    color: #005bb7 !important;
}
.table thead th, th a {
    color: #fff;
}
.table thead th {
    padding: .75rem 0;
}
.table thead th:first-child, .table td:first-child {
    /*text-align: center;*/ /*was id*/
    padding: 0 .75rem;
}
.table thead {
    background-color: rgb(44, 48, 77);
}
.table td {
    padding: .3rem;
}
.error .offset-lg-3 {
    color: #c9302c;
    padding-top: 5px;
    padding-bottom: 5px;
}
.error .form-control {
    border: 1px solid #c9302c;
}
.error .input-group span.input-group-addon.addon-secondary {
    color: #c9302c;
    background-color: #ffceca;
    border: 1px solid #c9302c;
    border-right: none;
}
.bootstrap-select .dropdown-menu {
    z-index: 1062;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
    border-color: #b94a48 !important;
    color: #b94a48 !important;
}
div.required > label:after {
    content: ' *';
    color: #ff0000;
}

/* sidebar fixes */
.default-sidebar>.side-navbar ul ul a.active {
    color: #72c9fc !important;
}
.default-sidebar>.side-navbar a[aria-expanded="true"] {
    color: #e76c90;
}
.default-sidebar>.side-navbar ul a.active i {
    color: #e76c90;
}
.default-sidebar>.side-navbar ul a.active, .default-sidebar>.side-navbar ul a:hover {
    color: #fff;
}

/* fix bootstrap select */
.minwidthauto { min-width: 100% !important; }

/* filters */
aside.toolbar-filters {
	display: none;
	position: fixed;
    top: 1vh;
    right: 0;
    width: 500px;
    height: 98vh;
    padding: 5em 0 1em;
    background: #fff;
    padding-top: 0;
	z-index: 1000;
	border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
	overflow: hidden;
}
aside.toolbar-filters .toolbar-filters-label {
	border-top-left-radius: 15px;
	padding: 2em 0;
	background: #2c304d;
	color: #e76c90;
    text-align: center;
}
.toolbar-filters-container {
    overflow-y: scroll;
    height: 88vh;
}
ul.filters-list {
	padding: 2em 2em 2em 2em;
	list-style: none;

	display: grid;
	grid-template-columns: auto;
}
.filters-list-label {
	text-align: center;
    padding: 1.5em 0 0 0;
}
ul.filters-list > li {
    font-size: 1.05em;
    line-height: 1;
    position: relative;
    display: block;
}
ul.filters-list > li > a {
    font-size: 0.85em;
    display: block;
    padding: 0.5em 0.5em 0.5em 0;
}
.toolbar-filters-close {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 2em;
}
li.filter-categ {
    padding: 10px 0;
}
li.filter-categ span {
    margin-bottom: 15px;
}

/* actions buttons */
i.ti.ti-check.receber {
    color: #008800;
}
i.ti.ti-na.cancelar {
    color: #ff0000;
}
.table .td-actions a i.ti-check.receber:hover {
    background: #008800;
    color: #fff;
}
.table .td-actions a i.ti-na.cancelar:hover {
    background: #ff0000;
    color: #fff;
}
.ck-col .styled-checkbox {
    padding: 0;
    width: 20px;
}
.ck-col .styled-checkbox label:before, 
.ck-col .styled-checkbox label:after {
    margin: -10px 0 0;
}
.btn-lote::before, .btn-lote::after {
    display: none;
}
a.btn-lote i {
    font-weight: 900;
}
td.status-col {
    padding: 0.3rem 0.3rem 0.3rem 0;
}
.btn-light.disabled, .btn-light:disabled {
    background-color: #e9ecef;
}
.form-control:disabled, .form-control[readonly] {
    cursor: not-allowed;
}
.btn-disabled {
    opacity: .35;
    filter: Alpha(Opacity = 35);
}
.badge-number {
    background: rgba(52, 40, 104, .8);
    margin-right: 0.5em;
    padding: 0;
    min-width: 25px;
    min-height: 25px;
    padding-top: 3px;
}
input.perpage {
    display: inline-block;
    width: 50px;
    padding: 0.5em 0.2em;
    text-align: center;
}

table.reports-table {
    width: 100%;
    color: #000 !important;
}
table.reports-table td, table.reports-table th {
    border-bottom: 1px solid #000000;
    padding: 3px 4px;
}
table.reports-table td {
    border-bottom: 1px solid #bbbbbb;
}
table.reports-table tbody td {
    font-size: 13px;
}
table.reports-table tr:nth-child(even) {
    background: #f2f3f8;
}
table.reports-table thead {
    background: #FFFFFF;
    border-bottom: 2px solid #333333;
}
table.reports-table thead th {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}
table.reports-table tfoot {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}
table.reports-table tfoot td {
    font-size: 14px;
}
table.reports-table tr.subfooter td {
    font-weight: bold;
}
table.reports-table .col-valor {
    width: 130px;
}
table.reports-table td.wrapped-col div {
    display: inline-block;
    max-height: 1.4em;
    overflow: hidden;
    position: relative;
}
table.reports-table td.wrapped-col div::after {
    content: attr(title);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* import wizard */
.clear-file-input {
    position: absolute;
    top: 0.7em;
    padding: 0 0 0 0.5em;
    z-index: 4;
}
.step-wizard-import li {
    width: 50%;
}
