﻿/* Add custom css */

.igrow-font-color {
    color: #B6364A !important;
}

.igrow-bg-color {
    background-color: #B6364A !important;
}


.igrow-pip-header-color {
    background-color: #151618 !important;
}

.modal-open .modal-backdrop {
    background-color: #3F4254;
    opacity: .7;
}

.text-success-view{
    color: #0BB783;
}

.align-right-icons{
    margin-left: auto !important;
    margin-right: 0 !important;
}

.display-none{
    display: none;
}

.navbar-selected{
    background-color: #B6364A;
}

.navbar-selected .menu-text{
    color: white !important;
}

.navbar-selected .menu-text:hover{
    color: #B6364A !important;
}

.available-funds-badge .badge-info{
    color: #ffffff !important;
    background-color: #1BC5BD !important;
}

.tabTopTransactions .dataTables_wrapper .dataTables_length{
    margin-top: 20px;
}

.igrowSummaryTableSmall thead tr th,
.igrowSummaryTableSmall tbody tr td {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  word-break: break-all;
}

.igrowSummaryTableSmall thead tr th:first-child,
.igrowSummaryTableSmall tbody tr td:first-child {
  width: 274px;
  min-width: 274px;
  max-width: 274px;
  word-break: break-all;
}

.igrowSummaryTableLarge thead tr th,
.igrowSummaryTableLarge tbody tr td {
  width: 106px;
  min-width: 106px;
  max-width: 106px;
  word-break: break-all;
}

.igrowSummaryTableLarge thead tr th:first-child,
.igrowSummaryTableLarge tbody tr td:first-child {
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  word-break: break-all;
}

.igrowSummaryTable td{
    padding: 13px;
}

.margin-additional-costs-heading{
    margin-top: 59px;
    margin-bottom: 36px;
}

.margin-connection-fee-text-box{
    margin-top: 132px;
}

.tooltip-inner {
    max-width: 350px; /* set this to your maximum fitting width */
    width: inherit; 
}

.dataTableWidth{
    width: 200px;
}

#datatable1 thead tr th:first-child,
#datatable1 tbody tr td:first-child {
  width: 274px;
  min-width: 274px;
  max-width: 274px;
  word-break: break-all;
}