.login-container {
    background: url('/Content/Carex/images/background.png');
    background-size: cover;
}
body.texture{
    background-color:white;
    background:none;
}
a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

i {
    color: #bdc2c5;
}

/*.blue-text {
    color: #2494F2;
}
*/
.blue-text {
    color: black;
}
.header-wrapper {
    position: absolute;
    width: 100%;
}

.logo {
    margin-top: 8px;
}


.search {
    float: right;
    height: 24px;
    width: 180px;
    font-style: italic;
    font-size: 12px;
    background-color: #e5eecc;
    margin-right: 226px;
}
#cl-wrapper{
    position:unset;
}
.wizard-row .fuelux {
    padding: 0;
    position: unset;
    width: 100%;
}
.fa-ul {
    list-style-type: none;
     margin-left: 0px; 
    padding-left: 0;
}
.block-space-right {
    position: relative;
    text-decoration: none;
    color: unset;
    height: 100%;
    display: block;
}

.blockcustomtext h3{
    margin-top:0px;
}

.export a {
    color: #bdc2c5;
    margin-right: 14px;
}

.breadcrumb-wrapper {
    padding: 10px;
}

.blockcustomtextright{
    width:100%;
}
.blockcustomtext {
    height: 150px;
}

.breadcrumbs {
    font-size: 12px;
}

    .breadcrumbs a {
        color: #475817;
    }

    .breadcrumbs i {
        color: #475817;
    }

        .breadcrumbs i.breadcrumbs-white-icon {
            color: white;
        }

    .breadcrumbs a:hover {
        text-decoration: none;
    }

    .breadcrumbs a:active {
        text-decoration: none;
    }

    .breadcrumbs a:focus {
        text-decoration: none;
    }

.fa-stack {
    position: inherit;
}

.headerSideBlock {
    width:100%;
/*    height: 163px;
*/}
.textsideblock {
    padding: 10px;
    background: #f7f7f7;
    margin-bottom: 30px;
}
.navbar-toggle {
    background: #f7f7f7;
}
.footer-list li {
    /*    margin-left: 14px;*/
}

.spacer-large {
    margin-top: 40px;
}

.spacer-medium {
    margin-top: 20px;
}

.spacer-small {
    margin-top: 8px;
}

.table-striped > tbody > tr:nth-child(odd) {
    background-color: white;
}

.table-striped > tbody > tr:nth-child(even) {
    background-color: #f1f9fe;
}

/*Font awesome overrides*/
.navbar {
    background-color: white;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    color: #333;
}

.navbar-default .navbar-nav > li > a {
    color: black;
}

.blue {
    color: #2494F2;
}

fa-ul {
    margin-left: 10px;
}

    fa-ul footer-list {
        margin-left: 10px;
    }

.error {
    color: red;
}

.login-container .block-flat {
    background-color: rgba(255, 255, 255, 0.75)
}


.logo-img {
    background: url(/Content/Carex/Images/logo.png) no-repeat !important;
    margin-top: 0px;
    padding-left: 273px;
    padding-bottom: 109px;
}

.login-container .block-flat .header {
    background: transparent;
    border-bottom: none;
    height: 125px;
    margin-left: 34px;
    margin-right: 34px;
}

.navbar-default .navbar-brand {
    background: url('/Content/Carex/Images/logo-small.png') no-repeat; padding: 0 0 32px 80px;
    margin-top: 5px;
}