@media screen
{
    .no-screen{ 
    	display : none !important; 
    }
    .no-print{}
}

@media print
{
    table.p1 td {
    	border-bottom: 1px solid !important;
    }
    table.p1 {
    	border-spacing: 0px !important;
    }
    .no-print{ 
    	display : none !important;
    }
    .no-screen{}
}

html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 5rem;
  min-height: 100%;
}

html, body, #dimmer  { 
//  margin: 0 auto;
//  width:100%;
  font-family: Tahoma, Verdana;
  font-size: 12px;
  text-align: center;
}

//#content {
//	min-height: 100%;
//		border: solid blue;
//	margin-bottom: -40px;
//	padding-bottom: 50px;
//	text-align: center;
//}

#footer {
	color: #FFFFFF;
	font-weight: bold;  
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 3px;
	background-color: #93c846;
}

input.watermark {color:#bbb;}
input.regular {color:#000;}


#tableLogin input[type="text"],
#tableLogin input[type="password"],
#tableLogin .button-green {
        width: 80%;
        margin-bottom: 25px;
        height: 40px;
        border-radius: 5px;
        outline: 0;
        -moz-outline-style: none;
		border: 1px solid #bbb;
        padding: 0 0 0 10px;
        font-size: 14px;
        &:focus {
          border: 1px solid #3498db;
        }		
}

input, select, textarea {
        height: 40px;
        border-radius: 5px;
        outline: 0;
        -moz-outline-style: none;
		border: 1px solid #bbb;
        padding: 0 0 0 10px;
        &:focus {
          border: 1px solid #3498db;
        }		
}
#dimmer {
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.60;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	z-index: 150;
	display: none;
	visibility: visible;
	position: fixed;
	overflow: hidden;
}


.popup {
	margin: 0 auto;
	position: fixed;
	top : 0px;
	display: block; 
	visibility: hidden;
	background-color: #FFFFFF; 
	padding: 1px; 
	border-top: 1px; 
	border-left: 1px; 
	border-right: 1px; 
	border-bottom: 1px; 
	border-style: solid; 
	border-color: #c0c0c0;//#94a3c4;
	z-index: 151;
}

.popup, #tableLogin {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	 -moz-box-shadow: 0px 0px 5px gray;
	-webkit-box-shadow: 0px 0px 5px gray;
	box-shadow: 0px 0px 5px gray;	
	
}

table.t1 {
	border: 1px; 
	border-spacing: 1px;
	background-color: #c0c0c0;
	border-color: #93c846; 
	border-style: solid; 
	width: 100%;
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	
}

tr.header { 
	border: 1px solid #aaaaaa;
	background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	color: #000000;
	font-weight: bold;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

tr.regular {
	background-color : #FFFFFF;
}
td.header, th.header { 
	font-weight: bold; 
	color: #000000; 
	padding: 10px;
}

td.regular { 
	padding: 10px; 
	text-align: left;
}
td.right {
	text-align: right;
}
td.left {
	text-align: left;
}
td.center {
	text-align: center;
}
td.top {
	vertical-align: top;
}
tr.hoverable:hover {
    //background-color: #C9E9F5;
}
tr.clickableList {
	cursor: pointer;
}

.nowrap {
	white-space: nowrap;
}
.button, .button-disable, .button-green, .button-red, .button-text, .minibutton, .paddle  {
	box-sizing: initial;
	font-size: 12px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display:inline-block; /* IE is so silly */
	cursor: pointer;
	border: 1px solid #9E9E9E; 
	background: #e6e6e6 url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x; 
	font-weight: normal; 
	color: #FFFFFF; 	
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	-moz-box-shadow: 0px 0px 5px gray;
	-webkit-box-shadow: 0px 0px 5px gray;
	box-shadow: 0px 0px 5px gray;   
	padding: 10px 10px 10px 10px;	
	font-size: 14px;
}

.button {
	color: #000;
}
.button-disable {
	cursor : auto;
}
.button, .button-disable, .button-green, .button-red {
	padding: 7px;
	padding-left: 10px;
	padding-right: 10px;
}
.button-green {
	background: #6eac2c;/* url(images/ui-bg_gloss-wave_50_6eac2c_500x100.png) 50% 50% repeat-x; 	*/
	border-color : green;
}

.button-red, .minibutton-red {
	background: #d03b3b;/* url(images/ui-bg_gloss-wave_45_e14f1c_500x100.png) 50% 50% repeat-x; */
	border-color : #505050;
//	-moz-box-shadow: 0px 0px 0px red;
//	-webkit-box-shadow: 0px 0px 0px red;
//	box-shadow: 0px 0px 0px red;    
}

.button:hover, .button-green:hover, .button-red:hover, .minibutton:hover {
 border: 1px solid #999999; 
 background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; 
 font-weight: normal; 
 color: #212121;  
 }
 
 
 .button:active, .button-green:active, .button-red:active, .closebutton:active, .minibutton:active, .paddle:active {
 border: 1px solid #acdd4a; 
 background: #6eac2c;/* url("images/ui-bg_gloss-wave_50_6eac2c_500x100.png") 50% 50% repeat-x; */
 font-weight: normal; color: #ffffff; 	
}

.closebutton {
 border: 1px solid #999999;
 background: #999999;/* url("images/ui-bg_gloss-wave_45_e14f1c_500x100.png") 50% 50% repeat-x; */
 font-weight: normal; 
 color: #026890;  
 height: 15px;
 padding: 5px;
}

.closebutton:hover {
 background: #e14f1c;
}

.noselect {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
}

.ui-icon-light {
	top: 3px; 
	position: relative;
	display: inline-block;
	overflow: hidden; 
	background-repeat: no-repeat; 
	width: 16px; 
	height: 16px; 
	background-image: url(images/ui-icons_ffffff_256x240.png);	
}

.topBackIcon {
	-ms-transform:rotateY(-180deg); /* IE 9 */
    -moz-transform:rotateY(-180deg); /* Firefox */
    -webkit-transform:rotateY(-180deg); /* Safari and Chrome */
    -o-transform:rotateY(-180deg);	/* Opera */
	transform: rotateY(-180deg);	
	cursor: pointer; 
	color: white;
	font-size: 2em;
}
.topBackIcon:active { color: #026890; }

.menuBox {
	display: inline-block; 
	width: 150px; 
	height: 150px;
}
.menuBox:hover {
	background: #ddd;
}
.menuBox:active {
	background: #6eac2c;
}
.menuCell {
	display: table-cell;
	vertical-align: middle;
	width: 150px; 
	height: 150px;
	font-size: 1.6em;
	border: 1px solid #909090; 
	-moz-box-shadow: 0px 0px 5px #6eac2c;
	-webkit-box-shadow: 0px 0px 5px #6eac2c;
	box-shadow: 0px 0px 5px #6eac2c; 
	-webkit-border-radius: 5px;
	border-radius: 10px;
	cursor: pointer;
	
}

.swiper_tabs {
	top: 50px;
	width: 100%;
	max-width: 700px;
//	background: #e0e0e0;
	
}

.swiper_tabs .selected{
	color: green;
//	border-bottom:2px solid green;
	box-shadow: inset 0 -5px 0 0 green;
}
.swiper_tabs .swiper-slide {
	background: white;
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	cursor:pointer;
	width: auto;
	//min-width: 20%;
	border: 1px solid #c0c0c0;
	//padding: 0px 10px 0px 10px;
	
}
.swiper_tabs .swiper-title {
	min-width: 35%;
}
.swiper_content {
	margin-top: 50px !important;
	max-width: 700px;
	border: 1px solid #c0c0c0;
	
}
.swiper_content .swiper-slide {
	font-family: Verdana;
	font-size: 12px;
	background: #FFF;	
	width: 100%;
//	max-width: 700px;
//	min-height: 100%;
//	border: solid red;
	margin: 0 auto;
	cursor: pointer;
	//border-top: 1px solid #c0c0c0;
	height: auto;
	
}


.hidden {
	display: none;
}
.notabcontent {
//	position: absolute;
	border: 1px solid #c0c0c0;
	width: 100%;
	//height: 100%;
	padding: 10px;
	overflow: auto;
	max-width: 700px;
	margin: 0 auto;
}

.submenucontent {
	border: 1px solid; 
	width: 100%;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}

.t1 tr:nth-child(odd):not(.tr_exception)  {
	background-color: #eee; 
}

 

@media (min-width: 480px) { /* only applicable in desktop version */
	.hide-ondesktop {
		display: none;	
	}
	.swiper_tabs {
		top: 0;
	}
	.swiper_content {
	margin-top: 0px !important;
	}
}

@media (max-width: 480px) { /* mobile version */
	table.rwd-table {
		-webkit-border-radius: 0px;
		border-radius: 0px;		
		border-spacing: 0px;
	}
	.rwd-table th, .hide-onmobile {
		display: none;
	}
	.rwd-table td.datath-hascaption:before {
		content: attr(data-th) ;
		font-weight: normal;
		display: inline-block;
	}
	td.regular {
		padding: 5px;
	}
	.notabcontent {
		padding-top: 60px;
	}
	#tableLogin #username, #tableLogin #password {
		font-size: 6vw;
	}
	#tableLogin {
		width: 90%;
	}

	
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 0px;
  background-color: white;
  -moz-box-shadow: 0px 0px 5px gray;
  -webkit-box-shadow: 0px 0px 5px gray;
  box-shadow: 0px 0px 5px gray; 
  -webkit-transition: .4s;
  transition: .4s;
}

.switch input:checked + .slider {
  background-color: #2196F3;
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 20px;
  border: 1px solid #909090;
}

.slider.blue {
	background-color: #2196F3;
}
.slider.round:before {
  border-radius: 50%;
} 

.navpad { 
//min-width: 30px; 
height: 30px; 
position: relative; 
background: #909090; 
padding: 0px 5px 0px 15px;
display: table-cell;
vertical-align: middle;
color: white;
} 
.navpad:after { 
content: ""; 
position: absolute; 
left: 0; 
bottom: 0; 
width: 0; 
height: 0;
border-left: 10px solid #eee; 
border-top: 15px solid transparent; 
border-bottom: 15px solid transparent; 
} 
.navpad:before { 
content: ""; 
position: absolute; 
right: -10px; 
bottom: 0; 
width: 0; 
height: 0;
border-left: 10px solid #909090; 
border-top: 15px solid transparent; 
border-bottom: 15px solid transparent; 
}

.tugasanAJKSelect {
	max-width: 200px;
}

.tdot {
	cursor: pointer;
	padding-left: 10px;
}
.tdot li {
	background: none repeat scroll 0 0 #fff;
	height: 6px;
	width: 6px;
	line-height: 0;
	list-style: none outside none;
	margin-right: 5px;
	margin-top: 3px;
	vertical-align: top;
	border-radius:50%;
	pointer-events: none;
}

div.tdot:hover .dropdown-content {
    //display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 10px;
    top: 30px;
    background-color: #6eac2c;
    min-width: 160px;
	padding: 5px 5px;
    z-index: 140;
	border: 1px solid green;
	-moz-box-shadow: 0px 5px 5px gray;
	-webkit-box-shadow: 0px 5px 5px gray;
	box-shadow: 0px 5px 5px gray;
	text-align: left;

}

.dropdown-content div {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
}
.dropdown-content div.disabled {
	color: #c0c0c0;
}
.dropdown-content div.enabled:active, .dropdown-content div.enabled:hover {
	background-color: #d2e7bb;
	color: green;
}

.taqwimtime {
	border: 1px solid #f9bf22; 
	background: #FFF; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
//	height: 4vw;
//	font-size: vw;
	font-family: Verdana; 
	font-weight: bold; 
	color: black;
	display: inline-block;
	position: relative;
	z-index: -1;
	min-width: 30px;
}