﻿body {
    background-repeat: no-repeat;
    overflow-x: hidden;
    font-family: Arial,sans-serif;
}

h1,
.h1 {
    color: #006FAD;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.1;
    /*margin-top: 0px;*/
}

h2,
.h2 {
    color: #006FAD;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
}

h3 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.1;
}

h4 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.1;
}

a {
    color: #006fAD;
    text-decoration: none;
}

.notransbg {
    background: white;
}

@media (min-width: 992px) {
    body {
        background-position: center top;
    }
}

/* menu */
.navbar {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .navbar > .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    #main-navbar {
        padding-left: 0;
        padding-right: 0;
    }
}

.nav > li > a {
    padding: 15px 8px 15px 8px;
    text-transform: uppercase;
}

.navbar a {
    text-decoration: none;
}


/* header */
header {
    background: #006BAB /*url("Images/hlavicka.png")*/ repeat center top;
    border: 0 none;
    height: 110px;
    width: auto;
}

.logo {
    margin-left: -80px;
    margin-top: 15px;
}

    .logo a:hover img {
        opacity: 0.8;
        transition: all 0.5s ease 0s;
    }

header .container {
    position: relative;
}

#topsearchbox {
    position: absolute;
    top: 15px;
    right: 10px;
    max-width: 350px;
}

#topsearchbox a{
    color: white !important;
}

    #topsearchbox input {
        vertical-align: middle;
    }

    #topsearchbox #tsfsubmit {
        margin-left: 10px;
    }

@media (max-width: 1080px) {
    .logo {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    header {
        border: 0 none;
        height: 110px;
        width: auto;
    }

    .logo {
        margin-left: 0;
        margin-top: 15px;
    }

        .logo img {
            height: 70px;
            margin-left: 20px;
            width: auto;
        }

    #topsearchbox {
        top: 15px;
    }
}

#logoLink {
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 252px;
    height: 63px;
}

@media (max-width: 525px) {
    header {
        height: auto;
    }



    #topsearchbox {
        position: static;
        margin: 15px 20px;
        display: none;
    }

    #burgersearchbox {
        /*background:  #006BAB url("Images/hlavicka.png") repeat center top;*/
        color: #777;
    }

        #burgersearchbox input[type="submit"] {
            color: #006fAD;
        }

        #burgersearchbox #loginLang-burgersearchbox {
            float: left !important;
        }

        #burgersearchbox #logoutForm-burgersearchbox  {
            color: #006fAD;
        }

        #burgersearchbox #logoutForm-burgersearchbox a {
            color: #006fAD;
        }

        #burgersearchbox #tsfsubmit {
            position: relative;
            top: 7px;
        }

    .helpdeskMenu hr {
        display: block;
    }
}

@media (min-width: 350px ) and (max-width: 525px) {
    .navbar-header {
        position: relative;
        top: -65px;
    }

    .helpdeskMenu {
        position: relative;
        top: -52px;
        border: none;
    }
}

.helpdeskMenu hr {
    margin: 10px 0 10px 0;
}

@media (min-width: 525px) {
    #burgersearchbox {
        display: none;
    }

    .helpdeskMenu hr {
        display: none;
    }
}

@media (min-width: 615px) {
    #logoLink {
        width: 268px;
        height: 70px;
        margin-top: 7px;
    }
}

@media (max-width: 615px) {
    #homepageImg {
        display: none;
    }
}


/* footer */
footer.classic {
    margin-top: 40px;
}

footer .foot-wrapper {
    background-color: #E6E6E6;
    color: #666;
    margin: 0;
    padding: 28px 0;
    width: 100%;
}

    footer .foot-wrapper a {
        color: #666;
        text-decoration: none;
    }

        footer .foot-wrapper a:hover {
            color: #006BAB;
            text-decoration: underline;
        }

    footer .foot-wrapper .ft-logo {
        margin-bottom: 20px;
    }

    footer .foot-wrapper .treemenu-block {
        margin-bottom: 20px;
        line-height: 1.1;
    }

    footer .foot-wrapper .menuitem-l1 {
        font-weight: bold;
    }

    footer .foot-wrapper .menuitem-l2 {
        font-size: 0.85em;
        margin: 4px 0;
    }

    footer .foot-wrapper .ft-social img {
        margin: 20px 5px 0 0;
    }

@media (min-width: 992px) {
    footer .foot-wrapper .ft3-link {
        margin-left: 50px;
    }
}


#mainContainer {
    min-height: 700px;
}

.navLogin {
    margin-right: 25px;
    /*margin-top: 5px;*/
}

    .navLogin input, #topsearchform input[type="text"] {
        margin-bottom: 5px;
        border-radius: 4px;
        border: 1px solid #ccc;
        padding: 2px 4px;
    }

        .navLogin input[type="submit"] {
            margin-right: 4px;
            border-style: none;
            background: none;
            color: white;
        }

#logoutForm-topsearchbox a {
    color: white;
}

#logoutForm-topsearchbox {
    color: white;
}

.projects {
    margin-top: 10px;
}
.projectCard {
    /*border: 1px solid black;*/
    margin: 5px 0 0 0;
    background-color: #E6E6E6;
}

.projectCardHead {
    background-color: #d0d0d0;
    text-align: center;
    padding: 5px 0 5px 0;
}

.projectCardBody {
    margin: 0 5px 0 5px;
}

.table-borderless tbody tr td, .table-borderless tbody tr th, .table-borderless thead tr th {
    border: none;
}

#loadImg {
    text-align: center;
    position: relative;
    top: 100px;
    z-index: 10;
    display: none;
}

.marg-r-5 {
     margin-right: 5px;
}


.btn-panel-heading {
    min-width: 40px;
    margin-top: 5px;
}

.bootstrap-datetimepicker-widget{z-index:1100051 !important;}
.cursor-pointer {
    cursor: pointer;
}

.emptyDocuments {
    font-style: italic;
    color: #888888;
}
.profileLabel {
    margin-right: 10px;
    text-align: right;
}

/*jinak se spatne zobrazuje datetimepicker v modalnim okne, ktere je ve zmensenem okne prohlizece*/
.dateTimePickerContainer {
    position:  relative;
}

/*.modal-dialog 
{
    z-index: inherit;
}*/

.navbar-default 
{
    background-color: transparent;
    border: none;
}

.controlLabelPadding {
    padding-top: 7px;
}
