﻿@charset "utf-8";
@import url(muli-fonts.css?family=Muli:300,300i,400,400i,500,600);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Roboto+Slab:400,700&display=swap); /*font-family: 'Roboto Slab', serif; font-family: 'Noto Sans', sans-serif;*/
/*<link href="https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Roboto+Slab:400,700&display=swap" rel="stylesheet">*/
/* CSS Document */
.main-header .logo {
    font-size: 16px !important;
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Muli', 'sans-serif', arial unicode ms;*/
    font-family: 'Roboto Slab', 'sans-serif', Noto Sans !important;
    font-weight: 400;
    line-height: 1.1;
}

.registeration-container {
    background-color: #fff;
    min-height: 545px;
}

.reg-footer {
    margin-left: 0px !important;
    transition: transform 0.3s ease-in-out 0s, margin 0.3s ease-in-out 0s;
    z-index: 820;
}
.rtinst {
    padding: 15px;
    background-color: #bfdae8; 
    /* background-color: #e8e2d4;*/
    max-height: 546px;
    overflow-y: auto;
}
.rtinst p, .rtinst li {
    color: #333;
    text-align: justify;
    font-size: 14px;
    margin-bottom: 15px;
}
.rtinst li span {
    font-family: 'Noto Sans', sans-serif;
    /* font-family: 'Arial Unicode MS'; */
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

.registeration-box {
    background: #fff none repeat scroll 0 0;
    border-top: 0 none;
    color: #666;
    padding: 28px 15px 27px;
    /*min-height: 465px;*/
}

/*.reg-image {
    background-image: url(../images/register.JPG);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 100%;
    background-attachment: fixed;
}*/

.pcl-logo {
    padding: 0px 10px;
    height: auto;
    overflow: hidden;
    min-width: 55%;
}

    .pcl-logo img {
        float: left;
        height: 40px;
        margin-right: 10px;
    }

    .pcl-logo h2 {
        margin: 17px 0px;
        padding: 0px;
        font-size: 20px !important;
        line-height: 1.3;
    }


.skin-blue .main-header .navbar .nav > li > a {
    color: #000000 !important;
}

.small-box .icon {
    font-size: 60px !important;
}

.small-box:hover .icon {
    font-size: 70px !important;
}

.small-box h3 {
    font-size: 25px !important;
    font-weight: normal !important;
}

.small-box {
    border: 5px solid rgba(255,255,255,.5);
    transition-duration: .2s;
    min-height: 125px;
}

    .small-box:hover {
        border: 5px solid rgba(255,255,255,1);
        box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    }

    .small-box > .inner {
        padding: 10px;
        min-height: 91px;
    }

.small-box2 {
    color: #fff;
    box-shadow: -5px -5px 0px rgba(0,0,0,.3) inset, 0px 0px 2px rgba(0,0,0,.5);
    border-radius: 5px;
    text-align: center;
    transition-duration: .2s;
    margin-bottom: 15px;
}

    .small-box2:hover {
        box-shadow: -1px -1px 3px rgba(0,0,0,.3) inset, 0px 0px 2px rgba(0,0,0,.5);
    }

    .small-box2 h4 {
        color: #fff;
        font-size: 16px;
        min-height: 37px;
    }

    .small-box2 .fa {
        color: rgba(255,255,255,.8);
        margin-top: 10px;
        transition-duration: .2s;
    }

    .small-box2:hover .fa {
        margin-top: -5px;
        color: #fff;
    }

    .small-box2 .btn {
        background-color: rgba(0,0,0,.1);
        color: #fff;
        border: 1px solid rgba(255, 255,255,.5);
        transition-duration: .2s;
    }

    .small-box2:hover .btn {
        color: #000;
        border: 2px solid rgba(255, 255,255,1);
        background-color: #ffd545;
    }

.small-box2-inner {
    min-height: 167px;
    padding: 12px;
    background-color: rgba(0,0,0,.0);
    transition-duration: .2s;
}

    .small-box2-inner:hover {
        background-color: rgba(0,0,0,.1);
    }

.online-regis, .online-info {
    min-height: 200px;
}

    .online-regis h4, .online-info h4 {
        border-bottom: 1px solid rgba(255,255,255,.5);
        border-bottom: 1px solid rgba(255,255,255,.5);
        border-top: 1px solid rgba(255,255,255,.5);
        padding: 10px 0px;
    }

    .online-regis .btn, .online-info .btn {
        background-color: #ffd545 !important;
        color: #000;
        border: 2px solid rgba(255, 255,255,1);
    }

.online-info {
    background-image: url(../images/online-info.JPG);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.online-regis {
    background-image: url(../images/online-reg.JPG);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a {
    background: #0b1418 none repeat scroll 0 0 !important;
    border-left-color: #00C0EF !important;
}

.bg-red {
    background-color: #ef5350 !important;
}

.bg-green {
    background-color: #7cb342 !important;
}

.bg-teal {
    background-color: #009688 !important;
}

.bg-purple {
    background-color: #ba68c8 !important;
}

.bg-pink {
    background-color: #ff4081 !important;
    color: #fff !important;
}

.bg-cyan {
    background-color: #607d8b !important;
    color: #fff !important;
}

.bg-cyan2 {
    background-color: #26c6da !important;
    color: #fff !important;
}

.panel-heading h3 {
    margin: 0px !important;
}

    .panel-heading h3 span {
        font-size: 20px;
    }

.panel {
    border-radius: 0px!important;
}

#rootwizard .tab-pane {
    padding: 15px;
    border: 1px solid #ccc;
    margin-top: 15px;
}

.star {
    color: #C30;
}

.form-file {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 0px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.form-control label {
    font-weight: normal;
    margin-right: 20px;
    margin-left: 5px;
}

.confirm .panel {
    margin-bottom: 0px;
}

.confirm .panel-body {
    min-height: 430px;
}

.confirmation-success {
    padding: 15px;
    background-color: #effbe0;
    border: 1px solid #c5e1a5;
    width: 60%;
    margin: 3% auto;
    text-align: center;
}

    .confirmation-success h3 {
        margin: 0px;
        padding: 0px;
        color: #33691e;
    }

    .confirmation-success .fa {
        font-size: 46px;
        color: #43a047;
    }

.confirmation-danger {
    padding: 15px;
    background-color: #fde2e5;
    border: 1px solid #ef9a9a;
    width: 60%;
    margin: 3% auto;
    text-align: center;
}

    .confirmation-danger h3 {
        margin: 0px;
        padding: 0px;
        color: #b71c1c;
    }

    .confirmation-danger .fa {
        font-size: 46px;
        color: #b71c1c;
    }

.table > tbody > tr.orange > td, .table > tbody > tr.orange > th, .table > tbody > tr > td.orange, .table > tbody > tr > th.orange, .table > tfoot > tr.orange > td, .table > tfoot > tr.orange > th, .table > tfoot > tr > td.orange, .table > tfoot > tr > th.orange, .table > thead > tr.orange > td, .table > thead > tr.orange > th, .table > thead > tr > td.orange, .table > thead > tr > th.orange {
    background-color: #e39610;
    color: #fff;
    font-weight: normal;
}

.orange h3 {
    margin: 0px;
    padding: 0px;
}

.content .well {
    background-color: #fff;
    border-radius: 0px;
}

.btn {
    border-radius: 0px !important;
}

.panel-orange {
    border-color: #f4b23e;
}

    .panel-orange > .panel-heading {
        background-color: #e39610;
        border-color: #f4b23e;
        color: #ffffff;
        border-radius: 0px !important;
    }


.panel-bluegray {
    border-color: #71868f;
}

    .panel-bluegray > .panel-heading {
        background-color: #546e7a;
        border-color: #71868f;
        color: #ffffff;
        border-radius: 0px !important;
    }




.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
    background-color: #e46453;
    padding: 5px;
    color: #FFF;
    font-size: 13px;
    border: 1px solid #ca4736;
    border-radius: 3px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .1) inset;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

    .fileUpload:hover {
        background-color: #d74835;
    }

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.applicant-photo {
    padding: 10px;
    border: 1px solid #ccc;
}

.heading-1 {
    padding: 4px 10px;
    background-color: #D2D6DE;
    color: #000;
    font-weight: bold;
}

.modelpanelmessage {
    background: rgba(0, 0, 0, 0.31) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    right: 0px;
    margin: 0px auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10002;
}

.msgpanel {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    left: 36%;
    position: absolute;
    top: 136px;
    width: 400px;
}

.msghead {
    padding: 10px;
    color: #000;
    background-color: #f4f4f4;
    font-size: 20px;
}

.msgfooter {
    padding: 10px;
    color: #000;
    background-color: #f4f4f4;
}

.msgbody {
    padding: 10px;
    color: #333;
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.modelpanelmessage body {
    back;
}
/*---------------------step by step registration css ----------------------------------*/
.com {
    color: #93a1a1;
}

.lit {
    color: #195f91;
}

.pun, .opn, .clo {
    color: #93a1a1;
}

.fun {
    color: #dc322f;
}

.str, .atv {
    color: #D14;
}

.kwd, .prettyprint .tag {
    color: #1e347b;
}

.typ, .atn, .dec, .var {
    color: teal;
}

.pln {
    color: #48484c;
}

.prettyprint {
    padding: 8px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}

    .prettyprint.linenums {
        -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
        -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
        box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
    }

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
    margin: 0 0 0 33px; /* IE indents via margin-left */
}

    ol.linenums li {
        padding-left: 12px;
        color: #bebec5;
        line-height: 20px;
        text-shadow: 0 1px 0 #fff;
    }

.bwizard-steps {
    display: inline-block;
    margin: 0;
    padding: 0;
    background: #fff;
}

    .bwizard-steps .process {
        color: #fff;
        background: #01BBE4;
    }

        .bwizard-steps .process:after {
            border-left-color: #01BBE4;
        }

        .bwizard-steps .process a {
            color: #fff;
            cursor: pointer;
        }


    .bwizard-steps .active {
        color: #fff;
        background: #00A65A;
    }

        .bwizard-steps .active:after {
            border-left-color: #00A65A;
        }

        .bwizard-steps .active a {
            color: #fff;
            cursor: pointer;
        }

    .bwizard-steps .label {
        position: relative;
        top: -1px;
        margin: 0 5px 0 0;
        padding: 1px 5px 2px;
    }

    .bwizard-steps .active .label {
        background-color: #333;
    }

    .bwizard-steps li {
        display: inline-block;
        position: relative;
        margin-right: 5px;
        padding: 12px 17px 10px 30px;
        *display: inline;
        *padding-left: 17px;
        background: #efefef;
        line-height: 18px;
        list-style: none;
        zoom: 1;
    }

        .bwizard-steps li:first-child {
            padding-left: 12px;
            -moz-border-radius: 4px 0 0 4px;
            -webkit-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
        }

            .bwizard-steps li:first-child:before {
                border: none;
            }

        .bwizard-steps li:last-child {
            margin-right: 0;
            -moz-border-radius: 0 4px 4px 0;
            -webkit-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
        }

            .bwizard-steps li:last-child:after {
                border: none;
            }

        .bwizard-steps li:before {
            position: absolute;
            left: 0;
            top: 0;
            height: 0;
            width: 0;
            border-bottom: 20px inset transparent;
            border-left: 20px solid #fff;
            border-top: 20px inset transparent;
            content: "";
        }

        .bwizard-steps li:after {
            position: absolute;
            right: -20px;
            top: 0;
            height: 0;
            width: 0;
            border-bottom: 20px inset transparent;
            border-left: 20px solid #efefef;
            border-top: 20px inset transparent;
            content: "";
            z-index: 2;
        }

    .bwizard-steps a {
        color: #333;
    }

        .bwizard-steps a:hover {
            text-decoration: none;
        }

    .bwizard-steps.clickable li:not(.active) {
        cursor: pointer;
    }

    .bwizard-steps.clickable li:hover:not(.active) {
        background: #ccc;
    }

        .bwizard-steps.clickable li:hover:not(.active):after {
            border-left-color: #ccc;
        }

        .bwizard-steps.clickable li:hover:not(.active) a {
            color: #08c;
        }

.label {
    color: #333;
}

.active .label {
    color: #fff;
}

input[type="checkbox"], input[type="radio"] {
    line-height: normal;
    margin: 4px 8px 0 0;
}

.table > thead > tr > th {
    vertical-align: middle;
}

#tDates td label {
    margin-right: 10px;
}

@media (max-width: 480px) {
    /* badges only on small screens */
    .bwizard-steps li:after,
    .bwizard-steps li:before {
        border: none;
    }

    .bwizard-steps li,
    .bwizard-steps li.active,
    .bwizard-steps li:first-child,
    .bwizard-steps li:last-child {
        margin-right: 0;
        padding: 0;
        background-color: transparent;
    }
}



.bwizard-steps .tooltiptext, .tooltipbtn span.tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #E53935;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 9999;
}

.bwizard-steps li:hover .tooltiptext, .tooltipbtn:hover .tooltiptext {
    visibility: visible;
}

.tooltip-top {
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
}

    .tooltip-top::after {
        border-color: #E53935 transparent transparent;
        border-style: solid;
        border-width: 5px;
        content: "";
        left: 50%;
        margin-left: -5px;
        position: absolute;
        top: 100%;
    }

.tooltip {
    position: absolute !important;
    border-bottom: 0px !important;
}



.btn-tag {
    border: medium none transparent;
    border-radius: 2px;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 10px;
    margin-right: 15px !important;
    padding: 4px 6px 4px 22px;
    position: relative;
}

    .btn-tag::before, .btn-tag::after {
        content: "";
        position: absolute;
    }

    .btn-tag::before {
        border-color: transparent;
        border-style: solid;
        border-width: 13px;
        right: -25px;
        top: 0;
    }

    .btn-tag::after {
        background: #fff none repeat scroll 0 0;
        border-radius: 100%;
        box-shadow: 0 1px rgba(0, 0, 0, 0.3) inset;
        height: 6px;
        left: 8px;
        top: 9px;
        width: 6px;
    }

.btn-tag-default {
    background: #eeeeee none repeat scroll 0 0;
    color: #535353;
}

    .btn-tag-default::before {
        border-left-color: #eeeeee;
    }

    .btn-tag-default:hover, .btn-tag-default:focus, .btn-tag-default:active, .btn-tag-default.active {
        background: #d5d5d5 none repeat scroll 0 0;
        color: #fff;
    }

        .btn-tag-default:hover::before, .btn-tag-default:focus::before, .btn-tag-default:active::before, .btn-tag-default.active::before {
            border-left-color: #d5d5d5;
        }

.succdiv .text-danger {
    font-size: 12px;
}

.qq-upload-button {
    height: 35px;
}

.uploadbtns .qq-upload-button {
    width: 220px;
    height: 35px;
}

.qq-upload-button #uploadFile {
    width: 100% !important;
}

/*AkRegistrationstyle*/

.help-tip {
    position: relative;
    top: 5px;
    right: 25px;
    text-align: center;
    background-color: #00c0ef;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 26px;
    cursor: default;
}

    .help-tip:before {
        content: '?';
        font-weight: bold;
        color: #fff;
    }

    .help-tip:hover p {
        display: block;
        transform-origin: 100% 0%;
        -webkit-animation: fadeIn 0.3s ease-in-out;
        animation: fadeIn 0.3s ease-in-out;
    }

    .help-tip p { /* The tooltip */
        display: none;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        text-align: justify;
        background-color: rgba(183, 28, 28, 0.75);
        padding: 10px;
        width: 200px;
        position: absolute;
        border-radius: 3px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        left: 0px;
        /*right: -4px;*/
        color: #FFF;
        font-size: 15px;
        line-height: 1.5;
        z-index: 99;
    }

        .help-tip p:before { /* The pointer of the tooltip */
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            border: 6px solid transparent;
            border-bottom-color: #b71c1c;
            left: 6px;
            /*right: 10px;*/
            top: -12px;
        }

        .help-tip p:after { /* Prevents the tooltip from being hidden */
            width: 100%;
            height: 40px;
            content: '';
            position: absolute;
            top: -40px;
            left: 0;
        }

/* CSS animation */

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }

    100% {
        opacity: 100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 100%;
    }
}

.fw500 {
    font-weight: 500 !important;
}

.blinkbtn {
    margin-top: -10px;
    line-height: 1.3 !important;
    text-align: center;
    float: right;
}

.swal2-popup {
    width: 50em !important;
    font-size: 1.5rem !important;
}

label {
    font-family: 'Roboto Slab', 'sans-serif', Noto Sans !important;
    /*font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;*/
    font-size: 13px;
}

.ldn {
    display: none;
    width: 50px;
}

.sidebar-collapse .mlogo {
    display: none;
}

.sidebar-collapse .ldn {
    display: block;
}

.sidebar-collapse .main-header .logo {
    padding: 8px 0;
}

.sidebar-menu > li > a small {
    display: block;
    padding-left: 24px;
}

.list-group-item {
    padding: 5px 15px;
}

.login-page label {
    font-family: 'Roboto Slab', 'sans-serif', Noto Sans !important;
    /*font-family: 'Muli', 'sans-serif', arial unicode ms !important;*/
}

.hedtxt {
    padding: 8px 2px;
    margin: 0 -20px 15px;
    /*background-color:#1c76d8;*/
    background-color: #d87b1c;
    color: #fff;
    font-size: 16px;
}

.inhed {
    font-size: 16px;
    margin-top: 0;
    font-weight: 600;
    line-height: 1.5;
}

.bl {
    border-left: 1px solid #ccc;
}

.qq-upload-list {
    margin: 0 35px !important;
}

.mt-40 {
    margin-top: 40px;
}

.modal-lg {
    width: 75% !important;
}

@media (min-width: 768px) and (max-width: 1279px) {
    .pcl-logo {
        padding: 10px 10px;
    }

        .pcl-logo h2 {
            margin: 4px 0px;
            padding: 0px;
            font-size: 12px !important;
        }

    .home {
        font-size: 14px !important;
        margin: 0 !important;
    }

    .info-box-content a {
        padding: 15px 7px !important;
    }

    .content-header > h1 {
        margin: 0;
        font-size: 16px;
    }

    .modal-lg {
        width: 90% !important;
    }
}

@media (max-width: 767px) {
    /* badges only on small screens */
    .bwizard-steps li:after,
    .bwizard-steps li:before {
        border: none;
    }

    .bwizard-steps li,
    .bwizard-steps li.active,
    .bwizard-steps li:first-child,
    .bwizard-steps li:last-child {
        margin-right: 0;
        padding: 0;
        margin-bottom: 5px;
        /*background-color: transparent;*/
    }

    .bwizard-steps a {
        display: inline-block;
        padding: 12px;
    }

    .bwizard-steps .process a {
        padding: 12px;
        display: inline-block;
    }

    .login-logo img {
        margin-top: -15px !important;
        width: 60px !important;
    }

    .login-logo span {
        text-align: center !important;
        font-size: 15px !important;
    }

    .main-footer {
        position: relative !important;
    }

    .bl {
        border-left: 0px solid #ccc;
    }

    .pcl-logo h2 {
        font-size: 14px !important;
    }

    .home {
        font-size: 15px;
        margin: 0 !important;
    }

    .mlogo {
        width: 215px;
    }

    .rtinst {
        padding-top: 50px;
    }

        .rtinst p, .rtinst li {
            font-size: 14px;
            margin-bottom: 5px;
        }

    #ContentPlaceHolder1_imgCaptcha {
        max-width: 120px;
    }

    .content-header {
        margin: 20px 0;
    }

    .blinkbtn {
        margin-top: 0px;
    }

    .info-box-content a {
        padding: 15px 7px !important;
    }

    .content-header > h1 {
        margin: 0;
        font-size: 16px;
    }

    .succdiv {
        margin: 0;
    }

    .btn {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
    }

    .txl {
        text-align: left !important;
    }

    .main-sidebar, .left-side {
        padding-top: 120px;
    }

    .modal-lg {
        width: 95% !important;
    }

    .small-box > .inner {
        min-height: 130px;
    }

    .small-box h3 {
        font-size: 18px !important;
        font-weight: normal !important;
        white-space: normal;
    }

    .small-box p {
        word-break: break-all;
    }
}

input[type=checkbox], input[type=radio] {
    margin: 4px 5px 0;
    line-height: normal;
}

.num {
    position: absolute;
    left: -1px;
    margin-right: 0px;
    font-weight: 800;
    font-size: 14px;
}

.numpanel .form-group > label {
    padding-left: 10px;
}

.addpanel .form-group label, .pl-17 {
    padding-left: 17px;
}

.numpanel .inhed {
    padding-left: 10px;
}

.dwnldbtn {
    width: 30px;
    height: 30px;
    padding-top: 40px;
}
.blinkbtn {
    margin-top: -15px;
    line-height: 1.3 !important;
    text-align: center;
    float: right;
}