﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */

a {
    color: #595E60;
}

.btn-default {
    color: white !important;
    background-color: #595E60;
    border: 1px solid #595E60;
    border-radius: 5px;
}

    .btn-default:hover {
        background-color: #E3E9EC;
        border: 1px solid #595E60;
        color: #595E60 !important;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
.navbar-nav .nav-link {
    /*margin-right: 20px;*/
    margin-left: 20px;
    margin-bottom: 10px;
}
.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.nav-item.active a {
    border-bottom: 3px solid #FBBD51;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 0px;
    font-family: "Gotham Rounded", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #595E60;
    /*padding-bottom: 200px;*/
    font-weight: normal;
}

small, .small {
    font-size: 85%;
}

#head {
    background-color: white;
    /*background-image: url(/images/header_bg.jpg);*/
    background-image: linear-gradient(to bottom, white, #E8F6FE);
    background-position: center right;
    background-repeat: no-repeat;
    height: auto;
}

.footer {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    height: auto;
    display: inline-grid;
    padding: 5px;
    background-color: #595E60;
    border-top-left-radius: 1.5em;
    border-top-right-radius: 1.5em;
}


.navbar {
    border-radius: 0px;
    font-size: 1.2em;
    background-color: #E8F6FE !important;
    padding: 0;
    border-bottom-left-radius: 1.5em !important;
    border-bottom-right-radius: 1.5em !important;
}



.my-page-content {
    color: #595E60;
}

    .my-page-content a {
        color: #595E60;
    }

.my-page-content-title {
    color: #595E60;
    font-size: 1.3em;
    padding: 10px;
    background-color: #f7f7f7;
    background-image: linear-gradient(to bottom left, white, #E8F6FE);
}

.my-page-content-header {
}

    .my-page-content-header hr {
        margin-top: 10px;
        border-top: 2px solid #FBBD51;
    }

.my-page-content-header-title {
    font-size: 1.4em;
    color: #595E60;
    margin-top: 0;
    display: inline;
}

    .my-page-content-header-title img {
        width: 32px;
        margin-right: 15px;
        margin-top: -5px;
    }


.field-validation-error, .validation-summary-errors {
    font-size: 80%;
}



.my-table {
    padding: 2px 2px 0px 2px;
    margin-bottom: 10px;
}

    .my-table p {
        margin: 0 0 0 3px;
    }

    .my-table .my-row {
        margin-bottom: 2px;
        display: flex;
        flex-wrap: wrap;
        background-color: white;
        padding: 5px;
        border: 1px solid #f7f7f7;
        /*padding: 10px 0;*/
    }

        .my-table .my-row:hover {
            padding: 5px 3px;
            border-left: 3px solid #FBBD51;
            border-right: 3px solid #FBBD51;
            background-image: linear-gradient(to bottom right, white, #f7f7f7);
            background-color: #f7f7f7;
        }

.my-table-white {
    background-color: white;
}

.my-cell {
    padding: 5px;
}

.my-cell-center {
    text-align: center;
}

.my-cell .my-label {
    font-size: 14px;
    /*margin-right: 10px;*/
}

    .my-cell .my-label .my-data {
        margin-left: 10px;
    }

.my-cell-info {
    padding: 5px;
    color: white;
    background-color: #1C4790;
}

.my-cell .my-data {
    font-size: 14px;
    font-weight: bold;
}

.my-cell .my-data-lg {
    font-size: 18px;
    font-weight: bold;
}

.my-cell .my-data-sm {
    font-size: 12px;
}


/* input [type = file]
----------------------------------------------- */

input[type=file] {
    display: block !important;
    right: 1px;
    top: 1px;
    height: 34px;
    opacity: 0;
    width: 100%;
    background: none;
    position: absolute;
    overflow: hidden;
    z-index: 2;
}

.control-fileupload {
    display: block;
    border: 1px solid #d6d7d6;
    background: #FFF;
    border-radius: 4px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0px 10px 2px 10px;
    overflow: hidden;
    position: relative;
}

    .control-fileupload:before, .control-fileupload input, .control-fileupload label {
        cursor: pointer !important;
    }
    /* File upload button */
    .control-fileupload:before {
        /* inherit from boostrap btn styles */
        padding: 4px 12px;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 20px;
        color: #333333;
        text-align: center;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        vertical-align: middle;
        cursor: pointer;
        background-color: #f5f5f5;
        background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
        background-repeat: repeat-x;
        border: 1px solid #cccccc;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        border-bottom-color: #b3b3b3;
        border-radius: 4px;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        transition: color 0.2s ease;
        /* add more custom styles*/
        content: 'Vybrat soubor';
        display: block;
        position: absolute;
        z-index: 1;
        top: 2px;
        right: 2px;
        line-height: 20px;
        text-align: center;
    }

    .control-fileupload:hover, .control-fileupload:focus {
        color: #333333;
        background-color: #e6e6e6;
        color: #333333;
        text-decoration: none;
        background-position: 0 -15px;
        transition: background-position 0.2s ease-out;
    }

    .control-fileupload:before {
        color: #333333;
        background-color: #e6e6e6;
        color: #333333;
        text-decoration: none;
        background-position: 0 -15px;
        transition: background-position 0.2s ease-out;
    }

    .control-fileupload label {
        line-height: 24px;
        color: #999999;
        font-size: 14px;
        font-weight: normal;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        position: relative;
        z-index: 1;
        margin-right: 90px;
        margin-bottom: 0px;
        cursor: text;
    }




/* FANCY COLLAPSE PANEL STYLES */
.fancy-collapse-panel .panel-default > .panel-heading {
    padding: 0;
}

.fancy-collapse-panel .panel-heading a {
    padding: 12px 35px 12px 15px;
    display: inline-block;
    width: 100%;
    position: relative;
    text-decoration: none;
}

    .fancy-collapse-panel .panel-heading a:after {
        font-family: "FontAwesome";
        content: "\f062";
        position: absolute;
        right: 20px;
        font-size: 20px;
        font-weight: 400;
        top: 50%;
        line-height: 1;
        margin-top: -10px;
    }

    .fancy-collapse-panel .panel-heading a.collapsed:after {
        content: "\f063";
    }

table {
    color: #595E60 !important;
}