﻿.header .navbar-inner
{
	border-top: 4px solid #22a3cd !important;
	background-color: #2b2b2b !important;
}

span.small-text {
	font-size: 12px;
	vertical-align: top;
}

label.radio.radio-block {
	display: block;
}

/* #28b779  */
.portlet-body.hdr, .portlet.hdr {
  background-color: #22a3cd !important;
}

.portlet.hdr .tabbable-custom .nav-tabs > li.active {
  border-top-color: #22a3cd !important;
}

.portlet.box.hdr {  
   border: 1px solid #22a3cd;
   border-top: 0;
}

.portlet.hdr .portlet-title h4, .portlet-title.hdr h4 {
  color: #fff;
}

.portlet.hdr .nav.nav-tabs a {
	color: #555;
}

.portlet-title h4 > i {
	font-size: 18px !important;
}

.portlet.box.hdr .portlet-title h4 > i{
  color: #fff;
}

.portlet.margin-top-15 {
	margin-top: 15px;
}

.control-group.error .control-label, .control-group.error .help-block, .control-group.error .help-inline {
	color: #b94a48;
	font-weight: 600;
}

.control-group.error input, .control-group.error select, .control-group.error textarea {
	border-color: #b94a48;
}

.portfolio-btn a:hover {
	background-color: #6d1b81 !important;
}

.progress .bar {
	background-color: #6d1b81 !important;
	background-image: -moz-linear-gradient(top,#9927b5,#6d1b81);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#9927b5),to(#6d1b81));
	background-image: -webkit-linear-gradient(top,#9927b5,#6d1b81);
	background-image: -o-linear-gradient(top,#9927b5,#6d1b81);
	background-image: linear-gradient(to bottom,#9927b5,#6d1b81);
}

.pricing-table .desc {
	border-bottom: 0;
	margin-bottom: 0;
	margin-top: 15px;
	min-height: 150px;
}

.pricing-tables > :last-child { margin-bottom: 0 !important;  }

.row-fluid.margin-bottom-25 {
	margin-bottom: 25px;
}

.form-wizard .step .desc {
	display: inline !important;
}

.form-wizard .active .step .number {
  background-color: #22a3cd !important;
  color: #fff;
}

.form-wizard .done .step .number {
	background-color: #6d1b81 !important;
	color: #fff;
}


h3.form-section {
  margin: 0 0 15px 0 !important;
}

.form-wizard .progress {
  margin-bottom: 15px !important;
}

.form-wizard .steps .navbar-inner li a {
	cursor:default;
}

input[type='hidden'] {
	line-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 0 !important;
	height: 0 !important;
}

.table {
	margin-bottom: 0px;
}

#loader {
	padding: 5px;
	width: 64px;
	height: 64px;
	position: fixed;
	right: 0px;
	top: 50%;
	margin-top: -37px;
	display: none;
	background-color: #6d1b81;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/loader.gif);
	z-index: 1050;
}
/*
.page-sidebar .sidebar-search input {
	color: #111 !important;
	background-color: #eee !important;
}
*/
.dataTable th {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dataTable td.centered {
	text-align: center;
}

.no-display {
	display: none !important;
	visibility: hidden;
}

.alert.add-space p {
	padding: 8px 0 0 0;
}

.modal.modal-large {
	top: 5% !important;
	width: 900px;
	margin-left: -450px;
}

.modal.modal-large .modal-body {
	max-height: 600px;
}

.form-section-seperator {
  border-bottom:1px solid #eee;
  margin: 5px 0 5px 0;
  height: 1px;
  width: 100%;
}

.ver-inline-menu li.active a, .ver-inline-menu li.active i {
	color: #fff;
	background: #6d1b81 !important;
	text-decoration: none;
	border-left: solid 1px #9927b5;
}

.ver-inline-menu li.active:after
{
	border-left: 6px solid #6d1b81;
}

.tabbable-custom .nav-tabs > li.active {
	border-top: 3px solid #22a3cd;
	margin-top: 0;
	position: relative;
}

.nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus {
	border: 1px solid #bbb;	
	border-bottom-color: transparent;
}

.qq-upload-button {
    background: #6d1b81 !important;
}

.qq-upload-button.btn {
	width: 200px !important;
}

.qq-upload-list {
	
}

.qq-upload-button-hover {
    background: #d8d8d8 !important;
}

.login .content .input-icon {
	border-left: 2px solid #6d1b81 !important;
}

.form-vertical .help-block {
	margin-top: 0px;
}

.form-vertical .adres-container {
	margin-top: 15px;
}

.portfolio-text .icon {
	float: left;
	margin-right: 15px;
	width: 80px;
	height: 80px;
	background-color: #6d1b81;
	color: #fff;
}

.footer .go-top i {
  color: #FFF !important;
}