* {margin: 0px; padding: 0px; text-decoration: none; list-style: none; outline: none;}
body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
   background-color: #2C9897 !important;
    letter-spacing: 0.5px;
	font-family: 'open_sansregular';
	list-style: none; 
}

html {
    scroll-behavior: smooth;
}


html {
    scroll-behavior: smooth;
}

.wrapper {
    width: 100%;
    float: left;
}

.container {
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    min-width: 320px;
    padding: 0 15px !important;
    height: 100%;
}

.container-large {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
}

header {
    width: 100%;
    
    padding-bottom: 40px;
}


    header .registration-heading {
        font-size: 30px;
        text-align: center;
        width: 100%;
        color: #fff;
        padding-top: 70px;
        font-weight: 600;
		font-family: 'open_sanssemibold';
    }

    header .registration-text {
        font-size: 17px;
        text-align: center;
        width: 100%;
        color: #fff;
        font-weight: 400;
    }
	
	    header .logo{max-width:100%; margin-left:-15px;}

.mid-container {
    width: 100%;
    float: left;
    border-radius: 5px;
}

.submission-box {
    width: 100%;
    float: left;
    background: #fff;
    margin-top: -38px;
    border-radius: 5px;
    margin-bottom: 2px;
}

.submission-box .success-form { width: 100%; float: left; padding: 6px 25px 20px 25px;}

.submission-box h2 {
        color: #000000;
        font-size: 20px;
        background: #cee9e9;
        padding: 10px 35px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
		font-family: 'open_sansregular';
        margin:0;
    }
	
.grand-total{color: #000000; font-size: 20px; background: #cee9e9; border-radius:4px !important; height:44px; line-height:28px !important; font-family: 'open_sanssemibold' !important;}

.submission-box .submission-form {
    width: 100%;
    float: left;
    padding:25px 25px 20px 25px;
}

.submission-box .login-box {
    width: 100%;
    float: left;
    padding: 80px 80px 30px 80px;
}


.charges {
    width: 100%;
    float: left;    
    border-bottom: 1px solid #ccc;
}

.charges h2 {
        color: #fff;
        font-size: 16px;
        color: #000000;
        background: #cee9e9;
        font-weight: 400;
        padding: 8px 15px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        margin-bottom: 20px;
        line-height: 20px;
    }

    .charges h4 {
        font-family: 'open_sansregular';
        color: #000000;
        font-size: 17px;
        font-weight: 400;
        padding: 15px 15px;
        line-height: 16px;
    }

.source-application {
    width: 100%;
    float: left;
    margin-top: 20px;
}

    .source-application h4 {
        font-family: 'FUTURAL';
        color: #000000;
        font-size: 17px;
        font-weight: 400;
        padding: 7px 15px;
        line-height: 16px;
    }

footer {
    width: 100%;
    float: left;
    background: #2f2f2f;
    padding: 35px 0 10px 0;
}

    footer ul {
        width: 100%;
        float: left;
        text-align: center;
    }

        footer ul li {
            display: inline;
            border-right: 1px solid #fff;
            padding: 0 15px;
        }

            footer ul li:last-child {
                border-right: 0px;
            }

            footer ul li a {
                color: #fff;
                font-size: 20px;
                font-family: 'amasis_mt_stdlight';
            }

                footer ul li a:hover {
                    color: #fff;
                    text-decoration: none;
                }

    footer .copyrights {
        width: 100%;
        float: left;
        margin-top: 5px;
        text-align: center;
    }

        footer .copyrights p {
            color: #fff;
            font-size: 20px;
            font-family: 'amasis_mt_stdlight';
            line-height: 35px;
        }

    footer .social-icons ul {
        width: 100%;
        float: left;
        text-align: right;
    }

        footer .social-icons ul li {
            border-right: 0;
            padding: 0 7px;
        }


/* global css file here start */

.clear {
    clear: both;
    float: left;
}

.input-box input[type="text"], .input-box input[type="email"], .input-box input[type="tel"], .input-box input[type="number"], .input-box input[type="password"], .input-box input[type="date"] {
    width: 100%;
    max-width:100%;
    padding: 2px 15px;
    float: left;
    border: 1px solid #dcdcdc;
    font-size: 15px;
    color: #000;
    letter-spacing: 0;
    line-height: 25px;
    border-radius: 4px;
    background: #fff;
    background: #fff;
	height:44px;
	/*border-radius:360px;*/
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
}

.input-box input:read-only{background:#fafbfa; border:0; box-shadow:none; background:none;}

.add-btn {
    width: 150px;
    float:right;
    height: 44px;
    background: #00b3b5;
    border:0;
    color:#fff;
    border-radius:5px;
    font-size:18px;
    cursor:pointer;
    margin-bottom:15px;
}

.edit-Btn{background:none; border:0; margin-right:10px; cursor:pointer;}

.payment-button {
    width: 100%;
    float: left;
    text-align: right;
    margin-top: 20px;
}

.login-user {
    width: 100%;
    float: left;
    position: relative;
}

.login-box .input-box input[type=text], .login-box .input-box input[type=password] {
    width: 100%;
    padding: 10px 10px 10px 65px;
    float: left;
    border: 1px solid #9abdc0;
    font-size: 16px;
    color: #232323;
    letter-spacing: 0;
    line-height: 26px;
    height: 43px;
    border-radius: 5px;
    background: #fff;
}

    .login-user:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        background: url(/content/img/login-user.png) center center no-repeat;
        width: 55px;
        height: 44px;
        border-right: 1px solid #b0d0d3;
    }

.login-password {
    width: 100%;
    float: left;
    position: relative;
}

    .login-password:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        background: url(/content/img/login-password.png) center center no-repeat;
        width: 55px;
        height: 44px;
        border-right: 1px solid #b0d0d3;
    }

.login-button {
    width: 100%;
    float: left;
    text-align: center;
   
}


    .login-button .loginBtn {
        background: #00b3b5;
        border: 0;
        color: #fff;
        font-size: 16px;
        width: 200px;
        height: 44px;
        cursor: pointer;
        border-radius: 5px;
        line-height: 38px;
        border: 2px solid #00b3b5;
        font-family: 'open_sanssemibold';
    }

    .loginBtn:hover{background:#fff; color:#00b3b5; transition: background-color 0.2s ease;}

    .proceed-btn {
        background: #00b3b5;
        border: 0;
        color: #fff;
        font-size: 16px;
        width: 160px;
        height: 44px;
        cursor: pointer;
        border-radius: 360px;
        line-height: 38px;
        border: 2px solid #00b3b5;
        font-family: 'open_sanssemibold';
    }

.proceed-btn:hover{background:#fff; color:#00b3b5; border: 2px solid #00b3b5; font-family: 'open_sanssemibold';  transition: background-color 0.2s ease;}

input::placeholder {
    color: #a1a1a1;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

.super {
    color: #ff0000;
    margin-left: 2px;
    top: -5px;
}

.input-box {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    min-height: 80px;
}

.input-box textarea {
    width: 100%;
    padding: 15px 15px;
    float: left;
    background: #fff;
    border: 1px solid #dcdcdc;
    font-size: 19px;
    color: #000;
    letter-spacing: 0;
    line-height: 26px;
    height: 120px;
    border-radius: 0px;
}

.input-box .fieldTitle {
    font-family: 'open_sanssemibold';
    width:100%;
    float: left;
    font-size: 16px;
    color: #222;
    text-align: left;
    margin-bottom: 10px;
	line-height:44px;
    
}

.input-box .totalTitle{
    font-family: 'open_sanssemibold';
    float: left;
    font-size: 16px;
    color: #222;
    text-align: left;
    margin-bottom: 10px;
	line-height:42px;
	border:1px solid #ccc;
	width:100%;
	border-radius:4px;
	padding:0 15px;
	background:#f9f9f9;
    
}

.edit-total{float:left;}
.edit-total img{width:24px; height:24px; margin-top:10px;}

    .input-box .fieldTitle span {
        font-weight: 700;
    }

.error {
    font-size: 14px;
    color: #ff0000;
}

/* grid css start here */


.loadingDiv {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: rgba(19, 15, 15, 0.15);
    background-image: url('../img/loader_icon.png');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    background-size: 80px;
}

.dynamicGridCharges {
    display: -webkit-box;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* margin-right: -10px; */
    /* margin-left: -15px; */
    width: 100%;
}

.submission-box .submission-form .success-msg{background:url(../AvansePaymentGateway_files/success-icon.png) no-repeat left center; padding-left:35px; color:#17ab13; font-size:18px; width:100%; float:left; margin-top:10px;}
.submission-box .submission-form .name{color: #000000;font-size: 18px;font-weight: 500; margin-top:10px; width:100%; float:left; }
.submission-box .submission-form h4{color: #000000;font-size: 18px;font-weight: 400; margin-top:10px; width:100%; float:left; }
.submission-box .submission-form .aspire-text{color: #2C9897;font-size: 18px;font-weight: 400; margin-top:10px; width:100%; float:left; text-align:center;}
.submission-box .submission-form ul{width:100%; float:left; margin-top:15px; background:#fafbfa; padding:15px; border-radius:4px; margin-bottom:20px;}
.submission-box .submission-form ul li{margin-bottom:15px; border-bottom:1px solid #e1e1e1; padding-bottom:10px;}
.submission-box .submission-form ul li:last-child{margin-bottom:0px;border-bottom:0;}

.submission-box .success-form .success-msg{background:url(../Content/img/error_message.png) no-repeat left center; padding-left:35px; color:#17ab13; font-size:18px; width:100%; float:left; margin-top:10px;}
.submission-box .success-form .error-msg {
    background: url(../Content/img/error_message.png) no-repeat left center;
    padding-left: 35px;
    color: red;
    font-size: 18px;
    width: 100%;
    float: left;
    margin-top: 10px;
}
.submission-box .success-form .name{color: #000000;font-size: 18px;font-weight: 500; margin-top:10px; width:100%; float:left; }
.submission-box .success-form h4{color: #000000;font-size: 18px;font-weight: 400; margin-top:10px; width:100%; float:left; }
.submission-box .success-form .aspire-text{color: #2C9897;font-size: 18px;font-weight: 400; margin-top:10px; width:100%; float:left; text-align:center;}
.submission-box .success-form ul{width:100%; float:left; margin-top:15px; background:#fafbfa; padding:15px; border-radius:4px; margin-bottom:20px;}
.submission-box .success-form ul li{margin-bottom:15px; border-bottom:1px solid #e1e1e1; padding-bottom:10px;}
.submission-box .success-form ul li:last-child{margin-bottom:0px;border-bottom:0;}

.trans-title{font-size: 16px; color: #000; font-family: 'open_sanssemibold'; float:left; width:325px;}
.trans-id{font-size: 16px; color: #000; text-align:right;}


.responsive-table{width:100%; float:left; overflow:auto; margin-bottom:0px;}
.responsive-table .table {border-collapse:separate;	border-spacing:0px 5px; width:100%; font-size:15px; color:#555555; margin-bottom:0}
.responsive-table .table thead tr th{padding:12px; border:0;}
.responsive-table .table th:first-child{border-radius:5px 0 0 5px;}
.responsive-table .table th:last-child{border-radius:0 5px 5px 0;}
.responsive-table .table td:first-child{ border-radius:5px 0 0 5px;}
.responsive-table .table td:last-child{border-radius:0 5px 5px 0;}
.responsive-table .table thead th{background:#00b3b5; color:#fff; padding:15px; font-size:15px; white-space: nowrap; text-align:left;}
.responsive-table .table tbody tr td{ border-top:1px solid #ddd; border-bottom:1px solid #ddd; padding:10px 15px; white-space: nowrap; text-align: left;}
.responsive-table .table tbody tr td:first-child{border-left:1px solid #ddd;}
.responsive-table .table tbody tr td:last-child{border-right:1px solid #ddd;}

.custom-modal{width:100%; float:left;}
.custom-modal .modal-content{width:600px; float:left;}
.custom-modal .modal-header{width:100%; float:left;  background:#00b3b5; text-align:center; font-weight:700;border-top-right-radius: 5px; border-top-left-radius: 5px;}
.custom-modal .modal-header h4{font-size:25px; color:#fff; width:100%;}
.custom-modal .modal-header .close{margin-top:1px; opacity:1; position:absolute; top:0px; right:15px; font-size:35px;}
.custom-modal .modal-body{width:100%; float:left;}



.paging {
    margin: 10px 0;
    border-radius: 4px;
    font-size: 12px;
    padding: 0 !important;
}

    .paging li {
        display: inline;
    }

        .paging li a {
            position: relative;
            float: left;
            padding: 5px 10px;
            border: 1px solid #ddd;
            color: #555;
        }

        .paging li:first-child a {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .paging li:last-child a {
            margin-left: 0;
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

    .paging .active a {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #428bca;
        border-color: #428bca;
    }

    .paging a:hover {
        background: #eee;
    }

    .paging .active a:hover {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #428bca;
        border-color: #428bca;
    }


header .navbar-toggler {
    display: none;
}

@media (min-width:320px) and (max-width:480px) {

    header .logo {
        max-width: 200px;
    }

    header .navbar-toggler {
        background: url(../../Content/img/menu-bar-icon.png ) no-repeat center center;
        width: 40px;
        height: 40px;
        border-radius: 0;
        position: absolute;
        right: 15px;
        z-index: 999;
        top: -30px;
        outline: none;
        border: 0;
        display: block;
    }

    header .navbar-nav {
        margin: 20px 0;
    }

    header .navbar-collapse {
        border: 0;
        box-shadow: none;
        padding: 0;
    }

    header .navbar-nav .nav-item {
        padding-right: 0;
        background: #cee9e9;
        border-bottom: 1px solid #999;
        float: left;
        width: 100%;
    }

    header .navbar-nav .nav-link {
        padding: 12px 15px;
        color: #333 !important;
        font-size: 14px;
        float: left;
        width: 100%;
    }

    header .navbar {
        position: absolute;
        right: 0;
        top: -20px;
        width: 100%;
        z-index: 999;
    }

    .dropdown-content {
        background: #fff;
        border-radius: 0;
        margin: 5px 0 0 0;
        box-shadow: none;
        width: 100%;
    }

        .dropdown-content .dropdown-item {
            border-bottom: 1px solid #999;
        }



    header .registration-heading {
        padding: 20px 0 10px 0;
        font-size: 25px;
    }

    .searchBtn {
        margin-left: 80px;
    }

    .submission-box .login-box {
        padding: 6px 15px 20px 15px;
    }
}
