/*
Theme Name: Prjruby
Theme URI: http://wordpress.org/themes/twentyfourteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: prjruby

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */



.ac_results {    
    display: none;
    margin: -1px 0 0;
    padding: 0;
    list-style: none;
    position: absolute;
    z-index: 10000;
    overflow-y: auto;
	overflow-x:hidden;
    background-color: #fff;
	border: 1px solid #8e9089;	
	width:500px;
	max-height: 178px;
	/* opacity:0; */
}

.ac_results.head{
	width:420px;
	margin:0;
	border-top:0;
}

/* body .ac_results:last-child{opacity:1;} */

.ac_results li{
	padding:7px 15px;
	font-size:16px;
	line-height:normal;
}

.ac_results li.ac_over{
	background:#f5f5f5;
	cursor:pointer;
}
.ac_match{ background:#0091d0; color:#fff;}



.help-block {margin-bottom:20px}


/* ******* custom colors for Prescriber Visit selection page ******** */

    .visitSelectLeftImg {
        border:solid 2px #d11b4c;
        background-color:#d11b4c;
    }

    
    .visitSelectContentWrap p span {
        color:#d11b4c;
    }

/* ******* end custom colors for Prescriber Visit selection page ******** */


.clearFloats {clear:both; float:none}


/* trying to override the datepicker div being UNDER other divs */
#ui-datepicker-div {z-index:9999 !important}


/* ***** tweaking the file uploader buttons ******* */
.file_input_uploadform input[type='button'] {pointer-events: none}

#wordpress_file_upload_form_1 #uploadform_1, #wordpress_file_upload_form_1 #input_1,
#wordpress_file_upload_submit_1 #upload_1, #wordpress_file_upload_textbox_1 #fileName_1 {height:57px}

.home-page .home-sldier ul .home-slider-content p{
    max-width: 70%;
}

@media all and (max-width: 767px) {
  .home-page .home-sldier ul .home-slider-content p{
        max-width: 73%;
        margin: 15px auto;
    }
}