/*!
 * Black Bootstrap v1.0
 *
 * Copyright 2013 Nachi
 * http://nachi.me.pn
 *
 * Designed by Nachi
 */


.navbar-inverse .navbar-inner{
/*background-color: white;
background-image: none !important;*/
border:none;
color: white;

background: #b72229;
background: -moz-linear-gradient(top,  #b72229 1%, #e41f2c 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#b72229), color-stop(100%,#e41f2c));
background: -webkit-linear-gradient(top,  #b72229 1%,#e41f2c 100%);
background: -o-linear-gradient(top,  #b72229 1%,#e41f2c 100%);
background: -ms-linear-gradient(top,  #b72229 1%,#e41f2c 100%);
background: linear-gradient(to bottom,  #b72229 1%,#e41f2c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b72229', endColorstr='#e41f2c',GradientType=0 );


}

.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus, .navbar-inverse .brand, .navbar-inverse .nav > li > a:hover {

/*background-color: white;
background-image: none !important;*/
background: #e41f2c;
background: -moz-linear-gradient(top,  #e41f2c 0%, #b72229 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e41f2c), color-stop(100%,#b72229));
background: -webkit-linear-gradient(top,  #e41f2c 0%,#b72229 100%);
background: -o-linear-gradient(top,  #e41f2c 0%,#b72229 100%);
background: -ms-linear-gradient(top,  #e41f2c 0%,#b72229 100%);
background: linear-gradient(to bottom,  #e41f2c 0%,#b72229 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e41f2c', endColorstr='#b72229',GradientType=0 );

}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle, .dropdown-menu li > a:hover {
color:white;

/*background-color: white;
background-image: none !important;*/
background: #e41f2c;
background: -moz-linear-gradient(top,  #e41f2c 0%, #b72229 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e41f2c), color-stop(100%,#b72229));
background: -webkit-linear-gradient(top,  #e41f2c 0%,#b72229 100%);
background: -o-linear-gradient(top,  #e41f2c 0%,#b72229 100%);
background: -ms-linear-gradient(top,  #e41f2c 0%,#b72229 100%);
background: linear-gradient(to bottom,  #e41f2c 0%,#b72229 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e41f2c', endColorstr='#b72229',GradientType=0 );


}

.navbar-inverse .brand, .navbar-inverse .nav > li > a{

  color: white;
}

body {
	padding-top: 40px;

  }

div.cont {
	/*background:url(../img/tiny_grid.png) repeat 0 0;*/
	height:100%;
	min-height:600px;
	padding-top:30px;
	//padding-bottom:30px;
 }

.sidebar-nav {
	padding: 9px 0;
  }

.main {
padding-left:20px;
padding-right:20px;
padding-bottom:20px;
background-color: #fff;
/*border: 1px solid #DEDEDE;*/
/*border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;*/
margin-bottom: 10px ;
/*box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
-webkit-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
-moz-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
*/
//min-height:700px;
border: 1px solid #CCCCCC;
}


 
p, div {
  font-size:13px;
}

div.portlet-decoration {
color: #fff;
background-color: #000;
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}


ul li { font-size:13px; 
  /*list-style: none; */
}


ul.sidebar {
margin:0px;
}

ul.sidebar li{
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #ffffff;
border: 1px solid #dddddd;
}

/* Forms */
form {
  margin: 0 0 18px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
form label{
float: left;
width: 180px;
/*padding-top: 5px;*/
text-align: left;
margin-right: 5px;
}
form div {
display:block;
}

h1 {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 17px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 13.5px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}

div.row {
margin-right: -15px;
margin-left: -15px;	
}

form input,select,textarea { float:left; }

div.errorMessage {
	margin-left:140px;
	color: #b94a48;
    background-color: #f2dede;
    padding: 8px 35px 8px 14px;
    width:auto;
    margin-bottom:10px; 
    float:left; margin-left:20px;
    border: 1px solid #EED3D7;
   -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

input[type="button"],
input[type="submit"]{
  /*float: right;*/
  /*margin-left:140px; */
  color:  #333333;
  background-color: white;
  border: 1px solid #CCCCCC;
  /*background-color: #000;*/
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  /*border: 1px solid transparent;*/
  /*border: 1px solid #0E67A1;*/
 /* border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;*/
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;

}
input,
textarea {
  width: 210px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0;
  /*-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;*/
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 3px;
  margin-right: 6px;
  /* IE7 */

  line-height: normal;
  cursor: pointer;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 28px;
}
select {
  width: 220px;
  border: 1px solid #bbb;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 930px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 850px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 770px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 690px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 610px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 530px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 450px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 370px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 290px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 210px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 130px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 50px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #f5f5f5;
  border-color: #ddd;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}



/* Breadcrums */
.breadcrumb {
  padding: 7px 14px;
  margin: 0 0 18px;
  list-style: none;
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.breadcrumb li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #999999;
}
.breadcrumb .active a {
  color: #333333;
}

/* Table */

.grid-view table.items {
  /*border: 1px solid #dddddd;*/
  border-collapse: separate;
  *border-collapse: collapse;
  /*border-left: 0;*/
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

table.items tr{ 
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

div.rememberMe { 
  display:block; 
  /*margin-left:60px;*/
}


p.hint { float:left; display:block;}

.extra {
  border-top: 1px solid #000;
  padding: 20px 0;
  font-size: 11px;
  color: #BBB;
  background: #1A1A1A;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.extra ul {
  width:300px;	
}

.extra a {
  color: #666;
}
.extra h4 {
  margin-bottom: 1em;
  font-weight: 400;
}
.extra ul {
  padding: 0;
  margin: 0;
}
.extra ul li {
  margin-bottom: .6em;
  list-style: none;
}
/*------------------------------------------------------------------
[ Footer/ .footer ]
*/
.footer {
  /*margin-top: 0;
  border-top: 1px solid #000;
  padding: 15px 0;
  font-size: 12px;
  background: #111;
  color: #999;
  -webkit-box-shadow: inset 0 1px 0 #292929;
  box-shadow: inset 0 1px 0 #292929;*/
padding: 15px 0;
border-top: 1px solid #000;
  /*background: linear-gradient(to bottom, #B72229 1%, #E41F2C 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
  background: #b72229;
background: -moz-linear-gradient(top,  #b72229 1%, #e41f2c 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#b72229), color-stop(100%,#e41f2c));
background: -webkit-linear-gradient(top,  #b72229 1%,#e41f2c 100%);
background: -o-linear-gradient(top,  #b72229 1%,#e41f2c 100%);
background: -ms-linear-gradient(top,  #b72229 1%,#e41f2c 100%);
background: linear-gradient(to bottom,  #b72229 1%,#e41f2c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b72229', endColorstr='#e41f2c',GradientType=0 );
border: medium none;
color: #FFFFFF;
}
.footer #footer-terms {
  text-align: right;
  bottom:0px;
}
.footer a {
  color: #FFF;
}
.footer a:hover {
  color: #FFF;
  text-decoration: underline !important;
}

.col-md-3 { float: left; }

#test-pitanja{
  clear:left;
}

/* Calendar Styles */
.calendar {width:100%; border-collapse:collapse;}
.calendar tr.navigation th {padding-bottom:20px;}
.calendar th.prev-month {text-align:left;}
.calendar th.current-month {text-align:center; font-size:1.5em;}
.calendar th.next-month {text-align:right;}
.calendar tr.weekdays th {text-align:left;}
.calendar td {width:14%; height:100px; vertical-align:top; border:1px solid #CCC;}
.calendar td.today {background:#FFD;}

.calendar td.prev-next {background:#EEE;}
.calendar td.prev-next span.date {color:#9C9C9C;}
.calendar td.holiday {background:#DDFFDE;}
.calendar span.date {display:block; padding:4px; line-height:12px; background:#EEE;}
.calendar div.day-content {}
.calendar ul.output {margin:0; padding:0 4px; list-style:none;}
.calendar ul.output li {margin:0; padding:5px 0; line-height:1em; border-bottom:1px solid #CCC;}
.calendar ul.output li:last-child {border:0;}
 
/* Small Calendar */
.calendar.small {width:100%; border-collapse:separate;}
.calendar.small tr.navigation th {padding-bottom:5px;}
.calendar.small tr.navigation th a {font-size:1.5em;}
.calendar.small th.current-month {font-size:1em;}
.calendar.small tr.weekdays th {text-align:center;}
.calendar.small td {/*width:auto;*/ height:auto; padding:2%; text-align:center; border:0; background:#EEE;}
.calendar.small span.date {display:inline; padding:0; background:none;}
.calendar td.today, #legenda .today {

  /*background:#B72229; */
  color:white;
background: #b72229;
background: -moz-linear-gradient(top,  #b72229 1%, #e41f2c 100%) !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#b72229), color-stop(100%,#e41f2c)) !important;
background: -webkit-linear-gradient(top,  #b72229 1%,#e41f2c 100%) !important;
background: -o-linear-gradient(top,  #b72229 1%,#e41f2c 100%) !important;
background: -ms-linear-gradient(top,  #b72229 1%,#e41f2c 100%) !important;
background: linear-gradient(to bottom,  #b72229 1%,#e41f2c 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b72229', endColorstr='#e41f2c',GradientType=0 );
border:1px solid #e41f2c !important;
}

.calendar.small td.test, #legenda .test{
  background: #f1e767;
background: -moz-linear-gradient(top,  #f1e767 0%, #feb645 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1e767), color-stop(100%,#feb645));
background: -webkit-linear-gradient(top,  #f1e767 0%,#feb645 100%);
background: -o-linear-gradient(top,  #f1e767 0%,#feb645 100%);
background: -ms-linear-gradient(top,  #f1e767 0%,#feb645 100%);
background: linear-gradient(to bottom,  #f1e767 0%,#feb645 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=0 );

color:white;
border:1px solid #feb645;
}

.calendar.small td.predavanje, #legenda .predavanje{background: #47ba0e;
background: -moz-linear-gradient(top,  #47ba0e 0%, #299a0b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#47ba0e), color-stop(100%,#299a0b));
background: -webkit-linear-gradient(top,  #47ba0e 0%,#299a0b 100%);
background: -o-linear-gradient(top,  #47ba0e 0%,#299a0b 100%);
background: -ms-linear-gradient(top,  #47ba0e 0%,#299a0b 100%);
background: linear-gradient(to bottom,  #47ba0e 0%,#299a0b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47ba0e', endColorstr='#299a0b',GradientType=0 );
color:white;
border:1px solid #299a0b;
}



a{
  color:#0088CC;
}

.today a{
color:white;

}

#naslov1 {
  width: 100%;
  margin-top: 10px;
  padding-bottom: 0;
  margin-bottom: -7px;
}

.naslov2 {
  display: inline-block;
  width: 100px;
  text-align: center;

}

.naslov3 {
  width: 250px;
  display: inline-block;
  font-size: 100%;
  text-align: center;
}

.nazivtesta1 {
  width: 250px;
  display: inline-block;
  font-size: 100%;
  text-align: center;
}

.pocinje {
  display: inline-block;
  width: 120px;
  text-align: center;
}

.dodatak4 {
  text-align: center;
  padding: 0;
  width: 60px;
  height: 25px;
  display: inline-block;
  margin-left: 5px;
  font-size: 9px;
}

.dodatak5 {
  float:right;
  font-size: 11px;
}

.nazivrole {
  display: inline-block;
  width: 100px;
  color: darkblue;
  text-align: center;
}

#generisana_pitanja{
  margin-left: 140px;
}

.logo{
  /*background-image: url("/fajlovi/logo.png");
    background-repeat: no-repeat;
    display: block;
    height: 55px;*/
    //margin-left: 10%;
    //margin-left: 10px;
    margin-top: 15px;
    width: 100%;
    padding: 0px 10px;
}

#header{
height: 100px;

}

.navbar-fixed-top, .navbar-fixed-bottom{

  position: relative;
}

.custom_social{
/*float: right;*/
margin-right: 3%;
/*margin-top: 45px;*/
}

.custom_social img{
  width:40px;
  opacity: 0.5;
}

#redForme{
background-color: #EEEEEE;
margin:1%;
padding:1%;

}

.odgovor{
  margin-left: 1%;
  margin-top: 2px;
}

.odgovor input {

  margin-right:1%;
}

#sat{

  font-weight: 800;
  font-size: 2em;
  color:gray;
}

#dashboard{
padding: 3%;

}

#Test_description_parent{
clear: both;
    display: block;
    margin-left: 10%;
}

.main2{
border-bottom: 1px solid #CCCCCC;
margin-bottom: 0px;
padding: 2%;
}

.korak{
 border-bottom: 1px solid #EEEEEE;
  min-height: 70px;
    padding: 2%;

}

.korak:before
{
  margin-right: 3%;
  float: left;
content: url('/fajlovi/bullet.png');
} 


#legenda{
  padding: 1%;
}

.predavanje a, .test a{color:white;}


#profil-info p{ line-height: 15px;}

#anchors {
/*  background: none repeat scroll 0 0 #EEEEEE;
  border: 1px solid #CCCCCC;
  float: right;
  margin-left: 50%;
  padding: 1%;
  position: fixed;
  top: 220px;
  width: 200px;
  z-index: 9999999;*/
  background: none repeat scroll 0 0 #EEEEEE;
padding: 1%;
width: 95%;
}

#testiranje {
  width:70%;

}

.anchor-link {
/*  background-color: #808080;
  color: #FFFFFF;
  float: left;
  height: 20px;
  margin: 2px;
  padding: 4px;
  text-align: center;
  width: 14%;*/
  background-color: #808080;
color: #FFFFFF;
float: left;
margin: 2px;
padding: 4px;
text-align: center;
width: 3%;
cursor: pointer;
}

.anchor-link a{
color:white; 
width:26px;
height: 26px;

}

#login-form label{
  /*text-align: right;*/
  width:170px;
}

#kontakt_forma label{
width:120px;
}

#kontakt_forma #yw0_button{
  margin-left: 10px;
}

.banner1{

/*margin-top: -15px;*/
margin-bottom: 15px;

}

.novost-link{
display: block;
text-decoration: none;
color:#333333;

}

.novost-link:hover{
text-decoration: none;
color:#B72229;

}

#Stranica_body_tbl{

  max-width: 900px;
}

.vreme-test{
background: linear-gradient(to bottom, #47BA0E 0%, #299A0B 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
border: 1px solid #299A0B;
color: #FFFFFF;
text-align: center;
}
.vreme-krajtest{
  background: linear-gradient(to bottom, #B72229 1%, #E41F2C 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
border: 1px solid #E41F2C;
color: #FFFFFF;
text-align: center;
}
.dugme-pocni{
  text-align: center;
}

.zatamnjeno, .zatamnjeno:hover{
   background-color: #C0C0C0;
background-position: 0 -26px;
color: #989898;
}

#ui-datepicker-div{
  z-index: 30000;
}
#description_switch{
  /*margin-left: 144px !important;*/
  /*margin:3px;*/
}

form .row{
  margin-left: 0;
  margin-right: 0;
}

.registruj{
  clear:left;
  margin-left: 40% !important;
  margin-top: 10px;
}

#yw1_button{
  margin:3px !important;
}

.small-stranica{ 
border: 1px solid #EEEEEE;
clear: left;
margin: 1%;
padding: 1%;
width: 95%;
}
.small-stranica .naslov a{
color:#333333;
font-weight: 700;
text-decoration: none;
cursor: pointer;
padding: 1%;
}


.stranica-thumb{ width:20%; float: left;}
.small-stranica .intro {width:78%; float: left; padding: 1%;}
.readmore{
  float: right;
  margin-right: 3%;
}

.footersocial{

  clear:both;
  margin-bottom: 10px;
}

.mapa-column{
float:left;
width: 50%;

}

.podstavka-mape{

  margin-left: 4px;
}

.social-provider-icon.linkedin{

  background-image: url("/fajlovi/linkedin.png");
   /* background-repeat: no-repeat;
    border: medium none !important;
    cursor: pointer;
    display: block;
    float: left;
    height: 32px;
    margin-right: 5px;
    text-decoration: none;
    width: 32px;*/
}