﻿.table thead th, .table thead td {
    color: #000000 !important;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: .5px;
    text-transform: capitalize;
    border-bottom-width: 1px;
    border-top-width: 0;
    padding: 10px 15px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 5px 5px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    /* height: 31px; */
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.table thead th .form-control, .table thead td .form-control {
    color: #000000 !important;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: .5px;
    text-transform: uppercase;
    border-bottom-width: 1px;
    border-top-width: 0;
    padding: 0 5px 5px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border-color: #cdd4e0;
    border-radius: 3px;
    height: 34px !important;
    outline: none;
    border-radius: 0;
}

.nav-link {
    display: block;
    padding: 0.2rem 1rem;
}

.content-header sup,
.content-header small {
    color: green;
}

.message-box {
    position: absolute;
    text-align: center;
    z-index: 5;
}

.form-group {
    margin-bottom: 7.5px;
}

.gridStyle {
    border: 1px solid rgb(212,212,212);
    width: 100% !important;
    height: 400px;
}

#Custom {
    border: 1px solid #D2D5E4;
    padding: 0px;
    border-color: rgba(255,255,255,0.2);
    width: 100%;
    max-width: 57px;
    height: auto;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #f2f2f2;
}

/*this CSS is Textbox required Field */
.required:after {
    content: " *";
    color: red;
    font: bold;
    font-size: large;
    font-weight: bold;
}

.k-autocomplete .k-input {
    height: 19px;
    padding: 2px 0px;
    text-indent: 3px;
    font-size: 13px;
}

.k-grid td {
    padding: .1em .6em !important;
    font-size: 12px;
    /*font-weight: 600;*/
}

.k-grid tbody tr {
    height: 38px;
}

.k-header {
    background-color: #5c6bc0;
}

.k-dialog-titlebar.k-header {
    background: #5c6bc0;
    color: #fff;
}

/*.k-group, .k-flatcolorpicker.k-group, .k-menu, .k-menu .k-group, .k-popup.k-widget.k-context-menu {
    color: #444;
    background-color: #fff;
}*/

.k-grid-header th.k-header > .k-link {
    padding: 0;
    margin: 0;
    /*min-height: 16px;*/
    /*line-height: inherit;*/
    color: black;
    /*font-weight: bold;*/
}

.k-grid-header th.k-header {
    padding-left: 3px;
    color: black;
    font-size: 12px;
    font-weight: bold;
}
/*.k-grouping-header {
    color: black;
    font-size:12px;
    font-weight: bold;
    background-color: #FCFAFA;
}*/
.action {
    display: none;
}

k-gantt-toolbar .k-button, .k-gantt > .k-header .k-link, .k-gantt > .k-header li, .k-grid .k-header .k-button, .k-scheduler .k-header .k-button, .k-scheduler .k-header .k-link, .k-scheduler .k-header li, .km-pane-wrapper .k-header .k-button:hover {
    color: black;
    background-color: #fff;
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-grid .k-alt {
    background-color: #FCFAFA; /* specify the alternate background-color */
}

.k-grid-content tr td {
    border-left-width: 1px;
}

a.k-button.k-button-icontext:hover {
    color: #fff;
}

.k-dialog .k-content {
    margin: 0;
    padding: 0;
    /*overflow-y:scroll !important;*/
}

.page-template {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .page-template .logo {
        float: left;
        margin-top: 5px;
        margin-left: 30px;
        width: 100px;
    }

    .page-template .header {
        position: absolute;
        top: 15px;
        left: 30px;
        right: 30px;
        /*border-bottom: 1px solid #888;*/
        text-align: center;
    }

        .page-template .header .company-name {
            font-size: 15px;
        }

        .page-template .header .company-address {
            margin-top: 5px;
            font-size: 12px;
        }

    .page-template .footer {
        position: absolute;
        bottom: 15px;
        left: 30px;
        right: 30px;
        font-size: 11px;
    }
/*For Roster dropdown*/
.roster tbody > tr select {
    height: 30px;
}

.k-sprite {
    background-image: url('../../../../Content/coloricons-sprite.png');
}

.rootfolder {
    background-position: 0 0;
}

.folder {
    background-position: 0 -16px;
}

.pdf {
    background-position: 0 -32px;
}

.html {
    background-position: 0 -48px;
}

.image {
    background-position: 0 -64px;
}

.k-button, .k-toolbar .k-button {
    line-height: 1.143em;
    padding: 5px 5px;
}

/*.table th,*/
.table td {
    padding: 5px 7px !important;
    font-size: medium;
    line-height: 1 !important;
}

.container {
    margin-left: 0px !important;
}

#reportSearch {
    width: 50% !important;
}

.az-sidebar-body .nav-sub-link {
    height: 34px;
    display: flex;
    align-items: center;
    color: #031b4e;
    font-size: 13px;
}

a {
    text-decoration: none;
}

.az-dashboard-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #cdd4e0;
    margin-bottom: 20px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    padding: 10px 10px 5px 10px;
}

.k-grid {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

list-group-item {
    list-style: none;
}
