@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-size: 14px;
    line-height: 20px;
    color: #333333;
    background-color: #eaeef2;
    height: 100%;
}

.white-background-box {
    background-color: #FFFFFF;
    padding: 20px 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#main-navigation {
    position: fixed;
    width: 260px;
    height: 100%;
    padding: 0;
    margin-top: 0px;
    overflow: hidden;
    background-color: #1d232a;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0),3px 2px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0),3px 2px 2px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 1px 3px rgba(0,0,0,0),3px 2px 2px rgba(0,0,0,0.1);
    -o-box-shadow: 0 1px 3px rgba(0,0,0,0),3px 2px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px rgba(0,0,0,0),3px 2px 2px rgba(0,0,0,0.1);
}

.show-element {
    display: inline;
}

.hide-element {
    display: none;
}

#top-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1999;
    width: 100%;
    max-height: 60px;
    min-height: 60px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0),0 2px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0),0 2px 2px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 1px 3px rgba(0,0,0,0),0 2px 2px rgba(0,0,0,0.1);
    -o-box-shadow: 0 1px 3px rgba(0,0,0,0),0 2px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px rgba(0,0,0,0),0 2px 2px rgba(0,0,0,0.1);
}

#main-content {
    display: block;
    margin-left: 260px;
}

#main-content-inner {
    margin-top: 60px;
    display: block;
    padding: 30px 30px 30px 30px;
}

.headline-row {
    margin-bottom: 20px;
}

.right-bottom-with-headline {
    margin-top: 25px;
}

.right-inline {
    margin-top: 2px;
}

.user-welcome-message {
    display: inline-block;
}

.fortegra-logo {
    background: #8e2c48 url(../img/fortegra-logo.png) no-repeat 35px;
    height: 60px;
    width: 260px;
    display: inline-block;
    text-indent: -5000px;
    float: left;
}

.table-top-search {
    padding: 30px;
    background: #d8dade;
}

.table-action-menu {
    text-align: right !important;
}

a.table-action-menu img {
    margin-left: 15px;
}

.form-control {
    width: 100%;
    height: 34px !important;
    padding: 6px 12px !important;
    line-height: 1.42857143 !important;
}

.form-control-textarea {
    width: 100%;
    padding: 6px 12px !important;
    line-height: 1.42857143 !important;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-columns-title {
    padding-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 30px;
}

.two-column-form-cta-container {
    padding-top: 20px;
    padding-bottom: 30px;
}

.file-upload-section {
    margin-bottom: 30px;
}

.dragableBox {
    background: #d5e7f9;
    border: 2px dashed #666666;
    text-align: center;
    padding: 85px 0;
    overflow: hidden;
}

.dropableBox {
    background: #c4e8c8;
    border: 2px dashed #666666;
    text-align: center;
    padding: 85px 0;
    overflow: hidden;
}

#dropZoneCreateEditUser {
    padding: 15px 15px;
    background: #d5e7f9;
    border: black dashed 3px;
    width: 100%;
    text-align: center;
}

    #dropZoneCreateEditUser .form-group {
        margin-bottom: 0px;
    }

#ProfileImage {
    margin-top: 6px;
}

#profile-image-preview {
    width: 35px;
    height: 35px;
    float: left;
    margin-right: 20px;
    border-radius: 50%;
}

#files {
    text-align: left;
}

.file-wrapper span {
    color: black;
    display: block;
}

.headline-row a {
    margin-top: 25px;
}

.select-duration-label {
    width: 25%;
    float: left;
    text-align: left !important;
}

.select-duration {
    width: 70% !important;
    float: left;
}

.dt-toolbar-footer {
    background: #d7d9de;
    overflow: hidden;
    padding-bottom: 20px;
}
/**********************
    PDF Viewer Popup
 **********************/
.ui-dialog .ui-dialog-titlebar {
    /* padding: .6em 1em !important;*/
    position: static !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute !important;
    right: 15px !important;
    top: 10px !important;
    width: 16px !important;
    margin: 0 !important;
    padding: 1px !important;
    height: 16px !important;
    z-index: 99;
    border: none;
    background: none;
    outline: none !important;
}

.ui-dialog .ui-widget-header .ui-icon {
    background: url('../Img/close.png') no-repeat !important;
    outline: none !important;
}

.ui-dialog .ui-dialog-content {
    padding: 1.5em 1em !important;
    overflow: hidden !important;
}

.ui-dialog-title {
    display: none;
}

.ui-dialog {
    padding: 0 !important;
}

    .ui-dialog .ui-widget-header {
        background: #fff !important;
        border: none !important;
        padding: 0px !important;
    }

    .ui-dialog .ui-icon-closethick {
        background-position: -98px -130px !important;
    }

    .ui-dialog .ui-dialog-buttonpane {
        margin: 0px !important;
    }

    .ui-dialog .ui-widget-content {
        border: none !important;
        background: #fff !important;
        padding: 7px !important;
        border-radius: 5px;
    }

/****************
    Tooltip    
 ****************/

.tooltip {
    min-width: 200px;
}

.tooltip-inner {
    min-width: 200px;
    text-align: left;
    padding: 10px 10px;
}



/****************
    Data Table
 ****************/

.dataTables_wrapper .dataTables_filter {
    float: left !important;
    text-align: left;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: right !important;
    padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
    float: left !important;
    text-align: left;
    padding-top: 0.25em;
}

.change-password-section {
    padding-top: 30px;
    margin-top: 40px;
    border-top: 1px solid #DDDDDD;
    padding-bottom: 20px;
    overflow: hidden;
}

.user-info-no-textfield {
    margin-top: 7px;
}

#searchResults tr td a img {
    margin: 5px 0;
}

/* Login Page */
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: 800px;
    background: #FFFFFF;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -400px;
}

.login-fortegra-logo {
    background: #232323;
    text-align: center;
    padding: 40px 0;
    border-radius: 4px 4px 0 0;
}

.login-form {
    padding: 40px;
}

.sign-in-button {
    display: block;
    width: 100%;
}

.forgot-password-link {
    display: block;
    text-align: center;
    margin: 15px 0 0;
}

.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: 0px;
    }

.last-checkbox-group {
    border-bottom: none !important;
}

.FortegraColor {
    color: #8e2c48;
}

.claim-titles h3 {
    margin: 10px 0;
}


.addAffiliationsButton {
    padding: 2px 10px 1px;
    font-size: 12px !important;
    margin-top: 0px;
    float: left;
    margin-left: 10px;
}

.addAffiliationsDropDown {
    min-width: 110px;
    float: left;
}

.createUserCancel {
    margin-top: 0px !important;
}


#listReportingUsers {
    margin-bottom: 0px;
}

    #listReportingUsers li {
        background: #fff;
        border-top: 1px solid #ddd;
        padding: 10px 0 10px 0;
    }

        #listReportingUsers li:nth-child(odd) {
            background: #f9f9f9;
            border-top: 1px solid #ddd;
            padding: 10px 0 10px 0;
        }

.li-table {
    background: #fff;
    padding: 20px 0px 0 0px
}

    .li-table ul {
        background: #fff;
        padding: 0 20px 20px 20px;
    }

.claim-approved {
    padding: 10px 20px 30px 120px;
    background: #c8eea7 url(../img/claim-approved.png) no-repeat 20px 18px;
    border-radius: 5px;
}

.claim-denied {
    padding: 10px 20px 30px 120px;
    background: #e9b4ab url(../img/claim-denied.png) no-repeat 20px 18px;
    border-radius: 5px;
}

.claim-in-process {
    padding: 10px 20px 30px 120px;
    background: #ece4a3 url(../img/claim-in-process.png) no-repeat 20px 18px;
    border-radius: 5px;
}

.claim-approved h3, .claim-denied h3, .laim-in-process h3 {
    margin-bottom: 5px;
}

.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;
}

.claim-summary-box {
    padding: 15px 20px;
    background: #f7f7f7;
    margin-bottom: 25px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.claim-description {
    border-top: 1px solid #DDDDDD;
    margin-top: 30px;
    padding: 30px 0 15px;
}

.claim-summary-box ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    border-top: 1px solid #DDDDDD;
}

    .claim-summary-box ul li {
        padding: 5px 0;
        margin: 0px;
        list-style: none;
        border-bottom: 1px solid #DDDDDD;
    }


.MotorClub-summary-box {
    padding: 15px 20px;
    background: #f7f7f7;
    margin-bottom: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}



h4.summaryBoxTitle {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}


.MotorClub-summary-box ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    /*border-top:1px solid #DDDDDD;*/
}

    .MotorClub-summary-box ul li {
        padding: 5px 0;
        margin: 0px;
        list-style: none;
        /*border-bottom:1px solid #DDDDDD;*/
    }


.MotorClub-Header {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    .MotorClub-Header.white {
        color: #fff;
    }


.MotorClub-ExpiryDate {
    margin-top: 20px;
    margin-bottom: 10px;
}

    .MotorClub-ExpiryDate.white {
        color: #fff;
    }

.details-label {
    font-weight: 600;
    color: #1d232a;
    margin-bottom: 0px;
    padding-right: 5px;
    /* text-transform: uppercase; */
}

.MotorClub-Active {
    padding: 10px 20px 30px 120px;
    background: #c8eea7 url(../img/claim-approved.png) no-repeat 20px 18px;
    border-radius: 5px;
}

.MotorClub-Canceled {
    padding: 10px 20px 30px 120px;
    background: #ec944e url(../img/claim-canceled.png) no-repeat 20px 18px;
    border-radius: 5px;
}

.MotorClub-Pending {
    padding: 10px 20px 30px 120px;
    background: #b1a701 url(../img/claim-in-process.png) no-repeat 20px 18px;
    border-radius: 5px;
}

.MotorClub-Expired {
    padding: 10px 20px 30px 120px;
    background: #e54646 url(../img/claim-expired.png) no-repeat 20px 18px;
    border-radius: 5px;
}

.info-only-row {
    margin-top: 8px;
}

.delete-info-section {
    background: #f7f7f7;
    padding: 30px 20px 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.claim-details-tabs {
}

.edit-create-user-dropzone #dropZone {
    padding: 0px !important;
}

.user-after-checkbox {
    margin-top: 20px;
}

    .user-after-checkbox .col-sm-8 {
        margin-top: 8px;
    }

.user-checkbox-container {
    margin-bottom: 10px;
}

    .user-checkbox-container label {
        font-weight: bold;
    }

.right-bottom5-left10 {
    margin-bottom: 5px;
    margin-left: 10px;
}

/* Custom Bootstrap */
.btn-primary {
    color: #fff;
    background-color: #8e2c48;
    border-color: #8e2c48;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #63666a;
        border-color: #63666a;
    }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #8e2748;
    border-color: #8e2748;
}

.tab-pane {
    padding: 20px 0;
}

.user-permission-box .checkbox {
    padding: 25px 15px;
    border-bottom: 1px solid #DDDDDD;
    margin: 0px;
}

    .user-permission-box .checkbox label {
        padding-left: 30px;
    }

        .user-permission-box .checkbox label span {
            font-size: 18px;
        }

    .user-permission-box .checkbox input[type=checkbox] {
        margin-left: -30px;
    }

.user-permission-title {
    margin-bottom: 0px;
}

.MotorClubStatusActive:before {
    content: ' \25CF';
    font-size: 20px;
    color: #7ad980;
    margin-right: 10px;
}

.MotorClubStatusInActive:before {
    content: ' \25CF';
    font-size: 20px;
    color: #a5a5a5;
    margin-right: 10px;
}


.MotorClubStatusExpired:before {
    content: ' \25CF';
    font-size: 20px;
    color: #e54646;
    margin-right: 10px;
}


.MotorClubStatusCanceled:before {
    content: ' \25CF';
    font-size: 20px;
    color: #ec944e;
    margin-right: 10px;
}

.MotorClubStatusExtension {
    background: url(Img/scheduled.png) no-repeat 0 0;
    margin-right: 10px;
}



/* Modal Customization */

.modal-dialog {
    width: 600px;
    margin: 130px auto;
}

.modal-header {
    padding: 35px 15px 15px 15px;
    border-bottom: none;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 24px;
    text-align: center;
}

.modal-header .close {
    margin-top: -22px;
}

.modal-body {
    text-align: center;
    padding: 0px 10px 30px 10px;
    font-size: 16px;
}


/* ACCORDION */

#accordian {
    background: #15191e;
    width: 260px;
    margin: 0;
    color: #FFFFFF;
}

    #accordian ul {
        margin: 0px;
        padding: 0px;
    }
    /*heading styles*/
    #accordian h3 {
        font-size: 16px;
        font-weight: 400;
        line-height: 50px;
        padding: 0 10px 0 50px;
        margin: 0px;
        cursor: pointer;
        /*fallback for browsers not supporting gradients*/
        background: #1d232a url(../img/menu-icons.png) no-repeat scroll 6px -3px;
        border-left: 5px solid #1d232a;
    }

        #accordian h3:hover {
            border-left: 5px solid #8e2c48;
            background-color: #283039;
        }
        /*heading hover effect*/
        #accordian h3:hover {
            text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
        }
        /*iconfont styles*/
        #accordian h3 span {
            font-size: 16px;
            margin-right: 10px;
        }
    /*list items*/
    #accordian li {
        list-style-type: none;
    }
    /*links*/
    #accordian ul ul li a {
        color: white;
        text-decoration: none;
        font-size: 14px;
        line-height: 50px;
        display: block;
        padding: 0 15px 0 50px;
        /*transition for smooth hover animation*/
        transition: all 0.15s;
        border-left: 5px solid #15191e;
    }

        #accordian ul ul li a.active-submenu {
            background: #212529 url(../img/active-submenu.png) no-repeat right 20px;
            border-left: 5px solid #212529;
        }

            #accordian ul ul li a.active-submenu:hover {
                background: #050505 url(../img/active-submenu.png) no-repeat right 20px;
            }
        /*hover effect on links*/
        #accordian ul ul li a:hover {
            background: #050505;
            border-left: 5px solid #8e2c48;
        }
    /*Lets hide the non active LIs by default*/
    #accordian ul ul {
        display: none;
    }

    #accordian li.active ul {
        display: block;
    }

    #accordian li.active h3 {
        border-left: 5px solid #8e2c48;
        background-color: #283039;
    }

    #accordian h3.mobile-protection-menu {
        background-position: 6px -56px;
    }

    #accordian h3.credit-menu {
        background-position: 6px -114px;
    }

    #accordian h3.motor-club-menu {
        background-position: 6px -173px;
    }

    #accordian h3.warranty-icon {
        background-position: 6px -223px;
    }

    #accordian h3.trainings-menu {
        background-position: 6px -296px;
    }

    #accordian h3.users-menu {
        background-position: 6px -352px;
    }

    #accordian h3.settings-menu {
        background-position: 6px -411px;
    }

    #accordian h3.reports-menu {
        background-position: 6px -654px;
    }

.nav-badge {
    margin-top: 16px;
    background-color: #8e2748;
}

.bagde-green {
    background-color: lightgreen;
    color: #090909;
}

.badge-notify {
    background: #8e2c48;
    position: relative;
    top: -20px;
    left: -35px;
}

.portal-welcome-message {
    display: inline-block;
    margin: 0 0 0 30px;
    float: left;
}

    .portal-welcome-message img {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        margin-top: -7px;
    }

    .portal-welcome-message span {
        margin-left: 15px;
        font-size: 16px;
        font-weight: 300;
        line-height: 60px;
    }

.top-nav-right-menu {
    display: inline-block;
    float: right;
}


/* Top Menu */

.top-menu li a {
    padding: 20px 50px;
    border-left: 1px solid #eaeaea;
    background: url(../img/top-nav-icons.png) no-repeat 19px 17px;
    width: 25px;
    display: block;
    position: relative;
    min-height: 60px;
}

    .top-menu li a span.menutext {
        text-indent: -10000px;
        display: block;
    }

    .top-menu li a.top-nav-messages {
        background-position: 19px 17px;
    }

        .top-menu li a.top-nav-messages:hover {
            background-position: 19px -53px;
            background-color: #283039;
        }

    .top-menu li a.top-nav-help {
        background-position: -90px 17px;
    }

        .top-menu li a.top-nav-help:hover {
            background-position: -90px -53px;
            background-color: #283039;
        }

    .top-menu li a.top-nav-notifications {
        background-position: -200px 17px;
    }

        .top-menu li a.top-nav-notifications:hover {
            background-position: -200px -53px;
            background-color: #283039;
        }

    .top-menu li a.top-nav-settings {
        background-position: -315px 17px;
    }

        .top-menu li a.top-nav-settings:hover, .top-menu li a.top-nav-settings:focus {
            background-position: -315px -53px;
            background-color: #283039;
        }

        .top-menu li a.top-nav-settings + .dropdown-menu {
            background-color: #283039;
            right: -1px;
            padding: 0px;
            min-width: 300px;
        }

            .top-menu li a.top-nav-settings + .dropdown-menu > li > a {
                background: #283039;
                border: medium none;
                color: #ffffff;
                padding: 15px;
                text-align: left;
                width: auto;
                border-bottom: 1px solid #444444;
                min-height: auto;
            }

                .top-menu li a.top-nav-settings + .dropdown-menu > li > a:hover {
                    background: #1d232a;
                }

    .top-menu li a.top-nav-logout {
        background-position: -423px 17px;
    }

        .top-menu li a.top-nav-logout:hover {
            background-position: -423px -53px;
            background-color: #283039;
        }

    .top-menu li a span.badge {
        border-radius: 10px;
        padding-left: 6px;
        padding-right: 6px;
        position: absolute;
    }

.badge-notify {
    background: #d03b65;
    left: 52px;
    position: relative;
    top: 10px;
}

#userGrid_wrapper:before, .dataTables_wrapper:before, #searchResults:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    content: "";
    background-color: #d7d9de;
}

#dropZone {
    background: #d5e7f9;
    border: black dashed 3px;
    width: 100%;
    text-align: center;
    color: white;
    min-height: 256px;
    padding: 108px 50px; /* making form and drop zone same height */
}

#blockedZone {
    background: #d7d9de;
    border: black dashed 3px;
    width: 100%;
    font-size: 18px;
    text-align: center;
    color: black;
    min-height: 256px;
    padding: 108px 50px; /* making form and drop zone same height */
    cursor: not-allowed;
}



#dropZone.hover {
    background: #c4e8c8;
}

.boxfile {
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
}

    .boxfile + label {
        max-width: 80%;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        display: inline-block;
        overflow: hidden;
    }

.bar {
    height: 18px;
    background: green;
}

.input-file {
    position: relative;
    overflow: hidden;
}

    .input-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        -ms-filter: 'alpha(opacity=0)';
        opacity: 0;
        outline: none;
        background: white;
        cursor: pointer;
        display: block;
    }

.button {
    position: relative;
    overflow: hidden;
    font-family: inherit;
    padding: .5em 1em;
    color: #444;
    color: rgba(0,0,0,.8);
    border: 1px solid #999;
    border: 0 rgba(0,0,0,0);
    text-decoration: none;
    border-radius: 2px;
    display: inline-block;
    color: #fff;
    font-size: 0.8em;
    margin-left: 2px;
}

    .button:hover {
        box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.4);
        -moz-box-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.4);
    }

    .button:disabled {
        background-color: #D4D4D4;
        color: #B1B1B1;
        text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.52);
        box-shadow: none;
        -moz-box-box-shadow: none;
        -webkit-box-shadow: none;
    }

.btn-blue {
    background-color: #468296;
}

.progress {
    background-color: #FFF;
    height: 20px;
    overflow: hidden;
    display: none;
    /* border: 1px solid rgba(0, 0, 0, 0.3); */
    padding: 1px;
    width: 75%;
    border-radius: 6px;
    /* float: right; */
}

    .progress .progress-bar {
        background-color: #8E2C48;
        width: 0;
        height: 19px;
        float: left;
        text-align: center;
        border-radius: 6PX;
        font-size: 9px;
        box-shadow: inset 0px 0px 9px rgba(49, 74, 56, 0.42);
        -webkit-box-shadow: inset 0px 0px 9px rgba(49, 74, 56, 0.42);
        -moz-box-box-shadow: inset 0px 0px 9px rgba(49, 74, 56, 0.42);
    }


/* Data Table */

table.dataTable.no-footer {
    border-bottom: 1px solid #63666a;
}

.memberdetails {
    background-color: #d8dade !important;
}

.rowdetail {
    padding-bottom: 8px;
}

table.dataTable thead th {
    font-weight: bold;
    background-color: #63666a;
    color: #FFFFFF;
}

table.dataTable tfoot th {
    font-weight: bold;
    background-color: #d7d9de;
    color: #111;
    border-top: 2px solid #63666a;
    border-bottom: 1px solid #63666a;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #111
}

table.dataTable.display tbody tr.odd > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
    background-color: #f7fbff
}

.dataTables_wrapper .dataTables_length {
    float: right !important;
    margin: 20px 20px 10px 10px;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    margin: 15px 0 10px 0px;
}

    .dataTables_wrapper .dataTables_filter input {
        margin-left: 0px;
        border: 1px solid #AAA;
    }

.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;
        /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%) */
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
        cursor: default;
        color: #288be0 !important;
        background-color: #FFFFFF;
        box-shadow: none;
        border: 1px solid #DDDDDD;
    }

.label-pending,
.badge-pending {
    background-color: #1DC7EA;
    color: #FFFFFF;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    cursor: default;
    color: #288be0 !important;
    background-color: #FFFFFF !important;
    box-shadow: none;
    border: 1px solid #DDDDDD !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #8e2c48 !important;
    background-color: #8e2c48 !important;
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
    background: -moz-linear-gradient(top, #585858 0%, #111 100%);
    background: -ms-linear-gradient(top, #585858 0%, #111 100%);
    background: -o-linear-gradient(top, #585858 0%, #111 100%);
    background: linear-gradient(to bottom, #585858 0%, #111 100%) */
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #63666a !important;
    border-color: #63666a !important;
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
    background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
    box-shadow: inset 0 0 3px #111*/
}

.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: #288be0 !important;
    border: 1px solid #DDDDDD !important;
    border-radius: 2px;
    background-color: #FFFFFF;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        background-color: #63666a !important;
        background: #63666a !important;
        border: 1px solid #63666a !important;
    }

.searchResultContainer {
    margin-top: 40px;
}


/*******************
    User Pages
 *******************/

h3.user-settings-associate-member-section-heading {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 18px;
}

h3.user-settings-section-heading {
    border-bottom: none !important;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.user-settings-section {
    background: #f7f7f7;
    padding: 30px 20px 50px;
    margin-bottom: 30px;
}

.user-settings-associate-member-section {
    min-height: 100px;
}

.user-settings-section .tables-contaner {
    padding: 20px;
    background: #eaeaea;
    overflow: hidden;
    border-radius: 5px;
    margin-top: 40px;
}


.tabpanel {
    padding: 20px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    background-color: #EEEEEE;
}

.tab-content > .active {
    display: block;
    padding: 20px;
    border: 1px solid #DDDDDD;
    border-top: none;
    background: #EEEEEE;
}

.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}

.validation-summary-errors {
    display: block;
    padding: 20px;
    border: 2px solid red;
    color: red;
}

#uploadedDocsList {
    background: #fff;
}

    #uploadedDocsList li {
        border-bottom: 1px solid #eaeaea;
        padding: 10px 15px;
    }

        #uploadedDocsList li span {
            margin-right: 15px;
        }


.txtError {
    color: red;
    margin-left: 25px;
}
