﻿.navbar-brand > img
{
    height:100%
}
.gridSelectedRow
{
    background-color:#00ffff;
}
.gridHeader
{
    color:#ffffff;
    background-color:#0c0b6f;
}
.zakuzavitem
{
    width:30%;
    text-align: right;
}
/* WIZARD */
.stepNotCompleted
{
    background-color: rgb(153,153,153);
    /*width: 15px;*/
    border: 1px solid rgb(153,153,153);
    margin-right: 5px;
    color: White;
   
    text-align: center;
}

.stepCompleted
{
    background-color: #4d4d4d;
    /*width: 15px;*/
    border: 1px solid #4d4d4d;
    color: White;
    
    text-align: center;
}

.stepCurrent
{
    background-color: #e01122;
    /*width: 15px;*/
    border: 1px solid #e01122;
    color: White;
    
    font-weight: bold;
    text-align: center;
}

.stepBreak
{
    width: 3px;
    background-color: Transparent;
}

.wizardProgress
{
    padding-right: 10px;
    
    color: #333333;
    

}

.wizardTitle
{
    
    font-weight: bold;
    color: #333333;
    vertical-align: middle;
}
.mainname
{
    color:#0c0b6f;
}
.navbar-gradient {
    /*background: linear-gradient(45deg, white, gold);*/
    background: linear-gradient(gold,white,gold);
}
.nav-link-mainmenu {
    color: #0c0b6f;
}
.bg-cloud {
    background-image: url('../Images/clouds2.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-light-gold {
    background-color: #fbf7e0;
    /*opacity: 0.5;*/
}
.bg-gold {
    background-color: #ffd700;
}
.bg-blue {
    background-color: #0008d6;
}
.bg-light-blue {
    background-color: #8ceefd;
}
.text-blue {
    
    color: #000694 !important;
}
.checklist {
    list-style-image: url("../images/checksmall.png");
    
}
.stin {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.oble-rohy {
    border-radius: 20px;
}




