﻿* {
    padding: 0;
    margin: 0;
}
.lp-header {
    box-shadow: 0px 0px 18px rgb(28 28 28 / 50%);
}


.welcomeBanner-Content{
	display: flex;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;	
}

.navigation-container {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 30px;
    /* background-color: #002F87; */
}

.navbar .navigation-container {
    /* padding: 21px 30px;*/
    align-items: baseline;
}
/*.navbar{
	position: sticky;
    top: 0;
	z-index: 9999;
}*/
.top-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

ul.top-nav-list > li {
    display: inline-flex;
}

.top-nav-item img {
    width: 20px;
}

.drpRight {
    right: 0;
    top: 100%;
}

.top-nav-item > a {
    padding: 17px 9px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #242A35;
}

.top-nav-divider {
    width: 1px;
    background: #C0C6CE;
    height: 12px;
    margin: 0 18px;
}

.navigation-bg {
    background-color: #002F87;
}

.navbar {
    padding: 1px 0;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url('../Images/HamBurgerIcon.svg');
}

.navbar-dark .navbar-toggler {
    border: none;
}

button:focus,
.navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
    border: none;
}

.navbar-brand-box {
    margin-top: 15px;
    margin-bottom: 15px;
}

.navbar-brand {
    margin-right: 16px;
}

.navbar-brand img {
    width: 150px;
    height: auto;
    border-bottom: 4px solid #002F87;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    /*padding: 14px 20px;*/
    border-bottom: 4px solid #002F87;
    /*margin-right: 9px;*/
    padding: 0px;
    margin: 25px 29px 25px 20px;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
	color: #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
}

.dropdown-toggle::after {
    border: none;
}

.dropdown-menu {
    background: #FFFFFF;
    /*box-shadow: 0px 6px 8px 0px rgb(0 0 0 / 12%);*/
    box-shadow: 0px 0px 0px 1px #DBE1E9, 0px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    max-width: 306px;
    padding: 14px 0;
    min-width: 300px;
    max-height: 95vh;
    overflow-y: scroll;
}

li#resource-line .dropdown-menu {
    min-width: 400px;
}

.dropdown .nav-link.dropdown-toggle.show {
    border-bottom: 4px solid #ffffff;
    color: #FFFFFF;
}

.dropdown-item {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    color: #002F87;
    padding: 2px 24px;
}

a.dropdown-item:hover {
    background: #ffffff;
    text-decoration: underline;
    color: #002F87;
}

/* manage profile menu css start */
.profile-dropdown {
    width: 300px;
    /*max-height: 400px;
    overflow-y: scroll;*/
    padding: 26px 0px 19px 0px;
    font-size: 14px;
}
.profile-dropdown p{
    font-size: 14px;
}
/*.profile-dropdown > div {
    border-bottom: 1px solid #DBE1E9;
}*/

.profile-menu-divider {
    display: block;
    /*background-color: #DBE1E9;*/
    height: 1px;
    margin: 4px 0px;
    border: 1px solid #DBE1E9;
}

/*.profile-main-box, .agency-admins-box,
.agency-menu-box,
.scAdmin-menu-box,
.allUsers-menu-box {
    padding: 15px 24px;
}*/

.profile-info {
    display: flex;
    margin-bottom: 15px;
}

.profile-image {
    width: 28%;
    text-align: center;
}

.profile-image img {
    width: 66px;
}

.profile-content {
    width: 72%;
    padding-left: 18px;
}

.profile-name a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #000000;
    text-decoration: none;
}

.profile-access .edit-access {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #00B871;
    text-decoration: none;
}

.profile-access-level {
    font-family: Open Sans;
    font-Weight: 400;
    font-style: italic;
    font-size: 14px;
    line-height: 25px;
}

.agency-admins-box p {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 14px;
}

.agency-admin-list,
.agency-menu-list,
.scAdmin-menu-list,
.allUsers-menu-list {
    list-style: none;
    padding: 0;
}

.agency-menu-list li,
.scAdmin-menu-list li,
.allUsers-menu-list li {
    margin-bottom: 4px;
}

.agency-admin-list li a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #000000;
    padding: 0;
    text-decoration: none;
    margin-bottom: 8px;
}

.agency-admin-list li a:hover {
    color: #000000;
    background-color: transparent;
}

/*.agency-menu-list li a,
.scAdmin-menu-list li a,
.allUsers-menu-list li a*/

/*Updated Navigation CSS*/

.profile-content .profile-name {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    text-transform: capitalize;
}

.agency-admins-box div#ViewMyAccess {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    padding: 3px 0px 3px 22px;
}

#ViewMySet {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    padding: 3px 20px;
}

.amerisure-navigation-menu-section a,
.amerisure-navigation-menu-spacer a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    padding: 0px 24px;
    color: #002F87;
    text-decoration: none;
}

.amerisure-navigation-menu-section :hover {
    color: #002F87;
    text-decoration: underline;
}
.amerisure-navigation-menu-spacer :hover{
    color: #002F87;
    text-decoration: underline;
}

/*.amerisure-navigation-menu-section,
.amerisure-navigation-menu-spacer, .profile-main-box, .agency-admins-box {
    /*padding: 15px 24px;*/
    /*border-bottom: 1px solid #ccc;
}*/
/*div#ViewMyAccess ul {
    padding: 0px 0px 0px 55px;
}
div#ViewMyAccess b {
    padding: 0px 0px 0px 24px;
}*/
/*Updated Navigation CSS ENd*/
.agency-menu-list li a:hover,
.scAdmin-menu-list li a:hover,
.allUsers-menu-list li a:hover {
    text-decoration: underline;
    color: #002F87;
}

.dropdown-menu
.profile-dropdown::-webkit-scrollbar, .dropdown-menu::-webkit-scrollbar {
    width: 5px;
}

.profile-dropdown::-webkit-scrollbar-track, .dropdown-menu::-webkit-scrollbar-track {
    box-shadow: none;
}

.profile-dropdown::-webkit-scrollbar-thumb, .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #C0C6CE;
    outline: none;
    border-radius: 5px;
}

.menu-head {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #242A35;
    padding: 20px 20px 0px 20px;
}

.menu-head-divider {
    width: 41px;
    height: 4px;
    background: #002F87;
    margin: 8px 0px 8px 20px;
}

/*User administration css starts*/
.btn-default {
    color: #333 !important ;
    background-color: #fff;
    border-color: #ccc !important;
}

/*User administration css ends*/
/* manage profile menu css end */

/* help drop-down css starts*/
.help a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    padding: 0px 24px;
    color: #002F87;
    text-decoration: none;
}

    .help :hover {
        color: #002F87;
        text-decoration: underline;
    }
        /*Contact Us Css Starts*/

.input-group {
    position: relative;
    display: table;
    border-collapse:separate;
}

    .input-groups .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-groups .form-control {
    display: table-cell;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-groups {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

    .input-addon {
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-groups > .form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

        
.input-addon:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
}
.input-addon{
    width: 18%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-addon {
    display: table-cell;
}

.form-control[disabled]{
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

.form-control {
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    /*border-left:0px;*/
    border-radius:0px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

/*Contact Us Css Ends*/

/*Login Help CSS Starts*/

.help-group .help-panel {
    margin-bottom: 5px;
    border-radius: 4px;
    border-color:#ddd;
    overflow: hidden;
}


.help-panel {
    background-color: #fff;
    border: 1px solid transparent;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.help-border > .help-heading {
    color: #333;
    background-color: #f5f5f5;
}

.help-group .help-heading {
    border-bottom: 0;
}

.help-heading {
 
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.help-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.text-muted {
    color: #999;
    margin-top:24px;
    
}

    .text-muted a {
        text-decoration: none;
        color: #428bca;
        
    }

    .text-muted a:hover {
        text-decoration: underline;
        color: #428bca;
    }
/*Login Help CSS Ends*/
    /*help drop-down css ends*/
    /*resource drop-down css starts*/
    .resource {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0/5%);
    border-color: #ddd;
}
.resource-panel > .resource-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
    
.resource-heading {
    padding: 10px 15px;
    border-bottom:1px solid transparent;
    border-top-right-radius:3px;
    border-top-left-radius:3px;
    cursor: pointer;
}



/*Resource drop-down css ends*/


/* manage profile drop-down menu Usage Reports Css starts*/
.usage {
    border-color: #ddd;
}
.border {
    
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

/*manage profile drop-down menu Usage Reports Css ends*/

/*manage profile user administration Css starts*/
.form-controls {
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn-primary {
    color: #211C31 !important;
    background-color: #DEE3E7 !important;
    border-color: #ADAEB5 !important;
}

.btn-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.search-text{
    display:inline-block;
    margin-bottom:5px;
    font-weight:700;
}

#users_wrapper .buttons-column {
    text-align: right;
}

.btn-groups{
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

a {
    color: #428bca;
    text-decoration: none;
}

.text-area{
    border:1px solid ;
    border-radius:2px;
    height:28px;
}
.select-area{
    border:1px solid;
    border-radius:2px;
}
.Button {
    border: 1px solid;
    border-radius: 2px;
    padding: 2px 8px;
}
.change-user{
    border:1px solid;
    border-radius:2px;

}
.pro-name{
    border:1px solid;
    border-radius:2px;
    height:25px;
    border-bottom:grey;
}
.pro-desc {
    border: 1px solid;
    border-radius: 2px;
    height: 25px;
}
.select-access{
    border:1px solid;
    border-radius:2px;
}
.menu-text{
    display:inline-block;
    margin-bottom:5px;
    font-weight:700;
}
.change-profile{
    border:1px solid;
    border-radius:2px;

}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
}
.pagination > li {
    display: inline;
}
    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        line-height: 1.42857143;
        text-decoration: none;
        color: #428bca;
        background-color: #fff;
        border: 1px solid #ddd;
        margin-left: -1px;
    }
.pull-right {
    float: right !important;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    @media (min-width: 768px) {
        .col-sm-6 {
            width: 50%;
        }
        .col-sm-12{
            width:100%;
            float:left;
        }
    }

    @media (min-width: 768px) {
        .form-inline .form-controls {
            display: inline-block;
            width: auto;
            vertical-align: middle;
        }
    }

    @media (min-width: 768px) {
        .form-inline .form-group {
            display: inline-block;
            margin-bottom: 0;
            vertical-align: middle;
        }
    }
    /*manage profile user administration Css ends*/
    /*Agency Financial profile Css starts*/
    .agency-fin-form {
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/*Agency Financial profile Css ends*/

/*Site metrics Css starts*/
.nav>li{
    position:relative;
    display:block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav-tabs>li>a{
    margin-right:2px;
    line-height:1.42857143;
    border-radius: 4px 4px 0 0 ;
}
.nav-tabs>li.active>a{
    color:#555;
    background-color:#fff;
    border:1px solid #ddd;
    border-bottom-color: transparent;
    cursor:default;
}
.nav-tabs>li{
    float:left;
    margin-bottom:-1px;
}

h1 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1{
    font-family:inherit;
    line-height:1.1;
    color:inherit;
}

h1{
    margin:.67em 0;
}

.side-head{
    display:inline-block;
    font-weight:700;
    margin-bottom:5px;
}

/*resizes AMP banner and mobile text*/
@media only screen and (max-width: 640px) {
    .welcomeBanner-Content {
        display: block;
    }

    #MasterContent_PnlUserName {
        font-size: 24px;
    }

    .main-banner-text {
        font-size: 18px !important;
    }
} 

/*Site metrics Css ends*/
@media only screen and (min-width: 1200px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .dropdown-menu.show {
        display: block;
    }
}

@media screen and (max-width: 1200px) {
    .navbar-brand {
        margin: auto;
    }
}


@media screen and (max-width: 1199.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 48px;
        /* Height of navbar */
        bottom: 0;
        right: 100%;
        width: 50%;
        padding: 0;
        overflow-y: auto;
        visibility: hidden;
        background-color: #FFFFFF;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    }

    .offcanvas-collapse.open {
        visibility: visible;
        box-shadow: 0px 0px 18px rgba(212, 216, 219, 0.5);
        transform: translateX(100%);
		z-index: 999;
    }

    .dropdown-toggle::after {
        width: 12px;
        position: absolute;
        right: 20px;
        content: url(../Images/DropDownIcon.svg);
    }

    .dropdown-toggle.show::after {
        width: 12px;
        position: absolute;
        right: 20px;
        content: url(../Images/DropDownIcon.svg);
        transform: rotate(180deg);
    }

    .navbar-dark .navbar-nav .nav-link,
    .dropdown .nav-link.dropdown-toggle.show,
    .navbar-dark .navbar-nav .nav-link.active,
    .navbar-dark .navbar-nav .nav-link:hover {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        border: none;
        color: #242A35 !important;
        padding: 14px 20px;
        margin: 0;
    }
	.navbar{
		position: sticky;
		top: 0;
        z-index: 9999;
	}

    .dropdown-menu {
        background: #FFFFFF;
        box-shadow: none;
        border-radius: 2px;
        max-width: 100%;
        padding: 14px 0;
        margin: 0;
        border: none;
        background: #F5F8FB;
        height: auto;
    }

    .dropdown-item {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: #5A677D;
        padding: 8px 21px;
        margin-bottom: 0px;
    }

    a.dropdown-item:hover {
        background: #ffffff;
        text-decoration: underline;
        color: #002F87;
    }

    .profile-dropdown {
        width: 100%;
        height: auto;
        max-height: 100%;
    }
    .navbar-brand-box {
        margin: 8px auto;
    }

    .rightNav {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .offcanvas-collapse {
        width: 100%;
    }
}
