/*--
	Theme Name: Universe
	Theme URI: xxx
	Author: Esmet Hajrizi
	Author URI: www.esmeth.com
	Description: College Education Responsive Template
	Version: 1.0
	License URI: http://
	Tags:
--*/

@import "misc.css";
@import "main.css";
@import "color-scheme.css";
@import "responsive.css";


.search-form form input { color: #8AB5D6; }
.breadcrumbs a { color: #4178A4; }
.breadcrumbs a:hover,
.breadcrumbs a:focus { color: #2A6496; }
.body-min-height { min-height: 500px; }

.perex {
    font-style: italic;
    color: #333333;
}

h2, .h2 {
    font-size: 20px;
    font-weight: bold;
}
h3, .h3,
h4, .h4,
h5, .h5 {
    font-size: 16px;
    font-weight: bold;
}

.spratelene-weby { text-align: center; }
.spratelene-weby div { margin-bottom: 20px; }
.spratelene-weby img { max-width: 100%; }

.justifyleft { text-align: left; }
.justifyright { text-align: right; }
.justifyfull { text-align: justify; }
img.justifyleft,
img.imgleft {
    float: left;
    margin: 0 10px 8px 0;
}
img.justifyright,
img.imgright  {
    float: right;
    margin: 0 0 8px 10px;
}

a.externi_odkaz { padding-right: 1em; background: url(../images/ext-link.png) no-repeat right center; }
a.externi_bez_ikony {}

table p { margin: 0 0 2px; }
table td { font-size: 15px; }

table.tb_rozvrh_1 {
    border-collapse: collapse;
    width: 100%;
}
table.tb_rozvrh_1 td,
table.tb_rozvrh_1 th {
    padding: 2px 6px;
    border-bottom: 1px solid #00569D;
    border-right: 1px solid #00569D;
    font-size: 12px;
}
table.tb_rozvrh_1 tr:first-child td { border-top: 1px solid #00569D; }
table.tb_rozvrh_1 tr td:first-child { border-left: 1px solid #00569D; }

table.tabulka_sede_radky { border-collapse: collapse; }
table.tabulka_sede_radky td { padding: 2px 6px 2px 7px; }
table.tabulka_sede_radky tr:nth-child(odd) { background: #f0f0f0; }

table.tabulka_oramovana { border-collapse: collapse; }
table.tabulka_oramovana td { padding: 2px 6px; border-bottom: 1px solid #00569D; border-right: 1px solid #00569D; }
table.tabulka_oramovana tr:first-child td { border-top: 1px solid #00569D; }
table.tabulka_oramovana tr td:first-child { border-left: 1px solid #00569D; }

table.tabulka_linky { border-collapse: collapse; }
table.tabulka_linky td { padding: 2px 6px 2px 7px; border-bottom: 1px solid #00569D; }
table.tabulka_linky tr:first-child td { border-top: 1px solid #00569D; }

table.tabulka_bez_okraju { border-collapse: collapse; }
table.tabulka_bez_okraju td,
table.tabulka_bez_okraju th { padding: 2px 6px 3px 7px; }

table.tabulka_bez_obvodu { border-collapse: collapse; }
table.tabulka_bez_obvodu td { padding: 2px 6px; border-bottom: 1px solid #00569D; border-right: 1px solid #00569D; }
table.tabulka_bez_obvodu tr td:last-child { border-right: none; }
table.tabulka_bez_obvodu tr:last-child td { border-bottom: none; }

.clr { clear: both; }
.nobr { white-space: nowrap; }

ul.paging { padding: 0; list-style: none; font-size: 12px; }
ul.paging li { display: inline; padding: 0 8px 0 0; }

ol ol { list-style-type: lower-alpha; }
ol ol ol { list-style-type: lower-roman; }
ol ol ol ol { list-style-type: upper-alpha; }