@import url(https://fonts.googleapis.com/css?family=Lato:400,700,700italic,400italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);

@font-face {
    font-family: 'Intro Regular';
    src: url("/static/fonts/Intro-Regular.eot");
    src: url("/static/fonts/Intro-Regular.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Intro-Regular.woff") format("woff"), url("/static/fonts/Intro-Regular.ttf") format("truetype"), url("/static/fonts/Intro-Regular.svg#96d22aeddb8bcf49e5473f4cdf62a7f3") format("svg");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: "brc";
    src: url("/static/fonts/brc.eot?v=3");
    src: url("/static/fonts/brc.eot?#iefix?v=3") format("embedded-opentype"), url("/static/fonts/brc.woff?v=3") format("woff"), url("/static/fonts/brc.ttf?v=3") format("truetype"), url("/static/fonts/brc.svg#brc?v=3") format("svg");
    font-weight: normal;
    font-style: normal
}

@media screen and(-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "brc";
        src: url("/fonts/brc.svg#brc?v=3") format("svg")
    }
}

/* theme override  */

[data-icon]:before {
    content: attr(data-icon)
}

.navbar-logo-kpmg{
    color: #00338D !important;
}
.navbar-logo-kpmg-footer{
    color: #fff !important;
}

.h-85 {
    height: 80vh !important;
}
.h-70 {
    height: 70vh !important;
}

.hide {
    display: none;
}

iframe {
    border: 0 !important;
}

.invalid {
    border-color: red;
}

.color-red {
    color: #DA4B48;
}

.navbar-logo {
    height: 70px;
    margin-left: 12px;
}

.ico-logo-brc:before {
    display: inline-block;
    font-family: "brc";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased
}

.logo-kpmg {
    background-image: url(/static/img/kpmg-logo.jpg);
    width: 255px !important;
    background-position-x: right;
    background-size: 130px;
    background-position-y: 10px;
    background-repeat: no-repeat;
}

.logo::before {
    font-size: 115px;
    line-height: 50px;
}

.ico-logo-brc:before {
    content: "\f111";
}

.ico-logo-font{
    color: #DA4B48;
}

.logo {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 145px;
    height: 80px;
    padding: 10px 15px 15px 0;
    color: #92278f;
    font-size: 0;
}

a.footer-logo-brc,
a.footer-logo-brc:visited {
    font-size: 74px;
    color: #fff !important;
    float: left;
    position: relative;
}

a.ico-logo-brc:hover,
a.ico-logo-brc:visited,
a.ico-logo-brc {
    color: #92278f !important;
}

.bg-img4 {
    background-image: url('/static/img/1920x1080/img5.jpg');
}

.bg-img5 {
    background-image: url('/static/ui_files/bg5.png');
}

.bg-img6 {
    background-image: url('/static/ui_files/bg6.png');
}

.bg-img7 {
    background-image: url('/static/ui_files/bg7.jpg');
}

.bg-img2 {
    background-image: url('/static/img/bg/bg2.png');
}

.navbar-logo-2{
    height: 70px;
    margin-left: 0px;
    font-size: 26px;
    width: 270px;
    position: absolute;
    top: 12px;
    color: #92278f !important;
}

.alert-error,
.alert-message {
    border-color: #f75676 !important;
    background-color: #f75676 !important;
    color: #ffffff !important;
}

.btn-brc {
    background-color: #92278f !important;
    color: #ffffff !important;
    border-color: #92278f !important;
}

.btn-brc-white {
    background-color: #ffffff !important;
    color: #21c87a !important;
    border-color: #fff !important;
}

.dropzone .dz-message {
    text-align: center;
    margin: 3em 0 !important;
}

.tab-vertical .tab-vertical__nav-link.active {
    color: #92278f !important;
}

#v-pills-core-advantage .h5 {
    color: #630460 !important;
}

#v-pills-flexible .h5 {
    color: #262262 !important;
}

#v-pills-credentials .h5 {
    color: #F06793 !important;
}

#v-pills-planned-feature .h5 {
    color: #00BBCE !important;
}

.ico-logo-brc-2 {
    color: #fff !important;
    font-size: 26px;
    padding-top: 5px;
    
}
.footer-logo-brc-2{
    margin: 0px;
}

.dashboard-navi{
    color:#630460 !important
}
footer a:hover{
    color:#fff !important;
}

.table-brc th, .table-brc td {
    vertical-align: middle !important;
}

.bg-img6 {
    background-image: url('/static/ui_files/bg6.png');
}

.bg-img7 {
    background-image: url('/static/ui_files/bg7.jpg');
}

.td-buttons{
    width: 8%;
}
#flash-content{
    top: 10px;
    position: relative;
    z-index: 9999;
}