@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,700;1,300&family=Roboto:wght@100;400;700&display=swap');
:root {
	--font: ;
	--background-color: #EAEDF7;
	--border: 1px solid #e9ecef;
	--color-title: #344767;
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1) !important;
	--panel-left-bgcolor: #0E0E23;
}
body {
	background: var(--background-color);
	font-family: "Roboto";
	min-height: calc(100vh - 53px);
	/*background-image: url('/themes/buraqoil/images/bg.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;*/
/*	font-size: 12px;*/
/*	text-transform: uppercase;*/
}

.mod-panel {
	 border-top-left-radius: none;
}

.modal-lgM{
	width: 100%;
	margin-top: 0px;
	border-radius: 0px !important;
}
.mg10 {
	margin-right: 10px;
}
.bgwhite {
	background: white !important;
}
.dropdown-menu a {
	cursor: pointer;
}
.loginPanel {
	width: 100%;
	margin-top: 20vh;
	background: white;
	/*background-image: url('/themes/buraqoil/images/bg1.jpg');
	background-repeat: no-repeat;
	background-position: center top;*/
	background-size: cover;
/*	box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);*/

}
.loginPanel > div {
	display: inline-block;
	vertical-align: top;
}
.loginPanel > div:nth-child(1) {
		width: 40%;
		padding-top: 20px;
}
.loginPanel > div:nth-child(2) {
		width: 60%;
		background: white;
		padding: 30px 20px;
		border-left: 1px solid rgba(0,0,0,0.1);
}
.btn {
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 3px;
}
.btn-primary {
	background: #6259CA;
}
.divStation {
	display: inline-block; 
	padding: 10px 20px; 
  color: #0E0E23;
/*	border-bottom: 2px solid red;*/
	text-decoration: none;
	text-transform: uppercase;
}

label {
	font-weight: normal;
}
.msg {
	color: red;
}
.modal {
	border-radius: 0px;
/*	backdrop-filter: blur(5px);*/
}


.bg1 {
	background: #0E0E23;
}
.topMenu {
	position: fixed;
	z-index: 999;
	width: 100%;
	background: white;
	padding: 10px;
	box-shadow: var(--tw-shadow);
}

.topMenuMobile {
	position: fixed;
	z-index: 999;
	width: 100%;
	background: white;
	padding: 10px;
	box-shadow: var(--tw-shadow);
}
.topMenuMobile > div {
	display: inline-block;
	vertical-align: top;
}
.topMenuMobile > div:nth-child(1) {
		width: 30%;
}
.topMenuMobile > div:nth-child(2) {
	 width: 40%;
	 text-align: center;
}
.topMenuMobile > div:nth-child(3) {
		width: 30%;
}

.menuMobile {
		position: fixed;
		top: 0;
		z-index: 999;
		width: 100%;
		height: 100vh;
}
.menuMobile > div {
	display: inline-block;
	vertical-align: top;
}
.menuMobile > div:nth-child(1){
	width: 80%;
	background: #0E0E23;
	height: 100vh;
	padding: 20px 10px;
	overflow-y: auto;
}
.menuMobile > div:nth-child(2){
	width: 20%;
	background: rgba(0,0,0,0.2);
	min-height: 100vh;
}

.menuMobile > div:nth-child(1) > a {
	text-decoration: none;
	color: rgba(255,255,255,0.5);
	padding: 10px 15px;
	display: block;
/*	background: red;*/
	margin-right: -15px;
	margin-bottom: 3px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.menuMobile > div:nth-child(1) a.active, .menuMobile > div:nth-child(1) a.active:hover {
	background: #EAEDF7;
	color: #6259CA;
  transition: background-color 0.5s ease;
}
.menuMobile > div:nth-child(1) .title {
	text-transform: uppercase;
	color: rgba(255,255,255,0.5);
	font-size: 11px;
	padding: 5px 15px;
	display: block;
}
.menuMobile > div:nth-child(1) .mico {
	margin-right: 20px;
	font-size: 15px;
	z-index: 90;
}
.menuMobile > div .separator {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	margin: 30px 0px;
}

.mleft, .mcontent {
	margin-top: 60px;
	padding-bottom: 100px;
}
.mleft {
	background: var(--panel-left-bgcolor);
	/*background-image: url('/themes/buraqoil/images/bg1.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;*/
	color: rgba(255,255,255,0.5);
	height: calc(100vh - 60px);
	padding-top: 50px;
}
.mleft a.active, .mleft a.active:hover {
	background: #EAEDF7;
	color: #6259CA;
  transition: background-color 0.5s ease;
}
.mleft .title {
	text-transform: uppercase;
	color: rgba(255,255,255,0.5);
	font-size: 11px;
	padding: 5px 15px;
	display: block;
}
.mleft .mico {
	margin-right: 20px;
	font-size: 15px;
	z-index: 90;
}
.mico1 {
	font-size: 9px !important; 
	color: green; 
	margin-left: -5px; 
	z-index: 99;
}
.mico2 {
	font-size: 9px !important; 
	color: red; 
	margin-left: -5px; 
	z-index: 99;
}

.mleft a {
	text-decoration: none;
	color: rgba(255,255,255,0.5);
	padding: 10px 15px;
	display: block;
/*	background: red;*/
	margin-right: -15px;
	margin-bottom: 3px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.mleft a:hover {
	color: white;
}
/*.mleft a:hover{
	background: var(--background-color);
	color: #000;
}*/
.mleft .separator {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	margin: 30px 0px;
}
.mcontent, .mleft {
	height: calc(100vh - 60px);
 overflow-y: auto;
}
.mcontent .bcrumb {
	padding: 25px 0px;
}
.mcontent .bcrumb > .title {
		font-size: 25px;
		color: #170c6b;
		text-transform: uppercase;
}
.mcontent .bcrumb > .stitle {
	color: #8f9cc0;
}

.panel-default {
	border: 1px solid white;
	border-radius: 10px;
/*	box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);*/
}

.pbtitle {
	font-weight: bold;
	color: #170c6b;
	font-size: 17px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.pbtitle > div {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
}
/*table*/
.tbmod {
	border: 1px solid #ddd;
}
.tbmod tr th {
	font-weight: normal;
/*	color: #9e9e9f;*/
color: #333;
font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid white;
} 

.tbmod tr td {
/*	color: #9e9e9f;*/
	border-top: none;
}
.tbmod tbody tr:nth-child(odd) {
	background: #EFEFFF;
}
.tbmod tbody tr:hover {
	background: #F4F5F7;
	cursor: pointer;
} 

.tbmod2 {
	border: 1px solid #ddd;
}
.tbmod2 tr th {
	font-weight: normal;
	color: #161618;
	border: 1px solid #ddd !important;
	background: #CED8D8;
} 
.tbmod2 tr td {
/*	color: #9e9e9f;*/
	border: 1px solid #ddd;
}

.tbmod3 {
	border: 1px solid #ddd;
}
.tbmod3 tr th {
	font-weight: normal;
	color: #161618;
	border: 1px solid #ddd !important;
/*	background: #CED8D8;*/
	text-align: center;
} 
.tbmod3 tr td {
/*	color: #9e9e9f;*/
	border: 1px solid #ddd;
}

.tbmod4 {
	border: 1px solid #ddd;
}
.tbmod4 tr th {
	font-weight: normal;
	color: #161618;
	border: 1px solid #ddd !important;
/*	background: #CED8D8;*/
	text-align: center;
} 
.tbmod4 tr td {
/*	color: #9e9e9f;*/
	border: 1px solid #ddd;
	text-align: center;
}

.table>tbody>tr>td, .table>tbody>tr>th {
	border-top: 1px solid white;
}

.seInput {
	margin: 10px 0px;
}
.input-group-addon {
	background: #F4F5F7;
}
.iga {
	border-left: 1px solid #F4F5F7;
}
.input-group-addon {
	background: #F4F5F7;
}
.iga {
	border-left: 1px solid #F4F5F7;
}

.form-control {
/*	background: #F4F5F7;*/
	background: white;
  border-color: rgba(0,0,0,0.1);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
/*	background: #FFFBBF;*/
	background: #F4F5F7;
}
.input-group .input-group-addon {
	background: #F4F5F7;
    border-color: #F4F5F7;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.input-group .form-control {
	background: #F4F5F7;
    border-color: #F4F5F7;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mCheckbox {
	padding: 5px;
	background: #F4F5F7;
	border: 1px solid #ddd;
	cursor: pointer;
}


.boxSales {
	background-color: white;
  background-image: url('/themes/buraqoil/images/bg-panel.svg');
  padding: 35px 15px; 
	margin-bottom: 20px;
	border-radius: 10px;
/*	box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);*/
}
.boxSales .name {
/*	color: #9e9e9f;*/
	color: #6259CA;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.boxSales .date {
	font-size: 12px;
	margin-top: -10px;
}
.boxSales .date2 {
	font-size: 12px;
	padding-top: 10px;
}

.boxSales .litre {
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 10px;
}
.boxSales .percentage {
	background: #ddd;
	height: 10px;
	width: 100%;
	border-radius: 3px;
	text-align: left;
	overflow: hidden;
	position: relative
}
.boxSales .percentage > span {
	background: #19B159;
	position:absolute;
	display: inline-block;
	height: 10px;
	border-radius: 3px;
/*	width: 596%;*/
}
.boxSales .spg {
	padding-top: 5px;
	color: #9e9e9f;
}

.boxSales .cfuel {
	color: #347C2C;
	font-weight: bold;
}
.boxSales .cnonfuel {
	color: #990012;
	font-weight: bold;
}

/* animation */
/* loading ani */
.runOverlay {
    position:fixed;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    background: rgba(255,255,255,0.1);
    padding-top: 40vh;
/*    backdrop-filter: blur(5px);*/
}
.runOverlay > div {
    display: table;
    margin: 0 auto;
}


.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: red;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}


/*.boxStyle {
  height: 100vh;
  width: 100wv;
  position: relative;
}
.boxStyle::after {
  background: repeating-linear-gradient(45deg, #fff, #fff 10px, #3C7AB8 0, #3C7AB8 20px, #fff 0, #fff 30px, #CB2C4B 0, #CB2C4B 40px);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: 0;
}
.boxStyle::before {
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  content: "";
  z-index: 1;
  border-radius: 20px;
}*/

/* for report */
.ttop {}
.ttop > div {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.bannerInput {
	position: fixed;
	z-index: 999;
	bottom: 10px;
	right:230px;
	padding: 3px 10px;
	border-top-left-radius: 3px;
}
.bannerInput > div {
	display: inline-block;
	padding: 5px 8px;
	background: white;
	border: 1px solid #ddd;
	font-size: 9px;
}
.bannerInput > div.active {
	background: #5cb85c;
	color: white;
}

.buttonInput {
	position: fixed;
	z-index: 999;
	bottom: 10px;
	right: 20px;
}
.boxSet {
	padding: 15px;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	border-radius: 5px;
}
.boxSet > div{}
.boxSet > div:nth-child(1){
	padding-bottom: 5px;
	border-bottom: 1px dashed #ddd;
	font-weight: bold;
}
.boxSet > div:nth-child(2){
	padding: 5px 15px;
}

.tttp {}
.tttp > div {
	display: inline-block;
}
.tttp > div:nth-child(1) {
	width: 20%;
}
.tttp > div:nth-child(2) {
	width: 80%;
}
.petronas_color{
	background: #A5F48C !important;
}
.buraq_color {}
.accountTicker {
/*	height: 15px;
	width: 35px;*/
/*	border: 1px solid #ddd;*/
/*	display: inline-block;*/
	cursor: pointer;
}
td.accountTicker.active:before, td.accountTicker2.active:before{
		position: absolute;
		display: inline-block;
		margin-left: 60px;
		margin-top: -10px;
		content: '\2713';
    color: green;
    font-size: 25px;
}
.accountRemarkBtn {
	position: fixed;
	background: white;
	border: 1px solid #ddd;
	right: 15px;
	top: 15vh;
	padding: 10px;
	cursor: pointer;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.accountRemarkList {
	position: fixed;
	background: white;
	border: 1px solid #ddd;
	right: 15px;
	top: calc(15vh - 50px);
	padding: 10px;
	cursor: pointer;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

