/*+++++++++++++++++++++++++++++++++++++++++++++
	Project: Digi-codes login
	Author: Marcela Ramirez
	URL: gufomedia.com.ar
	Twitter: gufomedia
	Ver: 1.0
	Date: 13-04-2012
+++++++++++++++++++++++++++++++++++++++++++++++*/

/* general */

html {
	height: 100%;
}

body {
	background-color: #f1f1f1;
	color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
	height: 100%;
    margin: 0;
    padding: 0;
}

body.index {
    overflow: hidden;
}

p, label, input, button, select, textarea {
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
}

#wrapper {
	height: 100%;
	width: 100%;
}

#horizon{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}

#landing-holder {
	background-color: #fff;
	border: 1px solid #dadada;
	margin: 0 auto;
	width: 960px;
}

/* widget */

#widget {
	background: url('https://digi-codes.net/media/customs/1762461885_login.jpg') no-repeat;
	height: 417px;
	visibility: visible;
	width: 417px;
}

.landing #widget {
	margin: 50px auto;
}
.index #widget {
	left: 50%;
	margin-left: -209px;
	position: absolute;
	top: -209px;
}

form#enter-code {
	float: right;
	margin: 191px 18px 0 0;
	width: 199px;
}

form#enter-code .control-group {
	margin-bottom: 0;
}

form#enter-code input.text {
	margin-bottom: 7px;
	width: 191px !important;
}

form#enter-code button.enter-btn {
	background: url('https://digi-codes.net/media/customs/1762461885_button.png') no-repeat;
	border: none;
	color: #fff;
	float: right;
	height: 38px;
	width: 77px;
}

form#enter-code button.enter-btn:hover {
	opacity: 0.9;
}

form#enter-code #message {
	background-color: #333;
	color: #fff;
	padding: 3px;
}

/* footer */

footer#footer-dc {
	color: #b3b3b3;
	margin: 20px auto;
	text-align: center;
	width: 960px;
}

footer#footer-dc a {
	color: #FFA016;
}

footer#footer-dc a:hover {
	color: #FFB952;
}

footer#footer-dc p {
	color: #FFF;
	font-size: 0.85em;
	line-height: 1.4;
	margin-bottom: 15px;
	text-align: center;
}

/* non-semantic helper classes */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* media queries */
@media only screen and (min-width: 480px) {}
@media only screen and (min-width: 768px) {}

/* print styles */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
