/*
@font-face{
font-family: "Segoe UI";
url('/css/segoeui.ttf') format("truetype");
font-weight: normal;
font-style: normal;
}
*/
@font-face {
    font-family: 'DIN Pro';
    src: url('/css/DINPro-Medium.eot');
    src: local('DIN Pro Medium'), local('DINPro-Medium'),
    url('/css/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
    url('/css/DINPro-Medium.woff') format('woff'),
    url('/css/DINPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}



body {
	margin: 0;
	background-color: #f6f6f6;
	font-family: "DIN Pro";
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	padding-bottom:5px;
}
img { border:0; }
a { color:#278aba; text-decoration:underline; }
a:hover { text-decoration:underline; }

.nav a:hover { text-decoration:underline; }

h1 {
    color: #ffffff;
	font-size: 46px;
	font-weight: normal;
}

h2 {
	color: #a62c30;
	font-size: 24px;
}
p {
	font-size:14px;
	text-align:justify;
	margin:0 0 20px;
	line-height: 22px;
}
h3 {
    color: #f77a00;
    margin: 0px 0 10px;
    font-size: 20px;
}
ul {
	color: #575756;
	font-size: 15px;
}
h1.hat {
	padding-left:40px;
	background:url('/images/design/xssposed-hat-icon.png') 0 3px no-repeat;
}
.wrapper{
	width:100%;
	min-height:80%;
	margin:0 auto;
	min-width: 980px;
}
.header2 {
	min-width: 980px;
	margin: 0 auto;
}

.header0 {
    width: 100%;
    min-width: 980px;
    background-color: #0074C5;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 999;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #FFFFFF;
    text-align: center;
}

.header1 {
	width: 100%;
	min-width: 980px;
	border-bottom: 2px solid #e6e6e6;
	background-color: #FFFFFF;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 999;
}

.header1_index {
    width: 100%;
    min-width: 980px;
    /* border-bottom: 2px solid #e6e6e6; */
    background-color: #FFFFFF;
}

.header {
    width: 1000px;
    margin: 0 auto;
    padding-top: 5px;
    font-family: "DIN Pro";
    height: 60px;
    position: relative;
    padding-bottom: 10px;
}
.we-fixed {
	width: 980px;
    border-radius: 12px;
    margin: auto;
    height: 550px;
	text-align: center;
    color: #ffffff;
	font-size: 34px;
    background: url("/images/picture.jpg") center no-repeat transparent;
}


.report-button {
    height: 94px;
    width: 308px;
    border-radius: 11px;
    background: url("/images/design/alerts.png") left no-repeat transparent;
    cursor: pointer;
}

.report-button:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.bugbounty-button {
    height: 94px;
    width: 308px;
    border-radius: 11px;
    background: url("/images/design/report.png") center no-repeat transparent;
    cursor: pointer;
}

.bugbounty-button:hover {

    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.download-button{
    color: #FFFFFF;
    background-color: #f77a00;
    font-size: 12px;
    padding: 5px;
    padding-bottom: 6px;
    width: 55%;
    font-family: "DIN Pro";
    cursor: pointer;
    border: 1px solid #ff8208;
    border-radius: 0px;
    width: 108px;
}

.download-button:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.report-button-text0 {
    color:#FFFFFF;
    font-size: 14px;
    padding-top: 10px;
    padding-left: 15px;
}

.report-button-text1 {
color:#FFFFFF;
font-size: 24px;
padding-top: 3px;
padding-left: 15px;
}

.report-button-text2 {
    color:#FFFFFF;
    font-size: 14px;
    padding-top: 1px;
    padding-left: 15px;
}

.owners_text {
    width: 980px;
    margin:0 auto;
    float:none;
    padding: 0;
    height: 100%;
    text-align: center;
    color: #707b84;
    font-size: 22px;
    background-color: #FFFFFF;
    border-radius: 15px;
    padding-top: 20px;
}
.owners_text2 {
    width: 750px;
    margin:0 auto;
    float:none;
    padding: 0;
    height: 90%;
    text-align: center;
    color: #707b84;
    font-size: 16px;
    padding-top: 20px;
}

.owners_text3 {
    width: 980px;
    margin:0 auto;
    float:none;
    padding: 0;
    height: 100%;
    text-align: center;
    color: #707b84;
    font-size: 16px;
    padding-top: 20px;
}

.submit-buttons {
    width: 980px;
    margin: 20px auto 0;
    font-family: "DIN Pro";
    height: 120px;
}
.logo {
    float: left;
    padding-top: 6px;
    /* padding-left: 7px; */
    width: 188px;
    height: 65px;
    display: block;
}
.nav {
    color: #575756;
    font-size: 16px;
    position: relative;
    left: 0;
    top: 0;
    width: 660px;
    height: 65px;
    float: left;
    display: block;
    line-height: 62px;
    /* margin-left: 10px; */
    text-align: center;
}
.nav ul {
	font-size:14px;
	list-style-type:none;
	margin:0;
	padding:0;
}
.nav ul li {
	display: inline-block;
	text-align: center;
	padding-left: 7px;
	padding-right: 7px;
	/* background: url("/images/design/top-menu-item.png") left center no-repeat transparent; */
}

.nav ul li a {
    color: #575756;
    text-decoration: none;
    cursor: pointer;
}

.nav ul li a:hover {
    color: #f67909;
}

.nav ul li .menuimg {
    display: inline-block;
    width: 15px;
    height: 10px;
    background: url("/images/design/arrow1.png") left bottom no-repeat;
}


.nav ul li div {
    position: absolute;
    /*
    display: none;
*/
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: 0.4s;
    transition-delay: 0.3s;
}

.nav ul li:hover {
color: #f67909;
    opacity: 1; /* Показываем подменю при ховере */
    visibility: visible;

}

.nav ul li:hover .menuimg {
    background: url("/images/design/arrow2.png") left bottom no-repeat;
}

.nav ul li:hover div {
 display: block;
    opacity: 1; /* Показываем подменю при ховере */
    visibility: visible;
}

.menutable {
box-shadow: 0 0 10px rgba(0,0,0,0.5);
margin-top: 10px;
width:100%;
background-color: white;
border-bottom: solid 3px;
border-color: #f67909;

}

.menutable tr {
    line-height: 32px;
}
.menutable li {
    background: url("/images/design/arrows-left.png") left center no-repeat transparent;
    line-height: 22px;
    list-style-type: lower-alpha;
}

.nav ul li:first-child {
	border-left:none;
}
.nav ul li:last-child {
	padding-right:0;
}
.search {
    position: relative;
    width: 50px;
    height: 65px;
    float: right;
    line-height: 60px;
}
input.input-search {
	background-color:#f6f6f6;
	border: 1px solid #ababab;
	color:#575756;
	font-size:16px;
	width:100px;
	height:25px;
	padding:0 25px 0 10px;
    border-radius: 5px;
}
img.search-icon {
    position: absolute;
    right: 16px;
    top: 24px;
    cursor: pointer;
}
.header-menu {
	width: 980px;
	color: #999999;
	font-size: 12px;
	height: 120px;
	margin: 0;
}
.left_column {
	width: 200px;
	float: left;
}
.content {
	text-align: justify;
	width: 604px;
	float: left;
	background-color: #FFFFFF;
	padding: 10px 20px 20px;
    border-radius: 15px;

    width: 585px;
    padding-left: 40px;

}
.content1 {
	margin: 0 auto;
	width: 980px;
    background-color: #FFFFFF;
    border-radius: 15px;
    margin-bottom: 15px;
}
.content h1.latest-submissions {
	white-space: pre-wrap;
}
.content p {
	font-size: 14px;
	color: #575756;
}
.footer{
	clear:both;
	background-color:#FFFFFF;
	height:220px;
	width:100%;
	min-width:980px;
    border-top: 2px solid #e6e6e6;
}

.footer_index{
    clear:both;
    background-color:#f6f6f6;
    height:200px;
    width:100%;
    min-width:980px;
    /* border-top: 2px solid #e6e6e6; */
}

.footer-block {
	position:relative;
	width:960px;
	margin:0 auto;
	padding-top:30px;
}
.footer-menu {
    color: #858f96;
	position: absolute;
	right: 0;
	top: 10px;
	width: 660px;
	padding-top: 24px;
	font-size: 14px;
}
.footer-menu a {
    color: #858f96;
}

.footer-menu ul {
    color: #858f96;
	font-size: 15px;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 280px;
	float: left;
}
.footer-menu ul:first-child {
	width: 230px;
}
.footer-menu ul:nth-child(2) {
	width: 220px;
	margin: 0 20px 0 0;
}
.footer-menu ul:last-child {
	width: 160px;
	margin: 0 0 0 20px;
}
.footer-menu ul li {
    color: #858f96;
	padding: 0px 0 0px 10px;
	white-space: nowrap;
    background: url("/images/design/top-menu-item.png") left center no-repeat transparent;
}
.footer-menu ul:first-child li {

}
.footer-menu ul li.footer-items-header {
    color: #f79139;
    background: none;
	font-size: 14px;
	font-weight: bold;
    padding-left: 0px;
    padding-bottom: 10px;
}
.footer-menu ul li, .footer-menu ul li a {
    color: #858f96;
    padding-left: 10px;
}
.follow {
    color: #707b84;
    font-size: 16px;
    position: relative;
    left: 0px;
    top: 3px;
    width: 170px;
    float: left;
    text-align: left;
}
.follow_elm {
    float: left;
    position: relative;
    margin-right: 20px;
}
.follow ul {
	padding:0;
	margin:0 0 10px;
	list-style:none;
}
.follow ul li {
	vertical-align: top;
	padding-bottom: 6px;
	float: left;
	margin: 0 10px;
}
.follow ul li a {
	color:#b2b2b2;
}
.follow ul li img {
	padding-right: 5px;
	vertical-align: middle;
}
.copyright {
	color: #b2b2b2;
	font-size: 15px;
}
.copyright-logo {
    width: 100%;
    font-size: 15px;
    position: relative;
    left: -10px;
    top: 0;
    text-align: left;
    margin-top: -8px;
}
.copyright-txt {
    color: #858f96;
    font-size: 13px;
    white-space: nowrap;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    text-align: left;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
}
.copyright-block {
    width: 250px;
    float: left;
}
.breadcrumbs {
    color: #9d9d9c;
    font-size: 12px;
    margin-bottom: 30px;
    margin-left: -25px;

}
.breadcrumbs a {
	color: #1d71b8;
}
.breadcrumbs .current {
	color: #f77a00;
}
table td p {
	margin-bottom:11px;
}
.pagenav {
	font-size:14px;
	clear:both;
	margin: 25px 4px 10px;
}
.pagenav a {
	color: #3c3c3b;
	padding:5px;
	font-size:14px;
}
.pagenav img {
	vertical-align:text-top;
}
.pagenav span {
	color: #FFFFFF;
	background-color: #f77a00;
	padding:5px 10px;
}
table.addform {
	/*
	border:1px solid #CCCCCC;
	border-radius:5px;
	padding:10px 5px;
	*/
}
table.addform td {
	color: #575756;
	font-size: 15px;
}
.frmincidenttbl {
	width:100%;
}
.frmincidenttbl td {
    float: left;
    display: block;
    width: 100%;
    padding: 0px !important;
    margin: 0px;
}
table.frmincidenttbl td {
    line-height: 30px;
}
table.frmincidenttbl td:first-child {
	padding-right: 5px;
}
/*.frmincidenttbl td .tooltip, .frmalerttbl td .tooltip {
	float: right;
}*/
.frmincident .ui-input {
    width: 100%;
    resize: none;
    border: 1px solid #c7c7c7;
    background: #fff;
    padding: 0px;
    margin-left: 0;
    margin-right: 0px;
    margin-bottom: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #c2c2c2;
    box-shadow: 1px 1px 4px #ebebeb;
    -moz-box-shadow: 1px 1px 4px #ebebeb;
    -webkit-box-shadow: 1px 1px 4px #ebebeb;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: 0;
    background-color: #f6f6f6;
}

.frmincident .ui-input:focus{
    border: 1px solid #f79139;
}

.frmincidenttbl tr {
    background: #fff;
    padding-top: 10px;
    margin-top: 0px;
    display: block;
    width: 100%;
    float: left;
}
.frmincident input {
    margin: 0;
    margin-right: 5px;
    border: 1px solid #c7c7c7;
    background: #f7f7f7;
    padding: 0px;
}


.frmincident .rbtn input, .frmalerttbl td input.subscribe-btn {
	color: #FFFFFF;
	background-color: #f77a00;
	float: right;
	font-size: 16px;
	padding:5px;
	width: 55%;
	margin-right: 8px;
	border: 1px solid #ff8208;
    border-radius: 4px;
}
.frmalerttbl td input.subscribe-btn {
	margin-right: 6px;

}
.search-button {
	color: #FFFFFF;
	cursor: pointer;
	background-color: #f77a00;
	font-size: 14px;
	padding:5px;
	width: 150px;
	border: 1px solid #ff8208;
    border-radius: 0px;
    font-family: "DIN Pro";
}
table.info {
	width:100%;
	/*
	border:1px solid #CCCCCC;
	border-radius:5px;
	padding:5px;
	*/
	margin-bottom: 5px;
}
table.info td {
	text-align:justify;
	padding: 2px;
}
table.info td p {
	font-size: 15px;
}
table.info td ul {
	color: #575756;
	font-size: 15px;
}
table.info td p:last-child {
	margin-bottom:0;
}

table.info-ok {
	color:#00AA00;
	border:1px solid #00AA00;
	border-radius: 5px;
	margin-bottom: 5px;
    padding: 10px 5px;
    width: 100%;
}
table.error {
     width:100%;
     color:#FF0000;
     border:1px solid #FF0000;
     border-radius:5px;
     padding:10px 5px;
     margin-bottom: 5px;
 }
table.guide {
    width:100%;
    color:#FFCCCC;
    border-radius:5px;
    padding:10px 5px;
    margin-bottom: 0px;
    border: 1px solid #f77a00;
}
table.guide2 {
    width:100%;
    color:#FFCCCC;
    border-radius:10px;
    margin-bottom: 5px;
    border: 1px dotted #f5f7f8;
    background-color: #f5f7f8;
    padding: 10px;
    font-size: 13px;
}
table.guide2 li {
    margin-bottom: 5px;
}
.indexblock3 {
	width:100%;
	padding-bottom:20px;
}
.indexblock3 td:first-child {
	border-right:0;
}
.indexblock3 td:last-child {
	border-left:0;
}
.indexblock3 td {
	width:320px;
}
.indexblock3 td.indexblock:first-child {
    padding-right: 20px;
    padding-left: 20px;
}
.indexblock3 td.indexblock:last-child {
    padding-left: 0;
    padding-right: 20px;
}
.indexblock3 h3.top-vulnerable a, .indexblock3 h3.top-researchers a, .indexblock3 h3.latest-submissions a, .indexblock3 h3.top-alexa a, .indexblock3 h3.top-google a, .indexblock3 h3.top-vip-researchers a {
	font-size: 20px;
	color: #a62c30;
}
.indexblock, .incident {
	padding:0;
	margin:5px;
}
table.indexblock3 .indexblock {
	width: 50%;
}
table.indexblock3 .indexblock table.latest-submissions-main td div.cell3 {
	height: 22px;
	margin: 4px 0;
	padding: 3px 0px 0;
}
.indexblock-stats {
    color: #707b84;
    line-height: 19px;
    white-space: nowrap;
    font-size: 15px;
    border: 0.5px solid #a7a7a6;
    padding: 5px 30px;
    vertical-align: middle;
    background: #fff;
    border-radius: 12px;
    width: 245px;
}
}
.indexblock-stats b {
	color: #f77a00;
    font-weight: normal;
}
.indexblock p, .incident p {
	font-family:"DIN Pro";
	font-size:11px;
	text-align:left;
}
.indexblock p.gold, .incident p.gold {
	padding-left:20px;
	background:url('/images/design/incident-icon-gold.png') 0 5px no-repeat;
}
.indexblock p.buggold, .incident p.buggold {
	padding-left:20px;
	background:url('/images/design/bug-bounty-incident-gold.png') 0 4px no-repeat;
}
.indexblock p.buggray, .incident p.buggray {
	padding-left:20px;
	background:url('/images/design/bug-bounty-incident-gray.png') 0 4px no-repeat;
}
.log p.buggold {
	background:url('/images/design/bug-bounty-incident-gold.png') 0 6px no-repeat;
}
.log p.buggray {
	background:url('/images/design/bug-bounty-incident-gray.png') 0 6px no-repeat;
}
/*
h1.buggold {
	padding-left:20px;
	background:url('/images/design/bug-bounty-incident-gold.png') 0 6px no-repeat;
}
h1.buggray {
	padding-left:20px;
	background:url('/images/design/bug-bounty-incident-gray.png') 0 6px no-repeat;
}
*/
.log .incident p.gold {
	padding-left:20px;
	background:url('/images/design/incident-icon-gold.png') 0 5px no-repeat;
}
.log .incident p.gray {
	padding-left:20px;
	background:url('/images/design/incident-icon-gray.png') 0 5px no-repeat;
}
.indexblock p.gray, .incident p.gray {
	padding-left:20px;
	background:url('/images/design/incident-icon-gray.png') 0 5px no-repeat;
}
/*
h1.gold {
	padding-left:20px;
	background:url('/images/design/incident-icon-gold.png') 0 7px no-repeat;
}
h1.gray {
	padding-left:20px;
	background:url('/images/design/incident-icon-gray.png') 0 7px no-repeat;
}
*/
.listtop4 .incident p.gold {
	padding-left:20px;
	background:url('/images/design/incident-icon-gold.png') 0 2px no-repeat;
}
.listtop4 .incident p.gray {
	padding-left:20px;
	background:url('/images/design/incident-icon-gray.png') 0 2px no-repeat;
}

.indexblock p.hgold, .hgold {
	padding-left:20px;
	background:url('/images/design/hacker-icon-gold.png') 0 5px no-repeat;
}
.indexblock p.hgray, .hgray {
	padding-left:20px;
	background:url('/images/design/hacker-icon-gray.png') 0 5px no-repeat;
}
.incident img {
	float:left;
	margin:5px 4px 0 0;
}
img.medal {
/*	float:left;*/
	margin: 4px 0px 0 4px;
}
.indexblock .date, .incident .date {
    color: #707b84;
	font-size: 11px;
}
.indexblock .countall, .incident .countall {
	font-size:13px;
}
.incident .countall {
	font-weight:bold;
}
.indexblock a, .incident a {
	font-size: 14px;
	color: #278aba;
}
td.nickname {
	color: #3c3c3b;
	font-size: 11px;
}
table.latest-submissions-main td {
    border-bottom: 1px solid #ddd;
	padding: 0;


}
table.latest-submissions-main tr.latest-submissions-main-header td {
    color: #53575a;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	padding-bottom: 5px;
}
table.fixed-list-col tr.latest-submissions-main-header td {
	font-weight: bold;
}
table.latest-submissions-main tr.latest-submissions-main-header td:first-child {
	padding-left: 10px;
}
table.latest-submissions-main td div.cell1 {
	height: 20px;
	padding-left: 10px;
	padding-bottom: 4px;
}
table.latest-submissions-main td div.cell2 {
	color: #707b84;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 22px;
}
table.latest-submissions-main td div.cell3 {
	padding-top: 3px;
	height: 22px;
	padding: 0 0px 3px;
}
table.latest-submissions-col {
	width: 100%;
}
table.latest-submissions-col td {
	background-color: #FFFFFF;
}
table.latest-submissions-col td div.cell1 {
	color: #575756;
	font-size: 14px;
	height: auto;
	background-color: #FFFFFF;
	margin: 3px 0 3px 4px;
	padding: 5px 5px 5px 10px;;
}
table.latest-submissions-col td div.cell2 {
	padding-top: 14px;
	height: 25px;
	background-color: #FFFFFF;
	margin: 4px 0;
}
table.latest-submissions-col td div.cell3 {
	font-size: 11px;
	padding-top: 10px;
	height: 25px;
	background-color: #FFFFFF;
	margin: 4px 4px 4px 0;
}
table.latest-submissions-main-top {
	width: 100%;
}
table.latest-submissions-main-top td div.cell1 {
	height: 20px;
	font-size: 16px;
}
table.latest-submissions-main-top td div.cell2 {
	width: 100%;
	height: 25px;
	padding-top: 0;
	margin: 0;
}
table.reporter-profile-list td div.cell2 {
	height: 21px;
	padding-top: 4px;
}
table.latest-submissions-main-top tr td {
	height: 20px;
}
table.latest-submissions-main-top tr td:last-child {
	width: 60px;
}
table.latest-submissions-main-alexa tr td:last-child {
	width: 115px;
}
table.latest-submissions-main-top td div.cell3 {
	color: #707b84;
	font-size: 13px;
	padding-top: 5px;
	height: 20px;
}
table.latest-submissions-main-top td div.cell4 {
    color: #707b84;
    font-size: 13px;
    padding-top: 5px;
    height: 20px;
    width: 150px;
}
table.latest-submissions-main-top-page {
	width: 100%;
}
table.latest-submissions-main-top-page td div.cell1 {
	font-size: 11px;
	padding: 5px 0 0 10px;
}
table.latest-submissions-main-top-page td div.cell2 {
	font-size: 11px;
	padding-top: 0;
	height: 25px;
}
table.latest-submissions-main-top-page td div.cell3 {
	font-size: 11px;
	height: 22px;
}
table.researchers-top-page td div.cell1 {
	font-size: 14px;
	padding: 0 0 0 10px;
	margin: 4px 0;
}
table.researchers-top-page td div.cell3 {
    color: #707b84;
	font-size: 14px;
	padding: 3px 0 0 10px;
}
table.latest-submissions-main-top-page tr.latest-submissions-main-header td {
	padding: 0 1px 5px;
}
table.latest-submissions-main-top-page tr.latest-submissions-main-header td:first-child {
	padding-left: 10px;
}
table.most-vulnerable-list td div.cell1 {
	font-size: 12px;
	height: 16px;
	padding-top: 4px;
}
table.latest-submissions-similar td {
	height: 24px;
}
table.latest-submissions-similar td div.cell1 {
	font-size: 12px;
	padding-top: 7px;
	padding-bottom: 0;
	height: 25px;
	line-height: 16px;
}
table.latest-submissions-similar td div.cell2 {
	width: auto;
	height: 25px;
	padding-top: 7px;
}
table.latest-submissions-similar td div.cell3 {
	font-size: 11px;
	padding-top: 7px;
	height: 25px;
	margin-right: 0;
}
table.related-vuln-list td table.latest-submissions-similar td {
	padding: 0;
}
table.related-vuln-list td table.latest-submissions-similar td:last-child div {
	padding-right: 5px;
}
table.latest-submissions-similar-sec td div.cell1 {
	padding-top: 8px;
	height: 24px;
}
table.latest-submissions-similar-sec td div.cell3 {
	padding-top: 8px;
	height: 24px;
}
table.latest-submissions-latest-page td div.cell1 {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 0;
}
table.latest-submissions-latest-page td div.cell2 {
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 0;
	height: 22px;
	width: auto;
}
.content .incident a, .log .incident a {
	font-size:11px;
	font-weight: bold;
}
.indexblock h3 {
	font-size:24px;
	white-space:nowrap;
}
h3.top-vulnerable, h1.top-vulnerable {
	/*
	padding-left:30px;
	background:url('/images/design/top-vulnerable-icon.png') 0 0 no-repeat;
	*/
	border-bottom:1px solid #777776;
	padding-bottom:10px;
}
h1.top-vulnerable {
	background:url('/images/design/top-vulnerable-icon.png') 0 7px no-repeat;
}
.indexblock h3.top-google {
	/*
	padding-left:30px;
	background:url('/images/design/top-google-icon.png') 0 4px no-repeat;
	*/
	background-position: left center;
}

.indexblock h3.top-alexa {
	/*
	padding-left:30px;
	background:url('/images/design/top-alexa-icon.png') 0 4px no-repeat;
	*/
	background-position: left center;
    margin-top: 0px;
}
.listtop4 h3.top-google, .listtop4 h3.top-alexa {
	background-position: 0 0;
}
.indexblock h3.top-vip-researchers, h1.top-vip-researchers {
	white-space: nowrap;
	background-position: left center;
}
table.top-50-researchers h1.top-vip-researchers {
	margin-bottom: 14px;
	color: #a62c30;
	font-size: 20px;
	margin-right: 10px;
	white-space: nowrap;
}
h3.top-researchers {
	/*
	padding-left:30px;
	background:url('/images/design/top-security-researchers-icon.png') 0 0 no-repeat;
	*/
	padding-bottom:10px;
}
h3.top-researchers-xss, h3.top-vip-researchers {
	margin-bottom: 18px;
}
.xss-top-month, .xss-top-week, .xss-top-alltime {
	clear: both;
}
.xss-top-month .incident:first-child img,
.xss-top-week .incident:first-child img,
.xss-top-alltime .incident:first-child img,
.xss-top-vip-month .incident:first-child img,
.xss-top-vip-week .incident:first-child img,
.xss-top-vip-alltime .incident:first-child img {
	margin-top: 8px;
}
.indexblock .incident:first-child img.corona_medal {
	margin-top: 0;
}
h1.top-researchers {
	color: #a62c30;
	font-size: 20px;
	margin-right: 10px;
	white-space: nowrap;
}
h1.bg1 {
	background:url('/images/design/top-security-researchers-icon.png') 0 0 no-repeat;
}
h1.latest-submissions, h3.latest-submissions {
	/*
	padding-left:30px;
	background:url('/images/design/latest-submissions-icon.png') 0 0 no-repeat;
	*/
	/* border-bottom:1px solid #777776;*/
	white-space:nowrap;
	margin-top:30px;
}
.indexblock h3.latest-submissions {
	margin-top: 10px;
	background-position: left center;
}
.indexblock .top-selector {
	text-align: right;
	height: 21px;
}
.indexblock .top-selector a {
	font-size: 11px;
	text-decoration: none;
	border-bottom: 1px dotted #3399ff;
	margin: 0 3px;
}
.indexblock .top-selector a.active {
	border-bottom: 0;
	color: #000000;
}
.indexblock .xss-top-week, .indexblock .xss-top-alltime {
	display: none;
}
.indexblock .xss-top-vip-week, .indexblock .xss-top-vip-alltime {
	display: none;
}
.indexblock table.latest-submissions-main td div.cell2, .indexblock table.latest-submissions-main td div.cell3 {
	font-size: 14px;
	white-space: nowrap;
}
h3.top-vulnerable a, h3.top-researchers a, h3.latest-submissions a {
	font-size:24px;
}
table.addincident {
	margin-top:10px;
	width:100%;
}
table.maintext {
	margin-bottom:10px;
	background: url("/images/design/header-menu-bg2.png") no-repeat scroll 0 bottom rgba(0, 0, 0, 0);
	padding-bottom: 20px;
}
table.maintext td {
	padding:0 5px;
}
.countof {
	font-size:14px;
	font-style:italic;
	color:#B2B2B2;
}
.reporter-filter {
	font-size: 14px;
	float: right;
	text-align: left;
	margin: 0 0 10px;
}
.reporter-filter2 {
	margin-top:0;
}
.reporter-filter a {
	color: #4C4C4C;
	padding-left: 10px;
}
.reporter-filter .current {
	color: #ffffff;
	background-color: #f77a00;
	border-radius: 10px;
	padding: 2px 10px;
	margin-left: 5px;
}
.log {
	margin: 0 10px 20px 20px;
	width: 305px;
	float: right;
}
.log h3 {
	margin:10px 0 20px;
	font-size:20px;
	font-weight: normal;
	padding-left:5px;
	padding-bottom :10px;
	/*
	background:url('/images/design/log-icon.png') 0 5px no-repeat;
	*/
}
.log .live-update {
	color:#A6A6A6;
	font-size:14px;
}
.log-items {
	font-family: "DIN Pro";
	font-size:12px;
}
.log-items ul {
	color:#999999;
	padding-left:10px;
}
.log-items ul li {
	color:#000000;
}
.log-yellow {
	color:#996600;
}
.log-blue {
	color:#0066CC;
}
.log-red {
	color:#CC0000;
}
.active-since {
	color:#999999;
	font-family: "DIN Pro";
	font-size: 12px;
}
.reported-by {
	color:#999999;
	font-family: "DIN Pro";
	font-size: 12px;
}
.reported-by .date {
	color:#808080;
	font-weight:bold;
	font-style:italic;
}
.reportertxt {
	color:#999999;
	font-size:16px;
}
table.reporter-info {
	width:100%;
	margin-bottom:10px;
}
table.reporter-info td {
	padding: 5px 10px;
	color: #575756;
	font-size: 14px;
	vertical-align: middle;
}
table.reporter-info td.col2 {
	width: 37%;
}
/*
table.reporter-info tr.odd {
	background-color:#fbfbfb;
}
table.reporter-info tr.even {
	background-color:#ffffff;
}
*/
table.reporter-profile td {
	/*
	font-size:11px;
	*/
}
table.reporter-profile td.col2 {
	width:42%;
}
table.frmalerttbl {
	width:100%;
}
table.frmalerttbl td {
    color: #575756;
    font-size: 15px;
}
table.frmalerttbl td:first-child {
    padding-right: 5px;
    width: 275px;
    line-height: 26px;
}
table.frmalerttbl td input.ui-input {
    width: 300px;
    resize: none;
    border: 1px solid #c7c7c7;
    background: #fff;
    padding: 0px;
    margin-left: 0;
    margin-right: 0px;
    margin-bottom: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #c2c2c2;
    box-shadow: 1px 1px 4px #ebebeb;
    -moz-box-shadow: 1px 1px 4px #ebebeb;
    -webkit-box-shadow: 1px 1px 4px #ebebeb;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: 0;
}
.url-block {
	width:100%;
	font-family: "DIN Pro";
	font-size: 12px;
	background-color:#FFFFFF;
	border-radius:5px;
	padding:0 15px 15px;
	margin-bottom:10px;
}
.url-block td {
	padding:0;
}
p.urltxt, b.headertxt {
	color: #f77a00;
	font-weight: bold;
}
b.headertxt {
	display: block;
	margin-bottom: 10px;
}
.url-block .url {
	color:#4C4C4C;
	font-family: "DIN Pro";
	font-size:13px;
}
h3.incident-list-header {
	color:#4C4C4C;
	font-size:16px;
}
.listtop4 {
	float:left;
	width:470px;
}
.frmsearch {
	margin-bottom:10px;
}
.frmsearch .ui-input {
	width:300px;
}
.clr {
	clear:both;
}
.listtop4.clr {
	margin-bottom: 10px;
}
.frmcontact .ui-input {
    width: 300px;
    resize: none;
    resize: none;
    border: 1px solid #c7c7c7;
    background: #fff;
    padding: 0px;
    margin-left: 0;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-top: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #c2c2c2;
    box-shadow: 1px 1px 4px #ebebeb;
    -moz-box-shadow: 1px 1px 4px #ebebeb;
    -webkit-box-shadow: 1px 1px 4px #ebebeb;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: 0;
}

.refresh {
	float:left;
	margin-left:10px;
}
table.websecurity, table.wishlist {
	border: 1px solid #CCCCCC;
	width: 100%;
	margin-bottom: 10px;
}
table.websecurity thead td, table.wishlist thead td {
	font-weight: bold;
}
table.websecurity td, table.wishlist td {
	font-size: 15px;
	border: 1px solid #CCCCCC;
	padding: 5px 2px;
}
.fixreq {
	position:fixed;
	width:100%;
	height:150%;
	top:0;
	left:0;
	opacity:1;
	z-index:2;
	background-color:gray;
	display:none;
}
.fixreqtbl {
	width: 300px;
	margin: 0 auto;
	margin-top: 200px;
	background-color: #FFFFFF;
	opacity: 1;
	z-index: 3;
}
table.fixreqtbl td {
	padding: 10px;
	border: 0;
}
table.fixreqtbl2 td {
	text-align: center;
}
table.related-vuln-list td {
	padding:5px;
}
table.related-vuln-list td h3 {
	font-size:15px;
}
.main-patched-list {
	margin:20px 0;
	font-size:12px;
	padding: 0 20px;
}
.main-patched-list h3 {
	font-size:20px;
}
.main-patched-list div p {
	font-size:12px;
	text-align:justify;
}
.main-patched-list .incident a {
	font-size:12px;
}
.main-patched-list p.gold {
	padding-left:20px;
	background:url('/images/design/incident-icon-gold-up.png') 0 5px no-repeat;
}
.main-patched-list p.gray {
	padding-left:20px;
	background:url('/images/design/incident-icon-gray-up.png') 0 5px no-repeat;
}
.mainfixedlist-block {
	width: 980px;
	margin: 0 auto;
}
.incident p .corona_medal {
	float: none;
}
.shadow-line {
}
.share-buttons {
	margin-bottom: 10px;
	padding-top: 20px;
}

.auth-first {
    font-size:22px;
    width: 305px;
    float: left;
    padding-top: 0px;
    padding-bottom: 5px;
    /*
    background-color: #b6c5d0;
    background-color: #CB3317;
    background-color: #D55A44;
    */
    background: linear-gradient(0deg, #CB3317, #D55A44);
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    margin-left: -40px;
    margin-top: -10px;
    width: 625px;
    text-align: center;
    vertical-align: center;
    height: 60px;
}

.twitter-auth, .paypal-donate {
	margin: 0 0 20px 20px;
	width: 315px;
	float: right;
	padding-top: 0px;
	padding-bottom: 5px;
    background-color: #e8f0f6;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 110px;
}

.twitter-auth h3 {
	font-size:20px;
	font-weight: normal;
	margin:0 0 10px;
	font-size:20px;
	padding: 5px 5px 5px 15px;
	background-color: #1d71b8;
}
.twitter-auth .twitter-details {
    background-color: #e8f0f6;
    font-size: 14px;
    padding: 20px 15px 5px;
    text-align: center;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
}
.twitter-auth .twitter-details img {
	margin-right: 10px;
}
.twitter-auth .twitter-details a {
	color: #278aba;
}
.twitter-auth .twitter-details ul {
	color: #1d71b8;
	list-style-type: square;
	margin: 5px 0 15px;
	padding-left: 22px;
}
.twitter-auth .twitter-details ul li {
	margin: 10px 0;
}
.twitter-auth .twitter-details .twitter-img-name img {
	float: left;
}
.twitter-auth .twitter-details .twitter-img-name span {
	display: block;
	float: left;
	padding-top: 12px;
    font-family: Georgia;
}
.twitter-auth .twitter-details span.twitter-details-descr {
	clear: left;
}
.twitter-auth .twitter-details .profile-links {
    clear: both;
    padding-top: 10px;
    text-align: left;
}
.subscriber-auth {
	margin: 0 10px 20px 20px;
	width:266px;
	float:left;
	background-color:#D9D9D9;
	border-radius:10px;
	padding:0 10px 10px;
}
.subscriber-auth h3 {
	margin: 10px 0 20px;
	font-size: 18px;
	padding-left: 15px;
	background: url("/images/design/log-icon.png") no-repeat 0 5px;
}
.subscriber-auth span.subscriber-name {
	font-size: 18px;
}
.subscriber-auth .subscriber-details span {
	font-weight: bold;
}
.tooltip {
	/*
    background-image: url("/images/design/checked.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 15px;
    */
    display: inline-block;
    position: relative;
    word-wrap: break-word;
    text-align: left;
}
.tooltip img {
	vertical-align: middle;
    align: left;
    margin-bottom: 4px;
}
.tooltip .tooltip-text {
	display: none;
    position: absolute;
    left: 0;
    top: 20px;
    width: 290px;
    z-index: 2;
    padding: 10px;
    color: #575756;
    background-color: #FFFFFF;
    border: 1px solid #f77a00;
    font-size: 12px;
    line-height: 1.2;
    border-radius: 4px;
}
.tooltip:hover .tooltip-text {
	display: inline-block;
}
.tooltip .tooltip-text span.num {
	color: #f77a00;
}
table.latest-submissions-main td div.cell1 .tooltip .tooltip-text {
    width: 240px;
}
table.latest-submissions-main td div.cell2 .tooltip .tooltip-text {
    width: 240px;
}
table.latest-submissions-main td div.cell3 .tooltip .tooltip-text {
    width: 240px;
}
table.latest-submissions-main td.nickname div .tooltip .tooltip-text {
    width: 240px;
}
.lock-icon {
    background-image: url("/images/design/checked.png");
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
    padding-right: 15px;
}
.lock-icon-top {
	background-position: right center;
}
.private-buttons {
	width: 500px;
	float: right;
	text-align: right;
}
.private-buttons form {
	width: 80px;
	float: left;
}
.private-buttons form input {
	width: 70px;
}
.reward-researcher {
	text-align: center;
	margin-bottom: 10px;
}
.reward-researcher-page {
	margin: 10px;
}
.reward-researcher-page h1 {
	font-size: 30px;
}
.reward-researcher-page	p {
	color: #9d9d9c;
	font-size: 12px;
	margin: 0 0 10px;
	text-align: justify;
}
.rewardresearcher {
	position:fixed;
	width:100%;
	height:150%;
	top:0;
	left:0;
	opacity:0.97;
	z-index:2;
	background-color:gray;
	display:none;
}
.rewardresearcher iframe {
	width: 360px;
	height: 410px;
	margin: 0 auto;
	margin-top: 200px;
	background-color: #FFFFFF;
	opacity: 1;
	z-index: 3;
	border-radius: 5px;
}
.rewardresearcher table {
	width: 360px;
	height: 410px;
	margin: 0 auto;
}
h1.xssposed-header, h2.xssposed-header, h3.xssposed-header {
    color: #f77a00;
    font-size: 20px;
    font-weight: normal;
    background: url(/images/design/openbugbounty-h3-icon.png) no-repeat 0 4px;
    padding: 4px 0 5px 25px;
    margin-top: 30px;
    clear: both;
    margin-left: -25px;
}

.xssposed-header h1 {
    color: #f77a00;
    font-size: 20px;
    font-weight: normal;
    background: url(/images/design/openbugbounty-h3-icon.png) no-repeat 0 4px;
    padding: 4px 0 5px 25px;
    margin-top: 30px;
    clear: both;
    margin-left: -25px;
}
table.fixed-list-col {
	width: 450px;
	border-collapse: collapse;
}
table.fixed-list-col td {
	color: #3c3c3b;
	padding: 0;
	white-space: nowrap;
}
table.fixed-list-col tr.latest-submissions-main-header td {
	padding: 0 10px;
}
table.latest-submissions-main3 {
	padding-top: 3px;
}
table.fixed-list-col td div {
	margin: 5px 0;
	padding: 5px 10px;
	background-color: #FFFFFF;
}
h1.top-researchers-week-month, h1.top-vip-researchers-week-month {
	margin-bottom: 10px;
}
.banner img {
	width: 100%;
}
.latest-submissions-main.latest-submissions-main3 tr td div.cell1 {
	padding-right: 2px;
}
.latest-submissions-main.latest-submissions-main3 tr td.nickname div.cell2 {
	padding-left: 2px;
}
.recommend_button {
    background-color: #1d71b8;
    border: 1px solid #abcae5;
    color: #ffffff;
    font-size: 12px;
    margin-right: 0;
    padding: 5px;
    width: 100%;
}
.cell3_center
{
 text-align:center;
}
.twitter-details-descr
{
 font-size:10px;
}
table.open-bounty td {
	font-size: 14px;
}
table.open-bounty td a {
	display: inline-block;
	margin: 5px 0;
}
table.open-bounty td a:first-child {
	margin-top: 0;
}
table.open-bounty td a:last-child {
	margin-bottom: 0;
}
.all-recommendations-list {
	color: #ffffff;
	font-size: 16px;
	display: block;
	margin: 20px auto 0;
	background-color: #f77a00;
	border: 1px solid #ff8208;
	text-align: center;
	padding: 5px;
	width: 150px;
}
.recommendations-list div, .recommendations-list p {
	font-size: 14px;
}
.recommendations-list div p:before {
	content: url('/images/design/quote-open.png');
	vertical-align: super;
}
.recommendations-list div p:after {
	content: url('/images/design/quote-close.png');
	vertical-align: sub;
}
.recommendations-list div.recommendation-twitter {
	line-height: 27px;
    color: #858f96;
}
.comment-add-form {
	border-bottom: 1px solid #ffffff;
	padding-bottom: 20px;
}
.comment-add-form form {
	margin-bottom: 20px;
}
table.search-results div.cell1 a {
	font-size: 14px;
}
table.search-results td div.cell2 {
	padding-top: 2px;
	height: 22px;
}
table.frmcontacttbl {
	width: 100%;
}
table.frmcontacttbl td:first-child {
    white-space: nowrap;
    padding-right: 0px;
    font-size: 15px;
    line-height: 26px;
    color: #575756;
    width: 300px;
}
table.frmcontacttbl td:last-child {
	text-align: right;
}
table.disclosure-timeline td:first-child {
	width: 230px;
	white-space: nowrap;
}
table.disclosure-timeline td:last-child {
	width: auto;
}
.indexblock31 h3 {
	margin-bottom: 25px;
}
table.top50-rating-main tr td:last-child {
	width: 150px;
	text-align: center;
}
table.top50-rating-main tr td div.cell1 {
	height: 21px;
	margin: 4px 0;
}
table.top50-rating-main tr td div.cell2 {
	height: 19px;
	margin: 0;
	padding-top: 5px;
	width: 100%;
}
.ygray {
	color: #b29140;
}
.current-prize-fund {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	width: 100%;
	min-height: 80px;
	padding: 10px;
	margin: 0 0 10px;
	border: 1px solid #CCCCCC;
}
.donation-form .submit {
	background: url('/images/design/paypal-donation-button.png') left top no-repeat transparent;
	border: 0;
	width: 180px;
	height: 85px;
	cursor: pointer;
}
.donation-form .submit:active {
	background: url('/images/design/paypal-donation-button.png') 1px 1px no-repeat transparent;
}

h3.xssposed-header-quickest, h3.xssposed-header-latest, h3.xssposed-header-patched, h3.xssposed-header-auth, h3.xssposed-header-top, h3.xssposed-header-google, h3.xssposed-header-alexa, h3.xssposed-header-recommendations,h3.xssposed-header-top10 {
    color: #f79139;
    font-size: 18px;
    font-weight: bold;
    padding: 7px 0 5px 30px;
    margin-top: 0;
    clear: both;
    font-family: "DIN Pro";
}

h3.xssposed-header-latest-vip {
    color: #f79139;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0 5px 30px;
    margin-top: 0;
    clear: both;
    font-family: "DIN Pro";
}

/*
h3.xssposed-header-recommendations {
    background: url("/images/icons/icon-top10recommendations.png") no-repeat 0 4px;
}
h3.xssposed-header-top10 {
    background: url("/images/icons/icon-top10vulns.png") no-repeat 0 4px;
}
h3.xssposed-header-quickest {
    background: url("/images/icons/icon-quickest.png") no-repeat 0 4px;
}
h3.xssposed-header-latest {
    background: url("/images/icons/icon-new.png") no-repeat 0 4px;
}
h3.xssposed-header-latest-vip {
    background: url("/images/icons/icon-patched.png") no-repeat 0 4px;
}
h3.xssposed-header-patched {
    background: url("/images/icons/icon-patched.png") no-repeat 0 7px;
}
h3.xssposed-header-top {
    background: url("/images/icons/icon-vip-top.png") no-repeat 0 9px;
}
h3.xssposed-header-google {
    background: url("/images/icons/icon-google.png") no-repeat 0 8px;
}
h3.xssposed-header-alexa {
    background: url("/images/icons/icon-alexa.png") no-repeat 0 4px;
}
h3.xssposed-header-auth {
    background: url("/images/icons/icon-login.png") no-repeat 0 4px;
}
*/

h2.xssposed-header-quickest, h2.xssposed-header-latest, h2.xssposed-header-patched, h2.xssposed-header-auth, h2.xssposed-header-top, h2.xssposed-header-google, h2.xssposed-header-alexa, h2.xssposed-header-recommendations,h2.xssposed-header-top10 {
    color: #f79139;
    font-size: 18px;
    font-weight: bold;
    /* padding: 7px 0 5px 30px; */
    margin-top: 0;
    clear: both;
    font-family: "DIN Pro";
}

h2.xssposed-header-latest-vip {
    color: #f79139;
    font-size: 18px;
    font-weight: bold;
    /* padding: 0px 0 5px 20px; */
    margin-top: 0;
    clear: both;
    font-family: "DIN Pro";
}
/*
h2.xssposed-header-recommendations {
    background: url("/images/icons/icon-top10recommendations.png") no-repeat 0 4px;
}
h2.xssposed-header-top10 {
    background: url("/images/icons/icon-top10vulns.png") no-repeat 0 4px;
}
h2.xssposed-header-quickest {
    background: url("/images/icons/icon-quickest.png") no-repeat 0 4px;
}
h2.xssposed-header-latest {
    background: url("/images/icons/icon-new.png") no-repeat 0 4px;
}
h2.xssposed-header-latest-vip {
    background: url("/images/icons/icon-patched.png") no-repeat 0 4px;
}
h2.xssposed-header-patched {
    background: url("/images/icons/icon-patched.png") no-repeat 0 4px;
}
h2.xssposed-header-top {
    background: url("/images/icons/icon-vip-top.png") no-repeat 0 4px;
}
h2.xssposed-header-google {
    background: url("/images/icons/icon-google.png") no-repeat 0 4px;
}
h2.xssposed-header-alexa {
    background: url("/images/icons/icon-alexa.png") no-repeat 0 4px;
}
h2.xssposed-header-auth {
    background: url("/images/icons/icon-login.png") no-repeat 0 4px;
}
*/
.badge-gold {background: url(/images/badges/gold3.png) 0 0 no-repeat; margin-left: 25px; width: 90px; height: 167px; position:relative; display:block;margin: auto;}
.badge-silver {background: url(/images/badges/silver3.png) 0 0 no-repeat; margin-left: 25px; width: 90px; height: 167px; position:relative; display:block;margin: auto;}
.badge-bronze {background: url(/images/badges/bronze3.png) 0 0 no-repeat; margin-left: 25px; width: 90px; height: 167px; position:relative; display:block;margin: auto;}
.badge-none {background: url(/images/badges/badge-none.png) 0 0 no-repeat; opacity:0.2; margin-left: 25px; width: 74px; height: 73px; position:relative; display:block;margin: auto;}
.icon {height: 91px; display:block; position:relative; width: 93px; margin: auto;}

.icon img {
    width: 74px;
    height: 73px;
    margin-top: 38px;
    margin-left: 8px;
}

.badges_text1 {
    text-align: center;
    color: #6c6c6c;
    font-size: 12px;
    font-weight: normal;
    font-family: "DIN Pro";
}
.badges_text2 {
    text-align: center;
    color: #BD7624;
    font-size: 10px;
    font-weight: Bold;
    font-family: "DIN Pro";
}

h1.xssposed-header-badges, h3.xssposed-header-badges {
    color: #f77a00;
    font-size: 16px;
    font-weight: normal;
    padding: 1px 0 2px 25px;
    margin-top: 0;
    clear: both;
}
table.latest-submissions-main tr:nth-child(even)
{
    background-color: #f4f7f9;
}

table.latest-submissions-main tr:nth-child(odd)
{
    background-color: #fff;
}

.addform input {
    resize: none;
    border: 1px solid #c7c7c7;
    background: #f7f7f7;
    padding: 0px;
    margin-left: 0;
    margin-right: 0px;
    margin-bottom: 10px;
}
.addform .search-button {
    color: #FFFFFF;
    cursor: pointer;
    background-color: #f77a00;
    font-size: 12px;
    padding: 5px;
    width: 100%;
    border: 1px solid #ff8208;
}

.addform textarea {
    resize: none;
    border: 1px solid #c7c7c7;
    background: #f7f7f7;
    padding: 0px;
    margin-left: 0;
    margin-right: 0px;
    margin-bottom: 10px;
}

.addform select {
    resize: none;
    border: 1px solid #c7c7c7;
    background: #f7f7f7;
    padding: 0px;
    margin-left: 0;
    margin-right: 0px;
    margin-bottom: 10px;
}

.addform textarea,
.addform input,
.addform select,
.frmsearch input
{
    resize: none;
    border: 1px solid #c7c7c7;
    background: #fff;
    padding: 0px;
    margin-left: 0;
    margin-right: 0px;
    margin-bottom: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #c2c2c2;
    box-shadow: 1px 1px 4px #ebebeb;
    -moz-box-shadow: 1px 1px 4px #ebebeb;
    -webkit-box-shadow: 1px 1px 4px #ebebeb;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: 0;
}

.frmincidenttbl input[type="checkbox"] {
    margin-right: 4px
}
.frmincidenttbl input[type="file"] {
    margin-right: 4px;
    width: 565px;
}

.dashboard-ssl-grade {
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    margin: 0px 0px 0;
    padding: 2px 2px;
    width: 22px;
    height: 16px;
}
.dashboard-ssl-grade-a {
    background-color: #7fc03c;
}
.dashboard-ssl-grade-b {
    background-color: #f5cb44;
}
.dashboard-ssl-grade-c, .dashboard-ssl-grade-d, .dashboard-ssl-grade-e, .dashboard-ssl-grade-f {
    background-color: #f04943;
}
.dashboard-ssl-grade-na {
    background-color: #d4e8f2;
}

.rating_header {
    font-size: 11px;
    text-align: center;
    font-style: italic;
}

.container {
    display: block;
    position: relative;
    padding-left: 0px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #EEF9FF;
    border: 2px solid #50A0D1;
    border-radius: 5px;
}
.checkmarkr {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    background-color: #EEF9FF;
    border: 2px solid #50A0D1;
    border-radius: 5px;
}

.container:hover input ~ .checkmark {
    background-color: #EEF9FF;
    border: 2px solid #50A0D1;
    border-radius: 5px;
}


.container input:checked ~ .checkmark {
    background-color: #EEF9FF;
    border: 2px solid #50A0D1;
    border-radius: 5px;
}


.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked ~ .checkmark:after {
    display: block;
}


.container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #F87C08;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container:hover input ~ .checkmarkr {
    background-color: #EEF9FF;
    border: 2px solid #50A0D1;
    border-radius: 5px;
}


.container input:checked ~ .checkmarkr {
    background-color: #EEF9FF;
    border: 2px solid #50A0D1;
    border-radius: 5px;
}


.checkmarkr:after {
    content: "";
    position: absolute;
    display: none;
}


.container input:checked ~ .checkmarkr:after {
    display: block;
}


.container .checkmarkr:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #F87C08;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tooltip3 {
    margin-left: 30px;
}
.tooltip3 img {
    margin-top: 6px;
    vertical-align: top;
}

.tgl {
    display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
    box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
    background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
    background: none;
}
.tgl + .tgl-btn {
    outline: 0;
    display: block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
}
.tgl + .tgl-btn:after {
    left: 0;
}
.tgl + .tgl-btn:before {
    display: none;
}
.tgl:checked + .tgl-btn:after {
    left: 50%;
}

.tgl-light + .tgl-btn {
    background: #2789C6;
    border-radius: 2em;
    padding: 2px;
    transition: all .4s ease;
}
.tgl-light + .tgl-btn:after {
    border-radius: 50%;
    background: #fff;
    transition: all .2s ease;
}
.tgl-light:checked + .tgl-btn {
    background: #2789C6;
}
input[type=radio   ]:not(old){
    width     : 2em;
    margin    : 0;
    padding   : 0;
    font-size : 1em;
    opacity   : 0;
}
input[type=radio   ]:not(old) + label{
    display      : inline-block;
    margin-left  : -2em;
    line-height  : 1.5em;
}
input[type=radio   ]:not(old) + label > span{
    display          : inline-block;
    width            : 13px;
    height           : 13px;
    border           : 0.0625em solid #50A0D1;
    border-radius    : 0.2em;
    background       : rgb(224,224,224);
    margin-right: 10px;
    background-image :    -moz-linear-gradient(#F87D06,#F87D06);
    background-image :     -ms-linear-gradient(#F87D06,#F87D06);
    background-image :      -o-linear-gradient(#F87D06,#F87D06);
    background-image : -webkit-linear-gradient(#F87D06,#F87D06);
    background-image :         linear-gradient(#EFFAFE,#EFFAFE);
    vertical-align   : middle;
}

input[type=radio]:not(old):checked + label > span > span{
    position: relative;
    display          : block;
    left: 6px;
    top: -8px;
    width: 5px;
    height: 15px;
    border: solid #F87C08;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wp-block-image {
    max-width: 100%;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}

.wp-block-image img {
    max-width: 550px;
}

.wp-block-preformatted {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: auto;
}

.wp-block-code {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: auto;
}




hr {
    border: none;
    background-color: #c2c2c2;
    color: #c2c2c2;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.h1class {
    margin-block-start:0px;
    margin-block-end:0px;
    font-size: 28px;
    font-weight: normal;
    font-family: "DIN Pro";
}

.search_button:hover {
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
.search-button:hover {
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}


.frmcontact .ui-input:focus{
    border: 1px solid #f79139;
}
.frmsearch .ui-input:focus{
    border: 1px solid #f79139;
}

.addform input:focus{
    border: 1px solid #f79139;
}

textarea:focus{
    border: 1px solid #f79139;
}
input:focus{
    border: 1px solid #f79139;
}

.bb-button:hover {
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}


#button {
    display: inline-block;
    background-color: #FFFFFF;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 4px;
    margin: 30px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s;
    z-index: 1000;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    background-size: 50%;
    background-image: url('/images/arrow-up.svg');
    background-repeat: no-repeat;
    background-position:center;

}
#button:hover {
    cursor: pointer;
    background-color: #f6f6f6;
}
#button:active {
    background-color: #f6f6f6;
}

#button::after {
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    line-height: 25px;
    color: #fff;


}
#button.show {
    opacity: 1;
    visibility: visible;
}

.thn {
    position: absolute;
    right: 0px;
    top: 260px;
    padding: 10px;
    width: 230px;
    background: #395697;
    border: 1px solid #333;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.fcp
{
    position: absolute;
    right: 0px;
    top: 400px;
    padding: 10px;
    width: 230px;
    background: #DC9319;
    border: 1px solid #333;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.bb-button{
    color: #FFFFFF;
    background-color: #f77a00;
    font-size: 12px;
    padding: 5px;
    padding-bottom: 6px;
    width: 55%;
    font-family: "DIN Pro";
    cursor: pointer;
    border: 1px solid #ff8208;
    border-radius: 0px;
    width: 108px;
}

.search_button{
    color: #FFFFFF;
    background-color: #f77a00;
    font-size: 12px;
    padding: 5px;
    padding-bottom: 6px;
    width: 55%;
    font-family: "DIN Pro";
    cursor: pointer;
    border: 1px solid #ff8208;
    border-radius: 0px;
    width: 108px;
}
.addform .search-button,.frmsearch .search-button{
    color: #FFFFFF;
    background-color: #f77a00;
    font-size: 14px;
    padding: 5px;
    padding-bottom: 6px;
    width: 55%;
    font-family: "DIN Pro";
    cursor: pointer;
    border: 1px solid #ff8208;
    border-radius: 0px;
    width: 150px;
}

.twitter-button {
    width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

details {
    margin: 1rem auto;
    padding: 0 1rem;
    width: 35em;
    max-width: calc(100% - 2rem);
    position: relative;
    border: 1px solid #78909c;
    border-radius: 6px;
    background-color: #eceff1;
    color: #263238;
    transition: background-color 0.15s;
}
details > :last-child {
    margin-bottom: 1rem;
}
details::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    opacity: 0.15;
    box-shadow: 0 0.25em 0.5em #263238;
    pointer-events: none;
    transition: opacity 0.2s;
    z-index: -1;
}
details[open] {
    background-color: #fff;
}
details[open]::before {
    opacity: 0.6;
}

summary {
    padding: 1rem 2em 1rem 0;
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
summary::before, summary::after {
    width: 0.75em;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    background-color: currentColor;
    text-align: right;
    transform: translateY(-50%);
    transition: transform 0.2s ease-in-out;
}
summary::after {
    transform: translateY(-50%) rotate(90deg);
}
[open] summary::after {
    transform: translateY(-50%) rotate(180deg);
}
summary::-webkit-details-marker {
    display: none;
}




     /* index */

 h2.xssposed-header-quickest, h2.xssposed-header-latest, h2.xssposed-header-patched, h2.xssposed-header-auth, h2.xssposed-header-top, h2.xssposed-header-google, h2.xssposed-header-alexa, h2.xssposed-header-recommendations, h2.xssposed-header-top10 {
     color: #f79139;
     font-size: 20px;
     font-weight: 400;
     /* padding: 0px 0 0px 10px; */
     clear: both;
     font-family: "DIN Pro";
 }


table.latest-submissions-main tr.latest-submissions-main-header td {
    color: #53575a;
    font-size: 13px;
    font-weight: normal;
    white-space: nowrap;
    padding-bottom: 5px;
}



.owners_text {
    width: 980px;
    margin: 0 auto;
    float: none;
    height: 100%;
    text-align: center;
    color: #3b454d;
    font-size: 28px;
    background-color: #FFFFFF;
    border-radius: 15px;
    font-weight: normal;
    padding: 35px 0px 0px 0px;
}


.footer-menu ul li.footer-items-header {
    color: #f79139;
    background: none;
    font-size: 16px;
    font-weight: normal;
    padding-left: 0px;
    padding-bottom: 10px;
}


.footer-menu ul li, .footer-menu ul li a {
    color: #858f96;
    padding-left: 10px;
    font-size: 13px;
}


.indexblock-stats {
    color: #3d474f;
    line-height: 19px;
    white-space: nowrap;
    font-size: 15px;
    border: 0.5px solid #a7a7a6;
    padding: 5px 30px;
    vertical-align: middle;
    background: #fff;
    border-radius: 11px;
    width: 245px;
}




/* rightside labels */

.thn img, .fcp img {
    margin-top: 7px;
}


.thn {
    position: absolute;
    right: 0px;
    top: 260px;
    padding: 10px 20px 20px 20px;
    width: 230px;
    background: #395697;
    border: 1px solid #333;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.fcp {
    position: absolute;
    right: 0px;
    top: 420px;
    padding: 10px 20px 20px 20px;
    width: 230px;
    background: #DC9319;
    border: 1px solid #333;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}




/* forms and buttons */


.search-button {
    color: #FFFFFF;
    cursor: pointer;
    background-color: #f77a00;
    font-size: 14px;
    padding: 7px;
    width: 150px;
    border: 1px solid #ff8208;
    border-radius: 4px;
    font-family: "DIN Pro";
}


.search-button:hover {
    background-color:orange;
}


.g-recaptcha {
    margin-right: -2px;
}


.twitter-auth, .paypal-donate {
    margin: 0 0 40px 20px;
    width: 315px;
    float: right;
    padding-top: 0px;
    padding-bottom: 5px;
    background-color: #e8f0f6;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 110px;
}




/* right panel */


h2.xssposed-header-quickest, h2.xssposed-header-latest, h2.xssposed-header-patched, h2.xssposed-header-auth, h2.xssposed-header-top, h2.xssposed-header-google, h2.xssposed-header-alexa, h2.xssposed-header-recommendations, h2.xssposed-header-top10, h2.xssposed-latest-vip {

    color: #f79139;
    font-size: 18px;
    font-weight: normal;
    /* padding: 0px 0 5px 20px; */
    margin-top: 0;
    clear: both;
    font-family: "DIN Pro";
}


.cell1 img {
    width: 13px;
}


table.latest-submissions-col td div.cell1 {
    color: #575756;
    font-size: 14px;
    height: auto;
    background-color: #FFFFFF;
    margin: 3px 0 3px 4px;
    padding: 5px 5px 5px 5px;
}



/* faq */


summary b {
    color: #000000;
    font-weight: normal;
    font-size: 14px;
}


details {
    margin: 1rem auto;
    padding: 0 1rem;
    width: 35em;
    max-width: calc(100% - 2rem);
    position: relative;
    border: 1px solid #78909c;
    border-radius: 6px;
    background-color: #f4faff;
    color: #263238;
    transition: background-color 0.15s;
}




/* bug bounty programs list */


table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px 10px 8px;
    border-bottom: 1px solid #111;
    font-weight: normal;
}

table#bugbounty-list b {
    font-weight: normal;
}


.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    margin-bottom: 20px;
}




/* submissions, hall of fame */

table.latest-submissions-main tr.latest-submissions-main-header td {
    color: #53575a;
    font-size: 13px;
    font-weight: normal;
    white-space: nowrap;
    padding-bottom: 5px;
}
