﻿@import "glyphs4login.css";
/*#region Podpora FontAwesome*/
/*Less*/
.fa.blue {
  color: #00B0D1;
}
.fa.orange {
  color: #FF9000;
}
.fa.black {
  color: #000000;
}
.fa.gray {
  color: #828282;
}
.fa.yellow {
  color: #FFB200;
}
.fa.lightgray {
  color: #d3d3d3;
}
.fa.white {
  color: white;
}
.fa.green {
  color: #64A500;
}
.fa.red {
  color: red;
}
/*#endregion*/
/*#region Proměnné*/
/*#endregion*/
body {
  margin: 0;
  font-family: Tahoma;
  font-size: 12px;
  padding: 0;
}
h1 {
  font-weight: 600;
  text-shadow: 0 1px 0 #818181;
  font-size: 50px;
  color: #FFF;
}
/* cyrillic-ext */
@font-face {
  font-family: 'PT Sans Caption';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans Caption'), local('PTSans-Caption'), url(http://fonts.gstatic.com/s/ptsanscaption/v9/OXYTDOzBcXU8MTNBvBHeSW0-0Uy8xZo5dgb8W_VaF1c.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/*#region Glyphy*/
.glyph {
  width: 16px;
  height: 16px;
  display: block;
}
/*#endregion*/
/*#region hNetApp prvky (notifikační okno, modal okno ...)*/
.hNetButtonFooterArea {
  border-top: 1px solid #e2e2e2;
  margin-top: 5px;
  padding-top: 5px;
  text-align: right;
}
.hNetMessageBox {
  position: fixed;
  font-size: 14px;
  width: 600px;
  color: black;
  background-color: #ffffff;
  border-bottom: 1px solid #a7abb0;
  padding: 10px;
  display: none;
  text-align: center;
  overflow: auto;
  z-index: 2001;
  -webkit-box-shadow: 5px 5px 22px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 5px 5px 22px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 5px 22px 5px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.hNetMessageBox.top {
  top: -2px;
}
.hNetMessageBox.bottom {
  bottom: -2px;
}
.hNetModal {
  background-color: #F5F4F2;
  -webkit-box-shadow: 2px 2px 3px 1px #a7abb0, inset 0px 0px 0px 1px #ffffff;
  box-shadow: 2px 2px 3px 1px #a7abb0, inset 0px 0px 0px 1px #ffffff;
  border: 5px solid #ffffff;
  padding: 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 1000;
  text-align: left;
  display: block;
}
.hNetModal.active > .inner > .top {
  background-color: #FFDB8B;
}
.hNetModal > .inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.hNetModal > .inner > .top {
  width: 100%;
  height: 25px;
  position: relative;
  border-bottom: 1px solid #a7abb0;
  color: #555;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: move;
}
.hNetModal > .inner > .top > .title {
  position: absolute;
  height: 25px;
  line-height: 25px;
  left: 8px;
  top: 0px;
  font-weight: bold;
}
.hNetModal > .inner > .top > .btnCloseModal {
  background: #CD7039;
  position: absolute;
  width: 30px;
  height: 16px;
  right: 5px;
  top: -1px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #a7abb0;
  border-top: none;
  cursor: pointer;
  z-index: 101;
}
.hNetModal > .inner > .top > .btnCloseModal:hover {
  background: #FFDB8B;
}
.hNetModal > .inner > .top > .btnCloseModal span.icon {
  margin: 0px 7px;
}
.hNetModal > .inner .footer {
  border-top: 1px solid #E4E4E4;
  width: inherit;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
}
.hNetModal.abs {
  position: absolute;
}
.hNetModal.fix {
  position: fixed;
}
.hNetModal.flat {
  -webkit-box-shadow: 5px 5px 22px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 5px 5px 22px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 5px 22px 5px rgba(0, 0, 0, 0.4);
}
.hNetModal.flat .inner > .top {
  background-color: #E4E4E4;
  border: none;
  height: 30px;
  border-bottom: 1px solid #a7abb0;
  color: #97928b;
}
.hNetModal.flat .inner > .top .title {
  font-weight: bold;
  font-size: 16px;
  position: static;
  margin-left: 7px;
  margin-right: 17px;
  float: left;
}
.hNetModal.flat .inner > .top .btnCloseModal {
  background: transparent;
  width: 30px;
  height: 30px;
  right: 0;
  top: 0;
  border: none;
}
.hNetModal.flat .inner > .top .btnCloseModal span.glyph {
  margin: 7px 7px;
}
.hNetModal.flat .inner > .top.withButtons {
  height: 35px;
  padding-top: 10px;
}
.hNetModal.flat .inner > .top.withButtons input {
  float: left;
  margin-right: 5px;
}
.hNetModal.flat .inner > .top.withButtons .modalHeader {
  padding: 3px;
}
.hNetModal.flat .inner > .top.withButtons .modalError img {
  margin-top: 2px;
  margin-left: 6px;
  margin-right: 2px;
  float: left;
}
.hNetModal.flat .inner > .top.withButtons .modalError span {
  margin-top: 3px;
  float: left;
}
.hNetModal.flat .body {
  position: absolute;
  left: 0;
  right: 0;
}
.modalFooter {
  padding: 10px 20px 10px 20px;
}
.modalHeader {
  padding: 10px 20px 10px 20px;
}
.modalContent {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.hNetModal .modalContent {
  display: block;
  width: 100%;
}
.hNetDocCover,
.hNetDocCoverDark {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent /*rgba(0, 0, 0, 0.1)*/;
  z-index: 101;
}
.hNetDocCover.dark,
.hNetDocCoverDark.dark {
  background-color: rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#4c000000', endColorstr='#4c000000') /*IE8*/;
}
.hNetDocCover.transparent,
.hNetDocCoverDark.transparent {
  background-color: transparent;
}
.hNetDocCover.light,
.hNetDocCoverDark.light {
  background-color: rgba(255, 255, 255, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#4cffffff', endColorstr='#4cffffff') /*IE8*/;
}
.hNetDocCover.abs,
.hNetDocCoverDark.abs {
  position: absolute;
}
.hNetDocCover.fix,
.hNetDocCoverDark.fix {
  position: fixed;
}
.hNetDocCoverDark {
  background-color: rgba(0, 0, 0, 0.1);
}
/*#endregion*/
/*#region Pozadí stránky*/
.fullScreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #e8e6e4;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #e8e6e4, 0%, #b9b4ac, 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #e8e6e4), color-stop(100%, #b9b4ac));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #e8e6e4 0%, #b9b4ac 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #e8e6e4 0%, #b9b4ac 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #e8e6e4 0%, #b9b4ac 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #e8e6e4 0%, #b9b4ac 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e6e4', endColorstr='#b9b4ac', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
/*#endregion*/
/*#region Loga*/
.logo {
  clear: both;
  display: block;
}
.logo img {
  width: 100%;
}
/*#endregion*/
/*#region Inputy, tlačítka*/
input {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input.bigInput {
  font-size: 16px;
  height: 40px;
  border: 2px solid #E2E2E2;
  background-color: #F3F3F3;
  color: #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input.bigInput.orangeBorder {
  border-color: #818181;
}
input.bigInput:focus {
  border-color: #00B0D1;
  outline: none;
}
input.defaultSubmitButton {
  cursor: pointer;
  border-color: #1CC5E5;
  background: #00B0D1 !important;
  color: white;
  font-weight: bold;
  height: 40px;
}
input.defaultSubmitButton:hover,
input.defaultSubmitButton:focus {
  background: #1CC5E5 !important;
  border: 1px solid #00B0D1 !important;
  box-shadow: none;
  color: white;
}
input.defaultSubmitButton.active,
input.defaultSubmitButton:active {
  background: #1CC5E5 !important;
  border: 1px solid #00B0D1;
  color: white;
}
input.logoutButton {
  border: 3px solid #00B0D1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #00B0D1;
  background-color: #ffffff;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  font-weight: bold;
  height: 40px;
}
input.logoutButton:hover,
input.logoutButton:focus {
  background-color: #00B0D1;
  color: #ffffff;
}
a.defaultSubmitButton {
  border: 1px solid #1CC5E5 !important;
  background: #00B0D1 !important;
  color: white;
  padding: 4px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}
a.defaultSubmitButton .icon {
  padding-right: 5px;
}
a.defaultSubmitButton:hover,
a.defaultSubmitButton:focus {
  background: #1CC5E5 !important;
  border: 1px solid #00B0D1 !important;
  box-shadow: none;
  color: white;
}
a.defaultSubmitButton.active,
a.defaultSubmitButton:active {
  background: #1CC5E5 !important;
  border: 1px solid #00B0D1;
  color: white;
}
.inputWrapper {
  position: relative;
}
.inputWrapper .glyph {
  position: absolute;
  top: 11px;
  left: 10px;
}
.langBtnWrapper {
  float: right;
  padding: 30px 5px;
}
.langBtnWrapper a {
  text-decoration: none;
  font-weight: bold;
  background: white !important;
  border: 2px solid #00B0D1;
  color: #00B0D1;
  padding: 10px;
  border-radius: 5px;
}
.langBtnWrapper a:hover {
  background: #1CC5E5 !important;
  color: white;
}
/*#endregion*/
/*#region Login*/
/*#region LoginContent obecně + pro mobily*/
.loginContent {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 360px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 400px;
  max-height: 400px;
  margin-left: -200px;
  margin-top: -200px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 22px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 5px 5px 22px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 5px 22px 5px rgba(0, 0, 0, 0.4);
}
.loginContent .topArea {
  padding: 30px 40px 10px 40px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.loginContent .topArea .slogan {
  text-align: right;
  position: relative;
  top: -5px;
  color: #555;
  margin-bottom: 40px;
}
.loginContent .buttonArea {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 40px;
  background-color: #EAEAEA;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.loginContent #lblMessage,
.loginContent #ddlLanguage {
  display: none;
}
/*#endregion*/
/*#endregion*/
/*#region Horní navigace*/
.topNavigationStyle {
  background-color: #FFF;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.topNavigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  height: 60px;
  z-index: 15;
  background-color: #FFF;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.topNavigationAfter {
  margin-top: 100px;
}
/*#endregion*/
/*#region tabulka s databázema*/
.databasesWrapper {
  background-color: white;
  -webkit-box-shadow: 5px 5px 22px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 5px 5px 22px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 5px 22px 5px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  margin-top: 20px;
  margin-left: 10%;
  margin-right: 10%;
}
#databasesList {
  width: 100%;
  overflow-y: auto;
}
#tblDatabases {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  background-color: white;
}
#tblDatabases tr:not(.showingUsers) {
  border-bottom: 1px solid #F3F3F3;
}
#tblDatabases tr.hovered td a {
  background-color: #FEE589;
}
#tblDatabases td a {
  color: #555;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  width: 100%;
  height: 33px;
  display: block;
  padding: 5px 10px;
  cursor: pointer;
  text-decoration: none;
}
#tblDatabases td a:focus {
  outline: none;
}
#tblDatabases td.chUserCell {
  width: 35px;
}
#tblDatabases .chUserRow {
  background-color: #FFF4CB;
  padding: 20px;
}
#tblDatabases .chUserRow tr {
  border: 0;
}
#tblDatabases .chUserRow > td {
  padding: 10px;
  padding-left: 25px;
}
#tblDatabases .chUserRow table {
  border-collapse: collapse;
}
#tblDatabases .changeUserButton {
  position: relative;
  clear: both;
}
#tblDatabases .changeUserButton .glyph {
  position: absolute;
  top: 3px;
}
#tblDatabases .changeUserButton .text {
  padding-left: 30px;
  clear: both;
}
#divLabel {
  background-color: #FFF;
  color: #a7abb0;
  font-size: 24px;
  width: 100%;
  height: 100%;
  position: fixed;
  margin: 0;
  left: 0;
  top: 0;
  padding-top: 10px;
  text-align: center;
}
#divLabel img {
  margin-top: 10px;
}
/*#endregion*/
.odsazeniVelke,
.odsazeni {
  padding: 20px;
}
.odsazeniMale {
  padding: 10px;
}
/*#region css Pomocné třídy cssFullWidth, cssClear, cssFloatL atd .. */
.cssTableNoSpacing {
  border-collapse: collapse;
}
.cssTableNoSpacing td,
.cssTableNoSpacing th {
  padding: 0;
}
.cssInvisible {
  visibility: hidden;
}
.cssBorderBox {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cssRelative {
  position: relative;
}
.cssNoMargin {
  margin: 0;
}
.cssTable {
  display: table;
}
.cssTr {
  display: table-row;
}
.cssTd {
  display: table-cell;
  vertical-align: top;
}
.cssClear {
  clear: both;
}
.cssFloatL {
  float: left;
}
.cssFloatR {
  float: right;
}
.cssInheritHeight {
  height: inherit;
}
.cssFullWidth {
  width: 100%;
}
.cssFullHeight {
  height: 100%;
}
.cssMiddle {
  vertical-align: middle;
}
.cssCenter {
  text-align: center;
}
.cssRight {
  text-align: right;
}
.cssLeft {
  text-align: left;
}
.cssHidden {
  display: none;
}
.cssBorderRadius3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.cssBorderRadius12 {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.cssNoPointerEvents {
  pointer-events: none;
}
.noTransparent {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
/*#endregion */