﻿.body {
    padding: 0px;
    padding: 0px;
}
ul.nav_list {
    list-style-type: none;
    padding: 0px;
    color: #ebebeb;
}
    ul.nav_list:hover {
        list-style-type: none;
        padding: 0px;
        color: #fff;
    }
ul#masters_submenu {
    list-style-type: disc;
    color: #ebebeb;
}
ul#masters_submenu:hover {
    list-style-type: disc;
    color: #fff;
}
.h1, .p .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    padding: 0%;
    margin: 0%;
}

.form-label {
    align-items: center;
    margin-top: 30px;
}

.g-recaptcha {
    align-self: center;
}

.img {
    margin: 5px;
}

.logo img {
    width: 60px;
}

.text {
    margin-bottom: 0px;
}

.navbar-nav {
    margin-left: 35%;
}

    .navbar-nav a {
        margin: 0px 20px;
    }

        .navbar-nav a:hover {
            background-color: #333;
            border-radius: 25px;
            text-decoration: none;
            transition-duration: 0.5s;
        }



@media (max-width: 768px) {

    .logo img {
        width: 55px;
    }

    .navbar-nav {
        margin-left: 0%;
    }

    .text {
        font-size: 8px;
        padding: 2px;
    }

    .main text {
        font-size: 8px;
    }

    .p.text {
        font-size: 4px;
    }

    .title {
        font-size: 10px;
    }

    p.text {
        padding: 0px;
        font-size: smaller;
    }
}

.headingTitleCustom {
    background-color: #1f5e80;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 600;
}

a:link, a:visited {
    color: #ccd1d6;
    /*color: #9caeba;*/
    text-decoration: none;
}

table#AllRenewalLIst_table, table#AllComplianceLIst_table thead th {
    padding: 5px !important;
    font-size: 13px;
}

table#AllRenewalLIst_table, table#AllComplianceLIst_table tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

table#AllRenewalLIst_table, table#AllComplianceLIst_table thead {
    background-color: #ebebeb;
    /* color: #fff; */
}

.SubFormWOBG {
    height: 100%;
}


table {
    background-color: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table {
    font-size: 14px;
    font: 100%;
    color: #333333;
}

#cssmenu > ul > li {
    margin: 0 0 2px 0;
}

#cssmenu, #cssmenu ul, #cssmenu li, #cssmenu a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    font-family: Verdana;
    font-size: 14px;
    position: relative;
}

    #cssmenu > ul > li:last-child {
        margin: 0;
    }



    #cssmenu > ul > li.has-sub > a span {
        background: url(../img/icon_plus.png) no-repeat 98% center;
    }

    #cssmenu > ul > li.has-sub.active > a span {
        background: url(../img/icon_minus.png) 98% center no-repeat;
    }

    #cssmenu > ul > li > a > span {
        display: block;
        border: 1px solid #666666;
        padding: 6px 3px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        font-weight: bol
    }

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu > ul > li {
    margin: 0 0 2px 0;
}

#cssmenu, #cssmenu ul, #cssmenu li, #cssmenu a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    font-family: Verdana;
    font-size: 14px;
    position: relative;
}

    #cssmenu > ul > li > a {
        font-size: 14px;
        display: block;
        color: #ffffff;
        text-shadow: 0 1px 1px #000;
        background: #1971AF;
        background: -moz-linear-gradient(#1971AF 0%, #333 100%);
        background: -webkit-linear-gradient(#1971AF 0%, #333 100%);
        background: linear-gradient(#1971AF 0%, #333 100%);
        border: 1px solid #000;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    #cssmenu > ul > li.active > a span {
        border: 1px solid #D05C5F;
    }

    #cssmenu a {
        line-height: 1.3;
    }

.footer {
    width: 100%;
    height: 80px;
    background-image: url(../img/bg_footer.png);
}

.header-title {
    /* background: url(../TestImages/header_bg.png) no-repeat top; */
    background-color: #094E7F;
    height: 30px;
    padding-left: 10px;
    padding-top: 5px;
    font-family: Verdana;
    font-size: 13px;
    color: White;
    font-weight: bold;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1
    }

        .dropdown-menu > li:hover > .submenu {
            display: block;
        }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}
/* ============ small devices .end// ============ */

fieldset {
    background-color: #eeeeee;
}

legend {
    background-color: #094E7F;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
}

input {
    margin: 5px;
}

.map-container {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .map-container iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }



@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");

:root {
    --header-height: 3rem;
    --nav-width: 68px;
    --first-color: #094E7F;
    --first-color-light: #ffffff;
    --white-color: #F7F6FB;
    --body-font: 'Nunito', sans-serif;
    --normal-font-size: 1rem;
    --z-fixed: 100
}

*, ::before, ::after {
    box-sizing: border-box
}

body {
    position: relative;
    margin: var(--header-height) 0 0 0;
    padding: 0 1rem;
    font-family: var(--body-font);
    font-size: var(--normal-font-size);
    transition: .5s
}

a {
    text-decoration: none
}

.header {
    width: 100%;
    height: var(--header-height);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    background-color: var(--white-color);
    z-index: var(--z-fixed);
    transition: .5s
}

.header_toggle {
    color: var(--first-color);
    font-size: 1.5rem;
    cursor: pointer
}

.header_img {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden
}

    .header_img img {
        width: 40px
    }

.l-navbar {
    position: fixed;
    top: 0;
    left: -30%;
    width: var(--nav-width);
    height: 100vh;
    /*background-color: var(--first-color);*/
    background-color: #002357;
    padding: .5rem 1rem 0 0;
    transition: .5s;
    z-index: var(--z-fixed)
}
.loginTitle {
    background-color: #002357;
    padding: 10px;
    margin-top: 100px;
    color: white;
}
.nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden
}

.nav_logo, .nav_link {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    column-gap: 1rem;
    padding: .5rem 0 .5rem 1.5rem
}

.nav_logo {
    margin-bottom: 2rem
}

.nav_logo-icon {
    font-size: 1.25rem;
    color: var(--white-color)
}

.nav_logo-name {
    color: var(--white-color);
    font-weight: 700
}

.nav_link {
    position: relative;
    color: var(--first-color-light);
    transition: .3s
}

    .nav_link:hover {
        color: var(--white-color)
    }

.nav_icon {
    font-size: 1.25rem;
    margin-right:12px;
}

.show {
    left: 0
}

.body-pd {
    padding-left: calc(var(--nav-width) + 1rem)
}

.active {
    color: var(--white-color)
}

    /*.active::before {
        content: '';
        position: absolute;
        left: 0;
        width: 2px;
        height: 32px;
        background-color: var(--white-color)
    }*/

.height-100 {
    height: 100vh
}

@media screen and (min-width: 768px) {
    body {
        margin: calc(var(--header-height) + 1rem) 0 0 0;
        padding-left: calc(var(--nav-width) + 2rem)
    }

    .header {
        height: calc(var(--header-height) + 1rem);
        padding: 0 2rem 0 calc(var(--nav-width) + 2rem)
    }

    .header_img {
        width: 40px;
        height: 40px
    }

        .header_img img {
            width: 45px
        }

    .l-navbar {
        left: 0;
        padding: 1rem 1rem 0 0
    }

    
    .show {
        /*width: calc(var(--nav-width) + 156px)*/
        width : 100%;
    }
    .l-navbar.show {
        width: 12% !important;
    }

    .body-pd {
        padding-left: calc(var(--nav-width) + 188px)
    }
}


.sidebar-dark .nav-item .nav-link {
    color: rgba(255,255,255,.8);
}

@media screen (min-width:768px) {
    .sidebar .nav-item .nav-link {
        display: block;
        width: 100%;
        text-align: left;
        padding: 1rem;
        width: 14rem;
    }
}

.sidebar .nav-item .nav-link, .topbar .nav-item .nav-link {
    position: relative;
}

a {
    box-sizing: border-box;
    color: #4e73df;
    text-decoration: none;
    background-color: transparent;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.header_home {
    margin-top: 30px;
    font-size: xx-large;
    background-color: #002357;
}

.accordion-body {
    color:white;
}
button.accordion-button.collapsed {
    background-color: transparent !important;
    color: white !important;
}
.accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

@media (min-width: 1400px) {
    .g-fasal.container {
        max-width: 1500px;
    }
}

