﻿

body {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}


div.header div.navbar div.container div.logo img {
    height: 3.5rem;
}

/* BEGIN Researcher List adjustments */
div.content div.container.body-content h3.title.header {
    display:none;
}

div.container#legendLink, div#legend {
    display:none;

}
    #legendLink {
        display: inline-block;
    }


div.container.body-content {
    height: 100%;
}

form {
    height: 89%;
}

#gridParent {
    height: 100%; 
    margin-bottom: 0.5rem;
}

/* Don't show button text for pdf, excel, or the status filter label */
#gridParent .k-grid-toolbar .export-print-status .button-text {
    display: none;
}

#gridParent .k-grid-toolbar .export-print-status a.k-button {
    min-width: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-right: 1rem;
}

/* END Researcher List adjustments */

/* BEGIN Court Search Results adjustments */
div.content div.body-content h2 {
    display: none;
}

div.CourtSearchResults form {
    height: 40px;
}

div.CourtSearchResults wrapper {
    height: 90%;
}

div.CourtSearchResults div.form-horizontal {
    border:none;
}

div.CourtSearchResults div.form-horizontal div.form-group {
    margin-left: 0px;
}

div.CourtSearchResults form div.form-horizontal {
    height: inherit;
}

/* END Court Search Results adjustments */

/* BEGIN Employment.cshtml adjustments and Education.cshtml */
#EmploymentEntry #labelApplicantInfo,
#EmploymentEntry #labelEmploymentInfo,
#EducationEntry #labelApplicantInfo,
#EducationEntry #labelEducatorInfo
{
    border-bottom-color: rgb(163, 208, 228);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0px;
    background: rgb(238,238,238);
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(163, 208, 228);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(163, 208, 228);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(163, 208, 228);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    padding: 0.75rem 1.5rem 0.75rem 1.5rem;
}

#EducationEntry #labelApplicantInfo,
#EducationEntry #labelEducatorInfo
{
    display:block;
}

#EmploymentEntry #labelEmploymentInfo,
#EducationEntry #labelEducatorInfo
 {
    background-color: transparent;
}

/* END Employement.cshtml adjustments and Education.cshtml */


/* Login */

p#username label, p#username input, p#password label, p#password input {
        display: inline-block;
}
p#username label, p#password label {
    width: 30%;
}

p#username input, p#password input {
    width:65%;
}