/* here you can put your own css to customize and override the theme */

* {
	outline: none;
}

.form-wizard .steps > li > a.step {
	text-align: center;
}

.form-wizard .steps > li > a.step > .desc,
.form-wizard .steps > li > a.step > .number {
	display: block;
	margin: 10px auto;
}

.highcharts-credits {
	display: none !important;
}

.disclaimer__container {
	font-size: 13px;
}

.disclaimer__container .numeric__list {
	list-style-type: decimal;
	padding: 0 0 0 20px;
}

.disclaimer__container .numeric__list.numeric-list li {
	margin: 8px 0;
}

.noui {
	margin-bottom: 30px;
}

.noUi-handle .noUi-tooltip {
	top: auto;
}

table.dataTable.order-column tbody tr>.sorting_1, table.dataTable.order-column tbody tr>.sorting_2, table.dataTable.order-column tbody tr>.sorting_3, table.dataTable.display tbody tr>.sorting_1, table.dataTable.display tbody tr>.sorting_2, table.dataTable.display tbody tr>.sorting_3,
.table-checkable tr > th:first-child, .table-checkable tr > td:first-child {
	padding: 8px 10px;
	text-align: left;
}

.nav-justified:hover {
	outline: none;
	border: none;
}

.tabbable-line > .nav-tabs > li {
	border-bottom: 4px solid #aaa;
}

.tabbable-line > .nav-tabs > li > a.disabled {
	background-color: #f3f3f3 !important;
	cursor: not-allowed;
}

.tabbable-line > .nav-tabs > li.active > a:hover,
.tabbable-line > .nav-tabs > li.active > a {
	border: 0;
}

.login {
	background-color: whitesmoke
}

.overlay-loader {
	position: relative;
}

#loader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,1) url('/images/loader.gif') no-repeat center center;
	z-index: 9999;
}

#form_wizard_1 {
	/*background: url('/images/create-bg.jpg') no-repeat center center;*/
	background-size: cover;
}

#form_wizard_1 .form-body {
	min-height: 500px;
}

.form-wizard {
	background: transparent;
}

.form-wizard .steps > li.active ~ * > a.step .number {
	background: #cbcdd5;
	color: #32467a;
	border-right: 1px solid #c0c3ca;
	border-bottom: 1px solid #c0c3ca;
	font-weight: 300;
}

/*.form-wizard .steps > li.active > a.step .number,*/
/*.form-wizard .steps > li > a.step.ative .number,*/
.form-wizard .steps > li > a.step .number,
.form-wizard .steps > li.active > a.step .number {
	background: #1f2557; /* Old browsers */
	background: -moz-linear-gradient(45deg, #1f2557 0%, #6e739f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #1f2557 0%,#6e739f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #1f2557 0%,#6e739f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2557', endColorstr='#6e739f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	font-weight: 600;
	color: #ffffff;
}

.form-wizard .tab-content {
	color: #ffffff;
}

.form-wizard .steps,
.form-wizard .steps > li > a.step {
	background-color: transparent;
	color: #fff;
	text-shadow: 0 1px 0 #000;
}

.form-wizard .steps > li > a.step .desc {
    padding: 10px 0;
}

.form-wizard .steps > li.active > a.step .desc {
	background-color: rgba(255,255,255,0.25);
	color: #fff;
	text-shadow: 0 1px 0 #000;
}

.portlet-form .form-actions, .form .form-actions {
	border-top: 1px dashed #1d2a38;
}

.cards {
	text-align: center;
	padding: 15px 0;
}

.cards .card {
	display: inline-table;
	width: 240px;
	margin: 10px;
	text-align: left;
	transition: transform 200ms;
	background-color: #ffffff;
	color: #000;
}

.cards .card.active {
	transform: scale(1.1);
	box-shadow: 0 0 10px #666666
}

.cards .card .card__header {
	padding: 10px 14px;
	background-color: #ffffff;
}

.cards .card .card__image {
	height: 180px;
	background-image: url('/images/house.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.cards .card .card__image .card__title {
	text-shadow: 0 2px 0 #000000;
	font-size: 18px;
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.cards .card .card__body {
	padding: 8px;
	text-align: left;
}

.cards .card .card__body .form-control {
	transition: transform 500ms;
	visibility: hidden;
	opacity: 0;
}

.cards .card .card__body .form-control.show {
	visibility: visible;
	opacity: 1;
}

.cards .card .card__body .card__option {
	cursor: pointer;
}

.cards .card .card__body .card__option.selected {
	color: #1bb919;
}

.cards .card .card__body .card__option.disabled {
	color: #666666;
}

.tabbable-line > .tab-content {
	padding: 30px 0 0 0;
}

.create_portfolio label {
	color: #000000;
}
