
.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;
}

.btnpd-14 {
    padding: 5px 14px !important;
}

.btnpd-15 {
    padding: 5px 15px !important;
}

.btnpd {
    padding: 5px 18px !important;
}

.pos-btn {
    position: absolute;
    top: 12px;
    padding: 2px 10px !important;
    right: 50px;
    background-color: #cf4e33 !important;
}

.m-0 {
    margin: 0;
}

.ml-0 {
    margin-left: 0;
}

.mr-0 {
    margin-right: 0;
}

.mt-0 {
    margin-top: 0;
}

.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-top: 112px;
    border-radius: 0px;
    text-align: left;
    padding-left: 225px;
    margin-left: 0px;
    width: 100%;
}

    .breadcrumb li .fa-home {
        color: #ffffff;
    }

    .breadcrumb li {
        color: #615d58;
        line-height: normal;
    }

        /*.breadcrumb li:first-child {
    width:117px;
}*/

        .breadcrumb li a {
            color: #ffffff;
            padding: 2px 10px;
            background: #bf3839;
            border-radius: 10px;
            line-height: normal;
        }

    .breadcrumb > li.pull-right {
        /*width: 80px;*/
        text-align: right;
    }

.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: #cf4e33;
    }
/*******    Back to Top End!    *******/

/*******footer*******/
header {
    position: fixed;
    width: 100%;
    z-index: 1001;
    border-bottom: 2px solid #cf4e33;
    box-shadow: 0px 0px 3px #858585;
}

footer {
    background-color: #524d4d;
    text-align: center;
    font-size: 12px;
    color: #e0e0e0;
}

@media screen and (max-width:767px) {
    .breadcrumb {
        margin-top: 67px;
    }

        .breadcrumb li {
            display: none;
        }

            .breadcrumb li:first-child, .breadcrumb li:last-child {
                display: inline-block;
            }
}

/*============================== button custom css=========================================*/
.btn {
    padding: 5px 12px;
    border: 1px solid #ffffff;
    text-shadow: none;
    border-radius: 12px;
}

.btn-success {
    background-color: #257725 !important;
    background-image: none;
    
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
        background-color: #419641 !important;
        background-image: none;
        border-color: #ffffff;
    }

.btn-danger {
    background-color: #820c0c !important;
    background-image: none;
}

    .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-color: #ffffff;
    }

.btn-warning, .btn-primary, .btn-info, .btn-default, .btn-yellow {
    background-color: #08628d !important;
    background-image: none;
    color: #ffffff;
}

    .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: #01405f !important;
        background-image: none;
        border-color: #ffffff;
        color: #ffffff;
    }
/*==========================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: #565553;
        }

    .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;
}

    .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: #ffffff;
        cursor: not-allowed;
        background-color: #cf4e33;
        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;
}

.AICASA .loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.91);
    z-index: 99;
    background: url(../images/AICASA1.png) no-repeat center center fixed;
    background-size: 70px;
    background-position: 48% 48%;
}

.AUA .loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.91);
    z-index: 99;
    background: url(../images/AUALOGO1.png) no-repeat center center fixed;
    background-size: 70px;
    background-position: 48% 48%;
}

.fa-spinner {
    position: absolute;
    top: 48%;
    left: 48%;
    transform: translate(-50%, -50%);
    color: #d27a45;
    width: 155px;
}

select::-ms-expand {
    display: none;
}

.breadcrumb > li + li:before {
    padding: 0;
}

 .notification-icon {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #cf4e33;
    color: #ffffff;
    padding: 6px;
    border-radius: 20px;
    z-index: 9999;
    box-shadow: 0px 0px 2px 5px #c9c7c7;
}
 .notification_block .notification {
     display: none;
 }

    .notification_block .notification.active {
        display: block;
        top: -11px;
        /*right: 95px;*/
        bottom: unset;
        box-shadow: unset;
        background: transparent;
    }

.notification-icon.active {
    display: none;
}
.notification_block .fa-bell {
    position: relative;
    margin-right: 10px;
    background: #cf4e33;
    padding: 2px;
    border-radius: 5px;
    /*box-shadow: 0px 0px 2px 2px #f2f2f2;*/
    color: #ffffff;
    font-size: 26px !important;
    cursor: pointer;
}

    .notification_block .fa-bell span {
        position: absolute;
        left: 8px;
        font-size: 13px;
        top: 9px;
        color: #b7393b;
        text-align: center; 
        width: 16px;
    }

.notification_block .span_text {
    font-size: 16px;
    top: 10px;
    color: #b7393b;
    vertical-align: super;
}

.notification_details {
    position: absolute;
    right: -156px;
    width: 250px;
    height: 800px;
    display: none;
    /*opacity: 0;*/
    box-shadow: 1px 1px 6px 3px #6c6966;
    top: 30px;
    z-index: 999999;
    background: #ffffff;
    transition-duration: 0.5s;
}

.notification_details.active {
        display: block;
        /*opacity: 1;*/
    }

.notification_details ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

.notification_details ul li {
            padding: 2px 10px;
            background: #f0f0f0;
            margin-bottom: 2px;
            box-shadow: 1px 2px 5px 0px #ffffff;
            cursor: pointer;
            border-left: 4px solid #f0f0f0;
        }

            .notification_details ul li:hover {
                background: #cccccc;
                border-left: 4px solid #095aac;
            }

            .notification_details ul li strong {
                color: #3573b9;
            }

    .notification_details .fa-comment {
        margin-right: 5px;
    }

   
.notification_desc {
    display: none;
    position: absolute;
    right: 250px;
    top: 40px;
    width: 400px;
    min-height: 170px;
    background-color: rgb(250 250 250);
    box-shadow: rgb(190, 187, 187) -5px 5px 3px 0px;
    padding: 10px;
    color: #000000;
    border: 1px solid #CCCCCC;
}
 .notification_details ul li.current .notification_desc {
        display: block;
    }
    .notification_block .fa-close {
        display: block;
    text-align: right;
    padding: 10px;
    border: 1px solid #CCCCCC;
        background-color: #095aac;
    color: #fff;
    cursor: pointer;
    }

    .notification_desc_close .fa-close {
    display: inline-block;
    padding: 10px;
    color: #aea7a7;
    cursor: pointer;
    float: right;
    background-color: transparent;
    border: transparent;
}
    .notification-icon .fa-bell {
margin-right: 6px;
    }
    
    .current-user {
            margin-left: 36px;
            width: 100%;
    }

    .current-user span {
        display: block;
    text-align: center;
    }
    .notification_block {
    position: absolute;
    left: 39px;
    top: -3px;
}
    .current-user-name {
    color: #fff;
    float: left;
    position: relative;
    width: 16%;
}