.padded-in{
  margin-top: 3vh;
  margin-bottom: 3vh;
  margin-left: 3vw;
  margin-right: 3vw;
  padding-top: 5vh;
  padding-bottom: 5vh;
  padding-left: 3vw;
  padding-right: 3vw;
  background-color:white !important;
  border-radius: 10px;
  -webkit-box-shadow: 24px 43px 123px -51px rgba(167,180,199,1);
  -moz-box-shadow: 24px 43px 123px -51px rgba(167,180,199,1);
  box-shadow: 24px 43px 123px -51px rgba(167,180,199,1);
}
.content-wrapper{
  background-color:white !important;
}
.vertical-middle{
  vertical-align:middle;
}

.bg-purple{
  background-color:rgb(90, 1, 90) !important;
}

.bg-white{
  background-color:white !important;
  border: 1px solid #ced4da;
}

.bg-white:hover{
  background-color: #E3D9E7 !important;
}

.bg-orange{
  background-color:rgb(241, 214, 179) !important;
}

.bg-grey{
  background-color:rgb(169,169,169) !important;
}

.text-white{
  color:white !important;
}

.text-purple{
  color:rgb(90, 1, 90) !important;
}

.text-purple2{
  color:rgb(90, 1, 90) !important;
}

.text-black{
  color:black !important;
}

.border-none{
  border: none !important;
}

.border-bottom-white{
  border-bottom: 1px solid #dee2e6;
}

.menu-title{
  display: inline-block;
}

.float-left{
  float: left;
}

.float-right{
  float: right;
}

.border-purple{
  border: 2px rgb(136, 0, 136) solid;
  height: 250px;
  margin-top: 250px;
  line-height: 250px;
}

.inline-block{
  display: inline-block;
}

.margin-top-utama{
  margin-top: 150px;
}

.margin-top-utama2{
  margin-top: 100px;
}

.utama-icon{
  font-size:5em !important;
  color:rgb(90, 1, 90);
}

.add-icon{
  font-size:2em !important;
  color:rgb(90, 1, 90);
}

.delete-icon{
  font-size:1.3em !important;
  color:#c82333;
}

.utama-font{
  font-size:1em;
  color:rgb(90, 1, 90) !important;
  padding-top:25px;
}

.link-no-deco{
  text-decoration:none;
}

.margin-auto{
  margin: auto;
}

.margin-zero{
  margin: 0;
}

.divTable{
	display: table;
  border: 1px solid #ced4da;
	width: 100%;
  border-collapse: collapse;
}

.divTableRow {
	display: table-row;
  border-bottom: 1px solid #ced4da;
}

/* .divTableRow:hover {
  transition: scale(1.1);
} */

.divTableHeading {
	display: table-header-group;
}

.divTableCell, .divTableHead {
	display: table-cell;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: 50%;
	height: 60px;
  border: 1px solid #ced4da;
}

.divTableHeading {
	display: table-header-group;
	font-weight: bold;
}

.divTableFoot {
	display: table-footer-group;
	font-weight: bold;
}

.divTableBody {
	display: table-row-group;
}

.dataRow {
	display: table-row;
}

.btn-purple{
  background-color:rgb(90, 1, 90) !important;
  color:white;
  border-color:rgb(90, 1, 90) !important;
  margin-top: 50px;
}

.btn-purple2{
  background-color:rgb(90, 1, 90) !important;
  color:white;
  border-color:rgb(90, 1, 90) !important;
}

.btn-purple2:hover{
  background-color:rgb(59, 3, 59) !important;
  color:white;
  border-color:rgb(59, 3, 59)!important;
}

.btn-green{
  background-color:#44e67f !important;
  color:white;
  border-color:#44e67f !important;
}

.btn-green:hover{
  background-color:#28a745 !important;
  color:white;
  border-color:#28a745!important;
}

.btn-green2{
  background-color:#34a835 !important;
  color:white;
  border-color:#34a835 !important;
}

.btn-green2:hover{
  background-color:#247324 !important;
  color:white;
  border-color:#247324!important;
}

.btn-blue{
  background-color:#007bff !important;
  color:white;
  border-color:#007bff !important;
}

.btn-blue:hover{
  background-color:#0062cc !important;
  color:white;
  border-color:#0062cc!important;
}

.btn-gray{
  background-color:#6c757d !important;
  color:white;
  border-color:#6c757d !important;
}

.btn-gray:hover{
  background-color:#5a6268 !important;
  color:white;
  border-color:#5a6268!important;
}

.btn-red{
  background-color:#dc3545 !important;
  color:white;
  border-color:#dc3545 !important;
}

.btn-red:hover{
  background-color:#bd2130 !important;
  color:white;
  border-color:#bd2130!important;
}

.btn-without-color{
  background-color:#ffff !important;
  color:rgb(90, 1, 90);
  border:1px solid rgb(90, 1, 90) !important;
}

.btn-without-color:hover{
  background-color:rgb(59, 3, 59) !important;
  color:white;
  border-color:rgb(59, 3, 59)!important;
}

.btn-without-color2{
  background-color:#ffff !important;
  color:#5a5a5a;
  border:1px solid #5a5a5a;
}

.btn-without-color2:hover{
  background-color:rgb(59, 3, 59) !important;
  color:white;
  border-color:rgb(59, 3, 59)!important;
}

.btn-without-color3{
  background-color:#ffff !important;
  color:#5a5a5a !important;
  border:1px solid #5a5a5a !important;
}

.btn-without-color3:hover{
  background-color:#dc3545 !important;
  color:white !important;
  border-color:#dc3545!important;
}
/* .btn-save{
  background-color: #00D100 !important;
  color:white;
  border-color: #00D100 !important;
}

.btn-save:hover{
  background-color:rgb(4, 160, 4)!important;
  color:white;
  border-color:rgb(4, 160, 4)!important;
} */

.btn-purple-dialog{
  background-color:rgb(90, 1, 90) !important;
  color:white;
  border-color:rgb(90, 1, 90) !important;
  padding:5px;
}

.btn{
  font-size: 1rem  !important;
}

.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: .8em;
}

.ui-widget-content {
  background: #F9F9F9;
  color: #222222;
}

.ui-dialog {
  left: 0;
  outline: 0 none;
  padding: 0px !important;
  position: absolute;
  top: 0;
  z-index: 5001;
}

.ui-dialog .ui-dialog-content {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  overflow: auto;
  position: relative;
  padding: 20px !important;
}

.ui-widget-header {
  background: rgb(90, 1, 90);
  border: 0;
  color: #fff;
  font-weight: normal;
  padding: 5px !important;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .7em .5em !important;
  position: relative;
  font-size: 1em;
}

.ui-dialog-titlebar-close {
    visibility: hidden;
}

.ui-dialog-buttonset{
  text-align: center;
  margin: 5px !important;  
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

.ui-dialog-buttonset button:not(:first-child) {
  margin-left: 20px;
}

#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 5000; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  color:#ccc;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  color:#ccc;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
  color: #bbb;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: rgb(90, 1, 90);
  color: white;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 20px;
  border: 1px solid #ccc;
  border-top: none;
}
.tabcontentActive {
  padding: 20px;
  border: 1px solid #ccc;
  border-top: none;
}

.label-top{  
  vertical-align: top;
}

.solid {
  border-top: 1px solid rgb(90, 1, 90);
}

.solid2 {
  border-top: 0.5px solid rgb(90, 1, 90);
}

.rm{
  float:left;
  line-height:calc(2.25rem + 2px);
}

.Red{
  color:red;
}

.Green{
  color:green;
}

.Purple{
  color:rgb(90, 1, 90);
}

.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.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: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #00D100;
}

input:focus + .slider {
  box-shadow: 0 0 1px #00D100;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}

.circleDiv {
  width: 100px;
  height: 100px;
  border: 3px solid rgb(90, 1, 90);
  background: white;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.circleDiv2 {
  width: 160px;
  height: 160px;
  border: 3px solid rgb(90, 1, 90);
  background: white;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 80px;
  cursor: pointer;
}

.circleDiv2:hover {
  background:rgb(90, 1, 90, 0.2);
}

.circleText {
  color:rgb(90, 1, 90);
  line-height: 100px;
  font-size:2em;
}

.iconLeft{
  float:left; 
  height:50px; 
  line-height: 50px;
}

.iconRight{
  float:right;
  font-size:0.8em; 
  height:50px; 
  line-height: 50px;
}

.icon-hvr{
  color: rgb(90, 1, 90);
  transition: transform .2s; 
}

.icon-hvr:hover{
  color: #00D100;
  cursor: pointer;
  transform: scale(1.1);
}

.icon-hvr2{
  color: rgb(95, 95, 95);
}

.card-play{
  height: 30vh;
  padding-top: 10vh;
  padding-bottom: 5vh;
  padding-left: 5vw;
  padding-right: 5vw;
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 24px 43px 123px -51px rgba(167,180,199,1);
  -moz-box-shadow: 24px 43px 123px -51px rgba(167,180,199,1);
  box-shadow: 24px 43px 123px -51px rgba(167,180,199,1);
}

.buttonOK {
  background-color: rgb(90, 1, 90);
  border: none;
  color: white;
  padding: 0.5em 0.5em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
}

.ui-dialog-titlebar{
  text-align: center !important;
}

.ui-dialog-content{
  text-align: center !important;
}

button { 
  text-transform: uppercase !important;
}

button[type="button"] { 
  background-color: rgb(90, 1, 90);
  border: none;
  color: white;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
  outline: none;
  min-width: 100px;
}

.button { 
  border: none;
  color: white;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
  outline: none;
  min-width: 100px;
}

.ui-dialog-title{
  width: 100% !important;
}

.ui-dialog-titlebar-close{
  display: none !important;
}

.fa{
  cursor:pointer !important;
  font-size:1.2vw !important;
}

.pagination-button{ 
  background-color: rgb(90, 1, 90);
  border: none;
  color: white;
  padding: .25em .5em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  border-radius: 5px;
}

.pagination-text{
  color: rgb(90, 1, 90);
  font-size: 16px;
}

.addColumn{
  font-size:2em !important;
}

.delete-icon{
  font-size:1.3em !important;
}

.divCetak{
  padding-left: 3vw !important;
  padding-right: 3vw !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
}

.activeTab{
	background-color:rgb(61, 3, 61) !important;
}

.pointerRow{
	cursor: pointer !important;
}
.pointerRow2{
	cursor: default !important;
}

.login-box, .register-box {
    top: 40vh !important;
    width: 450px;
    position: absolute;
    left: 57vw !important;
}

.tooltippointer {
	font-size: 1rem !important;
}

.tooltiptext {
	visibility: hidden;
	min-width: 120px;
	max-width: 520px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: .7rem !important;
}

.tooltippointer:hover .tooltiptext {
	visibility: visible;
}

.add-komuniti-icon{
  font-size:2em !important;
  color:rgb(90, 1, 90);
}

.delete-komuniti-icon{
  font-size:2em !important;
  color:#c82333;
}

.display-none{
  display:none;
}

.capitalize{
  text-transform: capitalize;
}

.add-icon-wording{
  font-size:.5em !important;
  color:rgb(90, 1, 90);
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.delete-icon-wording{
  font-size:.5em !important;
  color:#c82333;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.brWording{
	display: block; /* makes it have a width */
    content: ""; /* clears default height */
    margin-top: -1em; /* change this to whatever height you want it */
}

.brWording1{
	display: block; /* makes it have a width */
    content: ""; /* clears default height */
    margin-top: -.5em; /* change this to whatever height you want it */
}

.uppercase {
  text-transform: uppercase;
}
