@media only screen and (min-width:651px) {

:root {
	--fontColor: #303030;
	--fontColor2: #707070;
	--hoverColor: #00e6e6;
	--boldColor: #003333;
	--semiBoldColor: #006666;
	--contentBackground: #e6ffff;
}
.displayMin {
    display: none;
}	
.width5{width:5%;}.width10{width:10%;} .width15{width:15%;} .width20{width:20%;} .width25{width:25%;} .width30{width:30%;} .width35{width:35%;} .width40{width:40%;} .width45{width:45%;} .width50{width:50%;}
.width55{width:55%;} .width60{width:60%;} .width65{width:65%;} .width70{width:70%;} .width75{width:75%;} .width80{width:80%;} .width85{width:85%;} .width55{width:90%;} .width95{width:95%;} .width100{width:100%;}

.baris {position: relative;margin-left: auto;margin-right: auto;}
.baris::after {content: "";clear: both;display: table;}
.barisPad10 {position: relative;margin-left: auto;margin-right: auto;padding: 10px;}
.barisPad10::after {content: "";clear: both;display: table;}
.barisPad20 {position: relative;margin-left: auto;margin-right: auto;padding: 20px;}
.barisPad20::after {content: "";clear: both;display: table;}
.barisSidePad10 {position: relative;margin-left: auto;margin-right: auto;padding: 0 10px;}
.barisSidePad10::after {content: "";clear: both;display: table;}
.barisSidePad20 {position: relative;margin-left: auto;margin-right: auto;padding: 0 20px;}
.barisPad20::after {content: "";clear: both;display: table;}
.kolom {float: left;}
.kolom::after {content: "";clear: both;display: table;}
.kolomPad10 {float: left;padding: 10px;}
.kolomPad10::after {content: "";clear: both;display: table;}
.kolomPad20 {float: left;padding: 20px;}
.kolomPad20::after {content: "";clear: both;display: table;}
.kolomSidePad10 {float: left;padding: 0 10px;}
.kolomSidePad10::after {content: "";clear: both;display: table;}
.kolomSidePad20 {float: left;padding: 0 20px;}
.kolomSidePad20::after {content: "";clear: both;display: table;}
.hiden {display: none;}


* {
	box-sizing: border-box;
}

body.kasBank li.kasBank a,
body.daftarAkun li.daftarAkun a {
	color: #000;
}
body.kasBank li.kasBank,
body.daftarAkun li.daftarAkun {
	background: #e6ffff;
}

.bodyPage {
	background-image: -webkit-gradient(
		linear,
		left-top,
		right-top,
		color-stop(0, #003333),
		color-stop(15%, #003333),
		color-stop(15%,  #e6ffff),
		color-stop(100%, #e6ffff)
	);
	background-image: -webkit-linear-gradient(
		left,
		#003333,
		#003333 15%,
		#e6ffff 15%,
		#e6ffff 100%
	);
	background-image: -ms-linear-gradient(
		left,
		#003333,
		#003333 15%,
		#e6ffff 15%,
		#e6ffff 100%
	);
	background-image: -o-linear-gradient(
		left,
		#003333,
		#003333 15%,
		#e6ffff 15%,
		#e6ffff 100%
	);
}

#dataList, #dataList2, #filterList {
	display:none;
	position:absolute;
	width:150px;
	z-index:10;
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	padding: 10px;
}
#dataList, #dataList2 {
	left: 0px;
	top: 30px;
}
#filterList {
	top: 75px;
}
#dataList option, #dataList2 option, #filterList Option {
	padding: 10px;
}

/* Custom List 1*/
.customListLink li {
	list-style-type: none;
	padding: 5px 0;
	cursor: pointer;
}
.customListLink a {
	text-decoration: none;
	color: #fff;
}
.customListLink li:hover {
	background: #e6ffff;
	margin: 0;
	width: 100%;
}
.customListLink a:hover, .customListLink a:active {
	color: #000;
	text-decoration: none;
}
.customListLink span:first-child {
	margin-right: 10px;
}
.customListLink span:nth-child(2) {
	float: right;
	font-size: 13px;
}

/* Tab Menu */
.tabMenu {
	float:right;
	padding: 0;
}
.tabMenu li {
	float: left;
	list-style-type: none;
}
.tabMenu li a {
	cursor: pointer;
	height: 40px;
	padding: 8px 10px;
	color: var(--fontColor2);
	letter-spacing: 1.2px;
	font-size: 11px; 
	text-decoration: none;
	color: gray;
}

.tabMenu li:hover, .tabMenu li.active {
	color: var(--hoverColor);
	border-bottom: solid 2px var(--hoverColor);
}
.tabMenu li.active  {
	color: var(--hoverColor);
}

/* Custom Table */
.customTable {
	margin: auto;
	width: 97%;
}

.customTable tr:first-child {
	border: solid 1px gray;
	background: #fff;
}

.customTable th {
	padding: 10px 20px;
	font-size: 11px;
	letter-spacing: 1.2px;
	font-weight: bold;
}
.customTable th span {
	margin-left: 10px;
}
.customTable td {
	padding: 10px 20px;
	font-size: 11px;
	letter-spacing: 1.2px;
}
.customTable tr th:nth-child(1),
.customTable tr th:nth-child(2),
.customTable tr td:nth-child(1),
.customTable tr td:nth-child(2) {
    width: 30px;
}
.customTable td button {
	padding: 2px 7px;
	letter-spacing: 1.2px;
	border: 0;
}
.customTable tr:nth-child(even) td button {
	background-color: #fff;
}
.customTable tr:nth-child(odd) td button {
	background-color: #c2c2a3;
}
.customTable td.fas {
	padding-top: 10px;
	margin-top: 5px;
}
.customTable td > div:first-child a, .customTable td a {
	color: blue;
	letter-spacing: 1.2px;
	cursor: pointer;
}
.customTable td > div:first-child a:hover, .customTable td a:hover {
	text-decoration: none;
}
.customTable td > div:first-child span{
	color: var(--fontColor2);
}
.customTable td > div:nth-child(2) {
	font-size: 10px;
	color: var(--fontColor2);
	margin-top: 5px;
}
#singleKasBank th, #singleKasBank td {
	font-size: 11px;
}
.freeze1 {
    position: sticky;
    left: 0px;
    background-color: #c2c2a3;
}
.freeze2 {
    position: sticky;
    left: 0px;
    background-color: #fff;
}  
.freeze3 {
    position: sticky;
    left: 50px;
    background-color: #c2c2a3;
}
.freeze4 {
    position: sticky;
    left: 50px;
    background-color: #fff;
}
.freeze5 {
    position: sticky;
    left: 100px;
    background-color: #c2c2a3;
}
.freeze6 {
    position: sticky;
    left: 100px;
    background-color: #fff;
}    
.freeze7 {
    position: sticky;
    left: 150px;
    background-color: #c2c2a3;
}
.freeze8 {
    position: sticky;
    left: 150px;
    background-color: #fff;
}

.customTable th, .customTable td { white-space: nowrap; }
/* Form Table */
.formTable {
	width: 100%;
}
.formTable th {
	font-size: 10px;
	letter-spacing: 1.3px;
}
.formTable th:last-child, .formTable tr td:last-child {
	float: right;
}
.formTable td {
	width: 150px;
}
.formTable td div {
	width: 100%;
}
.formTable td input {
	font-size: 10px;
	letter-spacing: 1.2px;
	width: 100%;
}


/* Custom Button */
.customButton, .customButton2 {
	min-width: 130px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 5px;
	height: 30px;
	font-size: 11px;
	letter-spacing: 1px;
}
.customButton {
	border: solid 1px gray;
	background: #fff;
}
.customButton2 {
	background: var(--semiBoldColor);
	color: #fff;
	border: 0;
}
.customButton3 {
	min-width: 80px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 5px;
	height: 30px;
	font-size: 10px;
	letter-spacing: 1px;
	border: solid 1px gray;
}
.customButton3 a {
    color: var(--fontColor);
}
/* Option Menu */

.optionMenu {
	border-radius: 5px;
	border: solid 1px lightgray;
	height: 30px;
	width: 150px;
	font-size: 12px;
	letter-spacing: 1.3px;
}
.optionMenu input {
	width: 100px;
	border: solid 0;
	text-align: left;
	padding: 5px;
	float: left;
}
.optionMenu span {
	float: left;
	padding: 6px;
	cursor: pointer;
}

/* Search Content */
.searchContent input {
	height: 30px;
	width: 160px;
	border-radius: 5px 0 0 5px;
	border: solid 1px lightgray;
}
.searchContent button {
	position: relative;
	left: -5px;
	height: 30px;
	border-radius: 0 5px 5px 0;
	border: solid 1px lightgray;
	background: lightgray;
	padding-left: 10px;
	padding-right: 10px;
}

/* Date Content */
.dateContent input {
	height: 30px;
	width: 120px;
	border-radius: 5px;
	border: solid 1px lightgray;
}


/* Filter Content */
.filterContent {
	border-radius: 5px;
	border: solid 1px var(--boldColor);
	height: 30px;
	width: 160px;
}
.filterContent input {
	width: 135px;
	border: solid 0;
	text-align: right;
	padding: 3px;
}
.filterContent select {
	width: 150px;
	border: solid 0;
	text-align: right;
	padding: 5px;
	background-color: #fff;
	font-size: 11px;
	letter-spacing: 1.5px;
}
.filterContent span {
	float: right;
	padding: 6px;
	cursor: pointer;
}
.filterContent2 {
	border-radius: 5px;
	border: solid 1px lightgray;
	height: 30px;
	width: 260px;
}
.filterContent2 input {
	width: 235px;
	border: solid 0;
	text-align: right;
	padding: 3px;
}
.filterContent2 select {
	width: 250px;
	border: solid 0;
	text-align: right;
	padding: 5px;
	background-color: #fff;
	font-size: 11px;
	letter-spacing: 1.5px;
}
.filterContent2 span {
	float: right;
	padding: 6px;
	cursor: pointer;
}
/* Input Content */
.inputContent input {
	width: 150px;
	height: 30px;
	border: solid 1px lightgray;
	padding: 3px;
	border-radius: 5px;
	font-size: 12px;
	letter-spacing: 1.5px;
}

/* Modal Form */
#modalForm, #modalCreateForm {
	display: none;
}
.modalForm {
	width: 100%;
	height: 100%;
	overflow: auto;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-color: rgb(241,238,249);
	background-color: rgb(241,238,249,0.6);
	overflow: auto;
}
.modalFormContent {
	margin: 1% auto;
	background: #fff;
	width: 40%;
	height: auto;
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.closeModal {
	position: relative;
	left: 90%;
	top: 30px;
	width: 30px;
	height: 30px;
	background-color: var(--semiBoldColor);
	color: #fff;
	border-radius: 50%;
	padding-left: 9px;
	padding-top: 6px;
	font-size: 17px;
	cursor: pointer;
}
.modalFormContent h4 {
	color: var(--fontColor2s);
	font-size: 17px;
	text-align: center;
	letter-spacing: 1.2px;
	font-weight: bold;
}
.modalFormContent > div {
	border-bottom: solid 1px lightgray;
}
.modalFormContent form {
	padding: 20px 70px;
}
.modalFormContent form div {
	width: 225px;
	border: solid 1px lightgray;
	border-radius: 3px;
	margin-bottom: 15px;
}	
.modalFormContent form label {
	font-size: 13px;
	letter-spacing: 1.2px;
}
.modalFormContent form input {
	width: 200px;
	border: solid 0;
	padding: 3px;
	font-size: 12px;
	letter-spacing: 1px;
}
.modalFormContent form span {
	float: right;
	padding: 6px;
}
.modalFormContent form div:last-child {
	position: relative;
	top: 100px;
	left: 50%;
	border: 0;
}
.modalFormContent form button {
	letter-spacing: 1.2px;
	padding: 5px 10px;
	border: 0;
	border-radius: 4px;
	font-size: 12px;
	margin-right: 10px;
	background-color: var(--boldColor);
	color: #fff;
}
.modalFormContent form button:first-child {
	background-color: #fff;
}
.modalFormContent form button:nth-child(2) {
	color: #fff;
	background-color: var(--semiBoldColor);
}

.loginFormContent {
	margin: auto;
	background-color: white;
	padding: 30px 20px;
	width: 40%;
	border: solid 2px var(--mainColor1);
	position: relative;
	top: 50px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.closeModal {
	position: relative;
	left: 90%;
	top: -5%;
	width: 40px;
	height: 40px;
	background-color: var(--mainColor1);
	border-radius: 50%;
	padding-left: 13px;
	padding-top: 10px;
	font-size: 20px;
	cursor: pointer;
	color: var(--mainColor3);
}
#formUpdate div {
	padding: 5px 0;
}
.loginFormContent > div, .loginFormContent > h4 {
	margin: auto;
	padding-left: 5%;
	border-bottom: solid 2px #c8c8c8;
	padding-bottom: 20px;
	text-align: center;
}
.loginFormContent img {
	float: left;
	width: 15%;
	margin-left: 5%;
	padding-top: 10px;
 }
 .loginFormContent h3 {
	float: left;
	width: 70%;
	padding-left: 10px;
	padding-top: 20px;
	font-size: 15px;
	letter-spacing: 2px;
 }
.loginFormContent form {
	margin: auto;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 20px;
}
.loginFormContent label {
	width: 100%;
}
.loginFormContent form div input {
	width: 100%;
	border-radius: 5px;
	border: solid 1px lightgray;
	padding: 5px;
}
.loginFormContent form div textarea {
	width: 100%;
	height: 200px;
}
.loginFormContent button {
	padding: 5px 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 10px;
	background-color: var(--boldColor);
	color: #fff;
	letter-spacing: 1.5px;
	
}
/* Toggle Switch */
#toggleSwitch > label, #toggleSwitch > span{
	float: left;
}
.modalFormContent #toggleSwitch {
	border: 0;
}
#toggleSwitch > span {
	position: relative;
	top: -2px;
	left: 10px;
	letter-spacing: 1px;
	font-size: 10px;
	color: var(--fontColor2);
}
.switch {
	width: 50px;
	height: 20px;
	position: relative;
	border-radius: 30px;
}
.switch input {
	opacity: 0;
	width: 50px;
	height: 20px;
}
.slider {
	width: 50px;
	height: 20px;
	background-color: lightgray;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
	transition: .4s;
	-webkit-transition: .4s;
}
.slider:before {
	position: absolute;
	content: "";
	left: 4px;
	top: 4px;
	height: 12px;
	width: 12px;
	background-color: #fff;
	transition: .4s;
	-webkit-transition: .4s;
}
.modalFormContent form label.switch input:checked + .slider {
	background-color: var(--semiBoldColor);
}

.switch input:focus + .slider {
	box-shadow: 0 0 1px var(--semiBoldColor);
}
.switch input:checked + .slider:before {
	transform: translateX(302px);
	-webkit-transform: translateX(30px);
	-ms-transform: translateX(30px);
}
.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Side Menu */
.sideMenu {
	color: #fff;
	font-size: 12px;
	letter-spacing: 1.2px;
	height: 100%;
	overflow: auto;
	overflow: visible;
}
.sideMenu p {
	background: #006666;
	cursor: pointer;
	float: left;
}
.sideMenu p span:nth-child(2) { 
	float: right;
}
.searchSideMenu {
	margin-left: 20px;
	margin-bottom: 20px;
}
.sideMenu > a {
	color: #00ffff;
}
.dropSide {
	color: #fff;
	background: var(--boldColor);
	width: 150px;
	z-index: 100;
	display: none;
}

/* Content */
.content {
	height: 100%;
	width: 85%;
}

/*Heading Content */
.headingContent {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	background: #fff;
	width: 100%;
}


/** Header Content **/
.headerContent {
	font-size: 13px;
	color: var(--fontColor);
	letter-spacing: 1.2px;
	height: 40px;
	border-bottom: solid 1px lightgray;
	width: 100%;
}
.toggleSideMenu {
	height:40px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	width: 40px;
	padding: 10px;
	font-size: 15px;
}
.headerContent > div {
	height: 40px;
}
.headerContent p {
	float: right;
	padding: 10px 10px;
}
.headerContent p:nth-child(2) {
	border-left: solid 1px lightgray;
}
.headerContent span {
	margin-left: 20px;
}
.headerContent a {
	text-decoration: none;
	color: var(--fontColor);
}
.headerContent > div:first-child {
    width: 5%;
}
.headerContent > div:nth-child(2) {
    width: 95%;
    float: right;
}
/** Header Menu Content **/
.headerMenuContent {
	height: 40px;
	padding: 0;
	width: 100%;
}
.judul {
	width: 15%;
}
.judul h4 {
	font-size: 15px;
	color: #000;
	letter-spacing: 1.2px;
	font-weight: bold;
	min-width: 400px;
}
.judul span {
	margin-right: 20px;
	padding-left: 10px;
	color: var(--hoverColor);
}
.headerMenu {
	height: 40px;
	padding: 0;
	padding-right: 50px;
	width: 65%;
}
.headerMenuContent .option {
	padding-right: 30px;
}
.headerMenuContent .optionMenu {
	position: relative;
	top: -5px;
}
.headerMenuContent .optionMenu {
	float: right;
}


/* Main Full Content */
.mainFullContent {
	background: #fff;
	border-radius: 5px;
	margin: 30px 20px;
}
.topMainContent {
	text-align: center;
}
.topMainContent > div:first-child {
	width: 40%;
}
.topMainContent > div:nth-child(2) {
	width: 60%;
}
.topMainContent > div:first-child > div.filter {
	width: 40%;
}
.topMainContent > div:first-child > div.search {
	width: 55%;
}
.topMainContent > div:nth-child(2) > div {
	padding: 20px 10px;
	float: right;
}
.topMainContent > div:nth-child(2) > div:first-child {
	padding: 20px 20px 20px 10px;
}
.topMainContent p {
	height: 15px;
	font-size: 12px;
	text-align: left;
}
.topMainContent h3 {
	font-size: 12px;
	color: var(--fontColor2);
	letter-spacing: 2px;
	border-bottom: solid 1px lightgray;
	padding: 20px;
}
.bodyContent {
    overflow-x:scroll;
    overflow-y:scroll;
}
.bodyContent table.hidden {
	display: none;
}
.bodyContent th:first-child {
	width: 30px;
}
.bodyContent > div {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.bodyContent > div > div:first-child {
	font-size: 11px;
	letter-spacing: 2px;
	color: var(--fontColor2);
	border-bottom: solid 1px lightgray;
	padding: 10px;
}
.bodyContent > div > div:nth-child(2) {
	background-color: var(--contentBackground);
}
.bodyContent > div > div > div {
	border-bottom: solid 1px lightgray;
	padding: 10px 0 40px 0;;
}
.bodyContent > div > div > div .kolom {
	margin-right: 20px;
}
.bodyContent > div > div > div .kolom p {
	font-size: 12px;
	letter-spacing: 1.2px;
	font-weight: bold;
	height: 15px;
}
.bodyContent > div > div > div .file {
	width: 200px;
}
.bodyContent .filterContent {
	background-color: #fff;
}
.bodyContent .optionMenu {
	background-color: #fff;
	float: right;
}
.bodyContent .formTableDiv {
	background-color: #fff;
	padding: 10px;
}
.bodyContent .formTableDiv .formTable {
	margin-bottom: 20px;
}
.bodyContent .formTableDiv > div {
	border: solid 1px lightgray;
	padding: 10px;
}
.bodyContent .formTableDiv > div .optionMenu {
	position: relative;
	right: 40%;
}
.bodyContent .footerForm {
	position:relative;
	right:-20px;
	width: 100%;
	font-size: 11px;
}
.bodyContent .footerForm > div:last-child	{
	float:right;
	padding: 20px 0;
	border: solid 1px lightgray;
}
.bodyContent .footerForm > div:last-child > div > div {
	float:right;
	padding: 0;
}
.bodyContent .footerForm input {
	text-align:right;
	background-color: var(--contentBackground);
	border: 0;
}



/* Pagination Content */
.pagination {
	position: relative;
	top: -30px;
	left: 7%;
}
.pagination > div {
	width: 50%;
}
.pagination > div:first-child {
	padding-top: 10px;
}
.pagination form {
	border-radius: 5px;
	border: solid 1px lightgray;
	height: 25px;
	width: 60px;
	float: left;
	position: relative;
	top: -5px;
	margin: 0 10px;
}
.pagination input {
	width: 40px;
	border: solid 0;
}
.pagination form span {
	float: right;
	padding: 4px 4.5px;
	background: #fff;
}
.pagination p {
	font-size: 10px;
	letter-spacing: 1px;
	float: left;
}
.pagination ul {
	float: right;
	margin-right: 0;
	padding: 0;
}
.pagination ul li {
	list-style-type: none;
	float: left;
	padding: 3px 7px;
	background: #fff;
	border-radius: 2px;
	margin: 0 3px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
.pagination ul li:hover {
	background: var(--boldColor);
	color: #fff;
}
.pagination ul li a {
	text-decoration: none;
	color: var(--fontColor);
	font-size: 11px;
}
.pagination ul li a:hover {
	color: #fff;
}


/* Footer */
.footer {
	height: 40px;
	position: fixed;
	bottom: 0;
	background-color: #fff;
	letter-spacing: 2px;
}
.footer span {
	color: blue;
	cursor: pointer;
}

}