﻿html, body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #333;
    margin: auto;
    background-color:rgb(252,252,252);
    word-wrap:break-word;
}

.registration-pageTitle {
    font-size: 2.5rem;
    font-weight: bold;
}

@media (max-width: 480px) {
    body{
         font-size:12px;
    }
    .registration-pageTitle {
        font-size: 1.8rem;
    }
}
/*for iphone5/SE*/
@media (max-width: 320px) and (orientation:portrait) {
    body {
        font-size: 10px;
    }
    footer{
        font-size: 11px !important;
    }
    .registration-pageTitle {
        font-size: 1.8rem;
    }
}

input[type=button], input[type=reset], input[type=submit], button {
    font-size: inherit !important;
    margin-left: 0 !important;
}

#s4-bodyContainer {
    height: 100%;
    padding-bottom: 70px;
}

a {
    color: #28A745;
    text-decoration: none;
}
.color-link{
    color: #28A745;
}
    a:visited {
        color: #28A745;
        text-decoration: none;
    }

header {
    height: 70px;
}

     header .headerBar {
        height: 20px;
        background: url('../Images/topcorner.jpg') no-repeat rgb(150, 191, 49);
        line-height:20px;
        color:white;
        font-size:11px;
        text-align: right;
    }

    header img {
        height: 29px;
        margin-top: 7px;
    }
    .myTakafulLogo{
        height:18px;
        margin-top:6px;
    }

.UserProfile {
    max-width: 200px;
    border-left:solid 2px green;
    margin-left:10px;
    /*width:180px;*/
    display:inline-block;
    padding-left:10px;
    padding-right: 10px;
    margin-right: 10px;
}

    .UserProfile > i {
        position: absolute;
        top: 30%;
        right: 20px;
        margin-top: -.5em;

    }

    .UserProfile .UserName {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: rgba(0,0,0,.9);
        width: 100%;
        padding-right:15px;
        text-transform: capitalize;
    }

    .UserProfile .LoginDate {
        font-size: .8em;
        color: rgba(100, 100, 100, .9);
        width: 100%;
        letter-spacing:0px;
    }

section.bodyContent {
    min-height: 100%;
}
.footer-tel-email {
    color: #333 !important;
}

footer {
    color: #333;
    background-color: #f2f2f2;
    font-size: 12px;
   
}

    footer .footerLink {
        padding-top: 10px;
        padding-bottom: 10px;
    }

        footer .footerLink a {
            color: #078545;
             white-space:nowrap;
        }
 

    footer .fa-facebook-f {
        border-radius: 50%;
        color: #FFFFFF;
        background: #3B5998;
        padding: 0.3em 0.55em;
        font-size: 1.2rem;
    }

.smallFooter {
    font-size: 11px;
}

.validation {
    position: absolute;
    z-index: 5;
    margin-top: 6px;
    margin-left: 12px;
    padding: 8px 12px 8px 35px;
    max-width: 90%;
    border: 1px solid #ccc;
    background-color: white;
    background: white url(../Images/alert.png) no-repeat;
    background-position: 8px 50%;
    border-radius: 3px;
}

    .validation::before {
        content: "";
        width: 0px;
        height: 0px;
        border: .8em solid transparent;
        position: absolute;
        left: 7px;
        top: -21px;
        border-bottom: 10px solid #ccc;
    }

    .validation::after {
        content: "";
        width: 0px;
        height: 0px;
        border: .8em solid transparent;
        position: absolute;
        left: 7px;
        top: -20px;
        border-bottom: 10px solid #fff;
    }

.loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(220, 220, 230, .6);
    z-index: 8888;
}

    .loader > div {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -1em 0 0 -1em;
    }

.disabled {
    pointer-events: none;
    opacity: .6;
}

/*#region Bootstrap*/

[data-toggle="tooltip"] {
    cursor: pointer;
}

.btn-linkGreen {
    color: #498643 !important;
}

.btn-green {
    color: #eee !important;
    background-color: rgb(0, 140, 51) !important;
}

.btn-DarkGreen {
    color: #078545 !important;
}

.btn-green:hover {
    color: #fff !important;
    background-color: rgb(90, 180, 80) !important;
}

.btn-orange {
    color: #eee !important;
    background-color: rgb(247, 163, 59) !important;
}

    .btn-orange:hover {
        color: #fff !important;
        background-color: rgb(255, 180, 100) !important;
    }

.btn-white {
    color: #333;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(220, 220, 220);
}

    .btn-white:hover {
        color: #000;
        background-color: rgb(240, 240, 240);
    }

.btn-contact.active {
    color: #eee !important;
    background-color: rgb(0, 140, 51) !important;
}

.shadowContact {
    box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem rgba(0,0,0,0.28) !important;
    background-color: #dddddd !important;
}

    .shadowContact:hover {
        color: #fff !important;
        background-color: rgb(90, 180, 80) !important;
    }

.flex-auto {
    flex: auto;
}

.tooltip {
    top: 0;
}

    .tooltip.show {
        opacity: 1;
        z-index: 2000;
    }

.tooltip-inner {
    position: relative;
    background: #ffffff;
    border: 1px solid #8f8f8f;
    color: #000000;
    text-align: left;
    font-size: 1rem;
    max-width: 310px;
    padding: 3px 8px;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #8f8f8f;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #8f8f8f;
}

.tooltip .arrow:after {
    content: '';
    position: absolute;
    border-color: transparent;
    border-style: solid;
    z-index: 2001;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::after, .bs-tooltip-bottom .arrow::after {
    bottom: -1px;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #fff;
}

.bs-tooltip-auto[x-placement^=top] .arrow::after, .bs-tooltip-top .arrow::after {
    top: -1px;
    border-width: .4rem .4rem 0;
    border-top-color: #fff;
}

/*#endregion Bootstrap*/

/*#region Custom Tab*/
.custom-tab {
    position: relative;
    width: 100%;
    background: url(/_layouts/15/Takaful/Images/tab-bg.jpg) no-repeat;
    background-size: 100% 200px;
}

    .custom-tab .nav-tabs {
        padding-top: 20px;
        /*font-weight: bold;*/
        border-bottom: none;
    }

    .custom-tab .nav-link {
        color: rgba(230, 230, 230, .8);
        padding: 0 1rem 2rem 1rem;
        font-size: 1.2rem;
        text-transform: capitalize;
        letter-spacing:0.05rem;
    }

        .custom-tab .nav-link:hover {
            border-color: transparent;
            color: white;
        }

        .custom-tab .nav-link.active {
            color: white;
            background-color: transparent;
            border-color: transparent;
            position: relative;
           
        }

            .custom-tab .nav-link.active:after {
                content: ' ';
                position: absolute;
                height: 0px;
                width: 0px;
                left: 50%;
                margin-left: -15px;
                bottom: 0;
                border: solid 15px transparent;
                border-bottom-color: white;
            }

    .custom-tab .tab-content {
        background: white;
    }

    .custom-tab .tab-pane {
        min-height: 300px;
    }

    .custom-tab li.dropdown {
        width: 100%;
        text-align: center;
    }

    .custom-tab .nav-link.dropdown-toggle {
        color: white;
    }

    .custom-tab .nav-tabs .nav-item.show .nav-link {
        color: white;
        border-color: transparent;
        background-color: transparent;
    }

    .custom-tab .dropdown-menu {
        background-color: darkgreen;
        margin-top: -10px;
    }

        .custom-tab .dropdown-menu a {
            color: white;
        }

@media (max-width: 575.98px) {
    .custom-tab > .container {
        padding: 0;
    }

    .custom-tab .tab-pane.container {
        padding: 0;
    }

    .custom-tab .nav-tabs {
        padding: 10px;
        margin-bottom: -25px;
    }
}
/*#endregion Custom Tab*/

/*#region Custom Card*/

.CardList .action {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 111;
}
.CardList .card-body{
    padding:0.5rem 1.25rem 0.5rem 1.25rem;
}

    .CardList .action a {
        color: black;
    }

        .CardList .action a:hover {
            color: #078545;
        }

.CardList .BigText {
    font-size: 3rem;
}
.CardList p{
        margin:0;
        line-height:30px;
    }

.CardList .Title {
    background-color: rgb(238,238,238);
    font-weight: bold;
    font-size: 1rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    border-radius: 2px;
    /*padding: .5rem;*/
    text-transform: capitalize;
}

.CardList .FixHeight {
   height: 40px;
}

.CardList .card:hover {
    /*background-color: #f0f0f0;*/
    box-shadow:0px 0px 15px  rgba(90,87,87,0.78);
}
.CardList .card{
     box-shadow:0px 0px 3px rgba(90,87,87,0.78);
     border-radius:10px;
     border:none;
}

.CardList .Inactive {
    opacity: .5;
}

    .CardList .Inactive .Status {
        background-color: rgb(150, 150, 150) !important;
    }

    .CardList .Inactive .card-body {
        background-color: #f0f0f0;
    }

.CardList .Status {
    color: white;
    font-family: HelveticaNeueLTStd-BdCn;
    line-height: 1px;
    white-space: nowrap;
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
    width:100px;
	min-width:100px;
    letter-spacing:1px;
    
}

    .CardList .Status.Green {
        background-color: rgb(150, 191, 49);
    }

    .CardList .Status.Orange {
        background-color: rgb(247, 148, 29);
    }

    .CardList .Status.Red {
        background-color: rgb(237, 28, 36);
    }

    .CardList .Status.Grey {
        background-color: rgb(221, 221, 221);
    }
.context-menu{
    color:rgb(136,136,136);
}

.ActiveCertCount {
    font-weight: 900;
    color: #008c33 !important;
}

.InActiveCertCount {
    font-weight: 900;
}

 .RenewLinkDisable{
        pointer-events:none;
        color:#b9d2b7 !important;
    }

/*#endregion Custom Card*/

/*#region DataTable*/

.table-grey {
	width: 100% !important;
    border: 0px;
}

.table-grey th {
    color: rgb(136, 136, 136);
    background-color: rgb(238, 238, 238);
    text-align: left;
	vertical-align: top !important;
}

.table-grey tbody > tr:nth-of-type(odd) {
    background-color: #ffffff !important;
}

.table-grey tbody > tr:nth-of-type(even) {
    background-color: rgb(250, 250, 250) !important;
}

.table-grey th {
	padding: .75rem !important;
}
.table-grey th, .table-grey td {
	border-left:none;
	border-right:none;
	border-bottom: 1px solid rgb(238, 238, 238) !important;
    text-align: left;
}

.table-green th, .table-green .header {
    color: white;
    background-color: rgb(150, 191, 49);
    text-align: center;
    vertical-align: top !important;
}

.table-green th, .table-green td {
	border-left:none;
	border-right:none;
}

.table-green {
	border: 0px;
}

table.dataTable > tbody > tr.child span.dtr-title {
    display: block;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
    border: none;
}

table.dataTable > tbody > tr.child ul.dtr-details {
    width: 100%;
}

table.dataTable.nowrap th {
    border-bottom-color: transparent;
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom:none !important;
}
.TableAction {
    display: none;
}

.dtr-data > .TableAction {
    display: block;
}

.dataTables_wrapper{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    
}
.dataTables_wrapper .shadow{
    box-shadow:none !important;
}
.dataTables_paginate{
    padding-bottom:0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    color:#212529 !important;
    border:none;
    text-decoration:none !important;
    background:transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active{
    color:blue !important;
    text-decoration:underline !important;
    background-color:transparent;
    border:none;
    box-shadow:none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    color:blue !important;
    text-decoration:underline !important;
    border:none;
    background:transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    color:#28A745 !important;
    border:none;
}
.dataTables_info{
    padding-left:1rem;
}

/*#endregion DataTable*/

/*#region SharePoint Master Page*/
.nav-link {
    cursor: pointer;
}

.pageTitle {
    font-size: 2.5rem;
    font-weight: bold;
}

.subTitle {
    font-size: 1.875rem;
    font-weight: bold;
    padding: 1rem 0 .8rem 0;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.detailTitle{
    font-size: 1.3rem;
    font-weight: bold;
    padding: 1rem 0 .8rem 0;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.subTitleLowerCase {
    font-size: 1.875rem;
    font-weight: bold;
    padding: 1rem 0 .8rem 0;
    font-family: 'Open Sans', sans-serif;
}

.sectionTitle {
    font-size: 16px;
    color: rgb(150, 191, 49);
    padding: .8rem 0 .5rem 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
.view-more-text{
    font-size:1rem;
}

/*#endregion Master Page*/


/*#region profile dropdown*/
.dropdown-item.active, .dropdown-item:active {
    color: white !important;
    background-color: #28A745 !important;
}

a.text-dark.dropdown-item:active {
    color: white !important;
}
/*#endregion profile dropdown*/


/*#region SideNav*/

.mask {
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dropdown-hover:hover .sub-menu {
    display: block;
}


.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color:white;
    border-bottom:1px solid rgb(238,238,238);
}

.sub-menu {
    left: -20px;
    width: 100vw;
    z-index: 1;
    background-color: #018c33;
    position: absolute;
    color: white;
    margin-top: -1px;
    text-align: center;
}

    .sub-menu .dropdown-item {
        clear: none;
        width: auto;
        display: inline-block;
        color: white;
        font-weight: bold;
    }

        .sub-menu .dropdown-item:focus, .sub-menu .dropdown-item:hover {
            background-color: #009933;
        }

.main-nav {
    /*margin-right:10px;*/
    position: static;
    padding: 8px 0px;
}

    .main-nav > a {
        padding-top: 10px;
        padding-bottom: 6px;
        color: black;
    }

    .main-nav:hover > a {
        font-weight: bold;
        color: #018c33;
    }

    .main-nav:hover {
        /*border-bottom: 2px solid #018c33;*/
    }

    .main-nav.active {
        border-bottom: 2px solid #018c33;
    }

        .main-nav.active > a {
            color: #018c33;
            font-weight: bold;
        }
.sideNav{
    background-color:white;
    border-bottom:1px solid rgb(238,238,238);
}

.navigationBar {
    color: #333;
    padding: 0px 20px !important;
    font-size: 14px;
    font-weight: bold;
   

}
.navbar-nav {
    justify-content: flex-end;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
}
.mobile-header-nav{
    color:#333;
    /*padding:10px 20px;*/
    font-size:14px;
    font-weight:bold;
}


/*Profile*/
.profile {
    float: right;
    text-align: right;
    cursor: pointer;
    font-size: 12px;
    width:220px;
}

.profile-menu {
    left: unset;
    right: -4px;
}

.profile-dropdown:active .profile-menu {
    display: block;
}


.profileContainer {
    display: inline-block;
    margin: 10px 0px;
    padding-left: 0;
    position:relative;
    min-height: 30px;
    padding-right: 0;
}

.profileDetails {
    padding-right: 10px;
    position: relative;
    margin-right: 25px;
    border-right: 1px solid darkgrey;
}

.profileName {
    font-size: 14px;
    font-weight: bold;
}

.profileLog {
    font-size: 12px;
}

.profileDdlIcon {
    font-size: 14px;
    position: absolute;
    top: 40%;
    right: 0px;
}

.logo:hover {
    text-decoration: none;
}

@media only screen and (min-width:992px) {
    .profile-menu:after,
    .profile-menu:before {
        content: '';
        display: block;
        position: absolute;
        right: 0px;
        width: 0;
        height: 0;
        border-style: solid;
    }

    .profile-menu:after {
        top: -18px;
        right: 8px;
        padding-left: 2px;
        border-color: transparent transparent white transparent;
        border-width: 10px;
    }

    .profile-menu:before {
        top: -22px;
        right: 8px;
        border-color: transparent transparent rgba(0,0,0,.15) transparent;
        border-width: 11px;
    }

    .NavNProfile {
        padding-left: 340px !important;
        display:flex;
       
    }

    .logo {
        position: absolute;
        z-index: 1600;
        top: 10px;
    }
}

 @media (max-width: 1060px ) and (min-width:992px) {
        .myTakafulLogo{
            display:none;
        }
        .NavNProfile{
            padding-left:200px!important;
        }
    }

@media only screen and (max-width:991px) {
    .sideNav {
        position: fixed;
        right: 0;
        top: 0;
        width: 300px;
        height: 100%;
        background-color: lightgrey;
        display: none;
        overflow: auto;
        z-index: 1500;
    }
       .myTakafulLogo{
           height:22px;
        }
    .expand-dropdown{
        transform:rotateX(180deg);
        
    }
    
    .UserProfile {
        border-right: solid 2px green;
        border-left: none;
        margin-left: 0px;
        padding-left:0px;
        display:block;
        margin-right:15px;
        max-width:100%;
       
    }
    .UserProfile >i{
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -.5em;
    }
    .UserProfile .UserName{
        padding-right:0px;
    }
    .mobileNav {
        flex-flow: column;
        padding: 0px !important;
        text-align: center;
        z-index: 1;
    }

    .innerMobileNav {
        padding: 0 10px;
    }

    .mobileNav .logo {
        padding: 20px 12px !important;
    }

    .NavNProfile {
        flex-flow: column-reverse;
        text-align: left;
        display:flex;
    }
    /*Nav*/
    .navbar-nav {
        padding: 10px 0px;
        
    }

    .main-nav {
        padding: 8px 0px 8px 30px;
        margin-right: 0px;
    }

        .main-nav.active {
            font-weight: bold;
            border-bottom: none !important;
        }

    .sub-menu, .profile-menu {
        position: static !important;
        border: none;
        padding: 0;
        background-color: inherit;
        width: auto;
        top: 0px;
        color: black;
        text-align: left;
    }
        /*.dropdown:hover .sub-menu {
        display: ;
    }*/
        .sub-menu .dropdown-item, profile-menu .dropdown-item {
            display: block;
        }

        .sub-menu .dropdown-item {
            /*font-weight:initial !important;*/
        }

        .sub-menu .dropdown-item {
            color: #333;
            font-weight: normal;
        }

            .sub-menu .dropdown-item:hover, .profile-menu .dropdown-item:hover {
                color: #018c33 !important;
                font-weight: bold;
                background-color: transparent !important;
            }

            .sub-menu .dropdown-item:focus, .sub-menu .dropdown-item:hover {
                background-color: transparent;
            }

    .main-nav:hover {
        border-bottom: hidden;
    }

    .main-nav .nav-link {
        padding: 0 !important;
    }
   

    /*Profile*/

    .profile {
        text-align: left;
        padding: 10px 10px 10px 30px;
        border-top: 1px solid grey;
        border-bottom: 1px solid grey;
        float: none;
        width:100%;
    }
  

    .profile-dropdown {
        padding: 10px 0px 10px 30px !important;
    }
  
    #divProfile{
        width:100%;
    }
    .profile-menu .dropdown-item:hover, .profile-menu .dropdown-item:focus, .profile-menu .dropdown-item:active {
        background-color: transparent !important;
        color: initial;
    }

    .navbar-nav {
        flex-flow: column !important;
        
    }

    .profileDdlIcon {
        right: 35px;
    }

    .profileDetails {
        margin-right: 65px;
    }
}

/*#endregion SideNav*/

/*#region Password strength*/

.password_strength {
    margin-bottom: 0px;
}

.strength {
    margin: 5px 3px 5px 0px;
    border: none;
    border-top: 5px solid #f00;
    color: #fff;
    background-color: #fff;
    height: 1px;
    width: 23%;
    display: inline-block;
}

.strength-empty {
    margin: 5px 3px 5px 0px;
    border: none;
    border: none;
    border-top: 5px solid #808080;
    background-color: #fff;
    height: 1px;
    width: 23%;
    display: inline-block;
}

.strength-text {
    margin: 0px;
    margin-bottom: 10px;
    text-align: right;
    font-weight: 500;
    width: 95%;
}

.compareSymbol {
    top: 6px;
    right: 25px;
}

/*#endregion end password strenght check*/

/*#region Collapsible*/
.arrow-toggle {
    cursor: pointer;
}

    .arrow-toggle .fa:after {
        content: "\f068";
        font-size: 1.5rem;
        color: black;
        opacity: .5;
    }

    .arrow-toggle.collapsed .fa:after {
        content: "\f067";
        font-size: 1.5rem;
        color: black;
        opacity: .5;
    }
/*#endregion Collapsible*/

/*#region HomePage*/
.certCount {
    font-size: 1rem;
    padding-left: 5px;
    vertical-align: super;
}

.certHeader {
    font-size: 45px;
    font-family: 'HelveticaNeueLTStd-UltLtCn';
    color: rgb(0, 140, 51);
    font-stretch: condensed;
    font-weight: 600 !important;
    text-transform: uppercase;
    white-space: nowrap;
}

.certColumn {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    max-width: 550px;
    margin: 0;
}
.flex-grow-1{
    flex-grow:1;
    flex-shrink:1;
    flex-basis:auto;
}
.cert-no{
    font-size:90%;
}
a u {
    color:#28A745;
}
.cross-sell-container{
    background-color:rgb(248,248,248);
    border-top:1px solid rgb(238,238,238);
}
.discover-text{
    font-family:"Open Sans", sans-serif;
    letter-spacing:1px;
    font-size:1.35rem;
}
.banner-header {
    font-size: 14px;
    font-family: "OpenSans", sans-serif;
    color: rgb(0, 140, 51);
}

.banner-image-header {
    position: absolute;
    width: 100%;
    padding: 0.5rem 1rem 50px 1rem;
    /*background-image: linear-gradient(to bottom, rgb(255, 255, 255),hsla(0, 0%, 100%, 0));*/
    background-image: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0.02));
}

.banner-image-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0.5rem 1rem 0 1rem;
    display: none;
    background-color: rgba(0,0,0,0.5);
    transition: 0.3s;
    opacity: 0.1;
}

.banner-getquote {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px 0px 8px 0px;
    margin: 0;
    text-align: center;
    font-weight: bold;
    color: white;
    background-color: rgb(0, 140, 51);
    font-size: 1rem;
}

.banner-container {
    width: 200px;
    overflow: hidden;
    margin-right: 1rem;
    position: relative;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    border: 1px solid rgba(0,0,0,.25);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.20);
}

.banner-link {
    display: none;
}

.hover-text {
    color: rgb(150, 191, 49);
    font-family: "OpenSans", sans-serif;
}

.banner-container:hover .banner-image-hover {
    display: block;
    opacity: 1;
}

.banner-image-hover:hover .banner-link {
    display: block;
}

.banner-container:hover .banner-image-header {
    display: none;
}
/*#endregion Home*/

/*region #Request List*/
.request-header {
    font-size: 30px;
    font-family: 'HelveticaNeueLTStd-UltLtCn', sans-serif;
    color: rgb(0, 140, 51);
}

.request-image-header {
    position: absolute;
    width: 100%;
    padding: 0.5rem 1rem 0 1rem;
    background-image: linear-gradient(to bottom, rgb(255, 255, 255),hsla(0, 0%, 100%, 0));
}

.request-action {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px 0px 8px 0px;
    margin: 0;
    text-align: center;
    font-weight: bold;
    color: white;
    background-color: rgb(0, 140, 51);
    font-size: 1rem;
}

.request-container {
    width: 200px;
    /*height: 230px;*/
    overflow: hidden;
    margin-right: 1rem;
    position: relative;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    border: 1px solid rgba(0,0,0,.25);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.20);
}

/*.request-link {
    display: none;
}*/

.request-text {
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-family: 'HelveticaNeueLTStd-UltLtCn', sans-serif;
}

.request-container:hover .request-image-hover {
    display: block;
    opacity: 1;
}

.request-image-hover:hover .request-link {
    display: block;
}
.request-action:hover .request-link{
    display:block;
}
.request-container:hover .request-image-header {
    display: none;
}
/*endregion #Request List*/


/*region #Custom font face*/

@font-face {
    font-family: 'HelveticaNeueLTStd-Bd';
    src: url('../Fonts/HelveticaNeueLTStd-Bd.otf') format('opentype');
}

@font-face {
    font-family: 'HelveticaNeueLTStd-BdCn';
    src: url('../Fonts/HelveticaNeueLTStd-BdCn.otf') format('opentype'),
         url("../Fonts/HelveticaNeueLTStd-BdCn.eot?#iefix") format('eot'),
         url("../Fonts/HelveticaNeueLTStd-BdCn.woff") format('woff');
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Cn';
    src: url('../Fonts/HelveticaNeueLTStd-Cn.otf') format('opentype'),
         url("../Fonts/HelveticaNeueLTStd-Cn.eot?#iefix") format('eot'),
         url("../Fonts/HelveticaNeueLTStd-Cn.woff") format('woff');
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Hv';
    src: url('../Fonts/HelveticaNeueLTStd-Hv.otf') format('opentype');
}

@font-face {
    font-family: 'HelveticaNeueLTStd-UltLtCn';
    src: url('../Fonts/HelveticaNeueLTStd-UltLtCn.otf') format('opentype'),
         url('../Fonts/HelveticaNeueLTStd-UltLtCn.eot?#iefix') format('eot'),
         url('../Fonts/HelveticaNeueLTStd-UltLtCn.woff') format('woff');
         
}
@font-face{
    font-family: 'HelveticaNeueLTStd-LtCn';
    src: url('../Fonts/HelveticaNeueLTStd-LtCn.otf') format('opentype'),
         url('../Fonts/HelveticaNeueLTStd-LtCn.eot?#iefix') format('eot'),
         url('../Fonts/HelveticaNeueLTStd-LtCn.woff') format('woff');
         
}

.Helvetica-LtCn{
    font-family:'HelveticaNeueLTStd-LtCn';
}
.Helvetica-BdCn{
     font-family: 'HelveticaNeueLTStd-BdCn';
}
.Helvetica-Cn{
    font-family:'HelveticaNeueLTStd-Cn';
}

/*endregion #Custom font face*/

/*region  Override page layout width*/
.tableCol-75 {
    min-width: 100%;
}
.tableCol-25{
    display:none;
}
/*endregion*/

/*datatable footer override*/
table.dataTable.no-footer {
  border-bottom: 0px !important;
}

/*Point history & Collect Point*/
 .gvPointHistory tbody tr:first-child{
        border-top:1px solid #ddd !important;
    }

 .ExciteBox {
        border: 2px solid #f0f0f0;
        padding: 20px 10px 10px 10px;
        width: 100%;
    }
   

        .ExciteBox .logo1 {
            width: 100%;
        }

        .ExciteBox button {
            color: white;
            background-color: #7753cd;
            border-color: #7753cd;
            font-weight: bold;
            padding: 10px 20px 10px 10px;
            width: 100%;
            border-radius: 3px;
        }


/*Remove Sharepoint Margin*/
.ms-webpartzone-cell{
    margin:auto auto 0px;
}
.cell-margin{
    margin:0px;
}
div.welcome{
    padding:0px;
}

.endorsement-footer{
    background-color:white; 
    padding:8px 10px; 
    text-align:right; 
    position:relative;
    box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15) !important;
}

 .gvNCR tbody tr:hover{
        cursor:pointer;
        background-color:#e1e5e8 !important;
    }

 .login-navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color:white;
}

.login-mobile-header-nav {
    color: #333;
    padding: 0.5rem 1rem;
    font-size: 14px;
    font-weight: bold;
}