/* Default SCLogin Theme - Add new themes to templates/YOUR_TEMPLATE_NAME/html/mod_sclogin/themes directory */
.sourcecoast .btn-primary{
/*background-image: linear-gradient(to bottom, #cc2900, #ff5c33);*/
/*background-image: linear-gradient(to bottom, #0172c1, #0190f3);*/
background-image: linear-gradient(to bottom, #009966, #009900);
background-color: #009966;
background-repeat: repeat-x;
text-transform:none;
font-weight:normal;
}

.sourcecoast .btn-primary:hover, .sourcecoast .btn-primary:active, .sourcecoast .btn-primary.active, .sourcecoast .btn-primary.disabled{
/*background-image: linear-gradient(to bottom, #0172c1, #0190f3);*/
background-image: linear-gradient(to bottom, #66cc00, #66cc33);
background-color: #009966;
}

.sclogin {
overflow: visible;
text-align: center;
}

#login-modal { /* Login Form Background */
top:15%;
height: auto !important;
background: #F2F2F2;
background: -webkit-linear-gradient(-45deg, #d9d9d9, #F2F2F2); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(-45deg, #d9d9d9, #F2F2F2); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(-45deg, #d9d9d9, #F2F2F2); /* For Firefox 3.6 to 15 */
background: linear-gradient(-45deg, #d9d9d9, #F2F2F2); /* Standard syntax */
}
.modal-header{
background: #b3b3b3;
background: -webkit-linear-gradient(left, #b3b3b3, #cccccc); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(right, #b3b3b3, #cccccc); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(right, #b3b3b3, #cccccc); /* For Firefox 3.6 to 15 */
background: linear-gradient(to right, #b3b3b3, #cccccc); /* Standard syntax */
}
.modal-header .close{
font-weight:bold;
color:#CC0000;
opacity:0.6;
}
.modal-title{
font-weight:bold;
}
.sclogin-joomla-login.horizontal{
width:100%;
}
.sclogin-joomla-login.horizontal .input-append{
width:100%;
}
.sclogin .powered-by {
    clear: both;
}

div.sclogin-social-login a.show,
div.sclogin-joomla-login a.show,
div.sclogin-social-connect a.show {
    margin-bottom: 9px;
}

div.sclogin-social-connect,
div.social-login.reconnect:nth-of-type(2) {
    clear:left;
}

.sclogin-social-login .pull-left,
.social-login.reconnect.pull-left {
    margin:5px;
}

.sclogin-social-login.bottom {
    padding:5px 0;
}

input#sclogin-username.input-block-level,
input#sclogin-passwd.input-block-level {
    height: 30px;
}

a.forgot.btn {
    height: 28px !important;
    padding: 0px 0px;
}

a.forgot.btn i {
    margin-top: 6px;
}

#form-sclogin-submitcreate a,
.sclogin-modal-links a.btn,
.scuser-menu a.dropdown-toggle {
    text-decoration: none !important;
}

#form-sclogin-submitcreate a,
.scuser-menu a.dropdown-toggle { /* Register Button */
    color: #FFFFFF;
	background-color: #0099ff !important;
	background-image:none;
}

#form-sclogin-submitcreate button.btn.btn-primary { /* Login Button */
background-color: #009933 !important;
background-image:none;
text-transform: none;
}

.sclogin [class*="span"] {
    margin-left: 0 !important;
}

.sclogin .clearfix {
    clear: both;
}

#sclogin-username,
#sclogin-passwd {
    margin-top: 0px;
	height: 30px;
	width: 90%;
}

/* Vertical Layout */

.sclogin-joomla-login.vertical input#sclogin-username.input-block-level,
.sclogin-joomla-login.vertical input#sclogin-passwd.input-block-level {
    width: 87% !important;
	
}

.sclogin-joomla-login.vertical a.forgot.btn {
    width: 13% !important;
}

.sclogin-joomla-login.vertical input#sclogin-username.input-append,
.sclogin-joomla-login.vertical input#sclogin-passwd.input-append {
    width: 100%;
}

.sclogin-joomla-login.vertical #form-sclogin-submitcreate .btn {
    margin-top: 2px !important;
}

/* Horizontal Layout */
.sclogin-joomla-login.horizontal .control-group {
    margin-right: 2px;
	clear:both;
	width: 80%;
}

/* Modal Links */
.sclogin-modal-links a {
    margin-right: 5px;
}

.sclogin-modal-links a.btn-primary {
    color: #FFFFFF;
}

/* Logged in User options */
.sclogin .flat-list {
    display: block !important;
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    margin-top: 1px !important;
}

.sclogin .logout-button {
    margin-top: 0px;
}

.sclogin .sclogout-button {
    float: left;
    margin-right: 5px;
}

.sclogin .logout-link {
    background-color: transparent;
    text-decoration: underline;
    border: none;
    color: #095197;
    cursor: pointer;
}

.sclogin .scuser-menu.dropdown-view {
    float: left;
}

.sclogin .scuser-menu.list-view {
    clear: both;
}

.sclogin #scprofile-pic,
.sclogin .sclogin-greeting {
    margin-bottom: 5px;
}

.sc-connect-user {
    clear: both;
}

.sclogin .top {
    padding-top: 0px;
    padding-bottom: 15px;
}

.sclogin .side {
    padding-left: 15px;
}