@font-face { font-family: 'Sons'; src: url('font/Roboto.ttf'); } 

body {font-family: 'Sons', Helvetica, Arial; font-size: 16px; color: #292929;}
td {font-family: 'Sons', Helvetica, Arial; font-size: 16px; color: #292929;}
a {color: #213E95;}
a:visited {color: #213E95;}
th {font-weight: bold;}
.top {font-size: 20px;}
input {border-radius: 4px;border: #d5d5d5 1px solid;font-family: 'Sons', Helvetica, Arial; font-size: 14px; color: #292929;}
input[type=button] {border-radius: 3px; padding: 3px 6px;box-shadow: 1px 1px 1px #A09E9E; cursor: pointer;z-index:0;}
input[type=submit] {border-radius: 3px; padding: 3px 6px;box-shadow: 1px 1px 1px #A09E9E; cursor: pointer;z-index:0;}
.submit {
border-left: 1px solid #DEDEDE;border-top: 1px solid #DEDEDE;border-bottom: 1px solid #A5A5A5;border-right: 1px solid #A5A5A5;
background: #E2E2E2; color: #292929;
display: inline-block;
padding: 5px 8px 5px;
_padding: 3px;
text-decoration: none;
position: relative;
cursor: pointer;
box-shadow: 0px 0px 5px #E6E6E6; border-radius: 3px;
}
.submit:visited {
	color: #292929;
}
.submit:hover{ 
	background: #292929; color: #fff;border-radius: 3px;
	border-left: 1px solid #292929;border-top: 1px solid #292929;border-bottom: 1px solid #292929;border-right: 1px solid #292929;
	box-shadow: 0px 0px 2px #292929; border-radius: 3px;
}

.submit2 { font-size: 12px;
border-left: 1px solid #DEDEDE;border-top: 1px solid #DEDEDE;border-bottom: 1px solid #A5A5A5;border-right: 1px solid #A5A5A5;
background: #E2E2E2; color: #292929;
display: inline-block;
padding: 2px 3px 2px;
_padding: 3px;
text-decoration: none;
position: relative;
cursor: pointer;
box-shadow: 0px 0px 5px #E6E6E6; border-radius: 3px;
}
.submit2:visited {
	color: #292929;
}
.submit2:hover{ 
	background: #292929; color: #fff;border-radius: 3px;
	border-left: 1px solid #292929;border-top: 1px solid #292929;border-bottom: 1px solid #292929;border-right: 1px solid #292929;
	box-shadow: 0px 0px 2px #292929; border-radius: 3px;
}

table.sortable { font-size: 14px;}
table.sortable a.sortheader {
	color: #000000;
	text-decoration: none;
	display: block;
	font-size: 12px;}
table.sortable span.sortarrow {
	color: red;
	font-size: 12px;
	text-decoration: none;}

.marked {background-color: #E0F8FF;}
.sac {font-weight: bold; color: #213E95;}
.sac:visited {color: #213E95;}
/* Lai šitas strādātu kodā ieliec <a href='#' data-title='saturs'></a> bet maita nelauž rindas*/
[data-title]:hover:after {
	opacity: 1;
	transition: all 0.1s ease 0.5s;
	visibility: visible;
 }
 [data-title]:after {
	 font-size: 16px;
	content: attr(data-title);
	position: absolute;
	bottom: -1.6em;
	left: 100%;
	padding: 14px 14px 14px 18px;
	color: #292929;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 4px #666;
	-webkit-box-shadow: 0px 0px 4px #666;
	box-shadow: 0px 0px 4px #666;
	background: #fff2a8;
	opacity: 0;
	z-index: 99999;
	visibility: hidden;
 }
 [data-title] {
	position: relative;
 }

