/*	Google WebFonts	*/
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic);


@font-face {
  font-family: 'Calibri';
  src: url('/lb-faveo/fonts/Calibri.eot?#iefix') format('embedded-opentype'),
  url('/lb-faveo/fonts/Calibri.woff') format('woff'),
  url('/lb-faveo/fonts/Calibri.ttf')  format('truetype'),
  url('/lb-faveo/fonts/Calibri.svg#Calibri') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Calibri-Light';
    src: url('/lb-faveo/fonts/Calibri-Light.eot');
    src: url('/lb-faveo/fonts/Calibri-Light.eot?#iefix') format('embedded-opentype'),
        url('/lb-faveo/fonts/Calibri-Light.woff2') format('woff2'),
        url('/lb-faveo/fonts/Calibri-Light.woff') format('woff'),
        url('/lb-faveo/fonts/Calibri-Light.ttf') format('truetype'),
        url('/lb-faveo/fonts/Calibri-Light.svg#Calibri-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}



/*-----------------------------------------------------------------------------------*/
/*	0.0 - Commons
/*-----------------------------------------------------------------------------------*/

::selection {
	background: #b00;
	color: #fff;
}
::-moz-selection {
    background: #b00;
    color: #fff;
}
body {
	font-family: 'Calibri-Light', sans-serif;
	background: linear-gradient(30deg, #018bbb 0%, #862f9f 90%);
}

html,body {
    height:100%;
}

a {
	color: #fff;
}
a:focus,
a:hover {
	color: #efefef;
}

img {
	max-width: 100%;
	height: auto;
}

pre {
	padding-top: 5.5px;
	background-color: rgba(0, 0, 0, 0.01);
	border-top-width: 5px;
	border-color: #eee;
	border-radius: 0;
}
pre:hover {
	border-color: #ddd;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4, 
.h5,
.h6 {
	font-family: inherit;
	font-weight: 400;
}


/*-----------------------------------------------------------------------------------*/
/*	1.0 - Bootstrap Custom
/*-----------------------------------------------------------------------------------*/

/*	1.1 - Button
/*-----------------------------------------------------------------------------------*/



.btn-custom {
	/* text-transform: uppercase; */
	color: #fff;
	background-color: #00c0ef;
	border-color: #00c0ef;
	border-radius: 20px;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.open .dropdown-toggle.btn-custom {
	color: #fff;
	background-color: #00c0ef;
	border-color: #00c0ef;
}
.btn-custom:active,
.btn-custom.active,
.open .dropdown-toggle.btn-custom {
	background-image: none;
}
.btn-custom.disabled,
.btn-custom[disabled],
fieldset[disabled] .btn-custom,
.btn-custom.disabled:hover,
.btn-custom[disabled]:hover,
fieldset[disabled] .btn-custom:hover,
.btn-custom.disabled:focus,
.btn-custom[disabled]:focus,
fieldset[disabled] .btn-custom:focus,
.btn-custom.disabled:active,
.btn-custom[disabled]:active,
fieldset[disabled] .btn-custom:active,
.btn-custom.disabled.active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom.active {
	background-color: #d3d3d3;
	border-color: #d3d3d3;
}
.btn-custom {
	padding-bottom: 5px;
	border-bottom-width: 2px;
	padding: 5px 30px 3px 30px;
}
.btn-custom:active,
.btn-custom.active {
	border-top-width: 2px;
	border-bottom-width: 1px;
}
.btn-lg.btn-custom {
	padding-bottom: 8px;
	border-bottom-width: 3px;
	border-radius: 4px;
}
.btn-lg.btn-custom:active,
.btn-lg.btn-custom.active {
	border-top-width: 3px;
	border-bottom-width: 1px;
}
.btn-sm.btn-custom,
.btn-xs.btn-custom {
	padding-bottom: 4px;
	border-bottom-width: 2px;
}
.btn-xs.btn-custom {
	/* font-size: 10px; */
	padding-bottom: 0;
	/* border-radius: 2px; */
	padding: 2px 20px;
}
.btn-sm.btn-custom:active,
.btn-sm.btn-custom.active,
.btn-xs.btn-custom:active,
.btn-xs.btn-custom.active {
	border-top-width: 2px;
	border-bottom-width: 1px;
}

.btn-custom-gray {
	background-color: #ccc;
	border-color: #ccc;
}

/*	Social Media	*/
.btn-social {
	padding: 4px 5px;
	background-color: #fff;
	color: #666;
	border-color: #ccc;
	border-radius: 1em;
	-webkit-transition: all 0.6s linear;
	transition: all 0.6s linear;
}
.btn-social > .fa-fw {
	padding-right: 0;
	text-align: center;
}
.btn-social:hover,
.btn-social:focus,
.btn-social:active {
	color: #fff;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active {
	background-color: #3c5fac;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active {
	background-color: #36b8da;
}
.btn-google-plus:hover,
.btn-google-plus:focus,
.btn-google-plus:active,
.btn-youtube:hover,
.btn-youtube:focus,
.btn-youtube:active {
	background-color: #c8302d;
}
.btn-vimeo:hover,
.btn-vimeo:focus,
.btn-vimeo:active {
	background-color: #20b9eb;
}
.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active {
	background-color: #2089b5;
}
.btn-flickr:hover,
.btn-flickr:focus,
.btn-flickr:active {
	background-color: #ff0084;
}
.btn-pinterest:hover,
.btn-pinterest:focus,
.btn-pinterest:active {
	background-color: #c91f27;
}
.btn-dribbble:hover,
.btn-dribbble:focus,
.btn-dribbble:active {
	background-color: #ea4c89;
}
.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram:active {
	background-color: #3f729b;
}
.btn-rss:hover,
.btn-rss:focus,
.btn-rss:active {
	background-color: #f27d09;
}
.btn-like:hover,
.btn-like:focus,
.btn-like:active {
	background-color: #338338;
}
.btn-dislike:hover,
.btn-dislike:focus,
.btn-dislike:active {
	background-color: #990707;
}

.btn.uploadIcon {
	line-height: 10px;
}
.btn.uploadIcon i {
	font-size: 16px;
}

.btn-blue {
	background-color: #00ace9;
	color: #fff;
	padding: 3px 6px;
}

/*	1.2 - Pagination
/*-----------------------------------------------------------------------------------*/

.pagination-custom {
	font-weight: 600;
}
.pagination-custom > li > a,
.pagination-custom > li > span {
	padding-bottom: 5px;
	color: #fff !important;
	background-color: #e73827 !important;
	border-color: #d30a0a !important;
	border-bottom-width: 2px;
}
.pagination-custom > li > a:focus,
.pagination-custom > li > a:hover,
.pagination-custom > li > a:active,
.pagination-custom > .active > a,
.pagination-custom > .active > span {
	background-color: #f5460f !important;
}
.pagination-custom > li > a:active,
.pagination-custom > .active > a,
.pagination-custom > .active > a:hover,
.pagination-custom > .active > a:focus,
.pagination-custom > .active > span,
.pagination-custom > .active > span:hover,
.pagination-custom > .active > span:focus {
	border-top-width: 2px;
	border-bottom-width: 1px;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.pagination-custom > .disabled > a,
.pagination-custom > .disabled > a:hover,
.pagination-custom > .disabled > a:focus,
.pagination-custom > .disabled > a:active,
.pagination-custom > .disabled > span,
.pagination-custom > .disabled > span:hover,
.pagination-custom > .disabled > span:focus,
.pagination-custom > .disabled > span:active {
	padding-top: 6px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 2px;
	background-color: #e73827 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.pagination-custom > li:first-child > a,
.pagination-custom > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination-custom > li:last-child > a,
.pagination-custom > li:last-child > span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}


/*	1.3 - Alert
/*-----------------------------------------------------------------------------------*/

.alert-custom {
	min-height: 5em;
	padding: 1em 1em 1em 5em;
	color: inherit;
	border-left-width: 5px;
	border-radius: 0;
}
.alert-custom h4 {
	margin-bottom: 5px;
}
.alert-custom .close {
	width: 24px;
	height: 24px;
	margin: -10px -10px 0 0;
	color: #fff;
	text-shadow: none;
	background: rgba(0, 0, 0, 0.4);
	border: 1px solid #fff;
	opacity: 0.5;
}
.alert-custom .close:hover,
.alert-custom .close:focus {
	color: #333;
	text-shadow: 0 1px 0 #ffffff;
	background: rgba(0, 0, 0, 0.3);
}
.alert-custom .fa {
	float: left;
	margin-left: -1.25em;
	font-size: 3em;
	text-shadow: 0 0 1px #fff;
}


/*	1.4 - Breadcrumb
/*-----------------------------------------------------------------------------------*/

.breadcrumb-custom {
	padding: 0 5px;
	background: none;
}
.breadcrumb-custom > li a {
	font-weight: 700;
}
.breadcrumb-custom > li:after {
	display: inline-block;
	content: "\f105";
	padding: 0 0.5em 0 0.6em;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	vertical-align: baseline;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	opacity: 0.75;
}
.breadcrumb-custom > li:before,
.breadcrumb-custom > li:last-child:after,
.breadcrumb-custom > .text:after {
	display: none;
}
.breadcrumb-custom > .text {
	padding-right: 1em;
}
.breadcrumb-custom > .active {
	font-weight: 600;
}
.ie .breadcrumb-custom > li:before,
.ie .breadcrumb-custom > li:after {
	display: none !important;
}
.ie .breadcrumb-custom > li a {
	margin-right: 0.75em;
}


/*-----------------------------------------------------------------------------------*/
/*	2.0 - Repeatable Patterns
/*-----------------------------------------------------------------------------------*/

/*	List	*/
ul.with-line-border > li,
ol.with-line-border > li {
	margin-bottom: 0.25em;
	padding-bottom: 0.25em;
	border-bottom: 1px solid #f4f4f4;
}

/*	Frames	*/
.video-frame {
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-frame iframe,
.video-frame embed,
.video-frame object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.map-frame,
.map-frame > * {	
	max-width: 100%;
}

/*	Form Border	*/
.form-border {
	background: #f4f4f4;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 20px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

/*	Section	*/
.section {
	margin-bottom: 30px;
}
.section-title {
	margin-top: 0;
	margin-bottom: 1em;
	padding-bottom: 0.25em;
	font-weight: 700;
	border-bottom: 1px solid #00ace9;
	position: relative;
}

.section-title h3 {
	margin-bottom: 7px;
}

.section-title > i.line {
	float: left;
	width: 35%;
	border-bottom: 1px solid #0044cc;
	position: absolute;
	bottom: -1px;
	display: none;
}

/*	Banner	*/
.banner-wrapper {
	font-size: 0.9em;
	padding: 20px;
	border: 1px solid #00c0ef;
	border-top-width: 5px;
	/*
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	*/
}
.banner-wrapper:hover {
	border-color: #009aba;
	background: rgba(0, 0, 0, 0.0185);
}
.banner-title,
.banner-content {
	text-shadow: 0 1px #fff;
}
.banner-content {
	margin: 1.5em 0.5em;
}
.banner-content .btn {
	text-shadow: none;
}

/*	Banner Horizontal	*/
.banner-horizontal {
	border-top-width: 1px;
	border-left-width: 5px;
}
.banner-horizontal .banner-title,
.banner-horizontal .banner-content {
	float: left;
	margin: 15px 0 0;
	line-height: 20px;
}
.banner-horizontal .banner-title {
	margin-top: 14px;
	margin-right: 0.5em;
	letter-spacing: -0.05em;
}
.banner-horizontal .btn {
	float: right;
	margin: 10px 0;
}

/*	Accordion	*/
.accordion {
	margin-bottom: 30px;
}
.accordion .panel {
	margin-top: 0 !important;
	border-bottom-color: #eee;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.accordion .panel:first-child {
	border-top-color: #eee;
}
.accordion .panel-heading,
.accordion .panel-body {
	padding-left: 20px !important;
}
.accordion .panel-body {
	padding-top: 0 !important;
	border: 0 !important;
}
.accordion .accordion-toggle > .fa-fw {
	margin-left: -20px;
	margin-right: 0;
	text-decoration: none !important;
}
.accordion .accordion-toggle:not(.collapsed) {
	color: inherit !important;
	text-decoration: none !important;
	cursor: default;
}
.accordion .accordion-toggle:not(.collapsed) > .fa-fw:before {
	content: "\f0da";
}


/*-----------------------------------------------------------------------------------*/
/*	3.0 - Basic Structure
/*-----------------------------------------------------------------------------------*/

@media (min-width: 1200px) {
	.container {
	    width: 1190px;
	}
}
@media (min-width: 1490px) {
	.container {
	    width: 1486px;
	}
}

.site {
	background: hsla(0,0%,100%,.2);
	height: 100%;
}

.site-main {
	/* margin-top: -35px; */
	position: relative;
	z-index: 1;
}
.site-main .content-area {
	padding: 30px;
	/* background-color: hsla(0,0%,100%,.2); */
	border-radius: 4px;
}

.breadcrumb {
	margin: 10px 0;
	font-size: 0.85em;
}
.breadcrumb,
.breadcrumb a,
.breadcrumb > .active {
	color: #fff;
}
.breadcrumb a:hover,
.breadcrumb > .text {
	color: #ffc;
}

.contentHolder:not(.transperant) {
	background-color: #fff;
	padding-left: 45px;
	padding-right: 5px;
}


.site-content {
	overflow-y: scroll !important;
	height: 200px;
	padding-right: 34px;
	padding-top: 7px;
	padding-left: 0;
}

/*
.site-content:not(.transperant) {
	background-color: #fff;
	padding-left: 45px;
	padding-right: 39px;
	padding-top: 7px;
}
*/

/*
.site-content::-webkit-scrollbar-track {
    width: 10px;
}
*/

.site-content::-webkit-scrollbar {
    width: 7px;
    margin-left: 5px;
    margin-right: 5px;
}


.site-content::-webkit-scrollbar-thumb {
    background-color: #d6d7d8;
    border-radius: 5px;
}

.pageTitle {
	border-bottom: 1px solid #00ace9;
	font-weight: bold;
	padding-bottom: 5px;
}

/*-----------------------------------------------------------------------------------*/
/*	4.0 - Header
/*-----------------------------------------------------------------------------------*/

/*	4.1 - Site Header
/*-----------------------------------------------------------------------------------*/

.site-header {
	/* background: #f9f9f9; */
	padding: 70px 0 0;
	border-bottom: 1px solid rgba(255,255,255, 0.2);
	padding-bottom: 6px;
	margin-bottom: 18px;
}
.site-logo {
	margin-bottom: 30px;
	min-height: 50px;
	line-height: 58px;
	margin-top: 3px;
	font-size: 38px;
	letter-spacing: 0.6px;
}
.site-logo img {
	margin-right: 8px;
}
.mainHeaderTitle {
	font-weight: bold;
}


/*	4.2 - Navigation
/*-----------------------------------------------------------------------------------*/

.navbar-wrapper {
	position: relative;
	margin-bottom: 30px;
}
.site-navigation {
	margin-bottom: 0;
	display: inline-block;
	background: rgba(255,255,255, 0.2);
	border-color: #eee;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	border: 0;
	margin-top: 1px;
}
.site-navigation > ul {
	margin: 0;
}
.site-navigation li > a {
	color: inherit;
}
.site-navigation li > a > i.sub-indicator {
	padding-right: 0;
}
.site-navigation li.active > a,
.site-navigation li:hover > a,
.site-navigation li > a:hover,
.site-navigation li > a:focus {
	background: none !important;
	color: #f0f0f0 !important;
}
.site-navigation > ul > li > a {
	padding-top: 17px;
	/* border-top: 3px solid transparent; */
	border-right: 1px solid #eee;
	color: #fff !important;
	font-size: 19px;
	font-weight: normal;
	padding-bottom: 14px;
	padding-left: 29px;
	padding-right: 29px;
}

.site-navigation > ul > li > a.sf-with-ul {
	padding-right: 17px;
}

.site-navigation > ul:last-of-type > li:last-of-type > a {
	border-right: 0;
}
.site-navigation > ul > li.active > a,
.site-navigation > ul > li:hover > a,
.site-navigation > ul > li > a:hover,
.site-navigation > ul > li > a:focus {
	border-top-color: #ddd;
}

/*	Sub Menu	*/
.site-navigation .dropdown-menu {
	/* margin-left: -1px; */
	padding: 0;
	text-align: left;
	border-color: #eee;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.site-navigation .dropdown-menu > li {
	position: relative;
}
.site-navigation .dropdown-menu > li > a {
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
}
.site-navigation .dropdown-menu > li:last-child > a {
	border-bottom: 0;
}
.site-navigation .dropdown-menu li > a > i.sub-indicator:before {
	content: "\f105";
}
.site-navigation .dropdown-menu .dropdown-menu {
	margin-top: -1px;
	margin-left: -10px;
	top: 0;
	left: 100%;
}
.site-navigation .dropdown-menu.sub-menu a:not(.btn) {
	color: #777;
}

.site-navigation .dropdown-menu.sub-menu a:not(.btn):hover {
	color: #a0a0a0 !important;
}

/*	User not Login	*/
.site-navigation .navbar-login a:not(.collapsed) {
	color: #b00;
	border-top-color: #ddd;
}
.site-navigation .navbar-login a:not(.collapsed) > i.sub-indicator:before {
	content: "\f139";
}
.site-navigation .login-form.collapse {
	visibility: hidden;
}
.site-navigation .login-form.in {
	visibility: visible;
}
.site-navigation .login-form {
	width: 225px;
	padding: 15px;
	background: #fff;
	border: 1px solid #eee;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	position: absolute;
	top: 100%;
	right: -1px;
	z-index: 9999;
}
.site-navigation .login-form ul {
	margin: -3px 0;
	font-size: 0.9em;
}

/*	User Login	*/
.site-navigation .navbar-user .dropdown-menu {
	left: auto;
	right: -1px;
}
.site-navigation .user-menu {
	width: 210px;
	padding-top: 30px;
	border: 0;
	color: #a2a2a2;
	padding: 27px 17px;
	padding-bottom: 20px;
}



.site-navigation .user-menu .banner-content {
	margin-bottom: 0;
	margin-top: 15px;
}
.site-navigation .user-menu .avatar {
	border: 1px solid #fff;
	border-bottom-width: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	padding-top: 1px;
	margin-bottom: 13px;
}

.site-navigation .user-menu span {
	font-size: 20px;
}

.site-navigation .user-menu .banner-title {
	color: #696f87;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 20px;
}


/*	4.3 - Search Form
/*-----------------------------------------------------------------------------------*/

.site-search .search-form {
	position: relative;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.site-search .form-border {
	width: 100%;
	background: #fff;
	border-color: #eee;
	border-radius: 3px;
	padding: 10px;
	z-index: 999;
}
.site-search .form-inline .form-group,
.site-search .search-field,
.site-search .search-submit {
	width: 100%;
}
.site-search .search-field,
.site-search .search-submit {
	border-radius: 4px;
}
.site-search .search-field.loading {
	background: url(../img/loader.gif) 99% center no-repeat;
}
.site-search .search-advance {
	margin-top: 10px;
	display: none;
}
.site-search .search-advance .form-group {
	min-height: 34px;
}
.site-search .search-advance-button {
	display: none;
	width: 2em;
	height: 2em;
	margin: -1em;
	background: #fff;
	text-decoration: none !important;
	border-radius: 1em;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 100%;
	left: 50%;
}

/*	Search Suggestions	*/
.autocomplete-suggestions {
    padding: 5px 0;
    background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	overflow: auto;
}
.autocomplete-suggestion {
    background: #fff;
    padding: 0.5em 1em;
    cursor: pointer;
}
.autocomplete-suggestion:hover {
    background-color: #f4f4f4;
}
.autocomplete-suggestion strong {
	font-weight: 600;
}


/*-----------------------------------------------------------------------------------*/
/*	5.0 - Content
/*-----------------------------------------------------------------------------------*/

.entry-title,
.archive-title,
.error-title {
	font-weight: 700;
	margin-top: 0;
}
.entry-header,
.archive-header {
	margin-bottom: 1.5em;
	border-bottom: 1px solid #eee;
}


/*	5.1 - Entry
/*-----------------------------------------------------------------------------------*/

.hentry {
	margin-bottom: 30px;
}
.entry-footer {
	margin-top: 1em;
	padding-top: 0.5em;
	border-top: 1px solid #eee;
}
.entry-meta > * {
	display: inline-block;
	margin-right: 1em;
}
.entry-meta a {
	color: inherit;
}
.entry-header .entry-meta {
	margin-bottom: 1em;
}
.entry-thumbnail,
.entry-content .video-frame,
.entry-content .map-frame {	
	width: 100%;
	position: relative;
	top: -1.5em;
}
.entry-attribute {
	margin-bottom: 3em;
	border-bottom: 1px solid #eee;
	line-height: 2.35em;
}
.entry-attribute strong {
	text-transform: uppercase;
}
.entry-attribute ul.pull-left {
	margin-right: 0.75em;
}
.entry-attribute ul.pull-right {
	margin-left: 0.75em;
}
.entry-attribute ul > li {
	padding: 0;
}
.entry-attribute ul > li > a {
	color: #666;
	background: #eee;
	border-color: transparent;
	border-radius: 0;
}
.entry-attribute ul.rate-average {
	margin-left: 0.25em;
	margin-right: 0.5em;
}
.entry-attribute ul.rate-average > li {
	float: left;
}


/*	5.2 - Archives
/*-----------------------------------------------------------------------------------*/

.archive-description {
	background: #f9f9f9;
	margin-bottom: 2em;
}
.archive-list {
	margin-bottom: 20px;
}
.archive-list .hentry {
	border-bottom: 1px solid #eee;
}
.archive-list .entry-header {
	margin-bottom: 0;
	border-bottom: 0;
}
.archive-list .entry-footer {
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: 0;
	border-top: 0;
}
.archive-list .entry-thumbnail {
	width: 100%;
	margin-bottom: 20px;
	top: auto;
}
.archive-footer {
	margin-bottom: 30px;
}
.archive-footer .pagination {
	margin-top: 0;
	margin-bottom: 10px;
}

/*	Articles Archive	*/
.archive-article .hentry {
	margin: 0;
	padding-top: 1em;
	padding-left: 3em;
}
.archive-article .entry-title {
	margin-bottom: 0.25em;
}
.archive-article .entry-header > .fa-fw {
	margin-left: -1.5em;
	margin-right: 0;
}


/*	5.3 - Homepage
/*-----------------------------------------------------------------------------------*/

/*	Features	*/
.features .banner-wrapper {
	margin: 30px 0;
	font-size: 1em;
	border-color: transparent;
	background-color: #eee;
	background: rgba(255, 255, 255, 0.6);
}
.features .banner-wrapper:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.8);
}
.features .banner-content {
	margin: 0;
}
.features .banner-title,
.features .banner-content {
	text-shadow: 0 1px rgba(255, 255, 255, 0.3);
}

/*	Categories	*/
.box-categories {
	margin-bottom: 30px;
}
.box-categories .section-title {
	margin-bottom: 0.5em;
}
.box-categories .section-title > i.line {
	width: 1.15em;
}
.box-categories .section-title small {
	line-height: 1.15em;
}
.box-categories  .fa-ul > li {
	margin-bottom: 0.5em;
}
.box-categories  .fa-ul > li > * {
	margin: 0;
	line-height: inherit;
}
.box-categories  .more-link {
	height: 11px;
	border-bottom: 1px solid #eee;
}

/*	List Articles	*/
.site-content .section .fa-ul > li {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #eee;
}
.site-content .section .fa-ul > li > * {
	margin: 0;
	line-height: inherit;
}
.site-content .section .fa-ul > li > .meta > * {
	display: inline-block;
	margin-right: 1em;
}
.site-content .fa-ul > li a {
	color: inherit;
}

#dashboard {
	display: flex;
	flex-direction: column;
	height: 100%;
	max-height: 700px;
	padding-bottom: 32px;
}

#dashboard .dashboard-group {
	flex: 1;
	display: flex;
	flex-direction: column;
}

#dashboard .dashboard-group > div {
	flex: 1;
}

#dashboard a {
	display: inline-block;
	width: 204px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.2);
	background-repeat: no-repeat;
	color: #fff;
	padding: 7px 16px;
	font-size: 20px;
	background-size: 70px;
	background-position: 56% 56%;
	margin-right: 15px;
	position: relative;
}

#dashboard a::before {
	content: "";
	width: 100%;
	height: 59%;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	margin-top: 16%;
	margin-left: -8%;
}

#dashboard a.submitATicket::before {
	background-image: url('/lb-faveo/media/images/new/icon_creat_ticket.png');
	background-position: 49% 54%;
	margin-top: 14%;
	margin-left: -2%;
}

#dashboard a.submitAClaim::before {
	background-image: url('/lb-faveo/media/images/new/icon_submit_claim.png');
	background-position: 49% 54%;
	margin-top: 18%;
	margin-left: -8%;
}

#dashboard a.myTickets::before {
	background-image: url('/lb-faveo/media/images/new/icons_my_tickets.png');
	background-position: 49% 54%;
	margin-top: 18%;
	margin-left: -8%;
}

#dashboard a.knowledgebase::before {
	background-image: url('/lb-faveo/media/images/new/icon_knowlegde_base.png');
	background-position: 49% 54%;
	margin-top: 18%;
	margin-left: -8%;
}

#dashboard a.dashboard::before {
	background-image: url('/images/dashboard_icon.png');
	background-position: 49% 54%;
	margin-top: 18%;
	margin-left: -8%;
}

@media (max-height: 600px) {
	#dashboard a::before {
		content: none;
	}

	#dashboard {
		display: block;
	}

	#dashboard a {
		display: inline-block;
		height: auto;
		padding-left: 32px;
	}

	#dashboard a.dashboard {
		background-image: url('/images/dashboard_icon.png');
		background-position: 4% 54%;
		background-size: 22px;
	}
	
	#dashboard a.submitATicket {
		background-image: url('/lb-faveo/media/images/new/icon_creat_ticket.png');
		background-position: 4% 46%;
		background-size: 22px;
	}
	
	
	#dashboard a.submitAClaim {
		background-image: url('/lb-faveo/media/images/new/icon_submit_claim.png');
		background-position: 4% 50%;
		background-size: 22px;
	}
	
	#dashboard a.myTickets {
		background-image: url('/lb-faveo/media/images/new/icons_my_tickets.png');
		background-position: 4% 50%;
		background-size: 22px;
	}
	
	#dashboard a.knowledgebase {
		background-image: url('/lb-faveo/media/images/new/icon_knowlegde_base.png');
		background-position: 4% 50%;
		background-size: 22px;
	}
}


/*	5.4 - 404
/*-----------------------------------------------------------------------------------*/

.error-title {
	margin-bottom: 0.1em;
	font-size: 5em;
	letter-spacing: -0.01em;
}
.ie .error-title .icon-frown {
	display: none;
}
.ie .error-title .visible-print {
	display: inline-block !important;
}
.error404 .search-form .form-group {
	min-width: 35%;
}


/*	5.5 - Comments
/*-----------------------------------------------------------------------------------*/

.comments-area {
	margin-bottom: 30px;
}
.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.ie .comment-list {
	margin-bottom: 30px;
}

.comment-list:first-of-type {
	margin-top: 10px;
}

.comment-list > .comment > .comment-body {
	/*margin-top: 20px;*/
	padding-top: 0;
	padding-bottom: 20px;
}
.comment-list > .comment > .comment-body .holder {
	border-radius: 20px;
	background-color: #d1f3ff;
}
/*.comment-list > .comment:first-child > .comment-body {
	margin-top: 20px;
}
.comment-list > .comment:last-child > .comment-body {
	margin-bottom: 30px;
}*/
.comment-content > ul,
.comment-content > ol {
	/*margin-bottom: 10px;*/
}

.comment-author .fn {
	font-size: 1.15em;
}
.comment-author .fn,
.comment-author .fn a {
	color: inherit;
	text-decoration: none !important;
}
.comment-author .avatar {
	float: left;
	margin-left: -53px !important;
	margin-top: -4px;
	background-color: #17a8d7;
	box-shadow: none !important;
	border: 0 !important;
	border-radius: 20px;
	padding: 3px;
}

.comment-author .avatarTooltip {
	float: left;
	background-color: #17a8d7;
	box-shadow: none !important;
	border: 0 !important;
	border-radius: 20px;
	padding: 3px;
	margin-right: 10px;
}
.comment-meta {
	margin-bottom: 0.3em;
	padding: 10px 10px 5px 10px;
	margin-left: 1em;
	margin-right: 1em;
	border-bottom: 1px solid #fff;
}

.comment-meta .col-sm-6:first-of-type {
	padding-left: 5px;
}
.comment-meta .col-sm-6:last-of-type {
	padding-right: 5px;
}

.comment-body:hover > .comment-meta {
	border-color: #ccc;
	background: rgba(0, 0, 0, 0.0185);
}

.comment-content {
	padding-left: 15px;
	padding-bottom: 10px;
}

.comment-content .documents {
	background-color: #fff;
	border-radius: 10px;
	padding: 5px;
	margin-right: 14px;
	cursor: pointer;
}

.comment-content .documents > div.float-left {
	float: left;
}

.comment-content .documents > div.float-left:nth-child(2) {
	margin-top: 9px;
	font-weight: bold;
}

/*	User Login	*/
.comment-form .user-data {
	margin-bottom: 20px;
	padding: 15px 5px 3px;
	background: rgba(255, 255, 255, 0.5);
	border-color: #ddd;
}
.comment-form .user-data .avatar {
	border: 1px solid #fff;
	border-bottom-width: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.comment-form .user-data .btn {
	margin-top: 5px;
}


.comment-author .tooltip {
	left: -48px !important;
}

.comment-author .tooltip-arrow {
	display: none;
}

.comment-author .tooltip-inner {
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	padding: 10px;
	color: #333;
	min-width: 200px;
}

.comment-author .tooltipInfo {
	float: left;
	font-style: italic;
	text-align: left;
}

.comment-author .tooltipInfo div:first-of-type {
	font-weight: bold;
	font-style: normal;
}

/*-----------------------------------------------------------------------------------*/
/*	6.0 - Widgets
/*-----------------------------------------------------------------------------------*/

/*	Categories	*/
.nav-categories li a {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: inherit;
	border: 1px solid #eee;
	border-radius: 0;
}
.nav-categories li .badge {
	font-weight: 300;
	background: #009aba;
}

/*	Tags	*/
.widget-area .btn-tag {
	margin-bottom: 0.5em;
	color: #333;
	border-color: #c5c5c5;
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	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 */
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.widget-area .btn-tag:hover,
.widget-area .btn-tag:active {
  background: #e6e6e6;
}

/*	On Footer	*/
.site-footer .widget-area {
	margin-top: 30px;
}


/*-----------------------------------------------------------------------------------*/
/*	7.0 - Footer
/*-----------------------------------------------------------------------------------*/

/*	7.1 - Site Footer
/*-----------------------------------------------------------------------------------*/

.site-footer {
	padding: 1em 0;
	padding-top: 20px;
	background: #fcfcfc;
	border-top: 1px solid #eee;
}
.site-info {
	font-size: 0.9em;
}
.site-info a {
	color: inherit;
}
.site-social li {
	padding-left: 1px;
	padding-right: 1px;
}

/*	7.2 - Twitter Feed
/*-----------------------------------------------------------------------------------*/

.twitterbar {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: relative;
	z-index: 999;
}
.tweets-border {
	clear: both;
	width: 100%;
	padding: 10px 10px 13px 10px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	z-index: 999;
}
.tweets {
	width: 100%;
	position: relative;
}
.tweets .meta:before {
	content: "\2002\2014\2002";
	color: #ccc;
}
.tweets .meta {
	display: inline-block;
	font-style: italic;
}
.follow-button {
	width: 100%;
}
.twitterbar .tweets-icon {
	width: 8%;
	margin-top: 5px;
}
.twitterbar .tweets-control {
	width: 9%;
	margin-top: 40px;
	margin-bottom: 0;
}
.twitterbar .tweets-control li {
	padding-left: 0;
	padding-right: 0;
}
.twitterbar .tweets-control a {
	padding: 2px 3px;
	color: #ccc;
	border-color: #eee;
}
.twitterbar .tweets-control a:hover {
	color: #999;
	border-color: #ddd;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

/**
 * 		BOX
 */

.box {
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.box-header.with-border {
	border-color: #00ace9;
	padding: 0;
}


.box-body {
	padding-left: 0;
	padding-right: 0;
}

.box-footer {
	border-color: #00ace9;
	padding-left: 0;
}

/**
 * 		FORM INPUT SELECT AND ETC
 */


.form-group span.glyphicon {
	color: #00ace9;
}

/*-----------------------------------------------------------------------------------*/
/*	8.0 - Media Queries
/*-----------------------------------------------------------------------------------*/

@media (min-width: 992px) {
	#logo {
		float: left;
		margin-bottom: 0;
	}
	#navbar {
		float: right;
	}
	.site-search {
		clear: both;
		margin-top: -35px;
	}
	.site-search .form-border {
		width: 80%;
		margin: 0 -40%;
		top: 0;
		left: 50%;
	}
	.breadcrumb {
		width: 80%;
		margin: 20px 10%;
	}
	.comment-form textarea {
		height: 182px;
	}
	.site-info {
		margin-top: 5px;
	}
	.tweets-border {
		width: 80%;
		margin: 0 -40%;
		top: 0;
		left: 50%;
	}
	.tweets-border:before,
	.tweets-border:after {
		content: "";
		display: block;
		float: left;
		width: 0; 
		height: 0; 
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent; 	
		border-right: 12px solid #fff;
		position: absolute;
		top: 8px;
		right: 100%;
	}
	.tweets-border:before {
		border-width: 9px 13px 9px 0;
		border-right-color: #ddd;
		top: 7px;
	}
}

@media (max-width: 991px) {
	.comment-form .user-data {
		padding-left: 20px;
		padding-right: 20px;
	}
	.comment-form .user-data .banner-title,
	.comment-form .user-data .banner-content {
		margin-top: 0;
		text-align: left;
	}
	.comment-form .user-data .avatar {
		float: left;
		margin-right: 20px;
	}
	.site-info,
	.site-social {
		text-align: center;
	}
	.twitterbar .tweets-icon {
		width: 2em;
		margin: 0;
		position: absolute;
		top: 10px;
		left: 10px;
		z-index: 1000;
	}
	.twitterbar .tweets-control {
		display: none !important;
	}
}

@media (min-width: 768px) {
	#navbar .site-navigation select {
		display: none !important;
	}
	.site-search .form-border {
		position: absolute;
	}
	.site-search .form-inline .form-group {
		width: 85%;
	}
	.site-search .form-horizontal .form-group {
		margin-bottom: 0;
	}
	.site-search .search-submit {
		width: 14%;
	}
	.archive-list .entry-thumbnail {
		width: 45%;
		margin-right: 20px;
		margin-bottom: 10px;
	}
	.error404 {
		padding-top: 1em;
		padding-bottom: 1em;
	}
	.error404 .error-title {
		font-size: 10em;
	}
	.comment-body {
		margin-left: 11px;
		/*padding: 20px 0 20px 25px;*/
		position: relative;
		/*border-bottom: 1px dotted #ccc;*/
		border-left: 3px solid #f5f5f5;
	}
	.comment-list .children {
		margin-left: 70px;
	}
	.comment-body {
		padding-left: 25px;
	}
	.comment-author .avatar {
		margin-left: -90px;
		margin-top: -9px;
		border: 1px solid #fff;
		border-bottom-width: 4px;
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	}
	.comment-reply {
		position: absolute;
		top: 32px;
		right: 15px;
	}
	.comment-list > .comment > .comment-body .comment-reply {
		top: 12px;
	}
	.twitterbar {
		clear: both;
		margin-top: -55px;
		margin-bottom: 70px;
	}
	.tweets-border {
		position: absolute;
	}
	.tweets {
		width: 85%;
		height: 45px;
		margin-bottom: 0;
	}
	.follow-button {
		width: 14%;
		padding-left: 5px;
		padding-right: 5px;
	}
	.tweets .item {
		display: block;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.7s ease-in-out 0.3s;
		-moz-transition: all 0.7s ease-in-out 0.3s;
		transition: all 0.7s ease-in-out 0.3s;
		position: absolute;
		top: 0;
		left: 0;
	}
	.tweets .item.active {
		opacity: 1;
		visibility: visible;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.tweets .item {
		left: 2.5em;
	}
}

@media (max-width: 767px) {
	.form-border {
		padding: 15px;
	}
	.site-hero {
		min-height: 65px;
		padding-top: 0;
	}
	.site-navigation ul.navbar-menu {
		display: none !important;
	}
	.site-navigation {
		display: block;
		border-radius: 4px;
		min-height: 1em;
	}
	.site-navigation select.navbar-menu {
		margin: 0;
		padding-left: 10px;
	}
	.navbar-wrapper,
	.site-navigation {
		position: static;
	}
	.site-navigation .navbar-login,
	.site-navigation .navbar--user {
		background: #fff;
		border: 1px solid #eee;
		-webkit-box-shadow: 0 1px 3phadow: 0 1px 3px rgba(0, 0, 0, 0.05);
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
		position: absolute;
		top: 0;
		right: 0;
	}
	.site-navigation .navbar-login > li > a,
	.site-navigation .navbar-user > li > a {
		padding-top: 3px;
		padding-bottom: 3px;
		border-top-width: 1px;
	}
	.site-navigation .login-form {
		top: 28px;
		right: 1px;
		z-index: 1000;
	}
	.site-navigation .login-form,
	.site-navigation .navbar-user > li > .dropdown-menu {
		display: none !important;
		opacity: 0 !important;
		visibility: hidden !important;
	}
	.site-navigation .login-form.in,
	.site-navigation .login-form.collapsing,
	.site-navigation .navbar-user > .opened > .dropdown-menu {
		display: block !important;
		opacity: 1 !important;
		visibility: visible !ibility: visible !important;
		height: auto o !important;
	}
	.site-navigation .navbar-user > .opened > a {
		color: #b00 !immportant;
		border-top-color: #}
	.site-navigation .navbar-user > li > a > i.sub-indicator:before {
		conent: "\f13a";
	}
	.site-navigation .navbar-user > .opened > a > isub-indicator:before {
{
		
		content: "\f139";
	}
	.site-search .form-group {
		margin-bottom: 10px;
	}
	.site-search .search-submit {
		float: none !important;
	}
	.site-search .search-advance,
	.site-search .search-advance-button {
		display: none !important;
	}
	.comment-body {
		margin-bottom: 30px;
		border-bottom: 1px solid #ddd;
	}
	.comment-author .avatar {
		margin-right: 15px;
	}
	.comment-reply {
		height: 1em;
	}
	.tweets,
	.followbutton {
		float: none !important;
	}
	.tweets .item {
		min-height: 2em;
		padding-left: 2.5em;
	}
}


/*-----------------------------------------------------------------------------------*/
/*	9.0 - Print
/*-----------------------------------------------------------------------------------*/

@media print {
	@page {
		size: auto;
		margin: 5mm 10mm;
	}
	.alert-custom .close,
	#navbar,
	#header-search,
	#respond,ond,
	.breadcrumb,
	.entr-attributribute,
	.comment-reply,
	.site-sidebar,
	.twitterbar,
	.widget-area,
	.site-social {
		display: none;
	}
	.btn-custom,
	.pagination-custom > li > a,
	.pagination-custom > li > span {
		background-color: #fff !important;
		border-colckground-color: #fff !important;
		border-color: #aaa !important;
	}
	.alert-custom {
		padding-left: 1em;
	}
	.banner-wrapper {
		border-color: #ddd !important;
	}
	.accordion .panel-collck !important;
	}
	.video-frame {
		text-align: center;
		border: 1px solid #ccc !important;
	}
	.video-frame:before {
		content: "V I D E O";
		font-size: 3em;
		font-weight: bold;
		color: #eee;
	}
	.site-header {
		/* border-bottom: 1px solid #eee; */
	}
	.site-logo {
		margin-bottom: 0;
	}
	.content-area {
		padding: 0 !important;
	}
	.archive-list .entry-thumbnail {
		width: 47%;
		margin-right: 20px;
		margin-bottom: 10px;
	}
	.archive-article .hentry {
		padding-left: 0;
	}
	.site-footer {
		border: 0;
	}
}


/*----------------------------------------------------------------------------------0Ivaylo Nikolov
/*--------------------------------------------------------------------------*/*/


.rating5Stars {
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: center;
}
.rating5Stars > span {
  display: inline-block;
  position: relative;
  width: 1.1em;
   font-size: 50px;
}
.rating5Stars > span.active:before,
.rating5Stars > span:hover:before,
.rating5Stars > span.active ~ span:before,
.rating5Stars > span:hover ~ span:before {
   content: "\2605";
   position: absolute;
   font-size: 50px;
   color: #f1c40f;
}


.rating5StarsStatic {
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: center;
  display: inline-block;
}
.rating5StarsStatic > span {
  display: inline-block;
  position: relative;
  width: 1.1em;
   font-size: 40px;
   line-height: 25px;
}
.rating5StarsStatic > span.active:before,
.rating5StarsStatic > span.active ~ span:before {
   content: "\2605";
   position: absolute;
   font-size: 40px;
   color: #f1c40f;
}


.site-logo a {
	color: #fff;
}

/*header #header-search .search-submit {*/ 
.btn-info, .btn-custom, .btn-primary {
	/* background-color: #999999; */
	/* border-radius: 0px !important; */
	/* border-color: #999999; */
}

.btn-info:hover, .btn-custom:hover, .btn-primary:hover {
	background-color: #b7b7b7;
	border-color: #b7b7b7;
}

#corewidgetbox .widgetrow a {
	border-radius: 0px;
}
/*
#section-banner .banner-wrapper {
	border: 1px so
*/
*
.clear {
	clear: both;
	width: 0;
	height: 0;
}

/**************************************************
 *			WELCOME
 ************************************************/
.centerFrame {
	display: table;
	height: 100%;
	width: 100%;
}

.centerFrame .middle {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	top: -15%;
}
.centerFrame .inner {
	background-color: rgba(255,255,255,0.2);
	padding: 3px 15px 15px 15px;
	text-align: center;
	color: #fff;
	margin-left: auto;
 	margin-right: auto;
 	width: 406px;
}

.centerFrame .row.radioButton > div {
	padding-left: 30px;
}

.centerFrame .row.button > div {
	margin-top: 10px;
}


.centerFrame a {
	text-decoration: underline;
}

/**
 * My Tickets
 */

.nav-tabs-custom {
	box-shadow: none;
	border-bottom: 1px solid gainsboro;
}

.nav-tabs-custom .nav-tabs li a {
	color: #555;
}


.nav-tabs-custom .nav-tabs li.active a {
	color: #00ace9;
}


.tab-content a {
	color: #00ace9;
}

table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_desc:after,
table.dataTable thead th.sorting_asc:after {
	color: #00ace9;
	opacity: 1;
	top: 4px;
}

.pagination {
	background-color: #00ace9;
	padding: 5px;
	border-radius: 20px;
}
.pagination > .active > a,
.pagination > .disabled > a,
.pagination > li > span,
.pagination > .disabled > span,
.pagination > .active > span,
.pagination > li > a {
	background-color: #00ace9;
	color: #fff;
	border: 0;
	border-left: 1px solid #fff;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 0;
}


.pagination > li > a:hover, 
.pagination > li > span:hover, 
.pagination > .disabled > span:hover, 
.pagination > .disabled > a:hover, 
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
	background-color: #00ace9;
	color: #555;
	border-left: 1px solid #fff;
}

.pagination > li:first-of-type span,
.pagination > li:first-of-type span:hover,
.pagination > li:first-of-type a:hover,
.pagination > li:first-of-type a {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border: 0;
}
.pagination > li:last-of-type span,
.pagination > li:last-of-type span:hover,
.pagination > li:last-of-type a:hover,
.pagination > li:last-of-type a {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-left: 1px solid #fff;
}

.dataTables_wrapper > .row > .col-sm-6:first-of-type {
	text-align: right;
	width: 100%;
}
.dataTables_wrapper > .row > .col-sm-6:last-of-type {
	display: none;
}

.btn-search {
	background-color: #fff;
	color: #00ace9;
	font-size: 23px;
	border: 1px solid gainsboro;
	padding-top: 0;
	padding-bottom: 0;
}

.searchBox {
	margin-bottom: 20px;
	margin-top: 20px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-style: italic;
    color: #ccc;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-style: italic;
    color: #ccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
    font-style: italic;
    color: #ccc;
}


/**
 * Ticket details
 */

.callout.callout-custom {
	border-color: #00ace9;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #f2f2f2 !important;
}

.ticketNumber {
	font-size: 18px;
}

#refresh {
	min-height: auto;
}

#refresh .table {
	margin-bottom: 0;
}

#refresh .table > tbody > tr > td, 
#refresh .table > tfoot > tr > td {
	border-color: #bababa;
	width: 50%;
}

.comment-respond {
	padding: 0;
	background-color: #f2f2f2;	 
	border: 0;
}

.comment-respond .section-title {
	border: 0;
	font-size: 18px;
	color: #00ace9;
	border-left: 5px solid #00ace9;
	border-radius: 3px;
	padding: 5px;
	margin-bottom: 0;
	font-weight: bold;
}

#ticketReplyFormHolder {
	margin: 0 11px 11px 11px;
	border-top: 1px solid #00ace9;
	padding-top: 11px;
	padding-bottom: 11px;
}

#ticketReplyFormHolder .cke_top {
	background: #f2f2f2;
	border: 0;
	box-shadow: none;
	padding: 0;
}


#ticketReplyFormHolder .cke {
	border: 0;
	box-shadow: none;
}


#ticketReplyFormHolder .cke_bottom {
	box-shadow: none;
	border: 0;
	background: #fff;
}


#downloadDocuments .modal-content {
	border-radius: 20px;
}


#downloadDocuments .modal-header {
	padding: 15px 0 5px 0;
	margin: 0 15px;
	border-bottom-color: #00ace9;
}

#downloadDocuments .modal-title {
	font-size: 15px;

}

#downloadDocuments table {
	width: 100%;
}


#downloadDocuments table th:first-of-type {
	width: 30px;
}

#downloadDocuments .modal-footer {
	border: 0;
}

.modal-dialog-center {
    margin-top: 10%;
}


blockquote a {
	color: #000;
	text-decoration: underline;
}

blockquote a:hover {
	color: #000;
	text-decoration: none;
}

.blue-link-underscore { 
	color: #00ace9;
	text-decoration: underline;
}

.blue-link-underscore:hover { 
	color: #00ace9;
}

.ticketDescriptionClient a {
	color: #00ace9;
}

.ticketDescriptionClient a:hover {
	text-decoration: underline;
}