.testclass{ padding:0;}
.box .box-header h2 {margin: 0;}
.span10 div + div form input ~ input[type="submit"] {background: #3587B8;color: #fff;margin: 0 !important;padding: 6px 15px;border: none;border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;}
#content .table tr .center > button.dropdown-toggle {background: #3587B8;color: #fff;border: none;}
#content .table tr .center > button.dropdown-toggle .caret {border-top: 4px solid #fff;opacity: 1;}
.paging span.current {background: #3587B8;color: #fff;padding: 5px 8px;margin-right: 5px;font-size: 14px;font-weight: bold;}
.paging span {background: #3587B8;margin-right: 5px;padding: 5px 8px;color: #fff;}
.paging span > a{color: #fff;text-decoration:none;}
.span10 div + div ~ div a.label-success[href] {background: #3587B8;padding: 5px 15px;}
.nav-tabs.nav-stacked > li > a .hidden-tablet {padding-left: 5px;}
.span10 .sortable .box-content .table tr td.center > a > .label {background: #3587B8;}
.navbar .navbar-inner {border-radius: 0!important;-webkit-border-radius: 0!important;-moz-border-radius: 0!important;}
.navbar .navbar-inner .btn-group.pull-right a {margin-top: 20px;}
.span10 div + div > a > h4 {background: #3587B8;display: inline-block;margin: 10px 0 0;padding: 5px 15px;color: #fff;border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;}
.login-box div + .alert-info ~ form > fieldset {
	padding-top: 0;
	border:none;
}
.login-box div + .alert-info ~ form > fieldset .input-prepend .remember > input {vertical-align: sub;margin-right: 5px;}
.well.span3.top-block {
	color: #3587B8 !important;padding:15px;
}
.well.span3.top-block h2 {
	color: #3587B8 !important;font-size:14px;margin:0 0 8px;
}
.well.custom_fluid {
	min-height: 20px;
	padding:50px!important;
	margin-bottom: 20px;
	 background-color:#4CAF50;
	 border: none;
	 border:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	 -webkit-box-shadow:none; 
	 -moz-box-shadow:none; 
	 box-shadow:none;
}
.alert.alert-info.custom_name {
	background: #fff;
	margin: 0;
	border-color: transparent;
	border-radius: 4px 4px 0 0;
	font-size: 18px;
	font-weight: bold;
	padding: 25px 50px;
}
.well.custom_fluid form {
	background: #fff;
	padding:0 50px 25px 50px;text-align:left;
}
.custom_fluid .login-box .input-prepend[title] {
	margin-bottom: 10px;
	width: 100%;
	text-align: left !important;
	border: 1px solid #ccc;
	height: 35px;
	border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;
}
.custom_fluid .login-box .center.span5 button {
	padding: 8px 0;
	font-size: 15px;
	font-weight: bold;
}
.custom_fluid .login-box .center.span5 {
	width: 100%;
	margin: 0;
}
.custom_fluid .login-box .input-prepend input {
	border: none;
	box-shadow: none;
	border-radius: 0;
}
.custom_fluid .login-box .input-prepend input {
	border: none;
	box-shadow: none;
	border-radius: 0;
	height: 35px;
}
.well.custom_fluid .add-on {
	background: transparent;
	border: none;
}
.well.custom_fluid form .input-prepend .remember input {
	height: auto;
}
.custom_fluid .login-box .input-prepend input:focus {
	box-shadow: none;
}
@media (max-width:375px) {
.well.custom_fluid {
	padding:15px !important;
}	
.well.custom_fluid form {
	padding: 0 5px 5px 5px!important;
}
.custom_fluid .well.custom_fluid {
	padding:5px !important;
}	
}
@media (max-width:480px) {
.well.custom_fluid {
	padding: 25px !important;
}	
.well.custom_fluid form {
	padding: 0 15px 15px 15px;
}
.alert.alert-info.custom_name {
	font-size:16px;
	padding: 25px 15px;
}
}
@media (min-width:768px) and (max-width:1023px) {
.well.custom_fluid{
	width: 80%;
}	
}
@media (min-width:1024px) and (max-width:1199px) {
.well.custom_fluid{
	width: 60%;
}
}
@media (min-width:1200px) and (max-width:1350px) {
.well.custom_fluid{
	width:50%;
}
}