/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 25px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 16.5%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 16.5%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

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

.modal-body {
    padding: 22px;
}

.input-lg {
    margin-bottom: 15px;
}

h4 {
    margin-top: 10px;
    margin-left: 3px;
}

.input_section {
    padding-bottom: 25px;
}

.text-info {
    margin-bottom: 5px;
}

.files{
    margin-left: 5px;
    margin-bottom: 3px;
}

/* @media (min-width: 830px) {
    .modal-dialog {
        width: 700px;
        margin: 30px auto;
    }
}

*/

.col-md-3.col-md-15 {
    padding: 5px;
}

.col-sm-4 {
    text-align: center;
}

.fa {
    vertical-align: middle;
}

.logo {
    width: 200px;
    height: 40px;
    margin-top: 5px;
}

.logo2 {
	width: 250px;
    height: 45px;
    margin-top: 5px;
}

.panel-heading {
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.panel-body {
    min-height: 230px;
	
}

.bottom-align {
    position: absolute;
    bottom: 0;
    right: 0;
}
.ft-link{
    color: black;
}

.ft-link:visited {
    color: black;
}

.ft-link:hover {
    color: grey;
    text-decoration: none;
}

.ft-link:visited {
    text-decoration: none;
    color: none;
}

.ft-link:focus {
    text-decoration: none;
}

.vertical-lines {
    border-left: 1px solid lightgrey; 
    border-right: 1px solid lightgrey;
}

#horizontal-line-sm {
    visibility: hidden;
    margin-left: 10%;
    margin-right: 10%;
}

.page-header {
    border-bottom: 1px solid lightgrey;
}

#hr-footer {
    border-top: 1px solid lightgrey;
}

@media (max-width: 390px) {
    .radioCenterOnMobile{
        float: none !important;
        margin-left: 25% !important;
    }
}

@media (max-width: 768px) {
    .vertical-lines {
        border: none;
    }

    #horizontal-line-sm {
        visibility: visible;
    }
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:visited,
.btn-primary.active {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn span.glyphicon {               
    opacity: 0;             
}
.btn.active span.glyphicon {                
    opacity: 1;             
}

.body-text-custom {
    min-height: 195px;
}

.no-click:hover,
.no-click:active,
.no-click:focus,
.no-click {
    cursor: default;
    background-color: #428bca !important;
    border-color: #428bca !important;
    box-shadow: none;
}

.obvezno-alert {
    transform: translateY(-15px);
    margin-top: -0px;
    padding: 5px;
    margin-bottom: 0px;
    z-index: 2 !important;
}

#napaka_splosno {
    margin-top: 20px;
    margin-bottom: 5px;
}

#attachmentFile {
    
}

/* Loading animacija */

/* X */

/* === navbar === */
.navbar-default {
    background-color: #F8F8F8;
    border-color: #E7E7E7;
}
/* title */
.navbar-default .navbar-brand {
    color: #000000;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5E5E5E;
}
/* link */
.navbar-default .navbar-nav > li > a {
    color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #E7E7E7;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #D5D5D5;
}
/* caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a .caret, 
.navbar-default .navbar-nav > .open > a:hover .caret, 
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}
/* mobile version */
.navbar-default .navbar-toggle {
    border-color: #DDD;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #DDD;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #CCC;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
    }
}

img {
    margin: auto;
}
#ne
{
    font-weight: bold;
    font-size: large;
    margin-top: 20px;
    padding-left: 20px;
}
.margin
{
    margin-bottom: 20px;
}
form
{
    padding: 10px;
}