@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");

html {
    font-size: 14px;
    font-family: "DejaVu Sans", "Arial", "sans-serif";
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
        font-family: "DejaVu Sans", "Arial", "sans-serif";
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
    font-family: "DejaVu Sans", "Arial", "sans-serif";
}

body {
    margin-bottom: 0px;
    font-family: "DejaVu Sans", "Arial", "sans-serif";
}

.md-skin .ibox{
    box-shadow: none; 
    border: none;
}

.ibox > .k-grid-toolbar,
.ibox > .k-grouping-header {
    background: transparent;
}
.k-grid {
    font-family: "DejaVu Sans", "Arial", "sans-serif";
}

.k-grid-toolbar .k-grid-search {
    width: 100%;
}

.k-grid-toolbar .k-grid-search input {
    width: 100%;
}

.k-toolbar-item {
    min-width: 30%;
}
.k-grid .nowrap {
    white-space: nowrap;
}
.modalokmessage {
    border: solid 3px green;
    color:green;
}
.modalerrormessage {
    border: solid 3px red;
    color: red;
}
.gidRowStatus1 {
    color:green;
}
.gidRowStatus10 {
    color: red;
}
.gidRowStatus0 {
    color: orange;
    box-shadow:3px 3px 3px orange;
}
.gidRowStatus5 {
    color: purple;
    box-shadow: 3px 3px 3px purple;
}