body {
    background-color: #ededed;
    color: #3c3c3c;
}
.page-background{
    /*background-image: url('img/white_background.jpg');*/
    background-size:contain;
    background-position: top left;
    background-color: #ededed;
    background-repeat: no-repeat;
}
.navbar.navbar-transparent {
    background-color: #007dc0;
    box-shadow: none;
    border-bottom: 0;
    padding: 0px 0px 0px 0px;
    border-radius: 0px;
    min-height: 10px;
    position: fixed;
}

.alert.alert-info {
    background-color: #ffffff;
    color: #3c3c3c;
    border-radius: 7px;
    box-shadow: none;
    border: solid #dadada 1px;
    margin: 0px 0px 10px 0px;;
}

div.mm_navbar_back_button { }
div.mm_navbar_title {text-align: center;}
div.mm_navbar_title h1 {
  font-size: 21px;
  line-height: 24px;
  font-weight: 300;
  margin: 13px 0px 0px 0px;
  padding: 0;
}
div.mm_navbar_title p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  margin: 2px 0px 13px 60px;
  padding: 0;
}
div.mm_navbar_toggle_button {}

.main-panel > .content {
    margin-top: 60px;
    padding: 0px 0px 0px 0px;
    min-height: calc(100vh - 80px);
}
.card {
    width: 100%;
    margin: 0px 0px 0px 0px;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
    color: rgba(0,0,0, 0);
    background: #007dc0;
}
.card .card-title {
    margin: 20px 0px 8px 0px;
    padding: 0px 0px 0px 20px;
    text-align: left;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    border-bottom: 0px solid #ededed;
}
div.nav-tabs-navigation {
  margin: 0px;
  padding: 15px 7px 15px 7px;
  background: #ededed;
}
div.tab-content {
  margin: 0px 5px 5px 5px;
  text-align: center;
}
div.tab-content h1 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  padding: 7px 0px 2px 0px;
  margin: 0;
  color: #007dc0;
}
div.tab-content h2 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  padding: 2px 0px 11px 0px;
  margin: 0;
  color: #7b7b7b;
  border-bottom: 1px solid #dadada;
}
div.tab-content h3 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 300;
  padding: 5px 0px 8px 0px;
  margin: 0;
  color: #007dc0;
  background-image: url('img/mm_arrow_blue.png');
  background-position: right;
  background-repeat: no-repeat;
}
div.tab-content h4 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  padding: 14px 0px 3px 0px;
  margin: 0;
  color: #7b7b7b;
}
div.tab-content h5 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  padding: 7px 0px 2px 0px;
  margin: 0;
  color: #007dc0;
}
div.tab-content p {
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  padding: 0px 0px 0px 0px;
  margin: 5px 0px 0px 0px;
  color: #3c3c3c;

}
span.mm_taglabel {
  display:inline;
  font-size: 13px;
  font-weight: 500;
  padding: 0px 0px 0px 0px;
}
.table > thead > tr > th {
    display:inline;
}
.text-left { font-size: 11px; color: #000A0; }
.table > tbody > tr > td {
    padding: 12px 8px 12px 8px;
    vertical-align: middle;
    border-top: 1px solid #ededed;
    font-size: 15px;
    font-weight: 400;
}
div.mm_fix  {
  position: fixed;
  top: 0;
  left: 0;
}
div.mm_footer {
  position: fixed;
  bottom: 0;
  right: 0;
}
#footerss {
   position:fixed;
   left:0px;
   bottom:0px;
   height:30px;
   width:100%;
   background:#999;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: rgba(0, 125, 192, 1);
    transition: background-color .1s .2s;
    border: 1px solid #007dc0 !important;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 400;
}
.alert {
    padding: 10px 0px 20px 0px;
    line-height: 20px;
}
div.mm_home_dashboard {
  background-color: #ffffff;
  color: #007dc0;
  border-radius: 7px;
  box-shadow: none;
  border: solid #dadada 1px;
  margin: 0px 0px 40px 0px;
  padding: 9px 0px 19px 0px;
  float: left;
  width: 100%;
}
div.mm_home_dashboard ul {
  margin: 0;
  padding: 0;
}
div.mm_home_dashboard li {
  display: inline-block;
  width: 30%;
  border: solid 0px #ffffff;
  margin: 6px 0px 6px 0px;
  padding: 6px 0px 6px 0px;
  list-style: none;
}
div.mm_home_dashboard h1 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  padding: 17px 0px 14px 0px;
  margin: 0;
  color: #007dc0;
}
div.mm_home_dashboard p {
  font-size: 13px;
  line-height: 15px;
  font-weight: 300;
  padding: 2px 0px 12px 0px;
  margin: 0;
  color: #a09e9e;
}

div.mm_footer_menu {
  background-color: #ededed;
  color: #007dc0;
  border-radius: 7px;
  box-shadow: none;
  border: solid #dadada 0px;
  margin: 0px 0px 40px 0px;
  padding: 9px 0px 19px 0px;
  float: left;
  width: 100%;
}
div.mm_footer_menu ul {
  margin: 0;
  padding: 0;
}
div.mm_footer_menu li {
  display: inline-block;
  width: 24%;
  border: solid 0px #ffffff;
  margin: 6px 0px 6px 0px;
  padding: 6px 0px 6px 0px;
  list-style: none;
}
div.mm_footer_menu h1 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  padding: 17px 0px 14px 0px;
  margin: 0;
  color: #007dc0;
}
div.mm_footer_menu p {
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
  padding: 2px 0px 12px 0px;
  margin: 0;
  color: #a09e9e;
}

.alert.alert-info {
    background-color: #ffffff;
    color: #3c3c3c;
    border-radius: 7px;
    box-shadow: none;
    border: solid #dadada 1px;
    margin: 0px 0px 10px 0px;
    margin-top: 0px;
    float: left;
    width: 100%;
}
div.mm_home_transakcije_catch {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;

}
div.mm_home_transakcije {
  color: #007dc0;
  box-shadow: none;
  border-top: solid #dadada 0px;
  margin: 0px 0px 40px 0px;
  padding: 9px 0px 9px 0px;
  text-align: left;
  float: left;
  width: 100%;
}
div.mm_home_transakcije ul {
  margin: 0;
  padding: 0;
}
div.mm_home_transakcije li {
  display: inline-block;
  width: 30%;
  border: solid 0px #ffffff;
  margin: 6px 0px 6px 0px;
  padding: 6px 0px 6px 0px;
  list-style: none;
}
div.mm_home_transakcije h1 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  padding: 19px 0px 17px 0px;
  margin: 0;
  color: #007dc0;
}
div.mm_home_transakcije p {
  font-size: 13px;
  line-height: 15px;
  font-weight: 300;
  padding: 2px 0px 12px 0px;
  margin: 0;
  color: #a09e9e;
}
div.mm_racun_cell {
  float: left;
  width: 100%;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 10px 0px;
}
div.mm_racun_cell h1 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  padding: 0px 30px 0px 0px;
  margin: 0;
  color: #007dc0;
  border: 0;
  background-image: url('img/mm_arrow_s_blue.png');
  background-repeat: no-repeat;
  background-position: right;
}
div.mm_racun_cell h2 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  padding: 0px 30px 0px 0px;
  margin: 0;
  color: #bf1e22;
  border: 0;
  background-image: url('img/mm_arrow_s_red.png');
  background-repeat: no-repeat;
  background-position: right;
}
div.mm_racun_cell h4 {
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  padding: 0px 0px 3px 10px;
  margin: 0;
  color: #3c3c3c;
  border: 0;
}
div.mm_racun_cell p {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  padding: 0px 0px 0px 27px;
  margin: 0;
  color: #3c3c3c;
  background-image: url('img/mm_arrow_out.png');
  background-repeat: no-repeat;
  background-position: left;
}
div.mm_racun_cell h5 {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  padding: 0px 0px 0px 27px;
  margin: 0;
  color: #3c3c3c;
  background-image: url('img/mm_arrow_in.png');
  background-repeat: no-repeat;
  background-position: left;
}
div.mm_racun_cell h6 {
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  padding: 0px 0px 0px 27px;
  margin: 0;
  color: #7a7a7a;
  text-transform: none;
}
div.mm_racun_cell h3 {
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  padding: 0px 32px 0px 0px;
  margin: 0;
  color: #7a7a7a;
  background-image: none;
}
div.mm_racun_catch {
  float: left;
  width: 100%;
  border-bottom: 1px solid #dadada;
  background-color: #ffffff;
  padding: 15px 0px 15px 0px;
  margin: 2px 0px 2px 0px;
  border-radius: 7px;
}
div.mm_racun_catch_out {
  float: left;
  width: 100%;
  border-bottom: 1px solid #dadada;
  background-color: #fffafa;
  padding: 15px 0px 12px 0px;
  margin: 0;
}
div.mm_racun_datum {
  float: left;
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0;
  border-bottom: 2px solid #dadada;
}
div.mm_racun_left {
  float: left;
  width: 50%;
  padding: 0;
  margin: 0;
}
div.mm_racun_right {
  float: left;
  width: 50%;
  text-align: right;
  padding: 0;
  margin: 0;
}

/* IKONE Brzi linkovi */
div.ql_home {
  width: 100%;
  background-image: url('../../../ikone/quick_links/home.png');
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}
div.ql_home a{
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #7b7b7b;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 40px 0px 0px 0px;
  text-decoration: none;
}
div.ql_plati {
  width: 100%;
  background-image: url('../../../ikone/quick_links/plati.png');
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
div.ql_plati a{
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #7b7b7b;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 40px 0px 0px 0px;
  text-decoration: none;
}
div.ql_racuni {
  width: 100%;
  background-image: url('../../../ikone/quick_links/racuni.png');
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
div.ql_racuni a{
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #7b7b7b;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 40px 0px 0px 0px;
  text-decoration: none;
}
div.ql_kartice {
  width: 100%;
  background-image: url('../../../ikone/quick_links/kartice.png');
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
div.ql_kartice a{
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #7b7b7b;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 40px 0px 0px 0px;
  text-decoration: none;
}
div.ql_transakcije {
  width: 100%;
  background-image: url('../../../ikone/quick_links/transakcije.png');
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
div.ql_transakcije a{
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #7b7b7b;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 40px 0px 0px 0px;
  text-decoration: none;
}
div.ql_kursna_lista {
  width: 100%;
  background-image: url('../../../ikone/quick_links/kursna_lista.png');
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
div.ql_kursna_lista a{
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #7b7b7b;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 40px 0px 0px 0px;
  text-decoration: none;
}
div.ql_kursna_k_kalkulator {
  width: 100%;
  background-image: url('../../../ikone/quick_links/kreditni_kalkulator.png');
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
div.ql_kursna_k_kalkulator a{
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #7b7b7b;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 40px 0px 0px 0px;
  text-decoration: none;
}
div.ql_kursna_d_kalkulator {
  width: 100%;
  background-image: url('../../../ikone/quick_links/depositni_kalkulator.png');
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
div.ql_kursna_d_kalkulator a{
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #7b7b7b;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 40px 0px 0px 0px;
  text-decoration: none;
}
div.ql_atm_lokacije {
  width: 100%;
  background-image: url('../../../ikone/quick_links/atm_lokacije.png');
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
div.ql_atm_lokacije a{
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #7b7b7b;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 40px 0px 0px 0px;
  text-decoration: none;
}
div.ql_kontakt {
  width: 100%;
  background-image: url('../../../ikone/quick_links/kontakt.png');
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
div.ql_kontakt a{
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #7b7b7b;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 40px 0px 0px 0px;
  text-decoration: none;
}
div.ql_odjva {
  width: 100%;
  background-image: url('../../../ikone/quick_links/odjava.png');
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
div.ql_odjva a{
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #7b7b7b;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 40px 0px 0px 0px;
  text-decoration: none;
}
div.mm_footer {
  background-color: #007dc0;
  width: 100%;
  color: #ffffff;
  border-radius: 0;
  box-shadow: none;
  border: solid #dadada 1px;
  margin: 35px 0px 0px 0px;
  padding: 0px 0px 17px 0px;
}
div.mm_footer ul {
  margin: 0;
  padding: 0;
}
div.mm_footer li {
  display: inline-block;
  width: 24%;
  border: solid 0px #ffffff;
  margin: 3px 0px 2px 0px;
  padding: 3px 0px 0px 0px;
  list-style: none;
  text-align: center;
}
div.mm_footer h1 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  padding: 27px 0px 17px 0px;
  margin: 0;
  color: #ffffff;
}
div.mm_footer h2 {
  font-size: 13px;
  line-height: 15px;
  font-weight: 300;
  padding: 0px 0px 6px 0px;
  margin: 0;
  color: #ffcf31;
}
div.mm_footer p {
  font-size: 13px;
  line-height: 15px;
  font-weight: 300;
  padding: 0px 0px 6px 0px;
  margin: 0;
  color: #ffffff;
}
li.mm_footer_active { color: #ffcf31}
.material-icons {
    font-size: 21px;
  }


a.mm_link_template1l { color: #3c3c3c; display: block;}
a.mm_link_template2l { color: #7a7a7a; display: block;}
a.mm_link_template1r { color: #007dc0; display: block;}
a.mm_link_template2r { color: #7a7a7a; display: block;}



/* new footer menu */

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 55px;
  background-color: #ffffff;
  border-top: 0px solid #ffd047;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0px 0px 7px 0px #bdbdbd;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 0px 7px 0px #bdbdbd;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 0px 7px 0px #bdbdbd;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

footer ul li a {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #007dc0;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 25px 0px 0px 0px;
  text-decoration: none;
  text-transform: none;
}

footer ul li a:hover {
  color: #007dc0;
}

div.mm_footer_menu {
  background-color: #ffffff;
  color: #007dc0;
  border-radius: 0px;
  box-shadow: none;
  border: solid #dadada 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 100%;
  text-align: center;
}

div.mm_footer_menu ul {
  margin: 0;
  padding: 0;
}

div.mm_footer_menu li {
  display: inline-block;
  width: 24%;
  border: solid 0px #ffffff;
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
}

div.mm_footer_link_pay {
  width: 100%;
  background-image: url('../../../ikone/footer_links/pay.png');
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}

div.mm_footer_link_racuni {
  width: 100%;
  background-image: url('../../../ikone/footer_links/accounts.png');
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}

div.mm_footer_link_transakcije {
  width: 100%;
  background-image: url('../../../ikone/footer_links/transactions.png');
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}

div.mm_footer_link_kartice {
  width: 100%;
  background-image: url('../../../ikone/footer_links/cards.png');
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}

div.mm_footer_link_home {
  width: 100%;
  background-image: url('../../../ikone/footer_links/home.png');
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}

/* end new footer menu */
