/* General */

.ac5-form-group-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
}

/* Removes browsers dotted outline on focus */
:focus{
	outline: 0 !important;
}

/* Filestyle bootstrap plugin */
.bootstrap-filestyle .group-span-filestyle label {
	background-image: none;
}

.bootstrap-filestyle .group-span-filestyle label:hover, 
.bootstrap-filestyle .group-span-filestyle label:active {
	background-color: #fff;
	border-color: rgb(204, 204, 204);
}

.filestyle-button {
	height: 30px;
	width: 30px;
    background: #fff none;
}

.filestyle-button:hover, 
.filestyle-button:focus, 
.filestyle-button:active {
	height: 30px;
	width: 30px;
	background-color: #fff;
	border-color: rgb(204, 204, 204);
}

/* Slider plugin */

.slider.slider-horizontal {
	width: 100% !important;
	height: 33px;
}
.slider.slider-horizontal .slider-selection {
    background: #E6E6E6 none;
    /* box-shadow: none; */
}

.slider.slider-horizontal .slider-handle.round {
	opacity: 1;
}

/* bootstrap select plugin */
div .bootstrap-select button, 
div .bootstrap-select button:hover, 
div .bootstrap-select button:focus, 
div .bootstrap-select button:active, 
div .bootstrap-select.open .btn {
    background: #fff none;
    border-color: rgb(204, 204, 204);
	box-shadow: none;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="span"] {
    margin-bottom: 0;
}

div .bootstrap-select:not(:last-child) button {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

div.bootstrap-select .btn:focus {
	outline: none !important;
}

.bootstrap-select-button {
	height: 34px;
	width: 30px;
}

.bootstrap-select .option-info {
	background-color: #F0F0F0;
	font-style: italic;
}

/* enable wrapping if text is too long */
div.bootstrap-select ul li a {
	white-space: normal;
}

div.bootstrap-select ul li a:hover {
    background-color: rgb(66, 139, 202);
    font-style: italic;
	color: #fff;
}

/* multiple selection before dialogs */
.bootstrap-select.btn-group .dropdown-menu {
    z-index: 2000;
}

/* remove arrow on ul selection */
.bootstrap-select.show-menu-arrow .dropdown-toggle::after {
	bottom: -7px;
}

/* display the validation state on selectpicker button and input-group-hint */
.has-error div.bootstrap-select .btn.dropdown-toggle, .has-error .simo-input-group-hint {
	border-color: rgb(169, 68, 66);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.has-success div.bootstrap-select .btn.dropdown-toggle.btn-default, .has-success .simo-input-group-hint {
	border-color: rgb(60, 118, 61);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

/* bootstrap select end */
.panel-group .panel {
	overflow: visible;
}

/* Tabs and errors */
ul.nav-tabs li.has-error a {
	color: #a94442 !important;
}

ul.nav-tabs li.has-error a {
	border-style: none !important;
	border-color: #a94442 #a94442 transparent !important;
}

ul.nav-tabs li.active.has-error a {
	border-style: solid !important;
}

.simo-header {
	background-color: #f8f8f8;
    font-family: Arial, serif;
    font-size: 18px;
    height: 43px;
    padding: 10px 0 2px 10px;
}

.simo-header.single {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 20px;
}

/* Keyboard */
kbd {
    margin-right: 10px;
    border: 1px solid rgb(201, 201, 201);
    color: rgb(51, 51, 51);
    background: rgb(226, 226, 226) none repeat scroll 0 0;
    margin-top: -2px;
}

/* white overlay which indicates loading */
.table-overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	position: fixed;
    z-index: 3000;
    top: 0;
    left: 0;
}
.table-overlay-spinner {
    position: absolute;
    top: 25%;
}

/* remove second dotted line */
abbr[data-original-title], abbr[title] {
    border-bottom: none !important;
}

/* disabled bootstrap select should look like input fields */
.bootstrap-select button.disabled {
	background: #eee none;
	opacity: 1;
}

/* alert separator does not need so much margin  */
hr.simo-alert-separator {
    margin: 10px 0;
}

/**
 *
 * Modal
 *
 ****************************************/
.modal-content .modal-header {
	background-color: rgb(238, 238, 238);
	border-bottom: 1px solid rgb(216, 216, 216);
	margin-bottom: 8px;
	padding: 6px 15px;
}
.modal-content .modal-footer {
	background-color: #eee;
	border-top: 1px solid rgb(216, 216, 216);
	padding: 9px 15px;
}
.modal-header .close {
	opacity: 0.44;
	margin-top: 10px;
}
.modal-header .close-dialog {
	margin-top: 14px;
	font-size: 110%;
}
.modal-header .expand-dialog {
	margin-top: 14px;
	font-size: 110%;
	margin-right: 10px;
}
.modal-header kbd {
	margin-top: 10px;
}

.modal-header h4,
.modal-header .h4 {
	background-image: none;
	border-bottom: 0 none;
	box-shadow: none;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 8px 6px 6px;
}
.modal-footer .major {
	margin-top: 8px
}
div.modal-body:after {
	content: " ";
	clear: both;
	display: block;
}

/* stream scroll bar should only be visible when required and more height */
.simo-ajax-stream .pre-scrollable {
	max-height: 450px;
	overflow-y: auto;
}

/* remove border from dialog footer */
.modal-footer {
	border-top: none;
}

/* remove border from dialog header */
.modal-header {
	border-bottom: none;
}
@media (min-width: 1102px) {
	.modal-xlg {
		width: 1100px;
	}
}

.modal-xxlg {
	width: 90% !important;
}
