body {
    overflow-y: hidden;
}


/* Track */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.has-error .form-control {
    border-bottom-color: rgba(169, 169, 169, 1);
    border-bottom-style: solid;
    border-width: 0px 0px 1px 0px;
    height: 54px;
    padding-left: 40px;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0);
    border-radius: 0;
    text-indent: 0px;
}

.app-form-text-component ._variant_2:before {
    /*lock*/
    content: "\f023";
    font-family: FontAwesome;
    left: 26px;
    position: absolute;
    top: 14px;
    color: rgba(169, 169, 169, 1);
    font-size: 24px;
}

.has-success .form-control {
    border-bottom-color: rgba(169, 169, 169, 1);
    border-bottom-style: solid;
    border-width: 0px 0px 1px 0px;
    height: 54px;
    padding-left: 40px;
    -webkit-box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0);
    text-indent: 0px;
    border-radius: 0;
}

.app-form-text-component #username-field-wrapper:before {
    content: "\f007";
    font-family: FontAwesome;
    left: 25px;
    position: absolute;
    top: 11px;
    color: rgba(169, 169, 169, 1);
    font-size: 24px;
}

a {
    color: #22609e;
}

a:hover {
    color: #72b9ff;
}

a:visited {
    color: #72b9ff;
}


/* Handle */

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(26, 49, 71);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgb(26, 49, 71);
}

.kb-nav-glyph {
    float: right;
    margin-right: 10px;
    margin-top: 3px !important;
    z-index: 0;
}

.kb-article-breadcrumb-component {
    margin: 5px 0px 15px 0px;
}

#kb-login-home {
    color: white;
    font-size: 20px;
    display: inherit;
    float: right;
    margin-right: 9px;
}




/* ==========================================================================
    Login mobile and ipad
   ========================================================================== */

@media screen and (max-width: 768px) {
    #kb-login-home {
        color: white!important;
        line-height: 0px;
        margin-bottom: 19px;
        display: inherit;
        left !important
    }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
    #kb-login-home {
        color: white!important;
        line-height: 20px !important;
        margin-bottom: 19px;
        display: inherit;
        float: left !important;
    }
    a.kb-login-pages {
        float: left !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    a.kb-login-pages {
        float: right !important;
    }
    /* STYLES GO HERE */
}


/* Only ipad */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    #kb-login-home {
        float: right !important;
    }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
    #kb-login-home {
        color: white!important;
        line-height: 20px !important;
        margin-bottom: 19px;
        display: inherit;
        float: left !important;
    }
    a.kb-login-pages {
        color: white;
        line-height: 13px;
        margin-bottom: 8px;
        font-size: 20px;
        float: left !important;
        display: inherit;
    }
}

.kb-search-box-home {
    font-size: 22px;
    position: absolute;
    top: -300px;
    margin: auto;
    left: 0;
    right: 0;
}

@media screen and (max-width:767px) {
    .kb-search-box-home {
        position: absolute;
        top: -220px !important;
    }
    .kb-search-box-home .search-submit {
        right: 0%;
    }
}

.kb-article-back-to-search-component {
    padding: 10px 0px;
    margin-bottom: 20px;
}

.kb-article-back-to-search-component .btn.btn-info {
    border-color: #2a5e81;
    background-color: #2a5e81;
    width: auto;
    padding: 6px 22px;
    border-radius: 5px;
    margin-top: -10px;
    position: absolute;
}

.kb-article-back-to-search-component .btn.btn-info:hover {
    background-color: #1d6ca2;
}

.kb-article-back-to-search-component .btn.btn-info:before {
    content: "\f104";
    font-family: FontAwesome;
    position: relative;
    left: -10px;
    color: white;
    font-size: 16px;
    background-color: transparent;
}

.kb_faceted_search ul.level-0 li {
    font-size: 18px;
    font-weight: bold;
    color: #2c3e50;
    background-color: rgb(194, 208, 225);
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 0px;
    margin-top: 20px;
}

.kb_faceted_search ul.level-1 li {
    padding-left: 20px;
    font-weight: normal;
    color: #2c3e50;
    background-color: white;
    margin-top: 0px;
}

.kb_faceted_search ul.level-2 {
    padding-left: 20px;
    font-weight: normal;
    color: #2c3e50;
    background-color: white;
    margin-top: 0px;
}

.kb_faceted_search ul.level-0 li:hover,
.kb_faceted_search ul.level-1 li:hover {
    color: #124c95;
}

.kb_faceted_search ul.level-0 li:hover,
.kb_faceted_search ul.level-1 li:hover,
.kb_faceted_search ul.level-0 .checked,
.kb_faceted_search ul.level-1 .checked {
    color: #124c95;
}

.kb_faceted_search li.checked label:before {
    color: #0f5a8d;
}

#kb-editor-panel .alert.alert-info,
.alert-success {
    background-color: #0f5a8d;
    border-color: #0f5a8d;
}

small {
    color: #918e8e;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #5f8ec8;
    background-color: transparent;
}

.path-kennisbank.nav-level2 .header-component.with-image {
    background: linear-gradient( rgba(51, 122, 183, 0.75), rgba(51, 122, 183, 0.75)), url(/apps/com.administrators.thuswonenkb/kennisbank/Kennisbank-voor-koken.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #2c3e50;
    border-color: transparent;
    cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #ecf0f1;
    background-color: #4e667e;
    border-color: transparent;
    cursor: not-allowed;
}

.panel-info>.panel-heading {
    color: #ffffff;
    background-color: #2a5e81;
    border-color: #2a5e81;
}

.panel-info {
    border-color: #2a5e81;
}

.question-answer-group-component .text-warning {
    color: #0f5a8d;
}

.btn.btn-xs.resetFilters {
    background-color: #0f5a8d;
    top: -7px;
    padding: 0px 5px 0px 5px;
}

.btn.btn-xs.resetFilters a {
    color: white;
    text-decoration: none;
}

.btn.btn-xs.resetFilters .fa.fa-times {
    color: white;
    padding: 2px;
    font-size: 16px;
}


/* ==========================================================================
    Animation keyframe can be used in whole website 
   ========================================================================== */

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}


/* ==========================================================================
    Header
   ========================================================================== */

.header-component.with-image {
    background-position: 50% 59% !important;
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-size: initial;
    height: 400px;
}

/* ==========================================================================
    Picture for contact page
   ========================================================================== */

.kb-contact .picture-component .picture {
    width: 100%;
}

.kb-contact .picture-component img {
    width: 100%;
    height: auto;
}

/* ==========================================================================
    Question & Answer component
   ========================================================================== */

@media screen and (min-width: 768px) {
    .question-answer-component {
        width:70%;
    }
}

/* ==========================================================================
    Lexicon component
   ========================================================================== */

.kb-article-lexicon-link-component {
    margin-top: 30px;   
}

/* ==========================================================================
   app-form-component
   ========================================================================== */


/*@media screen (min-width: 1200px) {
    body div.app-form-component {
        width: 1170px;
    }
}*/

body div.app-form-component {
    margin: 90px auto;
    width: 75%;
}

#username-field-wrapper,
#password-field-wrapper {
    margin-left: 0;
    width: 100%;
}

.app-form-submit-component .col-form-submit {
    margin-left: 0;
}

@media screen and (max-width: 736px) {
    body div.app-form-component {
        width: 90%;
    }
}

@media screen and (max-width: 414px) {
    body div.app-form-component {
        width: 100%;
    }
}
