body {
  background-color: #343434;
  color: #eee;
  font-size: 0.8rem;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 18px rgb(243, 238, 238);
  -webkit-box-shadow: inset 0 0 18px rgb(243, 238, 238);
}

.center-me {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.trans_hide {
  opacity: 0 !important;
  pointer-events: none !important;
}

.trans_show {
  opacity: 1 !important;
  pointer-events: all !important;
}

.ci3_button_cog {
  cursor: pointer;
  position: fixed;
  bottom: 15px;
  right: 15px;
  font-size: 0.75rem;
  background-color: #343434;
  border: 2px solid #add7ab;
  border-radius: 8px;
  color: #eee;
  padding: 6px 10px;
  z-index: 9990;
  box-shadow: 2px 2px 6px -2px #000;
  transition: all ease-in-out 0.2s;
}
.ci3_button_cog:hover {
  padding: 7px 11px;
}

.ci3_info_panel {
  position: fixed;
  top: 15px;
  left: 15px;
  width: 85vw;
  height: 80vh;
  font-size: 0.75rem;
  background-color: #343434;
  border: 2px solid #add7ab;
  border-radius: 8px;
  color: #c9c9c9;
  padding: 6px 10px;
  z-index: 9991;
  box-shadow: 2px 2px 6px -2px #000;
}
.ci3_info_panel .body {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.ci3_info_panel .body .content {
  padding: 5px 10px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.notifyjs-corner {
  z-index: 1200 !important;
  font-size: 0.75rem !important;
}

._loading {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0.5019607843), rgba(34, 7, 64, 0.5019607843));
  z-index: 8999;
  opacity: 0;
  pointer-events: none;
  transition: all ease-out 0.2s;
}
._loading.modal {
  z-index: 1500;
}
._loading .text {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #eee;
}
._loading.trans {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
._loading.trans .text {
  background-color: #343434;
  padding: 5px 10px;
  box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.3333333333);
}
._loading.show {
  opacity: 1;
  pointer-events: all;
}

.scrollable-list {
  max-height: 500px;
  position: relative;
  display: block;
  overflow: auto;
}
.scrollable-list::-webkit-scrollbar {
  width: 8px;
}
.scrollable-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.scrollable-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.required_asterisk {
  color: #ff8686;
  cursor: pointer;
}

.panel {
  position: relative;
  background-color: #464646;
  padding: 10px 10px;
  border-radius: 4px;
  box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.3333333333);
}
.panel.light-1 {
  background-color: #545454;
}
.panel.h {
  height: 100%;
}
.panel.img {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.panel.img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-out 0.3s;
}
.panel.img img:hover {
  transform: translate(-49%, -51%);
}
.panel a.header-link {
  color: #eee;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
.panel a.header-link:hover {
  color: #f9f694;
}
.panel .btn.pull-right {
  position: absolute;
  right: 15px;
  top: 6px;
}
.panel .header {
  position: relative;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 0px 5px;
}
.panel .header.space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.panel .separator {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-image: linear-gradient(to right, #747474, #464646);
  margin-bottom: 10px;
}
.panel .body {
  position: relative;
  padding: 5px;
  overflow: hidden;
}
.panel > a:not(.header-link) {
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 5px;
  overflow: hidden;
  text-decoration: none;
  color: #eee;
}
.panel > a:not(.header-link):hover {
  color: #f9f694;
}
.panel > a:not(.header-link) .logo {
  font-size: 4rem;
}
.panel > a:not(.header-link) .text {
  font-size: 1rem;
  font-weight: 700;
}
.panel .dump {
  padding: 5px;
  border-radius: 4px;
  background-color: white;
}
.panel .big_icon {
  text-align: center;
  font-size: 5rem;
  color: #eee;
  margin: 2px 0 8px 0;
}
.panel .big_icon.success {
  color: #99e389;
}
.panel .big_icon.primary {
  color: #abc0ff;
}
.panel .big_icon.info {
  color: #73e2f4;
}
.panel .big_icon.danger {
  color: #ff8686;
}
.panel .big_icon.warning {
  color: #fde08a;
}
.panel.trans {
  background-color: rgba(70, 70, 70, 0.9333333333);
}
.panel .input-desc {
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  background-color: rgba(70, 70, 70, 0.9333333333);
  border-color: #fde08a;
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.banner_home {
  width: 100%;
  height: auto;
}

.login-container {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  height: auto;
}
.login-container.race-type {
  background-color: #f9c356;
  padding: 5px;
  border-radius: 4px;
  z-index: 60;
}

.link-btn {
  display: block;
  text-decoration: none;
  color: #eee;
  border-radius: 4px;
}
.link-btn:hover {
  color: #f9f694;
  background-color: rgba(249, 246, 148, 0.1333333333);
}

.bg-login {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #f9c356;
}
.bg-login .flag-top {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  min-width: 100%;
  min-height: 45px;
  z-index: 50;
}
.bg-login .flag-left {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-90%, -50%) rotate(-45deg);
  width: 350px;
  z-index: 41;
}
.bg-login .flag-right {
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  transform-origin: center;
  transform: translate(90%, -50%) rotate(45deg);
  width: 350px;
  z-index: 42;
}
.bg-login .glitch-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  min-width: 100vw;
  height: auto;
  z-index: 30;
}
.bg-login .road-bg {
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, 0);
  min-width: 100vw;
  height: auto;
  z-index: 35;
}

form div[class*=col-] label {
  font-weight: 600;
}
form div[class*=col-] div.value {
  padding: 5px 10px;
  width: 100%;
  height: auto;
  border-radius: 4px;
  background-color: #343434;
  color: #eee;
}

.clickable {
  cursor: pointer !important;
}

label.is-invalid {
  font-size: 0.65rem;
  font-style: italic;
  padding-right: 4px;
  color: #ff9e9e;
  text-align: right;
}

.smalltext {
  font-size: 0.65rem;
}
.smalltext.b {
  font-weight: 700;
}
.smalltext.o {
  opacity: 0.6;
}

.info-block [class*=col-] .content {
  border: 1px solid #888;
  border-radius: 4px;
  padding: 3px 5px;
  height: 100%;
}
.info-block [class*=col-] .content.invert {
  background-color: #9e5cb2;
  color: #fff;
}

b.cbold {
  color: #f9f694;
}

.truncate-text-3 {
  display: -webkit-box;
  /* create block container */
  -webkit-line-clamp: 3;
  /* limit to three lines of text */
  -webkit-box-orient: vertical;
  /* set vertical orientation */
  overflow: hidden;
  /* hide any text that overflows the container */
  text-overflow: ellipsis;
}

.log-view .item {
  margin-bottom: 10px;
}
.log-view .item .elapsed {
  opacity: 0.5;
}
.log-view .item .text {
  padding: 0 0 7px 7px;
  border-left: 2px solid #999;
  border-bottom-left-radius: 10px;
  margin-left: 5px;
  width: calc(100% - 5px);
}
.log-view .item .text b {
  color: #f9f694;
}
.log-view .item:not(:first-child) {
  font-size: 0.75rem;
}

.nope {
  opacity: 0.5 !important;
  pointer-events: none !important;
}

.btn.disabled_look {
  opacity: 0.65 !important;
}

.vam {
  vertical-align: middle;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100% !important;
}

.mw120 {
  width: 100%;
  max-width: 120px;
}

.mw150 {
  width: 100%;
  max-width: 150px;
}

.p-relative {
  position: relative !important;
}

.o-hidden {
  overflow: hidden !important;
}

.br-4 {
  border-radius: 4px !important;
}

.profile-holder {
  min-height: 400px;
}

.foto-pegawai {
  padding: 0px 15px 15px 15px;
}
.foto-pegawai img {
  max-height: 250px;
  width: auto;
}

table.noborder tr td {
  border: 0px solid rgba(0, 0, 0, 0) !important;
}
table.noborder.fade_out {
  opacity: 0.5;
}

.thumb-box {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: #eee;
  width: 120px;
  height: 120px;
  background-color: #434343;
  border-radius: 4px;
  transition: all ease-out 0.3s;
}
.thumb-box .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.5333333333);
}
.thumb-box .icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 95px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.thumb-box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.thumb-box:hover {
  background-color: #52325b;
}
.thumb-box:hover .text {
  font-weight: 700;
}

pre.quotebox {
  background-color: #383838;
  padding: 10px;
}

.absolute_menu_container {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: end;
  position: absolute;
  right: 4%;
  top: 45%;
  max-width: 45%;
}
.absolute_menu_container .item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-decoration: none;
  color: #eee;
  padding: 5px 20px 5px 20px;
  border: 2px solid #eed673;
  border-radius: 20px;
  background-color: transparent;
  box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.3333333333);
  margin: 0 0 5px 5px;
}
.absolute_menu_container .item:hover {
  color: #f9f694;
  background-color: rgba(249, 246, 148, 0.1333333333);
}
.absolute_menu_container .item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 15px;
  margin-right: 8px;
}
.absolute_menu_container .item .text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: italic;
  font-weight: 500;
  width: 100%;
}

.mv-text-danger {
  color: #ff8686 !important;
}

.mv-text-primary {
  color: #abc0ff !important;
}

.mv-text-info {
  color: #73e2f4 !important;
}

.mv-text-warning {
  color: #fde08a !important;
}

.mv-text-secondary {
  color: #a8a8a8 !important;
}

.mv-text-success {
  color: #99e389 !important;
}

.no_event {
  opacity: 0;
  pointer-events: none;
}

.with_event {
  opacity: 1;
  pointer-events: all;
}

.step-container {
  width: 400%;
  display: flex;
  transition: all ease-out 0.2s;
}
.step-container.page-1 {
  transform: translateX(0%);
}
.step-container.page-2 {
  transform: translateX(-25%);
}
.step-container.page-3 {
  transform: translateX(-50%);
}
.step-container.page-4 {
  transform: translateX(-75%);
}
.step-container [class*=step] {
  width: 25%;
  display: block;
  position: relative;
}
.step-container #next-btn:disabled,
.step-container #prev-btn:disabled,
.step-container #save-btn:disabled {
  cursor: not-allowed;
}

.echo_sidebar_clickout {
  position: fixed;
  background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0.5019607843), rgba(34, 7, 64, 0.5019607843));
  width: 100%;
  height: 100%;
  z-index: 1099;
  transition: all ease-in 0.2s;
  opacity: 0;
  pointer-events: none;
}

.echo_sidebar_clickout.show {
  opacity: 1;
  pointer-events: all;
}

.echo_sidebar_trigger {
  font-size: 1.2rem;
  display: flex;
  width: 35px;
  height: 35px;
  margin-left: 10px;
  margin-right: 10px;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}

.echo_sidebar_trigger:hover {
  background-color: rgba(255, 255, 255, 0.1607843137);
}

.echo_sidebar {
  position: fixed;
  background-image: linear-gradient(to bottom right, #747474, #464646);
  color: white;
  left: -220px;
  top: 0;
  width: 200px;
  height: 100%;
  z-index: 1100;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
  transition: all ease-in-out 0.2s;
}
.echo_sidebar.preview {
  position: relative;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  width: 100%;
  left: auto;
  top: auto;
  height: auto;
  z-index: auto;
  box-shadow: none;
  transition: none;
}
.echo_sidebar.preview .list {
  padding-bottom: 0;
}
.echo_sidebar.preview .list .item {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.echo_sidebar.preview .list .item:first-child {
  margin-top: 0;
}
.echo_sidebar.preview .list .item.active .bg, .echo_sidebar.preview .list .item:hover .bg {
  top: 0;
  left: 0;
}
.echo_sidebar.preview .list .item .text {
  z-index: 2;
}
.echo_sidebar.preview .list .item .bg {
  background-image: linear-gradient(to right, #3a3914, #9f9f33);
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all ease-in-out 0.2s;
}

.echo_sidebar.show {
  left: 0;
  top: 0;
}

.echo_sidebar .header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.1607843137);
  align-content: space-around;
  flex-wrap: wrap;
  flex-direction: column;
}

.echo_sidebar .header .title {
  font-size: 1.25rem;
  font-weight: 700;
}

.echo_sidebar .header .subtitle {
  font-size: 0.7rem;
  font-weight: 400;
}

.echo_sidebar .list {
  position: relative;
  width: 100%;
  height: calc(100% - 120px);
  padding-bottom: 25px;
  overflow-y: auto;
}
.echo_sidebar .list hr {
  margin: 10px 0 0 0;
}

.echo_sidebar .list::-webkit-scrollbar {
  width: 8px;
}

.echo_sidebar .list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.echo_sidebar .list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.echo_sidebar .list .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: white;
  text-decoration: none;
  width: 100%;
  padding: 5px 10px;
  margin-top: 10px;
  font-size: 0.82rem;
  cursor: pointer;
}
.echo_sidebar .list .item [class*=fa-] {
  min-width: 20px;
}

.echo_sidebar .list .item .bg {
  background-image: linear-gradient(to right, #3a3914, #9f9f33);
  position: absolute;
  top: 0;
  left: -220px;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all ease-in-out 0.2s;
}

.echo_sidebar .list .item.active .bg,
.echo_sidebar .list .item:hover .bg {
  top: 0;
  left: 0;
}

.echo-container {
  padding: 65px 15px 45px 15px;
}

.echo_header,
.echo_footer {
  position: fixed;
  z-index: 1098;
  background-image: linear-gradient(to right, #747474, #464646);
}

.echo_header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  color: white;
}
.echo_header .username_text {
  min-width: 180px;
  text-align: right;
  padding-right: 10px;
}
.echo_header .username_text .fa,
.echo_header .username_text .fas {
  color: #f9f694;
}

.echo_header .title {
  font-size: 1.2rem;
  font-weight: 700;
  width: 100%;
}

.echo_footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  bottom: 0;
  left: 0;
  font-size: 0.7rem;
  color: white;
}

table.desc_text {
  border: none;
}
table.desc_text tr {
  border-bottom: 1px solid #888;
}
table.desc_text tr td {
  min-width: 100%;
  padding-bottom: 4px;
  padding-top: 4px;
}
table.desc_text tr td:first-child {
  font-weight: 700;
  min-width: 120px;
}
table.desc_text tr td:not(:first-child) {
  padding-left: 8px;
}

textarea.form-control {
  resize: none;
}

.map_container {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 580px;
  border-radius: 4px;
}
.map_container.small {
  height: 240px;
}
.map_container.checkpoint {
  height: 520px;
}

.mdl_search_geo {
  display: block;
  position: absolute;
  z-index: 401;
  padding: 5px;
  background-color: #464646;
  border-radius: 4px;
  width: 250px;
  top: 25px;
  right: 8px;
}

.modalMapClickAway {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0.5), rgba(62, 112, 221, 0.5));
  z-index: 1005;
  transition: all ease-in-out 0.3s;
  opacity: 0;
  pointer-events: none;
}
.modalMapClickAway.show {
  opacity: 1;
  pointer-events: all;
}

.mapLoading {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0.5019607843), rgba(34, 7, 64, 0.5019607843));
  z-index: 1007;
}
.mapLoading.show {
  display: block;
}
.mapLoading .fas {
  position: absolute;
  display: block;
  top: calc(50% - 30px);
  left: calc(50% - 19px);
  transform: translate(calc(-50% + 35px), -50%);
  font-size: 35px;
  width: 35px;
  height: 35px;
  color: #eee;
}
.mapLoading .text {
  position: absolute;
  top: calc(50% + 15px);
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: #eee;
}

.modalMarker {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 350px;
  z-index: 1006;
  border-radius: 4px;
  transition: all ease-in-out 0.2s;
  opacity: 0;
  pointer-events: none;
}
.modalMarker.show {
  opacity: 1;
  pointer-events: all;
}

#txtRes.alert {
  margin-bottom: 0;
}

.mapMenu {
  position: relative;
  max-width: 200px;
}
.mapMenu.stretch {
  max-width: 100%;
}
.mapMenu.scrollable {
  overflow: auto;
  max-height: 100%;
}
.mapMenu .latLngText {
  padding: 10px 0px 5px 0px;
  font-size: 10px;
  color: #ccd8ff;
  font-style: italic;
}
.mapMenu .item {
  display: flex;
  cursor: pointer;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #eee;
  color: #eee;
  border-radius: 3px;
  margin-bottom: 3px;
  padding: 3px 8px 3px 0px;
  transition: all ease-in-out 0.1s;
  text-decoration: none;
}
.mapMenu .item:hover {
  border: 1px solid #e282e8;
  background-color: #343434;
}
.mapMenu .item .fas {
  min-width: 20px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}
.mapMenu .item .fas.fa-location-arrow {
  color: #198754;
}
.mapMenu .item .fas.fa-map-marker {
  color: #2660ac;
}
.mapMenu .item .fas.fa-object-group {
  color: #619be6;
}
.mapMenu .item .fas.fa-circle-notch {
  color: #ce3f3f;
}

.get_current_location_btn {
  background-color: #464646;
  position: absolute;
  z-index: 405;
  padding: 5px;
  border-radius: 4px;
  min-width: 45px;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  right: 10px;
  bottom: 25px;
  cursor: pointer;
  box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.3333333333);
}

.reset_map_marker_btn {
  background-color: #464646;
  position: absolute;
  z-index: 406;
  padding: 5px;
  border-radius: 4px;
  min-width: 45px;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  right: 10px;
  bottom: 74px;
  cursor: pointer;
  box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.3333333333);
  opacity: 0;
  pointer-events: none;
}
.reset_map_marker_btn.shown {
  opacity: 1;
  pointer-events: all;
}

.leaflet-container.crosshair-cursor-enabled {
  cursor: crosshair;
}

.breadcrumb {
  margin-bottom: 3px;
  padding-left: 5px;
}
.breadcrumb .breadcrumb-item a {
  color: #eee;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item.active a {
  color: #f9f694;
}

#my_modal,
#my_modalLG {
  z-index: 1100;
  background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0.5019607843), rgba(34, 7, 64, 0.5019607843));
}

.modal-content {
  background-color: #343434;
}

a.badge {
  cursor: pointer;
  text-decoration: none;
}
a.badge:hover {
  color: #eee;
}

.ci3_info_panel .body .content code {
  background-color: transparent;
}

.codeblock {
  background-color: white;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: #464646;
  color: #eee;
}

table.table {
  width: 100% !important;
}
table.table.table-border thead tr:first-child td,
table.table.table-border tbody tr:first-child td {
  border-top: 1px solid #888;
}
table.table.table-border thead tr td,
table.table.table-border tbody tr td {
  border-right: 1px solid #888;
}
table.table.table-border thead tr td:first-child,
table.table.table-border tbody tr td:first-child {
  border-left: 1px solid #888;
}
table.table thead tr td,
table.table thead tr th {
  text-align: center;
  font-weight: 600;
  background-color: #575757;
  color: #eee;
}
table.table tbody tr td {
  color: #eee;
}

.table-hover > tbody > tr:hover > * {
  color: #eee;
  background-color: #343434;
}

.progress {
  background-color: #343434;
}

.datepicker.datepicker-dropdown.dropdown-menu {
  font-size: 0.75rem;
}

.datehandler,
.datehandlerx {
  cursor: pointer;
  background-color: #fff !important;
}

.form-control,
.form-select {
  border: 1px solid transparent !important;
  background-color: #fff !important;
  color: #242424 !important;
}
.form-control:focus,
.form-select:focus {
  border: 1px solid transparent !important;
  background-color: #fff !important;
  color: #242424 !important;
}
.form-control.readonly,
.form-select.readonly {
  background-color: rgba(255, 255, 255, 0.8) !important;
  cursor: not-allowed;
}

.page-item .page-link {
  background-color: #464646;
  color: #fff;
  border-color: #949494;
}

.page-item.active .page-link {
  background-color: #8e5c9e;
  color: #fff;
  border-color: #949494;
}

.page-item.disabled .page-link {
  background-color: #343434;
  color: #888;
  border-color: #949494;
}

.select2-container {
  width: 100% !important;
}

.select2-container.select2-container--default.select2-container--open {
  z-index: 1200;
}

.select2-results__option {
  color: #242424;
}

.select2-selection {
  min-height: 32px;
}

.modal.fade.show::-webkit-scrollbar {
  width: 8px;
}
.modal.fade.show::-webkit-scrollbar-track {
  background-color: #545454;
  box-shadow: inset 0 0 6px rgba(201, 90, 90, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.modal.fade.show::-webkit-scrollbar-thumb {
  background-color: #949494;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.cb_syarat {
  padding-top: 3px;
}
.cb_syarat:hover,
.cb_syarat input[type=checkbox]:hover {
  cursor: pointer;
}

.idfilter {
  padding-top: 5px;
}

.form-check-input,
.form-check-label {
  cursor: pointer !important;
}

.btn_print_qrcode {
  display: block !important;
  position: absolute !important;
  right: 10px;
  bottom: 10px;
  min-width: 40px;
  max-width: 80px;
  height: auto;
}

.latlong_hover:hover {
  color: #75f089 !important;
}

.print_only {
  display: none;
}

.web_only {
  display: block;
}

hr.mini {
  margin: 5px 0 3px 0;
}

@media print {
  .print_only {
    display: block !important;
  }
  .web_only {
    display: none !important;
  }
}
.select2-results__option {
  overflow-wrap: break-word !important;
}

.nav-tabs {
  border-bottom: 1px solid #eed673;
}
.nav-tabs .nav-link {
  padding: 3px 8px;
  color: #eee;
  background-color: #545454;
  margin-right: 4px;
  margin-top: 5px;
  border-color: #eee #eee #eed673 #eee;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}
.nav-tabs .nav-link:hover {
  border-bottom: 1px solid #eed673;
}
.nav-tabs .nav-link.active {
  color: #f9f694;
  background-color: #464646;
  border-color: #eed673;
}
.nav-tabs.nav-pills {
  border-bottom: none;
}
.nav-tabs.nav-pills .nav-link {
  padding: 3px 8px;
  color: #eee;
  background-color: #545454;
  margin-right: 4px;
  margin-top: 5px;
  border-color: none;
  border: 1px solid #eee;
  border-radius: 4px;
}
.nav-tabs.nav-pills .nav-link:hover {
  border-bottom: none;
  border: 1px solid #eed673;
}
.nav-tabs.nav-pills .nav-link.active {
  color: #f9f694;
  background-color: #464646;
  border-color: #eed673;
}

.tab-pane {
  padding-top: 10px;
}

a.block-link {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #eee;
}
a.block-link .big-icon {
  font-size: 3rem;
}

.h-100 {
  height: 100%;
}

.banner_thumb_container {
  background-color: #545454;
  border-radius: 4px;
  display: block;
  position: relative;
  width: 100%;
  height: 120px;
  overflow: hidden;
}
.banner_thumb_container .text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner_thumb_container .image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 480px) {
  .banner_thumb_container .image {
    width: auto;
    height: 120%;
    min-height: auto;
  }
}

.rally_banner_container {
  background-color: #545454;
  border: 1px solid #f9f694;
  border-radius: 4px;
  display: block;
  position: relative;
  height: 640px;
  width: 100%;
  overflow: hidden;
}
.rally_banner_container .text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.2rem;
  transform: translate(-50%, -50%);
}
.rally_banner_container .image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 480px) {
  .rally_banner_container .image {
    width: auto;
    height: 120%;
    min-height: auto;
  }
}

.rally_item {
  display: block;
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #eee;
  border-radius: 4px;
  margin: 2px 0 2px 0;
  color: #eee;
  transition: all 0.2s ease-in;
  background-color: transparent;
  text-decoration: none;
}
.rally_item .title {
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 700;
  color: #eee;
  transition: all 0.2s ease-in;
}
.rally_item .date {
  font-size: 0.95rem;
  text-transform: uppercase;
  font-weight: 700;
}
.rally_item .desc {
  display: block;
  max-height: 3.6rem;
  overflow: hidden;
}
.rally_item:hover {
  border: 1px solid #eed673;
  background-color: #464646;
}
.rally_item:hover .title {
  color: #eed673;
}

.count_text {
  font-size: 2.7rem;
  text-align: center;
  font-weight: 700;
  color: #eed673;
}
.count_text.success {
  color: #37db8e;
}
.count_text.danger {
  color: #eb7070;
}
.count_text.info {
  color: #3edbcb;
}

.rally_detail_container {
  display: block;
  width: 100%;
  height: auto;
}
.rally_detail_container .count_desc {
  font-size: 1.2rem;
  font-weight: 500;
}

.banner-overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 6px;
  border-radius: 4px;
  overflow: hidden;
}
.banner-overlay .tint {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: linear-gradient(to left, rgba(0, 0, 0, 0), #464646);
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.banner-overlay .tint .block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 8px 10px 8px 20px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.banner-overlay .tint .block .text {
  font-size: 2rem;
  font-style: italic;
  font-weight: 700;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.banner-overlay .tint .block .button-container {
  display: flex;
  align-items: center;
  justify-content: end;
}
.banner-overlay .tint .block .button-container .link-button {
  border: 2px solid #5c5c5c;
  background-color: #7b7b7b;
  color: #d2d2d2;
  padding: 5px 25px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.15s ease-in;
  text-decoration: none;
  font-weight: 500;
  font-style: italic;
}
.banner-overlay .tint .block .button-container .link-button:hover {
  border: 2px solid #c6c6c6;
  background-color: #dbdbdb;
  color: #232323;
}
.banner-overlay .tint .block .button-container .link-button.left {
  border-radius: 0px;
  border-width: 2px 1px 2px 2px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.banner-overlay .tint .block .button-container .link-button.right {
  border-radius: 0px;
  border-width: 2px 2px 2px 1px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.banner-overlay .tint .block .button-container .link-button.danger {
  border: 2px solid #962020;
  background-color: #bf3030;
  color: #eaeaea;
}
.banner-overlay .tint .block .button-container .link-button.danger:hover {
  border: 2px solid #943636;
  background-color: #ea5757;
  color: #232323;
}
.banner-overlay .tint .block .button-container .link-button.warning {
  border: 2px solid #636817;
  background-color: #8f8b23;
  color: #eaeaea;
}
.banner-overlay .tint .block .button-container .link-button.warning:hover {
  border: 2px solid #929436;
  background-color: #e0ea57;
  color: #232323;
}
.banner-overlay .tint .block .button-container .link-button.success {
  border: 2px solid #3e7e1c;
  background-color: #319b26;
  color: #eaeaea;
}
.banner-overlay .tint .block .button-container .link-button.success:hover {
  border: 2px solid #449436;
  background-color: #66ea57;
  color: #232323;
}
.banner-overlay .tint .block .button-container .link-button.info {
  border: 2px solid #1b7a6e;
  background-color: #258f91;
  color: #eaeaea;
}
.banner-overlay .tint .block .button-container .link-button.info:hover {
  border: 2px solid #368994;
  background-color: #57eae5;
  color: #232323;
}
.banner-overlay .tint .block:hover {
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.2705882353));
}
.banner-overlay .tint .block.danger:hover {
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(255, 71, 71, 0.2705882353));
}
.banner-overlay .tint .block.warning:hover {
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(252, 255, 71, 0.2705882353));
}
.banner-overlay .tint .block.success:hover {
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(71, 255, 89, 0.2705882353));
}
.banner-overlay .tint .block.info:hover {
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(71, 255, 252, 0.2705882353));
}

.dropdown-menu.show {
  background-color: #464646;
  font-size: 0.75rem;
  box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.3333333333);
}
.dropdown-menu a.dropdown-item {
  color: #eee;
}
.dropdown-menu a.dropdown-item.disabled {
  opacity: 0.4;
}
.dropdown-menu a.dropdown-item:hover {
  background-color: #545454;
}
.dropdown-menu a.dropdown-item i.fas,
.dropdown-menu a.dropdown-item i.fa {
  min-width: 20px;
  text-align: center;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#echo_fullscreen_loading {
  position: fixed;
  display: flex;
  width: 100vw;
  height: 100vh;
  align-content: center;
  justify-content: center;
  align-items: center;
  z-index: 42069;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  pointer-events: none;
  opacity: 0;
}
#echo_fullscreen_loading.shown {
  pointer-events: all;
  opacity: 1;
}
#echo_fullscreen_loading #echo_loading_box {
  width: 50vw;
  min-height: 200px;
  text-align: center;
  display: block;
  position: relative;
}
#echo_fullscreen_loading #echo_loading_box #echo_loading_text {
  background-color: rgba(0, 0, 0, 0.3);
  border: 2px solid #6ba97b;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px 15px;
}
#echo_fullscreen_loading #echo_loading_box #echo_loading_bar {
  display: block;
  position: relative;
  width: 100%;
  height: 20px;
  background-color: #4d5653;
  border: 2px solid #6ba97b;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#echo_fullscreen_loading #echo_loading_box #echo_loading_bar #echo_loading_progress {
  background-color: #92ddc5;
  transition: width 0.3s ease;
  width: 1%;
  height: 40px;
}/*# sourceMappingURL=style.css.map */