/* Inspinia overrides */
body {
	color: #666;
}
.middle-box h1 {
	font-size: 50px;
	margin-bottom: 20px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, a {
	color: #0D9AA7;
}
#page-wrapper {
 	background: #f4f6fa;
	border-left: 1px solid #9a999a;
}
#page-wrapper.modal-wrapper {
	border: 0;
}
#page-wrapper .page-heading .col-lg-12 > h1 {
	float: left;
	margin-right: 20px;
}
.btn-transparent, .input-group-addon.btn-transparent {
	background-color: transparent;
	border-color: transparent;
}
.btn > .fa {
    margin-right: 3px;
}
.btn > .fa.no-margin {
    margin: 0;
}
.btn-group > .btn:not(first-child):not(:last-child) {
	margin: 0 1px;
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
	margin-left: 1px;
}
.pagination {
	margin: 0;
}
.pagination > li > a.pagination-input, .pagination > li > span.pagination-input {
	padding: 1px 10px;
}
.pagination > li > a, .pagination > li > span {
  	padding: 4px 10px;
}
.pagination > li > a, .pagination > li > span {
	line-height: normal;
}
.pagination .pagination-input input {
	line-height: inherit;
	line-height: -moz-block-height;
	width: 3em;
}
.pagination .pagination-input.pagination-num-rows {
	padding: 2px 10px 1px;
}
.pagination .pagination-input select {
	padding: 0px;
	height: inherit;
	line-height: inherit;
}
.wizard > .content > .body {
	width: 99%;
	padding: 5px;
}
.wizard > .content > .body ul.pagination {
	list-style: none !important;
}
.wizard > .content > .body ul.pagination > li,
.wizard > .content > .body .pagination-input input {
	display: inline;
}
.wizard > .content > .body .pagination-input input {
	padding: 2px;
}
@-moz-document url-prefix() { 
 	.pagination > li > a, .pagination > li > span {
    	padding: 6px 5px;
  	}
 	.pagination .pagination-input.pagination-num-rows {
		padding: 4px 10px 3px;
	}	 
}
.input-group-addon {
	background-color: #eee;
}
.input-mini {
    width: 217px;
    max-width: 100%;
}
.input-small, .input-medium, .date input[type='text'], .time input[type='text'] {
	background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #e5e6e7;
	border-radius: 1px;
	color: inherit;
	display: block;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	font-size: 14px;
    width: 90px;
    max-width: 100%;
}
.input-medium {
	width: 200px;
}
.input-small[disabled], .input-small[readonly], 
.input-medium[disabled], .input-medium[readonly], 
.date input[type='text'][disabled], .date input[type='text'][readonly],
.time input[type='text'][disabled], .time input[type='text'][readonly],
option[disabled] {
	background-color: #eee;
}	
.input-mini.date input[type='text'], .input-mini.time input[type='text'] {
	width: 100%;
}
select.input-small, select.input-medium {
	width: initial;
}
form label {
	font-weight: 400;
}
form label.required {
	font-weight: 700;
}
.ibox-content:first-child {
	border: none;
}
.pwf-selected, .pwf-selected td {
    background-color: #E4EFC9 !important;
}
table.management-list {
	margin-top: 10px;
	margin-bottom: 10px;
}
table.management-list tbody tr {
	cursor: pointer;
}
.clearfix.form-actions {
	text-align: right;
}
.clearfix.form-actions:first-child {
	margin-bottom: 15px;
}
@media only screen and (max-width: 540px) {
	.col-pagination {
		width: 100%;
		text-align: center;
	}
	.col-buttons {
		width: 100%;
		text-align: center;
		margin-bottom: 5px;
	}
}
/* checkbox */
fieldset div input[type=checkbox] {
	margin-right: 2px;
}

/* table scroll */
table.management-list.scroll {
	width: 100%;
}
table.management-list.scroll tbody,
table.management-list.scroll thead { display: block; }
table.management-list.scroll tbody {
	height: 100px; /* initial default height */
	overflow-y: auto;
	overflow-x: hidden;
}
table.management-list.scroll tbody td:last-child, table.management-list.scroll thead th:last-child {
	border-right: none;
}
table.management-list.scroll thead {
	background-color: #F5F5F6;
}
/* validation borders */
label.has-error {
	color: #a94442 !important;
	font-weight: 700;
} 
.has-error > input, .has-error > .error,
.has-error .input-mini.date input[type='text'], .has-error .input-mini.time input[type='text'] {
	border-color: #a94442 !important;
}
.has-error .control-label {
	color: #a94442 !important;
}
/* end validation borders */
.filters .chosen-container-multi .chosen-choices .search-field {
	font-size: 14px;
	padding: 0 12px;	
}
.chosen-container.chosen-container-active .chosen-drop {
	display: block;
}
.chosen-container .chosen-drop {
	display: none;
}
.chosen-container-active .chosen-choices {
	border-color: #0D9AA7;	
}
.chosen-container .chosen-results li.highlighted {
	background-color: #0D9AA7;
}
.chosen-container-multi .chosen-choices li.search-choice.system-tag,
.chosen-container-multi .chosen-results li.active-result.system-tag {
	color: #0D9AA7;
	font-weight: bold;
}
.chosen-container-multi .chosen-results li.active-result.system-tag.highlighted {
	color: #fff;
}
.logo-name {
	font-size: 100px;
}
.reset.middle-box {
	width: 500px;
	max-width: 500px;
}
.body-small .navbar-nav.navbar-right {
	margin: 7px;
}
.mini-navbar li.active .nav-second-level .nav-second-level {
	left: 120px;
}
/* End Inspinia overrides */

/* Login pages */
.logo-block {
	height: 200px;
	padding-top: 60px;
	text-align: center;
}
@media (max-width: 768px) {
	.logo-block {
		background: url(/templates/inspinia/img/logo-header.png) center 50px no-repeat;
	}
	.logo-block img {
		display: none;
	}
	.logo-block a {
		height: 100px;
		display: block;
	}	
}
.meter {
    background-color: transparent;
    width: 100%;
    height: 10px;
    display: block;
}
.meter > span {
	 height: inherit;  
	 background-color: #e20000;
	 display: block;
	 width: 20%;
}
/* End login pages */

/* Left bar background override */
.navbar-default {
 	color: #9a999a;
}
.nav > li > a {
	color: inherit;
}	
.nav > li.active > a {
 	color: #0D9AA7
 	
 	
 	
 	
 	
 	
 	
 	
 	
 	
 	
 	
 	
 	
 	
 	
 	
 	
 	
 	
 	
 	
 	
 	
 	
 	
 	
 	
 	;
}
.fixed-nav .navbar-fixed-top {
 	background: #fff;
}
.nav.nav-tabs > li.active > a {
 	color: #555;
}
.nav-header {
	padding: 20px 5px;
	background-image: none;
}
nav .logo-mini {
	float: left;
	padding: 5px;	
}
nav .user {
	margin: 16px 5px 5px 10px;
	float: left;
}
/* End Left bar background override */

.tabs-container .nav-tabs > li > a, .tabs-container .nav-tabs > li a:hover {
	border-color: #dedede;
}

#next-step {
	position: absolute;
	top: 20px;
	right: 15px;	
}	
.body-small #next-step {
	position: static;
	top: 0px;
	right: 15px;	
}
.chosen-container-multi .chosen-choices li.search-choice.search-choice-disabled {
	background: transparent;
	margin: 6px 0 3px 5px;
	border: 0;
	float: none;
}
.chosen-container-multi.chosen-disabled ul.chosen-choices {
	background-color: #eee;
	opacity: 1;	
	font-size: 14px;
	color: #666;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	border-radius: 1px;
	border: 1px solid #e5e6e7;
}	
.chosen-disabled li.search-field {
	display: none;
}
.chosen-container-multi .chosen-choices {
	border-radius: 1px;
}
.ManagementListBody .auth_list span {
	margin-right: 5px;
	font-size: inherit;
}
#pwd_extend {
	padding-bottom: 20px;
}
.header-buttons {
    margin-top: 20px;
    margin-bottom: 10px;
	text-align: right;
	float: right;
}
/* notes */
.notes-item {
	padding: 20px 25px;
    background: #ffffff;
    border-top: 1px solid #e7eaec;
}
.notes-item:last-child {
	margin-bottom: 10px;
}
.dropdown-menu.buttons-list {
	left: auto;
	right: 0;
	margin-right: 15px;
}
/* autocomplete */
.combo-autocomplete-frame {
	width: 100%;
	height: 500px;
	border: 0;
	padding: 0;
}
/* filters box */
.filters .ibox {
	border-bottom: 1px solid #e7eaec;
}
.tab-content .ibox-title {
	border-width: 2px 1px;
}
.tab-content .ibox-content {
	border-width: 1px;
}
.tab-content .ibox-content .panel-body {
	border: none;
}
#base_div .ibox-content {
	border-style: solid solid solid;
}
/* steps */
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
	background: #0D9AA7;
	border-color: #0D9AA7;
}
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
	background-color: #428bca;
	border-color: #428bca;
	box-shadow: none;
    opacity: .65;
}
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
	background: #0D9AA7;
	border-color: #0D9AA7;
}
.wizard [role='menu'] [href='#cancel'] {
	background: #fff;
	border: 1px solid #e7eaec;
	color: inherit;
}	
.wizard [role='menu'] [href='#cancel']:hover {
	background: #e6e6e6;
	color: inherit;
	border: 1px solid #d2d2d2;
}	
.wizard > .actions > ul > li {
	margin: 0 1px;
}
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
	border-radius: 0;
}
.wizard .content {
	background-color: #fff;
	overflow: auto;
}
.modal-content {
	background-color: #f4f6fa;
}
.inmodal .modal-header {
  	background: #fff;
 	border-radius: 4px 4px 0 0;
}
.inmodal .modal-body {
  	background: transparent;
}
.info-msg {
	margin: 10px 0;
}
i.fa + a {
	margin-left: 5px;
}
fieldset input[type='radio'] {
	margin-right: 3px;
}
/* Select 2*/
.select2-outer-container .select2-search:after {
	content: '';
}
.select2-outer-container .select2-selection, .select2-outer-container .select2-container--default .select2-selection--single {
	border-radius: 0;
}
.select2-outer-container .select2-selection.form-control {
	padding: 0;
	border-color: #d5d5d5;
	height: 34px;
}
.select2-outer-container .select2-selection.select2-selection--multiple.form-control {
	height: auto;
}
.select2-outer-container .select2-container--default .select2-selection--single.form-control .select2-selection__rendered,
.select2-outer-container .select2-container--default .select2-selection--single.form-control .select2-selection__arrow {
	color: #858585;
	font-size: 14px;
	line-height: 2.35;
	height: 34px;
}
.select2-outer-container .select2-container--default .select2-selection--single.form-control .select2-selection__arrow b {
	border-width: 6px 3px 0 3px;
	right: 0;
	margin-left: -1px;
	margin-top: -3px;
}
.form-group.has-error .select2-outer-container .select2-selection {
	border-color: #f2a696;
}
.select2-outer-container {
	table-layout: fixed;
	width: 100%;
}
.select2-outer-container .input-group-addon {
	width: 40px;
}
.select2-outer-container .select2-container {
	width: 100%;
	display: table-cell;
}
.select2-outer-container .select2-container .select2-dropdown {
	background-color: #eee;	
	border-color: #ccc;
	width: 100% !important;	
}
.select2-outer-container .select2-container .select2-selection__clear {
	padding-left: 3px;
}
.select2-outer-container .select2-container+.input-group-addon {
	border-left: 0;
}
.select2-selection.select2-selection--multiple.form-control {
	padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding: 0;
}
.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
	padding-left: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
	margin-bottom: 2px;
}
/* spinner */
.spinner {
	height: 200px;
	padding-top: 70px;
}