@media (min-width: 992px){
    .typo-line{
        padding-left: 140px;
        margin-bottom: 40px;
        position: relative;
    }
    .typo-line .category{
        transform: translateY(-50%);
        top: 50%;
        left: 0px;
        position: absolute;
    }
}
#map{
    position:relative;
    width:100%;
    height: calc(100% - 60px);
    margin-top: 70px;
}
.places-buttons .btn{
    margin-bottom: 30px
}

.space-70{
    height: 70px;
    display: block;
}

.tim-row{
    margin-bottom: 20px;
}

.tim-typo{
    padding-left: 25%;
    margin-bottom: 40px;
    position: relative;
}
.tim-typo .tim-note{
    bottom: 10px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    margin-left: 20px;
    position: absolute;
    width: 260px;
}
.tim-row{
    padding-top: 50px;
}
.tim-row h3{
    margin-top: 0;
}

.mask-text {
    -webkit-text-security: disc;
    -moz-webkit-text-security: disc;
    -moz-text-security: disc;
}

.mainmenu-item-icon {
    text-transform: none;
    font-family: 'Material Icons';
    font-style: normal;
    display: block;
    font-size: 36px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    font-weight: 500;
}
.mainmenu-item {
    white-space: normal;
    text-align: center;
    /*padding: 6px;*/
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    margin-bottom:5px;
    height: 104px;
    min-width: 100px;
    /*width: 100px;*/
    /*background-color: #26c6da;*/
    background-color: #337ab7;
    /*background: linear-gradient(60deg, #26c6da, #00acc1);*/
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 188, 212, 0.4);
    color: #FFFFFF;
}

.page-background{
    /*background-image: url('img/background-novabanka.png');*/
    background-size: cover;
    background-position: top center;
    background-color: #ededed;
}

.login-page {
    padding-top: 120px;
}

.error-page {
    padding-top: 70px;
}

.page-number{
    pointer-events: none;
}

.page-number a{
    margin-top:0px;
	margin-bottom:0px;
}
@media (max-width: 992px){
.login-page {
    padding-top: 20px !important;
}


.sidebar .nav li > a,
.off-canvas-sidebar .nav li > a {
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 7px;
  border-radius: 3px;
  color: #3C4858;
}

/* miyamoto */
.card {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 15px 0px 0px 0px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  color: rgba(0,0,0, 0.87);
  background: #fff;
}
.navbar {
  border: 0;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-radius: 0px;
  border-bottom: 1px solid #000;
  padding: 2px 0px 2px 0px;
  min-height: 10px;
}

.navbar.navbar-transparent {
  background-color: #007dc0;
  box-shadow: none;
  border-bottom: 0;
}
.card [data-background-color] {
  color: #FFFFFF;
}
.card [data-background-color="blue"] {
  background: linear-gradient(60deg, #ededed, #ededed);
  box-shadow: none;
  color: #3973ac;
}
.card [data-background-color] {
  box-shadow: none;
  margin: 0px 0px 0px 0px;
  border-radius: 0px;
  padding: 12px 9px 12px 9px;
  background-color: #ededed;
  position: relative;
}
.card .card-header.card-header-tabs .nav-tabs-title {
    float: left;
    padding: 10px 0 10px 0;
    line-height: 24px;
}
.card .card-content {
    padding: 0px 0px 0px 0px;
    position: relative;
}

.nav-tabs > li {
    float: left;
    margin-bottom: 0px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 3px 0px 3px 0px;
}
.nav {
    list-style: none;
}
.nav-tabs {
    background: #ededed;
    border: 0;
    border-radius: 0px;
    padding: 0;
}
.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;
}

.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    background-color: transparent;
    border: 1px solid #007dc0 !important;
    color: #007dc0 !important;
    font-size: 14px;
    font-weight: 400;
}
.nav-tabs > li > a {
    color: #FFFFFF;
    border: 0;
    margin: 0;
    border-radius: 0px;
    line-height: 24px;
    text-transform:none;
}
.navbar .navbar-brand {
    height: 50px;
    position: relative;
    float: left;
    color: inherit;
    padding: 15px 15px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
.table > thead > tr > th {
    display: none;
}
.card .tab-content {
    margin-top: 0px;
}
div.tab-content h1 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding: 5px 0px 0px 20px;
  margin: 0;
  color: #007dc0;
}
div.tab-content h2 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  padding: 5px 0px 0px 20px;
  margin: 0;
}
div.tab-content h3 {
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  padding: 8px 0px 8px 20px;
  margin: 0;
}
div.tab-content h4 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  padding: 3px 0px 0px 20px;
  margin: 0;
}
div.tab-content h5 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  padding: 3px 0px 0px 20px;
  margin: 0;
}
div.tab-content p {
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  padding: 0px 0px 0px 5px;
  margin: 0;
}
.table > tbody > tr > td {
padding: 22px 8px 22px 8px;
vertical-align: middle;
border-top: 3px solid #ededed;
}
.card .card-header.card-header-icon i {
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 24px;
    background-color: #fff;
}
.card .card-title {
    margin: 15px 0px 15px 0px;
    padding: 0px 0px 15px 0px;
    text-align: center;
    color: #007dc0;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 2px solid #ededed;
}
.form-group {
    padding-bottom: 10px;
    margin: 20px 30px 10px 15px;
}
.card .card-footer .btn {
    margin-top: 5px;
    margin-bottom: 5px;
}
.btn.btn-info {
  background-color: #007dc0;
  color: #ffffff;
  box-shadow: none;
  padding: 12px 0px 12px 0px;
  margin: 0px 0px 10px 0px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  border: none;
  border-radius: 0px;
  position: relative;
  width: 100%;
}
.card .card-footer {
    margin: 0px 30px 0px 30px;
    padding: 20px 0px 15px 0px;
}
.alert.alert-info {
    background-color: #ffffff;
    color: #3c3c3c;
    border-radius: none;
    box-shadow: none;
}

.text-right {
 font-size: 13px;
 font-weight: 400;
}
p.flag {
  font-size: 13px;
  font-weight: 400;
  margin: 0px 0px 0px 5px;
}
