@font-face {
  font-family: MavenProRegular;
  src: url('fonts/MavenProLight-300.eot');
  src: local('☺'), url('fonts/MavenProLight-300.woff') format('woff'), url('fonts/MavenProLight-300.ttf') format('truetype'), url('fonts/MavenProLight-300.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: Arial;
  background-color: #fff;
  min-width: 1060px;
  position: relative;
}
body .pageContainer {
  width: 960px;
  margin: 0px auto;
  padding: 0px;
  position: relative;
}
.reset {
  width: 100%;
  display: block;
  clear: both;
  position: relative;
}
.hide {
  width: 0px;
  height: 0px;
  overflow: hidden;
  display: block;
  margin: 0px;
  padding: 0px;
  visibility: hidden;
  position: absolute;
}
body {
  margin: 0;
  padding: 0;
  position: relative;
}
#head .logo {
  width: 200px;
  height: 68.5px;
  display: block;
  background-image: url("../img/logo.png");
  /* IE < 8 targeted with the star hack */
  *background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 20px;
}
.internet-explorer #head .logo {
  background-image: url("../img/logo.png");
}
#head .logout {
  width: 100px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #FDF9EF;
  border: 1px solid #50B87B;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: bold;
  color: #409262;
  cursor: hand;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}
#head .logout:hover {
  border-color: #50B87B;
  color: #50B87B;
}
#login {
  width: 380px;
  min-height: 540px;
  position: relative;
  margin: 30px auto;
}
#login .logo {
  width: 400px;
  height: 137px;
  display: block;
  background-image: url("../img/logo.png");
  /* IE < 8 targeted with the star hack */
  *background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  margin: 20px auto 40px auto;
}
.internet-explorer #login .logo {
  background-image: url("../img/logo.png");
}
#login .loginContent {
  width: 272px;
  position: relative;
  background-color: #fff;
  padding: 49px 54px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
  font-family: Arial;
  font-size: 14px;
  font-weight: normal;
  color: #3a3d43;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#login .loginContent .nadpis {
  width: auto;
  height: auto;
  display: block;
  font-family: Conv_HelveticaNeueLTPro-Lt, Arial;
  font-size: 24px;
  font-weight: normal;
  color: #5c6f7a;
  margin-bottom: 42px;
  text-align: center;
}
#login .loginContent input[type="text"],
#login .loginContent input[type="password"] {
  width: 265px;
  height: 40px;
  display: block;
  -webkit-box-shadow: inset 0 1px #f1f1f1;
  -o-box-shadow: inset 0 1px #f1f1f1;
  -ms-box-shadow: inset 0 1px #f1f1f1;
  box-shadow: inset 0 1px #f1f1f1;
  border: solid 1px #c4c9cf;
  margin-bottom: 18px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding-left: 13px;
  font-family: Arial;
  font-size: 14px;
  font-weight: normal;
  color: #595f60;
  font-style: italic;
}
#login .loginContent input[type="submit"] {
  width: 278px;
  height: 42px;
  display: inline-block;
  line-height: 42px;
  text-align: center;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #409262;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 11px;
  text-transform: uppercase;
  text-decoration: none;
  border-width: 0;
  cursor: hand;
  cursor: pointer;
}
#login .loginContent input[type="submit"]:hover {
  background-color: #50B87B;
}
#login .loginContent .lostPass {
  position: absolute;
  right: 49px;
  text-decoration: underline;
  padding-top: 4px;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  color: #3a3d43;
}
#login .loginContent .lostPass:hover {
  text-decoration: none;
}
#menu {
  width: 200px;
  height: auto;
  display: block;
  float: left;
  margin: 20px 0 0 0;
}
#menu a {
  width: 190px;
  height: 40px;
  display: block;
  line-height: 40px;
  background-color: #FDF9EF;
  border: #50B87B;
  border-style: solid;
  border-width: 0 1px 1px 0;
  padding: 1px 0 0 11px;
  font-family: 'Arial';
  font-size: 18px;
  font-weight: normal;
  color: #409262;
}
#menu a:hover {
  padding: 0 1px 1px 10px;
  border-width: 1px 0 0 1px;
}
#rightContent {
  width: 740px;
  height: auto;
  display: block;
  float: right;
}
#rightContent h2 {
  margin: 20px 20px;
  padding: 0;
  font-family: 'Arial';
  font-size: 30px;
  font-weight: normal;
  color: #409262;
}
#rightContent h3 {
  margin: 10px 10px;
  padding: 0;
  font-family: 'Arial';
  font-size: 20px;
  font-weight: normal;
  color: #409262;
}
#rightContent a.leftAktuality {
  font-family: 'Arial';
  font-size: 14px;
  font-weight: normal;
  color: #409262;
  margin-left: 20px;
}
#rightContent a.leftAktuality:hover {
  text-decoration: underline;
}
#rightContent .addNews {
  width: 100px;
  height: 32px;
  display: inline-block;
  line-height: 32px;
  text-align: center;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #409262;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin: 20px 0 0 50px;
  text-decoration: none;
  border-width: 0;
  cursor: hand;
  cursor: pointer;
}
#rightContent .addNews:hover {
  background-color: #50B87B;
}
#rightContent form input[type="text"],
#rightContent form input[type="password"],
#rightContent form input[type="datetime"],
#rightContent form input[type="date"],
#rightContent form input[type="time"],
#rightContent form input[type="number"],
#rightContent form input[type="email"],
#rightContent form input[type="tel"],
#rightContent form select,
#rightContent form textarea {
  width: 170px;
  height: 30px;
  display: inline-block;
  -webkit-box-shadow: inset 0 1px #f1f1f1;
  -o-box-shadow: inset 0 1px #f1f1f1;
  -ms-box-shadow: inset 0 1px #f1f1f1;
  box-shadow: inset 0 1px #f1f1f1;
  border: solid 1px #c4c9cf;
  margin-bottom: 18px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding-left: 13px;
  font-family: Arial;
  font-size: 14px;
  font-weight: normal;
  color: #595f60;
  font-style: italic;
}
#rightContent form select {
  width: 184px;
}
#rightContent form select[multiple] {
  height: 200px;
  width: 680px;
}
#rightContent form input.sendPreview {
  width: 160px !important;
}
#rightContent form textarea {
  padding-top: 12px;
  padding-left: 12px;
  height: 100px;
}
#rightContent form input[type="submit"] {
  width: auto;
  height: 32px;
  display: inline-block;
  line-height: 32px;
  text-align: center;
  padding: 0 12px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #409262;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin: 20px 0 0 50px;
  text-decoration: none;
  border-width: 0;
  cursor: hand;
  cursor: pointer;
}
#rightContent form input[type="submit"]:hover {
  background-color: #50B87B;
}
#rightContent form.addUser,
#rightContent form.addBlock,
#rightContent form.chooseBlok,
#rightContent form.addUtvar,
#rightContent form.addSkola,
#rightContent form.findVs,
#rightContent form.selectStatus,
#rightContent form.addEmails,
#rightContent form.viewGroup,
#rightContent form.addGallery,
#rightContent form.addImages {
  padding-left: 40px;
}
#rightContent form.addUser input[type="text"],
#rightContent form.addBlock input[type="text"],
#rightContent form.chooseBlok input[type="text"],
#rightContent form.addUtvar input[type="text"],
#rightContent form.addSkola input[type="text"],
#rightContent form.findVs input[type="text"],
#rightContent form.selectStatus input[type="text"],
#rightContent form.addEmails input[type="text"],
#rightContent form.viewGroup input[type="text"],
#rightContent form.addGallery input[type="text"],
#rightContent form.addImages input[type="text"],
#rightContent form.addUser input[type="password"],
#rightContent form.addBlock input[type="password"],
#rightContent form.chooseBlok input[type="password"],
#rightContent form.addUtvar input[type="password"],
#rightContent form.addSkola input[type="password"],
#rightContent form.findVs input[type="password"],
#rightContent form.selectStatus input[type="password"],
#rightContent form.addEmails input[type="password"],
#rightContent form.viewGroup input[type="password"],
#rightContent form.addGallery input[type="password"],
#rightContent form.addImages input[type="password"] {
  display: inline-block;
}
#rightContent form.addImages {
  margin-bottom: 20px;
}
#rightContent form.userRoles .roles {
  width: 200px;
  height: auto;
  display: block;
  position: relative;
  margin-left: 20px;
  padding-left: 10px;
}
#rightContent form.userRoles .roles div {
  margin-left: 14px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
#rightContent form.userRoles .roles div label {
  display: block;
  padding: 12px 0 0 10px;
}
#rightContent form.userRoles .roles div label input {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  margin-top: -2px;
}
#rightContent form.userRoles .roles > div {
  border-width: 0;
}
#rightContent form.changePass input[type="password"] {
  margin-left: 40px;
}
#rightContent form.page tr td .wysiwyg {
  width: 648px;
  background-color: #FAE5BA;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #000;
}
#rightContent form.editSkola tr td input[type=text],
#rightContent form.addEmails tr td input[type=text] {
  width: 420px;
}
#rightContent form.editSkola tr td textarea,
#rightContent form.addEmails tr td textarea {
  width: 420px;
}
#rightContent form.addEmails tr td textarea {
  height: 200px;
}
#rightContent form.addEmails tr td select {
  width: 434px;
}
#rightContent table tr th {
  padding: 10px 10px;
  font-family: 'Arial';
  font-size: 16px;
  font-weight: bold;
  color: #409262;
}
#rightContent table tr td {
  padding: 5px 20px;
}
#rightContent table tr td a {
  font-family: 'Arial';
  font-size: 14px;
  font-weight: normal;
  color: #409262;
}
#rightContent table tr td a:hover {
  text-decoration: underline;
}
#rightContent table tr td input[type="text"],
#rightContent table tr td input[type="password"],
#rightContent table tr td input[type="datetime"],
#rightContent table tr td input[type="date"],
#rightContent table tr td input[type="time"],
#rightContent table tr td input[type="number"],
#rightContent table tr td input[type="email"],
#rightContent table tr td input[type="tel"],
#rightContent table tr td select,
#rightContent table tr td textarea {
  margin: 0;
}
#rightContent table tr td input[type="submit"] {
  margin: 0;
}
#rightContent table tr td.center {
  text-align: center;
}
#rightContent table tr td.right {
  text-align: right;
}
#rightContent table tr.center td,
#rightContent table tr.center th {
  text-align: center;
}
#rightContent table.bloky tr td {
  text-align: center;
}
#rightContent table.pages .colorBlock,
#rightContent table.news .colorBlock {
  width: 20px;
  height: 20px;
  display: block;
}
#rightContent .directory {
  margin-left: 40px;
}
#rightContent .directory a {
  font-family: 'Arial';
  font-size: 14px;
  font-weight: normal;
  color: #409262;
}
#rightContent .directory a:hover {
  text-decoration: underline;
}
#rightContent .gallery .folder {
  text-align: center;
  display: inline-block;
  position: relative;
}
#rightContent .gallery .folder .subfolder {
  width: 170px;
  height: 170px;
  background-image: url("../img/folder.png");
  /* IE < 8 targeted with the star hack */
  *background-image: url("../img/folder.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
  background-size: 100% auto;
}
.internet-explorer #rightContent .gallery .folder .subfolder {
  background-image: url("../img/folder.png");
}
#rightContent .gallery .folder .img {
  width: 170px;
  height: 170px;
  display: block;
  margin: 20px;
}
#rightContent .gallery .folder .delete {
  width: 35px;
  height: 35px;
  background-image: url("../img/close.png");
  /* IE < 8 targeted with the star hack */
  *background-image: url("../img/close.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
}
.internet-explorer #rightContent .gallery .folder .delete {
  background-image: url("../img/close.png");
}
#rightContent .gallery a {
  font-family: 'Arial';
  font-size: 14px;
  font-weight: normal;
  color: #409262;
}
#rightContent .gallery a:hover {
  text-decoration: underline;
}
#popups .popup {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
#popups .popup .bg {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url("../img/popBg.png");
  /* IE < 8 targeted with the star hack */
  *background-image: url("../img/popBg.png");
}
.internet-explorer #popups .popup .bg {
  background-image: url("../img/popBg.png");
}
#popups .popup .innerPopup {
  display: block;
  background-color: #fff;
  margin: 0 auto;
  padding: 20px 16px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  position: relative;
}
#popups .popup .innerPopup .close {
  width: 35px;
  height: 35px;
  background-image: url("../img/close.png");
  /* IE < 8 targeted with the star hack */
  *background-image: url("../img/close.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
  position: absolute;
  top: -17px;
  right: -17px;
}
.internet-explorer #popups .popup .innerPopup .close {
  background-image: url("../img/close.png");
}
#popups .popup .innerPopup .nadpis {
  font-family: "Arial";
  font-size: 24px;
  font-weight: bold;
  color: #4b5a65;
  margin-bottom: 10px;
}
#popups .popup .innerPopup .text {
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
  color: #4b5a65;
}
#popups .popup .innerPopup .text .next {
  width: 100px;
  height: 32px;
  display: block;
  line-height: 32px;
  text-align: center;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-family: Arial;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  background-color: #f08508;
  text-decoration: none;
  margin: 0 auto;
}
#popups .popup .innerPopup .text .next:hover {
  text-decoration: underline;
}
a {
  text-decoration: none;
}

/*# sourceMappingURL=root.css.map */
