
/*.container {
    width: auto;
}*/

.p-0 {
    padding: 0 !important;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.pt-0 {
    padding-top: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.p-5 {
    padding: 5px;
}

.pl-5 {
    padding-left: 5px;
}

.pr-5 {
    padding-right: 5px;
}

.pt-5 {
    padding-top: 5px;
}

.pb-5 {
    padding-bottom: 5px;
}

.p-10 {
    padding: 10px;
}

.pl-10 {
    padding-left: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.p-15 {
    padding: 15px;
}

.pl-15 {
    padding-left: 15px;
}

.pr-15 {
    padding-right: 15px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.p-20 {
    padding: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pt-7 {
    padding-top: 7px;
}

.m-0 {
    margin: 0;
}

.ml-0 {
    margin-left: 0;
}

.mr-0 {
    margin-right: 0;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0;
}

.m-5 {
    margin: 5px;
}

.ml-5 {
    margin-left: 5px;
}

.mr-5 {
    margin-right: 5px;
}

.mt-5 {
    margin-top: 5px;
}

.mb-5 {
    margin-bottom: 5px;
}

.m-10 {
    margin: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.m-15 {
    margin: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.mr-15 {
    margin-right: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.m-20 {
    margin: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-35 {
    margin-top: 35px;
}

.text-l {
    text-align: left;
}

.text-r {
    text-align: right;
}

.text-c {
    text-align: center;
}

.text-j {
    text-align: justify;
}

.text-w-n {
    font-weight: normal;
}

.full-img {
    width: 100%;
}

.breadcrumb {
    background-color: #fff;
    margin-bottom: 0;
    margin-left: 205px;
    padding: 20px 15px 0px 15px;
    border-radius: 0px;
    box-shadow: 0px 3px 5px #db7d2d;
}

    .breadcrumb li .fa-home {
            color: #1a4354;
        margin-right: 5px;
    }

    .breadcrumb li {
        color: #615d58;
    }

        .breadcrumb li .submit {
            background: #155c7d;
            border: 0;
            color: #fff;
            padding: 5px 10px;
        }

        .breadcrumb li a.timePay {
            background: #155c7d;
            border: 0;
            color: #fff;
            padding: 5px 10px;
            text-decoration: none;
            margin-right: 3px;
        }



        .breadcrumb li:first-child {
            /*width:117px;*/
        }

        .breadcrumb li a {
                color: #1a4354;
    font-size: 18px;
        }

#lnkchangepassword
{
    font-size: 14px;
}
    .breadcrumb > li.pull-right {
        text-align: right;
        color: #b35c14;
    }

        .breadcrumb > li.pull-right::before {
            color: #fff;
        }


.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.slideDown {
    animation-name: slideDown;
    -webkit-animation-name: slideDown;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
}

@keyframes slideDown {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0%);
    }
}

/******* Back to Top Start! *******/
#backToTop {
    position: fixed;
    bottom: 10px;
    right: 15px;
    cursor: pointer;
    display: none;
    width: 45px;
    height: 45px;
    padding: 8px 18px;
    color: #fff;
    font-size: 22px;
    background: #949494;
    border-radius: 50%;
    z-index: 10;
}

    #backToTop:hover {
        background-color: #f58220;
    }
/*******    Back to Top End!    *******/

/*******footer*******/
header {
}

footer {
    background-color: #524d4d;
    text-align: center;
    font-size: 12px;
    color: #e0e0e0;
}

@media screen and (max-width:767px) {
    .breadcrumb {
        margin-top: 0;
        margin-left: 95px;
        padding: 20px 15px 0px 5px;
    }

        .breadcrumb li {
            display: none;
        }

            .breadcrumb li:last-child {
                display: inline-block;
                font-size: 12px;
            }

    .login_form {
        left: 50%;
    }

    .breadcrumb li .submit {
        background: transparent;
        border: 0;
        color: #ae6c4c;
        padding: 5px 1px;
    }

    .breadcrumb li a.timePay {
        background: transparent;
        border: 0;
        color: #ae6c4c;
        padding: 5px 0px;
        text-decoration: none;
        margin-right: 0px;
    }

    .breadcrumb > li + li:before{
        content:none;
    }
}

/*============================== button custom css=========================================*/
.btn {
    padding: 7px 12px;
    line-height: 14px;
}

.btn-success {
    background-image: linear-gradient(to bottom,#1b6f96 0,#155c7d 100%) !important;
    outline: none;
    border: 0px;
    height: 28px;
      -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
        background-color: #e29554 !important;
        border: 0px;
        outline: none;
        background-position: 0;
    }

.btn-danger {
    background-color: #820c0c !important;
    background-image: none;
    border: 0px;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
        background-color: rgba(165, 4, 4, 0.87) !important;
        background-image: none;
        border: 0px;
        outline: none;
    }

.btn-warning, .btn-primary, .btn-info, .btn-default, .btn-yellow {
    background-color: #FFB848 !important;
    background-image: none;
    border-color: #ffae2f !important;
    color: #ffffff;
    height: 28px;
}

    .btn-warning:hover, .btn-primary:hover, .btn-info:hover, .btn-default:hover, .btn-yellow:hover,
    .btn-warning:focus, .btn-primary:focus, .btn-info:focus, .btn-default:focus, .btn-yellow:focus,
    .btn-warning:active, .btn-primary:active, .btn-info:active, .btn-default:active, .btn-yellow:active,
    .btn-warning.active, .btn-primary.active, .btn-info.active, .btn-default.active, .btn-yellow.active {
        background-color: #ffae2f !important;
        background-image: none;
        border: 1px solid transparent;
        outline: none;
    }
/*==========================Bank Transfer Allotment page responsive code END ==========================*/
.btn-file-upload {
    height: 28px;
    background: #717c85;
    border: 0;
    font-size: 14px;
    outline: none;
    color: #fff;
}

.btn:focus, .btn:focus:active, .btn.active:focus {
    outline: none;
}
/*checkbox custom css*/
.form-check {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

    .form-check .form-check-label {
        padding-left: 1.25rem;
        margin-bottom: 0;
        cursor: pointer;
        display: inline-block;
    }

        .form-check .form-check-label .form-check-input {
            position: absolute;
            margin-top: .25rem;
            margin-left: -1.25rem;
        }

            .form-check .form-check-label .form-check-input input[type=checkbox] {
                margin: 0;
                cursor: pointer;
            }

        .form-check .form-check-label .checkbox-text {
            margin-left: 5px;
            height: 0px;
            display: block;
        }

/* ---------------------------------------------------------------------- */
/*	Form Wizard
/* ---------------------------------------------------------------------- */
.swMain > ul {
    display: table;
    list-style: none;
    margin: 15px 0 20px 0;
    padding: 0;
    position: relative;
    width: 100%;
}

    .swMain > ul li {
        display: table-cell;
        text-align: center;
        width: 1%;
    }

        .swMain > ul li > a:before {
            border-top: 4px solid #CED1D6;
            content: "";
            display: block;
            font-size: 0;
            height: 1px;
            overflow: hidden;
            position: relative;
            top: 21px;
            width: 100%;
            z-index: 1;
        }

        .swMain > ul li:first-child > a:before {
            left: 50%;
            max-width: 51%;
        }

        .swMain > ul li:last-child > a:before {
            max-width: 50%;
            width: 50%;
        }

        .swMain > ul li > a.selected:before, .swMain li > a.done:before {
            border-color: #f58220;
        }

    .swMain > ul .stepNumber {
        background-color: #FFFFFF;
        border: 5px solid #CED1D6;
        border-radius: 100% 100% 100% 100%;
        color: #546474;
        display: inline-block;
        font-size: 15px;
        height: 40px;
        line-height: 30px;
        position: relative;
        text-align: center;
        width: 40px;
        z-index: 2;
    }

    .swMain > ul li > a.selected .stepNumber {
        border-color: #f58220;
    }

.swMain ul li > a.done .stepNumber {
    border-color: #f58220;
    background-color: #155a19;
    color: #fff;
    text-indent: -9999px;
}

    .swMain ul li > a.done .stepNumber:before {
        content: "\f00c";
        display: inline;
        float: right;
        font-family: FontAwesome;
        font-weight: 300;
        height: auto;
        text-shadow: none;
        margin-right: 7px;
        text-indent: 0;
    }

.swMain ul li > a.done.wait .stepNumber {
    background-color: #F6F6F6 !important;
    color: #CCCCCC !important;
    text-indent: -0px !important;
}

    .swMain ul li > a.done.wait .stepNumber:before {
        content: "" !important;
    }

.swMain > ul li .stepDesc {
    color: #949EA7;
    display: block;
    font-size: 14px;
    margin-top: 4px;
    max-width: 100%;
    table-layout: fixed;
    text-align: center;
    word-wrap: break-word;
    z-index: 104;
}

.swMain > ul li > a.selected .stepDesc, .swMain li > a.done .stepDesc {
    color: #2B3D53;
}

.swMain > ul li > a:hover {
    text-decoration: none;
}

.swMain > ul li > a.disabled {
    cursor: default;
}

.swMain .progress {
    margin: 15px;
    margin-bottom: 30px;
}

.swMain .stepContainer {
    height: auto !important;
}

.swMain .loader {
    display: none;
}

.swMain [class^="button"], .swMain [class*=" button"] {
    display: none;
}

.swMain .close {
    display: none;
}

.symbol.required:before {
    content: "*";
    display: inline;
    color: #E6674A;
}

.symbol.ok:before {
    content: "\f00c";
    display: inline;
    font-family: FontAwesome;
    color: #468847;
}

.fa-ellipsis-v:before {
    content: "\f142";
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    height: 9px;
    overflow: hidden;
    color: #000;
    position: absolute;
    right: 0;
    top: 38%;
}

/* ----------------------------------pagination------------------------------------ */
.pagination {
    float: right;
    margin-top: 0px;
    margin-bottom: 10px;
}

    .pagination > li > a, .pagination > li > span {
        color: #ffcc00;
        background-color: #60594f;
    }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        color: #60594f;
        background-color: #ffcc00;
        border-color: #ddd;
    }

    .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
        color: #60594f;
        background-color: #ffcc00;
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #777;
        cursor: not-allowed;
        background-color: #d2cccc;
        border-color: #ddd;
    }

.form-control::-webkit-input-placeholder {
    color: #a0b2bf !important;
}

.form-control::-moz-placeholder {
    color: #a0b2bf !important;
}

.form-group .form-control:-ms-input-placeholder {
    color: #a0b2bf;
}

.form-group .form-control:-moz-placeholder {
    color: #a0b2bf !important;
}

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.91);
    z-index: 99;
}

.fa-spinner {
    position: absolute;
    top: 48%;
    left: 48%;
    transform: translate(-50%, -50%);
    color: #d27a45;
}

select::-ms-expand {
    display: none;
}
        .dialogzone {
            margin: 0 auto;
        }