﻿html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    color: #464646;
    padding: 0;
    margin: 0;
    font-family: Arial, Sans-serif;
    font-size: 10pt;
}


a {
    color: #17475C;
}

    a img {
        border: none;
    }

    a, a:visited {
        text-decoration: none;
		color: #4000A2;
    }

        a:hover, a:active {
            outline: none;
            text-decoration: none;
            color: #4586A2;
        }

        a:focus {
            outline: none;
            text-decoration: none;
        }

form-group
{
	
}
.clear {
    height: 1px;
    line-height: 0;
    font-size: 1px;
    clear: both;
}

.container {
    padding-top: 12px;
}
.velikimeni {
    background-color: #f8f8f8;
}
.malimeni {
    background-color: #6db4e3;
    height: 40px;
}


.topMenu {
    font-family: Arial, Sans-serif;
    padding: 20px 8px;
    text-align: center;
    font-size: 1.1em;
    color: #585858;
    border-left: 1px solid #dadada;
    text-transform: uppercase;
    height: 60px;
    display: block;
 
}

    .topMenu:hover {
        background-color: #dae6eb;
    }

    .topMenu.active {
        position: relative;
        background-color: #dae6eb;
        border-bottom: 5px solid #F0C308;
    }

 

/* header */
header {
    position: relative;
}

.logo {
    width: 100px;
    height: 35px;
    margin-top: 6px;
}

.logoCollapsed {
    width: 60px;
    height: 20px;
    margin-top: 6px;
    margin-left: 6px;
}

#logo img {
}

#barCode {
    padding: 0 20px;
    margin-top: 16px;
}

.pointer {
    cursor: pointer;
}

.wait {
    cursor: wait;
}

.obavijesti {
    background-color: #f8f8f8;
    padding: 20px 0;
    margin-top: 24px;
}

footer {
    background-color: #6db4e3;
}

    footer .KontaktNaslov  {
        margin-top: 40px;
        padding-bottom: 2px;
        border-bottom: 1px solid #fff;
       
 
    }

        footer .KontaktNaslov a {
            font-family: Arial, Sans-serif;
            font-size: 1.8em;
            color: #fff;
      
        }

 
 
    footer .kontakttekst {
        font-family: Arial, Sans-serif;
        font-size: 1.1em;
        color: #fff;
        padding-top: 12px;
        padding-bottom: 50px;
    }

    footer .foodno {
        background-color: #fff;
        color: #3d3d3d;
        height: 50px;
        font-family: Arial, Sans-serif;
        font-size: 14px;
        padding-top: 15px;
    }

.topTitle{
    font-size: 1.5em;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 10px;
}
.topSubTitle{
    font-size: 1.2em;
      font-weight: bold;
          margin-top: 10px;
    margin-bottom: 6px;
}
.topSubTitle2 {
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 6px;
}
.title {
    color: #ac1500;
    
}

.chart {
    width: 100% !important;
    height: 100% !important;
}

/*
.thead {
    background-color: #dddddd;
    font-weight: bold;
}*/

.clickableRow {
    cursor: pointer !important;
}

.selectedRow {
    font-weight: bold;
    background-color: #b4d7e7;
}

table {
    padding: 0;
}

.neobracunato {
    color: #ac1500;
}

.obracunato {
    color: green;
}

.error {
    color: #ac1500;
    font-weight: bold;
}


.spinner {
    margin: 24px;
    height: 36px;
    width: 36px;
    animation: rotate 0.8s infinite linear;
    border: 3px solid #ac1500;
    border-right-color: transparent;
    border-radius: 50%;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.selected {
    font-size: 1.2em;
    font-weight: bold;
    color: #ac1500;
}


#svgMap {
 
    width: 100%;
    height: 100%;
 
    margin: 20px;
    border: solid 1px red;
 
}
/* radovi */
.dan {
    width: 17%;
    float: left;
    text-align: center;
    font-family: Arial, Sans-serif;
    font-size: 14px;
    color: #7c7c7c !important;
    display: block;
    cursor: pointer;
    margin: 0;
}

    .dan .broj {
        text-align: center;
        font-size: 24px;
        color: #7c7c7c;
        padding: 10px 0;
        width: 80%;
        margin: 0 auto;
        margin-top: 6px;
        margin-bottom: 4px;
    }

        .dan .broj:hover {
            background-color: #e1ebef;
            color: #fff;
        }

        .dan .broj.danas {
            background-color: #b4d7e7;
            color: #fff;
        }

.mjesec {
    width: 17%;
    float: left;
    text-align: center;
    font-family: Arial, Sans-serif;
    font-size: 12px;
    color: #7c7c7c !important;
    display: block;
    cursor: pointer;
    margin: 0;
}

    .mjesec .broj {
        text-align: center;
        font-size: 18px;
        color: #7c7c7c;
        padding: 10px 0;
        width: 90%;
        margin: 0 auto;
        margin-top: 6px;
        margin-bottom: 4px;
    }

        .mjesec .broj:hover {
            background-color: #e1ebef;
            color: #fff;
        }

        .mjesec .broj.selected {
            background-color: #b4d7e7;
            color: #fff;
        }

.ulica {
    font-family: Arial, Sans-serif;
    font-size: 14px;
}
/* pie */
.pieContainer {
    width: 110px;
    height: 100px;
    position: relative;
    margin: 16px auto;
    color: #444;
}

#percent, #svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#percent {
    line-height: 20px;
    height: 20px;
    width: 100px;
    top: 36px;
    font-size: 24px;
    text-align: center;
    color: #40acd5;
}

.hiddenRow {
    padding: 0 !important;
}
.table th {
   text-align: center;   
}
/*
    .select2 > .select2-choice.ui-select-match {
 
      height: 29px;
    }
 */