/* ------------------Firefox only CSS -------------------*/
@-moz-document url-prefix() {
    .table>tbody>tr>td {
        box-shadow: none;
    }
    .table>tbody>tr {
        border-top: solid 1px #A09F9F;
    }
}

/* ------------------------------------------------------ */

.al_suc_style {
    font-size: 20px;
    border:0;
    box-shadow: 0 0 3px #5F5F5F;
    text-align: center;
    text-shadow: 1px 1px #fff;
    padding: 8px 0;
}

.al_suc_style p {
    font-size: 14px;
    color: #658064;
    text-shadow: 1px 1px #E0EFDD;
}

.al_suc_style p:nth-child(2) {
    margin-top: -3px;
}

.table>tbody>tr>td {
    border: 0;
    box-shadow: 2px 0px 1px #000;
    -moz-box-shadow: 2px 0px 1px #000;
    vertical-align: middle;
    font-size: 16px;
    text-shadow: 1px 1px #EFECEC;
}

.table>tbody>tr>td:first-child {
    padding-left: 30px;
}

.table>tbody>tr {
    border-top: solid 1px #fff;
}

.table .btn {
    padding: 2px 4px;
    border: solid 1px #46464A;
    text-shadow: none;
}

.btn, .btn:hover {
    border: solid 1px #46464A;
}

#edit_form h3, #new_form h3 {
    margin-top: 0;
    margin-bottom: 18px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 14px;
    color: #999;
    box-shadow: 0 2px 1px 0px #FFF;
    text-shadow: 1px 1px 1px #FFF;
}

.back_link {
    text-decoration: underline;
}

.modal-content {
    background: linear-gradient(top, #FFFFFF 0%,#BDBDBD 100%);
    background: -webkit-linear-gradient(top, #FFFFFF 0%,#BDBDBD 100%);
    background: -moz-linear-gradient(top, #FFFFFF 0%,#BDBDBD 100%);
    background: -o-linear-gradient(top, #FFFFFF 0%,#BDBDBD 100%);
    background: -ms-linear-gradient(top, #FFFFFF 0%,#BDBDBD 100%);
    border-radius: 0;
    /*box-shadow: 0 0 2px 1px #000 inset;*/
}

.modal-dialog {
    margin-top:15%;
    outline: none;
}

.modal-header {
    border-bottom: solid 1px #6C3C3C;
    height: 50px;
    background: linear-gradient(#D8514D,#992C2A);
    background: -webkit-linear-gradient(#D8514D,#992C2A);
    background: -moz-linear-gradient(#D8514D,#992C2A);
    background: -o-linear-gradient(#D8514D,#992C2A);
    background: -ms-linear-gradient(#D8514D,#992C2A);
}

.modal-title {
    color: #E5DDDD;
    text-shadow: 0 0 1px #1B1515;
}

.modal-body {
    color: #625656;
    text-shadow: 1px 1px 1px #fff;
    border-bottom: solid 1px #A5A1A1;
}


.modal-footer {
    border-top: 1px solid #ededed;
    padding: 10px;
}

.body_title {
    font-size: 16px;
    margin: 0 0 5px 0;
}

.values {
    margin: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.8;
}

/*#info_msg {
    position: absolute;
    height: auto;
    width: auto;
    top: 15px;
    right: 18px;
    text-align: right;
    background: #F4D6D6;
    padding: 5px;
    border-radius: 6px;
    border: solid 1px #817070;
    display: none;
}*/

.uput_show, .uput_hide {
    padding: 3px 10px !important;
}

.uput_show {
    width: 68px;
}

.uput_hide {
    margin-top: 15px !important;
}

.uputnica .content, .uput_hide {
    display: none;
}

.uputnica {
    padding-left: 30px !important;
}

.uputnica.has_content {
    padding-left: 0 !important;
}

.sakrij {
    display: none !important;
}

.oznaka_th {
    padding-left: 30px !important;
}

.udk {
    padding-left: 32px !important;
}


.content {
    font-size: 14px;
    position: absolute;
    top: 25px;
    width: auto;
    height: auto;
    background: #265a88;
    padding: 20px 40px;
    white-space: nowrap;
    color: #fff;
    text-shadow: none;
    border-radius: 0 5px 5px 5px;
    border: solid 1px #46464A;
    border-top: 0;
    background: linear-gradient(#265a88, #4679A5);
    background: -webkit-linear-gradient(#265a88, #4679A5);
    background: -moz-linear-gradient(#265a88, #4679A5);
    background: -o-linear-gradient(#265a88, #4679A5);
    background: -ms-linear-gradient(#265a88, #4679A5);
    text-shadow: 0 0 5px #000;
}

.uput_wrap {
    position: relative;
}

.blue_btn_default {
    background: linear-gradient(to bottom,#337ab7 0,#265a88 100%) !important;
}

.al_err_style {
    text-align: center;
    margin:0 15px 15px 15px;
    text-shadow: 1px 1px 1px #EAE3E3;
    display: none;
    border: solid 1px #994242;
}

#to_top {
    position: fixed;
    width: 50px;
    height: 50px;
    display: none;
    bottom: 20px;
}

#abs_wrap {
    position: absolute;
    right: 0;
}

.table {
    margin-bottom: 0;
}

.glyphicon-circle-arrow-up {
    font-size: 50px;
    color: #2E6EA5;
    cursor: pointer;
    text-shadow: 2px 0 1px #4D5156;
}

.glyphicon-circle-arrow-up:hover {
    color: #265B8A;
    text-shadow: 2px 0 1px #2D4152;
}

.nav a:hover {
    background-image: none !important;
}

.nav a:active {
    box-shadow: inset 0 2px 7px rgba(0,0,0,.15) !important;
}

#new_form, #edit_form {
    background: #F0F0F0;
    padding: 20px;
    border-radius: 7px;
    box-shadow: 0 0 2px #525252;
}

#new_form textarea, input[type="text"] {
    box-shadow: 0 0 2px 1px #A1A1A1 inset;
    border: solid 1px #fafafa;
    padding: 8px;
    border-radius: 5px;
}

input[type="text"]:focus, textarea:focus {
    outline-style:none !important;
    border-color:transparent !important;
    /*box-shadow: 0 0 2px 2px #B5B4B4 inset !important;*/
    background: #fff;
    padding-left: 8px !important;
    box-shadow: 0 0 2px 2px #A6B1BE inset !important;
}

/*#search_form {
    width: 535px;
    background: #F0F0F0;
    padding: 20px 0 15px 10px;
    border-radius: 7px;
    box-shadow: 0 0 1px 0px #0F0E0E;
}*/

.v_separator {
    border-right: solid 1px #ccc;
    box-shadow: -3px 0px 0px -1px #FFFFFF inset;
}

.table.comment_tbl>tbody>tr>td {
    box-shadow: none;
    border-top: solid 1px #ccc;
}

.table.comment_tbl {
    box-shadow: 0 0px 2px #515151;
}

.com_row {
    background: linear-gradient(#fff, #f4f4f4);
}

span a.napomene {
    width: 20px;
    height: 20px;
    /*background: #488ACC;*/
    background: linear-gradient(to bottom,#5FA1DA 0,#4483BB 100%);
    display: inline-block;
    border-radius: 10px;
    padding-left: 7px;
    line-height: 19px;
    color: #fff;
    text-shadow: none;
    font-weight: bold;
    font-size: 12px;
}

span a.napomene:hover {
    cursor: pointer;
    box-shadow: 0 0 1px 1px #2C4C69;
    text-decoration: none;
}

span a.napomene:focus {
    box-shadow: 0 0 1px 1px #2C4C69;
    text-decoration: none;
}


*:focus {
    outline: none !important;
}

.uputn_link {
    color: #BFD9ED !important;
    text-decoration: none;
}

#stat_wrap {
    color: #777;
}

#stat_wrap h2 {
    font-size: 20px;
    border-bottom: solid 1px #dedede;
    margin-top: 0;
    background: linear-gradient(#FFFFFF, #FFFFFF);
    padding: 4px 2px 5px 0;
    /*border-top: solid 1px #DEDEDE;*/
}

#stat_wrap .dp {
    width: 93px;
}

.datepicker.dropdown-menu {
    margin-top: 7px;
    box-shadow: 0 0 5px #AFAFAF;
}

#show_stat_btn {
    margin-left: 10px;
}

#pag_wrap {
    background: #F7F5F5;
    margin-top: 29px;
    padding: 10px;
}

input.prikazano{
    width: 60px;
    text-align: center;
}

#uk_br_zap {
    background: #E2E2E2;
    padding: 8px 24px;
    border-radius: 3px;
    box-shadow: 0 0 2px #000;
}

#search_form { /*druga verzija, postoji stara verzija iznad*/

}

#search_box {
    width: 535px;
    background: #F0F0F0;
    padding: 20px 0 15px 10px;
    border-radius: 7px;
    box-shadow: 0 0 1px 0px #0F0E0E;
}

.popup_hr {
    border-top: 1px solid #d2d2d2;
    margin: 10px 0;
}

.highlight {
    /*background: #EDF5CE;*/
    background: #f6f8f9;
    background: -moz-linear-gradient(-45deg, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
    background: -webkit-linear-gradient(-45deg, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
    background: linear-gradient(135deg, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
}

#back_to_search {
    position: absolute;
    top: 5px;
    right: 0;
}

.vidljivost_check {
    margin: 15px 10px !important;
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
}

/*footer izjava*/
footer[role="contentinfo"] a {  color: #880200; outline: none; text-decoration:none;}
footer[role="contentinfo"] a:hover {    color: #636363; }
footer .site-info p { font-size: 11px; margin: 0 !important; }
footer .site-info .p-logo { margin-bottom: 20px !important; }
/*footer izjava*/
