/* ==========================================================================
	#pjCpFormActions
========================================================================== */
[id^=pjWrapper] .pjCpFormActions { margin-top: 10px; }
[id^=pjWrapper] .pjCpFormRating { margin-top: 5px; }
[id^=pjWrapper] .pjCpCheckbox { margin-top: 7px; }
[id^=pjWrapper] .pjCpUpload { margin-top: 5px; }
[id^=pjWrapper] .pjCpCheckbox input,
[id^=pjWrapper] .pjCpUpload input { cursor: pointer; }
[id^=pjWrapper] .submitRequestButton{height: 100px;}

[id^=pjWrapper] .pjCpAvatar{ margin-right: 12px;}
[id^=pjWrapper] .pjCpMessageContainer{margin-bottom: 16px;}
[id^=pjWrapper] .pjCpErrorContainer{display:none;}
[id^=pjWrapper] .pjCpErrorContainer ul{padding-left: 16px;}
[id^=pjWrapper] .pjCpFormRating a{ font-size: 18px; }
/* ==========================================================================
	Tiny Dialog
========================================================================== */
#tinybox {
	position: absolute;
	display: none;
	padding: 10px;
	background: #fff;
	border: 10px solid #e3e3e3;
	z-index: 2000;
	font: 12px normal Arial, sans-serif;
}

#tinymask {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	z-index: 1500;
	opacity: 0.5 !important;	
}

#tinycontent {
	background: #fff
}
#tinybox .btn{
	-moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
#tinybox .btn-default{
	background-color: #fff;
    border-color: #ccc;
    color: #333;
}
#tinybox .btn-default:hover{
	background-color: #e6e6e6;
    border-color: #adadad;
    color: #333;
}
.button-47 {
  align-items: center;
  background: #FFFFFF;
  border: 0 solid #E2E8F0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  color: #1A202C;
  display: inline-flex;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  height: 56px;
  justify-content: center;
  line-height: 24px;
  overflow-wrap: break-word;
  padding: 24px;
  text-decoration: none;
  width: auto;
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

/* Style tab links */
.tablink {
    background-color: #555;
    color: white !important;
    float: left;
    border: none;
    outline: none;
    cursor: pointer !important;
    padding: 14px 16px;
    font-size: 17px !important;
    width: 25%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.tablog {
    background: white;
    padding: 4px 10px;
    font-size: 17px !important;
    float: left;
    border: none;
    outline: none;
    cursor: pointer !important;
    width: 50%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.tablink:hover {
  background-color: #777;
}
.tablog:hover {
  background-color: #fff;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: black;
  display: none;
  padding: 100px 20px;
  height: 100%;
}

#Read {background-color: #f9f9f0;}
#Write {background-color: white;}


/* ==========================================================================
	.Modal
========================================================================== */
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.fade.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}