﻿

.hidden {
    display:none;
}

div.label-container {
    position:relative; display:inline-block;
}

label.over { 
    color: #AAA;position: absolute; top: 6px; text-indent: 7px; cursor: text; z-index:1;
}

.input-label {
    font-weight: normal;
    padding-right: 5px !important;
    text-align: right;
    vertical-align: middle;
    min-width: 90px;
}

input.k-textbox {
    text-indent: 0;
}

/* remove glow */
.k-state-focused, .k-popup {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

span.k-header {
    background-color: #fff !important;
    background: none !important;
}

input.k-textbox, textarea.k-textbox, input.k-input, .k-autocomplete.k-header, .k-dropdown-wrap, .k-picker-wrap, .k-numeric-wrap {
    border-radius: 2px !important;
    background: none !important;
    background-color: #fff !important;
    resize:none;
}


/*drop down*/
li.k-item {
    margin: 0px;
}

.prc-table {
    border-collapse:separate;
    border-spacing:1px;
    margin-bottom:10px;
}

.prc-table > tbody > tr > td {
    padding: 2px 8px 1px 0px;
}

.prc-table th {
    text-align:left;
}

.prc-bldg-pager {
    list-style: none;
    text-align: right;
    display: inline-block;
}

.prc-bldg-pager li {
    display: inline-block;
    background-color: #DDDDDD;
    color: #7A9FDE;
    padding: 3px 0px;
    width: 22px;
    text-align: center;
    margin-left: 5px;
    cursor: pointer;
    font-weight: bold;
}

li.prc-bldg-pager-selected {
    font-weight: normal;
    color: #999;
    cursor: default;
}

.search-container {
    float: left;
    margin: 20px 20px 20px 0;
}

.search-criteria {
    display: inline-block;
}

.search-criteria-container {
    background-color: #F8FAFC;
    border-radius: 6px;
    border: 1px solid #E8EEF4;
    padding: 35px 40px 35px 30px;
    display: inline-block;
}


.search-links {
    margin: 0;
    display: inline-block;
    padding: 0px 15px 10px 0px;
}

.search-links li {
    list-style: none;
    display: inline;
    margin: 0;
}

.search-results-title {
    font-size: 16px;
    font-weight:bold;
    color: #234369;
}


/* grid */
.k-grid {
    border-color: #e8e8e8;
    border-radius: 4px;
}

.k-grid-header .k-header {
    padding-top: 3px;
    padding-bottom: 2px;
    font-size: 10px;
}

.k-grid td { /* control row height and padding */
    padding: 3px 0px;
    font-size: 10px;
}

.k-grid td {
    border-left: solid 3px #FFF;
}

.k-grid tr:hover {
    background-color: #fffacd;
    color: #333;
}

.k-grid .k-alt {
    background-color: #efefef;
}

.k-grid-pager {
    font-size: 10px;
}

.k-pager-wrap li {
    margin: 0;
}

.k-pager-wrap > .k-link {
    padding: 0px 1px;
}

/* documents */


table.d-grid {
    margin:0 auto;
    width:98%;
}

table.d-grid.d-grid-y {
    margin:10px 0 0 0;
    width:auto;
}

.d-grid {
    margin-top: 10px;
}

.d-grid tr:nth-child(odd) {
    background-color: #f8f8f8 !important;
}

.d-grid tr:nth-child(even) {
    background-color: rgba(0,0,0,0);
}

.d-grid td {
    line-height: 1.4em;
    border-color: #fff;
    border-left: solid 3px #FFF;
    padding: .4em 1.4em;
    vertical-align: middle;
}



@media screen {
    .no-screen {
        display: none;
    }
}

@media print {
    .print {
        display: block !important;
    }

    .no-print {
        display: none;
    }
}
