/* Minification failed. Returning unminified contents.
(920,54): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(1421,65): run-time error CSS1034: Expected closing parenthesis, found ','
(1421,65): run-time error CSS1042: Expected function, found ','
(1421,89): run-time error CSS1034: Expected closing parenthesis, found ','
(1421,89): run-time error CSS1042: Expected function, found ','
(1421,95): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
@font-face {
    font-family: "Meta";
    font-display: swap;
    src: url(../Content/fonts/meta-normal.ttf);
}
body, html {
    font-family: Meta;
    font-size: 16px;
    background-color: white;
}
.agent_container{
    /* background-color: #fff; */
     margin: 1em auto; 
    /* border: solid 1px #FFF; */
    /* box-shadow: inset 0 0px 1px #ABABAB; */
    padding-top:0;
    width: 90%;
}
.main-sidebar{
    /* background-color: #f9fafc; */
    margin: 1em 0;
    /* border-radius:0.5em; */
    overflow:hidden;
    /* border: solid 1px #EEEEEE; */
}
.sidebar{

}
.user-panel {
    position: relative;
    width: 100%;
    padding: 10px;
    overflow: hidden
}

.user-panel:before,.user-panel:after {
    content: " ";
    display: table
}

.user-panel:after {
    clear: both
}

.user-panel>.image>img {
    width: 100%;
    max-width: 45px;
    height: auto
}

.user-panel>.info {
    padding: 0 5px;
    line-height: 3em;
    /* position: absolute; */
    /* left: 55px; */
}

.user-panel>.info>p {
    font-weight: 600;
    margin-bottom: 0;
}

.user-panel>.info>a {
    text-decoration: none;
    padding-right: 5px;
    margin-top: 3px;
    font-size: 11px
}

.user-panel>.info>a>.fa,.user-panel>.info>a>.ion,.user-panel>.info>a>.glyphicon {
    margin-right: 3px
}

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.sidebar-menu>li {
    position: relative;
    margin: 0;
    padding: 0
}
.sidebar-menu>li>a {
    padding: 12px 5px 12px 15px;
    display: block;
}
.sidebar-menu>li>a>.fa,.sidebar-menu>li>a>.glyphicon,.sidebar-menu>li>a>.ion {
    width: 20px
}

.sidebar-menu>li .label,.sidebar-menu>li .badge {
    margin-top: 3px;
    margin-right: 5px
}

.sidebar-menu li.header {
    padding: 10px 25px 10px 15px;
    font-size: 12px;
    background-color: #FFF;
    font-weight: bold;
}

.sidebar-menu li>a>.fa-angle-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    margin-top: 3px;
    transition: 200ms ease;
}

.sidebar-menu li.active>a>.fa-angle-left {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: 200ms ease;
}

.sidebar-menu li.active>.treeview-menu {
    display: block
}

.sidebar-menu .treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 5px
}

.sidebar-menu .treeview-menu .treeview-menu {
    padding-left: 20px
}

.sidebar-menu .treeview-menu>li {
    margin: 0
}

.sidebar-menu .treeview-menu>li{
    padding: 5px 5px 5px 15px;
    display: block;
    font-size: 14px
}
.sidebar-menu .treeview-menu>li a{
    display:block;
}
.sidebar-menu .treeview-menu>li>a>.fa,.sidebar-menu .treeview-menu>li>a>.glyphicon,.sidebar-menu .treeview-menu>li>a>.ion {
    width: 20px
}

.sidebar-menu .treeview-menu>li>a>.fa-angle-left,.sidebar-menu .treeview-menu>li>a>.fa-angle-down {
    width: auto
}
.sidebar-menu>li{
    border-left-color: transparent;
    border-left: solid 3px transparent;
}
.sidebar-menu>li.active{
    border-left-color: #f39c12;
    border-left: solid 3px #f39c12;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    box-sizing: border-box; 
}
.sidebar-menu li:hover{
    background: #f1f1f1;
}
.sidebar-menu li.active {
    color: #000;
    background: #f4f4f5;
}
sidebar-menu>li>ul{
    padding-left:1.5em;
}
div.main-navigation a{
    color: #333;
    text-decoration: none !important;
}
div.main-navigation a:hover {
    text-decoration:none !important;
}
.sidebar-menu li:hover {
}
.main-container{
    /*background-color: rgba(255, 255, 255, 0.88);*/
    margin: 1em 0;
    min-height:30em;
    /*border:solid 1px #eee;*/
    border-radius: 3px;
    padding-bottom:4em;
}
.box {
    padding:0.8em;
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.box.box-primary {
    border-top: #3c8dbc 3px solid;
}
.box.box-purple{
    border-top:#555299 3px solid;
}
.box.box-maroon {
     border-top:#ca195a 3px solid;
}
.box.box-red {
     border-top:#dd4b39 3px solid;
}
.box.box-navy {
    border-top:#001a35 3px solid;
}
.box.box-yellow {
    border-top: #FFBE00 3px solid;
}
.box.box-green {
    border-top: #00a65a 3px solid;
}
.box.box-info {
    border-top: #00c0ef 3px solid;
}
.box-header>.box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}
.btn-box-tool
 {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3;
    box-shadow:none;
}

.btn.btn-box-tool:active,
.btn.btn-box-tool:hover,
.btn.btn-box-tool:visited,
.btn.btn-box-tool:focus
 {
     box-shadow:none;
    background: transparent;
    color: #97a0b3;

}
.box .box-body {

    overflow-x: hidden;
}
.box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}
.color-red{
    color:#FF0000;
}
.color-green{
    color:#5cb85c;
}
.text-aqua {
    color: #00c0ef !important;
}
.text-green {
    color: #00a65a !important;
}
.text-yellow {
    color: #f39c12 !important;
}
.text-red {
    color: #dd4b39 !important;
}
.text-purple {
    color: #555299 !important;
}
.text-maroon {
    color:#ca195a !important;
}
.text-navy {
    color:#001a35 !important;
}
.table-wrap {
    overflow-y:hidden;
    margin-top: 36px;
}
.input-group input.btn.btn-primary.filter-policydate {
    margin-top: 28px;
}
.btn.btn-upload{
    color:#fcc223;
    background-color:transparent;
    border:1px solid #fcc223;
}
.btn.btn-upload:hover {
    color: #ffffff;
    background-color: #fcc223;
    border: 1px solid #ffffff;
}
.motor_dialog_table {
    overflow-x: hidden;
    height: 300px;
}
.motor_Completed_dialog_table{
    overflow-x: hidden;
    height: 600px;
}
#M_Proposal{
    margin:0;
}
#MotorDialog{
  position:absolute;
  top:0;
  width:100%;
  cursor:move;
  background-color:#fff;
  border:solid 1px #f1f1f1;
  box-shadow:0 0 2px #999;
  z-index: 999;
  padding: 1em;
}
#MotorDialog .title{
  position:relative;
  background-color: #FFBE00;
  padding:0.1em 1em;
  margin-bottom:1em;
  color: #fff;
}
#MotorDialog .close{
  position:absolute;
  top: 0.5em;
  right: 0.5em;
  border-radius:100%;
  /* background-image:url(../images/close-mark.png); */
  background-size: cover;
  width: 2em;
  height: 2em;
  text-align:center;
  line-height:0.7em;
  background-color: rgba(255, 255, 255, 0);
}
.has-error .selectize-control.single .selectize-input,
.has-error .form-error-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-error.form-control {
      border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
label.has-error {
    color: #a94442;
}
#M_Proposal .jsgrid-header-row > th {
    background: rgba(255, 191, 1, 0.64);
}
#M_Proposal .jsgrid-header-row > th.jsgrid-control-field {
        background: rgba(255, 191, 1, 0);
}

.agent_container  .form-control {
    height: 50px;
}
.btn-app {
    border-radius: 3px;
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    font-size: 12px;
}

.btn-app > i {
    font-size: 20px;
    display: block;
}
a.proposalLink {
    color: #337ab7;
    text-decoration: underline !important;
}
.dataTable .selected {

    background-color:aliceblue;
}
/*.Policy_model{
  position:absolute;
  top:-100px;
  width:80%;
  left:10%;
  cursor:move;
   background-color:#fff; 
   border:solid 1px #f1f1f1; 
   box-shadow:0 0 2px #999; 
  z-index: 9999;
  padding: 1em;
  outline:none;
  margin-bottom: 10em;
}*/
.Policy_model .title{
  position:relative;
  background-color: #FFBE00;
  padding:0.1em 1em;
  margin-bottom:1em;
  color: #fff;
}

.member-policy-popup .title{
    display: inline-block;
}
.member-policy-popup .box{
  border-top: solid 1px #e0e0e0;
  margin: 1em;
  padding: 2em 0 0;
 box-shadow: none;
}
.member-policy-popup ul{
    list-style:none;
}
.member-policy-popup ul li{
    display:inline-block;
    width:40%;
    margin-left:-4px;
    text-align: left;
    word-wrap: break-word;
    vertical-align: top;
}
.member-policy-popup ul li:last-child{
    width:60%;
}
a.download-policy {
    padding: 5px 10px;
    font-size: 1em;
}
#CyclistDialog .member-policy-popup ul li {
    vertical-align:top;
}
#CyclistDialog .member-policy-popup{
    max-height: 600px;
    overflow-x: hidden;
}
.ui-front {
    z-index: 1000;
}
/**Cover Note*/
textarea {
    max-width: initial;
}
#MotorController .form-control {
    height:initial;
}
.cont ul.dropdown-menu {
    margin-left: 10px;
}
.cont ul.navbar-nav li a.level-one {
    color: #FFF;
    margin-top: 13px;
    margin-left:20px;
    word-spacing: 2px;
    font-size:15px;
}
.cont ul.navbar-nav li a.level-one:hover,
.cont ul.navbar-nav li a.level-one:active,
.cont ul.navbar-nav li a.level-one.active,
.cont ul.navbar-nav li a.level-one:focus {
    color: #fec319;
    border-radius:3px;
    background-color: #23282d;
}
.cont ul.navbar-nav li a.level-one i.fa {
    /*font-size:20px;*/
    padding-right: 3px;
}
/*.cont ul.navbar-nav li a b.caret {
color: #ffbf00;
}*/
.cont ul.dropdown-menu li a {
    color: #333;
    text-align:left;
    font-size:14px;
}
.cont ul.dropdown-menu li a:hover, 
.cont ul.dropdown-menu li a.active{
    background-image:
    linear-gradient(
      to right,
      #fec319 3%,
      white 0
    );
}
.menu-header {
}
/*@media(max-width: 992px) {
    .menu-header {
     margin-left: 10em;
       overflow-x: scroll;
    overflow-y: hidden;
    }
    .menu-header ul.nav.navbar-nav {
      margin-left:0;
    height: 30px;margin-top: 20px; width: 170%;
    }
}*/
.navbar-toggle {
    background-color:#ffbf00;
        padding: 9px 13px;
}
.navbar-toggle .fa-bars:before {
    color:white;
}
.sendemail-bar {
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -150px;
}
.app-loading {
    text-align: center;
}
.opaque {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100;
    display: none;
}

.opaque.app-loading .icon-loading {
    background-image: url('../images/loading-black.gif');
    color: #999;
}

.icon-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15em;
    height: 5em;
    margin-top: -8em;
    margin-left: -7.5em;
    padding-top: 8em;
    background: url('../images/loading.gif') center center no-repeat;
    color: #fff;
    text-align: center;
}
.opaque.app-loading{
    text-align: center;
}
.opaque-transparent {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: none;
}

.opaque-transparent.save-loading .icon-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15em;
    height: 5em;
    margin-top: -8em;
    margin-left: -7.5em;
    padding-top: 8em;
    background: url('../../images/loading-black.gif') center center no-repeat;
    /*color: #fff;*/
    text-align: center;
}
.progress-loading-bar > h4{
    color: #555;
    position: absolute;
    top: 45%;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    text-align: center;
    font-family: sans-serif;
}
.progress-bar.active, .progress.active .progress-bar{
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    -webkit-transition: 3s;
    transition: 3s;
}
.fa.fa-search.text-yellow {
    display:initial;
    font-size: inherit;
}
/*tab Content*/
ul.nav-pills {
   list-style-type:none;
   padding:0;
}
ul.nav-pills li a{
   background-color:rgba(0, 0, 0, 0.12);
   font-size:15px;
}
#MotorController .form-group.label-floating:not(.has-success):not(.is-empty) .help-block:not(.ng-hide) {
  display:block!important;
}

@media (max-width: 768px) {
    #MotorDialog {
        position: absolute;
        top: 1em;
        left: 50%;
        width: 600px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
    }

}



@media (max-width: 1320px) {
    .nav {
        will-change: unset;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 1;
        -webkit-transform: none;
        transform: none;
        transition: unset;
        margin-left: 0;
    }

    .menu-header ul.nav.navbar-nav {
        margin-left: 0;
    }
    .container.cont {
        padding:0;
    }
    .cont ul.navbar-nav li a.level-one {
        text-align: left;
    }

    .cont ul.dropdown-menu li a {
        color: white;
        text-align: left;
    }

    .navbar-collapse.in {
        overflow-y: inherit; 
    }

    .cont ul.dropdown-menu li a:hover, 
    .cont ul.dropdown-menu li a.active{
        background-image:
        linear-gradient(
          to right,
          #fec319 1%,
          #23282d 0
        );
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        padding: 0;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }

    .dropdown .dropdown-menu {
        -webkit-transition: none!important;
        -moz-transition: none!important;
        -o-transition: none!important;
        -ms-transition: none!important;
        transition: none!important;
    }
}
@media (max-width: 640px) {
  #MotorDialog{
    width:320px;
  }
}
@media (max-width: 320px) {
  #MotorDialog{
  }
}

@media only screen and (max-width: 600px) {
  /*footer {
      position: relative!important;
  }*/
}

.dropdown-menu li>a {
    -webkit-transition: none !important;
    transition: none !important;
    margin: 0 !important;
}

.dropdown-menu li>a:focus, .dropdown-menu li>a:hover {
    box-shadow: none !important;
}

.body-content {
    margin-top: 60px;
    padding-bottom: 60px;
}

/*==========================================*/
.footer {
    max-width: 100%;
    position:fixed;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    z-index: 2;
    background-color: rgb(51,51,51);
}

.footer ul {
    margin-top: 0;
    color: #4c525c;
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}

.footer .footer-content {
    background-color: #eaeef3;
    max-width: 100%;
    padding: 12px;
    color: #4c525c;
}

.footer .footer-content-2 {
    max-width: 100%;
    padding: 16px 32px 20px;
    color: #FFFFFF;
}

.footer .footer-links ul li {
    display: inline;
    color: white;
}

.footer .footer-links ul li a,
.footer .footer-content-2 ul li:nth-child(odd) {
    margin: 16px;
    font-size: 12px;
    line-height: 30px;
    display: inline;
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    padding: 0;
}

.footer .footer-content .footer-links ul li,
.footer .footer-content .footer-links ul li a {
    color: #4c525c;
}

.text-bold {
    font-weight: bold;
}

.sidenav {
    height: 100%;
    width: 220px;
    font-family:Meta;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #343434;
    overflow-x: hidden;
    padding-top: 100px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sidenav a, .dropdown-btn {
    padding: 0px 8px 0px 20px;
    margin: 12px 0px 24px 0px;
    text-decoration: none !important;
    font-size: 16px;
    color: white;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    font-family: 'Meta';
}
.sidenav div.dropdown-container div.ifa-module a{
    width:90%;
}
.sidenav a:hover, .dropdown-btn:hover {
    color: rgb(254, 195, 25);
}

.main {
    margin-left: 200px;
    font-size: 20px;
    padding: 0px 10px;
}

div.category-btn.active:not(.tab-pane), div.category-btn.active a {
    background-image: linear-gradient(to left, #fff38e, #ffc300);
    color: #333333;
    font-weight:bold;
}
div.ifa-module.active:not(.tab-pane), div.ifa-module.active a,div.dropdown-container div.ifa-module .active a {
    border-right:6px solid #fec319;
    box-sizing:content-box;
    color: #fec319;
    font-weight:bold;
}

.category-btn{
    font-size:18px;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:5px;
    padding-right:5px;
    border-radius:16.5px;
    box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.17);
    text-align:center;
    font-family:Meta;
    cursor:pointer;
}
.search-box .form-control.magnifier {
    background-color: #ffffff;
    background-image: url(../Content/img/magnifier.svg);
    background-repeat: no-repeat;
    background-position: 3% 50%;
    padding-left: 35px;
    font-family: Meta;
    font-size: 14px;
    border-bottom: solid 1px #e7e9eb;
    box-shadow: none;
}
::-webkit-input-placeholder{
    color:#878787;
}
input[placeholder] {
    text-overflow: ellipsis;
}

::-moz-placeholder {
    text-overflow: ellipsis;
}
/* firefox 19+ */
input:-moz-placeholder {
    text-overflow: ellipsis;
}
.product-card{
    border-radius: 8px;
    box-shadow: 0 0 8px 0 #e5e5ee;
    padding:10px;
    background-color: #ffffff;
}
.product-card-image{
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    height:108px;
}

.box-home-agent.ifa-agent{
    height:11.5em;
}

.sqs-products{
    margin-top:50px;
    /*display:-ms-grid;
    display:grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    /*grid-template-columns: 33.33% 33.33% 33.33%;*/*/
}

.collapsed.ifa:before {
    content:url(../Content/img/arrowhead_down.svg);
    width:21px;
    height:21px;
    display:inline-block;
    padding-left:15px;
    padding-right:15px;
}
.ifa:not(.collapsed):before {
    content:url(../Content/img/arrowhead_down.svg);
    width:21px;
    height:21px;
    transform:scaleY(-1);
    transform-origin:center;
    display:inline-block;
    padding-left:15px;
    padding-right:15px

}
.product-name:not(.collapsed) {
    font-weight:bold;
}
ul.product-description-list {
    list-style-type: none;
}

ul.product-description-list > li:before {
    content: "–"; 
    position: absolute;
    margin-left: -1.1em;
}
.product-name{
    font-family:Meta;
    font-size:16px;
    padding-top:20px;
}
.product-description{
    position:absolute;
    width:inherit;
    top:250px;
    left:0;
    background-color:rgba(255,255,255,0.9);
    z-index:1;
}
.dropdown-container {
    padding-left: 15px;
    margin-top: -12px;
    display: none;
    overflow: hidden;
}

.dropdown-container-active {
    display: block;
}

.rotate-nav-arrow {
    transform: rotate(-90deg) translate(0,-7px);
    padding-right: 2px !important;
}

.fa-angle-left {
    float: right;
    padding-right: 8px;
}


.navbar-toggle {
    display: inline!important;
    float: none!important;
    margin: 16px 0 0 16px;
}

.body-content {
    margin-left: 200px;
}

#btnUser {
    position: relative;
    padding: 9px 10px;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: rgb(51, 51, 51);
    background-image: none;
    border: 1px solid;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    float: right;
}

a.dt-button, button.dt-button {
    background: transparent!important;
}

.page-header {
    background-image: none;
}

.header-title {
    padding: 20px 0 20px 0;
}

@media screen and (max-width: 990px) {
    .sidenav {
        width: 0;
    }

    .body-content {
        margin-left: 0;
        padding-bottom: 0;
    }

    .footer {
        left: 0!important;
        /*position: inherit;*/
        bottom: 0;
    }
}

@media screen and (width: 900px) {
    .sidenav {
        width: 200px;
    }
    .footer {
        left: 0;
        position: inherit;
        bottom: 0;
    }
}

@media screen and (min-width:0\0) and (min-resolution:+72dpi), \0screen\,screen\9 {
    .agent_container{
        margin-bottom:100px;
    }

}
/*#region Breadcrumb Nav bar*/
.breadcrumb {
	display: flex;
	border-radius: 0;
	overflow: hidden;
	margin: auto;
    margin-top:20px;
	text-align: center;
	top: 50%;
	width: 100%;
	height: 57px;
	transform: translateY(-50%);
	z-index: 1;
	background-color: #f3f3f3;
	font-size: 14px;
    padding:0;
}

.breadcrumb a {
	position: relative;
	display: flex;
	flex-grow: 1;
	text-decoration: none;
	margin: auto;
	height: 100%;
	padding-left: 40px;
	padding-right: 34px;
	color: #666;
    z-index:auto;
    border-top :solid 1px #d0d0d0;
    border-bottom :solid 1px #d0d0d0;
}

		.breadcrumb a:first-child {
			padding-left: 30px;
            border-left: solid 1px #d0d0d0;

		}

		.breadcrumb a:last-child {
			padding-right: 30px;
            border-right: solid 1px #d0d0d0;
		}

        .breadcrumb a.active:last-child {
            border-right: none;
		}

		.breadcrumb a:after {
			content: "";
			position: absolute;
			display: inline-block;
			width: 57px;
			height:57px;
			top: 0;
			right: -28px;
			background-color: #f3f3f3;
			transform: scale(0.707) rotate(45deg);
			box-shadow: 1px -1px rgba(0,0,0,0.25);
			z-index: 3;
		}
        .breadcrumb a.active:after {
			
			background-color: #fff38e;
			box-shadow: 1px -1px 8px rgba(0,0,0,0.25);
            z-index: -1;
		}

			.breadcrumb a:last-child:after {
				content: none;
			}

	.breadcrumb__inner {
		display: flex;
		flex-direction: column;
		margin: auto;
		z-index: 2;
	}
        /*green tick css*/
        .breadcrumb__inner > span.tick { 
	        padding-left:15px; 
	    }
        .breadcrumb__inner > span.tick:after {
	        content: '';
            height: 13px;
            width: 7px;
            border-right: 2px solid #0a8a00;
            border-bottom: 2px solid #0a8a00;
            position: absolute;
            left: 0;
            top: 3px;
            transform: rotate(45deg);
	    }

		.breadcrumb__title {
			font-weight: bold;
		}

.breadcrumb a.active{
	background: linear-gradient(to left, #fff38e, #ffc300);
	color: black;
    font-weight:bold;
    box-shadow:2px 2px 5px -10px rgba(0, 0, 0, 0.17);
    border:none;
}


@media all and (max-width: 1000px) {
	.breadcrumb {
		font-size: 12px;
	}
}


@media all and (max-width: 710px) {
	.breadcrumb__desc {
		display: none;
	}
	
	.breadcrumb {
		height: 38px;
	}
	
	.breadcrumb a {
		padding-left: 57px;
	}
	
	.breadcrumb a:after {
			content: "";
			width: 38px;
			height: 38px;
			right: -19px;
			transform: scale(0.707) rotate(45deg);
		}
}
/*#endregion Breadcrumb Nav bar*/

.form-control.ddArrow{
    background-image:url(../Content/img/IFA/navigate_next-24px.svg);
    background-repeat:no-repeat;
    background-position: 97.5% 50%;
    cursor:pointer;
    /*background-size:5%;*/

}

.form-control.valid {
    background-image: url(../images/check-mark.png);
    background-repeat: no-repeat;
    background-position: 97.5% 50%;
    background-size: 18px;
    cursor: pointer;
}

.form-control.invalid {
    background-image: url(../images/close-mark.png);
    background-repeat: no-repeat;
    background-position: 97.5% 50%;
    background-size: 18px;
    cursor: pointer;
}

.form-control.ddArrow.salutation{
    background-size:20%;

}
.form-control.tax-residency{
    height:120px;
    padding-top:20px;
}
.form-control.replace-existing-policy, .form-control.signature-proposer, .form-control.signature-insurer{
    height: 95px;
}
.Meta{
    font-family:Meta;

}
.title-text{
    font-size:14px;
    font-family:Meta;
}

.open > .dropdown-menu.fade {
    pointer-events: auto;
    opacity: 1;
}

.row > .form-group, .row > .col-xs-8, .row > .title-with-border-left{
    margin-bottom:15px;
}

.blue-checkbox::before{
    content:'';
    width:22px;
    height:22px;
    border-radius:4px;
    border: 1px solid #222222;
    position:absolute;
    left:0;
    padding-right:10px;
}
.blue-checkbox.source-of-funds::before, .blue-checkbox.upload-checklist::before {
    position: relative;
    padding-right: 20px;
}
.blue-checkbox.tick::before{
    background:#ebb225;
    border:1px solid #ebb225;
}

.blue-checkbox.tick::after{
    content: '';
    height: 13px;
    width: 7px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    position: absolute;
    left: 7px;
    top: 3px;
    transform: rotate(45deg);
}

.blue-checkbox.source-of-funds.tick::after{
    left: 17px;
    top: 1px;
}
.blue-checkbox.upload-checklist.tick::after {
    left: 18px;
    top: 1px;
}
.blue-checkbox > p{
    padding-left:20px;
}
.blue-checkbox > i{
    font-style:normal;
    padding-left:8px;
}
.blue-checkbox > b{
    font-style:normal;
    padding-left:8px;
}
.blue-checkbox{
    padding-left:10px;
}

/*#region radioButton*/
[type="radio"]:not(:checked), [type="radio"]:checked { 
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

[type="radio"]:not(:checked)+label, [type="radio"]:checked+label {
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    margin-bottom:0;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-weight:initial;
    -webkit-transition: .28s ease;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:before, [type="radio"].with-gap:checked+label:after {
    border: 1px solid #ddd;
}
[type="radio"]:not(:checked)+label:before, [type="radio"]:not(:checked)+label:after {
    border: 1px solid #ddd;
}   
[type="radio"]+label:before, [type="radio"]+label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: .28s ease;
    transition: .28s ease;
}
[type="radio"].with-gap:checked+label:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}
[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:after {
    background-color: #ffbf01;
}
[type="radio"]:not(:checked)+label:before, [type="radio"]:not(:checked)+label:after, [type="radio"]:checked+label:before, [type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:before, [type="radio"].with-gap:checked+label:after {
    border-radius: 50%;
}
/*#endregion radioButton*/

ul.dropdown-menu.ifa-dd {
    width: 100%;
    padding-left: 15px;
    padding-right:15px;
    max-height: 200px;
    overflow-y: auto;
}
ul.dropdown-menu.ifa-dd li {
    font-size:16px;
    font-weight:bold;
}
ul.dropdown-menu.ifa-dd li:hover {
    background-color:#f5f5f5;
}

.btn-ifa{
    font-size:16px;
    padding-top:16px;
    padding-bottom:15px;
    background-color:#f5f5f5;
    color:black;
    cursor:pointer;
}

.btn-ifa.selected{
    background-color:#393939;
    color:#ffffff;
    font-weight:bold;
}
.btn-ifa.next{
    border:solid 1px #e0e1e1;
    font-size:18px;
    font-weight:bold;
}
.btn-ifa.next{
    background-color:#fcc233;
    font-weight:bold;
}
.appform-title{
    background-image:url(../Content/img/IFA/navigate_previous-24px.svg);
    background-repeat:no-repeat;
    background-position: 97.5% 50%;
    cursor:pointer;
}
.appform-title.collapsed{
    background-image:url(../Content/img/IFA/edit.svg);
    background-repeat:no-repeat;
    background-position: 97.5% 50%;
    cursor:pointer;

}

.title-with-border-left{
    border-left:7px solid black;
}

.page-header {

    border-bottom: none;
}

.important-note{
    border-radius: 2px;
    background-image: linear-gradient(to left, rgb(255, 243, 142, 0.28), rgb(255, 195, 0, 0.28));
    padding-top:12px;
    padding-bottom:15px;
    font-size:16px;
    border:1px solid red;
}

.step-title{
    border-left:7px solid #ffbf00;
    padding-left:15px;
}
.step-title.tick{
    border-left:none;
    padding-left:60px;
}

.step-title.tick:after{
    content: '';
    height: 24px;
    width: 13px;
    border-right: 5px solid #0a8a00;
    border-bottom: 5px solid #0a8a00;
    position: absolute;
    left: 30px;
    top: 17px;
    transform: rotate(45deg);
}
/*#region country badge*/
/*for badge on tax residency*/
.country-badge {
    padding: 7px 20px 11px 29px;
    background-color: #ffffff;
    color: #393939;
    border: 1px solid #393939;
    border-radius: 6px;
    position: relative;
    margin-right: 10px;
    margin-bottom:10px;
    cursor: pointer;
    font-size:16px;

}

.country-badge > i{
    font-style:normal;
}

.country-badge > i:after{
    content:url(../Content/img/IFA/close.svg);
    position:absolute;
    left:10px;
}

/*#endregion badge*/
.display-none{
    display:none;
}

#renewalGIRO + label.selected,
#renewalCheque + label.selected,
#renewalCreditCard + label.selected,
#creditCard + label.selected,
#directDebit + label.selected,
#premiumFinancing + label.selected,
#chequeNumber + label.selected
{
    font-weight:bold;
}

#ReviewTitle, #SignatureTitle, #UploadSubmitTitle, #SignTitle {
    background: linear-gradient(to left, #fff38e, #ffc300);
}

ul.yellow li:before{
    color:#fec319;
}

.invalid-feedback {
    color: #dc3545;
    font-size: 14px;
}

.invalid-detected{
    color: #dc3545;
}

div.active:not(.tab-pane), div.active a {
    background-image: linear-gradient(to left, #fec319 3%, #343434 0);
    color: rgb(254, 195, 25);
    font-weight: bold;
}
.dropzone.dz-started .dz-message.display-block {
    display: block;
}
.welcome .wrapper{
    margin-top:-155px;
}

.fa-action-link {
    font-size: 16px;
    padding-right: 8px;
}

.fa-exclamation-circle {
    color: rgb(220, 142, 15);
}

.fa-check-circle {
    color: rgb(65, 117, 5);
}

.cursor-pointer{
    cursor:pointer;
}

.cursor-not-allowed{
    cursor:not-allowed;
}
.cursor-initial{
    cursor:initial;
}
.disabled-field {
    color: #D2D2D2;
}

.blue-checkbox.disabled-field::before {
    border: 1px solid #d2d2d2;
}


.animated-loginBox {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.login-box {
    /*position: relative;*/
    /*z-index: 1;*/
    background: #FFFFFF;
    /*max-width: 360px;*/
    /*margin: 0 auto 100px;*/
    margin-top:5%;
    margin-bottom:5%;
    padding: 5px 46px 20px 48px;
    /*box-shadow: 0 0 20px 0 rgba(66, 66, 66, 0.19), 0 5px 5px 0 rgba(147, 147, 147, 0.24);*/
    border-radius: 100px;
    /*width: auto;*/
    min-height: 768px;
}

    .login-box label {
        /*color: rgb(167, 167, 167);*/
        font-weight: 500;
        font-size: 16px;
    }

    .login-box .div-label {
        width: 100%;
        margin: 0 auto;
    }

    .login-box .div-login-validation-summary {
        /*width: 37%;*/
        margin: 0 auto;
    }

    .login-box .div-login-validation-summary ul li{
        list-style:none;
    }

    .login-box .div-reset-password-validation-summary {
        width: 70%;
        margin: 0 auto;
    }

    .login-box input, .form-control {
        font-family: Meta;
        outline: 0;
        background: white;
        width: 100%;
        border: 1px solid rgb(167, 167, 167);
        border-radius: 10px;
        /*margin: 0 auto 10px;*/
        padding: 10px;
        box-sizing: border-box;
        font-size: 18px;
        color: black;
        min-height:47px;
    }

        .login-box input.btn-otp {
            padding: 10px 10px;
            background: #60c7d6;
            color: white;
            -webkit-transition: 1000ms;
            transition: 1000ms;
        }

            .login-box input.btn-otp:hover:enabled {
                background: #78d5d3;
                -webkit-transition: 500ms;
                transition: 500ms;
            }

            .login-box input.btn-otp:disabled {
                cursor: not-allowed;
            }

            .login-box input.btn-otp.admin {
                background: #29a235;
            }

                .login-box input.btn-otp.admin:hover:enabled {
                    background: #95d03e;
                }

        .login-box input.btn-otp-login {
            padding: 10px 10px;
            width: 40%;
        }

            .login-box input.btn-otp-login:disabled {
                cursor: not-allowed;
            }

    .login-box .login-button,
    .login-box .forgot-password-button,
    .login-box .reset-password-button {
        font-family: Meta;
        text-transform: uppercase;
        outline: 0;
        background: #FFBE00;
        width: 100%;
        border: 0;
        padding: 10px;
        color: #333333;
        font-size: 20px;
        -webkit-transition: 1000ms;
        transition: 1000ms;
        cursor: pointer;
        font-weight: 700;
    }

        .login-box .login-button:hover, .login-box .login-button:active, .login-box .login-button:focus,
        .login-box .forgot-password-button:hover, .login-box .forgot-password-button:active, .login-box .forgot-password-button:focus,
        .login-box .reset-password-button:hover, .login-box .reset-password-button:active, .login-box .reset-password-button:focus {
            background: #FFDA11;
            -webkit-transition: 500ms;
            transition: 500ms;
        }

    .login-box .agent.login-button {
        background: rgb(254, 195, 25);
        -webkit-transition: 1000ms;
        transition: 1000ms;
    }

        .login-box .agent.login-button:hover:enabled, .login-box .agent.login-button:active, .login-box .agent.login-button:focus {
            background: rgb(254, 210, 80);
            -webkit-transition: 500ms;
            transition: 500ms;
        }

    .login-box .terms {
        width: 100%;
        margin: 0 auto;
        font-size: 16px;
    }

    .login-box .message {
        margin: 15px 0 0;
        font-size: 16px;
    }

        .login-box .message a {
            color: #333333;
            text-decoration: underline;
        }

            .login-box .message a:hover {
                text-decoration: underline;
            }

    .login-box .register-form {
        display: none;
    }

.login-box-header {
    text-align: center;
    /*color: rgba(0, 0, 0, 0.61);*/
    /* background-image: -webkit-linear-gradient(92deg,#F3D426,rgb(254, 171, 58)); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    /* -webkit-animation: hue 60s infinite linear; */
    font-size: 40px;
    line-height: 1.8em;
}

.btn{
    font-size:18px;
    border: 1px solid #bbbbb3;
}

.btn-selected, .btn-submit {
    background-color: #fec319;
    border: 1px solid #fec319;
    color: #333333;
    font-weight: bold;
}


.border-radius-left-0{
    border-top-left-radius:0;
    border-bottom-left-radius:0;

}

.border-radius-right-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.bg-manual-registration {
    /*background-image: url("../../images/bgManualRegistration.png");*/
    background-color: white;
    /*opacity:0.7;*/
    background-size:cover;
}

.yellow-border-left {
    border-left: 5px solid rgb(255,190,0);
    padding-left:5px;
}

.black-border-left {
    border-left: 5px solid rgb(0,0,0);
    padding-left: 5px;
}

@media screen and (min-width: 992px) {
    img.img-logo {
        display: block;
        margin-left: 5%;
        width: 100px;
        padding-top: 20px;
    }
    /* For tablet/desktop: */
    .iconnect-header {
        height: 80px;
        background-color:#333333;
    }
    .login-box-header {
        font-size: 35px;
    }

    .backgroundImageIConnect {
        background-image: url("../images/bgIconnect.png");
        background-position-x: left;
        background-repeat: no-repeat;
        background-size: contain;
        background-color: white;
    }

    .login-box {
        margin-top: 10%;
        padding-bottom: 20%;
        min-height: 768px;
    }

    .responsive {
        width: 115%;
        height: auto;
    }
}

@media screen and (max-width: 768px) {

    .iconnect-header {
        height: 80px;
        background-color: #333333;
    }

    img.img-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100px;
        padding-top: 20px;
    }

    .backgroundImageIConnect {
        background-image: initial;
        background-color: white;
    }

    .login-box-header{
        font-size:30px;
    }

    .login-box {
        margin-top: 10%;
        padding-bottom: 30%;
        min-height:768px;
    }
}




