@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #D62D30;
}

.hamburger {
    left:5px;
    position:fixed;
    cursor:pointer;
}

.btn-primary {
    color: #fff;
    background-color: #D62D30;
    border-color: #fff;
}

.form-control:focus {
    border-color: #D62D30;
    box-shadow: 0 0 0 0.2rem rgba(214 45 48 / 25%);
}

.btn-primary:focus {
    border-color: #D62D30;
    box-shadow: 0 0 0 0.2rem rgba(214 45 48 / 25%);
}

.content {
    padding-top: 1.1rem;
}

.maincontent {
    margin-bottom:50px;
}

.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;
    }

.table td {
    vertical-align:middle;
}

/* Sidebar styles  */
.e-sidebar {
    /* color: #231f20; */
    position: fixed;
    background-color: #F4F3F3;
}

.footer {
    padding-top:10px;
    padding-bottom:5px;
    background-color: #D62D30;
    width:100%;
    position:fixed;
    bottom:0px;
    text-align:center;
    color: white;
}

#header {
    height: 45px;
    background-color: #D62D30;
    color: white;
    top: 0px;
    width: 100%;
    line-height: 45px;
    font-size: 25px;
    text-align:center;
}

.logout {
    cursor: pointer;
    position:absolute; 
    top:0px;
    right:10px; 
    font-size:15px;
    color:white;
    line-height:45px;
}

.logout > a,
#header > a,
.footer > a,
.nav > li > a {
    color: white;
}

.nav
{
    text-align:left;
    list-style-image: none;
    clear:both;
    display:block;
}


.e-acrdn-content {
    padding: 0px !important;
}

.e-accordion .e-acrdn-item.e-select > .e-acrdn-header {
    background-color: #fff !important;
    justify-content: center;
}

.e-accordion .e-acrdn-item .e-acrdn-header:hover {
    border: 2px solid #D62D30;
    border-radius:2px;
}

