﻿@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,400italic,300italic,700,700italic,900italic,900);

body {
    margin: 0;
    font-family: "Lato", "Helvetica", "Arial", sans-serif;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 1.5em;
    background-color: #eaeef2;
}

#content {
    padding: 30px;
    position: relative;
}

/**********************
    Layout Styling
 **********************/
#header {
    height: 60px !important;
    /*padding: 15px;*/
    box-shadow: 0 1px 3px rgba(0,0,0,0), 0 2px 2px rgba(0,0,0,0.1);
    background-image: linear-gradient(to bottom,#fff,#fff);
}

    /**********************
    Header Styling
 **********************/

    #header > :first-child, aside {
        width: 260px;
    }

.header-profile-container {
    padding: 0;
    height: 60px !important;
    margin-left: 30px;
}

    .header-profile-container img {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        margin-top: -7px;
    }

    .header-profile-container h4 {
        margin-top: 10px
    }

.header-profile-element {
    display: inline-block;
    height: 40px;
}

.header-profile-container span {
    margin-left: 15px;
    font-size: 16px;
    font-weight: 300;
    line-height: 60px;
}

.header-menu {
    height: 60px !important;
    padding: 5px;
}

/**********************
    Logo header Styling
 **********************/

#logo-group {
    padding: 10px;
    height: 60px !important;
    background-color: #8e2c48;
    box-shadow: 0 1px 3px rgba(0,0,0,0), 0 2px 2px rgba(0,0,0,0.1);
}

#logo img {
    width: 185px;
}

#logo {
    /*display: inline-block;
    width: 175px;*/
    width: 210px;
    margin-top: 0;
    margin-left: 0;
}

#logo-group > span {
    height: 39px;
    padding-left: 15px;
    padding-top: 4px;
}


/**********************
    Aside Styling
 **********************/

#left-panel {
    padding-top: 60px;
}

aside {
    background: linear-gradient(to right,#1d232a 93%,#1d232a 100%);
    box-shadow: 0 1px 3px rgba(0,0,0,0), 3px 2px 2px rgba(0,0,0,0.1);
}

nav ul {
    padding: 10px 0;
}

    nav ul li a {
        height: 50px;
        font-size: 16px;
    }

    nav ul b {
        font-size: 16px;
    }

    nav ul ul {
        background: rgb(30, 35, 43);
        padding: 0;
    }

        nav ul ul li > a {
            font-size: 16px;
            height: 40px;
        }

nav > ul ul li::before {
    border-top: 0;
}

nav > ul > li > ul::before {
    border-left: 0;
}

nav > ul > li:last-child.open {
    border-bottom: 1px solid rgb(30, 35, 43);
}

/*login info on side panel*/
.login-info {
    height: 100px;
    box-shadow: 0 1px 3px rgba(0,0,0,0), 0 2px 2px rgba(0,0,0,0.1);
    color: #fff;
    background-color: #942b47;
}

    .login-info > span {
        height: 100px;
        display: block;
        padding: 0 50px;
        border-bottom: 0;
        margin-top: 25px;
    }

    .login-info a span {
        font-size: 18px;
        font-weight: 500;
    }

    .login-info a {
        margin-left: 5px;
        color: #fff;
    }

/**********************
    Minified Styling
 **********************/

.minified nav ul {
    padding: 0;
}

.minified .login-info span {
    padding: 0 6px 0 0;
    text-align: center;
    height: 39px;
    margin-top: 0;
}

.minified nav ul > li > a {
    padding: 15px 10px;
    display: block;
}

.aside-contact {
    text-align: center;
    color: white;
    margin-top: 100px;
}

.minified .aside-contact {
    display: none;
}

.hidden-menu #left-panel {
    left: -260px;
}

@media (max-width: 767px) {

    .hidden-menu #left-panel {
        left: 0;
    }

    #left-panel {
        left: -260px;
    }
}

@media only screen and (max-width: 679px) and (min-width: 0) {
    .hidden-menu #left-panel {
        left: 0;
    }

    #left-panel {
        left: -260px;
    }
}

@media only screen and (max-width: 979px) and (min-width: 768px) {
    .hidden-menu #left-panel {
        left: 0;
    }

    #left-panel {
        left: -260px;
    }
}

/**********************
    Text Styling
 **********************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-weight: 400;
    font-family: "Lato", "Helvetica", "Arial", sans-serif;
    /*margin: 30px 0 15px;*/
}

h1, .h1 {
    font-size: 52px;
}

h2, .h2 {
    font-size: 36px;
}

h3, .h3 {
    font-size: 28px;
    margin: 20px 0 10px;
}

h4, .h4 {
    font-size: 22px;
    line-height: 30px;
}

h5, .h5 {
    font-size: 16px;
    margin-bottom: 15px;
}

h6, .h6 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}


    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
        color: #9A9A9A;
        font-weight: 400;
        line-height: 1.5;
    }

h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
    font-size: 60%;
}

h1 .subtitle {
    display: block;
    margin: 0 0 30px;
}

.text-muted {
    color: #9A9A9A;
}

.text-primary, .text-primary:hover {
    color: #1D62F0 !important;
}

.text-info, .text-info:hover {
    color: #1DC7EA !important;
}

.text-success, .text-success:hover {
    color: #4cae4c !important;
}

.text-warning, .text-warning:hover {
    color: #fbbc05 !important;
}

.text-danger, .text-danger:hover {
    color: #d9534f !important;
}

/**********************
    Tab Panel
 **********************/
.tab-content > .active {
    padding: 0 10px;
}

.tab-button-padding {
    padding-top: 7px;
}

.tab-add-button-margin {
    margin-bottom: 5px;
    margin-top: -10px;
}

.nav-container {
    display: block;
    width: 100%;
    text-align: center;
}

.nav-icons > li {
    display: inline-block;
}

    .nav-icons > li > a {
        padding: 0 10px;
    }

    .nav-text > li > a, .nav-icons > li > a {
        display: block;
        text-align: center;
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

        .nav-icons > li > a i {
            width: 22px;
        }

.contact-row:hover {
    background-color: #f5f5f5;
    border-radius: 5px;
}
/**********************
    A Styling
 **********************/
a:hover, a:focus {
    color: #8e2c48;
}

.muted-back-link {
    color: #65646a;
    padding-top: 7px;
    padding-right: 15px;
}

a {
    color: #1DC7EA;
}

    a:hover, a:focus {
        color: #42d0ed;
        text-decoration: none;
    }

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent;
}

/**********************
    Element Styling
 **********************/

.hide-element {
    display: none;
}

.show-element {
    display: inline;
}

.approved {
    color: white;
    background-color: green;
}

.pending {
    color: white;
    background-color: #fbbc05;
}

.denied {
    color: white;
    background-color: red;
}

/**********************
    Button Styling
 **********************/
.btn {
    border-width: 2px;
    background-color: transparent;
    font-weight: 400;
    /*opacity: 0.8;*/
    filter: alpha(opacity=80);
    /*padding: 8px 16px;*/
    border-color: #888888;
    color: #888888;
}


#btn-form {
    min-width: 130px;
    font-size: 16px;
}

.btn:active, .btn.active, .open > .btn.dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
}

.btn.btn-fill {
    color: #FFFFFF;
    background-color: #888888;
    opacity: 1;
    filter: alpha(opacity=100);
}

    .btn.btn-fill:hover, .btn.btn-fill:focus, .btn.btn-fill:active, .btn.btn-fill.active, .open > .btn.btn-fill.dropdown-toggle {
        background-color: #777777;
        color: #FFFFFF;
    }

    .btn.btn-fill .caret {
        border-top-color: #FFFFFF;
    }



.btn-tab-maroon {
    color: #65646a;
    /*border-color: #eaeef2;*/
    border-color: #ffffff;
    width: 110px;
}

    .btn-tab-maroon .btn-tab-maroon:hover, .btn-tab-maroon:focus, .btn-tab-maroon:active, .btn-tab-maroon.active, .open > .btn-tab-maroon.dropdown-toggle {
        background-color: transparent;
        color: #8e2c48;
        border-color: #8e2c48;
    }

.btn-tab-warning {
    color: #65646a;
    /*border-color: #eaeef2;*/
    border-color: #ffffff;
}

    .btn-tab-warning .btn-tab-warning:hover, .btn-tab-warning:focus, .btn-tab-warning:active, .btn-tab-warning.active, .open > .btn-tab-warning.dropdown-toggle {
        background-color: transparent;
        color: #ED8D00;
        border-color: #ED8D00;
    }

.btn-tab-success {
    color: #65646a;
    /*border-color: #eaeef2;*/
    border-color: #ffffff;
}

    .btn-tab-success .btn-tab-success:hover, .btn-tab-success:focus, .btn-tab-success:active, .btn-tab-success.active, .open > .btn-tab-success.dropdown-toggle {
        background-color: transparent;
        color: #049F0C;
        border-color: #049F0C;
    }

.btn-success.btn-fill:hover, .btn-success.btn-fill:focus, .btn-success.btn-fill:active, .btn-success.btn-fill.active, .open > .btn-success.btn-fill.dropdown-toggle {
    background-color: #049F0C;
    border-color: #049F0C;
    color: #FFFFFF;
}

.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
    color: #398439;
    background-color: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
}

.btn-warning.btn-fill:hover, .btn-warning.btn-fill:focus, .btn-warning.btn-fill:active, .btn-warning.btn-fill.active, .open > .btn-warning.btn-fill.dropdown-toggle {
    background-color: #ED8D00;
    color: #FFFFFF;
    border-color: #ED8D00;
}

.btn-info.btn-fill:hover, .btn-info.btn-fill:focus, .btn-info.btn-fill:active, .btn-info.btn-fill.active, .open > .btn-info.btn-fill.dropdown-toggle {
    background-color: transparent;
    color: #42d0ed;
    border-color: #42d0ed;
}

.btn-info:hover, .btn-info:active, .btn-info:focus, .btn-info.active, .open > .dropdown-toggle.btn-info .btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
    color: #269abc;
    background-color: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
}

    .btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
        color: #269abc;
        background-color: rgba(0,0,0,0);
        border-color: rgba(0,0,0,0);
    }

.btn-muted.btn-fill:hover, .btn-muted.btn-fill:focus, .btn-muted.btn-fill:active, .btn-muted.btn-fill.active, .open > .btn-muted.btn-fill.dropdown-toggle {
    background-color: transparent;
    color: #888888;
    border-color: #888888;
}

.btn-muted {
    padding: 4px !important;
}

    .btn-muted:hover {
        color: #333;
        background-color: transparent;
        border-color: transparent;
    }

.btn-danger {
    border-color: #EE2D20;
    color: #EE2D20;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
        background-color: transparent;
        color: #d9534f;
        border-color: transparent;
    }

    .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger:disabled, .btn-danger:disabled:hover, .btn-danger:disabled:focus, .btn-danger:disabled.focus, .btn-danger:disabled:active, .btn-danger:disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
        background-color: transparent;
        border-color: #EE2D20;
    }

    .btn-danger.btn-fill {
        color: #FFFFFF;
        background-color: #EE2D20;
        opacity: 1;
        filter: alpha(opacity=100);
    }

        .btn-danger.btn-fill:hover, .btn-danger.btn-fill:focus, .btn-danger.btn-fill:active, .btn-danger.btn-fill.active, .open > .btn-danger.btn-fill.dropdown-toggle {
            background-color: #d9534f;
            color: #FFFFFF;
        }

        .btn-danger.btn-fill .caret {
            border-top-color: #FFFFFF;
        }

    .btn-danger .caret {
        border-top-color: #EE2D20;
    }



.btn-primary.btn-fill {
    color: #FFFFFF;
    background-color: #3472F7;
    opacity: 1;
    filter: alpha(opacity=100);
}

    .btn-primary.btn-fill:hover, .btn-primary.btn-fill:focus, .btn-primary.btn-fill:active, .btn-primary.btn-fill.active, .open > .btn-primary.btn-fill.dropdown-toggle {
        background-color: #1D62F0;
        color: #FFFFFF;
    }

    .btn-primary.btn-fill .caret {
        border-top-color: #FFFFFF;
    }

.btn-success {
    border-color: #4cae4c;
    color: #4cae4c;
}

    .btn-success.btn-fill {
        color: #FFFFFF;
        background-color: #4cae4c;
        opacity: 1;
        filter: alpha(opacity=100);
    }

        .btn-success.btn-fill:hover, .btn-success.btn-fill:focus, .btn-success.btn-fill:active, .btn-success.btn-fill.active, .open > .btn-success.btn-fill.dropdown-toggle {
            background-color: #049F0C;
            color: #FFFFFF;
        }

        .btn-success.btn-fill .caret {
            border-top-color: #FFFFFF;
        }

    .btn-success:hover {
        color: #398439;
        background-color: rgba(0,0,0,0);
        border-color: rgba(0,0,0,0);
    }

.btn-panel {
    width: 115px;
}

.btn-fortegra-maroon {
    border-color: #8e2c48;
    color: #8e2c48;
}

    .btn-fortegra-maroon.btn-fill {
        color: #FFFFFF;
        background-color: #8e2c48;
        opacity: 1;
        filter: alpha(opacity=100);
    }

        .btn-fortegra-maroon.btn-fill:hover, .btn-fortegra-maroon.btn-fill:focus, .btn-fortegra-maroon.btn-fill:active, .btn-fortegra-maroon.btn-fill.active, .open > .btn-fortegra-maroon.btn-fill.dropdown-toggle {
            background-color: #942b48;
            color: #FFFFFF;
        }

        .btn-fortegra-maroon.btn-fill .caret {
            border-top-color: #FFFFFF;
        }

    .btn-fortegra-maroon:disabled {
        background-color: #D4D4D4
    }

.btn-info {
    border-color: #1DC7EA;
    color: #1DC7EA;
}

    .btn-info.btn-fill {
        color: #FFFFFF;
        background-color: #1DC7EA;
        opacity: 1;
        filter: alpha(opacity=100);
    }

        .btn-info.btn-fill:hover, .btn-info.btn-fill:focus, .btn-info.btn-fill:active, .btn-info.btn-fill.active, .open > .btn-info.btn-fill.dropdown-toggle {
            background-color: #42d0ed;
            color: #FFFFFF;
        }

        .btn-info.btn-fill .caret {
            border-top-color: #FFFFFF;
        }

.btn-warning {
    border-color: #fbbc05;
    color: #fbbc05;
}

    btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
        background-color: transparent;
        color: #fbbc05;
        border-color: transparent;
    }

    .btn-warning.btn-fill {
        color: #FFFFFF;
        background-color: #fbbc05;
        opacity: 1;
        filter: alpha(opacity=100);
    }

        .btn-warning.btn-fill:hover, .btn-warning.btn-fill:focus, .btn-warning.btn-fill:active, .btn-warning.btn-fill.active, .open > .btn-warning.btn-fill.dropdown-toggle {
            background-color: #ED8D00;
            color: #FFFFFF;
        }

        .btn-warning.btn-fill .caret {
            border-top-color: #FFFFFF;
        }

    .btn-warning .caret {
        border-top-color: #fbbc05;
    }

/*IS THIS NEEDED????*/
/*button.btn {
    min-width: 105px;
    /*height: 40px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}*/



/*button.btn:hover {
    opacity: 0.6;
    color: #333;
}

    button.btn:active {
        outline: 0;
        opacity: 0.6;
        color: #fff;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        button.btn:focus,
        button.btn:active:focus,
        button.btn.active:focus {
            outline: 0;
            opacity: 0.6;
            color: #fff;
        }

    button.btn.btn-next,
    button.btn.btn-next:focus,
    button.btn.btn-next:active:focus, button.btn.btn-next.active:focus {
        background: #8e2c48;
    }

    button.btn.btn-submit,
    button.btn.btn-submit:focus,
    button.btn.btn-submit:active:focus, button.btn.btn-submit.active:focus {
        background: #8e2c48;
    }

    button.btn.btn-previous,
    button.btn.btn-previous:focus,
    button.btn.btn-previous:active:focus, button.btn.btn-previous.active:focus {
        background: #bbb;
    }*/

.btn-no-border {
    border-color: rgba(255, 255, 255, 0);
    padding: 0;
}

.tooltip-button {
    padding: 0px;
    color: #9A9A9A;
    min-width: 0;
    border-color: rgba(255, 255, 255, 0);
}


    .tooltip-button:hover {
        color: #8e2c48;
    }

.tooltip-inner {
    color: #333;
    background-color: #eaeef2;
    font-family: "Lato", "Helvetica", "Arial", sans-serif;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #eaeef2;
}

.add-all-states-row {
    padding: 10px 15px;
}

.add-all-states-button {
    padding: 0px;
    color: #1DC7EA;
    min-width: 0;
    border-color: rgba(255, 255, 255, 0);
}

    .add-all-states-button:hover, .add-all-states-button:focus {
        color: #42d0ed;
    }

.fa-details {
    font-size: 18px;
}

.add-contact-btn {
    margin-right: 10px;
}

/**********************
    Breadcrumb Styling
 **********************/

.breadcrumb-icon {
    padding-bottom: 3px;
    padding-right: 3px;
    font-size: 18px;
}

.breadcrumb-wrapper {
    padding-bottom: 8px
}

.btn-arrow-right,
.btn-arrow-default {
    border-width: 0;
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
}

.btn-arrow-default {
    padding-left: 24px;
}

.btn-arrow-right {
    padding-left: 36px;
}

    .btn-arrow-default:before,
    .btn-arrow-default:after,
    .btn-arrow-right:before,
    .btn-arrow-right:after {
        content: "";
        position: absolute;
        top: 5px; /* move it down because of rounded corners */
        width: 24px; /* same as height */
        height: 24px; /* button_outer_height / sqrt(2) */
        background: inherit; /* use parent background */
        border: inherit; /* use parent border */
        border-left-color: transparent; /* hide left border */
        border-bottom-color: transparent; /* hide bottom border */
        border-radius: 0px 4px 0px 0px; /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
        -webkit-border-radius: 0px 4px 0px 0px;
        -moz-border-radius: 0px 4px 0px 0px;
    }

    .btn-arrow-default:before,
    .btn-arrow-default:after,
    .btn-arrow-right:before,
    .btn-arrow-right:after {
        transform: rotate(45deg); /* rotate right arrow squares 45 deg to point right */
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .btn-arrow-right:before { /* align the "before" square to the left */
        left: -11px;
    }

    .btn-arrow-default:after,
    .btn-arrow-right:after { /* align the "after" square to the right */
        right: -10px;
    }

    .btn-arrow-default:after,
    .btn-arrow-right:after { /* bring arrow pointers to front */
        z-index: 1;
    }

    .btn-arrow-right:before { /* hide arrow tails background */
        background-color: #eaeef2;
    }

.btn-arrow-default:before {
    background-color: rgba(255, 255, 255, 0);
}

.btn-remove-service {
    margin-top: 33px;
}

.btn-add-service {
    margin-top: 24px;
}


/**********************
    Card Styling
 **********************/
.card {
    border-radius: 4px;
    background-color: #FFFFFF;
    /*margin-bottom: 30px;*/
}

    .card .card-image {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

.card-user .author {
    text-align: center;
    text-transform: none;
    margin-top: -20px;
}

.card .title {
    color: #ffffff;
    display: inline-flex;
    vertical-align: middle;
}

.card .header {
    padding: 15px 15px 0;
}


.card .category i,
.card label i {
    font-size: 16px;
}

.card label {
    font-size: 80%;
    font-weight: 600;
    color: #9A9A9A;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.label-danger,
.badge-danger {
    background-color: #d9534f;
    color: #FFFFFF;
}

.label-warning,
.badge-warning {
    background-color: #fbbc05;
    color: #FFFFFF;
}

.label-success,
.badge-success {
    background-color: #4cae4c;
    color: #FFFFFF;
}

.label-pending,
.badge-pending {
    background-color: #1DC7EA;
    color: #FFFFFF;
}

.details-label {
    font-weight: 600;
    color: #1d232a;
    margin-bottom: 0px;
    padding-right: 5px;
    /* text-transform: uppercase; */
}

.card .title {
    margin: 0;
    font-weight: 400;
}

.card .header {
    background-color: #63666a;
    padding: 30px 15px;
    border-radius: 4px;
}

.card .content {
    padding: 10px 30px;
    border-radius: 4px;
}

.card .footer {
    padding-top: 15px;
    background-color: transparent;
    line-height: 30px;
    border-bottom: 1px solid rgba(99,102,106, 0.2);
}

.claim-summary-box-container {
    padding: 15px 0 0 0;
    margin: 30px 0 40px 0;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    overflow: hidden;
}

/**********************
    Side menu Styling
 **********************/

nav > ul ul li a i {
    font-size: 20px !important;
    width: 30px !important;
    text-align: center !important;
    vertical-align: -4px !important;
    line-height: 1 !important
}

/**********************
    Card Styling
 **********************/
.card-user .content {
    padding: 30px;
}

.card-user .title {
    margin: 0;
    color: #8e2c48;
    font-weight: 400;
    display: block;
    line-height: 24px;
}

.card-member-create .title {
    margin: 0;
    color: #8e2c48;
    font-weight: 400;
    display: block;
    line-height: 24px;
}

.card-member-create .content {
    padding: 30px;
}

.card-member-create {
    min-height: 577px;
}

.card-info {
    min-height: 270px;
}

/**********************
    Image Styling
 **********************/
.center {
    display: block;
    margin: 0 auto;
    border-radius: 5px;
}

.vertical-align {
    display: inline-flex;
    vertical-align: middle;
}


.accordian-align {
    display: inline;
    vertical-align: middle;
}

.panel-title {
    line-height: 1.5em;
    color: #63666a;
}

.panel-icon {
    padding-top: 5px;
}

.panel-group {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}


/**********************
    Modal Styling
 **********************/
.modal-open .modal {
    padding-top: 100px;
}

.modal-body {
    padding: 15px 40px;
}

.modal-header {
    padding: 15px;
    background-color: #8e2c48;
    color: white;
}

.modal-body label {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    color: #9A9A9A;
}

div.pac-container {
    z-index: 1050 !important;
}

/**********************
    Error Message Styling
 **********************/
.validation-summary-errors {
    border: 0;
    border-radius: 5px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    margin-bottom: 5px;
}

/**********************
    Motor Club Box Styling
 **********************/
.MotorClub-summary-box-transparent {
    padding: 5px 50px;
    margin-bottom: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


.MotorClub-summary-box {
    padding: 15px 20px;
    background: #f7f7f7;
    margin-bottom: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .MotorClub-summary-box ul {
        padding: 1px;
        padding-left: 15px;
    }

        .MotorClub-summary-box ul li {
            padding: 0;
        }

.details {
    margin-bottom: 40px;
}
/**********************
    Form Styling
 **********************/
.form-control::-moz-placeholder {
    color: #DDDDDD;
    opacity: 1;
    filter: alpha(opacity=100);
}

.form-control:-moz-placeholder {
    color: #DDDDDD;
    opacity: 1;
    filter: alpha(opacity=100);
}

.form-control::-webkit-input-placeholder {
    color: #DDDDDD;
    opacity: 1;
    filter: alpha(opacity=100);
}

.form-control:-ms-input-placeholder {
    color: #DDDDDD;
    opacity: 1;
    filter: alpha(opacity=100);
}

.form-control {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px !important;
    color: #565656;
    padding: 8px 12px;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .form-control:focus {
        background-color: #FFFFFF;
        border: 1px solid #AAAAAA;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0 !important;
        color: #333333;
    }

.input-group-addon {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
}

.has-success .input-group-addon, .has-error .input-group-addon {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
}

.has-error .form-control:focus + .input-group-addon {
    border-color: #d9534f;
    color: #d9534f;
}

.has-success .form-control:focus + .input-group-addon {
    border-color: #4cae4c;
    color: #4cae4c;
}

.form-control:focus + .input-group-addon, .form-control:focus ~ .input-group-addon {
    background-color: #FFFFFF;
    border-color: #9A9A9A;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-right: 0 none;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
    border-left: 0 none;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #F5F5F5;
    color: #888888;
    cursor: not-allowed;
}

.input-group-btn .btn {
    border-width: 1px;
    /*padding: 9px 16px;*/
}

.input-group-btn .btn-default:not(.btn-fill) {
    border-color: #DDDDDD;
}

.input-group-btn:last-child > .btn {
    margin-left: 0;
}

.input-group-focus .input-group-addon {
    border-color: #eeeeee;
}

.input-group-addon {
    background-color: #f7f7f8
}

.form-control:focus {
    border: 1px solid #eeeeee;
}

.input-group-btn:last-child > .btn {
    background-color: #8e2c48;
}

/**********************
    Icon Styling
 **********************/

/*Make the material icons inline*/
.material-icons {
    display: inline-flex;
    vertical-align: middle;
}

.icon-active {
    color: #4cae4c
}

.icon-pending {
    color: #ED8D00
}

.icon-inactive {
    color: #EE2D20
}

.icon-extension {
    color: #999
}

/**********************
    Table Styling
 **********************/
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 5px 10px;
    vertical-align: middle;
}

/**********************
    Datatable Styling
 **********************/

table.dataTable thead .sorting {
    background: url('/Content/DataTables/images/sort_both.png') no-repeat center right;
    background-color: #fff;
}

table.dataTable thead .sorting_asc {
    background: url('/Content/DataTables/images/sort_asc.png') no-repeat center right;
    background-color: #fff;
}

table.dataTable thead .sorting_desc {
    background: url('/Content/DataTables/images/sort_desc.png') no-repeat center right;
    background-color: #fff;
}

table.dataTable thead .sorting_asc_disabled {
    background: url('/Content/DataTables/images/sort_asc_disabled.png') no-repeat center right;
    background-color: #fff;
}

table.dataTable thead .sorting_desc_disabled {
    background: url('/Content/DataTables/images/sort_desc_disabled.png') no-repeat center right;
    background-color: #fff;
}

table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: bold;
    background-color: #fff;
    font-size: 14px;
    color: #333;
}

/*.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border: 1px solid #ddd;
}*/
table.dataTable.no-footer {
    border-bottom: 1px solid #ccc;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 0;
}

table.dataTable tbody tr:hover {
    background-color: #f5f5f5;
    border-radius: 5px;
}

.dataTables_wrapper {
    background-color: white;
}

    .dataTables_wrapper .dataTables_info {
        clear: both;
        float: left;
        padding-top: 1.755em
    }

    .dataTables_wrapper .dataTables_paginate {
        float: right;
        text-align: right;
        padding-top: 1.25em
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button.current,
        .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
            color: #FFFFFF !important;
            border: 1px solid #8e2c48 !important;
            background-color: #8e2c48 !important;
            background: #8e2c48 !important;
            cursor: pointer;
        }

        .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
        .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
            cursor: default;
            color: #ffffff !important;
            background-color: #eeeeee;
            box-shadow: none;
            border: 1px solid #eeeeee;
        }

            .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
                cursor: default;
                color: #ffffff !important;
                background-color: #eeeeee !important;
                box-shadow: none;
                border: 1px solid #eeeeee !important;
            }

        .dataTables_wrapper .dataTables_paginate .paginate_button:active {
            outline: none;
            background-color: #63666a !important;
            border-color: #63666a !important;
        }

        .dataTables_wrapper .dataTables_paginate .paginate_button {
            box-sizing: border-box;
            display: inline-block;
            min-width: 1.5em;
            padding: 0.5em 1em;
            margin-left: 2px;
            text-align: center;
            text-decoration: none !important;
            cursor: pointer;
            color: #8e2c48 !important;
            border: 1px solid #eeeeee !important;
            border-radius: 2px;
            background-color: #FFFFFF;
        }

            .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
                background-color: #8e2c48 !important;
                background: #8e2c48 !important;
                border: 1px solid #8e2c48 !important;
            }

/*Print/Pdf data*/
div.dt-buttons {
    position: relative;
    padding-left: 10px;
}

button.dt-button, div.dt-button, a.dt-button {
    text-align: center;
    height: 40px;
    margin-right: 0.333em;
    padding: 0 20px;
    vertical-align: middle;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: #fff;
    background-color: #8e2c48;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9');
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

    button.dt-button:hover:not(.disabled), div.dt-button:hover:not(.disabled), a.dt-button:hover:not(.disabled) {
        border: 1px solid #8e2c48;
        background-color: #8e2c48;
        opacity: 0.9;
        background-image: none;
    }

.align-dt-header-right {
    text-align: right;
    width: 60px;
}

.align-dt-header-right-delete {
    width: 75px;
}

table.has-columns-hidden > tbody > tr.row-detail > td {
    background: #ffffff;
}

.dataTables_wrapper .dataTables_length {
    float: right !important;
    margin-top: 10px;
    margin-right: 15px;
}

.dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: unset;
}

.dataTables_filter {
    float: none;
    width: 100%;
}

    .dataTables_filter .input-group-addon {
        width: 49px;
        margin-top: 0;
        float: none;
        height: 40px;
        padding: 0;
    }

.card .category i, .card label i {
    font-size: 20px;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0;
}

div.dataTables_length select {
    width: inherit;
}

.dt-toolbar {
    background: #ffffff;
    padding-bottom: 15px;
    border-bottom: 0;
}

.dt-toolbar-footer {
    background: #ffffff;
    border-top: 0;
    margin-left: 5px;
    padding: 0;
}

.dt-toolbar > :first-child .DTTT, .dt-toolbar > :first-child .dataTables_filter > :only-child, .dt-toolbar > :first-child .dataTables_length, .dt-toolbar > :first-child .pagination {
    width: 70%;
}

.input-group {
    width: 100%;
}

.fa-lg {
    font-size: 20px;
}
/**********************
    Dashboard Widget Styling
 **********************/

.widget {
    border-radius: 5px;
    padding: 15px 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.navy-bg, .bg-primary {
    background-color: #1ab394;
    color: #ffffff;
}


/**********************
    Spacer Styling
 **********************/
.spacer {
    width: 150px;
    height: 3px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #65646a;
}

.spacer-card {
    width: 50%;
    height: 3px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #65646a;
}
/**********************
    Select2 Styling
 **********************/
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    min-height: 40px;
    overflow: hidden !important;
    height: auto !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    color: #565656;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #E3E3E3;
    border-radius: 0;
    cursor: text;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #555 transparent transparent transparent;
    }

.select2-container--default .select2-selection--single {
    border: 1px solid #e4e4e4;
    height: 40px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #565656;
        line-height: 40px;
        padding-left: 16px;
    }

/**********************
    Datepicker Styling
 **********************/
.datepicker.dropdown-menu {
    visibility: visible;
    opacity: 1;
    width: auto;
}
/*set current datepicker date to marron*/
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-image: linear-gradient(to bottom, #8e2c48, #8e2c48);
}

/*.datepicker-dropdown {
    top: 175px !important;
}*/


/**********************
    Dropzone
 **********************/
.dropzone {
    min-height: 140px;
    /*border: 1px dashed #333;*/
    background: white;
    padding: 20px 20px;
}

.dropzone-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

.dropzone .dz-message {
    font-size: 16px;
}

/**********************
    Login
 **********************/
body.login-container {
    background: url(/Img/login-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-box-container {
    width: 400px;
    background: #ffffff;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    margin: -200px 0 0 -200px;
}

.login-fortegra-logo {
    background: #ffffff;
    text-align: center;
    padding: 60px 30px 20px;
    border-radius: 4px 4px 0 0;
}

.login-form {
    padding: 30px 40px;
}

.sign-in-button {
    display: block;
    width: 100%;
    background-color: #970d48;
    border-color: #970d48;
    color: #ffffff;
}

    .sign-in-button:hover, .sign-in-button:focus, .sign-in-button:active, .sign-in-button:active:focus {
        background: #942b48;
        border-color: #942b48;
    }

.spacer {
    width: 150px;
    height: 3px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #65646a;
}

.spacer-card {
    width: 50%;
    height: 3px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #65646a;
}

.forgot-password-link {
    display: block;
    text-align: center;
    margin: 15px 0 0;
}

.login-form-input {
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 4px;
}

.checkbox-group-container {
    margin: 20px 0;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
}

    .checkbox-group-container .checkbox {
        padding: 10px;
        border-bottom: 1px solid #DDDDDD;
        margin: 0;
    }

.last-checkbox-group {
    border-bottom: none !important;
}



/**********************
    Footer Styling
 **********************/
#footer-content {
    margin-left: -30px;
    padding-top: 30px;
}

#main-content-footer {
    background-color: #65646a;
    line-height: 20px;
    /*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);*/
    /*position: static;
    bottom: 0;
    left: 260px;*/
    padding-right: 300px;
    z-index: 1999;
    bottom: 0;
    position: absolute;
    width: 100%;
    /*min-height: 60px;*/
}

.footer nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.social-icons {
    padding-top: 10px;
    margin-left: -8px;
}

.btn-round {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0;
}

    .btn-round i {
        font-size: 20px;
        top: 15px;
        position: relative;
    }

.btn.btn-maroon {
    color: #ffffff;
    text-align: center;
    border: 3px solid #8e2c48;
    background-color: #8e2c48;
    display: inline-block;
    height: 50px;
    width: 50px;
    margin-right: 5px;
    border-radius: 50%;
    transition: all 700ms;
    opacity: 1.0;
}

    .btn.btn-maroon:hover, .btn.btn-maroon.selected {
        background: #fff;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

.btn-create:hover {
    color: #8e2c48;
}

.btn-twitter:hover {
    color: #2BA9E0;
    border-color: #2BA9E0;
}

.btn-facebook:hover {
    color: #204385;
    border-color: #204385;
}

.btn-instagram:hover {
    color: #BAB1A8;
}

.btn-linkedin:hover {
    color: #015786;
    border-color: #015786;
}

.btn-google:hover {
    color: #D3492C;
    border-color: #D3492C;
}

.footer-link {
    color: #ffffff;
}
