#page {
  padding-top: 60px;
}

#main_content
{
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
#main-left
{
  width: 100%;
}


.main-right
{
  width:48%;
  min-height: 100px;
  height:auto;
  border: 1px solid gray;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 5px 5px 2px lightgray;
  margin: 10px 10px 0px 0px;
  float:left;
}

.left-item{
    position: relative;
    display:inline-block;
    width:100%;
    margin:5px;
    border: 1px solid gray;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 5px 5px 2px lightgray;
}

.naglaseno
{
  color: red;
  font-family: Tahoma, Verdana;
  font-weight: bolder;
}

.naslovAlarm
{
  font-size: 20px;
  font-weight: bold;
  color: darkred;
  background-color: #F6F6F6;
  padding: 5px;
  border-bottom: 1px solid gray;
  border-radius: 5px 5px 0px 0px;

}
#footer
{
  width:1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border-top:1px solid gray;
}
#gulf-header
{
  width:100%;
  height: 100px;
  border: 1px solid lightblue;
  border-radius: 10px;
  background-color: #F6F6F6;
}
#gulf-logo, #gulf-naslov
{
  float:left;
  width:150px;
  height:90px;
  margin:20px;
}
#gulf-naslov
{
  font-family: "Monotype Corsiva";
  font-size: 58px;
  font-weight: bold;
  color:#2F3192;
  margin-left: 100px;
  margin-top:40px;
}

#notes{
    width:300px;
    height: 100%;
    background-color: #E2E9F7;
    border: 1px solid gray;
    border-radius: 5px;
    margin-left: 100px;
    padding: 0px;
}
#notes .title{
    width:100%;
    height: 35px;
    font-size: 20px;
    font-weight: bold;
    background-color:gray;
    color:#fff;
    padding: 0px;
    
}
#notes .title img{
    margin:0px;
    padding: 0px;
    width:35px;
    height: 30px;
    
}
#row1, #row2, #row3, #row4, #row5, #row6, #row7
{
  position:relative;
  width:300px;
  height: auto;
  float:left;
}
.form
{
  width:1200px;
  margin-top:50px;
  padding-bottom: 20px;
  background-color: #F6FCEF;
}
#form_usluga, #form_ugovor_p, #form_ugovor, #form_primopredaja,
#form_placanje, #form_setopreme, #form_oprema, #form-faktura, #form-iznajmljivac,
#form-zamjena, #faktura-opsta-form
{
  background-color: #F6FCEF;
  margin-top:20px;
  padding-bottom: 20px;
}
#form_usluga
{
  width:1000px;
  height:300px;

}
#form_ugovor_p
{
  width:1200px;
  height:330px;
}

#form_ugovor
{
  width:1200px;
  height:530px;
}
#form_primopredaja
{
  width:600px;
  height:230px;
  padding:20px;
  border: 1px solid lightgray;
  border-radius: 10px;
}

#form_placanje
{
  width:800px;
  height:280px;
}

#form_setopreme
{
  position: absolute;
  display:none;
  padding: 20px;
  width: auto;
  height: auto;
  z-index: 110;
  border: 1px solid gray;
  border-radius: 10px;
}
#form_oprema
{
  width:800px;
  height:160px;
}

#form-faktura
{
  width:900px;
  height: 180px;
  padding: 20px;
  margin-bottom:30px;
}

#faktura-opsta-form
{
  width: auto;
  height: auto;
  padding: 20px;
  margin-bottom:30px;
}

#form-iznajmljivac
{
  width:900px;
  height: auto;
  padding: 20px;
}

#form-zamjena
{
  width:250px;
  height: 260px;
  margin-bottom:40px;
  padding: 20px;
}
.create_button{
  margin:10px;
  width:100px;
  height:40px;
}

.check_label{
  position: relative;
  margin-left:5px;
  top:4px;
}

.inactive{
  font-size:16px;
  font-weight: bolder;
}

.oprema
{
  font-size:12px;
}

#blis
{
  position:fixed;
  display: none;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 100;
}

#opremaBox
{
  position:absolute;
  display: none;
  top:300px;
  margin-left:auto;
  margin-right:auto;
  width:480px;
  height: 210px;
  background-color: #C3DAF7;
  border:1px solid white;
  border-radius: 10px;
  padding:10px;
  z-index: 200;

}
#top-box
{
  width:100%;
  height:180px;
}
#bottom-box
{
  width:100%;
  height: 30px;
  text-align: right;
}

#right-box
{
  width:45%;
  height:auto;
  margin-left: 10px;
  background-color: white;
}
#left-box
{
  margin-right: 10px;
  text-align: left;
}

.minusOprema
{
  padding: 0px 10px 0px 10px;
  border: 1px solid lightblue;
  border-radius: 5px;
  background-color: darkred;
  color: white;
  margin-left: 20px;
}

.btn-small
{
  margin:5px;
}

.btn-oprema
{
  float:right;
  width:100px;
  height:30px;
  border:1px solid black;
  border-radius: 3px;
  margin-left: 5px;
}

#btnPotvrdi
{
  background-color: green;
}
#btnZatvori
{
  background-color: red;
}
#left-box, #middle-box
{
  float:left;
}
#middle-box
{
  margin-top:50px;
}
#right-box
{
  float:right;
}

#gulf-form
{
  width:500px;
  height:200px;
  background-image: url('../images/zrake.png');
  background-repeat:no-repeat;
  margin:50px auto 50px auto;
  padding: 50px 0px 0px 50px;
}
#login-form
{
  width:310px;
  height:auto;
  border:1px solid lightgray;
  border-radius: 20px;
  padding:20px;
  background-color:#D89ED8;
  color:white;
  box-shadow: 10px 10px 5px #888888;
}

#login-form label
{
  width:60px;
  text-align:left;
}

#LoginForm_username, #LoginForm_password
{
  text-align: left;
  margin-left: -100px;
}

#gulf-login-button
{
  float:right;
}
#login-form #remeber
{
  float:left;
}

#waiting_gif
{
  position:fixed;
  top:300px;
  left:300px;
  width: 116px;
  height: 120px;
  display: none;
  margin: auto auto auto auto;
  background-image: url('../images/waiting.gif');
  background-repeat:no-repeat;
  z-index:999;
}

#vozilo-info
{
  position: absolute;
  background-color: white;
  display:none;
  top:200px;
  left:700px;
  width:250px;
  height: 300px;
  z-index:210;
  border:1px solid gray;
  box-shadow: 3px 3px 3px #888888;
  overflow-y: scroll;
}
ul.my-popup-list
{
  list-style-type: none;
}
ul.my-popup-list li:nth-child(odd)
{
  background-color:lightgray;
  font-size: 10px;
}

ul.my-popup-list li:nth-child(even)
{
  background-color:whitesmoke;
  font-family: Tahoma;
  font-size: 12px;
  font-weight: bold;
}
#vozilo-info .close-icon
{
  text-align: right;
  top:-30px;
  right:-30px;
}

#novo-vozilo, #novi-iznajmljivac, #novo-placanje, #nova-kartica, #novi-vozac
{
  position: fixed;
  display: none;
  background-color: #F6FCEF;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  -ms-transform:translate(-50%, -50%); /* IE 9 */
  -webkit-transform:translate(-50%, -50%); /* Safari and Chrome */
  border:1px solid black;
  border-radius: 10px;
  box-shadow: 10px 10px 10px #888888;
  padding: 20px;
  z-index: 500;
}
#ugovor_p
{
  display:none;
}

#userStatus
{
  background-color: lightyellow;
  float:right;
  border:1px solid darkgray;
  border-radius: 5px;
  width: 200px;
  height: 100%;
  font-size: 14px;
  line-height: 115%;
}

.greska, #info-auto{
  width:500px;
  border:1px solid #0088C9;
  border-radius: 3px;
  background-color: #F5F5F5;
  padding:3px;
  margin:3px 0px 3px 0px;
  box-shadow: 5px 5px 5px lightgray;
}
#info-auto{
  position: absolute;
  height: auto;
  min-height: 100px;
  display: none;
  text-align: center;
  overflow-x: no-display;
  overflow-y: scroll;
}

#pj
{
  border: 1px solid gray;
  border-radius: 5px;
  margin:10px;
  text-transform: uppercase;
}
#pj-naslov
{
  background: -moz-linear-gradient(bottom right, #ECEDED, #C8C9CB); /* Standard syntax */
  border-bottom: 1px solid gray;
  border-radius: 5px 5px 0px 0px;
  font-family: Tahoma;
  font-size: 20px;
}
#pj-content
{
  text-align: left;
  padding-left: 20px;
}
.list-of-cars{
  border:1px solid gray;
  text-align: left;
  overflow-y:scroll ;
  min-height: 100px;
  max-height: 100px;
  padding:5px;
  margin:5px;
}

#notes-form, #notes-list{
    display: none;
    position: fixed;
    background-color: #fff;
    width:30%;
    height: auto;
    min-height: 30%;
    top:35%;
    left:35%;
    padding:10px;
    border:1px solid gray;
    border-radius: 5px;
    box-shadow: 5px 5px 5px gray;
    z-index: 1200;
}
 #overlay{
        display:none;
        position: fixed;
        width:100%;
        height:100%;
        background-color: #000;
        opacity: 0.5;
        z-index: 1100;
    }
