﻿.reportSearchBox {
    display: block;
    /*position: float;*/
    background: white;
    margin: -15px;
}

.result_title {
    display: inline-block;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.2em;
    vertical-align: middle;
    /*word-wrap: break-word;*/
    /*overflow-wrap: break-word;*/
    /*-ms-word-break: break-all;*/
}

.description {
    font-size: 85%;
    color: #008000;
    word-wrap: break-word;
}


.notesStyle {
    margin-top: 15px;
    display: inline-block;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11pt;
    line-height: 1.1em;
}

    .notesStyle p:first-child {
        margin-top: 0px;
        line-height: 1.2;
    }

    .notesStyle p {
        margin-top: 15px;
        line-height: 1.2;
    }

    .notesStyle a {
        line-height: 1.2;
    }

.keywordSearchStyle {
    margin-top: 10px;
    /*display: inline-block;*/
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11pt;
    color: #454545;
    word-wrap: break-word;
    line-height: 1.2em;
}

.inputWidth1 {
    box-sizing: border-box;
    margin: 0;
    padding: 15px;
    width: 100%;
    max-width: 100%;
    border: 0px;
}

#searchBox {
    border: 0px;
    border-radius: 3px;
}

.inputWidth2 {
    box-sizing: border-box;
    margin: 0;
    padding: 5px;
    width: 125px;
    border-radius: 5px;
}

.panel-body-custom {
    padding: 0px;
    margin: 0px;
}

.panel-noboxshadow1 {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.clickable {
    cursor: pointer;
}

.panel-heading span {
    margin-top: -20px;
    font-size: 15px;
}

.panel-headding-padding-custom {
    display: block;
    padding: 5px 10px;
}

.dont-break-out {
    /* These are technically the same, but use both */
    word-wrap: break-word;
    overflow-wrap: break-word;
    /*-ms-word-break: break-all;*/
    /* Instead use this non-standard one: */
    /*word-break: break-all;*/
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: none;
    -moz-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
}

.dataTables {
    margin: 0 auto;
    width: 100%;
    clear: both;
    border-collapse: collapse;
    table-layout: fixed;
    word-wrap: break-word;
}

.dataTables_filter label > input {
    border: none;
    background-color: #EEE;
    display: inline-block;
    border-bottom: 1px solid red;
}

/* override some of default chosen style here - the order is important */
.chosen-container-single .chosen-single {
    border: 0px;
    border-radius: 3px;
}

    .chosen-container-single .chosen-single span {
        font-weight: bold;
        color: black;
    }

.chosen-container-single .chosen-default {
    color: #999;
    border: 0px;
    border-radius: 3px;
}

    .chosen-container-single .chosen-default span {
        font-weight: normal;
        color: #808080;
    }
