/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 14, 2019, 9:17:43 AM
    Author     : DH4RM3NDR4
*/

body {
  background-color: #000000 !important;
  color: ghostwhite;
}
body pre {
  color: #00ff14;
}
body.sgp pre, body.ji pre, body.jsc pre {
    color: #02ff00;
    padding: 5px 7px;
    border: 1px dashed #02ff00;
    margin: 5px;
    background: black;
}
/**
SGPS THEME
*/
body.sgp .bg-dark,
body.sgp .sidebar,
body.sgp .sticky-footer {
  background-color: #353535 !important;
}
body.sgp .card-header,
body.sgp .card-footer,
body.sgp .modal .modal-header,
body.sgp .modal .modal-title,
body.sgp .modal .modal-footer {
  background-color: #424242;
  display: block;
  /* text-align: center; */
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.75;
  /* padding: 10px 20px; */
}
body.sgp .panel {
  /* background-color: #cc5200!important; */
  background-color: #505050 !important;
}
body.sgp .panel.page-header {
  background-color: #171717 !important;
  /* background-color: #a4785a!important; */
}
body.sgp .card-body,
body.sgp .modal .modal-body {
  background-color: #535353;
  padding: .4rem;
}
body.sgp .card-body.graph-view,
body.sgp .modal .modal-body.graph-view {
  background-color: #565656;
}

/**
JI THEME START
*/
body.ji .bg-dark,
body.ji .sidebar,
body.ji .sticky-footer {
  background-color: #002925 !important;
}
body.ji .card-header,
body.ji .modal .modal-header,
body.ji .modal .modal-title,
body.ji .card-footer,
body.ji .modal .modal-footer {
  background-color: #004a43;
}
body.ji .panel {
  background-color: #618c88 !important;
}
body.ji .panel.page-header {
  background-color: #004a43 !important;
}
body.ji .card-body,
body.ji .modal .modal-body {
  background-color: #618c88;
}
body.ji .card-body.graph-view,
body.ji .modal .modal-body.graph-view {
  background-color: #c2fff9;
}
body.ji .radio fieldset legend,
body.ji .form-label-group > label {
  float: left;
}
/**
JSC THEME START
*/
body.jsc .bg-dark,
body.jsc .sidebar,
body.jsc .sticky-footer {
  background-color: #8c0000 !important;
}
body.jsc .card-header,
body.jsc .modal .modal-header,
body.jsc .modal .modal-title,
body.jsc .card-footer,
body.jsc .modal .modal-footer {
  background-color: #2600bd;
}
body.jsc .panel {
  background-color: #6263c7 !important;
}
body.jsc .panel.page-header {
  background-color: #0000ae !important;
}
body.jsc .card-body,
body.jsc .modal .modal-body {
  background-color: #6464c8;
}
body.jsc .card-body.graph-view,
body.jsc .modal .modal-body.graph-view {
  background-color: #c2caff;
}
body.jsc .radio fieldset legend,
body.jsc .form-label-group > label {
  float: left;
}

textarea.form-control {
  padding-top: 40px;
}

body.dark-theme .text-danger {
  color: #e16868 !important;
}
body.dark-theme .text-success {
  color: #26c64b !important;
}

/* The toggle switch - the box around the slider */
label.switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 18px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Flash Messages*/
.flashmessages .alert {
  /*margin-bottom: 2px;*/
  font-size: 1em;
  margin: 1px 2px 5px 2px;
  padding: 5px 8px;
}

.formcaptcha img {
  display: block;
  margin: 0 auto;
}

.formcaptcha input {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.formcaptcha ul {
  list-style: none;
  padding-left: 2px;
}

.formcaptcha ul li {
  color: red;
}

form .form-group {
  margin-bottom: 5px;
}

.hideme {
  display: none;
}

.form-group .form-label-group ul {
  list-style: none;
  color: red;
  padding: 0px;
}

.hideme {
  display: none;
}

.form-label-group fieldset legend {
  /*    position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        margin-bottom: 0;*/
  font-size: 1rem;
  /*    line-height: 1.5;
        color: #495057;
        border: 1px solid transparent;
        border-radius: 0.25rem;
        -webkit-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;*/
}

.form-group.radio label.rdiobox {
  padding-right: 5px;
}

.form-group.radio label.rdiobox span {
  padding-left: 2px;
  min-width: 145px;
  display: inline-block;
}

.list-group-item {
  background-color: #aeaeae;
}
.list-group a.list-group-item, .list-group .list-group-item a{
  color:#0027ff;
}

.form-group.petrol .form-label-group label,
.form-group.diesel .form-label-group label {
  color: black;
}

.form-group.petrol input,
.form-group.diesel input {
  border: 1px solid black;
}

.form-group.petrol input {
  background-color: gold;
}

.form-group.diesel input {
  background-color: lightblue;
}

body.sgp .card.card-Dr .card-header {
  background-color: rgba(254, 170, 202, 0.65);
}

body.sgp .card.card-Cr .card-header {
  background-color: rgba(138, 245, 112, 0.7);
}

/*.container-fluid .card{
  display: block;
  overflow: hidden;
  position: relative;
}
.card-Dr .card-header {
    background-color: rgba(254, 170, 202, 0.65);
    display: block;
    float: left;
    width: 100%;
    padding: 5px 5px;
}
.card-Cr .card-header {
    background-color: rgba(138, 245, 112, 0.7);
    display: block;
    float: left;
    width: 100%;
    padding: 5px 5px;
}
.card-Dr .card-footer{
    display: block;
    padding: 5px 10px;
}
.card-Cr .card-footer {
    display: block;
    padding: 5px 10px;
}

.card-trnx .card-body{
    padding: 0.5rem;   
}*/
a.bill-paid-cl span {
  text-decoration: line-through;
}

.display-5 {
  color: #ccc;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-6 {
  color: #ccc;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-7 {
  color: #ccc;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-8 {
  color: #ccc;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-9 {
  color: #ccc;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-10 {
  color: #ccc;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.1;
}

.display-11 {
  color: #ccc;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.1;
}

.display-12 {
  color: #ccc;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}

.display-13 {
  color: #ccc;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.1;
}

.display-14 {
  color: #ccc;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.1;
}

.display-15 {
  color: #ccc;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.1;
}

.card{
  background-color: #383838;
}

.card-body p {
  margin-bottom: 1px;
}

.stdform .form-group ul {
  list-style: disclosure-closed;
  padding-left: 18px;
  margin-bottom: 2px;
}

.stdform .form-group ul li {
  color: red;
}

.card .card-header a {
  color: #f8ff00;
}

/* Box for auto complete */
.tt-menu {
  border: 1px solid red;
  background: #fff;
  width: 100%;
  color: red;
  padding: 5px 10px;
  border-radius: 5px;
}

thead th a {
  text-decoration: none;
  color: #ccc;
}

.strike {
  text-decoration: line-through;
}

.panel .radio fieldset legend,
.form-label-group > label {
  color: #fff;
}

.radio fieldset legend,
.form-label-group > label {
  /*    padding-top:  calc(var(--input-padding-y) / 3);
        padding-bottom: calc(var(--input-padding-y) / 3);*/
  /* font-size: 12px; */
  color: #777;
}

.panel .radio fieldset {
  background-color: inherit;
}

.radio fieldset {
  display: block;
  width: 100%;
  /*height: calc(2.25rem + 2px);*/
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  /*line-height: 1.5;*/
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  /*transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
}

@media only screen and (max-width: 600px) {
  .container-fluid {
    width: 100%;
    padding-right: 2px;
    padding-left: 2px;
    margin-right: auto;
    margin-left: auto;
  }

  #wrapper #content-wrapper {
    overflow-x: hidden;
    width: 100%;
    padding-top: 2px;
    padding-bottom: 82px;
  }
}

.page-header {
  text-align: center;
}

.page-header a {
  font-size: 1.4rem;
}

/* drag drop*/
body.dragging,
body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

.sorted_table tr.placeholder:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: red;
  margin-top: -5px;
  left: -5px;
  border-right: none;
}

.sorted_table tr.placeholder {
  display: block;
  background: red;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
}

.bgc-tot,
.bgc-sale {
  background-color: darkmagenta;
}

.bgc-tran,
.bgc-pur {
  background-color: darkcyan;
}

.bgc-cash {
  background-color: darkolivegreen;
}

.bgc-lube {
  background-color: darkgreen;
}
.bgc-kapasiya {
  background-color: mediumorchid;
}
.bgc-khal50kg {
  background-color: lightseagreen;
}
.bgc-khal25kg {
  background-color: #0c6f6e;
}
.bgc-oil {
  background-color: darkslateblue;
}
.bgc-khalkg {
  background-color: darkorchid;
}
.bgc-bardan50kg {
  background-color: darkgoldenrod;
}
.bgc-bardan25kg {
  background-color: cornflowerblue;
}
.bgc-pickupkm {
  background-color: cadetblue;
}
.bgc-kapayabardan {
  background-color: blueviolet;
}
.bgc-bgc-gthira45kg,
.bgc-bgc-gtmoti45kg,
.bgc-bgc-gtpushkraj50kg {
  background-color: blue;
}
.bgc-kakda40kg {
  background-color: rgb(163 158 70);
}
.bgc-kakda01kg {
  background-color: rgb(151 149 106);
}
.bgc-jobwork {
  background-color: rgb(182, 114, 189);
}

.panel {
  border: 1px solid #212529;
  border-radius: 2px;
  margin: 2px;
  background-color: #343a40;
  position: relative;
  box-shadow: none;
  padding: 5px 0px;
  color: #fff;
  font-size: 0.8rem;
}

.panel label {
  padding: 5px 0px 0px 0px;
  margin: 0px 2px 0px 2px;
  font-weight: 500;
  color: moccasin;
}

.panel-heading {
  margin-bottom: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}

.panel-heading p {
  margin: 7px 0 0;
}

.panel-title {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: lightsteelblue;
  letter-spacing: 0.2px;
  /*font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;*/
  margin-top: 0;
  margin-bottom: 0;
}

.panel-heading + .panel-body {
  padding-top: 0;
}

.panel-body {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.panel a {
  color: gold;
  text-decoration: none;
  /* font-weight: bold; */
  /* font-size: 12px; */
  position: relative;
  /* padding: 4px 8px; */
}

/* .panel a:before, .panel a:after{
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	transition: all 0.3s ease;
}
.panel a:before{
	top: -2.5%;
	left: -1%;
	border-top: 2px solid white;
	border-left: 2px solid white;	
}
.panel a:after{
	bottom: -2.5%;
	right: -1%;
	border-bottom: 2px solid white;
	border-right: 2px solid white;
}
.panel a:hover:before, .panel a:hover:after{
	width: 100%;
	height: 100%;
	transition: all 0.3s ease;
} */
.panel .btn-group label {
  padding: 5px 0px 5px 0px;
}
.form-label-group.typeheadlabel > label {
  top: -10px;
}

/*.form-label-group.typeheadlabel > input{
    height: 50px;
}*/
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  justify-content: center;
}

#generalentriestable_wrapper .col-sm-12.col-md-6:last-child {
  padding-right: 15px;
}

#generalentriestable_wrapper .col-sm-12.col-md-6 {
  width: auto;
  float: left;
  padding-right: 0;
}

.table tr.active {
  background-color: blueviolet;
}
.table-sm td, .table-sm th {
  padding: .25rem;
}
.tankobj {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100px;
  height: 200px;
  border-radius: 25px/25px;
  background-color: rgba(160, 160, 160, 0.5);
}

/*.tankobj:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 50px;
    border-radius: 50px/25px;
    background-color: rgba(160, 160, 160, 0.2);
    content: '';
}*/

/*.tankobj:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 50px;
    border-radius: 50px/25px;
    background-color: rgba(160, 160, 160, 0.4);
    content: '';
}*/

.tankobj .fuellevel {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 0;
  /*padding-top: 50px;*/
  /*border-radius: 50px/25px;*/
  transition: 0.3s linear;
}

/*.fuellevel:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 50px;
    border-radius: 50px/25px;
    content: '';
}*/

/*.fuellevel:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 50px;
    border-radius: 50px/25px;
    content: '';
}*/
/*.ms.fuellevel:before {
    background-color: rgba(255, 165, 0, 0.9);
}*/
.ms.fuellevel {
  background-color: rgba(255, 165, 0, 0.7);
}

/*.ms.fuellevel:after {
    background-color: rgba(255, 165, 0, 1);
}*/
/*.hsd.fuellevel:before {
    background-color: rgba(97, 185, 147, 0.9);
}*/
.hsd.fuellevel {
  background-color: rgba(97, 185, 147, 0.7);
}

/*.hsd.fuellevel:after {
    background-color: rgba(97, 185, 147, 1);
}*/
.tankobj .qty {
  position: relative;
  font-size: 0.8em;
  top: 70px;
}

.tankobj .qty span {
  display: block;
}

.navbar .navbar-brand,
.navbar .btn-sm {
  font-size: 1.4em;
}

/*div.growlUI { background: url(check48.png) no-repeat 10px 10px }
div.growlUI h1, div.growlUI h2 {
    color: white; padding: 5px 5px 5px 75px; text-align: left
}*/
#table-account-summary td,
#table-account-summary th {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

.debt-status-color-0 {
  color: #007bff;
}

.debt-status-color-1 {
  color: #28a745;
}

.debt-status-color-2 {
  color: #ffc107;
}

.debt-status-color-3 {
  color: #dc3545;
}

.debt-status-color-4 {
  color: #ae35dc;
}

.debt-status-color-5 {
  color: #6c757d;
}

.debt-status-bg-color-0 {
  background-color: #007bff;
  color: #ccc;
}

.debt-status-bg-color-1 {
  background-color: #28a745;
  color: #ccc;
}

.debt-status-bg-color-2 {
  background-color: #ffc107;
  color: #ccc;
}

.debt-status-bg-color-3 {
  background-color: #dc3545;
  color: #ccc;
}

.debt-status-bg-color-4 {
  background-color: #ae35dc;
  color: #ccc;
}

.debt-status-bg-color-5 {
  background-color: #6c757d;
  color: #ccc;
}

datalist {
  z-index: 9;
  position: absolute;
  max-height: 20em;
  border: 0 none;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
}

datalist option {
  font-size: 1em;
  padding: 0.5em 1em;
  background-color: #292929;
  cursor: pointer;
  border-bottom: 0.1px solid #cccccc;
}

/* option active styles */
datalist option:hover,
datalist option:focus {
  color: #fff;
  background-color: #036;
  outline: 0 none;
}
/* canvas{

    width:1000px !important;
    height:600px !important;
  
  } */

fieldset {
  padding: 0 .4em 0 .4em !important;
  /* margin: 1em 0 .5em 0 !important; */
  border: 1px groove #ddd !important;
  border-radius: 8px;
  box-shadow: 0px 0px 0px 0px #000;
  padding-top: 10px;
}
#jiCashForm fieldset {
  margin: 1em 0 .5em 0 !important;
}
/* .stdform fieldset {
  padding: 1em .4em 0 .4em !important;
} */
legend {
    padding: 2px 4px;
    /* background: #fff; */
    font-size: 1.2rem;
    /* For better legibility against the box-shadow */
}
/* 
fieldset>legend {
    float: left;
    margin-top: -20px;
} */
fieldset>legend, .stdform fieldset>legend {
    background: black;
    margin-top: -12px;
    border-radius: 5px;
    padding: 5px 15px;
    color: floralwhite;
}

fieldset>legend+* {
    clear: both;
}
table .bg-warning {
  a {
    color: #0009ff;
  }
  color: #474747;
}
.bg-indigo {
  background-color: var(--indigo);
  color: var(--white);
}
.bg-purple {
  background-color: var(--purple);
  color: var(--white);
}
.bg-pink {
  background-color: var(--pink);
  color: var(--white);
}
.bg-teal {
  background-color: var(--teal);
  color: var(--white);
}
.bg-cyan {
  background-color: var(--cyan);
  color: var(--white);
}
.bg-gray-dark {
  background-color: var(--gray-dark);
  color: var(--white);
}
.text-indigo {
  color: var(--indigo);
}
.text-purple {
  color: var(--purple);
}
.text-pink {
  color: var(--pink);
}
.text-teal {
  color: var(--teal);
}
.text-cyan {
  color: var(--cyan);
}
.text-gray-dark {
  color: var(--gray-dark);
}
.btn-indigo {
  background-color: var(--indigo);
  color: var(--white);
}
.btn-purple {
  background-color: var(--purple);
  color: var(--white);
}
.btn-pink {
  background-color: var(--pink);
  color: var(--white);
}
.btn-teal {
  background-color: var(--teal);
  color: var(--white);
}
.btn-cyan {
  background-color: var(--cyan);
  color: var(--white);
}
.btn-gray-dark {
  background-color: var(--gray-dark);
  color: var(--white);
}
body .card-body.chart-bg {
  background-color: silver;
}
@media print {
  .d-print-none {
      display: none !important;
  }

  .d-print-inline {
      display: inline !important;
  }

  .d-print-inline-block {
      display: inline-block !important;
  }

  .d-print-block {
      display: block !important;
  }

  .d-print-table {
      display: table !important;
  }

  .d-print-table-row {
      display: table-row !important;
  }

  .d-print-table-cell {
      display: table-cell !important;
  }

  .d-print-flex {
      display: flex !important;
  }

  .d-print-inline-flex {
      display: inline-flex !important;
  }

  .text-right {
      text-align: right;
  }

  .page-header,
  .text-center {
      text-align: center;
  }

  body .page-header a[href]:after,
  body .panel a[href]:after,
  table a[href]:after,
  td a[href]:after,
  a[href]:after {
      display: none;
      content: none !important;
      visibility: hidden !important;
  }
}