﻿#documentTable {
    overflow-y: hidden;
    margin-top: 30px;
    margin-bottom: 20px;
}

.documentTable {
    min-height: 20vh;
}

.eventTable {
    min-height: 40vh;
}

.docTableTitle {
    text-align: center;
    color: #092940;
}

.tableSidebar {
    text-align: left;
    margin-bottom: 30px;
}

table {
    width: 100%;
    margin: 0 auto;
    float: left;
}

.tableData {
    font-size: .90em;
    font-family: 'Open Sans', sans-serif;
    color: #68707e;
    padding: 8px 8px 0 8px;
    float: left;
    display: inline-block;
}

#eventsTable .k-grid-content td {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #68707e;
}

.k-grid td {
    vertical-align: top !important;
}

.subType {
    background: #3172a4;
    color: #f1f1f1;
    padding: 3px 12px;
    margin-right: 6px;
    display: inline-block;
}

.sub-Type {
    background: #f1f1f1;
    padding: 3px 12px;
    margin-right: 6px;
    margin-top: 3px;
}

.projectDesc {
    background: #3172a4;
    color: #f1f1f1;
    padding: 3px 12px;
    margin-right: 6px;
    display: inline-block;
}

.file {
    background: #3172a4;
    color: #f1f1f1;
    padding: 3px 12px;
    margin-right: 6px;
    display: inline-block;
}

#glossaryArea {
    text-align: left;
    z-index: 99;
}

.glossaryLink {
    display: inline-block;
    vertical-align: middle;
    float: right;
    /*padding:4px 8px 0 0;*/
}

#LOMR {
    background: #f1f1f1;
    border: solid 1px #ccc;
    padding: 0 6px 6px 9px;
    margin-top: 6px;
}

#CLOMR {
    background: #f1f1f1;
    border: solid 1px #ccc;
    padding: 0 6px 6px 9px;
    margin-top: 6px;
}

#BADL {
    background: #f1f1f1;
    border: solid 1px #ccc;
    padding: 0 6px 6px 9px;
    margin-top: 6px;
}

#PMR {
    background: #f1f1f1;
    border: solid 1px #ccc;
    padding: 0 6px 6px 9px;
    margin-top: 6px;
}

.selectorLabel {
    text-transform: uppercase;
    color: #3172a4;
    text-align: left;
    margin-left: 10px;
}

.formLabel {
    display: inline-block;
    float: left;
}

.inputForm {
    margin-top: 6px;
    float: left;
    width: 100%;
}

#typeCountyGlossary .form-control {
    width: 100%;
    display: inline-block;
}

    #typeCountyGlossary .form-control.inlineBtn {
        width: calc(100% - 70px);
        display: inline-block;
    }

#typeCountyGlossary button {
    display: inline-block;
    margin-top: -4px;
}

/*#typeCountyGlossary input {
	width:100%;
	border:solid 1px #ccc;
	background:#fff;
}*/

#filterTypes {
    width: 100%;
}

.filterType {
    width: auto;
    margin-top: 0;
}

.filterCrit {
    margin: 0 auto 2px auto;
    padding: 2px 8px;
    background: #3172a4;
}

.filterCritResults {
    background: #f1f1f1;
    text-align: left;
    padding: 4px 0 4px 4px;
    margin-bottom: 4px;
}


.filterResult {
    padding: 0 10px 0 0;
    margin: 0 auto;
}

.filterInputBox {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: auto;
}

    .filterInputBox input {
        margin-top: 0;
    }

.filterItem {
    display: inline-block;
    font-size: .95em;
    line-height: 1;
    width: calc(100% - 30px);
}

    .filterItem p {
        margin-bottom: 0;
    }

.sidebarToggle {
    padding: 8px 3px 1px 3px;
    /*margin:0 0 10px 10px;*/
    background: #f1f1f1;
    border-radius: 4px;
    width: 100%;
    text-align: center;
}

.tg-wrap a:hover {
    text-decoration: none;
    cursor: pointer;
}


/*Event Columns*/

/*.eventTitle {
    width: 15%;
    min-width: 150px;
}

.eventStart {
    width: 5%;
    min-width: 80px;
}

.eventEnd {
    width: 5%;
    min-width: 80px;
}

.eventLocation {
    width: 15%;
    min-width: 150px;
}

.eventUrl {
    width:5%;
    min-width: 50px;
}

.eventDescrip {
    width: 50%;
    min-width:200px;
}

.eventDownload {
    width: 5%;
    min-width: 50px;
}*/


/*Document Columns*/
.docSubType {
    width: 25%;
    min-width: 150px;
}

.docDescrip {
    width: 40%;
    min-width: 250px;
}

.docTitle {
    width: 25%;
    min-width: 150px;
}

.docFile {
    width: 10%;
    min-width: 50px;
}

#newsandnav {
    vertical-align: middle;
    text-align: left;
    position: relative;
    width: 100%;
}

.closeButton {
    background: #ccc;
    border-radius: 4px;
    padding: 4px 4px 4px 6px;
    text-align: center;
}


/*Selectize Styles*/

.selectize-input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px 6px 4px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #68707e;
    background-color: #ffffff !important;
    background-image: none !important;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
}

    .selectize-input input {
        display: block;
        width: 100%;
        padding: 0 12px 0 4px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #68707e;
        background-color: #ffffff !important;
        background-image: none !important;
        border: none !important;
        border-radius: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0) !important;
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    }

        .selectize-input input:focus {
            border-color: #66afe9;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        }

.selectize-dropdown {
    position: absolute;
    background-color: #fff;
    z-index: 100;
    padding-left: 10px;
}

.selectize-dropdown-content {
    max-height: 300px;
    overflow-y: auto;
}


/*Event Kendo Grid Styles*/

#eventsTable table th {
    background-color: #3172a4;
    color: white;
}

#eventsTable .k-grid-content tr {
    background-color: #E8F7FF;
}

#eventsTable .k-grid-content .k-alt {
    background-color: white;
}

#eventsTable .k-grid-content td, th {
    border: solid .05px white !important;
}

select.form-control.inlineBtn option {
    text-transform: none !important;
}

/* Custom Events Table Styles to Mirror old Kendo Grid */
.event-table-custom th {
    background-color: #397aac;
    color: white;
    border: solid .05px white !important;
}

.event-table-custom tr {
    background-color: #E8F7FF;
}

.event-table-custom tr:nth-child(even) {
    background-color: white;
}

.event-table-custom td {
    border: solid .05px white !important;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #646c7a;
    vertical-align: top;
}