.sp-breadcrumb{
	margin-top: 15px;
	margin-bottom: 15px;
}
.supprt-banner{
	background-image: url('../../image/support.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.supprt-banner h1{
	color: #fff;
	text-align: center;
	margin-top: 160px;
	line-height: normal;
}
.ticket-links{
	margin-top: 20px;
}
.ticket-links > li > a{
	color: #fff;
	margin-left: 15px;
	outline: none;
	cursor: pointer;
}
.ticket-links li .dropdown-toggle:hover{
	color: #33C6F0;
	text-decoration: none;
}
.support-type ul{
	margin: 0;
	border: none;
}
.support-type ul li{
	float: left;
	text-align: center;
	padding: 0;
}
.support-type ul li a{
	display: block;
	background-color: #F6F6F7;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	margin: 0;
	border-radius: 0;
	border: none;
	outline: none;
}
.support-type ul li a:hover{
	background-color: #fff; 
}
.support-type .active a{
	background-color: #fff; 
	border: none !important;
}
.support-type .active i, .support-type .active span{
	color: #33C6F0;	
	border-color: #33C6F0;
}
.support-wrap{
	position: relative;
	left: 0;
	right: 0;
	top: -70px;
}
.support-type{
	box-shadow: 0 -60px 50px rgba(0,0,0,.2);
	-moz-box-shadow: 0 -60px 50px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 -60px 50px rgba(0,0,0,.2);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}
.support-type ul li a:hover i, .support-type ul li a:hover span{
	color: #33C6F0;	
	border-color: #33C6F0;
}
.support-type ul li i{
	border: 1px solid #838485;
	border-radius: 50%;
	color: #838485;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.support-type ul li span{
	display: block;
	font-size: 18px;
	color: #838485;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.support-wrap .support-dept{
	padding: 0 20px 
}
.support-wrap .support-dept ul{
	margin:0 -10px;
}
.support-wrap .support-dept ul li{
	float: left;
	text-align: center;
	margin: 0 10px 20px;
}
.support-wrap .support-dept ul li a{
	display: block;
}
.support-wrap .support-dept ul li i{
	font-size: 80px;
	display: block;
	border: 1px solid #ddd;
	height: 130px;
	line-height: 130px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.support-wrap .support-dept ul li span{
	display: block;
	color: #626b75;
	font-size: 15px;
	font-weight: bold;
	margin-top: 8px;
}
.support-wrap .support-dept ul li span small{
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #969ea6;
}
.support-form-wrap{
	margin-top: 15px;
	padding: 30px 80px;
	background: #f5f5f5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.support-form-wrap .buttons-holder{
	margin-top: 15px;
}
.support-form-wrap h2{
	margin-top: 0;
}
.button{
	font-size: 16px;
	width: auto;
	min-width: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 10px;
	display: inline-block;
}
.btn-blue:hover {
    background-color: #397cac;
}
.btn-blue{
	background-color: #3f8abf;
	color: #fff;
	border: 1px solid #316c95;
	border-bottom-width: 2px;
}	
.btn-gray:hover {
    background-color: #a4abb2;
}
.btn-gray{
	background-color: #969ea6;
	color: #fff;
	border: 1px solid #78828c;
	border-bottom-width: 2px;
}	
.support-list-wrap .ticket-record{
	background: #F4F5F5;
	padding: 20px;
	margin-top: 25px;
}
.support-list-wrap .recordnumber{
	margin-top: 7px;
}
.support-list-wrap .table tr th{
	border-top: 1px solid #e2e2e2 !important;
	height: 45px;
	background: #f8f8f8;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
	background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
	background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
	background: -o-linear-gradient(#ffffff, #eeeeee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
	vertical-align: middle;
	padding: 0 10px;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	color: #626b75;
	cursor: pointer;
	position: relative;
	text-align: left;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-bottom: none;
}
.support-list-wrap .table{
	border: 1px solid #e2e2e2;
}
.support-list-wrap .table tr td{
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;	
}
.support-list-wrap .table > .table-body > tr > td{
	height: 65px;
	vertical-align: middle;
	padding: 0 10px;
	position: relative;
	font-size: 14px;
	line-height: 1.2;
	color: #969ea6;
}
.support-list-wrap .table > .table-body .label {
    display: inline-block;
    width: 150px;
    max-width: 100%;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    padding: 6px 15px;
}
.support-list-wrap .label-Closed{
	background: #e50635;
}
.support-list-wrap .label-active{
	background: #39b114;
}
.support-list-wrap .btn-gray{
	color: #fff;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
}
#content{
	min-height: 600px;
}
.ticketview-wrap .table{
	margin-bottom: 0;
}
.ticketview-wrap .table tr th{
	border-top: 1px solid #e2e2e2 !important;
	height: 55px;
	background: #f8f8f8;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-bottom: none;
	color: #969ea6;
	vertical-align: middle;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
	background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
	background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
	background: -o-linear-gradient(#ffffff, #eeeeee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.reply-chat{
	background-color: #F9FDFF;
}
.reply-wrap{
	padding: 30px 40px;
	border: 1px solid #e2e2e2;
	margin-bottom: 15px;
}
.reply-wrap .ticket-header{
	position: relative;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.reply-wrap .ticket-header img{
	display: inline-block;
	margin-right: 10px;
}
.reply-wrap .ticket-header h3{
	margin-top: 0;
	display: inline-block;
	font-size: 18px;
}
.reply-wrap .ticket-content{
	font-size: 16px;
	line-height: initial;
	color: #333333;
}
.ticket-attachments{
	margin-top: 20px;
}
.purple-tag{
	background: #8c4aa5;
	border-radius: .25em;
	line-height: 25px;
	font-size: 12px;
	color: #fff;
	padding: 3px 17px;
}
.yellow-tag{
	background: #faa91b;
	border-radius: .25em;
	line-height: 25px;
	font-size: 12px;
	color: #fff;
	padding: 3px 17px;
}
.video-guide{
	margin: 0 -15px;
}
.video-guide article{
	float: left;
	background-color: #f7f8f8; 
	border: 1px solid #f7f8f8;
	text-align: center;
	padding: 20px;
	margin-top: 30px;
	margin-left: 15px;
	margin-right: 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.video-guide article:hover{
	border-color: #33C6F0;
	background: #fff;
}
.video-guide article:hover .play-btn{
	background: rgba(26, 164, 26,1);
}
.video-guide article:hover h1{
	color: #33C6F0;
}
.video-guide article h1{
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 15px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.video-guide article p{
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 15px;
}
.video-guide article .play-btn{
	background: rgba(26, 164, 26,0.6);
	color: #fff;
	padding: 10px 35px;
	color: #fff;
	font-size: 24px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	cursor: pointer;
}
#iframe-modal .modal-body{
	padding: 0;
}
.support-support .modal-backdrop.in{
	opacity: 0.7;
}
#iframe-modal .iframe-close{
	color: #fff;
    background: none;
    border: none;
    position: absolute;
    right: 5px;
    top: 7px;
    font-size: 30px;
}
.knwlgdebase-guide a:hover article{
	background-color: #f7f8f8; 
}
.knwlgdebase-guide article{
	float: left;
	text-align: center;
	padding: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.knwlgdebase-guide h1{
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 15px;
	text-transform: uppercase;
	color: #000;
}
.knwlgdebase-guide p{
	color: #888888;
	font-size: 15px;
	line-height: 1.5;
}
.knwlgdebase-guide i{
	font-size: 45px;
	color: #33C6F0;
	margin-bottom: 15px;
}
.knwledge-wrap .side-nav{
	margin-top: 25px;
}
.knwledge-wrap .side-nav li a{
	color: #303A4C;
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px 0;
	display: block;
}
.knwledge-wrap .side-nav li a:hover, .knwledge-wrap .side-nav li.active a{
	color: #33C6F0;
}
.knwledge-wrap .knwldge-head{
	margin-top: 25px;
}
.knwledge-wrap .knwldge-head h2{
	color: #303A4C;
	color: 22px;
	margin-top: 0;
}	
.knwledge-wrap .knwldge-head p{
	color: #303A4C;
	font-size: 18px;
	line-height: 1.5;
}
.knwledge-wrap .knwldge-list{
	padding-left: 10px;
}
.knwledge-wrap .knwldge-list li{
	padding: 5px 0;
}
.knwledge-wrap .knwldge-list li a{
	color: #303A4C;
	font-size: 14px;
	text-decoration: underline;
}
.knwledge-wrap .knwldge-list li a:hover{
	color: #33C6F0;
}
.knwledge-wrap .article-wrap ul{
	padding: 0;
	margin-left: 25px;
}
.knwledge-wrap .article-wrap .article-content h1,h2,h3,h4,h5,h6{
	color: #1D252C;
}
.knwledge-wrap .article-wrap .article-content{
	font-size: 14px;
	line-height: 2;
}
.knwledge-wrap .article-help{
	font-size: 14px;
	margin-bottom: 20px;
}
.knwledge-wrap .article-help .vote-btn{
	padding: 5px 10px;
	border: 1px solid #bcbcbc;
	color: #666;
}
.knwledge-wrap .article-help .vote-btn:hover{
	color: #33C6F0;
}
.knwledge-wrap .related-article{
	font-size: 14px;
}
.knwledge-wrap .related-article ul{
	padding: 0;
	margin-left: 10px;
}
.knwledge-wrap .related-article ul li{
	padding: 5px 0;
}
.knwledge-wrap .related-article ul li a{
	color: #33C6F0;
}
.modal .modal-dialog{
	margin: 70px auto;
	width: 480px;
}
.modal .modal-body{
	padding: 20px 30px;
}
.modal .modal-content{
	border-radius: 0;
}
.modal .nav-tabs{
	display: flex;
	background-color: #0277bd;
	margin: -25px 10px 10px;
	padding: 10px;
}
.modal .nav-tabs > li{
	flex: 1;	
}
.modal .nav-tabs > li > a{
	color: #fff;
	border: none;
	text-align: center;
	font-size: 16px;
	outline: none;
}
.modal .nav-tabs > li > a:hover{
	background: none;
	border: none;
}
.modal .nav-tabs .nav-item.active{
	background-color: #fff;
}
.modal .nav-tabs .nav-item.active a{
	color: #000;
}
.modal .nav-tabs > li.active > a, .modal .nav-tabs > li.active > a:focus, .modal .nav-tabs > li.active > a:hover{
	border: none
}
.new-file {
	margin-bottom: 10px; 
	padding : 5px;
	background: #eee;
	border-radius: 5px;
}
.new-file i{
	margin-right: 5px;
}
.new-file .me-remove{
	cursor: pointer;
}
.ticket-form .control-label{
	 text-align: left;	
	 margin-bottom: 5px;
}
.open-register {
	cursor: pointer;
}
.open-login {
	cursor: pointer;
}
.open-forgot {
	cursor: pointer;
}
.sp-content{
	text-align: center;
}
.sp-content .icon i{
	font-size: 30px;
	border: 2px solid #199f29;
	color: #199f29;
	border-radius: 50%;
	padding: 20px;
}
.sp-content .icon{
	margin-top: 30px;
	margin-bottom: 30px;
}
.sp-content h1{
	margin-bottom: 20px;
	font-weight: bold;
}
.reply-section{
	border: 1px solid #ddd;
    margin-bottom: 10px;
}
.reply-section textarea{
	background: #f5f5f5;
}
@media(min-width: 768px){
	.ticket-links > li > a{
		font-size: 20px;
	}
	.supprt-banner h1{
		font-size: 60px;
	}
	.support-type ul li{
		width: 33.333%;
	}
	.support-type ul li i{
		font-size: 56px;
		width: 100px;
		height: 100px;
		line-height: 99px;
		margin-bottom: 20px;
	}
	.support-type ul li a{
		padding: 45px 0;
	}
	.support-wrap .support-dept ul li{
		width: calc((100% / 5) - 20px);
	}
	.video-guide article{
		width: calc((100% / 3) - 30px); 
	}
	.knwlgdebase-guide article{
		width: calc((100% / 3) - 30px);
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 30px;
	}
	.reply-wrap{
		padding: 30px 40px;
		padding-left: 110px;
	}
	.reply-wrap .ticket-header{
		padding-right: 200px;
	}
	.reply-wrap .ticket-time{
		position: absolute;
		top: 0px;
		right: 0;
	}
	.reply-section{
		padding: 20px 50px;
	}
	.support-form-wrap{
		padding: 30px 80px;
	}
	.support-form-wrap h2 {
	    font-weight: 30px;
	}
	.modal .modal-dialog{
		margin: 70px auto;
		width: 480px;
	}
	.supprt-banner{
		min-height: 400px;
	}
}
@media(max-width: 767px){
	.ticket-links > li > a{
		font-size: 17px;
	}
	.supprt-banner h1{
		font-size: 35px;
	}
	.support-type ul li{
		width: 100%;
	}
	.support-type ul li i{
		font-size: 25px;
		width: 50px;
		height: 50px;
		line-height: 48px;
		margin-bottom: 10px;
	}
	.support-type ul li a{
		padding: 20px 0;
	}
	.support-wrap .support-dept ul li{
		width: calc((100% / 2) - 20px);
	}
	.support-wrap .support-dept ul li span{
		min-height: 85px
	}
	.knwlgdebase-guide article{
		width: 100%;
		margin-top: 10px;
	}
	.knwledge-wrap .article-wrap h2{
		font-size: 18px;
	}
	.knwledge-wrap .article-wrap .article-content h3{
		font-size: 16px;
	}
	.reply-wrap{
		padding: 15px;
	}
	.reply-section{
		padding: 20px;
	}
	.support-form-wrap{
		padding: 15px;
	}
	.button{
		margin-bottom: 10px;
	}
	.support-form-wrap h2 {
	    font-size: 18px;
	}
	.modal .modal-dialog{
		margin: 70px auto;
		width: 315px;
	}
	.supprt-banner{
		min-height: 340px;
	}
}