﻿@import url(main.css);
@import url(hide_menu.css) only screen and (max-width: 640px), only screen and (max-device-width: 640px);
@import url(small_screen.css);

div.dropdown {
    font-size:14px;
}

/* Re-position the search button and fields as we lose screen width */
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {

	.search-form .search-btn {
		margin-left: 450px;
	}

	.wd-search-field {
		width: 250px;
	}

}


@media only screen and (max-width: 800px), only screen and (max-device-width: 800px)
{
	.form-horizontal .controls
	{
		margin-left: 0;
	}

	/*.search-form .search-btn
	{
		position: absolute;
		right: 10px;
		margin-left: 0;
	}*/

	#search-form-form > .search-btn
	{
		position: absolute;
		right: 30px;
		margin-bottom:10px;
		margin-left: 0;
	}

	#search-form-form
	{
		padding-bottom:10px;
	}
}



@media only screen and (max-width: 880px), only screen and (max-device-width: 880px)
{
	.form-horizontal .controls
	{
		margin-left: 0;
	}

	/* The search form embedded in a properties page is further indented so we need to re-position 
	the search button and fields sooner. */
	/*.accordion-inner > .search-form .search-btn

	{
		position: absolute;
		right: 10px;
		margin-left: 0;
	}*/
}

.comiseo-daterangepicker UL.ui-widget-content {
    height: 260px;
}

div.comiseo-daterangepicker-presets {
    overflow:auto;
}