.pi-btn {
	display:inline-block;
	text-align:center;
	vertical-align:middle;
	border: 1px solid #ccc;
	font:size: 14px;
	border-radius: 4px;
	margin: 0;
	padding:5px;
	text-transform:none;
	user-select:none;
	-ms-user-select:none;
	-moz-user-select:none;
	webkit-user-select:none;
}
.pi-btn:hover {
	text-decoration: none;
	cursor:pointer;
}

.pi-btn:disabled {
	opacity:0.65;
	cursor: auto;
}

.pi-btn i {
	font-family:'pramukhindic';
	font-style:normal;
}

.pi-movable {
	cursor:move;
}

.pi-more-down:before {
	font-family: 'pramukhindic';
	content:"\e005";
}

.pi-more-up:before {
	font-family: 'pramukhindic';
	content:"\e003";
}
.pi-more-right:before {
	font-family: 'pramukhindic';
	content:"\e004";
}

.pi-more-left:before {
	font-family: 'pramukhindic';
	content:"\e002";
}

.pi-external:before {
	font-family: 'pramukhindic';
	content:"\e006";
}

.pi-reset:before {
	font-family: 'pramukhindic';
	content:"\e007";
}

/* used for the top drop down */
.pi-ui-title {
	font-weight:bold;
	border-bottom: 1px solid #000;
}
.pi-img-fluid {
	max-width:100%;
	height: auto;
}

#pramukhime-layer {border: 1px solid #ddd; padding: 5px; position:fixed; background-color:white; top:2px; right:0px; z-index:2001;}
#pramukhime-layer.pi-warning {border: 1px solid red; color:red; font-weight:bold;}
#pramukhime-select-lang {width: auto; display:inline;}
#pramukhime-content {text-align:right; width:100%;}
#pramukhime-reset-message { display:none;}
#pramukhime-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: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2002; /* Specify a stack order in case you're using a different order for other elements */
}
#pramukhime-overlay-details {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #ddd;
  max-width:600px;
  cursor: auto;
}

.pi-tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.pi-tab button.pi-tablinks {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  opacity:0.65;
}

.pi-tab button.pi-tablinks.right-button {
  float: right;
}

.pi-tab button.pi-tablinks.active {
  opacity:1.0;
}

.pi-tab button.pi-tablinks:hover {
  opacity:0.85;
  text-decoration: none;
}

.pi-tabcontent {
  display: block;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.pi-row {
	width:100%;
	margin-bottom:10px;
	clear:both;
}
.pi-row:after {
  content: "";
  display: table;
  clear: both;
}
.pi-col-6 {
	width:50%;
	float:left;
}

