@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: 0;
}

a, .btn-link {
    color: #0366d6;
    text-decoration: none;
}
.btn-text-link{
    text-decoration:none;
   color:black;
   font-size:1em;
}

.icon {

filter: invert(55%) sepia(89%) saturate(2496%) hue-rotate(120deg) brightness(85%) contrast(100%);
}

  
    .btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
   
    display: flex;
    /*align-items: center;*/
}

.main {
    flex: 1;

}
.top-row-white {
    height: 3.5rem;
    background-color: #f7f7f7;
    color: black;
    
    
}

.top-row-black {
    background-color: #454545;
    color: #ffffff
}
.top-row-green {
    background-color: #007a33;
    color: #ffffff
}
.main .top-row-black > a {
    color: #ffffff;
}

        .main .top-row > a {
            margin-left: 1.5rem;
        }


/*.sidebar {
    background: linear-gradient(180deg, #6e6d6d 0%, #CED4CA 0%, #DBDBDB 79%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    height: 100%;
}*/

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }
    .img-dem {
        max-width: 300px;
        max-height: 70px;
    }
    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.3rem;
}
.nav-link-white {
    display: block;
    padding: .5rem 1rem;
    color: whitesmoke;
}
    .nav-link-white:hover{
        color:white;
    }
    .nav-item:first-of-type {
        padding-top: 0.6rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 0.6rem;
    }

    .nav-item a {
        /*color: #d7d7d7;*/
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item a.active {
            background-color: rgba(255,255,255,0.25);
        }

        .nav-item a:hover {
            background-color: rgba(255,255,255,0.1);
        }



/*.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}*/

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}
#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
.flex-around {
    display: flex;
    justify-content: space-around;
}
.hideOnSmall{

}
.change-layout{
    justify-content:space-between
}
.bcgrWhite{
    
}
.dxbs-scheduler .dxbs-sc-month .dxbs-sc-time-cell{
    height:80px;
  /*  min-height:50px;*/
}
.flex-button {
    display: flex;
    flex-direction: row;
    justify-content:center;
}
.header-mob {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 767.98px) {
    .main .top-row {
        display: none;
    }

   
}
@media (max-width: 901px)
{  
    .hideOnSmall {
        display: none;
    }
    .bcgrWhite {
        background-color: whitesmoke;
    }
    .flex-button {
        flex-direction: column;
        
    }
    .btn-text-link {
    
        font-size: 0.5em;
    }
   
}
    @media(max-width:300px) {
        .change-layout {
            justify-content: space-evenly;
            flex-wrap: wrap;
        }
    }

    @media (min-width: 901px) {
        app {
            flex-direction: row;
        }

        .navbar-toggler {
            display: none;
        }
       
        .sidebar {
            width: 250px;
            /*height: 100vh;*/
            position: sticky;
            top: 0;
            /* display: none;*/
            flex-flow: column nowrap;
        }

            .sidebar .collapse {
                /*  Never collapse the sidebar for wide screens */
                display: block;
            }

        .main .top-row {
            position: sticky;
            top: 0;
        }
    }
