﻿.registration-wrap-pg {
    margin: 25px 0px;
    padding: 0px 20px;
    height: auto;
    width: 100%;
    float: left;
    border: 1px solid #26B0B0;
    background: #fff;
    /*border-top: 30px solid #0a78ad;*/
    border-radius: 5px;
}

.registration-wrap {
    margin: 30px 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
    border: solid 1px #dfdfdf;
    border-radius: 5px;
    background: #fff;
    min-height: 472px;
}

.regis-h {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    padding: 7px 0 7px 20px;
    background: #0a78ad;
    border-radius: 5px 5px 0 0;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
}

.registration-inner {
    margin: 0px 0px;
    padding: 20px 80px;
    height: auto;
    width: 100%;
    float: left;
}

.step-h {
    margin: 0px;
    padding: 7px 1px 8px 15px;
    height: auto;
    width: 100%;
    float: left;
    color: #0a78ad;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    background: #f4f4f4;
    border-radius: 4px;
    box-shadow: 0px 0px 2px 0px;
    position: relative;
}

.step-h-bottom {
    margin: -9px 5px 20px 5px;
    padding: 12px 0px;
    height: auto;
    width: 98%;
    float: left;
    background: #f4f4f4ba;
    border-radius: 7px;
}

.reg-ul {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
}

    .reg-ul li {
        margin: 0px 0px 15px 0px;
        padding: 6px 0px 6px 70px;
        list-style-type: none;
        border: 2px solid #eee;
        border-radius: 4px;
        font-size: 12px;
        font-family: "verdana", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
        color: #000;
        position: relative;
    }


        .reg-ul li:before {
            position: absolute;
            content: "\f111";
            left: 0;
            top: 0;
            padding: 4px 21px;
            background-color: #eeeeee;
            font-size: 15px;
            color: #0a78ad;
            font-family: FontAwesome;
        }

.alpication-form-sec {
    margin: 20px 0px;
    padding: 0px;
    width: 100%;
    float: left;
    height: auto;
}

.alpication-p {
    margin: 0px 0px 15px 0px;
    padding: 6px 0px;
    font-size: 13px;
    color: #000;
}


.dk-toggle {
    width: 100%;
    background-color: #ececec;
    border-color: #8c8c8c;
    color: #ccc;
    box-shadow: inset 0 -2px 5px #ccc;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

.form-control {
    height: 27px;
    padding: 1px 12px;
}

.apply-btn-sec {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    height: auto;
}

    .apply-btn-sec a {
        margin: 0px 0px 0px 0px;
        padding: 5px 20px;
        background-color: #2a51ad;
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        border-radius: 4px;
    }

        .apply-btn-sec a:hover {
            background-color: #147ac5;
            color: #fff;
        }

.sign-in-btn {
    margin: 0px 0px 0px 0px;
    padding: 5px 20px;
    background-color: #2a51ad;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 4px;
    border: none;
    box-shadow: none;
}

    .sign-in-btn:hover {
        background-color: #147ac5;
    }

.only-reg-form {
    margin: 0px;
    padding: 50px 70px;
    width: 100%;
    float: left;
    height: auto;
}

.forgot-sec {
    margin: 0px;
    padding: 30px 0px 0px;
    width: 100%;
    float: left;
    height: auto;
    text-align: left;
}

.forgot-sec-btnp {
    font-size: 13px;
    color: #f00;
    width: 100%;
    float: left;
    border: 1px solid #ddd;
    background: #fff;
    font-weight: 600;
    letter-spacing: .5px;
    padding: 2px 0px 3px 0px;
    border-radius: 2px;
}



@media only screen and (max-width:800px) {
    .registration-inner {
        padding: 20px 20px;
    }

    .step-h {
        font-size: 15px;
    }

    .regis-h {
        padding: 7px 0 7px 8px;
    }

    .only-reg-form {
        padding: 10px 10px;
    }

    .alpication-p {
        margin: 6px 0px 0px 0px;
    }

    .sign-in-btn {
        margin: 25px 0px 0px 0px;
    }
}

.reg-ins-h {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    padding: 7px 0 7px 20px;
    background: #0a78ad;
    text-transform: capitalize;
    font-family: 'Roboto Slab', serif;
}

.all-btn-sec {
    margin: 0px;
    padding: 40px 40px;
    height: auto;
    width: 100%;
    float: left;
}

.r-btn-sec {
    margin: 0px;
    padding: 0px 20px;
    height: auto;
    width: 100%;
    float: left;
    text-align: center;
}

    .r-btn-sec p {
        margin: 0px 0px 0px 0px;
        padding: 10px 20px;
        width: 100%;
        text-align: center;
        background-color: #a200a8;
        color: #fff;
        float: left;
        font-size: 14px;
        text-transform: capitalize;
        border-radius: 12px;
    }

.instruction-ul-sec {
    margin: 20px 0px;
    padding: 0px 30px;
    height: auto;
    width: 100%;
    float: left;
}

.instruction-ul {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    float: left;
}

    .instruction-ul li {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        font-size: 13px;
        line-height: 24px;
        color: #000;
        float: left;
        width: 100%;
        text-align: justify;
        font-weight: 500;
        font-family: 'Raleway', sans-serif;
        letter-spacing: .5px;
    }

        .instruction-ul li p {
            margin: -7px 0px 3px 0px;
        }

.table-sec {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
}

.instruction-ul li table {
    margin: 0px 0px 20px 0px !important;
    padding: 0px !important;
    height: auto !important;
    width: 100% !important;
    float: left !important;
}

.instruction-ul li p table tr td {
    margin: 0px !important;
    padding: 5px 10px !important;
    text-align: center !important;
    font-size: 13px !important;
    float: left !important;
}

tbody tr:nth-child(2n+1) td, tbody tr:nth-child(2n+1) th {
    background: #fff;
    /*width: 100%;*/
}



table {
    width: 100%;
}

.chk-btn {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}

    .chk-btn label {
        font-weight: 600;
        letter-spacing: .2px;
        padding: 0px 0px 0px 5px;
        color: #000;
    }

.proceed-btn-ul {
    margin: 30px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}

    .proceed-btn-ul li {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

        .proceed-btn-ul li a {
            margin: 0px;
            text-decoration: none;
            background: #045EA0;
            color: #fff !important;
            padding: 8px 40px 10px;
            border-radius: 4px;
            text-decoration: none;
            font-weight: 800;
            font-size: 15px;
        }

            .proceed-btn-ul li a:hover {
                background: #01497D;
                color: #fff !important;
                text-decoration: underline;
            }

.proceed-btn-p-sec {
    margin: 20px 0px 20px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}



.proceed-btn-p {
    margin: 0px;
    text-decoration: none;
    background: #045EA0;
    color: #fff !important;
    padding: 7px 40px 9px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 800;
    font-size: 15px;
    border: 0px;
}

    .proceed-btn-p:hover {
        background: #01497D;
        color: #fff !important;
        text-decoration: underline;
    }

@media only screen and (max-width:800px) {
    .all-btn-sec {
        padding: 20px 0px;
    }

    .r-btn-sec {
        margin: 0px 0px 10px 0px;
    }
}
/*----------------------Notification--------------------------*/

.notificationpan {
    display: none;
    width: 100%;
    background-color: #ff0000;
    position: fixed;
    top: 75px;
    right: 30px;
    padding: 6px 7px;
    width: 270px;
    height: auto;
    -webkit-border-radius: 9px 9px 9px 9px;
    border-radius: 2px;
    border: 1px solid #ffffff;
    box-shadow: 0px 3px 14px 1px rgba(87, 87, 87, 0.85);
}

.closenotificationpan {
    position: absolute;
    margin: 0px 0px 0px 0px;
    top: 6px;
    right: 6px;
    cursor: pointer;
}

#notification {
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 999999;
}

.notif-txt {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    z-index: 999999;
    position: relative;
}

.refrsh-ico {
    margin: 0px;
    padding: 0px;
    font-size: 27px;
    color: #F85B5B;
    margin: 0px 0px 0px 25px;
}

.captch-text {
    font-family: 'Press Start 2P', cursive;
    font-size: 14px;
    float: left;
    padding: 5px 4px 2px;
    line-height: 22px;
    margin: -2px 0px 0px 0px;
    font-weight: 500;
    font-style: oblique;
    letter-spacing: 3px;
    color: #2a51ad;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: linear-gradient(to left top, transparent -54.25%, currentColor 100.5%, currentColor 7.5%, transparent 128.25%);
}

.lgn-btn-ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
}

    .lgn-btn-ul li {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

        .lgn-btn-ul li a {
            margin: 0px;
            padding: 5px 20px;
            text-decoration: none;
            background-color: #2a51ad;
            color: #fff;
            font-size: 13px;
            text-transform: uppercase;
            border-radius: 4px;
        }

            .lgn-btn-ul li a:hover {
                background-color: #147ac5;
                color: #fff;
            }
/*-----------------------Profile---------------------------*/
.profl-sec {
    margin: 25px 0px 25px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
}

.prof-lft-menu-sec {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(219, 211, 211);
    -moz-box-shadow: 0px 0px 5px 0px rgba(128,128,128,1);
    box-shadow: 0px 0px 5px 0px rgb(219, 211, 211);
}

.prof-lft-menu-ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
}

    .prof-lft-menu-ul li {
        margin: 0px;
        padding: 0px;
        width: 100%;
        height: auto;
        float: left;
        list-style-type: none;
    }

        .prof-lft-menu-ul li a {
            margin: 0px;
            padding: 15px 0px 15px 0px;
            width: 100%;
            height: auto;
            float: left;
            border-bottom: 1px solid #ddd;
        }

/*.prof-lft-menu-ul li a:hover {
                background: #F6F6F6;
            }*/

.prof-lft-menu-ico {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 28px;
}

.prof-lft-menu-name {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 14px;
    letter-spacing: .5px;
}

.prof-pages-sec {
    margin: 0px 0px 0px 0px;
    padding: 15px;
    width: 100%;
    height: auto;
    float: left;
    background: #fff;
    -webkit-box-shadow: 0px 0px 25px 0px rgb(177, 177, 177);
    -moz-box-shadow: 0px 0px 25px 0px rgba(128,128,128,1);
    box-shadow: 0px 0px 25px 0px rgb(177, 177, 177);
}

.prof-info-wpr {
    margin: 0px 0px 0px 0px;
    padding: 20px;
    width: 100%;
    height: auto;
    float: left;
    border: 1px solid #ffdffa;
    background: #fff1fd;
}

.prof-info-img-wpr {
    margin: 0px 15px 0px 0px;
    padding: 0px;
    width: 150px;
    height: auto;
    float: left;
}

.prof-info-wpr-text {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    width: 75%;
    height: auto;
    float: left;
}

.prof-info-wpr-text-name {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
    font-weight: 600;
    color: #1d6bad;
    font-size: 31px;
    letter-spacing: .5px;
    line-height: 40px;
}

    .prof-info-wpr-text-name span {
        margin: 0px 0px 0px 0px;
        padding: 0px;
        color: #ff0ad6;
        font-weight: 600;
    }

.prof-info-wpr-text-app-id {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #3c3c3c;
}


    .prof-info-wpr-text-app-id span {
        margin: 0px 0px 0px 0px;
        padding: 0px;
        color: #1d6bad;
    }

.prof-info-not-fnd-msg {
    margin: 10px 0px 0px 0px;
    padding: 70px 0px;
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #3c3c3c;
}

.content-bx-wpr-title-h {
    display: inline-block;
    padding: 10px 20px 0px 15px;
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
    color: #6e6e6e;
    text-transform: uppercase;
    border: 0 solid rgba(0,0,0,0.12);
    border-bottom: 0;
    position: relative;
    width: auto;
    height: 30px;
    background-color: #FFF;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.content-bx-wpr-inr {
    margin: -5px 0px 0px 0px;
    padding: 20px 15px 20px 15px;
    width: 100%;
    height: auto;
    float: left;
    background-color: #fff;
    border: 0 solid rgba(0,0,0,0.12);
}

.reset-pws-h {
    margin: -20px 0px 35px 0px;
    padding: 0px 0px;
    width: 100%;
    float: left;
    font-size: 20px;
}

@media only screen and (max-width:800px) {

    .reset-pws-h {
        margin: 0px 0px 15px 0px;
    }

    .instruction-ul-sec {
        margin: 20px 0px;
        padding: 0px 10px;
    }
}

.downld-prosp-btn-ul {
    margin: 0px 0px 25px 0px;
    padding: 0px 0px;
    height: auto;
    width: 100%;
    float: left;
    text-align: center;
}

    .downld-prosp-btn-ul li {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px;
        list-style-type: none;
    }

        .downld-prosp-btn-ul li a {
            margin: 0px;
            text-decoration: none;
            background: #045EA0;
            color: #fff !important;
            padding: 5px 40px 6px;
            border-radius: 4px;
            text-decoration: none;
            font-weight: 600;
            font-size: 15px;
            border: 0px;
        }

            .downld-prosp-btn-ul li a:hover {
                background: #01497D;
                color: #fff !important;
                text-decoration: underline;
            }
