/* ne micati */

.clearfix {
    overflow: auto;
}

body html {
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    /* height: 100%; */
}

#box {
    width: 300px;
    margin: 200px auto;
}

#box img {
    width: 170px;
    float: left;
}

#form {
    float: right;
    width: 200px;
    margin-left: 50px;
}

header {
    margin: -30px auto;
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.3);
}

nav {
    margin: 0 auto;
}

nav a {
    color: #fff;
}

option {
    color: #000;
}

#mali {
    width: 52px;
    border-style: none;
}

.active {
    color: rgba(255, 10, 10, 0.8);
    text-shadow: 1px 1px rgba(255, 0, 0, 0.1);
    font-weight: 400;
}

#link {
    display: inline-table;
    width: 110px;
    text-align: center;
    text-decoration: none;
    font-variant: small-caps;
    margin-top: 15px;
    transiton: all ease-in-out;
}

.oznaci a {
    font-weight: bolder;
}

#link:hover {
    color: rgba(255, 10, 10, 0.8);
    text-shadow: 1px 1px rgba(255, 0, 0, 0.5);
}

.podaci_pocetak {
    width: 95%;
    margin: 120px auto;
    text-align: center;
    font-size: 30px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.aside {
    width: 200px;
    float: left;
}

.aside span {
    color: rgba(0, 0, 0, 0.7);
}

.aside hr {
    color: rgba(0, 0, 0, 0.7);
}

.aside span:hover {
    cursor: pointer;
    font-weight: 400;
}

.aside span a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.7);
}

.aside span a:hover, .aside span:hover {
    cursor: pointer;
    font-weight: 400;
}

.aside li {
    /*color: red;*/
}

.desno {
    width: 95%;
    height: 100%;
    display: block;
    float: right;
}

.desno_clan_kartica {
    width: 400px;
    margin-left: 100px;
    height: 100%;
    display: block;
    float: left;
}

.plan {
    height: 100%;
    display: block;
    float: left;
    margin-left: 20px;
}

.desno_dan {
    height: 100%;
    display: block;
    float: right;
    width: 900px;
}

.podaci {
    width: 1300px;
    height: 100%;
    position: relative;
    left: 150px;
    /*top: -300px;*/
}

.podacim {
    width: 960px;
    height: 100%;
    float: right;
}

.podacim a {
    color: #004a8f;
    text-decoration: none;
}

.podacim a:hover {
    font-weight: bolder;
}

.podacim span {
    color: #004a8f;
}

.napredna_pretraga {
    /*display:none;*/
    display: block;
    width: auto;
    height: 100%;
    background-color: #ccc;
    opacity: 1;
    color: #fff;
    margin-left: 10px;
    border-radius: 4px;
    float: left;
}

.napredna_pretraga hr {
    color: #fff;
}

.napredna_pretraga_list {
    background-color: #FFA500;
}

.novi_clan {
    display: none;
    width: 800px;
    height: 330px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    border-radius: 4px;
}

#odclanjeni_clanovi_ispis {
    display: none;
}

#preminuli {
    display: none;
}

.tvrtke {
    display: none;
    width: 980px;
    height: 250px;
    background-color: #2374c3;
    color: #fff;
    border-radius: 4px;
    float: right;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 10px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 10px;
    /* Firefox */
    column-gap: 10px;
}

.tvrtke form {
    width: 200px;
    margin: 0 auto;
    padding: 10px;
}

.osobni_podaci {
    margin: 5px;
    width: 100%;
    line-height: 2em;
    display: inline-table;
}

.poslodavac {
    margin: 5px;
    width: 100%;
    line-height: 2em;
    display: inline-table;
}

.sindikat {
    margin: 5px;
    width: 100%;
    line-height: 2em;
    display: inline-table;
}

.funkcije {
    margin: 5px width: 30%;
    float: left;
    display: inline;
    border-bottom: 0.1px white solid;
}

.clan table {
    float: left;
    width: 200px;
    border: solid 0.1px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}

.clan th {
    color: #ffffff;
}

.clan td {
    text-align: left;
    border: solid 0.1px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    width: 100px;
}

.clan table tr {
    background-color: rgba(0, 0, 0, 0.1);
    width: 300px;
}

.clan table th {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}

.clan tr:hover {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.clan_duz table {
    clear: both;
    float: left;
    width: 200px;
    border: solid 0.1px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}

.clan_duz th {
    /*color:#ffffff; */
    color: #000;
}

.clan_duz td {
    text-align: left;
    border: solid 0.1px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    width: 100px;
}

.clan_duz table tr {
    background-color: rgba(0, 0, 0, 0.1);
    width: 300px;
}

.clan_duz table th {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}

.clan_duz tr:hover {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

th {
    color: #000;
}


/*

th{
color:#ffffff; 
}
td{
text-align: center;
border: solid 0.1px rgba(0,0,0,0.3);
border-radius: 2px;} 


table tr{
    background-color: rgba(0,0,0,0.1);
}

table th {
    background-color: rgba(0,0,0,0.3);
    border-radius: 2px;
} 
*/

table {
    /*float: left;
	width: 100%;
	border: solid 0.1px rgba(0,0,0,0.3);
	border-radius: 3px;*/
}


/*
tr:hover{
	background-color:rgba(255,10,10,0.3);
	border-radius: 2px;
}

*/


/* da se može pratiti red */

tr:hover {
    /*background-color: #aaa;*/
    background-color: #E0E0E0;
    text-shadow: 1px 1px rgba(255, 0, 0, 0.5);
    border-radius: 2px;
}

#mpodaci {
    display: none;
    width: 980px;
    background-color: #2374c3;
    color: #fff;
    border-radius: 4px;
    float: right;
}

#mpodaci form {
    margin: 10px;
}

.sve {
    width: 95%;
    display: block-table;
    margin: 70px auto;
}

.svem {
    width: 1200px;
    display: block-table;
    margin: 20px auto;
}

.sve_obrada {
    width: 1200px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 20px auto;
}

.push {
    width: 960px;
    height: 50px;
    margin: 0 auto;
}

footer {
    position: relative;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    color: #fff;
    font-size: 8px;
}

.wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 4;
    background: url(../images/wrapper.png);
    display: none;
}

.wrapper_box {
    width: 80%;
    position: fixed;
    top: 60px;
    left: 10%;
    z-index: 5;
    background-color: #ccc;
    color: #000;
    padding: 20px;
    border-radius: 5px;
}

.wrapper_box svg {
    float: right;
    stroke: #000;
    position: relative;
    top: 20px;
    right: 20px;
}

.wrapper_box form {
    color: #000;
    font-weight: 200;
}

.wrapper_box form input {
    outline: 0;
    border-style: none;
}

.wrapper_box form hr {
    width: 90%;
    margin: 0 auto;
    color: #fff;
}

.wrapper2 {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 4;
    background: url(../images/wrapper.png);
    display: none;
}

.wrapper_box2 {
    width: 700px;
    position: fixed;
    top: 100px;
    left: 30%;
    z-index: 5;
    background-color: #ccc;
    color: #000;
    padding: 20px;
    border-radius: 5px;
}

.wrapper_box2 svg {
    float: right;
    stroke: #000;
    position: relative;
    top: 20px;
    right: 20px;
}

.wrapper_box2 form {
    color: #000;
    font-weight: 200;
}

.wrapper_box2 form input {
    outline: 0;
    border-style: none;
}

.wrapper_box2 form hr {
    width: 90%;
    margin: 0 auto;
    color: #fff;
}

.wrapper3 {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 4;
    background: url(../images/wrapper.png);
    display: none;
}

.wrapper_box3 {
    width: 500px;
    position: fixed;
    top: 100px;
    left: 30%;
    z-index: 5;
    background-color: #ccc;
    color: #000;
    padding: 20px;
    border-radius: 5px;
}

.wrapper_box3 svg {
    float: right;
    stroke: #000;
    position: relative;
    top: 20px;
    right: 20px;
}

.wrapper_box3 form {
    color: #000;
    font-weight: 200;
}

.wrapper_box3 form input {
    outline: 0;
    border-style: none;
}

.wrapper_box3 form hr {
    width: 90%;
    margin: 0 auto;
    color: #fff;
}

/* ********************** */
.wrapper4 {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 4;
    background: url(../images/wrapper.png);
    display: none;
}

.wrapper_box4 {
    width: 800px;    
    position: fixed;
    top: 100px;
    left: 30%;
    z-index: 5;
    background-color: #ccc;
    color: #000;
    padding: 20px;
    border-radius: 5px;
}

.wrapper_box4 svg {
    float: right;
    stroke: #000;
    position: relative;
    top: 20px;
    right: 20px;
}

.wrapper_box4 form {
    color: #000;
    font-weight: 200;
}

.wrapper_box4 form input {
    outline: 0;
    border-style: none;
}

.wrapper_box4 form hr {
    width: 90%;
    margin: 0 auto;
    color: #fff;
}
/* ********************** */

.unos_button {
    height: 40px;
    clear: both;
    width: 100%;
    position: relative;
    left: 45%;
    bottom: -20px;
}

.tablica {
    width: 400px;
    margin: 20px;
}

.novi_podaci_sprema {
    position: absolute;
    left: 325px;
    top: 280px;
    width: 190px;
    display: none;
}

#ss {
    font-size: 1.5em;
}

#ss:hover {
    cursor: pointer;
}

.novi_podaci_tvrtka {
    position: absolute;
    left: 555px;
    top: 190px;
    width: 190px;
    display: none;
}

#nt {
    font-size: 1.5em;
}

#nt:hover {
    cursor: pointer;
}

.novi_podaci_radnomjesto {
    position: absolute;
    left: 555px;
    top: 190px;
    width: 190px;
    display: none;
}

#rm {
    font-size: 1.5em;
}

#rm:hover {
    cursor: pointer;
}

.novo_mjesto {
    position: absolute;
    left: 325px;
    top: 340px;
    width: 190px;
    display: none;
}

#nm {
    font-size: 1.5em;
}

#nm:hover {
    cursor: pointer;
}

#odclanjenje {
    width: 100%;
    background-color: #c3fafd;
    display: none;
}

#odclanjenje_form {
    margin: 20px;
}

.kontakt {
    clear: both;
    width: 100%;
}

.block {
    float: left;
    width: 33%;
    height: 40px;
}

.block label {
    display: inline-block;
    text-align: right;
    width: 140px;
}


/* iskočna forma za kontakte */

.blockA {
    float: left;
    width: 48%;
    height: 40px;
}

.blockA label {
    display: inline-block;
    text-align: right;
    width: 140px;
}

.block_pola {
    float: left;
    width: 50%;
    height: 80px; /* TEST */
}

.block_pola label {
    display: inline-block;
    text-align: right;
    width: 250px;
    height: 10px; /* TEST */
}

/* block full line*/
.blockFL { 
    display: inline-block;
    text-align: right;
    width: 100%;
    /*height: 10px;*/
}

#brclanova {}

#brtvrtki {}

#regija_podaci {
    font-size: 20px;
    color: #2374c3;
}

.podruznica_filtriranje {
    width: 500px;
    height: 100px;
    margin: 10px;
    background-color: #ccc;
    float: left;
    border-radius: 10px;
    padding: 40px 0 40px 20px;
}

.selekcija {
    width: 200px;
    height: 100%;
    margin: 10px;
    background-color: #ccc;
    float: left;
    cursor: pointer;
}

#ime_prezime {
    width: 500px;
    margin: 10px;
    float: left;
}

#samotvrtka {
    width: 500px;
    margin: 10px;
    float: left;
    display: none;
}

#brisk {
    width: 500px;
    margin: 10px;
    float: left;
    display: none;
}

#duznst {
    width: 500px;
    margin: 10px;
    float: left;
    display: none;
}

#datumnp {
    width: 500px;
    margin: 10px;
    float: left;
    display: none;
}

.tvrtke_imenik_pretraga {
    width: 980px;
    height: 100%;
    background-color: #2374c3;
    color: #fff;
    border-radius: 4px;
    float: right;
}

.tvrtke_imenik_pretraga form {
    margin: 10px;
}

.clanovi_imenik {
    display: none;
}

.clanovi_imenik_pretraga {
    width: 980px;
    height: 100%;
    background-color: #2374c3;
    color: #fff;
    border-radius: 4px;
    float: right;
}

.clanovi_imenik_pretraga form {
    margin: 10px;
}

.clan_pretraga_financije {
    width: 980px;
    height: 100%;
    background-color: #2374c3;
    color: #fff;
    border-radius: 4px;
    float: right;
}

.clan_pretraga_financije form {
    margin: 10px;
}

#pomoci_clanovi {
    width: 980px;
}

.clan_pretraga_izvjesce {
    width: 980px;
    height: 100%;
    background-color: #2374c3;
    color: #fff;
    border-radius: 4px;
    float: right;
}

.clan_pretraga_izvjesce form {
    margin: 10px;
}

#izvjesce_clanovi {
    width: 980px;
}

.unos_pomoci {
    width: 980px;
}

.izvod {
    width: 980px;
}

.statistika {
    width: 980px;
    float: right;
}

.statistika_pretrazivanje {
    width: 980px;
    background-color: #2374c3;
    color: #fff;
    border-radius: 4px;
    float: right;
}

.statistika_pretrazivanje {
    margin: 10px;
}

.clan_pretraga_pozajmice {
    width: 980px;
    height: 100%;
    background-color: #2374c3;
    color: #fff;
    border-radius: 4px;
    float: right;
}

.clan_pretraga_pozajmice form {
    margin: 10px;
}

#pozajmice_clanovi {
    width: 980px;
}

#pozajmice_cekanje {
    width: 980px;
}

.clan_pretraga_clanarine {
    width: 980px;
    height: 100%;
    background-color: #2374c3;
    color: #fff;
    border-radius: 4px;
    float: right;
}

.clan_pretraga_clanarine form {
    margin: 10px;
}

#clanarine_clanovi {
    width: 980px;
}

#dialog-message {
    z-index: 300;
}

.izvod span {
    cursor: pointer;
}

.ip {
    text-align: left;
}

.ui {
    text-align: right;
}

.clizv {
    min-width: 950px;
    font-size: 13px;
}

.clanovi_printanje {
    display: block;
}

input:required {
    box-shadow: 1px 1px 2px rgba(100, 0, 0, 0.85);
}

input[type=text] {
    color: rgba(0, 0, 0, 0.6);
    border-radius: 3px;
    padding: 5px;
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.6);
    margin: 0 0 10px 0;
    width: 200px;
    /*height: 15px;*/
}

input {
    color: rgba(0, 0, 0, 0.6);
    border-radius: 3px;
    padding: 5px;
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.6);
    margin: 0 0 10px 0;
    width: 200px;
    height: 25px;
}

input[type=radio] {
    color: rgba(0, 0, 0, 0.6);
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.6);
    width: 80px;
}

input[type=email] {
    border-radius: 3px;
    color: rgba(0, 0, 0, 0.6);
    padding: 5px;
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.6);
    margin: 0 0 10px 0;
    width: 200px;
    height: 15px;
}

input[type=tel] {
    border-radius: 3px;
    color: rgba(0, 0, 0, 0.6);
    padding: 5px;
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.6);
    margin: 0 0 10px 0;
    width: 200px;
    height: 15px;
}

input[type=password] {
    border-radius: 3px;
    color: rgba(0, 0, 0, 0.6);
    padding: 5px;
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.6);
    margin: 0 0 10px 0;
    width: 200px;
    /*height: 15px;*/
}

input[type=submit], input[type="button"], input[type="reset"] {
    border-radius: 3px;
    color: rgba(0, 0, 0, 0.6);
    padding: 5px;
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.6);
    margin: 0 0 10px 0;
    width: 150px;
    height: 30px;
}

input[type=text]:focus, input[type=submit]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=radio]:focus, .sel:focus, input[type=button]:focus, input[type=reset]:focus {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
    border-color: rgba(0, 0, 0, 0.6);
}

input[type=text]:hover, input[type=submit]:hover, input[type=password]:hover, input[type=tel]:hover, input[type=email]:hover, input[type=radio]:hover, .sel:hover, input[type=button]:hover, input[type=reset]:hover {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
    border-color: rgba(0, 0, 0, 0.6);
}


/* -------------------- Page Styles (not required) */

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    color: rgba(0, 0, 0, 0.6);
    /*background: transparent;*/
    padding: 3px;
    width: 210px;
    *width: 190px;
    *background: #fff;
    height: 25px;
}

.sel {
    overflow: hidden;
    width: 210px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background: #fff url("http://i62.tinypic.com/15xvbd5.png") no-repeat scroll 180px center;
}

.sel_light {    
    overflow: hidden;
    width: 210px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    /*background: #fff url("http://i62.tinypic.com/15xvbd5.png") no-repeat scroll 180px center;*/
    background-color: grey;    
}



::-webkit-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

:-ms-input-placeholder {
    color: #000;
}

.iskaznice_poj_dodo {
    width: 980px;
    height: 100%;
    background-color: #2374c3;
    color: #fff;
    border-radius: 4px;
    padding: 7px;
    /*float: right;*/
}

.selopt {
    font-weight: bold   !important;
    color: #fff         !important;
    background: #222    !important;
}

.neaktivni {
    font-weight: bold;
    color: #FF0000;
    background-color: #F4F4F4   !important;
}