/* sklejenie plików error, site, common */

.box {
  display: block;
  border: 1px solid;
  padding: 10px;
  margin: 1em 0;
}

.notice {
  border-color: #0f0;
  background: #afa;
  color: #070;
}

.error {
  border-color: #f00;
  background: #faa;
  color: #700;
}

.system {
  border-color: #00f;
  background: #aaf;
  color: #007;
}

/* ---------- */

body {
  font: normal 12px verdana, arial, helvetica, sans-serif;
}

.preview {
  float: right; 
  width: 15%;
}

div.image {
  margin: 1.2em;
  padding: 2px;
  line-height: 1.2;
}

div.image img {
  border: none;
  display: block;
}

div.image span {
  font-style: italic;
  font-size: 83%;
}

div.imgRight {
  clear: both;
  margin-top: 0.5em;
  margin-right: 0;
  float: right;
}

div.imgLeft {
  clear: both;
  margin-top: 0.5em;
  margin-left: 0;
  float: left;
}

div.imgCenter {
  /* width: 400px; */
  /* text-align: center; */
  margin: auto;
  clear: both;
}

form {
  margin: 0;
  padding: 0;
}

label {
  display: block;
}

table {
  margin: 1em;
  padding: 0;
  border: 0;
  background: #f7f7f7;
  font-size: inherit;
}

th, td {
  text-align: left;
  padding: 0.3em 1em;
  vertical-align: top;
}

th {
  font-weight: bold;
  border-bottom: 1px solid #c0c0c0;
}

td {
  border-bottom: 1px solid #e7e7e7;
}

ul#newsroom {
  margin: 0;
  padding: 0;
}

ul#newsroom li {
  list-style-type: none;
  margin-bottom: 2em;
}

ul#newsroom .date {
  color: #999;
}

#note,
#note a {
  color: #999;
  display: block;
  text-align: center;
  margin: auto;
  font-size: 0.8em;
}

#note a {
  display: inline;
  font-size: 1em;
}

#path {
  font-size: 0.9em;
}

.inline {
  display: inline;
}

div.fieldWithErrors {
  display: inline;
  padding: 0;
  margin: 0;
}

img {
  border: 0;
}

form.button-to ,
form.button-to div {
  display: inline;
}

/* ---------- */

.icon {
  padding-left: 20px;
}

.pdf {
  background: url(/images/icons/pdf.gif) top left no-repeat;
}

.doc,
.docx,
.odt,
.rtf {
  background: url(/images/icons/doc.gif) top left no-repeat;
}

.xls,
.xlsx,
.ods {
  background: url(/images/icons/xls.gif) top left no-repeat;
}

.zip,
.tgz,
.gz {
  background: url(/images/icons/zip.gif) top left no-repeat;
}

.mp3 {
  background: url(/images/icons/mp3.gif) top left no-repeat;
}

.exe {
  background: url(/images/icons/exe.gif) top left no-repeat;
}

.pagination {
  margin: 20px 0 20px 0;
}
.pagination a {
  padding: 2px;
  margin: 2px;
  text-decoration: none;
}
.pagination span.current {
  padding: 2px;
  margin: 2px;
  border: 1px solid #ccc;
  font-weight: bold;
}
.pagination span.disabled {
  padding: 2px;
  margin: 2px;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.green {
  color: green;
}

.red {
  color: red;
}

.bold {
  font-weight: bold;
}

/* Form wrapper styling */
#form-search {
    float: right;
    zoom:1;
    margin: -5px -10px 0 25px;
}

/* Form text input */
#form-search input {
    width: 100px;
    height: 20px;
    padding: 2px 5px;
    float: left;
    /* font: bold 13px "lucida sans", "trebuchet MS", "Tahoma"; */
    border: 0;
    background: #eee;
    border-radius: 3px 0 0 3px;
}

#form-search select {
  width: 120px;
  height: 24px;
  float: left;
  background: #eee;
  border: 0;
  color: #000;
}

#form-search .placeholder {
    color: #000;
}

#form-search input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}

#form-search input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
}

#form-search input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

#form-search input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

/* Form submit button */
#form-search button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 24px;
    /* font: bold 12px/24px "lucida sans", "trebuchet MS", "Tahoma"; */
    color: #fff;
    text-transform: uppercase;
    /* background-color: #d82623; */
    background-color: rgb(0,109,154);
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
    padding: 0 15px;
}

/*
#form-search button:hover {
    background-color: #e54040;
}

#form-search button:active,
#form-search button:focus {
    background-color: #c42f2f;
    outline: 0;
}

#form-search button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

test
*/
