/**
 * Generic CSS for CarExpress Sites
 *
 * Contains CSS for generic elements
 *
 * @version 20180315 nna 442732 - add css rules to improve simple dialog layout
 * @version 20180403 nna 449290 - improve layout of cxConfirm() function
 * @version 2019.05.15 dcs Ticket #529406 - added check for cookies being set for iframed type sites
 * @version 2019.06.21 dcs Ticket #544332 - adjustments on cookie warning
 * @version 2019.07.12 sb Ticket #412016, Ticket #547219
 * @version 2021.02.12 dcs Ticket #658163 - fixed issue with elfinder layering (z-index)
 */
.bold {font-weight:bold;}
.italic { font-style: italic; }
.center {text-align:center;}
.clear {clear:both;}
.left {float:left;}
.right {float:right;}
img { border: none; }
.hidden { display: none; }

.large {
	font-size: 130%;
	}

/* limit the jquery tooltip width to no more than 50% of the page */
.ui-tooltip {
	max-width: 50%;
	}

/* Timepicker */
div.time-picker {
	position: absolute;
	height: 191px;
	width: 8em; /* needed for IE */
	overflow: auto;
	background: #fff;
	border: 1px solid #aaa;
	z-index: 9999;
	margin: 0;
	}

div.time-picker-12hours {
	width:8em; /* needed for IE */
	}

div.time-picker ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

div.time-picker li {
	cursor: pointer;
	height: 10px;
	font: 12px/1 Helvetica, Arial, sans-serif;
	padding: 4px 3px;
	}

div.time-picker li.selected {
	background: #0063CE;
	color: #fff;
	}
	
.no-title .ui-dialog-titlebar {
	display: none;
	}

.center-button.ui-dialog .ui-dialog-buttonset {
	float: none;	
	display: block;
	margin: 0 auto;
	text-align: center;
	border-width: 0;
	}

.center-button.ui-dialog .ui-dialog-buttonpane {
	border: 0;
	}

/* Contact Us */

.contactLink {
	cursor: pointer;
	}

#frmContactUsDMS ol, #frmContactUsDMS ul {
	list-style: none;
	padding: 0;
	}

#frmContactUsDMS li {
	min-height: 20px;
	width: 360px;
	margin: 4px auto;
	display: block;
	clear: both;
	}

#frmContactUsDMS label.contactformlabel {
	width: 150px;
	float: left;
	padding-top: 3px;
	text-shadow: 2px 2px 3px #aaa;
	}

#frmContactUsDMS input {
	width: 200px;
	float: right;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

#frmContactUsDMS select {
	width: 204px;
	float: right;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

#frmContactUsDMS textarea {
	margin: 0 auto;
	resize: none;
	width: 358px;
	min-width: 358px;
	max-width: 358px;
	height: 40px;
	min-height: 40px;
	max-height: 40px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

#frmContactUsDMS #contactText {
	margin: 5px auto;
	width: 80%;
	}

.spanLink {
	color:#236ea3;
	cursor: pointer;
}	
/**
 * Employee Gallery Styles
 */
#gallerySort .galleryitem {
	}

p span.ui-icon-arrow-4 {
	display: inline-block;
	width: 14px;
	border: 1px solid #999999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.replaceSymbol {
	height: 10px;
	width: 10px;
	display: inline-block;
	margin-left: -2px;
	margin-right: -2px;
	}

/**
 * Square Format
 */

.squareGallery {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	text-align:center;
	}
.squareGallery li {
	width: 300px;/*104*/
	float: left;
	margin: 5px;
	}

.squareGallery .galleryitem {
	width: 100%; /*100*/
	/*border: 2px solid #000000;*/
	display: inline-block;
	margin:0 auto;
	/*background: #eeeeee; /* Old browsers */
	/*background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
	/*background: linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	}

/* image */
.squareGallery .gallery_image {
	width: 250px;
	height: 250px;
	margin:0 auto;
	}

.squareGallery .gallery_thumb {
	width: 250px;
	height: 250px;
	overflow: hidden;
	}
	
 .ui-dialog .gallery_image {
	width: 350px;
	height: 350px;
	margin:0 auto;
	}
	
.ui-dialog .gallery_thumb {
	width: 350px;
	height: 350px;
	overflow: hidden;
	}
	
/*.squareGallery .gallery_no_thumb {
	width: 150px;
	height: 225px;
	overflow: hidden;
	}*/
	
/* name. title, phone, email, description */
.squareGallery .gallery_info, .ui-dialog .gallery_info {
	margin-top:10px;
	display: inline-block;
	width:350px;
	text-align:left;
	font-size:12px;
	font-weight:normal;
	}
	
.squareGallery .gallery_info {
	/* @version 20170511 nna 379541 - normalize description display */
	width: 250px;
	overflow:hidden;
	height:100px;
	line-height: 1.2em;
	}
	
.squareGallery .gallery_name_eml, .ui-dialog .gallery_name_eml {
	width:90%;
	}
	
.squareGallery .gallery_name, .ui-dialog .gallery_name {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	float:left;
	}
	
.squareGallery .gallery_email, .ui-dialog .gallery_email {
	float: right;
	padding: .2em .4em .4em;
	}
	
.squareGallery .gallery_title, .ui-dialog .gallery_title {
	clear:both;
	float:left;
	margin-top:2px;
	font-style: italic;
	}
	
.squareGallery .gallery_phone, .ui-dialog .gallery_phone {
	clear:both;
	float:left;
	margin-top:2px;
	}
	
.squareGallery .gallery_description, .squareGallery .gallery_short_description, .ui-dialog .gallery_description {
	clear:both;
	float:left;
	width:95%;
	margin-top:5px;
	}
	
.ui-dialog .gallery_description {
	max-height: 150px;
	overflow: auto;
	}
	
.squareGallery .gallery_more {
	display: inline-block;
	float: right;
	cursor: pointer;
	}
	
/**
 * List Gallery Style
 *
 * @version 20170518 nna 379541 better styling around email link
 */
.listGallery {
	list-style: none;
	margin: 0;
	padding: 0;
	margin: 0;
	display: block;
	}

.listGallery .galleryplaceholder {
	height: 104px;
	/*width: 354px;*/
	display: inline-block;
	float: left;
	margin: 5px;
	border: 1px solid #666666;
	}

.listGallery .galleryitem {
	min-width:354px;
	margin:10px;
	min-height: 100px;
	height: auto;
	display: block;
	}

.listGallery .editButtons {
	width: 16px;
	height: 100px;
	display: inline-block;
	padding:0;
	overflow:hidden;
	}

.listGallery .editButtons span {
	margin: 10px 0;
	}

.listGallery .editButtons span.ui-icon-arrow-4 {
	cursor: move;
	}

.listGallery .gallery_image {
	display: inline-block;
	overflow: hidden;
	float:left;
	}

.listGallery .gallery_thumb {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-top: none;
	border-bottom: none;
	}

.listGallery .gallery_no_thumb {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-top: none;
	border-bottom: none;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#666666;
	}

.listGallery .gallery_no_thumb div {
	margin:35px 3px 0 3px;
	}

.listGallery .gallery_info {
	margin-left: 10px;
	overflow:hidden;
	min-width:220px;
	min-height:100px;
	}
	
.listGallery .gallery_first_line {
	display: inline-block;
	height: 1.4em;
	width: 22em;
	}

.listGallery .gallery_name {
	font-size: 110%;
	font-weight: bold;
	color: #333333;
	text-shadow: 1px 1px 0px #ffffff;
	overflow:hidden;
	display:inline-block;
	}

.listGallery .gallery_email {
	font-size: 110%;
	cursor:pointer;
	display:inline-block;
	margin-left: 1em;
	padding: .2em .4em .4em;
	float: right;
	}

.listGallery .gallery_title {
	font-style: italic;
	overflow:hidden;
	}

.listGallery .gallery_phone {
	overflow:hidden;
	}

.listGallery .gallery_description {
	/* @version 20170511 nna 379541 - normalize description display */
	margin-top:4px;
	width:100%;
	height:2.8em;
	overflow:auto;
	line-height: 1.4em;
	}

/** 
 * CSS for slideshow
 */
ul.slideshow {
    list-style:none;
    overflow:hidden;
    position:relative;
    margin:0;
    padding:0;
	}  
 
ul.slideshow li {
    position:absolute;
    left:0;
    right:0;
	}
 
ul.slideshow li.show {
    z-index:100;   
	}
 
ul.slideshow img {
    border:none;   
	}
 
.slideshow-caption {
    width:100%;
    height:70px;
    position:absolute;
    bottom:0;
    left:0;
    color:#fff;
    background:#000;
    z-index:1004;
	}
 
.slideshow-caption .slideshow-caption-container {
    padding:5px 10px;  
    z-index:1004;  
	}
 
.slideshow-caption h3 {
    margin:0;
    padding:0; 
    font-size:1.2em;
	}
	
.slideshow-caption h3  div{
	font-size: 1.5em;
	}
 
.slideshow-caption p {
    margin:5px 0 0 0;
    padding:0;
	}
	
ul.slideshow_navigation_buttons {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: 3px;
	min-height: 20px;
	height: auto;
	text-align: center;
	}
	
ul.slideshow_navigation_buttons li {
	display: inline-block;
	height: 20px;
	width: 20px;
	}

ul.slideshow_navigation_buttons li div.slideshow_navigation_goto {
	display: inline-block;
	height: 16px;
	width: 16px;
	margin: 2px;
	cursor: pointer;
	}
	
.slideshow_overlay_navigation {
	position: relative;
	z-index: 9999;
	float: right;
	height: 0;
	margin-right: 10px;
	}
	
.slideshow_overlay_navigation span {
	display: inline-block;
	height: 30px;
	width: 30px;
	background-color: rgba(0,0,0,0.1);
	cursor: pointer;
	margin-top: 10px;
	}
	
/**
 * Department/Hours 
 * 
 * @version 20160527 nna 296126
 */
.showDeptHours {
    width: 100%;
    margin-bottom: .5em;
	}

.showDeptHours .department_title {
    font-weight: bold;
	}
		
.showDeptHours table.department_hours {
    border: 0;
    border-collapse: collapse;
	}

.showDeptHours .department_contact {
	}

.showDeptHours .department_hours td, .showDeptHours .department_hours th {
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	border:0;
	}

.showDeptHours .department_hours tr {
	border:0;
	}

.department_email {
	cursor: pointer;
	text-decoration:underline;
	}
/* Email Us */
#email_us  {
	margin: 2px auto;
	width:500px;
	float:left;
	}
#emailus ol, #emailus ul {
	list-style: none;
	padding: 0;
	}

#emailus li {
	min-height: 20px;
	width: 450px;
	margin: 5px;
	display: block;
	clear: both;
	float:left;
	
	}

#emailus label {
	font-size:10px;
	font-weight:bold;
	width: 130px;
	float: left;
	padding-top: 3px;
	text-shadow: 2px 2px 3px #aaa;
	}

#emailus input, #emailus textarea {
	width: 300px;
	float: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	
#divSubmitMessage {
	background-color:#FFFFFF;
	background-image:url(loading.gif);
	background-repeat:no-repeat;
	background-position:-30px -15px;
	z-index:5000;
	position: absolute;
	text-align: center;
	padding: 5px 20px 5px 60px;
	font-size: 16px;
	margin-right: 15px;
	height: 50px;
	display: none;
}


/* sitemap  ticket 147618 jln*/
#sitemap {
	width:100%;
	clear:both;
	float:left;
}
.sitemap_col {
	width:30%;
	float:left;
	padding-right:5px;
}
.sitemap_col ul {
	margin-left:10px;
	list-style:none;
	padding:5px;
}


/*@media screen and (min-width: 481px) and (max-width: 768px) {


}*/

@media screen and (max-width: 480px) {
	
/*	.squareGallery .gallery_image  {
		display:none;
	}*/
	.listGallery .gallery_description{
		height: auto;
	}

}
@media screen and (min-width: 480px) {
	.cx-terms-conditions {max-height: 500px;}
}
.cx-terms-conditions h1 {
	font-size: 18px;
	color: #000000;
	text-align: left;
	margin: 0;
	padding: 0;
}
.cx-terms-conditions ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.cx-terms-conditions li {
	padding-top: 15px;
	font-size: 13px;
	line-height: 16px;
	color: #000000;
}

/* Lead Log Display - used in both site config and online config */

#leadLogHeader .ui-icon-triangle-1-n {
	display: inline-block;
	height: 16px;
	width: 12px;
	margin-top:2px;
	margin-left: 2px;
}

#leadLogHeader .ui-icon-triangle-1-s {
	display: inline-block;
	height: 16px;
	width: 16px;
}

#site_config_body #resubmitlead {
	display: none;
}

#ce-coookies-warning {
	background: #f7f7f7;
	font-family: 'Open Sans',Verdana, Geneva, sans-serif;
	text-align: center;
	display: block;
	margin-bottom: 1em;
}
#ce-cookies-warning-highlight {
	font-size: 4em;
	background: #eaeaea;
	color: #125b01;
	font-weight: 900;
}
#ce-cookies-warning-content {
	padding: 0.5em 0.7em;
	font-size: 2em;
	color: #262626;
}
#ce-cookies-warning-instructions-link {font-weight: bold;}
#ce-coookies-warning-instructions-link a,
#ce-coookies-warning-instructions-link a:hover {
	text-decoration: underline;
	color: #000;
}
#ce-cookies-warning-button-wrapper {
	padding-bottom: 1.15em;
	font-weight: bold;
	font-size: 2.1em;
}
#ce-cookies-warning-button {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3d85c6+0,083965+100 */
	background: #3d85c6; /* Old browsers */
	background: -moz-linear-gradient(top,  #3d85c6 0%, #083965 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #3d85c6 0%,#083965 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #3d85c6 0%,#083965 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d85c6', endColorstr='#083965',GradientType=0 ); /* IE6-9 */
	color: #FFF;
	display: inline-block;
	padding: 0.2em 0.7em;
}

.ce-fixed-position{position: fixed;}
#cx-filemanager-elfpopup .ui-front, #elfpopup .ui-front, #wspopup.ui-front{z-index: 100000;}