﻿/*From Direct Bootstrap Changes*/
:root {
    --btn-bg-color: #858585;
    --btn-prim-bg-color: #e3223e;
    --main-white-color: #ffffff;
    --main-black-color: #000000;
    --wizz-lgrey-color: #e0e0e0;
    --wizz-dgrey-color: #555555;
    --wizz-li-bg-color: #be0005;
    --wizz-li-color: #5bc0de;
    --round-span-color: #333333;
    --cust-help-title-color: #6699FF;
}

html {
    font-family: "Aleo", Arial, sans-serif;
}

body {
    font-family: "Aleo", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 9pt;
    padding-top: 50px;
    padding-bottom: 20px;
    min-height: 400px;
}

button {
    font-family: "Bebas Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12pt;
    height: 45px;
    background-color: #858585;
    border: 0px;
}

.form-control {
    height: 33px;
    font-size: 9pt;
}

.btn {
    /*display: inherit;*/
    padding: 13px 12px 13px 12px;
    margin-right: 15px;
    font-family: "Bebas Neue", "Aleo", sans-serif, Arial;
    font-size: 12pt;
    height: 45px;
    border: none;
    border-radius: inherit;
}

.btn-default {
    color: #ffffff;
    background-color: #858585;
    border-color: inherit;
}

    .btn-default:focus,
    .btn-default.focus {
        color: #ffffff;
        background-color: #858585;
        border-color: inherit;
    }

    .btn-default:hover {
        color: #ffffff;
        background-color: #858585;
        border-color: inherit;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #ffffff;
        background-color: #858585;
        border-color: inherit;
    }

        .btn-default:active:hover,
        .btn-default.active:hover,
        .open > .dropdown-toggle.btn-default:hover,
        .btn-default:active:focus,
        .btn-default.active:focus,
        .open > .dropdown-toggle.btn-default:focus,
        .btn-default:active.focus,
        .btn-default.active.focus,
        .open > .dropdown-toggle.btn-default.focus {
            color: #ffffff;
            background-color: inherit;
            border-color: inherit;
        }

.btn-primary {
    background-color: #e3223e;
    border-color: inherit;
}

    .btn-primary:focus,
    .btn-primary.focus {
        background-color: #e3223e;
        border-color: inherit;
    }

    .btn-primary:hover {
        background-color: #e3223e;
        border-color: inherit;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-color: #e3223e;
        border-color: inherit;
    }

        .btn-primary:active:hover,
        .btn-primary.active:hover,
        .open > .dropdown-toggle.btn-primary:hover,
        .btn-primary:active:focus,
        .btn-primary.active:focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .btn-primary:active.focus,
        .btn-primary.active.focus,
        .open > .dropdown-toggle.btn-primary.focus {
            background-color: #e3223e;
            border-color: inherit;
        }

    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus {
        background-color: #e3223e;
        border-color: inherit;
    }

.btn-danger {
    border-color: inherit;
}

    .btn-danger:focus,
    .btn-danger.focus {
        border-color: inherit;
    }

    .btn-danger:hover {
        border-color: inherit;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        border-color: inherit;
    }

        .btn-danger:active:hover,
        .btn-danger.active:hover,
        .open > .dropdown-toggle.btn-danger:hover,
        .btn-danger:active:focus,
        .btn-danger.active:focus,
        .open > .dropdown-toggle.btn-danger:focus,
        .btn-danger:active.focus,
        .btn-danger.active.focus,
        .open > .dropdown-toggle.btn-danger.focus {
            border-color: inherit;
        }

.nav-pills > li > a {
    border-radius: inherit;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #e3223e;
}

.navbar-default {
    /*background-color: #ffffff;*/
    border-color: transparent;
}

    .navbar-default .navbar-text {
        font-size: 12pt;
        font-family: "Bebas Neue", "Aleo", sans-serif, Arial;
        /*color: #000000;*/
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 18pt;
        font-family: "Bebas Neue", "Aleo", sans-serif, Arial;
        text-transform: uppercase;
        /*color: #000000;*/
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            /*color: #e3223e;*/
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        /*color: #e3223e;*/
        background-color: transparent;
    }

.panel-primary > .panel-heading {
    color: #000000;
    font-size: 15pt;
    border-bottom: 1px solid #a1a1a1;
}

#profile-options {
    display: none;
    z-index: 100;
    background-color: #eeeeee;
    position: absolute;
    border: solid;
    border-color: #808080;
    border-width: thin;
}

.dataProcessing {
    font-size: 12pt;
}

.error-text-color {
    color: #be0005;
}

.popover-title {
    font-size: 12pt;
}

.popover-content {
    font-size: 9pt;
}

div.btn-group-sm a.btn {
    height: inherit;
}

div.btn-group-sm a:last-child {
    margin-right: 0;
}

button.close {
    height: inherit;
}

#btnSubmit.pull-right {
    margin-right: 0;
}
/*From Direct Bootstrap Changes*/

/*Footer*/
.connect-with-us {
    min-height: 111px
}

    .connect-with-us ul {
        width: 210px
    }

@media (min-width:38.75em) {
    .connect-with-us ul {
        width: auto;
    }

    .connect-with-us li:last-child {
        margin-right: 0
    }
}

.connect-with-us li:first-child,
.connect-with-us li:last-child {
    margin-top: 16px
}

.connect-with-us li:nth-child(2),
.connect-with-us li:nth-child(3) {
    margin-top: 4px
}
/*Footer*/

/*Changes From Orkin File*/
li {
    padding-bottom: 0;
}

.navigation-large ul.top-level {
    min-height: 65px
}

.navigation-large {
    margin-top: 14px
}

@media (min-width:76.1875em) {
    .site-header {
        height: inherit;
    }

    .header-middle {
        width: 968px;
    }
}
/*Changes From Orkin File*/

.error-modal-message {
    text-align: left;
    color: #cc0000 !important;
    padding-left: 0px;
}

.header-logo-small {
    width: 100% !important;
    border-bottom: 0px !important;
}

.error_login {
    color: #be0005;
    text-decoration: underline;
}
