/*CUSTOM CSS - CRATED BY MAHESA KAMA
23 MEI 2017*/

/*HACK*/
@import url('normalize.css');
/*FONT*/
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ProximaNova-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ProximaNova-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/ProximaNova-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ProximaNova-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}
a {
  color: #6ea371;
  text-decoration: none;
}
button {
  cursor: pointer;
}
.text--center {
	text-align: center;
}
.text--right {
  text-align: right;
}
.text--left {
  text-align: left;
}
.text--mini {
  font-size: 12px !important;
  line-height: 22px !important;
  opacity: .50 !important;
  margin-top: 15px !important;
}
.float--left {
  float: left !important;
}
.space--30,
.space--50,
.space--100 {
  width: 100%;
}
.space--30 {
	height: 30px;
}
.space--50 {
  height: 50px;
}
.space--100 {
	height: 100px;
}
.padding--0 {
  padding: 0 !important;
}
.margin__bottom--0 {
  margin-bottom: 0 !important;
}
.hide {
  display: none !important;
}
.hide-xs {
  display: block;
}
table .hide-xs {
  display: table-row;
}
.show-xs {
  display: none;
}
/*BASIC*/
body {
  font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0;
  color: #607D8B;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
  -moz-text-shadow: rgba(0,0,0,.01) 0 0 1px;
  text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
html, body {
	height: 100%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: none !important;
}
::selection {
  background: #263238; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #263238; /* Gecko Browsers */
  color: #fff;
}
/* SCROLL */
* ::-webkit-scrollbar {
  overflow: visible;
  height: 13px;
  width: 14px;
}
* ::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,.2);
  background-clip: padding-box;
  border: solid transparent;
  border-width: 3px;
  min-height: 28px;
  padding: 100px 0 0;
  box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
}
* ::-webkit-scrollbar-thumb:active {
  background-color: rgba(0,0,0,.4);
}
* ::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}
* ::-webkit-scrollbar-track {
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0 0 0 4px;
}


















/*===================================================================
CONTENT
===================================================================*/
.leftside {
  width: -moz-calc(100% - 300px);
  width: -webkit-calc(100% - 300px);
  width: -o-calc(100% - 300px);
  width: calc(100% - 300px);
  height: 100%;
  float: left;
  overflow-y: auto; 
}
.leftside ul:not(.pagination),
.leftside ol:not(.pagination) {
  padding: 0 0 0 20px;
  margin: 0;
}
.container {
  width: -moz-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: -o-calc(100% - 30px);
  width: calc(100% - 30px);
  max-width: 800px;
  float: none;
  margin: 50px auto;
}
.container.container--full {
  max-width: 1200px;
  width: -moz-calc(100% - 90px);
  width: -webkit-calc(100% - 90px);
  width: -o-calc(100% - 90px);
  width: calc(100% - 90px);
}
.container h1,
.container h2,
.container h3,
.container h4,
.container h5,
.container h6 {
  font-weight: bold;
  color: #212121;
}
.container__title {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ebedee;
}
.panel__wrap {
  float: none;
}
.panel__item {
  padding: 30px;
  margin-bottom: 30px;
  text-align: left;
  background: #fdfbfb;
  border: 1px solid #ebedee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.panel__item:hover,
.panel__item:focus {
  background: #fff;
  -webkit-box-shadow: 0 0 50px #fdfbfb;
  -moz-box-shadow: 0 0 50px #fdfbfb;
  -ms-box-shadow: 0 0 50px #fdfbfb;
  -o-box-shadow: 0 0 50px #fdfbfb;
  box-shadow: 0 0 50px #fdfbfb;
}
.panel__item small,
.panel__item i {
  font-size: 12px;
  font-weight: 400;
  width: 100%;
  display: block;
  line-height: 18px;
  opacity: .70;
}
.panel__item i {
  display: inline;
  color: #607D8B;
  font-style: normal;
}
.panel__item th,
.panel__item td {
  vertical-align: text-top;
}
.panel__item th small {
  opacity: .30;
}
.panel__item.panel__100 {
  float: left;
  width: 100%;
}
.panel__item.panel__50 {
  float: left;
  width: -moz-calc(50% - 15px);
  width: -webkit-calc(50% - 15px);
  width: -o-calc(50% - 15px);
  width: calc(50% - 15px);
}
.panel__item.panel__50:first-child {
  margin-right: 30px;
}
.panel__item.panel__30 {
  float: left;
  width: -moz-calc(33% - 15px);
  width: -webkit-calc(33% - 15px);
  width: -o-calc(33% - 15px);
  width: calc(33% - 15px);
  margin-right: 25px;
}
.panel__item.panel__30:last-child {
  margin-right: 0;
}
.panel__item h3 {
  font-size: 16px;
  margin: -30px -30px 30px;
  padding: 15px 30px;
  color: #607D8B;
  border-bottom: 1px solid #ebedee;
}
.panel__item .panel__numb {
  font-size: 42px;
  font-weight: bold;
  color: #A5D6A7;
}
.panel__item .panel__numb .text--mini {
  opacity: 1 !important;
  font-size: 16px !important;
}
.panel__item table {
  width: 100%;
}
.panel__item table tr th {
  width: 200px;
}
.panel__bar {
  background: #A5D6A7;
  height: 10px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  float: left;
  margin: 12px 15px 0 0;
}
.panel__bar__span {
  display: inline-block;
  width: auto;
  color: #A5D6A7;
}
/*.panel__bar span {
  position: relative;
  width: 100%;
  min-width: 65px;
  display: block;
  text-align: left;
  line-height: 10px;
  margin-left: 60px;
  color: #A5D6A7;
}*/
.panel__bar__span small {
  font-size: 10px;
  width: auto;
  display: inline-block;

}
@media screen and (max-width: 560px) {
  .panel__item table tr th,
  .panel__item th,
  .panel__item td {
    width: 100%;
    float: left;
    font-size: 12px;
  }
  .panel__item th small {
    display: inline-block;
    width: auto;
  }
  .panel__item:not(.panel__item__chart) tr td:nth-child(2) {
    display: none;
  }
  .panel__item tr td:last-child {
    margin-bottom: 20px;
  }
}

.form__control {
  width: 100%;
  height: 43px;
  padding: 12px 15px;
  margin-bottom: 15px;
  outline: none;
  border: 1px solid #ebedee;
  background: #fdfbfb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
textarea.form__control {
  min-height: 200px;
}
.form__control:focus {
  background: #fff;
  -webkit-box-shadow: 0 0 50px #fdfbfb;
  -moz-box-shadow: 0 0 50px #fdfbfb;
  -ms-box-shadow: 0 0 50px #fdfbfb;
  -o-box-shadow: 0 0 50px #fdfbfb;
  box-shadow: 0 0 50px #fdfbfb;
}
.form__alert {
  padding: 15px;
  background: #eee;
  border: 1px dashed #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}


.button__style {
  display: inline-block;
  padding: 15px 30px;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 14px;
  border: none;
  outline: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button__style[disabled="disabled"] {
  opacity: .10;
}
.button__style--primary {
  background: #6ea371;
  color: #fff;
}
.button__style--primary:hover,
.button__style--primary:focus {
  -webkit-box-shadow: 0 0 50px #6ea371;
  -moz-box-shadow: 0 0 50px #6ea371;
  -ms-box-shadow: 0 0 50px #6ea371;
  -o-box-shadow: 0 0 50px #6ea371;
  box-shadow: 0 0 50px #6ea371;
}
.button__style--secondary {
  background: #333;
  color: #fff;
}
.button__style--secondary:hover,
.button__style--secondary:focus {
  -webkit-box-shadow: 0 0 50px #333;
  -moz-box-shadow: 0 0 50px #333;
  -ms-box-shadow: 0 0 50px #333;
  -o-box-shadow: 0 0 50px #333;
  box-shadow: 0 0 50px #333;
}
.button__style--default {
  background: #fff;
  color: inherit;
  border: 1px solid #ebedee;
}
.button__style--default:hover,
.button__style--default:focus {
  -webkit-box-shadow: 0 0 50px #ebedee;
  -moz-box-shadow: 0 0 50px #ebedee;
  -ms-box-shadow: 0 0 50px #ebedee;
  -o-box-shadow: 0 0 50px #ebedee;
  box-shadow: 0 0 50px #ebedee;
}
.button__style--topright {
  position: relative;
  float: right;
  margin-top: -55px;
}
.button__style--topright2 {
  position: relative;
  float: right;
  margin-top: -86px; 
  margin-right: -23px;
}

/*TABLE*/
.table__responsive table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #ebedee;
}
.table__responsive th {
  background-color: #fdfbfb;
}
.table__responsive th, .table__responsive td {
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  padding: 8px;
  border-bottom: 1px solid #ebedee;
}
.table__responsive tr:hover,
.table__responsive tr.datatable-filter-line {
  background-color: #fdfbfb;
}
.table__responsive td .form__control {
  margin-top: 15px;
  background: #fff;
}
.table__responsive {
  width: 100%;
  height: auto;
  overflow-x: auto;
}
.pagination {
  width: 100%;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 30px 0;
  display: block;
  float: left;
}
.pagination li.active {
  opacity: .50;
}
.pagination li a {
  float: left;
  padding: 10px 15px;
  cursor: pointer;
  color: #333;
  background: #fff;
  border: 1px solid #eee;
}
.pagination li:not(.active) a:hover {
  background: #ebedee;
}
.mce-flow-layout-item.mce-last {
  float: right;
}
@media screen and (max-width: 992px) {
  .leftside {
    width: 100%;
  }
  .button__style {
    padding: 15px;
  }
}
@media screen and (max-width: 756px) {
  .panel__item.panel__50 {
    width: 100%;
  }
  .panel__item.panel__50:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .panel__item.panel__30 {
    width: 100%;
    margin-bottom: 15px;
  }
  .panel__item.panel__30:last-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 560px) {
  body {
    font-size: 12px;
    line-height: 20px;
  }
  .button__style--topright2 {
    margin-top: -75px;
    line-height: 5px;
  }
}


/*===================================================================
SIDEBAR
===================================================================*/
.rightside {
  width: 300px;
  height: 100%;
  float: right;
  background: #A5D6A7;
  overflow-y: auto;
  border-radius: 0 !important;
  border: none !important;
}
.rightside__first {
  width: 100%;
  height: auto;
  float: left;
  padding: 30px;
  background: #6ea371;
}
.rightside__second {
  width: 100%;
  height: auto;
  float: left;
  padding: 30px;
  background: #A5D6A7;
  color: #333;
}
.rightside h3 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.rightside ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rightside ul li a {
  display: block;
  padding: 5px 0;
  font-weight: bold;
  color: rgba(255,255,255,.75);
}
.rightside ul li a:hover,
.rightside ul li a:focus {
  color: rgba(255,255,255,1);
}
.profile__picture {
  position: relative;
  background: rgba(0,0,0,.10);
  right: 0;
  top: 0;
  padding: 15px 17px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 30px;
  color: #fff;
}
.profile__logout {
  position: relative;
  display: inline-block;
  background: rgba(0,0,0,.10);
  height: 48px;
  width: 48px;
  padding: 12px 12px;
  margin-top: -8px;
  margin-right: -8px;
  border-radius: 50%;
  float: right;
}
.rightside.modal {
  padding: 70px 0 0 0;
  overflow-x: hidden;
  max-width: 300px;
}
#btn__modal__menu {
  padding:15px; position:fixed; right:10px; margin-top: 30px; margin-right: 15px; z-index: 1;
}
@media screen and (max-width: 992px) {
  .rightside {
    display: none;
  }
}



/*===================================================================
FRONT-END
===================================================================*/
.background__fuel {
  background: #A5D6A7;
  height: auto;
  display: block;
}
.registration__box {
  width: -moz-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: -o-calc(100% - 30px);
  width: calc(100% - 30px);
  max-width: 570px;
  height: auto;
  margin: 50px auto;
  padding: 50px 35px;
  background: #FAFAFA;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 50px rgba(51,51,51,.10);
  -moz-box-shadow: 0 0 50px rgba(51,51,51,.10);
  -ms-box-shadow: 0 0 50px rgba(51,51,51,.10);
  -o-box-shadow: 0 0 50px rgba(51,51,51,.10);
  box-shadow: 0 0 50px rgba(51,51,51,.10);
}
.registration__box h1 {
  text-align: center;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 35px;
  color: #555555;
}
.registration__box__wrap {
  display: inline-block;
  width: 100%;
}
.registration__box__item {
  padding: 30px;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.registration__box__item h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  color: #6ea371;
}
.registration__box__item h5 {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: bold;
  color: #A5D6A7;
  margin-bottom: 0;
  margin-top: 5px;
}
.registration__box__item p {
  color: #607D8B;
  line-height: 32px;
  letter-spacing: 0;
  margin: 0;
}
.registration__box__item small {
  opacity: .50;
}
.registration__box__item:hover,
.registration__box__item:focus {
  cursor: pointer;
  -webkit-box-shadow: 0 0 50px rgba(51,51,51,.10);
  -moz-box-shadow: 0 0 50px rgba(51,51,51,.10);
  -ms-box-shadow: 0 0 50px rgba(51,51,51,.10);
  -o-box-shadow: 0 0 50px rgba(51,51,51,.10);
  box-shadow: 0 0 50px rgba(51,51,51,.10);
}
.registration__box__item.registration__box__100 {
  float: left;
  width: 100%;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
button.registration__box__item.registration__box__100 {
  padding-top: 20px;
}
.registration__box__item.registration__box__50 {
  float: left;
  width: -moz-calc(50% - 15px);
  width: -webkit-calc(50% - 15px);
  width: -o-calc(50% - 15px);
  width: calc(50% - 15px);
}
.registration__box__item.registration__box__50:first-child {
  margin-right: 30px;
}
.registration__box__item.registration__box__30 {
  float: left;
  width: -moz-calc(33% - 15px);
  width: -webkit-calc(33% - 15px);
  width: -o-calc(33% - 15px);
  width: calc(33% - 15px);
}
.registration__box__item.registration__box__30:first-child {
  margin-right: 30px;
}
.registration__box__space {
  width: 100%;
  height: 1px;
  margin: 20px 0;
  background: #eee;
}
.registration__box .button__style--default {
  width: 60px;
  height: 60px;
  padding: 22px;
  position: absolute;
  border-radius: 50%;
}
@media screen and (max-width: 756px) {
  .registration__box {
    padding: 30px 15px;
  }
  .registration__box h1 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .registration__box__item h3 {
    font-size: 16px;
  }
  .registration__box__item h5 {
    font-size: 12px;
  }
  .registration__box__item p {
    line-height: 24px;
  }
  .registration__box .button__style--default {
    margin-left: -15px;
    margin-top: -59px;
  }
  .registration__box__item {
    padding-right: 15px;
    padding-left: 15px;
  }
  .registration__box__item.registration__box__30 {
    width: 100%;
  }
  .registration__box__item.registration__box__50 {
    width: 100%;
  }
  button.registration__box__item.registration__box__100 {
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .registration__box__item.registration__box__30:first-child {
    margin-right: 0;
  }
  .registration__box__item.registration__box__50:first-child {
    margin-right: 0;
  }
}



.modal_detail_transaksi_content {
  padding: 0;
  vertical-align: top;
}
.modal_detail_transaksi_content .registration__box {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  background: transparent;
  box-shadow: none;
}
.modal_detail_transaksi_content .registration__box .registration__box__item:hover,
.modal_detail_transaksi_content .registration__box .registration__box__item:focus {
  cursor: auto;
  box-shadow: none;
}
.modal_detail_transaksi_content .registration__box .table__responsive {
  margin-top: -20px;
}
.modal_detail_transaksi_content .registration__box .table__responsive tr th {
  background: #fff;
  min-width: 160px;
}
.modal_detail_transaksi_content .registration__box .table__responsive tr th,
.modal_detail_transaksi_content .registration__box .table__responsive tr td {
  vertical-align: text-top;
}
.modal_detail_transaksi_content .registration__box .table__responsive tr:hover th {
  background: #fdfbfb;
}
.modal_detail_transaksi_content a.close-modal,
#modal__menu a.close-modal {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  background: #fff url("data:image/svg+xml;utf8,<svg fill='rgb(110,163,113)' height='16px' viewBox='4 4 16 16' width='16px' xmlns='http://www.w3.org/2000/svg'> <path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'></path> <path d='M0 0h24v24H0z' fill='none'></path> </svg>") center center no-repeat;
  border: 1px solid #ebedee;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 50px #ebedee;
  -moz-box-shadow: 0 0 50px #ebedee;
  -ms-box-shadow: 0 0 50px #ebedee;
  -o-box-shadow: 0 0 50px #ebedee;
  box-shadow: 0 0 50px #ebedee;
}
@media screen and (max-width: 560px) {
  .modal {
    width: 100%;
  }
  .modal_detail_transaksi_content .registration__box .table__responsive tr th,
  .modal_detail_transaksi_content .registration__box .table__responsive tr td {
    width: 100%;
    float: left;
  }
  .modal_detail_transaksi_content .registration__box .table__responsive tr th {
    border-bottom: none;
    padding-bottom: 0;
  }
  .modal_detail_transaksi_content .registration__box .table__responsive tr td {
    border-top: none;
    padding-top: 0;
  }
}



/*===================================================================
SECTION FLOAT BOTTOM
===================================================================*/
.float__secbottom {
  background: transparent;
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  display: none;
}
@media screen and (max-width: 992px){
  body {
    padding-bottom: 40px;
  }
  .float__secbottom {
    display: block; 
  }
  .float__secbottom a {
    margin: 0;
    padding: 10px 0;
    width: 50%;
    display: block;
    font-weight: bold;
    text-align: center;
    color: #fff;
    float: left;
  }
  .float__secbottom a:nth-child(1) {
    background: #121212;
  }
  .float__secbottom a:nth-child(2) {
    background: #333;
  }
}
    


/*===================================================================
NEW - 29/06/2022
===================================================================*/
#cek_nomor {
  line-height: 0;
  width: 100%;
  height: auto;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  gap: 10px;
  color: red;
  margin-top: -10px;
}
#cek_nomor svg {
  width: 16px;
  height: 16px;
  fill: red;
}