/* Style the list */
ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #E6E6E6;
}

/* Float the list items side by side */
ul.tab li {float: left;}

/* Style the links inside the list items */
ul.tab li a {
    display: inline-block;
    /*color: black;*/
    color: #4D4D4D;
    text-align: center;
    font-weight: 700;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    /*font-size: 17px;*/
    font-size: 14px;
}

/* Change background color of links on hover */
ul.tab li a:hover {background-color: #ddd;}

/* Create an active/current tablink class */
ul.tab li a:focus, .selected {background-color: #ccc;}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

div.centerform{
  width: 450px;
  margin: auto;
  font-size: 14px;
	color: black;
  text-align: center;
}

div.centerform label{
  padding-left: 10px;
  float: left;
}

div.centerform input, textarea{
  padding:0.4em;
  width: 430px;
  border:1px solid #ddd;
  border-radius:2px;
}

.button_nove_verzije_download {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e6e6e6), color-stop(1, #e6e6e6));
	background:-moz-linear-gradient(top, #e6e6e6 5%, #e6e6e6 100%);
	background:-webkit-linear-gradient(top, #e6e6e6 5%, #e6e6e6 100%);
	background:-o-linear-gradient(top, #e6e6e6 5%, #e6e6e6 100%);
	background:-ms-linear-gradient(top, #e6e6e6 5%, #e6e6e6 100%);
	background:linear-gradient(to bottom, #e6e6e6 5%, #e6e6e6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#e6e6e6',GradientType=0);
	background-color:#e6e6e6;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#4d4d4d;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 10px;
	text-decoration:none;
}
.button_nove_verzije_download:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e6e6e6), color-stop(1, #e6e6e6));
	background:-moz-linear-gradient(top, #CCCCCC 5%, #CCCCCC 100%);
	background:-webkit-linear-gradient(top, #CCCCCC 5%, #CCCCCC 100%);
	background:-o-linear-gradient(top, #CCCCCC 5%, #CCCCCC 100%);
	background:-ms-linear-gradient(top, #CCCCCC 5%, #CCCCCC 100%);
	background:linear-gradient(to bottom, #CCCCCC 5%, #CCCCCC 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#e6e6e6',GradientType=0);
	background-color:#CCCCCC;
}
.button_nove_verzije_download:active {
	position:relative;
	top:1px;
}

.button_download {
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: 'Open Sans', Arial, Helvetica, Sans-serif, Verdana, Tahoma;
  color: #4D4D4D;
  font-size: 14px;
  background: #E6E6E6;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  width: 40%;
}
.button_download:hover {
  background: #CCCCCC;
  text-decoration: none;
}

.button_submit[type=submit] {
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: 'Open Sans', Arial, Helvetica, Sans-serif, Verdana, Tahoma;
  color: #4D4D4D;
  font-size: 14px;
  background: #E6E6E6;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  width: 40%;
}

.button_submit:hover {
  background: #CCCCCC;
  text-decoration: none;
}

div.opis_footer{
  width: 100%;
  display: flex;
}

div.opis_footer div.stupac_lijevi{
  min-width: 20%;
}

div.opis_footer div.stupac_centar{
  text-align: center;
  min-width: 60%;
}

div.opis_footer div.stupac_desni{
  min-width: 20%;
  text-align: right;
}
