/**
 * UnCommon Theme
 * Copyright (c) Jon Whipple
 * based on the common.css design by John Willinky
 * 
 * based on common.css
 *
 * Copyright (c) 2000-2012 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 * 
 * 2019
 * Finalized for the site of the conference Vadim Medvedev.
 * <medvedev.vadym@lll.kpi.ua>
 *
 * $Id$
 */

/**
 * Common HTML elements
 */

body {
	background: url(https://imm-mmi.kpi.ua/public/conferences/89/designimm/hi-tech-motion.jpg) 80%;
	background-size: 175%;
	background-color: #cccccc;
	color: #000000;
}

a:visited {
	color: #333;
}

a:hover {
	color: #ffffff;
	background: #5b5618;
}

label.error {
	color: #af292e;
}

input {
	border: 1px solid #006600;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #f4fff3;
	color: #333333;
	border: 1px solid #006600;
}

input.button {
	background-color: #eeffee;
}

input.defaultButton {
	background-color: #aafea2;
	color: #333333;
}


#header {
	color: #006600;
	background-color: #ffff99;
}

#header h1 {
	color: #333;
	text-shadow: 0px 0px 3px #ffff99;
	padding: 0 0 0 0;
	font-family:  Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-transform:  uppercase;
	
	letter-spacing: 2px;
	padding-top: 7px;	text-align:center;
}
#header h2 {
	color: #eef1c3;
	font-family:  Verdana,Arial,Helvetica,sans-serif;
	text-align:center;
	font-size: 100%;
	text-shadow: 0px 0px 4px #333;
}

#header img {
	-webkit-filter: drop-shadow(0 0 6px white);

}

#headerTitle {
        background: url(https://imm-mmi.kpi.ua/public/conferences/89/designimm/fon-verh2.jpg);
	background-size: cover;
	color: #ffffff;
	height: 140px;
}

#headerTitle img {
	width:117px;
	height: 123px;
        padding-left: 85px;
	padding-right: 0px; 
	float: left;
}

#footer {
	width: 100%;
	min-height: 35px;
	background-color: #006699;
	color:  #ffffff;
	padding: 15px;
}

#footerContent {
	color:  #ffffff;
}


#main {
	background-color:#fcffd2;
	width: 73%;
	margin-right: 1%;
	opacity: 0.93;
	margin-top: 10px;
}

#main h2 {
	font-family:  Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #006600;
text-align:center;
background-color:#ffffe5;
width:100%;
padding: 10pt 0px;
text-transform:  uppercase;
}

#breadcrumb {
font-size:12px;
}

#main h3 {
	font-family:  Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #006600;
}

#navbar {
	border-bottom: 1px solid #6a5e16;
background-color:#ffff99;
font-weight:bold;
padding: 3px 15px;
font-size:18px;

}

#breadcrumb {
	color: #666666;
}

#content {
	border-top: 1px solid #6a5e16;
background-color:#ffffff;
padding: 3px 9px;
font-size:14px;
text-align: justify;
text-indent: 28px;
line-height: 15pt;
}



#content h3 {
	font-family:  Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
color: #006600;
	font-weight: bold;
text-align: center;
text-indent: 0px;
line-height: 25pt;
font-size:1.5em;
}

#content h4 {
	font-family:  Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
color: #006600;
font-size:1.2em;
}

#content h5 {
	color: #006600;

}

#leftSidebar {
	width: 23%;	
	margin-left: 1%;
	margin-right: 2%;
	opacity: 0.93;
}

#leftSidebar div.block {
	padding: 1em 0em 1em 0em;
	border-top: 5px solid #6a5e16;
	border-bottom: 1px solid #006699;
	margin-bottom: 5px;
	color: #999999;
	font-size:14px;
	background-color: #ffff99;
	padding: 4px;
}

#rightSidebar div.block {
	padding: 0.5em 0;
	border-top: 5px solid #6a5e16;
	border-bottom: 1px solid #006699;
	margin-bottom: 5px;
	color: #999999;
font-size:14px;
background-color: #ffff99;
padding: 4px;
}

#leftSidebar div.block span.blockTitle {
	padding: 0;
	font-weight: bold;
	color: #006600;
text-align: center;

}

#rightSidebar div.block span.blockTitle {
	padding: 0;
	font-weight: bold;
	color: #006600;
text-align: center;
}

#leftSidebar div.block span.blockSubtitle {
	font-weight: bold;
}

#rightSidebar div.block span.blockSubtitle {
	font-weight: bold;
}

pre {
	background-color: #EEEEFF;
}

div.separator {
	border-bottom: 5px solid #6a5e16;
}

.defaultSkin table.mceLayout tr.mceFirst td {
	border: 3px solid #E9F4E2;
}

