﻿body {
}

a.tooltipr {outline:none; color: #069; opacity: 1; }
a.tooltipr strong {line-height:30px;}
a.tooltipr:hover {text-decoration:none;} 
a.tooltipr span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:-30px; margin-left:28px;
    width:400px; line-height:16px;
}
a.tooltipr:hover span{
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#DAEEFA;}
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}
    
/*CSS3 extras*/
a.tooltipr span
{
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}

table.data {
    margin-top: 10px;
    width: 100%;
    border: 1px solid #EEE;
}

table.data thead th {
    background-color: #E0E7EB;
    border-bottom: 1px solid #CAA8A8;
    padding: 5px;
    font-weight: normal;

    text-align: left;
}
table.data thead th.actions {
    width: 85px;
    text-align: center;
}

table.data tbody td.actions {
    text-align: center;
}

/* Login form */
.loginForm {
    text-align:center;
}

.centered {
    width:700px;
    margin: 0 auto;
}

.form-control-hzz {
  display: block;
  width: 100%;
  max-width: 430px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#podaciORadniku, #podaciOPoslodavcu, #podaciORPS,
#podaciOUP, #zahtijevamOPNI, #brojTRPR, #prilozi,
#suglasnosti, #mjestoDatumZahtjeva, #predajZahtjev, 
#header {
    width: 98%;
    margin: 0 auto;
}

.margin_left_15px {
    margin-left: 15px;
}
.margin_right_15px {
    margin-right: 15px;
}
.valign_label {
    height: auto; 
    line-height: 40px;
}

#prilozi {
    display: none;
}
#header {
    margin-top: 20px;
}
.tooltipr {
    display: none;
}

.Page {
    /*width: 960px;*/
    background-color: white;
    margin: 0px auto 0px auto;
    /*border: 1px solid #F2F2F2;*/
    box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.3);
    -o-box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.3);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.3);
}