﻿/*This is an attempt to consolidate only the necessary changes that can't be fixed with eithe bs5 or kendo classes.*/

/*buttons in the grid inherit the grid color for their text. where as anchor tags set their text color based off the color attribute*/
/*a.k-grid-edit-command {
    color: white !important;
    background: #262262;
    border-color: #262262;
}*/
.k-button-solid-primary, .k-button-solid-primary {
    color: white !important;
    background: #262262;
    border-color: #262262;
}
    .k-button-solid-primary:hover, .k-button-solid-primary.k-hover {
        border-color: rgba(38, 34, 98,.6);
        background-color: rgba(38, 34, 98,.6);
    }
.k-button-solid-secondary, .k-button-solid-secondary {
    color: white !important;
    background: #0D6ECD;
    border-color: #0D6ECD;
}

    .k-button-solid-secondary:hover, .k-button-solid-secondary.k-hover {
        border-color: rgba(13, 110, 205,.6);
        background-color: rgba(13, 110, 205,.6);
    }
.k-grid-add {
    color: white !important;
    background: #0D6ECD;
    border-color: #0D6ECD;
}

    .k-grid-add:hover, .k-grid-add.k-hover {
        border-color: rgba(13, 110, 205,.6);
        background-color: rgba(13, 110, 205,.6);
    }

.k-toolbar-item.k-grid-excel {
    order: 1;
}

.k-grid-save-command {
    color: white !important;
    background: #0D6ECD;
    border-color: #0D6ECD;
}
    .k-grid-save-command:hover, .k-grid-save-command.k-hover {
        border-color: rgba(13, 110, 205,.6);
        background-color: rgba(13, 110, 205,.6);
    }
.k-picker-solid {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
    /*background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));*/
}

/*Positioning fix cause by telerik settings*/

.k-edit-form-container {
    min-width: 400px;
    border-color: inherit;
    position: relative;
}

@media screen and (max-width: 600px) {
    .k-edit-form-container {
        width: 80vw;
        min-width: 80vw;
        border-color: inherit;
        position: relative;
    }
}
@media screen and (max-width: 600px) {
    .k-window {
        width: 100vw !important;
        min-width: 100vw !important;
    }
}
@media screen and (max-height: 400px) {
    .k-window {
        width: 100vw !important;
        min-width: 100vw !important;
    }
}
.link {
    color: #0d6efd !important;
    text-decoration: underline !important;
}

    .link:hover {
        color: #0a58ca !important;
    }
.panel-selected {
    color: #262262 !important;
}

.validateMsg {
    color: red;
}
.loginForm {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
.PageHeader {
    font-weight: bold;
    font-size: 20px;
    color: #54595F !important;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.PageHeaderInfo {
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 10px;
    
}

.PageHeaderInfoLessPadding {
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 0px;
    padding-left: 5px;
}

.PageHeaderInfoDetail {
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 10px;
    padding-left: 5px;
}

.PageHeaderList {
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
}

.PageHeaderInfoList {
    font-weight: bold;
    font-size: 24px;
    /*border-bottom: 1px solid #dee2e6;*/
}

