body {
	background: #eaeaea;

	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 15px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	color: #4c5156;
}
a {
	color: #00a99d;
	text-decoration: none;
}
a:hover {
	color: #008c82;
}

.print-only {
	display: none !important;
}

h3 {
	color: #00a99d;
	margin: 15px 0 5px 0;
}

.clear {
	clear: both;
}
#wrapper {
	max-width: 1200px;
	min-width: 300px;
	margin: 0 auto;
	box-shadow: 0 0 12px 3px #CCC;
}
#header {
	background: #fff;
	border-top: 5px solid #00a99d;
	padding: 15px 0px;
	position: relative;
}

#logo {
	margin-left: 20px;
}
#language {
	float: right;
	text-align: right;
	margin-right: 9px;
	margin-top: 8px;
}
#language select {
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
}
select.language_selector {
	border: 1px solid #cfd4d6;
	background: #FFF;
	padding: 4px 4px;
	border-radius: 3px;
}
#navbar {
	background: #4c4c4c;
	color: #fff;
	font-size: 105%;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: #FFFFFF;
}
#navbar ul li {
	float: left;
}
#navbar ul li a {
	color: #fff;
	display: block;
	padding: 14px 20px;
	border-right: 1px solid #666666;
}
#navbar ul li a:hover {
	background: #707070;
}
#navbar ul li a.current {
	background: #00a99d;
}

/* Content */
#content {
	background: #FFF;
	padding: 20px;
}
.title {
	color: #4c5156;
	font-size: 24px;
	margin-bottom: 15px;
	border-bottom: 1px solid #cfd4d6;
	padding: 0px 0 12px;
	font-family: 'Source Sans Pro', Arial, sans-serif;
}

.color-gray {
	color: gray;
}
.color-primary {
	color: #00a99d;
}

.memberbox form {
	padding: 15px 15px 15px 12px;
}
.memberbox form .row-intro {
	font-size: 90%;
	color: gray;
	margin-bottom: 6px;
}
.memberbox form .row-email,
.memberbox form .row-password {
	margin-bottom: 6px;
}
.memberbox form .row-email input,
.memberbox form .row-password input {
	padding: 7px 3%;
	margin: 0;
	width: 100%;
	font-size: 90%;
}
.memberbox form .row-remember {
	margin: 6px 0 0 0;
	font-size: 90%;
	line-height: 170%;
}
.memberbox form .row-remember input {
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
}

.memberbox form .row-sep {
	border-top: 1px solid #d8dbdf;
	margin: 12px -15px 0 -12px;
	padding: 0 0 15px 0;
}
.memberbox form .row-password-lost {
	float: left;
	max-width: 120px;
	font-size: 90%;
	line-height: 120%;
}
.memberbox form .row-submit {
	text-align: right;
}
.memberbox form .row-submit input {
	padding: 4px 12px;
}

.submit_ticket_step2_info_department {
	color: #00a99d;
	font-size: 130%;
	margin-bottom: 14px;
}
.submit_ticket_step2_info_department b {
	/*color: #4C4C4C;*/
	background: #4C4C4C;
	color: white;
	padding: 2px 12px;
	border-radius: 3px;
	white-space: nowrap;
	margin-left: 6px;
}
.submit_ticket_step2_details {
	margin-bottom: 30px;
}


/* Footer */
#footer {
	padding: 10px 20px;
	font-size: 13px;
	background: #424242;
	color: #aaaaaa;
}
#footer em {
	margin: 0 6px;
}
#footer a {
	color: #00a99d;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
#footer span.piva {
	font-size: 90%;
}
#footer a.privacy {
	font-size: 90%;
	color: #aaaaaa;
}

p {
	margin: 3px 0 2px 0;
}

#content {
	position: relative;
}
#content .left_content {
	width: 230px;
	position: absolute;
	top: 28px;
	left: 20px;
}
#content .main_content {
	margin: 0 10px 0 270px;
	min-height: 360px;
}

.memberbox {
	font-size: 14px;	
	margin-bottom: 20px;
}
.memberbox .mheader {
	background: #fcfcfc; 
	border-radius: 3px 3px 0 0; 
	border-color: #cfd4d6 #cfd4d6 #fff; 
	border-width: 1px; 
	border-style: solid; 
	padding: 8px 15px; 
	display: inline-block; 
	color: #4c4c4c; 
	top: 1px; 
	position: relative;
}
.memberbox .mcontent {
	background: #fcfcfc; 
	border-radius: 0px 0px 3px 3px; 
	border: 1px solid #cfd4d6;
}
.memberbox .mcontent ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.memberbox .mcontent ul li.account-fullname {
	padding: 12px 12px;
	font-size: 120%;
}
.memberbox .mcontent ul li.account-fullname img {
	float: left;
	margin: -7px 6px 3px -6px;
	border-radius: 50%;
	max-width: 36px;
	height: auto;
}
.memberbox .mcontent ul li.account-fullname img:after {
	clear: left;
}
.memberbox .mcontent ul li a {
	display: block;
	padding: 7px 10px;
}
.memberbox .mcontent ul li a i.fa {
	color: #008c82;
	margin-right: 4px;
}
.memberbox .mcontent ul li a:hover {
	background: #f4f5f7;
}
.memberbox .mcontent ul li {
	border-bottom: 1px solid #eeeeee;
}
.memberbox .mcontent ul li:last-child {
	border-bottom: none;	
}
/* Forms */
.tbl-title {
	font-size: 16px;
}
.zebraodd {
	background: #F0F0F0;
	border-radius: 3px 0 0 3px;
}

form table {
	margin-bottom: 10px;
}
form table td {
	padding: 8px 12px;
	background: #F8F8F8;
	border-bottom: 2px solid white;
}
form table td.zebraodd {
	width: 190px;
	text-align: right;
}
form table td input,
form table td select,
form table td textarea {
	margin: 0 !important;
}

form table tr.input-row.fullname td:first-child,
form table tr.input-row.email td:first-child,
form table tr.input-row.phone td:first-child,
form table tr.input-row.company td:first-child {
	font-size: 110%;
	padding-top: 12px;
	padding-right: 4px;
}
form table tr.input-row.fullname td:first-child i.fa,
form table tr.input-row.email td:first-child i.fa,
form table tr.input-row.phone td:first-child i.fa,
form table tr.input-row.company td:first-child i.fa {
	float: right;
	margin-top: 2px;
	font-size: 120%;
	margin-left: 6px;
	color: #666;
}

@media (max-width: 500px) {
	form table tr.input-row.fullname td:first-child i.fa,
	form table tr.input-row.email td:first-child i.fa,
	form table tr.input-row.phone td:first-child i.fa,
	form table tr.input-row.company td:first-child i.fa {
		float: left;
		margin-right: 6px;
		margin-left: 0;
	}
}

form table td p.description {
	font-size: 90%;
	font-weight: normal;
	color: gray;
	margin: 5px 0 0 0;
}
form table td p.description.on-top {
	font-size: 100%;
	margin: 0 0 8px 0;
}

form h3.section-head {
	background: #4c4c4c;
	color: white;
	border-bottom: 1px solid #666;
	font-size: 160%;
	padding: 8px 18px;
	margin-bottom: 2px;
	text-transform: uppercase;
	border-radius: 3px 3px 0 0;
}
form h3.section-head.highlight {
	background: #00a99d;
	border-bottom-color: #00726a;
}

form h3.section-head i.fa {
	margin-right: 6px;
}


form table tr.input-row.message td {
	padding-top: 10px;
	font-size: 120%;
}
form table tr.input-row.priority select {
	font-size: 100%;
}


form .captcha-verification-head-box {
	margin-top: 28px;
	background: #f0f0f0;
	border: 1px solid #EEE;
	border-radius: 4px;
	padding: 12px 3%;
}
form .captcha-verification-head-box span.icon i {
	font-size: 50px;
	float: left;
	margin: 0 15px 0 0;
	color: #f15a24;
}
form table.captcha-verification-box.vertical-responsive tr td input {
	font-family: monospace;
	font-weight: bold;
	font-size: 130%;
}


form .captcha-verification-wrap h3 {
	margin-top: 0;
	color: #f15a24;
	text-transform: uppercase;
}

@media (max-width: 500px) {
	form .captcha-verification-head-box {
		text-align: center;
	}
	form .captcha-verification-head-box span.icon i {
		float: none;
	}
	form table.captcha-verification-box.vertical-responsive tr td input {
		text-align: center;
	}
	form table.captcha-verification-box.vertical-responsive tr td:first-child {
		text-align: center;
		background: #F0F0F0;
	}
}


form table td .awesomplete {
    display: block;
	width: 60%;
	font-size: 105%;
}

form table td .awesomplete > input {
    display: block;
	width: 100% !important;
}
.awesomplete > ul > li:hover {
	background: #daedeb !important;
}

.awesomplete > ul > li[aria-selected="true"] {
	background: #00a99d !important;
	color: white;
}

form label {
	cursor: pointer;
}
form .wrap-checkbox label {
	display: inline-block;
}
form .wrap-checkbox .wrap-label {
	display: inline-block;
	margin-right: 16px;
}
form .wrap-checkbox.block .wrap-label {
	display: block;
	margin-right: 0;
	margin-bottom: 5px;
}
form .wrap-checkbox label input {
	float: left;
	margin: 1px 5px 0 0 !important;
}

.radios {
	padding: 2px 0px;
}
input[type="radio"] {
	vertical-align: bottom;
}
input[type="text"], input[type="password"], select, textarea {
	border: 1px solid #cfd4d6;
	font-size: 18px;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	padding: 6px 8px;
	border-radius: 3px;
	margin: 2px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	color: #6a6666;
	background: white;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	margin-bottom: 5px;
}
input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}
textarea {
	font-family: 'Source Sans Pro', Arial, sans-serif;
}
input[type="button"], input[type="submit"] {
	padding: 7px 25px;
	color: white;
	border: none;
	cursor: pointer;
	font-size: 110%;
	font-weight: bold;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	border-radius: 3px;
	background: #00a99d;
	border-bottom: 2px solid #008c82;
}
input[type="button"]:hover, input[type="submit"]:hover {
	background: #008c82;
}
input[type="button"]:disabled, input[type="submit"]:disabled {
	cursor: default;
	background: #DDD !important;
	border-color: #CCC !important;
}

.searchboxcontainer {
    position: relative;
	margin-bottom: 20px;
}
input[type="text"].search_input {
	width: 100%;
	font-size: 110%;
	padding: 10px;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;

	box-sizing: border-box;
}


input[type="submit"].search_button {
	z-index: 999;
	position: absolute;
	/*float: right;*/
	top: 7px;
	right: 4px;
	color: #FFF;
	border: none;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 3px;
	background: #00a99d;
	width: auto !important;
	padding: 7px 25px !important;
	margin: 0 !important;
}
input[type="submit"].search_button:hover {
	background: #008c82;
}
.error_box {
	border: 1px solid #e0acac;
	color : #b94a48;
	padding: 15px 25px;
	margin-top: 10px;
	background: #f2dede;
	margin-bottom: 5px;
	border-radius: 3px;
	font-size: 110%;
}
.success_box {
	border: 1px solid #d6e9c6;
	color: #468847;
	padding: 15px 25px;
	margin-top: 10px;
	background: #dff0d8;
	margin-bottom: 5px;
	border-radius: 3px;
	font-size: 110%;
}
.redtxt {
	color: #b94a48;
}
/* End Forms */

.ticket_preview_msg {
	margin-bottom: 12px;
	font-size: 150%;
	background: gray;
	color: white;
	padding: 12px 5%;
	text-align: center;
}

/* Ticket List */
.ticket_information {
	margin-bottom: 30px;
}
.ticket_information .ticket_subject {
	background: #ffffff;
	border: 1px solid #dddddd;
	border-bottom: none;
	font-size: 24px;
	padding: 15px 10px 10px 10px;
}
.ticket_information .ticket_subject small {
	font-size: 14px;
	display: inline-block;
	margin-top: 10px;
}
.ticket_information .ticket_subject .icon-status {
	margin: 0 8px 0 0;
}
.ticket_information .ticket_subject .icon-priority {
	font-size: 20px;
	float: right;
	margin: 0 0 0 8px;
	padding: 0 10px;
	background: #F0F0F0;
	height: 32px;
	line-height: 32px;
	border-radius: 3px;
	text-align: center;
}

.icon-status {
	cursor: help;
}
.icon-priority {
	letter-spacing: 0px;
	cursor: help;
}
/* Firefox */
@-moz-document url-prefix() {
	.icon-priority {
		letter-spacing: -1px;
	}
}

p.row-submit {
	margin-top: 16px;
	font-size: 130%;
}

.ticket_information .ticket_details {
	display: table;
	width: 100%;	
	border: 1px solid #dddddd;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.ticket_information .ticket_details_block {
	background: #4c4c4c;
	color: #FFF;
	display: table-cell;
	border: 1px solid #7f7f7f;
	padding: 10px;
	font-size: 16px;
}
.ticket_information .ticket_details_block .b_title {
	text-transform: uppercase;
	color: #d7d7d7;
	font-size: 12px;
	line-height: normal;	
}

.custom_fields_table .custom_fields_table_entry {
	display: inline-block;
	margin: 6px 20px 6px 0;
	max-width: 220px;
	min-width: 100px;
	vertical-align: top;
}
.custom_fields_table .custom_fields_table_entry .label {
	color: gray;
	font-size: 90%;
	text-transform: uppercase;
}
.custom_fields_table .custom_fields_table_entry strong.value {
	margin-top: 2px;
	display: block;
	text-align: center;
	padding: 3px 8px;
	background: #EEE;
	border-radius: 3px;
}

.ticket_conversation {
	border: 1px solid #ddd;
	display: table;
	background: #FFF;
	width: 100%;
	margin: 20px 0px;
	clear: both;
	border-radius: 3px;
}
.ticket_conversation .ticket_user {
	background: #f8f8f8;
	display: table-cell;
	width: 224px;
	border-right: 5px solid #dddddd;
	padding: 10px;
	color: #3c3e43;
	font-size: 20px;
	border-radius: 3px 0 0 3px;
}
.ticket_conversation .ticket_user small {
	display: block;
	color: #999;
	font-size: 14px;	
}
.ticket_conversation .ticket_message {
	display: table-cell;
	vertical-align: top;
	max-width: 680px;
}
.ticket_conversation .ticket_message .ticket_date {
	padding: 7px 20px;
	color: #999;
	border-bottom: 1px solid #eeeeee;
	font-size: 14px;
}
.ticket_conversation .ticket_message .ticket_msg {
	padding: 20px;
	overflow: auto;
}
.ticket_conversation .ticket_message .ticket_msg p {
	margin: 0 0 12px 0;
}
.ticket_conversation .ticket_message .ticket_msg .ticket_attachment {
	margin: 10px -20px -10px -20px;
	padding: 10px 20px 0 20px;
	border-top: 1px solid #eeeeee;
}
.ticket_conversation .ticket_message .ticket_msg .ticket_attachment strong {
	display: block;
	color: #888;
	margin-left: -3px;
	padding: 0;
}
.ticket_conversation .ticket_message .ticket_msg .ticket_attachment em.filesize {
	margin-left: 6px;
	font-size: 80%;
	font-style: normal;
	color: gray;
}

@media (max-width: 1100px) {
	.ticket_conversation .ticket_message {
		max-width: 580px;
	}
}
@media (max-width: 1000px) {
	.ticket_conversation .ticket_message {
		max-width: 480px;
	}
}
@media (max-width: 900px) {
	.ticket_conversation .ticket_message {
		max-width: 400px;
	}
}

.staff_message .ticket_staff {
	background: #f8f8f8;
	display: table-cell;
	width: 224px;
	border-right: 5px solid #dddddd;
	padding: 10px;
	color: #3c3e43;
	font-size: 20px;
}
.staff_message .ticket_staff small {
	display: block;
	color: #999;
	font-size: 14px;	
}

.ticket_conversation.staff_message,
.ticket_conversation.staff_messag .ticket_staff {
	background: #daedeb;
	border-color: #b8d3d0;
}
.ticket_conversation.staff_message .ticket_user,
.ticket_conversation.staff_message .ticket_staff,
.ticket_conversation.staff_message .ticket_user .ticket_icons,
.ticket_conversation.staff_message .ticket_message .ticket_date,
.ticket_conversation.staff_message .ticket_message .ticket_email,
.ticket_conversation.staff_message .ticket_message .ticket_msg .ticket_attachment,
.ticket_conversation.staff_message .ticket_message .ticket_msg .ticket_attachment strong {
	color: #688280;
	border-color: #b8d3d0;
}

.ticket_conversation .ticket_message .ticket_msg del {
	text-decoration: line-through;
	color: #e88c81;
	background: rgba(255, 255, 255, 0.5);
	padding: 2px 4px;
	border-radius: 2px;
	margin: 0 6px 0 0;
}
.ticket_conversation .ticket_message .ticket_msg ins {
	text-decoration: none;
	color: #007068;
	background: rgba(255, 255, 255, 0.7);
	padding: 2px 4px;
	border-radius: 2px;
}

.ticket_conversation .ticket_message .ticket_msg span.log-change {
	display: block;
}
.ticket_conversation .ticket_message .ticket_msg span.log-change strong {
	display: block;
	line-height: 180%;
	font-size: 110%;
}


.ticket_entry {
	background: #F6F6F6;
	border-radius: 3px;
	border-bottom: 1px solid #DDD;
	padding: 20px;
	margin-bottom: 30px;
}
.ticket_entry h3 {
	font-size: 180%;
	margin: 0;
}
.ticket_entry ul.ticket_details {
	margin: 12px 0 0 0;
	padding: 0;
}
.ticket_entry ul.ticket_details li {
	margin: 0 40px 6px 0;
	padding: 0;
	display: inline-block;
}
.ticket_entry ul.ticket_details li span {
	display: block;
	font-size: 90%;
	text-transform: uppercase;
	color: gray;
}


td.ticketinfo {
	font-weight: bold;
}
/*Paginator */
.paginator {
	margin: 5px 0px;
}
.paginator a {
	display: inline-block;
	background: #ededef;
	padding: 2px 4px;
	border: 1px solid #dddddd;
	color: #3c3e43;
	min-width: 15px;
	text-align: center;
}
.paginator a:hover {
	border: 1px solid #c8c8c8;
}
.paginator .page_current {
	display: inline-block;
	background: #4c4c4c;
	padding: 2px 4px;
	border: 1px solid #4c4c4c;
	color: #fff;
	min-width: 15px;
	text-align: center;
}

/* KNOWLEDGEBASE */
.knowledgebase-title {
}
.knowledgebase-title .fa {
	font-size: 90%;
}
.knowledgebase-title span.sep {
	margin: 0 5px;
	color: gray;
}
.knowledgebase-title .cat-title {
	white-space: nowrap;
}

@media (max-width: 460px) {
	.knowledgebase-title span.sep {
		display: none;
	}
	.knowledgebase-title .cat-title {
		white-space: normal;
		display: block;
		margin-top: 4px;
		padding-left: 30px;
	}
}

.knowledgebase-category-box {
	margin: 0;
	padding: 0 0 25px 0;
}
.knowledgebase-category-box.odd {
	padding-right: 15px;
}
.knowledgebase-category-box.pair {
	padding-left: 15px;
}
.knowledgebase-category-box h3 {
	font-size: 24px;
	margin-top: 0;
}
.knowledgebase-category-box ul {
	list-style: none;
	font-size: 110%;
	margin: 8px 0 10px 0;
	padding: 0;
	padding: 12px 5% 12px 40px;
	background: #F6F6F6;
	border-bottom: 1px solid #EFEFEF;
	border-radius: 3px;
	position: relative;
}
.knowledgebase-category-box ul:before {
	position: absolute;
	top: -10px;
	left: 16px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 22px 14px 8px;
	border-color: transparent transparent #F6F6F6 transparent;
}
.knowledgebase-category-box ul li {
	margin: 4px 0;
	padding: 2px 0;
}
.knowledgebase-category-box ul li a {
	color: #555;
}
.knowledgebase-category-box ul li a .fa {
	margin: 3px 0 0 0;
	font-size: 90%;
	color: #777;
}
.knowledgebase-category-box ul li a:hover {
	color: #00a99d;
	text-decoration: underline;
}
.knowledgebase-category-box ul li.more-link {
}
.knowledgebase-category-box ul li.more-link a {
}

.knowledgebase-popular-newest-wrap {
	margin-top: 60px;
}
.knowledgebase-popular-newest-wrap .knowledgebase-category-box h3 {
	color: #555;
	font-size: 120%;
	text-transform: uppercase
}
.knowledgebase-popular-newest-wrap .knowledgebase-category-box ul {
	margin-top: 10px;
	font-size: 100%;
}
.knowledgebase-popular-newest-wrap .knowledgebase-category-box ul li {
	margin: 0;
	padding: 2px 0;
}


.knowledgebase-article-list {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #F6F6F6;
}
.knowledgebase-article-list h2 {
	margin: 0;
	padding-left: 30px;
	font-size: 140%;
}
.knowledgebase-article-list h2 .fa {
	float: left;
	margin: 4px 6px 0 -30px;
	font-size: 90%;
}
.knowledgebase-article-list .preview {
	margin: 6px 0 0 30px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #666;
	padding-right: 20%;
}
.knowledgebase-article-list .read-more {
	margin: 6px 0 0 30px;
	font-size: 120%;
}

@media (max-width: 460px) {
	.knowledgebase-article-list .preview {
		padding-right: 0;
	}
	.knowledgebase-article-list .read-more {
		margin-top: 10px;
		font-size: 130%;
	}
	.knowledgebase-article-list .read-more a {
		display: block;
		background: #F5F5F5;
		padding: 5px 8px;
		text-align: center;
		border-radius: 3px;
	}
}

.knowledgebase-article-list .read-more a {
	font-size: 90%;
	text-decoration: underline;
}
.knowledgebase-article-list .read-more a:hover {
	text-decoration: none;
}


.knowledgebase-article {
}
.knowledgebase-article h2 {
	font-size: 180%;
}
.knowledgebase-article h2 .fa {
	font-size: 90%;
	margin-right: 8px;
}

.knowledgebase-article .content {
	font-size: 120%;
	font-family: Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	color: #666;
	margin-top: 16px;
	padding: 0 34px;
}
.knowledgebase-article .content h2 {
	font-size: 150%;
	margin: 28px 0 10px 0;
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #F15A24;
}
.knowledgebase-article .content h3 {
	font-size: 140%;
	margin: 18px 0 10px 0;
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #555;
}
@media (max-width: 460px) {
	.knowledgebase-article .content {
		padding: 0;
	}
}

.knowledgebase-article .content ul,
.knowledgebase-article .content ol {
	margin: 10px 0;
}
.knowledgebase-article .content ul li,
.knowledgebase-article .content ol li {
	margin: 6px 0;
}

.knowledgebase-article .attachments {
	margin-top: 40px;
	padding: 0 27px;
	border-left: 5px solid #DDD;
}
.knowledgebase-article .attachments h3 {
	margin-top: 0;
	font-size: 100%;
	color: #AAA;
	text-transform: uppercase;
}
.knowledgebase-article .attachments ul {
	margin-top: 10px;
	margin-left: 22px;
}
.knowledgebase-article .attachments ul li {
	margin: 6px 0 0 0;
}
.knowledgebase-article .attachments ul li a em {
	font-style: normal;
	color: gray;
	font-size: 85%;
	margin-left: 6px;
	white-space: nowrap;
}
@media (max-width: 460px) {
	.knowledgebase-article .attachments {
		padding: 0 0 0 5%;
	}
	.knowledgebase-article .attachments ul li a em {
		display: block;
		margin-left: 0;
	}
}

.knowledgebase-article-back-links {
	margin-top: 50px;
	padding-top: 20px;
	border-top: 1px solid #EEE;
}
.knowledgebase-article-back-links ul li {
	margin: 15px 0;
}
.knowledgebase-article-back-links ul li a {
	font-size: 110%;
	padding: 8px 0;
}


/* NEWS */
.newstitle {
	font-size: 28px;
	padding-bottom: 5px;
}
.newsdescription {
	color: #92969b;
	font-size: 14px;	
}
.newscontent {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 10px;	
	margin-bottom: 30px;
}
.newspaginator {
	text-align: center;
}
.newspaginator a {
	display: inline-block;
	background: #f2f2f2;
	border-radius: 5px;
	padding: 5px 10px;
	margin: 0px 5px;	
}
.calendar {
	width: 45px;
	margin-right: 5px;
}
.calendar .month {
	background: #cccccc;
	border-bottom: 1px solid #bebebe;
	color: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align: center;
	font-size: 14px;
}
.calendar .day {
	background: #f2f2f2;
	color: #999999;
	text-align: center;
	font-size: 24px;
	padding: 5px 0px;
}

/* V1.0.2 */
.social_button {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e6e6e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 2px 5px;
    width: 110px;
    display: block;
    color: #333333;
    text-align: left;
    margin-top: 10px;
}
.social_button:hover {
    background: #f4f4f4; /* Old browsers */
    background: -moz-linear-gradient(top,  #f4f4f4 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f4f4f4 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f4f4f4 0%,#e6e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f4f4f4 0%,#e6e6e6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f4f4f4 0%,#e6e6e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
    color: #333333;
}
.social_button .google {
    background: url('../images/google.png');
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 10px;
}
.social_button .facebook {
    background: url('../images/facebook.png');
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 10px;
}


ul.box-choose {
	margin: 14px 0;
	padding: 0;
	list-style: none;
	margin-right: -22px;
}
ul.box-choose li {
	display: inline-block;
	margin: 14px 22px 14px 0;
	padding: 0;
	
}
ul.box-choose li label {
	display: inline-block;
	padding: 18px 20px 20px 20px;
	background-color: #F6F6F6;
	background-repeat: no-repeat;
	background-position: 50% 20px;
	border-radius: 3px;
	cursor: pointer;
	width: 385px;
	text-align: center;
	font-size: 120%;
	vertical-align: top;
	border-bottom: 1px solid #EEE;
	transition: all 0.2s;
}
ul.box-choose li label input[type="radio"] {
	margin: 0;
	padding: 0;
	cursor: pointer;
}
ul.box-choose li label i.image {
	display: block;
	margin-bottom: -18px;
}
ul.box-choose li label i.image img {
	border-radius: 50%;
	max-width: 150px;
	height: auto;
}
ul.box-choose li label > strong {
	color: #00a99d;
	margin: 6px 0 0 0;
	display: block;
	font-size: 130%;
}
ul.box-choose li label > span {
	color: #999;
	margin: 6px 0 0 0 ;
	display: block;
	font-size: 80%;
}
ul.box-choose li label > i {
	font-size: 80%;
}
ul.box-choose li label > img {
	
}
ul.box-choose li label:hover {
	background-color: #EEE;
	border-bottom-color: #DDD;
	text-shadow: 1px 1px 1px white;
}

ul.box-choose li label.selected {
	background-color: #00a99d;
	border-bottom-color: #008c82;
	color: white;
	text-shadow: none;
}
ul.box-choose li label.selected > strong {
	color: white;
	text-shadow: 1px 1px 1px #008c82;
}
ul.box-choose li label.selected > span {
	color: #333;
}


table.table-form {
}


@media (max-width: 860px) {
	#navbar {
		font-size: 95%;
	}
	#navbar ul li a {
		padding: 14px 10px;
	}

	#logo {
		margin: 0 4%;
		text-align: center;
	}
	#logo img {
		max-width: 100%;
		height: auto;
	}

	
	#content .left_content {
		width: auto;
		position: relative;
		top: auto;
		left: auto;
	}
	#content .main_content {
		margin: 10px 0 40px 0;
		padding-bottom: 30px;
		border-bottom: 1px solid #EEE;
	}
	
	
	.client-by-staff #content .left_content {
		display: none;
	}
	.client-by-staff #content .main_content {
		margin-bottom: 10px;
		padding-bottom: 0;
		border-bottom: none;
	}
	
	.client-by-staff #header {
		padding: 0;
	}
	.client-by-staff #header #logo {
		display: none;
	}
}

@media (max-width: 450px) {
	#navbar {
		font-size: 100%;
	}
	#navbar ul li {
		float: none;
	}
	#navbar ul li a {
		padding: 8px 5%;
		border-right: none;
		border-bottom: 1px solid #666666;
	}
	#navbar ul li a.current {
		border-bottom-color: #008c82;
	}
	
	#language {
		float: none;
		text-align: left;
		margin: 0;
		padding: 0 5%;
		background: #EEE;
	}
	#language select {
		width: 100%;
		margin: 6px 0;
		padding: 5px 10px;
	}
	
	#content .main_content {
		min-height: 200px;
	}
	#content .main_content input[type="button"],
	#content .main_content input[type="submit"] {
		display: block;
		width: 100%;
		padding: 12px 8px;
		margin: 8px 0 16px 0;
	}
	
	input[type="submit"].search_button {
		padding: 7px 5px !important;
	}
	
	input[type="text"], input[type="password"], select, textarea {
		width: 100%;
		margin: 0;
		font-size: 120%;
	}
	
	
	.ticket_information .ticket_subject .icon-priority {
		font-size: 20px;
		float: none;
		display: block;
		margin: 8px 0;
		padding: 0;
	}
	
	
	.custom_fields_table .custom_fields_table_entry {
		display: block;
		margin: 6px 0 0 0;
		max-width: none;
		min-width: 0;
		vertical-align: auto;
		border-bottom: 1px solid #EEE;
		padding-bottom: 6px;
	}
	.custom_fields_table .custom_fields_table_entry .label {
		display: inline-block;
		min-width: 120px;
	}
	.custom_fields_table .custom_fields_table_entry strong.value {
		margin-top: 0;
		display: inline;
		text-align: left;
		padding: 0;
		background: none;
		border-radius: 0;
	}
}

@media (max-width: 1200px) {
	ul.box-choose li label {
		width: 330px;
	}
}
@media (max-width: 1100px) {
	ul.box-choose li,
	ul.box-choose li label {
		display: block;
		width: auto;
	}
	
	ul.box-choose li label i.image img {
		max-width: 130px;
	}
}
@media (max-width: 860px) {
	ul.box-choose li {
		display: inline-block;
	}
	ul.box-choose li label {
		display: inline-block;
		width: 330px;
	}
}

@media (max-width: 800px) {
	ul.box-choose li label {
		display: inline-block;
		width: 320px;
	}
}

@media (max-width: 790px) {
	ul.box-choose li,
	ul.box-choose li label {
		display: block;
		width: auto;
	}
	ul.box-choose li label {
		padding: 12px 20px 20px 20px;
		font-size: 120%;
	}
	
	ul.box-choose li label i.image img {
		max-width: 110px;
	}
}

@media (max-width: 600px) {
	ul.box-choose li label i.image img {
		max-width: 80px;
	}
}

.mobile-only {
	display: none !important;
}

@media screen and (max-width: 600px) {
	.hide-mobile {
		display: none;
	}
	.mobile-only {
		display: block !important;
	}
	span.mobile-only {
		display: inline !important;
	}
	
	h3 {
		margin: 15px 0 0px 0;
		text-transform: uppercase;
		font-size: 1.5em;
	}
	input[type="text"], input[type="password"], select, textarea {
		width: 100% !important;
		margin: 0 !important;
	}
	
	form table td {
		/*padding: 8px 12px;*/
		background: none;
		border-bottom: none;
	}
	form table td.zebraodd {
		width: auto;
		text-align: left;
	}
	
	form table td .awesomplete {
		width: 100%;
	}
	
	table.vertical-responsive {
		width: 100%;
	}
	table.vertical-responsive thead {
		display: none;
	}
	table.vertical-responsive tr:nth-of-type(2n) {
		background-color: inherit;
	}
	table.vertical-responsive tr td:first-child {
		margin: 8px 0 0;
		background: white;
		font-weight: bold;
		font-size: 110%;
		width: 100%;
		padding: 8px 0 0 0 !important;
		border-radius: 0;
	}
	table.vertical-responsive.plain tr td:first-child {
		margin: 0 0 20px 0;
		width: auto;
		padding: 0;
		background: inherit;
		font-weight: inherit;
		font-size: inherit;
		border-radius: inherit;
	}
	table.vertical-responsive tbody td {
		width: 100%;
		display: block;
		margin: 0;
		padding: 6px 0 !important;
	}
	table.vertical-responsive tbody td:before { 
		content: attr(data-th); 
		display: block;
		text-align:center;  
	}
	
	.submit_ticket_step2_info_department b {
		margin-left: 0;
		display: block;
		line-height: 180%;
		background: none;
		border-radius: 0;
		color: #4C4C4C;
		padding: 0;
	}
	
	
	.ticket_entry {
		background: #F6F6F6;
		padding: 0;
		border: 1px solid #EEE;
		box-shadow: 0 1px 0 #DDD;
		border-radius: 3px;
	}
	.ticket_entry h3 {
		font-size: 1.3em;
		text-transform: none;
	}
	.ticket_entry h3 a {
		background: #00a99d;
		color: white;
		margin: -1px;
		padding: 12px 5%;
		display: block;
		border-radius: 3px 3px 0 0;
		box-shadow: 0 1px #AAA;
	}
	.ticket_entry h3 a i.fa {
		float: right;
		font-size: 1.4em;
		margin: 0 0 5px 10px;
	}
	.ticket_entry ul.ticket_details {
		padding: 0 5% 12px 5%;
	}
	.ticket_entry ul.ticket_details li {
		margin: 0 0 4px 0;
		display: block;
	}
	.ticket_entry ul.ticket_details li span {
		display: inline-block;
		min-width: 66px;
	}
	
	.ticket_information .ticket_subject small {
		display: block;
		margin-top: 4px;
	}
	
	
	.ticket_conversation {
		display: block;
	}
	.ticket_conversation .ticket_user {
		display: block;
		width: auto;
		border-right: none;
		border-bottom: 2px solid #dddddd;
		font-size: 110%;
		border-radius: 3px 3px 0 0;
	}
	.ticket_conversation .ticket_user small {
		display: block;
	}
	.ticket_conversation .ticket_message .ticket_msg del,
	.ticket_conversation .ticket_message .ticket_msg ins {
		display: block;
		margin: 0 0 5px 0;
	}
	.ticket_conversation .ticket_message {
		display: block;
	}
	.ticket_conversation .ticket_message .ticket_date {
		padding: 5px 10px;
	}
	.ticket_conversation .ticket_message .ticket_msg {
		padding: 20px 5%;
	}
	
	.ticket_conversation .ticket_message .ticket_msg .ticket_attachment {
		padding: 10px 5% 0 5%;
		margin: 10px -5% -10px -5%;
	}
	
	.staff_message .ticket_staff {
		display: block;
		width: auto;
		border-right: none;
		border-bottom: 2px solid #dddddd;
		font-size: 110%;
	}
	
	#footer {
		text-align: center;
		padding: 20px 5%;
		font-size: 14px;
	}
	#footer em {
		display: block;
		opacity: 0;
		height: 0;
	}
	
	
	
	form .wrap-checkbox label {
		display: block;
		padding: 6px 4%;
		border-radius: 2px;
		background: #F4F4F4;
	}
	form .wrap-checkbox .wrap-label {
		display: block !important;
		margin-right: 0 !important;
		margin-bottom: 1px !important;
	}
	form .wrap-checkbox label input {
		float: left;
		margin: 1px 7px 0 0 !important;
	}
}





.social-login-btn-wrap {
	margin-top: 26px;
	margin-bottom: -10px;
}
.social-login-btn-wrap p {
	margin-top: 6px;
}

.social-login-btn {
	display: block;
	box-sizing: border-box;
	position: relative;
	/* width: 13em;  - apply for fixed size */
	margin: 0.2em 0;
	padding: 0 15px 0 46px;
	border: none;
	text-align: left;
	line-height: 34px;
	white-space: nowrap;
	border-radius: 0.2em;
	font-size: 16px;
	color: #FFF;
	cursor: pointer;
}
.social-login-btn:before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 100%;
	
	content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #FFF;
    font-size: 22px;
	text-align: center;
}
.social-login-btn:focus {
	outline: none;
}
.social-login-btn:active {
	box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}
.social-login-btn:hover {
	color: #FFF;
}


/* Facebook */
.social-login-btn.btn-facebook {
	background-color: #4C69BA;
	background-image: linear-gradient(#4C69BA, #3B55A0);
	text-shadow: 0 -1px 0 #354C8C;
}
.social-login-btn.btn-facebook:before {
	border-right: #364e92 1px solid;
	content: "\f09a";
}
.social-login-btn.btn-facebook:hover,
.social-login-btn.btn-facebook:focus {
	background-color: #5B7BD5;
	background-image: linear-gradient(#5B7BD5, #4864B1);
}


/* Google */
.social-login-btn.btn-google {
	background: #DD4B39;
}
.social-login-btn.btn-google:before {
	border-right: #BB3F30 1px solid;
	content: "\f1a0";
}
.social-login-btn.btn-google:hover,
.social-login-btn.btn-google:focus {
	background: #E74B37;
}