h1, h2{
  font-family: 'Roboto';
  margin-bottom: 20px;
}

h1{
	font-weight: 900;
	margin-bottom: 10px;
	color: #238FB0;
	text-transform: uppercase;
	font-size: 30px;
}

a{
	text-decoration: none;
	/*border-bottom: 1px solid;*/
}

.headerLogo{
	margin: 20px 0px 0px 0px;
	text-align: right;
}

.headerLogo img{
	width: 150px;
}

a:hover{
	text-decoration: none;
	opacity: 0.7;
}

.headerDescription{
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 100;
	color: grey;
}

.supportForm{
	margin: 30px 0px;
}

.supportForm .form-group{
	margin-bottom: 20px;
}

.supportForm input.form-control, .supportForm select.form-control{
	width: 70%;
}

.supportForm textarea.form-control{
	height: 150px;
}

.form-control{
}

.supportForm p{
	margin-top: 10px;
	padding-left: 5px;
	font-size: 12px;
	color: #b4b4b4;
}

.timeAnsver{
	color: #46B8DA;
	padding-top: 10px;
}

.permaLink{
	color: grey;
}

.permaLink div{
}

.permaLink .link{
	background-color: #f2f2f2;
	display: inline-block;
	padding: 5px;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 10px;
}

.posts{
	margin: 30px 0px;
}

.posts .post{
	margin-bottom: 30px;
}

.post .name{
	font-size: 25px;
	line-height: 100%;
	margin-bottom: 5px;
}

.post .time{
	color: #bcbcbc;
	margin-bottom: 2px;
}

.post .date{
	color: #bcbcbc;
	margin-bottom: 10px;
}

.post .postText{
	background: #eaeaea;
	padding: 10px 13px;
	border-radius: 10px;
}

.feedback-answer{
	font-size: 11px;
	text-align: right;
	margin-top: 5px;
}

.feedback-answer a{
	margin-left:10px;
	color: rgb(179, 179, 179);
}

.posts .operatorPost .name{
	color: #238fb0;
}

.addAnsver textarea{
	margin-bottom: 10px;
}

.addAnsver .notice{
	background-color: rgb(255, 255, 153);
	height: 60px;
}


.shortTicket{
	margin-top: 30px;
	margin-bottom: 40px;
}

.shortTicket .timeLatestPost{
	font-size: 16px;
	color: #c8c8c8;
	text-align: center;
	margin: 7px 0px;
}

.shortTicket .post{
	font-size: 20px;
	background: #eaeaea;
	padding: 10px 13px;
	border-radius: 10px;
}

.shortTicket .notice{
	background-color: rgb(255, 255, 131);
	padding: 10px;
	margin: 10px 0px;
	box-shadow: 1px 1px 1px rgb(213, 213, 83);
	display: inline-block;
	border-radius: 5px;
}


.posts .operatorPost .postText,
.shortTicket .operatorPost{
	background-color: #cceef8;
}

.operatorActiveTicket .post{
	background-color: rgb(255, 246, 175);
}

.shortTicket .action{
	margin: 7px 0px;
	text-align: center;
}

.shortTicket .delayedTicket{color: #d56d6d;}

.shortTicket .ticketnum{
	text-align: center;
	color: rgb(200, 200, 200);
	margin-top: -6px;
}

.headPanel{
	background-color: rgb(35, 143, 176);
	padding: 5px 0px;
	color: white;
}

.headPanel .rightMenu{
	text-align: right;
}

.headPanel a{
	color: white;
	border-bottom: 1px solid;
	margin-right: 20px;
}

.selectAction{
	text-align: center;
	margin-bottom: 20px;
}

.operatorAction{
	text-align: left;
	margin-top: 20px;
}

.typeQuestion{
	color: rgb(176, 176, 176);
	font-size: 16px;
	margin-bottom: 10px;
}