﻿body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
    background-color: #F7F7F8 !important;
    display: none;
    //margin-top: 1rem !important;
    
   
}
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/*---- DataTable Styles*/
.dataTables_length {
    display: none !important;
}

.dataTables_paginate {
    display: none !important;
}

.dataTables_info {
    display: none !important;
}

.dt-buttons {
    display: none !important;
}

.dataTables_filter {
    float: left !important;
}

.table {
    width: 100% !important;
}

    .table > thead > tr > th {
        text-transform: capitalize !important;
    }

    .table > tbody > tr > td {
        text-align: center !important;
        vertical-align: middle !important;
    }

    .table > tfoot > tr > td {
        text-align: center !important;
        vertical-align: middle !important;
        font-weight: bold !important;
    }

.control-label {
    text-align: right;
    font-weight: bold;
    padding-top: 7px;
    text-transform: capitalize !important;
}

.text-label {
    text-transform: capitalize !important;
}
/*.text-value { text-transform: capitalize !important; }*/

.btn-default {
    background-color: white;
    color: #333;
    border-color: #ccc;
}

    .btn-default:hover {
        background-color: #ccc;
        color: #333;
        border-color: #ccc;
    }

.btn-outline-default {
    background-color: white;
    color: #333;
    border-color: #303f5e;
}

    .btn-outline-default:hover {
        background-color: #303f5e;
        color: #fff;
        border-color: #303f5e;
    }

.notes-type {
    font-size: x-large;
}

.notes-list {
    max-height: 65px;
    margin-bottom: 5px;
    overflow: auto;
}

.notes-prop {
    overflow: hidden;
    max-height: 1.25rem;
}

.notes-input {
    max-height: 75px;
}

/*Hiding Active, CrtBy, CrtDate, ModBy, ModDate columns in Create and Edit screens*/
.col-created, .col-crtBy, .col-updated, .col-modBy {
    display: none;
}
