body{
    background-color: #ffffff !important;
    overflow-x: hidden;
}
header{
    min-height: 35px !important;
    background-color: #39424a;
}
.copyright{
    min-height: 40px !important;
    background-color: #39424a;
    padding: 10px;
}
.select2-selection__clear {
    float: left !important;
}
.topbar-actions{
    top:0 !important;
}
.page-header .navbar-collapse {
    margin-top: 0 !important;
}
.page-content.indexPage{
    background-image: url("../images/img_app/spring.jpg")!important;
    position: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    min-height: 1200px;
    /*opacity: 0.4;*/
}
.container-fluid.indexContainer{
    padding: 0;
    background: #fff;
    margin-top: 90px;
}
.wrapper{
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.linkPreciceTitle{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.linkPrecice{
    text-align: center;
    margin-top: 20px;
}
.imeZaposlenogInput{
    height: 45px;
    font-size: 20px;
    text-align: center;
    width: 300px;
    margin: 0 auto;
}
.dogadajInput{
    width: 135px;
}
.btnDodajKalendar{
    border-radius: 50px 50px 50px 50px !important;
    margin: 20px 0 20px 10px;
    float: right;
    background: green;
    color: white;
    width: 110px;
    height: 34px;
}
.btnDodajKalendar:hover{
    float: right;
    background: white;
    color: green;
    border-color: green;
}
.blokInfoPrijava{
    width: 490px;
    display: inline-block;
    float: left;
}
/*----------HELP------------*/
.help-block{
    color: #009900;
    font-size: 12px;
}

/*---------ALERT---------*/
.alert {
    padding: 20px;
    background-color: #f44336;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
    font-size: 15px;
}

.alert.success {background-color: #4CAF50;}
.alert.info {background-color: #66ccff;}
.alert.warning {background-color: #ff9800;}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}
.closebtn:hover {
    color: black;
}

/*---------STATUS BTN-----*/

.statusBtn{
    left: -2.5em;
    background: white;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    display: inline-block;
    justify-content: center;
    align-content: center;
    align-items: center;
    border: 3px solid grey;
    box-sizing: border-box;
    color: grey;
    font-size: 12px;
    text-align: center;
}
.td__statusBtn{
    justify-items: center;
    display: grid;
    width: 80px;
}
/*----	Aktivna ne završena ---*/
.statusBtn--yellow{
    border: 3px solid grey;
    background: yellow;
    color: grey;
}
/*----	Aktivna prihvaćena ponuda ---*/
.statusBtn--orange{
    border: 3px solid grey;
    background: orange;
    color: grey;
}
/*----	Ponuda na čekanju  ---*/
.statusBtn--grey{
    background: grey;
    color: black;
    border: 3px solid black;
}
/*---- Odgovor na upit / Deleimično plaćeno ---*/
.statusBtn--blue{
    border: 3px solid grey;
    background: dodgerblue;
    color: white;
}
/*----	Prihvaćena ponuda / Plaćeno ---*/
.statusBtn--green{
    border: 3px solid grey;
    background: green;
    color: white;
}
/*----	Odbijena ponuda / Storno ---*/
.statusBtn--red{
    border: 3px solid grey;
    background: red;
    color: white;
}

/*--------LEGENDA ZA STATUS BOJE----------*/

.statusi__radiobtn{
    display: inline-block;
    color: black;
    float: right;
    /*margin-right: 10px;*/
    border: 1px solid lightgreen;
    background-color: lightgreen;
    margin-left: 15px;
    margin-bottom: 5px;
}
.naziv__status--radiobtn{
    word-wrap: break-word;
    /*width: 100px;*/
    text-align: left;
    vertical-align: middle;
    margin-right: 5px;
}

/*-----------------font--------------*/

/*body{
    font-size: 12px !important;
}
.select2-container--bootstrap .select2-selection{
    font-size: 12px !important;
    padding: 5px 15px 5px 5px;
    height: 30px;
}
.form-control{
    font-size: 12px;
    padding: 5px;
    height: 30px;
}
span.titleProfil{
    font-size: 16px !important;
}
.portlet > .portlet-title > .caption{
    font-size: 16px;
}
.btn{
    font-size: 13px !important;
    width: auto !important;
    padding: 5px 10px !important;
}
.bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch
.bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-label{
    font-size: 12px !important;
    height: 30px;
}
.dodajSobaBox {
    float: none;
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    margin-bottom: 5px;
}
.boxAranzmanTop{
    width: 120px !important;
}
.boxAranzmanTipUsluga {
    width: 170px;
}
.input-small {
    width: 120px !important;
}
.boxAranzmanChek {
    width: 210px !important;
}
.boxAranzmanPreled{
    margin-right: 0 !important;
}*/

/**** pozadina i boja slova u glavnom meni-u*/
.glavniMeni_f {
background-color: gray !important;
color: black !important;
}
.glavniMeni_f:hover {
    background-color: white !important;
}
.glavniMeni_f:focus {
    background-color: white !important;
}
.selectedGlavniMeni_f {
    background-color: white !important;
}