﻿body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.etc-header {
    overflow: hidden;
    background-color: #000;
    position: fixed;
    top: 0;
    width: 100%;
    height: 55px;
    z-index: 10001;
}

    .etc-header.banner {
        top: 20px;
    }

.etc-topbanner {
    background: #fffb00;
    min-height: 10px;
    overflow: hidden;
    padding: 0px;
    text-align: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001;
}

.etc-topBannerContent {
    position: relative;
    color: red;
    font-weight: bold;
    margin: 0 auto;
}

.etc-navbar {
    position: relative;
    height: 50px;
    margin-bottom: 20px;
    /*border: 1px solid transparent;*/
}

.etc-navbar-inverse {
    background-color: #09347a;
    border-bottom-color: #09347a;
    border-color: #080808;
}

    .etc-navbar-inverse .navbar-nav > li > a {
        color: white;
    }

    .etc-navbar-inverse .navbar-brand {
        color: white;
    }

.etc-navbar-brand {
    float: left;
    height: 50px;
    font-size: 18px;
    line-height: 20px;
    padding-top: 15px;
}

.eteDefaultColor {
    color: white;
}

.eteLogoBackground {
    background-color: white;
    display: inline-block;
}

.eteLogo {
    background-color: white;
    background-image: url('images/E-Swish-200px.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 48px;
}

#wrapper {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    margin-top: 50px;
    padding-left: 0;
    transition: all 0.5s ease;
}

    #wrapper.banner {
        margin-top: 70px;
    }

    #wrapper.toggled {
        padding-left: 250px;
    }

#sidebar-wrapper {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    background: #bcbdc0;
    border-right: 1px solid #eee;
    height: 100%;
    left: 250px;
    margin-left: -250px;
    overflow-y: auto;
    position: fixed;
    transition: all 0.5s ease;
    width: 0;
    z-index: 1000;
}

    #sidebar-wrapper .k-menu > .k-first {
        border-radius: 0 !important;
    }

    #sidebar-wrapper .k-menu .k-item {
        background-color: #294877;
        color: white;
        padding: 0 0;
    }

        #sidebar-wrapper .k-menu .k-item > .k-link {
            padding-top: .5em !important;
            padding-bottom: .5em !important;
        }

#menu .k-link:link,
#menu .k-link:visited {
    color: darkblue !important;
}

#menu .k-state-hover .k-link:hover {
    color: darkblue !important;
}

#menu .k-state-selected > .k-link {
    color: white !important;
}

#page-content-wrapper {
    padding-top: 15px !important;
}

#wrapper.toggled #page-content-wrapper {
    margin-right: -200px;
    position: absolute;
}

#wrapper.toggled #sidebar-wrapper {
    width: 200px;
}

@media (min-width: 768px) {
    #wrapper {
        padding-left: 200px;
    }

        #wrapper.toggled {
            padding-left: 0;
        }

    #sidebar-wrapper {
        overflow-y: visible;
        width: 200px;
    }

    #wrapper.toggled #sidebar-wrapper {
        overflow-y: hidden;
        width: 20px;
    }

    #page-content-wrapper {
        padding-bottom: 0;
        padding-top: 0;
        position: relative;
        padding: 5px;
    }

    #wrapper.toggled #page-content-wrapper {
        margin-right: 0;
        margin-left: 20px;
        position: relative;
    }

    #menu-toggle2 {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #menu-toggle2 {
        display: inline-block;
    }
}


.a-quick-search-container {
    float: right;
    margin: 0;
    padding: 0;
}

.k-quicksearch-textbox {
    margin-bottom: 0.4em;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

input[type="search"]::-webkit-search-results-button {
    -webkit-appearance: searchfield-results-button;
}

.k-animation-container, .k-animation-container *, .k-animation-container ::after, .k-block .k-header, .k-dialog .k-window-content, .k-list-container, .k-widget, .k-widget *, .k-widget ::before {
    box-sizing: border-box !important;
}
