/********************
GLOBAL STYLES
********************/

body {
	font-family: 'Open Sans', sans-serif;
	background: #fff;
}
h1, h2, h3, h4, h5 { 
	font-weight: 400; 
}

#content {
	height: 100%;
	background: #fff;
	z-index: 999;
	position: relative;
	box-shadow: 0 0 15px -4px #222;
	overflow: auto;
	padding-bottom: 20px;
}
#content_mobile {
	background: #fff;
}
#content_mobile .header {
	height: 50px;
	line-height: 30px;
	padding: 10px 0;
	background: #f6f6f6;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,white),color-stop(100%,#eee));
	background: -webkit-linear-gradient(top,white,#eee);
	background: -ms-linear-gradient(top,white,#eee);
	background: linear-gradient(top,white,#eee);
	border-bottom: 1px solid #d4d4d4;
	border-bottom: 1px solid rgba(0,0,0,0.17);
}
#content_mobile .body {
	padding: 10px;
}
#content_mobile .body .page-header {
	margin-top: 20px;
}
ul.no-style {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Index Layout Styles */

.index .header-wrapper {
	background: #F6F6F6;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	margin-bottom: 20px;
}
.index .header-wrapper img {
	height: 80px;
}
.index .content-wrapper .page-header {
	margin-top: 0;
}
.index .footer-wrapper {
	background: #555;
	color: #eee;
	padding: 30px 0;
	margin-top: 60px;
}


/********************
BOOTSTRAP OVERRIDES
********************/
.has-error .control-label {
	color: inherit;
}
label.validate-error {
	font-weight: normal !important;
	padding-top: 2px !important;
	color: #E51C23 !important;
	font-size: 12px;
}
label.validate-error.indent-error {
	margin-left: 32px;
}
.form-horizontal label.validate-error {
	display: block;
	text-align: left;
	font-size: 12px;
}
.tooltip {
	z-index: 9999;
}
.form-horizontal .form-group .radio-inline, 
.form-horizontal .form-group .checkbox-inline {
	padding-left: 10px;
}
.form-horizontal .form-group .radio-inline:first-child, 
.form-horizontal .form-group .checkbox-inline:first-child {
	padding-left: 0;
}
.help-block {
	font-size: 13px;
}
.has-error .help-block {
	color: #a6a6a6;
}

/********************
VENDOR OVERRIDES
********************/

.disabled.btn-social>:first-child {
	border: none;
}
.bootstrap-switch {
	visibility: hidden;
}