

body {	
    background-color: #f0f1f2;
    background: url(http://mmi-dmm.kpi.ua/images/bg21.jpg);
    padding-top: 49px;
}

a {
	text-decoration: none;
}

a:link {
	color: #069;
}

a:active {
	color: #39c;
}

a:visited {
	color: #069;
}

a:hover {
	color: #EEEEFF;
	background: #069;
}

label.error {
	color: #f60;
}

input.defaultButton {
	color: #EEEEFF;
	background: #069;
}

#container {
	background-color: #fff;
	font-size: 1em;
}

#header {
	height:  100px;
	background-color: #fff;
}

#headerTitle {
	text-align: center;
}

#header h1 {
	line-height: 2.5;
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
	letter-spacing: 10px;
	font-size: 2em;
	background-color: #069;
	color:  #fff;
}

#footer {
	background-color: #069;
	color:  #fff;
}

#footerContent {
	color:  #fff;
}

#main {
	background-color: #fff;
	border-top: none;
	border-bottom: none;
	margin-top: 15px;
	padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    border-radius: 5px;

    -webkit-box-shadow: 0 0 23px -8px #000000;
box-shadow: 0 0 23px -8px #000000;
}

#main h2 {
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}

#main h3 {
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}

#navbar {
	text-align: center;
	font-size: 0.8em;

	    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    border: none;
    background: white;
    color: black !important;
    border-bottom: 2px rgba(158, 197, 216, 0.88) solid;
    font-size: 1em;
}
#navbar a {
    color: #000;
    position: relative;
    padding-top: 16px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    display: inline-block;
    letter-spacing: 0 !important;
}
#navbar a:hover {
	background: transparent;
}
#navbar a:before {
	content: ' ';
	border-bottom: 2px solid #585858;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;

	-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
#navbar a:hover:before {
	width: 100%;
}
#breadcrumb {
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px dotted #069;
	padding: 0;
	font-style: italic;
	height: auto !important;
    font-size: 0.7em;
         
}

#content {
	border-top: 1px dotted #069;
}

#content h3 {
	font-family:  "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}
#content h4{
    border-left: 4px solid #069;
        line-height: 54px;
        padding-left:45px;
		background:url(http://mmi-dmm.kpi.ua/images/pdf/doc/mmi-5.png) no-repeat;
		font-family:  "Times New Roman", Times, Georgia, serif;
		text-transform: uppercase;
}
#content h5 {
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #069;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #EEEEFF;
}

table.listing td.headseparator {
	border-top: 1px dotted #069;
}

table.listing td.endseparator {
	border-top: 1px dotted #069;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}

div.separator {
	border-bottom: 1px dotted #069;
}

#rightSidebar ul, #leftSidebar ul {
	margin-left: 0px;
	padding-left: 0px;
}

#rightSidebar li, #leftSidebar li {
	list-style-type: none;
}

#rightSidebar, #leftSidebar {
	margin-top: 5px;
	border-bottom: 1px dotted #069;
}
.block {
        border-radius: 5px;
    margin: 0;
    padding: 6px;
    padding-bottom: 6px !important;
    background: rgba(255,255,255, 0.4);
    border: 1px solid rgba(158, 197, 216, 0.88);
    margin-bottom: 12px;

    -webkit-box-shadow: 0 0 23px -8px #000000;
box-shadow: 0 0 23px -8px #000000;
}
#sidebar {
	    margin-top: 100px;
}
#sidebarFontSize {
	min-height: 60px;
}
#sidebarFlagToggle {
	padding-bottom: 0px !important;
    padding-top: 0;
    border: none;
    background: transparent;
    -webkit-box-shadow: none;
box-shadow: none;
position: fixed;
    top: 9px;
    z-index: 9;
    right: 5px;
}
#sidebarFlagToggle img {
	width: 2.2em;
    height: auto;
}
#sidebarNavigation form table {
 	width: 100%;
}
#sidebarNavigation form table input, #sidebarNavigation form table select {
	width: 100%;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
    border: 1px solid #9D9DAB;
    line-height: 1.8em;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#sidebarNavigation form table select {
	padding-top: 4px;
    padding-bottom: 4px;
}
#sidebarNavigation form table input.button {
	cursor: pointer;
	font-weight: 600;
	text-transform: uppercase;
	background-color: rgba(158, 197, 216, 0.88) !important;
	color: #fff;
	font-size: 0.9em;
}
#sidebarNavigation form table input.button:hover  {
	background-color: #A5A5A5 !important;
	color: #fff !important;
}
.blockSubtitle {
	font-weight: 600;
    margin-bottom: 2px;
    font-size: 1.05em;
}
	
.blockTitle {
	font-weight: 600;
    font-size: 1.05em;
    letter-spacing: 0 !important;
}
element.style {
    padding-top: 0.5em;
    font-size: 1.5em;
}