.modal-backdrop.show{display:none!important;}
#modal-loading{display:none!important;}
.tab-pane {
	padding-top: 20px;
}

input:invalid {
	border-color: red !important;
}

table.table {
	width: 100% !important;
}

.modal-title,
.modal-footer .add {
	text-transform: capitalize;
}

table.dataTable thead th {
    position: relative;
    background-image: none !important;
}
 
table.dataTable thead th.sorting:before,
table.dataTable thead th.sorting_asc:before,
table.dataTable thead th.sorting_desc:before {
	content: none !important;
}
 
table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    position: absolute;
    top: 12px;
    right: 8px;
    display: block;
}

table.dataTable thead th.sorting:after {
    padding-top: 0.12em;
	content: "\2195";
	opacity: 0.1;
}
table.dataTable thead th.sorting_asc:after {
    content: "\2193";
    opacity: 1 !important;
}
table.dataTable thead th.sorting_desc:after {
    content: "\2191";
    opacity: 1 !important;
}

.chart-client-revenue {
	
	height: 300px !important;
	
}

button+button {
	
	margin-left: 5px;
	
}

.container-whole {
	
	margin: 0 50px 50px; 
	
}

#modal-confirm-send-sms .body {
	
	font-weight: bold;
	
}

#modal-oil-well-camera .carousel-item-outer {
	display: flex;
	flex-direction: column;
	margin: 0px 100px;
}

#modal-oil-well-camera .carousel-item-outer iframe {
	
	width: 100% !important;
	height: 340px !important;
	
}

#modal-oil-well-camera .carousel-item-outer textarea {

	margin-bottom: 20px;
	height: 320px !important;
	
}

#modal-oil-well-camera .carousel-item-outer .delete-camera {
	margin: 0;
	width: 100%;
	border-radius: unset;
}

.carousel-control-next,
.carousel-control-prev {
    filter: invert(100%);
}

td.edit,
td.details {
	white-space: nowrap;
}

.clients-filter {
	
	margin: 20px 0px;
	
}

.investment-cards .card {
	
	text-align: center;
	
}

.investment-title .title {
	font-size: 1.25rem;
	font-weight: 500;
}

.investment-cards .subtitle,
.investment-cards .ytd-total {
	
	display: block;
	
}

#client-investments .container {
	margin: 20px 0px;
	padding: 0px;
	max-width: none;
}

#client-investments li .container {
	margin: 0px;
}

#client-investments .ownership .h1 {
	margin: 0px;
}

#client-investments li.map {
	padding: 0 !important;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 90px !important; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #f5f5f5;
}