/*Overrides*/

.btn-outline-primary1 {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}

    .btn-outline-primary1:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

.form-container {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 25px;
    display: inline-block;
    width: 300px; /* Set the desired width */
    word-wrap: break-word; /* Ensure text wraps */
}

.blue-text-nsz {
    color: #436d9f;
    font-weight: bold;
}

.question-mark-img {
    width: 28px;
    height: 31px;
    margin-left: 5px !important;
    cursor: pointer;
}

.chkbox {
    width: 28px !important;
    height: 31px;
}

.question-mark-margin26 {
    margin-top: 26px !important;
}

label {
    font-weight: bold;
}

table.dataTable#searchresults {
    border-collapse: collapse !important;
}

.breadcrumb {
    background-color: none !important;
}
/*Template Styles*/
body {
    padding-top: 10px;
}

.btn-group .glyphicon {
    top: 0 !important;
}

img.logo {
    height: 120px;
    vertical-align: top;
}

.nav-public li {
    list-style-type: none;
}

footer .footer-contact {
    font-size: 0.875rem;
    background-color: #e9f2f8;
}

footer .footer-contact2 {
    font-size: 0.875rem;
}

footer address {
    display: inline;
}

footer .bullet {
    margin: 0 3px;
}

footer .footer-links {
    width: 100%;
    font-size: 0.875rem;
    background-color: #e9f2f8;
}

.home-links {
    width: 100%;
    font-size: 0.875rem;
    background-color: #e9f2f8;
}

footer .footer-links2 {
    width: 100%;
    font-size: 0.875rem;
}

footer .social-links {
    margin-top: 5px;
    margin-left: 5px;
    background-color: #e9f2f8;
}

footer .social-links2 {
    margin-top: 5px;
    margin-left: 5px;
}

footer .footer-nav {
    width: 495px;
    margin-left: 60px;
    background-color: #e9f2f8;
}

/*Content Styles*/
h1 {
    color: #0b5591;
}

h3 {
    color: #0b5591;
}

.white {
    color: #ffffff;
}

.red {
    color: red;
}

.validation-summary-valid {
    display: none;
}

.validation-summary-errors span {
    color: red;
    font-weight: bold;
}

.validation-summary-errors ul li {
    color: red;
}

.field-validation-error {
    color: red;
}

    .field-validation-error.badge-danger {
        color: #fff;
    }

.data-display {
    display: block !important;
}

    .data-display span {
    }

#Sitemap,
#Standalonemap {
    margin: 0 0 0 1%;
    padding: 0;
    list-style-type: none;
    background: none;
}

    #Sitemap li,
    #Standalonemap li {
        margin: 0;
        padding: 5px 0;
        list-style-type: none;
        background: none;
    }

        #Sitemap li a img,
        #Sitemap li img {
            padding: 0 5px 0 0;
        }

.BlogTitle {
    margin-bottom: 5px;
}

.BlogDetails {
    display: block;
    margin-bottom: 15px;
    color: #3d82ab
}

.BlogComment {
    margin-bottom: 15px;
}

    .BlogComment .BlogComment {
        margin-left: 60px;
    }

    .BlogComment span {
        color: #3d82ab
    }

.BlogCommentForm {
    margin-bottom: 15px;
    padding: 10px 30px 15px 30px;
}

/*Home Styles*/

.home-box1 {
    box-shadow: 0 0 30px #e9f2f8;
}

.home-box {
    width: 295px;
    border-radius: 5px;
    padding: 5px 0;
    margin: 30px 0;
}

.home-box-orange {
    background-color: #ee5921;
    box-shadow: 0 0 30px #ee5921;
}

.home-box-blue {
    background-color: #0b5591;
    box-shadow: 0 0 30px #0b5591;
}

.home-box-green {
    background-color: #3a6208;
    box-shadow: 0 0 30px #3a6208;
}

.home-box h2 a {
    font-size: 24px;
    color: #ffffff;
}

.home-box p {
    padding: 0 10px;
    margin-top: 10px;
}

    .home-box p a {
        color: #ffffff;
    }

.home-box:hover {
    box-shadow: none;
}

    .home-box:hover a {
        color: #ffffff;
    }

.home-crtp-verify a {
    background-color: #ee5921;
    padding: 3px 5px;
    color: #ffffff;
    font-weight: bold;
    font-size: .9em;
}

.home-crtp-apply a {
    font-size: 24px;
    color: #ee5921;
    font-weight: bold;
}



#verifyResults_wrapper .row .col-sm-12 {
    padding: 0 !important;
}

    #verifyResults_wrapper .row .col-sm-12 #verifyResults {
        width: 100% !important;
    }

#verifyResults_paginate {
    margin: 0 auto;
}

.custom-control-label::before,
.custom-control-label::after {
    top: .8rem;
    width: 2.35rem;
    height: 2.35rem;
}

.custom-control-label {
    margin-left: 30px;
    margin-top: 7px;
    margin-top: 7px;
}
