﻿
html
{
	overflow: -moz-scrollbars-vertical, -moz-scrollbars-horizontal;
	overflow-y: scroll;
	overflow-x: scroll;
}
body
{
	font-family: Tahoma, Verdana, arial, Trebuchet MS, Calibri, sans-serif;
	background: url("../images/debut_light.png") repeat;
}

.font10
{
	font-size: 10px;
}

.font12
{
	font-size: 12px;
}
.font14
{
	font-size: 14px;
}
.fontBold
{
	font-weight: bold;
}

/*.dugmad
{
	padding-left: 10px;
	margin-bottom: 3px;
	border: 0px;
	height: 30px;
	background-color: #005c99;
	color: white;
	font-weight: bold;
	text-align: left;
}*/

.izmenaVesti
{
	font-size: 12px;
}
.IzmenaVestiNaslov
{
	font-size: 16px;
	font-weight: bold;
	color: #005c99;
	margin: 10px 0 15px 0px;
}

.izmenaVesti th
{
	background-color: #c2c2c2;
	width: 200px;
	font-size: 12px;
}

.stampa
{
	font-size: 14px;
	border: 1px solid #333; /*border-collapse:collapse;*/
}
.stampa th
{
	background-color: #c2c2c2;
	width: 200px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
}

.hr
{
	background-color: #999;
	height: 5px;
	border: 0px;
	width: 100%;
}

.labele
{
	font-size: 12px;
	text-align: left;
}
.sirinaLabele
{
	width: 100px;
}
.poruka
{
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	color: Red;
}
.dugmeNoviObjekat
{
	border: 1px solid #179708;
}

h1.naslov_strane
{
	font-size: 20px;
	font-weight: bold;
	color: #005c99;
}
.naslovStrane
{
	font-size: 20px;
	font-weight: bold;
	color: #3b3b3b;
	margin: 10px;
}

/* LOGIN FORMA */
.LoginForma
{
	width: 360px;
	font-size: 14px;
	border: 1px solid #005c99;
}
.LoginFormaHeader
{
	background-color: #005c99;
	color: #fff;
	padding: 5px;
	width: 360px;
	font-weight: bold;
}
.LoginFormaInput
{
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.LoginFormaValidator
{
	color: Maroon;
	margin-left: 5px;
	font-size: 18px;
}
.FailureText
{
	color: #f04124;
	font-size: 12px;
}
.text-success {
	color: #43ac6a;
	font-size: 12px;
}
/* END LOGIN */


/* GRIDVIEW */

.gridView
{
	color: #333333;
	font-family: Tahoma, Verdana, arial, Trebuchet MS, Calibri, sans-serif;
	background-color: #fffff7;
}
.gridViewHeader
{
	border: 1px solid #cacaca;
}
.gridViewHeader th
{
	border: 1px solid #cacaca;
	background-color: #005c99; /*display:block;*/
	height: 28px;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	padding-left: 5px;
}
.gridViewHeader th a
{
	/*border:1px solid #cacaca; 	background-color:#dfdfdf;*/ /*display:block;*/ /*height:28px;*/
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	padding-left: 5px;
	float: left;
}
.gridViewRow
{
	background-color: #E0E0E0;
	font-family: Tahoma, Verdana, arial, Trebuchet MS, Calibri, sans-serif;
	font-size: 8pt;
}
.gridViewRow td
{
	border: 1px solid #cacaca; /*background-color:#fff;*/ /*display:block;*/
	height: 28px;
	color: #666;
	font-weight: normal;
	font-size: 12px; /*text-align: left;*/
	padding-left: 5px;
}
.gridViewRow a, .gridViewRow a:visited
{
	color: #7bb242;
	text-decoration: underline;
}
.gridViewRow a:hover
{
	color: #005c99;
	text-decoration: none;
}
.gridViewEmptyRow
{
	font-family: Tahoma, Verdana, arial, Trebuchet MS, Calibri, sans-serif;
	font-size: 10pt;
	color: Maroon;
}

.gridViewHeader
{
	background-color: #005c99;
	font-family: Tahoma, Verdana, arial, Trebuchet MS, Calibri, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	color: white;
}


.gridViewControl
{
	color: #005c99;
	font-family: Tahoma, Verdana, arial, Trebuchet MS, Calibri, sans-serif;
	font-size: 8pt;
}

.gridViewPager
{
	background-color: #dfdfdf;
	font-family: Tahoma, Verdana, arial, Trebuchet MS, Calibri, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

.gridViewPager a
{
	color: #999 !important;
}

.gvFiles
{
	font-size: 12px;
	width: 540px;
}
.gvFiles th
{
	text-align: left;
	font-weight: bold;
	background-color: #015a94;
	color: White;
}
/* END GRIDVIEW */

.button
{
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ebebeb), color-stop(1, #c7c7c7) );
	background: -moz-linear-gradient( center top, #ebebeb 5%, #c7c7c7 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#c7c7c7');
	background-color: #ebebeb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #c7c7c7;
	display: inline-block;
	color: #3d3b3d;
	font-family: Tahoma, Verdana, arial, Trebuchet MS, Calibri, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 6px 10px;
	text-decoration: none; /*text-shadow:1px 1px 0px #ffffff;*/
}
.button:hover
{
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #dedede) );
	background: -moz-linear-gradient( center top, #bdbdbd 5%, #dedede 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#dedede');
	background-color: #bdbdbd;
}
.button:active
{
	position: relative;
	top: 1px;
}

input[type="text"]
{
	color: #666;
	font-size: 14px;
	font-family: Tahoma, Verdana, arial, Trebuchet MS, Calibri, sans-serif;
	line-height: 24px;
	padding-left: 5px;
}
input[type="password"], select
{
	color: #666;
	font-size: 14px;
	font-family: Tahoma, Verdana, arial, Trebuchet MS, Calibri, sans-serif;
	line-height: 24px;
	height: 24px;
	padding-left: 5px;
}
option, option[selected="selected"]
{
	color: #666;
	font-size: 14px;
	font-family: Tahoma, Verdana, arial, Trebuchet MS, Calibri, sans-serif;
	line-height: 24px;
}
textarea
{
	color: #666;
	font-size: 14px;
	font-family: Tahoma, Verdana, arial, Trebuchet MS, Calibri, sans-serif;
	line-height: 24px;
	padding-left: 5px;
}
.ModalWindow
{
	border: solid 1px #666;
	background: #f0f0f0;
	padding: 10px;
	position: absolute;
	top: -1000px;
}
.modalBackground
{
	background-color: #f3f3f3;
	filter: alpha(opacity=70);
	opacity: 0.7;
}



/*.textMaleVesti
{
	color: #6b6b6b;
	font-size: 12px;
	font-family: Trebuchet MS, Calibri, Tahoma;
	font-weight: normal;
}
a.textMaleVesti, a.textMaleVesti:visited
{
	color: #113b5c;
	text-decoration: none;
	font-weight: normal;
}
a.textMaleVesti:hover
{
	color: #113b5c;
	text-decoration: underline;
}
.textMaleVesti p
{
	padding-bottom: 10px;
}*/


.ItemsContent
{
	width: 830px;
	margin: 20px auto;
}
.ItemBox
{
	width: 150px;
	height: 150px;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #eee;
}
.ItemBox:hover
{
	background-color: #ddd;
}


.ItemsContentS
{
	width: 430px;
	margin: 20px auto;
}
.ItemBoxS
{
	width: 70px;
	height: 70px;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #eee;
}
.ItemBoxS:hover
{
	background-color: #ddd;
}
.inline
{
	display: inline;
}
.iti
{
	font-size: 20px;
	padding-bottom: 20px;
}
.clear
{
	clear: both;
}
.disableItem
{
	pointer-events: none;
	cursor: default;
	opacity: 0.3;
	filter: alpha(opacity=30); /* For IE8 and earlier */
}
.lblUser
{
	line-height: 50px;
	height: 50px;
	padding-right: 10px;
}
a.logout
{
	text-decoration: none;
	color: #005c99;
}
a.logout:hover
{
	text-decoration: underline;
	color: #005c99;
}
#toggleModule
{
	display: block;
	width: 100px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
}
#modules {
	background-color: rgb(192 192 192 / 75%);
	border: 1px solid #808080;
}


.reorderList
{
	font-size: 14px;
}
.reorderList ul
{
	list-style: none;
	width: 400px;
}
.reorderList li
{
	border-bottom: 1px solid #d0d0d0;
}
.dragHandle
{
	height: 20px;
	width: 30px;
	background: transparent url('../images/reorder.png') no-repeat;
	cursor: move; /*border: solid 1px Green;  	background-color: transparent;	 	margin-right:5px; 	-moz-border-radius: 2px; 	-webkit-border-radius: 2px; 	border-radius: 2px;*/
}
.rlRow
{
	line-height: 30px;
	vertical-align: middle;
	height: 30px;
	display: inline-table;
}
.rlNaziv
{
	width: 250px;
}
.rlNaziv input[type="text"]
{
	width: 240px;
}
.rlChb
{
	width: 60px;
	text-align: right;
}
.rlImgBtn
{
	width: 40px;
	margin-top: 9px;
	text-align: right;
}
.reordTemp
{
	width: 400px;
	height: 20px;
	border: dotted 2px black;
	list-style-type: none;
}
.reordTemp li
{
	list-style-type: none;
}
.reordTemp UL
{
	list-style-type: none;
}
.obaveznaPolja
{
	color: Red;
	font-size: 16px;
	font-weight: bold;
}
.dis
{
}
#pretragaVesti
{
	background-color: #005c99;
	border: 1px solid #005c99;
	padding: 10px;
	color: White;
	z-index: 100;
	height: 140px;
}
#pretragaVesti table
{
	font-size: 11px;
}
#pretragaVesti input[type="text"]
{
	font-size: 11px;
	line-height: 14px;
}
#pretragaVesti select
{
	font-size: 11px;
	line-height: 14px;
	height: 18px;
}
#togglePretraga
{
	display: block;
	width: 100px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
}


.buttonL
{
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ebebeb), color-stop(1, #c7c7c7) );
	background: -moz-linear-gradient( center top, #ebebeb 5%, #c7c7c7 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#c7c7c7');
	background-color: #ebebeb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #c7c7c7;
	display: inline-block;
	color: #3d3b3d;
	font-family: Tahoma, Verdana, arial, Trebuchet MS, Calibri, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 2px 2px;
	text-decoration: none; /*text-shadow:1px 1px 0px #ffffff;*/
}
.buttonL:hover
{
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #dedede) );
	background: -moz-linear-gradient( center top, #bdbdbd 5%, #dedede 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#dedede');
	background-color: #bdbdbd;
}
.buttonL:active
{
	position: relative;
	top: 1px;
}

.homeTile:hover {
	opacity: 0.8 !important;
}