﻿body, html {
    height: 100%;
    background-repeat: no-repeat;
    background-color: #fff;
    font-family: "Helvetica", Arial, sans-serif;
}

.wrapper /*.........To decrease the font-size of form-content..........*/ {
    font-size: 13px;
}

#myBar {
    height: 16px;
    background: #40804f;
    position: absolute;
    width: 8%;
    top: 1%;
    z-index: 2;
    border-radius: 37px;
    border-right: 0px solid white;
}

.wizard li.round-tab span.round-tab i {
    color: #f5fafb;
}

.round-tab span.round-tab {
    width: 26px;
    height: 26px;
    line-height: 25px;
    display: inline-block;
    border-radius: 100px;
    background: #00b178;
    border: 2px solid #60c17c;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 13px;
    color: white;
}

}
/*........................ CSS for Home Page............................*/
.notify.danger {
    background: #ee5f6d;
}
.notify.success {
    background: #65b220;
}
.notify {
    position: fixed;
    right: -300px;
    bottom: 20px;
    padding: 10px 25px;
    margin: 0 15px;
    color: #FFF;
    font-weight: 600;
    opacity: 0;
    z-index: 99999999;
    border-radius: 2px;
    animation-name: notify;
    animation-duration: 5s;
}

h1.title {
    font-size: 50px;
    font-family: "Helvetica", Arial, sans-serif;
    font-weight: 400;
}

hr {
    width: 10%;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 8px;
}

.bottom-margin {
    margin-bottom: 10px;
}

.main-login {
    background-color: rgba(255,255,255,0.5);
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    min-height: 450px;
}

.main-center {
    margin-top: 0px;
    padding: 10px 30px;
}

.btn-lg {
    border-radius: 2px;
}

.btn-sm {
    border-radius: 2px;
}

.background {
    background: url(/Images/background.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.background-admin {
    background: url(/Images/Background-Admin.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

input::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 3;
    padding-top: 3px;
}

.TxtHome {
    background-color: rgba(255, 255, 255, 0.8);
}

/*...............................CSS for Navbar and Footer.......................................*/

.content {
    min-height: calc(112vh - 115px);
}

.nav-tabs {
    border-bottom: 0px solid #ddd;
}

.navbar-inverse {
    border: none;
    margin-left: 16px;
    margin-right: 16px;
}

.navbar {
    border-radius: 0px;
    margin-bottom: 2px;
    min-height: 72px;
    background: #fff;
    border-bottom: 0px solid #90a4ae !important;
}

.navbar-header {
    padding: 10px 10px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #607d8b;
    padding: 25px 15px;
}

    .navbar-inverse .navbar-nav > li > a:focus,
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:active,
    .navbar-inverse .navbar-nav > li > a:visited {
        background-color: #546e7a;
        transition: background-color ease-in-out 0.3s;
    }

.navbar-inverse .navbar-brand {
    color: #fff;
}

.footerHome {
    font-size: 12px;
    color: #cfd8dc;
    /*/*background-color: rgba(45, 47, 47, 0.8);*/*/
}

.footerHomeAdmin {
    font-size: 12px;
    color: #cfd8dc;
}

.mainfooter {
    height: 16px;
    margin: 10px 20px;
}

/*...............................CSS for Form related Pages......................................*/

.required {
    color: red;
}



.panel-heading {
    padding: 5px 10px;
}

.panel-title {
    font-size: 14px;
    font-weight: 700;
    color: #777;
}

.panel-body {
    /*padding:10px;*/
}

    .panel-body label {
        font-weight: 400;
    }

.input-sm {
    padding: 2px 10px;
    height: 35px;
    font-size: 14px;
}

input[type=checkbox], input[type=radio] {
    margin: 1px 0 0;
}

.sub-heading {
    border-bottom: 1px solid #607d8b;
    font-weight: 700 !important;
}

.main-heading {
    text-align: left;
    font-weight: 700;
    border-bottom: 1px dashed #90a4ae;
}

.main-heading-modal {
    text-align: left;
    font-weight: 700;
    border-bottom: 1px solid #90a4ae;
    font-size: 14px;
}

.section {
    margin-top: 25px;
    color: #31708f;
}

.section-heading {
    text-align: center;
    color: #31708f;
    font-weight: 700;
}

.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: 3px 8px;
}

thead tr {
    color: #fff;
    background: linear-gradient(#688fb1,#286090);
}

.alert {
    margin-bottom: 5px;
}

/*------------------------Validation CSS--------------------------*/

.CustomValidatorCalloutStyle div, .CustomValidatorCalloutStyle td {
    background-color: #f44336;
    color: white;
    font-family: "Helvetica Neue", Arial, "Droid Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.471;
    text-align: left;
}

.CustomValidatorCalloutStyle .ajax__validatorcallout_icon_cell {
    display: none;
}

.CustomValidatorCalloutStyle .ajax__validatorcallout_popup_table {
    width: 150px;
}

.disableClick {
    pointer-events: none;
}

.modal-body {
    height: 100%;
    /*max-height: 540px;*/
    overflow-y: auto;
}

.highlight {
    outline: 1px solid #E53935 !important;
    z-index: 1000;
}

.ErrorMsg {
    color: red;
    font-weight: 700;
}

.SuccessMsg {
    color: #00cc00;
    font-weight: 700;
}

.input-group .form-control {
    z-index: 1;
}

.btn-block + .btn-block {
    margin-top: 0px;
}

.Principal_Main_Heading {
    text-align: center;
    padding: 15px;
    background-color: powderblue;
    border-radius: 5px;
}
/* *********  form wizard  **************************** */

.form_wizard .stepContainer {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0 solid #CCC;
    overflow-x: hidden;
}
/**-------**/

.wizard_horizontal ul.wizard_steps {
    display: table;
    list-style: none;
    position: relative;
    width: 100%;
    margin: 0 0 20px;
}

    .wizard_horizontal ul.wizard_steps li {
        display: table-cell;
        text-align: center;
    }

        .wizard_horizontal ul.wizard_steps li a,
        .wizard_horizontal ul.wizard_steps li:hover {
            display: block;
            position: relative;
            -moz-opacity: 1;
            filter: alpha(opacity: 100);
            opacity: 1;
            color: #666;
        }

            .wizard_horizontal ul.wizard_steps li a:before {
                content: "";
                position: absolute;
                height: 4px;
                background: #ccc;
                top: 20px;
                width: 100%;
                z-index: 4;
                left: 0;
            }

            .wizard_horizontal ul.wizard_steps li a.disabled .step_no {
                background: #ccc;
            }

            .wizard_horizontal ul.wizard_steps li a .step_no {
                width: 40px;
                height: 40px;
                line-height: 40px;
                border-radius: 100px;
                display: block;
                margin: 0 auto 5px;
                font-size: 16px;
                text-align: center;
                position: relative;
                z-index: 5;
            }

            .wizard_horizontal ul.wizard_steps li a.selected:before,
            .step_no {
                background: #34495E;
                color: #fff;
            }

            .wizard_horizontal ul.wizard_steps li a.done:before,
            .wizard_horizontal ul.wizard_steps li a.done .step_no {
                background: #1ABB9C;
                color: #fff;
            }

        .wizard_horizontal ul.wizard_steps li:first-child a:before {
            left: 50%;
        }

        .wizard_horizontal ul.wizard_steps li:last-child a:before {
            right: 50%;
            width: 50%;
            left: auto;
        }
/**-------**/

.wizard_verticle .stepContainer {
    width: 80%;
    float: left;
    padding: 0 10px;
}

.form_wizard .stepContainer div.content {
    display: block;
    position: absolute;
    float: left;
    margin: 0;
    padding: 5px;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    color: #5A5655;
    height: 300px !important;
    text-align: left;
    overflow: auto;
    z-index: 88;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    clear: both;
}

.actionBar {
    width: 100%;
    /*border-top: 1px solid #ddd;*/
    padding: 10px 5px;
    text-align: right;
    margin-top: 10px;
}

    .actionBar .buttonDisabled {
        cursor: not-allowed;
        pointer-events: none;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .actionBar a {
        margin: 0 3px;
    }
/**-------**/

.wizard_verticle .wizard_content {
    width: 80%;
    float: left;
    padding-left: 20px;
}

.wizard_verticle ul.wizard_steps {
    display: table;
    list-style: none;
    position: relative;
    width: 20%;
    float: left;
    margin: 0 0 20px;
}

    .wizard_verticle ul.wizard_steps li {
        display: list-item;
        text-align: center;
    }

        .wizard_verticle ul.wizard_steps li a {
            height: 80px;
        }

            .wizard_verticle ul.wizard_steps li a:first-child {
                margin-top: 20px;
            }

        .wizard_verticle ul.wizard_steps li a,
        .wizard_verticle ul.wizard_steps li:hover {
            display: block;
            position: relative;
            -moz-opacity: 1;
            filter: alpha(opacity: 100);
            opacity: 1;
            color: #666;
        }

            .wizard_verticle ul.wizard_steps li a:before {
                content: "";
                position: absolute;
                height: 100%;
                background: #ccc;
                top: 20px;
                width: 4px;
                z-index: 4;
                left: 49%;
            }

            .wizard_verticle ul.wizard_steps li a.disabled .step_no {
                background: #ccc;
            }

            .wizard_verticle ul.wizard_steps li a .step_no {
                width: 40px;
                height: 40px;
                line-height: 40px;
                border-radius: 100px;
                display: block;
                margin: 0 auto 5px;
                font-size: 16px;
                text-align: center;
                position: relative;
                z-index: 5;
            }

            .wizard_verticle ul.wizard_steps li a.selected:before,
            .step_no {
                background: #34495E;
                color: #fff;
            }

            .wizard_verticle ul.wizard_steps li a.done:before,
            .wizard_verticle ul.wizard_steps li a.done .step_no {
                background: #1ABB9C;
                color: #fff;
            }

        .wizard_verticle ul.wizard_steps li:first-child a:before {
            left: 49%;
        }

        .wizard_verticle ul.wizard_steps li:last-child a:before {
            left: 49%;
            left: auto;
            width: 0;
        }

small {
    font-size: 10px;
}

.mendetopryradionbtn {
    background-color: indianred;
}

/*----------------------------------paging------------------------------------*/
.Pager span {
    padding: 2px 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    color: #000;
    display: inline-block;
    width: 29px;
    height: 27px;
    background-color: #E0F2F1;
    margin-right: 3px;
    line-height: 150%;
    border: 1px solid #3AC0F2;
}

.Pager a {
    width: 29px;
    height: 27px;
    padding: 2px 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    display: inline-block;
    background-color: #2f4e74 !important;
    color: #fff;
    border: 1px solid #3AC0F2 !important;
    margin: 0 3px;
    line-height: 150%;
    text-decoration: none;
}

.smallbusinessloan {
    font-size: 28px;
    padding: 25px 0px;
    background-color: #7d7d7d;
    border: 1px #7d7d7d solid;
    color: white;
}

    .smallbusinessloan:hover {
        color: #fff;
        background-color: #696969;
        border-color: #696969;
    }

.introductorylineofcredit {
    font-size: 26px;
    padding: 25px 0px;
    background-color: #a96342;
    border: 1px #a96342 solid;
    color: white;
    cursor: default;
}

    .introductorylineofcredit:hover {
        color: #fff;
        background-color: #A0522D;
        border-color: #A0522D;
    }

.getapproved {
    display: inline-block;
    padding: 0.8em 1.5em;
    margin: 0 0.3em 0.3em 0;
    border-radius: 2em;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    color: #FFFFFF;
    background-color: #286090;
    text-align: center;
    transition: all 0.2s;
}

    .getapproved:hover {
        color: #FFFFFF;
        background-color: #337ab7;
        border-color: #337ab7;
        text-decoration: none;
    }
