﻿.siviBoxContent {
    box-shadow: 0 0 8px #666;
    background: #eee;
    border: 4px solid #999;
    font-family: olnej;
    border-radius: 4px;
    min-height: 400px;
    min-width: 400px;
}

.siviBoxContentLibusof {
    font-family: Raleway !important;
}

.naslovBoxContent {
    margin-top: 0;
    float: left;
    width: 100%;
    height: 48px;
    color: #444;
    font-size: 19px;
    text-shadow: 0 0 1px #444;
    font-size: 19px;
    text-align: left;
    vertical-align: middle;
    line-height: 48px;
}

    .naslovBoxContent img {
        float: left;
        margin-right: 15px;
    }

.siviBoxZaTamni {
    /*    background: url('../../resources/images/background/sivas.jpg') repeat-x;*/
    background-color: #F6F8FA;
    background-size: contain;
    box-shadow: 0 0 8px #333;
    border: 3px solid #95C13D;
    font-family: olnej;
    border-radius: 4px;
    padding: 25px;
    display: table;
}

.siviBoxZaTamniLibusoft {
    font-family: Raleway !important;
}

.siviBoxZaTamniLogo {
    /*    background: url('../../resources/images/background/sivas.jpg') repeat-x;
    background-size: contain;*/
    /*box-shadow: 0 0 8px #333;
    border: 3px solid #95C13D;*/
    background-color: #F6F8FA;
    font-family: olnej;
    border-radius: 12px;
    padding: 25px;
    border: 3px solid #00276d;
}

.siviBoxZaTamniLogoLibusof {
    font-family: Raleway !important;
}

.libusoftBoxZaTamni {
    background-size: contain;
    /* box-shadow: 0 0 8px #333; */
    border: 3px solid #00276d;
    font-family: Raleway !important;
    border-radius: 4px;
    background-color: #FFF;
    padding-left: 35px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    display: table;
}

.libusoftBoxZaTamniLogin {
    background-size: contain;
    /* box-shadow: 0 0 8px #333; */
    border: 3px solid #00276d;
    font-family: Raleway !important;
    border-radius: 4px;
    background-color: #FFF;
    padding-left: 30px;
    padding-top: 20px;
    padding-right: 25px;
    padding-bottom: 13px;
    display: table;
}

.libusoftBoxZaTamni td {
    padding: 3px;
}

.plaviBoxZaTamni {
    /* background: url('../../resources/images/background/sivas.jpg') repeat-x;*/
    background-color: #F6F8FA;
    background-size: contain;
    box-shadow: 0 0 8px #333;
    border: 3px solid #0880BF;
    font-family: olnej;
    border-radius: 4px;
    padding: 25px;
}

.plaviBoxZaTamniLibusoft {
    font-family: Raleway !important;
}

.close {
    line-height: 25px;
    position: absolute;
    right: -32px;
    top: -32px;
    width: 25px;
    height: 25px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    font-size: 14px;
    color: #333;
    border: 2px solid #AD0404;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 8px #333;
}

    .close:hover {
        color: white;
        border: 2px solid red;
        text-decoration: none;
    }

/*:: POPUP ::*/

.modalProfil {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -ms-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    -o-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    font-weight: normal;
    background: #41443B80;
    /*background: #797B75;*/
}

    .modalProfil:target {
        opacity: 1;
        pointer-events: all;
    }

    .modalProfil > div {
        width: 670px;
        height: 280px;
        position: relative;
        margin: 0 auto 20px auto;
        top: -1000px;
    }

.modalOdbij {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -ms-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    -o-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    font-weight: normal;
    background: #41443B80;
    /*background: #797B75;*/
}

    .modalOdbij:target {
        opacity: 1;
        pointer-events: all;
    }

    .modalOdbij > div {
        width: 450px;
        /* height: 280px;*/
        position: relative;
        margin: 0 auto 20px auto;
        top: -1000px;
    }

.modalPonuda {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -ms-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    -o-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    font-weight: normal;
    background: #41443B80;
    /*background: #797B75;*/
}

    .modalPonuda:target {
        opacity: 1;
        pointer-events: all;
    }

    .modalPonuda > div {
        width: 450px;
        height: 350px;
        position: relative;
        margin: 0 auto 20px auto;
        top: -1000px;
    }