/*
Created by Mahesa Kama [www.setudio.com]
Thursday, Jan 23, 2020
*/
@import url('normalize.css');
@import url('webfont.css');
@import url('select2.min.css');
@import url('bootstrap-datetimepicker.css');
@import url('datatable.min.css');
@import url('jquery.modal.min.css');

/*========================================================
BASIC
========================================================*/
*, ::after, ::before {
    box-sizing: border-box;
}
html {
  font-size: 14px;
  letter-spacing: 0;
  -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;
}
body {
  background: #fcfbf7;
  color: #000;
  font-family: "ProximaNova", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 26px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
a {
  cursor: pointer;
}
p {
  margin: 0 0 16px 0;
}
*[disabled] {
  cursor: no-drop !important;
  opacity: .50;
}
.hide {
  display: none !important;
}
.floatr {
  float: right;
}
.floatl {
  float: left;
}
.titlelg {
  font-weight: 700;
  font-size: 25px;
  color: #000;
  margin-bottom: 21px;
}
.titlemd {
  font-weight: 500;
  font-size: 18px;
  color: #000;
  margin-bottom: 36px;
}
.titlesm {
  font-weight: 500;
  font-size: 14px;
  color: #000 !important;
  line-height: 14px;
  margin-bottom: 8px;
}
.titlelg a,
.titlemd a,
.titlesm a {
  color: #32a852;
  text-decoration: none;
}
.small {
  font-size: 12px;
  color: #808080;
  line-height: 12px;
}
.line {
  width: 100%;
  height: 1px;
  background: #f0f0f0;
  clear: both;
}
.msgwarning {
  background: #eee;
  color: #808080;
  font-size: 12px;
  font-weight: 500;
  border-radius: 2px;
  padding: 8px 8px 8px 36px;
}
.msgwarning:before {
  width: 14px;
  height: 14px;
  margin: 4px 0 4px -24px;
  position: absolute;
  content: url(../icons/feather/alert-triangle.svg);
}
.wat,
.wat > * {
  width: auto !important;
  margin: 0;
}
.mt0 {
  margin-top: 0 !important;
}
.mt12 {
  margin-top: 12px !important;
}
.ml0 {
  margin-left: 0 !important;
}
.mxsm {
  margin: 0 12px !important;
}
.mysm {
  margin: 12px 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.total {
  font-weight: 700;
  margin: 12px 0;
}
.avatar {
  width: 128px;
  height: auto;
  margin: 12px auto;
  float: none;
  display: block;
  border-radius: 64px;
}
.textleft {
  text-align: left !important;
}





/*========================================================
TOGGLE BUTTON
========================================================*/
.togglebar,
.toggleside {
  display: none;
}
.toggleselect {
  width: auto; 
  min-width: 120px; 
  position: relative; 
  top: 0; 
  right: 0; 
  float: right; 
  margin-top: -112px;
}





/*========================================================
SIDEBAR
========================================================*/
.sidebar {
  width: 230px;
  height: 100%;
  background: #fff;
  border-right: 1px solid #f6f6f6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
.sidesection {
  width: 100%;
  height: auto;
  padding: 36px 0;
  border-bottom: 1px solid #f6f6f6;
  display: flex;
}
.sidesection:last-child {
  border-bottom: none;
}
.userwrap {
  width: calc(100% - 72px);
  height: auto;
  display: inline-block;
  margin: 0 36px;
}
.userphoto {
  background: transparent;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  float: left;
  display: block;
  overflow: hidden;
}
.usercaption {
  float: left;
  margin-left: 16px;
  display: block;
  padding: 2px 0 0;
}
.username {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  line-height: 15px;
}
.userlevel {
  display: block;
  font-weight: 500;
  font-size: 12px;
  color: #b2b2b2;
  line-height: 15px;
}
ul.nav {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.nav li a,
ul.nav li span {
  width: 100%;
  display: block;
  padding: 7px 36px;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}
ul.nav li span {
    color: #b2b2b2;
    font-size: 10px;
    text-transform: uppercase;
}
ul.nav li a .feather {
    width: 16px;
    height: 16px;
    margin-right: 24px;
    vertical-align: text-bottom;
}
ul.nav li a:hover {
  background: #fcfcfc;
}
ul.nav li a.active {
  background: #e3f6e2;
  color: #32a852;
  border-right: 3px solid #32a852;
}
ul.nav li a.active svg {
  stroke: #32a852;
}



/*========================================================
SIDEBAR TYPE2 - HIDE ON DEFAULT
========================================================*/
.content .sidecol.sidehide {
  padding-top: 30px;
  width: 250px;
  position: fixed;
  background: #fcfbf7;
  padding: 36px 16px 0 24px;
  height: 100%;
  top: 0;
  right: -250px;
  overflow-y: auto;
  z-index: 1055;
  -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;
}
.content .sidecol.sidehide.show {
  right: 0;
}
.sidecol.sidehide .toggleside {
  background: transparent;
  position: absolute;
  margin-left: 24px;
  margin-top: 24px;
  display: inline-block;
  cursor: pointer;
  border: none;
  outline: none;
  position: fixed;
  right: 24px;
  top: 32px;
  margin: 0;
}
.sidecol.sidehide .toggleside:before {
  content: url(../icons/feather/history.svg);
  stroke: #808080;
}
.sidecol.sidehide.show .toggleside:before {
  content: url(../icons/feather/x.svg);
}





/*========================================================
TIMELINE
========================================================*/
ul.timeline {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.timeline li {
  margin: 0 0 24px;
  padding: 0 0 0 28px;
}
ul.timeline li:before {
  width: 12px;
  height: 12px;
  background: #d4f209;
  border-radius: 50%;
  content: "";
  position: absolute;
  margin-left: -28px;
}
ul.timeline li:first-child:before {
  background: #39d183;
}
ul.timeline li:last-child:before {
  background: #808080;
}





/*========================================================
MAINBAR
========================================================*/
.mainbar {
  width: calc(100% - 230px);
  height: 100%;
  background: #fcfbf7;
  border: 0;
  position: absolute;
  top: 0;
  left: 230px;
  z-index: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.wrapper {
  width: calc(100% - 128px);
  max-width: 1083px;
  height: auto;
  margin: 30px auto;
}
.breadcrumb {

}
.breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb ul li {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
}
.breadcrumb ul li a {
  color: #32a852;
  text-decoration: none;
}
.breadcrumb ul li a .feather {
    width: 12px;
    height: 12px;
    margin-bottom: -2px;
}
.content {
  width: 100%;
  height: auto;
  margin: 36px 0;
  /*display: inline-table;*/
}
.content .fullcol,
.content .maincol,
.content .sidecol {
  display: inline-block;
  vertical-align: top;
}
.content .fullcol {
  width: 100%;
}
.content .maincol {
  width: calc(100% - 300px);
  padding-right: 36px;
}
.content .sidecol {
  width: 300px;
  height: calc(100% - 150px);
  position: absolute;
  padding-left: 36px;
  border-left: 1px solid #f6f6f6;
}
.content .halfcol:first-child {
  margin-right: 24px;
}
.content .cardcol,
.content #filter_tahun .fullcol > .halfcol,
.content .cardfullcol {
  text-align: center;
  width: calc(25% - 18px);
  margin-right: 24px;
  margin-bottom: 36px;
  padding: 16px;
  display: inline-block;
  float: left;
  background: #fff;
  border: 1px solid #f6f6f6;
}
.content .cardfullcol {
  width: 100%;
}
.content #filter_tahun .fullcol > .halfcol,
.content .halfcol {
  width: calc(50% - 12px);
  margin-right: 0;
  float: left;
}
.content .cardcol h3,
.content #filter_tahun .fullcol > .halfcol h3,
.content .cardfullcol h3 {
  margin: 16px 0 8px !important;
  font-weight: 700;
  font-size: 35px;
}
.content .cardcol h4,
.content .cardfullcol h4 {
  margin: 26px 0 20px !important;
  font-weight: 700;
  font-size: 20px;
}
.content #filter_tahun .fullcol > .halfcol h4 {
  margin: 26px 0 0 !important;
  font-weight: 700;
  font-size: 20px;
}
.content .cardcol div,
.content #filter_tahun .fullcol > .halfcol div,
.content .cardfullcol div {
  color: #808080;
  display: inline-block;
}
.content .cardcol div span,
.content #filter_tahun .fullcol > .halfcol div span,
.content .cardfullcol div span {
  color: #000;
}
.content .cardcol:last-child,
.content #filter_tahun .fullcol > .halfcol:last-child {
  /*width: calc(25% - 48px);*/
  margin-right: 0;
}
.cardicon {
  width: 60px;
  height: 60px;
  background: #f6f6f6;
  padding: 22px;
  border-radius: 50%;
}
.content .cardcol:nth-child(1) .cardicon {
  background: #e3f6e2;
}
.content .cardcol:nth-child(1) .cardicon svg {
  stroke: #32a852;
}
.content .cardcol:nth-child(2) .cardicon {
  background: #d7fae8;
}
.content .cardcol:nth-child(2) .cardicon svg {
  stroke: #39d183;
}
.content .cardcol:nth-child(3) .cardicon {
  background: #e3fff9;
}
.content .cardcol:nth-child(3) .cardicon svg {
  stroke: #a8f209;
}
.content .cardcol:nth-child(4) .cardicon {
  background: #f1fff3;
}
.content .cardcol:nth-child(4) .cardicon svg {
  stroke: #6bff87;
}


.content .halfcol:nth-child(even) .cardicon {
/*  background: #e3f6e2;*/
  padding: 12.5px;
}
.content .halfcol:nth-child(even) .cardicon svg {
/*  stroke: #32a852;*/
}
.content .halfcol:nth-child(odd) .cardicon {
/*  background: #d7fae8;*/
  padding: 12.5px;
}
.content .halfcol:nth-child(odd) .cardicon svg {
/*  stroke: #39d183;*/
}





/*========================================================
RESPONSIVE
========================================================*/
@media screen and (max-width: 1366px) {
  .wrapper {
    width: calc(100% - 64px);
  }
  .content .maincol {
    width: calc(100% - 250px);
  }
  .content .sidecol {
    width: 250px;
  }
}
@media screen and (max-width: 1220px) {
  .content .maincol {
    width: calc(100% - 175px);
  }
  .content .sidecol {
    width: 175px;
  }
}
@media screen and (max-width: 1024px) {
  .sidesection {
    padding: 29px 0;
  }
  .mainbar {
    padding-top: 48px;
  }
  .wrapper {
    padding-top: 8px;
  }
  .headbar {
    position: fixed;
    background: #fcfbf7;
    width: calc(100% - 230px);
    height: auto;
    top: 0;
    right: 0;
    padding: 16px 0 0;
    display: block;
    z-index: 1053;
  }
  .headbar .titlelg,
  .headbar .breadcrumb {
    margin-left: 32px;
  }
  .headbar > a:first-of-type {
    margin-left: 18px;
  }
  .headbar .tabradio {
    margin-left: 0;
  }
  .toggleselect {
    width: 100%; 
    margin-top: 0;
    margin-bottom: 8px;
  }
  .content .maincol {
    width: 100%;
    padding-right: 0;
  }
  .content .sidecol:not(.static) {
    width: 250px;
    position: fixed;
    background: #fcfbf7;
    padding: 36px 16px 0 24px;
    height: 100%;
    top: 0;
    right: -250px;
    overflow-y: auto;
    z-index: 1055;
    -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;
  }
  .content .sidecol.static {
    position: static;
    width: 100%;
    height: auto;
    padding: 24px 12px 0;
    background: #fff;
    border: 1px solid #f6f6f6;
  }
  .content .sidecol.show {
    right: 0;
  }
}
@media screen and (max-width: 960px) {
  .sidesection {
    padding: 16px 0;
  }
  .mainbar {
    padding-top: 36px;
  }
  .titlelg {
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 16px;

  }
  .togglebar,
  .toggleside {
    background: transparent;
    position: absolute;
    margin-left: 24px;
    margin-top: 24px;
    display: inline-block;
    cursor: pointer;
    border: none;
    outline: none;
  }
  .toggleside:before {
    content: url('../icons/feather/history.svg');
    stroke: #808080;
  }
  .userwrap .togglebar {
    margin-left: 16px;
    margin-top: -1px;
  }
  .sidecol .toggleside {
    position: fixed;
    right: 24px;
    top: 32px;
    margin: 0;
  }
  .sidecol.show .toggleside:before {
    content: url('../icons/feather/x.svg');
  }
  .sidebar {
      width: 230px;
      position: fixed;
      height: 100%;
      top: 0;
      left: -230px;
      overflow-y: auto;
      z-index: 1055;
      -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;
  }
  .sidebar.show {
    left: 0;
  }
  .mainbar {
    width: 100%;
    left: 0;
  }
  .headbar {
    width: 100%;
    padding-top: 8px;
  }
  .headbar .titlelg,
  .headbar .breadcrumb {
    margin-left: 64px;
  }
  .breadcrumb ul li {
    font-size: 10px;
  }
  .content .sidecol {
    padding-top: 30px;
  }

}
@media screen and (max-width: 768px) {
  .content .cardcol {
    width: calc(50% - 8px);
    margin-right: 16px;
    margin-bottom: 16px;
    padding: 16px;
    display: inline-block;
    float: left;
    background: #fff;
    border: 1px solid #f6f6f6;
  }
  .content .cardcol:nth-child(even) {
    margin-right: 0;
  }
  .content #filter_tahun .fullcol > .halfcol,
  .content .halfcol {
    width: 100%;
    margin-right: 0;
    float: left;
  }
  .content #filter_tahun .fullcol > .halfcol:first-child,
  .content .halfcol:first-child {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 600px) {
  .wrapper {
    width: calc(100% - 32px);
  }
  .togglebar {
    margin-left: 16px;
  }
  .headbar .titlelg,
  .headbar .breadcrumb {
    margin-left: 56px;
  }
}

@media screen and (max-width: 320px) {
  .content .cardcol {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
    padding: 16px;
    display: inline-block;
    float: left;
    background: #fff;
    border: 1px solid #f6f6f6;
  }
}





/*========================================================
FORM
========================================================*/
form label {
  display: block;
}
input:focus {
  outline: none;
}
.formcontrol {
  width: 100%;
  height: 40px;
  padding: 11px 8px;
  margin: 0 0 8px;
  background: #fff;
  border: 1px solid #f6f6f6;
  border-radius: 2px;
  color: #808080;
}
.formcontrol:focus {
  outline: none;
  border: 1px solid #32a852;
  color: #000;
}
.formcontrol[disabled],
.formcontrol[readonly] {
  background: #fcfcfd;
}
.formcontrol::-moz-placeholder {
  color: #f6f6f6;
  opacity: 1;
}
.formcontrol:-ms-input-placeholder {
  color: #f6f6f6;
}
.formcontrol::-webkit-input-placeholder {
  color: #f6f6f6;
}
textarea.formcontrol {
  min-height: 100px;
}
.formsplit .formcontrol,
.formsplit .select2-container {
  width: calc(100% - 58px) !important;
}
.formcontrol.datetimepicker::after {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: '>';
}
select#filter_tahun {
  outline: 0;
  border: 0;
  background: transparent;
  font-weight: 500;
  font-size: 18px;
  color: #000;
  margin-left: -4px;
}





/*========================================================
LOGIN
========================================================*/
.wraplogin {
  width: 100%;
  max-width: 360px;
  height: auto;
  float: none;
  margin: 60px auto;
  padding: 24px;
  background: #fff;
  border: 1px solid #f6f6f6;
}
.wraplogin .btn {
  width: 100%;
}
.titlelogin {
  border-bottom: 1px solid #f6f6f6;
  width: calc(100% + 48px);
  margin: -24px -24px 24px;
  position: relative;
  padding: 24px;

  font-weight: 500;
  font-size: 18px;
  color: #000;
  line-height: 18px;
}
.titlelogin svg {
  vertical-align: text-bottom;
  margin-right: 4px;
  margin-top: 0;
  float: right;
  width: 18px;
  height: 18px;
  /*stroke: #e9eef7;*/
  stroke: #32a852;
}
@media screen and (max-width: 420px) {
  .wraplogin {
    width: calc(100% - 32px);
    margin: 16px auto;
  }
}





/*========================================================
CHECKBOX & RADIO
========================================================*/
.containermark {
  display: block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
  line-height: 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.containermark input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radiomark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border-radius: 50%;
}
.containermark:hover input ~ .radiomark {
  background-color: #ccc;
}
.containermark input:checked ~ .radiomark {
  background-color: #32a852;
}
.radiomark:after {
  content: "";
  position: absolute;
  display: none;
}
.containermark input:checked ~ .radiomark:after {
  display: block;
}
.containermark .radiomark:after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
}
/* On mouse-over, add a grey background color */
.containermark:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.containermark input:checked ~ .checkmark {
  background-color: #32a852;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.containermark input:checked ~ .checkmark:after {
  display: block;
}
.containermark .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}





/*========================================================
TAB
========================================================*/
.tabwrapper {
  display: inline-block;
}
.tabcontainer {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.tabcontainer li {
  display: inline-block;
  float: left;
  margin-right: 4px;
}
.tabcontainer li a {
  color: #808080;
  text-decoration: none;
  font-weight: 500;
  padding: 4px 8px;
  background: #e3f6e2;
  border: 1px solid #f6f6f6;
  color: #3a5768;
  border-radius: 25px;
  font-size: 10px;
}
.tabcontainer li:first-child a {
  /*padding-left: 0;*/
}
.tabcontainer li:last-child a,
.tabcontainer li:last-child button {
  background: #e3f6e2;
  border: 1px solid #f6f6f6;
  color: #3a5768;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  padding: 0;
  text-align: center;
  line-height: 19px;
  cursor: pointer;
}
.tabcontainer li a:hover,
.tabcontainer li button:hover {
  opacity: .75;
}
.tabcontainer li a.active {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}





/*========================================================
TAB RADIO
========================================================*/
.tabradio {
  background: #e3f6e2;
  border: 1px solid #e3f6e2;
  font-size: 12px;
  color: #000;  
  margin-left: 3px;
  padding: 8px;
}
.tabradio:nth-child(2) {
  margin-left: 0;
}
.tabradio input[type="radio"] {
  display: none;
}
/*.tabradio input[type="radio"][checked] {
  display: inline-block;
}*/
.tabradiobtn,
.tabradiobtnprimary {
  background: #e3f6e2;
  border: 1px solid #e3f6e2;
  font-size: 12px;
  font-weight: 500;
  color: #32a852;  
  padding: 7px 6px 8px 3px;
  outline: none;
  margin: 0 0 0 -6px !important;
  line-height: initial;
  cursor: pointer;
}
.tabradiobtn svg {
  width: 10px;
  height: 10px;
  stroke:#808080;
}
.tabradiobtn:hover svg {
  stroke:#32a852;
}
.tabradiobtnprimary {
  background: #32a852;
  color: #fff;
  border-radius: 2px;
  margin: 0 3px !important;
  padding: 8px;
}
.tabradiobtnprimary svg {
  width: 10px;
  height: 10px;
  stroke:#fff;
}
.tabradiobtnprimary:hover svg {
  stroke:#e3f6e2;
}
.tabradio.tabselected {
  /*border-top: 1px solid #32a852;*/
  /*border-bottom: 1px solid #32a852;*/
  /*border-left: 1px solid #32a852;*/
  /*border-top-left-radius: 3px;*/
  /*border-bottom-left-radius: 3px;*/
  border: 1px solid #32a852;
  border-radius: 3px;
  color: #32a852;
  font-weight: 700;
}
.tabradiobtn.tabselected {
  border-top: 1px solid #32a852;
  border-bottom: 1px solid #32a852;
  border-left: none;
  border-right: 1px solid #32a852;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #32a852;
  font-weight: 700;
}





/*========================================================
BUTTON
========================================================*/
.btn,
.btnsm {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;  
  border-radius: 2px;
  cursor: pointer;
  padding: 11px 16px;
  margin-top: 0.5px;
  text-decoration: none;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}
.btn.floatr,
.btnsm.floatr {
  margin-bottom: 8px;
  margin-left: 4px;
}
a.btn,
a.btnsm {
  display: inline-flex;
}
.btnsm {
  font-size: 12px;
  padding: 11px;
  line-height: 12px;
}
.btn:hover,
.btnsm:hover {
  opacity: 0.8;
}
.btn:focus,
.btnsm:focus {
  outline: none;
}
.btn[disabled] {
  opacity: 0.5;
}
.btnfilter {

}
.btnprimary {
  background: #32a852;
  border: 1px solid #32a852;
  color: #fff;
}
.btnsecondary {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}
.btndefault {
  background: #e3f6e2;
  border: 1px solid #f6f6f6;
  color: #32a852;
}
.btndanger {
  background: #0e6d32;
  border: 1px solid #0e6d32;
  color: #fff;
}
.btnwarning {
  background: #d4f209;
  border: 1px solid #d4f209;
  color: #fff;
}
.btnsuccess {
  background: #39d183;
  border: 1px solid #39d183;
  color: #fff;
}
.btnprimary .feather,
.btnsecondary .feather,
.btndanger .feather,
.btnwarning .feather,
.btnsuccess .feather {
  stroke: #fff;
  vertical-align: text-bottom;
  height: 14px;
  width: 14px;
}
.btndefault .feather {
  stroke: #32a852;
  vertical-align: text-bottom;
  height: 14px;
  width: 14px;
}
.btndefault.containermark {
  padding-left: 26px;
}
.btndefault.containermark .radiomark {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #32a852;
}
.btndefault.containermark .radiomark:after {
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #fcfbf7;
  background: #32a852;
}
.btndefault.containermark:hover input ~ .radiomark {
    background-color: #32a852;
}
.btnsm .feather {
  height: 12px;
  width: 12px;
}
.btnxs {
  background: #e3f6e2;
  border: 1px solid #f6f6f6;
  color: #32a852;
  font-weight: 500;
  border-radius: 20px;
  height: 24px;
  display: inline-block;
  padding: 0 6px;
  text-align: center;
  line-height: 19px;
  cursor: pointer;
  text-decoration: none;
}
.btnxs:hover {
  opacity: .75;
}
.btnxs svg {
  width: 12px;
  height: 12px;
  margin: 4px auto 0;
}





/*========================================================
UPLOAD DRAG&DROP
========================================================*/
#file,
#filelokasi {
    display: block;
    position: absolute;
    z-index: -1;
    text-align: center;
    color: #808080;
    cursor: pointer;
}
#filedrag {
    padding: 16px 0 0;
    line-height: 16px;
    -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;
}
#filedrag strong {
    color: inherit;
    font-weight: 500;
}
#filedrag p {
    color: #808080;
    margin: 0;
}
#filedrag-wrap {
    z-index: 1;
    width: 100%;
    background: #fff;
    border: 1px solid #f6f6f6;
    margin-top: 0;
    margin-bottom: 8px;
    border-radius: 0;
    display: inline-block;
    text-align: center;
}
#filedrag-wrap:hover {
  cursor: pointer;
}
.filedrag-icon {
    width: 100%;
    height: 36px;
    display: block;
    margin-bottom: 8px;
}
#filedrag-wrap:hover .filedrag-icon {
  stroke: #f6f6f6;
}
pre {
    width: 95%;
    height: 8em;
    font-family: monospace;
    font-size: 0.9em;
    padding: 1px 2px;
    margin: 0 0 1em auto;
    border: 1px inset #f6f6f6;
    background-color: #fff;
    overflow: auto;
}
#messages {
    font-size: 12px;
    line-height: 14px;
    padding: 0 10px;
    margin-bottom: 16px;
    font-weight: 400;
    color: #808080;
}





/*========================================================
TABLE
========================================================*/
.tablebtn {
  margin-bottom: 8px;
}
.tableresponsive table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: auto;
  border: 1px solid #f6f6f6;
}
.tableresponsive th, .tableresponsive td {
  font-size: 12px;
  line-height: 19px;
  text-align: left;
  padding: 8px;
  border-bottom: 1px solid #f6f6f6;
  white-space: nowrap;
}
.tableresponsive td a {
  font-weight: 500;
  color: #32a852;
  text-decoration: none;
}
.tableresponsive td a:hover {
  opacity: .75;
}
.tableresponsive td .toggle-ya,
.tableresponsive td .toggle-tidak{
    width: 36px;
    /*top: -7px;*/
    position: relative;
}
.tableresponsive td .toggle-tidak{
    background: #fddbe2;
}
.tableresponsive td .toggle-ya:after,
.tableresponsive td .toggle-tidak:after{
    color: #fff;
    font-size: 8px;
    line-height: 13px;
    width: 12px;
    height: 12px;
    display: inline-block;
    position: relative;
    border-radius: 50%;
    top: 5px;
}
.tableresponsive td .toggle-ya:after {
    content: "✔";
    background: #32a852;
    right: -6px;
    top: 1px;
}
.tableresponsive td .toggle-tidak:after {
    content: "✖";
    background: #ba0f34;
    left: -6px;
}
.tableresponsive th {
  background-color: #fff;
  padding: 14px 8px;
  font-size: 14px;
  font-weight: 500;
}
.tableresponsive th.sorting {
  padding: 14px 8px;
}
.tableresponsive tr,
.tableresponsive tr.datatable-filter-line,
.tableresponsive tr.datatable-filter-line:hover {
  background: #fff;
}
.tableresponsive tr:hover {
  background-color: #fcfcfc;
}
.tableresponsive table form {
  display: inline-block;
}
.tableresponsive table form button {
  background: #e3f6e2;
  border: 0;
  outline: 0;
  font-weight: 500;
  color: #32a852;
  cursor: pointer;
  border-radius: 10px;
  padding: 4px 8px;
  vertical-align: bottom;
}
.tableresponsive table form button svg {
  width: 12px;
  height: 12px;
  stroke: #32a852 !important;
}
.tableresponsive table form button.active {
  background: #32a852;
  color: #e3f6e2;
}
.datatable-filter-cell .formcontrol,
.datatable-filter-cell .select2 {
  margin: 0;
}
.tableresponsive {
  width: 100%;
  height: auto;
  overflow-x: auto;
}
.tableresponsive.colfixedright {position: relative;}
.tableresponsive.colfixedright table tr th:last-child,
.tableresponsive.colfixedright table tr td:last-child {right: 0; position: sticky; top: auto; width: auto;background: #fff;box-shadow: -5px 5px 10px 0px #e3f6e2;}
.tableresponsive.colfixedright table tr:hover td:last-child {background: #fcfcfc;}
.pagination {
  width: 100%;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 8px 0;
  display: block;
  float: left;
}
.pagination li.active {
  opacity: .50;
}
.pagination li a {
  font-size: 12px;
  float: left;
  padding: 4px 10px;
  cursor: pointer;
  color: #333;
  background: #fff;
  border: 1px solid #eee;
}
.pagination li:not(.active) a:hover {
  background: #f6f6f6;
}
.mce-flow-layout-item.mce-last {
  float: right;
}




/*========================================================
DROPDOWN
========================================================*/
.dropdown .tableresponsive.colfixedright table tr td:last-child {
    position: relative;
}
.dropdown .dropdown-content {
}
.dropdown-content {
    position: absolute;
    z-index: 99999;
    background: #fff;
    padding: 12px;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.dropdown-content a {
    display: block;
    color: #000 !important;
    font-weight: 400 !important;
    font-size: 12px;
    line-height: 19px;
    text-decoration: none;
    white-space: nowrap;
    padding: 4px 0;
}
.dropdown-content hr {
    opacity: 0.1;
}
@media screen and (max-width: 1170px) {
    .tableresponsive.dropdown {
        position: relative;
    }
}






/*========================================================
MODAL
========================================================*/
.blocker {
  width: calc(100% - 230px);
  left: auto;
}
.modal {
    background: #fff;
    border: #f6f6f6;
    padding: 24px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 50px #aaa;
    -moz-box-shadow: 0 0 50px #aaa;
    -o-box-shadow: 0 0 50px #aaa;
    -ms-box-shadow: 0 0 50px #aaa;
    box-shadow: 0 0 50px #aaa;
}
.modalclose {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 16px;
    height: 16px;
    outline: none;
    border: none;
    background: url(../icons/feather/x.svg) no-repeat 0 0;
    cursor: pointer;
}
.modaltitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    margin: 0 0 24px 0;
    padding-bottom: 24px; 
    border-bottom: 1px solid #f6f6f6;
}
@media screen and (max-width: 1024px) {
  .modal {
    margin-top: 90px;
  }
}
@media screen and (max-width: 960px) {
  .blocker {
    width: 100%;
    left: auto;
  }
  .modal {
    margin-top: 60px;
  }
}





/*========================================================
TOOLTIP
========================================================*/
/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}
/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: 
      opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition:    
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition:         
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform:    translate3d(0, 0, 0);
  transform:         translate3d(0, 0, 0);
  pointer-events: none;
}
/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 125px;
  background-color: #26382a;
  /*background-color: hsla(0, 0%, 20%, 0.9);*/
  color: #fff;
  content: attr(data-tooltip);
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  border-radius: 6px;
}
/* Directions */
/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}
[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #26382a;
  /*border-top-color: hsla(0, 0%, 20%, 0.9);*/
}
/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -53px;
  white-space: normal;;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform:    translateY(-12px);
  transform:         translateY(-12px); 
}
/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}
.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  margin-top: 14px;
  border-top-color: transparent;
  border-left-color: #26382a;
  /*border-left-color: hsla(0, 0%, 20%, 0.9);*/
}
.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform:    translateX(-12px);
  transform:         translateX(-12px); 
}
/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}
.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: hsla(0, 0%, 20%, 0.9);
}
.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform:    translateY(12px);
  transform:         translateY(12px); 
}
/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}
.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  height: 12px;
  border-top-color: transparent;
  border-right-color: #26382a;
  /*border-right-color: hsla(0, 0%, 20%, 0.9);*/
}
#left-menu .tooltip-right:before {
  margin-top: 36px;
}
.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform:    translateX(12px);
  transform:         translateX(12px); 
}
/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: -10px;
}
/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -14px;
}





/*========================================================
SELECT 2
========================================================*/
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #fcfcfd;
  cursor: default;
}



/*========================================================
CHART
========================================================*/
.chartcontainer {
  position: relative; 
  display: inline-block;
  height:auto; 
  width:100%;
}
.chart {
  display: block;
  width: 100%;
  height: auto;
}

