.required {
	color:red
}

.tinymceLeft {
	float:left;
	margin-right:15px;
}

.tinymceRight {
	float:right;
	margin-left:15px;
}

.alignRight{
	text-align: right;
}
/* HOME */
.jumbotron {
	padding:30px !important;
}

.jumbotron .img-responsive{
	display:inline;
}

@media screen and (max-width: 992px){
	.jumbotron a.btn-primary {
		margin-top:15px;
		width:100%;
	}
} 

@media screen and (min-width: 992px) and (max-width: 1200px){
	.jumbotron img {
		margin-right:40px
	}
} 

/*STATS*/

.big-number {
	font-size:36px;
	display:block;
	line-height:26px;
}

.label-satisfaction {
	background:#5cb85c;
}

.label-no-satisfaction {
	background:#d9534f;
}

.label-percent {
	min-width:42px;
}

.td-satisfaction {
	color:#5cb85c;
}

.td-no-satisfaction{
	color:#d9534f;
}

.panel-body:not(.barometer) a {
	font-weight: bold;
}

.panel-body .label {
	float:right;
	margin-left:5px;
}

.panel-body p:last-child {
	margin-bottom:0;
}

th:first-letter {
    text-transform: uppercase;
}

th a:hover {
    text-decoration:none;
}

th a:after {
    font-family: 'icomoon';  
   	content: "\e604" ;    
    font-size:10px; 
    padding-left:5px;
}

th.active {
	background:#054286 !important;
	
}

th.active a {
	color:#fff !important;
	
}

th.active a:after {
    content: "\e603";    
}

#chooseForgetPass {
	padding:0 15px;
}

#chooseForgetPass .col-md-4 {
	padding:0;
	border:1px solid #ccc;
	margin:-1px 0 0 -1px
}
 

#chooseForgetPass .icon {
	font-size:32px;
	display:block;
	padding:15px;
	text-align:center;
}

#chooseForgetPass .icon:hover {
	background:#054286;
	color:#fff;
}

#satisfactionBtn .btn {
	white-space:inherit
}

#satisfactionBtn .btn span {
	display:inline-block;
	vertical-align:middle 
}

#satisfactionBtn .btn span.icon {
	font-size:18px;
	padding-right:10px; 
}
