* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.adduserinput{
	width:20% !important;
}
.divfloatl{
	float:left;
	margin: 10px 0;
	padding: 10px 0;
	width: 100%;
}
.unames{
	width:35%;
	display:inline-block;
	float:left;
}

.urights{
	width:65%;
	display:inline-block;
	padding-right:15px;
	
}
.unamesrow{
	
	border-right:1px solid black;
}

.unamesrow:hover{
	background:#376AD9;
	border-right:1px solid #ECF0F1;
}

.kursholder {
   float: right;
    font-size: 2.2vh;
    font-weight: 600;
    position: relative;
    top: -40px;
	border: 1px dashed red;
	padding:2px;
}
.sumdob{
	background:#C6E693 !important;
	font-weight:600;
}
body {
  font: 1.2em Helvetica;
  background: #756849;
  width:100%;
}
.ui-dialog .ui-dialog-buttonpane {
    margin: 0px;
    padding: 0px;
}
.ui-dialog .ui-dialog-buttonpane button {
    height:auto !important;
    font-size:2vh !important;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 1px !important;
    
}

.ui-dialog .ui-dialog-content {
    padding: 0px;
 
}
table {
  font: 0.75em Helvetica;
}
.saglasi, .odobri{
	width: 100%;
	font-size:2vh;
	padding: 3px 6px !important;
	-webkit-box-shadow: 5px 5px 4px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 4px 1px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 4px 1px rgba(0,0,0,0.75);
	display:block !important;
	margin:2px;
}
.opendialog:hover, .opendialog1:hover {
	cursor:pointer;
	border:1px solid red !important;
	background: white;
}
#istorijacene{
	 font-weight: 600;
    padding: 5px;
}
.saglasi:hover, .odobri:hover{
	width: 100%;
	font-size:2vh;
	padding: 3px 6px !important;
	position:relative;
	top:2px;
	right:-1px;
		-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
section {
  width: 95%;
  background: #ecf0f1;
  padding: 0 30px 30px 30px;
  margin: 60px auto;
  text-align: center;
  border-radius: 5px;
  font-size: 2.2vh;
  
}
.sectioncholder{

    background: #ecf0f1 none repeat scroll 0 0;
    border-radius: 5px;
    font-size: 2.2vh;
    margin: 40px auto;
    overflow: auto;
    padding: 0 30px 30px;
    text-align: center;
    width: 95%;
}
.logo{
	    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    display: block;
    height: 120px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 120px;
    z-index: 999;
}
section.login{
  width: 275px;
}

.ainput{
	height:30px !important;
	margin-bottom:0px !important;
	color: black !important;
}
#send_o_mail {

    float: right;
    font-weight: 700;
    height: auto !important;
    margin-top: 20px;
    padding: 10px;
}
.dpaaaaaa{
	display: inline !important;
   
    position: absolute;
    right: 10px;
    top: 20px;
    width: 120px !important;
}
.dp{
	display: inline !important;
	float:right;
	max-width: 120px !important;
	position:relative;
	z-index: 100000;
	top:-40px;
	margin-left:10px;
}
span img{
  display: block;
  position: relative;
  margin: 0 auto;
  top: -40px;
  height: 120px;
  width: 120px;
  box-shadow: 1px 1px 2px rgba(0,0,0,.3);
}

h1 {
  font-size: 24px;
  font-weight: 100;
  margin-bottom: 30px;
  margin-top:20px;
}

input[type="text"], input[type="password"], input[type="email"],select, textarea{
  width: 100%;
  background: #ffffff;
  border: 1px solid #000000;
  height: 30px;
  margin-bottom: 15px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  color: #7f8c8d;
}

input[type="file"] {
	margin-bottom:15px;
}

select{
  width:215px;
  background-color:#ffffff
}

textarea{
	height: 100px;
	text-align: justify;
	resize: none;
	margin-top: 10px;
}

input[type="text"]:disabled {
    background: #dddddd;
	color: #1f1c1d;
	width: 75%;
}

.add_img{
	width:25px;
	vertical-align:middle;
}

.login input:focus {
  outline: none;
}

button, .login button, input[type="submit"], .SubmitButton, .ResetButton {
  width: 100%;
  height: 30px;
  border: none;
  background: #3498db;
  color: #ecf0f1;
  font-weight: 100;
  margin-bottom: 15px;
  border-radius: 5px;
  transition: all ease-in-out .2s;
  border-bottom: 3px solid #2980b9;
}
.ResetButton {
  background: #AFB1B1;
  color: #FFFFFF;
  border-bottom: 3px solid #8C8E8E;
}
/*.ResetButton {
  background: #8a97a1;
  color: #ecf0f1;
  border-bottom: 3px solid #2980b9;
}*/
button{
  width: auto;
  padding:0 20px;
  margin-left:5px;
  margin-right:5px;
}

button:focus, .login button:focus, input[type="submit"]:focus {
  outline: none;
}

button:hover, .login button:hover, input[type="submit"]:hover {
  background: #2980b9;
}

button.disabled{
	background: #8a97a1;
}

h2 {
  font-size: .75em;
}

a {
  color: #e74c3c;
  text-decoration: none;
  transition: all ease-in-out .2s;
}

a:hover {
  color: #c0392b;
}

table.spisak tr td, table.spisak tr th{
	border-style:solid;
    border-width:2px;
    border-color:#ecf0f1;
	font-size:0.75em;
	vertical-align:middle;
	padding:2px;
}

table.spisak tr th{
	padding:5px 2px;
	color:#ffffff;
}

p{
	margin-bottom:15px;
}

/*pager*/

.clear{
	clear:both;
}

#pager{
	width:100%;
	padding:15px 0;
}

.holder_pagination {
	position:relative;
	float:left;
	width:420px;
	}
.holder_pagination a {
	position:relative;
	float:left;
	display:block;
	width:auto;
	height:27px;
	line-height:27px;
	margin:0 3px 0 0;
	background-color:#ddd;
	padding:0 10px;
	text-decoration:none;
	color:#666;
	border-radius:6px;				/* CSS3 (Opera) */
	-moz-border-radius:6px;			/* Firefox */
	-webkit-border-radius:6px;		/* Safari, Chrome */
	}
.holder_pagination a:hover {
	color:#333;
	padding:0 10px;
	background-color:#ccc;
	text-decoration:none;
	}
a.pagination_active_page, a.pagination_active_page:hover {background-color:#333;color:#fff}
a.next_prev_link {
	color:#666;
	background-color:#fff;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0;
	}
a.next_prev_link:hover {background-color:#fff;padding:0;}

.form_navigation{
	position:relative;
	float:right;
	width:163px;
	text-align:right;
	}

#pager select{
  width:40px;
  background-color:#ffffff
}

table.sira_tab{
	width:920px;
	margin:0 auto;
}

.info_task{
	width:460px;
	margin: 0 auto;
	text-align: left;
}

.news_feed{
	border-bottom:1px solid #ccc;
	margin:10px 0;
	padding-bottom:10px;
}

.news_feed p.nf_name{
	font-weight:bold;
	font-size:0.75em;
	margin:0;
	padding:0;
}

.news_feed p.nf_date{
	margin:0;
	padding:0;
	color:#d2ac67;
	font-size:0.7em;
}

.news_feed p.nf_comment{
	margin:0;
	padding:0;
	font-size:0.7em;
	margin-top:5px;
}

table.uska_tab{
	width:100%;
	margin:0 auto;
}

table.uska_tab label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
}
.l{
	float:left;
	width: 100%;
	text-align: left;
}
table.uska_tab input[type=radio] {
    display: none;
	margin-bottom:10px;
}

table.uska_tab label:before {
    border-radius: 8px;
}

table.uska_tab label:before {
    content: "";
    display: inline-block;

    width: 16px;
    height: 16px;

    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #aaa;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}
.holder{
	float:left;
}
#asd{
	margin-bottom:0px;
}
label{
	float:left;
	width: 15%;
	}
table.uska_tab input[type=radio]:checked + label:before {
    content: "\2022";
    color: #f3f3f3;
    font-size: 30px;
    text-align: center;
    line-height: 18px;
}
#FilterForm tr{
  background: none;
}
#FilterForm td{
  border:none;
}
@media screen and (min-width: 760px){
	table.uska_tab{
		width:500px;
		margin:0 auto;
	}
}

@media screen and (max-width: 500px){
	.info_task{
		width:95%;
		margin: 0 auto;
		text-align: left;
	}

	section {
	  padding: 0;
	}
}
@media screen and (max-width: 720px){
	.logo{
		right:0px;
	}
}