/***** mPosia *****/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #67747C;
  background-color: #E4E8ED;
  padding-top: 60px;
  overflow-x: hidden; }
  body.page-login {
    height: 100vh;
    background: #fff url("../images/graph.58c06e4d04d4.svg") no-repeat;
    background-position: bottom;
    background-size: 100%; }
    @media screen and (min-width: 767px) {
      body.page-login {
        background: transparent; } }
    @media screen and (max-height: 520px) {
      body.page-login {
        background: transparent; } }

@viewport {
  orientation: portrait; }
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

.errorlist {
  padding-left: 0;
  list-style-type: none;
  font-style: italic; }

a {
  color: #03a9f4;
  text-decoration: none; }
  a:hover, a:focus {
    color: #09A9D5;
    text-decoration: none; }

.pull-right {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 0px;
  text-align: right; }

.page-login {
  padding-top: 30px; }
  @media screen and (min-width: 768px) {
    .page-login .container {
      padding-top: 55px; } }
  .page-login .login-error {
    color: #FF2D55;
    font-style: italic;
    margin-bottom: 20px; }
  .page-login .footer-login {
    width: 100%;
    position: fixed;
    bottom: 20px;
    text-align: center; }
  @media screen and (min-width: 768px) {
    .page-login {
      bottom: -20px; } }
  @media screen and (max-height: 450px) {
    .page-login {
      position: relative;
      margin-top: 30px; } }

.icon-search {
  position: relative;
  top: 6px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background: url("../images/ic_search_gray.8be1d660af59.png") no-repeat;
  background: url("../images/ic_search_gray.debc3310824e.svg") no-repeat; }

#loader {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 7%;
  background: #fff;
  z-index: 9999;
  width: 65px;
  height: 65px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  transform: translateY(0);
  transition: all 400ms; }
  #loader.show {
    opacity: 1 !important;
    top: 50% !important;
    transition: all 400ms; }
  #loader.hide {
    opacity: 0 !important;
    top: -50% !important;
    transition: all 400ms; }

.loader {
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  margin: 0px auto;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 5px solid rgba(0, 0, 0, 0.15);
  border-right: 5px solid rgba(0, 0, 0, 0.15);
  border-bottom: 5px solid rgba(0, 0, 0, 0.15);
  border-left: 5px solid #FF5E3A;
  -webkit-transform: translateZ(0) translateY(-50%);
  -ms-transform: translateZ(0) translateY(-50%);
  transform: translateZ(0) translateY(-50%);
  -webkit-animation: load8 0.7s infinite linear;
  animation: load8 0.7s infinite linear; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 40px;
  height: 40px; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
a {
  cursor: pointer; }

@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeue-UltraLight.92a8f4c98d9c.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/HelveticaNeue-UltraLight.92a8f4c98d9c.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-UltraLight.9ae1111c5a2e.woff") format("woff"), url("../fonts/HelveticaNeue-UltraLight.49cdb726ed5d.ttf") format("truetype"), url("../fonts/HelveticaNeue-UltraLight.fcdea8c6fe9d.svg") format("svg");
  /* Legacy iOS */
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeue-Light.2b019bef296c.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/HelveticaNeue-Light.2b019bef296c.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Light.aa69dce3b6c9.woff") format("woff"), url("../fonts/HelveticaNeue-Light.564027a794bc.ttf") format("truetype"), url("../fonts/HelveticaNeue-Light.abaac753f68b.svg") format("svg");
  /* Legacy iOS */
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeue.174b3227c30c.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/HelveticaNeue.174b3227c30c.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue.537a3777a2e3.woff") format("woff"), url("../fonts/HelveticaNeue.3f585585f89a.ttf") format("truetype"), url("../fonts/HelveticaNeue.9feb3f8a0315.svg") format("svg");
  /* Legacy iOS */
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeue-Italic.9d5b72684047.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/HelveticaNeue-Italic.9d5b72684047.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Italic.28c9a7d02853.woff") format("woff"), url("../fonts/HelveticaNeue-Italic.79a2bbe87eee.ttf") format("truetype"), url("../fonts/HelveticaNeue-Italic.7048f5d48f17.svg") format("svg");
  /* Legacy iOS */
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeue-Medium.36de4bea7b85.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/HelveticaNeue-Medium.36de4bea7b85.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Medium.3010ea453b59.woff") format("woff"), url("../fonts/HelveticaNeue-Medium.56e99e8c1b6c.ttf") format("truetype"), url("../fonts/HelveticaNeue-Medium.c5df542815e3.svg") format("svg");
  /* Legacy iOS */
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeue-Bold.e50c8b65ee77.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/HelveticaNeue-Bold.e50c8b65ee77.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Bold.ff2558fcc839.woff") format("woff"), url("../fonts/HelveticaNeue-Bold.f58b1f8c1290.ttf") format("truetype"), url("../fonts/HelveticaNeue-Bold.4ad4aee2d6ed.svg") format("svg");
  /* Legacy iOS */
  font-weight: 500;
  font-style: normal; }
h1, h2, h3, h4, h5, h6 {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1, h2, h3 {
  margin-top: 1.5;
  margin-bottom: 0.75; }

h4, h5, h6 {
  margin-top: 0.75;
  margin-bottom: 0.75; }

h1 {
  font-size: 20px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

p {
  margin: 0 0 0.75; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

ul, ol {
  margin-top: 0;
  margin-bottom: 0.75; }
  ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0; }

dl {
  margin-top: 0;
  margin-bottom: 1.5; }

dt, dd {
  line-height: 1.5; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.page-title {
  font-size: 17px !important;
  font-weight: 400;
  text-transform: uppercase; }

.price-large {
  font-size: 30px;
  font-weight: 300;
  line-height: 1; }
  @media screen and (max-width: 340px) {
    .price-large {
      font-size: 26px; } }

.percentage {
  font-size: 18px !important;
  font-weight: 400; }
  @media screen and (max-width: 340px) {
    .percentage {
      font-size: 15px !important; } }

.text-blue {
  color: #09A9D5 !important; }

.text-green {
  color: #62CB31 !important; }

.text-yellow {
  color: #FFCC00 !important; }

.text-orange {
  color: #FA6441 !important; }

.text-red {
  color: #FF2D55 !important; }

.no-data {
  font-size: 16px; }

.form-description {
  margin: 20px 0;
  font-style: italic;
  color: #aaa; }

.approximately-symbol {
  font-weight: 600; }

.container {
  padding: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

.col-md-4 {
  float: left;
  width: 33.333%;
  height: auto;
  padding: 0 15px;
  text-align: center; }

input:focus {
  outline: none; }
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset; }

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  color: #555;
  background-color: #fff;
  background-image: none;
  border-bottom: 1px solid #CCCCCC;
  border-radius: 0px;
  transition: .2s ease-out; }
  .form-control.form-error {
    border-bottom: 1px solid #FF2D55; }
  .form-control:focus {
    border-bottom: 1px solid #CCCCCC;
    box-shadow: 0 1px 0 0 #CCCCCC;
    transition: all .3s; }

.form-control-1 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  height: 50px;
  text-indent: 15px;
  border-radius: 2px;
  border: 1px solid #EBEBEB;
  background: #F5F5F5;
  color: #444;
  transition: background 300ms; }
  .form-control-1:focus {
    background: #fff;
    border: 1px solid #D9D9D9;
    transition: background 300ms; }

.form-login {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
  background: #fff; }
  @media screen and (max-width: 480px) {
    .form-login {
      background: transparent; } }
  .form-login .logo {
    width: 130px;
    height: auto;
    margin-bottom: 30px; }
  .form-login label {
    display: none; }
  .form-login .form-control {
    height: 60px;
    text-indent: 40px;
    margin-bottom: 15px;
    font-size: 16px; }
  .form-login input[type=submit] {
    border: none;
    width: 100%;
    height: 54px;
    padding: 0;
    margin: 0;
    margin-top: 30px;
    background: #1976D2;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 3px;
    transition: all .2s ease-out; }
    .form-login input[type=submit]:hover, .form-login input[type=submit]:active {
      background: #1B81E5;
      transition: all .3s ease-out; }

.form-group {
  position: relative;
  width: 100%; }
  .form-group .form-icon {
    position: absolute;
    display: inline-block;
    width: 25px;
    height: 25px;
    padding: 25px 10px 30px 20px;
    z-index: 20;
    opacity: 0.7; }
    .form-group .form-icon.icon-username {
      background: url("../images/ic_username.3dcf9dad58fd.png") no-repeat;
      background: url("../images/ic_username.b1ccdaad8e11.svg") no-repeat;
      background-size: 24px 24px;
      background-position: center; }
    .form-group .form-icon.icon-password {
      background: url("../images/ic_password.0176b31ee26d.png") no-repeat;
      background: url("../images/ic_password.287016c64108.svg") no-repeat;
      background-size: 24px 24px;
      background-position: center; }
  .form-group.form-search {
    clear: both;
    position: relative;
    margin: 10px 0; }
    .form-group.form-search label {
      display: inline-block;
      color: #444;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 12px;
      margin-bottom: 6px; }
    .form-group.form-search .form-control {
      display: inline-block;
      position: relative;
      width: 100%;
      height: auto;
      padding: 15px 10px 20px 50px;
      font-size: 16px;
      margin-bottom: 15px;
      z-index: 10; }
      @media screen and (min-width: 768px) {
        .form-group.form-search .form-control {
          padding-left: 55px; } }
    .form-group.form-search .form-control {
      padding: 13px 10px 13px 15px;
      border: none;
      border-radius: 3px; }
    .form-group.form-search .btn-search {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 100;
      height: 50px;
      border: none;
      padding: 0 20px;
      background: #1976D2;
      color: #fff;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }

.form label {
  display: inline-block;
  color: #444;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 6px; }

.form-error input {
  border: 1px solid #ff738c;
  background: #fff0f1; }

.form-error + p {
  color: #FF2D55;
  font-style: italic;
  margin-top: 0;
  position: relative;
  top: -10px;
  margin-bottom: 5px; }

.form-error-description {
  margin-top: 0;
  position: relative;
  top: -7px;
  font-style: italic;
  color: #67747C; }

input[type="radio"] {
  display: none; }

input[type="radio"] + label span {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.3);
  margin-right: 10px;
  cursor: pointer; }

input[type="radio"] + label span:before {
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all .5s ease-in-out; }

input[type="radio"]:checked + label span {
  border: 2px solid #FBC02D; }

input[type="radio"]:checked + label span:before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #FBC02D;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all .5s ease-in-out; }

.btn {
  border: none;
  display: block;
  width: 100%;
  margin-bottom: 30px;
  padding: 15px 0;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  border-radius: 3px;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  letter-spacing: .5px; }
  @media screen and (max-width: 340px) {
    .btn {
      font-size: 14px; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  @media screen and (min-width: 768px) {
    .btn {
      clear: both; } }

.btn-primary {
  background: #1976D2;
  color: #fff;
  border: none; }
  .btn-primary:hover, .btn-primary:focus {
    color: #fff; }

.btn-transparent {
  background: transparent;
  color: #09A9D5;
  border: 1px solid #09A9D5; }
  .btn-transparent:hover, .btn-transparent:focus {
    color: #09A9D5; }

.btn-white {
  background: #fff;
  color: #67747C;
  border: 1px solid #E9ECF0; }

.btn-back {
  margin: 0 auto;
  padding: 12px 0;
  max-width: 120px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background: #1976D2; }
  .btn-back:hover, .btn-back:focus {
    color: #fff; }

.btn-form-search {
  margin-bottom: 5px;
  padding: 13px 0; }

.navbar {
  position: relative;
  min-height: 60px;
  color: #fff;
  background: #1976D2;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  .navbar .container {
    padding: 0 20px; }

.navbar-fixed-top {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9000; }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }

.navbar-toggle {
  background: none;
  border: transparent;
  position: relative;
  float: left;
  padding: 14px 10px 14px 0;
  margin-top: 10px;
  z-index: 9900;
  cursor: pointer; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }

.navbar-title {
  margin-top: 0;
  margin-bottom: 0;
  display: inline;
  position: absolute;
  line-height: 3.4;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  padding: 0 90px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  z-index: 10; }
  .navbar-title .logo {
    position: relative;
    top: 9px; }

.navbar-search {
  position: relative;
  float: right;
  width: 32px;
  height: 32px;
  padding: 14px 10px 14px 0;
  margin-top: 20px;
  right: -12px;
  z-index: 9800;
  cursor: pointer;
  background: url("../images/icon_search@2x.d41d8cd98f00.png") no-repeat;
  background-size: 24px 24px; }

.navbar-icon-right {
  outline: none;
  background: none;
  border: none;
  display: block;
  height: 24px;
  color: #fff;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 800; }
  .navbar-icon-right img {
    width: auto;
    height: 24px; }

.btn-previous {
  position: absolute;
  width: 30px;
  display: block;
  padding: 14px 10px 14px 0;
  margin-top: 6px;
  z-index: 20; }
  .btn-previous img {
    width: 20px;
    height: auto; }

.link-back {
  display: block;
  width: 30px;
  height: 30px;
  float: left;
  position: relative;
  top: 15px;
  left: -14px;
  z-index: 9900; }
  .link-back img {
    width: 34px;
    height: 34px; }

.navbar:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms; }

body.toggled {
  overflow-y: hidden;
  position: fixed;
  left: 0;
  width: 100%; }
  body.toggled .navbar:after {
    opacity: 1;
    visibility: visible;
    transition: opacity 200ms; }

#navbar {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100vh;
  background: #fff;
  z-index: 9800;
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
  transition: 400ms; }
  @media screen and (max-height: 690px) {
    #navbar {
      overflow-x: hidden;
      overflow-y: auto; } }
  @media screen and (max-width: 340px) {
    #navbar {
      width: 270px; } }
  #navbar.toggled {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: 400ms; }
    #navbar.toggled:before {
      /*opacity: 1;
      visibility: visible;
      transition: 500ms;*/ }
      @media screen and (min-width: 1200px) {
        #navbar.toggled:before {
          visibility: hidden;
          opacity: 0; } }
  #navbar .header {
    width: 100%;
    height: 150px;
    padding: 60px 20px 40px 20px;
    background: #1976D2; }
    #navbar .header .header-title {
      position: absolute;
      top: 3px;
      left: 60px; }
      #navbar .header .header-title .logo {
        width: auto;
        height: 27px; }
    #navbar .header .header-label {
      font-size: 14px;
      font-weight: 300;
      color: #b7d4f0;
      text-transform: uppercase; }
    #navbar .header .header-price {
      font-size: 30px;
      font-weight: 200;
      line-height: 1; }
    #navbar .header .header-refreshed {
      margin-top: 5px;
      font-size: 13px;
      font-weight: 300;
      font-style: italic;
      color: #b7d4f0; }
  #navbar .nav-list {
    margin-top: 5px;
    width: 100%;
    height: 100%;
    background: #fff; }
    @media screen and (max-height: 650px) {
      #navbar .nav-list {
        height: auto;
        margin-bottom: 15px; } }
    #navbar .nav-list ul {
      padding-left: 20px; }
    #navbar .nav-list a {
      position: relative;
      display: block;
      padding: 10px 0 15px 0;
      font-size: 16px;
      font-weight: 300;
      color: #757575;
      /*&:after {
          content: '';
          display: block;
          width: 10px;
          height: 17px;
          position: absolute;
          right: 20px;
          top: 17px;
          background: url("../images/arrow.d41d8cd98f00.png") no-repeat;
          background: url("../images/arrow.d41d8cd98f00.svg") no-repeat;
          opacity: 0.3;
      }*/ }
      @media screen and (max-width: 340px) {
        #navbar .nav-list a {
          padding: 5px 0 10px 0;
          font-size: 15px; } }
      #navbar .nav-list a:before {
        content: '';
        display: inline-block;
        width: 24px;
        height: 24px;
        position: relative;
        top: 6px;
        margin-right: 15px; }
      #navbar .nav-list a.active {
        color: #1976D2; }
      #navbar .nav-list a:active {
        color: #1976D2;
        text-decoration: none; }
      #navbar .nav-list a:hover, #navbar .nav-list a:focus {
        color: #757575; }
    #navbar .nav-list li:last-child a {
      border-bottom: none; }
  #navbar .nav-footer {
    position: absolute;
    bottom: 20px;
    left: 20px; }
    @media screen and (max-height: 650px) {
      #navbar .nav-footer {
        position: relative;
        bottom: 0;
        left: 0;
        margin-left: 20px;
        margin-bottom: 15px; } }
    #navbar .nav-footer .mposia-version {
      display: block;
      color: #A6ABAF;
      font-size: 13px;
      margin-bottom: 10px; }
      #navbar .nav-footer .mposia-version .user {
        display: block; }

.link-pocetna:before {
  background: url("../images/ic_pocetna_gray.e4d6155ccc07.png") no-repeat;
  background: url("../images/ic_pocetna_gray.944f0741cc43.svg") no-repeat; }

.link-prometi:before {
  background: url("../images/ic_prometi_gray.741d633c79f8.png") no-repeat;
  background: url("../images/ic_prometi_gray.2a708f57f8ac.svg") no-repeat; }

.link-frekvencija-prodaje:before {
  background: url("../images/ic_frekvencija_prodaje_gray.79673c138dce.png") no-repeat;
  background: url("../images/ic_frekvencija_prodaje_gray.e31f3e1ea960.svg") no-repeat; }

.link-servisne-informacije:before {
  background: url("../images/ic_servisne_informacije_gray.508d0af25d9f.png") no-repeat;
  background: url("../images/ic_servisne_informacije_gray.43b040a99075.svg") no-repeat; }

.link-popis-pm:before {
  background: url("../images/ic_popis_pm_gray.9b057b143a50.png") no-repeat;
  background: url("../images/ic_popis_pm_gray.454bed9cf61a.svg") no-repeat; }

.link-favoriti:before {
  background: url("../images/ic_favoriti_gray.8f9a415fab42.png") no-repeat;
  background: url("../images/ic_favoriti_gray.4fc091143950.svg") no-repeat; }

.link-odjava:before {
  background: url("../images/ic_odjava_gray.f3bc08a5318f.png") no-repeat;
  background: url("../images/ic_odjava_gray.7f9f911e43ae.svg") no-repeat; }

.nav-list a.active.link-pocetna:before {
  background: url("../images/ic_pocetna_blue.582bfaf4671c.png") no-repeat;
  background: url("../images/ic_pocetna_blue.ac8d50a3d60e.svg") no-repeat; }
.nav-list a.active.link-prometi:before {
  background: url("../images/ic_prometi_blue.929f21116540.png") no-repeat;
  background: url("../images/ic_prometi_blue.524d33091f55.svg") no-repeat; }
.nav-list a.active.link-frekvencija-prodaje:before {
  background: url("../images/ic_frekvencija_prodaje_blue.9ff74484bcc7.png") no-repeat;
  background: url("../images/ic_frekvencija_prodaje_blue.df4394ea88ee.svg") no-repeat; }
.nav-list a.active.link-servisne-informacije:before {
  background: url("../images/ic_servisne_informacije_blue.b76059bf2155.png") no-repeat;
  background: url("../images/ic_servisne_informacije_blue.96ed329af781.svg") no-repeat; }
.nav-list a.active.link-popis-pm:before {
  background: url("../images/ic_popis_pm_blue.0b603012b527.png") no-repeat;
  background: url("../images/ic_popis_pm_blue.8591e6a32655.svg") no-repeat; }
.nav-list a.active.link-favoriti:before {
  background: url("../images/ic_favoriti_blue.c61507a629ad.png") no-repeat;
  background: url("../images/ic_favoriti_blue.752207549d13.svg") no-repeat; }

.navbar-toggle .icon-bar:first-child {
  -webkit-transform: rotate(0deg) translateY(0);
  transform: rotate(0deg) translateY(0);
  transition: 300ms ease-in-out; }
.navbar-toggle .icon-bar:nth-child(2) {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: 300ms ease-in-out; }
.navbar-toggle .icon-bar:last-child {
  -webkit-transform: rotate(0deg) translateY(0);
  transform: rotate(0deg) translateY(0);
  transition: 300ms ease-in-out; }
.navbar-toggle.toggled .icon-bar:first-child {
  -webkit-transform: rotate(-45deg) translateY(4px) translateX(-4px);
  transform: rotate(-45deg) translateY(4px) translateX(-4px);
  transition: 300ms ease-in-out; }
.navbar-toggle.toggled .icon-bar:nth-child(2) {
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: 300ms ease-in-out; }
.navbar-toggle.toggled .icon-bar:last-child {
  -webkit-transform: rotate(45deg) translateY(-4px) translateX(-4px);
  transform: rotate(45deg) translateY(-4px) translateX(-4px);
  transition: 300ms ease-in-out; }

.tabs {
  display: table;
  width: 100%;
  width: calc(100% + 30px);
  position: relative;
  margin-left: -15px;
  margin-top: -15px;
  margin-bottom: 20px;
  background: #fff;
  overflow: hidden; }
  .tabs .tab {
    display: table-cell;
    position: relative;
    padding: 17px 15px 15px 15px;
    color: #CCCCCC;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer; }
    .tabs .tab a {
      color: #CCCCCC;
      display: block;
      padding: 15px;
      margin: -15px; }
    .tabs .tab:after {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      background: #03a9f4;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      visibility: hidden;
      opacity: 0;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      transition: 400ms; }
    .tabs .tab.active {
      color: #676A6D; }
      .tabs .tab.active:after {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        transition: 400ms; }
      .tabs .tab.active a {
        color: #676A6D; }

.tab-container {
  position: relative;
  width: 100%; }
  .tab-container .tab-content {
    position: relative;
    top: 0;
    width: 100%; }

.tab-content {
  display: none;
  width: 100%;
  visibility: hidden;
  opacity: 0; }
  .tab-content.tab-content-active {
    display: block;
    visibility: visible;
    opacity: 1; }

.k-chart {
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.05);
  border: 0px solid transparent; }
  .k-chart svg {
    border-radius: 2px; }

.card {
  width: 100%;
  position: relative;
  padding: 15px 15px;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.05);
  border: 0px solid transparent; }
  .card.card-big .card-header-big {
    display: block;
    margin-left: -15px;
    margin-top: -15px;
    margin-right: -15px;
    padding: 15px;
    background: #F5F5F5;
    margin-bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    @media screen and (max-width: 340px) {
      .card.card-big .card-header-big {
        padding: 12px; } }
    .card.card-big .card-header-big.card-header-nav {
      text-align: center; }
      .card.card-big .card-header-big.card-header-nav .previous, .card.card-big .card-header-big.card-header-nav .next {
        position: absolute;
        top: 17px; }
      .card.card-big .card-header-big.card-header-nav .previous {
        left: 15px;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1); }
      .card.card-big .card-header-big.card-header-nav .next {
        right: 15px; }
  .card.card-big .card-data {
    border-top: none; }
    .card.card-big .card-data.card-data-border {
      padding: 15px 0;
      border-top: 1px solid #e0e0e0; }
      .card.card-big .card-data.card-data-border:first-child {
        border-top: none; }
      .card.card-big .card-data.card-data-border .price-medium .description {
        display: table; }
  .card.card-message {
    padding: 30px 15px; }
  .card .pull-right {
    right: 15px; }
    .card .pull-right.sort {
      top: 10px; }
  .card .card-header {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #A6ABAF;
    text-transform: uppercase; }
    .card .card-header.card-header-big {
      font-size: 18px;
      text-transform: none;
      color: #676A6D;
      -webkit-box-shadow: inset 0px -15px 25px -20px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: inset 0px -15px 25px -20px rgba(0, 0, 0, 0.1);
      box-shadow: inset 0px -15px 25px -20px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 340px) {
        .card .card-header.card-header-big {
          font-size: 16px; } }
  .card .card-subtitle {
    font-size: 17px;
    font-weight: 300;
    color: #999;
    margin-bottom: 10px; }
    @media screen and (max-width: 340px) {
      .card .card-subtitle {
        font-size: 15px; } }
  .card .card-data {
    overflow: hidden;
    position: relative;
    display: block;
    padding-top: 10px;
    border-top: 1px solid #E9ECF0; }
    .card .card-data .card-header-big {
      margin: 0;
      padding: 0; }
    .card .card-data .price-medium {
      width: 50%;
      float: left;
      text-align: left; }
      .card .card-data .price-medium .description {
        display: inline-block;
        font-size: 11px;
        font-weight: 400;
        background: #eee;
        color: #999;
        margin-bottom: 7px;
        padding: 4px 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px; }
      .card .card-data .price-medium .num {
        display: block;
        color: #656565;
        font-size: 24px;
        font-weight: 300; }
        @media screen and (max-width: 340px) {
          .card .card-data .price-medium .num {
            font-size: 22px; } }
      .card .card-data .price-medium .second {
        font-size: 15px;
        color: #aaa; }
      .card .card-data .price-medium:last-child {
        margin-right: 0; }
    .card .card-data .num-right {
      top: 27px;
      right: 0;
      font-size: 16px; }
    .card .card-data .pull-right {
      right: 0; }
    .card .card-data dl {
      overflow: hidden; }
      .card .card-data dl.list-small dt, .card .card-data dl.list-small dd {
        font-size: 13px;
        padding: 7px 0; }
      .card .card-data dl:last-child {
        margin-bottom: 0; }
    .card .card-data dt, .card .card-data dd {
      position: relative;
      float: left;
      width: 50%;
      padding: 12px 0;
      border-bottom: 1px solid #e0e0e0; }
      @media screen and (max-width: 340px) {
        .card .card-data dt, .card .card-data dd {
          padding: 10px 0; } }
    .card .card-data dt {
      clear: both;
      color: #455a64;
      font-size: 17px;
      font-weight: 400; }
      @media screen and (max-width: 340px) {
        .card .card-data dt {
          font-size: 15px; } }
      .card .card-data dt:nth-child(0) {
        clear: inherit; }
      .card .card-data dt:last-of-type {
        border-bottom: none; }
    .card .card-data dd {
      font-size: 17px; }
      @media screen and (max-width: 340px) {
        .card .card-data dd {
          font-size: 15px; } }
      .card .card-data dd .pull-right {
        top: 14px;
        right: 0;
        color: #aaa;
        font-size: 15px; }
      .card .card-data dd:last-child {
        border-bottom: none; }
  .card .refreshed-title {
    color: #A6ABAF;
    font-size: 12px;
    text-transform: uppercase; }
  .card .refreshed-date {
    display: inline-block;
    background: #4caf50;
    padding: 3px 7px;
    border-radius: 3px;
    color: #fff !important;
    font-size: 13px;
    font-weight: 300; }
  .card .subtitle-large {
    color: #9e9e9e;
    font-size: 30px;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 10px; }
    @media screen and (max-width: 340px) {
      .card .subtitle-large {
        font-size: 26px; } }
  .card .price-large {
    margin-bottom: 7px;
    color: #03a9f4; }
    .card .price-large:last-child {
      margin-bottom: 0; }
    .card .price-large a {
      color: #03a9f4; }
  .card .price-medium {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1;
    color: #09A9D5; }
    .card .price-medium .num {
      color: #343A44;
      font-weight: 300; }
  .card .price-small {
    font-size: 15px;
    text-transform: uppercase;
    color: #67747C; }
    .card .price-small .num {
      color: #343A44;
      font-size: 18px; }
  .card .num-right {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 35%;
    line-height: 1; }
    .card .num-right.num-right-color {
      color: #03a9f4; }
      .card .num-right.num-right-color .gray {
        color: #aaa;
        display: block;
        text-align: right;
        top: 9px;
        position: relative;
        font-size: 13px; }
        @media screen and (min-width: 360px) {
          .card .num-right.num-right-color .gray {
            top: 7px; } }
    .card .num-right.num-right-medium {
      font-size: 15px;
      text-align: right; }
      @media screen and (min-width: 360px) {
        .card .num-right.num-right-medium {
          font-size: 17px;
          top: 20px !important; } }
      .card .num-right.num-right-medium.v-center {
        top: 24px; }
        @media screen and (min-width: 340px) {
          .card .num-right.num-right-medium.v-center {
            top: 30px !important; } }
  .card .list-only li .num-right {
    right: 0; }

.card-nav li a.text-overflow {
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
.card-nav li a.single {
  padding: 0;
  padding-right: 10px;
  padding-bottom: 7px !important; }
  .card-nav li a.single:after {
    top: 6px; }
    @media screen and (min-width: 360px) {
      .card-nav li a.single:after {
        top: 11px; } }
.card-nav li a .num-right.num-right-color {
  color: #03a9f4;
  top: 14px; }
  @media screen and (min-width: 341px) {
    .card-nav li a .num-right.num-right-color {
      top: 20px; } }
  .card-nav li a .num-right.num-right-color .gray {
    color: #aaa;
    display: inline-block;
    text-align: right;
    top: inherit;
    position: initial;
    font-size: 16px; }

.card .card-nav li:last-of-type {
  border-bottom: none; }
.card .card-nav li:last-child a {
  padding-bottom: 10px; }
.card .card-nav li .static .num-right {
  right: 0; }

.card-nav {
  clear: both;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  font-size: 18px;
  font-weight: 300; }
  @media screen and (max-width: 340px) {
    .card-nav {
      font-size: 16px; } }
  .card-nav li {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #ddd; }
    @media screen and (max-width: 340px) {
      .card-nav li {
        padding: 10px 0; } }
    .card-nav li:last-child {
      border-bottom: none; }
    .card-nav li .id-number {
      display: block;
      color: #333;
      font-size: 15px; }
      @media screen and (min-width: 360px) {
        .card-nav li .id-number {
          font-size: 17px; } }
    .card-nav li .id-name {
      display: block;
      font-size: 13px;
      color: #aaa; }
      .card-nav li .id-name.pm-naziv {
        width: 70%;
        height: 19px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
    .card-nav li a {
      display: block;
      padding: 15px 0;
      padding-right: 20px;
      margin: -15px 0;
      color: #3D4750; }
      .card-nav li a:after {
        content: '';
        display: block;
        width: 10px;
        height: 17px;
        position: absolute;
        right: 0;
        top: 39%;
        background: url("../images/ic_arrow.5c263c90b2e3.png") no-repeat;
        background: url("../images/ic_arrow.561e7fe9095b.svg") no-repeat;
        opacity: 0.3; }
      .card-nav li a.static {
        cursor: default; }
        .card-nav li a.static:after {
          display: none; }
      .card-nav li a:hover, .card-nav li a:focus {
        text-decoration: none; }
      .card-nav li a .num-right {
        position: absolute;
        right: 20px;
        color: #A6ABAF;
        font-weight: 300; }
    @media screen and (min-width: 340px) {
      .card-nav li .num-right-medium {
        top: 18px !important; } }
    .card-nav li label {
      display: block;
      width: 100%; }
    .card-nav li input {
      position: absolute;
      right: 0;
      top: 23px; }
      @media screen and (max-width: 340px) {
        .card-nav li input {
          top: 16px; } }

.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #333;
  border-radius: 50%;
  margin-right: 10px; }
  .dot.dot-sveukupno {
    background: #1976D2; }
  .dot.dot-kiosk {
    background: #03a9f4; }
  .dot.dot-favorite {
    background: #fac12f; }

#card-danas {
  text-align: center; }
  #card-danas .price-large {
    margin-bottom: 5px; }
  #card-danas .price-medium {
    text-align: center; }
    #card-danas .price-medium .num {
      color: #32c5d2;
      font-weight: 300; }
  #card-danas .refreshed-date {
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    color: #A6ABAF !important;
    text-transform: uppercase;
    margin-bottom: 15px; }

.nav-previous-next {
  padding-left: 0;
  list-style-type: none; }
  .nav-previous-next a {
    width: 55px;
    height: 55px;
    position: relative;
    display: inline-block;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.03); }
    .nav-previous-next a.left {
      float: left; }
      .nav-previous-next a.left:after {
        content: '';
        display: block;
        width: 10px;
        height: 17px;
        position: absolute;
        left: -4px;
        margin: 0 auto;
        right: 0;
        top: 35%;
        background: url("../images/ic_arrow.5c263c90b2e3.png") no-repeat;
        background: url("../images/ic_arrow.561e7fe9095b.svg") no-repeat;
        -webkit-transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1); }
    .nav-previous-next a.right {
      float: right; }
      .nav-previous-next a.right:after {
        content: '';
        display: block;
        width: 10px;
        height: 17px;
        position: absolute;
        left: 0;
        right: -4px;
        margin: 0 auto;
        top: 35%;
        background: url("../images/ic_arrow.5c263c90b2e3.png") no-repeat;
        background: url("../images/ic_arrow.561e7fe9095b.svg") no-repeat; }
    .nav-previous-next a .entry {
      font-size: 14px;
      font-weight: 400;
      color: #3D4750;
      text-transform: uppercase;
      text-align: center; }
      .nav-previous-next a .entry .date {
        font-size: 15px;
        color: #09A9D5; }

.sort img {
  position: relative;
  top: 4px; }
.sort a {
  font-size: 12px; }

.page-title-container {
  position: relative; }
  .page-title-container .sort {
    top: -2px; }

.card-header-big .icon-small {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

#ifdanas {
  border-top: 1px solid #ddd; }

#vrste_kasa {
  width: 100%;
  background: #fff;
  margin-bottom: 20px; }
  #vrste_kasa caption {
    display: none; }
  #vrste_kasa thead {
    background: #f9f9f9; }
    #vrste_kasa thead th, #vrste_kasa thead td {
      font-size: 18px;
      font-weight: 400;
      text-transform: none;
      color: #676A6D; }
    #vrste_kasa thead th:first-child {
      text-align: left; }
    #vrste_kasa thead th:last-child {
      text-align: right; }
  #vrste_kasa tbody {
    text-align: left; }
    #vrste_kasa tbody tr {
      border-bottom: 1px solid #ddd; }
      #vrste_kasa tbody tr:last-child {
        border-bottom: none; }
  #vrste_kasa td {
    text-align: right;
    color: #A6ABAF; }
  #vrste_kasa td, #vrste_kasa th {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 300; }

#card-favorite-message, #card-no-data {
  padding: 30px 15px; }
  #card-favorite-message .favorite-icon, #card-no-data .favorite-icon {
    display: block;
    margin: 0 auto 30px auto;
    min-width: 80px; }
  #card-favorite-message .favorite-title, #card-no-data .favorite-title {
    text-align: center;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase; }
  #card-favorite-message .favorite-message, #card-no-data .favorite-message {
    text-align: center;
    font-size: 18px;
    font-weight: 200;
    margin: 10px 0 30px 0; }

#card-kljucni-artikl-detalji .card-header {
  padding-right: 80px; }
#card-kljucni-artikl-detalji .price-large {
  line-height: 1.2; }

#card-month > div.card-data-border:nth-child(2), #card-prosla-godina > div.card-data-border:nth-child(2), #card-mjesecni-indeks > div.card-data-border:nth-child(2), #card-godisnji-indeks > div.card-data-border:nth-child(2) {
  border-top: none !important; }

#card-month > div.card-data-border:last-child, #card-promet-jucer > div.card-data-border:last-child {
  padding-bottom: 0; }

@media screen and (min-width: 768px) {
  #card-usporedba-jucer,
  #card-verzije-posia,
  #card-mjesecni-indeks,
  #card-today-total,
  #card-promet-jucer {
    float: left;
    width: 49%;
    margin: 0 1% 20px 0; } }

@media screen and (min-width: 768px) {
  #card-month > div.card-data-border:nth-child(2) {
    float: left;
    width: 49%;
    margin: 0 1% 20px 0;
    padding: 15px 15px 15px 0; } }

@media screen and (min-width: 768px) {
  #card-usporedba-prosli-tjedan,
  #card-proizvodaci-kasa,
  #card-godisnji-indeks,
  #card-isti-dan-prosle-god,
  #card-promet-dan-prosli-tj {
    float: right;
    width: 49%;
    margin: 0 0 20px 1%; } }

@media screen and (min-width: 768px) {
  #card-month > div.card-data-border:nth-child(3) {
    float: right;
    width: 49%;
    margin: 0 0 20px 1%;
    padding: 15px 0 15px 15px; } }

#card-danas {
  cursor: pointer; }
  @media screen and (min-width: 768px) {
    #card-danas {
      padding: 15px; } }

@media screen and (min-width: 768px) {
  #card-odrzavanje,
  #card-month,
  #card-month > div.card-data-border:nth-child(4),
  #card-pregled-placanja-jucer {
    clear: both; } }

@media screen and (min-width: 768px) {
  #card-today-total {
    height: 406px; } }

#card-danas .card-header-big,
#card-prometi .card-header-big,
#card-frekvencija-prodaje .card-header-big,
#card-servisne-informacije .card-header-big,
#card-prava .card-header-big {
  position: relative;
  padding-left: 45px; }

#card-search {
  padding: 10px; }

.error-message {
  text-align: center;
  font-size: 18px;
  font-weight: 200;
  margin: 30px 0; }

.icon-no-data {
  display: block;
  margin: 0 auto;
  width: 35%;
  max-width: 120px; }

body {
  overflow-x: hidden; }

.k-chart {
  position: relative;
  margin-bottom: 20px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.03); }

.circles-container {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  text-align: center; }

.circle {
  display: inline-block;
  width: 70px;
  max-width: 100px;
  max-height: 100px;
  min-width: 70px;
  margin: 20px 5% 0 5%; }
  .circle .progressbar-text {
    font-size: 14px;
    font-weight: 400; }
  .circle.circle-single {
    float: left;
    margin: 20px 0; }
  .circle.circle-small .progressbar-text {
    font-size: 12px;
    font-weight: 300; }

.graphs {
  overflow: hidden;
  margin: 10px 0; }
  .graphs .graph {
    float: left;
    width: 33%;
    text-align: center; }
    .graphs .graph:before, .graphs .graph:after {
      content: " ";
      display: table; }
    .graphs .graph:after {
      clear: both; }
    .graphs .graph.graph-circle {
      position: relative;
      text-align: center; }
      .graphs .graph.graph-circle .line {
        display: block;
        width: 70px;
        height: 70px;
        margin: 0 auto;
        border: 5px solid #E9ECF0;
        border-radius: 50%; }
        .graphs .graph.graph-circle .line.line-kiosk {
          border: 5px solid #03a9f4; }
        .graphs .graph.graph-circle .line.line-knjizare {
          border: 5px solid #12bec0; }
        .graphs .graph.graph-circle .line.line-sezonski-kiosk {
          border: 5px solid #97d54c; }
      .graphs .graph.graph-circle .percent {
        position: absolute;
        top: 33%;
        left: 0;
        right: 0;
        font-weight: 400;
        font-size: 16px; }

.progress-bar {
  display: block;
  width: 100%;
  height: 8px;
  margin: 10px 0 15px 0px;
  background: #E9ECF0;
  border-radius: 10px; }
  .progress-bar .progress {
    max-width: 100%;
    float: left;
    display: inline-block;
    height: 8px;
    border-radius: 10px; }
    .progress-bar .progress.progress-red {
      background: #f44336; }
    .progress-bar .progress.progress-orange {
      background: #FFC107; }
    .progress-bar .progress.progress-yellow {
      background: #FFC107; }
    .progress-bar .progress.progress-green {
      background: #00C853; }
    .progress-bar .progress.progress-blue {
      background: #1976D2; }

/*# sourceMappingURL=mposia.css.map */
