/*----------BANK-STYLES----------*/

/*----------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/BancoInteratlantico-Logo.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: #ebf6ff;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #00809c;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #9ecbe3;
  }
}

.navbar-collapse {
  max-height: 1200px;
  -webkit-overflow-scrolling: touch;
}

/*----------3-CONTENT----------*/

.bob-content {
  padding-top: 30px;
  padding-bottom: 10px;
}

.bob-header-mainpanel {
  margin-top: 20px;
  /*background-color: white;*/
}

.bob-header-mainpanel.row {
  margin-left: 0px;
  margin-right: 0px;
}

.bob-header-marketpanel {
  margin-top: 0px;
  margin-top: -13px;
  margin-left: -15px;
    margin-right: -15px;
  height: 120px;
  background-color: #e0e4ed;
}

    .bob-header-marketpanel #page_title {
        color: #243241;
        text-transform: uppercase;
        float: left;
        margin-top: 32px;
        font-family: 'Mirador-Bold';
        margin-left: 20px;
    }

.bob-header-mainpanel .bob-page-title > h3 .fal {
  color: #21bcbb;
}

.input-group-append {
  display: flex;
}

    .input-group-append .btn-outline-secondary {
        background-color: transparent;
        color: #243241;
        border-top: 1px solid #243241;
        border-right: 1px solid #243241;
        border-left: 1px solid #243241;
        border-bottom: 1px solid #243241;
        font-family: "GalanoGrotesque-Medium";
        text-transform: uppercase;
    }

        .input-group-append .btn-outline-secondary:hover {
            background-color: #243241;
            border: 1px solid #243241;
            color: #fff;
            border-top: 1px solid #243241;
            border-right: 1px solid #243241;
            border-left: 1px solid #243241;
            border-bottom: 1px solid #243241;
            text-transform: uppercase;
        }

/*#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 #000;
  }
  /*#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: #21bcbb;
  display: block;
  width: 52px;
  height: 52px;
  border: 1px solid #21bcbb;
  border-radius: 30px;
  text-decoration: none;
}

.bob-page-icons a:hover {
  color: #fff;
  background-color: #243241;
  border: 1px solid #243241;
}

.bob-page-icons a span.fal {
  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 #000;
  height: 34px;
}

.bob-form-keynum {
  font-family: 'Montserrat-Regular';
  text-align: center;
  margin-bottom: 50px;
  margin-top: 13px;
}

.bob-form-keynum .b-input {
  text-align: left;
  padding-left: 10px;
}

.form-control {
  border: 1px solid #e2e7ed !important;
  color: #243241;
  font-family: 'Montserrat-SemiBold';
  box-shadow: none;
}

@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: 5px;
  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 {
    color: #21bcbb;
    /*text-transform: uppercase;*/
    font-size: 30px;
    font-family: 'Montserrat-SemiBold';
    font-weight: 600;
}

h3.panel-title {
  color:#21bcbb;
  text-transform: uppercase;
  font-weight: 400;
  margin: 20px 0;
}

.bob-lang {
  background-color: #084473;
  border-color: #015697;
}

.form-group > label {
    font-family: 'Montserrat-Light';
    color: #243241;
    font-weight: lighter;
    text-transform: uppercase;
    font-size: 14px;
    /*	margin-top: 20px;*/
}

.modal-body .form-group > label {
  color: #000000;
  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: #ff6000;
}*/

@media (max-width: 991px) {
  .bob-header-mainpanel .bob-page-title > h3 {
    display: none;
  }
  .bob-header-title > h3 {
    display: block;
    color: #21bcbb;
    text-transform: uppercase;
    font-size: 16px;
    margin: 25px 0 0 0;
    text-align: center;
  }
}

@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;
  height: 57px;
}

#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: #21bcbb;
    font-size: 30px;
    text-decoration: none;
}

.bob-header-mainpanel .IB-Info .fal {
	color: #ff6000;
	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;
    font-family: 'GalanoGrotesque-Medium';
  }

  /* Label the data */
  #no-more-tables td:before {
    content: attr(data-title);
    color: #21bcbb;
    text-transform: uppercase;
  }

  /* 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 .fal {
  font-size: 22px;
}

#no-more-tables .table-striped tbody .fal:hover {
  color: #ff9700;
}

#no-more-tables .table .btn-default-pagination .fal {
  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-family: 'Mundo Sans W01 Medium';
  }

  /* 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-family: 'Montserrat-Light';
    color: #243241;
    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 {
  margin-bottom: 0;
}

    .table [data-title] {
        color: #243241;
    }

#assetslisttable.table {
max-width: 95%;
margin: 0 20px;
}

/*.table [data-title]:last-child { 
  border-left: 3px solid #f1f2f2;
}*/

.table .W-Saldo,
.table .W-Montante {
  font-family: 'GalanoGrotesque-Regular';
}

.list-group .glyphicon {
  color: #00abd0;
}

.table th {
  color: #21bcbb;
  text-transform: uppercase;
  font-family: 'Montserrat-Light',sans-serif;
  font-size: 15px;
  font-weight: normal;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #717372;
  color: #21bcbb;
}

.table > tfoot > tr > th,
.table > thead > tr > th {
  vertical-align: bottom;
  border-top: 1px solid #717372;
}

.table > tbody > tr {
  border-bottom: 1px dashed #98a3c3;
  font-family: 'Montserrat-Regular',sans-serif;
  text-transform: capitalize;
}

.table > tbody > tr:last-child {
  border-bottom: none;
}

#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: #eef0f3;
  cursor: pointer;
  color: #21bcbb;
}

.table-hover > tbody > tr.SubItem:hover {
  background-color: transparent;
  text-decoration: none;
  cursor: default;
  color: #000;
}

h4 {
  color: #243241;
  font-weight: 300;
  font-size: 18px;
}

.table > tbody > tr > td > .fal {
  float: left;
  margin-right: 10px;
  display: block;
  margin-top: 3px;
}

.modal-header #myModalLabel,
.modal-header #myModalLabel2,
.modal-header #ModalLabel {
    background-color: #e0e4ec;
    height: 60px;
    padding: 15px 30px;
    font-family: 'Mirador-Bold';
    border-bottom: 1px solid #243241;
    color: #243241;
}

.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: #243241;
    font-size: 30px;
    text-shadow: none;
    opacity: 0.9;
    line-height: 0;
}
button.close:hover {
  opacity: 0.5;
}

.IB-hp-welcomeinfo-mod h4 {
  color: #21bcbb;
  font-size: 32px;
  margin: 5px 0 20px;
  font-family: 'Montserrat-SemiBold';
}

.IB-hp-welcomeinfo-mod {
  margin-top: 35px;
  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: #243241;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Montserrat-Light',sans-serif;
  margin-top: 0px;
  margin-bottom: 0px;
}

.IB-hp-welcomeinfo-mod .bob-infoacess p {
  font-family: 'Montserrat-SemiBold',sans-serif;
  color: #243241;
  font-weight: 600;
}

.IB-hp-welcomeinfo-mod .fa-thin {
  font-size: 35px;
  color: #21bcbb;
  margin: 0 10px;
  float: left;
}

.IB-hp-welcomeinfo-mod .bob-infouser p {
  text-transform: uppercase;
  margin: 0 10px 0 2px;
  text-align: left;
  align-self: center;
  font-family: 'Montserrat-SemiBold',sans-serif;
  color: #243241;
  font-weight: 600;
}

.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: 11px;
  /* 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: 14px;
  }
}

@media only screen and (max-width: 991px) {
#assetslisttable.table {
  max-width: 95%;
  margin: 0 10px;
  }
}

@media only screen and (min-width: 768px) {
  .IB-hp-welcomeinfo-mod h4 {
    display: block;
  }
  .bob-info {
    display: none;
  }
  .IB-hp-welcomeinfo-mod .bob-infoacess {
    display: flex;
    justify-content: flex-start;
  }

  .IB-hp-welcomeinfo-mod .bob-infouser {
    display: flex;
    justify-content: flex-end;
  }
}

@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-family: 'Montserrat-Light',sans-serif;
    }
}

/*
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #ffbf30;
  border-color: #008eac;
}*/
