@import url('https://fonts.googleapis.com/css?family=Open Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,800,900');
@import url('date-style.css');
@import url('bs-4.css');

html, body {
  height: 100%;
  background-color: #efefef;
  font-family: 'Open Sans', 'Tahoma', sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
  font-size: 15px;
  background: url("../../assets/img/bg2.jpg");
}
body {
    margin: 0;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

a {
	color: #c50101;
}
a:hover {
	color: #f00;
	text-decoration: none;
}
@media (min-width: 768px) {
	.navbar {
	    border-radius: 0px !important;
	}
}
@media (min-width:1200px) {.container {width:1170px;}}
@media (min-width:1600px) {.container {width:1360px}}
.container {
	padding-top: 0px;
}
.container.admin {
	width: 100%;
	font-size: 15px;
/*	padding-top: 80px !important;
	padding-bottom: 30px;*/
}
.container.user {
	width: 85%;
}
@media (max-width:1360px) {
  .container.user {
  	width: 90%;
  }
}
@media (max-width: 768px) {
  .container.user {
	  width: 100%;
  }
}
@media (max-width: 1024px) {
  .container.user {
	  width: 100%;
  }
}
#jscript-warning {
	text-align: center;
}
.navbar {
	font-size: 15px;
	margin-bottom: 20px;
	box-shadow: 0 1px 4px 1px #888;
	-moz-box-shadow: 0 1px 4px 1px #888;
	-webkit-box-shadow: 0 1px 4px 1px #888;
}
.navbar-toggle {
    margin-right: 5px;
    padding: 8px 8px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-brand {
	font-size: 20px;
	padding: 12px 10px;
	font-weight: bold;
	color: #222 !important;
	padding-right: 5px;
}
.navbar-inverse .navbar-brand {
	color: #fff !important;
}
.navbar-brand .logo {
	float: left;
	margin-right: 5px;
}
.navbar-brand span {
	vertical-align: middle;
	margin-right: 20px;
}
.header-wrapper {
	background-repeat:no-repeat;
	background-position:right top;
	margin-bottom: 0px;
}
#header {
	min-height: 100px;
}
.header-title {
	margin: 20px 0;
	/*color: #333;
	text-shadow: 1px 1px 4px #444;*/
}
.logo {
	float: left;
	margin-right: 10px;
}
#support-wrapper {
	background-color: #ffffff00;
	padding: 20px 0;
}
.bottom-wrapper {
	background-color: rgba(180, 180, 180, 0.25);
	padding-top: 20px;
	font-size: 15px;
}
.bottom-table {
	display: table;
}
.bottom-cell {
	display: table-cell;
	padding: 5px 5px 0 5px;
}
#bottom.container {
	margin-top: 0px;
}
#bottom .logo {
	width: auto;
	max-width: 150px;
	max-height: 130px;
	float: left;
}
@media (max-width: 480px) {
	#bottom .logo {
		max-width: 150px;
	}
}
#bottom h4 {
	margin-top: 0;
  position: relative;
  display: block;
  border-bottom: 1px solid #bbb;
  line-height: 32px;
}
#bottom h4 span {
	position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #ad0000;
  width: 60px;
}
#wrapper {
/*    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -270px;*/
    display: block;
    flex: 1 0 auto;
}
#push {
	height: 50px;
}
#zzpush, #footer {
	xheight: 50px;
}
#footer {
    background-color: rgba(60, 60, 60, 0.80);
    border-top: 1px solid #545454;
    text-align: center;
    font-size: 12px;
    color: #aaa;
    line-height: 12px;
    padding-top: 10px;
}
#footer p {
}
#footer a {
	color: #c19b60;
}
@media (max-width: 768px) {
    #footer {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 480px) {
    #footer {
    	height: auto;
    }
}
.section {
	margin-bottom: 25px;
}
.section:after {
	content: " ";
	clear: both;
}
.section.count-down {
	display: block;
	margin-bottom: 30px;
}
.dark-body {
	background-color: #f8f8f8;
}
.xpanel-default {
	border-color: #e4e4e4;
}
.xpanel-default > .panel-heading,
.panel-default > .panel-footer {
	background-color: #eee;
	padding: 8px 15px;
}
.panel-default,
.panel-heading, .panel-footer,
.form-control {
	border-radius: 0px;
}
.panel-default > .panel-heading {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.btn {
	/*border-radius: 23px;*/
}
.btn-group {
	border-radius: 0px;
}
.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}
.dropdown-menu > li > a > i.fa,
li > a > i.fa,
.list-check > li > span {
	margin-right: 5px;
}
#register-form .form-control-feedback {
	font-size: 18px;
	line-height: 34px;
}
.dropdown-menu {

}
.dropdown-menu > li > a {
	margin: 0px 5px;
	padding: 5px 20px;
}
.dropdown-menu > li > a:hover {
	background-color: #f76625;
	color: #fff;
}
.btn-wd {
	padding: 6px 25px;
}
.nav-stacked>li+li {
	margin-top: 0px;
	margin-left: 0;
}
.nav-stacked>li {
	border-bottom:1px solid #dadada;
	margin-left: 0;
}
.nav-stacked>li:last-child {
	border-bottom: none;
}
.nav-stacked>li > a {
	color: #333;
	border-left: 2px solid #fff;
}
.nav-stacked>li.active>a,
.nav-stacked>li > a:hover {
	border-radius: 0px;
	border-left: 2px solid #f00;
}
.nav-stacked>li.active>a:hover,
.nav-stacked>li.active>a{
	background-color: #f76625;
}
.no-peserta-big {
	font-size: 42px;
	font-weight: bold;
	border: 2px solid #bbb;
	margin-bottom: 10px;
	padding: 5px 20px;
	display: inline-block;
	background-color: #a4ff68;
	margin-left: 1em;
}
.mini-note {
	font-style: italic;
	font-size: 0.9em;
	color: #999;
}
.list-check {
	margin-bottom: 15px;
}
.list-check > li {
	margin-bottom: 5px;
}
.list-check > li > span.glyphicon {
	font-size: 1.5em;
	top: 3px;
	margin-right: 6px;
}
.data-peserta {
	width: 100%;
	margin: 20px 0;
}
.data-peserta tr {
	border-bottom: 1px dotted #dfdfdf;
}
.data-peserta tr:first-child {
	border-top: 1px dotted #dfdfdf;
}
.data-peserta td {
	padding: 6px 10px;
}
.data-peserta tr td:first-child {
	width: 150px;
	font-weight: bold;
}
.data-peserta tr td:nth-child(2) {
	width: 12px;
}
.data-peserta tr:nth-child(even) {
	/*background-color: #fafafa;*/
}
.btn-edit {
}
.btn-edit a:active,
.btn-edit a {
	color: #fff;
	text-decoration: none;
}
@media (max-width: 767px) {
	.edit-foto,	.input-data {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.data-peserta tr td:first-child {
		width: 90px;
	}
    .data-peserta td {
    	padding: 5px 2px;
    }
}
.edit-foto ul label, .input-data label {
	font-weight: normal;
	margin-bottom: 0;
	cursor: pointer;
}

.input-data input[type="number"] {
	margin: 0 3px;
	width: 60px;
	padding: 1px 3px;
}
.edit-foto ul, .input-data {
	list-style: none;
	padding-left: 15px;
	margin-bottom: 20px;
}
.shift-out {
	padding-left: 0px;
	padding-right: 0px;
}
@media (max-width: 767px) {
	.navbar-nav .dropdown-menu {
		display: block;
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.dropdown-toggle {
		display: none !important;
	}
	.navbar-inverse .navbar-nav .dropdown-menu > li > a {
		color: #9d9d9d;
		margin-left: 15px;
	}
	.navbar-inverse .navbar-nav .dropdown-header {
		color: #ddd;
		font-size: 14px;
	}
	.navbar-inverse .navbar-nav .dropdown-menu .divider {
		background-color: #080808;
	}
}
.required:after {
	content:"*";
	color: #f00;
}
.control-btn {
	text-align: left;
}
.btn-vertical {
	margin-bottom: 8px;
}
@media (max-width: 767px) {
	.invoice h3 {
		margin-top: 20px !important;
	}
}
.big-num {
	font-size: 42px;
	font-weight: bold;
}
.big-num span {
	background-color: #ccc;
}
@media (max-width: 479px) {
	.big-num {
		font-size: 32px;
	}
}
.flexy-btn {
	width: 100%;
	white-space: normal;
}
@media (max-width: 768px) {
	.panel .invoice {
		margin-top: 20px;
	}
}
h4.modal-title {
	font-weight: bold;
}
#pleaseWaitDialog .modal-body {
	text-align: center; 
	font-size:18px;
}
#pleaseWaitDialog .fa-spin {
	font-size:32px;
	margin-right: 10px
}
#upload-form .btn-dlg {
	padding: 6px 12px;
}
.invoice-note {
	font-size: 12px;
	font-style: italic;
	margin-right: 10px;
	color: #888;
	text-align: right;
}
@media (max-width: 479px) {
	.invoice-note { font-size: 11px; }
}
@media (max-width: 360px) {
	.invoice-note { font-size: 9px; }
}

.input-data input[type=checkbox] { display:none; }
.input-data input[type=checkbox] + label:before {
	font-family: FontAwesome;
	display: inline-block;
	font-size: 22px;
	vertical-align: middle;
}
.input-data input[type=checkbox] + label:before { content: "\f096"; } 
.input-data input[type=checkbox] + label:before { letter-spacing: 13px; } 
.input-data input[type=checkbox]:checked + label:before { content: "\f046"; } 
.input-data input[type=checkbox]:checked + label:before { letter-spacing: 10px; } 
.input-data input[type=checkbox]:disabled + label { cursor: default; }
.input-data input[type=checkbox]:disabled + label:before { color: #aaa; } 

.category {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
.cat-title {
	font-size: 20px;
	text-align: left;
	margin: 10px 0 5px 15px;
	font-weight: normal;
}
.photo-content {
	margin-bottom: 15px;
}
.photo-content:after {
	clear: both;
}
.photo-thumb {
	float: none;
	text-align: center;
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.photo-thumb .no-urut{
	color: #f76625;
    font-size: 0.85em;
    font-weight: bold;
    text-transform: uppercase;
}
.photo-thumb .judul {
	font-size: 0.9em;
	padding: 2px 4px;
	padding-bottom: 5px;
	overflow: auto;
}
.photo-thumb .judul:after {
}
.photo-thumb .awards,
.photo-thumb .judul-head {
	font-size: 0.95em;
	color: #888;
}
.photo-thumb .judul-content:before,
.photo-thumb .judul-content:after {
	content: '';
}
.photo-thumb .thumbnail {
	margin-bottom: 0;
	border-radius: 0;
	padding: 2px;
	border: none;
}
#info-box {
	background-color: #444;
	color: #ddd;
}
#info-box ul {
	list-style: none;
	padding-left: 0;
	margin-top: 10px;
	margin-bottom: 0;
}
.square-img {
	position: relative;
	overflow: hidden;
	padding-bottom: 100%;
	background-color: #f4f4f4;
}
.square-img img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.syarat code {
	font-size: 100%;
}
.full-width {
	width: 100%;
}
.zoom img {
	cursor: zoom-in;
}
.view-button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
}
.view-button:before {
	content: '';
	height: 100%;
	width: 0;
	display: inline-block;
	vertical-align: middle;
}
.view-button a {
	background-color: #337ab7;
	border: 2px solid #fff;
	color: #fff;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	padding: 5px 20px;
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	pointer-events: all;
	cursor: pointer;
}
.thumbnail:hover .view-button a {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
/*@media only screen and (min-width : 481px) {*/
	.flex-row.row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		flex-wrap: wrap;	}
	.flex-row.row > [class*='col-'] {
		display: flex;
		flex-direction: column;
	}
	.flex-row.row:after, 
	.flex-row.row:before {
		display: flex;
	}
/*}*/
.flex-row .photo-thumb,
.flex-row .thumbnail,
.flex-row .caption {
	flex:1 0 auto;
	flex-direction:column;
}
.flex-text {
	flex-grow:1
}
.flex-row img {
	height:auto;
	width:auto;
}
#image-preview {
	width: 150px;
	height: 150px;
	position: relative;
	overflow: hidden;
	background-color: #f2f2f2;
	color: #ecf0f1;
	border: 1px solid #ccc;
}
.frm-row {
	display: flex;
}
.frm-col-left {
	width: 165px;
	height: 150px;
}
.frm-col-right {
	flex: 1;
}
ul.syarat-upload {
	line-height: 1.6;
}
#upload-form label {
	font-weight: normal;
}
.kalender h4 {
	font-weight: bold;
	margin-bottom: 5px;
}
.kontak {
	margin-left: 0px;
	margin-right: 0px;
}
.kontak .media {
	margin-top: 20px;
}
.juri .media .media-heading,
.kategori .media .media-heading,
.kontak .media .media-heading {
	font-weight: normal;
}
.kontak .media .media-left {
	font-size: 50px;
}
.kontak td {
	padding: 3px;
}
.juri .media-body,
.kategori .media-body {
	padding-top: 10px;
}
.juri ul {
	padding-left: 20px;
}
.juri .media {
	padding-left: 0;
	padding-right: 0;
	padding-top: 15px;
}
.juri .row {
}
.notes {
	font-size: 0.85em;
	font-style: italic;
	margin-top: 20px;
}
.drop-cap-box {
	width: 50px;
}
.drop-cap {
	float: left;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    overflow: hidden;
    text-transform: uppercase;
}
.drop-cap.title {
	font-size: 30px;
	color: #fff;
    background: rgb(247, 102, 37);
    /*background: -moz-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(69, 72, 77, 1)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=0);
    text-shadow: 1px 1px 0 #000;
    -moz-text-shadow: 1px 1px 0 #000;
    -webkit-text-shadow: 1px 1px 0 #000;*/
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.in_kdef {
	margin-left: 30px;
    font-style: italic;
    padding-bottom: 20px;
}
.in_kreg li {
	margin-bottom: 4px;
	margin-top: 4px;
	padding-left: 5px;
}
#accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}
#accordion .panel-heading{
    padding: 0;
}
#accordion .panel-title a:focus {
	text-decoration: none;
}
#accordion .panel-title a{
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #635858;
    background: #fff;
    padding: 15px 20px 15px 47px;
    position: relative;
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a:before{
    content: "\f068";
    font-family: 'FontAwesome';
    display: block;
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 50%;
    background: #222;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 25%;
    left: 0;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:before{
    content: "\f067";
}
#accordion .panel-body{
    font-size: 15px;
    color: #635858;
    line-height: 25px;
    border: none;
    padding: 0px 20px 14px 47px;
}
.xpanel-heading.my-account:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.xpanel-heading.my-account.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}
#count-down {
	margin-top: -10px;
}
#count-down span {
	font-size: 47px;
	color: #f76625;
	margin: 0 2px 0 8px;
}
#support-panel a:focus,
#support-panel a:visited {
	text-decoration: none;
	color: #c50101;
}
#support-panel a:hover {
	color: #f00;
}
#support-panel {
	font-size: 1.5em;
	text-align: center;
}
#support-panel p {
	line-height: 20px;
	margin-bottom: 0;
}
#support-panel .fa {
	margin-right: 10px;
	font-size: 1.7em;
	vertical-align: sub;
}
@media (max-width: 768px) {
	#support-panel {
		font-size: 1em;
	}
	#support-panel .fa {
		font-size: 1.2em;
		margin-right: 5px;
		vertical-align: middle;
	}
}
#organizer p {
	line-height: 14px;
}
.bukti-bayar {
	max-width: 250px;
	max-height: 200px;
	border: 1px solid #eee;
	bottom: 15px;
	position: absolute;
}
.grup-bukti-bayar {
	margin-bottom: -15px;
}
@media (max-width: 1024px) {
	.bukti-bayar {
		bottom: 0px;
		position: relative;
		margin-top: -5px;
		margin-bottom: 15px;
	}
	.grup-bukti-bayar {
		margin-bottom: 0px;
	}
}
.tutorial p {
	font-size: 0.85em;
}
.tutorial .thumbnail {
	border: none;
}
.tutorial .thumbnail img {
	border: 1px solid #eee;
	margin-bottom: 10px;
}
.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display:none;
	opacity: 1;
	border-radius: 50%;
	height: 50px;
	width: 52px;
	background-color: #f8f8f8;
	border-color: #aaa; 
}
.ekko-lightbox-nav-overlay a {
	color: #222 !important;
}
.sum-table {
	margin-bottom: 20px;
}
.sum-table td {
	padding: 2px 5px;
}
.list-peserta {
	margin-bottom: 10px;
}
.list-peserta >thead > tr > th {
	vertical-align: middle;
	text-align: center;
	background-color: #eee;
}
.table-info-footer {
	font-size: 0.8em;
}
.admin.dashboard h4 {
	/*font-weight: 600;*/
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	width: 100%;
}
@media (max-width: 1024px) {
	.admin.dashboard .row {
		margin-left: 0;
		margin-right: 0;
	}
	.admin.dashboard h4 {
		width: 100%;
	}
	.sum-table td {
		padding: 2px 3px;
	}
	.admin.dashboard .col-md-12 {
		padding-left: 0;
		padding-right: 0;
	}
}
#clockdiv{
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 5em;
	line-height: 1.2em;
}
#clockdiv > div{
	padding: 10px;
    border-radius: 3px;
    background: rgba(156, 156, 155, 0.1);
    display: inline-block;
    width: 120px;
    margin-bottom: 10px;
    border: 1px solid rgba(216, 216, 216, 0.4);
    color: #ff7801;
}
#clockdiv div > span{
	border-radius: 3px;
	display: inline-block;
}
.smalltext{
	font-size: 16px;
	line-height: 20px;
	color: rgba(107, 107, 107, 0.75);
}
@media (max-width: 600px) {
	#clockdiv {
		font-size: 4em;
		line-height: 1.2em;
	}
	#clockdiv > div {
		width: 100px;
	}
	.smalltext{
		font-size: 14px;
		line-height: 20px;
	}
}
@media (max-width: 420px) {
	#clockdiv {
		font-size: 3em;
	}
	#clockdiv > div {
		width: 64px;
	}
}
@media (max-width: 360px) {
	#clockdiv {
		font-size: 2em;
	}
	#clockdiv > div {
		width: 50px;
		padding: 5px;
	}
	.smalltext{
		font-size: 12px;
		line-height: 18px;
	}
}
.btn-list a {
	text-transform: uppercase;
	margin-bottom: 5px;
}
.btn-list .actives {
	font-weight: bold;
}
.badge-top {
	font-size: 0.9em;
	vertical-align: sub;
	color: #f76625
}
.btn-list .active .badge-top {
	color: #222;
}
.badge-top:before {
	content: '(';
}
.badge-top:after {
	content: ')';
}
.btn-action {
	font-size: 0.8em;

}
.t-input-data td {
	padding: 5px 10px 5px 0px;
}
.t-input-data td:last-child {
	padding: 5px 0px;
}
.admin-input-data ul {
	list-style: none; 
}
.admin-input-data .css-label {
	font-weight: normal;
}
.admin-input-data input[type="checkbox"] {
	opacity: 0;
	z-index: 1;
	margin-left: 0px;
}
.admin-input-data input[type="number"] {
	margin-left: 0;
	margin-right: 5px;
}
.admin-input-data .help-block {
	margin-bottom: 0;
	color: #e00;
}
.admin-input-data .form-control-feedback {
	font-size: 18px;
	line-height: 34px;
}
.checkbox label {
	padding-left: 25px;
}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: 0px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out,color .15s ease-in-out;
    -o-transition: border .15s ease-in-out,color .15s ease-in-out;
    transition: border .15s ease-in-out,color .15s ease-in-out;
}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 7px;
    margin-left: 0px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555;
}
.checkbox input[type="checkbox"]:checked+label::after, .checkbox input[type="radio"]:checked+label::after {
    font-family: "FontAwesome";
    content: "\f00c";
}
.back-link {
	font-size: 1em;
}
.small-gallery .col-md-12, .small-gallery .col-lg-2,.small-gallery .col-md-4,.small-gallery .col-sm-4,.small-gallery .col-xs-6 {
	padding-left: 5px;
	padding-right: 5px;
}
.sub-title {
	font-size: 24px;
}
.row.small-gallery {
	margin-left: 0;
	margin-right: 0;
}
#list-peserta .row {
	margin-left: 0px;
	margin-right: 0px;
}
#list-peserta .btn-action {
	margin-bottom: 3px;
}
#list-peserta .table-control {
	text-align: right; 
	margin-left: -15px;
	margin-right: -15px;
}
@media (max-width: 767px) {
	#list-peserta .table-control {
		text-align: left; 
	}
}

h2 {
	margin-bottom: 20px;
}
h3 {
	margin-top: 0px;
}
h3 {
	font-size: 24px;
}
.help-block {
	margin-top: 0px;
	margin-bottom: 2px;
	font-style: italic;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #eee;
  border-color: #d0d0d0;
}
.panel-default {
	border-color: #bbb;
	webkit-box-shadow: 0 1px 10px rgb(0 0 0 / 15%);
	box-shadow: 0 1px 10px rgb(0 0 0 / 15%);
}
.kalender {
	margin-left: 30px;
}
.kalender td {
	padding: 2px 10px;
}
.kalender td:first-child {
	padding-left: 0;
}
@media (max-width: 400px) {
	.kalender {
		margin-left: 0px;
	}
	.kalender td {
		padding: 2px 5px;
	}
}
.panitia td {
	padding: 5px 25px;
}
.panitia td:first-child {
	padding-left: 0;
	font-weight: bold;
	vertical-align: top;
}
.regulasi {
	line-height: 26px;
}
.regulasi li {
	padding-left: 8px;
	padding-bottom: 3px;
}
.regulasi li ul {
	list-style-type: disc;
}
.regulasi li li {
	padding-left: 0px;
}
.pull-right-500 {
	float: right;
}
@media (max-width: 500px) {
	.pull-right-500:before {
		content: ' '; display: block;
	}
	.pull-right-500 {
		float: none;
	}
}
.info-box {
	border: 1px dashed #aaa;
	max-width: 300px;
	text-align: center;
	margin: 10px 0px 10px 30px;
	padding: 5px 0;
	background-color: rgba(136, 136, 136, 0.2);
}
@media (max-width: 400px) {
	.info-box {
		margin: 10px 0px 10px;
	}	
}
.info-header {
	font-weight: bold;
	margin-top: 10px;
	position: relative;
	padding-bottom: 3px;
}
.info-header:after {
	content: ' ';
	position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #ad0000;
  width: 40px;
}
.info-big {
	font-size:22px;
	font-weight:bold;
	line-height:32px;
}
.info-small {
	font-size: 16px;
}
@media (max-width: 480px) {
	.info-small {
		font-size: 13px;
	}
}
.tutorial .thumbnail {
	background-color: #ffffff00;
}
.tutorial .thumbnail img {
  border: 2px solid #aaa;
}
.big-button {
	padding: 15px 40px;
	font-size: 24px;
	border-radius: 0;
}
.panel.registrasi, .panel.activate, 
.panel.lost-pass, .panel.login {
	margin-top: 30px;
	margin-bottom: 50px;
}
@media (max-width: 767px) {
	.hidden-xs { display: none; }
}
.pull-right-not-xs, .pull-right-not-sm, .pull-right-not-md, .pull-right-not-lg{
    float: right;
}
.pull-left-not-xs, .pull-left-not-sm, .pull-left-not-md, .pull-left-not-lg{
    float: left;
}
@media (max-width: 767px) {    
    .pull-right-not-xs, .pull-left-not-xs{
        float: none;
    }
    .pull-right-xs {
        float: right;
    }
    .pull-left-xs {
        float: left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .pull-right-not-sm, .pull-left-not-sm{
        float: none;
    }
    .pull-right-sm {
        float: right;
    }
    .pull-left-sm {
        float: left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .pull-right-not-md, .pull-left-not-md{
        float: none;
    }
    .pull-right-md {
        float: right;
    }
    .pull-left-md {
        float: left;
    }
}
@media (min-width: 1200px) {
    .pull-right-not-lg, .pull-left-not-lg{
        float: none;
    }
    .pull-right-lg {
        float: right;
    }
    .pull-left-lg {
        float: left;
    }
}
.bonus-box {
	background-color: rgba(212, 212, 212, 0.4);
    padding-bottom: 20px;
    border: 1px dashed #c1c1c1;
}

div#off-slider figure img{
	max-width: 100%;
}
div#slider figure {
	position: relative;
	width: 300%;
	margin: 0;
	padding: 0;
	font-size: 0;
	text-align: left;
}
div#slider figure img {
	width: 33.33%;
	height: auto;
	float: left;
}
div#slider {
	width: 100%;
	max-width: 1000px;
	overflow: hidden; 
}
@keyframes slidy { 
	0%  { left: 0%; }
	40% { left: 0%; }
	50% { left: -100%; }
	90% { left: -100%; } 
	100% { left: -200%; } 
}
div#slider figure {
	position: relative;
	width: 300%;
	margin: 0;
	padding: 0;
	font-size: 0;
	left: 0;
	text-align: left;
	animation: 16s slidy infinite;  
}
div#slider.slider-full-width {
	max-width: 100%;
}
#bottom .no-padding {
	padding: 0 !important;
}
#bottom .xcol-sm-4 {
	width: 150px;
}
#bottom .xcol-sm-4:after {
	clear: both;
	content: " ";
	display: table;
}
.row-btn {
	text-align: center;
	margin-bottom: 10px;
}
.inline-checkbox {
	margin-right: 30px;
}
.sponsor-bar {
	background-color: #fff;
	width: 100%;
	padding: 20px 20px 40px;
}
.full-width {
	max-width: 100%;
}
.sponsor-2 {
	width: 20%;
	float: left;
	text-align: center;
	padding: 10px 5px;
}
.lg-on-xs,
.sponsor-3 {
	width: 14.28%;
	float: left;
	text-align: center;
	padding: 10px 5px;
}
@media (max-width: 479px) {
	.sponsor-3 {
		width: 50%;
	}
	.lg-on-xs {
		width: 100%;
	}
}
@media (min-width: 320px) {
	.sponsor-2 {
		width: 100%;
	}
}
@media (min-width: 480px) {
	.sponsor-2 {
		width: 50%;
	}
}
@media (min-width: 768px) {
	.sponsor-2 {
		width: 20%;
	}
}
.sponsor-2:after {
	clear: both;
	content: " ";
	display: table;
}
.img-sponsor-2 {
	max-width: 100%;
	height: auto;
	margin: auto auto;
	text-align: center;
	z-index: 5;
}
.link-item {
	position: relative;
	z-index: 1;
}
.idx-link {
	margin-right: 10px;
}
.form-horizontal .control-label ,
.form-horizontal .control-text
{
	padding-top: 4px;
}
.upload-btn {
	padding: 1px 10px;
	margin-bottom: 4px;
}
.upload-btn a {
	color: #fff;
}
.info-payment {
	padding: 15px;
	xborder-top: 1px solid #ddd;
	xborder-bottom: 1px solid #ddd;
	background-color: #f4f4f4;
	margin: 5px 15px 20px;
	text-align: center;
	font-size: 1.3rem;
	line-height: 2rem;
	border: 1px dashed;
}
.info-leader-err {
	font-size: 80%;
	font-weight: 400;
}
.detil-info-header {
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 30px;
}
.table tr:last-child {
	border-bottom: 1px solid #ddd;
}
.table {
	margin-bottom: 30px;
}
.total-pay {
	font-size: 1.2em;
	color: #f00;
}
.table-responsive {
	margin-bottom: 0px;
}
.table-responsive .table {
	margin-bottom: 0;
}
input[type="email"]:-moz-placeholder,
input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, 
textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { 
    color: #aaa;
    font-style: italic;
}

input[type="email"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, 
textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { 
    color: #aaa; 
    font-style: italic;
}

input[type="email"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { 
    color: #aaa; 
    font-style: italic;
}

.input-helper {
	font-size: 0.8rem;
	color: #5d89da;
}