/*.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
*/



html, body {
    height: 100%;
}
body {
	padding-top: 94.828px;
	padding-bottom: 40px;
}
table.table-with-sticky-rows td {
    padding: 6px 12px !important;
	width: 300px !important;
}



table.table-with-sticky-rows {
    border: 1px solid #CCC;
}

table.table-with-sticky-rows td {
    
    border: 1px solid #CCC;
}



table.table-with-sticky-rows>.header-2 {
    background-color: #dad8ff;
}

table.table-with-sticky-rows>.header-3 {
    background-color: #ffdfe4;
}

table.table-with-sticky-rows>.header-4 {
    background-color: #fffcda;
}



table.table-with-sticky-rows, table.sticky-table {
	table-layout: fixed;
}

.horizontal-scroll {
	width: 100%;
	height: 100%;
	overflow: auto;
}

.sticky-header {
	z-index: 12;
	box-shadow: 0px 5px 8px rgb(0, 0, 0, 0.14);
	
}
.sticky-table {
    max-height: none;
}


.sticky-table table td.sticky-cell, .sticky-table table td.sticky-cell-opposite, .sticky-table table th.sticky-cell, .sticky-table table th.sticky-cell-opposite{
	
}
.sticky-table table.table-with-sticky-rows td:nth-child(odd) {
  background-color: #fbfbfb;
}
.sticky-cell{
	background-color: #f3f3f3 !important;
	vertical-align: middle !important;
	cursor: pointer;
}

.s-cell-1{
	width: 90%;
	font-weight: 500;
}
.s-cell-2{
	width: 10%;
	text-align: center;
}

.text-lighted {
	color: #bbb !important;
}



.font-size-14{
	font-size: 14px;
}
.navbar-brand{
	width: 280px;
    text-align: center;
}

.sticky-header .sticky-table td{
	background-color: #fff!important;
}
.sticky-header .sticky-table td:nth-child(odd) {
  background-color: #fbfbfb!important;
}
.sticky-header .sticky-table td.sticky-cell{
	background-color: #f3f3f3 !important;
}

.currency-table{
    width: max-content;
	min-width: 100%;
}
.currency-table td{
	padding: 5px 12px;
    font-size: 14px;
}






::-webkit-scrollbar {
  width: 10px;
  height: 4px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
  background: #888; 
}
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


.cursor{
	cursor: pointer;
}

