/*!
 * Start Bootstrap - SB Admin v5.0.2 (https://startbootstrap.com/template-overviews/sb-admin)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-sb-admin/blob/master/LICENSE)
 */
html {
    position: relative;
    min-height: 100%;
}
body {
    height: 100%;
    
}
h3 {
    margin-bottom: 20px;
}
a {
    color: #666;
    text-decoration: none;
}
.fright {
    float: right;
}
.fleft {
    float: left;
}
.main-login.main-center {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 45rem;
    padding: 1.5rem 3rem;
}
.main-login {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
#headerLogin {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.headerLogin img {
    height: 85px;
}
.container.center {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 45rem;
    margin-bottom: 5rem;
    margin-top: 1rem;
}
#wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#wrapper #content-wrapper {
    overflow-x: hidden;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 80px;
}
.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar {
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem 1rem;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
.navbar-nav {
    list-style: none;
}
.navbar-nav>li {
    float: left;
    padding: 0 10px;
}
.navbar h2 {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 8px;
}
body.fixed-nav #content-wrapper {
    margin-top: 56px;
    padding-left: 90px;
}
body.fixed-nav.sidebar-toggled #content-wrapper {
    padding-left: 0;
}
/*ekipe*/
.teams {
    padding: 20px
}
.teams .info {
    padding: 20px 0px;
    font-size: 120%
}
.teams .teamname {
    padding: 0 0 20px 0
}
.teams .list-group-item {
    padding-left: 20px
}
.teams .hvr {
    cursor: pointer
}
.teams button {
    margin: 20px 0px
}
.teams .panel-heading {
    padding: 20px 10px;
    border-top: 1px solid #DEDEDE;
}
.teams .panel-heading a {
    font-weight: 600;
}
@media (min-width: 768px) {
    body.fixed-nav #content-wrapper {
        padding-left: 225px;
    }
    body.fixed-nav.sidebar-toggled #content-wrapper {
        padding-left: 90px;
    }
}
.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(52, 58, 64, 0.5);
    line-height: 46px;
}
.scroll-to-top:focus,
.scroll-to-top:hover {
    color: white;
}
.scroll-to-top:hover {
    background: #343a40;
}
.scroll-to-top i {
    font-weight: 800;
}
.smaller {
    font-size: 0.7rem;
}
.o-hidden {
    overflow: hidden !important;
}
.z-0 {
    z-index: 0;
}
.z-1 {
    z-index: 1;
}
.navbar-nav .form-inline .input-group {
    width: 100%;
}
.navbar-nav .nav-item.active .nav-link {
    color: #fff;
}
.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
}
.navbar-nav .nav-item.dropdown.show .dropdown-toggle::after {
    content: '\f107';
}
.navbar-nav .nav-item.dropdown.no-arrow .dropdown-toggle::after {
    display: none;
}
.navbar-nav .nav-item .nav-link:focus {
    outline: none;
}
.navbar-nav .nav-item .nav-link .badge {
    position: absolute;
    margin-left: 0.75rem;
    top: 0.3rem;
    font-weight: 400;
    font-size: 0.5rem;
}
@media (min-width: 768px) {
    .navbar-nav .form-inline .input-group {
        width: auto;
    }
}
.sidebar {
    width: 90px !important;
    background-color: #212529;
    min-height: calc(100vh - 56px);
}
.sidebar .nav-item:last-child {
    margin-bottom: 1rem;
}
.sidebar .nav-item .nav-link {
    text-align: center;
    padding: 0.75rem 1rem;
    width: 90px;
}
.sidebar .nav-item .nav-link span {
    font-size: 0.65rem;
    display: block;
}
.sidebar .nav-item .dropdown-menu {
    position: absolute !important;
    -webkit-transform: none !important;
    transform: none !important;
    left: calc(90px + 0.5rem) !important;
    margin: 0;
}
.sidebar .nav-item .dropdown-menu.dropup {
    bottom: 0;
    top: auto !important;
}
.sidebar .nav-item.dropdown .dropdown-toggle::after {
    display: none;
}
.sidebar .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.5);
}
.sidebar .nav-item .nav-link:active,
.sidebar .nav-item .nav-link:focus,
.sidebar .nav-item .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}
.sidebar.toggled {
    width: 0 !important;
    overflow: hidden;
}
@media (min-width: 768px) {
    .sidebar {
        width: 225px !important;
    }
    .sidebar .nav-item .nav-link {
        display: block;
        width: 100%;
        text-align: left;
        padding: 1rem;
        width: 225px;
    }
    .sidebar .nav-item .nav-link span {
        font-size: 1rem;
        display: inline;
    }
    .sidebar .nav-item .dropdown-menu {
        position: static !important;
        margin: 0 1rem;
        top: 0;
    }
    .sidebar .nav-item.dropdown .dropdown-toggle::after {
        display: block;
    }
    .sidebar.toggled {
        overflow: visible;
        width: 90px !important;
    }
    .sidebar.toggled .nav-item:last-child {
        margin-bottom: 1rem;
    }
    .sidebar.toggled .nav-item .nav-link {
        text-align: center;
        padding: 0.75rem 1rem;
        width: 90px;
    }
    .sidebar.toggled .nav-item .nav-link span {
        font-size: 0.65rem;
        display: block;
    }
    .sidebar.toggled .nav-item .dropdown-menu {
        position: absolute !important;
        -webkit-transform: none !important;
        transform: none !important;
        left: calc(90px + 0.5rem) !important;
        margin: 0;
    }
    .sidebar.toggled .nav-item .dropdown-menu.dropup {
        bottom: 0;
        top: auto !important;
    }
    .sidebar.toggled .nav-item.dropdown .dropdown-toggle::after {
        display: none;
    }
}
.sidebar.fixed-top {
    top: 56px;
    height: calc(100vh - 56px);
    overflow-y: auto;
}
.card-body-icon {
    position: absolute;
    z-index: 0;
    top: -1.25rem;
    right: -1rem;
    opacity: 0.4;
    font-size: 5rem;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}
@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 1;
        column-count: 1;
    }
}
@media (min-width: 768px) {
    .card-columns {
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media (min-width: 1200px) {
    .card-columns {
        -webkit-column-count: 2;
        column-count: 2;
    }
}
:root {
    --input-padding-x: 0.75rem;
    --input-padding-y: 0.75rem;
}
.card-login {
    max-width: 25rem;
}
.card-register {
    max-width: 40rem;
}
.form-label-group {
    position: relative;
}
.form-label-group>input,
.form-label-group>label {
    padding: var(--input-padding-y) var(--input-padding-x);
    height: auto;
}
.form-label-group>label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}
.form-label-group input:-ms-input-placeholder {
    color: transparent;
}
.form-label-group input::-ms-input-placeholder {
    color: transparent;
}
.form-label-group input::placeholder {
    color: transparent;
}
.form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
}
.form-label-group input:not(:placeholder-shown)~label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
}
footer.sticky-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 90px);
    height: 80px;
    background-color: #e9ecef;
}
footer.sticky-footer .copyright {
    line-height: 1;
    font-size: 0.8rem;
}
@media (min-width: 768px) {
    footer.sticky-footer {
        width: calc(100% - 225px);
    }
}
body.sidebar-toggled footer.sticky-footer {
    width: 100%;
}
@media (min-width: 768px) {
    body.sidebar-toggled footer.sticky-footer {
        width: calc(100% - 90px);
    }
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background: #E13E27 !important;
    color: #fff !important
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #E13E27 !important;
}
.btn-primary {
    background-color: #00A154;
    border-color: #00A154;
}
.dataTables_filter input {}
.modal {
    background-color: rgba(0, 0, 0, 0.7);
}
.table .thead-dark th {
    color: #fff;
    background-color: #00A154;
    border-color: #00A154;
}
.modal-header {
    color: #fff;
    background-color: #00A154;
}
.container h1 {
    font-weight: 400;
    padding: 10px;
    margin: 20px 20px 40px 20px;
    background: #f2f2f2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.navigation {
    background: #e13e27;
    padding: 20px 0px;
}
.navigation a {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff
}
.navigation a:hover {
    color: #E9EAEE;
}
.navigation a:active,
.navigation a:focus {
    color: #E9EAEE;
    text-decoration: underline;
}
.navigation li {
    border-right: 1px dotted #fff;
}
.navigation li:last-child {
    border-right: none
}
.custom-select2 {
    
    width: 19%;
    
}

div#vueApp1 {
    margin-bottom: 20px;
}
#vueApp1 .col-md-4 {
    display: inline;
}
#vueApp1 span {
    font-weight: 500;
    padding: 10px 5px;
}

.dt-buttons {
    float: left;
}
#fullheight {
    height: 100vh;
    background: url('../img/pravo-prvenstva.png') no-repeat center left;
}
.dropdown-menu {
    background: #fefefe;
        box-shadow: 2px 2px 4px -1px rgba(0,0,0,0.15);
        -moz-box-shadow: 2px 2px 4px -1px rgba(0,0,0,0.15);
        -webkit-box-shadow: 2px 2px 4px -1px rgba(0,0,0,0.15);
}
.dropdown-menu a {
    color: #666
}
.dropdown-item:focus,
.dropdown-item:hover {
    background: #e13e27;
    color: #fff !important
}
.dataTables_filter label input.form-control.form-control-sm{
    display: inline-block;
    width: 60%
}
.dataTables_length label select.custom-select.custom-select-sm.form-control.form-control-sm{
    width: 30%
}
.container.main{
    background-color: rgba(255, 255, 255, 0.7);
    padding: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.dataTables_length{
    width: 250px;
}
#skoleTable_filter > label > input[type="search"] {
            display: inline-block;
            width: 60%;
            transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
            color: #495057;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            height: calc(1.8125rem + 2px);
            padding: .25rem .5rem;
            font-size: .875rem;
            line-height: 1.5;
            border-radius: .2rem;
        }