@charset "utf-8";
/* CSS Document */
/* The Modal (background) */
.medit {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.3); /* Black w/ opacity */
}

/* Modal Content */
.medit-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  max-width: 640px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.5s;
  animation-name: animatetop;
  animation-duration: 0.5s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}


.medit-header {
  padding: 2px 16px;
  background-color: #337ab7;
  color: white;
}
.medit-header h2 {
  color: white;
}

.medit-body {padding: 2px 16px;
}
 
.responsive {
  width: 100%;
  height: auto;
}

.medit-footer {
  padding: 2px 16px;
  background-color: #ffffff;
  color: white;
    border-top: 1px solid rgb(224, 227, 230);
}

.desno{text-align:right;}

a.preuzmi{
    background-color: #337ab7;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color:#fff;
    padding: 8px 20px;
    border-radius: 6px;
    text-decoration: none;
    white-space: nowrap;
  border: 1px solid #b7b7b7;
}

a.preuzmi:hover{
    background-color: #0073cc;
}
.nehvala{
    background-color: #ffffff;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color:#434343;
    padding: 7px 18px;
    border-radius: 6px;
    text-decoration: none;
    white-space: nowrap;
  border: 1px solid #b7b7b7;
}

.nehvala:hover, nehvala:focus{
    background-color: #e6e6e6;
  cursor: pointer;
}