/**
  * @package PMC\IH_Service_Status
  * @version 1.0.0
  */

.help-block.valid {
	display: none;
}

.subnav-menu .add {
	float: left;
	padding-right: 5px !important;
}

.subnav-menu .list {
	padding-left: 5px !important;
}

.fileinput {
	width: 100%;
}

.fileinput-preview.thumbnail {
	width: 100%;
	height: 300px;
}

.col-thumbnail {
	text-align: center;
}

.col-thumbnail img {
	display: inline-block;
	max-width: 100px;
	max-height: 60px;
	margin: 0;
}

.form-horizontal .control-label {
	padding-top: 0;
}

.form-horizontal .radio {
	padding-top: 0;
}

.form-horizontal .radio label {
	padding-left: 0;
}

.actions a {
	font-size: 20px;
	text-decoration: none;
}

.actions a.delete {
	color: #EE1010;
}

.actions a.delete:hover {
	color: #AA0000;
}

.box.box-color .box-title h3 a {
	color: #FFFFFF;
	margin-left: 10px;
}

.box.box-color .box-title h3 a:hover {
	color: #EEEEEE;
}

#page_type {
	text-transform: capitalize;
}

#form-page-edit #html,
#form-template-edit #html {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	min-height: 300px;
}

#visual-editor iframe {
	width: 100%;
	min-height: 300px;
	border: 1px solid #CCCCCC;
}

#L10n {
	text-transform: capitalize;
}

body.login.settings {
	background: #368ee0;
}

body.login.settings .wrapper {
	position: static;
	width: auto;
	height: auto;
	top: auto;
	left: auto;
	margin: 0;
}

body.login.settings .row {
	padding: 0;
	margin: 0;
}

body.login.settings .box-bordered .box-title, 
body.login.settings .box-bordered .box-content {
	border: 2px solid white;
}

.ms-container {
	width: auto !important;
}

.alert {
	margin-top: 10px;
}

.alert:before {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	margin-top: 5px;
}

.alert-danger:before {
	content: "\f06a";
}

.alert-warning:before {
	content: "\f06a";
}

.alert-success:before {
	content: "\f05a";
}

.alert-info:before {
	content: "\f05a";
}

.select2-results .archived,
optgroup.archived {
	background-color: #eeeeee;
}

.select2-container {
	width: 100%;
}

.cke_combopanel__inserthtml {
	width: 8em !important;
	overflow: hidden;
}

.cke_combopanel__inserthtml iframe {
	overflow: hidden;
	border: 0 none;
}

#email_download_text,
#email_transaction_text {
	min-height: 326px;
}

.tabs a {
	border: 1px solid #dddddd;
}

.tab-pane.form-group {
	margin-right: 0;
	margin-left: 0;
}
