/* fonts
- - - - - - - - - - - - - - - - - - - - - - - - - - - - 
@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&subset=latin-ext';
*/


.card {
  position: absolute;
  top: 300px;
      text-align: left;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 85.60mm;
  height: 53.98mm;
  color: #000;
  font: 16px/1 'Roboto', sans-serif;
  background: url('../images/izkaznica2017_2.png');
     background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  overflow: hidden;
}
.bank-name {
    float: right;
    margin-top: 15px;
    margin-right: 0px;
    position: relative;
    text-align: center;
    color: #000;
    z-index: 30;
    font: 800 21px 'Roboto', sans-serif;
}
.chip {
  position: relative;
  z-index: 1000;
  width: 50px;
  height: 26px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 30px;

  overflow: hidden;
}
.chip .side {
  position: absolute;
  top: 8px;
  width: 12px;
  height: 24px;
  border: 1px solid #322d28;
  -webkit-box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.1) inset;
}
.chip .side.left {
  left: 0;
  border-left: none;
  -webkit-border-radius: 0 2px 2px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 2px 2px 0;
  -moz-background-clip: padding;
  border-radius: 0 2px 2px 0;
  background-clip: padding-box;
}
.chip .side.right {
  right: 0;
  border-right: none;
  -webkit-border-radius: 2px 0 0 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 0 0 2px;
  -moz-background-clip: padding;
  border-radius: 2px 0 0 2px;
  background-clip: padding-box;
}
.chip .side:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  height: 0px;
  margin: auto;
  border-top: 1px solid #322d28;
  -webkit-box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1);
}
.chip .vertical {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 8.66666667px;
  height: 12px;
  border: 1px solid #322d28;
  -webkit-box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.1) inset;
}
.chip .vertical.top {
  top: 0;
  border-top: none;
}
.chip .vertical.top:after {
  top: 12px;
  width: 17.33333333px;
}
.chip .vertical.bottom {
  bottom: 0;
  border-bottom: none;
}
.chip .vertical.bottom:after {
  bottom: 12px;
}
.chip .vertical:after {
  content: '';
  position: absolute;
  left: -8.66666667px;
  display: inline-block;
  width: 26px;
  height: 0px;
  margin: 0;
  border-top: 1px solid #322d28;
  -webkit-box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1);
}
.data {
  position: relative;
  z-index: 100;
  margin-left: 30px;
  text-transform: uppercase;
}
.data .pan,
.data .month,
.data .year,
.data .year:before,
.data .name-on-card,
.data .date {
  position: relative;
  z-index: 20;
  letter-spacing: 1px;
}
.data .pan:before,
.data .month:before,
.data .year:before,
.data .year:before:before,
.data .name-on-card:before,
.data .date:before,
.data .pan:after,
.data .month:after,
.data .year:after,
.data .year:before:after,
.data .name-on-card:after,
.data .date:after {
  position: absolute;
  z-index: -10;
  content: attr(title);
  color: rgba(0, 0, 0, 0.2);
  text-shadow: none;
}
.data .pan:before,
.data .month:before,
.data .year:before,
.data .year:before:before,
.data .name-on-card:before,
.data .date:before {
  top: -1px;
  left: -1px;
  color: rgba(0, 0, 0, 0.1);
}
.data .pan:after,
.data .month:after,
.data .year:after,
.data .year:before:after,
.data .name-on-card:after,
.data .date:after {
  top: 1px;
  left: 1px;
  z-index: 10;
}
.data .pan {
  position: relative;
  z-index: 50;
  margin: 0;
  letter-spacing: 1px;
  font-size: 35px;
}
.data .first-digits {
  margin: 0;
  font: 400 10px/1 'Roboto', sans-serif;
}
.data .exp-date-wrapper {
  margin-top: 5px;
  margin-left: 64px;
  line-height: 1;
  *zoom: 1;
}
.data .exp-date-wrapper:before,
.data .exp-date-wrapper:after {
  content: " ";
  display: table;
}
.data .exp-date-wrapper:after {
  clear: both;
}
.data .exp-date-wrapper .left-label {
  float: left;
  display: inline-block;
  width: 40px;
  font: 400 7px/8px 'Roboto', sans-serif;
  letter-spacing: 0.5px;
}
.data .exp-date-wrapper .exp-date {
  display: inline-block;
  float: right;
  margin-top: -40px;
  margin-right: 20px;
  text-align: left;
}
.data .exp-date-wrapper .exp-date .upper-labels {
  font: 400 10px/1 'Roboto', sans-serif;
}
.data .exp-date-wrapper .exp-date .year:before {
  content: '/';
}


.data .exp-date1-wrapper {
  margin-top: 5px;
  margin-left: 64px;
  line-height: 1;
  *zoom: 1;
}
.data .exp-date1-wrapper:before,
.data .exp-date1-wrapper:after {
  content: " ";
  display: table;
}
.data .exp-date1-wrapper:after {
  clear: both;
}
.data .exp-date1-wrapper .left-label {
  float: left;
  display: inline-block;
  width: 40px;
  font: 400 7px/8px 'Roboto', sans-serif;
  letter-spacing: 0.5px;
}
.data .exp-date1-wrapper .exp-date {
    display: inline-block;
    float: left;
    margin-top: -45px;
    margin-left: 14px;
    text-align: left;
}
.data .exp-date1-wrapper .exp-date .upper-labels {
  font: 400 10px/1 'Roboto', sans-serif;
}
.data .exp-date1-wrapper .exp-date .year:before {
  content: '/';
}



.data .exp-mat-st-wrapper {
  margin-top: 34px;
  margin-left: 0px;
  line-height: 1;
  *zoom: 1;
}
.data .exp-mat-st-wrapper:before,
.data .exp-mat-st-wrapper:after {
  content: " ";
  display: table;
}
.data .exp-mat-st-wrapper:after {
  clear: both;
}
.data .exp-mat-st-wrapper .left-label {
  float: left;
  display: inline-block;
  width: 40px;
  font: 400 10px/8px 'Roboto', sans-serif;
  letter-spacing: 0.5px;
}
.data .exp-mat-st-wrapper .exp-date {
  display: inline-block;
  float: left;
  margin-top: -35px;
  margin-left: 0px;
  text-align: left;
}
.data .exp-mat-st-wrapper .exp-date .upper-labels {
  font: 400 10px/1 'Roboto', sans-serif;
}
.data .exp-mat-st-wrapper .exp-date .year:before {
  content: '/';
}


.data .name-on-card {margin-top: 31px;
    font-size: 31px;
    text-align: center;
    padding-right: 20px;
}
.lines-down:before {
  content: '';
  position: absolute;
  top: 80px;
  left: -200px;
  z-index: 10;
  width: 550px;
  height: 400px;
  border-top: 2px solid #f4d46c;
  -webkit-border-radius: 40% 60% 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 40% 60% 0 0;
  -moz-background-clip: padding;
  border-radius: 40% 60% 0 0;
  background-clip: padding-box;
  box-shadow: 1px 1px 100px #f4d46c;
  background: #f4d46c;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, rgba(45, 33, 166, 0) 100%, #f4d46c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(45, 33, 166, 0)), color-stop(100%, #f4d46c));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(45, 33, 166, 0) 100%, #f4d46c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, rgba(45, 33, 166, 0) 44%, #f4d46c 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, rgba(45, 33, 166, 0) 44%, #f4d46c 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, rgba(45, 33, 166, 0) 44%, #f4d46c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(45, 33, 166, 0)", endColorstr="#f4d46c", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.lines-down:after {
  content: '';
  position: absolute;
  top: 20px;
  left: -100px;
  z-index: 10;
  width: 350px;
  height: 400px;
  border-top: 2px solid #f4d46c;
  -webkit-border-radius: 20% 80% 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20% 80% 0 0;
  -moz-background-clip: padding;
  border-radius: 20% 80% 0 0;
  background-clip: padding-box;
  box-shadow: inset -1px -1px 44px #f4d46c;
  background: #f4d46c;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, rgba(45, 33, 166, 0) 100%, #f4d46c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(45, 33, 166, 0)), color-stop(100%, #f4d46c));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(45, 33, 166, 0) 100%, #f4d46c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, rgba(45, 33, 166, 0) 44%, #f4d46c 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, rgba(45, 33, 166, 0) 44%, #f4d46c 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, rgba(45, 33, 166, 0) 44%, #f4d46c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(45, 33, 166, 0)", endColorstr="#f4d46c", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.lines-up:before {
  content: '';
  position: absolute;
  top: -110px;
  left: -70px;
  z-index: 2;
  width: 480px;
  height: 300px;
  border-bottom: 2px solid #f4d46c;
  -webkit-border-radius: 0 0 60% 90%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 60% 90%;
  -moz-background-clip: padding;
  border-radius: 0 0 60% 90%;
  background-clip: padding-box;
  box-shadow: inset 1px 1px 44px #f4d46c;
  background: #4031b2;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, rgba(64, 49, 178, 0) 100%, #93d1f1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(64, 49, 178, 0)), color-stop(100%, #93d1f1));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(64, 49, 178, 0) 100%, #93d1f1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, rgba(64, 49, 178, 0) 44%, #93d1f1 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, rgba(64, 49, 178, 0) 44%, #93d1f1 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, rgba(64, 49, 178, 0) 44%, #93d1f1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(64, 49, 178, 0)", endColorstr="#93d1f1", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.lines-up:after {
  content: '';
  position: absolute;
  top: -180px;
  left: -200px;
  z-index: 1;
  width: 530px;
  height: 420px;
  border-bottom: 2px solid #f4d46c;
  -webkit-border-radius: 0 40% 50% 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 40% 50% 50%;
  -moz-background-clip: padding;
  border-radius: 0 40% 50% 50%;
  background-clip: padding-box;
  box-shadow: inset 1px 1px 44px #f4d46c;
  background: #f4d46c;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, rgba(45, 33, 166, 0) 100%, #f4d46c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(45, 33, 166, 0)), color-stop(100%, #f4d46c));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(45, 33, 166, 0) 100%, #f4d46c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, rgba(45, 33, 166, 0) 44%, #f4d46c 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, rgba(45, 33, 166, 0) 44%, #f4d46c 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, rgba(45, 33, 166, 0) 44%, #f4d46c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(45, 33, 166, 0)", endColorstr="#f4d46c", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}


/* default
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@import '//fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&subset=latin-ext';

html{height: 100%;    overflow: hidden;}
body{
	font-family: 'Roboto', sans-serif;
	height: 100%;
    overflow: hidden;
    background-color: #fafafa;
    color: #333;
}

.loading{ position:fixed;top: 0; width:100%; height:100%; background: #93d1f1; z-index:5; }
.loading img{ position:absolute;  top:50%; left:50%; font-size: 39px; margin-left: -15px; margin-top: -35px;  color:#fff;}


.toast-bottom-full-width {
    bottom: 65px;
}
.aliline{ border-top: 1px solid #93d1f1;}
.aliline span{ top: -10px; position: relative; padding: 0 15px;    background-color: #fafafa; color: #93d1f1;}

.title {
	font-size: 16px;    color: #93d1f1;
	font-weight: 600;
        padding: 15px 0 15px 0px;
         margin: 0 -15px 10px -15px;
        border-bottom:1px solid #93d1f1;
}

.btn-primary {
    color: #fff;
    background-color: #93d1f1;
    border: 2px solid #fff;
    text-transform: uppercase; overflow: hidden;
}
.btn-primary:hover {
    color: #fff;
    background-color: #93d1f1;
    border-color: #fff;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #93d1f1;
    border-color: #fff;
}

.btn-default {
        color: #333;
    text-transform: uppercase;
    background-color: #e7e6e6; overflow: hidden;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
        color: #333;
    background-color: #e7e6e6;
}
.btn-default:hover {
        color: #333;
    background-color: #e7e6e6;
}
.hello{
	padding:20px 0 15px 3px;
	text-align: center;
}

.list-caption{
 color: #333;	
}

.list-icon{
	font-size:22px;
}

ul a {
	text-decoration: none;
	color:gray;
	font-size: 16px;
}

ul a:hover {
	text-decoration: none;
	color:gray;
}

.statistics{
	padding-top: 20px;
}

.statistics-out {
	padding-top: 30px;
}

.calculate-out {
	padding-top: 20px;
}
.list-group-item {
    background-color: #93d1f1;
    border: 2px solid #fff;
    color: #333;
}
a.list-group-item, button.list-group-item {
    color: #333;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    background-color: #93d1f1;
    border: 2px solid #fff;
    color: #333;
}

.form-control {padding: 5px 12px;color: #333;background-color: #93d1f1; border: 2px solid #eee;}
.form-control:focus { border-color: #eee;}


.filter .form-control {padding: 5px 12px;color: #333;background: #93d1f1; border: 2px solid #333;}
.filter .form-control:focus { border-color: #333;}


.panel-primary {
    border-color: #93d1f1;
}
.panel-primary>.panel-heading {
    color: #333;
    background-color: #93d1f1;
    border-color: #93d1f1;
}
.panel-body {
    color: #333;
}


.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #333;
    text-align: center;
    background-color: #93d1f1;
    border: 2px solid #eee;
    border-radius: 4px;
}
.input-group-addon .fa{ color: #fff;}



.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #333;
    cursor: not-allowed;
    background-color: #93d1f1;
    border-color: #fff;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #93d1f1;
    border: 2px solid #fff;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #333;
    cursor: default;
        background-color: #f7ec7d;
    border-color: #fafafa;
}

/* header
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#header{
	height: 100px;
	width: 100%;
	background-color: #93d1f1;
	border-bottom: 2px solid #fff;
  position: relative;
  z-index:6;
}
body.ios #header{
    height: 120px;
    padding-top: 20px;
}
#header img {
    margin: 6px auto 0 auto;
    height: 80px;
    width: auto;

}

/* content
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#content{
	height: calc(100% - 150px);
	overflow: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
body.ios #content{
  height: calc(100% - 170px);
}

.info {
    margin-top: 5px;    font-size: 12px;
}

#dashboard {
	margin: 0 auto;
}

#dashboard ul {
	list-style: none;    padding: 0;  margin: 0; text-align:center;
}

#dashboard ul li { width:33%; float:left;    padding: 0;  margin: 0;}
#dashboard ul li a {font-size:20px; line-height:40px; color: black;}
#dashboard ul li a .fa{ }


/* napotnice
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.napotnice .list-group-item{}
.napotnice .list-group-item .itemtitle{ font-weight: bold; text-align: center;}
.napotnice .list-group-item .status{ text-align: center; font-size: 15px; color:#F44336; padding-bottom: 15px;}
.napotnice .list-group-item .status .placano{ color: #009688; font-size: 18px;}
.napotnice .list-group-item .status .placano .fa{ color: #009688;}
.napotnice .list-group-item .desc{    font-size: 11px;}

.list-group-item .fa{color: #333; font-size: 20px;}

/* izkaznica
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.izkaznica{}
.izkaznica .fa-user-circle-o{ font-size: 110px;color:#93d1f1; }
.izkaznica big{ font-size: 34px; }
.izkaznica h2{ color:#93d1f1; }


/* footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#footer{
	height: 50px;
	width: 100%;
	background-color: #93d1f1;
	position: fixed;
	border-top: 2px solid #fff;
  z-index:6;
}

#footer ul {
	list-style: none;    padding: 0;  margin: 0; text-align:center;
}

#footer ul li { width:33%; float:left;    padding: 0;  margin: 0;}
#footer ul li a {font-size:22px; line-height:50px; color: #333;display: block;}
#footer ul li a .fa{ }




