.glasanje > form > div
{
	width: 100%;
	display: inline-block;
}
.glasanje > form > div > label
{
	display: inline-block;
	width: 20%;
	float: left;
	    padding: 7px 24px;
    text-align: right;
    font-weight: 700;
}
.glasanje > form > div > input
{
	display: inline-block;
	width: 34%;
	float: left;
	padding: 5px;
	color: #222!important;
	border: 1px solid #ddd;
	margin-right: 5px;
}
.glasanje > form > div > div
{
	width: 34%;
	float: left; 
	margin-right: 5px;
	text-align: center;
	display: inline-block;
	    color: #ec1c24;
	    font-weight: 700;
}
.glasanje > form > div > div:first-child
{
	width: 20%;
}
/* krug 2 */
.glasanje2
{
    padding: 0;
}
.glasanje2 > div
{
	display: inline-block;
    width: 100%;
    padding: 0 0 25px;
    border: 3px solid #ddd;
    margin-bottom: 30px;
   background-color: #ddd;
       text-align: center;
}
.glasanje2 .naslov-krug2
{
    padding: 8px;
    background-color: #ddd;
    text-align: center;
   margin: 20px 0 0 0;
    font-family: 'Roboto Slab', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #ec1c24;
    font-size: 24px;
}
.glasanje2 .nom2 
{
	width: 100%;
  max-width: 600px;
    float: initial;
    background-color: #232323;
    border: 4px solid #ddd;
    display: inline-block;
    padding: 5px;
    position: relative;
}
.glasanje2 label
{
    font-weight: 400;
    font-size: 15px;
    float: left;
    padding: 5px;
    margin: 0;
    color: #fff;
        width: 75%;
    text-align: left;
    
}
.glasanje2 .nominacije span 
{
   color: #fff;
   font-size: 18px;
}
.nom2.nominacije
{
    width: 90%;
    border: 6px solid #ddd;
}
.glasanje2 input
{
float: left;
    margin: 8px 8px;
}
.glasanje2 .nom_odabir
{
	 background-color: #ec1c24;
}
.glasanje2 .nom_odabir label
{
	 background-color: #ec1c24;
}
.glasanje2 .nom_odabir input
{
	content:  "x";
}
.glasanje2 .nom_bodovi
{
	display: none;
	    float: right;
    background-color: #111;
    margin: -5px;
    width: 110px;
    height: 48px;
    text-align: left;
}
.glasanje2 .nom_bodovi.showw
{
	display: block;
}
.glasanje2 .nom_bodovi > select
{
	background-color: #fff;
    padding: 2px 6px;
    margin: 0;
    width: 35px;
    height: 29px !important;
    color: #000 !important;
    font-weight: 700;
    margin: 10px 0 0px -18px;
    font-size: 17px;
    float: left;
    appearance: none;
    text-align: center;
}
.glasanje2 .nom_bodovi span
{
	padding: 5px 5px;
    color: #fff;
    font-size: 13px;
    line-height: 46px;
}
.table-ziri tr td a
{
    font-size: 19px;
    text-decoration: underline;
}
.glasanje2 [type="checkbox"]:not(:checked),
.glasanje2 [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.glasanje2 [type="checkbox"]:not(:checked) + label,
.glasanje2 [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

.glasanje2 [type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  top: 8px; left: 5px;
  width: 1.25em; height: 1.25em;
  border: 1px solid #f00;
  background: #fff;
}
/* checked mark aspect */
.glasanje2 [type="checkbox"]:not(:checked) + label:after,
.glasanje2 [type="checkbox"]:checked + label:after {
     content: '\f00c';
    position: absolute;
    top: 9px;
    left: 1px;
    font-size: 25px;
    line-height: 0.8;
    color: #232323;
    transition: all .2s;
    border: none;
    background: #eb1c24;
    font-family: "FontAwesome";
}
/* checked mark aspect changes */
.glasanje2 [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.glasanje2 [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.glasanje2 form {
  margin: 15px auto;
    width: 100%;
    display: block;
    text-align: center;
}
.glasanje2 .message-krug2 {
  padding: 15px 0;
}
.yt-glasanje a {
 margin: 30px auto;
    padding: 12px;
    background-color: #ff0000;
    text-align: center;
    max-width: 700px;
    border-radius: 26px;
  color: #fff;
  display: block;
}
.yt-glasanje a:hover {
  background-color: #222;
}
@media (max-width:600px) {
  .glasanje2 label {
    font-weight: 400;
    font-size: 14px;
    float: left;
    padding: 5px;
    margin: 0;
    color: #fff;
    width: 72%;
    text-align: left;
}
  .glasanje2 .nom_bodovi {
  width: 23%;
}
}
/*end krug 2 - end glasanje */

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ddd!important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ddd;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ddd;
}
.page-header h1
{
	    font-size: 29px;
}
.spremi:hover, .zakljucaj:hover
{
	cursor: pointer;
}
.hvala1
{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 25px;
    min-height: 189px;
    background-color: #f1f1f1;
    padding: 201px 0;
 -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

.hvala2
{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 25px;
    min-height: 189px;
    background-color: #f1f1f1;
    padding: 101px 0;
 
}
.hvala2 > span
{
	color: #ec1c24;
    font-weight: 700;
    line-height: 67px;
}
.sppb-nav-pills>li>a {
    font-size: 14px;
    line-height: 14px;
    padding: 24px 14px;
    border-radius: 0px;
    color: #ffffff;
}
.reg-login-form-wrap .form-links a {
    text-align: center;
    width: 100%;
    display: block;
    color: #fff;
    font-weight: 600;
}
.reg-login-form-wrap .form-links a:hover {
   
    color: #000;
}
.reset .form-validate p {
  text-align: center;
    color: #fff;
}
.reset .form-control.validate-email, .reset-confirm .form-control, .password-group input[type="password"], .password-group input[type="text"] {
    padding: 6px 12px;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    height: 40px!important;
    width: auto;
  margin: 0 auto;
    color: red !important;
  }
.reset .form-label {
    text-align: center;
    color: #fff;
    border-top: 1px solid #727272;
    padding: 10px;
    width: 100%;
    margin: 20px 0 0;
}
.reset-confirm p, .reset-confirm label, .reset-complete p, .reset-complete label {
      text-align: center;
    color: #fff;
  width: 100%;
}
.reset .btn, .reset-confirm .btn {
width: 100%;
    color: #fff;
    background-color: #ed1c24;
  }
[class^="icon-"], [class*=" icon-"] {

    margin-left: 12px;
  width: 24px;
}
.password-group .text-center {
  color: #fff;
}
.com-sppagebuilder #login-form {
display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #fff;
    border-top: 1px solid #222;
    padding: 25px 0 0;
}
.com-users.view-login .logout {
    text-align: center;
    padding: 150px 0;
    background-color: transparent;
}
.com-users .reg-login-form-wrap .form-validate input[type=text], .com-users .reg-login-form-wrap .form-validate input[type=password] {
    border-color: #fff;
    border-radius: 0px;
    box-shadow: none;
    padding: 8px 14px;
    text-transform: initial;
    color: #fff;
    height: 40px;
}
.login .btn.btn-primary:hover {
  background-color: #222;
  color: #fff;
}
.com-users .reg-login-form-wrap {
    background: #ed1c24;
    position: relative;
    padding: 20px;
}
@media (max-width:600px) {
.sppb-nav-pills>li>a {
    font-size: 13px;
    line-height: 13px;
    padding: 12px 12px;
    border-radius: 0;
    color: #222;
    background-color: #ddd;
    margin: 0 5px 5px 0;
}
.sppb-nav-pills > .active > a {
   
    color: red!important;
    background-color: #fff!important;
   
}
.sppb-nav-pills>li+li {
    margin-left: 0;
}
}