/*=========================================================
-----------------  FILE INFORMATION  ----------------------
===========================================================
Author: Jacob Robida
Company: Association Technology Solutions, LLC.
Created Date: 10/17/2017
Modified Date: 10/23/2017
Client: National Catholic Educational Association
Description: Styles for use in the School Locator radius search
Notes: 
===========================================================
-------------------  Change History  ----------------------
===========================================================
Date		Author			Description
----		------			-------------------------------
10/23/2017	Jacob Robida	Updated styles to match OTB query menu output more closely

===========================================================
------------------------  Styles  -------------------------
=========================================================*/
/*-----General-----*/
.RadiusListSchoolLocator .panel-heading {
    background-color: #f4f5ed;
    border-bottom: none;
}
.RadiusListSchoolLocator .panel-body {
    padding: 0;
}
.RadiusListSchoolLocator .PromptLabel {
    width: 11.5em;
    display: inline-block;
    padding-left: 7px;
    padding-right: .5em;
}
.RadiusListSchoolLocator #ATSQueryDisplay .row {
    margin-right: 0;
    margin-left: 0;
    padding: 7px 12px;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
}
.RadiusListSchoolLocator #ATSQueryDisplay .row:first-child {
    border-top: 1px solid #cdcdcd;
}
.RadiusListSchoolLocator #ATSQueryDisplay > div:nth-last-child(2) {
    border-bottom: 1px solid #cdcdcd;
}
.RadiusListSchoolLocator #ATSQueryDisplay .row.odd {
    background-color: whitesmoke;
}
.RadiusListSchoolLocator #ATSQueryDisplay a {
    color: #2883b2;
}
.RadiusListSchoolLocator #ATSQueryDisplay .label {
    display: inline-block;
    width: 15%;
}
.ATSGeocoding.SchoolLocator div[id*="ATSGeoCoding"] .pnlMap {
    width: 100%;
    height: 400px;
}

/*-----Field-Specific-----*/
.RadiusListSchoolLocator #ATSQueryDisplay .recordnumber
,.RadiusListSchoolLocator #ATSQueryDisplay .school .label
,.RadiusListSchoolLocator #ATSQueryDisplay .address .label
,.RadiusListSchoolLocator #ATSQueryDisplay .record_id .label
{
	display:none;
}
.RadiusListSchoolLocator #ATSQueryDisplay .school .value {
    font-size: 120%;
}