﻿ul li {
    list-style-type: none !important;
}

.notespancolor {
    color: rgb(25, 194, 101);
}

.noteconttxt {
    font-family: OpenSans-Regular;
    font-size: 14px;
    padding: 0px 15px 15px;
}

.tdSingleFile {
    max-width: 375px;
}

input[type=checkbox]:focus {
    outline: solid 1px !important;
}

.redTxt {
    color: #f37a27;
}

#trSpecialCategoryValue td {
    vertical-align: top !important;
}

    #trSpecialCategoryValue td > span > label {
        padding-left: 6px;
        padding-top: 7px;
    }

.spanMsg .fnt {
    display: table-row;
    padding-bottom: 10px;
    padding-top: 10px;
}

    .spanMsg .fnt img, .spanMsg .fnt b {
        display: table-cell;
        padding-bottom: 1px;
        padding-top: 1px;
    }

    .spanMsg .fnt img {
        padding-right: 1px;
        height: 50px !important;
        width: 50px !important;
    }

.photoupload-section {
    position: absolute !important;
    right: 0 !important;
}

@media(max-width:991px) {
    .photoupload-section {
        position: relative !important;
        left: 0 !important;
    }
}

.form-control {
    text-transform: uppercase;
    border-radius: 12px !important;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    border-color: #66afe9;
}

.money {
    text-align: right;
}

body {
    background: var(--bodybg) !important;
}

button.loading:after, li.loading a:after, a.loading:after {
    border: 2px solid #fff !important;
    border-top: 2px solid #000 !important;
}


#application-tabs {
    background: var(--bodybg) !important;
    width: auto;
    transition: all 0.2s;
    position: static;
    top: 0;
    left: 0;
}

.nav-tabs {
    text-align: center;
    display: inline-block;
    border: 0px;
    position: relative;
    width: 100%;
    height: 115px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    background: var(--bodybg) !important;
}


    .nav-tabs li.application-tab a {
        color: #aaa;
        text-decoration: none;
        display: inline-block;
    }

        .nav-tabs li.application-tab a.disable {
            background: none;
        }



        .nav-tabs li.application-tab a .icon {
            border-radius: 50%;
            border: 2px solid #fff;
            padding: 20px;
            font-size: 25px;
            box-shadow: 0 8px 6px -6px #cbc7bb;
        }

        .nav-tabs li.application-tab a .text {
            display: block;
            color: #aaa;
            font-family: var(--fontbold);
            /*font-size: var(--menuheaderfontsize);*/
            font-size: 15px;
        }

    .nav-tabs li.application-tab:hover a.disable {
        opacity: 0.5;
        color: white;
    }

        .nav-tabs li.application-tab:hover a.disable .icon {
            background: var(--menubg);
            opacity: 0.5;
            color: white;
        }

        .nav-tabs li.application-tab:hover a.disable .text {
            opacity: 0.5;
            color: white;
        }

    .nav-tabs li.application-tab:hover, .nav-tabs li.application-tab:active, .nav-tabs li.application-tab:focus, .nav-tabs li.application-tab.active a {
        background: none;
        border: none;
    }

        .nav-tabs li.application-tab:hover a, .nav-tabs li.application-tab:active a, .nav-tabs li.application-tab:focus a {
            background: none;
        }

        .nav-tabs li.application-tab:hover .icon, .nav-tabs li.application-tab:focus .icon, .nav-tabs li.application-tab:active .icon, .nav-tabs li.application-tab.active .icon {
            background: var(--menubg);
            opacity: 1;
            color: white;
        }

        .nav-tabs li.application-tab:hover .icon, .nav-tabs li.application-tab:focus .icon, .nav-tabs li.application-tab:active .icon {
            opacity: 0.5;
        }

        .nav-tabs li.application-tab:hover .text, .nav-tabs li.application-tab:focus .text, .nav-tabs li.application-tab:active .text, .nav-tabs li.application-tab.active .text, .nav-tabs li.prev:hover, .nav-tabs li.next:hover {
            color: var(--menubg) !important;
        }

    .nav-tabs li.application-tab.success a .icon {
        background: var(--menubg);
        opacity: 0.5;
        color: white;
    }

@media(max-width:767px) {
    .nav-tabs li.application-tab {
        width: 100%;
    }

    .border-right {
        border: none !important;
        border-bottom: 1px solid var(--menubg) !important;
    }
}

.spanMsg {
    margin-bottom: 5px;
    margin-top: 5px;
    max-width: 500px !important;
}


.declaration ul li {
    display: list-item !important;
    list-style-type: disc !important;
    color: #000;
    margin-left: 40px;
    float: none !important;
    line-height: 22px;
}

.bulb-highlight {
    background-color: #59B75B;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
}

select.drpCollege1, select.drpCollege2 {
    font-size: 12px;
}

.btn-help {
    font-size: 17px;
    font-family: var(--fontbold);
    min-width: 100px;
    margin-top: 0px;
    background: #5cb85c !important;
}

    .btn-help .fa, .btn-help .glyphiocn {
        font-size: 25px;
    }

    .btn-help:hover {
        background: white !important;
        color: #5cb85c !important;
    }

.btn-logOut {
    font-size: 17px;
    font-family: var(--fontbold);
    min-width: 100px;
    margin-top: 0px;
    background: red !important;
}

    .btn-logOut .fa, .btn-help .glyphiocn {
        font-size: 25px;
    }

    .btn-logOut:hover {
        background: white !important;
        color: red !important;
    }
