/*================================================
  WEB FONTS
  ================================================*/

@font-face {
    font-family: 'Montserrat Regular', sans-serif;
    src: url('fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Light', sans-serif;
    src: url('fonts/Montserrat/Montserrat-Light.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Medium', sans-serif;
    src: url('fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Semibold', sans-serif;
    src: url('fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Bold', sans-serif;
    src: url('fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Financier Display Medium', serif;
    src: url('fonts/FinancierDisplay/FinancierDisplay-Medium.otf') format('truetype');
    font-style: normal;
}

/*----------BANK-STYLES----------*/

:root {
    --color-primary: #c69e5c; /* Dourado */
    --color-secundary: #1c123e; /* Azul Escuro */
    --color-background: #ffffff; /* Branco */
    --color-bg-secundary: #f2f2f5; /* Cinza Claro */
    --color-text: #1c123e; /* Azul Escuro */
    --color-error: #d70000; /* Vermelho */
    --color-info-border: #ceced6 /* Cinza */
}



body, p, a, label, svg, h1, h2, h3, h4, h5, h6 {
    color: var(--color-text);
}

body, p {
    font-family: "Montserrat Regular", sans-serif;
}

.dropdown-menu > li > a {
    color: var(--color-text);
}

/*----------1-MAIN-SITE-CONTAINERS----------*/
.bob-browsercontainer {
    background-image: url("../images/bkg-header.png");
    background-repeat: repeat-x;
}

.bob-browsercontainer {
    padding: 0px;
}

.bob-pagecontainer {
    max-width: 1200px;
}

/*----------2-HEADER-AREA----------*/

/*-----2.1-Header-Site-----*/

.bob-header {
    height: 82px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#bob-logo {
    background-image: url("../images/logo-BCS-Portal.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    min-width: 180px;
    height: 62px;
    float: left;
}

#bob-title {
    height: 62px;
    float: right;
    text-align: right;
    padding-top: 10px;
}

#bob-titlelogin {
    height: 62px;
    float: right;
    text-align: right;
    padding-top: 10px;
}

#bob-logout {
    float: right;
    height: 62px;
    padding-top: 6px;
    margin-left: 10px;
}

#bob-what {
    color: #00c9f5;
    margin-right: 0px;
}

#bob-who {
    color: #fff;
    margin-left: 10px;
}

@media (max-width: 420px) {
    #bob-title {
        display: none;
    }

    #bob-titlelogin p {
        font-size: 80%;
    }

    #bob-titlelogin #bob-who {
        font-size: 130%;
    }
}

@media (min-width: 520px) {

    #bob-titlelogin br,
    #bob-title br {
        display: none;
    }

    #bob-title,
    #bob-titlelogin {
        padding-top: 22px;
    }
}

@media (min-width: 600px) {

    #bob-title p,
    #bob-titlelogin p {
        font-size: 120%;
    }

    #bob-title,
    #bob-titlelogin {
        padding-top: 20px;
    }
}

@media (min-width: 768px) {
    .bob-header {
        height: 100px;
    }

    #bob-logo {
        min-width: 240px;
        height: 80px;
    }

    #bob-logout {
        height: 80px;
        padding-top: 18px;
    }

    #bob-title {
        height: 80px;
        padding-top: 24px;
    }

    #bob-titlelogin {
        height: 80px;
        padding-top: 24px;
        margin-right: 20px;
    }

        #bob-title p,
        #bob-titlelogin p {
            font-size: 180%;
        }
}

@media (min-width: 992px) {
    .bob-header {
        padding-left: 15px;
        padding-right: 15px;
    }
}



/*-----2.2-Main-NavBar-----*/

.bob-navbar {
    margin-bottom: 0px;
}

    .bob-navbar .caret {
        color: #fff;
    }

@media (max-width: 991px) {
    .bob-navbar {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.bob-navbar-header,
.container-fluid > .bob-navbar-header,
.bob-navbar > .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

.bob-nav > li > a {
    padding-left: 13px;
    padding-right: 13px;
}

@media (max-width: 991px) {
    .bob-nav > li:first-child {
        display: none;
        background-color: red;
    }
}

/*
.bob-navbar-header button {
    background-color: #00abd0;
}*/

@media (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
        background-color: var(--color-bg-secundary);
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: var(--color-text);
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: var(--color-primary);
    }
}

.navbar-collapse {
    max-height: 1200px;
    -webkit-overflow-scrolling: touch;
}


/*----------3-CONTENT----------*/

.bob-content {
    padding-top: 30px;
    padding-bottom: 10px;
}

.bob-header-mainpanel {
    margin-top: 0px;
}

.bob-header-marketpanel {
    margin-top: 0px;
    background-color: var(--color-primary);
    margin-top: -15px;
    margin-left: 0;
    margin-right: 0;
    height: 120px;
}

    .bob-header-marketpanel #page_title {
        color: #fff;
        text-transform: uppercase;
        float: left;
        margin-top: 30px;
        margin-left: 20px;
    }

.bob-header-mainpanel .bob-page-title > h3 .fa-thin {
    color: var(--color-primary);
    padding-right: 10px;
}

.input-group-append {
    display: flex;
}

    .input-group-append .btn-outline-secondary {
        background-color: transparent;
        color: var(--color-primary);
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin-left: -4px;
    }

        .input-group-append .btn-outline-secondary:hover {
            background-color: var(--color-primary);
            color: #fff;
            border-top: 1px solid #ccc;
            border-right: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
        }

/*#ctl00_ctl00_Password.form-control,
#ctl00_ctl00_Utilizador {
	width: 80%;
}/*

/*.bob-page-icons > h3 {
	margin-top: 50px;
}*/

@media (max-width: 991px) {
    .bob-page-title > h3 {
        margin-top: 10px;
    }

    .bob-header-marketpanel {
        margin-top: 15px;
    }
}

@media (max-width: 500px) {
    .input-group-append {
        display: grid;
        width: 100%;
        border-left: 1px solid #ccc;
    }
    /*#ctl00_ctl00_Password.form-control,
#ctl00_ctl00_Utilizador {
	width: 95%;
}*/
}

#page_title {
    margin-bottom: 5px;
}

.bob-page-title > p {
    margin-bottom: 25px;
}

/*----------4-FOOTER----------*/

/*-----4.1-Nav-Footer-----*/

@media (min-width: 992px) {

    .bob-nav-bottom li,
    .bob-nav-bottom {
        float: none;
    }

        .bob-nav-bottom li {
            display: inline-block;
        }
}

@media (max-width: 991px) {
    .bob-nav-bottom {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.bob-nav-bottom {
    text-align: center;
}

.bob-nav-footer {
    margin-bottom: 0px;
}

/*-----4.2-Signature-Area-----*/

.bob-footer-sign {
    padding: 40px 0px 30px 0px;
    background-color: #015697;
    color: #6aa3cf;
}




/*----------5-ESPECIFIC-ELEMENTS----------*/

/*--5.1-Choose Language--*/
.bob-lang {
    margin-bottom: 0px;
}

    .bob-lang > .panel-body {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 6px;
        padding-bottom: 6px;
    }

/*--5.2-Login Container--*/



/*--5.3-Virtual-Keyboard--*/

.bob-keygroup .btn-group .btn {
    border-radius: 4px !important;
    padding-left: 0px;
    padding-right: 0px;
}

.bob-keygroup .btn-group {
    padding: 0px 2px 8px 2px;
}

.bob-keyheader {
    padding: 0px 2px 8px 2px;
}

.bob-keyselect .btn {
    padding-left: 0px;
    padding-right: 0px;
}


/*--5.4-bob-homepage-bemvindo--*/


/*--5.5-bob-homepage-aside--*/

.bob-area-apoio {
    background-image: url("../images/bkg-apoio-cliente.jpg");
    background-repeat: repeat-x;
    background-size: contain;
    margin-left: 0px;
    margin-right: 0px;
}

.bob-apoio-content {
    background-image: url("../images/photo-apoiocliente.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    margin-left: 0px;
    margin-right: 0px;
    padding: 25px 0px 25px 0px;
    min-height: 100px;
}

.bob-telfax {
    font-size: 100%;
    margin-bottom: 10px;
}

@media (min-width: 480px) {
    .bob-telfax {
        font-size: 120%;
    }

    .bob-apoio-content {
        margin-left: 26px;
    }
}

@media (min-width: 992px) {
    .bob-telfax {
        font-size: 116%;
    }

    .bob-apoio-content {
        margin-left: 0px;
    }
}

/*--5.6-bob-steps-list--*/

.bob-page-steps > ol {
    list-style: none;
}

@media (min-width: 768px) {
    .bob-page-steps > ol {
        text-align: right;
        margin-top: 25px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .bob-page-steps > ol {
        padding: 20px;
        margin-top: 0;
    }
}

.bob-page-steps > ol li {
    display: inline-block;
}

.bob-page-steps > ol > li > div {
    min-width: 24px;
    height: 20px;
    float: left;
}

.bob-steps1-active > div {
    background-image: url("../../img/passo1-active.png");
    background-repeat: no-repeat;
}

.bob-steps2-active > div {
    background-image: url("../../img/passo2-active.png");
    background-repeat: no-repeat;
}

.bob-steps3-active > div {
    background-image: url("../../img/passo3-active.png");
    background-repeat: no-repeat;
}

.bob-steps1 > div {
    background-image: url("../../img/passo1.png");
    background-repeat: no-repeat;
}

.bob-steps2 > div {
    background-image: url("../../img/passo2.png");
    background-repeat: no-repeat;
}

.bob-steps3 > div {
    background-image: url("../../img/passo3.png");
    background-repeat: no-repeat;
}

/*--5.7-bob-headerpage-icons--*/
.bob-page-icons {
    text-align: right;
    padding-left: 0px;
    margin-bottom: 15px;
}

    .bob-page-icons a {
        margin-left: 7px;
        color: #d2d2d2;
        display: block;
        width: 52px;
        height: 52px;
        border: 1px solid #d2d2d2;
        border-radius: 30px;
        text-decoration: none;
    }

        .bob-page-icons a:hover {
            color: #fff;
            background-color: var(--color-primary);
            border: 1px solid var(--color-primary);
        }

        .bob-page-icons a span.fa-thin {
            padding: 13px 13px;
        }

/*--5.8-bob-paginaion--*/
.bob-pagination {
    padding: 25px 15px 30px 15px;
}


/*--5.9-bob-tables--*/



/*--bob-form-keynum--*/

.bob-form-keynum .form-group {
    display: inline-block;
}

.bob-form-keynum .form-control {
    display: block;
    margin-right: 10px;
    width: 32px;
}

#confOTP0 {
    text-align: left;
    width: 300px;
    border: 1px solid #ccc;
    height: 34px;
}

.bob-form-keynum {
    text-align: right;
    margin-bottom: 50px;
    margin-top: 13px;
}

    .bob-form-keynum .b-input {
        text-align: left;
        padding-left: 10px;
    }


@media (max-width: 767px) {
    .bob-form-keynum #confOTP0 {
        text-align: center;
        width: 100%;
    }

    .bob-form-keynum .b-input,
    .bob-form-keynum .b-label {
        text-align: center;
    }
}

.bob-form-keynum .b-label {
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 10px;
}


/*--bob-footer-mainpanel--*/

.bob-footer-mainpanel {
    text-align: center;
}

    .bob-footer-mainpanel.login {
        text-align: left;
        margin-left: -15px;
    }

    .bob-footer-mainpanel .btn,
    .modal-footer .btn + .btn {
        min-width: 80px;
        margin-right: 10px;
        padding: 10px 40px;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .bob-footer-mainpanel .help-block {
        display: inline-block;
    }

.bob-footer1linebutton hr {
    margin-top: 0px;
}

@media (max-width: 767px) {
    .bob-footer-mainpanel .btn {
        min-width: 100%;
    }

    .bob-footer-mainpanel .btn,
    .bob-footer-mainpanel-info .btn,
    .modal-footer .btn + .btn,
    .modal-footer .btn-default,
    .modal-footer .btn-primary {
        min-width: 100%;
        margin-left: 0;
        margin: 0 0 10px;
    }
}


/*----------TYPOGRAPHY------------*/

.bob-header-mainpanel .bob-page-title > h3 {
    font-family: 'Financier Display Medium';
    color: var(--color-text);
    font-size: 30px;
}

    .bob-header-mainpanel .bob-page-title > h3 span {
        color: var(--color-primary);
    }

h3.panel-title {
    color: var(--color-primary);
    text-transform: uppercase;
    font-weight: 400;
}

.bob-lang {
    background-color: #084473;
    border-color: #015697;
}

.form-group > label {
    color: var(--color-text);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    /*	margin-top: 20px;*/
}

.modal-body .form-group > label {
    color: var(--color-text);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    font-weight: bold;
    margin-top: 7px;
}

.form-group .bob-sub-label {
    color: #718593;
    font-weight: 400;
}

/*.form-group .group-registo {
	padding-top: 20px;
	line-height: 30px;
	width: 100%;
	margin-bottom: 20px;
}

.form-group .group-registo a {
	color: #4B9BDA;
}*/

@media (max-width: 991px) {
    .bob-header-mainpanel .bob-page-title > h3 {
        display: none;
    }

    .bob-header-title > h3 {
        display: block;
        color: #253242;
        text-transform: uppercase;
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .bob-header-title > h3 {
        display: none;
    }
}


/*----------GENERIC-ADJUST-STYLES----------*/

.bob-marg-top-30 {
    margin-top: 30px;
}

.bob-marg-bot-10 {
    margin-bottom: 10px;
}

.bob-marg-right-10 {
    margin-right: 10px;
}

#bob-marg-topbot-10 {
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: text-bottom;
}

.bob-pad-right-10 {
    padding-right: 10px;
}

.bob-pad-left-0 {
    padding-left: 0px;
}

.bob-no-wrap {
    white-space: pre;
}

/*.bob-header-mainpanel .IB-Info {
    color: #4B9BDA;
    font-size: 30px;
    text-decoration: none;
}

.bob-header-mainpanel .IB-Info .fal {
	color: #4B9BDA;
	font-size: 22px;
	margin-left: 5px;
}

.bob-header-mainpanel .IB-Info > a:hover {
    text-decoration: none;
    cursor: pointer;
}

.bob-header-mainpanel .popover {
    max-width: 400px;
}

.bob-header-mainpanel .popover-title {
    text-transform: uppercase;
    line-height: 22px;
    font-weight: 500;
}

.bob-header-mainpanel .popover-content {
    padding: 15px;
    line-height: 22px;
    color: #000;
    font-size: 13px;
}*/




/*--------------------------------TABLES-------------------- ----------*/

/* NO MORE TABLES 767 ( http://elvery.net/demo/responsive-tables/ ) */

@media only screen and (max-width: 767px) {

    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables tr {
        border: 1px solid #ddd;
    }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #9ecbe3;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        /*text-align: left;*/
    }

    #no-more-tables tr th {
        display: none;
    }

    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
        color: #000;
    }

    /* Label the data */
    #no-more-tables td:before {
        content: attr(data-title);
    }

    /* BOB VARIATIONS for no-more-tebles 767 */
    #no-more-tables .bob-operacoes {
        padding-left: 8px;
        text-align: center;
        display: table-cell;
    }

    @media only screen and (max-width: 550px) {
        #no-more-tables .table-striped .footerCell {
            display: block;
            border: none;
            margin: 20px;
            padding-bottom: 20px;
        }

            #no-more-tables .table-striped .footerCell > td {
                padding-left: 0%;
            }

            #no-more-tables .table-striped .footerCell .btn {
                width: 100%;
            }
    }

    @media (min-width: 550px) and (max-width: 767px) {
        #no-more-tables .table-striped .footerCell {
            display: inline-table;
            border: none;
            margin: 20px;
        }
    }
}

@media only screen and (min-width: 768px) {
    .bob-operacoes {
        width: auto;
        text-align: end;
    }

    #no-more-tables .footerCell > td {
        margin: 20px;
    }

    .panel-footer.bob-footer-buttons {
        text-align: center;
    }
}

#no-more-tables .table-striped tbody .fa-thin {
    font-size: 22px;
}

#no-more-tables .table .btn-default-pagination .fa-thin {
    font-size: 17px;
}

/* NO MORE TABLES 540 ( http://elvery.net/demo/responsive-tables/ ) */

@media only screen and (max-width: 539px) {

    /* Force table to not be like tables anymore */
    #no-more-tables-1col table,
    #no-more-tables-1col thead,
    #no-more-tables-1col tbody,
    #no-more-tables-1col th,
    #no-more-tables-1col td,
    #no-more-tables-1col tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables-1col thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables-1col tr {
        border: 1px solid #9ecbe3;
    }

    #no-more-tables-1col td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #9ecbe3;
        position: relative;
        padding-left: 10px;
        white-space: normal;
        text-align: left;
    }

    #no-more-tables-1col tr th {
        display: none;
    }

    #no-more-tables-1col td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    /* Label the data */
    #no-more-tables-1col td:before {
        content: attr(data-title);
    }
}




/* BOB VARIATIONS - NO MORE TABLES - */

@media only screen and (max-width: 767px) {
    #no-more-tables.bob-table-t3 tr {
        border: none;
    }

    #no-more-tables.bob-table-t3 table {
        border-bottom: 1px solid #9ecbe3;
        border-top: 1px solid #9ecbe3;
    }

    #no-more-tables .bob-td-title {
        display: none !important;
    }

    #no-more-tables.bob-table-t3 .bob-td-actions {
        padding-left: 15px;
        padding-right: 15px;
    }


    /* Other */
    #no-more-tables #bob-selbenef td {
        padding-left: 32%;
    }

    #no-more-tables .bob-tablelines td {
        padding-left: 10px;
    }
}

/* BOB TABLES */

.bob-td-title {
    font-weight: bold;
    color: #000;
    text-align: left;
}

#no-more-tables.bob-table-t3 .bob-td-actions {
    text-align: center;
}

#no-more-tables .bob-row-bg,
#no-more-tables-1col .bob-row-bg {
    background-color: #f6f9fb;
}

#no-more-tables-1col .bob-td-title {
    background-color: #f6f9fb;
}

.bob-modal-2table {
}

@media only screen and (min-width: 540px), @media only screen and (max-width: 991px) {
    #no-more-tables-1col td {
        width: 50%;
    }
}

/*
.bob-table-transaccoes .bob-td-btn {
    text-align: right;
}*/
.bob-table-transaccoes .btn-group,
.bob-table-contas .btn-group {
    min-width: 68px;
}

.table [data-title] {
    color: #707372;
}

.table [data-title] {
    color: #707372;
}

.list-group .glyphicon {
    color: #00abd0;
}

.table th {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #717372;
}

.table > tfoot > tr > th {
    vertical-align: bottom;
    border-top: 1px solid #717372;
}

.table > tbody > tr > td {
    border-top: 0;
}

#bob-selbenef.table-striped > tbody > tr {
    border-bottom: 1px solid #ddd;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-hover > tbody > tr:hover,
.table-striped-hover > tbody > tr:hover {
    background-color: #ffede0;
    cursor: pointer;
    color: var(--color-primary);
}

.table-hover > tbody > tr.SubItem:hover {
    background-color: transparent;
    text-decoration: none;
    cursor: default;
    color: #000;
}

h4 {
    color: var(--color-text);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.table > tbody > tr > td > .fa-thin {
    float: left;
    margin-right: 10px;
    display: block;
    margin-top: 3px;
}

.modal-header #myModalLabel,
.modal-header #myModalLabel2,
.modal-header #ModalLabel {
    background-color: black;
    height: 60px;
    padding: 15px 30px;
}

.modal-header {
    padding: 0;
}

.modal-body #myModalLabel {
    padding: 20px;
}

.modal-content {
    border-radius: 0;
}

.table.B-tableDetail > tbody > tr {
    border-bottom: 1px solid #ddd;
    text-align: right;
}

    .table.B-tableDetail > tbody > tr:last-child {
        border-bottom: 0;
    }

button.close {
    color: white;
    font-size: 30px;
    text-shadow: none;
    opacity: .5;
}

    button.close:hover {
        opacity: .9;
        color: white;
    }

.IB-hp-welcomeinfo-mod h4 {
    color: #000;
    font-size: 28px;
    font-weight: lighter;
    margin: 5px 0 20px;
}

.IB-hp-welcomeinfo-mod {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .IB-hp-welcomeinfo-mod .bob-infoacess,
    .IB-hp-welcomeinfo-mod .bob-infouser {
        display: inline-flex;
    }

        .IB-hp-welcomeinfo-mod .bob-infoacess h4 {
            color: #000;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: lighter;
            margin-top: 0px;
            margin-bottom: 0px;
        }

        .IB-hp-welcomeinfo-mod .bob-infoacess p {
            /*margin-left: 45px;*/
        }

    .IB-hp-welcomeinfo-mod .fa-thin {
        font-size: 35px;
        color: var(--color-primary);
        margin: 0 10px;
        float: left;
    }

    .IB-hp-welcomeinfo-mod .bob-infouser p {
        text-transform: uppercase;
        /*margin-top: 0;*/
        text-align: left;
        align-self: center;
    }

    .IB-hp-welcomeinfo-mod .bob-infouser {
        text-align: right;
    }

    .IB-hp-welcomeinfo-mod .bob-infoacess {
        border-left: 1px solid #ccc;
    }

.text-muted {
    margin: 0px 0px 0px 2px;
    color: grey;
    font-size: 12px;
    /* background-color: #ccc; */
    padding: 10px;
    border-top: 1px solid #ccc;
    line-height: 20px;
}

@media only screen and (max-width: 500px) {
    .IB-hp-welcomeinfo-mod .bob-infouser p {
        text-align: left;
        margin-top: 5px;
    }

    .IB-hp-welcomeinfo-mod .bob-infouser,
    .IB-hp-welcomeinfo-mod .bob-infoacess {
        width: 100%;
    }

    .IB-hp-welcomeinfo-mod .bob-infouser {
        margin-bottom: 15px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
        border-right: 0;
    }

    .IB-hp-welcomeinfo-mod .bob-infoacess {
        margin-bottom: 20px;
    }

    .modal-title {
        font-size: 15px;
        padding-top: 15px;
    }

    h4 {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) {
    .IB-hp-welcomeinfo-mod h4 {
        display: block;
    }

    .bob-info {
        display: none;
    }

    .IB-hp-welcomeinfo-mod .bob-infoacess,
    .IB-hp-welcomeinfo-mod .bob-infouser {
        display: inline-flex;
    }
}

@media only screen and (max-width: 767px) {
    .IB-hp-welcomeinfo-mod h4 {
        display: none;
    }

    .IB-hp-welcomeinfo-mod .bob-infouser,
    .IB-hp-welcomeinfo-mod .bob-infoacess {
        display: none;
    }

    .IB-hp-welcomeinfo-mod .bob-info {
        display: block;
        margin-bottom: 15px;
    }

        .IB-hp-welcomeinfo-mod .bob-info .b-name {
            color: #000;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: bold;
        }
}


/*ADDITIONAL*/
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: var(--color-primary);
}

.countrypicker:active,
.countrypicker:focus {
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
}

.input-group-btn {
    vertical-align: top;
}

/* MODAL */
.modal {
    background-color: rgba(100, 100, 100, 0.8);
}

.modal-content {
    border-radius: 10px;
}

.modal-header {
    font-weight: bold;
}

    .modal-header i {
        margin-top: 2rem;
        font-size: 70px;
        color: var(--color-error);
        font-weight: 100;
    }

.modal-header, .modal-footer {
    border: 0;
    text-align: center;
}

.modal-dialog {
    margin-top: 150px;
}

.modal-title {
    margin: 2rem 0;
}

.modal-footer {
    border-radius: 10px;
    padding-bottom: 0;
}

    .modal-footer .btn {
        border-radius: 10px 10px 0 0;
        width: 30%;
        background-color: var(--color-error);
    }

/* LOADER */
.loader-backdrop {
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9998;
    top: 0;
    display: none;
}

.loader {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: fixed;
    top: 45%;
    left: 40%;
    z-index: 9999;
    margin: 0 auto;
}

    .loader:before, .loader:after {
        content: "";
        position: absolute;
        top: -10px;
        left: -10px;
        width: 100%;
        height: 100%;
        border-radius: 100%;
        border: 10px solid transparent;
        border-top-color: var(--color-primary);
    }

    .loader:before {
        z-index: 100;
        animation: spin 1s infinite;
    }

    .loader:after {
        border: 10px solid #eee;
    }

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.datepicker.dropdown-menu {
    font-family: 'Montserrat Regular', sans-serif !important;
}