@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
a{
	text-decoration: none;
	color: #501C5C;
}
body{
  padding-top: 3.5rem;
  font-family: 'Lato', sans-serif, helvetica;
  /*background: #FAFBFD;*/
  background: #ffffff;
  /*background: #ffffff url('../images/bg_feature.png') no-repeat -500px 100px;*/
  /*background: linear-gradient(#F8F9FA,#ffffff)*/
}

@media (min-width: 1200px)
	modal-xl {
	    max-width: 1240px;
  }

.modal-header{
	background: #FCF5FF;
	color: #494662;
	border-bottom: none !important;
}

.title_main_menu{
	color: #ffffff !important;
	/*background: #511D5D;*/
	padding: 5px;
	border-radius: 10px;
}

.title_main_menu p{
	font-size: 13px;
}

.color_tosca{
	background: linear-gradient(45deg,#26C662,#177D3E);
}
.color_red{
	background: linear-gradient(45deg,#FB756C,#F92817);
}
.color_purple{
	background: linear-gradient(45deg,#6261ED,#272981);
}
.color_krem{
	background: linear-gradient(45deg,#FABF3D,#DD8C04);
}
.color_biru{
	background: linear-gradient(45deg,#1475EB,#6BB1F6);
}

/* WAVE */
.wave_tosca{
	background: url('../images/bg_green.jpg') no-repeat left top;
}
.wave_red{
	background: url('../images/bg_red.jpg') no-repeat left top;
}
.wave_purple{
	background: url('../images/bg_purple.jpg') no-repeat left top;
}
.wave_krem{
	background: url('../images/bg_yellow.jpg') no-repeat left top;
}
.wave_biru{
	background: url('../images/bg_blue.jpg') no-repeat left top;
}


.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: .4rem .8rem !important;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}



.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    border-radius: 3rem;
    font-weight: bold;
}
.navbar-toggler-icon { 
    border-color: lightgreen; 
} 

.ajaxmenu_2{
	text-align: left !important;
}


.listparent{
	background-color: #ffffff!important;
	/*border-radius: 18px !important;*/

}
.listparent:hover{
	/*background-color: #FEF5F9!important;*/
}
.judul_h1{
	/*color: #8599B7 !important;*/
	padding-top: 5px;
	color: #ffffff !important;
	font-weight: bolder !important;
}
.bg-custom-krem{
	/*background-color: #FFF8DE;*/
	background-color: #FEF6E3;
}
.bg-custom-nav{
	/*background-color: #501C5C;*/
	/*border-top: 3px solid #77E0B5;*/
	/*border-top: 5px solid #B71271;*/
	background: linear-gradient(135deg,#855126 67%,#f16e03 33%);
	/*background: linear-gradient(45deg,#501C5C 61%,#CB147D 39%);*/
}
.bg-custom-plum{
	background-color: #DDF7FB;
}
.bg-custom-hijau{
	background-color: #18b190;
}
.bg-custom-tosca{
	background-color: #09B5A4;
}
.bg-custom-biru{
	background-color: #192C62;
}
.bg-custom-ungu{
	background-color: #D7CFFD;
}
.bg-custom-kuning{
	background-color: #F4C555;
}
.bg-custom-abu{
	/*background: #F8FAFE;*/
	/*background: #F3FFF6;*/
	/*background: linear-gradient(45deg,#F730C6,#5A19EF);*/
	/*background: linear-gradient(45deg,#B71271 65%,#501C5C 30%);*/
	background: linear-gradient(135deg,#f16e03 65%,#855126 30%);
}
.bg-custom-abu2{
	background: #8599B7;
}
.bg-custom-merah{
	background-color: #EB595D;
}
.bg-custom-pink{
	background-color: #FF7292;
}

.bg-wavy-yellow{
	background: url('../images/wavy_yellow.png') no-repeat center top !important;
}
.bg-wavy-green{
	background: url('../images/wavy_green.png') no-repeat center top !important;
}

.btn-custom-ungu{
	background-color: #E7E7FF;
	color: #2B2A72;
	border: none;
}
.btn-custom-ungu:hover{
	background-color: #D2D2FF;
	color: #2B2A72;
	box-shadow: 0 .2rem .5rem rgba(0,0,0,.15)!important;
	border: none;
}
.navbar-light .navbar-nav .nav-link{
	color: #ffffff!important;
	font-weight: bold;
}
.nav-link{
	margin-right: 1px;
	/*border-radius: 3rem;*/
	padding: 10px 15px!important;
}
.nav-link:hover{
	background: #f80800;
	color: #ffffff;
}
.card a:hover{
	background-color: #FBF9F0;
}
.card{
	border: none !important;
	/*border-top: 2px solid #E7E7FF !important;*/
}

.card-header{
	border-bottom: none;
	color: #1F252E;
	background-color: transparent;
}
.card-header h4{
	font-size: 20px;
}
.card-body{
	
	padding: .5rem .5rem;
}

.h5, h5 {
    font-size: 1.05rem;
}









/* scaffolding */
/* ----------- */


.tt-menu,
.gist {
  text-align: left;
}




/* TYPE AHEAD */
/* ----------- */

.table-of-contents li {
  display: inline-block;
  display: inline;
  zoom: 1;
}

.table-of-contents li a {
  font-size: 16px;
  color: #999;
}


/* site theme */
/* ---------- */

.title {
  margin: 20px 0 0 0;
  font-size: 64px;
}

.example {
  padding: 30px 0;
}

.example-name {
  margin: 20px 0;
  font-size: 32px;
}

.demo {
  position: relative;
  z-index: 1;
  margin: 50px 0;
}

.typeahead,
.tt-query,
.tt-hint {
  /*height: 30px;
  display: block;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;*/
  width: 100%!important;
  display: block;
  font-size: 14px;
  padding: 4px 10px;
}

.typeahead {
  background-color: #fff;
  height: 45px;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 15px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}

/* example specific styles */
/* ----------------------- */

#custom-templates .empty-message {
  padding: 5px 10px;
 text-align: center;
}

#multiple-datasets .league-name {
  margin: 0 20px 5px 20px;
  padding: 3px 0;
  border-bottom: 1px solid #ccc;
}

#scrollable-dropdown-menu .tt-menu {
  max-height: 150px;
  overflow-y: auto;
}

#rtl-support .tt-menu {
  text-align: right;
}