﻿body {

}

/*
#ModalForma{
        position: fixed;
        width:40%;
        height:40%;
        top: 20%;
        left: 20%;   
        background-color: rgb(233, 250, 237);  
        transition: all 0.5s;  /*  Opet se pojavljuje polako animacija kao fora 
        border: 1px solid black;
        box-shadow: 0 4px 100px 0 rgba(127, 195, 254, 0.54), 0 20px 100px 0 rgba(0, 0, 0, 0.19);
        
}

@keyframes myframes {
        from { height: 0px; width:500px }
        to { height: 300px; width:500px; background-color:rgb(247, 251, 236)}
    }

#Pozadina {
    /* Ovo je komentar - pozadina služi da bi sklonila html ispod 
    position: fixed;
    background-color: rgba(168, 240, 250, 0.68);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.centered {
  position: fixed;
  top: 30%;
  left: 50%;
   bring your own prefixes 
  transform: translate(-50%, -50%);
}
*/

.w100{ width:100px; }
.w150{ width:150px; }
.w200{ width:200px; }
.w250{ width:250px; }
.w300{ width:300px; }
.w350{ width:350px; }
.w400{ width:400px; }
.w450{ width:450px; }
.w500{ width:500px; }
.w550{ width:550px; }

.button{
    font-family: Arial;
    font-size:larger;
    border-radius:5px;
    cursor:pointer;
    padding: 5px 5px;
}

.button:hover{
    background-color:#828080;
    color: white;
}

.Naslov{
    text-shadow: 1px 1px 2px gray;
    background-color: black;
    text-align:center; 
    font-size:30px; 
    padding:0;
    color:aliceblue;
    width:50%;
    float:left;  /* da bi div poređao u liniju */  
}

.FormSadr{
    position:fixed;
    left: 50%;
    top: 10%;  
    /* bring your own prefixes */
    transform: translate(-50%, -10%);  /*Prvi procenat odvaja od leve strane  a drugi od gore*/
    z-index:-1;
    border: 1px solid black;
    background-color:white;
    border-radius: 10px 10px 10px 10px;
    margin: 10% auto;   /*Odvajamo od vrha*/
    /*padding:20px;       /* odvajmo od ivice ovog contenta ali sam ukinuo kada sam napravio header pa sam tamo definisao padding*/
    width:50%;
    box-shadow: 0 5px 8px black,0 5px 8px black ;
   
}

.Boks{
    background-color: #e9fbeb;    
    border-radius: 10px;    
    padding: 3px 3px;
    display:inline-block;
    float: left;    
    width: 950px;    
}

.divBoks{
    
}

label{    
    display:inline-block;
    *display: inline;     /* for IE7*/
    zoom:1;              /* for IE7*/
    float: left;
    padding-top: 5px;
    text-align: right;
    width: 240px;  
    color:#8d8c8c;  
}

.form-txt {
    /*  POZICIJA IZA LABELE */
    margin-top: 5px;
    margin-bottom: 5px;
    display:inline-block; 
    *display: inline;     /* for IE7*/
    zoom:1;              /* for IE7*/
    vertical-align:middle;
    margin-left:5px;
    /*-----------------------*/
    /*  SLOVA   */
    color: black;
    font-weight: bold;
    /*-------------*/
      height: 25px;
      padding: 2px 12px;
      font-size: 14px;
      line-height: 1.42857143;
      
      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;
     }

/* Trebalo bi da je kada textBox dobije fokus*/
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}



#lblStat{
    background-color:yellow;
}

#txtStat{
    background-color:red;
}



#divDrop
{    
    position: absolute;
    top: 10%;
    cursor: pointer;    
    line-height: 1;
    border: 0;
    padding: 2px;
    border-radius: 0;
    width: 540px;    
    border-bottom: 2px solid #8d8c8c;
    /*position: fixed;
    top: 20%;
    left: 30%;
    width: 300px;
    cursor: pointer;
    line-height: 1;
    border: 0;
    padding: 2px;
    border-radius: 0;
    width: 340px;
    border-bottom: 2px solid #8d8c8c;   
    background-color: greenyellow; */
}

.dropdown{
        font-size: xx-large;
        cursor: pointer;
        border: 0;
        outline:0px;
        background: transparent;
        width: 240px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); 
        overflow: hidden;
        /*top: 100px;
        cursor: pointer;
        background-color: rgb(41, 155, 8);
        line-height: 1;
        border: 0;
        outline:0px;
        padding: 2px;
        border-radius: 0;       
        border-bottom: 1px solid black;
        border-collapse:collapse;
        color:aliceblue;
        font-size:16px; */        
    }



.form-cmb{
    cursor: pointer;  
    font-weight:bold;  
    color:black;
    height: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    display:inline-block; 
    *display: inline;     /* for IE7*/
    zoom:1;              /* for IE7*/
    vertical-align:middle;
    margin-left:20px;
}