/* Bioinformatika, written by Peaters - 2013 */

/* *** Color definitions ***
    dark green:     #006838
    light green:    #d9ddd6
*/

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('/site_media/font/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('/site_media/font/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Italic';
    src: url('/site_media/font/OpenSans-Italic.ttf') format('truetype');
}

html, body {
    color: #333333;
    background-color: #ffffff;
    font-family: 'OpenSans-Regular';
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    height: 100%;
    margin: 0px;
}

h1, h2, h3, h4, h5 {
    font-weight: 300;
    color: #006838;
    margin: 0px 0px 5px 0px;
}

h3, h4 {
    font-style: italic;
}

a:link, a:visited, a:active, .link, .nolink {
    color: #006838;
    text-decoration: none;
    outline: none;
}

a:hover, .link:hover {
    color: #d96d00; /*#aa5500;*/
}

a.very-small {
    font-size: 70%;
    color: #999999;
}

a.very-small:hover {
    color: #d96d00;
}

b, strong, .bold {
    font-family: 'OpenSans-Bold';
}

.italic {
    font-family: 'OpenSans-Italic';
}

img {
    border: 0;
}

table {
    border: 0;
    border-spacing: 0;
}

table.contact {
    width: 100%;
}

table.schedule {
    margin: 0px 0px 20px 30px;
    width: 800px;
}

table.schedule th {
    font-weight: 600;
    font-style: italic;
    color: #006838;
    text-align: left;
}

table.schedule tr.course-header {
    /*background-color: #d9ddd6;*/
    background-image: url("/site_media/graphic/bg-green-light.png");
    font-style: italic;
}

table.schedule tr:hover {
    background-color: #f9f9f9;
}

td {
    vertical-align: top;
}

p.anotace {
    margin: 0px 20px 10px 20px;
    font-size: 90%;
    font-style: italic;
}

p.main {
    margin: 10px 30px 20px 0px;
}

ul {
}

ol.sylabus {
    margin-top: 0px;
    font-size: 90%;
    width: 90%;
}

li {
    margin-top: 5px;
}

.small {
    font-size: 90%;
}

.very-small {
    font-size: 80%;
}

.green {
    color: #006838;
}

.white {
    color: #ffffff;
}

.red {
    color: #ff0000;
}

.odsaz {
    line-height: 1.7;
}

.text {
    margin-right: 20px;
}

.right {
    text-align: right;
}

#wrapper {
    width: 1150px;
    margin-left: auto;
    margin-right: auto;
}

#mainbar {
    width: 900px;
    border-right: 1px solid #d9ddd6;
    background-image: url("/site_media/graphic/bg.png");
    background-repeat: no-repeat;
    background-position: right 50px;
}

#sidebar {
    width: 200px;
    margin-left: 5px;
}

#sidebar {
    margin-top: 13px;
    margin-bottom: 30px;
}

.sidebar-box-inside {
    padding: 10px;
    background-color: #d9ddd6;
}

.sidebar-box-inside_warn {
    padding: 10px;
    background-color: #ffddbb;
}

#info-box { 
}

#logo-box { 
}

#corner-head {
    position: relative;
    top: 15px;
    vertical-align: top;
}

.corner-right {
    position: relative;
    top: 25px;
    right: 10px;
    float: right;
}

#study-info {
    margin-bottom: 30px;
}

.top30 {
    margin-top: 30px;
}

.arrow {
    position: relative;
    top: 6px;
    left: 5px;
}

.ind30 {
    margin-left: 30px;
}

.ind50 {
    margin-left: 50px;
}

.ind100 {
    margin-left: 100px;
}

.ind200 {
    margin-left: 200px;
}

.rind70 {
    margin-right: 80px;
}

.inline {
    display: inline-block;
    vertical-align: top;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

.logo {
    margin-top: 10px;
}

#header-ribbon {
    height: 45px;
    background-color: #006838;
    padding: 10px 20px;
    color: #ffffff;
}

#header-ribbon h1 {
    font-weight: 500;
    color: #ffffff;
}

#lang-box {
    float: right;
}

#lang-box a {
    color: #ffffff;
}

#header-menu {
    height: 20px;
    margin: 10px 95px;
}

.menu-item {
    font-size: 140%;
    display: inline-block;
    padding-right: 10px;
}

#header-title {
    margin: -20px 0px 50px 330px;
}

.title-super-big {
    color: #006838;
    font-size: 250%;
    font-weight: 300;
    margin-top: 50px;
}

.title-super {
    margin-left: 5px;
    margin-top: -15px;
}

#footer {
    height: 70px;
    margin-top: 50px;
    background-color: #f0f0f0;
}

#footer img {
    vertical-align: top;
    margin: 10px 20px 0px 10px;
}

.pointer {
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
}

.modal-content {
    margin: auto auto;
    width: 95%;
    height: 90%;
}

.video:after {
    content: "";
    display: inline-block;
    background-image: url("/site_media/graphic/icon_youtube_bioinfo.svg");
    background-size: 30px 30px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    vertical-align: -50%;
}

/* FlexBox */
.flex {
    flex: 1 0 0;
}

.flex-row {
    display: flex;
    flex-direction: row;
    /*flex-flow: row wrap;*/
}

.flex-col {
    display: flex;
    flex-direction: column;
    /*flex-flow: column wrap;*/
}

.flex-grow {
    flex: 2;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-align-top {
    align-items: flex-start;
}

.flex-align-center {
    align-items: center;
}

.flex-align-bottom {
    align-items: flex-end;
}

.flex-align-baseline {
    align-items: baseline;
}

.flex-justify-spread {
    justify-content: space-between;
}

.flex-justify-center {
    justify-content: center;
}

.flex-align-left {
    justify-content: flex-start;
}

.flex-align-right {
    justify-content: flex-end;
}

.flex-align-evenly {
    justify-content: space-evenly;
}

