﻿/* CSS Document */
@import url('site.css');
.hid {
    display: none;
}
html {
    height: 100%;
}

body {
    margin: 0px; 
    box-sizing: border-box;
    font-size: 80%;
    font-family: Segoe UI,SegoeUI,Segoe WP,Helvetica Neue,Helvetica,Tahoma,Arial,sans-serif;
}

.header {
    background: #f9b21a;
    height: 55px;
    line-height: 55px;
    position: fixed;
    top: 0;
    width: 100%;
}
.main {
    margin-top: 75px;
    width: 100%;
}

.bottom {
    flex-grow: 1; 
    overflow-y: auto; 
    padding-top: 25px;
    padding-right: 1em;
}

a {
    outline: none;
}

h1 {
    margin: 0;
}
#header {
    height: 55px;
    background: #68cacc;
}
.header-left {
    float: left;
}
.header_buttons {
    float: left;
    display: flex;
    color: white;
    font-size: 120%;
}
.header_buttons i {
    color: white;
}

    .header_buttons a {
        height: 55px;
        min-width: 55px;
        line-height: 55px;
        color: white;
        text-decoration: none;
        font-variant: small-caps;
        padding: 0 10px;
        fill: white;
    }

        .header_buttons a span {
            margin-left: 5px;
        }

    .header_buttons :hover {
        background: white;
        color: #68cacc !important; 
        transition: background-color 0.3s ease-in-out;
        fill: #68cacc;
    }
.button a {
    text-decoration: none;
}

#content {
    height: 100%;
    max-height: 100%;
    padding-left: 261px;
    padding-bottom: 160px;
    margin-top: 20px;
}

.page_border {
    margin-right: 1em;
}
.sidebar {
    float: left;
    margin-right: 10px;
    width: 220px;
}
.content {
    float: left;
    width: calc(100% - 240px);
}

    #navigation ul {
        list-style: none;
        margin: 0;
        margin-bottom: 15px;
    }

    #navigation a {
        text-decoration: none;
        color: black;
        line-height: 2;
        font-size: 110%;
        padding: 2px;
    }

        #navigation a:hover {
            text-decoration: underline;
            color: #68cacc;
        }

li.opened > a {
    background: orange;
}

.pad2 {
    display: block;
    height: 100px; /* height to miss header and footer */
}

#block {
    float: left;
    display: inline;
    line-height: 55px;
    height: 100%;
    width: 200px;
}
#filter {
    width: 90%;
    margin-left: 1em;
}
    h2 {
        font-size: 1.4em;
        margin: 0;
        line-height: 2em;
    }
    .form-field {
        margin-bottom: 10px;
    }
    #vertikalni {
        margin: 0;
        padding: 0;
    }
.sticky {
    position: fixed;
    top: 0;
    width: 100%
}
    .sticky + #content {
        margin-top: 20px;
    }
    .filter {
        margin-bottom: 10px;
        display: none;
    }
.header_left {
    float: left;
    margin-left: 0.8em
}
.header_right {
    float: right;
    margin-right: 0.8em;
    line-height: 2em;
}
    .header_right a {
        fill: white;
        font-size: 2em;
        text-decoration: none;
    }
#userinfo {
    float: right;
}
#userinfo .logout {
    min-width: 0;
    padding-right: 1em;
}
.tree {
    list-style-type: none;
}
.flag1 {
    background-color: #CC9966;
}
.flag2 {
    background-color: #BFEBFF;
}
.flag3 {
    background-color: #66FF00;
    font-weight: bold;
}
.flag4 {
    background-color: #00F97C;
}
.flag5 {
    background-color: #FFFF00;
    font-weight: bold;
}
.flag6 {
    background-color: #FFCC00;
    font-weight: bold;
}
.flag8 {
    background-color: red;
}
#graph-dialog {
    width: 100%;
}

    #graph-dialog td {
        height: 50px;
    }

        #graph-dialog td div.order {
            float: left;
            width: 30px;
            font-weight: bold;
        }

        #graph-dialog td div.student {
            float: left;
            width: 100px;
        }

        #graph-dialog td div.bar {
            width: 600px;
            height: 40px;
            margin-left: 135px;
            /*    border: 1px solid black; */
        }

            #graph-dialog td div.bar div.indicator {
                height: 40px;
                background-color: #68cacc;
            }
            .center {
                text-align: center;
            }
            .page-sizer {
                margin-bottom: 1em;
            }
            .selected {
                font-weight: bold;
            }

.revision {
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-collapse: collapse;
    height: 530px;
    overflow-y: scroll;
    display: block;
    font-family: 'Courier New';
    font-size: 110%;
}
    .revision td {
        padding: 0 5px;
    }
.revision .inspector-error {
    color: green;
    font-weight: bold;
}
    .revision .jury-error {
        color: red;
        font-weight: bold;
    }
    .revision td {
        min-width: 25px;
    }
.left_upper_menu .fa {
    fill: #1cabb2;
    -webkit-text-fill-color: #1cabb2;
}
.submenu {
    padding-left: 20px;
}
.fa-user {
    margin-right: 0.255em;
}
.list-dot {
    list-style: disc;
}
.list-dot li {
    margin-bottom: 5px;
}
/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */
body {
    overflow-x: hidden;
}

#sidebar-wrapper {
    margin-left: -250px;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

    #sidebar-wrapper .sidebar-heading {
        padding: 0.875rem 1.25rem;
        font-size: 1.2rem;
    }

    #sidebar-wrapper .list-group {
        width: 15rem;
    }

    #sidebar-wrapper .list-group-100 {
        width: 15rem;
        padding-left: 20px;
    }

#page-content-wrapper {
    min-width: 100vw;
}

.toggled {
    margin-left: 0 !important;
}

@media (min-width: 960px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
    }

    .zav-brand {
        width: 14rem;
    }
}
#loading {
    position: fixed;
    z-index: 1000000;
    width: 20px;
    height: 20px;
    background: transparent url(/styles/icons/loading.gif) no-repeat;
}

.login-screen {
    background: #1cabb2;
    background-image: url('/Styles/letters.svg');
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.wrapper {
    width: 860px;
}
nav .fa, nav .fas {
    margin-right: 0.2em;
}