@import "registraton-forms.css";
@import "customer-screens.css";
.tooltip-inner{
    max-width: 200px;
    padding: 3px 8px;
    color: #000;
    text-align: center;
    text-decoration: none;
    border: 1px solid #38adee;
    background-color: #ecf8ff;
    border-radius: 4px;
}

.tooltip.bottom .tooltip-arrow{
   border-bottom-color: #000;
}

.NotiCalBtn button{
	display:none;
}

.acountBtns:hover{
  color:black !important;
}

.contactFont label{
    font-size: 15px,
}

.contactRadio input[type='radio']:before {
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #E0E0E0;
    background-color: transparent;
}

.contactRadio input[type='radio']:after {
    width: 9px;
    height: 9px;
    top: 8px;
    left: 8px;
    transform: translate(-50%, -50%);
    background-color: #0C73D4;
    pointer-events: none;
}

input[type='radio']:checked:before {
    border-color: #2261ae !important;
}
div.HtmlBtns .form-control {
    height: 100%;
}
div.customer-name-section{
	min-height: 50px !important;
    align-items: center;
    padding: 0 !important;
    margin: 10px 0 0 0 !important;
}

div.bottomCont {
    max-width: 92% !important;
    margin-left: 0 !important;
}

.dollar-sign-before::before {
    content: "$ " !important;
    margin-right: 3px;
}
/******* common styles ********/
.custome-heading, .group-box-heading h2{
    color:#0C73D4!important;
    font-size: 25px!important;
}

.forms-group-styles{
    margin: 10px;
}

/********************************/
/******* switch styles ********/
.custome-switch {
    padding-top: 12px;
}
.custome-switch .widget-switch.auto .widget-switch-btn-wrapper{
  height: 20px;
  width: 40px;
  margin-bottom: 0;
}
.custome-switch .widget-switch.auto .widget-switch-btn-wrapper .widget-switch-btn{
    width: 20px;
    height: 20px;
}
  .custome-switch .form-group  .col-xs-9{
    padding: 0;
  }


/********************************/

/******* footer styles ********/
.Footer {
    display: none;
  background-color: #2f2f2f;
  width: 100%;
  padding: 13px 10px 30px 10px;
  color: white;
}

/********************************/
/******* buttons styles ********/
.btn{
    padding: 5px 15px;
}
.group-btn{
    padding: 15px;
    text-align: right;
    border-top: 1px solid #0c73d4;
}
.group-btn button{
   margin:10px;
}

.custome-search .search-bar .form-control, .custome-search .search-bar .button {
    position: relative;
    top: 0;
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid #a2a2a2;
    border-radius: 0;
}
.custome-search .search-bar .button:focus,.custome-search .search-bar .form-control:focus{
box-shadow: none;
border-bottom: 1px solid #0079C2;
}
.custome-search .search-bar::after{
    right: 30px;
    top: 8px;
}

.mx-listview li:nth-child(2n+1){
    background: #f0f0f0;
}
/********************************/

/* halifax home screen styles */

html, body{
    font-family: 'open sans' !important;
}

/* .halifax-logo-block img{
    position: relative;
    min-height: 60px;
    min-width: 170px;
} */

.halifax-banner-section{
    height: 100%;
    width: 100%;
    position: relative;
    min-height: 650px;
}

.halifax-banner-section::before{
    background-image: url('../../images/halifax/login-bg.jpg');
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.d-none{
    display: none;
}

.halifax-text-intro-section .halifax-heading-1{
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 50px;
    font-family: 'open sans';
}

.halifax-text-intro-section .halifax-heading-2{
    color: #fff;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 5px;
}

.halifax-text-intro-section .halifax-heading-3{
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 10px;
}

.halifax-home-text{
    font-size: 14px;
    color: #fff;
    width: 90%;
    line-height: 21px;
}

.halifax-padding-30{
    padding: 30px;
}

.halifax-header-block{
    padding-bottom: 20px;
    border-bottom: 1px solid #0079C2;
    margin-bottom: 15px;
    position: relative;
}

.halifax-service-links a.mx-link{
    color: #fff;
    font-size: 14px;
    margin-right: 25px;
    text-decoration: none;
    display: flex;
    align-items: center;
    
}

.halifax-service-links a.mx-link span.glyphicon{
    color: #fff;
    font-size: 14px;
    padding-right: 10px;
    top:0;
}

.halifax-login-type-text{
    width: 50%;
    font-size: 16px;
    color: #fff;
    border-right: 1px solid #fff;
    padding: 5px 5px;
    text-align: center;
    font-family: 'open sans';
}

.border-0{
    border: 0 !important;
}

.halifax-login-inputs input{
    border: 0.5px solid #64D3FF;
    border-radius: 5px;
    margin-bottom: 10px;
}

.halifax-login-wrapper{
    margin-top: 45px;
}

.hide_Pending option[value="Pending"] {
    display: none;
}

.justify-content-end{
    justify-content: flex-end;
}

.mb-15{
    margin-bottom: 15px;
}

.halifax-forgotpassword-btn{
    color: #fff;
    padding: 10px 0px;
}

.halifax-login-btn{
    background-color: #64D3FF;
    width: 100%;
    border-radius: 5px;
    color: #fff;
    margin:5px 0;
    height: 40px;
}

.halifax-register-acctext{
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
    text-align: center;
    margin: 0;
}

.halifax-signup-btn{
    background-color: #19A6DE;
    width: 100%;
    border-radius: 5px;
    color: #fff;
    margin:10px 0;
    height: 40px;
}

.halifax-home-contact-section{
    background-color:rgba(0, 183, 255, 0.5);
    padding: 10px 40px;
    border-radius: 0px 0px 7px 7px;
    margin-top: 15px;
}

.halifax-contact-text{
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    color: #fff;
}

.halifax-contact-icon{
    padding-right: 15px;
}

.halifax-contact-desc-text{
    font-size: 12px;
    color: #fff;
}

.halifax-contact-link{
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.halifax-gradient-block{
    width: 80%;
    margin: auto;
}

.halifax-home-detail-section{
    background-color: #f1f7fe;
    padding: 20px 25px;
    padding-top: 50px;
}

.halifax-gradient-div{
    justify-content: center;
}

.halifax-gradient-icon{
    background: linear-gradient(180deg, #0079C2 35.15%, #004976 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    width: 85px;
    height: 85px;
}

.halifax-gradient-icon img{
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.halifax-gradient-icon-text{
    color: #0079C2;
    font-size: 14px;
}

.halifax-second-block-image{
    margin-right: 15px;
}

.halifax-second-block-image img{
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.halifax-second-sub-section{
    background-color: rgba(255, 255, 255, 0.3);
    padding: 25px 30px;
    margin: 15px 0px;
    width: 80%;
    margin: 25px auto;
}

.halifax-second-block-image-title{
    font-size: 18px;
    color: #0079C2;
    margin-bottom: 1px;
}

.border-right-block{
    border-right: 1px solid #37236B;
}

.halifax-second-block-image-text{
    font-size: 12px;
    color: #0079C2;
}

.halifax-description-block{
    width: 80%;
    margin: 25px auto;
    position: relative;
    padding:25px 45px;
}


.halifax-description-block::before{
    background-image: url('../../images/halifax/login-bg.jpg');
    content: '';
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: center bottom;
}

.halifax-desc-title{
    font-size: 50px;
    font-weight: bold;
    z-index: 9;
    position: relative;
    color: #fff;
    font-family: 'open sans';
    margin-bottom: 25px;
}

.halifax-desc-block-text{
    font-size: 13px;
    color: #fff;
    z-index: 9;
    position: relative;
    color: #fff;
    font-family: 'open sans';
    width: 60%;
}

.halifax-second-block-bottom-text{
    color: #696969;
    font-size: 50px;
    font-weight: 600;
    padding:0px;
    text-align: center;
    width: 100%;
    font-family: 'open sans';
}

.halifax-user-select-section{
    background-color: #f1f7fe;
    padding: 25px 35px;
}

.halifax-user-select-card{
    padding: 20px;
    width: 100%;
    max-width: 350px;
    max-height: 160px;
    min-height: 150px;
    background-color: rgba(0,0,0,0.83) !important;
}


.halifax-user-select-card.one{
    background-image: url('../../images/halifax/three_one.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.halifax-user-select-card.two{
    background-image: url('../../images/halifax/three_two.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.halifax-user-select-card.three{
    background-image: url('../../images/halifax/three_three.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.halifax-user-select-card.four{
    background-image: url('../../images/halifax/three_four.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.halifax-user-select-card.five{
    background-image: url('../../images/halifax/three_five.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.halifax-user-select-card.six{
    background-image: url('../../images/halifax/three_six.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.halifax-user-select-itemtext{
    font-size: 24px;
    text-align: center;
    color: #fff;
    font-family: 'open sans';
    font-weight: 600;
    margin: 0;
    line-height: 1.1;
    min-height: 110px;
}

.halifax-common-userblock-grid{
    width: 85%;
    margin: auto;
    margin-bottom: 25px;
}

.halifax-user-select-item-sub-text{
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-family: 'open sans';
    font-weight: 500;
}

.halifax-carousel-main-block{
    background-color: #fff;
    padding: 65px 25px;
}

.halifax-carousel-section{
    width: 85%;
    margin: auto;
}

.halifax-carousel-arrow{
    font-size: 35px;
    color: #696969;
}

.halifax-carousel-title{
    font-size: 32px;
    color: #0C73D4;
    font-weight: 600;
    padding-bottom: 65px;
}

.halifax-carousel-desc-text{
    width: 75%;
    font-size: 14px;
    color: #969696;
}

.halifax-common-userblock-grid .col-md-4{
    display: flex;
    justify-content: center;
}

.halifax-title-border-bottom{
    border-bottom: 1px solid #E0E0E0;
}

.halifax-notices-block{
    background-color: #fff;
    padding: 35px 65px;
}

.halifax-notice-title{
    font-size: 18px;
    font-weight: 600;
    color: #0079C2;
    margin: 0;
}

.halifax-notice-text{
    font-size: 14px;
    color: #696969;
}

.halifax-notice-detail{
    text-align: center;
    margin: 25px 0px;
}

.halifax-border-top{
    padding-top: 25px;
    border-top: 1px solid #E0E0E0;
    text-align: center;
}

.halifax-learn-more-btn{
    border-radius: 3px !important;
    background-color: transparent;
    color: #0C73D4;
    line-height: 1;
    font-size: 14px;
    text-transform: uppercase;
    border-color:#0C73D4 ;
}

.grey-card{
    background-color: #F9f9f9;
    padding:10px;
}

.save-result-btn-group button{
    background-color: transparent!important;
    border: 0;
    color: #1F4389!important;
    margin: 5px;
}

/* 11-08-2020 styles */

.halifax-login-inputs.has-error{
    display: block !important;
}

.halifax-admin-detail-count-text{
    display: flex;
    align-items: center;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 2px solid #DBDBDB;
}
.halifax-admin-detail-count-text:last-child{
    border-right:none;
}
.halifax-admin-header li{
    background-color:transparent!important;
    border: none!important;
}
.halifax-admin-header ul{
    margin-bottom: 0;
}
.halifax-admin-header{
    background-color: #005FAA;
}
.headerList ul > li:hover{
    background-color: transparent !important;
}
.pb-20{
    padding-bottom: 20px;
}

.halifax-admin-menu-btn{
    background-color: transparent;
    color: #fff;
    border: 0;
    font-size: 30px;
    padding: 0;
    padding-right: 15px;
}
.top-sect{
    padding: 5px;
}
.mr-10{
    margin-right: 10px;
}

.detail-text-white{
    color: #fff;
    margin-right: 10px;
}

.common-admin-header-links{
    color: #fff;
    margin: 10px;
    font-size: 18px;
}


.admin-color-text{
    font-size: 14px;
    margin-bottom: 0;
}

.halifax-admin-detail-count-text img{
    margin-top: 5px;
    object-fit: contain;
    margin-right: 10px;
}

.admin-color-text.blue{
    color: #12CFFD;
}

.admin-color-text.green{
    color: #00F183;
}

.admin-color-text.yellow{
    color: #FFD600;
}

.micustomerMenu > .navbar-inner ul li > a{
    font-weight: 500;
    color: #969696;
    font-size: 14px;
    border-bottom: 1px solid #bdbdbd;
    padding: 0 15px;
    height: auto;
    min-height: 50px;
}

.micustomerMenu > .navbar-inner ul li > a .glyphicon{
    padding-right: 15px;
}

.halifax-logo{
    width: 160px;
    height: 60px;
    object-fit: contain;
    padding-left: 20px;
}
.halifax-profile-dd{
    font-size: 16px;
}
.halifax-profile-dd .glyphicon{
    float: right;
    padding-left: 10px;
    margin-top: 2px;
    font-size: 16px!important;
}

.mr-20{
    margin-right: 20px;
}

.admin-notification-block{
    position: relative;
}

.count-text{
    position: absolute;
    color: #fff;
    background-color: #FF0D00;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    border-radius: 50%;
    top: -8px;
    right: -5px;
    z-index: 1;
}

.AdminheaderDataContainer .top-sect  span{
    font-size: 18px;
    /* margin-right: 0; */
}

.mt-40{
    margin-top: 40px;
}

.halifax-page-title{
    /* font-size: 24px;
    font-weight: 600;
    color: #4F4F4F;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 15px;
    margin-top: 0; */
}

.halifax-card{
    padding: 30px;
    /* margin-right: 20px !important; */
    border-radius: 10px;
    background-color: #fff;
    margin: 0;
}

.mx-text, button, a, label{
    font-family: 'open sans' !important;
}

.halifax-common-form-label{
    font-size: 14px;
    color: #4F4F4F;
    padding-bottom: 10px;
}

.halifax-common-form-control .form-control{
    border: 1px solid #BDBDBD;
    border-radius: 6px;
    color: #4F4F4F;
    height: 35px;
    padding: 8px 15px;
    padding-right: 25px!important;
}

.halifax-cg-common-form-list{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.halifax-cg-common-form-list p{
    font-size: 13px;
    color: #4F4F4F;
    width: 40%;
    text-align: left;
    padding: 0 !important;
    margin-top: 10px;
}

.halifax-cg-common-form-list .form-control{
    font-size: 13px;
    color: #4F4F4F;
    width: 100%;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #BDBDBD !important;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 30px;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    appearance: none;
}

.halifax-cg-common-form-list .form-group{
    padding: 0 !important;
    margin: 0;
    width: 60%;
}

.halifax-cg-common-form-list select.form-control{
    background-image: url('../../images/halifax/Rectangle\ 739.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) center;
}

.halifax-cg-form-styles{
    /* display: flex;
    align-items: center; */
    position: relative;
}

.halifax-cg-form-styles .plusicon-btn{
    position: absolute;
    z-index: 999;
    right: 5px;
    top: 8px;
    color: #38ADEE;
}

.halifax-cg-form-styles .plusicon-btn:hover{
    text-decoration: none;
    color: #38ADEE;
}

.halifax-cg-savegroup-btn{
    color: #1F4389;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    text-align: right;
    justify-content: center;
}

.halifax-cg-savegroup-btn:hover{
    color: #1F4389;
    text-decoration: none;
}


.halifax-cg-savegroup-btn img{
    position: absolute;
    right: 0;
}

.border-right{
    border-right: 2px solid #bdbdbd;
}

.mt-20{
    margin-top: 20px;
}

.entries-count-input .form-control{
    border: 0;
    /* border-bottom: 1px solid #bdbdbd; */
    border-radius: 0;
    padding: 0;
    min-width: 60px;
    height: 25px;
    margin: 0px 15px;
    margin-top: 5px;
}

.border-bottom{
    border-bottom: 2px solid #bdbdbd;
}

.pb-10{
    padding-bottom: 10px;
}

.text-dark-grey{
    color: #4f4f4f;
}


*{
    font-family: 'open sans';
}



/*** Customer pages  ********/

/** dashbord layout ***/
@media (max-width: 767px){
    .justify-items-mobile-center{
        justify-content: center;
    }
    .menu-icn-mobileview{
        display:block!important;
    }
    .halifax-logo-block .logo-img{
        width: 200px;
        padding-top: 5px ;
    }
    .header-section-customer-hf{
        padding: 5px!important;
    }
    .headerData{
        margin-top: 10px;
        display: block!important;
    }
    .header-section-customer-hf .headerData a, .header-section-customer-hf .headerData button{
        font-size: 12px!important;
    }
    .header-section-customer-hf .btn-end span{
        padding: 0px 10px!important;
    }
    .region-sidebar .mx-scrollcontainer-wrapper::before{
        display: none;
    }
    .menu-icn-mobileview{
        display:block;
    }
}
@media (min-width:768px) and (max-width:992px){
    .menu-icn-tabview{
        position: absolute;
        z-index: 2;
        top: 0;
        background-color: transparent;
        border: none;
        display: block!important;
        margin: 0 8px;
    }
    .layout-atlas-responsive-default .region-sidebar .mx-scrollcontainer-wrapper > .mx-navigationtree .navbar-inner > ul > li > a .glyphicon{
        margin-left: 0px;
    }
    .sm-show{
        display:block!important;
    }
    .sm-hide{
        display: none!important;
    }

    .sm-show  .justify-content-end{
        justify-content: center!important;
    }
}
.sm-hide{
    display: block;
}
.sm-show{
    display:none;
}
.menu-icn-mobileview{
    display:none;
}
.menu-icn-tabview{
    display: none;
}
.region-sidebar .mx-navigationtree .navbar-inner > ul > li a.active{
    background-color: #fff;
    color: #0079C2;
}
.micustomerMenu > .navbar-inner ul li > a{
    border: none;
}
.mx-scrollcontainer-middle {
    background-color: #005faa;
}
.region-sidebar{
    padding-top: 40px;  
    position: relative; 
}

.halifax-logo-block .logo-img{
    min-height: 40px;
    min-width: 150px;
    padding-top: 10px;
}
  /* .halifax-logo-block .sub-img-logo img{
    min-width: 100%;
    min-height: 25px;
    padding: 10px 20px;
} */
  
.header-section-customer-hf{
    background-color: #2261ae;
    padding: 12px;
    /* position: fixed;
    z-index: 11;
    width: 100%; */
}
.headerDataContainer{
    padding: 5px;
}
.header-section-customer-hf  .headerData li{
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 0;
    margin: 0;
    padding: 0;
}
.header-section-customer-hf  .headerData ul{

    margin-bottom: 0;
}
.header-section-customer-hf  .headerData a, .header-section-customer-hf  .headerData button{
    font-size: 16px;
    color: #fff;
    /* margin: 0 10px; */
    background-color: transparent;
    padding: 0;
    border: none;
    margin:0 auto;
}
.header-section-customer-hf  .headerData button span{
   margin: 0;
}

.header-section-customer-hf  .headerData button .fa-bell-o {
    transform: rotate(25deg);
}
.header-section-customer-hf .utility-group{

    display: flex;
    justify-content: center;
    align-items: center;
}
.header-section-customer-hf .notiNum .custom-label{
    background-color: red;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    position: relative;
    /* left: 40px; */
    /* top: 6px; */
    font-size: 11px;
    padding: 1px;
    position: absolute;
    top: -15px;
    left: 9px;
}

.header-section-customer-hf  .btn-end {
    /* background-color: transparent;
    border: none;
    font-size: 16px;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row-reverse;
    justify-content: flex-end; */
}
.header-section-customer-hf .headerData li:hover{
    background-color: transparent!important;
}
.header-section-customer-hf  .btn-end  span{
    padding: 4px 10px;
}



.halifax-notification-table-head .notification-tablehead{
    background-color: #005faa;
    width: 100%;
    padding: 0px 15px;
    color: #fff;
    text-align: center;
}

.halifax-notification-table-head .notification-tablehead .sort-header{
    justify-content: center;
    padding: 10px 0px !important;
}

.halifax-notification-table-head td .notification-tablehead{
    min-height: 40px;
}

.halifax-notification-table-head.mx-table > tbody > tr > td{
    padding-right: 10px !important;
    padding: 0;
    padding-bottom: 10px;
}

.font-bold{
    font-weight:bold;
}


.halifax-datalist-notification ul > li{
    border: 0;
    display: flex;
    width: 100%;
    padding: 0;
    background-color: transparent;
}

.halifax-datalist-notification ul > li .mx-dataview{
    width: 100%;
}

.halifax-notifcation-data-body.mx-table td{
    padding: 0;
    padding-right: 10px;
    margin-right: 10px;
    display: flex;
    width: 20%;
    background-color: #F0F0F0;
    align-items: center;
    justify-content: center;
    min-height: 40px;
}

.halifax-notifcation-data-body.mx-table td p{
    padding: 0;
    padding-right: 10px;   
    margin: 0; 
    color:#4F4F4F;
}

.halifax-notifcation-data-body.mx-table tr{
    display: flex;
}



.halifax-notification-table-head .notification-tablehead .sort-header span:nth-child(1){
    width: 100%;
    text-align: center;
}
.region-sidebar{
    background-color: white;
}
.region-sidebar .mx-scrollcontainer-wrapper::before{
    content: "";
    background-color: #2261ae;
    height: 40px;
    width: 100%;
    position: absolute;
    top:0;
}

.halifax-nobg-btn{
    color: #0076BD;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
}


.halifax-footer-block-main .halifax-footer-one{
    background-color: #14355D;
    padding: 20px 30px;
}

.halifax-footer-second{
    background-color: #0A2B53;
    padding: 15px 0px;
    text-align: center; 
}

.halifax-footer-second p{
    font-size: 14px;
    color: #C0C2C5;
    /* color: #FFF; */
}

.footer-aboutus-block h6{
    color: #00C2FF;
    font-size: 14px;
    font-weight: 600;
}

.footer-aboutus-block p{
    font-size: 12px;
    line-height: 19px;
    color: #fff;
}

.footer-contact-links-block .mx-link{
    color: #00C2FF;
    padding-bottom: 25px;
    font-size: 12px;
    font-weight: 600;
    padding-left: 30px;
    padding-top: 10px;
}

.footer-social-block .social-first-block .mx-link{
    width: auto;
    margin: auto;
    padding-bottom: 10px;
    text-align: center;
    margin-left: 30px;
}

.footer-social-block .second-block-social-links .mx-link{
    font-size: 12px;
    color: #00C2FF;
    padding: 0px 10px;
    width: 50%;
}

.footer-social-block .second-block-social-links .border-right{
    border-right:1px solid #00C2FF;
}

.headerList ul > li:hover{
    background-color: transparent !important;
}

.hf-pop-text .hf-pop-text-header{
    font-weight: bold;
    text-align: center;
}
.hf-pop-text .hf-pop-text-body{
    margin: 0;
    padding: 5px;
    background-color: #d5d5d5;
    border-radius: 5px;
}
.hf-pop-text .hf-pop-text-body a{
  color: #005faa;
  text-decoration: underline;
}


.admin-um-group-btn button{
    font-size: 10px!important;
    padding: 5px!important;
}
.admin-um-group-btn .fa-key::before, .admin-um-group-btn .fa-unlock::before{
    left: 2px;
    position: relative;
}


.mobileMenu .mx-scrollcontainer-wrapper{
    
}

.mobileMenu .mx-scrollcontainer-wrapper{
    
}





/* 31/08/2020 */
.halifax-profile-title {
    padding: 20px 0px 10px 0px;
    border-bottom: 1px solid #E0E0E0;
    font-size: 16px;
}

.halifax-profile-form-control .control-label{
    padding-bottom: 10px !important;
    font-size: 14px !important;
    color: #4F4F4F !important;
    padding-top: 0 !important;
}

.halifax-profile-form-control{
    margin: 0;
    margin-bottom: 10px;
}

.halifax-profile-form-control .form-control{
    border: 1px solid #BDBDBD;
    border-radius: 6px;
    height: 40px;
    background-color: transparent;
    color: #4f4f4f;
}

.password-criteria-block span{
    font-size: 14px;
    color: #4f4f4f;
}

button.submit-btn-password{
    height: 40px;
    border-radius: 5px;
    background-color: #005faa;
    border: 0;
}

.manage-accounts-table.mx-table tr> td{
    padding: 8px 0px !important;
}

.social-card{
    background-color: #fff;
    padding: 10px 5px;
    margin: 0;
    border-radius: 5px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.12);
    margin-bottom: 15px !important;
}

.social-icon-div img{
    margin: 0px 10px;
}

.social-card p{
    font-size: 14px;
    color: #4f4f4f;
}

.profile-email-service-agreement{
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap !important;
    padding: 10px 0px;
}

.profile-email-service-agreement input{
    width: 20px !important;
    height: 20px;
    margin-right: 10px !important;
}

.profile-email-service-agreement input::before{
    width: 20px;
    height: 20px;
}

.profile-email-service-agreement input::after{
    width: 12px;
    height: 6px;
}

.profile-email-service-agreement .control-label{
    padding: 0 !important;
    font-size: 14px;
    margin: 0;
    text-align: left;

}



/* .wizard.forget-password-wizard .wizard-step .wizard-step-number{
    color: transparent;
}

.wizard.forget-password-wizard .wizard-step .wizard-step-text{
    width: 50%;
    margin: auto;
    font-size: 14px;
    color: #4f4f4f;
    white-space: pre-wrap;
    word-break: break-word;
    max-width: 105px;
    margin-top: 10px;
    text-align: center;
}

.wizard.forget-password-wizard .wizard-step.wizard-three .wizard-step-number::after{
    content: none;
} */

.forget-password-next-btn{
    min-width: 120px;
    height: 38px;
    color: #fff;
    background-color: #005FAA;
}

.forget-password-back-btn{
    min-width: 120px;
    height: 38px;
    color: #005FAA;
    border: 1px solid #005FAA;
}

.forget-password-btn-block{
    padding: 20px 0px;
    border-top: 1px solid #005FAA;
}

.halifax-profile-form-control.has-error .form-control{
    box-shadow: none;
    border: 1px solid #ff0d00;
    margin-bottom: 10px;
}

.halifax-profile-form-control.has-error .alert{
    color: #ff0d00;
}

/* .wizard.forget-password-wizard .wizard-step.active button.wizard-step-number{
    background-color: #0f68af;
} */

.forget-password-error-box{
    border: 1px solid #ff0d00;
    padding: 15px 25px;  
    border-radius: 5px;

}





@media (max-width: 768px){
    .halifax-home-text{
        width: 100% !important;
        text-align: left;
    }
    .halifax-gradient-div {
        justify-content: flex-start;
        margin-bottom: 20px;
    }
    .halifax-home-contact-section{
        padding: 10px 20px !important;
    }
    .halifax-text-intro-section .halifax-heading-1{
        margin-top: 25px;
    }
    .halifax-login-type-text{
        font-size: 14px !important;
    }
    .halifax-gradient-block{
        width: 90% !important;
        display: flex;
        justify-content: flex-start;
    }
    .halifax-gradient-block > .row{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .halifax-login-wrapper{
        margin-top: 25px;
    }
    .halifax-padding-30{
        padding: 15px !important;
    }
    .halifax-desc-title{
        font-size: 30px !important;
        margin-bottom: 20px !important;
        margin: 0;
    }
    .halifax-desc-block-text{
        width: 100% !important;
    }
    .halifax-home-detail-section{
        padding: 20px 10px !important;
    }
    .halifax-gradient-icon-text{
        white-space: nowrap;
    }
    .halifax-description-block{
        width: 100% !important;
        padding: 25px 15px !important;
    }
    .halifax-second-block-bottom-text{
        font-size: 25px !important;
    }
    .halifax-second-sub-section{ 
        padding: 25px 0px !important;
        width: 100% !important;
    }
    .halifax-second-sub-section .border-right-block{
        border: 0 !important;
        margin-bottom: 20px;
    }
    .halifax-second-sub-section .align-items-center{
        align-items: flex-start !important;
        justify-content: flex-start;
    }
    .halifax-second-block-image-title{
        font-size: 15px !important;
    }
    .halifax-second-sub-section .row{
        justify-content: center;
        display: flex;
    }
    .d-block-mobile{
        display: block !important;
    }
    .halifax-notices-block{
        padding: 25px 20px !important;
    }
    .halifax-user-select-section{
        padding: 20px 15px !important;
    }
    .halifax-common-userblock-grid{
        width: 100% !important;
        margin: 0 !important;
    }
    .halifax-user-select-card{
        margin-bottom: 20px;
    }
    .halifax-user-select-itemtext{
        font-size: 18px;
        min-height: 80px !important; 
    }
    .d-mobile-none{
        display: none;
    }
    .halifax-notice-detail{
        margin: 0;
        margin-top: 15px !important;
    }
    .halifax-footer-second p{
        font-size: 12px !important;
        padding: 0px 10px;
        letter-spacing: 1px;
    }
    .footer-about-us-section{
        padding: 15px 0px ;
        text-align: center;
    }
    .footer-contact-links-block .mx-link{
        padding: 0;
        padding-bottom: 15px;
        font-size: 14px !important;
    }
    .footer-about-us-section .mx-link{
        padding-bottom: 15px !important;        
    }
    .footer-contact-links-block, 
    .footer-about-us-section, 
    .footer-social-block{
        padding: 10px 0px;
        /* margin-top: 20px; */
        /* border-top: 1px solid #989898; */
        /* text-align: center; */
        text-align: left;
        padding-bottom: 0;
    }
    .footer-contact-links-block{
        padding-left: 30px;
    }
    .halifax-footer-block-main .halifax-footer-one{
        padding: 20px 10px !important;
    }
    .footer-social-block .second-block-social-links .border-right{
        border-right: 1px solid #00C2FF !important;
    }
    .halifax-header-block .row{
        flex-direction: column;
    }
    .halifax-header-block .row .halifax-logo-block{
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #b2b2b2;
    }
    .halifax-service-links{
        flex-direction: column;
        justify-content: flex-start;
    }
    .halifax-service-links > div{
        width: 100%;
    }
    .halifax-service-links > div a{
        margin-bottom: 15px;
        /* color: #00C2FF !important; */
    }
    .halifax-service-links a.mx-link span.glyphicon{
        color: #00C2FF !important;        
    }
    .halifax-header-block{
        padding: 0;
        padding-bottom: 20px !important;
    }
    .halifax-header-block .row .halifax-logo-block img{
        margin: auto;
    }
}

@media (min-width: 768px) and (max-width:991px){
    .halifax-user-select-card{
        margin-bottom: 15px;
    }
    .halifax-gradient-div{
        margin-bottom: 15px;
    }
    .halifax-gradient-block, 
    .halifax-second-sub-section,
    .halifax-description-block{
        width: 90% !important;
    }
    .halifax-carousel-section{
        width: 100% !important;
    }
    .halifax-home-contact-section{
        padding: 10px 15px !important;
    }
}

.footer-about-us-section .mx-link{
    color: #00C2FF;
    font-size: 14px;
    padding-bottom: 5px;
}

.NoloadMore > .mx-listview-loadMore {
    display: none;
}

.TG_NoBorders  * {
    border-style: none!important;
}

.valign_middle * {
    vertical-align: middle;
}

.FullWidth {
    width: 100% !important;
}

.Instr {
    color: blue;
    font-size: small;    
}

.ql-editor > ol, .ql-editor > ul {
    text-align: left;
}

/*Password hidden*/



.pwd-show-btn{
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background-color: transparent;
    padding: 10px!important;
    color: black;
}
.pwd-show-btn:hover, .pwd-show-btn:active, .pwd-show-btn:focus{
    color: #0079C2;
    border: none;
    background-color: transparent;
    padding: 10px!important;
}

.ag-box .mx-link{
    text-decoration: none;
    cursor: default;
  }



/* template grid pagination button issue styling */
.mx-grid .mx-grid-controlbar .mx-grid-pagingbar .mx-button:active,
.mx-grid .mx-grid-controlbar .mx-grid-pagingbar .mx-button:hover,
.mx-grid .mx-grid-controlbar .mx-grid-pagingbar .mx-button:focus{
    color: #38ADEE;
}

/* billing and payment search x icon styling */
.bp-search-box button.btn-transparent{
    font-size: 14px;
    font-weight: 100;
    top: -46px;
    right: 10px;
}

.asterik{
    color: #ff0d00;
    font-size: 14px;
    /* margin-top: -3px; */
    margin-left: 3px;
}

/* .widgets-custome-design_card.card-bg-green{
    background-color: #008000 !important;
} */

.widgets-custome-design_card{
    min-width: 175px;
}

.widgets-custome-design_card.visited.card-bg-green {
    background-color: #ACCCBD !important;
}


.widgets-custome-design_card a{
    text-decoration: none;
    pointer-events: none;
}

.widgets-custome-design_card.active a{
    text-decoration: underline;
    pointer-events: all;
}

.widgets-custome-design_card{
    margin-right: 15px !important;
    margin-left: 0 !important;
}

.form-group.flex-row-fields{
    flex-wrap: wrap !important;
}

button.btn.no-focus:focus{
    background-color: #FFFFFF;
    color: #2261ae;
}

.sn-input-field.form-group.has-error .mx-compound-control .alert{
    position: absolute;
    bottom: -45px
}

.Noti-Circle{
    width: 35px;
    border: 2.5px solid white !important;
    border-radius: 50%;
    height: 35px;
    margin: 0 auto !important;
    padding: 2px 6px !important;
    cursor: pointer;
    text-align: center;
}

.Noti-Circle:hover{
    background: #59A3DA;
}

.ml-15{
    margin-left: 15px !important;
}

.add-user-radio-btn.form-group .radio label{
    padding-left: 0 !important;
    margin: 0;
    line-height: 1.6;
}

.modal-dialog .add-user-radio-btn.form-group .radio label{
    padding-top: 0px !important;
}

.guest-search-popup.modal-dialog .mx-datepicker .col-sm-9{
    padding-right: 15px !important;
}

.guest-search-popup.modal-dialog .form-group .control-label{
    padding-top: 0 !important;
}

.add-acc-popup.modal-dialog.removeclose .modal-header{
    justify-content: flex-end;
}

.form-group.fd-col{
    flex-direction: column;
}

.form-group.fd-col.has-error .alert{
    width: 100%;
}

.notification-sg-grid.mx-grid .mx-grid-search-item .alert{
    padding-left: 8px;
}

.notification-sg-grid.mx-grid .mx-grid-search-item{
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
    justify-content: flex-start;
    min-width: 33%;
}

.notification-sg-grid.mx-grid .mx-grid-search-inputs{
    display: flex;
    flex-wrap: wrap;
}

.notification-sg-grid.mx-grid .mx-grid-search-input,
.notification-sg-grid.mx-grid .mx-grid-search-label{
    width: 100%;
}
.notification-sg-grid-left-align-label .mx-grid-searchbar .mx-grid-search-inputs .mx-grid-search-item .mx-grid-search-label{
    text-align: left !important;
}

.notification-sg-grid.mx-grid .mx-grid-search-item .mx-compound-control button{
    position: absolute;
    right: 10px;
    border: 0;
    background-color: transparent;
    padding: 0;
}

.adjust-radio-btn.form-group.add-user-radio-btn .radio input[type="radio"]{
    padding-right: 0 !important;
    width: auto;
    height: auto;
    padding-left: 0px;
}

.adjust-radio-btn.form-group.add-user-radio-btn .radio input[type="radio"]::before{
    top: 0;
    left: 0;
}

.sn-error-msg.form-group.sn-input-field.has-error .alert{
    bottom: -20px !important;
}

.custom-search-mi.list-search .search-bar button{
    right: 20px !important;
}

.custom-search-mi.list-search .search-bar::after{
    right: 10px !important;
}

.text-alert-input-field.form-group .mx-compound-control{
    flex-direction: column;
}

.reg-fileupload.form-group{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.reg-fileupload.form-group .col-sm-9{
    padding: 0px;
}

.without-background.fd-col select.form-control{
    min-width: 150px;
} 

.notification-sg-grid.mx-grid .mx-grid-search-label{
    text-align: left !important;
}

.hf-cc-verison-dd.form-group .mx-compound-control{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.hf-custom-error-align.form-group.has-error .alert{
    position: absolute;
}

.upload-img-feild.form-group .form-control{
    width: 100% ;
}

.hf-switch-error-align.blue-toggle .alert{
    position: absolute;
    bottom: -10px;
}

.hf-custom-error-align-dd.form-group.has-error .form-control{
    margin-bottom: 20px;
}

.hf-custom-error-align-dd.form-group.has-error .alert{
    position: absolute;
    bottom: 0;
    width: max-content;

}


.notification-ddc.dropdownNoti .dropdown-menu{
    top: 60px !important;
}

.add-user-radio-btn.form-group.error-alignment .alert{
    left: 0 !important;
}

.reg-fileupload.form-group.step-4-fileupload .control-label,
.reg-fileupload.form-group.step-4-fileupload .col-sm-9{
    width: 100%;
}

.reg-fileupload.form-group.step-4-fileupload.has-error{
    padding-bottom: 20px;
}

.reg-fileupload.form-group.step-4-fileupload.has-error .alert{
    position: absolute;
    bottom: -25px;
    white-space: nowrap;
}
.radio-margin label{
    margin-left: 0 !important;
    padding-left: 0 !important;
}