@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&display=swap');
:root {
	--main-body-bg: #f5f7fb;
	--main-font-size:  14px;
	--main-font-family: 'Roboto', sans-serif;
	--main-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 30%);
}
h1, h2, h3, h4 {
	margin: 0;
}
.msg {
	color:  red;
	font-size: 11px;
}
body {
	background: var(--main-body-bg);
	font-size: var(--main-font-size);
	font-family: var(--main-font-family);
	background: url(/images/bg1.png);
	background-blend-mode: overlay, screen, color-burn, lighten, normal;
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;    
}

.panel-login {
	display: block;
	padding: 10px;
	/*border:  1px solid #ddd;*/
	background: white;
	border-radius: 5px;
	margin-top: 10vh;
	box-shadow: var(--main-shadow);
}
.panel-login > .header {
	text-align: center;
}
.panel-login > .header img {
	/*height: 120px;*/
	padding: 20px;
	margin-bottom: 10px;
}
.panel-login > .body {
	padding: 10px 30px 30px 30px;
}
.panel-login .title {
	padding: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.form-control {
    /* background: #e9f0fd; */
   /* background: #F1F3F4;*/
   background: #E5E5E5;
    /*border-color: #F1F3F4;*/
    border-color: rgba(98, 105, 118, 0.16);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    font-size: var(--main-font);
    /* text-transform: capitalize; */
    /*border-color: rgb(0,0,0,0.5);*/
}
.form-control:focus {
	background: #FFFBBF;
}

textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}
label {
	font-weight: normal;
}

.btn-success, .btn-success:hover, .btn-success:focus {
	background: #00D2FD;
	border: 1px solid  #00D2FD;
}


.menu-top-dashboard-desktop{
	position: fixed;
	z-index: 999;
	width: 100%;
	background: white;
	border:  1px solid #ddd;
	text-transform: uppercase;
}
.menu-top-dashboard-desktop .mtdd-1 {}
.menu-top-dashboard-desktop .mtdd-1  > div {
	display: inline-block;
	vertical-align: top;
}
.menu-top-dashboard-desktop .mtdd-1  > div:nth-child(1) {
	width: 15%;
}
.menu-top-dashboard-desktop .mtdd-1  > div:nth-child(1) a {
	padding: 10px 0px;
}
.menu-top-dashboard-desktop .mtdd-1  > div:nth-child(2) {
	width: 85%;
	text-align: right;
}
.menu-top-dashboard-desktop .mtdd-1 > div:nth-child(2) > a {
	display: inline-block;
	padding: 10px 20px;
	margin:  10px 10px;
}
.menu-top-dashboard-desktop .mtdd-1 > div:nth-child(2) > a, .menu-top-dashboard-desktop .mtdd-1 > div:nth-child(2) > span {
	cursor: pointer;
	padding: 10px 20px;
	color: #626976;
}
.menu-top-dashboard-desktop .mtdd-1 > div:nth-child(2) > span > a {
	color: #626976;
}

.menu-top-dashboard-mobile {
	position: fixed;
	width: 100%;
	background: white;
	z-index: 999;
}
.menu-top-dashboard-mobile .mtdd-2 {}
.menu-top-dashboard-mobile .mtdd-2 > div {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	padding: 10px 0px;
}
.menu-top-dashboard-mobile .mtdd-2 > div:nth-child(1) {
	text-align: left;
}
.menu-top-dashboard-mobile .mtdd-2 > div:nth-child(1) img {
	padding-top: 10px;
}

.menu-top-dashboard-mobile .mtdd-2 > div:nth-child(2) {
	text-align: center;
}

.menu-top-dashboard-mobile .mtdd-2 > div:nth-child(3) {
	text-align: right;
}


.menu-left-mobile {
	position: fixed;
	z-index: 999;
	width: 100%;
}
.menu-left-mobile > div {
	display: inline-block;
	vertical-align: top;
}
.menu-left-mobile > div:nth-child(1) {
	width: 85%;
	background: white;
	height: 100vh;
	box-shadow: 6px 0px 15px -4px rgb(0 0 0 / 54%);
}
.menu-left-mobile > div:nth-child(2) {
	width: 15%;
	background: rgba(0,0,0,0.2);
	height: 100vh;
}

.menu-left-mobile > div:nth-child(1) a {
	display: block;
	padding: 15px 20px;
}


.heading1 {
	margin-bottom: 15px;
}
.heading1 > div {
	display: inline-block;
	vertical-align: top;
}
.heading1 > div:nth-child(1) {
	width: 60%;
}
.heading1 > div:nth-child(1) > div:nth-child(1) {
	font-weight: 400;
	font-size: 10px;
	color: #626976;
	text-transform: uppercase;
}
.heading1 > div:nth-child(1) > div:nth-child(2) {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.heading1 > div:nth-child(2) {
	width: 40%;
	text-align: right;
}
.psLoad {
	padding-top: 80px;
}

.panel-default {
	border: 1px solid #fff;
}

.panel-chart1 {
	display: block;
	padding: 10px 15px;
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
	margin-bottom: 25px;
}
.panel-chart1 > .pc1 {}
.panel-chart1 > .pc1 > div {
	display: inline-block;
}
.panel-chart1 > .pc1 > div:nth-child(1) {
	width: 80%;
}
.panel-chart1 > .pc1 > div:nth-child(2) {
	text-align: right;
	cursor: pointer;
	width: 20%;
}

.panel-chart1 > .pc2 {
	font-size: 20px;
	font-weight: 700;
	color:  #626976;
	padding: 8px 5px;
}
.panel-chart1 > .pc3 {}

/* tblmod3 */
.tblmod3 {
	background: white;
	border: 1px solid rgba(98, 105, 118, 0.16);
	box-shadow: rgb(30 41 59 / 4%) 0 2px 4px 0;
}
.tblmod3 > thead {}
.tblmod3 > thead > tr {
	background: #f2f3f4;
	border-bottom: 0px;
}
.tblmod3 > thead > tr > th {
	font-size: 13px;
	font-weight: 600;
	color:  #626976;
	background: #f2f3f4;
	padding: 10px 15px;
	border-bottom: 0px;

}
.tblmod3 > tbody > tr > td {
	background: white;
	padding: 10px 20px;
}

.tblmod3 > tbody > tr:nth-child(even) > td {
	/*background: #f2f3f4;*/
}

.per1 > div {
	/*border: 1px dashed #ddd;*/
	padding: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	/*transform: rotate(-90deg);*/
	/*width: 400px;*/
}
.per1 > div:hover {
	background: #ddd;
}
.per1 > div:before {
	content: '☑️ ';
	/*content:  ' xxx';*/
}
/*.per1 > div:hover:before, .per1 > div.active:before {*/
.per1 > div.active:before {
	content: '✅ ';
}


.rotate {
  text-align: center;
  white-space: wrap;
  vertical-align: middle;
  width: 1.5em;
  background: #f2f3f4 !important;
}
.rotate div {
     -moz-transform: rotate(-90.0deg);  /* FF3.5+ */
       -o-transform: rotate(-90.0deg);  /* Opera 10.5 */
  -webkit-transform: rotate(-90.0deg);  /* Saf3.1+, Chrome */
             filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);  /* IE6,IE7 */
         -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
         margin-left: -10em;
         margin-right: -10em;
         margin-top: 50px;
}


.rotate2x {
  text-align: left;
 /* white-space: wrap;*/
  word-wrap: break-word;
  vertical-align: top;
  /*width: 1.5em;*/
}
th.rotate2x {
	height: 330px;
}
.rotate2x div {
     -moz-transform: rotate(-90.0deg);  /* FF3.5+ */
       -o-transform: rotate(-90.0deg);  /* Opera 10.5 */
  -webkit-transform: rotate(-90.0deg);  /* Saf3.1+, Chrome */
             filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);  /* IE6,IE7 */
         -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
         margin-left: -10em;
         margin-right: -10em;  
         margin-top: -170px;
}

.status-diproses {
	padding: 5px 15px;
	background: #FFFF00;
	color:  #000;
	font-size: 11px;
}
.status-diluluskan {
	padding: 5px 15px;
	background: #2FC620;
	color:  white;
	font-size: 11px;
}
.status-ditolak {
	padding: 5px 15px;
	background: #E7262D;
	color:  white;
	font-size: 11px;
}



.runOverlay {
    position:fixed;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    background: rgba(255,255,255,0.1);
    padding-top: 40vh;
}
.runOverlay > div {
    display: table;
    margin: 0 auto;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #5cb85c;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #5cb85c transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


[data-titlemix]:hover:after {
    opacity: 1;
    /*transition: all 0.1s ease 0.5s;*/
    visibility: visible;
    font-size: 11px;
}
[data-titlemix]:after {
    content: attr(data-titlemix);
    position: absolute;
    bottom: -1.6em;
    left: 100%;
    padding: 4px 4px 4px 8px;
    color: #fff;
    white-space: nowrap;
    -moz-box-shadow: 0px 0px 4px #222;  
    -webkit-box-shadow: 0px 0px 4px #222;  
    box-shadow: 0px 0px 4px #222;  
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
    background: rgba(0,0,0,0.8);
}
[data-titlemix] {
    position: relative;
}

.popover, .popover-title {
	font-size: 11px;
}