body { margin: 0 auto; padding: 0; }
#sc-login #sc-logo {

}
#sc-login #sc-logo {
	position: absolute;
	bottom: 50px;
	width: 100%;
	text-align: center;
}
#sc-login #sc-logo img {
	display: block;
	margin: 0 auto;
	
}

#sc-login #sc-logo h1 {
	font-family: Helvetica,arial,serif;
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 32px;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 5px;
}

#sc-login #sc-header {
	height: 300px;
	background: none repeat scroll 0 0 #333333;
	border-bottom: 10px solid #4F9BD8;
	position: relative;
}
#sc-login-form {
	width: 500px;
	margin: 0 auto;
	margin-top: 60px;
	padding: 0 100px;
}

@media screen and (max-width: 675px) {
	#sc-login-form {
		width: 80%!important;
		margin: 0 auto!important;
		margin-top: 60px!important;
		padding: 0px!important;
	}	
	#sc-login-form input {
		width: 250px!important;
	}
	#sc-status {
		margin-right: 0px!important;
		width: 100%!important;		
	}
	#sc-status .sc-status li {
		width: 100%!important;
		margin: 0px!important;
		float: none;
	}
	.control-group {
		width: 260px!important;
		margin: 0 auto!important;
	}
	.sc-status > li {
		border-radius: 0px!important;
	}
	#sc-login #sc-logo {
		position: initial;
		padding-top: 77px;
	}
	#sc-login #sc-logo img {
		margin-top: 25px;
	}
	.forgotten {
		background: #4F9BD8!important;
	}
	#bt-send {
		margin-top: 10px;
	}
	ul {
		margin: 0!important;
	}
	.sc-status > li:hover > a, .sc-status > li.active > a {
		border-radius: 0px!important;
	}
	#sc-login .login {
		background: #4F9BD8!important; 
	}

}
#bt-send button {
	text-transform: uppercase;
}

#sc-login-form.form-forgotten {
    width: 500px;
}
#sc-login-form fieldset {
	border: none;
}

#sc-login-form .control-group a { display: none; }
#sc-login-form .control-group .add-on { display: none; } 



#sc-login-form fieldset .control-group .btn.btn-primary.btn-large {
	padding: 7px 27px;
	background: #4F9BD8;
	border: none;
}
#sc-login-form input,
#sc-login-form textarea {
	border-radius: 6px;
	font-size: 20px;
	height: auto;
	line-height: 20px;
	padding: 5px;
	border: 1px solid #6c6c6c;
	font-size: 20px;
	color: #666;
	width: 300px;
}

label {
	font-size: 1.2rem;
	line-height: 2rem;
}

#sc-login-form fieldset .control-group .btn.btn-primary.btn-large i { display: none; }
.input-prepend.input-append, #mod-login-username, #mod-login-password, #jform_password, #jform_password_again { width: 95%; }


#sc-status { float: right; margin-right: 30px;}
.sc-status li > .dropdown-menu { border-top: 1px solid transparent; }
/*.sc-status > li { display: inline-block; float: left; margin-right: 2px;}*/
.sc-status > li > a {
	color: #fff;
	padding: 5px 15px;

	/*background-color: #4d4d4d;*/
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top: 0;
	-webkit-transition: background-color 0.25s ease-out;
	transition: background-color 0.25s ease-out;
	font-weight: bold;
	display: block;
}.sc-status > li > a:hover { text-decoration: none; }

.sc-status > li {
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top: 0;
	background-color: #4d4d4d;
}

.sc-status > li:hover > a,
.sc-status > li.active > a { 
	background-color: #88b719; 
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top: 0;

	

}
/*.sc-status .dropdown li > a:hover { background-color: #88b719; }*/
/*.sc-status .dropdown:hover > a { background: #88b719; }*/

#sc-login #sc-header { 
	background-color: <?php echo $header_bg_color; ?>; 
	border-bottom: 10px solid <?php echo $active_bg_color; ?>;
}

#sc-login-form fieldset .control-group .btn.btn-primary.btn-large:hover {
    background: none repeat scroll 0 0 <?php echo $hover_bg_color; ?>;
    border: medium none;
    padding: 7px 27px;
}

#sc-header .sc-status .frontend { background-color: <?php echo $special_bg_color; ?>; }
#sc-header .sc-status .frontend a { color: <?php echo $special_text_color; ?>; }
#sc-header .sc-status a:hover { background-color: <?php echo $hover_bg_color; ?>; }
#sc-login #sc-logo .admin-title {
	color: <?php echo $header_link_color; ?>;
	font-weight: normal;
	text-shadow: 1px 1px 1px <?php echo $header_shadow_color; ?>;
}
.languages {
	display: none;
}
a.nohover:hover {
  text-decoration: none;
  color: inherit;
}

#sc-status .sc-status li {
	float: right;
	margin-right: 20px;
}
#sc-login #remember-group {
	width: 30px;
	margin-top: 5px;
}
#sc-login #remember-group label {
	margin-right: 3px;
}
#sc-login #login-button-group {
	margin: 0 auto;
	text-align: center;
}
#sc-login #login-button-group button {
	margin-right: 0;
	margin-top: 5px !important;
	text-transform: uppercase;
}

#sc-login .reset h2 {
    text-align: center;
    color: gray;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid lightgrey;
}

input[type="checkbox"] {
    display: none;
}
input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../img/check_radio_sheet.png) left top no-repeat;
    cursor:pointer;
    opacity: 0.8;
}
input[type="checkbox"]:checked + label span {
    background:url(../img/check_radio_sheet.png) -19px top no-repeat;
}

#sc-login p {
	margin-bottom: 30px;
}

#sc-login .admin-title {
	float: none;
}

#sc-login #login-button-group button {
  margin-right: 0 !important;
  margin-top: 5px !important;
  text-transform: uppercase !important;
  padding: 7px 27px !important;
  border: none !important;
  color: #fff !important;
  min-width: 50px !important;
  border-radius: 4px !important;
  font-size: 16.25px !important;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25) !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 9px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 18px;
    color: inherit;
    text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999;
}
h1,
h2,
h3 {
    line-height: 36px;
}
h1 {
    font-size: 35.75px;
}
h2 {
    font-size: 29.25px;
}
h3 {
    font-size: 22.75px;
}
h4 {
    font-size: 16.25px;
}
h5 {
    font-size: 13px;
}
h6 {
    font-size: 11.05px;
}
h1 small {
    font-size: 22.75px;
}
h2 small {
    font-size: 16.25px;
}
h3 small {
    font-size: 13px;
}
h4 small {
    font-size: 13px;
}

#system-editace {
    width: 500px;
    margin: 30px auto;
}

#system-editace h3 {
    text-align: center;
    margin-bottom: 30px;
}

#system-editace #sc-login-form {
    margin-top: 30px;
}

#system-editace .btn-group {
    margin-top: 20px !important;
}

#system-editace textarea {
    height: 150px;
}

#system-editace .btn-delete {
    background-color: darkred !important;
}

#system-editace .btn {
    margin-left: 10px;
    margin-right: 10px;
}

#display-error {
    width: 500px;
    margin: 0 auto;
    margin-top: 60px;
}