.table {
    background-color: #FFFFFF;
}

.table-vm>tbody>tr>td {
    vertical-align: middle;
}

.table-inside {
    margin: 0px;
}

.table-report>tbody>tr>td, .table-report>tbody>tr>th {
    text-align: right;
}

.table-report>tbody>tr>td:first-child, .table-report>tbody>tr>th:first-child {
    text-align: left;
}

.table-outline-border {
    border: 1px solid #e7ecf1;
}

.table-whitespace {
    white-space: nowrap;
}

.table-ellipsis {
    width: 100%;
    table-layout: fixed;
}

.table-ellipsis  td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-sm tbody td {
	font-size:11px;
}

.well {
    background-color: #FFFFFF;
}

.well-bordered {
    border: 1px solid #e7ecf1;
}

.customGreenRow {
    background-color: #26C281;
    color: white;
}

.color_green_jungle {
    color: #26C281;
}

.color_red {
    color: #bb2413;
}

.color_blue {
    color: #3598dc;
}

.productImage {
    width: 100px; 
    position:absolute; 
    top:0px;
    left:4px;
}

.productRowImage {
    width: 100%; 
}

.close {
    display: inline-block;
    margin-top: 0px;
    margin-right: 5px;
    width: 9px;
    height: 9px;
    text-indent: 0px;
}

.red-icon {
    color: #bb2413;
}

.infinity_loader {
    height: 20px;
    background-repeat: no-repeat;
    clear: both;
    text-align: center;
}

.parcel-iframe {
    width: 100%;
    height: 300px;
}

.page-loader {
    width: 100px;
    height: 100px;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/**
*   HEADER
*/
.page-header.navbar .menu-toggler {
    background-image: none;
    color: #97b1c3;
}

.page-header.navbar>i .menu-toggler>i {
    widht: 20px;
}

.page-header.navbar {
    height: auto;
    min-height: auto;
}

.page-header.navbar .page-logo .logo-default {
    margin: 5px 0px 0px 0px;
}

.page-header.navbar .menu-toggler.sidebar-toggler {
    margin: 12px 0px 0px;
}

.page-header.navbar .menu-toggler.responsive-toggler {
    margin: 12px 14px 0 6px;
}

.page-header.navbar .page-logo {
    height: 50px;
}

.page-header-fixed .page-container {
    margin-top: 50px; 
}

.page-header.navbar .page-top {
    height: 50px;
    float: right;
}

.nav-providers {
    line-height: 30px;
}
/**
*   End HEADER
*/

.select-form-control-inline {
    width: auto;
    display: inline-block;
}

.btn {
    webkit-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
}

.btn-group {
    white-space: nowrap;
}

.btn-group>.dropdown-menu, .dropdown-toggle>.dropdown-menu, .dropdown>.dropdown-menu {
    margin-top: 0px;
}    

.btn-group>.dropdown-menu.pull-right:after, .dropdown-toggle>.dropdown-menu.pull-right:after, .dropdown>.dropdown-menu.pull-right:after {
    right: auto;
}

.btn-group>.dropdown-menu.pull-right:before, .dropdown-toggle>.dropdown-menu.pull-right:before, .dropdown>.dropdown-menu.pull-right:before {
    right: auto;
}

.btn-group>.dropdown-menu:after, .dropdown-toggle>.dropdown-menu:after, .dropdown>.dropdown-menu:after {
    border-bottom: 0px solid #fff;
}

.dropdown-menu-overflow-y {
    overflow-x: hidden;
    overflow-y: scroll;
    white-space: nowrap;
    height: 600px;
}

.sub_menu_show {
    display: block!important;
}

.no_margin {
    margin: 0px;
}

.print_font {
    font-size: 13px;
}

.control-label {
    margin-top: 2px;
}

.row-bottom-marg-10 {
    margin-bottom: 10px;
}

.row-margin-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.div_info {
    margin-top: 10px;
}

.div_info > p {
    margin-bottom: 10px;
    margin-top: 10px;
}

.div_info_small > p {
    font-size: 85%;
    margin-bottom: 5px;
    margin-top: 5px;
}

.label-green-jungle {
  background-color: #26C281;
  font-size: 11px;
}
.label-green-jungle[href]:hover,
.label-green-jungle[href]:focus {
  background-color: #26C281;
}

.label-red {
    background-color: #e7505a;
    font-size: 11px;
}
.label-red[href]:hover,
.label-red[href]:focus {
  background-color: #e7505a;
}

.label-default {
    font-size: 11px;
}

.filter .vertical-center {
    margin-top: 5px;
}

.nowrap {
    white-space: nowrap;
}

.accounting_division_table {
    float: right; 
    width: 100%; 
    border-collapse: separate; 
    border-spacing: 5px;
}

.accounting_division_table .division_table-left {
    text-align: right;
}

.accounting_division_table .division_table-right {
    text-align: right;
    width: 75px;
}

