/* Verze 0.1 - 2015-02-08 */
/* Zmena velikosti nadpisu kvuli lepsi vizualizaci zapomenuteho hesla */
h1{
	font-weight:300!important;
	font-size:20pt!important;
}

p, .error{
	margin: 0 auto;
	font-size: 14px;
	text-align: left;
}

/* Staticky text */
p{
	line-height: 16px;
	font-size:12px;
	text-align:justify;
	margin-bottom:15px;
	width:240px;
}

a#loginButton{
  display: block;
  margin: 0 auto;
  vertical-align: middle;
  line-height: 36px;
	color: #FFFFFF;
	margin-bottom: 5px;
}
a#loginButton:hover{
	text-decoration: none;
}

#loginBox table tr td.dxeErrorCellSys {
	height:25px;
}

#loginBox {
    margin-top: 35px;
}

/* Tlacitko oka pro zobrazeni/skryti hesla */
.bk-icon-button {
    width: 34px;
    margin: 1px;
    height: 30px;
    background-color: transparent;
    border: 0;
    border-radius: 0px;
}

.bk-icon-button:hover,
.bk-icon-button.dx-state-focused {
    background-color: transparent;
    color: #00a2e2;
    border: 0;
    box-shadow: none;
}

/* Chyba v zapomenutem heslu */
.error {
    background: #C20E1A;
    color: #FFFFFF;
    padding: 10px 10px;
    width: 252px;
    margin-bottom: 20px;
}
.error a{
	text-decoration: underline !important;
	color: #FFFFFF !important;
}

.error_input{
	background: #FFF3F4;
	border: 1px solid #C20E1A;
}

.font-600 {
    font-weight: 600;
}

.mails-listbox {
    margin-bottom: 15px !important;
}

#pwdcallback_checkmaily .dxeListBoxItem_NextBlueTheme {
    white-space: normal;
}

/* Odstraneni nativniho chovani MS Edge - zobrazeni vlastniho oka */
::-ms-reveal {
    display: none;
}