@import url("//fonts.googleapis.com/css?family=Roboto:300,400,500,700");

* {
	border-radius: 0 !important; }

body {
	min-width: 1024px;
	background: #f6f6f6; }

#main {
	margin: 25px auto;
	background: #fff;
	border: 1px solid #ddd; }

#header {
	height: 120px;
	margin: 0 -15px;
	position: relative;
	z-index: 1500;
	background: #fafafa;
	border-bottom: 1px solid #ddd; }

#header .logo {
	float: left;
	height: 60px;
	margin: 15px 30px; }

#header .logo a {
	display: block;
	text-align: center;
	text-decoration: none; }

#header .logo a:hover .title {
	color: #93c54b; }

#header .logo a img {
	display: block;
	margin-bottom: 10px; }

#header .logo a .title {
	display: block;
	padding-top: 5px;
	color: #888;
	font-size: 16px;
	font-weight: 300;
	border-top: 1px solid #eee; }

#header .user-login {
	height: 39px;
	padding: 1px 0 6px 6px;
	position: absolute;
	right: -1px;
	top: -1px;
	background: #f6f6f6;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd; }

#header .user-login .form-control {
	width: 120px;
	border-right: 0; }

#header .user-login .form-control:focus {
	box-shadow: none; }

#header .user {
	height: 37px;
	padding: 1px 0 6px 6px;
	position: absolute;
	right: -1px;
	top: -1px;
	background: #f6f6f6;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd; }

#header .user .links {
	float: left;
	margin-right: 15px;
	position: relative; }

#header .user .links:before {
	content: '';
	width: 1px;
	height: 16px;
	background: #ddd;
	position: absolute;
	right: 0;
	top: 7px; }

#header .user .links:after {
	content: '';
	width: 1px;
	height: 16px;
	background: #fff;
	position: absolute;
	right: -1px;
	top: 7px; }

#header .user .links a {
	float: left;
	margin: 0 10px;
	color: #555;
	font-size: 20px;
	line-height: 30px; }

#header .user .links a:hover {
	color: #93c54b; }

#header .user .profile {
	float: right;
	padding-right: 6px;
	line-height: 30px; }

#header .user .profile:hover {
	background: #eee;
	text-decoration: none; }

#header .user .profile .avatar {
	float: left;
	margin-right: 6px; }

#header .user .profile .name {
	color: #888;
	font-size: 13px;
	font-weight: 300; }

#header .navigation {
	position: absolute;
	right: 0;
	bottom: -4px; }

#header .navigation a {
	font-size: 14px;
	background: none;
	border: solid transparent;
	border-width: 0 0 4px 0; }

#header .navigation a:hover {
	border-color: #999; }

#header .navigation .active a {
	background: #fafafa;
	border-color: #93c54b; }

.search-box {
	width: 100%;
	height: 46px;
	margin-top: 30px;
	padding: 0 15px;
	position: relative; }

.search-box i {
	position: absolute;
	left: 30px;
	top: 0;
	line-height: 46px;
	color: #888;
	font-size: 16px;
	pointer-events: none; }

.search-box .form-control {
	padding-left: 40px;
	padding-right: 60px; }

.search-box button {
	width: 50px;
	position: absolute;
	right: 22px;
	top: 7px; }

.home-links {
	margin-top: 30px;
	padding: 0 15px;
	list-style: none; }

.home-links li {
	height: 120px;
	margin-bottom: 30px; }

.home-links li a {
	height: 120px;
	display: block;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease; }

.home-links li a.green {
	background: #93c54b; }

.home-links li a.red {
	background: #d9534f; }

.home-links li a.blue {
	background: #29abe0; }

.home-links li a.orange {
	background: #f47c3c; }

.home-links li a:hover {
	background: #333; }

.home-links li a .icon {
	position: absolute;
	right: 20px;
	bottom: 10px;
	line-height: 1;
	opacity: 0.5;
	color: #fff;
	font-size: 72px; }

.home-links li a .title {
	float: left;
	margin: 25px 0 0 20px;
	color: #fff;
	font-size: 24px;
	font-weight: 300; }

.home-links li a .description {
	position: absolute;
	left: 20px;
	bottom: 35px;
	opacity: 0.8;
	color: #fff;
	font-size: 16px;
	font-weight: 300; }

hr.hr {
	margin: 30px 15px;
	border-color: #ddd; }

h2.panel-title {
	font-size: 16px;
	font-weight: 400; }

.form-control:focus {
	border-color: #29abe0;
	box-shadow: 0 0 0 2px #29abe0; }

.register {
	padding: 0 15px; }

.register .page-header {
	position: relative;
	border-color: #ddd; }

.register .page-header i {
	float: left;
	margin-right: 10px;
	color: #29abe0; }

.login {
	width: 100%;
	max-width: 400px;
	margin: 0 auto; }

.login .page-header {
	position: relative;
	border-color: #ddd; }

.login .page-header i {
	float: left;
	margin-right: 10px;
	color: #29abe0; }

.user-info {
	height: 80px;
	margin: 30px 15px;
	position: relative;
	color: #fff;
	background: #29abe0;
	border-bottom: 1px solid #1b8ebb; }

.user-info .avatar {
	width: 80px;
	height: 80px;
	display: block; }

.user-info .avatar img {
	display: block;
	width: 100%; }

.user-info .btn {
	opacity: 0.8;
	position: absolute; right: 15px; top: 7px;
}

.user-info .btn:hover {
	opacity: 1;
}

.user-info .name {
	position: absolute;
	left: 95px;
	top: 15px;
	font-size: 18px;
	font-weight: 700; }

.user-info .email {
	padding-top: 5px;
	position: absolute;
	left: 95px;
	right: 15px;
	bottom: 10px;
	font-size: 13px;
	border-top: 1px solid #56bde6; }

.user-info .last_login {
	position: absolute;
	right: 15px;
	bottom: 8px;
	font-size: 12px; }

.logs {
	margin: 0 -15px;
	border-left: 0;
	border-right: 0; }

.logs .list-group-item {
	padding: 10px 15px;
	color: #555;
	font-size: 13px;
	border-color: #eee; }

.logs .list-group-item .label {
	font-size: 12px;
	margin-right: 5px; }

.logs .list-group-item time {
	float: right;
	color: #999;
	font-size: 11px; }

.page-header { border-bottom-color: #ddd; }

.labels { float: right; margin-top: -2px; }

.labels .label { display: inline-block; height: 26px; line-height: 26px; padding: 0 10px 0 30px; font-size: 12px; position: relative; }

.labels .icon { font-size: 16px; color: #fff; opacity: 0.7; position: absolute; left: 8px; top: 0; }

.label.low { background: #888; font-size: 13px; display: block; padding: 5px 0; }

.label.normal { background: #555; font-size: 13px; display: block; padding: 5px 0; }

.label.high { background: #f47c3c; font-size: 13px; display: block; padding: 5px 0; }

.label.critic { background: #d9534f; font-size: 13px; display: block; padding: 5px 0; }

.label.open { background: #93c54b; font-size: 13px; display: block; padding: 5px 0; }

.label.replied { background: #29abe0; font-size: 13px; display: block; padding: 5px 0; }

.label.closed { background: #325d88; font-size: 13px; display: block; padding: 5px 0; }

.context-header { width: 100%; height: 60px; padding: 10px 0 0; border-bottom: 1px solid #ddd; margin-bottom: 40px; position: relative; }

.context-header .title { float: left; height: 50px; line-height: 40px; margin: 0; padding: 0; color: #666; font-size: 22px; border-bottom: 4px solid #666; }

.context-header .info { position: absolute; right: 0; bottom: -24px; color: #888; font-size: 12px; }

.context-header .avatar { width: 50px; height: 50px; position: absolute; right: 0; top: 0; padding: 5px; background: #eee; }

.context-header .avatar img { width: 100%; display: block; }

.context-header .tags { position: absolute; right: 60px; top: 12px;}
.context-header .tags a { padding-left: 30px; position: relative;}
.context-header .tags a i { font-size: 16px; position: absolute; left: 8px; top: 2px;}

.context { color: #333; font-size: 15px; line-height: 1.6; padding-bottom: 15px; }

.context-bottom { padding: 10px; margin-bottom: 30px; overflow: hidden; background: #fafafa; border: 1px solid #eee; }

.context-bottom .raty { float: left; }

.context-bottom .raty-total { float: left; margin-left: 5px; line-height: 20px; color: #666; font-size: 12px; font-weight: 700; }

.context-bottom .raty-success { float: left; margin-left: 5px; line-height: 20px; color: #93c54b; font-size: 12px; }

.context-bottom .date { float: right; line-height: 20px; color: #888; font-size: 12px; }

.context-bottom .date i { color: #333; font-size: 18px; position: relative; bottom: -2px; left: -5px; }

textarea { resize: vertical; }

.table thead tr th { padding: 12px 15px; text-transform: uppercase; }

.table tbody tr td { padding: 12px 15px; color: #666; font-size: 14px; }

.table tbody tr[data-control="clickable-row"]:hover td { color: #fff; background: #29abe0; cursor: pointer; }

.ticket-subject { margin: 0 15px; padding: 15px 25px; color: #555; font-size: 18px; font-weight: 500; background: #eee; border-bottom: 1px solid #ddd; }

.admin-content .ticket-subject { margin: 0; }

.ticket-info { margin: 0 15px 15px; padding: 5px 15px 15px; background: #f6f6f6; }

.admin-content .ticket-info { margin: 0 0 15px; }

.ticket-info .cell { float: left; width: 25%; padding: 10px; text-align: center; }

.ticket-info .cell .t { font-size: 14px; font-weight: 700; }

.ticket-info .cell .b { margin-top: 10px; padding: 10px; font-size: 14px; background: #fff; }

.messages { margin: 30px 15px; }

.admin-content .messages { margin: 30px 0; }

.messages .message { float: left; width: 100%; }

.messages .message .t { height: 40px; margin-left: -30px; margin-right: -30px; line-height: 40px; }

.admin-content .messages .message .t { margin-left: -45px; margin-right: -45px; }

.messages .message.client .t { background: #93c54b; }

.messages .message.admin .t { background: #3e3f3a; }

.messages .message .t .name { float: left; margin-left: 30px; color: #fff; font-weight: 500; }

.messages .message .t .name span { opacity: 0.8; font-weight: 300; }

.messages .message.client .t .name { color: #000; }

.messages .message .t .date { float: right; margin-right: 30px; color: #ccc; font-size: 12px; }

.messages .message.client .t .date { color: #000; opacity: .5; }

.messages .message .b { padding: 15px; background: #eee; }

.messages .message .b .text { font-size: 15px; line-height: 1.4; }

.messages .message .b .attachments { padding-top: 10px; margin-top: 10px; border-top: 1px solid #ccc; }

.messages .message .b .attachments h4 { margin: 0 0 10px; padding: 0; color: #444; font-size: 14px; font-weight: 700; }

.messages .message .b .attachments a { margin-right: 20px; text-transform: inherit; }

.messages .message .b .sign { margin-top: 15px; padding-top: 5px; color: #555; font-size: 13px; border-top: 1px dashed #aaa; }

.ticket-reply { margin: 0 15px 30px; padding: 50px 30px 0; position: relative; background: #fafafa; border: 1px solid #ddd; }

.admin-content .ticket-reply { margin: 0 0 30px; }

.ticket-reply .reply-title { height: 50px; padding: 0 30px; line-height: 50px; position: absolute; left: 0; right: 0; top: 0; color: #fff; font-size: 16px; background: #3e3f3a; }

.ticket-reply .reply-content { display: none; padding-top: 30px; padding-bottom: 10px; }

.form-control-static { padding-left: 15px; background: #fafafa; border: 1px solid #dfd7ca; }

.admin-content { padding: 30px; }

.clients .full_name { display: inline-block; width: 300px; font-weight: 500; }

.clients .full_name small { font-weight: 400; }

.clients .email { padding-right: 10px; border-right: 1px solid #ddd; }

.clients .company { padding-left: 10px; }

#files-wrapper .list-group-item { padding: 5px 10px; }

#files-wrapper .list-group-item input { width: 100%; }

.articles { border-top: 1px solid #f3f3f3; }

.article-row { height: 80px; padding: 0; margin: 0; border-width: 0 0 1px; border-color: #f3f3f3; }

.article-row a { width: 100%; height: 79px; display: block; padding: 0 50px; background: url('https://inviva.com.tr/destek/img/article-icon.png') no-repeat 12px center; }

.article-row a:hover { background-color: rgba(241, 239, 236, 0.3); text-decoration: none; }

.article-row a span { display: block; padding-top: 15px; color: #359af7; font-size: 18px; }

.article-row a time { color: #999; font-size: 0.96em; }

.sm-page-header { width: 100%; height: 90px; margin: 15px 0; padding: 15px 0 15px 90px; position: relative; }

.sm-page-header .icon { width: 60px; height: 60px; background: #359af7; line-height: 48px; color: #fff; text-align: center; border-radius: 30px !important; position: absolute; left: 15px; top: 15px; }

.sm-page-header .icon i { width: 54px; height: 54px; display: block; margin: 3px; font-size: 36px; border: 3px solid #fff; border-radius: 28px !important; }

.sm-page-header h3 { margin: 3px 0 8px; padding: 0; color: #333; font-size: 24px; }

.sm-page-header h5 { margin: 0; padding: 0; color: #888; font-size: 14px; }

.articles-wrapper { padding: 0 15px; }

.category-title { width: 100%; height: 0; margin: 25px 0; border-bottom: 1px solid #ddd; position: relative; }

.category-title span { position: relative; top: -15px; line-height: 1; padding-right: 15px; color: #359af7; font-size: 24px; font-weight: 300; background: #fff; }

.category-title span a { color: #359af7; text-decoration: none; }
.category-title span a:hover {color: #3f3f3f;}

.category-title-small { width: 100%; height: 30px; line-height: 30px; color: #555; font-size: 16px; font-weight: 700; }
.category-title-small a { color: #3f3f3f; text-decoration: none; }
.category-title-small a:hover {color: #359af7;}

.single-article { width: 100%; height: 40px; line-height: 40px; }

.single-article a { color: #359af7; font-size: 16px; display: block; }

.single-article a:hover { color: #555; text-decoration: none; }

.single-article a i { font-size: 24px; position: relative; top: 3px; margin-right: 5px; }

.no-article { width: 100%; height: 40px; line-height: 40px; color: #aaa; font-size: 15px; font-style: italic; }




