/*Created by NetBeans IDE 8.2 Author      :   Achmad Chaidir S. - 00846 Filename    :   style Date        :   Jul 26, 2018 Time        :   1:44:48 PM */  body{font-family:montserrat,sans-serif}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:montserrat,sans-serif}.dropdown-submenu{position:relative}.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px;border-radius:0 6px 6px 6px}.dropdown-submenu:hover>.dropdown-menu{display:block}.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#ccc;margin-top:5px;margin-right:-10px}.dropdown-submenu:hover>a:after{border-left-color:#fff}.dropdown-submenu.pull-left{float:none}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px}.skin-blue .main-header .navbar{background-color:#6071ac}.skin-blue .main-header .logo{background-color:#4a5d9e}.skin-blue .main-header .navbar .sidebar-toggle:hover{background-color:#ffffff14}.skin-blue .main-header .logo:hover{background-color:#4a5d9e}.form-control{border-radius:17px}.input-rounded-lg{border-radius:50px;height:50px;padding-left:20px}.input-rounded{border-radius:50px}.btn-kota{border:none;margin-bottom:15px}.btn-kota:hover{color:#fff}.btn-rounded{margin-bottom:5px;margin-left:5px;border-radius:50px}.bg-login{height:0%;background-image:url(../../img/batthern.png)}.bg-pattern{height:0%;background-image:url(../../img/batthern.png)}#example1 tbody tr td{vertical-align:middle}.input-group .input-group-addon{border-top-right-radius:50px;border-bottom-right-radius:50px}.no-border-right{border-right:none}.skin-purple-light .main-header .logo,.skin-purple-light .main-header .navbar{background:#5885af!important;color:#fff}.select2-container--default .select2-selection--single{border-radius:17px}.bg-full{background-image:url(../../img/walikota.jpeg);height:0%;background-position:center;background-repeat:no-repeat;background-size:cover;background-attachment:fixed}.login-box{padding:40px 10px 20px 10px;background-color:#605ca81f;margin:7% auto;border-top:3px #5885af solid;-webkit-box-shadow:1px 1px 6px 1px rgba(176,176,176,1);-moz-box-shadow:1px 1px 6px 1px rgba(176,176,176,1);box-shadow:1px 1px 6px 1px rgba(176,176,176,1)}.kop_login_text{font-size:25px;font-weight:900;color:#fefefe;text-shadow:2px 2px 4px #000}.box{padding:10px;border-top:3px solid #5885af}.bg-custom{background-color:#5885af;color:#fff}.skin-purple-light .main-header li.user-header{background-color:#5885af}.skin-purple-light .left-side,.skin-purple-light .main-sidebar,.skin-purple-light .wrapper{background-color:#fff}.nav-tabs-custom>.nav-tabs>li.active{border-top-color:#5885af}.font-title{font-weight:900;color:#5885af}.fc-day-number{font-size:1em}.garis{margin-top:2px;border-bottom:1px solid #000}.garis_kop{margin-top:2px;border-bottom:2px solid #000}.garis_kop_sm{margin-top:2px;border-bottom:1px solid #000}.padding_body{padding:10px}.bold{font-weight:700}.enter{margin-bottom:20px}.space-ttd{margin-bottom:100px}.text_kop{font-size:18px;font-weight:700}.text_body{font-size:10px}.yellow{background:#ff0}.text-shadows-bold{font-size:30px;text-shadow:2px 2px 2px #a9a9a9;font-weight:700}.small-box{border-top-left-radius:25px;border-top-right-radius:25px}.check-lg{width:100%;height:20px}input[type=radio]{width:100%;height:20px}.callout{border-top-right-radius:20px;border-bottom-right-radius:20px}.bg-white{background:#fff!important}.preloader{position:absolute;background:#ffffffb8 url(../../img/Preloader.gif) no-repeat center center;top:0;left:0;width:100%;height:100%;z-index:9999}.timeline-inverse>li>.timeline-item{background: #ffffff;}

.material-switch > input[type="checkbox"] {
	display: none;   
}

.material-switch > label {
	cursor: pointer;
	height: 0px;
	position: relative; 
	width: 40px;  
}

.material-switch > label::before {
	background: rgb(0, 0, 0);
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
	border-radius: 8px;
	content: '';
	height: 16px;
	margin-top: -8px;
	position:absolute;
	opacity: 0.3;
	transition: all 0.4s ease-in-out;
	width: 40px;
}
.material-switch > label::after {
	background: rgb(255, 255, 255);
	border-radius: 16px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	content: '';
	height: 24px;
	left: -4px;
	margin-top: -8px;
	position: absolute;
	top: -4px;
	transition: all 0.3s ease-in-out;
	width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
	background: inherit;
	opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
	background: inherit;
	left: 20px;
}
