@charset "utf-8";
/* CSS Document   */
/*search results*/
#gjc_search_results h1 {
	font-size: 25px;
	line-height: 30px;
	margin: 0;
}
#gjc_search_results article {
	margin-top: 5px;
}
#gjc_search_results .uk-article + .uk-article {
	margin-top: 5px;
	border-top: #dddd solid 1px;
}
.tm-toolbar ul.uk-margin-bottom-remove {
	display: none;	
}

.tm-toolbar .uk-form  {
	font-size: 12px;
}

.tm-toolbar .uk-form input[type="text"],
.tm-toolbar .uk-form input[type="password"] {
	background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 25px;
    color: #000;
    height: 22px;
	line-height: 20px;
    max-width: 100%;
    padding: 0px 5px;
    transition: all 0.2s linear 0s;
	display: inline;
}

.uk-form *::-moz-placeholder {
	color: #999999;
}

x:-o-prefocus, input {
    height: 25px;
	margin-top: -5px;
	border: red solid 1px;
}


    @media not all and (-webkit-min-device-pixel-ratio:0) {  
        input {
    height: 25px;
	margin-top: -5px;
	border: red solid 1px;
}

    }  

.tm-toolbar .uk-button {
    line-height: 20px;
    margin: 0;
    min-height: 20px;
    overflow: visible;
    padding: 0 5px;
}

.tm-toolbar div.uk-form-row {
	float: left;
}

.tm-toolbar .uk-form-row + .uk-form-row {
    margin-top: 0px;
	margin-left: 5px;
}

.tm-toolbar label,
.tm-toolbar .uk-form input[type="checkbox"]  {
    display: none;
}

.uk-margin-bottom-large {
    background: #2B2B2B;
}

.tm-footer div.uk-panel p a {
    color: rgba(255, 255, 255, 0.6) !important;
	font-size: 90%;
}

.tm-block-dark a, .tm-block-primary a, .tm-block-dark .uk-link, .tm-block-primary .uk-link {
	    color: #e62440!important;

}

.jqtree-tree .jqtree-title {
    color: #e62440;
}


.koowa ul.sidebar-nav li.active > a, .koowa ul.sidebar-nav li.active > a:hover, 
.koowa ul.sidebar-nav li a:hover, .koowa ul.sidebar-nav li.active ul li a:hover {
    background-color: #e62440;
    background-image: linear-gradient(to bottom, #b5172e, #e62440);
    background-repeat: repeat-x;
    border-top: none;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

*::-moz-selection {
    background: #e62440;
    color: #fff;
    text-shadow: none;
}

.tm-search-bar a.uk-close {
	margin: -25px 0 0 0!important;
}

h1.uk-article-title a {
	font-size: 70%;
}

h1, .uk-h1 {
    font-size: 38px;
    font-weight: 200;
    line-height: 52px;
    text-transform: none;
}

.sok h1.uk-article-title {
	font-size: 25px!important;
    line-height: 30px;
    text-transform: uppercase;
	margin: 0 0 0px!important;
}

.sok .uk-article + .uk-article {

}

.sok .uk-article + .uk-article {
    margin-top: 5px;
	border-top: #dddd solid 1px;
}

.sok .uk-article div {
	display: none;
}

.sok p {
	margin-top: 5px;
}

div.docman_block h3.koowa_header {
	display: none;
}

h3.koowa_header {
	font-size: 20px;
}



/*css over rides for ajax search*/

#offlajn-ajax-search149 .offlajn-ajax-search-container {
	background: transparent !important;
	padding: 4px;
	margin: 0;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}
#offlajn-ajax-search149 {
	width: 250px !important;
	float: left;
}
#offlajn-ajax-search149 .offlajn-ajax-search-container .offlajn-ajax-search-inner::before {
	content: "\f002";
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	line-height: 30px;
	text-align: center;
	font-family: FontAwesome;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.3);
	z-index: 999;
}
input#search-area149 {
	display: block !important;
	position: relative !important;
	height: 27px !important;
	padding: 0 39px 0 30px !important;
	width: 100% !important;
	background-color: transparent;
	box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	-khtml-box-sizing: border-box !important;
	border-right: none !important;
	line-height: 27px !important;
	-moz-border-radius: 0px !important;
	float: left !important;
	margin: 0 !important;
	z-index: 4 !important;
	border: 0 !important;
	border-radius: 0 !important;
	font-weight: normal !important;
	color: #ccc !important;
	font-size: 18px !important;
}
/*results*/
#search-results149,
#search-results-inner149 {
	float:left;
}
#search-results149 .page-band {
	position: relative;
	left: 0;
	width: auto;
}
#search-results149 .page-container {
	position: relative;
	overflow: hidden;
	height: auto !important;
	width: 800px;
	float: left;
}
#search-results149 .result-element {
	display: block;
	width: 50%;
	height: auto;
	font-weight: normal;
	border-top: 1px solid #e5e5e5;
	border-bottom: 0px solid #e5e5e5;
	overflow: hidden;
	float: left;
	padding: 3px 0;
}
#search-results149 .result-products span {
	text-align: left;
	width: auto;
	margin-top: 5px;
	font-family: inherit;
	font-weight: normal;
}
#search-results149 #search-results-inner149 .result-element:hover, #search-results149 #search-results-inner149 .selected-element {
	text-decoration: none;
	background: 0 !important;
	background-size: auto 100% !important;

	-webkit-box-shadow: 0 0 0 !important;
	-moz-box-shadow: 0 0 0 !important;
	box-shadow: 0 0 0 !important;
	color: #333 !important;
	font-weight: normal;
	border-top: 1px solid #e5e5e5;
	border-bottom: 0px solid #e5e5e5;
	padding: 3px 0;
}
#search-results149 #search-results-inner149 .result-element:hover span, #search-results149 #search-results-inner149 .selected-element span ,
#search-results149 #search-results-inner149 .result-element:hover span.small-desc, #search-results149 #search-results-inner149 .selected-element span.small-desc{
	color: #333 !important;

}
#search-results-moovable149 {
	position: relative !important;
	overflow: hidden !important;
	height: auto !important;
	background-color: #ffffff !important;
	border: 1px #ccc solid !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 5px !important;
	border-radius: 0 !important;
	-webkit-box-shadow: 0 0 0 !important;
	-moz-box-shadow: 0 0 0 !important;
	box-shadow: 0 0 0 !important;
	float:left;
}

#ajax-search-button149 {
	display: none !important;
}

#search-results149 .plugin-title.first {
height:auto;
}


#search-form149 #search-area-close149 {
right:0 !important;
}
/*
#search-results149 {
	width:500px !important;
}
#search-results-inner149 {
	width:500px !important;
}

#search-results149 .page-container {
	width:500px !important;
}*/
input#suggestion-area149 {
	box-shadow: 0 0 0 !important;
}

.uk-article div {

}

#search-results-inner149 span.small-desc {
	display: none;	
}
