﻿/* 
    Document   : style
    Created on : 02/12/2013, 08:17:02
    Author     : Yosi
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

a, a:hover {
    text-decoration: none;
}

body {
    padding: 0;
    margin: 0;
    font-size: 100%;
}

#pkb #tabs {
    margin:0 10px;
}

#search span,#search input[type="submit"],#search label,
#pkb li a,#pkb .accordion h3,
#home a,
#results,#results .article a {
    font-family: Neustadt-SemiBold;/* , sans-serif;  'Orbitron' */
    font-weight: normal;
    font-style: normal;
}

#pkb .accordion .ui-state-default,
#pkb .accordion .ui-state-active{
    font-size:14px;
}

#pkb p,#pkb a {
   font-family:Tahoma;
   font-size: 14px;  
}

#pkb #tabs ul li a {
    font-size: 18px;
}

#pkb #tabs .inner-tabs ul li a,#pkb #tabs h3 {
    font-size: 16px;
}

#pkb .accordion .read-more {
    text-decoration:underline;
    float: right;
    color:#31557a;
    font-size: 12px;
}

.inner-tabs {
    margin: 0;
    padding: 0;
}

.inner-tabs ul {
    background: #E6EAED;
    border-bottom:1px solid #587795;  
}

#pkb .inner-tabs .ui-corner-all {
    border-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#pkb .inner-tabs .ui-state-default, #pkb .inner-tabs .ui-widget-content .ui-state-default, #pkb .inner-tabs .ui-widget-header .ui-state-default {
    background:none;
    border:0;
    border-radius: 0;
    border-right: 1px solid #39648F;
    border-left: 1px solid transparent;
    width: 132px;
    line-height: 19px;
    height: 19px;
}

#pkb .inner-tabs .ui-state-default:last-child {
    border-right: 0;
}

#pkb .inner-tabs .ui-state-default a, #pkb .inner-tabs .ui-state-default a:link, #pkb .inner-tabs .ui-state-default a:visited {
    color:#295C8F;
}

#pkb .inner-tabs .ui-state-active a, #pkb .inner-tabs .ui-state-active a:link, #pkb .inner-tabs .ui-state-active a:visited {
    color:#000;
}

#pkb .accordion .ui-state-active, #pkb .ui-widget-content .accordion .ui-state-active, #pkb .ui-widget-header .accordion .ui-state-active,
#pkb .accordion .ui-state-default, #pkb .ui-widget-content .accordion .ui-state-default, #pkb .ui-widget-header .accordion .ui-state-default {
    color:#000;
    width: auto;
    border-right:0;
    text-align: justify;
    /*font-family: Tahoma;
    font-size: 14px;*/
    color:#31557a;
    margin:6px 0;
}

#pkb .accordion .ui-widget-content.ui-accordion-content {
    background: #F2F8Fc;
    border:1px solid #E5EdF2;
    border-radius: 8px;
    padding:5px 10px;
    /*font-family: Tahoma;
    font-size: 14px;*/
    color:#4c4d4f;
    line-height: 22px;
}

#pkb .inner-tabs .ui-widget-content {
    padding:32px 20px;
}

#pkb .inner-tabs li a {
    padding: 0 1em;
}

#pkb .inner-tabs li {
    margin: 5px 0;
}

#pkb .inner-tabs .ui-widget-content {
    border:0;
}

/* search bar */

#search {
    background: #c3ccd5;
    padding:12px;
    margin-bottom: 30px;
    margin-right: 1px;
}

#search > form {
	min-height: 35px;
}

#search span,#search input {
    margin-left: 10px;
}

#search span {
    width:150px;
    font-size: 17px;
}

#search input {
    width:450px;
    line-height:19px;
    padding: 4px 10px;
}

#search input[type="submit"] {
        margin-left: -12px;
	/*-moz-box-shadow: 0px 0px 12px -4px #000000;
	-webkit-box-shadow: 0px 0px 12px -4px #000000;
	box-shadow: 0px 0px 12px -4px #000000;*/
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #648cb4), color-stop(1, #587796) );
	background:-moz-linear-gradient( center top, #648cb4 5%, #587796 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#648cb4', endColorstr='#587796');
	background-color:#648cb4;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #46637e;
	display:inline-block;
	color:#ffffff;
	font-size:15px;
	/*font-weight:normal;
	font-style:normal;
	height:30px;*/
	line-height:19px;
	width:110px;
	text-decoration:none;
	text-align:center;
	text-shadow:0px 0px 4px #9fb3c8;
        /*font-family:Arial;*/
        cursor: pointer;
}
#search input[type="submit"]:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #587796), color-stop(1, #648cb4) );
	background:-moz-linear-gradient( center top, #587796 5%, #648cb4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#587796', endColorstr='#648cb4');
	background-color:#587796;
}
#search input[type="submit"]:active {
	position:relative;
	top:1px;
}

#search .resetbtn {
    position: relative;
    content: '';
    top: 11px;
    padding: 12px;
    right: 34px;
    background: url(images/pkb_reset_icon.png) no-repeat;
}

/* home screen */

#home a {
    border:1px solid #fff;
    font-size: 18px;
    text-align: center;
    color:#fff;
    padding:10px 0;
    position: relative;
}

#home ul,#home li {
    padding:0;
    margin: 0;
}

#home li {
    float:left;
    list-style: none;
    width: 135px;
}

#home li a {
    display: inline-block;
    width: 100%;
    border:1px solid #fff;
}

#home .it-login {
    float: none;
    border-top:1px solid #507090;
    position: relative;
    top:115px;
    display: inline-block;
    z-index: 100;
    padding: 5px 14px 2px 11px;
    font-size: 80%;
}

#home .it-login:after {
    content:'';
    background: url('images/it_admin_bullet_reg.png') no-repeat;
    float: right;
    position: relative;
    top: 4px;
    left: 9px;
    padding:8px;
}

#home .it-login:hover {   
    text-shadow: 0px 0px 9px #fff;
    color:#fff;
}

#home .it-login:hover:after {
    background: url('images/it_admin_bullet_hover.png') no-repeat;
}

.center {
    margin:50px auto;
    width: 544px;
}

.clearfix {
    clear:both;
}

.box-btns a {
    float:left;
    display: inline-block;
    width: 178px;
    height: 170px;
}

.box-btns a a {
    float:none;
}

#home .btns a{
    width:133px;
    border-right:2px;
}

#home .btns a:last-child {
    border-right:1px;
}

.btn-text {
    display: block;
    border-bottom:1px solid #fff;
    padding-bottom: 10px;
}

.btn-img {
    background: url('images/product_icons_big.png') 0 0 no-repeat;
    height: 140px;
    display: block;
    border-bottom: 0;
}

/*.box-btns a:hover, .btn-img:hover,.btns li a:hover {
    background-color: #06325E;
    background-position-y: -106px;
    color:#7AA2CC;
}*/

#home a.rapport:hover {
    background-position: 41px -150px;
}

#home a.apex:hover {
    background-position: -153px -150px;
}

#home a.mobile:hover {
    background-position: -344px -150px;
}

.rapport {
    background-position: 41px 60px;
    background-color: #244466;
}

.apex {
    background-color: #31557A;
    background-position: -153px 60px;
}

.mobile {
    background-color: #587795;
    background-position: -344px 60px;
}

.faqs {
    background-color: #4E77a0;
}

.manuals {
    background-color: #436c95;
}

.videos {
    background-color: #39648f;
}

.tutorials {
    background-color: #295c8f;
}

#home a:hover {
    background-color: #06325E;
    /*background-position-y: -74px;*/
    color:#7AA2CC;
}

/* artical view */

th.labelCol.vfLabelColTextWrap {
    display:none;
}

/* search view */

#results {
    padding:0 10px;
    margin-bottom: 20px;
}

#results .article {
    border-bottom:1px solid #DDE8F0;
    padding:8px 10px;
    margin-bottom:0;
}

#results .article:first-child {
    border-top:1px solid #DDE8F0;
}

#results .article:hover {
    background: #F2F8Fc;
}

#results .article a {
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
    color:#295C8F;
}

#results .resultsPaginationLinks a {
    color:#295C8F;
}

#results .article .data {
    font-family: Tahoma;
    font-size: 12px;
}

#results .article .content {
    font-family: Tahoma;
    font-size: 11px;
    line-height: 19px;
    margin-top: 5px;
}

#results .title {
    font-size: 19px;
    color:#295C8F;
    margin: 2px 10px 10px 10px;
}

#results .title:before {
    content:'';
    background: url('images/articles.png') 0px 4px no-repeat;
    padding:4px 15px;
}

/* btns */

#backbtn {
    display: block;
    margin: 2px 20px 10px 20px;
    float: right;
}

#backbtn a,
.tabArticleRenderer .configLinks,
.tabArticleRenderer .ptBreadcrumb a {
    border:1px solid #9fc9f4;
    background: #ebf4fc;
    border-radius: 6px;
    padding: 5px 10px;
    color:#295C8F;   
    width:58px;
    height: 21px;   
}

#backbtn a:hover,
.tabArticleRenderer .configLinks:hover,
.tabArticleRenderer .ptBreadcrumb a:hover {
    background: #6288ae;
    color:#fff;
}

#pkbback {
    clear:both;
    height: 30px;
}

/* article content */

body .tabArticleRenderer .bPageTitle {
    padding:0;
}

body .tabArticleRenderer .bPageTitle .ptBody h1.noSecondHeader {
    font-family: Neustadt-SemiBold; 
    font-size:21px;
    color:#295C8F;
}

body .tabArticleRenderer .bPageTitle .ptBody h1.noSecondHeader {
    margin-top: 0;
}

body .tabArticleRenderer .bPageTitle .ptBody .links {
    padding-top: 9px;
}

.tabArticleRenderer .bPageTitle {
    margin-bottom: 0;
}

.tabArticleRenderer .articleDetailToolBar {
    display:none;
}

.tabArticleRenderer .ptBreadcrumb {
    margin: 0;
    position: absolute;
    top: 95px;
    right: 130px;
    color: transparent;
}

body .tabArticleRenderer .bPageBlock {
    border-top-width: 1px;
}

.tabArticleRenderer .individualPalette .knowledgeBlock .secondaryPalette {
    border-color: #587795;
}

.tabArticleRenderer .x-tab-strip a {
    padding:6px;
}

.tabArticleRenderer .x-tab-strip .x-tab-strip-active .x-tab-right {
    background: #31557a;
}

.tabArticleRenderer .x-tab-strip .x-tab-right {
    background: #587795;
}
.tabArticleRenderer .knowledgeTabPanel .x-tab-strip-top .x-tab-strip-active .x-tab-strip-text,
.tabArticleRenderer .knowledgeTabPanel .x-tab-strip-top .x-tab-strip-text {
    font-family: Neustadt-SemiBold; 
    font-size:19px;
    color:#fff;
    font-weight: normal;
    padding-left: 5px;
}

.tabArticleRenderer .knowledgeTabPanel .x-tab-strip-top .x-tab-right {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.tabArticleRenderer ul.x-tab-strip li:first-child {
    margin-left: 0;
}

.tabArticleRenderer ul.x-tab-strip li {
    margin-left: 4px;
}

.tabArticleRenderer .pbBody {
    font-size: 14px;
    font-family: Tahoma;
    line-height: 20px;
}

body .tabArticleRenderer .secondaryPalette.bPageBlock,
body .tabArticleRenderer .individualPalette .secondaryPalette.bPageBlock {
    border-radius: 0;
}

.tabArticleRenderer .configLinks {
    padding-bottom: 6px;
}