.radio, .checkbox {
    display: inline;
}

.login-header {
    /* background: url('../images/logo-login.png') no-repeat, center left; */
    padding: 1px;
    height: 150px;
    
}

.header h1 a#logo, h1 a#logo {
    display: block;
    height: 200px;
    width: 100%;
    padding: 0px 0 0 0px;
    margin: -10px auto 5px auto;
    background: url('../images/logo-text.png') no-repeat center left; 
    background-size: contain;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    max-width: 100%;
}

.login-header a#logo {
    background: url('../images/logo-login.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.well h1 a#logo {
    color: #629138;
}

.login-header h1 a#logo span, h1 a#logo span {
    display: block;
    font-size: 25px;
    color: #173804;
    text-decoration: none;
}

.navbar {
    min-height: 40px;
}

.navbar-nssz {
    background: #0961a8;
}

.navbar-brand {
    padding: 10px 15px;
    height: 40px;
}

.navbar-nav > li > a, .navbar-inverse .btn-link, .navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    color: #e5e5e5;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav > li > form {
    padding: 4px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .open > a {
    background: white;
    color: black;
}

.navbar-nav > li > .dropdown-menu {
    width: 1000px;
    background: #aee376;
    padding: 20px;
}

.navbar-nav > li > .dropdown-menu li a {
    color: #173804;
    font-size: 12px;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    /*noinspection CssInvalidPropertyValue*/
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.navbar-nav > li > .dropdown-menu li {
    line-height: 1.5em;
    float: left;
    display: inline;
    width: 50%;
}

.navbar-brand {
   background: url('../images/praktiker-white-logo-01.png') no-repeat center center;
width: 200px;
}

.form-group.button-group {
    margin-left: 70px;
}

.form-group.button-group > .btn {
    width: 120px;
    margin-right: 15px;
}

.form-group.button-group > .long {
    width: 160px;
    margin-right: 15px;
}

.well.clearfix p.pull-right a, .well.clearfix h2.pull-left {
    margin-top: 10px;
    margin-bottom: 0;
}

a.large-btn {
    display: block;
    float: left;
    margin: 0 4px;
    width: 150px;
    height: 150px;
    padding: 100px 15px 5px 15px;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    color: #333;
    position: relative;
}

.large-btn-txt {
    display: block;
    vertical-align: middle;
}

.large-btn-txt-template {
    display: block;
    vertical-align: middle;
    position: absolute;
    top: 60px;
    font-weight: bold;
    color: black;
    margin-left: -10px;
}

.large-btn:hover span.large-btn-txt, .large-btn span.large-btn-pop {
    display: none;
}

.large-btn:hover span.large-btn-pop {
    display: block;
    width: 130px;
    height: 35px;
    background: url('../images/icon-btns/hover-state.png') no-repeat center center;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    position: absolute;
    top: 107px;
    left: 10px;
}

.large-btn span.large-btn-count {
    display: block;
    color: #666;
    text-align: right;
    font-family: Trebuchet MS, tahoma, verdana;
    font-size: 38px;
    padding: 8px 0;
    position: absolute;
    top: 0;
    right: 10px;
}

#fix_calendar-disp-kvdate {
    display: none;
}

.panel-success > .panel-heading {
    color: #666;
    background-color: white;
}

.table.table-hover tbody tr:hover {
    cursor: pointer;
    color: white;
    background-color: #0564aa;
    border-color: #cccccc;
}
.table.table-hover tbody tr:hover a {
    color: white;
}

.panel-green {
    border-color: #cccccc;
    background-color:  white;
    color:#0564aa;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
  color: black;
}
.panel-green > .panel-heading {
    color: #0564aa;
    background-color: #white;
    border-color: #cccccc;
}



.menudisplace ul {
    left: -600px !important;
}

.clear {
    clear: left;
}


.btn-user {
    background: url('../images/icon-btns/large-btn-user.png') no-repeat center center;
}


.btn-user-c:nth-of-type(1) {
    background: url('../images/button-clients-01.png') no-repeat center center;
}
.btn-user-c:nth-of-type(2) {
    background: url('../images/button-clients-02.png') no-repeat center center;
}
.btn-nomenklaturi-c {
    background: url('../images/button-clients-03.png') no-repeat center center;
}

.container {
    width: auto !important;
    max-width: 1800px !important;
}
@media only screen and (min-width: 0px)  and (max-width: 1024px) {
    body, .container {
        width: auto !important;
        max-width: 768px;
    }
}
.navbar-fixed-top, .navbar-fixed-bottom{
    position: relative !important;
}