body {
	font-family: Raleway;
	background-color: #f5f5f5;
	text-align: center;
}

body.margin-big-footer {
	margin-bottom: 480px !important;
}
body.margin-small-footer {
	margin-bottom: 200px !important;
}

/* Sticky footer settings */
html {
	position: relative;
	min-height: 100%;
}

@media(min-width: 1200px) {
	.container {
		max-width: 1180px;
	}
}

#lightboxOverlay { z-index: 99999 !important; }
#lightbox { z-index: 100000 !important; }


#header {
	background-color: #fff;
	height: 60px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
	transition: all 0.4s, border-bottom 0s;
}
.modal-open, .modal {
	z-index: 999999;
}
.modal-open {
	overflow: scroll !important;
	padding-right: 0px !important;
}
.modal-backdrop {
	z-index: 100000;
}
.login-modal .modal-dialog .modal-content {
	padding: 25px 35px 35px 35px;
}
.login-modal#modal-generic .modal-dialog .modal-content {
	padding-bottom: 25px !important;
}
.login-modal .title {
	font-size: 1.5rem;
	font-weight: 500;
}
.login-modal .instructions {
	margin-top: 12px;
	margin-bottom: 26px;
	color: #656565;
}
.login-modal .form-group {
	position: relative;
	margin-bottom: 0.65rem;
}
.login-modal .form-group:last-of-type {
	margin-bottom: 1rem;
}
.login-modal .form-group input {
	font-size: 0.9rem;
	padding-left: 36px;
}
.login-modal .form-group span.input-icon {
	position: absolute;
	top: 8px;
	left: 10px;
	font-size: 0.85rem;
	width: 20px;
	text-align: center;
	color: #656565;
}
.login-modal .form-group .valid-feedback,
.login-modal .form-group .invalid-feedback {
	text-align: left;
}
.login-modal button {
	font-size: 0.9rem;
}
.login-modal .forgot-password {
	margin-top: 8px;
	margin-bottom: 14px;
}
.login-modal .forgot-password a {
	font-size: 0.8rem;
	color: #555;
}
.login-modal .signup-legend,
.login-modal .goback-legend {
	font-size: 0.8rem;
	font-weight: 500;
	color: #777;
	margin-top: 20px;
	margin-bottom: -14px;
}

.login-modal .alert {
	font-size: 13px;
	margin-top: -18px;
	padding-top: .5rem;
	padding-bottom: .5rem;
}


#header .container {
	display: flex;
	height: 60px;
	align-items: center;
	transition: all 0.4s;
}

#header .container .left {
	width: 180px;
}

#header .container .left-menu {
	width: 800px;
	flex-shrink: 0;
}

#header .container .right {
	flex-grow: 1;
	min-width: 0;
	text-align: right;
}

#header .container .left .menu-btn {
	display: none;
}

#header .container .left .logo {
	text-align: left;
}
#header .container .left .logo img {
	width: 160px;
	height: 44px;
	transition: all 0.2s;
}

#header .container .left-menu ul.menu {
	list-style-type: none;
	font-size: 15px;
	text-align: left;
	padding: 0;
	margin: 0;
}
#header .container .left-menu ul.menu li {
	display: inline-block;
}
#header .container .left-menu ul.menu li a {
	transition: all 0.2s;
	color: #777;
	margin-left: 50px;
}
#header .container .left-menu ul.menu li a:hover {
	text-decoration: none;
	color: #333;
}
#header .container .left-menu ul.menu li a.active {
	font-weight: 600;
}

#header .container .right {
	font-size: 15px;
}

#header .container .right.login-menu {
	font-size: 13px;
	text-align: right;
}
#header .container .right.login-menu a {
	transition: all 0.2s;
	color: #777;
}
#header .container .right.login-menu a i {
	font-size: 12px;
	margin-right: 5px;
}
#header .container .right.login-menu a:hover {
	text-decoration: none;
	color: #333;
}

/***test***/
#header .container .left-menu {

}
#header .container .left-menu ul.menu {
	
}
#header .container .left-menu ul.menu li {
	
}
#header .container .left-menu ul.menu li a {
	margin-left: 12px;
	margin-right: 12px;
}
/***endtest***/


@media(min-width: 992px) {
	#header.shrink {
		height: 45px;
		border-bottom: 1px solid #ddd;
		transition: all 0.4s;
	}
	#header.shrink .container {
		height: 45px;
	}

	#header.shrink .container .left {
		transition: all 0.2s;
		width: 116px;
	}
	#header.shrink .container .left .logo img {
		width: 96px;
		height: 26px;
	}

	#header.shrink .container .left-menu ul.menu {
		font-size: 13px;
	}

}


#header-height-fix {
	width: 100%;
	height: 0px;
	margin-top: 60px;
}

#middle {
	background-color: #2d5b8f;
	color: #f7f8fa;
}

#middle h1 {
	margin-bottom: 30px;
}
#middle p.lead {
	margin-bottom: 45px;
	font-weight: 200;
}
#middle p.lead a {
	color: #f7f8fa;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.2s;
}
#middle p.lead a:hover {
	color: #fff;
}
#middle .search {
	margin: auto;
	width: 800px;
	margin-bottom: 15px;
}
#middle .search input.form-control {
	padding-left: 20px;
	padding-right: 120px;
	height: 50px;
	background-clip: border-box;
	border: none;
}
#middle .search input[type=submit] {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 14px;
	font-weight: 700;
}



.input-group-prepend {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
}

.progress {
	height: 5px;
}

.progress .progress-bar {
	font-size: 10px;
}


#main h3.title {
	margin-top: 50px;
	font-weight: 400;
}

#main #departments-cont {
	margin-top: 50px;
	padding: 0;
}

#main #departments-cont .row {
	margin-bottom: 20px;
}

#main #departments-cont .row .department {
	background-color: #fff;
	border: 1px solid #efefef;
	margin-left: 15px;
	margin-right: 15px;
	height: 100%;
	word-break: normal;
	word-wrap: break-word;
}
#main #departments-cont .row .department:first-child {
	margin-left: 0;
}
#main #departments-cont .row .department:last-child {
	margin-right: 0;
}

#main #departments-cont .row .department a {
	display: block;
	text-decoration: none;
	transition: all 0.2s;
	user-select: none;
	padding:0 20px;
	height: 100%;
}
#main #departments-cont .row .department a:hover {
	background-color: #fafafa;
	box-shadow: 0px 0 15px 0px #eaeaea;
}
#main #departments-cont .row .department a:hover h5 {
	color: #111;
}
#main #departments-cont .row .department a:hover p {
	color: #222;
}
#main #departments-cont .row .department a h5 {
	padding-top: 25px;
	margin-bottom: 25px;
	color: #333;
	font-weight: 600;
	font-size: 1.35rem
}
#main #departments-cont .row .department a img {
	width: 140px;
	height: 140px;
	margin-bottom: 25px;
	border-radius: 50%;
}
#main #departments-cont .row .department a p {
	color: #333;
	font-weight: 300;
	font-size: 15px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 0;
	padding-bottom: 35px;
}


#main h3.popular-articles-title {
	margin-top: 70px;
	margin-bottom: 30px;
	font-weight: 400;
}
#main #popular-articles-cont .row .col-sm-4 {
	margin-bottom: 30px;
}
#main #popular-articles-cont .row h5 {
	font-weight: 600;
}

#main #popular-articles-cont .row ul.articles {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}

#main #popular-articles-cont .row ul.articles li {
	margin: 0;
	padding: 0;
}

#main #popular-articles-cont .row ul.articles li a {
	background-color: #fff;
	border: 1px solid #efefef;
	display: block;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	transition: all 0.2s;
	user-select: none;
	word-break: normal;
	word-wrap: break-word;
}

#main #popular-articles-cont .row ul.articles li a span.title {
	display: block;
	font-weight: 700;
	font-size: 13px;
	color: #333;
	transition: all 0.2s;
}

#main #popular-articles-cont .row ul.articles li a span.date {
	font-size: 12px;
	color: #555;
	transition: all 0.2s;
	margin-right: 8px;
	position: relative;
	top: 1px;
}
#main #popular-articles-cont .row ul.articles li a span.department {
	font-size: 12px;
	display: inline-block;
	background-color: #6ca4e4;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	border-radius: 5px;
	transition: all 0.2s;
}
#main #popular-articles-cont .row ul.articles li a span.protection {
	font-size: 10px;
	display: inline-block;
	margin-left: 8px;
	color: #bbb;
	transition: all 0.2s;
}
#main #popular-articles-cont .row ul.articles li a span.views {
	font-size: 12px;
	float: right;
	margin-top: 5px;
	color: #a0a0a0;
	transition: all 0.2s;
}

#main #popular-articles-cont .row ul.articles li a span.views i {
	margin-right: 2px;
}
#main #popular-articles-cont .row ul.articles li a span.views i.fas.fa-thumbs-up {
	margin-left: 10px;
}



#main #popular-articles-cont .row ul.articles li a:hover {
	background-color: #fafafa;
	box-shadow: 0px 0 15px 0px #eaeaea;
}
#main #popular-articles-cont .row ul.articles li a:hover span.title {
	color: #111;
}
#main #popular-articles-cont .row ul.articles li a:hover span.date {
	color: #333;
}
#main #popular-articles-cont .row ul.articles li a:hover span.department {
	background-color: #699eda;
}
#main #popular-articles-cont .row ul.articles li a:hover span.views {
	color: #555;
}
#main #popular-articles-cont .row ul.articles li a:hover span.protection {
	color: #888;
}




#big-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 400px;
}
#small-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 120px;
}

#big-footer .pre-footer {
	background-color: #2d5b8f;
	color: #f7f8fa;
	width: 100%;
	height: 280px;
	padding-top: 65px;
	padding-left: 20px;
	padding-right: 20px;
}
#big-footer .pre-footer h2 {
	margin-bottom: 70px;
}

#big-footer .footer,
#small-footer .footer {
	background-color: #1d2a38;
	width: 100%;
	height: 120px;
	color: #999;
	font-size: 14px;
	padding-top: 44px;
	padding-left: 20px;
	padding-right: 20px;
}
#big-footer .footer a.social,
#small-footer .footer a.social {
	text-decoration: none;
	color: #888;
	font-size: 28px;
	transition: all 0.2s;
	margin-right: 30px;
}
#big-footer .footer a.social:last-child,
#small-footer .footer a.social:last-child {
	margin-right: 0px;
}
#big-footer .footer a.social:hover,
#small-footer .footer a.social:hover {
	color: #bfbfbf;
}
#big-footer .footer .powered-legend,
#small-footer .footer .powered-legend {
	margin-top: 10px;
}


a.custom-btn {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	user-select: none;
	transition: all 0.2s;
	cursor: pointer;
}
a.custom-btn i {
	margin-right: 10px;
}

a.custom-btn-white {
	background-color: #fff;
	color: #222;
	box-shadow: 2px 4px 5px 0px #444;
}
a.custom-btn-white:hover {
	color: #000;
	background-color: #fafafa;
	box-shadow: 2px 4px 5px 0px #333;
}




ul.pagination li.page-item a.page-link {
	border-color: #e5e5e5;
	color: #888;
	font-size: 0.9em;
}
ul.pagination li.page-item.active a.page-link {
	color: #fff;
}
ul.pagination li.page-item.disabled a.page-link {
	background-color: #f5f5f5;
}

#main .row .transparent-column h5 {
	font-weight: 400;
}

#main .row .transparent-column h5 {
	margin-bottom: 25px;
}
#main .row .transparent-column .search-results .result a {
	display: block;
	text-decoration: none;
	background-color: #ffffff;
	margin-bottom: 20px;
	border: 1px solid #efefef;
	color: #333;
	padding: 12px 15px;
	transition: all 0.2s;
	user-select: none;
	word-break: normal;
	word-wrap: break-word;
}
#main .row .transparent-column .search-results .result a span.title {
	display: block;
	font-weight: 700;
	font-size: 14px;
}
#main .row .transparent-column .search-results .result a span.description {
	display: block;
	font-size: 14px;
	margin-bottom: 3px;
}
#main .row .transparent-column .search-results .result a span.date {
	font-size: 12px;
	color: #555;
	transition: all 0.2s;
	margin-right: 8px;
	position: relative;
	top: 1px;
}
#main .row .transparent-column .search-results .result a span.department {
	font-size: 12px;
	display: inline-block;
	background-color: #6ca4e4;
	padding: 2px 8px;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	border-radius: 5px;
	transition: all 0.2s;
	word-break: normal;
	word-wrap: break-word;
}
#main .row .transparent-column .search-results .result a span.protection {
	font-size: 10px;
	display: inline-block;
	margin-left: 8px;
	color: #bbb;
	transition: all 0.2s;
}
#main .row .transparent-column .search-results .result a span.metrics {
	font-size: 11px;
	float: right;
	margin-top: 7px;
	transition: all 0.2s;
	color: #a0a0a0;
}
#main .row .transparent-column .search-results .result a span.metrics i.far {
	margin-left: 10px;
}

#main .row .transparent-column .search-results .result a:hover {
	background-color: #fafafa;
	box-shadow: 0px 0 15px 0px #eaeaea;
}
#main .row .transparent-column .search-results .result a:hover span.title {
	color: #111;
}
#main .row .transparent-column .search-results .result a:hover span.description {
	color: #111;
}
#main .row .transparent-column .search-results .result a:hover span.date {
	color: #333;
}
#main .row .transparent-column .search-results .result a:hover span.department {
	background-color: #699eda;
}
#main .row .transparent-column .search-results .result a:hover span.protection {
	color: #a5a5a5;
}
#main .row .transparent-column .search-results .result a:hover span.metrics {
	color: #777;
}



#main .row .white-column {
	background-color: #fff;
	border: 1px solid #efefef;
	padding: 18px 24px 26px 24px;
	/*word-break: break-all;*/
	word-break: normal;
	word-wrap: break-word;
}

#main .row .white-column.big-padding {
	padding: 20px 34px 26px 34px;
}

#main .row .white-column .title {
	font-size: 17px;
	font-weight: 700;
}
#main .row .white-column .big-title,
#main .row .white-column .article-title {
	font-size: 19px;
	font-weight: 700;
	word-break: break-word;
}
#main .row .white-column .article-title a.edit-btn {
	font-size: 9px;
	padding: 0.2rem 0.4rem;
	margin-left: 4px;
}
#main .row .white-column .title-details,
#main .row .white-column .article-title-details {
	margin-bottom: 15px;
}
#main .row .white-column .border {
	width: 100%;
	height: 0px;
	border-left: none !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: 1px solid #e5e5e5 !important;
}
#main .row .white-column .article-title-details span.date {
	font-size: 12px;
	color: #555;
	position: relative;
	top: 1px;
	margin-right: 5px;
}
#main .row .white-column .article-title-details a.department {
	font-size: 12px;
	display: inline-block;
	background-color: #6ca4e4;
	padding: 2px 8px;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	border-radius: 5px;
	transition: all 0.2s;
}
#main .row .white-column .article-title-details span.protection {
	font-size: 10px;
	display: inline-block;
	margin-left: 8px;
	color: #777;
	transition: all 0.2s;
}
#main .row .white-column .article-title-details span.protection:hover {
	color: #333;
}
#main .row .white-column .article-title-details span.metrics {
	font-size: 11px;
	margin-left: 10px;
	color: #777;
}
#main .row .white-column .article-title-details span.metrics i.fa-eye {
	margin-right: 2px;
}
#main .row .white-column .article-title-details span.metrics i.fa-thumbs-up {
	margin-left: 12px;
	margin-right: 2px;
}


#main .row .white-column .article-like-section {
	text-align: center;
	margin-top: 35px;
	font-size: 17px;
	font-weight: 700;
}
#main .row .white-column .article-like-section .like-section {
	margin-top: 10px;
	margin-bottom: 15px;
}
#main .row .white-column .article-like-section .like-section i {
	color: #ccc;
	cursor: pointer;
	transition: all 0.2s;
}
#main .row .white-column .article-like-section .like-section i:hover {
	color: #aaa;
}
#main .row .white-column .article-like-section .like-section.liked i {	
	color: #e0e0e0;
}
#main .row .white-column .article-like-section .like-section.liked i:hover {
	color: #c0c0c0;
}
#main .row .white-column .article-like-section .like-section i.active {
	color: #ffd800;
}
#main .row .white-column .article-like-section .like-section i.active:hover {
	color: #ffca14;
}
#main .row .white-column .article-like-section .like-section i.fa-thumbs-up {
	margin-right: 40px;
}


#main .row .white-column .column-content {
	font-size: 15px;
	margin-top: 10px;
	font-weight: 500;
}

#main .row .white-column .column-content.column-content-article .border {
	width: 80%;
	height: 0px;
	border-left: none !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: 1px solid #e5e5e5 !important;
	margin-left: 10%;
	margin-top: 25px;
	margin-bottom: 25px;
}

#main .row .white-column .column-content.column-content-article ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: 6px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-weight: 400;
}
#main .row .white-column .column-content.column-content-article ul li:before {
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400; /*far*/
	font-weight: 900; /*fas*/
	content: "\f111";
	font-size: 6px;
	position: relative;
	top: -3px;
	margin-right: 6px;
	color: #3d87fe;
}
#main .row .white-column .column-content.column-content-article ol {
	padding: 0;
	margin: 0;
	margin-top: 6px;
	margin-bottom: 10px;
	margin-left: 32px;
	font-weight: 400;
}

#main .row .white-column .column-content.column-content-article img {
	object-fit: cover;
	max-width: 95%;
	margin: auto;
	display: inline-block;
	margin-top: 14px;
	margin-bottom: 14px;
}

#main .row .white-column .column-content ul.departments {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#main .row .white-column .column-content ul.departments li a {
	display: block;
	border-bottom: 1px solid #e5e5e5;
	text-decoration: none;
	padding: 12px 12px;
	color: #222;
	transition: all 0.2s;
	user-select: none;
	word-break: break-all;
}
#main .row .white-column .column-content ul.departments li span.department {
	display: block;
	font-weight: 500;
}
#main .row .white-column .column-content ul.departments li span.articles {
	display: block;
	font-size: 11px;
	margin-top: 2px;
}
#main .row .white-column .column-content ul.departments li span.articles i {
	position: relative;
	top: 1px;
	margin-right: 3px;
}
#main .row .white-column .column-content ul.departments li a:hover {
	background-color: #f9f9f9;
	color: #000;
}
#main .row .white-column .column-content .see-all {
	margin-top: 20px;
}

.btn-sm {
	font-size: 0.825rem;
	padding: 0.25rem 0.6rem;
}



#main .row .go-back {
	width: 100%;
	text-align: left;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 18px;
}
#main .row .go-back a {
	text-decoration: none;
	color: #555;
	font-weight: 500;
	transition: all 0.2s;
}
#main .row .go-back a i {
	font-size: 14px;
	margin-right: 5px;
	position: relative;
	top: 1px;
}
#main .row .go-back a:hover {
	color: #333;
}
#main > .row > .go-back {
	margin-left: 15px;
}



#main .row .white-column .edit-profile-pic-section {
	width: 350px;
	margin: auto;
	display: flex;
	min-width: 0;
	align-items: center;
	margin-bottom: 18px;
}
#main .row .white-column .edit-profile-pic-section .profile-pic {
	width: 155px;
	flex-shrink: 0;
	flex-grow: 0;
	min-width: 0;
}
#main .row .white-column .edit-profile-pic-section .profile-pic img {
	width: 140px;
	height: 140px;
	min-width: 0;
	border-radius: 50%;
}
#main .row .white-column .edit-profile-pic-section .buttons {
	flex-grow: 1;
	min-width: 0;
}
#main .row .white-column .edit-profile-pic-section .buttons button {
	width: 100%;
	margin-bottom: 6px;
}
#main .row .white-column .edit-profile-pic-section .buttons button:last-child {
	margin-bottom: 0;
}
#main .row .white-column .edit-profile-pic-section .buttons button i {
	font-size: 12px;
	margin-right: 6px;
}

@media(max-width: 991px) {
	#main .row .white-column .edit-profile-pic-section {
		width: 100%;
		max-width: 330px;
	}
	#main .row .white-column .edit-profile-pic-section .profile-pic {
		width: 135px;
	}
	#main .row .white-column .edit-profile-pic-section .profile-pic img {
		width: 120px;
		height: 120px;
	}
}


.trumbowyg-box {
	border-radius: .25rem !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.trumbowyg-box,
.trumbowyg-editor {
	min-height: 150px !important;
}

.form-group.is-valid .trumbowyg-box {
	border-color: #28a745;
}
.form-group.is-invalid .trumbowyg-box {
	border-color: #dc3545;
}


.input-group.is-invalid .invalid-feedback {
	display: block !important;
}
.input-group.is-valid .valid-feedback {
	display: block !important;
}
.input-group>.custom-file:not(:last-child) .custom-file-label {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}
.input-group .input-group-append button.btn-danger {
	border-radius: .25rem !important;
	margin-left: 6px;
	font-size: 15px;
}

form .form-group .custom-radio {
	margin-bottom: 2px;
}
form .form-group label.custom-control-label {
	font-weight: 500;
}
form .form-group label.custom-control-label:before {
	top: 2px;
	border: none;
	background-color: #ddd;
}
form .form-group label.custom-control-label:after {
	top: 2px;
}
form .form-group .custom-control-input:checked ~ label.custom-control-label:before {
	background-color: #007bff;
}


/* Aplicar este estilo a todos los elementos .input-group-cust-file, a excepcion del 1ro */
form > .input-group.input-group-cust-file ~ .input-group.input-group-cust-file {
	margin-top: 8px;
	margin-bottom: 8px;
}

/* Eliminar el margin bottom del ultimo elemento */
form .input-group.input-group-cust-file:last-child {
	margin-bottom: 0px !important;
}

@keyframes glowing {
	0% { background-color: #fffef5; }
	50% { background-color: #fefcd9; }
	100% { background-color: #fffef5; }
}


.column-content.my-tickets,
.column-content.my-questions {
	margin-top: 0px !important;
}
.column-content.my-tickets a.ticket,
.column-content.my-questions a.question {
	display: block;
	border-bottom: 1px solid #eee;
	padding-top: 20px;
	padding-bottom: 20px;
	text-decoration: none;
	transition: all 0.2s;
}
.column-content.my-tickets a.ticket:hover,
.column-content.my-questions a.question:hover {
	background-color: #fafafa;
}
.column-content.my-tickets a.ticket.glowing,
.column-content.my-questions a.question.glowing {
	animation: glowing 1500ms infinite;
}
.column-content.my-tickets a.ticket .title-section,
.column-content.my-questions a.question .title-section {
	word-break: normal;
}
.column-content.my-tickets a.ticket .title-section span.title,
.column-content.my-questions a.question .title-section span.title {
	display: inline;
	font-weight: 700 !important;
	font-size: 14px !important;
	color: #333;
	transition: all 0.2s;
}
.column-content.my-tickets a.ticket .title-section span.status,
.column-content.my-questions a.question .title-section span.status {
	display: inline-block;
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	font-weight: 600;
	border-radius: 4px;
	transition: all 0.2s;
	position: relative;
	top: -2px;
	margin-left: 4px;
}
.column-content.my-tickets a.ticket .details-section span.date,
.column-content.my-questions a.question .details-section span.date {
	display: inline-block;
	font-weight: 400;
	font-size: 12px;
	color: #555;
	transition: all 0.2s;
	position: relative;
	top: 1px;
}
.column-content.my-tickets a.ticket .details-section span.department,
.column-content.my-questions a.question .details-section span.department {
	font-size: 12px;
	display: inline-block;
	background-color: #6ca4e4;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	font-weight: 500;
	color: #fff;
	border-radius: 5px;
	transition: all 0.2s;
	margin-left: 4px;
}

span.status-open,
span.status-reviewed {
	color: #fff;
	background-color: #24ec29;
}
span.status-closed {
	color: #fff;
	background-color: #fd4242;
}
span.status-pending,
span.status-submitted {
	color: #fff;
	background-color: #ffdc4e;
}

span.status-circle i {
	font-size: 8px;
	position: relative;
	margin-left: 4px;
	top: -3px;
}
span.status-circle.status-circle-red i {
	color: #d35151;
}


.big-title + .status {
	display: inline-block;
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	font-weight: 600;
	border-radius: 4px;
	transition: all 0.2s;
	position: relative;
	top: 0px;
	margin-left: 6px;
}

#main .row .white-column.single-ticket .border,
#main .row .white-column.single-question .border {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

#main .row .white-column.single-ticket .new-reply-area .form-group label {
	font-size: 14px;
	font-weight: 700;
}
#main .row .white-column.single-ticket .new-reply-area .trumbowyg-box,
#main .row .white-column.single-ticket .new-reply-area .trumbowyg-editor {
	min-height: 120px !important;
}


#main .row .white-column.single-ticket .strong-legend,
#main .row .white-column.single-question .strong-legend {
	font-weight: 700;
	font-size: 14px;
}
#main .row .white-column.single-ticket .rating-area {
	margin-top: 25px;
	margin-bottom: 30px;
}
#main .row .white-column.single-ticket .rating-area .strong-legend {
	margin-bottom: 15px;
}

#main .row .white-column.single-ticket .rating-area img {
	margin: auto;
	display: block;
	border-radius: 50%;
}

#main .row .white-column.single-ticket .rating-area .rating-stars {
	margin: auto;
	width: auto;
	display: inline-block;
	margin-top: 18px;
	user-select: none;
	cursor: pointer;
}
#main .row .white-column.single-ticket .rating-area .rating-stars i {
	font-size: 32px;
	color: #cdcdcd;
	cursor: pointer;
	transition: all 0.15s;
}
#main .row .white-column.single-ticket .rating-area .rating-stars i.activated {
	color: #ffd800;
}



#main .row .white-column.single-ticket .timeline,
#main .row .white-column.single-question .timeline {
	margin-top: -20px;
	padding-bottom: 20px;
}

#main .row .white-column.single-ticket .timeline .status-update,
#main .row .white-column.single-question .timeline .status-update {
	border-bottom: 1px solid #e5e5e5 !important;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
	text-align: center;
	color: #777;
	font-weight: 500;
	width: 740px;
	margin: auto;
	word-break: normal;
}
#main .row .white-column.single-question .timeline .status-update a {
	font-weight: 700;
	transition: all 0.2s;
}
#main .row .white-column.single-ticket .timeline .status-update .date,
#main .row .white-column.single-question .timeline .status-update .date {
	font-size: 11px;
	font-weight: 600;
	color: #bbb;
	margin-top: 5px;
	margin-bottom: -5px;
}


#main .row .white-column.single-ticket .timeline .reply,
#main .row .white-column.single-question .timeline .reply {
	border-bottom: 1px solid #e5e5e5;
	margin: auto;
	padding-top: 25px;
	padding-bottom: 25px;
	display: flex;
}

#main .row .white-column.single-ticket .timeline .reply .profile-pic,
#main .row .white-column.single-question .timeline .reply .profile-pic {
	float: left;
	width: 95px;
	flex-shrink: 0;
}
#main .row .white-column.single-ticket .timeline .reply .profile-pic img,
#main .row .white-column.single-question .timeline .reply .profile-pic img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
#main .row .white-column.single-ticket .timeline .reply .reply-content,
#main .row .white-column.single-question .timeline .reply .reply-content {
	flex-grow: 1;
	min-width: 0;
	word-wrap: break-word;
}
#main .row .white-column.single-ticket .timeline .reply .reply-content .top:after,
#main .row .white-column.single-question .timeline .reply .reply-content .top:after {
	display: block;
	content: '';
	width: 100%;
	clear: both;
}
#main .row .white-column.single-ticket .timeline .reply .reply-content .top span.name,
#main .row .white-column.single-question .timeline .reply .reply-content .top span.name {
	font-weight: 700;
	font-size: 14px;
}
#main .row .white-column.single-ticket .timeline .reply .reply-content .top span.role,
#main .row .white-column.single-question .timeline .reply .reply-content .top span.role {
	font-size: 9px;
	font-weight: 600;
	border-radius: 4px;
	padding: 5px 12px;
	position: relative;
	top: -2px;
	margin-left: 8px;
}
#main .row .white-column.single-ticket .timeline .reply .reply-content .top span.date,
#main .row .white-column.single-question .timeline .reply .reply-content .top span.date {
	float: right;
	font-size: 11px;
	font-weight: 500;
	margin-top: 4px;
	color: #aaa;
}
#main .row .white-column.single-ticket .timeline .reply .reply-content .cont,
#main .row .white-column.single-question .timeline .reply .reply-content .cont {
	font-size: 14px;
	word-break: normal;
}
#main .row .white-column.single-ticket .timeline .reply .reply-content .cont a,
#main .row .white-column.single-question .timeline .reply .reply-content .cont a {
	transition: all 0.2s;
}

#main .row .white-column.single-ticket .timeline .reply .reply-content .attachments,
#main .row .white-column.single-question .timeline .reply .reply-content .attachments {
	margin-top: 20px;
	margin-bottom: -8px;
}
#main .row .white-column.single-ticket .timeline .reply .reply-content .attachments .title,
#main .row .white-column.single-question .timeline .reply .reply-content .attachments .title {
	font-size: 12px;
	margin-bottom: 4px;
	font-weight: 700;
}
#main .row .white-column.single-ticket .timeline .reply .reply-content .attachments ul,
#main .row .white-column.single-question .timeline .reply .reply-content .attachments ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#main .row .white-column.single-ticket .timeline .reply .reply-content .attachments ul li,
#main .row .white-column.single-question .timeline .reply .reply-content .attachments ul li {
	display: initial;
	margin-right: 6px;
}
#main .row .white-column.single-ticket .timeline .reply .reply-content .attachments ul li a,
#main .row .white-column.single-question .timeline .reply .reply-content .attachments ul li a {
	display: inline-block;
	margin: auto;
	text-decoration: none;
	background-color: #f0f0f0;
	border: 1px solid #e2e2e2;
	padding: 6px 16px;
	font-size: 12px;
	font-weight: 500;
	border-radius: 5px;
	color: #707070;
	transition: all 0.2s;
	margin-bottom: 8px;
}
#main .row .white-column.single-ticket .timeline .reply .reply-content .attachments ul li a i,
#main .row .white-column.single-question .timeline .reply .reply-content .attachments ul li a i {
	margin-right: 5px;
}
#main .row .white-column.single-ticket .timeline .reply .reply-content .attachments ul li a:hover,
#main .row .white-column.single-question .timeline .reply .reply-content .attachments ul li a:hover {
	background-color: #ddd;
	color: #222;
	border-color: #d8d8d8;
}

span.role.role-blue {
	background-color: #569ce8;
	color: #fff;
}
span.role.role-gray {
	background-color: #ebebeb;
	color: #9f9f9f;
	font-weight: 800 !important;
}


#main .row .white-column .column-content ul.ticket-information,
#main .row .white-column .column-content ul.question-information {
	list-style: none;
	padding: 0;
	margin: 0;
}
#main .row .white-column .column-content ul.ticket-information li,
#main .row .white-column .column-content ul.question-information li {
	border-bottom: 1px solid #e5e5e5;
	padding-top: 15px;
	padding-bottom: 15px;
}
#main .row .white-column .column-content ul.ticket-information li span.left,
#main .row .white-column .column-content ul.question-information li span.left {
	font-size: 14px;
	font-weight: 600;
	color: #222;
	margin-right: 2px;
}
#main .row .white-column .column-content ul.ticket-information li span.right,
#main .row .white-column .column-content ul.question-information li span.right {
	font-size: 14px;
	color: #555;
}
#main .row .white-column .column-content ul.question-information li a {
	text-decoration: none;
	font-weight: 700;
	transition: all 0.2s;
}


.tippy-tooltip {
	font-size: 12px;
	padding: 0px 8px;
}



@media(max-width: 1199px) {
	#header {
		height: 50px;
	}
	#header .container {
		height: 50px;
	}
	#header .container .left {
		width: 140px;
	}
	#header .container .left .logo img {
		width: 128px;
		height: 35px;
	}

	#header .container .left-menu {
		width: 650px;
	}
	#header-height-fix {
		margin-top: 50px;
	}

	#header.shrink .container .left ul.menu {
		margin-left: 40px;
	}

	#main .row .white-column.single-ticket .timeline .status-update,
	#main .row .white-column.single-question .timeline .status-update {
		width: 600px;
	}
	#main .row .white-column.single-ticket .timeline .reply,
	#main .row .white-column.single-question .timeline .reply {
		width: 600px;
	}
	#main .row .white-column.single-ticket .timeline .reply .profile-pic,
	#main .row .white-column.single-question .timeline .reply .profile-pic {
		width: 75px;
	}
	#main .row .white-column.single-ticket .timeline .reply .profile-pic img,
	#main .row .white-column.single-question .timeline .reply .profile-pic img {
		width: 60px;
		height: 60px;
	}
}

@media(max-width: 991px) {
	#header {
		position: static;
		height: auto;
		overflow: hidden;
	}
	#header .container {
		height: auto;
		overflow: hidden;
	}

	#header .container {
		display: block;
	}

	#header .container .left {
		width: 100%;
		display: flex;
		align-items: center;
		height: 45px;
	}

	#header .container .left .menu-btn {
		display: block;
		font-size: 20px;
	}
	#header .container .left .menu-btn a {
		text-decoration: none;
		color: #aaa;
		transition: all 0.2s;
	}
	#header .container .left .menu-btn a:hover {
		color: #333;
	}
	#header .container .left .logo {
		margin-left: 16px;
	}


	#header .container .left .logo img {
		width: 112px;
		height: 30px;
	}


	#header .container .left-menu {
		width: 100%;
	}
	#header .container .left-menu ul.menu li {
		display: block;
		width: 100%;
		text-align: center;
		border-top: 1px solid #eee;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#header .container .left-menu ul.menu li:last-child {
		border-bottom: 1px solid #eee;
	}

	#header .container .left-menu ul.menu li a {
		margin-left: 0px !important;
	}

	#header .container .right.login-menu {
		position: absolute;
		top: 12px;
		right: 10px;
	}

	#header-height-fix {
		margin-top: 0px;
	}

	#header .container .right.logged-menu {
		position: absolute;
		top: 7px;
		right: 10px;
	}


	#middle h1 {
		font-size: 2.25rem;
	}
	#middle p.lead {
		font-size: 1.15rem;
	}

	#middle .search {
		width: 100%;
	}
	#middle .search input.form-control {
		height: 45px;
		font-size: 14px;
	}
	#middle .search input[type=submit] {
		font-size: 13px;
	}


	body.margin-big-footer {
		margin-bottom: 430px !important;
	}
	#big-footer {
		height: 370px;
	}
	#big-footer .pre-footer {
		height: 250px;
	}
	#big-footer .pre-footer h2 {
		font-size: 1.7rem;
		margin-bottom: 50px;
	}
	
	a.custom-btn {
		font-size: 13px;
	}

	.container {
		max-width: none;
		width: 100%;
	}


	#main .row .white-column.single-ticket .timeline .status-update,
	#main .row .white-column.single-question .timeline .status-update {
		width: 95%;
	}
	#main .row .white-column.single-ticket .timeline .reply,
	#main .row .white-column.single-question .timeline .reply {
		width: 95%;
	}
	#main .row .white-column.single-ticket .timeline .reply .profile-pic,
	#main .row .white-column.single-question .timeline .reply .profile-pic {
		width: 75px;
	}
	#main .row .white-column.single-ticket .timeline .reply .profile-pic img,
	#main .row .white-column.single-question .timeline .reply .profile-pic img {
		width: 60px;
		height: 60px;
	}
}


@media(max-width: 575px) {
	#big-footer .pre-footer {
		padding-top: 30px;
	}
	#big-footer .pre-footer h2 {
		font-size: 1.4rem;
		margin-bottom: 30px;
	}
	#big-footer .pre-footer .btn-area a.custom-btn {
		display: block;
		margin: auto 10px auto 10px !important;
		width: auto;
	}
	#big-footer .pre-footer .btn-area a.custom-btn:last-child {
		margin-top: 20px !important;
	}

	#main .row .white-column {
		padding: 18px 24px 26px 24px;
	}

	#main .row .white-column.big-padding {
		padding: 20px 26px 26px 26px;
	}

	#main .row .white-column.single-ticket .timeline .reply .reply-content .top span.date,
	#main .row .white-column.single-question .timeline .reply .reply-content .top span.date {
		float: none;
		display: block;
		margin-bottom: 5px;
	}

	#header .container .right.logged-menu {
		position: absolute;
		top: 7px;
		right: 10px;
		max-width: 50%;
	}
	

	#big-footer .footer .container,
	#small-footer .footer .container {
		padding-left: 10px;
		padding-right: 10px;
	}

	#big-footer .footer,
	#small-footer .footer {
		font-size: 12px;
		padding-top: 48px;
	}

	#big-footer .footer a.social,
	#small-footer .footer a.social {
		font-size: 24px;
		margin-right: 25px;
	}

	#big-footer .footer a.social:last-child,
	#small-footer .footer a.social:last-child {
		margin-right: 0;
	}

	#big-footer .footer .powered-legend,
	#small-footer .footer .powered-legend {
		margin-top: 10px;
	}
}

#header .dropdown-toggle {
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
}
.dropdown-toggle.btn-sm + .dropdown-menu > a.dropdown-item {
	font-size: 0.825rem;
  padding: 0.25rem 1rem;
}
.dropdown-toggle.btn-sm + .dropdown-menu > a.dropdown-item > i {
	color: #555;
	font-size: 12px !important;
	margin-right: 6px !important;
}
.dropdown-divider {
	margin: 0.3rem 0;
}