﻿body, html {
    padding: 0px;
    margin: 0px;
    font-family: 'Roboto', 'Open Sans', 'Segoe UI';
    /*min-height: 100vh;*/
    position: relative;
    background: #fff;
}

html
{
    /*height: 100vh;*/
}

textarea 
{
    font-family: 'Roboto', 'Open Sans', 'Segoe UI';
}

input, select
{
    font-size: 14px;
}

*
{
    box-sizing: border-box;
}


h1
{
    color: #635b50;
    font-size: 26px;
    padding-left: 5px;
    padding-bottom: 5px;
    margin: 10px 0px 5px 0px;
    /*border-bottom: 1px solid #dbd5d5;*/
}


h2
{
    color: #c4bbbc;
    font-size: 16px;
    padding-bottom: 5px;
    margin: 20px 0px 5px 0px;
    border-bottom: 1px solid #9b9b9b;
}


input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
select,
textarea
{
    box-sizing: border-box;
    background: #F5F8F9;
    border: 1px solid #C7D6DB;
    border-radius: 3px;
    font-size: 14px;
    padding: 4px 8px;
    outline: none;
    transition: background 0.2s ease-out,
                border 0.2s ease-out;

    color: #000;
}




input[type=text]:disabled,
input[type=password]:disabled,
input[type=email]:disabled,
input[type=tel]:disabled,
input[type=number]:disabled,
select:disabled,
input[type=checkbox]:disabled + label,
textarea:disabled,
a.disabled
{
    background: #fafafa;
    color: #999;
    text-decoration: none;
    cursor: default;
}


 .validationFailed
{
    border-color: red !important;
} 

 .validator
 {
     position: absolute; 
     right: 3px;
     top: 0px;
     color: red;
 }


select.aspNetDisabled
{
    background: rgb(235, 235, 228);
}



input.velkyButton
{
    background: url('../images/leftMenu_selected_2x.png') repeat-x left top;

    height: 30px;
    font-size: 18px;
    padding: 5px;
    line-height: 16px;
}



#header
{
    position: relative;
    vertical-align: middle;
}

.linkaPruhovana
{
    background: url('../images/menu.png') repeat-x left top;
    height: 34px;
    line-height: 34px;
}

#menu a
{
    
    font-size: 15px;
    font-weight: bold;
    color: #e76b3f;
    text-decoration: none;
}

#menu ul {
    padding: 0px;
    margin: 0px;
    margin-left: 150px;
}

#menu ul li {
    float: left;
    list-style: none;
    margin: 0px 0px;
    padding: 0px 10px;
}

#menu ul li.selected {
    background: url('../images/menu_selected.png') repeat-x left top;
}

.nowrap
{
    white-space: nowrap;
    overflow: hidden;
}



.modalBackground
{
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0, 0.3);
    z-index: 5;
    text-align:center;
    display: none;
}

.modalPanel
{
    margin: 100px auto;
    display: inline-block;
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 6px;
    padding: 0px;
    text-align: left;
    position: relative;
}

.modalPanel .nadpis
{
    text-align: center;
    border-bottom: 1px solid #aaa;
    font-size: 18px;
    padding: 5px 20px;
}

.modalPanel .content
{
    padding: 20px;
}


.modalPanel .close
{
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
}


#leftMenu
{
    clear: both;
    float: left;
    margin-right: 20px;
}


#leftMenu ul {
    margin: 0px;
    padding: 0px;
}

#leftMenu ul li a{
    text-decoration: none;
    color: #351313;
}

#leftMenu ul li {
    list-style: none;
    font-size: 12px;
    line-height: 20px;
    border: 1px solid #eee;
    padding-left: 10px;
    margin: 4px 0px;
    height: 20px;
    width: 150px;
    background: url('../images/leftMenu.png') repeat-x left top;
}

#leftMenu ul li.selected {
    background: url('../images/leftMenu_selected.png') repeat-x left top;
    border: 1px solid #e83131;
}

#leftMenu ul li.selected a {
    color: #fff;
}



.grid
{
    border: 1px solid #ddd;
}




.grid tr th:not(.rightAligned) {
text-align: left;
}

.grid tr th a{
    text-decoration: none;
    color: #333;
    font-size: 12px;
}


.grid tr td {
    font-size: 12px;
    padding: 8px 0px;
    padding-left: 10px;
    padding-right: 20px;
}

.grid.verticalGrid tr td{
    border-left: 1px dotted #bacad7;
}

.grid tr td a{

}

.grid th > a
{
    position: relative;
    padding-right: 15px;
}

.grid th > a:after
{
    display: inline-block;
    content: '';
    position: absolute;
    top: 3px;
    top: calc(50% - 3px);
    right: 0px;
    width: 12px;
    height: 6px;
    background: url('../images/sortAsc.png') no-repeat 0px top;
}

.grid th.headerSortAsc > a:after
{
    background: url('../images/sortAsc.png') no-repeat 0px top;
}

.grid th.headerSortDesc > a:after
{
    background: url('../images/sortDesc.png') no-repeat 0px top;

}





    .grid tr:nth-child(2n+1){
        background: #f2f9ff;
    }



    .grid tr td:last-child {
        padding-right: 5px;
    }


    .grid tr th,
.grid tr.gvPager
{
    background: url('../images/gridHeader.png') repeat-x left top;
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}
    
.grid tr.gvPager td
{
    padding: 2px 20px;
}


    .tabOuter
    {
        
    width: 100%;    
    min-width: 800px;
    }

.tabHeaderOuter
{
    border-bottom: 1px solid #e76b3f;
    width: 100%;    
    padding-left: 10px;
}

.tabHeader
{
    display: inline-block;
    border: 1px solid #ddd;
    color: #aaa;
    border-bottom: none;
    padding: 4px 10px;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    cursor: pointer;
}

.tabHeader.selected
{
    border: 1px solid #e76b3f;
    border-bottom: none;
    color: #000;
    font-weight: bold;
}

.tabContent
{
    padding: 10px 0px;
}

.tabContentInner
{
    display: none;
}


.formDetail
{
    width: 100%;
    border: none;
}


.formDetail table
{
    width: 100%;
}


.formDetail td
{
    text-align: left;
    padding: 3px 0px;
}

.formDetail.twoColumn td:nth-child(2n+1)
{
    text-align: right;
    padding-right: 20px;
}




.formDetail select
{
    width: 100%;
    width: calc(100% - 10px);
    padding: 3px 5px;
}

.tableSection
{
     border-bottom: 1px solid #e76b3f; 
     text-align: left; 
     margin-top: 20px; 
     margin-bottom: 10px;
     font-size: 16px;
     color: #e76b3f;
}

.ui-datepicker-trigger
{
    top: 5px;
    position: relative;
}

.rblPlatby tr td
{
    padding: 5px 0px;
}

.nopadding
{
    padding: 0px !important;
}







.my-progress{
    display: flex;
    flex-direction: column;
    position: relative;
}


/*
.my-progress::before {
    display: block;
    content: '';
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: calc((20px / 2) - 2px);
    height: 4px;
    background: #ddd;
}*/

    .my-progress > div {
        display: flex;
        margin-bottom: 20px;
        align-items: center;
        position: relative;
    }

   

        .my-progress > div:before {
            display: inline-block;
            position: relative;
            content: '';
            margin-right: 20px;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: #ddd;
            z-index: 1;
        }

        .my-progress > div:after {
            display: inline-block;
            position: absolute;
            content: '';
            width: 4px;
            height: 30px;
            top: -25px;
            left: 8px;
            background: #ddd;
            z-index: 0;
        }

        .my-progress > div.done:before,
        .my-progress > div.done:after {
            background: red;
        }


        .my-progress > div:first-child:after {
            display: none;
        }

    .my-progress > div:last-child{
    }

    .my-progress .bold{
        font-weight: bold;
    }

    .my-progress .info {
        cursor: pointer;
        margin-left: 10px;
        background: blue;
        color: white;
        border-radius: 50%;
        font-size: 15px;
        width: 18px;
        height: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .my-progress  div.hidden {
        display: none;
    }



.my-mobile-tooltip{
    display: none;
}


@media only screen and (max-width: 600px) {

    .my-mobile-tooltip {
        position: absolute;
        display: block;
        color: #333;
        background: #ddd;
        border-radius: 5px;
        padding: 8px;
        top: calc(100% + 8px);
        z-index: 100;
        font-weight: normal;
        box-shadow: 0px 0px 10px 0px #ddd;
    }

    .heading input[type=submit] {
        display: block;
        margin: 8px auto;
    }

    .heading h4{
        margin: 0px 0px 16px 0px;
    }


    .results h4 {
        text-align: center;
        margin: 24px 0px;
    }

    
}