/* CSS uLink */

html{
	height: 100%;
	
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}
body{

	margin:0;
	padding:0;
	height:100%;
	width: 100%;

	font: 25px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 15px;
	color: #333;

	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
      
	background: -webkit-radial-gradient(#ffffff, #D9D9D9); /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(#ffffff, #D9D9D9); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(#ffffff, #D9D9D9); /* For Firefox 3.6 to 15 */
    background: radial-gradient(#fff,#D9D9D9);
	overflow-y: scroll;
}#wrapper {
	min-height:100%;
	position:relative;
}
@media only screen and (max-height: 550px) , (max-width: 510px){
	#container {
		height: 480px;
		padding-bottom:50px;
	}
}
/*input {
	border: none;
	-webkit-appearance: none;
	
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    user-select: text;
}*/
select {
	color: #424242;
	border: 1px solid #a9a9a9;
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	overflow: hidden;
	background: url(../img/sel_arrow.png) no-repeat right #fff;
	background-size: 13px 8px;
	background-position: 95% 55%;
	line-height: 20px;
	padding: 0 30px 0 8px;
	font-size: 12px;
	height: 25px;
}

.sel{
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    user-select: text;
}
*:focus { 
	outline: none;
	-webkit-box-shadow: 0 0 5px #09f;
	-moz-box-shadow: 0 0 5px #09f;
	box-shadow: 0 0 5px #09f;
}
::-moz-selection { /* Code for Firefox */
    background: #09f;
    color: #feffff;
}
::selection {
    background: #09f;
	color: #feffff;
}

#cental_transporter{
	width: 100%;
	position: absolute;
	height: 150px;
	bottom: 0;
	top: 0;
	
	-webkit-transition: top 0.6s; /* Safari */
    transition: top 0.6s;
	margin: auto;
	padding-bottom: 120px;
}

#brand {
	text-align: center;
	width: 70%;
	position: relative;
	left: 0;
	right: 0;
	margin: 10px auto 15px;
}
span.logo {
	display: block;
	font: bold 55px Helvetica, Arial, "Helvetica Neue", Geneva, sans-serif;
	color: #424242;
}
span.logo span{
	text-shadow: #fff -1px -1px 1px;
}
span.logo img {
	width: 80px;
	margin-bottom: -10px;
	height: 60px;
	margin-right: 5px;
}
#brand span.slg {
	position: relative;
	bottom: 0;
}
.black_bold{
	color: #000;
	font-weight: bold;
}
@media only screen and (max-height: 550px) , (max-width: 510px){

	#cental_transporter{
		width: 100%;
		position: static;
		height: 100%;
		bottom: 0;
		top: 0;
		
		-webkit-transition: top 0.6s; /* Safari */
	    transition: top 0.6s;
		margin: 0;
		padding-bottom: 0px;
	}
	#brand {
		-webkit-transition: width 1s; /* Safari */
    	transition: width 1s;
    	
		text-align: left;
		position: relative;
		left: 0;
		top: 0;
		right: 0;

		width: 90%;
	margin-top: 25px;
}
	span.logo {
		font-size: 25px;
		line-height: 18px;
	}
	span.logo span{
		text-shadow: #fff -1px -1px 2px;
	}
	span.logo img {
	height: 23px;
	margin-bottom: -3px;
	width: 40px;
	margin-right: 3px;
	margin-left: -2px;
}
	#brand span.slg {
		font-size: 10px;
	margin-left: 2px;
}

}
.green{color: green;}
.red{color: red;}
#footer{
	width:100%;
	height:50px;
	position:absolute;
	bottom:0;
	left:0;
	text-align: center;
	color: #797979;
}
.msg_box{
	
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: calc(100% - 20px);
	
	min-height: 20px;
	margin-top: 11px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-shadow: 0 0 10px #ccc;
	-moz-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;
	
	position: absolute;
	padding: 10px;
	font-weight: bold;
	color: #424242;
	border: 2px solid #09f;
	display: none;

}
div#result_box {
	margin-top: 20px;
	position: absolute;
	width: 100%;
	display: none;
}
.result_group {
	float: left;
	width: -moz-calc(100% - 150px);
	width: -webkit-calc(100% - 150px);
	width: -o-calc(100% - 150px);
	width: calc(100% - 150px);
}
.long_urls{
	word-wrap: break-word;
	margin-top: 15px;
}
.short_url {
	word-wrap: break-word;
	font-size: 20px;
	font-weight: bold;
	color: #424242;
}

.short_url, .long_urls{
	-webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    user-select: text;
}
.long_urls li {
	list-style-type: decimal-leading-zero;
	list-style-position: inside;
	padding-top: 5px;
}
#QR_box {
	float: right;
	margin-bottom: 15px;
}

.stats_info {
	background-color: rgba(114,252,213,0.2);
	clear: both;
	padding: 10px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #009192;
}
.stats_info span{
	font-weight: bold;
	font-size: 16px;
}
div.top_nav {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	padding: 10px 20px;
	text-align: right;
	color: #5e5e5e;
}


.beta_form{
	margin: auto;
	padding-top: 40px;
	color: #5e5e5e;
	font-size: 11px;
	width: 470px;
}
.beta_form input{
	height: 25px;
	border: 1px solid #a9a9a9;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 240px;
	margin-top: 10px;
	margin-right: 5px;
	font-size: 15px;
	padding: 2px 10px 3px;
}
.beta_form span{
	font-size: 15px;
	font-weight: bold;
	color: #5e5e5e;
	display: block;
	text-align: center;
}
.beta_form input[type="submit"]{
	background-color: #09f;
	width: 170px;
	border: none;
	height: 32px;
	color: #feffff;
}
.beta_form input[type="submit"]:hover{
	background-color: #0084de;
}
@media only screen and (max-height: 550px) , (max-width: 510px){
	.beta_form{
		padding-top: 40px;
		color: #5e5e5e;
		font-size: 12px;
		width: auto;
	margin: auto 5% auto 5%;
	}
	.beta_form span{
		text-align: left;
	}
}