/* CSS Document */
/* řazení tag asc, class asc*/
html {
    overflow-y: scroll;
}
body{
	width: 98%;
	margin: 1%;
	background-color: #efefef;
}
h1 {
    font-size: 22px;
}
h2 {
    color: #0062cc;
    font-size: 16px;
}
h2.tab {
    color: #0062cc;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
}
h3 {
    margin-left: 8px;
    color: #2082ec;
    font-size: 16px;
}
h1, h2 {
    margin-top: 20px;
    margin-bottom: 20px;
}
p {
    margin-top: 5px;
    margin-bottom: 5px;
}
/*
tr:nth-child(2n+4) td {
    background-color: #E8F0FF;
    border-radius: 5px;
}
tr:nth-child(2n+5) td {
    border-radius: 5px;
}*/

td {
    vertical-align: middle;
    padding: 5px;
}
tbody.data-rows tr:nth-child(odd) td {
    background-color: #E8F0FF !important;
    border-radius: 5px;
}
tbody.data-rows tr:nth-child(even) td {
    background-color: #FFFFFF !important;
    border-radius: 5px;
}
.alert {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
a.brdcrumb {
    text-decoration: underline;
    color: #0C5460;
}
.btn-small {
    padding: 0px;
    width: 150px !important;
}

img.captcha {
    margin: 10px;
}
a.captcha {
    display: block;
    margin: 5px;
}

.page {
	width: 100%;
	border: 1px solid gray;
	padding: 0% 2% 0% 2%;
	float: left;
	background-color: #edeef6;
	margin-bottom: 1%;
	border-radius: 5px;
	font-size: 14px;
}.page input{
	float: right;
}.page input[type="text"], .page input[type="email"]{
	float: right;
	width: 70%;
}
/*-----Parametry----*/
.parametrs {
	width:28%;
	min-height: 50em;
	 float:left;
	 padding: 1%;
	border-right: 1px solid #D1CFCD;
}.parametrs textarea{
	width: 80%;
	height:4em;
}.parametrs textarea{
	width: 80%;
	height:4em;
}

/*-----Obsah----*/
.content {/*OLD*/
    font-size: 14px;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 1%;
    margin-bottom: 2%;
}.content.bottom-margin {
    margin-bottom: 30px;
}.tab-content .content {
    margin-left: 30px !important;
}

.content-new {
	width: 46%;
	min-height: auto; /*50%*/
	 float:left;
	 padding: 1%;
	 border-left: 1px solid #D1CFCD;
	 border-right: 1px solid #D1CFCD;
}.content-new textarea {
	width: 60%;
}.content-new input[type="checkbox"] {
	float: right;
}

/*-----Kontakty----*/
.contacts {
	overflow-y: scroll;
	overflow-x: scroll;
	width:26%;
	min-height: 50em;
	max-height: 70em;
	float:left;
	padding: 1%;
	border-left: 1px solid #D1CFCD;
}.contacts button{
	width: 98%;
	margin: 1%;
	background-color:transparent;
	border:1px solid #D1CFCD;
	text-align: left;
	border-radius: 5px;
	font-size: 110%;
}

.foot {
	min-width:100%;
	height: 5em;
	 float:left;
	 padding: 1%;
	 text-align: right;
	 margin-top: 1%;
}.foot div{
	 float:left;
	 margin-left: 1%;
	 margin-top: 0px;
}.foot input{
	 float:right;
}

/* NASTAVEN�*/
.content-st {
	width: 28%;
	min-height: 50em;
	 float:left;
	 padding: 1%;
	 border-right: 1px solid #D1CFCD;
}

.contacts-st {
	overflow-y: scroll;
	/*overflow-x: scroll;*/
	width:70%;
	height: 50em;
	float:left;
	padding: 1%;
	font-size: 110%;
}.contacts-st input[type="text"],.contacts-st input[type="email"]{
	width: 100%;
	background-color:transparent;
	border: none;
}.contacts-st table{
	width:100%;
}.contacts-st td{
	border-left: 1px solid #D1CFCD;
	border-bottom: 1px solid #D1CFCD;
}.contacts-st th{
	border-bottom: 1px solid #D1CFCD;
		text-align: center;
}.contacts .outline{
	border: 1px solid blue;
}

#passwords-st {
	overflow-y: scroll;
	width: 100%;
	height: 20em;
}#passwords-st table{
	width:100%;
}#passwords-st td{
	border-bottom: 1px solid #D1CFCD;
}#passwords-st th{
	border-bottom: 1px solid #D1CFCD;
	text-align: center;
}


.content.bottom-margin {
    margin-bottom: 30px;
}
.tab-content .content {
    margin-left: 30px !important;
}
.danger-border {
    border: 1px solid #DC3545;
    border-radius: 5px;
}
.description {
    margin-top: 20px;
    margin-bottom: 20px;
}
.disabled {
    background-color: #808080 !important;
    border: 1px solid #808080 !important;
}
.data-message {
     border: 1px solid #BEE5EB;
     border-radius: 5px;
     padding: 20px;
     margin-bottom: 20px;
}
div.footer {
    background-color: #E0E0F0;
    padding: 10px;
    margin-top: 50px;
    border-radius: 5px;
    overflow: hidden;
}
div.footer a {
    margin-left: 20px;
    color: #000000 !important;
}
div.footer-admin {
    float: left;
}
div.footer-doc {
    float: left;
    margin-left: 50px;
}
div.footer-links {
    float: right;
}
table.horizontal input[type="button"], table.horizontal input[type="submit"] {
    width: 100px !important;
    padding: 5px !important;
}
table.horizontal input[type="text"], table.horizontal input[type="password"], table.horizontal input[type="email"]  {
    width: 215px !important;
    padding: 5px !important;
}
table.horizontal th {
    text-align: center;
}
.invalid-feedback {
    margin-left: 5px;
}

.menu span {
    margin-top: 2px;
    margin-bottom: 2px;
    display: inline-block;
}
.menu-button {
    margin-top: -2px !important;
    line-height: 12px !important;
    width: 150px !important;
}
.mode-button {
    margin-right: 10px;
}
.nav-link {
    width: 250px;
}
div.right {
    float: right;
}
div.left {
    float: left;
}
.strong {
    font-weight: bold;
}
.large {
    font-size: larger;
}
.warn-border {
    border: 1px solid #FFEEBA;
    border-radius: 5px;
}
.alert.menu{
	display: inline-block;
	padding-top: 5px;
	margin-top: 0px;
	background-color: #e0e0f0;
	border:1px solid gray;
}
.firstPageDiv{
	width: 50%; 
}.firstPage input[type="password"], .firstPage input[type="text"], .firstPage input[type="email"]{
	width: 60%;
}.firstPage label{
	font-size: 120%;
}

#showMessages{
	width: 48%;
	max-height: 60em;
	overflow-y: scroll;
	float: left;
	margin-bottom:1%;
	border-radius: 5px;
	font-size: 110%;
}#showMessages table{
	width: 100%;
}#showMessages input{
	background-color: #007bff;
	border: none;
	border-radius: 5px;
	color: white;
}#showMessages td{
	 border: 1px solid #BEE5EB;
}

#showMessage{
	width: 50%;
	float: right;
    /*border: 1px solid #BEE5EB;*/
}

#attachments{
	max-width: 98%;
}
input[type="radio"]{
	margin: auto 0 auto 0;
}
