/*
    DEMO STYLE
*/

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}

html{height:100%;min-height:100%;}
body {
    font-family: 'Poppins', Tahoma;
    background-color:#eeeeee ;
    width: 100%;height: calc(100%-50px);
}
.dayClock{font-size: 14px; color: white; padding-right: 15px;}
p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #000000;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}


.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 200px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 9999;
/*    background: #7386D5;*/
    background: #FFFFFF;
    overflow-y: auto;
    color:#666666;
    transition: all 0.3s;
    box-shadow: 0px 10px 15px #9f9f9f;
}

#sidebar.active {
    margin-left: -200px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
/*    font-family: 'Glyphicons Halflings';*/
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
a.download {
    background: #fff;
    color: #7386D5;
}
a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: calc(100% - 200px);
    height: auto;
    min-height: calc(100% - 75px);
    margin-top: 55px;
    padding-left: 15px;
    padding-right: 15px;
    /*min-height: 100vh;*/
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 15px;
}
#content.active {
    width: 100%;
}
.newtxt {background-color: transparent; box-shadow: none; color: #000000;font-size: 13px;}
.newslc {background-color: transparent; box-shadow: none; color: #000000;font-size: 13px;}
.newtxt:hover {box-shadow: none; border-bottom: solid 1px #808080;}
.newtxt:after {box-shadow: none;}
.newtxt:disabled {cursor:not-allowed; color:#888888;}
.newtxt:read-only{cursor:not-allowed; color:#888888;}
.newslc:disabled {cursor:not-allowed; color:#888888;}
.col-new {margin-top: 15px; height: 40px; padding-top: 5px; padding-left: 0; padding-right: 0px;}
.col-newx {margin-top: 20px; padding-top: 5px; }
.col-newx:focus {box-shadow: none;}
.input-group-addon {
	color: #fff;
  	background-color: #337ab7;
  	border-color: #2e6da4;
}
.input-group-addon:focus,
.input-group-addon.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.input-group-addon:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* ---------------------------------------------------
    HEADER STYLE
----------------------------------------------------- */

#divheader {z-index: 9999;position: fixed;margin-left: 0; margin-top: 0; top: 0; width: 100%; height: 55px; background-color: #1565c0; font-size: 36px; color:#9f9f9f;padding-top: 4px; box-shadow: 10px 0px 15px #9f9f9f;right: 0; transition: all 0.3s;}

#divheader.active {
    width: 100%;
}

.headside {margin-left: 0; margin-top: 0; background-color: #1565c0; width: 200px; height: 55px; z-index: 1004; color: #ffffff; font-size: 16px; padding-top: 6px;}

.myAvatar {position: absolute; margin-left: 0; margin-top: -34px; width: 200px; height: 64px; background-color: transparent; z-index: 1005;}

#sidebarCollapse {
	position: fixed; top: 0; margin-top: 0; z-index: 1006; width: 30px; font-size: 24px; background-color: #028bdd; color: #ffffff; height: 30px; padding: 0px 1px;transition: all 0.3s; cursor: pointer;
}

.sidebarCollapse {
 	margin-left: 200px; 
}

.sidebarCollapseActive {
 	margin-left: 0px;
}

#sidebarCollapsex {position: fixed; font-size: 32px; color: #ffffff; background-color: transparent; top: 6px; margin-left: 10px; z-index: 1009; display: none;}

#myInfo {position: fixed; top: 80px; z-index: 101000; width: 200px; margin-left: calc(50% - 100px); display: none; margin-top: 80px; box-shadow: 3px 3px #8A8A8A;}
#policyInfo {position: fixed; top: 20px; z-index: 101000; width: 250px; margin-left: calc(100% - 300px); display: none; margin-top: 80px; box-shadow: 3px 3px #b1b1b1;}

/* ---------------------------------------------------
    TABLE CSS
----------------------------------------------------- */

table.rwdTable { 
  width: 100%; 
  border-collapse: collapse;
}

tr.rwdTr {
	height: 32px;
	background:#ffffff ;
}

tr.rwdTr:nth-of-type(odd) { 
  background:#caefff ; 
}

tr.rwdTr:hover { 
  background:#feebaf; 
}
th.rwdTh { 
  background:#003c8f; 
  color: white; 
  font-weight: bold;
  height: 24px;
  padding: 2px; 
  border: 1px solid #ccc; 
  text-align: left; 
  font-family: Tahoma;
  font-size: 10pt;
  text-align: center;
}
td.rwdTd { 
  padding: 2px;
  padding-left: 5px;
  text-align: left;
  border: 1px solid #ccc; 
  font-family: Tahoma;
  font-size: 10pt;
  overflow: hidden;
}
td.rwdTDFoot { 
  background: #333; 
  color: white;
  padding: 2px; 
  border: 1px solid #ccc; 
  text-align: center; 
  font-family: Tahoma;
  font-size: 10pt;
}

td.rwdIcon{text-align: center; width: 100px;}
th.rwdIcon{text-align: center; width: 100px;}
td.rwd070{width: 70px;}
th.rwd070{width: 70px;}
td.rwd050{width: 50px;}
th.rwd050{width: 50px;}
td.rwd100{width: 100px;}
th.rwd100{width: 100px;}
td.rwd150{width: 150px;}
th.rwd150{width: 150px;}
td.rwd200{width: 200px;}
th.rwd200{width: 200px;}
td.rwd250{width: 250px;}
th.rwd250{width: 250px;}
td.rwd300{width: 300px;}
th.rwd300{width: 300px;}
td.center{text-align: center;}
td.angka{text-align: right;}
.rwdTrHead{background-color: #003c8f; display: none; height: 15px; margin-left: 0px; margin-right: 0px;}
.glyphicons2:hover {color:#0153fe; cursor: pointer;}
.RowSide {margin-top: 2px; margin-left: 0; margin-right: 0; height: 40px; font-size: 16px; color: #000000; cursor: pointer;padding-top: 8px}
.thumbdoc {padding:10px;height: 210px}
.thumbdoc:hover{opacity: 0.6;cursor: pointer;}
.RowSide-top30{margin-top: 30px;}
.colSide {padding-top: 3px;padding-left: 0px; padding-right: 0px;}
.colSubSide {padding-top: 3px;padding-left: 0px; padding-right: 10px; font-weight: normal;}
.colSideIcon {margin-top: 0px; font-size: 18px; padding-top: 2px; padding-left: 0px; padding-right: 0px; text-align: center;}
.RowSide:hover {color: #ffffff;font-weight: bolder; background-color: #003c8f; opacity: 0.8;filter: alpha(opacity=80);}
.divMain {display: none; height: 100%;}
.divshow {display: block;}
.divhide {display: none;}
.col-table {border: 1px solid #ccc; padding-left: 0px; padding-right: 0px; overflow-y: auto; background-color: #ffffff; width: 100%;}
.FrmEntryAll {margin-left: 0px; margin-right: 0px; margin-top: 5px; padding-bottom: 10px; padding-top: 0px; height: calc(100% - 40px) ; border: solid 1px #ffffff; overflow-y: hidden; overflow-x: hidden; box-shadow: 5px 5px 10px #9f9f9f; background-color: #fff;}
.FrmEntryH {margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-top: 3px; height: 32px; overflow-y: hidden; overflow-x: hidden; background-color: #003c8f;}
.FrmEntryD {margin-left:0px; margin-right: 0px; padding-left:10px; padding-right:10px; margin-top: 0px; padding-top: 0px; height: calc(100% - 38px); overflow-y: auto; overflow-x: hidden; background-color: #fff;}
.FrmEntryD::-webkit-scrollbar {width: 0px;}
.FrmEntryD:hover::-webkit-scrollbar {width: 7px; background-color:#d8d8d8;}

.FrmEntryD:hover::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    border-radius: 2px;
}
.FrmEntryD:hover::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,1);
}


.TitleForm {margin-left: 0px; margin-right: 0px; height: 28px;}
.RowJudul {height: 28px; font-size: 20px; font-weight: bold; padding-left: 0px; padding-right: 0px;}
.rowtable {margin-left: 0px; margin-right: 0px; padding-top: 0px; height: 370px;}
.rowtableFin {margin-left: 0px; margin-right: 0px; padding-top: 0px; height: 200px;}
.rowsubtable {margin-left: 0px; margin-right: 0px; padding-top: 0px;}
.rowtable.incollapse { margin-left: 0px; margin-right: 0px; padding-top: 0px; height: 365px;}
.rowformH {margin-left: 0px; margin-right: 0px;margin-top: 5px; background-color:#003c8f;padding-top: 2px; padding-bottom: 5px;}
.rowFindH {margin-left: 0px; margin-right: 0px; background-color:#003c8f;height: 30px;}
.rowformD {margin-left: 0px; margin-right: 0px; padding-bottom: 10px; padding-top: 0px; height: calc(100% - 75px) ; border: solid 1px #ffffff; overflow-y: auto; overflow-x: hidden; box-shadow: 5px 5px 10px #9f9f9f; background-color: #fff;}
.DetBack {position: absolute; top: 0; left: 0; bottom: 0; height: 100%; width: 100%; background: rgba(0, 0, 0, 0.4); display: none; z-index: 24800;}
.DetEntry{position: absolute; top: 2%; left: 2%; bottom: 0; height: 96%; width: 96%; background-color: #ffffff; display: none; box-shadow: 0px 3px 5px #9f9f9f; z-index: 24850;}
.DetFindBack {position: absolute; top: 0; left: 0; bottom: 0; height: 100%; width: 100%; background: rgba(0, 0, 0, 0.5); display: none; z-index: 25000;}
.DetFind{position: absolute; top: 8%; left: 5%; bottom: 0; height: 80%; width: 90%; background-color: #ffffff; display: none; box-shadow: 0px 3px 5px #9f9f9f; z-index: 25001;}
.menuutm {margin-left: 0px; margin-right: 0px;margin-top: 10px; width: 100%; overflow-y: auto; height: calc(100% - 180px);}
.wrapper {display: flex; height: 100%;}
.myheadtbl {background-color: #003c8f; height: 5px; display: none;}
.img-profile {width: 64px; height: 64px; background-color: #ffffff;}



/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
  .newmenu{
  	height: 1000px;
  }
    #sidebar {
        min-width: 280px;
        max-width: 280px;
        margin-left: -280px;
        height: 100%;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #divheader { 
    	width: 100%; height: 55px;
    }
    #content {
        width: 100%;
        margin-top: 50px;
    }
    #content.active {
       /* width: calc(100% - 250px);*/
       width: 100%;
    }
    .mitToolBar {width: calc(100% - 30px); top: 35px;}
	.headside {width: 280px; height: 70px;}
	.myAvatar {width: 280px;}
	#sidebarCollapse {z-index: 9999; display: none; margin-left: 0px; transition: all 0.3s;}
	.sidebarCollapse {
 		margin-left: 280px; top: 0;
	}
	#sidebarCollapsex {display: block;}
	.sidebarCollapseActive {
 		margin-left: 0px;
	}
	table.rwdTable, table.TblFind, thead.rwdHead, tbody.rwdBody, th.rwdTh, td.rwdTd, tr.rwdTr,tr.TrFind, td.TdFind {
		display: block;width: 99.85%;
	}
	thead.rwdHead tr.rwdTr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	tr.rwdTr {border: 1px solid #ccc;height: auto; }
	.rwdTrHead{background: #ecbd00; display: block;}
	td.rwdTd { 
		/* Behave  like a "row" */
		border: none;
		/*border-bottom: 1px solid #eee;*/
		position: relative;
		padding-left: 40%; 
		vertical-align: middle;
		width: 100%;
	}
	td.rwd150{width: 100%;}
	th.rwd150{width: 100%;}
	td.rwd200{width: 100%;}
	th.rwd200{width: 100%;}
	td.rwd070{width: 100%;}
	th.rwd070{width: 100%;}
	td.rwd100{width: 100%;}
	th.rwd100{width: 100%;}
	td.rwd250{width: 100%;}
	th.rwd250{width: 100%;}
	td.rwd050{width: 100%;}
	th.rwd050{width: 100%;}
	td.center{text-align: left;}
	td.rwdTd:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		/*top: 6px;*/
		left: 6px;
		width: 20%; 
		padding-right: 10px; 
		white-space: nowrap;
		vertical-align: middle;
	}
	td.rwdIcon {text-align: left; width: auto;}
	td.rwdTDFoot {display: block;width: auto;}
	.glyphicons2:hover {color: inherit;}
	.col-table {
		height: auto;
	}
	.rowtable { margin-left: 0px; margin-right: 0px; padding-top: 0px; height: calc(100% - 85px);}
	.rowtable.incollapse { margin-left: 0px; margin-right: 0px; padding-top: 0px; height: calc(100% - 200px);}
	.rowtableFin {height: 400px;}
	.rowformD {height: calc(100% - 55px);}
	.DetBack {position: absolute; top: 0; left: 0; bottom: 0; height: calc(100% + 25px); width: 100%; background: rgba(0, 0, 0, 0.4);}
	.DetFindBack {position: absolute; top: 0; left: 0; bottom: 0; height: calc(100% + 25px); width: 100%; background: rgba(0, 0, 0, 0.4);}
	.DetFind{position: absolute; top: 4%;}
	.findtable {height: 100%; overflow-y: auto;}
	.myheadtbl {display: block;}
	.FrmEntryAll {height: calc(100% - 20px);}
	.FrmEntryH {height: 60px;}
	.FrmEntryD {height: calc(100% - 60px);}
	.btnpaket:hover {cursor: pointer;background-color:#C8C8C8};
	
}
table.dataTable tbody td {
	vertical-align: middle;
}

.newmenu{
	height: 70px;
}

.newmenustaff{
	height: 30px;
	margin-bottom: 20px;
}

.labeldiisi{
	top:-12px;font-size:12px;color: black;left: 0px;
}

.displaynone{
  display: none;
}

.redfont{
  color: red;
}


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: all 0.3s;
  box-shadow: 0px 10px 15px #9f9f9f;
  display: none;
  /*padding-top: 60px;*/
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 14px;
  color: #000000;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #bcbcbc;
  cursor: pointer;
}

.sidenav .closebtn {
  position: absolute;
  top: -10px;
  right: 10px;
  font-size: 36px;
  margin-left: 50px;
  color: #ffffff
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
    #reviewdata{
      height: auto;
      font-size: 11px;
      padding: 20px;
      width: 80%;
      margin: 0;
      top: 5%;
      left: 10%;
      z-index: 99999;
      position: absolute;
      background-color: white;
      border-radius: 5px;
      overflow-y: auto;
      color: black;
    }
    #divreviewdata{
      width: 100vw;
      height: 100vh;
      /* transparent black */
      background: rgba(0, 0, 0, 0.8);
      position: fixed;
      top: 0;
      left: 0;
      display: none;
      /* middle layer, i.e. appears below the sidebar */
      z-index: 99999998;
      overflow-y: auto;

    }
}
.mylogo {
  height: 40px;
  margin-top: 5px;
}
.dash {
  background-color: transparent;
}
.dashTitle {
  height: 28px;
  background-color: #0000ff;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding-top: 3px;
  padding-left: 0px;
  padding-right: 0px;
}
.coldash {
  height: 328px;
  margin-bottom: 10px;
}
.coldash-max {
  position: fixed;
  z-index: 50000;
  top: 50px;
  left: 50px;;
  height: calc(100% - 100px);
  background-color: transparent;
  width: calc(100% - 100px);
}
.colframe {
  height: 300px;
  background-color: #fff;
}
.colframe-max {
  height: calc(100% - 38px);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
#insertstaff{
  height: auto;
  width: 80vw;
  top: 5vh;
  left: 5vh;
  z-index: 99999;
  position: fixed;
  background-color: white;
  color: black;
}
#divinsertstaff{
  width: 100vw;
  height: 100vh;
  /* transparent black */
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  /* middle layer, i.e. appears below the sidebar */
  z-index: 99999998;
}

#divendorse{
  height: auto;
  width: 80vw;
  top: 5vh;
  left: 5vh;
  z-index: 99999;
  position: fixed;
  background-color: white;
  color: black;
}
#divheaderendorse{
  width: 100vw;
  height: 100vh;
  /* transparent black */
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  /* middle layer, i.e. appears below the sidebar */
  z-index: 99999998;
}
  
  .mylogo {
    height: 40px;
    margin-top: 2px;
    padding-right: 15px;
  }
     #reviewdata{
       height: auto;
       font-size: 11px;
       padding: 20px;
       width: 80%;
       margin: 0;
       top: 5%;
       left: 10%;
       z-index: 99999;
       position: absolute;
       background-color: white;
       border-radius: 5px;
       overflow-y: auto;
       color: black";
     }
     #divreviewdata{
       width: 100vw;
       height: 100vh;
       /* transparent black */
       background: rgba(0, 0, 0, 0.8);
       position: fixed;
       top: 0;
       left: 0;
       display:none;
       /* middle layer, i.e. appears below the sidebar */
       z-index: 99999998;
       overflow-y: auto;

     }
}

@media screen and (min-width: 768px) {
   #reviewdata{
     height: auto;
     font-size: 11px;
     padding: 20px;
     width: 60%;
     margin: 0;
    top: 5%;
     left: 20%;
     z-index: 99999;
     position: absolute;
     background-color: white;
     border-radius: 5px;
     overflow-y: auto;
     color: black";
   }
   #divreviewdata{
     width: 100vw;
     height: 100vh;
     /* transparent black */
     background: rgba(0, 0, 0, 0.8);
     position: fixed;
     top: 0;
     left: 0;
     display: none;
     /* middle layer, i.e. appears below the sidebar */
     z-index: 99999998;
     overflow-y: auto;

   }
#insertstaff{
  height: auto;
  width: 80vw;
  top: 30vh;
  left: 20vh;
  z-index: 99999;
  position: fixed;
  background-color: white;
  color: black;
}
#divinsertstaff{
  width: 100vw;
  height: 100vh;
  /* transparent black */
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  /* middle layer, i.e. appears below the sidebar */
  z-index: 99999998;
}

#divendorse{
  height: 60vh;
  width: 80vw;
  top: 20vh;
  left: 20vh;
  z-index: 99999;
  position: fixed;
  background-color: white;
  color: black;
}
#divheaderendorse{
  width: 100vw;
  height: 100vh;
  /* transparent black */
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  /* middle layer, i.e. appears below the sidebar */
  z-index: 99999998;
}
}
@media (min-width: 992px) {
    #reviewdata{
      height: auto;
      font-size: 11px;
      padding: 20px;
      width: 60%;
      margin: 0;
      top: 5%;
      left: 20%;
      z-index: 99999;
      position: absolute;
      background-color: white;
      border-radius: 5px;
      overflow-y: auto;
      color: black";
    }
    #divreviewdata{
      width: 100vw;
      height: 100vh;
      /* transparent black */
      background: rgba(0, 0, 0, 0.8);
      position: fixed;
      top: 0;
      left: 0;
      display: none;
      /* middle layer, i.e. appears below the sidebar */
      z-index: 99999998;
      overflow-y: auto;

    }

}
@media (min-width: 1200px) {

}
.package{
  margin-left: 10px;
  margin-right: 10px;
  background-color: #ffffff;
  border-radius: 5px;
}
.package:hover{
  cursor: pointer;
}
.opsi{
  background-color: white;
  color: #0061ae;
  font-weight: bold;
  border-width: 1px;
  border-color: #b9b9b9;
}
.overlay {
  /* full screen */
  width: 100vw;
  height: 100vh;
  /* transparent black */
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  /* middle layer, i.e. appears below the sidebar */
  z-index: 999999998;
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: fixed;
  width: 64px;
  height: 64px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #fff;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.sidepage1{
  height: 100vh;margin-right: 40px;border-right: 2px solid #D4D4D4;
}
.sidepage1:hover {
  cursor: pointer;
  background-color: #ddf1fd
};
.previewfoto:hover {
  opacity: 0.5;
  cursor: pointer;
}
#myBtnClose {
  position: fixed;
  top: 2vh;
  right: 10px;
  z-index: 9999;
  font-size: 30px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #ff040b;
  cursor: pointer;
  padding: 5px;
  border-radius: 50px;
  width: 45px;
  height: 45px;
}

#myBtnClose:hover {
  color: #ff8285;
}
#iframetest{
  height: 85vh;
  width: 95vw;
  top: 10vh;
  left: 2vw;
  z-index: 999999;
  position: fixed;
}
#iframediv{
  width: 100vw;
  height: 100vh;
  /* transparent black */
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  /* middle layer, i.e. appears below the sidebar */
  z-index: 99999998;
}


#divmain.active {
  width: 100%;
}
.coljudul{
  width: 150px;
}
.coltitikdua{
  width: 20px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 12px;
  border: none;
  outline: none;
  background-color: #55aaff;
  color: white;
  cursor: pointer;
  padding: 8px;
  border-radius: 50px;
}

#imagegotop{
  width: 25px;
}

#myBtn:hover {
  background-color: #0055ff;
}

.imghome{
  width: 50%;height: auto;
}

.btnchangepasshome{
  border: 0.55px solid #bfbfbf;display: block;width: 150px;cursor: pointer;
}

#imagepreview{
  height: 50px ;width: 50px;margin-top: 5px;object-fit: contain;cursor: pointer; 
}

.margintop30{
  margin-top: 30px
}

.blackfont{
  color: black;
}

#fileUpload{
  display: none !important;
}

.css001{
  border-radius: 10px;padding: 20px
}

.css002{
  color:#000000;margin-top: 10px;
}

.show{
  border: 0
}

.css003{
  display: none; margin-top: 20px;margin-bottom: -10px
}

#btnchangepass{
  margin-bottom : 5px;margin-top: 30px;width: 80%;margin-left: 10%;padding-left: 20px;padding-right: 20px;
}

#btnhideshow{
  margin-left: 200px;top: 50vh;position: fixed;background-color: #e5e5e5;height: 50px;width: 15px;padding: 0px;
}

.css004{
  background-color: #1565c0; color: #ffffff; font-family: Tahoma; font-size: 14px; text-align:center; height: 55px; padding-top: 15px;
}

.css005{
  padding-right: 30px !important;padding-left: 30px !important;margin: 20px !important;height: auto !important; 
}

.css006{
  height: 50px;margin-bottom: 20px
}

.css007{
  height: 50px;margin-bottom: 20px;margin-top: -22px
}

.css008{
  font-size: 12;color: #0061ae
}

.css009{
  font-size: 12px;color:black;font-weight: bold;
}

.css010{
  margin-top: 30px;margin-bottom:20px
}

.css011{
  padding-left: 0;margin-left:0
}

.css012{
  margin-top: 50px
}

.css013{
  width: 80px;height:auto
}

.css014{
  width: 150px;height:auto
}

.css015{
  word-break: break-word
}

.fontsize9{
  font-size: 9px
}

.css016{
  font-size: 11px;padding: 0px
}

.css017{
  padding-right: 10px;padding-left: 10px;margin: 20px;height: auto;
}

.css018{
  height: 50px;margin-bottom: 40px;margin-top: -22px;width: auto;
}

.css019{
  font-size: 11px;color: #0061ae
}

.css020{
  font-size: 11px;color:black;font-weight: bold;
}

.css021{
  color: black;margin-top: 6px;font-size: 11px
}

.css022{
  height: 50px;margin-bottom: 10px;margin-top: 6px;
}

.css023{
  height: 50px;margin-bottom: 30px;margin-top: -22px;max-width: 120px
}

.css024{
  margin: 0px;padding:0px
}

.css025{
  width: 20px;height:auto;
}

.css026{
  padding-right: 30px;padding-left: 30px;margin: 20px;
}

.css027{
  margin-bottom: 30px
}

.css028{
  margin-top: 20px
}

.css029{
  margin-bottom: 15px;margin-top: 15px
}

.css030{
  font-size: 16px;color:#0061ae;
}

.css031{
  font-size: 12;color: #0061ae;margin-top: 0px !important;
}

.css032{
  width:100%;font-size: 12px;color: black;cursor: pointer
}

.css033{
  padding: 0;margin-top: -5px;margin-left: 10px
}

.css034{
  width: 18px;padding: 0
}

.css035{
  width:auto;margin-bottom: 10px;margin-top: 10px;border: 0;font-size: 10px
}

.css036{
  width:5px;vertical-align: middle;
}

.css037{
  vertical-align: middle;
}

.css038{
  margin-left: -25px;margin-right: -5px;font-weight: bold;
}

.css039{
  width: 30%;margin-bottom: 50px
}

.css040{
  margin-top: 100px;display: block
}

.css041{
  width: 250px;margin: auto;
}

.css042{
  height: 50px
}

.css043{
  padding-left: 20px
}

.css044{
  margin-top: 25px;padding: 0px;
}

.css045{
  height: 40px;margin-top: 25px;padding: 0px;
}

.css046{
  width: 80%;height: 80%;padding: 0
}

.css047{
  width: 30px;height: 100%;padding: 0
}

.css048{
  width: 80%;height: 80%;border-radius: 5px;padding-left: 0;padding-right: 0;text-align: center;
}

.css049{
  width: 80%;border-radius: 5px;padding-left: 0;padding-right: 0;text-align: center;
}

.css050{
  display: none;padding: 0;margin-top: 20px
}

.css051{
  font-size:12px;color: black;left: 10px;
}

.css052{
  margin-top: 25px;margin-bottom: 25px
}

.css053{
  width: 50%
}

.css054{
  display: none;margin-left: 30px;position: fixed;width: 600px;z-index: 99999;
}

.css055{
  width: 100%;font-size: 12px;left: 0;right: 0;margin: auto;
}

.css056{
  width: 100%;float: left
}

.css057{
  width: 33.33%; height: 40px;
}

.css060{
  display: none;margin-bottom: 50px;
}

.css061{
  width:auto;margin-bottom: 10px;margin-top: 10px;border: 0;font-size: 10px
}

.css062{
  width:5px;vertical-align: middle;
}

.css063{
  height: 30px;margin-bottom: 20px
}

.css064{
  height: 30px;margin-bottom: 20px;margin-top: -13px
}

.css065{
  height: 30px;margin-bottom: 20px;margin-top: 10px
}

.css066{
  padding-right: 1%
}

.css067{
  height: 30px;margin-top: 5px
}

.css068{
  margin-top:-15px
}

.css069{
  font-size: 9px;margin-top: -10px
}

.css070{
  display: none;margin-top: 50px;
}

.css071{
  margin-bottom: 13px
}

.css072{
  margin-top: -13px
}

.css073{
  height: 5px;
}

.css074{
  height: 5px;padding-right: 0
}

.css075{
  margin-top: 22px;
}

.css076{
  margin-bottom: 15px;margin-top: 15px
}

.css077{
  margin-top: 100px;display: none
}

.css078{
  width: 250px;margin: auto;
}

.css079{
  margin-top:70px
}

.css080{
  font-size: 16px;color:#ac0000;
}

.css081{
  padding: 20px
}

.css088{
  width: 80%;margin-bottom: 15px
}

table.css058, td.fontbold{
  font-weight: bold;
  text-align: right;
}

table.css058, td.tblidr{
  max-width: 20px;
}

table.css058{
  width: auto;height: auto;font-size: 12px;margin-top: 15px;
}

table.css058, td.css088{
   border-top-style: none;font-weight: bold;
}


#polispage3{
  font-size: 20px;margin-top: -10px;padding-left: 0
}

#namapage3{
  font-size: 20px;margin-top: -10px;word-wrap: break-word;
}

#btnsubmitnew{
  width: 30%;margin-bottom: 50px
}

#lbl35{
  float: left;margin-top: 3px;font-size: 12px;color: black;font-weight:strong;
}

#otherbeneficiary{
  display: block;margin-top: 50px;margin-bottom: 50px
}

.height50px{
  height: 50px
}


#lbl38{
  float: left;font-size: 12px;color: black;font-weight:strong;
}

.verticalmiddle{
  vertical-align: middle;
}

#inputreguler{
  padding-left: 20px;display: none
}

#btnuploadexcel{
  width: 20%
}

#alertgroup{
  display: none;width: auto;margin-top: 10px
}

#labelterm{
  margin-left: -25px;margin-right: -5px;
}

#inputgrup{
  padding-left: 20px;
}

.marginleftmin25{
  margin-left: -25px
}

#previewfoto{
  border: 1.5px dashed #787878;display: block;width: 150px;cursor: pointer;
}

#imagepreview{
  height: 40px ;width: 40px;margin-top: 5px;object-fit: contain;cursor: pointer; 
}

.fontbold{
  font-weight: bold;
}

#infokurs{
  color:red;font-weight: bold;
}

#divkalkulasi{
  margin-top: 65px;display: none;
}

.padding0{
  padding: 0
}

.wordbreak{
  word-break: break-all
}

.margintop30{
  margin-top: 30px;
}

.margintop15{
  margin-top: 15px;
}

#btncekpolis{
  margin-top: 10px;font-size: 23px;
}

#divpolisinquiry{
  margin-bottom: 40px
}

#imgpolisinquiry{
  width: 40%;height: auto;
}

.inpdatepolis{
  background-color: white !important;padding-left: 15px;font-size: 11px
}

#tablepolisinq{
  width:100%;font-size: 10px;color: black
}

.width100{
  width: 100%;
}

.inpdate{
  background-color: white !important;padding-left: 15px;font-size: 13px;
}

.inputgroupdate{
  background-color: white !important;padding-left: 15px;
}

.fontsize20{
  font-size: 20px;
}

.fontsize17{
  font-size: 17px;
}

.fontsize16{
  font-size: 16px;
}

.fontsize13{
  font-size: 13px;
}

.fontsize12{
  font-size: 12px;
}

.fontsize11{
  font-size: 11px;
}

.fontsize10{
  font-size: 10px;
}

.imgwidth15{
  width: 15px
}

#btnmenuhamb{
  color: white;margin-left: 10px;margin-top: -10px;font-size: 20px
}

#main{
  margin-top: 50px;background-color: white;min-height:calc(100vh-50px);height: auto;
}

#divmain{
  background-color: white;min-height: calc(100vh-50px);height: auto;
}

#mainbody{
  background-color: white
}

.docicon{
  width: 50%;height:auto;margin-bottom: 15px
}

.doccaption{
  font-size: 13px;word-wrap: break-word;
}


.swal-footer {
  text-align: center;
}
.swal-button--catch{
	padding: 7px 19px;
	border-radius: 2px;
	background-color: #0061ae;
	font-size: 12px;
	border: 1px solid #005291;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}
.swal-button--catch:hover{
	background-color: #00335a !important; 
	color: #ffffff;
}
.swal-modal .swal-text {
    text-align: center;
    color: black !important;
}
.swal-modal .swal-title {
    text-align: center;
    color: black !important;
}
.swal-modal .swal-content {
    text-align: center;
    color: black !important;
}

.swal-overlay  {
  z-index: 999999998 !important;
}


.ui-autocomplete {
  position: absolute;
  z-index: 1000;
  cursor: default;
  padding: 0;
  margin-top: 2px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.ui-autocomplete > li {
padding: 3px 20px;
}
.ui-autocomplete > li.ui-state-focus {
background-color: #DDD;
}
.ui-helper-hidden-accessible {
display: none;
}

.group 			  { 
position:relative; 
margin-top: 20px;
}

.inputMaterial 				{
font-size:14px;
padding:6px 7px 7px 2px;
padding-bottom: 2px;
display:block;
width:100%;
border:none;
border-bottom:1px solid #b7b9fd;
background-color: Transparent;
text-align: left;
color: black;
}


.inputMaterial:focus 		{ outline:none;
border-bottom:2px solid #1b78cd;
}

/* LABEL ======================================= */

.labelanimated 				 {
color:#0053ce; 
font-size:14px;
font-weight:strong;
position:absolute;
pointer-events:none;
left:0px;
top:8px;
transition:0.2s ease all; 
-moz-transition:0.2s ease all; 
-webkit-transition:0.2s ease all;
}

/* active state */
.inputMaterial:focus ~ .labelanimated, .inputMaterial:valid ~  .labelanimated, .inputMaterial:disabled ~  .labelanimated	{
top:-12px;
font-size:12px;
color: black;
left: 0px;
}


/* active state */
.inputMaterial:focus ~ .bar:before, .inputMaterial:focus ~ .bar:after {
width:50%;
}

/* active state */
.inputMaterial:focus ~ .highlight {
-webkit-animation:inputHighlighter 0.3s ease;
-moz-animation:inputHighlighter 0.3s ease;
animation:inputHighlighter 0.3s ease;
}

.inputMaterial:disabled{
color: #999999;
cursor:no-drop;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
from { background:#5264AE; }
to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
from { background:#5264AE; }
to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
from { background:#5264AE; }
to 	{ width:0; background:transparent; }
}

$transition: all 0.3s;
$shadow-L1: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
$shadow-L2: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
$shadow-L3: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
