/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */


/* New custom CSS*/


header.header .main-navbar-wrapper {
    margin-bottom: 0;
    background-color: #85c557;
    border: 0;
    min-height: 38px;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
	color: #fff;
}


header.header .navbar a {
    color: #fff;
	background-color: #85c557;
}

.btn-default {
    color: #fff;
    background-color: #85c557;
    border-color: #ccc;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #85c557;
    text-align: left;
    list-style: none;
    background-color: #85c557;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}




/* End new custom CSS*/

.panel-sidebar .list-group-item i:not(.fa-circle):not(.fa-dot-circle):not(.no-transform) {
    float: right;
    line-height: 24px;
    font-size: 16px;
    color: #85c557;
}

ul.top-nav>li.primary-action>a.btn {
    padding: 6px 15px;
    background-color: #85c557;
    color: #fff;
    border-radius: 3px;
}

.home-shortcuts {
    margin: 0;
    background: #85c557;
    color: #fff;
}

.home-shortcuts li:first-child {
    border-left: 1px solid #0e88b0;
}

.home-shortcuts li {
    float: left;
    width: 24%;
    padding: 5px 3px;
    border-right: 1px solid #0e88b0;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
}

.btn-primary {
    color: #fff;
    background-color: #85c557;
    border-color: #88c45e;
}

.btn-link {
    font-weight: 400;
    color: #85c557;
    border-radius: 0;
}

div.header-lined h1 {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 6px 0;
    border-bottom: 1px solid #ccc;
    font-weight: 400;
    color: #85c557;
}

section#home-banner .btn.search {
    background-color: #85c557;
}

section#home-banner .btn.transfer {
    background-color: #85c557;
}

section#home-banner .btn {
    border-radius: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 0;
    border-top-color: initial;
    border-top-style: initial;
    border-top-width: 0px;
    border-right-color: #0e88b0;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: initial;
    border-bottom-style: initial;
    border-bottom-width: 0px;
    border-left-color: #0e88b0;
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    font-weight: 300;
    color: #fff;
}