@charset "utf-8";
/* CSS Document */
body {
    font-family:Calibri, sans-serif!important;
}

.blue {
    margin-top: 20px;
	/*max-width: 100%;*/
	width: 100%;
}

.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
	}

.blue img {
	border-radius: 10px;
	max-width: 100%;
}

.icons {
	margin: 20px 0;
	    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    max-width: 100%;
}



a {
	text-decoration: none;
}
a:link, a:visited {
	color:#003F9F;
}
a:hover, a:active {
color:#888888;
}
 
a.butt:hover {color:#777777;} 
a.butt:link {color:#777777;}
a.butt:visited {color:#777777;}
a.butt:active {color:#777777;}


body {
	
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 23%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(23%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 23%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 23%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 23%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 23%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */


		margin: 0 0 0 0;
			font-family:"Myriad Pro", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;

	color:#555555;
/*			background-color:#cccccc; */
}

.header {
	display: block;
	margin-top: 30px;
	margin-left: 30px;
	font-size: 30px;
	font-weight: 700;
	color: #777;
}

.top {
	display: block;
	height: 30px;
line-height: 30px;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 12px;
	font-weight: 400;
	background-color: #444;
	color: #aaa;
}

h2 {
	display: block;
	margin-left: 30px;
	margin-bottom: 0px;
	font-size: 22px;
	font-weight: 700;
	color: #455;

}



.admin_body {
	background: #fff;
}

.dalyviai {
	display: block;
	margin-left: 30px;
}

.top-buttons {
	margin: 20px auto;
	width: 97%;
	display: flex;
	justify-content: space-between;

	& button {
		padding: 5px 15px;
		border: 1px solid;
		border-radius: 5px;
	}

	& button:hover {
		border: 1px solid lightgreen;
	}

}

table {

margin-left:auto;
margin-right:auto;

}

.main-table-persons {
	width: 97%;
	margin: auto;
}

.persons {
	margin-top: 10px;
	border:1px #aaa solid;
}

table.admin {
	margin: auto;
	width: 97%!important;
	margin-top: 10px;
	border:1px #aaa solid;
	font-size: 1.1em;

}

table.admin td:first-child {
	font-size: 0.8em;
	vertical-align: middle;
		white-space: nowrap;
}



table.users {
	margin-top: 5px;
	margin-left: 0px;
	width: 95%;
	border:1px #aaa solid;
	font-size: 0.8em;
}
table.users td {
		border:1px #ccc solid;

}


.menu i {
	font-size: 3em;
	margin-bottom: 15px;
}

.menu {
	background-color:#f0f0f0;
	border-radius: 10px;
	width:200px;
	height:185px;
	vertical-align:middle;
	font-family:"Myriad Pro", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	letter-spacing:1.2px;
	color:#777777;
	transition:all .1s linear;
    -webkit-transition:all .1s linear;
    -moz-transition:all .1s linear;
    -o-transition:all .1s linear;
	}

.menu:hover { 
background-color: #fafafa; }

.box{
  box-sizing: border-box;
  border: 3px solid transparent;
  background-clip:padding-box;
}

.row i {
	font-size: 3em;
	margin-bottom: 15px;
}

.row div {
	background-color:#f0f0f0;
	border-radius: 10px;
	min-height:140px;
	padding-top: 25px;
	text-align: center;
	font-family:Tahoma, Helvetica, Arial, sans-serif;
	font-size:15px;
	letter-spacing:1.2px;
	color:#777777;
	transition:all .1s linear;
    -webkit-transition:all .1s linear;
    -moz-transition:all .1s linear;
    -o-transition:all .1s linear;
}

.row div:hover { 
background-color: #fafafa; }

table.seminarai {
	background-color:#eeeeee;
	border: none; 

}

#report {
	width: 900px;
	max-width: 100%;
	border-radius: 10px;
}

#report td.past {
	padding:10px;

	font-size:18px;
	color:#aaa;
}
td.next {
	padding:10px;

	font-size:16px;
	color:#333333;
}
#report td.up {
	padding:10px;

	font-size: 18px;
	color: #333333;
	font-weight: normal;
}


.font1 {
	font-size: 1.2em!important;
}

.font08 {
	font-size: 0.8em!important;
}
	
.registracija {
	font-size:16px;
	padding: 10px;
	color:#555;
	margin-left: 10px;
	margin-right: 10px;
}


table.news {
	background-color:#F4F4F4;
	vertical-align:bottom;
	border: none;
	width: 900px;
	max-width: 100%;
	margin-left:auto;
	margin-right:auto;
	font-size:18px;

}

.news td {
	padding: 5px 20px;
}

.kontaktai {
	
padding: 10px;
	border: 0;
	width: 900px;
	max-width: 100%;

margin-left:auto;
margin-right:auto;
border-spacing:15px;

	font-size:16px;

	color:#777;
}

@scope (.kontaktai) {

	:scope {
		background-color: lch(100% 0 280);
	}
 	
 	span {
 		font-weight: bold;
 		font-size:18px;
 	} 

}


.kontaktai-list {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, 1fr)
}

.kontaktai-list > div {
/* 	width: 25%; */
	padding: 10px 5px;

}

@media (max-width: 630px) {
  .kontaktai-list {
	display: block;
	}
}

.webinarai {
	display: flex;
	 align-items: center;
	  justify-content: center;
	 border-radius: 10px;
	width: 900px;
	max-width: 100%;
	height:70px;
	margin-right: auto;
	margin-left: auto;
	background-image: url("../img/unnamed.jpg");
	background-size: auto;
	background-color: #035;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}

.webinarai a {
	color: #fff;
	transition: color 1s;
	font-size: 1.2em;
}

.webinarai a:hover {
	color: #acf;

}

table.apie {

	font-size: 16px;
	letter-spacing: 0.5px;
	color: #fff;
	background-color: #555555;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#999), to(#777));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #777, #999);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #777, #999);
	/* IE 10 */
	background: -ms-linear-gradient(top, #777, #999);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #777, #999);
	border: none;
	width: 100%;
	border-spacing: 20px;
}




.submit1 {

	 color:#fff;
	font-size:18px;
	width:250px;
	padding:5px 15px; 
	background-color:#003F5F; 
	border:0 none;
cursor:pointer;
-webkit-border-radius: 5px;
border-radius: 5px; 
}

.submit1:hover {
		background-color:#004F7F;
}
	


input[type=text]
{
   width: 100%;
   border:1px solid #aaaaaa;
}


.mainheader {	
margin-top:10px;

width: 700px;
margin-left: auto; margin-right: auto;
}

.mainheader nav {
	float:right;


}

.mainheader nav ul {
}

.mainheader nav ul li {
	list-style: none;
    display: inline-block;
    margin-right: 10px;
}


.mainheader nav ul li a{
    text-decoration: none;  
   
    font-size: 12px;
	letter-spacing:0.4px;

    transition:all .2s linear;
    -webkit-transition:all .2s linear;
    -moz-transition:all .2s linear;
    -o-transition:all .2s linear;
}

.mainheader a:link, .mainheader a:visited {
    color:#003F5F;

}

.mainheader a:hover, .mainheader a:active {
    color:#aaaaaa;
}


/*.container:before,
.container:after {
  content:"";
  display:table;
}
.container:after {
  clear:both;
}*/


.container {
  zoom:1; 
  display: block;
  width: 900px;
  max-width: 100%;
}




.services ul{
    margin-top: 100px;
}

.services ul li{
    list-style: none;
    display: block;
    width: 313px;
    float: left;
    margin-left: 80px;
    text-align: center;
}

.services ul li:first-child{
    margin-left: 0;
}

.services ul li .separator{
    display: block;
    width: 1px;
    height: 20px;
    background: #f6f6f6;
    margin: 20px auto;
}

.services ul li h2{
    color: #616161;
    font-family: "raleway-bold";
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.services ul li p{
   color: #838181;
    font-family: "raleway-regular";
    font-size: 14px;
    line-height: 28px; 
    margin-top: 40px;
    letter-spacing: .5px;
}





.footer {
	width:650px;
margin-left:auto;
margin-right:auto;
    overflow: hidden;
	position: relative;
    top: 20px;
}








.mainheader img {	
	width: 100%;
}
	


.mainheader nav {
	height: 160px;

}

.mainheader nav ul {
padding-left:0
}

.mainheader nav ul li{
width:100%;
margin: 0 auto;
text-align:center;

}
.mainheader nav a:link, .mainheader nav a:visited {
	padding: 12px 10px;
	height: 16px;
	display:inline-block;
}


.content {
width: 100%;
float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

.topcontent {
	background-color:white;
		border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	padding: 3% 5%;
	margin-top: 2px;
}

.bottomcontent {
	background-color:white;
		border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
		padding: 3% 5%;
			margin-top: 2px;
}

.programa {
	 line-height: 1.3em;
}

.regfields {
	line-height: 1.8em;
	margin-top: 15px;
	display: grid;
    column-gap: 15px;
    grid-template-columns: auto auto;
}

.regfields > div {
 margin-bottom: 10px;
 font-weight: 700;
}

.regfields > div > input[type=submit] {
 margin-top: 20px;
}

@media (max-width: 640px) {
	.regfields {
		display: block;
	}
	
}