﻿label {
    font-weight: bold;
}
label[required]:after {
    content: " *";
    color: red;
}
#validation-summary{
    background:red;
    
}
#NVDGrid.k-grid tr td {
    font-size: .75rem;
    font-weight: 400;
}
#NVDGrid tr:nth-child(2n+1) td {
    background: #f27742;
}
.k-state-selected td {
    background: #d0470c !important;
}
body {
    background: #f7f7f7;
    /*    font-family: RobustaTLPro-Regular;*/
}
body .container {
    margin-right: inherit;
    max-width: 1600px;
}
header {
    height: 4.375em;

}
a.medecineFilter:hover, a.active {
    color: #d0470c !important;
/*    border-left: 5px solid;
    border-radius: 5px;*/
}
.medecineFilter {
    margin-left: 20px;
}
/*TEST*/
#sidebar-left {
    visibility: visible;
    width: 274px;
    padding-right: 30px;
}
#sidebar-left .sidebar-content {
    background: #fff;
    border: 1px solid #dbdee4;
    box-shadow: 0 0 0.9375rem rgb(216 218 221 / 50%);
    border-radius: .1875em;
}
#sidebar-left .sidebar-content ul {
display: block;
}
#sidebar-left .sidebar-content ul li {
    border-bottom: 1px solid #dadada;
    width: 100%;
    border-left: 5px solid #e57200;
    margin-bottom: 5px;
}
#sidebar-left .sidebar-content ul li > span, #sidebar-left .sidebar-content ul li a {
    padding: .625em 20px;
    line-height: 1rem;
    font-size: .9375rem;
    display: block;
    outline:none;
    font-weight: 600;
    color: #000;
}
.btn.btn-sm.btn-yellow {
    background: #e57200;
    border-color: #e57200;
    font-weight: bold;
    color:white;
}
.btn.btn-sm.clearFilter {
    color: #e57200;
    font-weight: bold;
}
.serchInput input {
    width: 80%;
    border-radius: 10px;
    border-color: #f27742;
    background: white;
    border-width: 1px;
    outline: none;
    padding: 3px;
}
.medecineTopFilter .k-widget.k-datepicker.k-header.text-box.single-line {
    width: 80%;
    border-radius: 10px;
}
.medecineTopFilter .k-picker-wrap.k-state-default {
    border-color: #f27742;
    overflow: hidden;
    border-radius: 10px;
}
#NVDGrid .k-grid-header th.k-header .k-link {
    font-weight: bold;
    color: #e57200 !important;
}
.bondicrast {
    color: #e57200;
    word-break: break-word;
    font-size: .9375rem;
    word-wrap: break-word;
    font-weight:bold;
}
a.file {
    text-decoration: none !important;
    color: #e57200;
    word-break: break-word;
    font-size: .9375rem;
    word-wrap: break-word;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 1px;
    margin-top: 5px;
    background-color: white;
}
#menuCollapse {
    background: #e57200;
}
.error{
    border: 1px solid red !important;
}

@media (max-width: 1090px) {
    .navbar.navbar-inverse.navbar-static-top {
        top: 0 !important;
        padding: 0;
        margin: 0;
    }
}

@media (max-width: 800px) {
    .medecineTopFilter .col-3 {
        max-width: none;
        flex: auto;
    }
}

@media (max-width: 600px) {
    #bs-example-navbar-collapse-1 {
        width: 100% !important;
    }

    .navbar.navbar-inverse.navbar-static-top {
        display: none;
    }

    #NVDGrid {
        width: 100% !important;
    }
}