﻿* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body, p, a {
    font-family: 'Calibri';
    /* background: #f5f5f5;*/
}

label {
    font-family: 'Calibri';
    font-size: 16px !important;    
}


h1, h2, h3, h4, h5, h6, .table-bordered td, .table-bordered th {
    font-family: 'Calibri';
}

.table-bordered td, .table-bordered th {
    font-size: 12px;
}

h1 {
    font-size: 33px;
}
/*select {
    color: #000000 !important;
    font-family: "Roboto" !important;
}*/
.login-form .form-input {
    margin: 10px 0px;
}

    .login-form .form-input label,
    .cap2 .captcha label {
        display: block;
        font-size: 15px;
        color: #111;
        margin-bottom: 5px;
    }

    .login-form .form-input input {
        width: 100%;
        padding: 10px;
        border: 1px solid #888;
        font-size: 15px;
    }

.cap2 .captcha {
    margin: 15px 0px;
}

    .cap2 .captcha .preview {
        color: #555;
        width: 100%;
        text-align: center;
        height: 40px;
        line-height: 40px;
        letter-spacing: 8px;
        border: 1px dashed #888;
        font-family: "monospace";
    }

        .cap2 .captcha .preview span {
            display: inline-block;
            user-select: none;
        }

    .cap2 .captcha .captcha-form {
        display: flex;
    }

        .cap2 .captcha .captcha-form input {
            width: 100%;
            padding: 8px;
            border: 1px solid #888;
        }

        .cap2.captcha .captcha-form .captcha-refresh {
            width: 40px;
            border: none;
            outline: none;
            background: #888;
            color: #eee;
            cursor: pointer;
        }

header .dropdown-menu[data-bs-popper] {
    right: 0;
    left: auto;
}

header nav h1 {
    position: absolute;
    left: 48%;
    top: 15px;
    font-size: 24px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color: #003466;
    font-weight: bold;
}


.SignUp h1.registerPage,
.Index h1.myApplication,
.SignUp h1.registerPage,
.SignUp h1.registerPage {
    display: block;
}

/*html body header nav h1.registerPage,
html body header nav h1.myApplication,
html body header nav h1,
html body header nav h1 {
    display: none;
}*/

.Index h1.myApplication {
    top: 24px;
    left: 46%;
}

footer.copyright {
    position: fixed !important;
}

footer p.text-center {
    padding: 0;
    margin: 0 0 6px 0;
}

html body .fade:not(.show) {
    opacity: 1;
}

span.field-validation-error {
    color: red;
}

html body a {
    color: #003466;
    text-decoration: none;
}

    html body a:hover, html body a:active, html body a:focus {
        text-decoration: underline;
        color: red;
    }

@media (max-width:900px) {
    /* html, body {
        overflow: scroll !important;
    }*/

    #style-2 {
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 500px) {
    header nav a.navbar-brand {
        width: 75%;
        margin: 0;
        padding: 0;
        text-align: left;
    }

    header .nav-item {
        text-align: left;
    }

    header {
        height: 2px !important;
    }
    /* header nav ul.navbar-nav {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }*/
    nav.navbar.navbar-expand-sm.navbar-toggleable-sm.navbar-light.bg-white.border-bottom.box-shadow.mb-3 {
        margin: 0 0 15px !important;
        padding: 0;
    }

    div#style-3 {
        height: 100%;
        padding: 0;
    }

    .Index #style-2 {
        padding-bottom: 50px;
    }

    .mb-3.bg-white.p-4.border {
        height: 100% !important;
    }

    .preview_next_box {
        position: relative;
        bottom: -8px;
        width: 100%;
        left: 0;
        right: auto;
    }

    .application_box {
        height: 100%;
    }

    div#style-2 {
        height: calc(100vh - 115px);
        margin-bottom: 0px;
    }
    footer .social {
        text-align: center;
        padding-bottom: 10px;
        display: inline-block;
    }
    .save_continue_btn {
        margin: 15px 0;
    }

    .SignUp h1.registerPage {
        display: none !important
    }

    .title_tab {
        display: none;
    }
}


.organization_datagrid .checktext a {
    pointer-events: none;
}

div#divSubmitData {
    height: 55px;
    overflow: hidden;
}

.p-t-10 {
    padding-top: 10px;
}

.card-body.row {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

    .card-body.row .table-responsive table.table {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
input#ecl_dateofbirth {
    display: inline-block;
    position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}


input[type="date"] {
    position: relative;
}

/*input[type="date"]:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f073";
    color: #555;
    padding: 0 5px;
}*/
    input[type="date"]:after {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f073";
        color: #555;
        padding: 0 5px;
        background: #0a58ca;
        width: 36px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        right: 0;
        position: absolute;
        text-align: center;
    }
/* change color of symbol on hover */
/*input[type="date"]:hover:after {
    color: #bf1400;
}*/

/* make the native arrow invisible and stretch it over the whole field so you can click anywhere in the input field to trigger the native datepicker*/
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}

/* adjust increase/decrease button */
input[type="date"]::-webkit-inner-spin-button {
    z-index: 1;
}

/* adjust clear button */
input[type="date"]::-webkit-clear-button {
    z-index: 1;
}