﻿.main_content_area ul {
    list-style-type: none;
}

#MainContent_divONama ul {
    list-style-type: disc;
}

.title span {
    font-weight: bold !important;
}

.carousel .item {
    height: 390px;
}

.wel_rig {
    font-weight: 600 !important;
}

    .wel_rig label {
        font-weight: 600 !important;
    }

#datumKalendara li a {
    font-size: 13px !important;
}

.carousel .carousel-inner .item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 390px;
    background-size: contain;
}

/*hide recaptcha button*/
.grecaptcha-badge {
    visibility: hidden;
}

.limheight {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

    .limheight li {
        display: block;
    }

.brojLajkova {
    color: gray;
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
    vertical-align: middle;
}

.vert-al {
    vertical-align: middle;
}

#mapHolder {
    background: url(/assets/img/map-loader.gif) no-repeat center center;
    min-height: 320px;
}

.welcome {
    padding-bottom: 0px;
}

.tag_cloud a {
    display: inline-block;
}

#profilTabs {
    list-style: none;
    display: flex;
}

.datepicker-view .days .datepicker-cell, .datepicker-view .dow {
    flex-basis: 12%;
}

#datumKalendara {
    list-style: none;
}

.text-center {
    text-align: center;
}

td.center-both {
    text-align: center;
    vertical-align: middle;
}

.termin-tehnickog {
    font-size: 14px !important;
    background: rgb(255, 255, 255) !important;
    margin: 5px !important;
    padding: 10px 20px !important;
    cursor: pointer !important;
}

.izabran-termin {
    background: #E87F06 !important;
    border-color: #E87F06 !important;
}

#ddlTipVozila option:first-child {
    color: gray;
    font-style: italic;
}

#datumKalendara {
    display: flex;
    flex-flow: wrap;
}

#step1 {
    background-image: url(/assets/img/map-loader.gif);
    background-repeat: no-repeat;
    height: 100px;
    background-position: center;
}

#myCarousel {
    height: 390px;
}

@media (min-width: 768px) {
    #datumKalendara {
        flex-flow: nowrap;
    }

    .container-floating {
        display: none;
    }

    #MainContent_divActionsDesktop {
        display: block;
    }

    #MainContent_upVoting input {
        height: 30px;
    }
}

@media (max-width: 767px) {
    #tbxMobilni {
        margin-left: 0px !important;
    }

    .carousel .carousel-inner .item {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% 200px;
        background-size: contain;
    }

    .carousel .item {
        height: 200px;
    }

    #myCarousel {
        height: 200px;
    }

    .container-floating {
        display: block;
    }

    #MainContent_divActionsDesktop {
        display: none;
    }

    #MainContent_upVoting input {
        height: 20px;
    }

    .welcome{
        border-bottom:none;
    }
}

.select2-selection--single {
    height: 45px !important;
}

::placeholder {
    color: gray;
    opacity: 1; /* Firefox */
    font-style: italic;
}

/*sakrij Write google review dugme*/
/*.es-header-write-review-button-container {
            display:none;
        }*/


:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: gray;
    font-style: italic;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: gray;
    font-style: italic;
}


.floating-button {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #db4437;
    position: fixed;
    bottom: 70px;
    right: 28px;
    cursor: pointer;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.container-floating {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 70px;
    right: 30px;
    z-index: 50;
}


.nds {
    width: 100%;
    height: 50px;
    border-radius: 50%;
    position: fixed;
    z-index: 300;
    transform: scale(0);
    cursor: pointer;
    display: none;
}

.nd1 {
    right: 30px;
    bottom: 160px;
    animation-delay: 0.2s;
    animation: bounce-out-nds 0.3s linear;
    animation-fill-mode: forwards;
}

.nd2 {
    right: 30px;
    bottom: 220px;
    animation-delay: 0.15s;
    animation: bounce-out-nds 0.15s linear;
    animation-fill-mode: forwards;
}

.nd3 {
    right: 30px;
    bottom: 280px;
    animation-delay: 0.1s;
    animation: bounce-out-nds 0.1s linear;
    animation-fill-mode: forwards;
}

.nd4 {
    right: 30px;
    bottom: 340px;
    animation-delay: 0.05s;
    animation: bounce-out-nds 0.05s linear;
    animation-fill-mode: forwards;
}

@keyframes bounce-nds {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes bounce-out-nds {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

.container-floating:hover .nds {
    animation: bounce-nds 0.1s linear;
    animation-fill-mode: forwards;
}

.container-floating:hover .nd2 {
    animation-delay: 0.08s;
}

.container-floating:hover .nd3 {
    animation-delay: 0.15s;
}

.container-floating:hover .nd4 {
    animation-delay: 0.2s;
}

.nds img {
    position: absolute;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    line-height: 40px;
    height:50px;
}

.nds label {
    position: absolute;
    right: 60px;
    margin-top: 12px;
    background-color: black;
    color: white;
    padding:5px;
}

.floating-expand {
    font-size: 40px;
    font-weight:bold;
    font-family: "Roboto";
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    top: 5px;
    bottom: 0;
    text-align: center;
    line-height: 40px;
}

.deskop-action-button {
    margin-right: 15px;
    border-radius: 7px;
    font-size: 15px;
    border-color: darkgray;
    border-width: 1px;
    border-style: solid;
    height: 32px;
    display:inline-block;
}
    .deskop-action-button img {
        width: 35px;
        margin-right: 5px;
        margin-top:-2px;
    }
