﻿body, html {
    padding: 0px;
    margin: 0px;
    font-family: 'Roboto', 'Open Sans', 'Segoe UI';
    position: relative;
    background: #f0f0f0;
    background-color: #f0f0f0;
}

* {
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    padding-bottom: 20px;
    
    margin: auto;
}

textarea {
    font-family: 'Roboto', 'Open Sans', 'Segoe UI';
}

input, select {
    font-size: 14px;
}


input:disabled {
    pointer-events: none;
}

label
{
    margin-left: 10px;
}



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[type=submit],
input[type=button] {
    background: url('../images/leftMenu_selected.png') repeat-x left top;
    border: 1px solid #e83131;
    color: #fff;
    height: 20px;
    font-size: 13px;
}

input.velkyButton {
    background: url('../images/leftMenu_selected_2x.png') repeat-x left top;
    height: 30px;
    font-size: 18px;
    padding: 5px;
    line-height: 16px;
}*/

h1 {
    margin-top: 10px;
    color: #635b50;
    font-size: 26px;
    padding-left: 5px;
    padding-bottom: 5px;
    /*margin: 10px 0px 5px 0px;*/
    /*border-bottom: 1px solid #dbd5d5;*/
}


h2 {
    margin-top: 10px;
    color: #635b50;
    font-size: 22px;
}


input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
select,
textarea {
    box-sizing: border-box;
    background: #edfaff;
    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[type=submit],
input[type=button] {
    background: url('../images/leftMenu_selected.png') repeat-x left top;
    border: 1px solid #e83131;
    color: #fff;
    height: 20px;
    font-size: 13px;
}

input.velkyButton {
    background: url('../images/leftMenu_selected_2x.png') repeat-x left top;
    height: 30px;
    font-size: 18px;
    padding: 5px;
    line-height: 16px;
}*/



input[type=submit].active ,
input[type=button].active {
    background: #fefa4b;
    color: #000;
}







#header {
    position: relative;
    vertical-align: middle;
    background: #000;
    color: #ddd;
}


    #header .topMenu > a {
        color: #ddd;
        font-size: 20px;
        margin: 0px 20px;
    }



        #header .topMenu > a.active {
            color: #FDD322;
        }

.btn-fotoskoda {
    background: #FDD323;
    border-color: #e0bc25;
    color: #65696A;
}




.btnDdl {
    position: relative;
    z-index: 4;
}

    .btnDdl .toggleTitle {
        padding-right: 20px;
        position: relative;
    }


        .btnDdl .toggleTitle:after {
            content: '';
            position: absolute;
            top: 8px;
            right: 0px;
            border: 5px solid transparent;
            border-top: 5px solid #666;
            width: 0px;
            height: 0px;
        }


    .btnDdl.opened .toggleTitle:after {
        top: 4px;
        border: 5px solid transparent;
        border-bottom: 5px solid #666;
    }




    .btnDdl > .ddlContent {
        display: none;
        z-index: 4;
        position: relative;
        border-top: 1px solid #808080;
        margin-top: 5px;
        padding-top: 10px;
        text-align: left;
    }



.fsPanel {
    position: relative;
    padding: 10px;
    background: #fff;
}


/*.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}*/






.whiteBox {
    background: #fff;
    padding: calc(15px /2);
    background-clip: content-box;
}



.fsPanel.inline {
}


.fsPanel h1{
    border-bottom: 1px solid #eee;
}






#menu {
    text-align: center;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}



#menu a {
    display: inline-block;
    font-size: 13px;
    font-weight: bolder;
    padding: 5px 10px;
    color: #696A76;
    background: #EBECEB;
    position: relative;
    text-decoration: none;
    margin: 8px 15px;
}

    #menu a.selected {
        background: #65696A;
        color: #fff;
    }



#menu ul {
    padding: 0px;
    margin: 0px;
    margin-left: 150px;
}

    #menu ul li {
        float: left;
        list-style: none;
        margin: 0px 0px;
        padding: 0px 10px;
        position: relative;
    }

        #menu ul li.selected {
            background: url('../images/menu_selected.png') repeat-x left top;
        }








.tabPanel {
    position: relative;
    display: inline-block;
    width: 100%;
    
}

.tabPanel > .tabPanel_Header > div
{
    display: inline-block;
    float: left;
    padding: 3px 10px;
    border: 1px solid #3ed9ff;
    border-bottom: none;
    border-right: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 0px;
    cursor: pointer;
}

    .tabPanel > .tabPanel_Header > div.active {
        background: #d8f7fe;
    }


    .tabPanel > .tabPanel_Header > div:last-child {
        border-right: 1px solid #3ed9ff;
    }



    .tabPanel > .tabPanel_Header:after {
        content: '';
        position: relative;
        clear: both;
        display: block;
    }

    .tabPanel > .tabPanelContent {
        border: 1px solid #3ed9ff;
        clear: both;
        padding: 10px;
        display: none;
    }

    .tabPanel > .tabPanelContent:nth-child(2) {
        display: block;
    }




#dCurApplication {
    padding: 20px 10px;
    position: relative;
    min-width: 200px;
    cursor: pointer;
}

    #dCurApplication:after {
        content: '';
        display: inline-block;
        position: relative;
        border: 10px solid transparent;
        border-top: 10px solid #f0f0f0;
        top: 8px;
        margin-left: 10px;
    }

    #dCurApplication.active:after {
        border: 10px solid transparent;
        border-bottom: 10px solid #fff;
        top: -2px;
    }


#dCurApplication.active {
   background: #f0f0f0;
}

#dOtherApplications {
    position: absolute;
    display: none;
    top: 62px;
    left: 0px;
    right: 0px;
    background: #fff;
    padding: 10px 20px;
    border: 1px solid #f0f0f0;
    border-top: none;
    z-index: 6;
}


#dOtherApplications > a {
    color: #666;
    display: block;
    font-size: 19px;
    margin: 3px 0px;
    text-decoration: none;
}

    #dOtherApplications > a:hover {
        color: #3ed9ff;
        text-decoration: underline;
    }





/******* Validators *******/
.validatorContainer {
    display: inline-block;
    position: relative;
}

.validator {
    position: absolute;
    right: 3px;
    top: 3px;
    color: Red;
}

.validatorHighliter {
    position: absolute;
    right: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    border-radius: 2px;
    border: 2px solid Red;
    display: block;
    pointer-events: none;
}

.input-validation-error,
.validationFailed {
    border-color: Red !important;
    background: #ffe4e4 !important;
    border: 1px solid Red !important;
    outline: none;
}

    .input-validation-error ~ .myCheckBox,
    .validationFailed ~ .myCheckBox {
        border: 1px solid #f00;
        border-radius: 2px;
        padding: 1px;
    }
/*.validationFailed:after
{
    content: '*';
    color: #f00;
    position: absolute;
    right: 4px;
    top: 4px;
}*/
.requiredLabel {
    position: relative;
    display: inline-block;
    padding-right: 5px;
}

    .requiredLabel:after {
        content: '*';
        display: inline-block;
        margin-left: 2px;
    }


.validationFailedNote {
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 0px;
    font-size: 80%;
    background: rgba(251, 255, 153, 0.9);
    border: 1px solid #faff74;
    padding: 2px 10px;
}

    .validationFailedNote:after {
        position: absolute;
        bottom: -12px;
        left: 5px;
        border:     6px solid transparent;
        border-top: 6px solid #faff74;
        content: '';
    }

.siteMap
{
    background: #f0f0f0;
    padding: 4px;
    font-size: 12px;
    padding-left: 40px;
    margin-bottom: 10px;
}


.nav.nav-pills .nav-link{
    margin: 0px 5px;
}

.nav.nav-pills .nav-link:not(.active)
{
    border: 1px solid #ddd;
    background: #eee;
}

.toggle.btn-light {
    border-color: #b1b1b1 !important;
}



.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
