﻿html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 80px;
    font-family: 'Numans', sans-serif !important;
}

/* #region Footer styles */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 0.85em;
}
/* #endregion */

#configure {
    display: none;
}

@media (max-width: 767px) {
    #responsive-panel {
        transition: all linear .2s;
    }

    #configure {
        display: block;
        float: right;
    }

    .navbar-header {
        width: 100%;
    }

    .footer {
        height: 60px;
    }
}

.tblSearch, .tblReportSearch, .tblCustomerSearch {
    width: 100%;
}

    .tblSearch th, .tblReportSearch th, .tblCustomerSearch th {
        /*width:100px;*/
        text-align: left;
        color: black;
        vertical-align: middle !important;
    }


.tblSearch td {
}

.clslnk {
    text-decoration:underline !important;
}

.tblDetails {
    width: 100%;
}

    .tblDetails th {
        /*width: 125px;
        background-color: #F0F4FF;*/
        text-align: left;
        /*color: black;*/
    }

    .tblDetails tbody > tr > th {
        vertical-align: middle;
        /*width: 145px;*/
    }

    .tblDetails tbody > tr > td {
        vertical-align: middle;
        /*width: 145px;*/
    }

.txtArea {
    border-radius: 5px;
    border: 1px black solid;
}
.modal-footer{
    text-align:right !important;
}

.tblDetails .field-validation-error {
    color: #dc3545 !important;
}

.btn{
    color:white !important;
}

.tblAuditSearch {
    width:100%;
}

.tblAuditSearch th{
    width: 150px;
}

    .tblAuditSearch td {
        width: 250px;
    }

/* Page Template for the exported PDF */
.page-template {
    font-family: open_sansregular,Arial,Helvetica,"Helvetica Neue",sans-serif !important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .page-template .header {
        position: absolute;
        top: 30px;
        left: 30px;
        right: 30px;
        border-bottom: 1px solid #888;
        color: #888;
    }

    .page-template .k-grid-filter {
        display: none !important;
    }
.btn {
    padding: 3px 8px !important;
}

h3{
    font-weight:bold;
    margin-bottom:0;

}

.card-header{
    padding:5px !important;
}

.clsNotesWarning{
    display:none;
}

.clsRow_Overdue {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}

hr.GridSeparator {
    background-color: #fff;
    border-top: 2px dashed #8c8b8b;
}

.p-3{
    padding: 0 !important;
}
.p-sm-3 {
    padding: 0 !important;
    padding-bottom: 5px !important;
}


