
/* ==========================================================================
   Author: Dean Thomson
   Email: deant@implyit.co.za
   Date: 25/10/2012
   ========================================================================== */
  
/* body {
	background: url('../img/login_bg.jpg') repeat scroll 0 0 #e5e5e5;
} */

#login_content {
	margin: 20px auto 20px;
	padding: 10px;
	/* height: 100%; */
	width: 50%;
	/* min-height: 300px; */
    /* border: 1px solid #AAAAAA;*/
    /*color: #222222; */
	background: repeat-x scroll 50% 50% #FFFFFF;
	padding: 10px;
	border-radius: 15px;
	float: auto;
}

#login_form {
	min-height: 300px;
}

#loginblock {
	margin: 20px auto 20px;
	width: 80%;
	background-color: #fff;
}
	
h2 {
	text-shadow: none;
}

.logo-img {
	width: 318px;
	margin-bottom: 40px;
}

.row-fluid {
	padding-right: 20px;
} 

.bg-elements {
	z-index: -1;
	position: absolute;
	width: 100%;
	top: 50px;
}

.bg-elements img.pull-right {
	top: 50px;
}

.box-content {
	width: 30%; 
	color: #fff;
	padding: 30px 0 35px 50px; 
	
		
	-webkit-text-shadow: 1px 1px 2px #303030;
	   -moz-text-shadow: 1px 1px 2px #303030;
			text-shadow: 1px 1px 2px #303030;
	
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	
	-webkit-box-shadow: 1px 1px 2px #303030 inset;
	   -moz-box-shadow: 1px 1px 2px #303030 inset;
			box-shadow: 1px 1px 2px #303030 inset;
	
	/* Gradient */
	
	background: #FF334C; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #89b7ce 0%, #FF334C 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#89b7ce), color-stop(100%,#3a708a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #89b7ce 0%,#FF334C 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #89b7ce 0%,#FF334C 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #89b7ce 0%,#FF334C 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #89b7ce 0%,#FF334C 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89b7ce', endColorstr='#3a708a',GradientType=0 ); /* IE6-8 */

}



.login-details {
	width: 85%;
	margin: 0 auto;
	clear: both;
	margin-right: 5px;
}

.login-links {
	margin-top: 10px;
	width: 70%;
}

.login-links a {
	color: #0088cc;
	font-size: 14px;
	vertical-align: sub;
	
	-webkit-transition: color ease-in 0.2s;
	   -moz-transition: color ease-in 0.2s;
			transition: color ease-in 0.2s;
}

.login-links a:hover {
	color: #FF334C;
	/*font-size: 12px; */
	text-decoration: underline;
}

/* .login-links a.btn {
	color: #FF334C;
	font-size: 14px;
	
	-webkit-transition: color ease-in 0.2s;
	   -moz-transition: color ease-in 0.2s;
			transition: color ease-in 0.2s;
}

.login-links a.btn:hover {
	color: #5B9BB8;
}

.btn {
	color: #3a708a;
	font-size: 16px;
    font-weight: bold;
    
    -webkit-text-shadow: 1px 1px 0 #FFFFFF;
       -moz-text-shadow: 1px 1px 0 #FFFFFF;
    		text-shadow: 1px 1px 0 #FFFFFF;
}
 */
input{
	width: 97%; 
	/* display: block; */
}

.image-block {
	margin: 45px 0 10px;
}

.image-block img {
	margin-right: 20px;
}

footer {
	margin-top: 0px;
}

footer p {
	color: #808080;
	
	-webkit-text-shadow: 1px 1px 0 #FBFBFB;
       -moz-text-shadow: 1px 1px 0 #FBFBFB;
    		/*text-shadow: 1px 1px 0 #FBFBFB;*/
}

footer a {
	color: #c0c0c0;
}

footer a:hover {
	color: #FBFBFB;
	text-decoration: underline;
	
	/*-webkit-text-shadow: 1px 1px 0 #FBFBFB;
       -moz-text-shadow: 1px 1px 0 #FBFBFB;
    		text-shadow: 1px 1px 0 #FBFBFB;*/
}

/* ---------------- Tables ----------------- */
#logintable {
	background-color: #fff;
	width: 100%;
}

#logintable th {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	font-weight: normal;
	text-align: center;
}

#logintable td {
	text-align: center;
	vertical-align: middle;
}

#logintable tr:hover, #logintable tr:nth-child(2n+1):hover {
	/* cursor: pointer; */
	background-color: #fff;
}

#logintable tbody tr:first-child:hover {
	background: #fff;
}


#logintable td:first-child {
	text-align: left;
	/* border-left: none; */
}

#logintable td:last-child {
	border-right: none;
}

#logintable tbody tr:nth-child(2n+1) th {
	background-color: #fff;
}

#logintable tbody tr:first-child th {
	background: #fff;
	color: #000;
}

#logintable tbody tr:nth-child(2n+1) {
    background-color: #fff;
}

/*tbody tr:nth-child(2n+1):hover, tbody tr:hover {
	background-color: #d2d2d2;
}*/

#logintable tbody tr.totals {
	border-top: 2px solid #6F6F6F;
}

#logintable tbody tr.totals td {
	color: #000;
	background-color: #999;
	text-shadow: 1px 1px 0 #C7C7C7; 
	border: none;
}

#logintable tbody tr.totals td:first-child {
	text-align: center;
}

l#ogintable tr:first-child:hover tr { 
	background: #fff; 
}

/* @media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {  */
@media handheld, only screen and (max-width: 767px), only screen and (max-device-width: 767px) { 


body {
	margin: 0;
} 

	
#login_content {
	margin: 20px auto 5px;
	padding: 20px 0;
	/* height: 100%; */
	/* min-height: 300px; */
	width: 100%;
    /* border: 1px solid #AAAAAA; */
    /* color: #222222; */
	/* background-color: none; */
	/* border-radius: 5px; */
	/* float: auto; */
	
}

#login_form {
	/* min-height: 300px; */
	width: 100%;
}

.btn, h4 , td {
	/* font-size: 1em; */
}

.login-links {
	width: 100%;
}

#login_btn {
	margin-top: 10px; 
	width: 100%;
	text-align:center;
}


}

/* @media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {  */
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) { 


body {
	margin: 0;
} 

	
#login_content {
	margin: 5px auto 5px;
	padding: 5px 0;
	/* height: 100%; */
	/* width: 100%; */
    /* border: 1px solid #AAAAAA; */
    /* color: #222222; */
	/* background-color: none; */
	/* border-radius: 5px; */
	/* float: auto; */
	
}

#login_form {
	/* min-height: 300px; */
	width: 100%;
}


.btn, h4 , td {
	/* font-size: 1em; */
}

.login-links {
	width: 100%;
}

#login_btn {
	margin-top: 10px; 
	width: 100%;
	text-align:center;
}

}

