@font-face {
  font-family:"Poppins-Bold";
  src:url("/cms/css/Poppins-Bold.ttf") format("truetype");
}
@font-face {
  font-family:"Poppins-Regular";
  src:url("/cms/css/Poppins-Regular.ttf") format("truetype");
}

body.cpa, body.cpa #wrapper { width:100%; height:100%; margin:0; background-color:#fff; color:#000; text-align:left; font-size:18px; line-height:1.2em; font-family: "Poppins-Regular", sans-serif; }
body.cpa b, body.cpa strong { font-family:"Poppins-Bold", sans-serif; font-weight:normal; }
body.cpa header, body.cpa #nav-trigger, body.cpa label[for="nav-trigger"], body.cpa nav#mainmenu, body.cpa footer { display:none; }

body.cpa.type31 td:not(:only-child) .label {
  text-align:center;
  padding:10px;
  min-height:55px;
}
body.cpa.type31 td:not(:only-child) .value {
  text-align:center;
  font-size:1.5em;
  font-weight:bold;
  padding-bottom:5px;
}
body.cpa.type31 td:not(:only-child) .percent, body.cpa:not(.loggedin) td:not(:only-child) {
  display:none;
}
body.cpa.type31 td:not(:only-child) {
  text-align:center;
  padding:5px 5px 5px 10px;
  border: 2px solid #919195;
}

body.cpa.type32 .content.detail { font-size: 16px; }

body.cpa.type38 .f2list-wrapper, body.cpa.type32 .list-wrapper, body.cpa.type52 .list-wrapper { overflow-y: auto; height:100%; max-height: 500px; margin-top:15px; border:2px solid #919195; }
body.cpa.type38 .f2list-wrapper thead td, body.cpa.type32 .list-wrapper thead td, body.cpa.type52 .list-wrapper thead td, body.cpa.type52 .list-wrapper thead th { position: sticky; top: 0; background-color:#919195; }
body.cpa.type38 .f2list-wrapper table, body.cpa.type32 .list-wrapper table, body.cpa.type52 .list-wrapper table { border-collapse: collapse; width: 100%; }
body.cpa.type38 .f2list-wrapper td, body.cpa.type32 .list-wrapper td, body.cpa.type52 .list-wrapper td, body.cpa.type52 .list-wrapper th, body.cpa.type38 .f2report th, body.cpa.type38 .f2report td { padding: 5px 10px; }
body.cpa.type32 .list-wrapper td { background-color:#fff; font-size: 14px; }

body.cpa a { color:#000; }
body.cpa .loginerror { margin:10px 0; color:#f00; }

body.cpa h1, body.cpa h2, body.cpa h3 { line-height:2em; margin:0; font-family:"Poppins-Bold", sans-serif; font-weight:normal; }
body.cpa h1 { font-size: 28px; padding-left:170px; background-image:url("https://www.abusol.com/upl/2246.png"); background-repeat:no-repeat; background-size:160px auto; background-position: left center; }
body.cpa h2 { font-size: 24px; }
body.cpa h3 { font-size: 20px; }
body.cpa ul { padding-left: 20px; }
body.cpa section { padding:30px; }

body.cpa form { margin:10px 0; }
body.cpa input[type="text"], body.cpa input[type="password"], body.cpa select, body.cpa textarea { display:inline-block; color:#000; background-color:#fff; font-size:inherit; padding: 5px 10px; margin: 3px 0; border:1px solid #000; border-radius:5px; font-family: Arial, sans-serif; }

body.cpa select::-ms-expand { display: none; }
body.cpa select {
  -moz-appearance: none;
  -webkit-appearance: none;
  position:relative;
  padding-right:30px;
  outline:none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBvbHlnb24gcG9pbnRzPSIxLDcgMTksNyAxMCwxNiIgc3R5bGU9ImZpbGw6YmxhY2s7Ii8+PC9zdmc+");
  background-repeat:no-repeat;
  background-position:right 12px center;
  background-size:12px 12px;
}

body.cpa input[type="checkbox"] { display:none; }
body.cpa input[type="checkbox"] + label { padding-left:5px; cursor:pointer; }
body.cpa input[type="checkbox"] + label::before { margin: 5px; font-family: fontawesome; display: inline-block; content: "\f00c"; color: #fff; border: 1px solid #ccc; border-radius: 5px; padding: 2px; font-size: 14px; line-height: 18px; width: 18px; text-align: center;}
body.cpa input[type="checkbox"]:checked + label::before { color:#000; }
body.cpa label { display:inline-block; padding-right:10px; }

body.cpa input[type="submit"], body.cpa input[type="button"], body.cpa a.button, body.cpa.type38 .actions a, body.cpa.type32 .actions a, body.cpa.type52 .actions a, body.cpa.type52 a.back, body.cpa.type52 .popupwrapper > a {
  display:inline-block;
  color:#B79F3F;
  background-color:#fff;
  font-weight:bold;
  text-decoration:none;
  transition:all 300ms ease 0ms;
  padding:15px 30px;
  margin:10px 0;
  border:2px solid #B79F3F;
  border-radius:20px;
  cursor:pointer;
  font-size: 18px;
  line-height: 1.2em;
}
body.cpa a.button.pre-icon {
  padding: 15px 30px 15px 20px;
}
a.button.pre-icon::before {
  font-family: fontawesome;
  padding-right: 10px;
}
a.button.pre-icon.back::before {
  content:"\f060";
}
body.cpa input[type="submit"]:hover body.cpa input[type="button"]:hover, body.cpa input[type="submit"]:active, body.cpa input[type="button"]:active, body.cpa a.button:hover, body.cpa a.button:active, body.cpa.type38 .actions a:hover, body.cpa.type52 .actions a:hover, body.cpa.type38 .actions a:active, body.cpa.type52 .actions a:active, body.cpa.type32 .actions a:hover, body.cpa.type32 .actions a:active, body.cpa.type52 a.back:hover , body.cpa.type52 a.back:active { color:#000; }

body.cpa.type38 .actions, body.cpa.type32 .actions, body.cpa.type52 .actions { float:left !important; padding:10px 30px 30px 0; width:220px; }
body.cpa.type38 .actions a, body.cpa.type32 .actions a, body.cpa.type52 .actions a { text-align:center; }
body.cpa.type38 .actions .active, body.cpa.type32 .actions .active, body.cpa.type52 .actions .active { color:#000; }
body.cpa.type38 .actions .sep, body.cpa.type32 .actions .sep, body.cpa.type52 .actions .sep { color:#fff; display:block; }

body.cpa section input[type="radio"] + label {
  user-select:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  margin:0;
  padding:0;
  cursor:pointer;
}
body.cpa section input[type="radio"] + label:before {
  margin:5px;
  font-family:fontawesome;
  font-size:1.2em;
  display:inline-block;
}
body.cpa section input[type="radio"] { display:none; }
section input[type="radio"] + label:before {
  content:"\f111";
}
section input[type="radio"]:checked + label:before {
  content:"\f192";
}

body.cpa.type32 table td, body.cpa.type32 table th { padding:2px 5px; }
body.cpa.type52 table.whois2.detail label.required::after { content:"* "; }

body.cpa #colortoggle { float:right; cursor:pointer; padding:2px 5px; text-decoration:underline; font-size:.5em; }
body.cpa .actions + .content { 
  float:left; 
  padding:0 0 0 30px; 
  border-left:2px solid #919195; 
  width:calc(100% - 300px); 
  z-index: 0;
  position: sticky;
}

#cookiebar {
  position:fixed;
  bottom:0;
  left:0;
  display:block;
  width:100%;
  padding:10px 20px;
  text-align:center;
  background-color: rgba(68,68,68,0.8);
  color:#ddd;
  font-size: 10px;
}
.t38-export {
	position: relative;
}
.t38-opened-exports {
    background: #fff;
    border: 2px solid black;
    padding: 10px 5px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    width: fit-content;
	  min-width: 150px;
	  z-index: 2;
}
.t38-close-export {
	position: absolute;
    top: 5px;
    right: 5px;
    font-weight: bold;
    cursor: pointer;
}
.t38-search-export-wrapper {
  float: right;
  position: sticky;
  margin: 5px 0px 0px 5px;
}
.t38-search-export-wrapper .t38-opened-exports {
  margin-left: -120px;
  min-width: 200px;
}

.f2list-wrapper {
  z-index: -1;
  position: sticky;
}

body.cpa.type38 .f2report .closed { color:#444; }

.popupwrapper {
	display: inline-block;
	position: relative;
	z-index: 50;
}

.popup {
	display: none;
	visibility: hidden;
	min-width: 120px;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	box-shadow: 5px 5px 10px 2px #888;
	padding: 15px;
	position: absolute;
	z-index: 60;
	left: 10%;
	top: -1em;
}
.popup.open { display: block; visibility: visible; }
.popup > .row > div { display: inline-block; padding: 10px 10px 0 0; white-space: nowrap; }

span.badge {
	font-weight: bold;
	font-size: .67em;
	padding: 3px 6px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	background-color: #008756;
	border-radius: 10rem;
	white-space: nowrap;
}