@charset "utf-8";

:root{

	--skin-main-color:#404952;
	--skin-secondary-color:#515c67;
	--skin-third-color:#202a33;
	--skin-fourth-color:#2f3740;
	--skin-text-color:#b5b9bf;
	--skin-fifth-color:#006fa6;
}


.credits, setup{
	width:450px;
	background-color:#111;
	border:1px solid #555;	
	margin:30px auto;
	font-family: 'Alegreya Sans SC', sans-serif;
	color:#fff;
	font-size:14px;
	opacity:0.1;
}

.credits:hover{
	opacity: 1;
	transition:ease-in 0.5s;	
}

.credits .title{
	margin:10px;
	font-size:18px;
	text-align:center;
	background-color:#0A0A0A;
}

.credits > div
{
	margin-left:20px;
	line-height:30px;	
}

.credits  a{
	color:#F90;
	text-decoration:none;
	font-size:14px;
}

.credits  a:hover{
	color:#F90;
	text-decoration:underline;

}

.credits > .repo{

	margin:20px;
	font-size:12px;	
	display:block;
	line-height:14px;
}

.bitbucketAvatar{
	float:left;
	margin-left:20px;
	margin-top:10px
	;margin-right:10px;
	border-radius:50%;
	border:1px solid #000;


}

#shieldContainer{
		
}
#shield {
    position: relative;
    width: 200px;
    height: 200px;
	left:50%;
	margin-top:100px;
	margin-left:-70px;
font-family: 'Alegreya Sans SC', sans-serif;
    background-color: #191919;
    border-radius: 0 0 140px 140px;
    display: inline-block;
	opacity:0.2;
	color:#333;
	line-height:40px;
	text-align:center;
	font-size:24px;
	z-index:1100;
	text-shadow:0 0 1px #000;
}

#shield:hover{
	opacity:1;	
}

#shield:before, #shield:after {
    position: absolute;
    margin-top: 125px;
    content:"";
    left: 100px;
    top: 0;
    width: 100px;
    height: 85px;
    background:#191919;
    border-radius: 100px 100px 0 0;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
#shield:after {
    background-color: #191919;
    left: 0;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin :100% 100%;
}


html {
height:100%;	
}
body {

	background-color:#FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin:0px;
	padding:0px;
	height:100%;


}

.header {

	background-color:#111;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 50px;
	width: auto;
	-webkit-transition: all;
	-moz-transition: all;
	-ms-transition: all;
	-o-transition: all;
	transition: all;
}
.headerImage {



	height: 110px;
	width:100%;
}
.headerLinkContainer {
	padding-top:5px;
	float:right;
}
.headerLink {
font-family: 'Alegreya Sans SC', sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	
}

.headerLink:Hover {
	color:#09F;
	text-decoration:overline;
	
}

.headerLinkDiv {
	width:130px;
	text-align:center;
	float:right;
}


/*
 * Logged In Button & Drop Down Menu
 *
 *
 */

.headerUserButton{
	float:right;
	display:inline;
	width:150px;
	color:#000;
	font-size:14px;
	padding:5px;
	font-family: 'Alegreya Sans SC', sans-serif;

	margin:5px;
	background-color:#111;
	text-align:center;
	background: rgb(255,175,75); /* Old browsers */
	
	background: rgb(255,175,75); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(158,125,6,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,175,75,1) 0%,rgba(158,125,6,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,175,75,1) 0%,rgba(158,125,6,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#9e7d06',GradientType=0 ); /* IE6-9 */
}


.userDropdown {
    position: relative;
    display: inline-block;
}

.userDropdown-content {
    display: none;
    position: absolute;
    background-color: #444;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	color:#fff;
	font-family: 'Alegreya Sans SC', sans-serif;
	border-left:1px solid #888;
	border-right:1px solid #888;
	top:24px;
	left:0px;
}

.userDropdown-content .userMenuItem{
	background-color:#333;
	padding:5px;
	font-size:12px;
	text-align:left;
	
}

.userMenuItem:hover{
	background-color:#111;
	padding:5px;
	border-top:1px solid #888;
	border-bottom:1px solid #888;
}

.userDropdown-content a{
	text-decoration:none;
	color:#fff;
}


.userDropdown-content a:hover{
	text-decoration:none;
	color:#09F;
}

.userDropdown:hover .userDropdown-content {
    display: block;

}


.frontpage-Group{
	width:820px;
	margin:auto;
}
.frontpage-GroupHeader{
	font-size:24px;
	font-family: 'Open Sans', sans-serif;
	padding:10px;
}

.frontpage-packageContainer{
	width:266px;
	height:266px;
	margin:2px;
	font-family: 'Open Sans', sans-serif;

	float:left;
}

.frontpage-packageTitle{
font-size:16px;
}
.frontpage-packageCategory{
	font-size:12px;
	color:#AAAAFF;
}
.frontpage-packagePublisher{
	font-size:12px;
	color:#AAAAAA;
}

.frontpage-ratings{
	color:#555;
}


.categoryLink{
	text-decoration: none;
	font-size:14px;
	color:#888;
}


.publisher-registration-form{

	width:600px;
	color:var(--skin-text-color);
}


.SubmissionError{
	background-color: var(--skin-fourth-color);
	border-color: var(--skin-third-color);
	border-radius: 5px;
	display: inline-block;
	margin: 2px;
	padding:4px;
	color: #a94442;
	font-size:12px;
	margin-left:200px;
	width:330px;
}
.SubmissionDescError{
	background-color: var(--skin-fourth-color);
	border-color: var(--skin-third-color);
	border-radius: 5px;
	display: block;

	padding:4px;
	color: #a94442;
	font-size:12px;
	margin:2px auto;
	width:300px;

}

.group-header{
	font-size:24px;
	margin-top:30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: var(--skin-third-color);

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: var(--skin-third-color);
	background-color:var(--skin-fourth-color);
	text-align:left;
	padding-left:20px;
}

.form-group{
	margin-top:6px;
	font-size:12px;
	display:block;

}

.form-group > label{
	display: inline-block;
	margin-top:8px;
	width:180px;
	text-align:right;
	float:left;
	margin-right:10px;

}
.form-group > span{
	display: inline-block;
	width:180px;
	text-align:right;
	padding:2px;
	float:left;
	margin-right:10px;
	color:var(--skin-text-color);
	font-size:14px;
}


.form-group > input[type=text]{

	padding:5px;
	border-radius: 5px;
	border-style:solid;
	border-color:var(--skin-third-color);
	border-width: 1px;
	background-color:var(--skin-secondary-color);
	color:var(--skin-text-color);
}

.form-group > input[type=number]{

	padding:5px;
	border-radius: 5px;
	border-style:solid;
	border-color:var(--skin-third-color);
	border-width: 1px;
	background-color:var(--skin-secondary-color);
	color:var(--skin-text-color);
}

.form-group > textarea{
	min-width:400px;
	height:129px;
	padding:5px;
	border-radius: 5px;
	border-style:solid;
	border-color:var(--skin-third-color);
	border-width: 1px;
	background-color:var(--skin-secondary-color);
	color:var(--skin-text-color);
}

.form-group > select{

	padding:5px;
	border-radius: 5px;
	border-style:solid;
	border-color:var(--skin-third-color);
	border-width: 1px;
	background-color:var(--skin-secondary-color);
	color:var(--skin-text-color);
}

.form-group > input[type=button]{

	padding:5px;
	border-radius: 5px;
	border-style:solid;
	border-color:var(--skin-fourth-color);
	border-width: 1px;
	background-color:var(--skin-secondary-color);
	color:var(--skin-text-color);
}

.SubmitButton{

	padding:5px;
	border-radius: 5px;
	border-style:solid;
	border-color:var(--skin-fourth-color);
	border-width: 1px;
	background-color:var(--skin-fifth-color);
	color:var(--skin-text-color);
	margin:30px;
}

#006fa6

.uploadPackageDependancy {
	padding: 4px;
	display: block;
	margin: 4px;
	margin-left:16px;
	background-color: #ccc;
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
	margin:5px;
	display:block;

}

.btn {
	border: 1px solid var(--skin-third-color);

	background-color:var(--skin-secondary-color);
  	padding: 8px 20px;
  	border-radius: 8px;
  	font-size: 16px;
  	font-weight: bold;
	text-align: left;
	color:var(--skin-text-color);
}



.btnValid {
	border: 2px solid #ccff99;
	color: gray;
	background-color: #f2ffe6;
	padding: 8px 20px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.extraImagePreview{
	width:64px;
	margin:4px;
}

.tabbedPanelHeader{
	margin-left:30px;
}
.tabbedPanelHeader > input[type=button] {
	text-decoration: none;
	padding:5px;
	width:100px;
	border:1px;
	border-style:solid;

	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.tabbedPanelContainer{
	margin-top:-1px;
	margin-left:10px;
	padding:10px;
	width:600px;



}

.unitypackageVersionContainer{
	font-size:12px;
	margin-left:40px;
	margin-right:10px;
	border-color:#ccff99;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-width: 0px;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	top:-7px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #f2ffe6;


}

.unitypackageVersionContainer > span{
	font-size:12px;
	display:block;
}

.unitypackageVersionContainer > div{
	background-color:#cce6ff;
	border-radius: 5px;
	padding:4px 10px 4px 10px;
	display:inline-block;
	margin:2px;
}

.unitypackageVersionContainer > div > input[type=checkbox]{
	vertical-align: middle;
}

.unitypackageVersionContainer > div > label{
	vertical-align: middle;
}
