
body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: #eeeeee;
}

#page
{
	margin-top: 0px;
	margin-bottom: 0px;
	background: white;
	border: 0px solid #b86778;
}

#header
{
	margin: 0;
	padding: 0;
	border-top: 0px solid #b86778;
}

#content
{
    padding: 0px;
}

#sidebar
{
	padding: 0px 0px 0px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #F8F8F8;
}

#logo
{
	padding: 0px 0px;
	font-size: 100%;
}

#mainmenu
{
	/*background:white url(bg.gif) repeat-x left top;*/
    background-color: #b86778;
}

#mainmenu ul
{
	padding:0px 2px 0px 2px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
    color:#ffffff;
    background-color:transparent;
    font-size:10px;
    font-weight:bold;
    text-decoration:none;
    padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #b86778;
	background-color:#ffffff;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #ead2d7;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 10px 40px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 10px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 150px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

.column {
  float: left;
  width: 45%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}


//jg

#navigation {
        margin:0;
        padding: 0;
        clear:both;
        width:1500px;
        height:31px;
        background: #fff;
/*        background: #b86778 url(images/dropdown-bg.gif) repeat-x left top;*/
}



ul.nav-main,
ul.nav-main li {
        list-style: none;
        margin: 2px;
        margin-top: 2px;
        margin-left: 0px;
        padding: 0px;
}


ul.nav-main {
        position: relative;
        z-index: 597;
}

ul.nav-main li:hover > ul {
        visibility: visible;
}


ul.nav-main li.hover,
/*  ul.menu1 li a.first{border-left:1px solid #37526b;}*/
ul.nav-main li.active a{
        position: relative;
        z-index: 599;
        cursor: pointer;
        background: #000;
/*        background: url(images/dropdown-bg-hover.gif) repeat-x left top;*/
}
ul.nav-main li:hover {
        position: relative;
        z-index: 599;
        cursor: pointer;
        background:#8f4353;/* kolor tła w menu głównym*/
/*        background: url(images/dropdown-bg-hover.gif) repeat-x left top;*/
}



ul.nav-main li {
        float:left;
        width:100px;
        text-align: center;
        display:block;
        height: 29px; /*wysokosc tła ktywnego menu głównego*/
        color: #8f4353;
        font: normal 10pt Arial,Helvetica,sans-serif;
        background: #8f4353; /*url(images/separator.gif) no-repeat right center;*/
}

ul.nav-main li a {
        display:block;
        width:100px;
        text-align: center;
        padding: 16px 16px 0 16px;
        height: 25px;/* wysokość głównego menu*/
        color: #8f4353;
        font: normal 10pt Arial,Helvetica,sans-serif;
        text-decoration:none;
}

ul.nav-main li a:hover {
        color:#000;
}



ul.nav-main *.list {
        padding-right: 0px;
        background:gray; /*url(images/navigation-arrow.gif) no-repeat right top;*/
}



ul.nav-sub {
        visibility: hidden;
        position: absolute;
        padding:0px;
        top: 29px;
        left: 10px;
        z-index: 598;
        background: #8f4353; /*url(images/dropdown-list-bg.gif) repeat-x left top;*/
        border-right:2px solid #8f4353;
        border-bottom: 2px solid #8f4353;
        border-left: 2px solid #8f4353;/* tutaj definiujemy tło submenu*/
}


ul.nav-sub li {
        list-style:none;
        text-align: left;
        display:block;
        padding: 0px;
        height: 25px;
        float: none;
        width:200px;
        background: none;
        border-bottom: 2px solid gray /*#5a5a5a*/;

}

ul.nav-sub li a {
        list-style:none;
        text-align: left;
        display:block;
        padding: 0px 0px 0px 0px;
        height: 25px;/*wysokość pozycji w submenu*/
        float: none;
        width:200px;
        background:none;
        font: normal 10pt Arial,Helvetica,sans-serif;        
}

ul.nav-sub-sub {
        visibility: hidden;
        position: absolute;
        padding:0px;

        top: 0px;
        left: 0px;
        z-index: 599;
        background: #c07887; /*url(images/dropdown-list-bg.gif) repeat-x left top;*/
        border-top:2px solid #8f4353;
        border-right:2px solid #8f4353;
        border-bottom: 2px solid #8f4353;
        border-left: 2px solid #8f4353;/* tutaj definiujemy tło submenu*/
}


ul.nav-sub-sub li {
        list-style:none;

        text-align: left;
        display:block;
        padding: 0px;

        height: 25px;
        float: none;
        width:200px;
        border-bottom: 2px solid gray /*#5a5a5a*/;
        background: none;
}

ul.nav-sub-sub li a {
        list-style:none;

        text-align: left;
        display:block;
        padding: 0px 0px 0px 0px;

        height: 25px;/*wysokość pozycji w submenu*/
        float: none;
        width:200px;
        background: none;
        font: normal 10pt Arial,Helvetica,sans-serif;        
}


//jg


