.calendar_days{
    width:100%;
}

.calendar_days .day_wrapper{
    width:12%;
    float:left;
    padding:3px;
}

.calendar_days .day{
    width:100%;
    text-align:center;
}
.calendar_days span{
    color:#000;
    line-height:30px;
}

.calendar_timeslots{
    width:100%;
}

.calendar_timeslots .column{
    width:33.3333%;
    float:left;
    padding:10px;
}

.calendar_timeslots .time_wrapper{
    width:100%;
    padding:3px;
}

.calendar_timeslots span{
    line-height:25px;
}

.calendar_timeslots .status{
    float:left;
    width:30px;
    height:25px;
    margin-right:10px;
}

.calendar_timeslots input{
    float:right;
}

.clear{
    clear:both;
}

.notice{
    width:90%;
    line-height:25px;
    border-radius:5px;
    margin:10px;
    color:#fff;
    padding:5px;
}

.fa-edit{
    margin-left:10px;
}

.termini-btn{
    margin-top:30px;
}

.btn-dashboard{
    width:100%;
    margin-bottom:10px;
}
.overide{
    overflow-x: inherit !important;
}

.welcome{
    float:left;
    padding-top: 8px;
    color: white;
    padding-right: 10px;
}
.navbar-nav.ml-auto > .nav-item{
    min-width: 20rem;
    line-height: 30px;
}
.navbar-nav.ml-auto > .nav-item > a{
    float:right;
}
@media(max-width:355px){
    .navbar-nav.ml-auto > .nav-item{
        width: auto;
        line-height: 30px;
    }
    .navbar-nav.ml-auto > .nav-item > a{
        float:left;
    }
}

.company-edit-img{
    width:200px;
    height:auto;
    margin:20px;
}

.company-img{
    width:70%;
    height:auto;
    margin:20px 0px 10px 0px;
}
.navbar-sidenav > center{
    max-width:250px;
}

select{
    display:block;
    line-height:1.5;
    padding:.375rem .75rem;
    width:100%;
}

.revizije,.izvodi{
    margin-top:30px;
    width:100%;
    min-height:50px;
    border-radius:10px;
    padding:10px;
}

.revizije{
    background-color: #FFC1C1;
}
.izvodi{
    background-color:#9DCEFF;
}
.filteri div{
    height:125px;
    padding-top:15px;
}
.filteri span{
    display:block;
    position:absolute;
    bottom:10px;
    right:10px;
    text-transform:uppercase;
    font-size:12px;
    color:#000;
    font-style:normal;
}
.filteri div{
    text-align:center;
    color:#fff;
    font-size:3em;
    font-style: italic;
}
.filteri a{
    color:#fff;
}
.filter-sve{
    line-height:50px;
    color:#000;
    text-align:center;
}
.filter-sve a{
    color:#000;
}

.mr-5{
    font-size:22px;
}
