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

Page type: LSV Theme

	Written by: Tony Tran
	Project: Life Saving Victoria LMS
	Date created: Apr 1 2014 at 11:17 am
	Last updated: Apr 1 2014 at 11:17 am

Base Colour : #003f69
Tone Colour: #0365a7
********************************/


/** GLOBALS **/

.signin_bg {
    background:url('img/bg.jpg') no-repeat top center !important;
}


h4 {
    margin-bottom: 20px;
}

/** LOGIN **/

.logoContainer {
    margin-top: 20px;
    margin-bottom: 50px;
}

.logoTitle {
    line-height: 20px;
    margin-top: 20px;
    color: white;
    font-size: 18px;
}

@media (max-width: 768px) {
    .logoTitle {
        margin-top: 10px;
    }

    .logoContainer {
        margin-top: 2px;
        margin-bottom: 22px;
    }

}

.login-wrapper .box .login {
    text-transform:none;
    font-size:13px;
    padding:8px 30px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
}

.login-wrapper .box {
    margin: 49px auto;

padding: 20px 2px;
float: none;
width: 100%;
margin-bottom: 25px;
    max-width:100%;
    box-shadow:0 0 6px 2px rgba(0,0,0,0.1);
    border-radius:5px;
    background:#f7f7f7;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}

.login-wrapper ol,.login-wrapper li {
    color:#888;
}
.forgot_btn {
    background:#666!important;
    border:0;
    text-shadow:none;
    box-shadow:none;
    -webkit-border-radius:8px!important;
    -moz-border-radius:8px!important;
    border-radius:8px!important;
}


.login-wrapper h2, #upcoming-courses h4 {font-size: 21px; color: #e2173d; font-weight: 200; margin-bottom: 10px; margin-top: 10px;}

.course_search {cursor: pointer; max-width: 48%;}
.register_accbtn {width: 100%;  margin:10px 0;}
.register_accbtn:hover {color: #fff;}

.info_sign, .info_sign:hover {color: #003f69; text-decoration: none !important;font-size: 16px; }
.login_search {
    padding: 10px;
    -webkit-border-radius: 5px; -moz-border-radius:  5px; border-radius:  5px;
    border: #d2d2d2 1px solid;
    display: none;
}


.navbar-inverse {
    min-height: 48px;
    margin-bottom: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #191e23;

    background:#003f69;
    background:-moz-linear-gradient(top,#003f69 0%,#0365a7 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#003f69),color-stop(100%,#0365a7));
    background:-webkit-linear-gradient(top,#003f69 0%,#0365a7 100%);
    background:-o-linear-gradient(top,#003f69 0%,#0365a7 100%);
    background:-ms-linear-gradient(top,#003f69 0%,#0365a7 100%);
    background:linear-gradient(to bottom,#003f69 0%,#0365a7 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#003f69',endColorstr='#0365a7',GradientType=0);
}

/* navbar links */
.navbar-inverse .nav > li > a {
    padding: 13px 15px 8px;
    border-left: 1px solid #0365a7;
    color: #FFFFFF;
    outline: 0px;
    height: 46px;
    transition: background .1s linear;
    -moz-transition: background .1s linear; /* Firefox 4 */
    -webkit-transition: background .1s linear; /* Safari and Chrome */
    -o-transition: background .1s linear;  /* Opera */
}

.dataTable th {
	color: #fff !important;
background-color: #003f69 !important;
}

.icon_info {
	float: left;
	display: block;
	max-width: 25%;
	padding: 5px;
	cursor: pointer;
}

.icon_info img {
	width: 100%;
}

/** My Account **/

.img-circle {
    height: 107px;
    background-color: #003f69;
}
.user-profile .avatar {
    float: left;
    margin-right: 25px;
    border: 2px solid #e9ecee;
    position: relative;
    top: 3px;
}
#name {
    margin: 20px 0px 8px 0px;
    font-weight: 600;
    line-height: 26px;
}

#dob{
    color:#7d848c;
    font-style: italic;
    font-size: 14px;
}

.navbar-brand img {
    height: 40px;
}

.navbar-inner .navbar-brand {
    padding: 5px;
}