/**
 * Template general CSS file for FSY 4.0
 * @template Ocean
 * @version 1.2
 * @author Wikinggruppen
 * @url http://www.wikinggruppen.se/
 */

/* ==========================================================================
   Template
   ========================================================================== */

.ocean-wave {
	background-image: url(/design/bg/white_wave.png);
	background-repeat: no-repeat;
	background-position: top right;
}

/* ==========================================================================
   Main
   ========================================================================== */

.page-wrapper {
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}

.page-wrapper--margin {
	padding: 0 20px;
}

.page-headpart {
	position: relative;
	padding: 25px 18px;
}

.header-dateholder {
	position: absolute;
	right: 18px;
	bottom: 5px;
	line-height: 1.5;
	overflow: hidden;
}

.header-dateholder-min {
	display: none;
}

.header-dateholder-max {
	display: inline-block;
}

.header-logotext {
	font-size: 1em;
	white-space: normal;
}

.header-logotext a,
.header-logotext a:hover {
	opacity: 1;
}

.header-logoholder {
	padding-top: 11px;
}

.header-logo {
	height: 57px !important;
	width: auto !important;
}

.page-nav > li > a {
	padding: 11px 15px;
}

.page-nav > li:last-child > a {
	box-shadow: 0 0 0;
	border-right: 0;
}

.page-maincontent img,
.page-content img {
	max-width: 100% !important;
	/*max-height: 100% !important;
	width: auto !important;*/
	height: auto !important;
}

.page-content p, .page-maincontent p{
	padding-bottom: 15px;
}

.footer-content {
	padding: 20px;
}

.footer-content a {
	color: #ddd;
}

.footer-content .wgr-production {
	margin-top: 10px;
	text-align: center;
}

.login-primary {
	max-width: 400px;
}

.listmenu-0 > .listmenu--item > a {
	border-bottom: solid 1px #dcdcdc;
	background-color: #fff;
	background-image: linear-gradient(to bottom, #fff, #f8f8f8);
}

.listmenu-0 > .listmenu--item > a:hover {
	background-image: linear-gradient(to bottom, #fefefe, #f1f1f1);
}

.tiny-searchbox {
	float: right;
	width: 300px;
	padding-top: 20px;
}

.tiny-searchbox .page-module {
	margin: 0;
}

/* ==========================================================================
   Layout
   ========================================================================== */

.l-cookiewarning {
	padding: 10px 10px 10px 25px;
	background: #f4fc95;
	border-top: 1px solid #b6bc6b;
}

.l-cookiewarning .info {
	padding-top: 4px;
}

.l-main {
	background-color: #fff;
}

.l-main--inner {
	padding: 20px 22px;
}

.l-previewpopup {
	background: #ffffed;
	padding: 12px 22px;
	border-bottom: 1px solid #d9d9b9;
}

.l-previewpopup .fa-search {
	color: #7f7f64;
}

.l-headmenu {
	padding-left: 5px;
	white-space: nowrap;
	overflow: hidden;
}

.l-sidebar {
	float: left;
	width: 190px;
	margin-right: 25px;
}

.r-sidebar {
	float: right;
	width: 190px;
	margin-left: 25px;
}

.l-sidebar--autowidth,
.r-sidebar--autowidth {
	width: auto;
}

.r-sidebar--extrawidth {
	width: 250px;
}

.l-content {
	overflow: hidden;
}

.l-content.ls-border {
	border-left: 1px solid #eee;
	padding-left: 22px;
}

.l-content.rs-border {
	border-right: 1px solid #eee;
	padding-right: 22px;
}

.user-frontdp {
	position: absolute;
	right: 0;
	padding: 8px 14px;
	z-index: 100;
}

@media all and (max-width: 500px) {
	.user-frontdp {
		position: relative;
	}
}

/* ==========================================================================
   Modules
   ========================================================================== */

.module-title {
	background-color: #3d668d;
	background-image: linear-gradient(to bottom, #3d668d, #678cb0);
}

.module-title,
.module-title h5 {
	color: #fff;
	font-weight: bold;
}

/* ==========================================================================
   Users
   ========================================================================== */

.profile-view-imagethumb {
	float: left;
	margin-right: 20px;
}

/* ==========================================================================
   Search
   ========================================================================== */

.search-pages {
	margin-bottom: 25px;
}

.search-pages a {
	margin: 0 3px 3px 0;
}

.search-result {
	display: block;
	border-top: 1px solid #eee;
	padding-top: 15px;
	padding-bottom: 20px;
}

.search-results--split2 {
	margin-left: -2%;
}

.search-results--split2 .search-result {
	display: inline-block;
	width: 48%;
	margin-left: 1.5%;
}

/*.search-result:first-child {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}*/

.search-result--number {
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: center;
	float: left;
	font-size: 28px;
	padding-top: 12px;
	margin-right: 15px;
	color: #ccc;
	width: 60px;
	height: 60px;
	overflow: hidden;
	background-color: #f8f8f8;
}

.search-result--image {
	float: left;
	margin-right: 15px;
	overflow: hidden;
	width: 60px;
	height: 60px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.search-result--image img {
	width: 60px;
}

.search-result--content {
	display: table-cell;
	height: 60px;
	vertical-align: middle;
}

.search-result--title {
	font-size: 18px;
}

.search-result--subtitle {
	font-size: 13px;
	padding: 1px 0;
	color: #444;
}

.search-result--url {
	font-size: 13px;
	color: #aaa;
}

.search-result:hover .search-result--url {
	color: green;
}

.search-result:hover .search-result--number {
	background-color: #336699;
	color: #fff;
}

.search-result:hover .search-result--image {
	opacity: 0.8;
}

/* ==
   Reset password
   === */

.module-resetpw .cb input {
	float: left;
}

.module-resetpw .cb .label {
	overflow: hidden;
}

.module-resetpw .cb-icon {
	position: relative;
}

.module-resetpw .cb-icon .fa {
	position: absolute;
	color: #5a85ac;
}

.module-resetpw .cb-icon .fa.fa-mobile {
	font-size: 35px;
	left: 26px;
	top: -1px;
}

.module-resetpw .cb-icon .fa.fa-envelope {
	font-size: 18px;
	left: 25px;
	top: 7px;
}

.module-resetpw .cb-icon input {
	position: relative;
	top: 5px;
	margin-top: 5px !important;
}

.module-resetpw .cb-icon .label {
	padding-left: 37px;
}

.module-resetpw .identMethod {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #eee;
}

/* ==========================================================================
   Bookings
   ========================================================================== */

.listbooking-objects {
	margin-left: -1%;
}

.listbooking-object {
	float: left;
	margin-left: 1%;
	margin-bottom: 1%;
	width: 32.3%;
	border: 1px solid #aaa;
	border-radius: 5px;
	overflow: hidden;
}

.listbooking-object .bookingimage {
}

.listbooking-object .bookingtitle {
	background: #fafafa;
	padding: 10px 0;
	color: #555;
	text-align: center;
	font-size: 14px;
	position: relative;
}

.listbooking-object .bookingcolor-holder {
	position: absolute;
	left: 7px;
	top: 7px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 1px;
}

.listbooking-object .bookingcolor {
	width: 20px;
	height: 20px;
	border-radius: 4px;
}

/* ==========================================================================
   Calendar
   ========================================================================== */

.fsy-calendar h2 {
	text-transform: uppercase;
	font-weight: bold;
}

.fsy-calendar-event {
	padding: 5px;
}

.fsy-calendar-event .event-datetitle {
	font-size: 14px;
	padding-top: 5px;
}

.fsy-calendar-event .event-datetitle .fa {
	float: left;
	padding: 1px 6px 0 2px;
}

.fsy-calendar-event .event-content,
.fsy-calendar-event .event-no-content {
	padding: 0 0 0 2px;
}

.fsy-calendar-event .event-no-content {
	color: #888;
}

.calendar-module {
	display: none;
	font-size: 90%;
}

.calendar-module .datepicker-eventview {
	padding: 10px 0;
}

.calendar-module .datepicker-eventview .title {
	font-weight: bold;
	font-size: 13px;
	color: #555;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #fdfdfd;
	padding: 4px 0 5px 0;
	text-align: center;
}

.calendar-module .datepicker-eventview .events {
	max-width: 200px;
	padding-top: 8px;
	margin: 0 0 0 25px;
}

.calendar-module .datepicker-eventview .events .event a {
	display: block;
}

.calendar-module .module__body {
	padding: 0 5px 0 5px;
}

.module__body--nowrapper {
	border-top: 1px solid #dcdcdc;
}

.calendar-module .module__sublink {
	padding-top: 7px;
}

.calendar-module .module-title .fa {
	color: #fff;
	font-size: 14px;
}

.calendar-module .module-title h5 {
	text-align: center;
}

.ui-datepicker {
	border: 0 !important;
	padding: 0 !important;
}

.ui-datepicker-header {
	display: none;
}

/* ==========================================================================
   Comments
   ========================================================================== */

.comments-toptitle {
	font-size: 17px;
	font-weight: bold;
	padding: 0 0 10px 1px;
}

.comment-posts {
	padding: 25px 0 0 1px;
}

.comment-post {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 15px; 
	margin-bottom: 15px;
}

.nocomments-notice {
	padding: 40px 0;
	text-align: center;
	color: #ccc;
	font-size: 22px;
}

.comment-area {
	background: #eee;
	padding: 4px 5px 5px 5px;
	border-radius: 5px;
}

.comment-area .comment-textarea textarea {
	width: 100%;
	height: 90px;
}

.comment-area .commentsubmit {
	background: #0b62b3;
	border: 0;
	color: #fff;
	padding: 4px 8px 5px 8px;
}

.comment-area .comment-cline .col-1 {
	float: right;
	margin-left: 3px;
}

.comment-area .comment-cline .col-2 {
	overflow: hidden;
}

/* ==========================================================================
   Roads
   ========================================================================== */

.road-info {
	background: #fdfdfd;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 12px 15px;
	width: 48%;
	margin-left: 5px;
	margin-top: 10px;

	display: inline-block;
}

/* ==========================================================================
   Sort
   ========================================================================== */

.sortablebox {
	background: #fdfdfd;
	border: 1px solid #ddd;
	padding: 10px 14px;
	border-radius: 4px;
}

.sortablebox p {
	float: left;
	font-weight: bold;
	margin-right: 15px;
}

.sortablebox .cb {
	float: left;
	margin: 2px 10px 0 0;
}

/* ==========================================================================
   News
   ========================================================================== */

.newspost .newcomments-area {
	padding: 20px 1px;
}

.newspost .page-maincontent {
	border-bottom: 1px solid #eee;
	padding-bottom: 25px;
}

.newspost .publ-title {
	line-height: 1;
}

.newspost .publ-ingress {
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 15px;
}

.newspost .publ-newspubl {
	color: #de0000;
	text-transform: uppercase;
	font-size: 15px;
	padding-right: 10px;
	display: inline-block;
}

.newspost .publ-share {
	padding-bottom: 10px;
}

.newspost .publ-fbline {
	padding-bottom: 5px;
}

.newspost .publ-date {
	color: #aaa;
	font-size: 12px;
	padding-bottom: 5px;
}

.news-post-ingress {
	margin-bottom: 30px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;
}

.news-post-ingress .ingress-content {
	font-weight: bold;
	color: #333;
}

.news-post-ingress .ingress-catchimg {
	padding-bottom: 10px;
}

.news-post-ingress .ingress-catchimg img {
	width: 100%;
}

.news-post-ingress .ingress-group {
	margin-bottom: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 12px;
}

.news-post-ingress .ingress-comments {
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
}

.news-post-ingress .ingress-comment {
	color: #444;
}

.news-post-ingress .ingress-comment .ingress-bubble {
	background: #444;
	color: #fff;
}

.news-post-ingress .ingress-share {
	color: #ff0000;
}

.news-post-ingress .ingress-share .ingress-bubble {
	background: #ff0000;
	color: #fff;
}

.news-post-ingress .ingress-bubble {
	font-weight: normal;
	margin-right: 3px;
	color: #fff;
	padding: 2px 5px;
	min-width: 25px;
	text-align: center;
	display: inline-block;
	border-radius: 3px;
}

.news-post-ingress .ingress-group span {
	padding: 4px 8px 5px 8px;
	display: inline-block;
	background: #fff;
}

.news-post-ingress a.ingress-link:hover .ingress-catchimg {
	opacity: 0.8;
}

.news-post-ingress a.ingress-link:hover .ingress-title {
	color: #336699;
}

.news-post-ingress a.ingress-link:hover .ingress-content {
	color: #666;
}

.news-post-ingress .ingress-title {
	color: #333;
	line-height: 1em;
}

.news-post-ingress .ingress-publ {
	font-size: 11px;
	color: #aaa;
	padding-bottom: 5px;
}
.ingress-title {
	margin-bottom: 6px;	
}
/**
 * Mobile classes
 */

.mobile-search {
	overflow: hidden;
	padding: 7px;
}

.mobile-search .col-2 {
	overflow: hidden;
}
.mobile-search .col-1 {
	margin-left: 5px;
	float: right;
}

.mobile-nav {
	float: right;
	padding: 3px 0 0 0;
}

.mobile-current-page {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 9px 0 0 16px;
	text-transform: uppercase;
	color: #333;
}

.mobile-navigation {
	display: none;
	background: #b8c8d6;
	color: #000;
	padding: 6px 0;
}

.mobile-navigation .nav li {
	float: none;
	display: block;
}

.mobile-navigation .nav li a {
	color: #333;
	padding: 5px 10px;
	display: block;
	font-size: 15px;
	font-weight: bold;
}

.mobile-btns {
	float: right;
	margin-right: 10px;
}

.mobile-btn {
	padding: 0 7px;
	line-height: 46px;
	cursor: pointer;
	font-size: 28px;
}

.mobile-btn:hover {
	opacity: 0.8;
}

/* Effects */

/** Gray effect */
.grayimg-link img,
img.grayimg {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
}
.grayimg-link:hover img,
img.grayimg:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
}

.datePickerHighlighted a{
	background-color : #008000 !important;
	background-image : none !important;
	color: #fff !important;
	font-weight: normal !important;
	border-color: #137513 !important;
}

.datePickerUnHighlighted a{
}

.readMore {
	float: right;
	
	padding: 4px;
	margin-top: 8px;
	
	border-radius: 4px;

	font-weight: bold;
}
.ui-state-active {
	background: #79c9ec !important;
	border-color: #d1f1ff !important;
	color: #fff !important;
}
.ui-state-highligh > .ui-state-active {
	background: #f8da4e url("images/ui-bg_glass_55_f8da4e_1x400.png") 50% 50% repeat-x !important;
}