/* Minification failed. Returning unminified contents.
(10997,15): run-time error CSS1036: Expected expression, found ';'
(10998,17): run-time error CSS1036: Expected expression, found ';'
(11002,15): run-time error CSS1036: Expected expression, found ';'
(11003,17): run-time error CSS1036: Expected expression, found ';'
(15540,21): run-time error CSS1033: Expected closing bracket, found 'i'
(15540,22): run-time error CSS1031: Expected selector, found ']'
(15540,22): run-time error CSS1025: Expected comma or open brace, found ']'
 */
/*! jQuery UI - v1.11.0 - 2014-08-06
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #eeeeee url(/Areas/Admin/Content/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828 url(/Areas/Admin/Content/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6 url(/Areas/Admin/Content/css/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #fbcb09;
	background: #fdf5ce url(/Areas/Admin/Content/css/images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #fbd850;
	background: #ffffff url(/Areas/Admin/Content/css/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url(/Areas/Admin/Content/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url(/Areas/Admin/Content/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/Areas/Admin/Content/css/images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(/Areas/Admin/Content/css/images/ui-icons_ffffff_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(/Areas/Admin/Content/css/images/ui-icons_ef8c08_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(/Areas/Admin/Content/css/images/ui-icons_ef8c08_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(/Areas/Admin/Content/css/images/ui-icons_ef8c08_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(/Areas/Admin/Content/css/images/ui-icons_228ef1_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/Areas/Admin/Content/css/images/ui-icons_ffd27a_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #666666 url(/Areas/Admin/Content/css/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50);
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url(/Areas/Admin/Content/css/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20);
	border-radius: 5px;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0) ;
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #007fbf;
 text-decoration: none;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(/Areas/Admin/Content/css/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */

        /* Hide the href URL in print */
        a[href]:after {
            content: "";
        }
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    /* Hide the href URL in print */
    a[href]:after {
        content: "";
    }
}

/* ++++++++++++++++++++++ 
+++++++++++++++CIS Website Styles */

body {  
    background: url(/Content/img/background.jpg);
    font: 12px/15px Verdana;
    color: #6d6d6d
}
a,h1, h2, h3, h4 {margin: 0; padding: 0}

a {cursor:pointer; text-decoration: none;}

form a,
fieldset a {font-size: 11px}

label {line-height:16px;color:#484848;font-size:12px}

header {
    background: url(/Content/img/bgHeader.jpg) repeat-x;
    width: 1024px;
    height: 142px;
    margin: 0 auto;
    position: relative;
    border-bottom: 0px solid #0d243b;
    border-left: 1px solid #08324d;
    border-right: 1px solid #08324d;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

section#main {
    overflow: hidden;
    border-top: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    width: 1014px;
    margin: 3px auto 0;
    background-color: #ececec;
    box-shadow:0px 0px 8px #b4b4b4;
    padding: 15px 10px 0 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

footer {
    background:#0d243b ;
    width:1025px;
    margin:0 auto;
    min-height:228px;
    color:#767676;
    font-weight: normal;
}

.logo {
    position: absolute;
    left: 26px;
    top: 14px;
}


a.buttonForgotPassword span,
a.buttonLinkMore span,
a.buttonLinkMore2 span {
    background-image: url(/Content/img/sprites.png);
}

a.buttonForgotPassword {
    font-size:12px;
    color:#0e2748 !important;
    line-height:18px;
    margin:12px 15px
}

a.buttonForgotPassword:hover {
    text-decoration:underline
}

a.buttonForgotPassword span {
    background-position:-382px 0;
    width:17px;
    height:18px;
    float:left;
    margin:0 6px 0 0
}

a.buttonLinkMore {
    font-size:10px;
    color:#0e2748
}

a.buttonLinkMore:hover {
    text-decoration:underline
}

a.buttonLinkMore span {
    background-position:-354px -11px;
    width:8px;
    height:8px;
    float:left;
    margin:6px 6px 0 0
}

a.buttonLinkMore2 {
    font-size: 11px;
    color: #0e2748;
}

a.buttonLinkMore2:hover {
    text-decoration: underline;
}

a.buttonLinkMore2 span {
    background-position: -353px 0;
    width: 10px;
    height: 10px;
    float: left;
    margin: 5px 6px 0 0;
}

.module {
    border:1px solid #c1c1c1;
    background:#fff;
    -webkit-box-shadow:0px 1px 0px rgba(255, 255, 255, 0.75);
    -moz-box-shadow:0px 1px 0px rgba(255, 255, 255, 0.75);
    box-shadow:1px 0px 2px #969fa9;
    overflow:hidden;
    margin:0 0 8px;
    position:relative
}
    .module h2 {
        background:url(/Content/img/bgModuleTitle.jpg) repeat-x;
        border-bottom:1px solid #d1d1d1;
        height:38px;
        color:#0e2748;
        font:bold 14px/38px Verdana;
        margin-bottom:20px;
        text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
        border-bottom: 1px solid #bdbdbd;
    }
    .module p {
        font-size:11px;
        padding: 0 20px;
        line-height: 18px;
        margin: 0 0 18px;
        overflow: hidden
    }
    .module form {
        padding:0 20px
    }
    .module fieldset {
        padding:6px 20px;
        background:#f3f3f3;
        position:relative
    }

.icon0{float:left; width:11px; height:11px; background:none; margin:7px 8px 0 10px}
.icon1{float:left; width:20px; height:20px; background-position:-333px 0; margin:9px 8px 9px 10px}
.icon2{float:left; width:20px; height:20px; background-position:-333px -49px; margin:9px 8px 9px 10px}
.icon3{float:left; width:31px; height:29px; background-position:-333px -20px; margin:5px 8px 9px 9px}
.icon8{float:left; width:8px; height:13px; background-position:-371px -122px; margin:19px 5px 0 0}
.icon9{float:right; width:22px; height:30px; background-position:-353px -65px; margin:0 8px 0 0}
.icon10{float:left; width:20px; height:14px; background-position:-333px -127px; margin:13px 8px 0 10px}
.icon11{top:0; left:0; width:18px; height:15px; background-position:-333px -142px; margin:7px 8px 0 10px}
.icon12{float:left; width:11px; height:11px; background-position:-369px -100px; margin:10px 8px 0 10px}
.icon13{float:left; width:12px; height:12px; background-position:-356px -110px; margin:9px 8px 0 10px}
.icon14{float:left; width:12px; height:12px; background-position:-356px -96px; margin:7px 0 0 18px}
.icon15{top:0; left:0; width:25px; height:16px; background-position:-353px -49px; margin:7px 8px 0 8px}
.icon16{float:left; width:11px; height:11px; background-position:-364px -38px; margin:0}
.icon17{float:left; width:16px; height:16px; background-position:-364px 0; margin:11px 8px 0 10px}
.icon18{float:left; width:8px; height:8px; background-position:-372px -16px; margin:0; top:0; right:0}
.icon19{float:left; width:24px; height:18px; background-position:-353px -140px; margin:11px 8px 0 10px}
.icon20{float:left; width:15px; height:15px; background-position:-383px -122px; margin:17px 5px 0 0}
.icon21{width:13px; height:13px; background-position:-383px -125px}
.icon22{left:12px;top:7px;width:17px; height:14px; background-position:-382px -142px}
.icon23{float:right;width:23px; height:23px; background-position:-333px -103px;margin:7px 7px 0 0}
.icon24{float:left;width:15px; height:15px; background-position:-333px -88px;margin:0 4px 0 0}
.icon35{float:left; width:39px; height:39px; background-position:-390px -250px; position:absolute; left: 0; top: 7px}

.buttonSearchMore {
    color:#7b7b7b;
    font-weight:bold;
    left:263px;
    line-height:16px;
    top:10px
}

.closed {background-position: -369px -100px}
.open {background-position: -369px -111px}
.listing .closed {background-position: -364px -27px}
.listing .open {background-position: -364px -38px}

.cp {cursor:pointer !important}
.cd {cursor:default !important}

.clr {clear:both}

.bgc1 {background-color:#f7f7f7}

.tac {text-align:center}
.pr {position:relative}
.pa {position:absolute}
.fl {float:left !important}
.fr {float:right !important}
.fwb {font-weight:bold}
.tdn{text-decoration: none !important}

.mb0 {margin-bottom:0 !important}
.mb2 {margin-bottom:2px !important}
.mb3 {margin-bottom:3px !important}
.mb4 {margin-bottom:4px !important}
.mb8 {margin-bottom:0px !important}



.inputbox {
    background: url(/Content/img/bgInputbox.jpg) repeat-x;
    border: 1px solid #9a9a9a;
    color: #333;
    height: 20px;
    padding-left: 11px;
    margin: 0 8px 0 0;
    font-size: 11px;
}

.icon1, .icon2, .icon3, .icon4, .icon5, .icon6, .icon7, .icon8, .icon9, .icon10, .icon11, .icon12, .icon13, .icon14, .icon15, .icon16, .icon17, 
.icon18, .icon19, .icon20, .icon21, .icon22, .icon23, .icon24, .icon25, .icon26, .icon27, .icon28, .icon29, .icon30, .icon32, .icon33, .icon34, .icon35, .icon36, .icon37, .icon-srequest, 
.register, .liveChat, .mail, .login,
.seeVideo span, .needAsistance,
.seeVideoProfile span, .downManualProfile span {background-image: url(/Content/img/sprites.png)}

.clear-left {
    clear: left;
}
.clear-right {
    clear: right;
}
.register {
    background-position: 0 -4px;
    width: 126px;
    height: 34px;        
    right: 60px;
}
.register:hover {
    background-position: 0 -42px;
}
.icon9:hover {
    background-position: -375px -65px;
}
.liveChat {
    background-position: -126px -4px;
    width: 110px;
    height: 34px;
    right: 51px
}
.liveChat:hover {
    background-position:-126px -42px
}
.liveChatProfile {
    background-image:url(/Content/img/liveChat.png);
    width:110px;
    height:34px;
    right:55px
}
.mail {
    background-position:-236px -4px;
    width:38px;
    height:34px;
    right:8px
}
.mail:hover {
    background-position: -236px -42px;
}
.login {
    background-position: 0 -76px;
    width: 112px;
    height: 27px;
    right: 0;
    top: 87px
}
.login:hover {
    background-position: 0 -103px
}
.seeVideoProfile,
.downManualProfile,
.selectAll {
    color:#78a0ca;
    font:9px/19px Verdana;
    width:137px;
    height:19px;
    top:89px;
    right:116px
}
.seeVideo{
    color:#78a0ca;
    font:9px/19px Verdana;
    width:140px;
    height:19px;
    top:89px;
    right:122px
}

.selectAll { width: 80px; position: absolute; top: 10px; right: 5px;}
#cert-area .selectAll { width: 160px; position: absolute; top: 10px; right: 5px;}
.seeVideoProfile {right:10px;top:50px}
.downManualProfile {right:10px;top:75px;width:131px}
    .seeVideo span,
    .seeVideoProfile span {
        width:18px;
        height:19px;
        background-position:-333px -69px;
        float:right
    }
    .downManualProfile span {
        width:15px;
        height:18px;
        background-position:-356px -122px;
        float:right;
        margin-right:2px
    }
.needAsistance {
    font: 10px/26px Verdana;
    color: #fff;
    width: 311px;
    height: 26px;
    top: 114px;
    right: 0;
    background-position: 0 -132px;
    padding-left: 19px
}
    .needAsistance span {
        color: #c66f09
    }
.profile {
    font: 11px/15px Verdana;
    left:380px;
    top:47px;
    width:300px;
    color:#fff
}
    .profile img {
        float:left;
        margin:0 6px 0 0
    }
    .profile .w {
        font:bold 13px/22px Verdana;
    }
/*++++ MAIN MENU RULES +++++*/
.mainMenu {
    width: 115px;
    margin: 0 22px 0 0;
    float: left;
    margin-bottom: 40px;
}
.mainMenu.mr1 {margin-right:1px}
    .mainMenu ul {
        padding:0;
        margin:0
    }
    .mainMenu li {
        padding:0;
        margin:0;
        list-style:none;
        width:105px;
        height:60px;
        background:url(/Content/img/bgMenu.jpg) no-repeat;
        clear:both;
        display:block;
    }
    .mainMenu li.active:hover,
    .mainMenu li.active {
        width:116px;
        background:url(/Content/img/bgMenuActive.png) no-repeat
    }
    .mainMenu li:hover {
        background:url(/Content/img/bgMenuHover.jpg) no-repeat
    }
    
    .mainMenu a {
        width: 102px;
        padding: 4px 0 0 0;
        float: left;
        color: #909090;
        text-align: center;
        font:11px Verdana;      
        text-decoration: none;  
    }
    .mainMenu .icon{
        font-size: 2.6em;
        display:block;
        clear:both;
        margin: 2px 0 2px 0;
        text-shadow: 1px 1px 1px #fff;
    }
    .mainMenu .active .icon{
        color:#6f92b4 !important;
        text-shadow: -1px -1px 1px #133a63 !important;
    }
    .active a, .active a:hover {color:#c66f09 !important}
    .mainMenu a:hover {color:#757575}
.contentMiddle {
    float: left;
    overflow: hidden;
    width: 440px;
    margin: 0 10px 0 0
}
    .contentMiddle .module {
        width: 434px;
        height:600px;
        background:url(/Content/img/pat-pr-left.png);
    }
    .module.main {
        background: url(/Content/img/bgModuleMain.jpg) no-repeat;
        padding: 22px 40px 22px 34px;
        width: 339px
    }
    .main h3 {
        color: #0c2950;
        font-size: 24px;
        margin: 0 0 28px;
        line-height: 20px;
        padding: 0
    }
    .main h3 span {
        color: #b56100;
        font-size: 14px;
        font-weight: bold
    }
    .main p {
        color: #0d243b;
        font-size: 13px;
        text-align: justify;
        line-height: 20px;
        padding: 0
    }
    .main .buttonLink {
        margin: 0 0 15px 65px;
    }
    .module.gray {
        background: #e4e4e4 url(/Content/img/bgModule.jpg) repeat-x;
        
        padding-top: 15px
    }
.contentRight {
    float:left;
    overflow:hidden;
    width:440px
}

.rounded {
    background-color:#dcdcdc ;
    background-image:url(/Content/img/Title-MainHeader.png);
    height:49px;
    width:860px;
    /*float:left;*/
    margin:0 0 10px
    
}
    .rounded h3 {
        text-transform:uppercase;
        color:#0c2950;
        font:bold 19px/48px Verdana;
        text-shadow:0px 1px #FFFFFF;
        margin:0 0 0 15px;
        padding:0;
        width:50%;
        display: inline-block;
    }
    .recycle {
        right:15px;
        top:8px;
        width:115px;
        font-size:11px
    }
    .recycle .links {
        color:#6d6f75;
        font-size:10px
    }
    .links a {color:#6d6f75}
    .btnCreate {
        color:#18334d;
        cursor:pointer;
        font:bold 11px Arial;
        background:#F4F4F4;
        line-height:28px;
        padding:0 10px 0 36px;
        right:5px;
        top:0;
        border:1px solid #b3b2b2;
        border-top:none;
        -webkit-border-bottom-right-radius:5px;
        -webkit-border-bottom-left-radius:5px;
        -moz-border-radius-bottomright:5px;
        -moz-border-radius-bottomleft:5px;
        border-bottom-right-radius:5px;
        border-bottom-left-radius:5px
    }
    .createReport {
        cursor:pointer;
        font:bold 10px Arial;
        background:url(/Content/img/btnCreate.png) no-repeat;
        line-height:28px;
        padding:0 10px 0 36px;
        color:#e08d2b;
        right:5px;
        top:0;
        width:91px;
        height:31px;
        border:none;
        border-top:none;
        -webkit-border-bottom-right-radius:0;
        -webkit-border-bottom-left-radius:0;
        -moz-border-radius-bottomright:0;
        -moz-border-radius-bottomleft:0;
        border-bottom-right-radius:0;
        border-bottom-left-radius:0
    }
    .innerModule {
        width:99%;
        margin:0 auto 3px;
        overflow:hidden
    }
    .contentMiddle .innerModule, #blockCommunity .innerModule{
        width:100% !important;
        margin:0 auto 0px;
        overflow:hidden;
        background:#fff;
        border-bottom:1px solid #cfcfcf;
    }
    .innerModule2 {
        width:100%;
        margin:0 auto 3px;
        overflow:hidden
    }
    .innerModule2 p {
        border-bottom:1px dotted #ccc;
        color:#18334d;
        margin:0;
        padding:7px 10px
    }
    .innerModule2 p:last-child {
        border-bottom:none
    }
    .innerModule2 .description {
        width:297px !important
    }
    .innerModule .title {
        font:bold 11px/30px Verdana;
        background-image:url(/Content/img/desktop-blue-bar.png);
        
        position:relative;
        cursor:url(/Content/img/cursor.png), move
    }
    .innerModule2 .title {
        font:bold 12px/18px Tahoma;
        background:#f7f7f7;
        position:relative;
        cursor:url(/Content/img/cursor.png), move
    }
    .title .titleDate {
        right:54px;
        font-size:10px;
        margin-top: 6px;
        padding-right: 6px;
        border-right: 1px solid #ccc;
    }
    .title .titleDelete {
        margin-top: 6px;
        right:8px;
        font-size:10px
    }
    .innerModule .listing {
        border-bottom:1px dotted #c0bfbf;
        font:11px/28px Arial;
        color:#18334d;
        margin:0;
        position:relative;
        padding:0 10px 0 45px;
    }
    .blocks .listing {
        padding: 4px 10px 4px 10px;
    }
    .innerModule .listing:last-child {
        border-bottom:none
    }
    .listing .description,
    .listing .description2 {
        width:247px;
        display:inline-block;
        font-weight:bold
    }
    .listing .description2 {width:300px}
    .listing .date {
        line-height:20px;
        width:70px;
        display:inline-block;
        text-align:center;
        border-bottom: none;
    }
    .listing .delete {
        width:27px;
        display:inline-block;
        text-align:center
    }
    .listing .buttonOpenSubBlock {
        left:28px;
        top:9px
    }
    .subModule {
        
    }
    p.sublisting {
        font:11px/28px Arial;
        color:#666666;
        border-bottom:1px dotted #fff;
        margin:0;
        padding:0 10px 0 55px
    }
    p.sublisting .description {
        width:237px;
        display:inline-block
    }
    p.sublisting .date {
        line-height:20px;
        width:70px;
        display:inline-block;
        text-align:center
    }
    p.sublisting .delete {
        width:36px;
        display:inline-block;
        text-align:center
    }
    .buttonNewUpdate {
        font:bold 8px Verdana;
        padding:0 15px 0 0;
        margin:6px 7px 0 0;
        float:right
    }
    .contentRight .listing {
        background:#f6f6f6;
        font:11px/18px Verdana
    }
    p.upcomingEvents {
        font-size:11px;
        border-bottom:1px dotted;
        line-height:22px;
        margin:0 10px;
        padding:10px 0
    }
    p.upcomingEvents:last-child {
        border-bottom:none
    }
    .upcomingEvents a {
        color:#c87200;
        float:right
    }

footer .content {
    width:95%;
    overflow:hidden;
    padding:30px 50px;
    margin:0 auto
}

    .block {
        display:table;
        float: left;
        padding: 0 20px 0 20px;
        line-height: 20px
    }
    .content .block {
        border-left: 1px solid #244466;
        height: 140px;
    }
    .block:last-child {
        background:none;
        margin:0;
    }
    .block h3 {
        color: #205284;
        font-weight: bold;
        font-size: 11px;
        line-height: 4em;
    }
    .block ul {
        float:left;
        margin:0 35px 0 0;
        padding:0
    }
    .block li {
        position:relative;
        list-style:none;
        color:#78a0ca;
        margin:0;
        line-height:22px;
        display:block
    }
    .block a {
        font-size:11px;
        color:#78a0ca;
    }
    .block li:hover a, .block li:hover span{
        color:#dadde0;
    }
    .block li span:hover a{
	color:#dadde0;
}
    
    /*.block li:hover, .block li a:hover{
        color:#dadde0;
    }*/

footer p {
    line-height:14px;
    font-size:10px;
    margin:15px 0
}

.footer-credits {
    display: table;
    width: 100%;
    border-top: 1px solid #213b56;
    font-size: 0.75em;
    color: #b6b6b6;
    padding:10px 0;
}
.copyright {
    padding: 16px 0 0 50px;
}
.contact-info {
    float: right;
    text-align: right;
    line-height: 1.8em;
    padding: 10px 50px 0 0;
}
.contact-info a{
    font-size:1em;
}
#inline_content {
    background:#fff;
    overflow:hidden;
    display: none;
}

.blockLogin,
.blockRegister {
    width: 388px;
    float: left;
    padding: 1px 1px 0;
    border-right: 0px dotted #cbcbcb
}
.blockLogin h2,
.blockRegister h2 {
    background: url(/Content/img/bgTitle.jpg) 0 0 repeat-x;
    line-height: 79px;
    font-size: 18px;
    color: #0e2748;
    border-bottom: 1px solid #cbcbcb;
    padding:0 0 0 30px;
}
.blockLogin form {
    padding: 36px;
    background: #fff
}
.blockLogin .inputbox {
    width: 220px;
}
form .buttonLink {
    margin-left: 230px
}

.blockRegister {
    border-right: none
}
.blockRegister p {
    background: #e9e9e9; 
    font-size: 16px;
    line-height: 32px;
    padding: 74px 36px 100px;
    margin: 0px
}
.blockRegister .buttonLink {
    margin-left: 84px
}

.dLogin {
    background:none !important;
    border:2px solid #B0B1B2 !important;
    position:relative;
    padding:0 !important
}
/*.dLogin .ui-dialog-titlebar {
    display:none !important
}*/
.dLogin .ui-dialog-content {
    padding:0 !important
}
.dLogin .buttonClose {
    bottom:-18px;
    color:#fff;
    font-weight:bold;
    right:5px
}

.fullWidth {
    width:800px;
    line-height:20px;
}

.pageRegister {
    background: #fff url(/Content/img/shadow-contact-page.png) 612px top repeat-y;
    padding:1px 1px 30px 35px;
    width:850px;
    line-height:20px;
    float:right
}
.pageRegister p, .cis-forms p, .fullWidth p {overflow:hidden; margin:0 0 10px;}
.pageRegister .form {
    float:left;
    margin-top:40px;
    width:520px
}
.cis-forms{
    width: 620px;
    float: left;
    overflow: hidden;
    padding: 20px 36px;
}
.cis-forms .form{
    width:95%;
    margin:40px 0 0 0;
}
.pageRegister h2, .cis-forms h2, .fullWidth h2 {
    font-family:Tahoma;
    font-size:18px
}
.pageRegister .required, .cis-forms .required {
    font-family:Tahoma;
    font-size:11px;
    text-align:right;
    margin:20px 0 10px
}
.pageRegister form p, .cis-forms form p {color:#848585;font:bold 17px Tahoma}
.pageRegister label, .cis-forms label {
    background:url(/Content/img/bgLabel.jpg) no-repeat;
    font: 8pt Verdana;
    width:125px;
    padding:7px 9px 0 10px;
    text-align:right;
    height:24px;
    border:1px solid #8d8d8d;
    margin:0 0 9px;
    float:left
}
.pageRegister label.twolines, .cis-forms label.twolines{
    background:url(/Content/img/bgLabel-2.jpg) no-repeat;
    font: 8pt Verdana;
    width:125px;
    text-align:right;
    height:35px;
    border:1px solid #8d8d8d;
    margin:0 0 9px;
    float:left
}
.pageRegister input, .cis-forms input, .pass-recover-form>form>input {
    background:url(/Content/img/bgInput.jpg) repeat-x;
    width:350px;
    font:13px/30px Tahoma;
    border:1px solid #8d8d8d;
    border-left:none;
    height:31px;
    padding:0 10px;
    margin:0 0 9px;
    float:left;
    clear:right
}
.pageRegister select, .cis-forms select{
    background:url(/Content/img/bgSelectPointer.jpg),url(/Content/img/bgInput.jpg);
    background-position:100% 53%, center center;
    background-repeat:no-repeat, repeat-x;
    font:13px Tahoma;
    border:1px solid #8d8d8d;
    border-left:none;
    height:33px;
    padding:6px 0 6px 10px;
    margin:0 10px 9px 0;
    float:left;
    clear:right;
    -webkit-appearance:none !important;
    width:220px;
}
.pageRegister select.twolines, .cis-forms select.twolines {
    /*background:url(/Content/img/bgSelectPointer.jpg),url(/Content/img/bgInput.jpg);*/
    background-position:100% 53%, center center;
    background-repeat:no-repeat, repeat-x;
    font:13px Tahoma;
    border:1px solid #8d8d8d;
    border-left:none;
    height:44px;
    padding:6px 0 6px 10px;
    margin:0 10px 9px 0;
    float:left;
    clear:right;
    -webkit-appearance:none !important
}
.roundedTerms {
    background:#ececec;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    padding:8px;
    font:12px Tahoma !important;
    text-align:right
}
.roundedTerms input {
    clear: none;
    float: none;
    height: auto;
    padding:0;
    background:none;
    border:none;
    margin: 2px 5px;
    width: auto !important;
}
/* +++JP+++ new fixes for the form*/

input#city {
    width: 304px;
}

input#zip {
    width: 78px;
}
select#state {
    padding-right: 10px;
    width: 80px;
}
select#how {
    padding-right:10px;
}

.pageRegister .banner {
    background: url(/Content/img/bg-benefits-right.jpg) no-repeat 0 79px;
    float:right;
    width:259px;
    height:678px
}
.banner h2 {
    background: url(/Content/img/benefits-header-bg.png) no-repeat left top;
    color: #18334D;
    font: 26px/24px Tahoma;
    height: 79px;
    margin: 0;
    text-indent: -6000px;
}

.banner h2 br {
    display: none;
}
.banner p {
    color: #18334D;
    font: 1.1em/1.4em Tahoma;
    padding: 0 30px 20px 65px;
}

span.edit {
    display:none;
    top:5px;
    right:8px
}
.inputTitle {
    background:#CDCFD5;
    border:none;
    color:#0E2748;
    font:bold 11px Tahoma;
    margin:-2px 0 0;
    padding:0;
    width:280px
}
ol.blocks,
ol.blocks li {
    margin:0;
    padding:0;
    list-style-type:none
}
#dialogConfirm {
    background:#E9E9E9;
    display: none;    
}
.containerMain {
    width:895px;
    float:left;
    background-color:#ffffff;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border:1px solid #c0bfbf;
    margin:0 0 20px 0;
}
.containerMain.darker {
    background-color:#dadde0 !important;
}
.containerMain .rounded {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin:0;
    width:100%
}
.containerMain .dateReport {
    background:url(/Content/img/bgDate.png) no-repeat;
    bottom:0;
    height:31px;
    line-height:31px;
    padding:0 25px 0 20px;
    right:0
}
.containerMain .container {
    /*width:860px;*/
    width:890px !important;
    float:left
}
.containerMain .container p.intro {
    background:url(/Content/img/bgCreateReport.jpg) repeat-x;
    height:94px;
    font:bold 18px/94px Arial;
    padding:0 0 0 40px;
    margin:0;
    border:none
}
.containerMain .container p.intro img {
    margin-left:20px;
    margin-top:12px;
    float:none
}
.containerMain .container p {
    border-bottom:1px dotted #aeaeae;
    padding:20px 20px 40px 20px;
    margin:20px
}
.containerMain .container p.last {
    border-bottom:none
}
.containerMain .container strong {
    font-size:120%;
    margin-bottom:5px
}
.containerMain .container p img {
    margin:0 20px 20px 0;
    float:left
}
.containerMain .contentMiddle {
    margin:12px 4px
}
.containerMain .contentRight {
    margin-top:12px
}

/* ESTILOS NUEVOS */

.date-label {
    width: 200px;
    height: 31px;
    background: url(/Content/img/bgDate.png) 0 0 no-repeat;
    position: absolute;
    top: 17px;
    right: 0px;
}

.date-label p {
    margin: 9px 15px;
}

.wrapper-content {
    float: left;
    clear: left;
    width: 880px;
    margin: 5px;
    height: auto;
    overflow: hidden;
    background-color: #ECECEC;
}

.wrapper-content .content-rp {
    width: 259px;
    height: auto;
    float: left;
    margin: 18px 0 25px 25px;
    position: relative;
}

.wrapper-content .content-rp .wrap-mod {
    width: 100%;
    background: none;
    overflow: hidden;
    position: relative;
}

.wrapper-content .content-rp .wrap-list {
    width: 257px;
    overflow: hidden;
    background: #FFF;
    border: 1px solid #c0bfbf;
    border-top: none;
    box-shadow: 0px 0px 2px #909aa3;
}

.wrap-mod .more-options {
    display: block;
    float: right;
    width: 110px;
    height: 19px;
    padding-left: 12px;
    background: url(/Content/img/sprites.png) 0px -158px no-repeat;
    font-size: 10px;
    color: #fff;
    line-height:18px;
}

.wrap-mod .more-options:hover {
    background: url(/Content/img/sprites.png) 0px -177px no-repeat;
}

.wrapper-content .content-rp h4 {
    height: 40px;
    background: url(/Content/img/bgMButtons.jpg) 0px -61px repeat-x;
    color: #FFF;
    line-height: 17px;
    border: 1px solid #08324d;
}

.wrapper-content .content-rp h4 span {
    width: 180px;
    height: 18px;
    float: left;
    margin: 12px 0 0 12px;
    font-size: 14px;
    font-weight: bold;
}

.wrapper-content .content-rp .check-list {
    margin: 5px;
    padding: 18px 15px;
    background: #f1f1f1;
    overflow: hidden;
}
.df-mrg .check-list{
    /*margin:12px 5px 8px 5px !important;*/
    padding:22px 15px !important;
}

.wrapper-content .wrapper-middle .check-list {
    padding: 12px 12px;
}

.wrapper-content .content-rp .check-list .label-item {
    font-size:1em;
    font-weight: 100;
    color: #5a5a5a;
    width: 190px;
    height: auto;
    float: right;
    display: block;
    line-height: 15px;  /*vertical-align: middle;*/
}

.buttons-bar {
    margin-bottom: 10px;
    height: 51px;
}

.buttons-bar .action-btn {
    float: right;
    margin: 7px;
}

a.refine {
    position: absolute;
    top: 10px;
    right: 5px;
    padding-left: 2px;
    width: 84px;
    height: 21px;
    background: url(/Content/img/sprites.png) -122px -158px no-repeat;
    font-size: 7pt;
    color: #fff;
    letter-spacing: 0px;
    line-height: 18px;
}

.mod-down {
    margin-top: 20px;
}

.big-marg {
    margin-top: 39px;
}

.bg-mod {
    background: #f1f1f1;
    height: 101px;
    width: 247px;
    margin: 5px;
}
.bg-mod-df{
    background: #f1f1f1;
    height: 56px;
    width: 247px;
    margin: 5px;
}

.small-bg {
    background: #f1f1f1;
    height: 147px;
    width: 247px;
    margin: 5px;
}
.medium-bg {
    background: #f1f1f1;
    height: 160px;
    width: 247px;
    margin: 5px;
}
.bg-mod p {
    padding: 15px 15px 0px 15px;
}

.bg-mod .crit, .bg-mod-df .crit {
    display: block;
    width: 217px;
    padding: 10px;
    margin-left: 5px;
    color: #707070;
    border-bottom: 1px dashed #aaaaaa;
}

.bg-mod .crit-item {
    display: block;
    font-size: 12px;
    color: #143f69;
    padding: 0 15px;
    margin-top: 15px;
}
.bg-mod-df .crit-item {
    display: block;
    font-size: 12px;
    color: #143f69;
    padding: 0 15px;
    margin-top: 2px;
}
.frm-note input[type="checkbox"]{
    float:left;
}

.bg-mod p label {
    display: block;
    margin-left: 24px;
}

.wrap-mod h4.big {
    height: 53px;
    background: url(/Content/img/bgMButtons.jpg) 0 -102px repeat-x;
}

.frm-mod {
    padding: 20px;
}

.frm-mod input[type="text"] {
    width: 202px;
    padding: 5px;
    border: 1px solid #bfbfbf;
    margin-bottom: 6px;
    font:bold 0.9em/1em Arial;
    color:#999;
}

.frm-note {
    padding: 0 15px!important;
    font-size: 11px;
    color: #5a5a5a;
}

.note {
    display: block;
    font-size: 0.8em;
    color: #959595;
    text-align: left;
    padding: 0 0 0 20px;
}

.adv {
    display: none;
}

.fix-home {
    margin-right: 3px;
}
p.box-opt{
    display:block;
    float:left;
    width:40%;
    padding:10px 0 4px 15px !important;
}
.frm-note > label{
    font:bold 0.9em/1em Verdana !important;
}
/* ESTILOS HOME */

#wrap-up {
    width: 894px;
    height: 377px;
    border: 0px solid #c0bfbf;
    background: url(/Content/img/top-area-new-bg.jpg) 0 0 no-repeat;
}
#wrap-featuring {
    width: 894px;
    /*border: 1px solid #c0bfbf;*/
    float:left;
    background:#fff;
    box-shadow: 0px 0px 5px 2px #d7d7d7;
}

#wrap-down {
    padding-top: 15px;
    width: 896px;
    height: 420px;
    background: url(/Content/img/3-columns-bg.png) left top no-repeat;
}

#wrap-up .left {
    float: left;
    width: 429px;
    height: 357px;
/*  box-shadow: 10px 0 18px rgba(0,0,0,0.25);*/
}

#wrap-up .right {
    float: right;
    width: 463px;
    height: 357px;
}

#wrap-up .left h2 {
    padding: 35px 27px;
    font-family: 'playbold', Arial, Helvetica, sans-serif;
    font-size: 32px;
    letter-spacing: -1px;
    color: #083762;
    line-height: 25px;
}

.subtitle {
    color: #828282;
    font-size: 1.7em;
    line-height: 0.8em;
    text-transform: uppercase;
    font-family: 'playbold';
    text-shadow: 0px 2px 0px #fff;
}
.subtitle b {
    color: #c67612;
}

#wrap-up .left .action-btn {
    margin-left: 118px;
}

.p-intro {
    font-weight: 100;
    color: #214b75;
    font-size: 12px;
    text-align: justify;
    padding: 0 27px;
    line-height: 18px;
    padding-bottom: 10px;
}

.p-normal {
    color: #5e5e5e;
    font-size: 1em;
    font-weight: lighter;
    text-align: justify;
    padding: 0 40px 0 27px;
    line-height: 2em;
    padding-bottom: 15px;
}

#search-box {
    width: 433px;
    background: #FFF;
    border: 1px solid #b3b5b6;
    position: relative;
    box-shadow: 0px 0px 3px 0px #999;
}
.contentRight #search-box h4 {
    background: url(/Content/img/bgModuleTitle.jpg) repeat-x !important;
    font: bold 14px/38px Verdana;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
    color: #0e2748;
}

.mrg {
    margin-top: 12px;
    margin-left: 18px;
}

#search-box h4 {
    height: 38px;
    background: url(/Content/img/new-bar-search.png) 0 0 repeat-x;
    border-bottom: 1px solid #bdbdbd;
    color: #FFF;
    line-height: 38px;
    text-transform: uppercase;
    font-size: 1.3em;
}

#search-box .icon-search {
    background: url(/Content/img/new-sprites.png) -280px -1px no-repeat;
    float: left;
    width: 20px;
    height: 21px;
    margin: 8px 5px 0 10px;
}

#search-box .question-icon {
    width: 23px;
    height: 23px;
    position: absolute;
    right: 8px;
    top: 8px;
    background: url(/Content/img/new-sprites.png) -304px -1px no-repeat;
}

#search-box p {
    margin-bottom: 0;
}

#search-box .input-search {
    padding: 14px 20px 10px 20px;
    border-bottom: 1px solid #d2d2d2;
    background: #ebebeb;
}

#search-box .input-search span {
    color: #6d6d6d;
}

#search-box form {
    margin: 0;
}

#search-box input[type="text"] {
    margin-top: 5px;
    border: 1px solid #d9d9d9;
    padding: 5px;
    width: 346px;
    height: 18px;
    float: left;
    display: block;
}

#search-box input[type="text"]:focus, .confirm-cancel {
    outline: none;
}

#search-box .adv-search {
    height: 40px;
    border-bottom: 1px solid #FFFFFF;
    background: #f3f3f3;
}

#search-box .adv-search a:first-child {
    margin-right: 16px;
    margin-top: 7px;
}

#search-box .adv-search a:last-child {
    clear: right;
    font-size: 11px;
    margin-right: 16px;
    margin-top: 3px;
    padding: 10px 0 0 0;
}

#register-today {
    width: 417px;
    height: 126px;
    margin-top: 26px;
    margin-left: 27px;
    background: url(/Content/img/bg-register-today-cis.jpg) 0 0 no-repeat;
}

#register-today h4 {
    padding: 25px 20px 12px 10px;
    font-family: 'playregular', Arial, Helvetica, sans-serif;
    color: #fff;
}

#register-today ul {
    list-style: none;
    margin-left: 30px;
    width:210px;
}

#register-today ul li {
    color: #fff;
    font: bold 0.9em/1.2em Verdana;
    margin-bottom:6px;
}

#register-today ul li span {
    float: left;
    margin: 3px 3px 0 -20px;
}

.check-icon {
    width: 12px;
    height: 11px;
    background: url(/Content/img/sprites.png) -333px -158px no-repeat;
    display: block;
    float: left;
    margin: 4px 4px 10px 4px;
}

#wrap-down #sign-up {
    width: 286px;
    height: 395px;
    float: left;
}

#wrap-down #cov-area {
    width: 302px;
    height: 395px;
    float: left;
}

#wrap-down #free-demo {
    width: 290px;
    height: 395px;
    float: left;
}

#wrap-down .content-mod {
    margin-top: 24px;
    height: 200px;
    position: relative;
}

#wrap-down .content-mod h3 {
    font-family: 'playbold', Arial, Helvetica, sans-serif;
    color: #042444;
    font-size: 18px;
    line-height: 0!important;
    padding-left: 60px;
    text-transform: uppercase;
}

#sign-up .icon {
    width: 23px;
    height: 23px;
    position: absolute;
    top: -15px;
    left: 25px;
    background: url(/Content/img/new-sprites.png) -56px 0 no-repeat;
}

#free-demo .icon {
    width: 26px;
    height: 19px;
    position: absolute;
    top: -12px;
    left: 25px;
    background: url(/Content/img/new-sprites.png) -26px 0 no-repeat;
}

#cov-area .icon {
    width: 26px;
    height: 26px;
    position: absolute;
    top: -12px;
    left: 20px;
    background: url(/Content/img/new-sprites.png) 0 0 no-repeat;
}

.content-mod p {
    color: #5e5e5e;
    line-height: 20px;
    padding: 28px 35px 8px 35px;
}

#cov-area p {
    padding: 20px 20px;
}

.content-mod p > span {
    font-weight: bold;
    color: #01294f;
}

.content-mod form {
    padding: 0 30px;
}

.content-mod form input[type="text"]{
    width: 226px;
    padding: 5px;
    border: 1px solid #c4c4c4;
}

#sign-up .button {
    margin-right: 30px;
}

#free-demo img {
    margin: 18px 0px 15px 2px;
}

#free-demo p {
    padding: 0 30px;
    /*text-align: justify;*/
}

#cov-area ul {
    list-style: none;
    margin-left: 155px;
    margin-top: 80px;
}

#cov-area ul li {
    color: #022649;
}


#bottom-articles {
    display: table;
    clear: both;
    width: 874px;
    background: url(/Content/img/bg-bottom-area.png) left top repeat-x;
    padding: 10px;
}
.art-join img {
    float: left;
    margin: 20px;
}
#bottom-articles h3 {
    font-family: 'playbold';
    color: #000;
    font-size: 1.8em;
    line-height:2em;
    color: #042444;
    margin: 10px 0 0 0;
}
.art-join h3 {
    background: url(/Content/img/icon-join.png) 90% center no-repeat;
}
.art-join p {
    font-size: 0.9em;
    padding: 0 50px 20px 0;
}
.art-join a {
    color: #ccc;
    font-weight: bold;
}
.art-join a b {
    font-size: 0.6em;
    color: #c56800;
    margin-top: -2px;
    display: block;
    float: left;
}
.art-word h3 {
    background: url(/Content/img/icon-word.png) left center no-repeat;
    padding: 0 0 0 30px;
    margin: 10px 0 0 20px !important;
}
.art-word p {
    font-style: italic;
    line-height: 1.6em;
    padding: 0 30px 0 40px;
}
.art-word p em {
    color: #cf6601;
}
.art-word p b {
    color: #042444;
}
#bottom-articles div {
    width: 50%;
    float: left;
}
.art-join {
    background: url(/Content/img/line-bottom-art.png) 98% center no-repeat;
}
/* FIN ESTILOS HOME */

/* STYLES FOR PROJECT VIEW */
#details-list {
    width: 100%;
    height: 100px;
    overflow: hidden;
    background: #fff url(/Content/img/bg-details-header.jpg) 0 0  repeat-x;
}
#details-list #detail-left, #details-list #detail-right {
    width: 435px;
    height: 80px;
    /*background: #039;*/
}
#details-list #detail-left {
    margin: 14px 0 0 12px;
}
#details-list #detail-right {
    margin: 8px 6px 0 0;
}
#details-list .since-cbo {
    width: 135px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #c86800;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #d9d9d9;
    margin-right: 5px;
    height: 21px;
}
#details-list .since-cbo:focus {
    outline: none;
}
.blue-header {
    color: #2a4057!important;
}
.bold {
    font-weight: bold;
}
#details-list .since-date {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
}
.geo-label, .cat-label {
    display: block;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    margin-top: 11px;
}
.drop-label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #8b8b8b;
    background: url(/Content/img/drop-icon.png) 0 4px no-repeat;
    padding-left: 19px;
}
.no-upper {
    text-transform: none!important;
}

#detail-right .action-btn-main {
    margin-right: 5px;
}
#detail-right .action-btn-main:last-child {
    margin-right: 0;
}
.action-btn-main span:first-child {
    float: left;
}
.action-btn-main span:last-child, .action-btn-req span:last-child {
    float: right;
    width: 6px;
    height: 27px;
    display: block;
    background: url(/Content/img/bgRButtons.png) -3px -102px no-repeat; 
}
.action-btn-main:hover span:last-child{
    background-position: -3px -385px;
}
.action-btn-req:hover span:last-child{
    background-position: -3px -385px;
}
.action-btn-main .text {
    height: 27px;
    float: left;
    line-height: 27px;
    color: #fff;
    width: 106px;
    background: url(/Content/img/bgMButtons.jpg) 0 -155px repeat-x;
    padding-left: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.action-btn-main:hover .text {
    background-position: 0 -438px;
}
.action-btn-req .text {
    height: 27px;
    float: left;
    line-height: 27px;
    color: #fff;
    width: 170px;
    background: url(/Content/img/bgMButtons.jpg) 0 -155px repeat-x;
    padding-left: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.modify-btn, .print-btn, .save-btn, .action-btn-req {
    width: 134px!important;
    display: block;
    padding-left: 6px;
    background: url(/Content/img/bgLButtons.png) 0 -102px no-repeat;
}
.modify-btn:hover, .print-btn:hover, .save-btn:hover, .action-btn-req:hover {
    background-position: 0 -447px;
}
.action-btn-req {
    width: 181px !important;
    margin: 10px 0 0 0;
}
.modify-btn span:first-child {
    width: 17px;
    height: 16px;
    margin-top: 5px;
    background: url(/Content/img/sprites.png) -345px -158px no-repeat;
}
.print-btn span:first-child {
    width: 17px;
    height: 16px;
    margin-top: 5px;
    background: url(/Content/img/sprites.png) -362px -158px no-repeat;
}
.save-btn span:first-child {
    width: 17px;
    height: 17px;
    margin-top: 5px;
    background: url(/Content/img/sprites.png) -381px -156px no-repeat;
}
#wrapper-projects {
    width: 881px;
    height: auto;
    border: 1px solid #cdcdcd;
    float: left;
    clear: both;
    margin: 4px 4px;
    overflow: hidden;
}

#wrapper-projects .tabs {
    width: 650px;
    height: 45px;
    border-top: 1px solid #fff;
    list-style: none;
    margin: 0;
    background: url(/Content/img/bg-list.jpg) 0 0 repeat-x;
    float: left;
    padding:0 250px 0 0;
}

#wrapper-bhistory {
    width: 881px;
    height: auto;
    border: 1px solid #cdcdcd;
    float: left;
    clear: both;
    margin: 4px 4px;
    overflow: hidden;
}

#wrapper-bhistory .tabs {
    width: 690px;
    height: 47px;
    border-top: 1px solid #fff;
    list-style: none;
    margin: 0;
    background: url(/Content/img/bg-list.jpg) 0 bottom repeat-x;
    float: left;
    padding: 0 300px 0 1px;
}
.left-column-area .tabs{
    width: 550px;
    height: 47px;
    border-top: 1px solid #fff;
    list-style: none;
    margin: 0;
    background: url(/Content/img/bg-list.jpg) 0 bottom repeat-x;
    float: left;
    padding: 0 300px 0 1px;
}
.classifieds-ads .tabs{
    width: 100%;
    height: 47px;
    border-top: 1px solid #fff;
    list-style: none;
    margin: 0;
    background: url(/Content/img/bg-list.jpg) 0 bottom repeat-x;
    padding: 0 0 0 10px;
}

.classifieds-ads .tabs li a{
    font-size:11px !important;
}

/* fix applied when we have less tabs displaying*/
.less-tabs .tabs {
width: 600px !important;
}
/* fix applied when we have more tabs displaying*/
.more-tabs .tabs {
width: 860px !important;
}
.tabs li, .acw-area-tabs li {
    float: right;
    margin-top: 8px;
    margin-left: -19px;
}
.tabs li:first-child, .acw-area-tabs li:first-child  {
    margin-right: 18px;
}
.tabs li a, .acw-area-tabs li a {
    display: block;
    padding-left: 19px;
    height: 37px;
    width: 120px;
    background: url(/Content/img/sprites.png) 0 -233px;
    position: relative;
    font-family: Verdana, Geneva, sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: lighter;
    text-shadow: 0 -1px 0 #00203e;
    line-height: 40px;
}
.tabs li a:hover, .acw-area-tabs li a:hover {
    background: url(/Content/img/sprites.png) 0 -270px;
    z-index: 998;
}
.tabs li a.active-tab, .acw-area-tabs li a.active-tab, .acw-area-tabs li.active a{
    background: url(/Content/img/sprites.png) 0 -196px;
    z-index: 999;
    color: #0e375e !important;
    text-shadow: 0 1px 0 #fff;
    font-weight: bold;
}
.tabs li a span:first-child, .acw-area-tabs li a span:first-child {
    display: block;
    width: 5px;
    height: 8px;
    float: left;
    margin-top: 16px;
    background: url(/Content/img/sprites.png) -333px -172px no-repeat;
    margin-right: 3px;
}
#tabs-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    clear: both;
}
#tabs-container .tab_content, #tabs-container .tab_content-photo {
    width: 100%;
}
#tabs-container .top-content, .table-contractors .top-content  {
    width: 100%;
    height: 31px;
    border-bottom: 1px solid #fff !important;
    background: url(/Content/img/bg-tab-top.jpg) 0 0 repeat-x;
}
.table-contractors .top-content{
    width:99.9% !important;
    box-shadow: 0 0 0 !important;
    border:1px solid #bfbfbf;
    border-collapse: collapse;
}
table.data {
    border: 1px solid #bfbfbf;
    border-left: none;
    border-right: none;
    width: 100%;
    /*border-top: 1px solid #bfbfbf!important;
    border-bottom: 1px solid #cdcdcd!important;*/
}
table.data thead {
    border-bottom: 1px solid #bfbfbf;
}
table.data thead tr {
    height: 32px;
    background: url(/Content/img/bg-table-head.jpg) 0 0 repeat-x;
}
table.data thead th {
    padding: 4px 0;
    
}
table.data thead .flag {
    width: 57px!important;
}
table.data thead .status {
    width: 75px!important;
}
table.data thead .date {
    width: 66px!important;
}
table.data thead .project-title {
    width: 255px!important;
}
table.data thead .city {
    width: 114px!important;
}
table.data thead .state {
    width: 63px!important;
}
table.data thead .range {
    width: 133px!important;
}
table.data thead .track {
    width: 50px!important;
}
table.data thead .print {
    width: 68px!important;
}
table.data thead th span {
    display: block; height: 23px;
    background: url(/Content/img/sort_both.png) center right no-repeat;
    border-right: 1px solid #9d9fa1;
    line-height: 22px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #696969;
    text-shadow: 0 1px 0 #fff;
    padding: 0 5px 0 7px;
    text-align: left;
    cursor: pointer;
}
table.data thead th span.no-sort {
    cursor: default!important;
}
table.data thead th span img {
    margin-left: 7px;
}
table.data thead .no-border-right span {
    border-right: none;
}
.no-sort {
    background-image: none!important;
}
.even {
    background-color: #e9ebef;
}
table.data tbody tr td {
    border-bottom: 1px solid #d0d0d0!important;
    border-right: 1px solid #d0d0d0!important;
}
table.data tbody tr td:last-child {
    border-right: none!important;
}
table.data tbody tr {
    height: 67px!important;
}
table.data tbody tr.tr0 {
    height: 85px!important;
}
table.data tbody tr td {
    vertical-align: top;
}
tbody tr td p {
    margin: 14px 12px;
    font-family: Verdana, Geneva, sans-serif;
    color: #464646;
    font-size: 11px;
}
tbody tr td a.track, .track-icon {
    display: block;
    width: 19px;
    height: 19px;
    margin-left: 3px;
    background: url(/Content/img/sprites.png) -381px -173px no-repeat;
}
.sel-icon {
    display: block;
    width: 19px;
    height: 19px;
    margin-left: 3px;
    background: url(/Content/img/clip-cabinet.png) center center no-repeat;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
tbody tr td a.track:hover, .add {
    background: url(/Content/img/sprites.png) -381px -192px no-repeat!important;
}
tbody tr td a.print, .print-icon {
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 11px;
    background: url(/Content/img/sprites.png) -361px -174px no-repeat;
}
tbody tr td a.print:hover, .added {
    background-position: -361px -194px!important;
}
.align-center {
    text-align: center;
}
.blue-table, a.launch-details, a.launch-details-neg {
    color: #153b61;
}
.total {
    display: block;
    width: 150px;
    float: left;
    margin: 9px 0 0 9px;
}
.total .total-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #012c56;
}
.total .number-total {
    color: #c66f09;
    font-weight: bold;
}
.pagination {
    margin: 8px 10px 0 0;
}
.pagination a, .pagination span {
    display: block;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #6d6d6d;
    margin-right: 7px;
}
.first, .last, .prev-pag, .next-pag {
    margin-top: 3px;
}
.pagination .first, .pagination .last{
    width: 10px;
    height: 10px;
    background: url(/Content/img/sprites.png) -344px -174px no-repeat;
}
.pagination .prev-pag, .pagination .next-pag {
    width: 6px;
    height: 10px;
    background: url(/Content/img/sprites.png) -354px -174px no-repeat;
}
.pagination .last {
    background-position: -350px -185px;
}
.pagination .next-pag {
    background-position: -344px -185px;
}
.bottom-pagination {
    height: 25px;
    border: 0px solid #fff;
    /*background: url(/Content/img/bg-bottom-pag.png) 0 0 repeat-x;*/
    background-color: #ebebeb; 
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ebebeb), to(#d4d4d4));
    background-image: -webkit-linear-gradient(top, #ebebeb, #d4d4d4); 
    background-image:    -moz-linear-gradient(top, #ebebeb, #d4d4d4);
    background-image:     -ms-linear-gradient(top, #ebebeb, #d4d4d4);
    background-image:      -o-linear-gradient(top, #ebebeb, #d4d4d4);

}
.bottom-pagination .total {
    margin: 5px 9px;
    font-family: Arial, Helvetica, sans-serif;
    color: #636363;
}
.bottom-pagination .num-page {
    margin: 3px 0 0 200px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #636363;
    float: left;
}
.bottom-pagination .num-page a {
    display: inline-block;
    text-align: center;
    width: 18px;
    height: 18px;
    color: #4c4c4c;
    background-color: #cbcbcb;
    line-height: 20px;
}
.bottom-pagination .pagination, .bottom-pagination .pagination-new {
    margin-top: 4px;
}
.pagination-container .pagination {
    margin-top: 1px;
}
/*===== PAGINATION NEW ICONS =====*/
.pagination-new {
    float: right;
    display: block;
    width: 170px;
    height: 15px;
    margin: 8px 10px 0 0;
}
.pagination-new a, .pagination-new span {
    display: block;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #6d6d6d;
    margin-right: 7px;
}
/*.first-n, .last-n, .prev-pag-n, .next-pag-n {
    margin-top: 3px;
}*/
.pagination-new .first, .pagination-new .last {
    margin-top:3px;
    width: 10px;
    height: 10px;
    background: url(/Content/img/track-table-elements.png) 2px top no-repeat;
}
.pagination-new .prev-pag, .pagination-new .next-pag {
    margin-top:3px;
    width: 6px;
    height: 10px;
    background: url(/Content/img/track-table-elements.png) -8px top no-repeat;
}
.pagination-new .last {
    background-position: -24px top !important;
}
.pagination-new .next-pag {
    background-position: -16px top !important;
}
/* NEW PAGINATION ENDS*/
#wrap-cabinet {
    width: 171px;
    position: absolute;
    left: 50%;
    margin-left: 520px;
}
#cabinet.fixed {
  position: fixed;
  top: 0;
}
#cabinet, #cabinet-small{
    width: 169px;
    position: absolute;
    top: 0px;
    margin-top: 330px;
}
#cabinet {
    height: 163px;
    background: url(/Content/img/n-cabinet-bg.png) left top no-repeat;
}
#cabinet-small{
    height: 114px;
    background: url(/Content/img/small-n-cabinet-bg.png) left top no-repeat;
}
#cabinet-small .desc-text {
    padding: 0 0 0 10px;
}
#cabinet .header-cabinet, #cabinet .body-cabinet, #cabinet-small .header-cabinet, #cabinet-small .body-cabinet{
    width: 100%;
}
#cabinet .header-cabinet, #cabinet-small .header-cabinet {
    height: 42px;
}
#cabinet .body-cabinet {
    height: 128px;
}
#cabinet-small .body-cabinet{
    height: 64px
}
#cabinet .title-cabi, #cabinet-small .title-cabi {
    color: #033361;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin:10px 0 0 40px;
}
#cabinet .cabinet-icon {
    width: 22px;
    height: 26px;
    display: block;
    float: left;
    background: url(/Content/img/sprites.png) -339px -195px no-repeat;
    margin: 8px 3px 0 8px;
}
#cabinet .title-cabi, #cabinet .sub-cabi, #cabinet-small .title-cabi, #cabinet-small .sub-cabi {
    display: block;
    float: left;
}
#cabinet .sub-cabi, #cabinet-small .sub-cabi {
    font-size: 11px;
    margin-left: 40px;
}

#cabinet p, #cabinet-small p {
    display: block;
    float: left;
    margin: 27px 0 0 25px;
    width: 110px;
    height: auto;
}
#cabinet .info-cabi, #cabinet-small .info-cabi {
    color: #818181;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    margin-top: 4px;
    margin-left: 30px;
    cursor:pointer;
}
#cabinet .track-icon, #cabinet .print-icon, #cabinet .sel-icon {
    float: left;
    margin-left: 16px;
    margin-right: 7px;
    margin-top: 3px;
}
.cabinet-count{
    display:table;
    margin:10px 0 20px 0;
    clear:both;
    width:93%;
}
.cabinet-count span{
    float:left;
}
.cabinet-count .total-track, .cabinet-count .total-print{
    float:right !important;
}
.desc-text {
    font-size: 11px;
    line-height: 24px;
}
.cabinet-btn {
    display: block;
    width: 144px;
    height: 20px;
    background: url(/Content/img/sprites.png) -138px -179px no-repeat;
    text-align: center;
    color: #fff;
    line-height: 20px;
    margin: 22px 8px 0 8px;
    font-size: 10px;
}

th.headerSortUp span {
    background-image: url(/Content/img/sort_up.png)!important;
}

th.headerSortDown span {
    background-image: url(/Content/img/sort_down.png)!important;
}
.flag-sort {
    display: none;
}
.italic {
    font-style: italic!important; 
}
.underline {
    text-decoration: underline!important;
}
.content-mod .underline {
    display: block;
    font-size: 0.9em;
    width: 240px;
    margin:2px 0 2px 0;
}
.brow {
    color: #c56800!important;
}
.no-border {
    border: none!important;
}
.news-item {
    margin: 0 auto;
    width: 94%;
    height: auto;
    padding: 6px 0;
    border-bottom: 1px dotted #aeaeae;
    overflow: hidden;
}
.news-item .date-new {
    font-size: 10px;
}
.news-item p {
    padding: 0;
    color: #0e3c69;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana, Geneva, sans-serif;
    line-height: 12px;
}
.news-item a {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    color: #8d8d8d;
    margin:10px 0;
}
.news-item img {
    float: left;
    margin: 5px 10px 0 0;
}
#sign-up .content-mod h3 {
    margin-bottom: 35px;
}
/* modifications to the pop-up in project view*/
.ui-dialog {
    -moz-box-shadow:    0px 0px 4px 3px #999;
    -webkit-box-shadow: 0px 0px 4px 3px #999;
    box-shadow:         0px 0px 4px 3px #999;
}
/* END STYLES FOR PROJECT VIEW */


#dialog-modal {
    width: 620px;
    display: none;
    background-color: #d7d7d7;
    padding: 25px;
    overflow: hidden;
}

#areas, #owners-area {
    position: relative;
    background: #e5e7e8;
    box-shadow: 0 2px 5px rgba(174,180,187,1);
    -moz-box-shadow: 0 2px 5px rgba(174,180,187,1);
    -webkit-box-shadow: 0 2px 5px rgba(174,180,187,1);
    overflow: hidden;
    padding-bottom: 20px;
}
#areas, #acw-areas{
    float:left;
}
#owners-area, #cert-area {
    width:794px !important;
    position: relative;
    background: #e5e7e8;
    box-shadow: 0 2px 5px rgba(174,180,187,1);
    -moz-box-shadow: 0 2px 5px rgba(174,180,187,1);
    -webkit-box-shadow: 0 2px 5px rgba(174,180,187,1);
    float:left;
    overflow: hidden;
    padding-bottom: 20px;
}

#dialog-modal h4, #dialog-modal-owners h4 {
    height: 51px;
    background: url(/Content/img/bgMButtons.jpg) 0 -102px repeat-x;
    font-family: Verdana, Geneva, sans-serif;
    color: #FFF;
    font-size: 17px;
    font-weight: bold;
    border: 1px solid #08324d;
    border-bottom: none;
}

#dialog-modal h4 span, #dialog-modal-owners h4 span {
    width: 300px;
    height: 20px;
    float: left;
    margin: 15px 60px;
}

#dialog-modal .icon-Geography {
    width: 27px;
    height: 28px;
    position: absolute;
    top: 10px;
    left: 22px;
    background: url(/Content/img/mapGeography.png) 0 0 no-repeat;
}
#owners-area .icon-Owners{
    width: 27px;
    height: 28px;
    position: absolute;
    top: 10px;
    left: 22px;
    background: url(/Content/img/sprites-owner.png) -8px -14px no-repeat;
}
#dialog-modal .tabs {
    width: 580px;
    height: 45px;
    float: left;
    margin: 20px 20px 0 20px;
    list-style: none;
}
#owners-area .tabs, #cert-area .tabs {
    width: 760px;
    height: 45px;
    float: left;
    margin: 20px 20px 0 20px;
    list-style: none;
}
.tab-container {
    clear: both;
    display: table;
}
#dialog-modal .tabs li:first-child, #dialog-modal .acw-area-tabs li:first-child {
    margin-right: 65px;
}
#owners-area .tabs li:first-child {
    margin-right: 120px;
}
#cert-area .tabs li:first-child {
    margin-right: 120px;
}
#dialog-modal .tabs li a, #dialog-modal div a {
    outline: none;
}
#dialog-modal .tab_content{
    width: 580px;
    float: left;
    border: 1px solid #b9b9b9;
    margin-left: 20px;
    overflow: hidden;
    margin-top: -1px;
    background: #fff;
}
#owners-area .tab_content, #search-container, #cert-area .tab_content {
    width: 760px !important;
    float: left;
    border: 1px solid #b9b9b9;
    margin: 0 0 20px 20px;
    overflow: hidden;
    margin-top: -1px;
    background: #fff;
}
#dialog-modal .tab_content .top-content, #dialog-modal-owners .tab_content .top-content, .acw-areas-tab-container>.tab_content>.top-content {
    width: 100%;
    height: 39px;
    border-bottom: 1px solid #b9b9b9;
    background: #dedede url(/Content/img/geography-top-bg.png) 0 0 repeat-x;
}
#dialog-modal .tab_content .top-content .selectAll, #dialog-modal-owners .tab_content .top-content .selectAll, .acw-areas-tab-container>.tab_content>.top-content>.selectAll   {
    color: #595959;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    float: right;
    position: relative;
}
#dialog-modal .tab_content ul, .acw-areas-tab-container .tab_content ul{
    width: 127px;
    margin: 28px 0 28px 40px;
    list-style: none;
    float: left;
}
#owners-area .tab_content ul {
    width: 350px;
    margin: 28px 0 28px 20px;
    list-style: none;
    float: left;
}
#cert-area .tab_content ul {
    width: 210px;
    margin: 28px 10px 28px 20px;
    list-style: none;
    float: left;
}
#cert-area .find-container ul {
    width: 90%;
    margin: 28px auto 28px auto;
    list-style: none;
}
#dialog-modal .tab_content ul li, #dialog-modal .popup-content ul li, .acw-areas-tab-container .tab_content ul li{
    width: 127px;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #595959;
    margin-bottom: 5px;
    padding: 4px 4px 4px 10px;
    cursor: pointer;
    background: url(/Content/img/plus.png) 97% 50% no-repeat;
}
#owners-area .tab_content ul li {
    width: 330px;
    line-height:20px;
}
#cert-area .tab_content ul li, #refine-categories ul li {
    width: 200px !important;
    line-height: 20px;
}
#refine-categories .options li{
    line-height: 20px;
}

#cert-area .find-container ul li {
    width: 190px;
    margin: 6px 10px 6px 0;
    float: left;
}
#dialog-modal .tab_content ul li.selected, #refine-categories ul li.selected {
    background-image: url(/Content/img/dash.png);
    background-color: #f2d18b;
    border-color: #dc6d00;
}
#dialog-modal .tab_content ul li:hover, #refine-categories ul li:hover,  .acw-areas-tab-container .tab_content ul li:hover{
    background-color: #f2d18b;
    border-color: #dc6d00;
}
#dialog-modal .buttonSave{
    margin: 15px 20px 0 0;
}
#owners-area .buttonSave {
    margin: 15px 20px 0 20px;
    display:block;
    clear:both;
    float:right !important;
}
.buttonSave {
    background: url(/Content/img/bgLButtons.png) 0 -129px no-repeat;
    padding-left: 12px;
}
.text .icon {
    float: left;
    width: 20px;
    height: 21px;
    background: url(/Content/img/sprites.png) -380px -212px no-repeat;
    margin-top: 7px;
    margin-right: 7px;
}
.buttonSave .text {
    height: 34px;
    float: left;
    color: #1b4b79;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    background: url(/Content/img/bgMButtons.jpg) 0 -182px repeat-x;
    line-height: 32px;
    font-size: 12px;
}
.buttonSave > span:last-child {
    width: 9px;
    height: 34px;
    float: right;
    background: url(/Content/img/bgRButtons.png) 0 -129px no-repeat;
}
.buttonSave:hover {
    background-position: left -289px;
}
.buttonSave:hover .text {
    background-position: left -342px;
}
.buttonSave:hover > span:last-child {
    background-position: right -289px;
}
/* FIN ESTILOS NUEVOS */
/*new styles owners search box*/
#search-container{
    display:table;
}
#search-container h3{
    color:#2e4e75;
    font: bold 1em/1em Verdana;
    display:block;
    float:left;
    width:170px;
    margin:20px 0 0 10px;
}
#cert-area #search-container h3{
    color:#2e4e75;
    font: bold 1em/1em Verdana;
    display:block;
    float:left;
    width:100px;
    margin:20px 0 0 50px;
}
.ofind-icon{
    display:block;
    width:18px;
    height:18px;
    float:left;
    margin:-4px 10px 0 0;
    background:url(/Content/img/sprites-owner.png) -10px -98px no-repeat;
}
.ocert-icon{
    display:block;
    width:17px;
    height:27px;
    float:left;
    margin:-4px 10px 0 0;
    background:url(/Content/img/icon-certificates.png) left top  no-repeat;
}
.gray-bar{
    display:block;
    background:url(/Content/img/gray-bar-bg.png) left top repeat-x;
    height:51px;
    border-bottom:1px solid #bfbfbf;
}
.gray-bar h4{
    background:none !important;
    border: none !important;
    width:180px !important;
    float:left;
}
#quickFind{
    display:block;
    float: left;
    width: 450px;
    margin: 10px 10px 0 0;
}
#quickFind input[type="text"] {
    border: 1px solid #B3B3B3;
    color: #333333;
    font: 0.8em/0.5em Verdana;
    height: 26px;
    width: 400px;
}
#quickFind input[type="image"] {
    margin-left: -6px;
}
.reset-link {
    font-size: 0.8em;
    display: block;
    border-left: 1px solid #333;
    float: left;
    padding-left: 10px;
    margin-top: 16px;
}
.owners-list-table {
    width: 744px;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    margin: 20px 0 20px 6px;
}
.owners-list-table th {
    background: url(/Content/img/bg-table-owners.png) repeat-x scroll left top transparent;
    border-bottom: 1px solid #999999;
    color: #0E3052;
    height: 28px;
    text-align: left;
}
.owner-info {
    width: 510px;
}
.city-info {
    width: 150px;
}
.state-info {
    border-right: 1px solid #CCCCCC;
    width: 84px;
}
.owners-list-table td {
    color:#626262;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    font:normal 0.8em/0.5em Verdana;
    padding:12px 0 4px 10px;
    text-transform:uppercase;
}

.owners-list-table th > span {
    display: block;
    padding: 4px 0 4px 16px;
}

.owners-list-table th > span {
    border-left: 1px solid #9D9FA1;
    display: block;
    padding: 4px 0 4px 16px;
}
.owners-list-table th.owner-info > span {
    border-left: none;
    display: block;
    padding: 4px 0 4px 16px;
}
.owners-list-table td input[type="checkbox"] {
    display: none;
}
.owners-list-table td input[type="checkbox"] + label span{
    display: inline-block !important;
    margin:0 10px 0 0;
    width:25px;
    height:25px;
    background:url(/Content/img/sprites-owner.png) -64px -55px no-repeat !important;
    vertical-align:middle;
    cursor:pointer;
}
.owners-list-table td input[type="checkbox"]:checked + label span{
    background:url(/Content/img/sprites-owner.png) -64px -12px no-repeat !important;
}
.owners-list-table td label{
    color:#0e3052;
    font-weight:bold;
    text-transform:none;
}
/* Cabinet Owners & categories Styles*/

.cabinet-box{
    float: left;
    height: 296px;
    width: 168px;
    padding:0 16px 0 16px;
}

#cabinet-selected-owners {
    background: url(/Content/img/cabinet-owners-selected.png) no-repeat scroll left top transparent;
    margin: 100px 0 0 20px;
}
#cabinet-selected-categories{
    margin: 20px 0 0 20px;
    background: url(/Content/img/cabinet-categories.png) no-repeat scroll left top transparent;
}

.cabinet-owners-header {
    display: block;
    height: 34px;
    margin: 22px 0 13px 36px;
}
.cabinet-category-header {
    display: block;
    height: 34px;
    margin: 22px 0 13px 10px;
}
.cabinet-owners-header h5, .cabinet-category-header h5 {
    color: #0E3052;
    font: bold 1em/0.5em Verdana;
    margin: 4px 0 2px;
}
.cabinet-owners-header a, .cabinet-category-header a{
    font:bold 0.7em/0.4em Verdana;
    color: #c66f09 !important;
}
.cabinet-list-contents{
    width: 100%;
    height: 197px;
    overflow: auto;
}
.scroll-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font:0.8em/1em verdana;
    color:#0e3052;
}
.scroll-list li{
    display:block;
    line-height:1.2em;
    margin:6px 0 6px 0;
    background:url(/Content/img/cab-owner-not-selected.png) 94% center no-repeat;
    padding:2px 10px 2px 4px;
    cursor:pointer;
}
.scroll-list li.selected{
    background:url(/Content/img/cab-owner-selected.png) 94% center no-repeat !important;
}
/* new styles registration page*/
.info-block, .table-contractors {
    border-bottom: 2px dotted #CCCCCC;
    margin: 20px 10px 20px;
    padding: 0 0 20px;
    clear:both;
}
#tracking-table>thead>tr>th>span{
    height:auto !important;
    line-height: inherit;
}
.iconArea {
    display: block;
    min-height: 34px;
}
#RegisterSideBar1 {
    background: url(/Content/img/01-door-nofill.png) no-repeat 28px 2px;
}
#RegisterSideBar2 {
    background: url(/Content/img/02-profile-nofill.png) no-repeat 28px 2px;
}
#RegisterSideBar3 {
    background: url(/Content/img/03-inquiry-nofill.png) no-repeat 28px 2px;
}
#RegisterSideBar4 {
    background: url(/Content/img/04-link-nofill.png) no-repeat 28px 2px;
}
#RegisterSideBar5 {
    background: url(/Content/img/05-location-nofill.png) no-repeat 28px 2px;
}
#RegisterSideBar6 {
    background: url(/Content/img/06-pic-nofill.png) no-repeat 28px 2px;
}
#RegisterSideBar7 {
    background: url(/Content/img/07-test-nofill.png) no-repeat 28px 2px;
}

.contact-header {
    color: #BE6201;
    font: 1.3em/1.1em Tahoma;
    padding: 40px;
}

.contact-header > b {
    color: #14263C;
    display: block;
}
.registration-address {
    background: url(/Content/img/icon-address-right.png) no-repeat scroll 40px 4px transparent;
}
.phone-info {
    background: url(/Content/img/icon-phone-right.png) no-repeat scroll 40px 4px transparent;
}
.phone-fast {
    background: url(/Content/img/icon-phonefast-right.png) no-repeat scroll 40px 4px transparent;
}
a.email-info {
    background: url(/Content/img/icon-mail-right.png) no-repeat scroll 40px 4px transparent;
    color: #18334D;
    font: 1.1em/1.4em Tahoma;
    padding: 0 30px 10px 65px;
}
/* ==== Styles for Category Popup ==== */
#category-window {
    width:820px !important;
    position: relative;
    background: #e5e7e8;
    box-shadow: 0 2px 5px rgba(174,180,187,1);
    -moz-box-shadow: 0 2px 5px rgba(174,180,187,1);
    -webkit-box-shadow: 0 2px 5px rgba(174,180,187,1);
    float:left;
    overflow: hidden;
    padding-bottom: 20px;
}
#category-window .tabs {
    width: 790px;
    height: 45px;
    float: left;
    /*margin: 20px 20px 0 30px;*/
    margin: 20px 20px 0 14px;
    list-style: none;
}
#category-window .tab_content {
    /*width: 770px !important;*/
    width: 790px !important;
    float: left;
    border: 1px solid #b9b9b9;
    margin: 0 0 20px 20px;
    overflow: hidden;
    margin-top: 1px;
    background: #fff;
}
.keyword-selection-box {
    display:table;
    clear:both;
}
.keyword-selection-box h5{
    color: #113d6b;
    display: block;
    padding: 0 0 0 20px;
}
#category-window .tabs li a span:first-child{
    display: inline-block;
    width: inherit;
    background:none;
    margin:0;
    padding:0;
}
#wrapper-bhistory .tabs li a span:first-child, .left-column-area .tabs li a span:first-child, .classifieds-ads .tabs li a span:first-child {
    display: inline-block;
    width: 6px;
    height: 10px;
    float:left;
    margin:3px 2px 0 0;
    padding:0;
}


#wrapper-bhistory .track-action-icon {
    display: block;
    float: right;
    text-indent: -6000px;
    background: url(/Content/img/blue-tracking-icon.png) no-repeat;
    width: 19px;
    height: 20px;
    margin: 8px 40px 0 0px;
}
#category-window .tabs li {
    /*margin-left: -12px !important;*/
    margin-left: 0px !important;
}
#category-window .tabs li a{
    font-size:10px;
    line-height:12px;
    font-weight:bold;
    background-image: url(/Content/img/sprites-adv-rep.png);
    background-repeat:no-repeat;
    height:31px;
}
#wrapper-bhistory .tabs li a, .left-column-area .tabs li a, .classifieds-ads .tabs li a, .mlistings-popup .tabs li a{
    font-size:12px;
    line-height:12px;
    font-weight:bold;
    background-image: url(/Content/img/tabs-sizes.png);
    background-repeat:no-repeat;
    height:25px;
}
#category-window .tabs li a.small{
    width:77px !important;
    padding:8px 0px 0 20px !important;
    background-position: -1px top;
}
#wrapper-bhistory .tabs li a.small, .tab-sizes .tabs li a.small, .mlistings-popup .tabs li a.small{
    width:82px !important;
    padding:14px 0px 0 16px !important;
    background-position: -1px top;
}
#category-window .tabs li a.medium{
    width:90px !important;
    padding:8px 20px 0 20px !important;
    background-position: -104px top;
}
#wrapper-bhistory .tabs li a.medium, .tab-sizes .tabs li a.medium, .mlistings-popup .tabs li a.medium{
    width:104px !important;
    padding:14px 10px 0 16px !important;
    background-position: -104px top;
}
#category-window .tabs li a.large{
    width:150px !important;
    padding:8px 10px 0 20px !important;
    background-position: -238px top;
}
#wrapper-bhistory .tabs li a.large, .left-column-area .tabs li a, .tab-sizes .tabs li a.large, .mlistings-popup .tabs li a.large{
    width:150px !important;
    padding:14px 10px 0 20px !important;
    background-position: -238px top;
}
#category-window .tabs li a.large.active-tab{
    width:150px !important;
    padding:8px 10px 0 20px !important;
    background-position: -238px -43px;
}
#category-window .buttonSave {
    margin: 0 30px 0 0;
}
#wrapper-bhistory .tabs li a.large.active-tab, .left-column-area .tabs li a.active-tab, .tab-sizes .tabs li a.large.active-tab, .mlistings-popup .tabs li a.large.active-tab{
    width:150px !important;
    padding:14px 10px 0 20px !important;
    background-position: -238px -43px;
}
#category-window .tabs li a.small.active-tab{
    width:77px !important;
    padding:8px 0px 0 20px !important;
    background-position: -1px -43px;
}
#wrapper-bhistory .tabs li a.small.active-tab, .tab-sizes .tabs li a.small.active-tab, .mlistings-popup .tabs li a.small.active-tab{
    width:82px !important;
    padding:14px 0px 0 16px !important;
    background-position: -1px -43px;
}
#category-window .tabs li a.medium.active-tab{
    width:90px !important;
    padding:8px 20px 0 20px !important;
    background-position: -104px -43px;
}
#wrapper-bhistory .tabs li a.medium.active-tab, .tab-sizes .tabs li a.medium.active-tab, .mlistings-popup .tabs li a.medium.active-tab{
    width:104px !important;
    padding:14px 10px 0 16px !important;
    background-position: -104px -43px;
}
.keywords-content-bar {
    display:table;
    background: url(/Content/img/bg-category-popup.png)  left top repeat-x;
    width:100%;
    height:74px;
}
.keywords-content-bar h4 {
    background: none !important;
    border: none !important;
    font-size: 12px !important;
    float: left;
    width: 464px;
    color: #636363 !important;
    padding: 10px 0 0 20px;
    font-weight: normal !important;
}
.keywords-content-bar h4 b {
    color: #0f2c48 !important;
    font-size: 14px !important;
    display:block;
    clear:both !important;
}
.keywords-content-bar h4 strong{
    color: #b16000 !important;
}
.buttons-keywords {
    width: 116px;
    height: 32px;
    display: block;
    float: left;
    margin: 20px 0 0 140px;
}
a.reset-keywords {
    color: #636363 !important;
    font: bold 10px/11px Verdana, Geneva, sans-serif;
    width: 86px;
    height: 22px;
    padding: 10px 0 0 30px;
    display: block;
    float: left;
    background: url(/Content/img/n-button-reset.png) left center no-repeat;
}
a.save-keywords{
    color:#ffffff !important;
    font: bold 10px/11px Verdana, Geneva, sans-serif;
    width:93px;
    height:21px;
    padding:10px 0 0 30px;
    display:block;
    float:left;
    background: url(/Content/img/sprites-adv-rep.png) -117px -89px no-repeat;
}
a.reset-keywords:hover{
    background: url(/Content/img/n-button-reset-over.png) left center no-repeat;
}
a.save-keywords:hover{
    background: url(/Content/img/sprites-adv-rep.png) -117px -122px no-repeat;
}
.keyword-title{
    color: #c06800;
    font:bold 14px/16px Verdana, Geneva, sans-serif;
    padding: 8px;
    margin: 20px 0 20px 10px;
    width:90%;
    display:block;
    background: #ebebeb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.keyword-title b{
    font-size: 16px;
    color: #113d6b;
}
#category-window .tab_content ul {
    width: 140px;
    margin: 10px 0 20px 20px;
    list-style: none;
    float: left;
}

#category-window .tab_content ul li {
    width: 140px;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #595959;
    margin-bottom: 5px;
    padding: 4px 4px 4px 10px;
    cursor: pointer;
    background: url(/Content/img/plus.png) 138px 12px no-repeat;
}

/* Cabinet Categories Styles*/

#cabinet-selected-keywords {
    background: url(/Content/img/cabinet-select-keywords.png) no-repeat scroll left top transparent;
    float: left;
    height: 594px;
    width: 154px;
    padding:0 16px 0 16px;
    margin: 100px 0 0 10px;
}

.cabinet-keywords-header {
    display: block;
    height: 34px;
    margin: 12px 0 13px 36px;
}
.cabinet-keywords-header h5 {
    color: #c66f09;
    font: bold 11px/12px Verdana;
    margin: 4px 0 2px;
}
.cabinet-keywords-header h5 b {
    color: #0E3052;
    font: bold 12px/14px Verdana;
}
.cabinet-keywords-header a{
    font:bold 0.7em/0.4em Verdana;
    color: #c66f09 !important;
}
#cabinet-selected-keywords .scroll-list{
    display:table;
    margin:0;
    width:100%;
}
.cabinet-list-contents{
    width: 100%;
    height: 197px;
    overflow: auto;
}
.keyword-list-contents{
    width:100%;
    height:446px;
    overflow:auto;
}
.scroll-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font:0.8em/1em verdana;
}
.scroll-list li{
    display:block;
    line-height:1.2em;
    margin:6px 0 6px 0;
    background:url(/Content/img/cab-owner-not-selected.png) 94% center no-repeat;
    padding:2px 10px 2px 4px;
    cursor:pointer;
    color:#999999;
}
.scroll-list li.selected{
    background:url(/Content/img/cab-owner-selected.png) 94% center no-repeat !important;
    color:#0e3052;
}
.add-keywords-field label{
    font-size:10px;
    display:block;
    margin: 10px 0 0 10px;
}
#addKeyword{
    width:126px;
    height:18px;
    border:1px solid #fff;
    margin: 0 0 0 2px;
    float:left;
}

/* bid stage styles*/

#wrap-bid {
    width:320px !important;
    height:auto;
    position: relative;
    background: #e5e7e8;
    box-shadow: 0 2px 5px rgba(174,180,187,1);
    -moz-box-shadow: 0 2px 5px rgba(174,180,187,1);
    -webkit-box-shadow: 0 2px 5px rgba(174,180,187,1);
    float:left;
    padding-bottom: 20px;
}
#bid-contents{
    background:#fff;
    width:297px;
    margin:0 auto 0 auto;
    padding:10px 0 10px 0;
}
.bid-header{
    background:url(/Content/img/sprites-adv-rep.png) -3px -154px no-repeat;
    width: 297px;
    height: 39px;
    margin:10px auto 0 auto;
}
.bid-header h3{
    color:#fff;
    font-size: 16px;
    font-weight: bold;
    display:block;
    float:left;
    padding:10px 0 0 10px;
    width: 130px;
}
a#selAll{
    width: 60px;
    color: #EEE;
    text-decoration: none;
    font-size: 10px;
    float:left;
    margin-top: 20px;
    margin-left: 80px;
    display: block;
    border:none !important;
}
.bid-opt-box {
    display: table;
    clear: both;
    width: 275px;
    margin: 10px auto 10px auto;
    border: 1px solid #ccc;
}
.check-title {
    height: 26px;
    background: #e4e4e4;
    display: block;
    padding: 10px;
}
.check-title input[type="checkbox"] {
    float: left;
    margin: 2px 10px 0 0;
}
.check-title label {
    font-weight: bold;
}
.radio-options {
    display: block;
    padding: 10px;
    font-size: 10px;
}
.radio-options label {
    font-size: 10px;
    display:block;
}
.radio-options label input {
    float: left;
    margin: 0 4px 0 0;
}
.bid-days {
    width: 20px !important;
}

/* Require Certifications Style */
#cabinet-selected-items-cert {
    background: url(/Content/img/cabinet-certificates.png) no-repeat scroll left top transparent;
    float: left;
    height: 294px;
    width: 166px;
    padding:0 16px 0 16px;
    margin: 100px 0 0 20px;
}

.cabinet-cert-header {
    display: block;
    height: 34px;
    margin: 22px 0 13px 36px;
}
.cabinet-cert-header h5 {
    color: #0E3052;
    font: bold 1em/0.5em Verdana;
    margin: 4px 0 2px;
}
.cabinet-cert-header a{
    font:bold 0.7em/0.4em Verdana;
    color: #c66f09 !important;
}

/* styles for tracking results */
.info-block{
    clear:both;
}

.info-block table{
    width:100%;
    margin: 0 auto 0 auto;
}
.tracking-results tbody{
    border-top:1px solid #d0d0d0;
    border-left:1px solid #d0d0d0;
}
.tracking-results td {
    border-right:1px solid #d0d0d0;
    border-bottom:1px solid #d0d0d0;
    font: bold 1em/0.8em Arial;
    color:#0E3052;
}
.tracking-results th{
    color:#0e3052;
    font:bold 0.9em/1.5em Verdana;
    background:url(/Content/img/track-thead-bg.png) left top repeat-x;
}
.tracking-results th span.ui-icon{
    float:right;
    margin:-5px 0 0 0;
}

.data>tbody>tr>td>a.icon:hover {
    color: #0e2748 !important;
}
/*Defining column widths*/
th.updated {
    width:64px;
}
th.date{
    width:72px;
}
th.bid-stage{
    width:98px;
}
th.project-title{
    width:458px;
}
th.print, th.trash{
    width:80px;
}
/* column widths end*/
.tracking-results .even{
    background:#f3f4f8 !important;
}
.r-date{
    font:normal 1em/0.8em Arial !important;
    text-align:center;
    color: #464646 !important;
}
th.updated p{
    display:inline-block;
    text-indent:-6000px;
    background:url(/Content/img/flag-blue.png) center center no-repeat;
    float:left;
    width:17px;
    height:31px;
    margin:0 0 0 20px;
}
/*fix we are applying only for the updated column because the flag icon*/
th.updated span{
    margin:5px 0 0 0 !important;
}
/*fix ends*/
.tracking-results td h5{
    font:bold 1.1em/1.5em Arial !important;
    margin:0 0 0 20px;
    color:#153b61;
}
.tracking-results td p{
    font:normal 11px/14px Arial !important;
    margin:4px 0 0 20px;
    color: #464646 !important;
}
.tracking-results td h6{
    font:normal 0.9em/1.5em Arial !important;
    margin:4px 15px 10px 20px;
    padding:0 0 0 20px;
    color:#666;
}
.tracking-results td h6 b{
    color:#cb7719;
    display:block;
    font:bold 1em/1.5em Arial !important;
    margin-left:-20px;
    padding-left:20px;
    background:url(/Content/img/track-notes-flag.png) left 2px no-repeat;

}
td.r-updated p {
    display:block;
    width:90%;
    margin:6px auto 6px auto !important;
    padding:26px 0 0 0 !important;
    background:url(/Content/img/track-updated-flag.png) center top no-repeat;
    font:normal 0.8em/0.5em Arial !important;
    color:#c86f0b !important;
    text-align:center;
}
/* styles for the print and delete checkboxes*/
td.print-record input[type="checkbox"] {
    display: none;
}
td.print-record input[type="checkbox"] + label span{
    display: inline-block !important;
    margin:0 10px 0 0;
    width:20px;
    height:20px;
    background:url(/Content/img/track-table-icons.png) left top no-repeat !important;
    vertical-align:middle;
    cursor:pointer;
    text-indent:-6000px;
}
td.print-record input[type="checkbox"]:checked + label span{
    background:url(/Content/img/track-table-icons.png) -22px top no-repeat !important;
}
.table-keys-top{
    width:99.8%;
    height:32px;
    background:url(/Content/img/track-nav-bar-bg.png) left top repeat-x;
    margin:0 auto 0 auto;
    display:table;
    border-top:1px solid #c0bfbf;
    border-right:1px solid #c0bfbf;
    border-bottom:1px solid #ffffff;
    border-left:1px solid #c0bfbf;
}
.table-keys-bottom{
    width:99.8%;
    height:32px;
    background:url(/Content/img/track-nav-bar-bg.png) left top repeat-x;
    margin:0 auto 0 auto;
    display:table;
    border-top:1px solid #ffffff;
    border-right:1px solid #c0bfbf;
    border-bottom:1px solid #c0bfbf;
    border-left:1px solid #c0bfbf;
}
.dataTables_info, .dataTables_paginate, .length-links {
    width:auto;
    padding-top:8px;
    display:block;
    float:left;
    font-size:0.8em;
}
.length-links span{
    float:left;

}
.dataTables_info{
    padding-left:10px;
    font-weight:bold;
    color:#999;
}
.data p a:hover span {
    color: #cc6500;
}
.dataTables_info b{
    color: #c86f0b;
}
.length-links{
    padding-left:180px;
}
.text-bar, .show{
    padding:0 0 0 10px;
}
.show{
    font-weight:bold;
    cursor:pointer;
}
.dataTables_paginate{
    padding-left: 270px;
}
.dataTables_paginate a, .dataTables_paginate span a{
    margin-right: 6px !important;
}
.dataTables_paginate span a{
    padding:2px;
}
a.for-print{
    display:block;
    width:20px;
    height:20px;
    margin:auto;
    text-indent:-6000px;
    background:url(/Content/img/track-table-icons.png) left top no-repeat;
}
a.for-print:hover, .p-yes{
    background:url(/Content/img/track-table-icons.png) -22px top no-repeat !important;
}
a.for-trash{
    display:block;
    width:20px;
    height:25px;
    margin:auto;
    text-indent:-6000px;
    background:url(/Content/img/track-table-icons.png) left -22px no-repeat;
}
a.for-trash:hover, .t-yes{
    background:url(/Content/img/track-table-icons.png) -22px -22px no-repeat !important;
}
#tracking-table .ui-icon {
    background-image:url(/Content/img/track-table-elements.png) !important;
    background-repeat: no-repeat;
    width:8px;
    height:13px;
    margin-right:4px !important;
    margin-top:-2px !important;
}
#tracking-table .ui-icon-carat-2-n-s{
    background-position: left -11px !important;
}
#tracking-table .ui-icon-triangle-1-n{
    background-position: -20px -11px !important;
}
#tracking-table .ui-icon-triangle-1-s{
    background-position: -10px -11px !important;
}
#tracking-table th.updated .ui-icon-carat-2-n-s, #tracking-table th.updated .ui-icon-triangle-1-n, #tracking-table th.updated .ui-icon-triangle-1-s {
    margin-top:8px !important;
}
.dataTables_paginate span a{
    background:none !important;
    border:none !important;
}
.dataTables_paginate .first, .dataTables_paginate .previous, .dataTables_paginate .next, .dataTables_paginate .last {
    width:6px !important;
    height:10px !important;
    text-indent:-6000px;
    border:none !important;
}
.dataTables_paginate .first{
    background:url(/Content/img/track-table-elements.png) left top no-repeat !important;
}
.dataTables_paginate .previous{
    background:url(/Content/img/track-table-elements.png) -8px top no-repeat !important;
    margin-top:2px !important;
}
.dataTables_paginate .next{
    background:url(/Content/img/track-table-elements.png) -16px top no-repeat !important;
    margin-top:2px !important;
}
.dataTables_paginate .last{
    background:url(/Content/img/track-table-elements.png) -24px top no-repeat !important;
}
.info-block .t-gray-header{
    border-top:1px solid #cdcdcd;
}

/* owners and design reports styles*/
.t-gray-header{
    display:table;
    height:33px;
    width:100%;
    background:url(/Content/img/reports-gray-bar-bg.png) left top repeat-x;
    clear:both;
}
.t-gray-header span{
    font:bold 0.9em/1em Verdana;
    text-shadow:1px 1px #EEE;
}
.left-gray-title {
    display: block;
    float: left;
    padding: 10px 0 0 10px;
    color: #636363;
}
.right-gray-title {
    display: block;
    float: right;
    padding: 10px 12px 6px 12px;
    background:url(/Content/img/table-division-line.png) left 6px no-repeat;
}
.t-blue-header{
    display:table;
    clear:both;
    width:100%;
    height:37px;
    padding:4px 0 0 0;
    background:url(/Content/img/reports-blue-bar-bg.png) left top repeat-x;
}
.blue-header-title b {
    color: #fff;
    font-size: 1.2em;
}
.blue-header-title {
    color: #8eb6e1;
    font: normal 1.1em/1em Verdana;
    display: block;
    float: left;
    width: auto;
    padding: 10px 10px 0 10px;
}
.blue-phone-icon {
    display: block;
    float: left;
    width: 13px;
    height: 13px;
    text-indent: -6000px;
    background: url(/Content/img/blue-phone-icon.png) no-repeat;
    margin: 10px;
}
.blue-mail-icon {
    display: block;
    float: left;
    width: 13px;
    height: 13px;
    text-indent: -6000px;
    background: url(/Content/img/blue-email-icon.png) no-repeat;
    margin: 10px;
}
.total-files-info {
    display: block;
    float: right;
    margin: 10px 30px 0 20px;
}
.total-files-info b {
color: #cb7a1c;
}
.total-files-info span {
color: #EEE;
}
.print-action-icon {
    display: block;
    float: right;
    text-indent: -6000px;
    background: url(/Content/img/blue-print-icon.png) no-repeat;
    width: 19px;
    height: 20px;
    margin: 8px 18px 0 10px;
}
.select-action-icon {
    display: block;
    float: right;
    text-indent: -6000px;
    background: url(/Content/img/blue-selected-icon.png) no-repeat;
    width: 19px;
    height: 20px;
    margin: 10px 24px 0 30px;
}
.track-action-icon {
    display: block;
    float: right;
    text-indent: -6000px;
    background: url(/Content/img/blue-tracking-icon.png) no-repeat;
    width: 19px;
    height: 20px;
    margin: 8px 24px 0 0px;
}
a.select-action-icon:hover, a.select-action-icon.added {
    background: url(/Content/img/select-over-icon.png) no-repeat !important;
}
a.track-action-icon:hover, a.track-action-icon.added {
    background: url(/Content/img/track-over-icon.png) no-repeat !important;
}


.bid-cell p {
    color: #042444 !important;
    font-weight: bold;
}
.owner-table td p{
    margin:8px 4px 4px 4px !important;
}
.owner-table td p b{
    display:block;
}
.project-cell p{
    padding: 0 0 0 10px;
}
th.bid-stage {
    width: 100px !important;
}
th.date{
    width: 76px !important;
}
th.project-title{
    width: 360px !important;
}
th.location{
    width: 130px !important;
}
th.location span{
    text-align:center !important;
}
th.state{
    width: 50px !important;
}
.bid-cell.remark p, td.remark p b{
    color:#cc6500 !important;
}
th.contract{
    width: 120px !important;
}
th.contract span, th.states span, th.locations span{
    text-align:center !important;
}
th.projects-title{
    width:260px !important;
}
td.email-cell{
    font-weight:bold;
}
.email-icon {
    background: url(/Content/img/gray-email-icon.png) no-repeat;
    display: block;
    width: 13px;
    height: 10px;
    text-indent: -6000px;
    margin: 2px auto;
}
.award {
    background: url(/Content/img/award-icon.png) center top no-repeat;
    padding-top: 20px !important;
}
.gray-fill {
    display: block;
    height: 10px;
    background: #ddd;
    margin-bottom:10px;
}
.foot-pag {
    background: #ccc !important;
    display: table;
    width: 100%;
    border: none;
}

/* ====== ABOUT US STYLES =======*/
.top-content{
    width:100%;
    display:table;
    border-bottom:1px solid #fff;
    box-shadow:0px 0px 3px #888888;
    height:220px;
}

#slider-left{
    display:block;
    float:left;
    width:434px;
    height:191px;
}

#search-side{
    display:block;
    float:left;
    width:440px;
    padding:4px 10px;
    height:212px;
    background:url(/Content/img/search-area-bg.jpg) left top no-repeat;
}
#left-content-block{
    width:516px;
    padding:0 30px 20px 30px;
    margin:30px 0 0 0;
    float:left;
    display:block;
    background:url(/Content/img/dot-vert.png) 574px top repeat-y;
}
#right-content-block{
    width:280px;
    margin:30px 0 0 0;
    display:block;
    float:right;
}
#about-info{
    display:block;
    padding:0 0 30px 0;
    background:url(/Content/img/dot-horiz.png) left 96% repeat-x;
}
#about-info h3{
    font-size: 1.3em;
    line-height: 1.5em;
    color:#c86f0b;
    font-weight:bold;
}
#about-info h3 b{
    font-size:1.4em;
    display:block;
    color:#083762;
    padding:0 0 10px 0;
}
.features-list {
    list-style-type: none;
    color: #646464;
    font-size: 1.1em;
    margin: 0 0 10px 25px;
}
.features-list li {
    display: block;
    padding: 4px 0 4px 30px;
    background: url(/Content/img/about-checkmark.png) 5px center no-repeat;
    line-height:1.8em;
}
#staff-list h3 {
    font-size: 1.8em;
    color: #083762;
    margin: 10px 0 30px 0;
}
.staff-member{
    margin:0 0 30px 0;
}
.staff-member h4 {
    font-size: 1.2em;
    font-weight: bold;
    color: #c86f0b;
    clear: right;
}
.staff-member img {
    float: left;
    margin: 0 30px 20px 0;
}
.staff-member h5{
    font-size: 0.9em;
    font-weight: normal;
    color: #646464;
    float: left;
    clear: right;
    padding:0;
    margin:0;
}
.staff-member p {
    display: block;
    font-size: 0.9em;
    font-weight: normal;
    color: #646464;
    clear: both;
    margin: 12px 0 12px 0;
}
.staff-member .linkedIn {
    display: inline-block;
    float: left;
    clear: right;
    text-decoration: underline;
    font-size: 1em;
    color: #083762;
    font-weight: bolder;
    padding: 4px 0 4px 20px;
    background: url(/Content/img/linkedin-icon.png) left center no-repeat;
    margin: 10px 0;
}
.comment-block{
    width:260px;
    text-align:left;
    padding:25px 20px 25px 0px;
    display:block;
    clear:both;
    margin:10px 0 10px 0;
}
.comment-block q {
    font-size: 1em;
    font-style: italic;
    color: #737373;
    line-height: 1.8em;
}
.testimonial-name {
    display: block;
    padding: 4px 0 4px 0;
    background: url(/Content/img/testimonials-icon.png) left center no-repeat;
    color: #083762;
    padding: 2px 0 2px 25px;
    margin: 10px 0 0 30px;
    font-weight: bold;
    font-size: 0.9em;
}

/* Delete warning message*/
.warning-message {
    padding: 0 20px 0 30px;
    background: url(/Content/img/warning-icon.png) left top no-repeat;
    margin: 10px 20px 0 20px;
}

.buttonYes, .buttonClose {
    border: 1px solid #999;
    padding: 6px 10px;
    background: #EEE;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
    -khtml-border-radius: 5px; /* for old Konqueror browsers */
}
.boxes-area{
    min-height: 466px;
}
/* hide block of temporary information*/
.hidden-block{
    display:none;
    overflow:hidden;
}
.add-keywords-field {
    display: table;
    clear: both;
    margin:0 0 20px 0;
}

/* ===== Category window styles ===== */

#refine-categories{
    width: 560px !important;
    position: relative;
    background: #fff;
    box-shadow: 0 2px 5px rgba(174,180,187,1);
    -moz-box-shadow: 0 2px 5px rgba(174,180,187,1);
    -webkit-box-shadow: 0 2px 5px rgba(174,180,187,1);
    float: left;
    overflow: hidden;
    padding-bottom: 20px;
}
.cat-header{
    height: 51px;
    background: url(/Content/img/bgMButtons.jpg) 0 -102px repeat-x;
    font-family: Verdana, Geneva, sans-serif;
    color: #FFF;
    font-size: 17px;
    font-weight: bold;
    border: 1px solid #08324d;
    border-bottom: none;
    display:block;
}
.cat-header h3 {
    font: bold 1em/1.4em Verdana;
    margin: 14px;
    display: block;
    width: auto;
    float: left;
    padding: 0 160px 0 10px;
}
.cat-header label {
    display: block;
    float: left;
    margin: 20px 0 0 0;
    color: #fff;
    font: normal 0.6em/0.6em Verdana;
}
.cat-header input {
    float: left;
    margin: 16px 0 0 10px;
}
#categories-list .options {
    list-style-type: none;
    display: block;
    width: 250px;
    float: left;
    margin: 0 10px 0 20px;
}
.catCheck {
    float: left;
    margin: 0 10px 0 0;
}
.opt-item label {
    display: block;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    cursor:pointer;
}
.helptext {
    display: block;
    float: right;
    width: 16px;
    height: 16px;
    background: url(/Content/img/icon-help.png) center center no-repeat;
    text-indent: -6000px;
    margin: -18px 0 0 0;
    color: #FFF;
}
#refine-categories .buttonSave {
    display: table;
    clear: both;
    margin-right: 0;
}

.spc-right {
    margin-right: 20px !important;
}

/* new styles for tooltip*/
.ui-tooltip, .arrow:after {
    background: #d8924c !important;
    border: 1px solid white !important;
  }
  .ui-tooltip {
    padding: 10px 20px;
    color: #fff !important;
    border-radius: 0px !important;
    font: normal 0.8em/1.2em Arial !important;
    box-shadow: 0 0 7px black;
    max-width: 200px !important;
  }
  .arrow {
    width: 80px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow.right {
    left: 90%;
  }
   .arrow.center {
    left:50%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 20px;
    height: 20px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }

  /* home changes additions */
.input-search input[type="checkbox"] {
    display: none;
}
.input-search label {
    float: left;
    width: 24px;
    height: 24px;
    text-indent: -6000px;
    margin: 0 4px;
}
.input-search input[type="checkbox"] + label span {
    display: inline-block;
    float: left;
    width: 22px;
    height: 22px;
    background-image: url(/Content/img/new-sprites.png);
    background-repeat: no-repeat;
}
.input-search input[type="checkbox"]#s01 + label span {
    background-position: -118px -2px;
}
.input-search input[type="checkbox"]#s02 + label span {
    background-position: -140px -2px;
}
.input-search input[type="checkbox"]#s03 + label span {
    background-position: -164px -2px;
}
.input-search input[type="checkbox"]#s04 + label span {
    background-position: -192px -1px;
}
.input-search input[type="checkbox"]#s05 + label span {
    background-position: -220px -2px;
}

#try-database {
    padding: 20px;
}
#try-database h4 {
    font-family: 'playbold';
    font-size: 1.8em;
    color: #042444;
    text-align: center;
    text-shadow: 0px 2px 0px #fff;
}
#try-database ul {
    list-style-type: none;
    margin: 6px 10px;
}
#try-database li {
    display: table;
    height: auto;
    clear: both;
    font-size: 1.2em;
    margin: 3px 8px 6px 24px;
    text-shadow: 0px 1px 0px #fff;
}
#try-database li b {
    color: #333;
}
#search-blue {
    display: block;
    width: 32px;
    height: 30px;
    text-indent: -6000px;
    background: url(/Content/img/new-sprites.png) -83px top;
    float: left;
    margin: 5px 0 0 0;
}
.icon-adv {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/Content/img/new-sprites.png) -250px top no-repeat !important;
    margin: -4px 4px 0 0;
    float:left;
}

/* ++++++++++++ PREMIUM USER NEW STYLES +++++++++++++++++ */

.rebid {
    color:#cc6500;
}

.cell-small-or {
    font-size:9px;
    font-family: Verdana;
    color:#cc6500;
    font-weight:bold;
}

.cell-small-red {
    font-size:9px;
    font-family: Verdana;
    color:#9e0b0f;
    font-weight:bold;
}

.pr-bar-titles {
    display: table;
    height: 30px;
    width: 100%;
    background: #ececec !important;
}
.blocks .title {
    background: url(/Content/img/bg-comprehensive.png) repeat-x;
    padding: 6px 0 6px 0;
    border-top: 1px solid #bfc8d1;
    border-bottom: 1px solid #bac0c6;
    text-shadow: 1px 1px 0px #fff;
    display: table;
    width: 100%;
}
#blockCommunity .title {
    background: url(/Content/img/bg-comprehensive.png) repeat-x;
    border-top: 1px solid #bfc8d1;
    border-bottom: 1px solid #bac0c6;
    text-shadow: 1px 1px 0px #fff;
    display: table;
    width: 100%;
}
.blocks .listing .description{
    font-size: 10px;
    font-family: Verdana;
    color: #999;
}
.blocks .listing .date{
    border-right: 1px solid #ccc;
}
.blocks .icon12{
    margin:4px 8px 0 10px !important;
}
.contentMiddle .module h2 {
    padding: 0 0 0 14px;
}
.contentRight #search-box, .contentMiddle .module, #blockFavorities, #blockCommunity {
    margin-left: 2px;
    margin-top: 2px;
    margin-bottom: 10px;
    box-shadow: 0 0 3px 0 #999;
}
#pr-bottom-section {
    display: table;
    clear: both;
    margin: 0 0 20px 0;
}
#blockFavorities {
    width: 433px;
}
#blockCommunity {
    width: 433px;
    height: 251px;
    background: #fff;
}
#upcomingEvents {
    width: 880px;
    margin: 0 4px;
}
.contentRight #search-box .question-icon {
    background: url(/Content/img/sprites-premium.png) -264px -8px no-repeat;
}
.upc-icon {
    width: 17px;
    height: 17px;
    display: inline-block;
    margin: 10px 4px 0 10px;
    background: url(/Content/img/sprites-premium.png) -311px -11px no-repeat;
}
#upcomingEvents .news-item {
    margin: 0 auto;
    width: 28%;
    height: 70px;
    padding: 6px 20px;
    margin:10px 0;
    border-right: 1px dotted #aeaeae;
    border-bottom:none;
    overflow: hidden;
    float:left;
}
.gray-bottom-bar {
    display: table;
    clear: both;
    background: #ddd;
    height: 20px;
    width: 100%;
    border-top: 1px solid #b4b5b6;
}
.gr-right-arrow {
    width: 14px;
    height: 14px;
    background: url(/Content/img/sprites-premium.png) -437px -17px no-repeat;
    display: block;
    margin: 3px;
    float: right;
}
.pr-content-block ul{
    list-style-type:none;
    padding:0 0 0 18%;
    margin:0;
    display:block;
    height: 120px;
    background:url(/Content/img/slider-bg.png) left top repeat-x;
    overflow:hidden;
}
#slide-updates li{
    display:block;
    width:106px;
    height:120px;
    float:left;
    background:url(/Content/img/slider-division.png) 99% center no-repeat;
    text-align: center;
    line-height: 1em;
    padding:0 14px;
}
.slide-item.no-brd {
    background: none !important;
}

#slide-updates li a{
    display:block;
    height: auto;
    margin:20px 0 0 0;
}
span.slide-text {
    text-transform: uppercase;
    font-size: 9px;
    font-weight: bold;
    color: #0e2748;
    text-shadow: 1px 1px 0px #fff;
    display: block;
}
.slide-updates {
    display: block;
    font-weight: bolder;
    font-size: 9px;
    color: #d27303;
}

.slide-updnumber {
    width: 18px;
    height: 22px;
    color: #fff;
    display: block;
    z-index: 20;
    background: url(/Content/img/sprites-premium.png) -216px -10px no-repeat;
    font-size: 9px;
    font-weight: bold;
    margin: -100px 0 0 60px;
    position:absolute;
}
.backTop {
    display: block;
    height: 16px;
    background-color: #dddddd;
    border-top: 1px solid #b3b5b6;
    position: absolute;
    bottom: 0;
    width: 100%;
}
/* +++++++++ extra changes reports +++++++++++ */
.blue-header-title b a {
    color: #fff;
    text-decoration: none;
}
.blue-header-title b a:hover {
    color: #d67402;
}
/* single reports table styles */
#wrap-single-project{
    display:table;
    width:882px;
    clear:both;
}
.table-holder{
    display:table;
    clear:both;
}
.holder-left{
    float:left;
    width:670px;
}
.holder-right{
    float:left;
    width:212px;
}
.table-holder {
background: url(/Content/img/sp-bg-table.png) 670px top no-repeat #fff;
}
.holder-left {
float: left;
width: 690px;
}
.holder-right {
float: left;
width: 212px;
}
.item-title {
background: #ededed;
padding: 10px 6px 20px 0;
width: 136px;
text-align: right;
color: #042444;
font: bold 1em/1em Verdana;
vertical-align: top;
}
.table-desc {
display: block;
width: 94%;
margin: 2px auto 10px auto;
border-bottom: 1px dotted #999;
padding: 8px 4px 16px 4px;
text-align: left;
font-size: 1em;
}a
.table-desc b {
color: #cc6500;
}
a.has-email {
background: url(/Content/img/sp-email.png) left center no-repeat;
padding: 0 0 0 20px;
text-decoration: none;
color: #666;
font-weight: bold;
}
ul.conv-block {
background: url(/Content/img/conv-title.png) center top no-repeat;
display: block;
padding: 20px;
list-style-type: none;
margin: 10px 10px 0 10px;
font-size: 0.8em;
}
.c-title {
color: #042444 !important;
font-weight: bolder;
}
.c-title b {
color: #7f99a0 !important;
}

.conv-block ul {
list-style-type: none;
}
.show-more, .show-less {
color: #042444 !important;
font-size: 0.8em;
font-weight: bold;
text-decoration: none;
padding: 0 0 0 16px;
line-height: 14px;
}
.show-more{background: url(/Content/img/sprites-single-project.png) -194px -70px no-repeat;}
.show-less{background: url(/Content/img/sprites-single-project.png) -194px -86px no-repeat;}

.desc-excerpt .show-more {
    display: inline-block;
}
.remark-item {
font-weight: bold;
color: #042444;
}
.remark-item a {
color: #042444 !important;
}
.remark-item a:hover {
color: #cc6500 !important;
}
.quantities-table {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.quantities-table td {
    padding: 6px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.ft-tab {
    display: block;
    width: 87px;
    height: 22px;
    font-size: 11px;
    text-decoration: none;
    background: url(/Content/img/sprites-single-project.png) left -107px no-repeat;
    padding: 4px 0 0 14px;
    margin: -2px 0 0 409px;
}
.ft-tab a.more {
    color: #042444;  font-size: 0.8em;  font-weight: bold;  text-decoration: none;  background: url(/Content/img/sprites-single-project.png) -194px -70px no-repeat;  
    padding: 0 0 0 14px;
    /* margin: 10px 0 0 10px; */
    display: block;
}
.placeholders-table {
    border: 1px solid #ccc;
    margin: 20px auto 20px auto;
}
.placeholders-table td {
    text-align: left;
    vertical-align: top;
    padding:10px 0;
}
.ph-company-name {
    display: block;
    font-size: 1em;
    font-weight: bold;
    color: #042444;
    text-decoration: underline;
    float: left;
    margin: 0 10px;
}
a.has-location {
    color: #cc6500 !important;
    font-size: 0.8em;
    text-decoration: none;
    background: url(/Content/img/sp-location.png) left center no-repeat;
    padding: 2px 12px;
    margin: 0 0 0 12px;
}
.has-email {}
.placeholders-table .has-email {
    font-weight: normal;
}
td.button-column {
    text-align: center;
}
a.view-subrequests {
    background: url(/Content/img/sprites-single-project.png) -195px top no-repeat;
    width: 33px;
    height: 33px;
    display: block;
    text-indent: -6000px;
}
a.view-subrequests:hover {
    background: url(/Content/img/sprites-single-project.png) -195px -35px no-repeat;
}
#sp-bt-block {
    padding: 10px;
}
.upd-date {
    font-weight: bold;
    color: #636363;
    font-size: 0.8em;
    text-align: center;
}
#sp-bt-block a.sp-button {
    width: 170px;
    height: 36px;
    display: block;
    margin: 10px auto;
    background: url(/Content/img/sprites-single-project.png) left top no-repeat;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
a.sp-button2 {
    width: 144px;
    height: 32px;
    display: block;
    margin: 10px auto;
    background: url(/Content/img/sprites-single-project.png) left -73px no-repeat;
    color: #0f3358 !important;
    text-decoration: none;
    font-weight: bold;
}
#sp-bt-block a.sp-button:hover {
    background: url(/Content/img/sprites-single-project.png) left -37px no-repeat;
}
.sp-button span {
width: 24px;
height: 20px;
display: block;
float: left;
background-image: url(/Content/img/sprites-single-project.png);
margin: 8px;
}
.sp-button2 span {
width: 16px;
height: 16px;
display: block;
float: left;
background-image: url(/Content/img/sprites-single-project.png);
margin: 8px;
background-position: -171px -115px;
}
.sp-button p{
    padding: 10px 0 0 4px;
    display: block;
    font-size: 0.9em;
}
.sp-button2 p {
    padding: 8px 0 0 4px;
    display: block;
    font-size: 0.9em;
}
#sp-track span {
    background-position: -171px top;
}
#sp-planh span {
    background-position: -171px -20px;
}
#sp-reqsub span {
    background-position: -171px -40px;
}
#sp-subsup span {
    background-position: -171px -60px;
}
#sp-int-block h4 {
color: #042444;
margin: 10px 0 10px 10px;
background: none;
border: none;
font-size: 1em;
padding: 0 !important;
height: auto;
}
.sp-int-list {
    list-style-type: none;
    font-size: 1em;
    font-family: Verdana,Geneva,sans-serif;
    margin: 0;
    padding: 0;
}
.sp-int-list li {
    display: block;
    margin: 10px 0 10px 10px;
    padding: 0 20px 0 10px;
    background: url(/Content/img/sp-bullet-01.png) left 4px no-repeat;
    color: #676767;
}
.sp-int-list li * {
    display: block;
}
.sp-int-list li a {
    color: #999;
    text-decoration: none;
}
#sp-int-block {
    margin-top: 730px;
}
.item-title.has-arrow {
    /* padding-right: 30px; */
    padding: 10px 30px 20px 0;
    width: 102px;
    background: url(/Content/img/sp-td-arrow.png) right 6px no-repeat #ededed;
}
.item-title a {
    color: #042444 !important;
    text-decoration: none;
}
.item-title a.more {}
ul.c-response {
    background: url(/Content/img/bar-response.png) left top repeat-y !important;
    display: block;
    margin: 0 0 0 10px;
    padding: 0 0 0 20px;
}
.conversation-thread .show-more {
    float: right;
    /* padding: 0 0 10px 0; */
    display: block;
}
.conversation-thread {
    display: table;
}
#wrap-single-project .track-action-icon {
    margin: 8px 13px 0 0;
    padding-right:15px
}
.right-gray-title {
    color: #636363;
}
.gray-divider {
    display: block;
    width: 11px;
    height: 33px;
    float: left;
    background: url(/Content/img/sprites-single-project.png) -154px -74px no-repeat;
}
.left-blue-title {
    display: block;
    margin: 10px 0 0 10px;
    float: left;
}
a.launch-details:hover, a.launch-details-neg:hover{
    color:#c66f09;
}
.remark-gray {
    color: #3f3f3f !important;
}
.inner-space {
    margin: 0 0 0 20px;
}
a.sp-button2:hover {
    background: url(/Content/img/sprites-single-project.png) left -132px no-repeat;
}
a.print-action-icon:hover, a.print-action-icon.added {
    background: url(/Content/img/sprites-single-project.png) -171px -134px no-repeat !important;
}
.sel-option label {
    display: block;
    float: left;
    color: #484848;
    font-size: 0.8em;
    padding: 10px 10px 0 30px;
}
.sel-option .select-all {
    float: left;
    margin: 10px 0 0 0px;
}

/* ====== NEW STYLES MERGED FROM LAURA =====*/

.r-stage{
    font:bold 1em/1.4em Arial !important;
    text-align:center;
    color:#464646 !important;
}
.r-bidamt{
    font:normal 1em/1.4em Arial !important;
    text-align:center;
    color:#464646 !important;
}
.legend {
    height: auto;
    margin: 20px 15px 20px 0;
}
.tracking-results td h5 a{
    font:bold 1em/1.2em Arial !important;
    margin:10px 0 0 0px;
    color:#153b61;
}
.lock-list{
    list-style-type: none;
    color:#646464;
    font-size:1em;
    margin: 0 0 10px 25px;
}
.lock-list li{
    display:block;
    padding:4px 0 4px 20px;
    background:url(/Content/img/iconLock.png) 2px center no-repeat;
}
.small-logo {
     padding: 20px 10px 30px 40px;
}

.pageRegister .banner-con {
    background: url(/Content/img/bg-benefits-right.jpg) no-repeat;
    float:right;
    width:259px;
    height:678px
}

.banner-con h2 br {
    display: none;
}
.banner-con p {
    color: #18334D;
    font: 1.1em/1.4em Tahoma;
    padding: 0 30px 18px 65px;
}

.social-fb {
    background: url(/Content/img/social-fb.png) no-repeat scroll 50px 4px transparent;
}
.social-tw {
    background: url(/Content/img/social-tw.png) no-repeat scroll 50px 4px transparent;
}
.social-li {
    background: url(/Content/img/social-li.png) no-repeat scroll 50px 4px transparent;
}
.small-dot {
    height:20px;
    border-bottom: 2px dotted #CCCCCC;
}

.comment {
width: 360px;
height: 145px;
border: 1px solid #8d8d8d;
-webkit-box-shadow: inset 0px 0px 6px 20px #f1f1f1;
-moz-box-shadow: inset 0px 0px 6px 20px #f1f1f1;
box-shadow: inset 0px 0px 20px 1px #f1f1f1;
background: #FFF;
}
.seeVideo-reg{
    color:#78a0ca;
    font:9px/19px Verdana;
    width:140px;
    height:19px;
    top:89px;
    right:122px
}
/*+++++ SUB REQUEST FREE PAGE +++++*/
.top-block-area, .left-column-area, .right-column-area {
    font-family: Arial;
}
.left-column-area, .classifieds-ads{
    width:676px;
    float:left;
    overflow:hidden;
    margin:6px;
    border:1px solid #ddd;
}
.left-column-area ul{
    list-style-type: none;
}
.left-column-area .num-page {
    margin: 3px 0 0 110px;
}
.top-block-area {
    display: table;
    width: 100%;
    clear: both;
    margin: 6px;
    color: #464646;
}
.left-message-block {
    width: 454px;
    float: left;
    display: block;
    padding: 0 30px 0 30px;
    border-right: 2px dotted #ccc;
    margin: 20px 0 10px 0;
}
.right-message-block {
    width: 330px;
    display: block;
    float: left;
    padding: 20px 0 0 30px;
}
.left-message-block h3 {
    color: #083762;
    font-size: 1.2em;
}
.left-message-block p {
    font-size: 1em;
    text-align: justify;
}
.right-message-block p {
    margin: 10px 10px 0 0;
    font-size: 0.9em;
}
.action-btn-req .text span {
    background: url(/Content/img/plus-orange-icon.png) center center no-repeat;
    width: 12px;
    height: 12px;
    display: block;
    float: left;
    margin: 8px 0 0 0;
    padding: 0 0 0 20px;
}
.right-message-block p a {
    color: #c86f0b;
    font-weight: bold;
}
.icon-srequest {
    width: 29px;
    height: 19px;
    background-position: -370px -235px;
    display: block;
    float: left;
    margin: 15px 10px;
}

/* +++++ styles for the top save button +++++++*/

.sel-option {
    display: table;
    clear: both;
    padding: 0 0 0 160px;
}
#categories-list .sel-option {
    padding: 0 0 10px 400px;
}
.t-buttonSave {
    width: 110px;
    height: 22px;
    display: block;
    float: right;
    background: url(/Content/img/pop-top-button-small.png) center bottom no-repeat;
    padding: 8px 0 0 38px;
    margin: 0 8px 0 0;
    font-weight: bold;
    color: #719bc6 !important;
    word-spacing: -2px;
    font-size:12px;
    line-height: 14px;
}
.t-buttonSave:hover {
    color: #fff !important;
}
a.logout {
    width: 115px;
    height: 27px;
    background: url(/Content/img/logout-button.png) left top no-repeat;
    right: 0;
    top: 87px;
}
.left-column-area .btn {
    font-size: 12px;
    color: #c86800;
    font-weight: bold;
    line-height:14px;
}
.left-column-area .caret {
    margin: 6px 0 0 10px;
    border-top: 4px solid #c86800 !important;
}
.left-column-area .dropdown-menu {
    font-size: 12px !important;
    min-width: 100px;
}
.left-column-area .dropdown-menu {
    padding: 0 0 0 10px;
}
.left-column-area .btn-group {
    float: right;
    margin: 4px 4px 0 0;
}

table.data .act-icons-column {
    width: 80px;
}
.act-icons-column>p>.icon:hover{
    color:#083762 !important;
}


/* small addition for tables laura*/

.bid-cell.remark2 p, td.remark2 p b{
    color:#9e0b0f !important;
}

/*++++ NEW DESKTOP PREMIUM STYLES ++++*/

#btn-new-folder {
    display: block;
    width: 33px;
    height: 31px;
    background: url(/Content/img/sprites.png) -297px -162px no-repeat;
    z-index: 10;
    top: 0;
    left: 250px;
    text-indent: -6000px;
    margin:-1px 0 0 0;
}

.noShow {
    display:none;
}

.newBlock-title {
    background: url(/Content/img/bgModuleTitle.jpg) repeat-x;
    display: block;
    padding: 10px 10px;
    font: bold 1.2em/1em Verdana;
    color: #0e2748;
    text-shadow: 1px 1px 0px #fff;
}

/* fix for news items in home page*/

#sign-up .news-item {
    margin-left: 15px;
}

/* ++++++++++++ NEW BUTTON COMBINATIONS FOR ALL SIZES AND COLORS +++++++++++++++++*/
/* button blue */ 
.bt-gradient1{
    background-color: #183b60; 
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#183b60), to(#0c233a));
    background-image: -webkit-linear-gradient(top, #183b60, #0c233a); 
    background-image:    -moz-linear-gradient(top, #183b60, #0c233a);
    background-image:     -ms-linear-gradient(top, #183b60, #0c233a);
    background-image:      -o-linear-gradient(top, #183b60, #0c233a);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
    -khtml-border-radius: 5px; /* for old Konqueror browsers */
    border:1px solid #0c263d;
    color:#fff;
    display:table;
    position:relative;
}
.bt-gradient1:hover{
    background-color: #183b60; 
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0c233a), to(#183b60));
    background-image: -webkit-linear-gradient(top, #0c233a, #183b60); 
    background-image:    -moz-linear-gradient(top, #0c233a, #183b60);
    background-image:     -ms-linear-gradient(top, #0c233a, #183b60);
    background-image:      -o-linear-gradient(top, #0c233a, #183b60);
}

/*button orange*/
.bt-gradient2{
    background-color: #e68714; 
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e68714), to(#c97107));
    background-image: -webkit-linear-gradient(top, #e68714, #c97107); 
    background-image:    -moz-linear-gradient(top, #e68714, #c97107);
    background-image:     -ms-linear-gradient(top, #e68714, #c97107);
    background-image:      -o-linear-gradient(top, #e68714, #c97107);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
    -khtml-border-radius: 5px; /* for old Konqueror browsers */
    border:1px solid #a95b00;
    color:#fff;
    display:table;
    position:relative;
}
.bt-gradient2:hover{
    background-color: #e68714; 
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c97107), to(#e68714));
    background-image: -webkit-linear-gradient(top, #c97107, #e68714); 
    background-image:    -moz-linear-gradient(top, #c97107, #e68714);
    background-image:     -ms-linear-gradient(top, #c97107, #e68714);
    background-image:      -o-linear-gradient(top, #c97107, #e68714);
}

/* button blue 2*/ 
.bt-gradient3{
    background-color: #2c578a; 
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2c578a), to(#072d54));
    background-image: -webkit-linear-gradient(top, #2c578a, #072d54); 
    background-image:    -moz-linear-gradient(top, #2c578a, #072d54);
    background-image:     -ms-linear-gradient(top, #2c578a, #072d54);
    background-image:      -o-linear-gradient(top, #2c578a, #072d54);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
    -khtml-border-radius: 5px; /* for old Konqueror browsers */
    border:1px solid #0c263d;
    color:#fff;
    display:table;
    position:relative;
}
.bt-gradient3:hover{
    background-color: #072d54; 
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#072d54), to(#2c578a));
    background-image: -webkit-linear-gradient(top, #072d54, #2c578a); 
    background-image:    -moz-linear-gradient(top, #072d54, #2c578a);
    background-image:     -ms-linear-gradient(top, #072d54, #2c578a);
    background-image:      -o-linear-gradient(top, #072d54, #2c578a);
}

/* button gray 1*/ 
.bt-gradient4{
    background-color: #ebebeb; 
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ebebeb), to(#d4d4d4));
    background-image: -webkit-linear-gradient(top, #ebebeb, #d4d4d4); 
    background-image:    -moz-linear-gradient(top, #ebebeb, #d4d4d4);
    background-image:     -ms-linear-gradient(top, #ebebeb, #d4d4d4);
    background-image:      -o-linear-gradient(top, #ebebeb, #d4d4d4);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
    -khtml-border-radius: 5px; /* for old Konqueror browsers */
    border:1px solid #bebebe;
    color:#666679;
    display:table;
    position:relative;
}
.bt-gradient4:hover{
    background-color: #d4d4d4; 
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d4d4d4), to(#ebebeb));
    background-image: -webkit-linear-gradient(top, #d4d4d4, #ebebeb); 
    background-image:    -moz-linear-gradient(top, #d4d4d4, #ebebeb);
    background-image:     -ms-linear-gradient(top, #d4d4d4, #ebebeb);
    background-image:      -o-linear-gradient(top, #d4d4d4, #ebebeb);
}

/* button gray 1*/ 
.bt-gradient5{
    background-color: #ebebeb; 
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ebebeb), to(#d4d4d4));
    background-image: -webkit-linear-gradient(top, #ebebeb, #d4d4d4); 
    background-image:    -moz-linear-gradient(top, #ebebeb, #d4d4d4);
    background-image:     -ms-linear-gradient(top, #ebebeb, #d4d4d4);
    background-image:      -o-linear-gradient(top, #ebebeb, #d4d4d4);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
    -khtml-border-radius: 5px; /* for old Konqueror browsers */
    border:1px solid #bebebe;
    color:#666679;
    display:inline-block;
    position:relative;
}
.bt-gradient5:hover{
    background-color: #d4d4d4; 
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d4d4d4), to(#ebebeb));
    background-image: -webkit-linear-gradient(top, #d4d4d4, #ebebeb); 
    background-image:    -moz-linear-gradient(top, #d4d4d4, #ebebeb);
    background-image:     -ms-linear-gradient(top, #d4d4d4, #ebebeb);
    background-image:      -o-linear-gradient(top, #d4d4d4, #ebebeb);
}

.bt-disabled{
    background-color: #ebebeb; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
    -khtml-border-radius: 5px; /* for old Konqueror browsers */
    border:1px solid #bebebe;
    color:#666679;
    display:table;
    position:relative;
}

/* BUTTON WIDTH AND HEIGH SIZE RULES */
/* VETICAL SIZES SHORT, MEDIUM, TALL*/
.auto-size{
    width:auto;
    padding: 6px 14px;
}
.vert-s, .vert-s2 {
    padding: 6px 0;
}
.vert-m {
    padding: 10px 0;
}
.vert-t {
    padding: 14px 0;
}
/* HORIZONTAL SIZES SMALL, MEDIUM, LARGE */
.hor-s {
    width: 100px;
    text-align:center;
}
.hor-m {
    width: 136px;
    text-align:left;
    padding-left: 36px;
}
.hor-m2 {
    width: 100px;
    text-align:left;
    padding-left: 26px;
    font-family: Arial;
}
.hor-l {
    width: 180px;
    text-align:left;
    padding-left:40px;
}
.hor-xl {
    width: 200px;
    text-align:left;
    padding-left:34px;
}

/* ICON POSITION ACCORDING BUTTON SIZE */
.hor-s .icon {
    position: absolute;
    left: 8px;
}
.hor-m .icon {
    position: absolute;
    left: 14px;
}
.hor-m2 .icon {
    position: absolute;
    left: 4px;
}

.hor-l .icon, .hor-xl .icon {
    position: absolute;
    left: 18px;
}
.vert-s .icon {
    position: absolute;
    top: 8px;
}
.vert-s2 .icon {
    position: absolute;
    top: 4px;
}
.vert-m .icon {
    position: absolute;
    top: 14px;
}
.vert-t .icon {
    position: absolute;
    top: 13px;
}

/* SPACING HELPERS FOR BUTTONS */

.left p .vert-t, .blockRegister .no-size {
    margin-left: 70px;
}
.block ul .icon{
    font-size:1.4em;
    margin:6px 4px;
}

/* general rules for colors, spacing, fonts, etc */

/* spaces and margins*/
.spacing1{margin:6px}
.spc1{margin:6px}

/* font sizes */
.fs0{font-size:0.75em !important}
.fs1{font-size:0.8em !important}
.fs2{font-size:0.9em !important}
.fs3{font-size:1em !important}
.fs4{font-size:1.1em !important}
.fs5{font-size:1.2em !important}
.fs6{font-size:1.3em !important}
.fs7{font-size:1.5em !important}
.fs8{font-size:2em !important}
.fs9{font-size:2.5em !important}
.fs10 {font-size:10px !important}
.fs11 {font-size:11px !important}
.fs13 {font-size:13px !important}
.fs14 {font-size:14px !important}
.fs15 {font-size:15px !important}
.fs16{font-size:3em !important}
.fs17{font-size:3.5em}
.fs18{font-size:4em}
.smaller-txt {
    color: #999 !important;
    font-size: 0.8em;
}

/* font weight and style */
.tac {text-align:center}
.tal {text-align:left}
.tar {text-align:right}
.pr {position:relative}
.pa {position:absolute}
.fl {float:left !important}
.fr {float:right !important}
.fwb {font-weight:bold}
.fwn {font-weight:normal !important}

/* color swatches */
.color1 {color:#c87200 !important}
.color2 {color:#0e2748 !important}
.color3 {color:#aeaeae !important}
.color4 {color:#205284 !important}
.color5 {color:#ffffff !important}
.color6 {color:#6e8cac !important}
.color7 {color:#909090 !important}
.color8 {color:#6f92b4 !important}
.color9 {color:#646464 !important}
.color10 {color:#000 !important}
.color11 {color:#676767 !important}
.color12{color: #9b9b9b !important}
.color13{color: #555555 !important}

/* adjustments for the icons */

#search-box h4 .icon, .module h2 .icon{
    display:block;
    padding:6px;
    float:left;
}
#slide-updates .icon{
    text-shadow:1px 1px 1px #fff;
    margin:4px 0;
    display:block;
}
.seeVideo-reg span{
    position: absolute;
    margin: 0 0 0 4px;
}

/* Classifieds styles */

.bst-header{
    display:table;
    width:100%;
    height:130px;
    background:url(/Content/img/bst-header.jpg) no-repeat;
}
.bst-header a {
    margin: 80px 40px 0 0;
}
.blue-subheader{
    display:table;
    width:100%;
    height:60px;
    background:url(/Content/img/blue-subheader.png) repeat-x;
    border-bottom: 1px solid #c0bfbf;
}
.blue-subheader h4 {
    font-family: 'playbold';
    text-transform: uppercase;
    padding: 14px 0 0 20px;
}
.shadow-column{
    background:url(/Content/img/sp-bg-table.png) right 110px no-repeat #fff;
}
.shadow-column2{
    background:url(/Content/img/sp-bg-table.png) right 179px no-repeat #fff;
}

/* new forms styles */

.checkbox-set input {
    width: 20px;
    height: 20px;
    clear: none;
}
.checkbox-set label {
    background: none;
    border: none;
    width: 480px;
    text-align: left;
    clear: right;
    font-size: 0.8em;
    padding: 0 10px;
}
p.checkbox-set-areas {
    margin: 0 0 0 200px;
}
.checkbox-set-areas input {
    width: 16px;
    height: 16px;
    clear: none;
}
.checkbox-set-areas label {
    background: none;
    border: none;
    width: 280px;
    text-align: left;
    clear: right;
    font-size: 0.7em;
    padding: 0 10px;
}
.explanation {
    font-size: 0.8em;
    font-weight: normal;
    padding: 0 0 0 20px;
}
.include-check input {
    width: 16px;
    height: 16px;
    margin: 6px 0 0 6px;
}
.include-check label {
    background: none;
    border: none;
    width: auto;
    font-weight: bold;
    color: #666;
}

p.form-warning {
    font-weight: normal !important;
    font-size: 1em !important;
    color:#333 !important;
}
.form-warning em {
    margin: 0 0 0 6px;
}
.form-warning {
    background: #f6f9fd;
    text-align: center;
    padding: 12px;
    border: 1px solid #d5d5d5;
}
input.critical {
    background: #f7eadb;
}

p.spacing-dotted {
    display: block;
    padding: 20px 120px 20px 0;
    border-bottom: 1px dotted #999;
}
.seller-info-card {
    margin: 20px 0 20px 48px;
}
.seller-info-card p {
    line-height: 1em;
}
.card-titles {
    display: block;
    width: 100px;
    float: left;
    text-align: right;
    margin: 0 10px 0 0;
}

.info-tools {
    display: table;
    margin: 20px 10px 60px 10px;
    width: 90%;
}
.info-tools a {
    margin: 10px 0 0 0;
}
.date {
    display: block;
    text-align: center;
    padding: 4px 0;
    margin: 6px 0;
    border-bottom: 1px dotted #ccc;
}
.info-tools a strong {
    padding: 0 0 0 10px;
}
.table-gray-column{
    background: url(/Content/img/table-gray-bar.png) left top repeat-y;
    min-height:600px;
}
/* styles february 4*/

.c-classifieds.header .icon {
}

.contact p {
    margin: 0;
}
td .contact {
    text-align: left;
    padding: 16px 0  0 10px;
}
td .contact .icon {
    margin: 0 0 0 18px;
}
.table-gray-column .row-left {
    width: 10em;
    text-align: right;
    padding: 0.8em 0.6em 0.8em 0;
}
.table-gray-column .row-right {
    padding: 0 0 0 1.8em;
    border-bottom: 1px dotted #ccc;
}
.cis-forms .classifieds-launcher {
    display: table;
    clear: both;
    width: 95%;
    height: 90px;
    padding: 10px 0 0 0;
}
.classifieds-launcher p {
    margin: 10px 0;
}
.classifieds-launcher h2 {
    margin: 10px 0 0 0;
}
.classifieds-launcher .icon {
    margin: 0 20px 0 0;
}
.classifieds-launcher div {
    margin: 0 28px 0 0;
}
.classifieds-launcher div a, .classifieds-launcher-side a{
    padding:0 6px;
}
.classifieds-launcher div a:hover, .classifieds-launcher-side a:hover{
    color:#c87200 !important;
}
.right-column-area .r-arrow{
    text-transform: uppercase;
    font-family: 'playbold';
    background:url(/Content/img/cl-right-arrow.png) left center no-repeat;
    padding: 16px 14px 10px 14px;
    margin: 0 0 0 -10px;
}
.classifieds-launcher-side {
    margin: 30px 0;
    border-bottom: 2px dotted #ccc;
    padding: 0 20px 10px 20px;
}
.classifieds-launcher-side h2 {
    margin: 10px 0;
}
.classifieds-launcher-side h2 .icon {
    margin: 0 6px 0 0;
}
.classifieds-launcher-side p {
    margin: 6px 0;
}
.classifieds-ads td a p:hover, .classifieds-ads td a:hover  {
    color: #c87200 !important;
}
.blue-subheader .icon {
    margin: 0 10px 0 0;
}
.header-no-icon {
    padding: 24px 0 0 20px !important;
}
.classifieds-ads .num-page {
    margin: 3px 0 0 100px;
}


/*
==============================================================
------My Account ----
==============================================================
*/


/*   My Account ----->>  Header Account   */

#wrapper-bhistory.wrapper-my-account{
    border:none;
}
.header-account{
    background: rgb(248,248,248); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  rgb(248,248,248) 0%, rgb(230,230,230) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgb(248,248,248)), color-stop(100%,rgb(230,230,230))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgb(248,248,248) 0%,rgb(230,230,230) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgb(248,248,248) 0%,rgb(230,230,230) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgb(248,248,248) 0%,rgb(230,230,230) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgb(248,248,248) 0%,rgb(230,230,230) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#d3d3d3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    margin:15px 0 0 5px;
    padding:20px 20px 60px 20px;
    position:relative;
}

/* -----------------------Profile Img------------------------- */

.header-account .profile-img{
width: 130px;
height: 105px;
background: url(/Content/img/background.jpg) repeat;
display:inline-block;
margin-right:25px;
text-align: center;
padding-top:25px;

    
}
.header-account .profile-img span.icon.icon-cis-contractors{
    font-size:6em;
}
.profile-img div{
    background: #d8924c;
    color:#fff;
    margin-top:5px; 
    width:120px;
}
.profile-img div a span{
    font-size:0.8em;
    }
.profile-img div a{
    color:#fff;
}


/* -----------------------Info Account------------------------- */

.info-account{
    width:675px;
    display:inline-block;
    vertical-align: top;
}
.info-top{
    padding-bottom:20px;
    margin-top:5px;
    border-bottom:2px dotted #c66f09;
}

/* BTN EDIT*/
.info-account .info-top a, .my-profile-content>.prof-content-top>.vert-s{
    float:right;
    width:75px; 
    padding:4px 0;
}
.info-account h3{
    color:#194572;
    font-size:1.5em;
    display:inline-block;
    vertical-align: top;
    
}

/*-------------------------FORM Account------------------------*/
.form-account{
    margin-top:20px;
}
.form-account input{
    background: none;
    border:none;
    padding-bottom:3px;
    
}
.form-account label span.icon.icon-user, .form-account label span.icon.icon-key2{
    margin-right:6px;

}
.form-account input:first-of-type,
input::-webkit-input-placeholder {
   color: #ccc;
   
}

input::-moz-placeholder { /* Firefox 18- */
   color: #ccc;  
}

input::-moz-placeholder {  /* Firefox 19+ */
   color: #ccc;  
}

input::-ms-input-placeholder {  
   color: #ccc;  
}


.form-account input:last-of-type,
input::-webkit-input-placeholder {
   color: #ccc;
     
}

input:-moz-placeholder { /* Firefox 18- */
   color: #ccc;  
}

input::-moz-placeholder {  /* Firefox 19+ */
   color: #ccc;  
}

input:-ms-input-placeholder {  
   color: #ccc;  
}


/*   My Account ----->>  Tabs Account   */

.box-tabs{
    overflow:hidden;
    margin-left:5px;
    position:relative;
    top:-47px;
    background: url(/Content/img/bg-list.jpg) 0 bottom repeat-x;
    border-top: 1px solid #fff;
}

#wrapper-bhistory.wrapper-my-account .tabs{
    
    border-top:none;
    margin-left:5px;
    padding:0;
    min-width:700px;
    background-image:none;
    
}

/*-------------------------Tabs Content--------------------------------*/

.account-tabs-container{
    background: #e6e6e6;
    border:1px solid #b9b9b9 ;
    border-top:none;
    margin-left:5px;
    position:relative;
    top:-47px;
    padding-bottom:20px;
}
.my-profile-content{
    
    background:#fff;
    border:1px solid #b9b9b9;
    margin-left:8px;
    margin-right:8px;
    border-top:none;
    position:relative;
    top:10px;
    
    
}
.my-profile-content .prof-content-top, .prof-content-bottom.set-content-top{
    background: #eaeaea;
    background-image: linear-gradient(#fff, #e8e8e8);
    padding: 8px 10px 8px 10px;
    border-bottom: 1px solid #b9b9b9;
    display: table;
    width: 100%;
    height:44px;
    box-sizing: border-box;   
}
/*------ Tabs content-title-----*/

.my-profile-content h4{

    height: 20px;
    line-height: 23px;
    display:inline-block;
    vertical-align: top;
    color:#194572;
    font-size:1.3em;
}

.prof-content-bottom ul:first-child, .prof-content-bottom ul:last-child{
    display:inline-block;
    vertical-align: top;
    margin-left:25px;
    list-style: none;
    
}
.prof-content-bottom>.ac-fieldset>li{
    margin-top:15px;
}
.prof-content-bottom{
    padding:15px 10px;
}

.prof-content-bottom ul li a{
    display:inline-block;
    margin-left:10px;
}
.prof-content-bottom ul:last-child{
    margin-left:120px;
    list-style: none;
}
.prof-content-bottom li.icon{
    font-size:1.5em;
}
li.icon span{
    font-family:Verdana,sans-serif;
    font-size:0.8em;
}

/*-------------------------Tab--->Settings--------------------------------*/
#tab5.settings div.list{

margin-top:20px;
width:200px;
background: #f4f4f4;
display: inline-block;
vertical-align: top;
/*visibility: visible;*/
    
}

#tab5.settings div.list div{
    margin: 10px 0;
}
#tab5.settings div.list p{
    margin-left:20px;
    margin-bottom:15px;
    
}

#tab5.settings div.list input{
    display: inline-block;
    vertical-align: top;
    margin-left:20px;
}
#tab5.settings h5{
    margin-top:20px;
}

#tab5.settings .prof-content-bottom{
    padding-left: 40px;
    padding-top: 20px;
    display: table;
    padding-right: 20px;
    width: 100%;
    box-sizing: border-box;
}

/*-------------------------Tab--->My-Listings--------------------------------*/


.tab_content.my-profile-content.my-listings .prof-content-bottom, .tab_content.my-profile-content.auth-users .prof-content-bottom{
	
	padding:0px 0px;
}

#tab4.my-listings .prof-content-top div a.bt-gradient1.hor-m.vert-s, #tab3.auth-users .prof-content-top div a{
	position: relative;
	left:660px;
}
#tab3.auth-users .prof-content-top div a{
	left:720px;
	padding-left:10px;
}
#tab3.auth-users .prof-content-top div p{
	line-height:1em;
	font-style: italic;
	color:#707070;
	font-size:1.1em;
	padding-left:10px;
    padding-top:6px;
}
#tab3.auth-users .prof-content-top  div a:hover span.icon, #tab4.my-listings .prof-content-top  div a:hover span.icon{
color: #113d6b;
	
}

#tab4.my-listings .prof-content-top  div a span.icon, #tab3.auth-users .prof-content-top  div a span.icon{
	width:8px;
	height:8px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:3px;
	position:relative;
	left:-15px;
	top:1px;
	background: #c87200;
	
}

section.tabs-container {
    width: 100%;
    display: table;
}
.content-int .tab_content {
    width: 822px !important;
    margin-left:0 !important;
}
/*---------------------------Tab------>Company Profile-----------------------------*/

#tab2.company-profile  .prof-content-top{
    padding:0;
    border-bottom:none;
}

/*#tab2.company-profile .prof-content-bottom{
    padding: 40px 20px 20px;
    }*/
.company-profile .prof-content-bottom,
.profile-ow-his .prof-content-bottom {
    padding: 40px 20px 20px;
    }
.profile-ow-his section h4{
	height: 20px;
	line-height: 23px;
	display:inline-block;
	vertical-align: top;
	color:#194572;
	font-size:1.3em;
} 
.profile-ow-his section .sideb-section p a span.icon{
	position:absolute;
	right:380px;
}
.prof-content-bottom section.company-top{
overflow:hidden;
}
    
.prof-content-bottom .company-top .col-content-left{
    width:169px;
    height:131px;
    display:inline-block;
    vertical-align: top;
    margin-right:25px;
}
.prof-content-bottom .company-top .col-content-right{
    width:600px;
    display:inline-block;
    vertical-align: top;
}

.prof-content-bottom .company-top .col-content-right h3 {
    color:#194572;
    font-size:1.5em;
    margin-bottom:7px;
    
    }

.col-right-bottom{
    padding:14px;
    border:1px solid #dcdcdd;
    background: #f6f9fd;
    margin-top:20px;
    font-size:11px;
    
}   

.col-right-bottom p{
    display:inline-block;
    vertical-align: top;
    width:200px;
    
    }

.col-right-bottom .div-web{
width:100px;
display:inline-block;
vertical-align: top;
padding-left:25px;
    
}

.col-right-bottom .div-web p:first-child{
    margin-bottom:5px;
}
.col-right-bottom p a span.icon{
    float:left;
    margin-right:20px;
}

.col-right-bottom p a span.icon span{
float:right;
    }
    
/*--------------------company ---->  Column Bottom Left------------------->*/

.company-bottom{
    padding:35px 20px 20px 0px;
    margin-top:35px;
    border-top:2px dotted #d0d0d0;
    
}

.company-left-content-col{
    display:inline-block;
    vertical-align: top;
    width:540px;
    padding-right:35px;
    border-right:2px dotted #d0d0d0;
}

.company-sideb-right{
    width:160px;
    padding-left:35px;
    display:inline-block;
    vertical-align: top;
}

.company-sideb-right h5 .icon-location {
    margin-left: -12px;
    padding-right: 10px;
}
.col-right-bottom .icon-location {
    position: relative;
    top: 6px;
}

/*------------------------Slide-----------------------*/

.company-left-content-col .slide{
    list-style: none;
    width:100%;
    margin-bottom:35px;
    
}
.company-left-content-col .slide li{
    width:85px;
    height:65px;
    display:inline-block;
    vertical-align: top;
    margin-left:10px;
    background: gray;

}
.company-left-content-col .slide li a:last-child{
    margin-left:0;
}
.company-prof-text{
    font-size:1em;
}
.company-left-content-col h4{
    margin-bottom:15px;
    width:100%;
}
.prof-content-bottom .slide2,.prof-content-bottom ul.slide2:last-child{
    margin-left:0px;
}
.qualifications{
    margin-bottom:15px;
}
.testimonials, .comp-col-news{
    margin-top:15px;
    margin-bottom:15px;
}
.testimonials .slide2 li a{
    width:100%;
    
}
.comp-col-news .company-prof-text a.color7:hover, .qualifications .company-prof-text a.color7:hover {
    color:#c87200!important;
}

.sideb-section p a span.icon{
    position: absolute;
    right:215px;
}
.company-sideb-right section h5{
position:relative;  
left:-16px;
}
.sideb-contact{margin:20px 15px;}



/*----------------My listings------------------*/

.tb-my-listings td, .tb-my-listings td.td-bg{
    border-right:1px solid #d0d0d0;
    border-left:1px solid #d0d0d0;
    background: #fff;
    font-size:1em;
    /*text-align:center;*/
    padding-top:30px;
    padding-bottom:30px;
    padding-left:30px;
}
.tb-my-listings td.td-bg{
background: #f3f4f8;
border-top:1px solid #d0d0d0;
border-bottom:1px solid #d0d0d0;
padding-bottom:30px;
padding-top:30px;

    
}
.tb-my-listings-tit{
    background: #dcdcdc;
    text-align:left!important;
    color:#0e2748!important;
    border-top:1px solid #d0d0d0;
    border-bottom:1px solid #d0d0d0;
    padding-top:0px;
    padding-bottom: 0px;
    font-weight: bold;    
}
.tb-my-listings td.tb-my-listings-tit{
    padding-top:10px;
    padding-bottom: 10px;
    background: #eaeaea;
}

.tb-my-listings td a:hover{
    color:#c87200!important;
}

/*Popup
----------------------------------------------------------*/

.popup .rounded{
    border: 1px solid #ccc;
    box-sizing: border-box;
    height:40px;
}
.popup .content.pr{
    background:#d3d3d3;
    border:1px solid #999;
    border-right:none;
    margin-top:5px;
    box-shadow: 0 2px 5px rgba(174,180,187,1);
    -moz-box-shadow: 0 2px 5px rgba(174,180,187,1);
    -webkit-box-shadow: 0 2px 5px rgba(174,180,187,1);
}
.popup .content-int{
    background:#e5e7e8;
    padding:30px 20px 10px;
    overflow:hidden;

}
.popup .popup-text a{
    float:right;
    font-weight: bold;
    color:#fff;
    position:relative;
    top:-10px;
}
.popup a.bt-save{
    float:right;
}
.popup .bt-gradient1.content-int-top{
    border-radius:0px;
    padding-top:10px;
    padding-bottom:15px;
    font-weight: bold;
    font-size: 1.5em;
    
}
.popup .content-int-top h1{
    margin-left:10px;
}

.popup table tr{
    background:#fff;
    border-bottom:1px solid #c9c9c9;
}
.popup table tr:first-child{
    background:#e3e8ec;

}
.popup table tr td{
    padding:10px;
    padding-bottom:0px;
    color:#464646;
    font-size:0.9em;
    border-right:1px solid #c9c9c9;
}
.popup .popup-text{
    height:70px;
}

.popup .box-tabs{
    top: 0px;
    margin-left: 0px;
    width: 100%;
    background:none;
}

.popup .tabs-container table {
    border:1px solid #a4a4a4;
}
.popup .close{
    width: 22px;
    height: 22px;
    position: absolute;
    right: 20px;
    top:20px;
    z-index: 2;
    background: url(/Content/img/close.png) no-repeat;
    cursor: pointer;
}
.popup ul.tabs{
    float:left;
    margin-left:35px;
}
.popup .tabs li{
    list-style: none;
}

/*
==========================================
Avertise free
==========================================
*/

.wrapper-advertise{
    padding:30px 20px;
}
.wrapper-advertise h3, .wrapper-advertise h4{
    margin-bottom:20px;
}

.wrapper-advertise .text-line-h{
    line-height:1.8em;
}
.grid.border-dotted{
    border-bottom:2px dotted #d0d0d0;
}
.wrapper-advertise .grid{
    padding-top:30px;
    font-family: Arial;
}
.grid.adv-grid-bottom{
    padding-bottom:30px;
}
.wrapper-advertise .grid:first-child{
    padding-top:0px;
    padding-bottom:30px;
}
.wrapper-advertise .features-list li{
    background: none;
    padding:0px 0px 0px 30px;
    margin-bottom:20px;
    
}
.wrapper-advertise .features-list span{
    display:inline-block;
    vertical-align: top;
    padding-top:5px;
    color:#ced7e0;
}
.col-9-12.adv-column-cust{
    width:70%;
}
.col-3-12.adv-column-cust{
    width:30%;
}
.adv-text-right{
    line-height: 1.6em;
}
.adv-contact-pad{
    margin-top:30px;
    display:inline-block;
    font-family: verdana;
}
.adv-contact-pad.adv-first-box{
    margin-top:0px;
}
.wrapper-advertise h4.adv-title-right{
    margin-bottom:10px;
}
.adv-contact-pad span{
    padding-right:10px;
}

.adv-marg-ol{
    margin:10px 0 0 40px;
}
.adv-marg-ol p{
    margin-bottom:15px;
}

/* sub request fixes and additions */

.date-column {
    width: 80px;
}

.num-view {
    background: #fff;
    font-weight: bold;
    font-size: 1em;
}
.desc-excerpt{
    line-height:1.6em;
}

/* MARGIN and PADDING helpers */
/* -----General Margins------*/

/* adding*/
.mg0{margin:0px !important}
.mg4{margin:4px !important}
.mg10{margin:10px !important}
.mg20{margin:20px !important}
.mg30{margin:30px !important}
.mg40{margin:40px !important}
.mg50{margin:50px !important}
.mg60{margin:60px !important}

/* removing*/
.mg-10{margin:-10px !important}
.mg-20{margin:-20px !important}
.mg-30{margin:-30px !important}
.mg-40{margin:-40px !important}
.mg-50{margin:-50px !important}
.mg-60{margin:-60px !important}

/* Top Margins*/

/* adding*/
.mgt4{margin-top:4px !important}
.mgt6{margin-top:6px !important}
.mgt10{margin-top:10px !important}
.mgt20{margin-top:20px !important}
.mgt30{margin-top:30px !important}
.mgt40{margin-top:40px !important}
.mgt50{margin-top:50px !important}
.mgt60{margin-top:60px !important}
.mgt300{margin-top:300px !important}
.mgt400{margin-top:400px !important}

/* removing*/
.mgt-4{margin-top:-4px !important}
.mgt-10{margin-top:-10px !important}
.mgt-20{margin-top:-20px !important}
.mgt-30{margin-top:-30px !important}
.mgt-40{margin-top:-40px !important}
.mgt-50{margin-top:-50px !important}
.mgt-60{margin-top:-60px !important}



/* Right Margins*/

/* adding*/
.mgr4{margin-right:4px !important}
.mgr10{margin-right:10px !important}
.mgr16{margin-right:16px !important}
.mgr20{margin-right:20px !important}
.mgr30{margin-right:30px !important}
.mgr40{margin-right:40px !important}
.mgr50{margin-right:50px !important}
.mgr60{margin-right:60px !important}
.mgr64{margin-right:64px !important}
.mgr70{margin-right:70px !important}
.mgr110{margin-right:110px !important}
.mgr120{margin-right:120px !important}

/* removing*/
.mgr-10{margin-right:-10px !important}
.mgr-20{margin-right:-20px !important}
.mgr-30{margin-right:-30px !important}
.mgr-40{margin-right:-40px !important}
.mgr-50{margin-right:-50px !important}
.mgr-60{margin-right:-60px !important}


/* Bottom Margins*/

/* adding*/
.mgb10{margin-bottom:10px !important}
.mgb20{margin-bottom:20px !important}
.mgb30{margin-bottom:30px !important}
.mgb40{margin-bottom:40px !important}
.mgb50{margin-bottom:50px !important}
.mgb60{margin-bottom:60px !important}
.mgb100{margin-bottom:100px !important}

/* removing*/
.mgb-10{margin-bottom:-10px !important}
.mgb-20{margin-bottom:-20px !important}
.mgb-30{margin-bottom:-30px !important}
.mgb-40{margin-bottom:-40px !important}
.mgb-50{margin-bottom:-50px !important}
.mgb-60{margin-bottom:-60px !important}


/* Left Margins */

/* adding*/
.mgl4{margin-left:4px !important}
.mgl10{margin-left:10px !important}
.mgl20{margin-left:20px !important}
.mgl30{margin-left:30px !important}
.mgl36{margin-left:36px !important}
.mgl40{margin-left:40px !important}
.mgl50{margin-left:50px !important}
.mgl60{margin-left:60px !important}
.mgl70{margin-left:70px !important}
.mgl80{margin-left:80px !important}
.mgl90{margin-left:90px !important}
.mgl100{margin-left:100px !important}
.mgl120{margin-left:120px !important}
.mgl140{margin-left:140px !important}
.mgl160{margin-left:160px !important}

/* removing*/
.mgl-6{margin-left:-6px !important}
.mgl-10{margin-left:-10px !important}
.mgl-16{margin-left:-16px !important}
.mgl-20{margin-left:-20px !important}
.mgl-30{margin-left:-30px !important}
.mgl-36{margin-left:-30px !important}
.mgl-32{margin-left:-32px !important}
.mgl-40{margin-left:-40px !important}
.mgl-50{margin-left:-50px !important}
.mgl-60{margin-left:-60px !important}


/* ----- General Paddings -----*/
.pdv2{padding: 2px 0;}
.pdv6{padding: 6px 0;}
.pdv10{padding: 10px 0 !important;}

/* adding*/
.pd2{padding:2px !important}
.pd4{padding:4px !important}
.pd6{padding:6px !important}
.pd10{padding:10px !important}
.pd20{padding:20px !important}
.pd30{padding:30px !important}
.pd40{padding:40px !important}
.pd50{padding:50px !important}
.pd60{padding:60px !important}
.pd100{padding:100px !important}

/* Top Paddings*/
.pdt4{padding-top:4px !important}
.pdt10{padding-top:10px !important}
.pdt20{padding-top:20px !important}
.pdt22{padding-top:22px !important}
.pdt30{padding-top:30px !important}
.pdt40{padding-top:40px !important}
.pdt50{padding-top:50px !important}
.pdt60{padding-top:60px !important}



/* Right Paddings*/

.pdr10{padding-right:10px !important}
.pdr20{padding-right:20px !important}
.pdr30{padding-right:30px !important}
.pdr40{padding-right:40px !important}
.pdr50{padding-right:50px !important}
.pdr60{padding-right:60px !important}
.pdr80{padding-right:80px !important}

/* Bottom Paddings*/

.pdb10{padding-bottom:10px !important}
.pdb20{padding-bottom:20px !important}
.pdb30{padding-bottom:30px !important}
.pdb40{padding-bottom:40px !important}
.pdb50{padding-bottom:50px !important}
.pdb60{padding-bottom:60px !important}
.pdb100{padding-bottom:100px !important}
.pdb200{padding-bottom:200px !important}



/* Left Paddings */
.pdl2{padding-left:2px !important}
.pdl6{padding-left:6px !important}
.pdl10{padding-left:10px !important}
.pdl14{padding-left:14px !important}
.pdl20{padding-left:20px !important}
.pdl30{padding-left:30px !important}
.pdl40{padding-left:40px !important}
.pdl50{padding-left:50px !important}
.pdl60{padding-left:60px !important}


/* WIDTH Sizes Helpers */

.ws20{width:20px !important}
.ws30{width:30px !important}
.ws40{width:40px !important}
.ws50{width:50px !important}
.ws60{width:60px !important}
.ws70{width:70px !important}
.ws80{width:80px !important}
.ws90{width:90px !important}
.ws100{width:100px !important}
.ws110{width:110px !important}
.ws120{width:120px !important}
.ws130{width:130px !important}
.ws140{width:140px !important}
.ws150{width:150px !important}
.ws160{width:160px !important}
.ws170{width:170px !important}
.ws170{width:170px !important}
.ws180{width:180px !important}
.ws200{width:200px !important}
.ws230{width:230px !important}
.ws250{width:250px !important}
.ws280{width:280px !important}
.ws320{width:320px !important}

/* HEIGHT Sizes Helpers */

.hs20{height:20px !important}
.hs40{height:40px !important}
.hs50{height:50px !important}
.hs60{height:60px !important}
.hs70{height:70px !important}
.hs80{height:80px !important}
.hs90{height:90px !important}

/* BORDER Helpers */

.nb{border-width: 0 !important}
.nr{border-radius:0 !important;}


/* Visibility helpers */ 

.dnone{display:none}
.dblock{display:block !important}
.diblock{display:inline-block !important}
.dtable{display:table !important}

/* text case helpers */

.case-up{text-transform: uppercase}
.case-ca{text-transform: capitalize}
.case-lo{text-transform: lowercase}

/* table helpers */
th>span>.icon {
    line-height: 0.9em;
    top: 4px;
    position: relative;
    left:50%;
    margin-left:-1em;
}



/* Carousel My Account */

.image_carousel, .testimonial-section {
    padding: 5px 0 5px 5px;
    position: relative;
    width: 540px;
}
.image_carousel img {
    background-color: white;
    margin: 0 5px;
    float: left;
    border: 1px solid #bfbfbf;
    cursor:pointer;    
}
.image_carousel a {
    display: block;
    float: left;
}
.profile-carousel, #carousel-testimonials {
    margin-left: 10px !important;
}
a#prev2, a#next2, a#prevt2, a#nextt2{
    background-image: url(/Content/img/sld-arrows.png);
    background-repeat: no-repeat;
    display: block;
    height: 30px;
    margin-top:-15px;
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
    top: 50%;
    white-space: nowrap;
    width: 16px;
}
a#prev2, a#prevt2, .pic-prev {   
    left: 0;
    background-position: left top;
}
a#next2, a#nextt2, .pic-next {
    right: 0;
    background-position: -17px top;    
}
a#prevt2, a#nextt2{
    background-image: url(/images/sld-arrows.png);
    background-repeat: no-repeat;
    display: block;
    height: 30px;
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
    top: 30%;
    white-space: nowrap;
    width: 16px;
}
a#prevt2 {   
    left: 0;
    background-position: left top;
}
a#nextt2 {
    right: 0;
    background-position: -17px top;    
}

.t-item {
    display: table;
    width: 98%;
}
.clearfix {
    float: none;
    clear: both;
}
.prof-content-bottom td a:hover {
    color: #0e2748 !important;
}
.form-account label, .form-account input {
    display:block;
}
.form-account label{
    text-transform: uppercase;
    font-size: 0.9em;
    padding-top:3px;
}

/* editing user */ 

.field-active1{
    border:1px solid #c4c4c4 !important;
    background-color: #fff !important;
}
.form-account .new-pass{
    background-color: #f1f7fc !important;
    border:1px solid #c4c4c4 !important;
}

.input-disabled {
    background: #fff !important;
    border: none !important;
    box-shadow: inset 0px 0px 15px #fff !important;
}

.fieldset1 input[type=text] , .fieldset1 input[type=password], .fieldset2 input[type=password], .fieldset2 input[type=text], .fieldset3 input[type=text]  {
    width: 210px;
    height: 24px;
    margin-left:20px;
    padding-left:10px;
    margin-bottom:6px;
}

.ac-fieldset input[type=text] {
    width: 270px;
    height: 26px;
    box-shadow: inset 0px 0px 15px rgba(0,0,0,0.15);
    border: 1px solid #9e9e9e;
    margin-left: 10px;
    padding-left: 10px;
}
.form-error {
    font: bold 0.8em/1em Verdana;
    color: #cc0000;
    padding: 0 0 4px 20px;
    margin-top:-4px;
}

/* SEARCH RESULTS TWEAKS */

.results-list-categories a .icon, .specific a .icon {
    font-size: 6px;
}


h4.header-list-title.w-arrow:after{
    display:block;
    content:" ";
    float:left;
    width:0;
    height:0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #dddddd;
    margin-top:10px;
    margin-left:30px;
    position:absolute;
}
.specific a > em {
    display: inline-block;
    font-weight: normal;
    padding: 0 40px 0 36px;
    clear:both;
    margin:0;
    font-style:normal;
}

#slider-range, #slider-range1 {
    border-radius: 0;
    -moz-box-shadow:    inset 2 2 5px #000000;
   -webkit-box-shadow: inset 2 4 5px #000000;
   box-shadow:         inset 2 4 2px #000000;
}
#slider-range .ui-slider-range, #slider-range1 .ui-slider-range{
    background-image:none;
    background-color:#bebebe;
}

#slider-range .ui-slider-handle, #slider-range1 .ui-slider-handle {
    background: url(/Content/img/range-arrow.png) no-repeat;
    margin-top: -4px;
    width: 13px;
    height: 14px;
    border: none;
}
p.slider-values {
    padding-bottom: 20px;
}
p.slider-values label, p.slider-values input{
        font-size: 10px !important;
        font-weight: bold;
}
.slider-values>#amount, .slider-values-results>#amount1  {
    background: none;
    width:160px;
}
.acw-slider-label {
    font-size: 0.9em !important;
}
p.slider-values-results label, p.slider-values-results input {
        font-weight: bold;
}
p.slider-values-results label{
    padding-top: 7px;
    display: inline-block;
}
.slider-values-results>#amount1  {
    background: none;
    width:180px;
    box-shadow: none;
    color: #cc6500 !important;
}
.results-list.specific {
    margin-top: 16px;
}
.results-list.specific li:hover {
    background: #f3f7fb !important;
}
/* ==== tracked contractors fixes ==== */ 
.table-contractors>.bottom-pagination{
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf
}
.table-records>tr>td{
    padding:20px 0;
    line-height: inherit !important;
}
.tracking-results>thead{
    border-left: 1px solid #bfbfbf;
}
.tracking-results{
    border-right: 1px solid #bfbfbf !important;
}
.top-pagination {
    height: 24px;
    padding: 10px;
}

/* ALERTS*/

.alert-inline {
    width: 550px;
    clear: both;
    display: table;
    text-align: center;
    padding: 30px 0;
    border-radius: 10px;
}
.alert-inline h3 {
    font-size: 1.5em;
    line-height: 2em;
}
.alert-inline p {
    color: #555;
}
.success {
    border: 2px solid #def1d1;
    background: #f5fcf0;
}
.success h3 {
    color: #598527;
}
.success a {
    color: #0e2748;
    font-weight: bold;
}
.success a:hover {
    color: #c87200;
}

#warning-popup{
    display: table;
    width:100%;
    clear:both;
    background: #fff;
    display: none;
}
.warning-title{
    background-color: #fefaf9; 
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefaf9), to(#faeae7));
    background-image: -webkit-linear-gradient(top, #fefaf9, #faeae7); 
    background-image:    -moz-linear-gradient(top, #fefaf9, #faeae7);
    background-image:     -ms-linear-gradient(top, #fefaf9, #faeae7);
    background-image:      -o-linear-gradient(top, #fefaf9, #faeae7);
    padding:25px 40px;
    color:#cd2a0a;
    border-bottom:1px solid #fff;
    font-size: 1.5em;
}
.confirm-title{
    background-color: #fefaf9; 
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefaf9), to(#e9e9e9));
    background-image: -webkit-linear-gradient(top, #fefaf9, #e9e9e9); 
    background-image:    -moz-linear-gradient(top, #fefaf9, #e9e9e9);
    background-image:     -ms-linear-gradient(top, #fefaf9, #e9e9e9);
    background-image:      -o-linear-gradient(top, #fefaf9, #e9e9e9);
    padding:20px 40px;
    color:#042444;
    border-bottom:1px solid #fff;
    font-size: 1.5em;
}

/*  USER AGREEMENT */

.ordered-list-alpha {
    margin: 0 0 0 40px;
    list-style-type: lower-alpha;
}

.ordered-list-disc {
    margin: 0 0 0 40px;
    list-style-type: disc;
}

/* SEARCH RESULTS */

.arrow-sort {
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;   
    border-top: 5px solid #5d5d5d;
    float: right;
    margin: 5px 10px 0 0;
}

.sponsored-result {
    color: #c86f0b !important;
    line-height: 1em !important;
}
.sponsored-result em {
    color: #144e88;
    clear: both;
    display: block;
    font-size: 0.8em !important;
    padding-top:4px;
    padding-bottom: 14px;
    font-weight: normal;
}
.tooltip-slider {
    position: absolute;
    display: block;
    top: -25px;
    width: 35px;
    height: 20px;
    color: #fff;
    text-align: center;
    font: 10pt Tahoma, Arial, sans-serif ;
    border-radius: 3px;
    border: 1px solid #333;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    background: linear-gradient(top, rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%);
}

.has-scroll {
    overflow-y: scroll !important;
}

.tooltip {
    padding:2px 10px;
    position: absolute;
    display: block;
    top: 140px;
    width: auto;
    height: 20px;
    color: #fff;
    text-align: center;
    font: 10px Tahoma, Arial, sans-serif ;
    border: 1px solid #333;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    background: #1c4977;
    font-weight:bold;
}

/* alerts */

.alert-top {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 40px;
    box-shadow: 0px 1px 1px #333;
}
.alert-message {
    width: 1024px;
    margin: 12px auto 0 auto;
    padding: 0 20px;
    box-sizing:border-box;
}
.type-warning {
    background: #ca6f00;
    color: #fff;
}

.alert-body {
    display: table;
    width: 95%;
    margin: 10px auto;
    padding: 8px 10px;
    border-radius: 6px;
}
.type-info {
    background: #f3f7fb;
    border: 1px solid #d2d7dd;
}
.alert-body a em {
    text-decoration: underline;
}
.col-40 {
    width: 40%;
    float: left;
}
.col-50 {
    width: 50%;
    float: left;
}
.col-60 {
    width: 60%;
    float: left;
}

.ac-fieldset {
    margin-left: 40px !important;
    margin-right: 40px;
}
#dailyFeed ol {
    height: 520px;
}

/* add new company wizard styles */

.acw-container, .eui-container {
    background: #fff;
    border: 1px solid #b9b9b9;
    padding: 30px;
}

.add-company-steps {
    width: 100%;
    display: table;
    list-style-type: none;
}
.c-step {
    float: left;
    display: inline-block;
    height: 28px;
    font: bold 0.7em/0.8em Verdana;
    background: url(/Content/img/acw-gray-bg.png) repeat-x;
}
.step-link {
    padding: 10px 12px 0 12px;
    display: block;
    border:none !important;
    float:left;
}
.eui-container .add-company-steps .step-link {
    padding-left: 20px;
    padding-right: 20px;
}
.step-right-border {
    background: url(/Content/img/acw-step-arrow.png) no-repeat;
    display: block;
    width: 16px;
    height: 28px;
    float:left;
}
.step-left-border {
    display: block;
    float: left;
    width: 6px;
    height: 28px;
    background: url(/Content/img/acw-step1-gray.png) no-repeat;
}
.step8 .step-right-border {
    background: url(/Content/img/acw-arrow8.png) no-repeat;
}
.c-step.active {
    background: url(/Content/img/acw-blue-bg.png);
}
.c-step.active>.step-left-border {
    background: url(/Content/img/acw-step1.png);
}
.c-step.active>.step-right-border {
    background: url(/Content/img/acw-active-arrow.png);
}
.c-step.active>.step-link, .btYes {
    color: #fff !important;
    outline-width: 0px !important;
}
.step-right-border.border-active {
    background: url(/Content/img/acw-active-left.png) no-repeat;
}
.step8.active .step-right-border {
    background: url(/Content/img/acw-arrow8-blue.png) no-repeat;
}
.form-comp .jqte {
    border-radius: 0px;
    border: 1px solid #9e9e9e;
}
.form-comp .jqte_editor {
    min-height: 220px;
}
.step-bottom-nav {
    display: table;
    width: 100%;
    margin-top: 60px;
    padding-top: 14px;
    border-top: 1px solid #dfdfdf;
    clear:both;
}
.blue-table a {
    color: #153b61;
}
.step-container .tooltip {
    top: 460px;
}
.step-container #slider-range1 {
    width: 90%;
}
div.col-1-2.c-details-left {
    width: 47%;
}
div.col-1-2.c-details-right {
    border-left: 1px solid #dfdfdf;
    width: 53%;
    padding-left: 20px;
}
.acw-cabinet-box{
    float: left;
    height: 296px;
    width: 168px;
    padding:0 16px 0 16px;
}
#acw-cabinet-areas {
    background: url(/Content/img/cabinet-general-bg.png) no-repeat scroll left top transparent;
    margin: 14px 0 0 20px;
}
.acw-area-tabs {
    width: 582px;
    height: 45px;
    float: left;
    margin: 20px 20px 0 20px;
    list-style: none;
    background: url(/Content/img/bg-list.jpg) 0 bottom repeat-x;
}
.acw-areas-tab-container .tab_content{
    width: 630px;
    float: left;
    border: 1px solid #b9b9b9;
    margin-left: 20px;
    overflow: hidden;
    margin-top: -1px;
    background: #fff;
}
.acw-pic-item {
    display: block;
    width: 170px !important;
    float: left;
    margin: 15px;
    border:1px solid #c0bfbf;
}
.photo-action-bar {
    display: table;
    width: 100%;
    padding: 4px;
    box-sizing: border-box;
    background: #f3f3f3;
}
.photo-last-tab {
    margin-right: 540px !important;
}
.pic-tabs-holder {
    border: 1px solid #aeaeae;
    margin: 20px 0 0 0;
}
.photo-action-bar span {
    font-style: italic;
    text-align: center;
    display: block;
    padding: 4px 0;
    font-size: 0.9em;
}
.tab_content-photo {
    background: #e6e6e6;
    padding: 30px 15PX;
    height: 430px;
    max-height: 430px;
    overflow-y: scroll;
}
.photo-action-bar>a:hover>i{
    color:#c87200 !important;
}
.acw-gallery-title-bar{
    background: #e5e5e5; /* Old browsers */
    background: -moz-linear-gradient(top,  #e5e5e5 0%, #cfcfcf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e5e5e5 0%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e5e5e5 0%,#cfcfcf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e5e5e5 0%,#cfcfcf 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e5e5e5 0%,#cfcfcf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */
    border-top:1px solid #fff;
    border-bottom: 1px solid #aeaeae;
    text-shadow: 1px 1px 0px #fff;
}
.pic-prev, .pic-next{
    background-image: url(/Content/img/sld-arrows.png);
    background-repeat: no-repeat;
    display: block;
    height: 30px;
    margin-top:-15px;
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
    top: 68%;
    white-space: nowrap;
    width: 16px;
}
.pic-prev {   
    left: 60px;
    background-position: left top;
}
.pic-next {
    right: 60px;
    background-position: -17px top;    
}
#photo-carousel {
    margin-left: 10px !important;
}
div#acw-profile-preview .col-right-bottom {
    width: 100%;
}
#acw-profile-carousel {
    margin-left: 10px !important;
}

a#st8-prev2, a#st8-next2{
    background-image: url(/Content/img/sld-arrows.png);
    background-repeat: no-repeat;
    display: block;
    height: 30px;
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
    top: 30%;
    white-space: nowrap;
    width: 16px;
}
a#st8-prev2 {   
    left: 0;
    background-position: left top;
}
a#st8-next2 {
    right: 0;
    background-position: -17px top;    
}

a#st8-prevt2, a#st8-nextt2{
    background-image: url(/Content/img/sld-arrows.png);
    background-repeat: no-repeat;
    display: block;
    height: 30px;
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
    top: 30%;
    white-space: nowrap;
    width: 16px;
}
a#st8-prevt2 {   
    left: 0;
    background-position: left top;
}
a#st8-nextt2 {
    right: 0;
    background-position: -17px top;    
}
#acw-carousel-testimonials li {
    display: block;
    width: 500px;
    float: left;
    padding-left: 20px;
}

/* === FIX FOR THE PRELOADERS POPUP === */

.preloaders .ui-dialog-titlebar {
    display: none;
}

#sp-bt-block>a>strong, #sp-int-block>a>strong {
    vertical-align: super;
}
/*====================================================
   SUB REQUEST-----ADD NEW
====================================================*/

span.icon.icon-cis-sub-requests.sub-r{
    top:7px;
    position:relative;
}

.banner-con.banner-con-pad{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:25px 40px 25px 20px;
}
.banner-con.banner-con-pad p{
    padding:0px;
}

.pageRegister.sub-request-add{
    background: #fff url(/Content/img/shadow-contact-page.png) 612px top repeat-y;
    padding:1px 1px 30px 35px;
    width:850px;
    line-height:20px;
    float:right
}
.pageRegister.sub-request-add form.sub-req-add-new .container-req p.req{
    font-size:1em;
    overflow: visible;
    font-weight:normal;
    margin:0;
}
.pageRegister.sub-request-add form.sub-req-add-new .container-req p.req.fr{
    font-family:Arial;
    font-size:0.9em;
    font-style: italic;
}
.pageRegister.sub-request-add form.sub-req-add-new .container-req{
    margin-top:40px;
    width:480px;
}
.container-req .btn{
    margin-top:15px;
}
.container-req .btn a.gray{
    display:inline-block;
    background: #f3f3f3;
    border:1px solid #a8a8a8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:10px;
    line-height: 0.9em;
    width:90px;
    text-align: center;
    margin-left:5px;
}
.container-req .btn a.blue{
    width:90px;
    padding:9px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display:inline-block;
    line-height: 1em;
    margin-left:5px;

}
.container-req .btn a.blue span.icon{
    margin:5px 7px;
}

.container-req .btn p{
    font-size:0.9em;
    font-family: Arial;
    font-style: italic;
    display:inline-block;
    vertical-align: middle;
    margin:0;
    font-weight: normal;
    
}

.container-req .btn p span.icon, .success-msg .icon{
    display:inline-block;
    vertical-align: middle;
    margin-top:-3px;
    margin-right: 5px;
    color:#00993b;
    font-size:1.3em;
}
.btn.sidebar p.pa{
    top:5px;
    right:-60px;
    font-family:Arial;
    font-style: italic;
    font-size:1em;

    
}
.btn.sidebar p.req{
    margin-bottom:15px;
    margin-top:-10px;
    font-size:0.9em;
    font-style:italic;
}
.btn.sidebar{
    margin-bottom:20px;
}
.btn.sidebar a{
    margin-bottom:10px;
}
.btn.sidebar a.gray{
    display:block;
    background: #f3f3f3;
    border:1px solid #a8a8a8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:10px;
    line-height: 0.9em;
    width:145px;
    text-align: center;
    position:relative;

}
.btn.sidebar a.gray p.pa span.icon{
    color:#00993b;
    margin-right:5px;
    margin-left:5px;
    font-size: 1.3em;
}
.btn.sidebar a.blue{
    display:block;
    width:135px;
    padding:5px;
    text-align: center;
}
.btn.sidebar a.blue span.icon{
    margin-right:5px;
}
.pageRegister.sub-request-add form.sub-req-add-new .container-req p.req span{
    margin-right:5px;
}
.pageRegister.sub-request-add .form{
    float:left;
    margin-top:40px;
    width:520px
    }
.sub-req-add-new h3{
    margin-bottom:15px;
}
.sub-req-add-new h2{
    margin-bottom:12px;
    font-family: Arial;
    font-size: 1.3em;
}

.sub-req-add-new .top div span.icon,.date-through>div>.icon{
    cursor:pointer;
    font-size: 1.6em;
    right:18px;
    top:5px;
}
.date-through>div>.icon{
    right:30px;
}
.sub-req-add-new .bottom{
    margin-top:40px;
}
.sub-req-add-new label,
.pageRegister.sub-request-add input,
.pageRegister.sub-request-add textarea, .eui-container>.step-container>label, .eui-container>.step-container>input, .eui-container>.step-container>div>label, .eui-container>.step-container>div>input, .date-through>div>input, .sp-contact-body label, .sp-contact-body input, .pass-recover-form>form>label{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border:1px solid #9e9e9e;
    box-sizing: border-box;
    display:inline-block;
    height:30px;
    margin-bottom:10px;
    padding:7px;
    background-image: none;
    color:#5a5a5a;
    font-family: tahoma;
    vertical-align: top;

}
.sub-req-add-new label.brd-right-no{
    border-right:none;
}
.pageRegister.sub-request-add .top input.bg,
.pageRegister.sub-request-add .bottom input.bg,
.pageRegister.sub-request-add .bottom textarea.bg,
.date-through>div>input.bg{
    background: #f7eadb;
    box-shadow:none;
    
}
.pageRegister.sub-request-add .bottom textarea{
    font-size:1em;
    font-family:verdana;
    line-height: 1.6em;
}
.pageRegister.sub-request-add .top input,
.pageRegister.sub-request-add .bottom input,
.date-through>div>input{
    width:310px;
    border-left:none;
    box-shadow: inset 0px 0px 15px rgba(0,0,0,0.10);

}
.pageRegister.sub-request-add .bottom input,
.pageRegister.sub-request-add .bottom textarea{
    width:340px;
}
.pageRegister.sub-request-add textarea,
.pageRegister.sub-request-add .bottom .container-c{
    min-height: 110px;
    border:1px solid #9e9e9e;
    box-shadow:none;

}
.pageRegister.sub-request-add .bottom .container-c{
    width:340px;
    display:inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:7px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    margin-bottom:10px;
}
.pageRegister.sub-request-add .bottom .c-top{
    margin-bottom:10px;
}
.pageRegister.sub-request-add .bottom .c-top a:first-child{
    width:130px;
    padding:7px;
    line-height: 1em;
    display:inline-block;

    
}
.pageRegister.sub-request-add .bottom .c-top a:last-child{
    width:100px;
    display:inline-block;
    padding:7px;
    line-height: 1em;
    display:inline-block;
    background-color: #e68714; 
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e68714), to(#c97107));
    background-image: -webkit-linear-gradient(top, #e68714, #c97107); 
    background-image:    -moz-linear-gradient(top, #e68714, #c97107);
    background-image:     -ms-linear-gradient(top, #e68714, #c97107);
    background-image:      -o-linear-gradient(top, #e68714, #c97107);
    color:#fff;
    border:none;

}
.pageRegister.sub-request-add .bottom .c-top a:last-child span.icon{
    font-size:0.5em;
    top:10px
    
}
.pageRegister.sub-request-add .bottom .c-bottom{
    background: #f4f4f4;
    padding:10px;
    min-height:65px;
    margin-top:10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin:0 auto;
    width:320px;
}
.pageRegister.sub-request-add .bottom textarea.shadow, .sp-contact-body input, .sp-contact-body textarea{
    box-shadow: inset 0px 0px 15px rgba(0,0,0,0.2);

}

.sub-req-add-new label, .eui-container>.step-container>label, .eui-container>.step-container>div>label, .sp-contact-body label, .pass-recover-form>form>label{
    background-color: #ebebeb;
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ebebeb), to(#d4d4d4));
   background-image: -webkit-linear-gradient(top, #ebebeb, #d4d4d4);
   background-image:    -moz-linear-gradient(top, #ebebeb, #d4d4d4);
   background-image:     -ms-linear-gradient(top, #ebebeb, #d4d4d4);
   background-image:      -o-linear-gradient(top, #ebebeb, #d4d4d4);
   color:#5a5a5a;
   width:145px;
   text-align:right;
   font-size:1em;
   line-height: 1.2em;

}

.sub-req-add-new .top, .date-through{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background:#f6f9fd;
    border:1px solid #d5d5d5;
    box-sizing: border-box;
    height:116px;
    padding:30px;
    width:518px;
    
}
.date-through>div>label {
    height: 30px;
    padding: 7px;
    line-height: 1.2em;
    box-sizing: border-box;
}

/* desktop free extra styles */

.news-container.free .date-new, .news-container.free a p {
    font-size: 1.1em;
    line-height: 1.4em;
}
.news-container.free a p {
    font-size: 1.3em;
    line-height: 1.4em;
}
.badge1 {
    background: #ccc;
    padding: 3px;
    border-radius: 10px;
}

/* advanced search fixes */

.adv-search-box-layer {
    z-index: 30;
    width: 434px;
}
/* ----- =cabinet listings styles -----*/
div#acw-cabinet-areas>div>i {
    margin-left: -34px;
    margin-top: -4px;
    text-shadow: 1px 1px #fff;
}
.eui-step2 h4 {
    height: 36px !important;
}

.wrapper-projects-table .top-content {
    background: url(/Content/img/bg-tab-top.jpg) 0 0 repeat-x;
    box-shadow: none;
}
.wrapper-projects-table .bottom-pagination{
    background-color: #ebebeb;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ebebeb), to(#d4d4d4));
    background-image: -webkit-linear-gradient(top, #ebebeb, #d4d4d4);
}
.wrapper-projects-table .data{
    border: 1px solid #bfbfbf;
    border-left: none;
    width: 100%;
}
.wrapper-projects-table .data td a:hover{
    color:#c66f09 !important;
}

/* SITEMAP STYLES */

.wrapper-sitemap {
    display: table;
    margin: 40px auto;
}
.sm-link-block {
    list-style-type: none;
    margin-top: 10px;
}
.sitemap-section {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
.sm-link-item {
    color: #646464;
    padding: 4px 0;
    display: block;
}
a.sm-link-item:hover {
    color: #c87200;
}

/* POPUP USER AGREEMENT */

.ua-container {
    background: #fff;
    box-shadow: 0 2px 5px rgba(174,180,187,1);
    display: table;
}
.ua-content-block {
    margin: 15px;
    padding: 20px;
    width: auto;
    background: #f9f9f9;
    border: 1px solid #d2d2d2;
    max-height: 270px;
    overflow-y: scroll;
}
.ua-bottom-nav {
    margin: 15px;
    display: table;
}
em.foot-note {
    float: left;
}
.ua-content-block h2 {
    font-size: 1.1em;
}
.ua-content-block p {
    font-size: 0.85em;
    line-height: 1.5em;
}

.comp-col-category {
    display: table;
    clear: both;
}
/* =login new implementations */

.blockLogin label {
    min-width: 70px;
    display: block;
    float: left;
    text-align: right;
    padding: 2px;
}

.inline-message.error {
    display: table;
    width: 100%;
    color: #cc0000;
    font-weight: bold;
    padding: 6px;
}

.inlineLocked-message.error {
    display: table;
    width: 100%;
    color: #cc0000;
    font-weight: bold;
    padding: 6px;
}

.loading-message {
    display: table;
    width: 100%;
}
.deleteReport{
    text-shadow:none;
    margin-top:2px;
}

/* override jquery UI styles */

.ui-front{z-index:5555 !important}

.dAlert {
    width: 450px;
    height: 100px;
}

input#amount1 {
    font-weight: normal;
    font-size: 0.8em;
}
.c-grid>thead>tr>th>span {
    height: auto;
}

.city-state-autocomplete.ui-autocomplete {
    max-height: 300px;
    overflow-y: scroll;
}

/* DJ added styles */
th.headerSortUp span {
    background-image: url(/Content/img/sort_up.png)!important;
}

th.headerSortDown span {
    background-image: url(/Content/img/sort_down.png)!important;
}

th.headerSortBothBlue span {
    background-image: url(/Content/img/sort_blue.png)!important;
}

/* new tabbed navigation */

.tabbed-nav, .tabbed-nav-photo {
    list-style-type: none;
    width: 100%;
    height: 46px;
    border-top: 1px solid #fff;
    list-style: none;
    margin: 0;
    background: url(/Content/img/bg-list.jpg) 0 bottom repeat-x;
}
.tabbed-nav>li, .tabbed-nav-photo>li {
    float: right;
    margin: 8px 0 0 0px;
}
.tab-item {
    width: auto;
    position: relative;
    display: block;
}
.tab-brd-left {
    display: block;
    float: left;
    background: url(/Content/img/tabbed-nav.png) left top no-repeat;
    height: 24px;
    padding: 14px 2px 0 16px;
}
.tab-brd-right {
    color: #fff;
    background: url(/Content/img/tabbed-nav.png) top right no-repeat;
    font: bold 0.9em/1em Verdana;
    display: inline-block;
    padding: 16px 20px 0 0;
    height: 22px;
    letter-spacing: -0.04em
}
.active-tab{
    z-index: 999;
}
.active-tab>.tab-brd-left{background: url(/Content/img/tabbed-nav.png) left -46px no-repeat}
.active-tab>.tab-brd-right{
    background: url(/Content/img/tabbed-nav.png) right -46px no-repeat; 
    color: #0e375e !important;
    text-shadow: 0 1px 0 #fff;
}
.classifieds-grids{
    width: 676px;
    float: left;
    overflow: hidden;
    margin: 6px;
    border: 1px solid #ddd;
}

/* single project */

.ph-contact-options {
    clear: both;
    list-style-type: none;
    margin: 4px 0 0 10px;
    font-size:0.95em;
}
.ph-contact-options>li {
    float: left;
    padding-right: 10px;
}
.ph-contact-options>li>a>.icon {
    line-height: 0.9em;
}
.view-subrequest i {
    text-shadow: 1px 1px 0px #fff;
}
a.view-subrequest:hover {
    color:#0e3c69 !important;
}
div#popup-save-report .title>span {
    width: auto;
    padding: 0;
    margin: 0;
}
div#popup-save-report .title {
    height: 34px;
}

div#br-bid-price-block {
    float: right;
}

div#br-bid-price-block .view-subrequest {
    margin-top: 5px;
}

div#br-bid-price-block .view-subrequest, div#br-bid-price-block .ph-bid-price {
    float: right;
    clear: right;
}

/* all elements placeholders */
input[placeholder] {
   color: #333;
}

:-moz-placeholder { /* Firefox 18- */
   color: #333;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #333;  
}

:-ms-input-placeholder {  
   color: #333;  
}

.sr-search-box {
    display: table;
    width: 100%;
    height: 24px;
    padding: 6px;
    background: #f3f3f3;
    clear: both;
    box-sizing: border-box;
    border-bottom: 1px solid #bbb;
}
.sr-list-area {
    display: table;
    background: #fff;
    width: 100%;
    border: 1px solid #bbb;
}
.sr-folder-list {
    display: block;
    padding: 6px;
    width: 100%;
    list-style-type: none;
    box-sizing:border-box;
    max-height: 162px;
    overflow-y: scroll;
}
.sr-folder-item>input {
    border: none;
    color: #333;
    background: #fff;
    font-size: 1.2em;
    font-weight: bold;
    color: #555;
    float: left;
}
.sr-folder-item {
    margin: 2px 0;
    display: table;
    clear: both;
    box-sizing:border-box;
    padding: 4px 8px;
    width: 100%;
    color: #a5a5a5 !important;
    cursor: pointer;
}
.sr-folder-item>a {
    display: table;
    padding: 4px 8px;
    width: 100%;
    color: #a5a5a5 !important;
    box-sizing: border-box;
}
.sr-folder-item>i {
    font-size: 1.6em;
    vertical-align: baseline;
    margin: 0 6px 0 0;
    float: left;
}
.sr-folder-item:hover {
    color: #204f7e !important;
    background: #f3f7fb;
}
.sr-folder-item:hover input {
    background: #f3f7fb;
}
.sr-search-box>input {
    margin: 2px -4px 0 0;
    height: 16px;
    height: 26px;
    padding: 0 4px;
}
div.sr-save-actions {
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
}
.sr-add-folder {
    cursor: pointer;
}
.sr-folder-name {
    border: 1px solid #bbb !important;
}
/* Different color for some fields */

.input-search>form>input::-webkit-input-placeholder,
#textarea_2::-webkit-input-placeholder
{
  color:    #999;
}

.input-search>form>input:-moz-placeholder,
#textarea_2:-moz-placeholder 
{
  color:    #999;
}

.input-search>form>input::-moz-placeholder,
#textarea_2::-moz-placeholder 
{
  color:    #999;
}

.input-search>form>input:-ms-input-placeholder,
#textarea_2:-ms-input-placeholder 
{
  color:    #999;
}
.def-item{
    background: #F8EBDF;
}
.tracking-list-popup {
    background: #fff;
    display: table;
    border-radius: 6px;
    border: 1px solid #bbbbbb;
    font-size: 0.8em;
}
.tracking-list-popup>.rounded{
    width:800px !important;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.tracking-list-popup>.table-contractors{
    border:none !important;
}
.tracking-popup-holder {
    max-height: 560px;
    overflow-y: scroll;
    box-sizing: border-box;
    display: block;
}
.tracking-button-holder {
    text-align: center;
    padding: 0 0 0 260px;
}
.top-breadcrumb {
    display: inline-block;
    float: right;
    margin: 16px;
    font-size: 0.8em;
}
.bc-item {
    line-height: 1em;
    color: #0d2742;
}
.top-breadcrumb i {
    font-size: 0.8em;
    color: #666;
}
a.bc-item:hover {
    color: #cb7a1c;
}

/* FORM POPUP STYLES*/
.sp-contact-form {
    background: #fff;
    border: 1px solid #b9b9b9;
    border-top: none;
}
.sp-contact-body {
    padding: 36px;
}
.sp-contact-body textarea{
    margin:0;
    padding:10px;
    width:500px;
    height:130px;
}
.sp-contact-body input{
    width:522px;
}
.sp-contact-title span {
    margin: 15px 30px !important;
}
.sb-notifications-desktop {
    background: url(/Content/img/side-cabinet-bg.png) right bottom no-repeat;
    padding: 1px 4px 4px 4px;
    position: absolute;
    top: 44px;
    margin-left: -26px;
}
/*TESTIMONIALS EDITION */

.art-link-label {
    display: block;
    font-size: 0.8em;
    padding: 4px 0;
}
.art-links-title, .art-links-url {
    width: 100%;
    box-shadow: inset 0px 0px 10px rgba(149,149,149,0.4);
    border:1px solid #c0bfbf;
    display:inline-block;
    vertical-align: top;
    font-family: Arial;
    font-size:1em;
    color:#666;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:10px;
    margin:0px;
}
.art-links-url{
    margin-bottom:10px;
}
.art-links-edit {
    display: table;
    width: 100%;
    background: #F3F6FB !important;
}

/*ADD NEW COMPANY LISTINGS*/
.acl-search-wrapper {
    background: #e5e7e8;
    padding: 30px;
}
.acl-search-box-holder>input{
    margin-bottom:0 !important;
}
.acl-search-box-holder {
    display: table;
    padding: 8px;
    background: #f3f3f3;
    width: 428px;
    border: 1px solid #bbb;
    border-bottom: none;
}
.acl-search-box-holder>button {
    height: 30px;
    margin-left: -6px !important;
}
.acl-search-results, .acl-no-results {
    display: table;
    background: #fff;
    width: 428px;
    border: 1px solid #bbb;
    padding: 8px;
}
.acl-title>span {
    width: 400px !important;
    margin: 15px 20px !important;
}
.acl-search-box-holder>input {
    width: 398px !important;
}
.acl-search-results>ul {
    list-style-type: none;
}
.acl-search-results>ul>li>a {
    padding: 4px 10px;
    display: table;
    color: #555;
    width: 400px;
}
.acl-search-results>ul>li>a:hover, .acl-search-results>ul>li.selected>a {
    background: #f3f7fb;
}
.acl-search-results>ul>li>a>span>b {
    display: block;
}
.acl-search-results>ul>li>a>span {
    display: block;
    float: left;
}
.acl-search-results>ul>li>a>i {
    font-size: 0.6em;
    margin: 4px 10px 0 0;
    float: left;
    color: #c87200;
}
.acl-search-results>ul>li {
    clear: both;
}

/* MY ACCOUNT EXTRA STYLES */
.ma-fset2 {
    display: block;
    clear: both;
}
.ma-fset3  {
    float: right;
    position: relative;
    margin-top: -64px;
    margin-right: 80px;
}
.fieldset2, .fieldset3 {
    display: table;
}
/* RECOVER PASSWORD STYLES*/
.pass-recover-wrapper {
    display: block;
    border: 1px solid #ebebeb;
    background: #fcfcfc;
    margin: 26px;
    padding: 30px;
    border-radius: 6px;
}
.pass-recover-form {
    display: table;
    width: 560px;
    margin: 0 auto;
}
.pass-recover-form>form>button{
    cursor: pointer;
}
.message-success {
    background: #ebf8f1;
    padding: 20px;
    margin: 20px 0;
    border-radius: 6px;
    color: #00a651;
    font-size: 1em;
    display: table;
    width: 100%;
    box-sizing:border-box;
}
.message-success>p>a{
    text-decoration: underline;
}
.pr-form>input[type="text"] {
    width: 390px;
}
.pass-recover-form>form>label{
    float:left;
    height: 33px;
}
.print-record>.added {
    color: #042444 !important;
}

.width-auto {
    width: auto !important;
}

.select-def2 .chosen-container {
    width: 100% !important;
}

.error-message {
    font-size: 14px;
    color: #e80c4d;
}

.form-template-field-holder .error-message {
    padding: 10px 0;
    font-weight: bold;
    font-size: 12px;
}

.logout-as-user-container {
    position: fixed;
    top: 40px;
    left: 40px;
}

    .logout-as-user-container button {
        padding-left: 10px;
        padding-right: 10px;
        line-height: 16px;
        cursor: pointer;
    }
/*
Version: 3.5.1 Timestamp: Tue Jul 22 18:58:56 EDT 2014
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    border-radius: 4px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

    border-radius: 0 0 4px 4px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
    float: none;
    width: auto;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
    margin-left: 26px;
    margin-right: 0;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url(/Areas/Admin/Content/css/select2.png) right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    border-radius: 0 0 4px 4px;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;

    background-clip: padding-box;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;

    border-left: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/Areas/Admin/Content/css/select2.png) no-repeat 0 1px;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
    background-position: 2px 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
            box-shadow: none;

    background: #fff url(/Areas/Admin/Content/css/select2.png) no-repeat 100% -22px;
    background: url(/Areas/Admin/Content/css/select2.png) no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url(/Areas/Admin/Content/css/select2.png) no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(/Areas/Admin/Content/css/select2.png) no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(/Areas/Admin/Content/css/select2.png) no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

html[dir="rtl"] .select2-search input {
    padding: 4px 5px 4px 20px;

    background: #fff url(/Areas/Admin/Content/css/select2.png) no-repeat -37px -22px;
    background: url(/Areas/Admin/Content/css/select2.png) no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url(/Areas/Admin/Content/css/select2.png) no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(/Areas/Admin/Content/css/select2.png) no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(/Areas/Admin/Content/css/select2.png) no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url(/Areas/Admin/Content/css/select2-spinner.gif) no-repeat 100%;
    background: url(/Areas/Admin/Content/css/select2-spinner.gif) no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url(/Areas/Admin/Content/css/select2-spinner.gif) no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(/Areas/Admin/Content/css/select2-spinner.gif) no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(/Areas/Admin/Content/css/select2-spinner.gif) no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px;
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html[dir="rtl"] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results-dept-1 .select2-result-label { padding-left: 20px }
.select2-results-dept-2 .select2-result-label { padding-left: 40px }
.select2-results-dept-3 .select2-result-label { padding-left: 60px }
.select2-results-dept-4 .select2-result-label { padding-left: 80px }
.select2-results-dept-5 .select2-result-label { padding-left: 100px }
.select2-results-dept-6 .select2-result-label { padding-left: 110px }
.select2-results-dept-7 .select2-result-label { padding-left: 120px }

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url(/Areas/Admin/Content/css/select2-spinner.gif) no-repeat 100%;
}

.select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, .2);
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

html[dir="rtl"] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li
{
    float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url(/Areas/Admin/Content/css/select2-spinner.gif) no-repeat 100% !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url(/Areas/Admin/Content/css/select2.png) right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url(/Areas/Admin/Content/css/select2x2.png) !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}

.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:alpha(Opacity=80);filter:alpha(opacity=80)}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:alpha(Opacity=40);filter:alpha(opacity=40)}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#fff;opacity:.8;-ms-filter:alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(/Content/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(/Content/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(/Content/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf/3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(/Content/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin:auto}.toast{background-color:#030303}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error, 
textarea.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-errors ul {
    list-style-type: none;
    margin-bottom: 5px;
}

.validation-summary-valid {
    display: none;
}
* {
    padding: 0;
    margin: 0;
    outline: 0;
}

html.application-busy {
    cursor: progress;
}

body.adm {
    background: url(/Areas/Admin/Content/css/images/background.png) repeat 0 0;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    line-height: 14px;
    color: #737373;
}

.adm ul {
    list-style-type: none;
}

.adm a img {
    border: 0;
}

.adm a {
    color: #c86f0b;
    text-decoration: none;
    cursor: pointer;
    transition: color 1000ms, background-color 1000ms, opacity 1000ms;
    -webkit-transition: color 1000ms, background-color 1000ms, opacity 1000ms;
}

    .adm a:hover,
    .adm .force-hover {
        color: #78a0ca;
        transition: color 300ms, background-color 300ms, opacity 300ms;
        -webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
    }

    .adm a img {
        transition: color 1000ms, background-color 1000ms, opacity 1000ms;
        -webkit-transition: color 1000ms, background-color 1000ms, opacity 1000ms;
    }

    .adm a:hover img,
    .adm .force-hover img {
        transition: color 300ms, background-color 300ms, opacity 300ms;
        -webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
        opacity: 0.6;
        -moz-opacity: 0.6;
        filter: alpha(opacity=60);
    }

.clearfix:after,
.adm .header-content-options:after,
.adm .header .shell:after,
.adm .box-bg-fields:after,
.adm .form-template-field-holder:after,
.adm .tab-head-content:after,
.adm .widget-list li:after,
.post-wrapper:after,
.adm .widget-search:after,
.tabs-static-wrapper:after,
.box-tabs-navigation ul:after,
.widget-radios ul:after,
.box-blue-opt-title:after,
.tab-head-search:after,
.cols:after,
.popup-container:after,
.categories ul:after,
.popup-box-options-row:after,
.popup-search-container:after,
.post-image-slides:after,
.popup-box-about-options li:after,
.tab-head-content-row:after,
.article:after,
.contact-box:after,
.box-table-settings-checks ul:after,
.popup-box-container:after,
.box:after,
.popup-box-cnt-buttons:after,
.popup-box-about:after,
.box-table-settings:after,
.contact-box-content ul:after,
.popup-content ul:after,
.box-bg:after,
.entry:after,
.tab-action2:after,
.box-title-action ul:after,
.box-bg-widget-content-inner ul li:after,
.popup-box-info li:after,
.box-blue-cnt-list li:after,
.article-aside-notes-head:after,
.box-title-action:after,
.login-green:after,
.article-checks ul:after,
.popup-box-container2:after,
.box-wrapper-options2:after,
.box-blue-opt-content:after,
.box-blue-cnt-search:after,
.article-actions-content:after,
.form-template-check-list ul:after,
.adm .box-table-pagination:after,
.control-panel-title:after,
.adm .tab-links > ul:after,
.box-title2:after,
.control-panel-top:after,
.tab-head-content-inner:after,
.box-accordion-options:after,
.box-tab-actions:after,
.upload-content-actions:after,
.popup-box-bg-list li:after,
.adm .box-blue-head:after,
.adm .box-table-controls:after,
.adm .tabs-navigation ul:after,
.box-accordion-content li:after,
.adm .box-blue-search:after,
.adm .footer-info:after,
.adm .content-nav ul:after,
.adm .box-cnt1:after,
.adm .box-selects-inner:after,
.adm .adm-main .shell:after,
.adm .footer-cols ul:after,
.adm .header-content-options ul:after {
    width: 100%;
    content: '';
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
    clear: both;
    display: block;
}

.adm h1 {
    font-size: 15px;
    line-height: 18px;
    color: #042444;
}

.adm h2 {
    font-size: 20px;
    line-height: 23px;
    color: #042444;
}

.adm h3 {
    font-size: 13px;
    line-height: 16px;
    color: #042444;
}

.adm h4 {
    font-size:;
    line-height:;
}

.adm h5 {
    font-size:;
    line-height:;
}

.shell {
    width: 1025px;
    margin: 0 auto;
}

.col-left {
    float: left;
}

.col-right {
    float: right;
}

.col-center {
    margin: 0 auto;
}

.col1 {
    width: 351px;
}

.col2 {
    width: 503px;
}

.col3 {
    width: 180px;
}

.col4 {
    width: 313px;
}

.col5 {
    width: 154px;
}

.col6 {
    width: 420px;
}

.col7 {
    width: 382px;
}

.col8 {
    width: 307px;
}

.col9 {
    width: 196px;
}

.col10 {
    width: 213px;
}

.col11 {
    width: 440px;
}

.col12 {
    width: 323px;
}

.col13 {
    width: 345px;
}

.col14 {
    width: 225px;
}

.col15 {
    width: 205px;
}

.col16 {
    width: 600px;
}

.col17 {
    width: 466px;
}

.col18 {
    width: 250px;
}

.col19 {
    width: 410px;
}

.col20 {
    width: 263px;
}

.col21 {
    width: 606px;
}

.col22 {
    width: 253px;
}

.col23 {
    width: 370px;
}

.col24 {
    width: 157px;
}

.adm-main .shell {
    background-color: #ececec;
    border-radius: 5px 5px 0 0;
    padding: 17px 0 0 0;
    position: relative;
}

.content {
    width: 896px;
    float: right;
    margin-right: 10px;
    border: 1px solid #aeaeae;
    background-color: #fff;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    min-height: 700px;
}

.content-title {
    border-radius: 4px 4px 0 0;
    padding: 12px 0 14px 18px;
    border-bottom: 1px solid #aeaeae;
    background: #e6e6e6; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(/Areas/Admin/Content/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iI2RjZGNkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmNmY2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e6e6e6 0%, #dcdcdc 30%, #cfcfcf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(30%,#dcdcdc), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e6e6e6 0%,#dcdcdc 30%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e6e6e6 0%,#dcdcdc 30%,#cfcfcf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e6e6e6 0%,#dcdcdc 30%,#cfcfcf 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e6e6e6 0%,#dcdcdc 30%,#cfcfcf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-8 */
}

    .content-title h1 {
        font-size: 18px;
        text-shadow: rgba(255,255,255,0.7) 0px 1px 1px;
    }

.tabs-navigation {
    background-color: #dadde0;
    padding: 7px 0 7px 52px;
    border-bottom: 1px solid #aeaeae;
    border-top: 1px solid #aeaeae;
    min-height: 25px;
}

    .tabs-navigation li {
        float: left;
        padding-right: 28px;
    }

        .tabs-navigation li a {
            font-size: 11px;
            font-weight: bold;
            color: #204f7f !important;
            border: 1px solid transparent;
            border-radius: 4px;
            padding: 4px 5px 5px 6px;
            display: block;
        }

            .tabs-navigation li.active a,
            .tabs-navigation li a:hover {
                border-color: #b6b4b4;
                color: #0c243c !important;
            }

.tab-title {
    padding: 24px 0 21px 0;
}

    .tab-title h1 {
        font-size: 16px;
    }

.tab {
    padding: 0 18px;
    position: absolute;
    opacity: 0;
    top: -9999px;
    transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
}

    .tab.visible {
        position: relative;
        top: 0;
        opacity: 1;
    }

.box-bg {
    background-color: #fcfcfc;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin-bottom: 32px;
    padding-bottom: 23px;
}

.box-bg-title {
    padding: 17px 0 39px 20px;
}

    .box-bg-title h3 {
        font-size: 12px;
        line-height: 14px;
        color: #a4a4a4;
    }

    .box-bg-title p {
        font-size: 11px;
        font-style: italic;
        color: #807f7f;
        padding-top: 9px;
    }

.box-bg .box-bg-fields {
    padding: 0 44px 0 44px;
}

    .box-bg .box-bg-fields label {
        display: block;
        font-size: 13px;
        line-height: 15px;
        color: #5a5a5a;
        padding-bottom: 7px;
    }

.box-bg-row {
    padding-bottom: 26px;
}

.field {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #9e9e9e;
    box-shadow: inset 0px 0px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.2);
    -o-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.2);
    font-size: 13px;
    line-height: 15px;
    color: #5a5a5a;
    padding: 8px;
}

.fieldTextareaB {
    width: 100%;
    height: 66px;
    box-sizing: border-box;
    border: 1px solid #9e9e9e;
    box-shadow: inset 0px 0px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.2);
    -o-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.2);
    font-size: 13px;
    font-family: tahoma, arial, serif;
    line-height: 15px;
    color: #5a5a5a;
    padding: 8px;
    resize: none;
}

.buttons .button {
    background-color: #183b60;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#183b60), to(#0c233a));
    background-image: -webkit-linear-gradient(top, #183b60, #0c233a);
    background-image: -moz-linear-gradient(top, #183b60, #0c233a);
    background-image: -ms-linear-gradient(top, #183b60, #0c233a);
    background-image: -o-linear-gradient(top, #183b60, #0c233a);
    border: 1px solid #08324d;
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    color: #ffffff !important;
    font-weight: bold;
    padding: 8px 12px 9px 11px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}

    .buttons .button:hover {
        background-color: #183b60;
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0c233a), to(#183b60));
        background-image: -webkit-linear-gradient(top, #0c233a, #183b60);
        background-image: -moz-linear-gradient(top, #0c233a, #183b60);
        background-image: -ms-linear-gradient(top, #0c233a, #183b60);
        background-image: -o-linear-gradient(top, #0c233a, #183b60);
    }

.box-table .button-small,
.buttons .button-gray {
    background-color: #ebebeb;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ebebeb), to(#d4d4d4));
    background-image: -webkit-linear-gradient(top, #ebebeb, #d4d4d4);
    background-image: -moz-linear-gradient(top, #ebebeb, #d4d4d4);
    background-image: -ms-linear-gradient(top, #ebebeb, #d4d4d4);
    background-image: -o-linear-gradient(top, #ebebeb, #d4d4d4);
    border-color: #d0d0d0;
    color: #555 !important;
}

    .box-table .button-small:hover,
    .buttons .button-gray:hover {
        background-color: #d4d4d4;
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d4d4d4), to(#ebebeb));
        background-image: -webkit-linear-gradient(top, #d4d4d4, #ebebeb);
        background-image: -moz-linear-gradient(top, #d4d4d4, #ebebeb);
        background-image: -ms-linear-gradient(top, #d4d4d4, #ebebeb);
        background-image: -o-linear-gradient(top, #d4d4d4, #ebebeb);
    }

.tab-action {
    text-align: right;
    padding: 16px 0 40px 0;
}

    .tab-action .buttons {
        display: inline-block;
        padding-left: 6px;
    }

    .tab-action .button {
        width: 163px;
    }

    .tab-action .button-gray {
        width: 84px;
    }

.tab-links > ul {
    margin-left: -35px;
    padding-left: 21px;
}

    .tab-links > ul > li {
        float: left;
        width: 247px;
        margin-left: 35px;
    }

.tab-links2 {
    padding-bottom: 50px;
}

    .tab-links2 > ul {
        margin-left: -31px;
        padding-left: 0;
    }

        .tab-links2 > ul > li {
            width: 265px;
            margin-left: 31px;
        }

.tab-links li li {
    padding-bottom: 11px;
}

.button-link {
    font-size: 13px;
    color: #595959;
    line-height: 15px;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    display: block;
    padding: 7px 23px 9px 10px;
    background: url(/Areas/Admin/Content/css/images/btn-icons.png) no-repeat right 10px;
}

    .button-link:hover {
        border-color: #cd700a;
        color: #c86f0b !important;
    }

    .button-link.active {
        background-position: right -19px;
        background-color: #f2d18b;
        border-color: #cd700a;
    }

.select-def {
}

.chosen-container-single .chosen-single div {
    background: url(/Areas/Admin/Content/css/images/select-btn.png) no-repeat 0 center !important;
    width: 24px;
}

.chosen-container-single .chosen-single {
    border-radius: 0px;
    background: #fff;
    box-shadow: inset 0px 0px 9px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 0px 9px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0px 0px 9px rgba(0,0,0,0.1);
    -o-box-shadow: inset 0px 0px 9px rgba(0,0,0,0.1);
    font-family: tahoma, arial, serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    color: #5a5a5a !important;
    padding: 9px 32px 11px 13px;
    height: auto;
}

.tab-head {
    margin-bottom: 50px;
}

.tab-head-label {
    float: left;
    width: 77px;
    border: 1px solid #9e9e9e;
    border-right: 0;
    background: #f1f1f1; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(/Areas/Admin/Content/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY5JSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNGU0ZTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f1f1f1 0%, #e6e6e6 69%, #e4e4e4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(69%,#e6e6e6), color-stop(100%,#e4e4e4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f1f1f1 0%,#e6e6e6 69%,#e4e4e4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f1f1f1 0%,#e6e6e6 69%,#e4e4e4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f1f1f1 0%,#e6e6e6 69%,#e4e4e4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f1f1f1 0%,#e6e6e6 69%,#e4e4e4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-8 */
}

    .tab-head-label label {
        display: block;
        text-align: right;
        font-size: 13px;
        font-family: tahoma, arial, serif;
        color: #5a5a5a;
        padding: 10px 7px 14px 0;
        line-height: 14px;
    }

.tab-head-select {
    width: 307px;
    float: left;
}

.tab-head-content {
    padding: 29px 0 30px 0;
    background-color: #f8f8f8;
    border: 1px solid #c0bfbf;
    border-top: 0;
}

.tab-head-content-inner {
    width: 385px;
    margin: 0 auto;
}

.tab-head-title {
    background: url(/Areas/Admin/Content/css/images/tab-head-bg.png) repeat-x 0 0;
    border: 1px solid #c0bfbf;
    padding: 8px 0 11px 14px;
}

    .tab-head-title h3 {
        text-shadow: rgb(255,255,255) 0px 1px 1px;
    }

.field-yellow {
    background-color: #f9eddd;
    box-shadow: inset 0px 0px 0px;
}

.form-template {
    width: 676px; /*490px;  --1166*/
    margin: 0 auto;
}

.form-template-field-label {
    float: left;
    width: 119px; 
}

.form-template-field-label2 {
    float: left;
    width: 100%;
}

.form-template-field-label2 label {
    display: block;
    font-family: tahoma, arial, serif;
    color: #5a5a5a;
    font-size: 13px;
    line-height: 15px;
    background: url(/Areas/Admin/Content/css/images/label-bg.png) repeat-x 0 0;
    border: 1px solid #9e9e9e;
    text-align: right;
    padding: 7px 8px 9px 0px;
}

.form-template-field-label3 {
    float: left;
    width: 100%;
}

.form-template-field-label3 label {
    display: -webkit-box;
    font-family: tahoma, arial, serif;
    color: #5a5a5a;
    font-size: 13px;
    line-height: 15px;
    background: none;
    border: 1px solid #9e9e9e;
    text-align: left;
    padding: 7px 8px 9px 5px;
    width: 100px !important;
    height: 15px !important;
}

.form-template-field-content {
    float: left;
    position: relative;
}

    .form-template-field-content .field {
        height: 33px;
        border-radius: 0px;
    }

.form-template-field-holder {
    padding-bottom: 10px;
    margin-bottom: 0;
}

.form-template-field-label label {
    display: block;
    font-family: tahoma, arial, serif;
    color: #5a5a5a;
    font-size: 13px;
    line-height: 15px;
    background: url(/Areas/Admin/Content/css/images/label-bg.png) repeat-x 0 0;
    border: 1px solid #9e9e9e;
    /*border-right: 1px solid #9e9e9e;*/
    text-align: right;
    padding: 7px 8px 9px 0;
}

.form-template-check {
    padding-bottom: 21px;
    padding-top: 31px;
}

.template-check {
    padding-top: 0;
    padding-bottom: 21px;
}

.checkbox-holder {
    display: inline-block;
    position: relative;
}

    .checkbox-holder .checkbox[type="checkbox"] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

        .checkbox-holder .checkbox[type="checkbox"]:checked + label,
        .checkbox-holder .checkbox[type="checkbox"]:checked + input[type="hidden"] + label {
            background-position: 0 -44px;
        }

        .checkbox-holder .checkbox[type="checkbox"]:indeterminate + label,
        .checkbox-holder .checkbox[type="checkbox"]:indeterminate + input[type="hidden"] + label {
            background-position: 0 -87px;
        }

    .checkbox-holder label {
        background: url(/Areas/Admin/Content/css/images/checkbox.png) no-repeat 0 1px;
        padding-left: 24px;
        padding-bottom: 2px;
    }

    .checkbox-holder input[disabled] + label,
    .checkbox-holder input[disabled] + input[type="hidden"] + label {
        opacity: 0.5;
    }

.form-template-info {
    text-align: center;
    font-style: italic;
    font-size: 12px;
    padding-top: 32px;
    font-family: arial, serif;
}

.chosen-drop .highlighted {
    background: none !important;
    color: #000;
}

.select-def2 .chosen-container-single .chosen-single {
    font-size: 13px;
    font-weight: normal;
    padding-top: 6px;
    padding-bottom: 7px;
}

.select-def-yellow .chosen-container-single .chosen-single {
    background: #f9eddd;
}

.select-def-yellow .chosen-drop {
    background: #f9eddd;
}

    .select-def-yellow .chosen-drop .highlighted {
        background: #5a5a5a !important;
        color: #f9eddd;
    }

.ico-pen {
    background: url(/Areas/Admin/Content/css/images/ico-pen.png) no-repeat 0 0;
    width: 14px;
    height: 13px;
    display: inline-block;
}

.form-template-field-content .ico-pen {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 11px;
}

.box-blue {
    width: 489px;
    margin: 0 auto;
}

.box-blue-head {
    background: url(/Areas/Admin/Content/css/images/box-blue.png) repeat-x 0 0;
    padding: 8px;
    border: 1px solid #07314d;
}

    .box-blue-head h3 {
        float: left;
        font-size: 14px;
        color: #fff;
        line-height: 18px;
        min-height: 20px;
    }

    .box-blue-head .button-orange {
        float: right;
    }

    .box-blue-head .button-orange,
    .button-orange {
        font-size: 11px;
        color: #fff !important;
        background-color: #d87501;
        font-family: tahoma, arial, serif;
        padding: 1px 8px 3px 8px;
        border-radius: 3px;
        border: 1px solid #072c51;
        box-shadow: 0px 1px 0px rgba(255,255,255,0.2);
        -moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.2);
        -webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.2);
        -o-box-shadow: 0px 1px 0px rgba(255,255,255,0.2);
        min-width: 84px;
        text-align: center;
    }

        .box-blue-head .button-orange:hover,
        .button-orange:hover {
            background-color: #b16103;
        }

.box-blue-content {
    border: 1px solid #b2b5b6;
    background-color: #fff;
    height: 131px;
    color: #143f69;
    font-family: arial, serif;
    position: relative;
}

    .box-blue-content:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        height: 6px;
        content: '';
        z-index: 8;
    }

    .box-blue-content:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        height: 6px;
        content: '';
        z-index: 8;
    }

.jspVerticalBar {
    z-index: 10;
}

.box-blue-content p {
    padding-bottom: 8px;
}

.box-blue-content-inner {
    background: #f1f1f1;
    margin: 6px 5px 6px 6px;
    padding: 15px;
}

.jspVerticalBar {
    width: 13px;
    border-left: 1px solid #c0bfbf;
    background-color: #dadde0;
}

.jspTrack {
    background-color: #dadde0;
}

.jspVerticalBar .jspDrag {
    width: 8px;
    left: 2px !important;
    background-color: #969595;
    border-radius: 4px;
}

.box-blue-search {
    padding: 18px 15px;
    background-color: #f8f8f8;
    border: 1px solid #c0bfbf;
    border-top: 0;
}

.box-blue-search-field {
    width: 347px;
    float: left;
    position: relative;
}

    .box-blue-search-field .field {
        padding-bottom: 7px;
    }

    .box-blue-search-field .search-criteria-container {
        margin-top: 15px;
    }

    .box-blue-search-field .search-criteria-container input {
        vertical-align: middle;
    }

.box-blue-search-action {
    float: left;
    width: 109px;
}

.submit-search {
    background: url(/Areas/Admin/Content/css/images/submit-search.png) no-repeat 0 0;
    width: 109px;
    height: 32px;
    border: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
    cursor: pointer;
}

.field-dd {
    width: 100%;
    top: -9999px;
    position: absolute;
    left: 0;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-top: 0;
    z-index: 999;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}

.expanded .field-dd {
    opacity: 1;
    top: auto;
}

.field-dd ul {
    height: 210px;
}

.field-dd li a {
    font-size: 11px;
    line-height: 14px;
    color: #555;
    padding: 2px 0 5px 35px;
    display: block;
    background: url(/Areas/Admin/Content/css/images/dots.png) no-repeat 15px center;
}

    .field-dd li a:hover {
        background-color: #f3f7fb;
    }

    .field-dd li a strong {
        display: block;
    }

.field-dd-foot {
    background-color: #f3f7fb;
    border-top: 1px solid #d9d9d9;
    text-align: right;
    font-style: italic;
    font-size: 11px;
    color: #555555;
    padding: 6px 7px 7px 0;
}

    .field-dd-foot a {
        font-weight: bold;
        font-style: normal;
        color: #cd700a;
    }

.success-message {
    font-size: 14px;
    color: #606060;
}

    .success-message p {
        padding-bottom: 33px;
    }

    .success-message a {
        color: #cd700a;
        font-weight: bold;
    }

    .success-message .button {
        color: #555555;
    }

.box .box-blue {
    width: auto;
}

.box-selects {
    height: 215px;
    border: 1px solid #c0bfbf;
}

.box-selects-inner {
    padding: 28px 0 0 32px;
}

.box {
    border: 1px solid #aeaeae;
    margin-top: 28px;
}

.box-title {
    border-top: 1px solid #fff;
    padding: 7px 0 11px 14px;
    border-bottom: 1px solid #aeaeae;
    position: relative;
    background: #e5e5e5; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(/Areas/Admin/Content/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmNmY2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e5e5e5 0%, #dbdbdb 33%, #cfcfcf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(33%,#dbdbdb), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e5e5e5 0%,#dbdbdb 33%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e5e5e5 0%,#dbdbdb 33%,#cfcfcf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e5e5e5 0%,#dbdbdb 33%,#cfcfcf 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e5e5e5 0%,#dbdbdb 33%,#cfcfcf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-8 */
}

    .box-title h3 {
        text-shadow: rgb(255,255,255) 0px 1px 0px;
    }

        .box-title h3 small {
            float: right;
            font-size: 9px;
            font-style: italic;
            font-weight: normal;
            color: #555555;
            text-shadow: rgb(255,255,255) 0px 0px 0px;
            margin-right: 13px;
        }

.box-container {
    background-color: #f8f8f8;
}

.box-container-inner {
    padding: 0 15px;
}

.box-container .form-template-field-label {
    width: 104px;
}

.box-selects {
    background-color: #fff;
}

    .box-selects .form-template-field-label {
        width: 90px;
    }

    .box-selects .form-template-field-content {
        float: none;
    }

    .box-selects .form-template-field-label + .form-template-field-content {
        width: 217px;
        float: left;
    }

.box-cnt1 {
    padding-bottom: 20px;
}

    .box-cnt1 .form-template {
        padding-top: 29px;
        width: auto;
    }

    .box-cnt1 .box-blue {
        padding-top: 29px;
    }

    .box-cnt1 .form-template-field-holder {
        padding-bottom: 13px;
    }

.box-selects-inner .col9 {
    margin: 0 17px;
}

.box-selects-inner .form-template-field-holder {
    margin-bottom: 21px;
}

.box-selects-inner + .box-selects-inner {
    padding-top: 0;
    padding-bottom: 20px;
}

.box-selects-action {
    text-align: right;
    font-size: 11px;
    padding: 0 28px 0 0;
    margin-top: -4px;
}

    .box-selects-action a {
        color: #807f7f;
        display: inline-block;
        background: url(/Areas/Admin/Content/css/images/ico-plus.png) no-repeat 0 2px;
        padding: 0 0 0 18px;
    }

        .box-selects-action a:hover {
            color: #78a0ca;
        }

.box-action {
    background-color: #f8f8f8;
    text-align: right;
    padding: 20px 13px 25px 13px;
}

    .box-action .buttons {
        display: inline-block;
        margin-left: 5px;
    }

.box-table {
    background: url(/Areas/Admin/Content/css/images/table-bg.png) repeat 0 0;
    position: relative;
}

    .box-table th {
        text-align: left;
        background: url(/Areas/Admin/Content/css/images/tab-head.png) repeat-x 0 0;
        border-bottom: 1px solid #c0bfbf;
    }

        .box-table th h5 {
            margin: 4px 0 2px 0;
            border-left: 1px solid #c0bfbf;
            font-size: 9px;
            font-weight: normal;
            color: #555555;
            float: left;
            padding: 0 0 1px 10px;
        }

            .box-table th h5 a {
                color: #555555;
            }

        .box-table th.last h5 {
            padding-left: 3px;
        }

        .box-table th .sort-arr {
            float: right;
        }

.sort-arr {
    width: 8px;
}

    .sort-arr a {
        display: block;
        width: 8px;
        height: 5px;
        background: url(/Areas/Admin/Content/css/images/table-sort.png) no-repeat 0 0;
    }

    .sort-arr .sort-arr-up {
        background-position: 0 0;
        margin: 5px 0 2px -6px;
    }

    .sort-arr .sort-arr-down {
        background-position: 0 -7px;
        margin: 0 0 0 -6px;
    }

.box-table th:first-child h5 {
    border-color: transparent;
}

.box-table th.last .sort-arr .sort-arr-up,
.box-table th.last .sort-arr .sort-arr-down {
    margin-left: -1px;
}

.box-table td {
    border: 1px solid #c0bfbf;
    border-top: 0;
    border-right: 0;
    font-size: 11px;
    padding: 8px 0 8px 7px;
    background-color: #fff;
}

    .box-table td a {
        display: block;
        height: 14px;
        overflow: hidden;
        font-weight: normal;
    }

        .box-table td a:hover {
            color: #042444;
        }

    .box-table td:first-child {
        border-left-color: #fff;
        font-weight: bold;
    }

.sort-arr .sort-arr-up:hover,
.sort-arr .sort-arr-up.force-hover {
    background-position: 0 -12px;
}

.sort-arr .sort-arr-down:hover,
.sort-arr .sort-arr-down.force-hover {
    background-position: 0 bottom;
}

.box-table-inner {
    min-height: 640px;
}

.box-table-fixed .box-table-inner table {
    table-layout: fixed;
}

.box-table-controls {
    background: url(/Areas/Admin/Content/css/images/table-ctrl.png) repeat-x 0 0;
}

    .box-table-controls p {
        float: left;
        font-size: 10px;
        color: #555555;
    }

        .box-table-controls p strong {
            color: #c86f0b;
        }

    .box-table-controls .pagintaion {
        float: right;
    }

.box-table-pagination {
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    background: url(/Areas/Admin/Content/css/images/table-ctrl.png) repeat-x 0 0;
    position: relative;
    font-size: 11px;
    padding: 4px 23px 4px 11px;
}

    .box-table-pagination p {
        float: left;
        position: relative;
        z-index: 9;
    }

        .box-table-pagination p strong {
            color: #c86f0b;
        }

.table-pagination {
    float: right;
    position: relative;
    z-index: 9;
}

.adm-tabs {
    padding-bottom: 50px;
    position: relative;
}

.box-table-action {
    margin-top: 1px;
    border-top: 1px solid #cdcdcd;
    background-color: #f8f8f8;
    text-align: right;
    padding: 14px;
}

.table-show-items {
    position: absolute;
    top: 3px;
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 10px;
    color: #636363;
}

    .table-show-items a {
        display: inline-block;
        background-color: #cbcbcb;
        height: 18px;
        width: 18px;
        color: #636363;
        line-height: 18px;
    }

.table-pagination li {
    float: left;
}

    .table-pagination li a {
        font-size: 10px;
        color: #6d6d6d;
        margin: 0 3px;
    }

    .table-pagination li .double-arr,
    .PagedList-skipToFirst a {
        background: url(/Areas/Admin/Content/css/images/sort-arr.png) no-repeat 0 0;
        width: 10px;
        height: 10px;
        display: inline-block;
        position: relative;
        top: 2px;
    }

    .table-pagination li .single-arr,
    .PagedList-skipToPrevious a {
        background: url(/Areas/Admin/Content/css/images/sort-arr.png) no-repeat -10px 0;
        width: 6px;
        height: 10px;
        display: inline-block;
        position: relative;
        top: 2px;
        margin-right: 7px;
    }

    .table-pagination li .double-arr-next,
    .PagedList-skipToLast a {
        background: url(/Areas/Admin/Content/css/images/sort-arr.png) no-repeat -6px bottom;
        width: 10px;
        height: 10px;
        display: inline-block;
        position: relative;
        top: 2px;
    }

    .table-pagination li .single-arr-next,
    .PagedList-skipToNext a {
        background: url(/Areas/Admin/Content/css/images/sort-arr.png) no-repeat 0px bottom;
        width: 6px;
        height: 10px;
        display: inline-block;
        position: relative;
        top: 2px;
        margin-left: 7px;
    }

.table-show-items li {
    display: inline-block;
}

    .table-show-items li a {
        display: inline-block;
    }

.box-table-inner .select-new {
    padding-right: 7px;
}

.select-new .select2-container .select2-choice {
    font-size: 11px;
    padding: 2px 0 4px 13px;
    border-radius: 4px;
    font-weight: bold;
    line-height: 14px;
    background: #fcfcfc; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(/Areas/Admin/Content/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fcfcfc 0%, #eaeaea 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcfcfc 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcfcfc 0%,#eaeaea 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcfcfc 0%,#eaeaea 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fcfcfc 0%,#eaeaea 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eaeaea',GradientType=0 ); /* IE6-8 */
    box-shadow: inset 0px 0px 0px;
    -moz-box-shadow: inset 0px 0px 0px;
    -webkit-box-shadow: inset 0px 0px 0px;
    -o-box-shadow: inset 0px 0px 0px;
}

    .select-new .select2-container .select2-choice .select2-arrow b {
        background: url(/Areas/Admin/Content/css/images/select-arr.png) no-repeat 0 center !important;
        width: 15px;
    }

    .select-new .select2-container .select2-choice .select2-arrow {
        width: 15px;
    }

.select-new .select2-dropdown-open .select2-choice .select2-arrow b {
    background: none !important;
}

.select-new .select2-dropdown-open .select2-choice {
    color: #fff;
    border-radius: 4px 4px 0 0;
    border: 1px solid #c0bfbf;
    border-bottom-color: #7d858d;
    background: #7d858d; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(/Areas/Admin/Content/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkODU4ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI0JSIgc3RvcC1jb2xvcj0iIzc2N2Y4NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcxJSIgc3RvcC1jb2xvcj0iIzVmNmI3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NTYyNmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #7d858d 0%, #767f87 24%, #5f6b74 71%, #55626c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d858d), color-stop(24%,#767f87), color-stop(71%,#5f6b74), color-stop(100%,#55626c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7d858d 0%,#767f87 24%,#5f6b74 71%,#55626c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7d858d 0%,#767f87 24%,#5f6b74 71%,#55626c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7d858d 0%,#767f87 24%,#5f6b74 71%,#55626c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7d858d 0%,#767f87 24%,#5f6b74 71%,#55626c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d858d', endColorstr='#55626c',GradientType=0 ); /* IE6-8 */
}

.select2-drop {
    border-color: #c0bfbf;
    background-color: #fbfbfb;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    -o-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.select2-results li {
    font-size: 11px !important;
    font-family: verdana, arial, serif;
    color: #747474;
    font-weight: bold;
}

.select2-results .select2-highlighted {
    background-color: #7d858d;
}




.select2-container {
    width: 100%;
}

    .select2-container .select2-choice {
        border-radius: 0px;
        font-size: 13px;
        color: #5a5a5a;
        font-family: tahoma, arial, serif;
        height: auto;
        padding: 1px 0 4px 13px;
    }

        .select2-container .select2-choice .select2-arrow {
            border-left: 0;
            background: none;
            width: 24px;
        }

            .select2-container .select2-choice .select2-arrow b {
                background: url(/Areas/Admin/Content/css/images/select-btn.png) no-repeat 0 center;
                width: 19px;
            }

.ico-plus-btn {
    background: url(/Areas/Admin/Content/css/images/ico-plus-btn.png) no-repeat 0 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-top: -4px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.tab-head-search {
    padding-top: 30px;
}

    .tab-head-search .box-blue {
        float: left;
        width: 662px;
    }

        .tab-head-search .box-blue .box-blue-search-field {
            width: 519px;
        }

            .tab-head-search .box-blue .box-blue-search-field .field {
                font-size: 13px;
            }

.tab-head-search-action {
    float: right;
}

.adm-box-tabs {
    position: relative;
}

    .adm-box-tabs .box-table-inner {
        height: 210px;
        min-height: 0;
        border-top: 1px solid #c0bfbf;
    }

.box-tabs-navigation {
    padding: 9px 0 0 14px;
    z-index: 99;
    background: #c2c2c2; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(/Areas/Admin/Content/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MyYzJjMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MjkyOTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #c2c2c2 0%, #bbbbbb 20%, #999999 80%, #929292 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c2c2c2), color-stop(20%,#bbbbbb), color-stop(80%,#999999), color-stop(100%,#929292)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c2c2c2 0%,#bbbbbb 20%,#999999 80%,#929292 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c2c2c2 0%,#bbbbbb 20%,#999999 80%,#929292 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c2c2c2 0%,#bbbbbb 20%,#999999 80%,#929292 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c2c2c2 0%,#bbbbbb 20%,#999999 80%,#929292 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2c2c2', endColorstr='#929292',GradientType=0 ); /* IE6-8 */
}

    .box-tabs-navigation li {
        float: left;
    }

    .box-tabs-navigation a {
        display: block;
        font-size: 11px;
        font-weight: bold;
        color: #fff !important;
        background: url(/Areas/Admin/Content/css/images/box-tab-blue-center.png) repeat-x 0 0;
        padding: 6px 2px 6px 14px;
        margin: 0 10px;
        position: relative;
    }

        .box-tabs-navigation a:after {
            position: absolute;
            content: '';
            top: -1px;
            left: 100%;
            background: url(/Areas/Admin/Content/css/images/box-tab-blue-right.png) no-repeat 0 0;
            width: 14px;
            height: 27px;
            z-index: 9;
        }

        .box-tabs-navigation a:before {
            position: absolute;
            content: '';
            top: 0px;
            right: 100%;
            background: url(/Areas/Admin/Content/css/images/box-tab-blue-left.png) no-repeat 0 0;
            width: 14px;
            height: 26px;
            margin-right: -1px;
        }

.ico-arr-tab {
    position: absolute;
    top: 50%;
    background: url(/Areas/Admin/Content/css/images/box-tab-arr.png) no-repeat 0 0;
    width: 5px;
    height: 8px;
    margin-top: -3px;
    left: 5px;
}

.box-tabs-navigation .active a {
    background-image: url(/Areas/Admin/Content/css/images/box-tab-center.png);
    color: #113d6b !important;
}

    .box-tabs-navigation .active a:after {
        background-image: url(/Areas/Admin/Content/css/images/box-tab-right.png);
        top: 0px;
        height: 26px;
        z-index: 100;
    }

    .box-tabs-navigation .active a:before {
        background-image: url(/Areas/Admin/Content/css/images/box-tab-left.png);
        z-index: 100;
    }

.box-tabs-navigation li:hover a:before {
    z-index: 99;
}

.box-tab .box-table {
    padding: 11px 8px 7px 8px;
    background: #ececec;
}

.box-tab .box-table-inner {
    border: 1px solid #c0bfbf;
}

.box-tab {
    opacity: 0;
    top: -9999px;
    position: absolute;
    transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    width: 100%;
}

    .box-tab.visible {
        opacity: 1;
        top: 0;
        position: relative;
    }

.box-tab-actions {
    padding-top: 4px;
}

    .box-tab-actions .button-remove {
        float: left;
    }

        .box-tab-actions .button-remove a {
            color: #807f7f;
            font-size: 10px;
        }

            .box-tab-actions .button-remove a:hover {
                color: #c86f0b;
            }

.ico-remove {
    background: url(/Areas/Admin/Content/css/images/ico-remove.png) no-repeat 0 0;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-right: 5px;
}

.box-tab-actions .buttons {
    float: right;
}

    .box-tab-actions .buttons a {
        font-weight: bold;
        font-weight: bold;
        font-size: 10px;
    }

.box-accordion-options {
    background-color: #ececec;
    padding: 4px 11px 3px 0;
}

    .box-accordion-options ul {
        float: right;
    }

        .box-accordion-options ul li {
            float: left;
        }

            .box-accordion-options ul li + li {
                border-left: 1px solid #757575;
                padding-left: 14px;
                margin-left: 20px;
            }

            .box-accordion-options ul li a {
                display: block;
                font-size: 9px;
                text-transform: uppercase;
                color: #757575;
            }

.box-accordion-wrapper {
    height: 490px;
}

    .box-accordion-wrapper .jspPane {
        width: 844px !important;
    }

.box-accordion-title {
    border-top: 1px solid #bfc8d1;
}

.box-accordion.expanded .ico-acc {
    background-position: 0 0;
}

.box-accordion-title h3 {
    border-top: 1px solid #fff;
    padding: 7px 24px 10px 15px;
    text-shadow: rgb(255,255,255) 0px 1px 0px;
    cursor: pointer;
    background: #dadde0; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(/Areas/Admin/Content/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhZGRlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg4JSIgc3RvcC1jb2xvcj0iI2M5Y2VkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk3JSIgc3RvcC1jb2xvcj0iI2M4Y2RkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYWNmZDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #dadde0 0%, #c9ced3 88%, #c8cdd2 97%, #cacfd4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dadde0), color-stop(88%,#c9ced3), color-stop(97%,#c8cdd2), color-stop(100%,#cacfd4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dadde0 0%,#c9ced3 88%,#c8cdd2 97%,#cacfd4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dadde0 0%,#c9ced3 88%,#c8cdd2 97%,#cacfd4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dadde0 0%,#c9ced3 88%,#c8cdd2 97%,#cacfd4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #dadde0 0%,#c9ced3 88%,#c8cdd2 97%,#cacfd4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadde0', endColorstr='#cacfd4',GradientType=0 ); /* IE6-8 */
}

.ico-acc {
    background: url(/Areas/Admin/Content/css/images/ico-acc.png) no-repeat 0 bottom;
    width: 11px;
    height: 11px;
    display: inline-block;
    position: relative;
    top: 1px;
    margin-right: 8px;
}

.ico-trash {
    float: right;
    background: url(/Areas/Admin/Content/css/images/ico-trash.png) no-repeat 0 0;
    width: 12px;
    height: 16px;
}

    .ico-trash:hover {
        background-image: url(/Areas/Admin/Content/css/images/trash-hover.png);
    }

.box-accordion-content {
    display: none;
}

    .box-accordion-content li {
        border-top: 1px solid #c0bfbf;
        padding: 12px 24px 7px 35px;
        position: relative;
    }

        .box-accordion-content li h4 {
            float: left;
            font-size: 11px;
            color: #555;
        }

            .box-accordion-content li h4 a {
                color: #555;
            }

        .box-accordion-content li p {
            float: right;
            font-size: 11px;
            color: #555;
        }

            .box-accordion-content li p strong {
                font-weight: normal;
                padding: 0 22px 0 21px;
            }

            .box-accordion-content li p .ico-trash {
                top: -2px;
                position: relative;
            }

.ico-warning {
    background: url(/Areas/Admin/Content/css/images/ico-warning.png) no-repeat 0 0;
    width: 4px;
    height: 9px;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 21px;
}

.box-tab-actions2 {
    background-color: #f8f8f8;
    border-top: 1px solid #c0bfbf;
    padding: 6px 12px 8px 0;
}

.ico-human {
    background: url(/Areas/Admin/Content/css/images/ico-human.png) no-repeat 0 0;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 7px;
    position: relative;
    top: 2px;
}

.box-table-inner2 {
    height: 154px;
}

    .box-table-inner2 th {
        border: 0;
    }

.box-table td .ico-trash {
    height: 16px;
    float: none;
    margin: 0 auto;
    padding-right: 7px;
}

.box-container .form-template-field-label2 {
    width: 117px;
}

.box-cnt-head .form-template-field-holder {
    margin: 0 auto;
    padding-bottom: 5px;
}

.box-cnt-head {
    padding: 28px 0 0 0;
}

.box-action2 {
    padding-top: 0;
}

.box-cnt2 {
    padding-bottom: 0;
}

    .box-cnt2 .field {
        font-size: 12px;
    }

.ico-calendar {
    background: url(/Areas/Admin/Content/css/images/ico-calendar.png) no-repeat 0 0;
    width: 20px;
    height: 21px;
    position: absolute;
    top: 6px;
    right: 10px;
}

.box-table-inner p {
    margin: 0 0 4px 0;
    font-size: 11px;
    font-weight: normal;
}

.ico-check {
    background: url(/Areas/Admin/Content/css/images/ico-check.png) no-repeat 0 0;
    width: 16px;
    height: 13px;
    display: block;
    margin: 0 auto;
    padding-right: 7px;
}

.box-action3 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 13px;
}

    .box-action3 .button {
        min-width: 99px;
    }

.box-container .form-template-field-label3 {
    width: 133px;
}

.control-panel {
    padding-top: 35px;
}

.control-panel-top .buttons-prev {
    float: left;
    padding-top: 4px;
}

    .control-panel-top .buttons-prev a {
        color: #807f7f;
        font-size: 11px;
    }

        .control-panel-top .buttons-prev a:hover {
            color: #78a0ca;
        }

.control-panel-top .control-panel-actions {
    float: right;
}

    .control-panel-top .control-panel-actions .buttons {
        float: left;
        margin-left: 7px;
    }

.control-panel-title {
    padding: 12px 0 0 0;
}

    .control-panel-title h3 {
        float: left;
        color: #a4a4a4;
        padding-top: 3px;
    }

        .control-panel-title h3 strong {
            font-size: 16px;
            color: #0e2748;
        }

    .control-panel-title p {
        float: right;
        font-size: 9px;
        font-style: italic;
        color: #807f7f;
    }

.ico-man-gray {
    background: url(/Areas/Admin/Content/css/images/ico-man-gray.png) no-repeat 0 0;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-top: -3px;
    position: relative;
    top: 3px;
    margin-right: 4px;
}

.ico-box-expand {
    background: url(/Areas/Admin/Content/css/images/ico-expand.png) no-repeat 0 0;
    width: 17px;
    height: 18px;
    float: right;
    margin-right: 9px;
    position: relative;
}

.box-expandable.expanded .ico-box-expand {
    background-position: 0 bottom;
}

.box-expandable {
    position: relative;
}

.box-content-expandable {
    position: absolute;
    top: -9999px;
    opacity: 0;
    transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
}

.box-expandable.expanded .box-content-expandable {
    position: relative;
    top: 0;
    opacity: 1;
}

.ico-box-expand:hover .tooltop {
    display: block;
}

.box-expandable.expanded .tooltop {
    display: none !important;
}

.tooltop {
    position: absolute;
    background: url(/Areas/Admin/Content/css/images/tooltip-center.png) repeat-y 0 0;
    width: 122px;
    bottom: 100%;
    left: 2px;
    margin-bottom: 20px;
    font-size: 11px;
    line-height: 14px;
    color: #fff;
    font-weight: normal;
    padding: 6px 14px 10px 14px;
    z-index: 9999;
    display: none;
}

    .tooltop:after {
        position: absolute;
        background: url(/Areas/Admin/Content/css/images/tooltip-bottom.png) no-repeat 0 0;
        width: 144px;
        height: 17px;
        top: 100%;
        left: 0;
        content: '';
    }

    .tooltop:before {
        position: absolute;
        background: url(/Areas/Admin/Content/css/images/tooltip-top.png) no-repeat 0 0;
        width: 144px;
        height: 17px;
        top: -6px;
        left: 0;
        content: '';
    }

.box-table2 .box-table-inner .select-new {
    margin: 5px 0;
}

.table-ans {
    text-align: center;
    padding-right: 7px;
}

.box-action4 {
    padding-top: 13px;
}

    .box-action4 .button {
        min-width: 123px;
    }

.box-form-template {
    padding-top: 27px;
}

    .box-form-template .form-template-field-holder {
        padding-bottom: 13px;
    }

    .box-form-template + .box-form-template {
        padding-top: 32px;
    }

.form-template-field-inner {
    background-color: #fff;
    border: 1px solid #c0bfbf;
    border-top: 0;
}

.form-template-field-inner {
    padding: 27px 0 19px 28px;
    clear: both;
}

.ico-row-remove {
    background: url(/Areas/Admin/Content/css/images/ico-row-remove.png) no-repeat 0 0;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 11px;
}

.tab-head2 {
    margin-bottom: 30px;
}

    .tab-head2 .tab-head-content-inner {
        width: 370px;
    }

    .tab-head2 .tab-head-select {
        width: 253px;
    }

.tab-head-label2 {
    width: 114px;
}

.form-template-field-label3 {
    width: 115px;
}

.entry-inputs {
    padding-bottom: 13px;
}

    .entry-inputs .form-template-field-holder {
        padding-bottom: 13px;
    }

.checkbox-holder .ico-star {
    margin-right: 0;
}

.entry-inputs .form-template-check {
    padding-top: 0;
    padding-bottom: 24px;
}

.field-textarea {
    height: 147px;
    resize: none;
}

.form-template-field-label-border label {
    border: 1px solid #9e9e9e;
}

.form-template-check-list {
    padding: 9px 0 0 14px;
}

    .form-template-check-list p {
        font-family: tahoma, arial, serif;
    }

    .form-template-check-list ul {
        padding-top: 14px;
    }

    .form-template-check-list li {
        float: left;
        width: 200px;
    }

        .form-template-check-list li:first-child {
            width: 150px;
        }

        .form-template-check-list li .checkbox-holder {
            padding-bottom: 9px;
        }

.form-template-check-list2 li:first-child {
    width: 200px;
}

#category-select.form-template-check-list li {
    width: auto;
}
#category-select.form-template-check-list ul {
    padding-top: 0;
}

.entry-inputs-actions {
    border-top: 1px solid #dfdfdf;
    text-align: right;
    padding: 17px 0 0 0;
    margin-top: 20px;
}

    .entry-inputs-actions .buttons-link a {
        color: #5a5a5a;
    }

        .entry-inputs-actions .buttons-link a:hover {
            color: #78a0ca;
        }

    .entry-inputs-actions .buttons-link,
    .entry-inputs-actions .buttons {
        display: inline-block;
        padding-left: 7px;
    }

    .entry-inputs-actions .button {
        min-width: 123px;
    }

    .entry-inputs-actions .button-gray {
        min-width: 91px;
        color: #0e2748 !important;
    }

.box-blue-cnt-search {
    padding-bottom: 10px;
}

    .box-blue-cnt-search .field {
        float: left;
        width: 334px;
        height: 33px;
    }

    .box-blue-cnt-search .box-submit {
        float: left;
        background: url(/Areas/Admin/Content/css/images/box-submit.png) no-repeat 0 0 #0c263d;
        width: 32px;
        height: 33px;
        border: 0;
        font-size: 0;
        line-height: 0;
        text-indent: -4000px;
        cursor: pointer;
    }

        .box-blue-cnt-search .box-submit:hover {
            opacity: 0.7;
        }

.box-blue-cnt-date {
    padding-bottom: 10px;
    position: relative;
}

.box-blue-container {
    border: 1px solid #b3b5b6;
    background-color: #f1f1f1;
    padding: 10px;
}

.box-blue-cnt-list {
    height: 128px;
    border: 1px solid #c0bfbf;
    background-color: #fff;
    color: #2e4e75;
    font-family: arial, serif;
}

    .box-blue-cnt-list ul {
        padding-top: 4px;
    }

    .box-blue-cnt-list li {
        padding: 5px 0 5px 12px;
    }

        .box-blue-cnt-list li p {
            float: left;
        }

        .box-blue-cnt-list li:hover {
            background-color: #f3f7fb;
        }

        .box-blue-cnt-list li .remove-blue-row {
            float: right;
            background: url(/Areas/Admin/Content/css/images/remove-blue-row.png) no-repeat 0 0;
            width: 13px;
            height: 13px;
            margin-top: -1px;
        }

            .box-blue-cnt-list li .remove-blue-row:hover {
                background-position: 0 bottom;
            }

.form-template-field-label4 {
    width: 136px;
}

.tab-head-search2 {
    padding-top: 29px;
}

    .tab-head-search2 .box-blue {
        float: none;
        width: auto;
    }

.tab-head-search .box-blue2 .box-blue-search-field {
    width: 710px;
}

.search-popup .box-blue-search-field {
    width: 526px;
}

.control-panel2 {
    padding-top: 19px;
}

.box2 {
    margin-top: 14px;
}

.box-table-inner .ico-star {
    margin: 0 auto;
    display: block;
    padding-right: 7px;
    top: 0;
}

.ico-stats {
    background: url(/Areas/Admin/Content/css/images/ico-stats.png) no-repeat 0 0;
    width: 16px;
    height: 15px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 3px;
    cursor: pointer;
}

    .ico-stats:hover {
        background-image: url(/Areas/Admin/Content/css/images/ico-report-hover.png);
    }

.box-table-inner .ico-stats {
    display: block;
    margin: 0 auto;
    padding-right: 7px;
    top: 0;
}

.stats-tooltip {
    display: none;
    width: 108px;
    position: absolute;
    left: 50%;
    margin-left: -54px;
    bottom: 100%;
    margin-bottom: 15px;
    border: 3px solid #8f8f8f;
    box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
    background-color: #fff;
    font-style: normal;
    font-size: 10px;
    color: #555555;
    font-weight: normal;
    padding: 4px 0 6px 0;
}

    .stats-tooltip:after {
        position: absolute;
        top: 100%;
        left: 50%;
        content: '';
        border-top: 9px solid #8f8f8f;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        margin-left: -12px;
    }

    .stats-tooltip span {
        display: block;
    }

    .stats-tooltip strong {
        display: inline-block;
        width: 30px;
        margin-right: 4px;
        text-align: right;
        font-size: 11px;
    }

.box-title2 h3 {
    float: left;
}

.box-title2 .box-title-options {
    float: right;
    margin-top: -7px;
    margin-right: 14px;
}

.box-title-options {
    font-size: 11px;
    font-weight: bold;
    color: #0e2748;
    text-shadow: rgb(255,255,255) 0px 1px 0px;
}

.slide-button {
    display: inline-block;
    width: 59px;
    height: 22px;
    background-color: #cbcccc;
    border-radius: 12px;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.2);
    -o-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.2);
    position: relative;
    margin: 0 9px 0 4px;
    top: 6px;
    cursor: pointer;
}

p.active .slide-button .slide-button-circle {
    left: 100%;
    margin-left: -22px;
}

.slide-button-circle {
    width: 22px;
    height: 22px;
    border-radius: 12px;
    background-color: #204f7f;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.box-table td .ico-stats {
    overflow: visible;
}

.ico-stats:hover .stats-tooltip {
    display: block;
}

.ico-stats:hover .stats-tooltip {
    display: block;
}

.box-search-info {
    font-family: arial, serif;
    font-style: italic;
    padding-bottom: 10px;
}

.button-small {
    display: block;
    font-size: 11px;
    color: #747474 !important;
    font-weight: bold;
    border: 1px solid #c0bfbf;
    border-radius: 4px;
    text-align: center;
    background: url(/Areas/Admin/Content/css/images/button-small.png) repeat-x 0 0;
}

.box-table .button-small {
    font-weight: bold;
    margin-right: 7px;
    padding: 2px 2px 4px 3px;
}

.center {
    text-align: center;
    padding-right: 0px !important;
    padding-left: 0 !important;
}

.box-blue3 .box-blue-cnt-search .field {
    width: 364px;
}

.mfp-close {
    display: none !important;
}

.box-blue3 .box-blue-cnt-list {
    height: 173px;
}

.box-blue3 .box-action {
    padding-right: 0;
}

.ico-anal {
    background: url(/Areas/Admin/Content/css/images/ico-anal.png) no-repeat 0 0;
    width: 19px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.box-white-space {
    min-height: 210px;
}

.box-selects-inner2 .form-template-field-holder {
    margin-bottom: 11px;
}

.box-selects-inner2 .box-selects-action {
    margin-bottom: 20px;
}

.box-blue-small .box-blue-content {
    height: auto;
}

    .box-blue-small .box-blue-content h4 {
        font-size: 11px;
        font-family: arial, serif;
        color: #707070;
        border-bottom: 1px dotted #707070;
        padding: 0 0 5px 10px;
        margin-bottom: 10px;
    }

    .box-blue-small .box-blue-content p {
        padding-left: 10px;
    }

.box-blue-small .box-blue-content-inner {
    padding: 7px;
    min-height: 59px;
}

.box-content-expandable .box-selects {
    width: 825px;
}

.box-table-inner .checkbox-holder label {
    padding-left: 16px;
    position: relative;
    cursor: pointer;
}

    .box-table-inner .checkbox-holder label.tooltop {
        text-align: left;
    }

.box-table-inner .checkbox-holder .checkbox[type="checkbox"] {
    z-index: 999;
}

.box-table-inner .checkbox-holder .checkbox:hover + label .tooltop {
    display: block;
    text-align: left;
}

.box-table-hover tr.active td,
.box-table-hover tr:hover td {
    background-color: #f3f7fb;
}

.box-title-action {
    padding: 4px;
}

    .box-title-action h3 {
        float: left;
        padding: 6px 0 0 10px;
    }

    .box-title-action .buttons {
        float: right;
    }

    .box-title-action .button {
        padding: 6px 12px 6px 12px;
    }

.box-wrapper-options {
    margin-top: 11px;
}

    .box-wrapper-options .box-blue {
        width: auto;
    }

.box-blue-opt-container {
    background-color: #f8f8f8;
    border: 1px solid #c0bfbf;
    padding: 0 29px 35px 29px;
}

    .box-blue-opt-container .form-template-field-label {
        width: 69px;
    }

    .box-blue-opt-container .col-left + .col-left {
        margin-left: 19px;
    }

    .box-blue-opt-container .button {
        display: block;
    }

.box-blue-opt-title {
    padding: 24px 0 11px 0;
}

    .box-blue-opt-title h3 {
        float: left;
    }

        .box-blue-opt-title h3 small {
            font-size: 11px;
            font-weight: normal;
        }

    .box-blue-opt-title p {
        float: right;
        font-size: 10px;
        color: #5a5a5a;
        padding: 5px 5px 0 0;
    }

        .box-blue-opt-title p a {
            color: #5a5a5a;
        }

.box-table-inner4 td:first-child {
    font-weight: normal !important;
}

.tab-action2 {
    padding-top: 30px;
}

    .tab-action2 .button {
        min-width: 90px;
        width: auto;
    }

.table-buttons {
    margin: -7px -7px -10px -7px;
    padding-left: 3px;
}

    .table-buttons .button-small {
        display: inline-block;
        min-width: 60px;
        margin-right: 0;
    }

.box-table-keep {
    border-bottom: 0;
}

    .box-table-keep .box-table-inner {
        min-height: 0;
    }

        .box-table-keep .box-table-inner td {
            background-color: #f3f7fb;
        }

.table-remove {
    background: url(/Areas/Admin/Content/css/images/ico-close-popup.png) no-repeat 0 0;
    width: 21px;
    height: 20px;
    display: block;
}

.box-table-keep .box-title h3 {
    padding-top: 1px;
}

.ico-human-orange {
    background: url(/Areas/Admin/Content/css/images/ico-himan-orange.png) no-repeat 0 0;
    width: 16px;
    height: 17px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-top: -2px;
    margin-right: 7px;
}

.box-wrapper-options2 .box-blue-opt-container .col-left + .col-left {
    margin-left: 14px;
}

.box-wrapper-options2 {
    position: relative;
}

.box-wrapper-options-actions {
    position: absolute;
    bottom: 0;
    right: 0;
}

    .box-wrapper-options-actions .buttons {
        padding-top: 10px;
    }

    .box-wrapper-options-actions .button {
        display: block;
    }

.ico1 {
    background: url(/Areas/Admin/Content/css/images/ico1.png) no-repeat 0 0;
    width: 20px;
    height: 24px;
    display: inline-block;
    margin-top: -7px;
    position: relative;
    top: 7px;
    padding-right: 7px;
}

.box-table-inner3 {
    min-height: 0;
    height: 145px;
}

.box-wrapper-options-actions.inactive:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.5);
    content: '';
}

.table-buttons .button-small2 {
    min-width: 0;
    padding-left: 8px;
    padding-right: 8px;
}

.article-aside {
    width: 202px;
    float: left;
}

.article-aside-user {
    padding-left: 8px;
}

    .article-aside-user h3 {
        font-size: 16px;
        padding-bottom: 6px;
    }

    .article-aside-user h4 {
        font-size: 12px;
        color: #a4a4a4;
        padding-bottom: 9px;
    }

    .article-aside-user p {
        font-size: 9px;
        font-style: italic;
        color: #807f7f;
        padding: 13px 0 40px 0;
    }

.ico-human-gray {
    background: url(/Areas/Admin/Content/css/images/ico-human-gray.png) no-repeat 0 0;
    width: 14px;
    height: 12px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 7px;
}

.article-aside-actions {
    padding-bottom: 20px;
}

    .article-aside-actions .buttons {
        padding-bottom: 8px;
    }

    .article-aside-actions .button {
        display: block;
        padding-top: 11px;
        padding-bottom: 11px;
    }

.article-aside-notes-head {
    background: #e6e6e6; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(/Areas/Admin/Content/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmNmY2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e6e6e6 0%, #dbdbdb 33%, #cfcfcf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(33%,#dbdbdb), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e6e6e6 0%,#dbdbdb 33%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e6e6e6 0%,#dbdbdb 33%,#cfcfcf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e6e6e6 0%,#dbdbdb 33%,#cfcfcf 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e6e6e6 0%,#dbdbdb 33%,#cfcfcf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-8 */
}

.article-aside-notes {
    border: 1px solid #aeaeae;
    background-color: #f8f8f8;
    padding-bottom: 8px;
}

.article-aside-notes-head {
    border-bottom: 1px solid #aeaeae;
    padding: 0 12px 8px 0;
}

    .article-aside-notes-head h3 {
        float: left;
        font-size: 14px;
        padding: 10px 0 0 15px;
    }

    .article-aside-notes-head .button-pen {
        float: right;
    }

.button-pen {
    background: url(/Areas/Admin/Content/css/images/button-pen.png) no-repeat 0 0;
    width: 33px;
    height: 30px;
}

.ico-pen-orange {
    background: url(/Areas/Admin/Content/css/images/ico-pen-orange.png) no-repeat 0 0;
    width: 14px;
    height: 13px;
    position: relative;
    display: inline-block;
    margin-right: 7px;
}

.article-aside-notes-content {
    background-color: #fff;
    border-bottom: 1px solid #aeaeae;
    height: 206px;
}

    .article-aside-notes-content li {
        border-top: 1px solid #bababa;
    }

        .article-aside-notes-content li a {
            display: block;
            background-color: #fdfdfd;
            background-image: url(/Areas/Admin/Content/css/images/ico-human-article.png);
            background-position: 14px 14px;
            background-repeat: no-repeat;
            padding: 10px 0 11px 39px;
        }

            .article-aside-notes-content li a strong {
                font-size: 11px;
                color: #6b6b6b;
                display: block;
            }

                .article-aside-notes-content li a strong small {
                    font-size: 8px;
                    color: #b8b8b8;
                    font-weight: normal;
                }

            .article-aside-notes-content li a span {
                font-size: 11px;
                font-style: italic;
                color: #6b6b6b;
            }

            .article-aside-notes-content li a:hover {
                background-color: #f3f7fb;
                background-position: 14px -37px;
            }

        .article-aside-notes-content li:first-child {
            border-top: 0;
        }

.article-container {
    width: 623px;
    float: right;
}

.article-actions .box-bg {
    padding-bottom: 0;
}

.article-actions-content {
    padding-bottom: 25px;
}

.article-actions-date {
    float: right;
    margin: 23px 51px 0 0;
}

    .article-actions-date h3 {
        float: left;
        font-size: 11px;
        padding: 4px 8px 0 0;
    }

.article-actions-date-field {
    float: right;
    position: relative;
}

    .article-actions-date-field .field {
        padding-top: 4px;
        padding-bottom: 5px;
        width: 103px;
    }

    .article-actions-date-field .ico-calendar {
        top: 3px;
        right: 3px;
    }

.article-actions-slide-button {
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #0e2748;
    margin: 14px 0 6px 61px;
}

    .article-actions-slide-button .slide-button {
        width: 72px;
        height: 28px;
        border-radius: 28px;
    }

        .article-actions-slide-button .slide-button .slide-button-circle {
            height: 28px;
            width: 28px;
            border-radius: 14px;
        }

        .article-actions-slide-button .slide-button.active .slide-button-circle {
            margin-left: -28px;
        }

.article-actions-checkbox {
    float: left;
    font-size: 14px;
    color: #0e2748;
    margin: 14px 0 0 61px;
    width: 50%;
}

.article-actions-foot {
    border-top: 1px solid #ebebeb;
    padding: 10px 0 10px 247px;
    position: relative;
}

    .article-actions-foot.active {
        background-color: #fef8f8;
    }


.article-options .form-template-field-holder {
    padding-bottom: 14px;
}

.article-options .box-bg {
    padding: 25px 0 14px 58px;
}

.article-options .form-template-field-content {
    margin-right: 14px;
}

.article-options .button {
    display: block;
}

.form-template-field-label5 {
    width: 160px;
}

.article-checks .box-bg {
    padding: 27px 0 20px 35px;
}

.article-checks h3 {
    padding-bottom: 20px;
}

.article-checks ul {
    padding-left: 2px;
}

.article-checks li {
    float: left;
    width: 190px;
}

.article-checks .checkbox-holder {
    padding-bottom: 20px;
}

.article-foot-actions {
    text-align: right;
}

    .article-foot-actions .buttons-link,
    .article-foot-actions .success-message {
        margin-right: 7px;
    }

        .article-foot-actions .buttons-link a {
            color: #5a5a5a;
        }

    .article-foot-actions .buttons-link,
    .article-foot-actions .buttons,
    .article-foot-actions .success-message,
    .tab-action .success-message,
    .article-aside-actions .success-message {
        display: inline-block;
    }

    .article-foot-actions .success-message,
    .tab-action .success-message,
    .article-aside-actions .success-message {
        color: #00993b;
        font-weight: bold;
    }

    .article-foot-actions .error-message,
    .tab-action .error-message {
        display: inline-block;
    }

    .article-foot-actions .error-message,
    .tab-action .error-message {
        color: red;
        font-weight: bold;
    }

    .article-foot-actions .loading-message,
    .tab-action .loading-message {
        display: inline;
    }

.adm-box-tabs .box-tab2 .box-table-inner {
    height: auto;
    min-height: 640px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.box-tab2 .box-table {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.check-info {
    font-weight: bold;
    font-family: tahoma, arial, serif;
    color: #ed1c24;
    margin-left: 7px;
    display: none;
}

.checkbox-holder .checkbox[type="checkbox"]:checked + label .check-info,
.checkbox-holder .checkbox[type="checkbox"]:checked + input[type="hidden"] + label .check-info {
    display: inline;
}

.box-no-border {
    border: 0;
    padding-bottom: 33px;
}

    .box-no-border .form-template-field-holder {
        padding-bottom: 15px;
    }

.box-bg-content2 {
    float: left;
    width: 590px;
}

.box-bg-sidebar {
    float: right;
    width: 192px;
}

.box-bg-content-title {
    padding: 24px 0 44px 20px;
}

    .box-bg-content-title h3 {
        font-size: 12px;
        color: #a4a4a4;
    }

        .box-bg-content-title h3 strong {
            font-size: 16px;
            color: #0e2748;
        }

.tab-links3 > ul {
    padding-left: 36px;
}

    .tab-links3 > ul > li {
        width: 182px;
        margin-left: 14px;
    }

.box-bg-sidebar {
    padding: 28px 22px 0 0;
}

    .box-bg-sidebar .buttons {
        padding-bottom: 23px;
    }

    .box-bg-sidebar .button {
        display: block;
    }

.box-bg-widget {
    border: 1px solid #cccdce;
    border-radius: 5px;
    box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
    overflow: hidden;
}

.box-bg-widget-title h3 {
    font-size: 12px;
    color: #033361;
}

.box-bg-widget-title {
    padding: 17px 0 20px 22px;
    border-bottom: 1px solid #fff;
    background: #f0f0f0; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(/Areas/Admin/Content/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI0JSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM4JSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iI2Q3ZDdkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk0JSIgc3RvcC1jb2xvcj0iI2QzZDNkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iI2QwZDBkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMmQyZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f0f0f0 0%, #efefef 24%, #ebebeb 38%, #d7d7d7 76%, #d3d3d3 94%, #d0d0d0 98%, #d2d2d2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(24%,#efefef), color-stop(38%,#ebebeb), color-stop(76%,#d7d7d7), color-stop(94%,#d3d3d3), color-stop(98%,#d0d0d0), color-stop(100%,#d2d2d2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f0f0f0 0%,#efefef 24%,#ebebeb 38%,#d7d7d7 76%,#d3d3d3 94%,#d0d0d0 98%,#d2d2d2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f0f0f0 0%,#efefef 24%,#ebebeb 38%,#d7d7d7 76%,#d3d3d3 94%,#d0d0d0 98%,#d2d2d2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f0f0f0 0%,#efefef 24%,#ebebeb 38%,#d7d7d7 76%,#d3d3d3 94%,#d0d0d0 98%,#d2d2d2 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f0f0f0 0%,#efefef 24%,#ebebeb 38%,#d7d7d7 76%,#d3d3d3 94%,#d0d0d0 98%,#d2d2d2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#d2d2d2',GradientType=0 ); /* IE6-8 */
}

    .box-bg-widget-title .ico-check {
        display: inline-block;
        position: relative;
        top: 2px;
    }

.box-bg-widget-content {
    background-color: #ededed;
    border-top: 1px solid #bababa;
    padding: 7px;
    position: relative;
}

.box-bg-widget-content-inner {
    border: 1px solid #c0bfbf;
    position: relative;
    background-color: #fff;
    padding: 1px;
    height: 190px;
}

.box-bg-widget-content:after {
    background: url(/Areas/Admin/Content/css/images/arr-bottom.png) no-repeat 0 0;
    width: 31px;
    height: 8px;
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -16px;
    content: '';
}

.box-bg-widget-content-inner ul {
    background-color: #fff;
    padding-top: 5px;
}

    .box-bg-widget-content-inner ul li {
        font-size: 11px;
        font-family: arial, serif;
        font-weight: bold;
        color: #2e4e75;
        padding: 6px 4px 6px 10px;
        margin-right: -4px;
    }

        .box-bg-widget-content-inner ul li:hover {
            background-color: #d8e6f3;
        }

        .box-bg-widget-content-inner ul li a {
            float: right;
            background: url(/Areas/Admin/Content/css/images/remove-blue-row.png) no-repeat 0 0;
            width: 13px;
            height: 13px;
        }

            .box-bg-widget-content-inner ul li a:hover {
                background-position: 0 bottom;
            }

        .box-bg-widget-content-inner ul li span {
            float: left;
            width: 110px;
        }


.tab-new-actions {
    text-align: right;
}

    .tab-new-actions .buttons-link {
        display: inline-block;
        margin-right: 20px;
        font-size: 11px;
        font-style: italic;
        color: #989898;
    }

        .tab-new-actions .buttons-link a {
            color: #989898;
        }

.ico-check-green {
    background: url(/Areas/Admin/Content/css/images/ico-check-green.png) no-repeat 0 0;
    width: 12px;
    height: 13px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 7px;
}

.tab-new-actions .buttons {
    display: inline-block;
}

.box-bg {
    padding-bottom: 43px;
}

.ico-key {
    background: url(/Areas/Admin/Content/css/images/ico-key.png) no-repeat 0 0;
    width: 16px;
    height: 17px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-top: -2px;
    left: -5px;
    margin-right: 5px;
}

.ico-close-red {
    background: url(/Areas/Admin/Content/css/images/ico-close-red.png) no-repeat 0 0;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 4px;
}

.entries {
    padding-top: 55px;
}

.entry {
    border-top: 1px dotted #aeaeae;
    padding: 45px 0 48px 0;
}

    .entry:first-child {
        border-top: 0;
        padding-top: 0;
    }

.entry-image {
    float: left;
    margin-left: 80px;
}

.entry-content {
    float: left;
    width: 600px;
    margin-left: 22px;
}

    .entry-content h3 {
        font-size: 16px;
        color: #0e2748;
        padding-bottom: 14px;
    }

        .entry-content h3 a {
            color: #0e2748;
        }

    .entry-content p {
        font-size: 14px;
        line-height: 20px;
        font-family: arial, serif;
    }

.contact-box {
    padding: 30px 30px 0 30px;
}

.contact-box-image {
    float: left;
}

.contact-box-container {
    width: 605px;
    float: right;
}

    .contact-box-container h3 {
        font-size: 16px;
        line-height: 18px;
    }

    .contact-box-container h5 {
        font-size: 12px;
        color: #c86f0b;
        line-height: 14px;
        font-weight: normal;
        font-style: italic;
    }

.contact-box-content {
    background-color: #f6f9fd;
    border: 1px solid #dcdcdd;
    padding: 20px 0 24px 0;
    margin-top: 19px;
}

    .contact-box-content li {
        float: left;
        padding-left: 65px;
        line-height: 17px;
    }

        .contact-box-content li:first-child {
            padding-left: 25px;
        }

    .contact-box-content .ico-pin {
        background: url(/Areas/Admin/Content/css/images/ico-pin.png) no-repeat 0 center;
        padding-left: 25px;
    }

    .contact-box-content .ico-phone {
        background: url(/Areas/Admin/Content/css/images/ico-phone.png) no-repeat 0 5px;
        padding-left: 25px;
    }

    .contact-box-content .ico-pin {
        background: url(/Areas/Admin/Content/css/images/ico-pin.png) no-repeat 0 center;
        padding-left: 25px;
    }

    .contact-box-content a {
        color: #676767;
    }

    .contact-box-content .ico-mail {
        background: url(/Areas/Admin/Content/css/images/ico-mail2.png) no-repeat 0 4px;
        padding-left: 25px;
    }

    .contact-box-content .ico-site {
        background: url(/Areas/Admin/Content/css/images/ico-site.png) no-repeat 0 4px;
        padding-left: 25px;
    }

.post {
    padding-bottom: 20px;
}

.post-wrapper {
    margin: 40px 30px 0 30px;
    border-top: 1px dotted #cbcbcb;
    padding-top: 25px;
}

.post-image-slider {
    padding: 0 20px 0 20px;
    position: relative;
    margin-bottom: 31px;
}

.post-image-slides li {
    float: left;
    padding: 7px;
    position: relative;
}

    .post-image-slides li a:after {
        background: url(/Areas/Admin/Content/css/images/post-hover.png) no-repeat 0 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        display: none;
    }

    .post-image-slides li:hover a:after {
        display: block;
    }

.testimonial-slider-controls a,
.post-image-slider-controls a {
    background: url(/Areas/Admin/Content/css/images/slider-ctrl.png) no-repeat 0 0;
    width: 14px;
    height: 33px;
    position: absolute;
    top: 50%;
    margin-top: -17px;
}

.testimonial-slider-controls .testimonial-prev,
.post-image-slider-controls .post-image-prev {
    left: 0;
}

.testimonial-slider-controls .testimonial-next,
.post-image-slider-controls .post-image-next {
    right: 0;
    background-position: right 0;
}

.testimonial-slider-controls .testimonial-prev:hover,
.post-image-slider-controls .post-image-prev:hover {
    background-position: 0 bottom;
}

.testimonial-slider-controls .testimonial-next:hover,
.post-image-slider-controls .post-image-next:hover {
    background-position: right bottom;
}

.post-container {
    width: 540px;
    float: left;
    border-right: 1px dotted #cbcbcb;
    padding-right: 45px;
}

.post-widgets {
    float: right;
    width: 190px;
}

.post p {
    line-height: 18px;
    padding-bottom: 18px;
}

.post h3 {
    font-size: 14px;
    padding: 5px 0 10px 0;
}

.post li {
    padding-bottom: 4px;
}

.post-links a {
    color: #737373;
}

    .post-links a:hover {
        font-weight: bold;
        color: #c86f0b;
    }

.breadcrumb a {
    font-weight: bold;
    color: #c86f0b;
}

.test-title {
    padding-bottom: 23px;
}

    .test-title h3 {
        font-size: 14px;
    }

.testimonials {
    padding-bottom: 20px;
}

.testimonial {
    width: 450px;
    float: left;
}

    .testimonial p {
        font-size: 12px;
        font-style: italic;
        line-height: 18px;
        padding-bottom: 18px;
    }

    .testimonial h3 {
        background: url(/Areas/Admin/Content/css/images/ico-human-gray.png) no-repeat 0 3px;
        padding: 0 0 0 20px;
    }

.testimonials-slider {
    padding: 0 40px;
    position: relative;
}

.testimonial-slider-controls a {
    top: 20px;
}

.post-widget {
    width: 120px;
}

    .post-widget h3 {
        background: url(/Areas/Admin/Content/css/images/ico-pin-orange.png) no-repeat 0 3px;
        padding: 0 0 0 15px;
        font-size: 11px;
        color: #c86f0b;
        line-height: 18px;
        font-weight: normal;
        padding-bottom: 17px;
    }

        .post-widget h3 strong {
            display: block;
            color: #083762;
        }

    .post-widget li {
        font-size: 11px;
        line-height: 18px;
        color: #676767;
        background: url(/Areas/Admin/Content/css/images/arr-post.png) no-repeat 27px 7px;
        padding-left: 38px;
        padding-bottom: 18px;
    }

        .post-widget li strong {
            display: block;
        }

.cat-submit {
    background: url(/Areas/Admin/Content/css/images/cat-submit.png) no-repeat 0 0;
    width: 46px;
    height: 33px;
    border: 0;
    cursor: pointer;
}

.categories {
    margin-top: 30px;
    margin-bottom: 40px;
    height: 540px;
}

    .categories .jspContainer {
        border: 1px solid #c0bfbf;
        box-sizing: border-box;
    }

    .categories .jspPane {
        background: url(/Areas/Admin/Content/css/images/dot-bg.png) repeat 0 0;
        min-height: 100%;
    }

.categories-col {
    float: left;
}

.categories-inner {
    background: url(/Areas/Admin/Content/css/images/dot-bg.png) repeat 0 0;
}

.categories-title {
    padding: 3px 0 2px 0;
    background: url(/Areas/Admin/Content/css/images/cat-title.png) repeat-x 0 0;
    border-bottom: 1px solid #c0bfbf;
}

    .categories-title h3 {
        font-weight: normal;
        border-left: 1px solid #c0bfbf;
        font-size: 9px;
        padding: 0 0 0 15px;
        color: #555555;
        text-shadow: rgb(255,255,255) 0px 1px 0px;
    }

.categories-col:first-child .categories-container {
    border-left: 0;
}

.categories-col:first-child .categories-title h3 {
    border-left: 0;
}

.categories-container li {
    border-bottom: 1px solid #bfbebe;
    background: url(/Areas/Admin/Content/css/images/list-bg.png) repeat-y 0 0 #fff;
    height: 50px;
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 11px;
    color: #474747;
}

    .categories-container li.active {
        background: #f3f7fb;
    }

        .categories-container li.active p {
            background-image: url(/Areas/Admin/Content/css/images/list-arr-blue.png);
            color: #204e7e;
            font-weight: bold;
        }

    .categories-container li p a {
        font-size: 10px;
        font-weight: bold;
        color: #204f7f;
        display: none;
    }

    .categories-container li:hover p a {
        display: inline;
    }

    .categories-container li p a:hover {
        color: #78a0ca;
    }

    .categories-container li p {
        display: table-cell;
        vertical-align: middle;
        background: url(/Areas/Admin/Content/css/images/list-arr.png) no-repeat right center;
    }

.categories-container {
    border-left: 1px solid #bfbebe;
    /*padding-bottom: 85px;*/
}

.categories-col:last-child {
    border-right: 1px solid #c0bfbf;
}

.categories-action {
    border-bottom: 1px solid #c0bfbf;
}

    .categories-action a {
        background: url(/Areas/Admin/Content/css/images/list-btn.png) repeat-x 0 0 #ededed;
        text-align: center;
        display: block;
        font-size: 9px;
        font-weight: bold;
        color: #555555;
        padding: 5px 15px 6px 15px;
    }

        .categories-action a:hover {
            background-image: url(/Areas/Admin/Content/css/images/list-btn-hover);
            background-position: 0 bottom;
            background-color: #ededed;
        }

.ico-plus2 {
    background: url(/Areas/Admin/Content/css/images/ico-plus2.png) no-repeat 0 0;
    width: 11px;
    height: 11px;
    display: inline-block;
    position: relative;
    top: 2px;
    padding: 0 0 0 5px;
}

.categories-container .categories-small li {
    height: 30px;
    padding-top: 7px;
}

.ico-pen2 {
    background: url(/Areas/Admin/Content/css/images/ico-pen-orange.png) no-repeat 0 0;
    width: 14px;
    height: 13px;
    display: inline-block;
    margin-top: -2px;
    position: relative;
    top: 3px;
    margin-right: 10px;
}

.jspHorizontalBar {
    height: 13px;
    border-top: 1px solid #c0bfbf;
}

    .jspHorizontalBar .jspDrag {
        height: 8px;
        top: 3px;
        border-radius: 4px;
        background-color: #969595;
    }

.col-left {
    float: left;
}

.col-right {
    float: right;
}

.col-center {
    margin: 0 auto;
}

.col1 {
    width: 351px;
}

.col2 {
    width: 503px;
}

.col3 {
    width: 180px;
}

.col4 {
    width: 313px;
}

.col5 {
    width: 154px;
}

.col6 {
    width: 420px;
}

.col7 {
    width: 382px;
}

.col8 {
    width: 307px;
}

.col9 {
    width: 196px;
}

.col10 {
    width: 213px;
}

.col11 {
    width: 440px;
}

.col12 {
    width: 323px;
}

.col13 {
    width: 345px;
}

.col14 {
    width: 225px;
}

.col15 {
    width: 205px;
}

.col16 {
    width: 600px;
}

.col17 {
    width: 466px;
}

.col18 {
    width: 250px;
}

.col19 {
    width: 410px;
}

.col20 {
    width: 263px;
}

.col21 {
    width: 606px;
}

.col22 {
    width: 253px;
}

.col23 {
    width: 370px;
}

.col24 {
    width: 525px;
}

.col25 {
    width: 388px;
}

.col26 {
    width: 82px;
}

.col27 {
    width: 420px;
}

.col28 {
    width: 390px;
}

.col29 {
    width: 76px;
}

.col30 {
    width: 125px;
}

.col31 {
    width: 153px;
}

.col32 {
    width: 180px;
}

.box-wrapper-options .col33,
.col33 {
    width: 642px;
}

.col34 {
    width: 193px;
}

.col35 {
    width: 108px;
}

.col36 {
    width: 218px;
}

.col37 {
    width: 116px;
}

.col38 {
    width: 365px;
}

.col39 {
    width: 318px;
}

.col40 {
    width: 185px;
}

.col41 {
    width: 255px;
}

.col42 {
    width: 70px;
}

.col43 {
    width: 157px;
}

.col44 {
    width: 252px;
}

.col45 {
    width: 300px;
}

.col46 {
    width: 140px;
}

.col47 {
    width: 400px;
}

.col48 {
    width: 458px;
}

.col49 {
    width: 580px;
}

.box-blue3.col27 {
    width: 420px;
}

.box {
    position: relative;
}

.fake-acHead {
    margin: 0;
    z-index: 99;
    position: absolute;
    border-bottom: 1px solid #aeaeae;
    left: 0;
    right: 14px;
    top: 36px;
}

.fake-table {
    margin-right: 14px;
    margin-left: 0px;
    position: relative;
    top: -1px;
}

.box-table-1 .fake-table {
    margin-right: 15px;
    margin-left: 1px;
    position: relative;
    top: 0;
}

.fake-table table {
    table-layout: fixed;
    margin-bottom: -23px;
    z-index: 99;
    position: relative;
}

.table-hide {
    visibility: hidden;
}

.ico-p {
    background: url(/Areas/Admin/Content/css/images/ico-p.png) no-repeat 0 0;
    width: 33px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 10px;
}

.tab-static {
    width: 630px;
    float: left;
}

.tab-static-actions {
    padding: 27px 0 0 0;
}

    .tab-static-actions h3 {
        font-size: 15px;
        font-weight: bold;
        padding-bottom: 15px;
    }

.tab-static-actions {
    width: 190px;
    float: right;
    margin-right: 20px;
}

    .tab-static-actions .button {
        display: block;
    }

    .tab-static-actions .buttons {
        margin-bottom: 9px;
    }

    .tab-static-actions .button:hover {
        color: #cd700a !important;
    }

.buttons-links {
    text-align: right;
    font-size: 10px;
}

    .buttons-links a {
        color: #807f7f;
    }

.adm-box-tabs .box-accordion-wrapper .jspPane {
    width: 614px !important;
}

.ico-download {
    background: url(/Areas/Admin/Content/css/images/ico-down.png) no-repeat 0 0;
    width: 20px;
    height: 21px;
    display: inline-block;
    margin-top: -7px;
    position: relative;
    top: 7px;
    margin-right: 5px;
}

.box-bg-widget2 .box-bg-widget-title {
    padding: 11px 0 9px 14px;
}

    .box-bg-widget2 .box-bg-widget-title h3 {
        background: url(/Areas/Admin/Content/css/images/man.png) no-repeat 0 3px;
        padding: 0 0 0 30px;
    }

        .box-bg-widget2 .box-bg-widget-title h3 span {
            display: block;
            font-size: 11px;
            color: #c66f09;
        }

.box-bg-widget2 .box-bg-widget-content-inner {
    height: 200px;
}

.box-bg-widget2 .box-bg-widget-content {
    padding-bottom: 27px;
}

.article-select-opt {
    width: 230px;
    float: right;
    margin-right: 64px;
    padding-top: 20px;
}

.article-box-table {
    height: 345px;
}

    .article-box-table td {
        vertical-align: top;
        padding: 10px 5px;
    }

        .article-box-table td:first-child {
            padding: 20px 0 0 25px;
        }

    .article-box-table .button-orange,
    .article-checks .button-orange {
        display: inline-block;
        float: right;
        border: 0;
        border-bottom: 2px solid #a95b00;
        margin-bottom: 8px;
    }

.article-box-table-text {
    clear: both;
    background-color: #f1f1f1;
    font-size: 12px;
    line-height: 20px;
    padding: 7px 0 0 12px;
    min-height: 110px;
}

    .article-box-table-text p {
        padding: 0;
        margin: 0;
    }

.article-box-tables {
    margin-bottom: 40px;
    margin-top: 0;
}

.box-bg-secondary {
    margin-bottom: 18px;
}

.article-aside-user h2 {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #cd700a;
    margin: 0;
    padding: 0;
    line-height: 14px;
}

.box-title-action .ico-plus {
    background: url(/Areas/Admin/Content/css/images/ico-plus2.png) no-repeat 0 0;
    width: 11px;
    height: 11px;
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: 1px;
}

.buttons-delete {
    float: left;
    margin-top: 8px;
}

    .buttons-delete a {
        background: url(/Areas/Admin/Content/css/images/delete-red.png) no-repeat 0 2px;
        padding: 0 0 0 20px;
        font-family: arial, serif;
        font-size: 13px;
        font-weight: bold;
        color: #d01920;
    }

.control-panel-title-edit {
    padding-bottom: 10px;
}

.cnt-panel-field {
    width: 200px;
    margin-left: 2px;
    display: none;
    margin-top: -6px;
}

.control-panel-title-edit.edit-mode .cnt-panel-field {
    display: inline-block;
}

.control-panel-title-edit.edit-mode strong {
    display: none;
}

.control-panel-title-edit.edit-mode {
    padding-bottom: 0;
}

.jtable-holder .fake-table {
    margin-right: -1px;
    padding-right: 1px;
    z-index: 99;
    z-index: 999;
    position: relative;
    top: -1px;
    border-top: 1px solid #aeaeae;
}

    .jtable-holder .fake-table th h5 {
        padding-left: 6px;
        margin-left: -1px;
    }

.jtable-holder table {
    table-layout: fixed;
}

.jtable-holder .jspCapTop {
    height: 23px;
    width: 100%;
    display: block;
}

.form-template-field-holder-secondary {
    padding-bottom: 0;
}

.ico-build {
    background: url(/Areas/Admin/Content/css/images/ico-build.png) no-repeat 0 0;
    width: 16px;
    height: 14px;
    display: inline-block;
    margin-right: 10px;
}

.remove-box-row {
    background: url(/Areas/Admin/Content/css/images/circle-minus.png) no-repeat 0 0;
    width: 13px;
    height: 13px;
    display: inline-block;
}

    .remove-box-row:hover {
        background-position: 0 bottom;
    }

.tab-head-content-row {
    padding-left: 24px;
}

.tab-head-content-secondary .entry-inputs-actions {
    border-top: 0;
    padding-right: 20px;
}

    .tab-head-content-secondary .entry-inputs-actions .tab-head-checks {
        float: left;
        padding: 10px 0 0 160px;
    }

        .tab-head-content-secondary .entry-inputs-actions .tab-head-checks .form-template-check {
            padding: 0;
        }

.tab-head-content-secondary > .tab-head-content-inner {
    padding-bottom: 40px;
}

.disabled .form-template-field-label label {
    color: #b0afaf;
}

.disabled .field {
    background-color: #fff;
}

.control-panel-action p {
    float: none;
    font-style: normal;
}

.control-panel-action .button {
    min-width: 190px;
}

.box-title-action ul {
    float: left;
    padding: 13px 0 0 10px;
}

    .box-title-action ul li {
        float: left;
        padding: 0 4px 0 5px;
    }

        .box-title-action ul li a {
            display: block;
            font-size: 11px;
            font-weight: bold;
            color: #545458;
        }

            .box-title-action ul li a:hover {
                color: #d8924c;
            }

.box-title .control-panel-search {
    padding: 3px;
}

.box-table-inner .tac .ico-pen {
    margin: 0 auto;
    padding-right: 10px;
}

.box-table-inner a {
    position: relative;
}

.trash-tool {
    width: 55px;
    text-align: center;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -57px;
    margin-bottom: 10px;
    -webkit-visibility: hidden;
}

    .trash-tool:after {
        top: 100%;
        right: 0;
        border-top: 7px solid #d8924c;
        border-left: 6px solid transparent;
        content: '';
        position: absolute;
    }

.box-table td .ico-trash {
    overflow: visible;
}

    .box-table td .ico-trash:hover .trash-tool {
        display: block;
    }

.trash-tool strong {
    background-color: #d8924c;
    font-size: 11px;
    color: #fff;
    padding: 3px 0 4px 0;
    display: block;
}

.help-tool {
    width: auto;
    background-color: #d8924c;
    text-align: center;
    font-size: 11px;
    color: #fff;
    position: absolute;
    bottom: 100%;
    right: 8px;
    margin-left: -57px;
    padding-bottom: 10px;
    padding: 3px 5px 4px 5px;
    display: none;
    max-width: -150px;
    font-style: normal;
}

    .help-tool:after {
        bottom: 0;
        right: 0;
        border-top: 7px solid #d8924c;
        border-left: 6px solid transparent;
        content: '';
        position: absolute;
    }

.keywords-multi,
.keyword-edit {
    padding-right: 9px;
}

    .keywords-multi label,
    .keyword-edit label {
        font-size: 10px;
        color: #555555;
        font-weight: normal;
        display: block;
        padding-bottom: 2px;
    }

    .keywords-multi .field,
    .keyword-edit .field {
        box-shadow: inset 0px 0px 0px;
        padding: 3px;
    }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    background-image: url(/Areas/Admin/Content/css/images/delete-red.png);
    background-position: 0 1px !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
    border-radius: 0px;
}

.box-table-inner .ico-check:hover {
    background-image: url(/Areas/Admin/Content/css/images/ico-check-green-new.png);
    position: relative;
    overflow: visible;
}

    .box-table-inner .ico-check:hover .trash-tool {
        display: block;
    }

.box-table-inner .ico-check .trash-tool {
    -webkit-backface-visibility: hidden;
}

.adm-box-tabs .box-table-teritary .box-table-inner {
    min-height: 330px;
    height: auto;
}

.box-table-settings {
    padding: 28px 17px;
}

.box-table-settings-email {
    width: 235px;
    float: left;
}

    .box-table-settings-email h2 {
        font-weight: bold;
        font-size: 16px;
        color: #0e2748;
        padding: 0 0 14px 10px;
    }

    .box-table-settings-email li {
        padding-bottom: 11px;
    }

        .box-table-settings-email li span {
            display: inline-block;
            width: 65px;
            padding-left: 10px;
            font-size: 12px;
            color: #5a5a5a;
            text-align: right;
        }

        .box-table-settings-email li a {
            font-size: 12px;
            font-weight: bold;
            color: #0e2748;
        }

            .box-table-settings-email li a strong {
                text-transform: uppercase;
                color: #cd700a;
            }

.box-table-settings-checks {
    width: 575px;
    float: right;
    background-color: #fcfcfc;
    border: 1px solid #ebebeb;
    padding: 24px 14px 15px 34px;
}

    .box-table-settings-checks ul {
        margin-left: -50px;
    }

    .box-table-settings-checks li {
        float: left;
        padding-bottom: 13px;
        padding-left: 50px;
    }

        .box-table-settings-checks li label {
            font-size: 13px;
            color: #0e2748;
        }

.box-table-settings-checks-actions {
    text-align: right;
}

    .box-table-settings-checks-actions p {
        display: inline-block;
    }

    .box-table-settings-checks-actions .buttons-link a {
        font-size: 10px;
        color: #5a5a5a;
        margin-right: 5px;
    }

        .box-table-settings-checks-actions .buttons-link a:hover {
            color: #78a0ca;
        }

.box-table-secondary td:first-child {
    font-weight: normal;
}

.box-table-teritary .popup-slide-tabs {
    margin-top: -7px;
}

    .box-table-teritary .popup-slide-tabs small {
        color: #0e2748;
        font-size: 11px;
        font-weight: bold;
    }

.box-table-pop-1 {
    padding-top: 22px;
}

.box-table-pop-2 .fake-table {
    top: 35px;
}

.col-variable {
    width: 163px;
}

.article-secondary {
    padding-top: 30px;
}

.adm-box-tabs-new .fake-acHead {
    top: 0;
}

.adm-box-tabs .box-table-inner-new {
    height: 207px;
}

.field-list-dd .field {
    height: 32px;
}

.form-template-field-content.field-list-dd .field {
    height: 33px;
}

.jspCapTop {
    display: block;
    height: 2px;
    width: 100%;
}

.box-table-1-2 .jspCapTop {
    display: block;
    height: 24px;
    width: 100%;
}

.jspCapBottom {
    display: block;
    height: 2px;
    width: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .checkbox-holder label {
        background-position: 0 1px;
    }

    .checkbox-holder .checkbox[type="checkbox"]:checked + label {
        background-position: 0 -44px;
    }

    .form-template-field-content .field {
        padding-bottom: 7px;
    }
    /*.box-container-field .form-template-field-label label { padding-bottom: 8px; }*/
    /*.form-template-field-label label { padding-bottom: 9px; }*/
    /*.form-template-field-holder.col4 label { padding-bottom: 9px; }*/
    /*.form-template-secondary .form-template-field-label label { padding-bottom: 9px; }*/
}

.form-template-field-content .status-container {
    width: 100%;
    margin: 0;
    position: relative;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
}

    .form-template-field-content .status-container .status-label {
        display: block;
        height: 26px;
        padding: 2px 0 3px 8px;
        overflow: hidden;
        position: relative;
        border: 1px solid #aaa;
        white-space: nowrap;
        line-height: 26px;
        color: #444;
        text-decoration: none;
        background-clip: padding-box;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #fff;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
        background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
        background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
        background-image: linear-gradient(to top, #eee 0%, #fff 50%);
    }

    .box-table.article-box-table .remove-company-column {
        width: 60px;
    }

.ui-dialog.ui-widget {
    padding: 0;
}

.ui-dialog.ui-widget .ui-dialog-content.ui-widget-content {
    padding: 0;
}

.search-popup .actions-container {
    padding: 25px 0 0;
    display: block;
    float: none;
    text-align: center;
}

    .search-popup .actions-container button {
        display: inline-block;
    }

.article-actions-content #user-info-form {
    margin-top: 30px;
}

.ui-datepicker {
    z-index: 100 !important;
}

.box-table.table-indented td {
    padding-right: 7px;
}

td.buttons .button.button-gray {
    height: 18px;
    min-width: 90px;
    font-size: 11px;
    padding: 1px 8px 3px 8px;
    font-weight: normal;
    display: block;
    font-family: tahoma, arial, serif;
}

.no-pointer-events {
    pointer-events: none;
}
/*[US-2056] JFR Styles to disable slide button and save button of coding and planning data entry forms*/
.article-actions-slide-button {
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #0e2748;
    margin: 14px 0 6px 61px;
}

input[type="submit" i]:disabled {
    background-color: #808080 !important;
    background-image: -webkit-linear-gradient(top, #C0C0C0, #737373) !important;
    border: 1px solid #737373;
    cursor: initial;
}

.article-actions-slide-button .disabled {
    color: #737373;
    
}

.article-actions-slide-button .disabled .slide-button-circle {
    background-color: #737373;
}

.header {
    margin-bottom: 6px;
}

    .header .shell {
        background: url(/Areas/Admin/Content/css/images/header.png) repeat-x 0 0;
        border: 1px solid #05324e;
        border-top: 0;
        border-radius: 0 0 5px 5px;
        position: relative;
    }

h1.adm-logo {
    width: 303px;
    float: left;
    margin: 14px 0 10px 26px;
}

    h1.adm-logo a {
        background: url(/Areas/Admin/Content/css/images/logo.png) no-repeat 0 0;
        width: 303px;
        height: 117px;
        display: block;
        font-size: 0;
        line-height: 0;
        text-indent: -4000px;
    }

        h1.adm-logo a:hover {
            opacity: 0.7;
        }

.user-info {
    float: left;
    width: 300px;
    margin: 45px 0 0 51px;
}

.user-info-avatar {
    float: left;
    margin: 2px 6px 0 0;
}

    .user-info-avatar a {
        display: inline-block;
        border: 1px solid #fff;
    }

        .user-info-avatar a img {
            display: block;
            width: 48px;
            height: 48px;
        }

.user-info-content {
    overflow: hidden;
}

    .user-info-content h3 {
        font-weight: bold;
        color: #fff;
    }

    .user-info-content p {
        color: #fff;
        font-size: 11px;
        padding-top: 1px;
    }

        .user-info-content p a {
            font-weight: bold;
            color: #fff;
        }

            .user-info-content p a:hover {
                color: #ca7000;
            }

        .user-info-content p .link-blue {
            color: #6e8cac;
            font-weight: normal;
        }

    .user-info-content .adm-date {
        font-weight: bold;
    }

        .user-info-content .adm-date strong {
            color: #ca7000;
        }

.header-content {
    width: 330px;
    float: right;
}

.header-content-options {
    padding: 0 8px 0 0;
}

    .header-content-options ul {
        float: right;
    }

    .header-content-options li {
        float: left;
        padding-left: 14px;
    }

        .header-content-options li a {
            display: block;
            background: url(/Areas/Admin/Content/css/images/header-opt.png) repeat-x 0 -4px;
            height: 26px;
            border-radius: 0 0 5px 5px;
            color: #c86e00;
            font-weight: bold;
            font-size: 11px;
            letter-spacing: -0.5px;
            padding: 8px 11px 0 11px;
            border-left: 1px solid #0b263e;
            border-right: 1px solid #0b263e;
        }

        .header-content-options li + li a {
            padding-left: 8px;
            padding-right: 8px;
            padding-top: 9px;
            height: 25px;
        }

        .header-content-options li a:hover {
            background-position: 0 bottom;
        }

.ico-mail {
    background: url(/Areas/Admin/Content/css/images/ico-mail.png) no-repeat 0 0;
    width: 20px;
    height: 13px;
    display: inline-block;
}

a:hover .ico-mail {
    background-position: 0 bottom;
}

.header-content-foot-actions {
    float: right;
}

    .header-content-foot-actions p {
        float: left;
    }

        .header-content-foot-actions p a {
            font-size: 11px;
            color: #78a0ca;
        }

        .header-content-foot-actions p span {
            font: 11px/19px Verdana;
            font-size: 11px !important;
            color: #6e8cac;
            width: 165px;
            height: 24px;
            right: 108px;
            position: absolute !important;
        }
        .seeVideoHeader {
            top: 0px;
            font: 11px/19px Verdana;
            display: inline-block;
        }

        .seeTrainingHeader {
            top: 23px;
            font: 11px/19px Verdana;
            display: inline-block;
        }

        .header-content-foot-actions p span span {
            font-family: 'cis';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

            .header-content-foot-actions p span span.icon.icon-play2.fs8 {
                font-size: 2em !important;
                content: "\e72e";
                color: #ffffff;
                left: 129px;
            }

    .header-content-foot-actions .buttons {
        padding: 20px 0 0 8px;
    }

        .header-content-foot-actions .buttons a {
            background: url(/Areas/Admin/Content/css/images/header-button.png) repeat-x 0 0;
            display: block;
            font-size: 13px;
            text-transform: uppercase;
            font-weight: bold;
            color: #8badc9;
            padding: 7px 20px 6px 18px;
            margin-left: 13px;
            position: relative;
        }

            .header-content-foot-actions .buttons a:after {
                content: '';
                background: url(/Areas/Admin/Content/css/images/header-button-left.png) no-repeat 0 0;
                width: 15px;
                height: 27px;
                position: absolute;
                right: 100%;
                top: 0;
            }

.header-content-foot-info {
    clear: both;
}

.ico-play {
    background: url(/Areas/Admin/Content/css/images/ico-play.png) no-repeat 0 0;
    width: 18px;
    height: 19px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-left: 22px;
}

.header-content-foot {
    position: absolute;
    bottom: 2px;
    right: 0;
}

.header-content-foot-info {
    background: url(/Areas/Admin/Content/css/images/header-info.png) repeat-x 0 0;
    position: relative;
    font-size: 10px;
    color: #fff;
    padding: 6px 36px 6px 0;
    margin-left: 15px;
}

    .header-content-foot-info a {
        color: #c86e00;
    }

        .header-content-foot-info a:hover {
            color: #fff;
        }

    .header-content-foot-info:after {
        background: url(/Areas/Admin/Content/css/images/header-info-left.png) repeat-x 0 0;
        position: absolute;
        top: 0;
        right: 100%;
        content: '';
        width: 15px;
        height: 26px;
    }

.footer .shell {
    background-color: #0d243b;
}

.footer-cols {
    padding: 30px 0 30px 50px;
}

.footer-col {
    padding: 0 20px;
    border-left: 1px solid #244466;
    float: left;
}

    .footer-col a {
        color: #78a0ca;
        position: relative;
        font-size: 11px;
        display: block;
    }

.footer-col-icons a {
    padding: 0 0 0 26px;
}

.footer-col-icons li {
    margin-left: 3px;
}

.footer-col a:hover {
    color: #fff;
}

.footer-col ul {
    float: left;
    margin-right: 35px;
    padding-top: 6px;
}

    .footer-col ul li {
        padding-bottom: 9px;
    }

        .footer-col ul li:nth-child(odd) {
            padding-bottom: 7px;
        }

.footer-col i {
    width: 18px;
    height: 21px;
    background: url(/Areas/Admin/Content/css/images/foot-sprite.png) no-repeat 0 0;
    position: absolute;
    top: -4px;
    left: 0;
}

.footer-col .ico1 {
    background-position: 0 1px;
    margin: 0;
    padding: 0;
}

.footer-col .ico2 {
    background-position: 0 -20px;
}

.footer-col .ico3 {
    background-position: 0 -43px;
}

.footer-col .ico4 {
    background-position: 0 -65px;
}

.footer-col .ico5 {
    background-position: 0 -88px;
}

.footer-col .ico6 {
    background-position: 0 -110px;
}

.footer-col .ico7 {
    background-position: 0 -131px;
}

.footer-col .ico8 {
    background-position: 0 -152px;
}

.footer-col .ico9 {
    background-position: 0 -177px;
}

.footer-col .ico10 {
    background-position: 0 -198px;
}

.footer-col .ico11 {
    background-position: 0 -221px;
}

.footer-col .ico12 {
    background-position: 0 -243px;
}

.footer-col a:hover .ico1 {
    background-position: -21px 1px;
}

.footer-col a:hover .ico2 {
    background-position: -21px -20px;
}

.footer-col a:hover .ico3 {
    background-position: -21px -43px;
}

.footer-col a:hover .ico4 {
    background-position: -21px -65px;
}

.footer-col a:hover .ico5 {
    background-position: -21px -88px;
}

.footer-col a:hover .ico6 {
    background-position: -21px -110px;
}

.footer-col a:hover .ico7 {
    background-position: -20px -131px;
}

.footer-col a:hover .ico8 {
    background-position: -20px -152px;
}

.footer-col a:hover .ico9 {
    background-position: -20px -177px;
}

.footer-col a:hover .ico10 {
    background-position: -20px -198px;
}

.footer-col a:hover .ico11 {
    background-position: -20px -221px;
}

.footer-col a:hover .ico12 {
    background-position: -20px -243px;
}

.footer-info {
    border-top: 1px solid #213b56;
    padding: 20px 50px 10px 50px;
    color: #b6b6b6;
    font-size: 10px;
    line-height: 16px;
}

.copyright {
    float: left;
    padding: 10px 0 0 0;
}

.footer-info-content {
    float: right;
    text-align: right;
}

    .footer-info-content a {
        color: #c86e00;
    }

        .footer-info-content a:hover {
            color: #fff;
        }

.sidebar {
    width: 115px;
    float: left;
}

.navigation ul {
    border: 1px solid #c0bfbf;
    border-bottom: 0;
    border-left: 0;
    width: 103px;
}

.navigation li {
    border-bottom: 1px solid #c0bfbf;
    height: 60px;
    display: table;
    width: 103px;
}

    .navigation li a {
        display: block;
        text-align: center;
        font-size: 11px;
        line-height: 13px;
        color: #959595;
        height: 60px;
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        background: #e7e7e7; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(/Areas/Admin/Content/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #e7e7e7 0%, #e7e7e7 21%, #dedede 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(21%,#e7e7e7), color-stop(100%,#dedede)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #e7e7e7 0%,#e7e7e7 21%,#dedede 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #e7e7e7 0%,#e7e7e7 21%,#dedede 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #e7e7e7 0%,#e7e7e7 21%,#dedede 100%); /* IE10+ */
        background: linear-gradient(to bottom, #e7e7e7 0%,#e7e7e7 21%,#dedede 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#dedede',GradientType=0 ); /* IE6-8 */
    }

        .navigation li a:hover {
            background: #e6ebef; /* Old browsers */
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url(/Areas/Admin/Content/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZWJlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjZTdlN2U3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMyUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxNyUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIzNyUiIHN0b3AtY29sb3I9IiNkYWRhZGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNjZGNkY2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OCUiIHN0b3AtY29sb3I9IiNjOWM5YzciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYjNiOGJlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
            background: -moz-linear-gradient(top, #e6ebef 0%, #e7e7e7 2%, #dedede 3%, #dedede 17%, #dadada 37%, #cdcdcd 75%, #c9c9c7 98%, #b3b8be 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6ebef), color-stop(2%,#e7e7e7), color-stop(3%,#dedede), color-stop(17%,#dedede), color-stop(37%,#dadada), color-stop(75%,#cdcdcd), color-stop(98%,#c9c9c7), color-stop(100%,#b3b8be)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #e6ebef 0%,#e7e7e7 2%,#dedede 3%,#dedede 17%,#dadada 37%,#cdcdcd 75%,#c9c9c7 98%,#b3b8be 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #e6ebef 0%,#e7e7e7 2%,#dedede 3%,#dedede 17%,#dadada 37%,#cdcdcd 75%,#c9c9c7 98%,#b3b8be 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #e6ebef 0%,#e7e7e7 2%,#dedede 3%,#dedede 17%,#dadada 37%,#cdcdcd 75%,#c9c9c7 98%,#b3b8be 100%); /* IE10+ */
            background: linear-gradient(to bottom, #e6ebef 0%,#e7e7e7 2%,#dedede 3%,#dedede 17%,#dadada 37%,#cdcdcd 75%,#c9c9c7 98%,#b3b8be 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ebef', endColorstr='#b3b8be',GradientType=0 ); /* IE6-8 */
            color: #757575;
        }

    .navigation li.active {
        width: 115px;
        border-bottom: 0;
    }

        .navigation li.active a {
            color: #d77603;
            background: url(/Areas/Admin/Content/css/images/nav-active.png) no-repeat 0 0;
            padding-right: 12px;
            width: 115px;
        }

.navigation i {
    width: 28px;
    height: 25px;
    background: url(/Areas/Admin/Content/css/images/nav-ico.png) no-repeat 0 0;
    display: block;
    margin: 0 auto;
    padding-bottom: 2px;
}

.navigation .ico-nav1 {
    background-position: 0 7px;
}

.navigation .ico-nav2 {
    background-position: 0 -60px;
}

.navigation .ico-nav3 {
    background-position: 0 -120px;
}

.adm-popup {
    width: 632px;
    background-color: #fff;
    border-radius: 3px;
    padding: 2px;
    margin: 0 auto;
}

.adm-popup-medium {
    width: 700px;
}

.popup-close-bar {
    background: url(/Areas/Admin/Content/css/images/popup-close-head.png) repeat-x 0 0;
    height: 20px;
    padding: 4px;
    text-align: right;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
}

.popup-close {
    background: url(/Areas/Admin/Content/css/images/ico-close-popup.png) no-repeat 0 0;
    width: 21px;
    height: 20px;
    display: inline-block;
}

.popup-container {
    padding: 14px 16px;
    background-color: #d7d7d7;
}

.popup-box-head {
    background: url(/Areas/Admin/Content/css/images/popup-box-head.png) repeat-x 0 0;
    border: 1px solid #08324d;
}

    .popup-box-head h3 {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        padding: 14px 0 16px 20px;
    }

.popup-box-container {
    background-color: #fff;
    border: 1px solid #b9b9b9;
    padding: 0 28px;
}

    .popup-box-container .box {
        margin-top: 0;
    }

.popup-box-title {
    padding: 19px 0 6px 0;
}

    .popup-box-title h3 {
        font-size: 12px;
        font-weight: normal;
        color: #676767;
    }

.popup-box-container .buttons-link a {
    color: #555;
}

    .popup-box-container .buttons-link a:hover {
        color: #78a0ca;
    }

.adm-popup .box-table-inner {
    min-height: 0;
}

.popup-box-bg {
    padding: 0 63px;
    margin-top: 20px;
    margin-bottom: 16px;
}

.popup-box-bg-title {
    padding: 21px 0 0 0;
}

    .popup-box-bg-title h3 {
        font-size: 11px;
        color: #0e2748;
    }

.popup-box-bg-list-scrl {
    height: 92px;
    border: 1px solid #c0bfbf;
    margin-bottom: 8px;
}

    .popup-box-bg-list-scrl .jspPane {
        width: 398px !important;
    }

.popup-box-bg-list {
    padding-bottom: 23px;
}

    .popup-box-bg-list li {
        border-top: 1px solid #c0bfbf;
        padding: 5px 0 3px 0;
    }

        .popup-box-bg-list li.selected {
            background-color: #f3f7fb;
        }

        .popup-box-bg-list li:first-child {
            border-top: 0;
        }

    .popup-box-bg-list .checkbox-holder {
        float: left;
        margin-left: 9px;
    }

        .popup-box-bg-list .checkbox-holder label {
            color: #cd700a;
        }

    .popup-box-bg-list .select-holder {
        float: right;
        width: 133px;
        margin-right: 11px;
        position: relative;
    }

.popup-select-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
}

.popup-box-bg-list li.selected .popup-select-overlay {
    display: none;
}

.popup-actions {
    text-align: right;
    padding: 0 0 15px 0;
}

    .popup-actions p {
        display: inline-block;
        padding-left: 8px;
    }

    .popup-actions .button {
        min-width: 110px;
    }

.popup-slide-btn small {
    color: #cd700a;
}

.popup-slide-btn .second {
    color: #0e2748;
}

.popup-slide-btn.active small {
    color: #0e2748;
}

.popup-slide-btn.active .second {
    color: #cd700a;
}

.adm-popup-large {
    width: 828px;
}

.popup-box-container2 {
    padding: 0;
    background: url(/Areas/Admin/Content/css/images/popup-side.png) repeat-y 0 0 #fff;
}

.popup-sidebar {
    width: 155px;
    float: left;
}

    .popup-sidebar ul {
        padding: 28px 13px 0 0;
        text-align: right;
    }

        .popup-sidebar ul li {
            font-size: 12px;
            font-weight: bold;
            color: #042444;
            padding-bottom: 27px;
        }

.popup-content {
    width: 635px;
    float: right;
}

.popup-content-list {
    float: left;
    width: 280px;
    margin-right: 20px;
    padding-top: 28px;
}

    .popup-content-list + .popup-content-list {
        width: 310px;
    }

    .popup-content-list li {
        border-top: 1px dotted #d3d6da;
        font-size: 12px;
        color: #3f3f3f;
        padding: 12px 0 0 12px;
        margin-top: 14px;
    }

        .popup-content-list li strong {
            font-weight: bold;
            font-size: 13px;
            color: #cc6500;
        }

        .popup-content-list li a {
            font-size: 13px;
            font-weight: bold;
            color: #042444;
        }

            .popup-content-list li a:hover {
                color: #78a0ca;
            }

        .popup-content-list li:first-child {
            border-top: 0;
            margin-top: 0;
            padding-top: 0;
        }

.popup-content .popup-actions {
    padding-top: 35px;
    padding-right: 25px;
}

.popup-box-head .ico-arr {
    background: url(/Areas/Admin/Content/css/images/box-tab-arr.png) no-repeat 0 0;
    width: 5px;
    height: 8px;
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 7px;
}

.popup-box-container3 {
    padding: 15px;
    background-color: #ffffff;
}

    .popup-box-container3 .box {
        background-color: #ececec;
    }

.popup-box-about {
    padding-bottom: 13px;
}

.popup-box-about-text {
    float: left;
    width: 305px;
    padding: 25px 0 0 17px;
}

    .popup-box-about-text li {
        font-size: 10px;
        line-height: 14px;
        color: #515151;
    }

.popup-box-about-options {
    float: right;
    width: 285px;
    margin: 25px 0 0 0;
}

    .popup-box-about-options .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.7);
    }

    .popup-box-about-options li {
        padding-bottom: 10px;
    }

    .popup-box-about-options label {
        float: left;
        text-align: right;
        width: 110px;
        padding-right: 15px;
        font-size: 13px;
        padding-top: 9px;
    }

    .popup-box-about-options .select-def {
        float: left;
        position: relative;
    }

.popup-box-about-actions {
    border-top: 1px dashed #c3c7cd;
    margin: 0 16px 0 16px;
}

    .popup-box-about-actions h5 {
        font-size: 10px;
        font-style: italic;
        font-family: arial, serif;
        padding-top: 6px;
    }

.popup-slide-btn {
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 16px;
    text-align: center;
}

    .popup-slide-btn .slide-button {
        width: 72px;
        height: 32px;
        border-radius: 16px;
        top: 10px;
    }

        .popup-slide-btn .slide-button .slide-button-circle {
            height: 32px;
            width: 32px;
            border-radius: 16px;
        }

    .popup-slide-btn.active .slide-button .slide-button-circle {
        margin-left: -32px;
    }

.popup-box-container3 .box-table {
    padding: 0;
    border: 1px solid #aeaeae;
    margin: 6px;
}

    .popup-box-container3 .box-table .box-table-inner {
        border: 0;
        height: 320px;
    }

    .popup-box-container3 .box-table td {
        vertical-align: top;
    }

        .popup-box-container3 .box-table td .button {
            display: block;
            height: auto;
            padding-top: 4px;
            padding-bottom: 5px;
        }

        .popup-box-container3 .box-table td:first-child {
            vertical-align: middle;
        }

.popup-box-container3 .ico-check-green {
    background: url(/Areas/Admin/Content/css/images/ico-check-green-new.png) no-repeat 0 0;
    width: 16px;
    height: 13px;
    margin-left: 3px;
}

.adm-popup-exlarge {
    width: 895px;
}

.popup-wrapper2 {
    background-color: #fff;
}

.popup-search-content {
    width: 604px;
    float: left;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    background-color: #fcfcfc;
    padding: 23px;
    height: 292px;
}

.popup-search-container {
    padding: 0 16px 30px 16px;
}

    .popup-search-container .box-bg-widget {
        width: 160px;
        float: right;
    }

    .popup-search-container .form-template-field-label {
        width: 120px;
    }

    .popup-search-container .submit-search {
        margin-left: -1px;
    }

    .popup-search-container .tab-links3 {
        padding-top: 10px;
    }

        .popup-search-container .tab-links3 > ul {
            padding-left: 21px;
        }

            .popup-search-container .tab-links3 > ul > li {
                width: 184px;
            }

                .popup-search-container .tab-links3 > ul > li a {
                    color: #595959;
                }

    .popup-search-container .box-bg-widget-content-inner {
        height: 222px;
    }

.popup-wrapper2 .tab-new-actions {
    padding: 0 16px 32px 0;
}

.popup-wrapper2 .box-bg-content-title {
    padding-bottom: 20px;
}

.popup-search-result {
    text-align: center;
    padding: 12px 0 0 0;
}

    .popup-search-result strong {
        color: #0d2742;
    }

.popup-search-result-actions {
    text-align: center;
    padding-top: 17px;
}

.popup-search-result .buttons {
    display: inline-block;
}

.adm-popup-maxlarge {
    width: 1000px;
}

.popup-box2 {
    width: 740px;
    float: left;
    margin-left: 14px;
    padding: 20px 0;
}

.box-bg-widget2 {
    width: 190px;
    float: right;
    margin-top: 70px;
}

.popup-box-cnt {
    background-color: #fff;
    border: 1px solid #b9b9b9;
    padding: 26px 23px;
}

.popup-box-cnt-buttons {
    margin-left: -17px;
    min-height: 284px;
}

    .popup-box-cnt-buttons li {
        float: left;
        margin: 0 0 12px 17px;
    }

    .popup-box-cnt-buttons a {
        border: 1px solid #c8c8c8;
        border-radius: 4px;
        width: 248px;
        display: block;
        font-size: 12px;
        font-family: arial, serif;
        line-height: 17px;
        color: #2e4e75;
        padding: 8px 70px 10px 14px;
        position: relative;
    }

        .popup-box-cnt-buttons a:after {
            background: url(/Areas/Admin/Content/css/images/ico-plus-pop.png) no-repeat 0 0;
            width: 10px;
            height: 10px;
            position: absolute;
            top: 12px;
            right: 12px;
            content: '';
        }

        .popup-box-cnt-buttons a strong {
            font-weight: bold;
            font-size: 14px;
        }

.popup-box-cnt-buttons-small {
    padding-bottom: 25px;
}

    .popup-box-cnt-buttons-small li {
        width: 337px;
        margin-bottom: 7px;
    }

    .popup-box-cnt-buttons-small a {
        padding: 7px 30px 8px 14px;
        font-size: 14px;
        display: block;
        width: auto;
    }

        .popup-box-cnt-buttons-small a small {
            font-size: 12px;
            line-height: 17px;
        }

        .popup-box-cnt-buttons-small a strong {
            font-family: arial, serif;
            font-size: 14px;
        }

    .popup-box-cnt-buttons-small li a.active,
    .popup-box-cnt-buttons-small li:hover a {
        background-color: #f2d18b;
        border-color: #e49031;
    }

        .popup-box-cnt-buttons-small li a.active:after,
        .popup-box-cnt-buttons-small li:hover a:after {
            background-image: url(/Areas/Admin/Content/css/images/ico-minus-pop.png);
        }

    .popup-box-cnt-buttons-small a:after {
        top: 50%;
        margin-top: -6px;
    }

    .popup-box-cnt-buttons-small .ico-help {
        background: url(/Areas/Admin/Content/css/images/ico-help.png) no-repeat 0 0;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 50%;
        right: 30px;
        margin-top: -10px;
    }

.popup-box-cnt-action {
    text-align: right;
}

.popup-box2 .ico-arr-tab {
    position: relative;
    display: inline-block;
    left: 0;
    margin-right: 10px;
    top: -1px;
}

.popup-box-cnt-action .buttons .button {
    color: #0c304b !important;
}

.popup-box-options {
    background-color: #fff;
    padding: 17px 19px 14px 22px;
    border-bottom: 1px solid #c0bfbf;
}

    .popup-box-options .ico-calendar {
        top: 4px;
    }

    .popup-box-options .field {
        background-color: #fdfdfd;
        padding: 6px 8px;
    }

.popup-box-options-row {
    padding-bottom: 18px;
}

.popup-checks {
    position: relative;
    padding-top: 5px;
    margin-right: 7px;
}

    .popup-checks input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    .popup-checks label {
        font-size: 12px;
        color: #5a5a5a;
        background: url(/Areas/Admin/Content/css/images/checkbox.png) no-repeat 0 1px;
        padding: 0 0 0 26px;
    }

    .popup-checks input[type="checkbox"]:checked + label {
        background-position: 0 bottom;
    }

.popup-box-options-actions {
    text-align: right;
    margin-top: -11px;
}

    .popup-box-options-actions .buttons {
        display: inline-block;
    }

        .popup-box-options-actions .buttons:first-child a {
            color: #5a5a5a;
            margin-right: 5px;
        }

        .popup-box-options-actions .buttons .button {
            padding-top: 5px;
            padding-bottom: 6px;
        }

.popup-box-options-wrapper {
    height: 280px;
}

.popup-tab {
    position: absolute;
    top: -9999px;
    opacity: 0;
    width: 634px;
    transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
}

    .popup-tab.visible {
        position: relative;
        top: 0;
        opacity: 1;
    }

.popup-box-info {
    font-size: 12px;
    line-height: 14px;
    color: #515151;
    padding: 27px 0 24px 0;
}

    .popup-box-info li {
        padding-bottom: 6px;
    }

    .popup-box-info strong {
        width: 95px;
        float: left;
        text-align: right;
        margin-right: 15px;
    }

    .popup-box-info span {
        float: left;
    }

    .popup-box-info .right {
        float: right;
    }

.popup-box-message-area {
    height: 175px;
}

    .popup-box-message-area .jspVerticalBar {
        background: #fff;
        border: 0;
    }

    .popup-box-message-area .jspTrack {
        background: #fff;
        border: 0;
    }

.popup-box-message-area-inner {
    max-height: 205px;
    padding: 12px 30px 15px 15px;
    text-align: justify;
    font-size: 14px;
    line-height: 20px;
}

.popup-actions-secondary {
    padding-top: 25px;
}

.popup-box-message-area .textarea {
    width: 100%;
    border: 0;
    font-size: 14px;
    line-height: 16px;
    color: #9e9e9e;
    padding: 17px;
    box-sizing: border-box;
    height: 170px;
    resize: none;
    font-family: verdana, arial, serif;
}

    .popup-box-message-area .textarea::-webkit-input-placeholder {
        font-style: italic;
    }

    .popup-box-message-area .textarea:-moz-placeholder {
        font-style: italic;
    }

    .popup-box-message-area .textarea::-moz-placeholder {
        font-style: italic;
    }

    .popup-box-message-area .textarea:-ms-input-placeholder {
        font-style: italic;
    }

.popup-box-table .box-table-inner {
    height: 331px;
}

.popup-actions-teritary {
    padding: 40px 0 30px 0;
}

.popup-box-info h3 {
    color: #0e2748;
    font-size: 14px;
    font-weight: bold;
}

    .popup-box-info h3 small {
        font-size: 12px;
        color: #5a5a5a;
        font-weight: normal;
    }

.popup-search-secondary {
    width: 466px;
    margin: 0 0 0 119px;
    border: 1px solid #d9d9d9;
    border-top: 0;
    background-color: #ebf8f1;
}

.popup-search-secondary-title {
    background-color: #00a651;
    position: relative;
    padding: 3px 13px;
    margin-bottom: 21px;
}

    .popup-search-secondary-title:after {
        content: '';
        border-top: 10px solid #00a651;
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        position: absolute;
        top: 100%;
        left: 27px;
    }

    .popup-search-secondary-title h2 {
        font-size: 11px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
    }

.popup-search-secondary-error {
    background-color: #feedee;
}

    .popup-search-secondary-error .popup-search-secondary-title {
        background-color: #d01920;
    }

        .popup-search-secondary-error .popup-search-secondary-title:after {
            border-top-color: #d01920;
        }

    .popup-search-secondary-error .popup-search-secondary-content li {
        background-image: url(/Areas/Admin/Content/css/images/dots-red.png);
    }

.popup-search-secondary-content {
    padding: 0 0 0 26px;
}

    .popup-search-secondary-content li {
        background: url(/Areas/Admin/Content/css/images/dots-green.png) no-repeat 0 center;
        padding: 0 0 0 18px;
        font-size: 11px;
        color: #555;
        margin-bottom: 19px;
    }

        .popup-search-secondary-content li strong {
            font-size: 12px;
            font-weight: bold;
            color: #0d2742;
        }

.popup-search-container-secondary .popup-search-content {
    height: 248px;
}

.popup-search-container-secondary {
    padding-top: 23px;
}

.popup-search-secondary-actions {
    text-align: right;
    padding: 0 15px 16px 0;
}

    .popup-search-secondary-actions .buttons {
        display: inline-block;
    }

.adm-popup-small {
    width: 520px;
}

.popup-box-container-secondary {
    padding: 0 31px 12px 31px;
    background-color: #edeeee;
}

.popup-box-head-secondary2 {
    padding-top: 27px;
}

    .popup-box-head-secondary2 h2 {
        font-weight: bold;
        color: #cc6500;
        font-size: 15px;
        padding-bottom: 22px;
    }

    .popup-box-head-secondary2 p {
        font-size: 12px;
        font-weight: bold;
        color: #555555;
        padding-bottom: 8px;
    }

.popup-box-info-secondary {
    border: 1px solid #dfe0e0;
    background-color: #fff;
    padding: 17px 0 0 15px;
    margin-bottom: 33px;
    min-height: 109px;
}

    .popup-box-info-secondary li {
        font-size: 13px;
        font-weight: bold;
        font-family: arial, serif;
        color: #00a651;
        padding: 0 0 16px 19px;
    }

    .popup-box-info-secondary .list-check {
        background: url(/Areas/Admin/Content/css/images/ico-check-popup.png) no-repeat 0 1px;
    }

    .popup-box-info-secondary .list-delete {
        background: url(/Areas/Admin/Content/css/images/delete-red.png) no-repeat 0 1px;
        color: #d01920;
    }

.popup-box-info-secondary-foot {
    padding: 10px 0 23px 8px;
}

    .popup-box-info-secondary-foot a {
        font-weight: bold;
        font-family: arial, serif;
    }

/*.tab .box-tab .box-table-inner { border: 0; }*/
/*.tab .box-tab .box-table { padding: 0; }*/

.popup-box-head-teritary {
    padding: 28px 0 0 0;
}

    .popup-box-head-teritary h2 {
        font-size: 15px;
        font-weight: bold;
        color: #cc6500;
        padding-bottom: 5px;
    }

    .popup-box-head-teritary p {
        font-size: 13px;
        color: #555555;
        padding-bottom: 36px;
    }

    .popup-box-head-teritary h4 {
        font-size: 12px;
        font-weight: bold;
        color: #555555;
        padding-bottom: 10px;
    }

.popup-box-info-teritary {
    background-color: #fff;
    border: 1px solid #fff;
    margin-bottom: 30px;
}

.popup-box-info-inner {
    border: 1px solid #c0bfbf;
    height: 130px;
    padding: 3px 0;
}

.popup-box-info-teritary li {
    position: relative;
    padding: 6px 28px 5px 13px;
    margin: 2px 0;
}

    .popup-box-info-teritary li:hover {
        background-color: #f3f7fb;
    }

.popup-box-info-teritary p {
    font-size: 13px;
    font-weight: bold;
    font-family: arial, serif;
    color: #2e4e75;
}

    .popup-box-info-teritary p small {
        font-size: 12px;
        color: #c2c2c2;
    }

.popup-box-info-teritary .remove-box-row {
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -7px;
}

.popup-actions-quaternary {
    padding-bottom: 15px;
}

    .popup-actions-quaternary .buttons {
        padding-left: 4px;
    }

    .popup-actions-quaternary .button {
        min-width: 84px;
        padding: 8px 20px;
    }

.adm-popup-xlarge {
    width: 906px;
}

.popup-container-secondary {
    padding: 10px 8px;
}

    .popup-container-secondary .popup-sidebar {
        width: 145px;
        margin-right: 6px;
    }

        .popup-container-secondary .popup-sidebar ul {
            padding-right: 6px;
        }

.popup-content-secondary {
    width: 667px;
    float: left;
    position: relative;
}

    .popup-content-secondary:before {
        background: url(/Areas/Admin/Content/css/images/popup-aside.png) no-repeat 0 top;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 100%;
        content: '';
        z-index: 9;
        width: 68px;
    }

    .popup-content-secondary .popup-content-list {
        width: auto;
        margin-top: 0;
        padding-top: 15px;
        margin-right: 14px;
        padding-bottom: 60px;
    }

        .popup-content-secondary .popup-content-list a:hover {
            color: #78a0ca;
        }

        .popup-content-secondary .popup-content-list li {
            position: relative;
            margin-left: 150px;
        }

            .popup-content-secondary .popup-content-list li:first-child {
                padding-top: 12px;
            }

            .popup-content-secondary .popup-content-list li h2 {
                position: absolute;
                top: 8px;
                left: -150px;
                width: 138px;
                text-align: right;
                font-size: 12px;
                font-weight: bold;
                color: #042444;
            }

            .popup-content-secondary .popup-content-list li p {
                line-height: 18px;
                padding-bottom: 20px;
            }

.popup-box-container4 {
    background-position: -9px 0;
}

.popup-aside {
    width: 172px;
    float: left;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}

.popup-aside-actions-info {
    padding: 25px 0 0 0;
}

    .popup-aside-actions-info p {
        padding-left: 10px;
    }

    .popup-aside-actions-info .buttons {
        padding-top: 27px;
        padding-left: 0;
    }

    .popup-aside-actions-info .button {
        display: block;
        text-align: center;
        padding-right: 20px;
    }

.popup-box-cnt-buttons .ico-help:hover .help-tool {
    display: block;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .popup-checks label {
        padding-bottom: 1px;
        background-position: 0 0;
    }
}

.content-nav ul:after {
    width: 100%;
    content: '';
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
    clear: both;
    display: block;
}

.content-nav {
    padding: 5px 40px 0 40px;
    position: relative;
    z-index: 99;
    background: url(/Areas/Admin/Content/css/images/nav.png) repeat-x 0 0;
}

    .content-nav ul {
        overflow: hidden;
        height: 74px;
        margin-bottom: 0;
        top: 1px;
    }

    .content-nav li {
        height: 74px;
        text-align: center;
        float: left;
        width: 102px;
    }

        .content-nav li a {
            font-size: 9px;
            font-weight: bold;
            color: #7f7d7d !important;
            line-height: 9px;
            height: 74px;
            display: table-cell;
            vertical-align: middle;
            position: relative;
            width: 100%;
        }

            .content-nav li.active a,
            .content-nav li a:hover {
                color: #204e7e !important;
            }

            .content-nav li a:after {
                background: url(/Areas/Admin/Content/css/images/divider.png) repeat-y 0 0;
                width: 4px;
                height: 36px;
                position: absolute;
                top: 50%;
                margin-top: -18px;
                right: 0;
                content: '';
            }

        .content-nav li:nth-child(7n+1) a:after {
            display: none;
        }

        .content-nav li:first-child a:after {
            display: block;
        }

        .content-nav li a span {
            display: block;
        }

        .content-nav li i {
            background: url(/Areas/Admin/Content/css/images/slider-ico.png) no-repeat 0 0;
            width: 27px;
            height: 25px;
            display: block;
            margin: 0 auto;
        }

.content-nav-inner {
    display: table;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
}

.active .content-nav-inner {
    position: relative;
    left: 0;
    display: table;
    width: 100%;
    background-color: #dadde0;
    border: 1px solid #aeaeae;
    border-bottom: 0;
}

.active:first-child .content-nav-inner {
    left: 0;
}

.active:nth-child(8n+1) .content-nav-inner {
    left: 0;
}

.active .content-nav-inner a:after {
    display: none !important;
}

.content-nav-controls a {
    background: url(/Areas/Admin/Content/css/images/slider-controls.png) no-repeat 0 0;
    width: 11px;
    height: 17px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
}

.content-nav-controls .cnt-nav-prev {
    background-position: 0 0;
    left: 18px;
}

.content-nav-controls .cnt-nav-next {
    background-position: right 0;
    right: 18px;
}

.content-nav-controls .cnt-nav-prev:hover {
    background-position: 0 bottom;
}

.content-nav-controls .cnt-nav-next:hover {
    background-position: right bottom;
}

.content-nav li .ico-cnt-nav1 {
    background-position: 0 0;
}

.content-nav li .ico-cnt-nav2 {
    background-position: -106px 0;
}

.content-nav li .ico-cnt-nav3 {
    background-position: -203px 0;
}

.content-nav li .ico-cnt-nav4 {
    background-position: -306px 0;
}

.content-nav li .ico-cnt-nav5 {
    background-position: -403px 0;
}

.content-nav li .ico-cnt-nav6 {
    background-position: -506px 0;
}

.content-nav li .ico-cnt-nav7 {
    background-position: -610px 0;
}

.content-nav li .ico-cnt-nav8 {
    background-position: -710px 0;
}

.content-nav li .ico-cnt-nav9 {
    background-position: -770px 0;
}

.content-nav li .ico-cnt-nav10 {
    background-position: -870px 0;
}

.content-nav li .ico-cnt-nav11 {
    background-position: -973px 0;
}

.content-nav li.active .ico-cnt-nav1,
.content-nav li a:hover .ico-cnt-nav1 {
    background-position: 0 -27px;
}

.content-nav li.active .ico-cnt-nav2,
.content-nav li a:hover .ico-cnt-nav2 {
    background-position: -106px -26px;
}

.content-nav li.active .ico-cnt-nav3,
.content-nav li a:hover .ico-cnt-nav3 {
    background-position: -203px -27px;
}

.content-nav li.active .ico-cnt-nav4,
.content-nav li a:hover .ico-cnt-nav4 {
    background-position: -306px -27px;
}

.content-nav li.active .ico-cnt-nav5,
.content-nav li a:hover .ico-cnt-nav5 {
    background-position: -403px -27px;
}

.content-nav li.active .ico-cnt-nav6,
.content-nav li a:hover .ico-cnt-nav6 {
    background-position: -506px -27px;
}

.content-nav li.active .ico-cnt-nav7,
.content-nav li a:hover .ico-cnt-nav7 {
    background-position: -610px -27px;
}

.content-nav li.active .ico-cnt-nav8,
.content-nav li a:hover .ico-cnt-nav8 {
    background-position: -710px -27px;
}

.content-nav li.active .ico-cnt-nav9,
.content-nav li a:hover .ico-cnt-nav9 {
    background-position: -770px bottom;
}

.content-nav li.active .ico-cnt-nav10,
.content-nav li a:hover .ico-cnt-nav10 {
    background-position: -870px bottom;
}

.content-nav li.active .ico-cnt-nav11,
.content-nav li a:hover .ico-cnt-nav11 {
    background-position: -973px bottom;
}

.content-nav {
    padding: 5px 40px 0;
    position: relative;
    z-index: 99;
    background: url(/Areas/Admin/Content/css/images/nav.png) repeat-x scroll 0 0 transparent;
}

.content-nav-controls .cnt-nav-prev {
    background-position: 0 0;
    left: 18px;
}

.content-nav-controls .cnt-nav-next {
    background-position: right 0;
    right: 18px;
}

.content-nav-controls a {
    width: 11px;
    height: 17px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
}

    .content-nav-controls a.left {
        background: url(/Content/img/sld-prev.png) no-repeat scroll 0 0 transparent;
    }

    .content-nav-controls a.right {
        background: url(/Content/img/sld-next.png) no-repeat scroll 0 0 transparent;
    }

.widgets {
    width: 161px;
    position: absolute;
    top: 183px;
    left: 100%;
    margin-left: 5px;
}

.widget {
    margin-bottom: 11px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
}

.widget-title {
    background: url(/Areas/Admin/Content/css/images/widget-title.png) repeat-x 0 0;
    text-align: center;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #fff;
    padding: 8px 5px 11px 0;
}

    .widget-title h3 {
        font-size: 13px;
        line-height: 16px;
        color: #033361;
    }

.ico-star {
    background: url(/Areas/Admin/Content/css/images/ico-star.png) no-repeat 0 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 8px;
}

.ico-magn {
    background: url(/Areas/Admin/Content/css/images/ico-magn.png) no-repeat 0 0;
    width: 16px;
    height: 17px;
    display: inline-block;
    margin-right: 7px;
    position: relative;
    top: 4px;
}

.widget-list li {
    border-top: 1px solid #bababa;
    border-bottom: 1px solid #fff;
    background: url(/Areas/Admin/Content/css/images/widget-list.png) no-repeat 0 0;
    width: 161px;
    height: 50px;
}

.widget-list span {
    width: 80px;
    float: left;
    font-size: 11px;
    line-height: 14px;
    color: #6b6b6b;
    padding: 11px 0 0 15px;
}

.widget-list strong {
    float: right;
    width: 65px;
    text-align: center;
    font-size: 18px;
    color: #6b6b6b;
    padding-top: 18px;
}

.widget-list li:hover {
    opacity: 0.8;
    cursor: pointer;
}

    .widget-list li:hover strong {
        color: #112e4b;
        text-shadow: rgb(255,255,255) 0px 1px 0px;
    }

.widget-foot {
    border-top: 1px solid #bababa;
    border-radius: 0 0 3px 3px;
    background-color: #dddddd;
    border-bottom: 1px solid #fff;
    text-align: right;
    padding: 1px 8px 2px 0;
}

    .widget-foot a {
        font-size: 10px;
        color: #807f7f;
    }

        .widget-foot a:hover {
            color: #c86f0b;
        }

.widget-options {
    padding: 12px 8px 13px 8px;
    border-bottom: 1px solid #fff;
    background: #eeeeee; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(/Areas/Admin/Content/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #eeeeee 0%, #e9e9e9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0%,#e9e9e9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 0%,#e9e9e9 100%); /* IE10+ */
    background: linear-gradient(to bottom, #eeeeee 0%,#e9e9e9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-8 */
}

.widget-radios {
    padding-bottom: 4px;
}

    .widget-radios li {
        font-size: 9px;
        color: #042444;
        display: inline;
        margin-right: 7px;
        float: left;
    }

        .widget-radios li .radio {
            float: left;
            margin-right: 4px;
        }

        .widget-radios li label {
            position: relative;
            font-size: 10px;
            line-height: 10px;
            height: 14px;
            margin-top: 1px;
            float: left;
        }

.widget-search .field {
    box-shadow: inset 0px 0px 0px;
    -moz-box-shadow: inset 0px 0px 0px;
    -webkit-box-shadow: inset 0px 0px 0px;
    -o-box-shadow: inset 0px 0px 0px;
    border-right: 0;
    width: 119px;
    float: left;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 11px;
}

.widget-submit {
    background: url(/Areas/Admin/Content/css/images/widget-search.png) no-repeat 0 0;
    width: 26px;
    height: 25px;
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
    border: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
    cursor: pointer;
}

.widget-search-list {
    padding: 5px 0;
    background-color: #fff;
    border-top: 1px solid #bababa;
}

    .widget-search-list a {
        display: block;
        font-size: 11px;
        line-height: 14px;
        color: #555;
        background-color: #fff;
        padding: 7px 0 7px 31px;
        background: url(/Areas/Admin/Content/css/images/dots.png) no-repeat 13px center #fff;
    }

        .widget-search-list a:hover {
            background-color: #f3f7fb;
            color: #042444;
        }

        .widget-search-list a strong {
            display: block;
        }

.widget-foot .buttons a {
    font-weight: bold;
    color: #555;
}

    .widget-foot .buttons a strong {
        font-weight: bold;
        color: #c86f0b;
    }

    .widget-foot .buttons a:hover {
        color: #c86f0b;
    }

.login-container {
    padding: 26px 23px;
}

    .login-container .box-bg {
        padding: 74px 0 0 0;
    }

    .login-container .form-template-field-holder {
        padding-left: 117px;
    }

.form-template-link-holder {
    padding: 7px 0 0 15px;
    float: left;
}

    .form-template-link-holder a {
        font-weight: bold;
        font-size: 11px;
        color: #004774;
    }

        .form-template-link-holder a:hover {
            color: #78a0ca;
        }

.login-container .checkbox-holder {
    padding-top: 10px;
}

.login-submit-wrapper {
    text-align: right;
    padding-top: 20px;
}

    .login-submit-wrapper .button {
        font-size: 15px;
        font-family: tahoma, arial, serif;
        padding: 10px 22px;
        background-color: #08324d;
    }

.ico-submit-arr {
    background: url(/Areas/Admin/Content/css/images/sub-arr.png) no-repeat 0 0;
    width: 14px;
    height: 13px;
    display: inline-block;
    margin-top: -2px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.login-alert {
    margin: 26px 28px 38px 28px;
    background-color: #fcf5f5;
    border-radius: 7px;
    font-size: 12px;
    color: #ed1c24;
    font-family: 'tahoma', arial, serif;
    font-weight: bold;
    padding: 11px 0 19px 96px;
}

.ico-alert {
    background: url(/Areas/Admin/Content/css/images/ico-alert.png) no-repeat 0 0;
    width: 21px;
    height: 21px;
    display: inline-block;
    margin-right: 13px;
    position: relative;
    top: 4px;
}

.login-container2 .box-bg {
    padding-top: 40px;
}

.login-link {
    text-align: right;
    color: #807f7f;
    font-size: 10px;
}

    .login-link a {
        color: #807f7f;
        text-decoration: underline;
    }

        .login-link a:hover {
            text-decoration: none;
        }

.login-title {
    padding-left: 117px;
    padding-bottom: 17px;
}

    .login-title h3 {
        font-size: 16px;
        font-weight: bold;
    }

.login-green {
    margin: 26px 28px 38px 35px;
    background-color: #ebf8f1;
    border-radius: 7px;
    font-family: 'tahoma', arial, serif;
    padding: 17px 30px 19px 36px;
}

    .login-green h3 {
        font-size: 15px;
        color: #00a651;
        font-weight: bold;
        float: left;
    }

    .login-green p {
        float: right;
        font-size: 10px;
        color: #807f7f;
        font-family: verdana, arial, serif;
    }

        .login-green p a {
            text-decoration: underline;
        }

            .login-green p a:hover {
                text-decoration: none;
            }

.not-delivered-emails .box-tab .box-table .box-table-inner {
    height: auto;
}

    .not-delivered-emails .box-tab .box-table .box-table-inner table {
        border-spacing: 0;
        width: 100%;
    }
#bar-notification-container {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
}

    #bar-notification-container.bar-notification-container-warning {
        background: #ca6f00;
        color: #fff;
        box-shadow: 0 1px 1px #333;
    }

    #bar-notification-container.bar-notification-container-success {
        background: #008000;
        color: #fff;
        box-shadow: 0 1px 1px #333;
    }

    #bar-notification-container .bar-notification {
        min-height: 40px;
        padding: 13px 15px 15px 15px;
        box-sizing: border-box;
        width: 1024px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

        #bar-notification-container .bar-notification a {
            color: inherit;
        }

        #bar-notification-container .bar-notification .bar-notification-message {
            text-align: center;
        }

        #bar-notification-container .bar-notification .bar-close-button {
            opacity: initial;
            font-size: inherit;
            text-shadow: none;
            position: absolute;
            top: 50%;
            right: 15px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.ui-dialog.preloaders.message-box-wait-notification {
    position: fixed;
    height: 84px;
    top: 50%;
    margin-top: -42px;
    width: 330px;
    left: 50%;
    margin-left: -115px;
}

.preload-wrapper {
    width: 520px;
    height: 160px;
    padding: 70px;
    text-align: center;
    margin: 50px auto;
    background: #fcfcfc;
    border: 1px solid #ebebeb;
    border-radius: 6px;
}
.loading-msg {
    padding: 20px 0;
}
.loading-msg>h4 {
    font-family: 'playbold';
    color: #042444;
    font-size: 2em;
    margin: 20px 0;
}
.message.error {
    background: #fcf5f5;
    padding: 14px;
    color: #ed1c24;
    font: bold 1.1em/1em Verdana;
    border-radius: 10px;
}
.message.error > span {
    margin-left: 30px;
}
.message.error > i {
    margin: -8px 0 0;
    position: absolute;
}

/* Fonts CSS Import 
@import url(/Content/css/http:/fonts.googleapis.com/css?family=Play);*/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 12, 2013 */

/*
CIS FONT EXTENDED
*/
@font-face {
  font-family: 'cis-extended';
  src:  url(/Content/css/fonts/cis-extended.eot?gm5fgd);
  src:  url(/Content/css/fonts/cis-extended.eot?gm5fgd#iefix) format('embedded-opentype'),
    url(/Content/css/fonts/cis-extended.ttf?gm5fgd) format('truetype'),
    url(/Content/css/fonts/cis-extended.woff?gm5fgd) format('woff'),
    url(/Content/css/fonts/cis-extended.svg?gm5fgd#icomoon) format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="cis-extended-"], [class*=" cis-extended-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'cis-extended' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cis-extended-email-check:before {
  content: "\e900";
}

/*
END CIS FONT EXTENDED
*/


@font-face {
    font-family: 'playbold';
    src: url(/Content/css/fonts/play-bold-webfont.eot);
    src: url(/Content/css/fonts/play-bold-webfont.eot?#iefix) format('embedded-opentype'),
         url(/Content/css/fonts/play-bold-webfont.woff) format('woff'),
         url(/Content/css/fonts/play-bold-webfont.ttf) format('truetype'),
         url(/Content/css/fonts/play-bold-webfont.svg#playbold) format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'playregular';
    src: url(/Content/css/fonts/play-regular-webfont.eot);
    src: url(/Content/css/fonts/play-regular-webfont.eot?#iefix) format('embedded-opentype'),
         url(/Content/css/fonts/play-regular-webfont.woff) format('woff'),
         url(/Content/css/fonts/play-regular-webfont.ttf) format('truetype'),
         url(/Content/css/fonts/play-regular-webfont.svg#playregular) format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'cis';
    src:url(/Content/css/fonts/cis.eot);
    src:url(/Content/css/fonts/cis.eot?#iefix) format('embedded-opentype'),
        url(/Content/css/fonts/cis.ttf) format('truetype'),
        url(/Content/css/fonts/cis.woff) format('woff'),
        url(/Content/css/fonts/cis.svg#cis) format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon {
    font-family: 'cis';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-lock1-closed:before {
    content: "\e601";
}
.icon-cis-home:before {
    content: "\e602";
}
.icon-cis-desktop:before {
    content: "\e603";
}
.icon-cis-tracking:before {
    content: "\e604";
}
.icon-cis-projects:before {
    content: "\e605";
}
.icon-cis-contractors:before {
    content: "\e606";
}
.icon-cis-design-firms:before {
    content: "\e607";
}
.icon-cis-owners:before {
    content: "\e608";
}
.icon-cis-create-report:before {
    content: "\e609";
}
.icon-cis-sub-requests:before {
    content: "\e60a";
}
.icon-cis-classifieds:before {
    content: "\e60b";
}
.icon-cis-advertise:before {
    content: "\e60c";
}
.icon-cis-flag-triangle:before {
    content: "\e60d";
}
.icon-cis-crank:before {
    content: "\e60e";
}
.icon-cis-pencil:before {
    content: "\e60f";
}
.icon-cis-star:before {
    content: "\e610";
}
.icon-cis-megaphone:before {
    content: "\e611";
}
.icon-cis-meter:before {
    content: "\e612";
}
.icon-cis-calendar:before {
    content: "\e613";
}
.icon-cis-magnify-glass:before {
    content: "\e614";
}
.icon-cis-report-document:before {
    content: "\e615";
}
.icon-cis-open-box:before {
    content: "\e616";
}
.icon-cis-complete-report:before {
    content: "\e617";
}
.icon-cis-warning:before {
    content: "\e618";
}
.icon-cis-export:before {
    content: "\e619";
}
.icon-cis-locations:before {
    content: "\e61a";
}
.icon-cis-details:before {
    content: "\e61b";
}
.icon-cis-hierarchy:before {
    content: "\e61c";
}
.icon-cis-clipboard:before {
    content: "\e61d";
}
.icon-cis-truck:before {
    content: "\e61e";
}
.icon-cis-comment:before {
    content: "\e61f";
}
.icon-cis-double-arrow-solid:before {
    content: "\e620";
}
.icon-cis-double-arrow-pixel:before {
    content: "\e621";
}
.icon-cis-single-arrow-pixel:before {
    content: "\e622";
}
.icon-cis-cross-circle:before {
    content: "\e623";
}
.icon-cis-printer:before {
    content: "\e624";
}
.icon-cis-map-location:before {
    content: "\e625";
}
.icon-cis-tools:before {
    content: "\e626";
}
.icon-cis-badge:before {
    content: "\e627";
}
.icon-cis-flag-2:before {
    content: "\e628";
}
.icon-home:before {
    content: "\e629";
}
.icon-home2:before {
    content: "\e62a";
}
.icon-office:before {
    content: "\e62c";
}
.icon-newspaper:before {
    content: "\e62d";
}
.icon-pencil:before {
    content: "\e62e";
}
.icon-pencil2:before {
    content: "\e62f";
}
.icon-pen:before {
    content: "\e631";
}
.icon-blog:before {
    content: "\e632";
}
.icon-droplet:before {
    content: "\e633";
}
.icon-paint-format:before {
    content: "\e634";
}
.icon-image:before {
    content: "\e635";
}
.icon-image2:before {
    content: "\e636";
}
.icon-images:before {
    content: "\e637";
}
.icon-camera:before {
    content: "\e638";
}
.icon-play:before {
    content: "\e63b";
}
.icon-film:before {
    content: "\e63c";
}
.icon-camera2:before {
    content: "\e63d";
}
.icon-pawn:before {
    content: "\e643";
}
.icon-bullhorn:before {
    content: "\e644";
}
.icon-connection:before {
    content: "\e645";
}
.icon-podcast:before {
    content: "\e646";
}
.icon-feed:before {
    content: "\e647";
}
.icon-book:before {
    content: "\e648";
}
.icon-books:before {
    content: "\e649";
}
.icon-library:before {
    content: "\e64a";
}
.icon-file:before {
    content: "\e64b";
}
.icon-profile:before {
    content: "\e64c";
}
.icon-file2:before {
    content: "\e64d";
}
.icon-file3:before {
    content: "\e64e";
}
.icon-file4:before {
    content: "\e64f";
}
.icon-copy:before {
    content: "\e650";
}
.icon-copy2:before {
    content: "\e651";
}
.icon-copy3:before {
    content: "\e652";
}
.icon-paste:before {
    content: "\e653";
}
.icon-paste3:before {
    content: "\e655";
}
.icon-stack:before {
    content: "\e656";
}
.icon-folder:before {
    content: "\e657";
}
.icon-folder-open:before {
    content: "\e658";
}
.icon-tag:before {
    content: "\e659";
}
.icon-tags:before {
    content: "\e65a";
}
.icon-barcode:before {
    content: "\e65b";
}
.icon-qrcode:before {
    content: "\e65c";
}
.icon-ticket:before {
    content: "\e65d";
}
.icon-cart:before {
    content: "\e65e";
}
.icon-cart2:before {
    content: "\e65f";
}
.icon-cart3:before {
    content: "\e660";
}
.icon-coin:before {
    content: "\e661";
}
.icon-credit:before {
    content: "\e662";
}
.icon-calculate:before {
    content: "\e663";
}
.icon-support:before {
    content: "\e664";
}
.icon-phone:before {
    content: "\e665";
}
.icon-phone-hang-up:before {
    content: "\e666";
}
.icon-address-book:before {
    content: "\e667";
}
.icon-notebook:before {
    content: "\e668";
}
.icon-envelop:before {
    content: "\e669";
}
.icon-pushpin:before {
    content: "\e66a";
}
.icon-location:before {
    content: "\e66b";
}
.icon-location2:before {
    content: "\e66c";
}
.icon-compass:before {
    content: "\e66d";
}
.icon-map:before {
    content: "\e66e";
}
.icon-map2:before {
    content: "\e66f";
}
.icon-history:before {
    content: "\e670";
}
.icon-clock:before {
    content: "\e671";
}
.icon-clock2:before {
    content: "\e672";
}
.icon-alarm:before {
    content: "\e673";
}
.icon-alarm2:before {
    content: "\e674";
}
.icon-bell:before {
    content: "\e675";
}
.icon-stopwatch:before {
    content: "\e676";
}
.icon-calendar:before {
    content: "\e677";
}
.icon-calendar2:before {
    content: "\e678";
}
.icon-print:before {
    content: "\e679";
}
.icon-keyboard:before {
    content: "\e67a";
}
.icon-screen:before {
    content: "\e67b";
}
.icon-laptop:before {
    content: "\e67c";
}
.icon-mobile:before {
    content: "\e67d";
}
.icon-mobile2:before {
    content: "\e67e";
}
.icon-tablet:before {
    content: "\e67f";
}
.icon-tv:before {
    content: "\e680";
}
.icon-cabinet:before {
    content: "\e681";
}
.icon-drawer:before {
    content: "\e682";
}
.icon-drawer2:before {
    content: "\e683";
}
.icon-drawer3:before {
    content: "\e684";
}
.icon-box-add:before {
    content: "\e685";
}
.icon-box-remove:before {
    content: "\e686";
}
.icon-download:before {
    content: "\e687";
}
.icon-upload:before {
    content: "\e688";
}
.icon-disk:before {
    content: "\e689";
}
.icon-storage:before {
    content: "\e68a";
}
.icon-undo:before {
    content: "\e68b";
}
.icon-redo:before {
    content: "\e68c";
}
.icon-flip:before {
    content: "\e68d";
}
.icon-flip2:before {
    content: "\e68e";
}
.icon-undo2:before {
    content: "\e68f";
}
.icon-redo2:before {
    content: "\e690";
}
.icon-forward:before {
    content: "\e691";
}
.icon-reply:before {
    content: "\e692";
}
.icon-bubble:before {
    content: "\e693";
}
.icon-bubbles:before {
    content: "\e694";
}
.icon-bubbles2:before {
    content: "\e695";
}
.icon-bubble2:before {
    content: "\e696";
}
.icon-bubbles3:before {
    content: "\e697";
}
.icon-bubbles4:before {
    content: "\e698";
}
.icon-user:before {
    content: "\e699";
}
.icon-users:before {
    content: "\e69a";
}
.icon-user2:before {
    content: "\e69b";
}
.icon-users2:before {
    content: "\e69c";
}
.icon-user3:before {
    content: "\e69d";
}
.icon-user4:before {
    content: "\e69e";
}
.icon-quotes-left:before {
    content: "\e69f";
}
.icon-busy:before {
    content: "\e6a0";
}
.icon-spinner:before {
    content: "\e6a1";
}
.icon-spinner2:before {
    content: "\e6a2";
}
.icon-spinner3:before {
    content: "\e6a3";
}
.icon-spinner4:before {
    content: "\e6a4";
}
.icon-spinner5:before {
    content: "\e6a5";
}
.icon-spinner6:before {
    content: "\e6a6";
}
.icon-binoculars:before {
    content: "\e6a7";
}
.icon-search:before {
    content: "\e6a8";
}
.icon-zoom-in:before {
    content: "\e6a9";
}
.icon-zoom-out:before {
    content: "\e6aa";
}
.icon-expand:before {
    content: "\e6ab";
}
.icon-contract:before {
    content: "\e6ac";
}
.icon-expand2:before {
    content: "\e6ad";
}
.icon-contract2:before {
    content: "\e6ae";
}
.icon-key:before {
    content: "\e6af";
}
.icon-key2:before {
    content: "\e6b0";
}
.icon-lock:before {
    content: "\e6b1";
}
.icon-lock2:before {
    content: "\e6b2";
}
.icon-unlocked:before {
    content: "\e6b3";
}
.icon-wrench:before {
    content: "\e6b4";
}
.icon-settings:before {
    content: "\e6b5";
}
.icon-equalizer:before {
    content: "\e6b6";
}
.icon-cog:before {
    content: "\e6b7";
}
.icon-cogs:before {
    content: "\e6b8";
}
.icon-cog2:before {
    content: "\e6b9";
}
.icon-hammer:before {
    content: "\e6ba";
}
.icon-wand:before {
    content: "\e6bb";
}
.icon-aid:before {
    content: "\e6bc";
}
.icon-bug:before {
    content: "\e6bd";
}
.icon-pie:before {
    content: "\e6be";
}
.icon-stats:before {
    content: "\e6bf";
}
.icon-bars:before {
    content: "\e6c0";
}
.icon-bars2:before {
    content: "\e6c1";
}
.icon-gift:before {
    content: "\e6c2";
}
.icon-trophy:before {
    content: "\e6c3";
}
.icon-glass:before {
    content: "\e6c4";
}
.icon-mug:before {
    content: "\e6c5";
}
.icon-food:before {
    content: "\e6c6";
}
.icon-leaf:before {
    content: "\e6c7";
}
.icon-rocket:before {
    content: "\e6c8";
}
.icon-meter:before {
    content: "\e6c9";
}
.icon-meter2:before {
    content: "\e6ca";
}
.icon-dashboard:before {
    content: "\e6cb";
}
.icon-hammer2:before {
    content: "\e6cc";
}
.icon-fire:before {
    content: "\e6cd";
}
.icon-lab:before {
    content: "\e6ce";
}
.icon-magnet:before {
    content: "\e6cf";
}
.icon-remove:before {
    content: "\e6d0";
}
.icon-remove2:before {
    content: "\e6d1";
}
.icon-briefcase:before {
    content: "\e6d2";
}
.icon-airplane:before {
    content: "\e6d3";
}
.icon-truck:before {
    content: "\e6d4";
}
.icon-road:before {
    content: "\e6d5";
}
.icon-accessibility:before {
    content: "\e6d6";
}
.icon-target:before {
    content: "\e6d7";
}
.icon-shield:before {
    content: "\e6d8";
}
.icon-lightning:before {
    content: "\e6d9";
}
.icon-switch:before {
    content: "\e6da";
}
.icon-power-cord:before {
    content: "\e6db";
}
.icon-signup:before {
    content: "\e6dc";
}
.icon-list:before {
    content: "\e6dd";
}
.icon-list2:before {
    content: "\e6de";
}
.icon-numbered-list:before {
    content: "\e6df";
}
.icon-menu:before {
    content: "\e6e0";
}
.icon-menu2:before {
    content: "\e6e1";
}
.icon-tree:before {
    content: "\e6e2";
}
.icon-cloud:before {
    content: "\e6e3";
}
.icon-cloud-download:before {
    content: "\e6e4";
}
.icon-cloud-upload:before {
    content: "\e6e5";
}
.icon-download2:before {
    content: "\e6e6";
}
.icon-upload2:before {
    content: "\e6e7";
}
.icon-download3:before {
    content: "\e6e8";
}
.icon-upload3:before {
    content: "\e6e9";
}
.icon-globe:before {
    content: "\e6ea";
}
.icon-earth:before {
    content: "\e6eb";
}
.icon-link:before {
    content: "\e6ec";
}
.icon-flag:before {
    content: "\e6ed";
}
.icon-attachment:before {
    content: "\e6ee";
}
.icon-eye:before {
    content: "\e6ef";
}
.icon-eye-blocked:before {
    content: "\e6f0";
}
.icon-eye2:before {
    content: "\e6f1";
}
.icon-bookmark:before {
    content: "\e6f2";
}
.icon-bookmarks:before {
    content: "\e6f3";
}
.icon-brightness-medium:before {
    content: "\e6f4";
}
.icon-brightness-contrast:before {
    content: "\e6f5";
}
.icon-contrast:before {
    content: "\e6f6";
}
.icon-star:before {
    content: "\e6f7";
}
.icon-star2:before {
    content: "\e6f8";
}
.icon-star3:before {
    content: "\e6f9";
}
.icon-heart:before {
    content: "\e6fa";
}
.icon-heart2:before {
    content: "\e6fb";
}
.icon-heart-broken:before {
    content: "\e6fc";
}
.icon-thumbs-up:before {
    content: "\e6fd";
}
.icon-thumbs-up2:before {
    content: "\e6fe";
}
.icon-happy:before {
    content: "\e6ff";
}
.icon-happy2:before {
    content: "\e700";
}
.icon-smiley:before {
    content: "\e701";
}
.icon-wondering2:before {
    content: "\e718";
}
.icon-point-up:before {
    content: "\e719";
}
.icon-point-right:before {
    content: "\e71a";
}
.icon-point-down:before {
    content: "\e71b";
}
.icon-point-left:before {
    content: "\e71c";
}
.icon-warning:before {
    content: "\e71d";
}
.icon-notification:before {
    content: "\e71e";
}
.icon-question:before {
    content: "\e71f";
}
.icon-info:before {
    content: "\e720";
}
.icon-info2:before {
    content: "\e721";
}
.icon-blocked:before {
    content: "\e722";
}
.icon-cancel-circle:before {
    content: "\e723";
}
.icon-checkmark-circle:before {
    content: "\e724";
}
.icon-spam:before {
    content: "\e725";
}
.icon-close:before {
    content: "\e726";
}
.icon-checkmark:before {
    content: "\e727";
}
.icon-checkmark2:before {
    content: "\e728";
}
.icon-spell-check:before {
    content: "\e729";
}
.icon-minus:before {
    content: "\e72a";
}
.icon-plus:before {
    content: "\e72b";
}
.icon-enter:before {
    content: "\e72c";
}
.icon-exit:before {
    content: "\e72d";
}
.icon-stop2:before {
    content: "\e735";
}
.icon-backward2:before {
    content: "\e736";
}
.icon-forward3:before {
    content: "\e737";
}
.icon-first:before {
    content: "\e738";
}
.icon-last:before {
    content: "\e739";
}
.icon-previous:before {
    content: "\e73a";
}
.icon-loop:before {
    content: "\e744";
}
.icon-loop2:before {
    content: "\e745";
}
.icon-loop3:before {
    content: "\e746";
}
.icon-shuffle:before {
    content: "\e747";
}
.icon-arrow-up-left:before {
    content: "\e748";
}
.icon-arrow-up:before {
    content: "\e749";
}
.icon-arrow-up-right:before {
    content: "\e74a";
}
.icon-arrow-right:before {
    content: "\e74b";
}
.icon-arrow-down-right:before {
    content: "\e74c";
}
.icon-arrow-down:before {
    content: "\e74d";
}
.icon-arrow-down-left:before {
    content: "\e74e";
}
.icon-arrow-left:before {
    content: "\e74f";
}
.icon-arrow-up-left2:before {
    content: "\e750";
}
.icon-arrow-up2:before {
    content: "\e751";
}
.icon-arrow-up-right2:before {
    content: "\e752";
}
.icon-arrow-right2:before {
    content: "\e753";
}
.icon-arrow-down-right2:before {
    content: "\e754";
}
.icon-arrow-down2:before {
    content: "\e755";
}
.icon-arrow-down-left2:before {
    content: "\e756";
}
.icon-arrow-left2:before {
    content: "\e757";
}
.icon-arrow-up-left3:before {
    content: "\e758";
}
.icon-arrow-up3:before {
    content: "\e759";
}
.icon-arrow-up-right3:before {
    content: "\e75a";
}
.icon-arrow-right3:before {
    content: "\e75b";
}
.icon-arrow-down-right3:before {
    content: "\e75c";
}
.icon-arrow-down3:before {
    content: "\e75d";
}
.icon-arrow-down-left3:before {
    content: "\e75e";
}
.icon-arrow-left3:before {
    content: "\e75f";
}
.icon-tab:before {
    content: "\e760";
}
.icon-checkbox-checked:before {
    content: "\e761";
}
.icon-checkbox-unchecked:before {
    content: "\e762";
}
.icon-checkbox-partial:before {
    content: "\e763";
}
.icon-radio-checked:before {
    content: "\e764";
}
.icon-radio-unchecked:before {
    content: "\e765";
}
.icon-crop:before {
    content: "\e766";
}
.icon-scissors:before {
    content: "\e767";
}
.icon-filter:before {
    content: "\e768";
}
.icon-filter2:before {
    content: "\e769";
}
.icon-table:before {
    content: "\e773";
}
.icon-table2:before {
    content: "\e774";
}
.icon-insert-template:before {
    content: "\e775";
}
.icon-paragraph-left2:before {
    content: "\e77d";
}
.icon-paragraph-center2:before {
    content: "\e77e";
}
.icon-paragraph-right2:before {
    content: "\e77f";
}
.icon-paragraph-justify2:before {
    content: "\e780";
}
.icon-new-tab:before {
    content: "\e783";
}
.icon-share:before {
    content: "\e787";
}
.icon-mail:before {
    content: "\e788";
}
.icon-mail2:before {
    content: "\e789";
}
.icon-mail3:before {
    content: "\e78a";
}
.icon-mail4:before {
    content: "\e78b";
}
.icon-google:before {
    content: "\e78c";
}
.icon-google-plus:before {
    content: "\e78d";
}
.icon-google-plus2:before {
    content: "\e78e";
}
.icon-google-plus3:before {
    content: "\e78f";
}
.icon-google-plus4:before {
    content: "\e790";
}
.icon-google-drive:before {
    content: "\e791";
}
.icon-facebook:before {
    content: "\e792";
}
.icon-facebook2:before {
    content: "\e793";
}
.icon-facebook3:before {
    content: "\e794";
}
.icon-instagram:before {
    content: "\e795";
}
.icon-twitter:before {
    content: "\e796";
}
.icon-twitter2:before {
    content: "\e797";
}
.icon-feed2:before {
    content: "\e799";
}
.icon-feed3:before {
    content: "\e79a";
}
.icon-feed4:before {
    content: "\e79b";
}
.icon-picassa:before {
    content: "\e7a6";
}
.icon-picassa2:before {
    content: "\e7a7";
}
.icon-forrst:before {
    content: "\e7ab";
}
.icon-forrst2:before {
    content: "\e7ac";
}
.icon-steam:before {
    content: "\e7af";
}
.icon-steam2:before {
    content: "\e7b0";
}
.icon-tumblr:before {
    content: "\e7bb";
}
.icon-tumblr2:before {
    content: "\e7bc";
}
.icon-yahoo:before {
    content: "\e7bd";
}
.icon-skype:before {
    content: "\e7c6";
}
.icon-linkedin:before {
    content: "\e7c8";
}
.icon-flattr:before {
    content: "\e7d3";
}
.icon-foursquare:before {
    content: "\e7d4";
}
.icon-foursquare2:before {
    content: "\e7d5";
}
.icon-paypal:before {
    content: "\e7d6";
}
.icon-paypal2:before {
    content: "\e7d7";
}
.icon-paypal3:before {
    content: "\e7d8";
}
.icon-yelp:before {
    content: "\e7d9";
}
.icon-libreoffice:before {
    content: "\e7da";
}
.icon-file-pdf:before {
    content: "\e7db";
}
.icon-file-openoffice:before {
    content: "\e7dc";
}
.icon-file-word:before {
    content: "\e7dd";
}
.icon-file-excel:before {
    content: "\e7de";
}
.icon-file-zip:before {
    content: "\e7df";
}
.icon-file-powerpoint:before {
    content: "\e7e0";
}
.icon-file-xml:before {
    content: "\e7e1";
}
.icon-file-css:before {
    content: "\e7e2";
}
.icon-css3:before {
    content: "\e7e5";
}
.icon-chrome:before {
    content: "\e7e6";
}
.icon-firefox:before {
    content: "\e7e7";
}
.icon-IE:before {
    content: "\e7e8";
}
.icon-opera:before {
    content: "\e7e9";
}
.icon-safari:before {
    content: "\e7ea";
}
.icon-IcoMoon:before {
    content: "\e7eb";
}
.icon-embed:before {
    content: "\e784";
}
.icon-smiley2:before {
    content: "\e702";
}
.icon-sad:before {
    content: "\e705";
}
.icon-sad2:before {
    content: "\e706";
}
.icon-wondering:before {
    content: "\e717";
}
.icon-pause2:before {
    content: "\e734";
}
.icon-play3:before {
    content: "\e733";
}
.icon-eject:before {
    content: "\e73c";
}
.icon-next:before {
    content: "\e73b";
}
.icon-vimeo2:before {
    content: "\e79f";
}
.icon-cis-logo:before {
    content: "\e600";
}
.icon-play2:before {
    content: "\e72e";
}
.icon-cis-envelope:before {
    content: "\e62b";
}
.icon-cis-building-materials:before {
    content: "\e630";
}
.icon-cis-dirt:before {
    content: "\e639";
}
.icon-cis-vehicles:before {
    content: "\e63a";
}
.icon-cis-equipment:before {
    content: "\e63e";
}
.icon-cis-dot-arrow:before {
    content: "\e63f";
}
.icon-cis-add-folder:before {
    content: "\e640";
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
	font-family: 'playregular';
	src: url(/Content/css/fonts/play-regular-webfont.svg) format('svg');
	}
	@font-face {
	font-family: 'playbold';
	src: url(/Content/css/fonts/play-bold-webfont.svg) format('svg');
	}
    @font-face {
    font-family: 'cis';
    src:url(/Content/css/fonts/cis.svg) format('svg');
    }
}


.ui-multiselect { padding:2px 0 2px 4px; text-align:left }
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0 }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }

.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000; text-align: left }
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:auto }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px }
.ui-multiselect-checkboxes label input { position:relative; top:1px }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:3px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }


@media print{
    .ui-multiselect-menu {display: none;}   
    
}


.ui-multiselect-hasfilter ul { position:relative; top:2px }
.ui-multiselect-filter { float:left; margin-right:10px; font-size:11px }
.ui-multiselect-filter input { width:100px; font-size:10px; margin-left:5px; height:15px; padding:2px; border:1px solid #292929; -webkit-appearance:textfield; -webkit-box-sizing:content-box; }

