﻿.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;
}

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: 100px;
    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;
}

.input-group-btn .btn {
    margin-left: -1px !important;
    height: 40px !important;
    margin-top: 0px !important;
}

.form-horizontal.well {
    padding-bottom: 0px !important;
}

.select2-drop {
    z-index: 1060 !important;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	opacity: 0.9 !important;
	filter: alpha(opacity=90) !important;
}

.select2-result-label {
     border: 1px solid #E8E8E8;
}

.select2-results .select2-highlighted {
    color: black;
    background-color: #FBEC88 !important;
}
.select2-result-selectable:nth-child(odd) {
     background-color: #F1F1F1;
}

.header-select2 {
    border-bottom: 1px solid #954DB3;
    background-color: #954DB3;
    color: #FFF;
    margin-right: -7px;
    margin-left: -7px;
    margin-top: -5px;
    margin-bottom: -5px;
    padding-top:5px;
    padding-bottom:5px;
}
        .wizard {
            margin: 20px auto;
            background: #fff;
        }

            .wizard .nav-tabs {
                position: relative;
                margin-bottom: 0;
                border-bottom-color: #e0e0e0;
            }

            .wizard > div.wizard-inner {
                position: relative;
            }

        .connecting-line {
            height: 2px;
            background: #e0e0e0;
            position: absolute;
            width: 80%;
            margin: 0 auto;
            left: 0;
            right: 0;
            top: 50%;
            z-index: 1;
        }

        .wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
            color: #555555;
            cursor: default;
            border: 0;
            border-bottom-color: transparent;
        }

        span.round-tab {
            width: 70px;
            height: 70px;
            line-height: 70px;
            display: inline-block;
            border-radius: 100px;
            background: #fff;
            border: 2px solid #e0e0e0;
            z-index: 2;
            position: absolute;
            left: 0;
            text-align: center;
            font-size: 25px;
        }

        .nav-tabs > li.active > a:after {
            background-color: #fff;
        }

        span.round-tab i {
            color: #555555;
        }

        .wizard li.active span.round-tab {
            background: #fff;
            border: 2px solid #954db3;
        }

            .wizard li.active span.round-tab i {
                color: #954db3;
            }

        span.round-tab:hover {
            color: #333;
            border: 2px solid #333;
        }

        .wizard .nav-tabs > li {
            width: 33%;
        }

        .wizard li:after {
            content: " ";
            position: absolute;
            left: 46%;
            opacity: 0;
            margin: 0 auto;
            bottom: 0px;
            border: 5px solid transparent;
            border-bottom-color: #954db3;
            transition: 0.1s ease-in-out;
        }

        .wizard li.active:after {
            content: " ";
            position: absolute;
            left: 46%;
            opacity: 1;
            margin: 0 auto;
            bottom: 0px;
            border: 10px solid transparent;
            border-bottom-color: #954db3;
        }

        .wizard .nav-tabs > li a {
            width: 70px;
            height: 70px;
            margin: 20px auto;
            border-radius: 100%;
            padding: 0;
        }

            .wizard .nav-tabs > li a:hover {
                background: transparent;
            }

        .wizard .tab-pane {
            position: relative;
        }

        .wizard h3 {
            margin-top: 0;
        }

        @@media( max-width : 585px ) {

            .wizard {
                width: 90%;
                height: auto !important;
            }

            span.round-tab {
                font-size: 16px;
                width: 50px;
                height: 50px;
                line-height: 50px;
            }

            .wizard .nav-tabs > li a {
                width: 50px;
                height: 50px;
                line-height: 50px;
            }

            .wizard li.active:after {
                content: " ";
                position: absolute;
                left: 35%;
            }
        }