﻿.fl {
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    background-color: #bfbfbf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px;
}

    .fl.important {
        background-color: #c43c35;
    }

    .fl.warning {
        background-color: #f89406;
    }

    .fl.success {
        background-color: #46a546;
    }

    .fl.notice {
        background-color: #62cffc;
    }

/*Overrides*/
.breadcrumb > .active {
    color: #000;
}

.actions {
    text-align: center;   
}

body {
    color: #000 !important;
}

.site-slogan {
    color: #000 !important;
}

.main-container {
    padding: 10px 0 !important;
}

.btn.btn-xs {
    padding: 3px;
    font-size: 12px;
    min-width: 32px;
    margin: 2px !important;
}

.btn {
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    min-width: 160px;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    margin: 10px !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn.search {
    margin: 2px !important;
    min-width: 80px !important;
}

.form-block {
    border: 1px solid #c0c0c0 !important;
    background-color: #ffffff !important;
}

footer {
    position: absolute !important;
    left: 0 !important;
    width: 100%;
}

.subfooter {
    color: #333 !important;
}
.gray-bg {
    background-color: #F1F1F1 !important;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.13) !important;
    position: none !important;
}
.box-style-1 i {
    color: #000000;
}


.loading-box {
    position: fixed;
    text-align: center;
    top: 175px;
    width: 100%;
    z-index: 999;
}

    .loading-box .wrapper {
        background-color: rgba(249, 237, 190, 0.8);
        border: 1px solid rgba(240, 195, 109, 0.8);
        -webkit-border-radius: 2px 2px 2px 2px;
        -moz-border-radius: 2px 2px 2px 2px;
        -ms-border-radius: 2px 2px 2px 2px;
        border-radius: 2px 2px 2px 2px;
        -webkit-box-shadow: 1px 1px 2px #B9B9B9;
        -moz-box-shadow: 1px 1px 2px #B9B9B9;
        -ms-box-shadow: 1px 1px 2px #B9B9B9;
        box-shadow: 1px 1px 2px #B9B9B9;
        padding: 10px 20px;
        margin-top: 2px;
        min-width: 140px;
        display: inline-block;
    }

        .loading-box .wrapper img {
            vertical-align: text-bottom;
        }

        .loading-box .wrapper span {
            margin-left: 5px;
        }
        .img-loader {
    display: inherit;
}