/* =========================================================
Common styles
============================================================ */
body {
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  background-color: #fff;
  z-index: 99999;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}
#container p { font-family: Arial, Helvetica, sans-serif; }
ol {

}
.entry-box ol li {
    list-style: decimal inside;
    margin-bottom: 10px;
}
ul {
}
ul li {
}

ul li i.nr {
  color: RoyalBlue;
}

.entry-box ul li {
  margin-left: 20px;
  list-style-type: square;
  margin-bottom: 10px;
}
/*------responsive image----------------*/
.responsive-img {
  max-width: 100%;
  height: auto;
}
.scale-hover {
  transition: all 0.2s ease-in 0.2s;
}    
.scale-hover:hover {
    transform: scale(1.5);
    transform-origin: center center 0;
    transition: all 6s ease-in 0s;
    transition: all 6s ease-out 0s; 
}

/* =========================================================
Heading
============================================================ */
h1 {
    color: #222;
    font: 400 28px/27px Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    margin-bottom:20px;
}
h1.logo {
	margin-left: -25px;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif, "Calibri";
}
.sofsem {
  position: relative;
  left: 20px;
  border: 1px solid RoyalBlue;
  background-color: RoyalBlue;
  color: White;
  -moz-border-radius-topleft: 7px;
  -webkit-border-top-left-radius: 7px;
  border-top-left-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -webkit-border-bottom-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-radius: 7px 0px 7px 0px;
  /*behavior: url(border-radius.htc);*/
}
.year {
  padding-left: 15px;
  border: 1px solid RoyalBlue;
  background-color: #fff;
  color: RoyalBlue;
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-bottomright: 7px;
  -webkit-border-bottom-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-radius: 7px 0px 7px 0px;
}
span.rb {
  color: RoyalBlue;
  padding-right: 10px;
  font-weight: bold;
}
h2 {
    color: RoyalBlue;
    font: 400 24px/25px Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    margin-top: 20px;
    margin-bottom: 10px;
}
h3 {
    color: #222;
    font: 400 20px/22px Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    margin-top: 5px;
    margin-bottom: 10px;
}
h4 {
    color: #222;
    font: 400 16px/20px Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    margin-bottom: 10px;
}
h5 {
    color: #222;
    font: 400 15px/20px Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    margin-bottom: 5px;

}
h6 {
    color: #222;
    font: 400 14px/20px Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    margin-bottom: 5px;
}
p { 
  margin-bottom: 10px;
  line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
}

p.publname {
  margin-bottom: 0px;
}

span.srf {
   background-color: RoyalBlue;
   color: #fff;
}

table {
  margin-bottom: 20px;
  line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

th {
  font-weight: bold;
}
/* =========================================================
Clear Floated Elements
============================================================ */
.left{ 
    float:left;
}
.right{
    float:right;
}
.clear {  
    clear: both;  
    display: block;  
    overflow: hidden;  
    visibility: hidden;  
    width: 0;  height: 0;
}
.clearfix:before, .clearfix:after {
    content: '.';  
    display: block;  
    overflow: hidden;  
    visibility: hidden;  
    font-size: 0;  
    line-height: 0;  
    width: 0;  
    height: 0;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}

/* =========================================================
        Columns
============================================================ */
.pattern{
    /*background:url("images/background/white-dot.png") repeat scroll 0 0 transparent;*/
}
.main-body{
    padding: 10px 10px 10px 10px;
    background:url("../img/main-body.png") repeat scroll 0 0 transparent;
    width: 1077px;
    margin: -52px auto 0px;
    position:relative;
    z-index:1;
    border:solid 1px #888;
}
.wrapper {
    width: 1074px;
    margin: 0 auto;
}
.primary {
    float:left;
    width:494px;
    margin:20px;
}
.secondary {
    float:right;
    width:520px;
    margin-right:20px;
}
.sidebar {
    float:left;
    width:250px;
}
.last {
    margin-right:0 !important;
}


#sidebar-a{
    margin-right:20px;
}
.main-body .wrapper{
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
}
.left-col {
    float:left;
    width:764px;
    margin:0px 20px 20px 20px;
}

/* =========================================================
        Header
============================================================ */
#header {
    background-color: #000;
    position: relative;
    z-index: 100;
}

/*-- Top menu ------------------------------------------------*/


/*===============Branding=============================*/
.branding {
    background: #000052;
    padding: 0px 0px 31px 0px;
    position: relative;
}
.separator{
    height: 10px;
    width: 100%;
    background: RoyalBlue;
}

/* =========================================================
        Main Content
============================================================ */


/* =========================================================
        Sidebar 
============================================================ */
.sidebar .widget-title {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
  padding: 5px 10px 0 0;
  text-transform: uppercase;
  border-top: 5px solid RoyalBlue;
	font-weight: normal;
}
.sidebar .widget-title a {
    color:#000;
}
.sidebar .entry-box .entry-content{
    margin-top:5px;
}
.sidebar .entry-box .entry-content p{
    margin-bottom:0px;
}
.sidebar .entry-box .entry-content .entry-title a{
    font-family: "Open Sans Condensed";
    color:#222;
    font-size:16px;
}
#widget-list-a > li, #widget-list-b > li {
  margin-bottom:20px;
  list-style-type: none;
	font-size: 14px;
}
#widget-list-a > li:last-child,
#widget-list-b > li:last-child{
    margin-bottom:0px;
}

.spacer{
    width:250px;
    height:1px;
    text-indent:-9999px;
}
/* =========================================================
        Footer
============================================================ */
#footer {
    position:relative;
    margin-top:-52px;
    z-index:0;

}
.footer-top {
    background: #000052;
    padding-bottom: 50px;
    padding-top: 82px;
}

/*========================================================================================
Footer aside
===========================================================================================*/
.footer-top #sidebar-1{
    width:386px;
}
.footer-top #sidebar-2{
    width:368px;
}
.footer-top #sidebar-3{
    width:280px;
}
.footer-aside{
    margin-right:20px;
    float:left;
}
.footer-aside .widget-title{
    color: #000;
    font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px;
}

.footer-top .news-letter .email{
    width:77%;
	padding-left:3%;
    height:44px;
    line-height:44px;
    background:#fff;
    border: 1px solid #ddd;
    color:#333;    
    float:left;    
}
.footer-top .news-letter .email:focus{
    outline:0;
    border: 1px solid RoyalBlue !important;
}
.footer-top .news-letter .submit{
    width:18%;
    height:47px;
    background: url(images/icons/news-letter.png) no-repeat center center #333;
    border:1px solid #333;
    text-indent:-99999px;
    line-height:0;
    cursor:pointer;
    float:right;
    font-size:0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer-top .news-letter .submit:hover{
    background-color: RoyalBlue;
    border: 1px solid RoyalBlue;
}
.footer-aside .footer-logo{
    display:block;
    margin-top:26px;
}
.footer-bottom {
    background:#090909;
    padding: 10px 0 10px;
}
#copyrights{
    float:left;
    color:#fff;
}
#bottom-menu{
    float:right;
    color:#fff;
}
#bottom-menu ul li{
    display:inline;
    margin-left:30px;	
}
#bottom-menu ul li a{	
    color:#fff;
}
/*
Back to top button 
*/

#scroll-to-top {
    width: 52px;
    height: 52px;
    display: block;
    position: fixed;
    bottom: 118px;
    right:0;
    margin-right:50px;
    background: url("./up-arrow.png") no-repeat scroll center center RoyalBlue;
    text-indent:-99999px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#scroll-to-top:hover{
    background-color: #222;
}

#sub-page .sidebar{
    margin-top: 20px;
}
.sidebar ul li {
  list-style: square inside none;
  margin-bottom: 10px;
}
.sidebar ul.nolist li {
  list-style: none;
  margin-bottom: 10px;
}
/*------------------ Tag ---------------------*/
div.tag{
    margin-bottom:-10px;
}
a.tag{
    display:inline-block;
    background:url(images/background/tag-pattern.png) repeat 0 0;
    padding:5px 11px;
    font-weight:bold;
    text-transform:uppercase;
    font-size:11px;
    margin:0 7px 10px 0;
}
/* =========================================================
        Single Page
============================================================ */
.left-col .entry-box{
    margin-top:20px;
}
.entry-box .entry-title {
    margin-bottom:5px;
}
.entry-box iframe {
    margin:20px 0;
}
.about-author {
    padding-top:20px;
    margin-top:20px;
    background:url(images/background/bottom-pattern.png) repeat-x 0 0;
}
.about-author img {
    float:left;
    margin-right:20px;
}
.about-author h5, #comments h5 {
    color: #222;
    font-family: 'Patua One',cursive;
    font-size:22px;
    font-weight:normal;
    margin-bottom:15px;
}
.about-author .author-name {
    display:block;
    margin-bottom:5px;
    font-family: 'Patua One',cursive;
    font-size:15px;
    font-weight:normal;
    color: #222;
}
.about-author .entry-content a {
    display:block;
    margin-bottom:5px;
}




#toTop {
	width: 50px;
  border: 1px solid #7f7f7f;
  background: #f7f7f7;
  text-align: center;
  padding: 5px;
  position: fixed; /* this is the magic */
  bottom: 10px; /* together with this to put the div at the bottom*/
  right: 10px;
  cursor: pointer;
  display: none;
  color:#333;
  font-family:verdana;
  font-size:11px;
}

div.orgfoto {
  position: absolute;
  top: 125px;
  left: 600px;
  background-image: url('../img/border.png');
  background-repeat: no-repeat;
  width: 168px;
  height: 234px;
  float: right;
  margin-left: 20px;
  padding: 11px 0px 0px 11px;
}

div.scfoto {
  background-image: url('../img/border.png');
  background-repeat: no-repeat;
  width: 168px;
  height: 234px;
  float: left;
  margin-left: 0px;
  padding: 0px;
}

div.tcfoto {
  background-image: url('../img/border.png');
  background-repeat: no-repeat;
  width: 168px;
  height: 234px;
  float: right;
  margin-left: 20px;
  padding: 0px;
}

/* tables */
table {
	margin-top: 10px;
	margin-left: 10px;
}
table.reg {
	margin-top: 10px;
	margin-left: 10px;
	border: 1px solid #ccc;
	width: 880px;
}
th, td { text-align: left; vertical-align: baseline; padding: 2px 5px 1px 5px; }
table.reg td { border: 1px solid #ccc; vertical-align: baseline; padding: 2px 5px 1px 5px; background-color: #fff; }
table.reg td.cena { text-align: center;  width: 150px; }
table.reg th { text-align: left; background-color: #000052; color: White; border: 1px solid #000052; }
table.reg td.accomp { background-color: AliceBlue; }
th i { font-weight: normal; font-style: normal; }
thead th { text-align: center; }

table.accepted td.va {
  text-align: right;
  padding-right: 10px;
}
table.accepted td.va span.pn {
  color: DarkGoldenRod;
  font-weight: bold;
}

table.timetable {
  width: 1015px;
  border: 1px solid black;
  border-collapse: collapse;
  font-size: 90%;
}
table.timetable td {
  border: 1px solid black;
  background-color: AliceBlue;
}
table.legend td {
  width: 203px;
}
table.timetable th {
  border-left: 1px solid White;
  border-right: 1px solid White;
  border-bottom: 1px solid White;
  border-top: 1px solid Black;
  background-color: #000052;
  color: #ffffff;
}
table.timetable a.tip {
  position: relative;
  z-index: 24;
  text-decoration: none;
}
table.timetable a.tip:hover {
	z-index: 25;
	cursor: pointer;
}

table.timetable a.tip span {
	font-weight: normal;
	padding: 3px;
	width: 350px;
	display: none;
	-moz-border-radius-topleft: 7px;
  -webkit-border-top-left-radius: 7px;
  border-top-left-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -webkit-border-bottom-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-radius: 7px 0px 7px 0px;
}
table.timetable td.srf a.tip span, table.timetable td.pos a.tip span {
	width: 160px;
}
table.timetable a.tip:hover span {
  display: block;
  position: absolute;
  top: 35px;
	left: 0px;
  border: 2px solid #555;
  background-color: White;
	color: #000;
  text-align: left;
}

table.timetable td.srf, table.timetable td.srf a.tip span {
  background-color: Aquamarine;
  font-weight: bold;
}
table.timetable td.out, table.timetable td.out a.tip span {
  background-color: Khaki; /* svetlezluta #f9f4db, tmavozluta #e8deb5; */
  font-weight: bold;
}
table.timetable td.org, table.timetable td.org a.tip span {
  background-color: White;
  font-weight: bold;
}
table.timetable td.break {
  background-color: White;
}
table.timetable td.inv/* , table.timetable td.inv a.tip span */ {
  background-color: #ccc;
  font-weight: bold;
}
table.timetable td.pos, table.timetable td.pos a.tip span {
  background-color: Violet;
  font-weight: bold;
}
table.timetable td.fcs, table.timetable td.fcs a.tip span {
  background-color: LightBlue; /* Lavender */
}
table.timetable td.sw, table.timetable td.sw a.tip span {
  background-color: GreenYellow;
}
table.timetable td.at, table.timetable td.at a.tip span {
  background-color: Gold;
}
table.timetable td.panel, table.timetable td.panel a.tip span {
  background-color: PaleTurquoise;
  font-weight: bold;
}
table.timetable td.csv, table.timetable td.csv a.tip span {
  background-color: DarkKhaki;
}
table.timetable td.di, table.timetable td.di a.tip span {
  background-color: LightSalmon;
}
table.timetable td.cas {
  border: 1px solid White;
  border-left: 1px solid Black;
  border-right: 1px solid Black;
  background-color: #000052;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  width: 40px;
}



table.preliminary {
  width: 1015px;
  border: 1px solid black;
  border-collapse: collapse;
  /* font-size: 90%; */
}
table.preliminary td {
  border: 1px solid black;
}
table.preliminary td.dny {
  background-color: #000052;
  color: #ffffff;
  font-size: 150%;
  font-weight: bold;
  height: 30px;
  padding: 3px;
  text-align: center;
  border-bottom: 1px solid White;
  border-top: 1px solid White;
  vertical-align: middle;
}
table.preliminary td.cas {
  background-color: #000052;
  color: #ffffff;
  width: 80px;
  text-align: center;
  border-top: 1px solid White;
  border-bottom: 1px solid White;
  font-weight: bold;
}
table.preliminary td.pauzy {
  padding: 1px;
  height: 20px;
  text-align: center;
}
table.preliminary td.social { text-align: center; font-weight: bold; background-color: Khaki; }
table.preliminary td.org { text-align: center; font-weight: bold; }
table.preliminary td.last { text-align: center; border-bottom: 1px solid White; }
table.preliminary td.fcs { background-color: LightBlue; color: #000; padding: 3px; width: 270px; }
table.preliminary td.sw { background-color: GreenYellow; color: #000; padding: 3px; width: 270px; }
table.preliminary td.di { background-color: LightSalmon; color: #000; padding: 3px; }
table.preliminary td.at { background-color: Gold; color: #000; padding: 3px; }
table.preliminary td.panel { background-color: PaleTurquoise; color: font-weight: bold; #000; padding: 3px; }
table.preliminary td.srf { background-color: Aquamarine; color: #000; font-weight: bold; padding: 3px; }
table.preliminary td.pos { background-color: Violet; color: #000; font-weight: bold; padding: 3px; }
table.preliminary td.inv { background-color: #ccc; color: Black; font-weight: bold; }
table.preliminary td.do { background-color: #000052; border-bottom: White; border-right: 1px solid #000052; }
table.preliminary td.rooma { text-align: center; font-weight: bold; color: #f9f4db; background-color: Navy; }
table.preliminary td.roomb { text-align: center; font-weight: bold; color: #f9f4db; background-color: Maroon; }
table.preliminary td.roomc { text-align: center; font-weight: bold; color: #f9f4db; background-color: DarkGreen; }
table.preliminary td.cas span.hall { color: #f9f4db; }
table.preliminary tr.chair td { text-align: right; font-size: 80%; font-weight: bold; font-style: italic; padding: 2px 5px 2px 2px; }
div.chairinv { float: right; font-size: 80%; font-weight: bold; font-style: italic; color: Black; }

table.right th, table.right td { text-align: right; }
table.center td, table.center td { text-align: center; }

table hr { width: 100%; color: #ccc;  background-color: #ccc; height: 1px; margin: 0px; border: none; }

p a img:hover {
  opacity: 0.7;
	filter: alpha(opacity=70);
}