@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('../font-awesome/css/all.min.css');

@font-face {
    font-family: 'HusqvarnaGothic';
    src: url('fonts/HusqvarnaGothic.ttf')
}

@font-face {
    font-family: HusqvarnaIcons;
    src: url(fonts/HusqvarnaIcons.ttf);
}

html, body {
    font-family: 'HusqvarnaGothic', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.navbar {
    color: white;
}

.search-error {
    margin-top: 20px;
}

.pinfile {
    width: 18px;
    height: 18px;
    background: url("/Images/pin-grey-18x18.png") no-repeat;
    display: flex;
    align-items: center;
    border-width: 0px;
}

.pinfile:hover {
        background: url("/Images/pin-filled-18x18.png") no-repeat;
    }

.removepinfile {
    width: 18px;
    height: 18px;
    background: url("/Images/pin-filled-18x18.png") no-repeat;
    display: flex;
    align-items: center;
    border-width: 0px;
}

.removepinfile:hover {
    background: url("/Images/remove-pin-18x18.png") no-repeat;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.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;
}

.dropArea {
    border: 2px dashed gray;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: lightgray;
    font-size: 1.5rem;
    cursor: pointer;
    position: relative;
    min-height: 100px;
}

.dropArea:hover {
    background-color: lightskyblue;
    color: #333;
}

.dropArea input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.dropAreaDrug {
    background-color: lightseagreen;
}

.informationStyle {
    background-color: rgba(255,255,255,0.1);
    color: rgba(0,0,0,1);
}

.warningStyle {
    background-color: rgba(255,165,0,0.1);
    color: rgba(255,165,0,1);
}

.errorStyle {
    background-color: rgba(255,0,0,0.1);
    color: rgba(255,0,0,1);
}

.fatalStyle {
    background-color: rgba(255,0,0,0.3);
    color: rgba(255,0,0,0.7);
}

.debugStyle {
    background-color: rgba(85,107,47,0.1);
    color: rgba(85,107,47,1);
}

.traceStyle {
    background-color: rgba(72,61,139,0.1);
    color: rgba(72,61,139,1);
}

.highlight1Style {
    background-color: rgba(148,0,211,0.6) !important; /*DarkViolet*/
}
.highlight2Style {
    background-color: rgba(0,0,205,0.6) !important; /*MediumBlue*/
}
.highlight3Style {
    background-color: rgba(0,139,139,0.6) !important; /*DarkCyan*/
}

.custom-row-colors tr, .k-grid tr.k-alt {
    outline: gray solid 1px;
}
/*td.k-state-selected tr.k-state-selected*/

.k-grid td.k-state-selected, .k-grid tr.k-state-selected > td {
    background-color: rgba(0,0,0,0.1);
}

.highlightTextBox {
    margin: 5px 0;
    padding: 2px;
    height: 25px;
    opacity: 1 !important;
}

.highlightLayout {
    display: inline-block;
    border-left: 1px solid lightgrey;
    padding-left: 10px;
    margin-left: 10px;
}

.inlineCheckbox {
    display: inline-block;
    padding-left: 10px;
    margin-left: 10px;
}

.checkBoxLabel {
    margin-left: 6px;
}

.downloadLayout {
    display: inline-block;
    float: right;
}

.filter-values-container {
    max-height: 300px;
    overflow: auto;
    padding: 8px;
}

.deleteIcon:hover{
    cursor: pointer;
    color: gray;
}

.deleteIcon {
    color: darkgray;
    font-size: 1.1em;
}

.downloadIcon {
    color: darkgray;
    font-size: 2em;
}

.downloadIcon:hover {
    cursor: pointer;
    color: gray;
}

.downloadIconLogBrowser {
    color: darkgray;
    font-size: 1.2em;
}

.downloadIconLogBrowser:hover {
    cursor: pointer;
    color: gray;
    }

.navigationIcon {
    color: darkgray;
    font-size: 1.5em;
    display: inline-block;
    vertical-align: middle;
}

.navigationIcon:hover {
    color: gray;
    cursor: pointer;
}

.navigationButton {
    background-color: transparent;
    border: none;
    display: inline-block;
    vertical-align: middle;
    outline: none;
}

.navigationButton:focus, .navigationButton:active {
    background-color: transparent;
    border: none;
    outline: none;
}

.highlightTextHitCount {
    margin-left: 5px;
    vertical-align: middle;
}

input[type=checkbox] {
    transform: scale(1.2);
}

.linkButton {
    background-color: transparent;
    border: none;
    color: #007bff !important;
    text-align: left;
}

.flex-row {
    display: flex;
    flex-direction: row
}

/* Telerik loader */
.initial-data-loader .k-loader-container-overlay.k-overlay-light {
    background-color: white;
}

.k-loader-container {
    z-index: 100;
}

/* End Telerik loader*/
.k-input {
    background: white !important;
}

.k-datepicker .k-picker-wrap .k-select {
    border-style: hidden;
    background: white;
}
