/* ponip-drazba.css */

html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
}

/* ui.bootstrap */
.nav, .pagination, .carousel, .panel-title a {
  cursor: pointer;
}

/* navigation bar */
.navbar-default {
  background-color: #003366;
  border-color: #666666;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover {
  color: #E7ECF8;
}

/* - logo */
.navbar-logo {
  padding: 10px 15px 10px 10px;
}
.navbar-logo img {
  height: 30px;
}
/* footer */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #003366;
}
/* - content */
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
 }
/* - text */
.footer .text-muted {
  color: white;
  margin: 20px 0;
}

/* overlay when out-of-focus without ws connection */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black */
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5em;
    text-align: center;
    padding: 20px;
}
.overlay-message {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 30px;
    border-radius: 10px;
}


/* font-override */
h1 {
  font-size: 18px;
}
h2 {
  font-size: 16px;
}
h3, legend {
  font-size: 14px;
}
h4, h5, a, div, label, p, span, th, td {
  font-size: 12px;
}
.navbar-brand {
  font-size: 30px;
  line-height: 30px;
}

/* common */
/* left side menu */
/* - affix */
.affix {
  top: 20px;
}
/* - title */
.list-group-nav > .list-group-item:first-child {
  background-color: #003366;
  border-color: #003366;
  color: #FFF;
  text-transform: uppercase;
}
.list-group-nav > .list-group-item:first-child:active,
.list-group-nav > .list-group-item:first-child:focus,
.list-group-nav > .list-group-item:first-child:hover {
  background-color: #003366;
  color: #FFF;
}
/* - back to top */
.list-group-nav > a {
  color: #767676;
}
.list-group-nav > a:active,
.list-group-nav > a:focus,
.list-group-nav > a:hover {
  background-color: transparent;
  color: #003366;
}
/* - animation */
.list-group-nav > .list-group-item.ng-enter {
  animation: fadeIn 1s;
}
/*.list-group-item.ng-leave {
  animation: fadeOut 0.5s;
}*/
/* - navigation highlight */
.list-group-nav .active,
.list-group-nav .active:hover,
.list-group-nav .active:focus {
  background-color: transparent;
  border-color: #DDD;
  color: #003366;
  font-weight: 700;
}
.list-group-nav .active > .invisible {
  visibility: visible;
}
.list-group-item-title-special:hover {
  cursor: default;
}
.list-group-item-title-special a {
  color: white;
  cursor: pointer;
}
.list-group-item-title-special a:hover {
  /*text-decoration: none;*/
}
.list-group-item-special {
  color: #999;
}
.list-group-item-special:hover {
  cursor: default;
}
.list-group-item-link {
  color: white;
}
.list-group-item-link:hover {
  color: #004F9E;
}
.back-to-top {
  color: #767676;
  font-weight: 500;
  font-size: 11px;
}
.back-to-top:hover {
  color: #003366;
  text-decoration:none
}
/* - button */
.btn-fina {
  color: #FFF;
  background-color: #003366;
  border-color: #003366;
}
.btn-fina:hover,
.btn-fina:active,
.btn-fina:focus {
  color: white;
  background-color: #00264C;
}

.btn-prijava {
	color: #FFFFFF; 
	background-color: #1b809e;
	border-color: #1b809e;
}

/* - panel */
.panel-fina {
  border-color: #122040;
}
.panel-fina > .panel-heading {
  color: white;
  background-color: #003366;
}
/* - image container */
.img-container {
  height: 100%;
  width: 100%;
  display: table;
}
.img-container .placeholder {
  display: table-cell;
  vertical-align: middle;
  background: url('/resources/images/edrazba_placeholder_op30-ba0a56d74931d9d25037c2c5584ca906.png') no-repeat center;
}
/* - text */
.text-error {
  color: #A94442 !important;
}
.text-fina {
  color: #003366;
}
/* - helper */
.margin-bottom-0 {
  margin-bottom: 0;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.table-border-top-0 > td {
  border-top: 0 !important;
}
.vertical-align > td {
  vertical-align: middle !important;
}

.element-hidden {
	display:none;
}

.text-bold {
  font-weight: bold;
}

.text-small {
	font-size: 0.8em;
}

.no-margin {
	margin: 0;
}

.el-block {
	display: block;
}

.el-inline-block {
	display: inline-block;
}


/* prices */

.float-left {
	float: left;
}



.pagination li a,
.pagination li a:hover {
  color: #003366;
}

.pagination .active a,
.pagination .active a:hover,
.pagination .active a:focus {
  background-color: #003366;
  border: 1px solid #003366;
}

/* user details - pristupačnost */

.btn-danger {
    color: #FFFFFF;
    background-color: #ce4844;
    border-color: #ce4844;
}


.help-block {
	color: #707070;
}
