/*
*   EDUVES - The E-Learning Software
*   @link http://www.eduves.com
*   @copyright Copyright &copy; EDUVES
*/

/* Body color*/
body{background: url(../images/home-back.jpg) 0 0 repeat-x #C2D1E4;}

/** Header **/

	/** Anonymous header **/
	.vertical-divider{height:60px;border-left:1px solid rgba(0,0,0,0.2);border-right:1px solid rgba(255, 255, 255, 0.2);position:absolute;}/*put it out of the flow, so we can use width 100%*/

	/** Login box **/
	.header-login-form{margin:0;}
		.header-login-form h4 {
			float: left;
			margin: 0 20px 0 0;
			font-size: 14px;
			padding-left: 33px;
			line-height: 60px;
			text-transform: uppercase;
			color:#ffffff;
			background: url('../images/keys.png') 0 center no-repeat;
			text-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);
		}
		.header-login-form input{margin: 13px 6px 0 0;padding: 6px;}
		.header-login-form input[type="text"],
		.header-login-form input[type="password"] {float: left;color: #333;width:30%;}
		.header-login-form .btn {
			padding: 0 16px;
			text-transform: uppercase;
			font-weight: bold;
			height: 34px;
			font-size: 13px;
			color: #ffffff;
			text-shadow: 1px 1px 0 rgba(35, 35, 35, 1);
			border: 1px solid #2E732E;
			background-color: #59B559;
			background-image: -webkit-gradient(linear, left top, left bottom, from(#59B559), to(#2D712D));
			background-image: -webkit-linear-gradient(top, #59B559, #2D712D);
			background-image:    -moz-linear-gradient(top, #59B559, #2D712D);
			background-image:      -o-linear-gradient(top, #59B559, #2D712D);
			background-image:         linear-gradient(to bottom, #59B559, #2D712D);
		}
		.header-login-form .btn:hover {
			background-color: #59B559;
			background-image: none;
			-webkit-transition: all 0.1s linear;
			-moz-transition: all 0.1s linear;
			-o-transition: all 0.1s linear;
			transition: all 0.1s linear;
			text-decoration: none;
		}

	a.header-lostpass {
		float: left;
		font-size: 13px;
		line-height: 60px;
		color:#ffffff;
		text-decoration: underline;
		text-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);
	}
		a.header-lostpass:hover{text-decoration:none;}

	/** New user box **/
	.header-newuser{padding:0;}
		.header-newuser h4{font-size:20px;margin:0;padding:0;}
		.header-newuser p{font-size:13px;margin:0;padding:0;}
		.header-newuser a{text-decoration:underline;text-transform:lowercase;}
		.header-newuser a:hover{text-decoration:none;}

	/** Language **/
	#header.anonymous .header-language{height:60px;line-height:60px;padding:0 16px;font-size: 12px;}

/** Main layout **/
.inner-container {
 	border:1px solid #DDD;
	background-color:#F1F3F2;
	color: #333333;
	padding:20px 15px;
	margin-top:20px;
}

/** Footer **/

/** Home > Access courses area **/
.home-courses-access {padding: 30px 0;}
.home-courses-access > div {
    background-color: #F1F3F2;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
    position: relative;
}
.home-courses-access > div > a {
    display: block;
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
}
.home-courses-access .inner-padding {padding: 15px;}
.home-courses-access h2 {margin: 0 0 10px 65px;}
.home-courses-access p {margin: 0 0 0 65px;}
.home-courses-access .graphic {
    float: left;
    width: 50px;
    height: 52px;
    background: url('../images/sprite-course-access.png') 0px 0px no-repeat;
}
.home-courses-access .new-course .graphic { background-position: 0px -50px; }
.home-courses-access .existing-courses .graphic { background-position: 0px 0px; }
.home-courses-access .manage-courses .graphic { background-position: 0px -102px; }
.home-courses-access .manage-courses strong { color: #0465AC; }


/** HOME SEARCH FORM **/
#load-more {
    text-align: center;
}
#grid-search-form {
    margin-bottom: 16px;
    font-size: 1.2em;
}
#grid-search-form ul.menu {margin-top: 8px;}
#grid-search-form ul.menu li {
    float: left;
}
#grid-search-form ul.menu li a {
    display: block;
    text-align: center;
    padding: 4px 12px;
    text-decoration: none;
    color: #0465AC;
}
#grid-search-form ul.menu li a:hover {
    text-decoration: none;
}
#grid-search-form ul.menu li a.active {
    text-decoration: none;
    color: #FFF;
    background-color: #0465AC;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
#grid-search-form form {
    float: right;
    text-align: right;
    width: 100%;
}
#grid-search-form input[type="text"] {
    height: 38px;
    padding: 0 10px;
    width: 70%;
	*zoom: 1;
	-webkit-border-radius: 4px 0px 0px 4px;
	   -moz-border-radius: 4px 0px 0px 4px;
	        border-radius: 4px 0px 0px 4px;
	  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
#grid-search-form .btn-submit {
    background-color: #0465AC;
    background-image: none;
    width: 80px;
    height: 40px;
	border:0px none;
}








/*** HOME page big image ****/

#lms-home-image {
    position: relative;
    min-height: 372px;
	border:1px solid #cccccc;
}
#lms-home-image.fill-image {
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}
#lms-home-image.tile-image {
    background-repeat: repeat;
}
#lms-home-text {
    position: absolute;
    bottom: 45px;
    left: 0px;
}
#lms-home-text h1 {
	max-height:100px;
	overflow:auto;
    background-color: #03569D;
    color: white;
    padding: 8px 20px;
    text-shadow: 1px 1px 0px  rgba(0, 0, 0, 0.25);
    margin-bottom: 15px;
}

#lms-home-text h2 {
	max-height:150px;
	overflow:auto;
    background-color: #60C05F;
    color: white;
    padding: 5px 20px;
    line-height: 25px;
    text-shadow: 1px 1px 0px  rgba(0, 0, 0, 0.25);
}

/* Courses grid */
#courses-grid {margin-top: 40px;}



/*****************************/

.ajaxloader {
    display: none;
    top: 50%;
    left: 50%;
    padding: 5px;
    width: 18px;
    height: 18px;
    position: fixed;
    color:#fff;
    background: url(../images/tile/ajax-loader.gif) no-repeat 2px;
    margin-top: -9px;
    margin-left: -9px;
    z-index: 9999;
}

/* Home login error messages */
.login-error{
	display:block;
	margin-top:20px;
	background-color: #D80100;
	padding:5px;
}

/* Custom user pages */
.user-pages-container ul{
	margin-bottom: -20px;
	list-style-type: none;
	font-size: 14px;
}
.user-pages-container ul li{
	display:inline;
}
.user-pages-container ul li.selected{
	border:0;
}
.user-pages-container ul li a{
	margin:0;
	padding: 10px 15px;
	display:inline-block;
}
.user-pages-container ul li.selected a{
	border-bottom: 4px solid;
	border-color: #0465AC;
}
.user-page-wrapper h2.user-page-title{
	font-size: 25px;
	margin-bottom: 10px;
}
.user-page-wrapper .user-page-contents{
	font-size: 13px;
	color: #0465AC;
}