﻿
div.DTE button.btn.remove {
    display: none;
}

div.DTE_Field_Name_CONFIDENTIALNOTES .confidential {
    display: none;
}

div.DTED_Lightbox_Wrapper {
    left: 1em;
    right: 1em;
    margin-left: 0;
    width: auto;
}

label.DTE_Label {
    width: 15% !important;
}

div.DTE_Field_Input {
    width: 84% !important;
}

    div.DTE_Field_Input .tallest {
        height: 250px;
    }

    div.DTE_Field_Input .tall {
        height: 100px;
    }

/* dataTables Search input box */

.dataTables_filter {
    position: relative;
}

    .dataTables_filter input {
        width: 250px;
        height: 32px;
        background: #fcfcfc;
        border: 1px solid #aaa;
        border-radius: 5px;
        box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
        text-indent: 10px;
    }

    .dataTables_filter .fa-search {
        position: absolute;
        top: 10px;
        left: auto;
        right: 10px;
    }

/* drop shadow for cards */

div.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* smaller buttons */
button.dt-button,
div.dt-button,
a.dt-button {
    font-size: 10px;
}


