/* Minification failed. Returning unminified contents.
(18965,36): run-time error CSS1046: Expect comma, found '174'
(18965,44): run-time error CSS1046: Expect comma, found '/'
 */
/*! jQuery UI - v1.10.4 - 2014-01-31
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=gloss_wave&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=inset_hard&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=glass&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=inset_hard&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* 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: Lucida Grande,Lucida Sans,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: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #a6c9e2;
	background: #fcfdfd url(/content/images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #4297d7;
	background: #5c9ccc url(/content/images/ui-bg_gloss-wave_55_5c9ccc_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 #c5dbec;
	background: #dfeffc url(/content/images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #2e6e9e;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #2e6e9e;
	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 #79b7e7;
	background: #d0e5f5 url(/content/images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #1d5987;
}
.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: #1d5987;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #79b7e7;
	background: #f5f8f9 url(/content/images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #e17009;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #e17009;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fad42e;
	background: #fbec88 url(/content/images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% 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: #fef1ec url(/content/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.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(/content/images/ui-icons_469bdd_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(/content/images/ui-icons_d8e7f3_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(/content/images/ui-icons_6da8d5_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(/content/images/ui-icons_217bc0_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(/content/images/ui-icons_f9bd01_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(/content/images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/content/images/ui-icons_cd0a0a_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: 5px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 5px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 5px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 5px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url(/content/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(/content/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

/*!
 * Bootstrap-select v1.13.2 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2018 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */

select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}

.bootstrap-select {
    width: 220px \0;
    /*IE9 and below*/
}

    .bootstrap-select > .dropdown-toggle {
        position: relative;
        width: 100%;
        z-index: 1;
        text-align: right;
        white-space: nowrap;
        height: 100%;
    }

        .bootstrap-select > .dropdown-toggle.bs-placeholder,
        .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
        .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
        .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
            color: #999;
        }

            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
                color: rgba(255, 255, 255, 0.5);
            }

    .bootstrap-select > select {
        position: absolute !important;
        bottom: 0;
        left: 50%;
        display: block !important;
        width: 0.5px !important;
        height: 100% !important;
        padding: 0 !important;
        opacity: 0 !important;
        border: none;
    }

        .bootstrap-select > select.mobile-device {
            top: 0;
            left: 0;
            display: block !important;
            width: 100% !important;
            z-index: 2;
        }

    .has-error .bootstrap-select .dropdown-toggle,
    .error .bootstrap-select .dropdown-toggle,
    .bootstrap-select.is-invalid .dropdown-toggle,
    .was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
        border-color: #b94a48;
    }

    .bootstrap-select.is-valid .dropdown-toggle,
    .was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
        border-color: #28a745;
    }

    .bootstrap-select.fit-width {
        width: auto !important;
    }

    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 220px;
    }

    .bootstrap-select .dropdown-toggle:focus {
        outline: thin dotted #333333 !important;
        outline: 5px auto -webkit-focus-ring-color !important;
        outline-offset: -2px;
    }

    .bootstrap-select.form-control {
        margin-bottom: 0;
        padding: 0;
        border: none;
    }

:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto;
}

    .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

    .bootstrap-select.dropdown-menu-right,
    .bootstrap-select[class*="col-"].dropdown-menu-right,
    .row .bootstrap-select[class*="col-"].dropdown-menu-right {
        float: right;
    }

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
    margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
    padding: 0;
}

    .form-group-lg .bootstrap-select.form-control .dropdown-toggle,
    .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
        height: 100%;
        font-size: inherit;
        line-height: inherit;
        border-radius: inherit;
    }

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
    width: 100%;
}

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
    cursor: not-allowed;
}

    .bootstrap-select.disabled:focus,
    .bootstrap-select > .disabled:focus {
        outline: none !important;
    }

.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important;
}

    .bootstrap-select.bs-container .dropdown-menu {
        z-index: 1060;
    }

.bootstrap-select .dropdown-toggle:before {
    content: '';
    display: inline-block;
}

.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: inherit;
    padding-right: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    height: 100%;
    width: 100%;
    text-align: left;
}

.bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit;
}

.bootstrap-select[class*="col-"] .dropdown-toggle {
    width: 100%;
}

.bootstrap-select .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .bootstrap-select .dropdown-menu > .inner:focus {
        outline: none !important;
    }

    .bootstrap-select .dropdown-menu.inner {
        position: static;
        float: none;
        border: 0;
        padding: 0;
        margin: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .bootstrap-select .dropdown-menu li {
        position: relative;
    }

        .bootstrap-select .dropdown-menu li.active small {
            color: rgba(255, 255, 255, 0.5) !important;
        }

        .bootstrap-select .dropdown-menu li.disabled a {
            cursor: not-allowed;
        }

        .bootstrap-select .dropdown-menu li a {
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .bootstrap-select .dropdown-menu li a.opt {
                position: relative;
                padding-left: 2.25em;
            }

            .bootstrap-select .dropdown-menu li a span.check-mark {
                display: none;
            }

            .bootstrap-select .dropdown-menu li a span.text {
                display: inline-block;
            }

        .bootstrap-select .dropdown-menu li small {
            padding-left: 0.5em;
        }

    .bootstrap-select .dropdown-menu .notify {
        position: absolute;
        bottom: 5px;
        width: 96%;
        margin: 0 2%;
        min-height: 26px;
        padding: 3px 5px;
        background: #f5f5f5;
        border: 1px solid #e3e3e3;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        pointer-events: none;
        opacity: 0.9;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
    content: '';
    display: block;
    width: 0.5em;
    height: 1em;
    border-style: solid;
    border-width: 0 0.26em 0.26em 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
    z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid white;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
    display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
    padding: 4px 8px;
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .bs-actionsbox .btn-group button {
        width: 50%;
    }

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .bs-donebutton .btn-group button {
        width: 100%;
    }

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}
/*!
 * Bootstrap iOS7 v1.2.0 by @fat and @mdo and @jason_bradley
 * Copyright 2013 Jason Bradley
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat and @jason_bradley.
 */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a {
    background: transparent;
}

    a:focus {
        outline: thin dotted;
    }

    a:active,
    a:hover {
        outline: 0;
    }

h1 {
    margin: 0.67em 0;
    font-size: 2em;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

b,
strong2 {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

mark {
    color: #000;
    background: #ff0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

button,
input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 2cm .5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: Helvetica Neue,Arial,sans-serif;
    font-size: 12px;
    margin: 0px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #3a76cc;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #0055b3;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

b,
strong {
    font-weight: 400;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/*.img-upload {
    height: 57px;
}*/

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "titillium"; /* "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-weight: 200;
    line-height: 1.1;
    color: inherit;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small,
    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small,
    h1 .small,
    h2 .small,
    h3 .small,
    h4 .small,
    h5 .small,
    h6 .small,
    .h1 .small,
    .h2 .small,
    .h3 .small,
    .h4 .small,
    .h5 .small,
    .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #999999;
    }

h1,
h2,
h3 {
    margin-top: 22px;
    margin-bottom: 11px;
}

    h1 small,
    h2 small,
    h3 small,
    h1 .small,
    h2 .small,
    h3 .small {
        font-size: 65%;
    }

h4,
h5,
h6 {
    margin-top: 11px;
    margin-bottom: 11px;
}

    h4 small,
    h5 small,
    h6 small,
    h4 .small,
    h5 .small,
    h6 .small {
        font-size: 75%;
    }

h1,
.h1 {
    font-size: 41px;
}

h2,
.h2 {
    font-size: 34px;
}

h3,
.h3 {
    font-size: 28px;
}

h4,
.h4 {
    font-size: 20px;
}

h5,
.h5 {
    font-size: 16px;
}

h6,
.h6 {
    font-size: 14px;
}

p {
    margin: 0 0 11px;
}

.lead {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 24px;
    }
}

small,
.small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.text-muted {
    color: #999999;
}

.text-primary {
    color: #3a76cc;
}

    .text-primary:hover {
        color: #0062cc;
    }

.text-warning {
    color: #ffffff;
}

    .text-warning:hover {
        color: #e6e6e6;
    }

.text-danger {
    color: #ffffff;
}

    .text-danger:hover {
        color: #e6e6e6;
    }

.text-success {
    color: #ffffff;
}

    .text-success:hover {
        color: #e6e6e6;
    }

.text-info {
    color: #ffffff;
}

    .text-info:hover {
        color: #e6e6e6;
    }

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 11px;
}

    ul ul,
    ol ul,
    ul ol,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

        .list-inline > li:first-child {
            padding-left: 0;
        }

dl {
    margin-top: 0;
    margin-bottom: 22px;
}

dt,
dd {
    line-height: 1.428571429;
}

dt {
    font-weight: 200;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }

        .dl-horizontal dd:before,
        .dl-horizontal dd:after {
            display: table;
            content: " ";
        }

        .dl-horizontal dd:after {
            clear: both;
        }

        .dl-horizontal dd:before,
        .dl-horizontal dd:after {
            display: table;
            content: " ";
        }

        .dl-horizontal dd:after {
            clear: both;
        }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    border-left: 5px solid #eeeeee;
}

    blockquote p {
        font-size: 20px;
        font-weight: 200;
        line-height: 1.25;
    }

        blockquote p:last-child {
            margin-bottom: 0;
        }

    blockquote small,
    blockquote .small {
        display: block;
        line-height: 1.428571429;
        color: #999999;
    }

        blockquote small:before,
        blockquote .small:before {
            content: '\2014 \00A0';
        }

    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eeeeee;
        border-left: 0;
    }

        blockquote.pull-right p,
        blockquote.pull-right small,
        blockquote.pull-right .small {
            text-align: right;
        }

            blockquote.pull-right small:before,
            blockquote.pull-right .small:before {
                content: '';
            }

            blockquote.pull-right small:after,
            blockquote.pull-right .small:after {
                content: '\00A0 \2014';
            }

    blockquote:before,
    blockquote:after {
        content: "";
    }

address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #ff2d55;
    white-space: nowrap;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #ffffff;
    background-color: #333333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 15px;
    line-height: 1.428571429;
    color: #333333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

    .container:before,
    .container:after {
        display: table;
        content: " ";
    }

    .container:after {
        clear: both;
    }

    .container:before,
    .container:after {
        display: table;
        content: " ";
    }

    .container:after {
        clear: both;
    }

@media (min-width: 768px) {
    .container {
        width: auto;
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .container {
        width: auto;
        padding-right: 30px;
    }
}

@media (min-width: 1320px) {
    .container {
        width: 1020px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

    .container-fluid:before,
    .container-fluid:after {
        display: table;
        content: " ";
    }

    .container-fluid:after {
        clear: both;
    }

    .container-fluid:before,
    .container-fluid:after {
        display: table;
        content: " ";
    }

    .container-fluid:after {
        clear: both;
    }

.row {
    margin-right: -15px;
    margin-left: -15px;
}

    .row:before,
    .row:after {
        display: table;
        content: " ";
    }

    .row:after {
        clear: both;
    }

    .row:before,
    .row:after {
        display: table;
        content: " ";
    }

    .row:after {
        clear: both;
    }

.row-with-margin {
    margin-bottom: 10px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666666666666%;
}

.col-xs-10 {
    width: 83.33333333333334%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666666666666%;
}

.col-xs-7 {
    width: 58.333333333333336%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666666666667%;
}

.col-xs-4 {
    width: 33.33333333333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.666666666666664%;
}

.col-xs-1 {
    width: 8.333333333333332%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666666666666%;
}

.col-xs-pull-10 {
    right: 83.33333333333334%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666666666666%;
}

.col-xs-pull-7 {
    right: 58.333333333333336%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666666666667%;
}

.col-xs-pull-4 {
    right: 33.33333333333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.666666666666664%;
}

.col-xs-pull-1 {
    right: 8.333333333333332%;
}

.col-xs-pull-0 {
    right: 0;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666666666666%;
}

.col-xs-push-10 {
    left: 83.33333333333334%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666666666666%;
}

.col-xs-push-7 {
    left: 58.333333333333336%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666666666667%;
}

.col-xs-push-4 {
    left: 33.33333333333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.666666666666664%;
}

.col-xs-push-1 {
    left: 8.333333333333332%;
}

.col-xs-push-0 {
    left: 0;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666666666666%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333333334%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666666666666%;
}

.col-xs-offset-7 {
    margin-left: 58.333333333333336%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666666666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.666666666666664%;
}

.col-xs-offset-1 {
    margin-left: 8.333333333333332%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666666666666%;
    }

    .col-sm-10 {
        width: 83.33333333333334%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666666666666%;
    }

    .col-sm-7 {
        width: 58.333333333333336%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666666666667%;
    }

    .col-sm-4 {
        width: 33.33333333333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.666666666666664%;
    }

    .col-sm-1 {
        width: 8.333333333333332%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666666666666%;
    }

    .col-sm-pull-10 {
        right: 83.33333333333334%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666666666666%;
    }

    .col-sm-pull-7 {
        right: 58.333333333333336%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666666666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.666666666666664%;
    }

    .col-sm-pull-1 {
        right: 8.333333333333332%;
    }

    .col-sm-pull-0 {
        right: 0;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666666666666%;
    }

    .col-sm-push-10 {
        left: 83.33333333333334%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666666666666%;
    }

    .col-sm-push-7 {
        left: 58.333333333333336%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666666666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.666666666666664%;
    }

    .col-sm-push-1 {
        left: 8.333333333333332%;
    }

    .col-sm-push-0 {
        left: 0;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-sm-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-sm-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666666666666%;
    }

    .col-md-10 {
        width: 83.33333333333334%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666666666666%;
    }

    .col-md-7 {
        width: 58.333333333333336%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666666666667%;
    }

    .col-md-4 {
        width: 33.33333333333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.666666666666664%;
    }

    .col-md-1 {
        width: 8.333333333333332%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666666666666%;
    }

    .col-md-pull-10 {
        right: 83.33333333333334%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666666666666%;
    }

    .col-md-pull-7 {
        right: 58.333333333333336%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666666666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.666666666666664%;
    }

    .col-md-pull-1 {
        right: 8.333333333333332%;
    }

    .col-md-pull-0 {
        right: 0;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666666666666%;
    }

    .col-md-push-10 {
        left: 83.33333333333334%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666666666666%;
    }

    .col-md-push-7 {
        left: 58.333333333333336%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666666666667%;
    }

    .col-md-push-4 {
        left: 33.33333333333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.666666666666664%;
    }

    .col-md-push-1 {
        left: 8.333333333333332%;
    }

    .col-md-push-0 {
        left: 0;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666666666666%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%;
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%;
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%;
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%;
    }

    .col-lg-pull-0 {
        right: 0;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666666666666%;
    }

    .col-lg-push-10 {
        left: 83.33333333333334%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666666666666%;
    }

    .col-lg-push-7 {
        left: 58.333333333333336%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666666666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.666666666666664%;
    }

    .col-lg-push-1 {
        left: 8.333333333333332%;
    }

    .col-lg-push-0 {
        left: 0;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-lg-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 22px;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.428571429;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #dddddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #dddddd;
    }

    .table .table {
        background-color: #ffffff;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #dddddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
    display: table-cell;
    float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #4cd964;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
    background-color: #37d552;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #ffcc00;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #e6b800;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #ff3b30;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ff2317;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #34aadc;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
    background-color: #249ed2;
}

@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #dddddd;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 200;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal;
}

input[type="file"] {
    display: block;
}

select[multiple],
select[size] {
    height: auto;
}

select optgroup {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    height: auto;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    /*border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;*/
}

    .form-control:focus {
        border-color: #cccccc;
        outline: 0;
        /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);*/
    }

    .form-control:-moz-placeholder {
        color: #999999;
    }

    .form-control::-moz-placeholder {
        color: #999999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999999;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eeeeee;
    }

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    display: block;
    min-height: 22px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}

    .radio label,
    .checkbox label {
        display: inline;
        margin-bottom: 0;
        font-weight: 200;
        cursor: pointer;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        float: left;
        margin-left: -20px;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 200;
    vertical-align: middle;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

    input[type="radio"][disabled],
    input[type="checkbox"][disabled],
    .radio[disabled],
    .radio-inline[disabled],
    .checkbox[disabled],
    .checkbox-inline[disabled],
    fieldset[disabled] input[type="radio"],
    fieldset[disabled] input[type="checkbox"],
    fieldset[disabled] .radio,
    fieldset[disabled] .radio-inline,
    fieldset[disabled] .checkbox,
    fieldset[disabled] .checkbox-inline {
        cursor: not-allowed;
    }

.input-sm {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    /*border-radius: 3px;*/
}

select.input-sm {
    height: 33px;
    line-height: 33px;
}

textarea.input-sm {
    height: auto;
}

.input-lg {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33;
    /*border-radius: 6px;*/
}

select.input-lg {
    height: 49px;
    line-height: 49px;
}

textarea.input-lg {
    height: auto;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #e69100;
}

.has-warning .form-control {
    border-color: #e69100;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #b37100;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffbe4d;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffbe4d;
    }

.has-warning .input-group-addon {
    color: #e69100;
    background-color: #ffcc00;
    border-color: #e69100;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #ff1731;
}

.has-error .form-control {
    border-color: #ff1731;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #e3001a;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff7d8b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff7d8b;
    }

.has-error .input-group-addon {
    color: #ff1731;
    background-color: #ff3b30;
    border-color: #ff1731;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #37d538;
}

.has-success .form-control {
    border-color: #37d538;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #26b326;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #8be68b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #8be68b;
    }

.has-success .input-group-addon {
    color: #37d538;
    background-color: #4cd964;
    border-color: #37d538;
}

.form-control-static {
    margin-bottom: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        vertical-align: middle;
    }

    .form-inline select.form-control {
        width: auto;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"] {
            float: none;
            margin-left: 0;
        }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 29px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

    .form-horizontal .form-group:before,
    .form-horizontal .form-group:after {
        display: table;
        content: " ";
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

    .form-horizontal .form-group:before,
    .form-horizontal .form-group:after {
        display: table;
        content: " ";
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

.form-horizontal .form-control-static {
    padding-top: 7px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .btn:focus {
        /*outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;*/
    }

    .btn:hover,
    .btn:focus {
        color: #3a76cc;
        text-decoration: none;
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        pointer-events: none;
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-default {
    color: #3a76cc;
    background-color: #ffffff;
    border-color: #3a76cc;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        /*color: #3a76cc;
  background-color: #ebebeb;
  border-color: #005dc2;*/
    }

    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-default:active,
    .btn-default.disabled.active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default.active {
        background-color: #ffffff;
        border-color: #3a76cc;
    }

    .btn-default .badge {
        color: #ffffff;
        background-color: #3a76cc;
    }

    .btn-default:hover {
        color: #ffffff;
        background: #3a76cc;
    }

.btn-primary {
    color: #ffffff;
    background-color: #3a76cc;
    border-color: #006ee6;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #0066d6;
        border-color: #0051a8;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #3a76cc;
        border-color: #006ee6;
    }

    .btn-primary .badge {
        color: #3a76cc;
        background-color: #ffffff;
    }

.btn-success {
    color: #ffffff;
    background-color: #4cd964;
    border-color: #37d552;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        color: #ffffff;
        background-color: #2cd048;
        border-color: #24aa3b;
    }

    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled,
    .btn-success[disabled],
    fieldset[disabled] .btn-success,
    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled:active,
    .btn-success[disabled]:active,
    fieldset[disabled] .btn-success:active,
    .btn-success.disabled.active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success.active {
        background-color: #4cd964;
        border-color: #37d552;
    }

    .btn-success .badge {
        color: #4cd964;
        background-color: #ffffff;
    }

.btn-warning {
    color: #ffffff;
    background-color: #ffcc00;
    border-color: #e6b800;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active,
    .btn-warning.active,
    .open .dropdown-toggle.btn-warning {
        color: #ffffff;
        background-color: #d6ab00;
        border-color: #a88700;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled,
    .btn-warning[disabled],
    fieldset[disabled] .btn-warning,
    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled:active,
    .btn-warning[disabled]:active,
    fieldset[disabled] .btn-warning:active,
    .btn-warning.disabled.active,
    .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning.active {
        background-color: #ffcc00;
        border-color: #e6b800;
    }

    .btn-warning .badge {
        color: #ffcc00;
        background-color: #ffffff;
    }

.btn-danger {
    color: #ffffff;
    background-color: #ff3b30;
    border-color: #ff2317;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger {
        color: #ffffff;
        background-color: #ff1407;
        border-color: #d80b00;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled,
    .btn-danger[disabled],
    fieldset[disabled] .btn-danger,
    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled:active,
    .btn-danger[disabled]:active,
    fieldset[disabled] .btn-danger:active,
    .btn-danger.disabled.active,
    .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger.active {
        background-color: #ff3b30;
        border-color: #ff2317;
    }

    .btn-danger .badge {
        color: #ff3b30;
        background-color: #ffffff;
    }

.btn-info {
    color: #ffffff;
    background-color: #34aadc;
    border-color: #249ed2;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active,
    .btn-info.active,
    .open .dropdown-toggle.btn-info {
        color: #ffffff;
        background-color: #2295c5;
        border-color: #1b779e;
    }

    .btn-info:active,
    .btn-info.active,
    .open .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled,
    .btn-info[disabled],
    fieldset[disabled] .btn-info,
    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled:active,
    .btn-info[disabled]:active,
    fieldset[disabled] .btn-info:active,
    .btn-info.disabled.active,
    .btn-info[disabled].active,
    fieldset[disabled] .btn-info.active {
        background-color: #C1CDD2;
        border-color: #6AA9C3;
    }

    .btn-info .badge {
        color: #34aadc;
        background-color: #ffffff;
    }

.btn-link {
    font-weight: normal;
    color: #3a76cc;
    cursor: pointer;
    border-radius: 0;
}

    .btn-link,
    .btn-link:active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link,
        .btn-link:hover,
        .btn-link:focus,
        .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover,
            .btn-link:focus {
                color: #0055b3;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:focus {
                color: #999999;
                text-decoration: none;
            }

.btn-lg {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown {
    position: relative;
}

.dropdown-transform {
    -webkit-transform: translateZ(0px)
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 16px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 10px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 200;
        line-height: 1.428571429;
        color: #333333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #ffffff;
        text-decoration: none;
        background-color: #3a76cc;
        outline: 0;
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        color: #999999;
    }

        .dropdown-menu > .disabled > a:hover,
        .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #999999;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover,
        .btn-group-vertical > .btn:hover,
        .btn-group > .btn:focus,
        .btn-group-vertical > .btn:focus,
        .btn-group > .btn:active,
        .btn-group-vertical > .btn:active,
        .btn-group > .btn.active,
        .btn-group-vertical > .btn.active {
            z-index: 2;
        }

        .btn-group > .btn:focus,
        .btn-group-vertical > .btn:focus {
            outline: none;
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar:before,
.btn-toolbar:after {
    display: table;
    content: " ";
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
    display: table;
    content: " ";
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar .btn-group {
    float: left;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
    margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child > .btn:last-child,
    .btn-group > .btn-group:first-child > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .btn-group > .btn-group:last-child > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group:before,
    .btn-group-vertical > .btn-group:after {
        display: table;
        content: " ";
    }

    .btn-group-vertical > .btn-group:after {
        clear: both;
    }

    .btn-group-vertical > .btn-group:before,
    .btn-group-vertical > .btn-group:after {
        display: table;
        content: " ";
    }

    .btn-group-vertical > .btn-group:after {
        clear: both;
    }

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child > .btn:last-child,
    .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    border-collapse: separate;
    table-layout: fixed;
}

    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
    display: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-right: 0;
        padding-left: 0;
    }

    .input-group .form-control {
        width: 100%;
        margin-bottom: 0;
    }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 49px;
    line-height: 49px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 33px;
    line-height: 33px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child),
    .input-group-btn:not(:first-child):not(:last-child),
    .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 14px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 20px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    white-space: nowrap;
}

    .input-group-btn:first-child > .btn {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn {
        margin-left: -1px;
    }

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -4px;
        }

        .input-group-btn > .btn:hover,
        .input-group-btn > .btn:active {
            z-index: 2;
        }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .nav:before,
    .nav:after {
        display: table;
        content: " ";
    }

    .nav:after {
        clear: both;
    }

    .nav:before,
    .nav:after {
        display: table;
        content: " ";
    }

    .nav:after {
        clear: both;
    }

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover,
            .nav > li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

        .nav > li.disabled > a {
            color: #999999;
        }

            .nav > li.disabled > a:hover,
            .nav > li.disabled > a:focus {
                color: #999999;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent;
            }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background-color: #eeeeee;
        border-color: #3a76cc;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 10px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #dddddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.428571429;
            border: 1px solid transparent;
            /*border-radius: 4px 4px 0 0;*/
        }

            .nav-tabs > li > a:hover {
                border-color: #eeeeee #eeeeee #dddddd;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #555555;
            cursor: default;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-bottom-color: transparent;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    /*border-radius: 4px;*/
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
        /*border-radius: 4px 4px 0 0;*/
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        color: #ffffff;
        background-color: #3a76cc;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border: 1px solid #dddddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 22px;
    border: 1px solid transparent;
}

    .navbar:before,
    .navbar:after {
        display: table;
        content: " ";
    }

    .navbar:after {
        clear: both;
    }

    .navbar:before,
    .navbar:after {
        display: table;
        content: " ";
    }

    .navbar:after {
        clear: both;
    }

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-header:before,
.navbar-header:after {
    display: table;
    content: " ";
}

.navbar-header:after {
    clear: both;
}

.navbar-header:before,
.navbar-header:after {
    display: table;
    content: " ";
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    max-height: 340px;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse:before,
    .navbar-collapse:after {
        display: table;
        content: " ";
    }

    .navbar-collapse:after {
        clear: both;
    }

    .navbar-collapse:before,
    .navbar-collapse:after {
        display: table;
        content: " ";
    }

    .navbar-collapse:after {
        clear: both;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 14px 15px;
    font-size: 20px;
    line-height: 22px;
}

    .navbar-brand:hover,
    .navbar-brand:focus {
        text-decoration: none;
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 22px;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 22px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover,
            .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 14px;
                padding-bottom: 14px;
            }

        .navbar-nav.navbar-right:last-child {
            margin-right: -15px;
        }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 7px;
    margin-right: -15px;
    margin-bottom: 7px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        vertical-align: middle;
    }

    .navbar-form select.form-control {
        width: auto;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .radio input[type="radio"],
        .navbar-form .checkbox input[type="checkbox"] {
            float: none;
            margin-left: 0;
        }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-form.navbar-right:last-child {
            margin-right: -15px;
        }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.navbar-btn {
    margin-top: 7px;
    margin-bottom: 7px;
}

    .navbar-btn.btn-sm {
        margin-top: 8.5px;
        margin-bottom: 8.5px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 14px;
    margin-bottom: 14px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }

        .navbar-text.navbar-right:last-child {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f7f7f7;
    border-color: #e6e6e6;
}

    .navbar-default .navbar-brand {
        color: #3a76cc;
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            color: #0062cc;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #3a76cc;
    }

    .navbar-default .navbar-nav > li > a {
        color: #3a76cc;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #006ee6;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #1a87ff;
        background-color: #e6e6e6;
    }

    .navbar-default .navbar-nav > .disabled > a,
    .navbar-default .navbar-nav > .disabled > a:hover,
    .navbar-default .navbar-nav > .disabled > a:focus {
        color: #66afff;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #dddddd;
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #dddddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #cccccc;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e6e6e6;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        color: #1a87ff;
        background-color: #e6e6e6;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #3a76cc;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #006ee6;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #1a87ff;
        background-color: #e6e6e6;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #66afff;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #3a76cc;
}

    .navbar-default .navbar-link:hover {
        color: #006ee6;
    }

.navbar-inverse {
    background-color: #8e8e93;
    border-color: #74747a;
}

    .navbar-inverse .navbar-brand {
        color: #f5f5f5;
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: #ffffff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #f5f5f5;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #f5f5f5;
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: #ffffff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: #ffffff;
        background-color: #74747a;
    }

    .navbar-inverse .navbar-nav > .disabled > a,
    .navbar-inverse .navbar-nav > .disabled > a:hover,
    .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333333;
    }

        .navbar-inverse .navbar-toggle:hover,
        .navbar-inverse .navbar-toggle:focus {
            background-color: #333333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #ffffff;
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #7c7c82;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        color: #ffffff;
        background-color: #74747a;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #74747a;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #74747a;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #f5f5f5;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #ffffff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ffffff;
        background-color: #74747a;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #f5f5f5;
}

    .navbar-inverse .navbar-link:hover {
        color: #ffffff;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 22px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #cccccc;
            content: "/\00a0";
        }

    .breadcrumb > .active {
        color: #999999;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 22px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.428571429;
            text-decoration: none;
            background-color: #ffffff;
            border: 1px solid #dddddd;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            background-color: #eeeeee;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #ffffff;
        cursor: default;
        background-color: #3a76cc;
        border-color: #3a76cc;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #999999;
        cursor: not-allowed;
        background-color: #ffffff;
        border-color: #dddddd;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 20px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 14px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 22px 0;
    text-align: center;
    list-style: none;
}

    .pager:before,
    .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager:before,
    .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #999999;
        cursor: not-allowed;
        background-color: #ffffff;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 200;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

    .label[href]:hover,
    .label[href]:focus {
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;
    }

    .label:empty {
        display: none;
    }

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #999999;
}

    .label-default[href]:hover,
    .label-default[href]:focus {
        background-color: #808080;
    }

.label-primary {
    background-color: #3a76cc;
}

    .label-primary[href]:hover,
    .label-primary[href]:focus {
        background-color: #0062cc;
    }

.label-success {
    background-color: #4cd964;
}

    .label-success[href]:hover,
    .label-success[href]:focus {
        background-color: #2ac845;
    }

.label-info {
    background-color: #34aadc;
}

    .label-info[href]:hover,
    .label-info[href]:focus {
        background-color: #218ebd;
    }

.label-warning {
    background-color: #ffcc00;
}

    .label-warning[href]:hover,
    .label-warning[href]:focus {
        background-color: #cca300;
    }

.label-danger {
    background-color: #ff3b30;
}

    .label-danger[href]:hover,
    .label-danger[href]:focus {
        background-color: #fc0d00;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 5px 5px;
    font-size: 14px;
    font-weight: 200;
    line-height: 0.65;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999999;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

a.badge:hover,
a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #3a76cc;
    background-color: #ffffff;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eeeeee;
}

    .jumbotron h1,
    .jumbotron .h1 {
        line-height: 1;
        color: inherit;
    }

    .jumbotron p {
        line-height: 1.4;
    }

.container .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 72px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 22px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .thumbnail > img,
    .thumbnail a > img {
        display: block;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        margin-right: auto;
        margin-left: auto;
    }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #3a76cc;
}

.thumbnail .caption {
    padding: 9px;
    color: #333333;
}

.global-advertisment {
    z-index: 17000;
}

.alert {
    padding: 10px;
    margin-bottom: 22px; 
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert.alert-advertisment {
        margin-bottom: 0px;        
    }

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: 200;
        color: #ffffff;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable {
    padding-right: 35px;
}

    .alert-dismissable .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    color: #ffffff;
    background-color: #4cd964;
    border-color: #37d538;
}

    .alert-success hr {
        border-top-color: #2ac82b;
    }

    .alert-success .alert-link {
        color: #e6e6e6;
    }

.alert-info {
    color: #ffffff;
    background-color: #3a76cc; /* #34aadc;
  border-color: #23b4ca;*/
}

    .alert-info hr {
        border-top-color: #1fa0b4;
    }

    .alert-info .alert-link {
        color: #e6e6e6;
    }

.alert-warning {
    color: #1F1919;
    background-color: #ffcc00;
    border-color: #e69100;
}

    .alert-warning hr {
        border-top-color: #cc8100;
    }

    .alert-warning .alert-link {
        color: #e6e6e6;
    }

.alert-danger {
    color: #ffffff;
    background-color: #F5392E; /*#ff3b30;
  border-color: #ff1731;*/
}

    .alert-danger hr {
        border-top-color: #fc001d;
    }

    .alert-danger .alert-link {
        color: #e6e6e6;
    }

.alert-advertisment {
    color: #285800;
    background-color: #84BB564D;
    position: relative;
}

    .alert-advertisment .close {
        position: relative;
        top: -3px;
    }

    .alert-advertisment a {
        color: #285800;
        text-decoration: underline;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    height: 22px;
    /*height: auto;*/
    /*margin-bottom: 22px;*/
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    text-align: center;
    background-color: #3a76cc;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #4cd964;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #34aadc;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #ffcc00;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #ff3b30;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

    .media,
    .media .media {
        margin-top: 15px;
    }

        .media:first-child {
            margin-top: 0;
        }

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media > .pull-left {
    margin-right: 10px;
}

.media > .pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

    .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .list-group-item > .badge {
        float: right;
    }

        .list-group-item > .badge + .badge {
            margin-right: 5px;
        }

a.list-group-item {
    color: #555555;
}

    a.list-group-item .list-group-item-heading {
        color: #333333;
    }

    a.list-group-item:hover,
    a.list-group-item:focus {
        text-decoration: none;
        background-color: #f5f5f5;
    }

    a.list-group-item.active,
    a.list-group-item.active:hover,
    a.list-group-item.active:focus {
        z-index: 2;
        color: #ffffff;
        background-color: #3a76cc;
        border-color: #3a76cc;
    }

        a.list-group-item.active .list-group-item-heading,
        a.list-group-item.active:hover .list-group-item-heading,
        a.list-group-item.active:focus .list-group-item-heading {
            color: inherit;
        }

        a.list-group-item.active .list-group-item-text,
        a.list-group-item.active:hover .list-group-item-text,
        a.list-group-item.active:focus .list-group-item-text {
            color: #cce4ff;
        }

.list-group-item-success {
    color: #ffffff;
    background-color: #4cd964;
}

a.list-group-item-success {
    color: #ffffff;
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover,
    a.list-group-item-success:focus {
        color: #ffffff;
        background-color: #37d552;
    }

    a.list-group-item-success.active,
    a.list-group-item-success.active:hover,
    a.list-group-item-success.active:focus {
        color: #fff;
        background-color: #ffffff;
        border-color: #ffffff;
    }

.list-group-item-warning {
    color: #ffffff;
    background-color: #ffcc00;
}

a.list-group-item-warning {
    color: #ffffff;
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover,
    a.list-group-item-warning:focus {
        color: #ffffff;
        background-color: #e6b800;
    }

    a.list-group-item-warning.active,
    a.list-group-item-warning.active:hover,
    a.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #ffffff;
        border-color: #ffffff;
    }

.list-group-item-danger {
    color: #ffffff;
    background-color: #ff3b30;
}

a.list-group-item-danger {
    color: #ffffff;
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover,
    a.list-group-item-danger:focus {
        color: #ffffff;
        background-color: #ff2317;
    }

    a.list-group-item-danger.active,
    a.list-group-item-danger.active:hover,
    a.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #ffffff;
        border-color: #ffffff;
    }

.list-group-item-info {
    color: #ffffff;
    background-color: #34aadc;
}

a.list-group-item-info {
    color: #ffffff;
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover,
    a.list-group-item-info:focus {
        color: #ffffff;
        background-color: #249ed2;
    }

    a.list-group-item-info.active,
    a.list-group-item-info.active:hover,
    a.list-group-item-info.active:focus {
        color: #fff;
        background-color: #ffffff;
        border-color: #ffffff;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 22px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

    .panel-body:before,
    .panel-body:after {
        display: table;
        content: " ";
    }

    .panel-body:after {
        clear: both;
    }

    .panel-body:before,
    .panel-body:after {
        display: table;
        content: " ";
    }

    .panel-body:after {
        clear: both;
    }

.panel > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item {
        border-width: 1px 0;
    }

        .panel > .list-group .list-group-item:first-child {
            border-top-right-radius: 0;
            border-top-left-radius: 0;
        }

        .panel > .list-group .list-group-item:last-child {
            border-bottom: 0;
        }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
    border-top: 1px solid #dddddd;
}

.panel > .table > tbody:first-child th,
.panel > .table > tbody:first-child td {
    border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-bordered > thead > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
}

    .panel-title > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-group .panel {
    /* margin-bottom: 0;
     TDTGO-517, Firefox IE11 last type is barely seen when expanded types.
      */
    overflow: auto;
    border-radius: 4px;
}

    .panel-group .panel + .panel {
        margin-top: 5px;
    }

.panel-group .panel-heading {
    border-bottom: 0;
}

    .panel-group .panel-heading + .panel-collapse .panel-body {
        border-top: 1px solid #dddddd;
    }

.panel-group .panel-footer {
    border-top: 0;
}

    .panel-group .panel-footer + .panel-collapse .panel-body {
        border-bottom: 1px solid #dddddd;
    }

.panel-default {
    border-color: #dddddd;
}

    .panel-default > .panel-heading {
        color: #333333;
        background-color: #f5f5f5;
        border-color: #dddddd;
    }

        .panel-default > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #dddddd;
        }

    .panel-default > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #dddddd;
    }

.panel-primary {
    border-color: #3a76cc;
}

    .panel-primary > .panel-heading {
        color: #ffffff;
        background-color: #3a76cc;
        border-color: #3a76cc;
    }

        .panel-primary > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #3a76cc;
        }

    .panel-primary > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #3a76cc;
    }

.panel-success {
    border-color: #37d538;
}

    .panel-success > .panel-heading {
        color: #ffffff;
        background-color: #4cd964;
        border-color: #37d538;
    }

        .panel-success > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #37d538;
        }

    .panel-success > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #37d538;
    }

.panel-warning {
    border-color: #e69100;
}

    .panel-warning > .panel-heading {
        color: #ffffff;
        background-color: #ffcc00;
        border-color: #e69100;
    }

        .panel-warning > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #e69100;
        }

    .panel-warning > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #e69100;
    }

.panel-danger {
    border-color: #ff1731;
}

    .panel-danger > .panel-heading {
        color: #ffffff;
        background-color: #ff3b30;
        border-color: #ff1731;
    }

        .panel-danger > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ff1731;
        }

    .panel-danger > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ff1731;
    }

.panel-info {
    border-color: #23b4ca;
}

    .panel-info > .panel-heading {
        color: #ffffff;
        background-color: #34aadc;
        border-color: #23b4ca;
    }

        .panel-info > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #23b4ca;
        }

    .panel-info > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #23b4ca;
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    color: #ffffff;
    background-color: #c7c7cc;
    border: 1px solid #c7c7cc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, 0.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 24px;
    font-weight: 200;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover,
    .close:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    /*overflow-y: scroll;*/
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-dialog {
    position: relative;
    z-index: 1050;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.428571429;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer:before,
    .modal-footer:after {
        display: table;
        content: " ";
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer:before,
    .modal-footer:after {
        display: table;
        content: " ";
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-med .modal-dialog {
        width: 750px !important;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}

.tooltip {
    position: absolute;
    z-index: 200000;
    display: block;
    font-size: 14px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}

    .tooltip.in {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    border-radius: 4px;
    word-break: break-all;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000000;
    border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-top-color: #000000;
    border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-top-color: #000000;
    border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000000;
    border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000000;
    border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 16px;
    font-weight: 200;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

    .popover .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

    .popover.top .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        border-top-color: #ffffff;
        border-bottom-width: 0;
        content: " ";
    }

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}

    .popover.right .arrow:after {
        bottom: -10px;
        left: 1px;
        border-right-color: #ffffff;
        border-left-width: 0;
        content: " ";
    }

.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0;
}

    .popover.bottom .arrow:after {
        top: 1px;
        margin-left: -10px;
        border-bottom-color: #ffffff;
        border-top-width: 0;
        content: " ";
    }

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0;
}

    .popover.left .arrow:after {
        right: 1px;
        bottom: -10px;
        border-left-color: #ffffff;
        border-right-width: 0;
        content: " ";
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: 0.6s ease-in-out left;
        transition: 0.6s ease-in-out left;
    }

        .carousel-inner > .item > img,
        .carousel-inner > .item > a > img {
            display: block;
            height: auto;
            max-width: 100%;
            line-height: 1;
        }

    .carousel-inner > .active,
    .carousel-inner > .next,
    .carousel-inner > .prev {
        display: block;
    }

    .carousel-inner > .active {
        left: 0;
    }

    .carousel-inner > .next,
    .carousel-inner > .prev {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .carousel-inner > .next {
        left: 100%;
    }

    .carousel-inner > .prev {
        left: -100%;
    }

        .carousel-inner > .next.left,
        .carousel-inner > .prev.right {
            left: 0;
        }

    .carousel-inner > .active.left {
        left: -100%;
    }

    .carousel-inner > .active.right {
        left: 100%;
    }

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    opacity: 0.5;
    filter: alpha(opacity=50);
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    }

    .carousel-control:hover,
    .carousel-control:focus {
        color: #ffffff;
        text-decoration: none;
        outline: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .ion-ios7-arrow-left,
    .carousel-control .ion-ios7-arrow-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev,
    .carousel-control .ion-ios7-arrow-left {
        left: 50%;
    }

    .carousel-control .icon-next,
    .carousel-control .ion-ios7-arrow-right {
        right: 50%;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #ffffff;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #ffffff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width: 768px) {
    .carousel-control .ion-ios7-arrow-left,
    .carousel-control .ion-ios7-arrow-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-xs.visible-sm {
        display: block !important;
    }

    table.visible-xs.visible-sm {
        display: table;
    }

    tr.visible-xs.visible-sm {
        display: table-row !important;
    }

    th.visible-xs.visible-sm,
    td.visible-xs.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-xs.visible-md {
        display: block !important;
    }

    table.visible-xs.visible-md {
        display: table;
    }

    tr.visible-xs.visible-md {
        display: table-row !important;
    }

    th.visible-xs.visible-md,
    td.visible-xs.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-xs.visible-lg {
        display: block !important;
    }

    table.visible-xs.visible-lg {
        display: table;
    }

    tr.visible-xs.visible-lg {
        display: table-row !important;
    }

    th.visible-xs.visible-lg,
    td.visible-xs.visible-lg {
        display: table-cell !important;
    }
}

.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-sm.visible-xs {
        display: block !important;
    }

    table.visible-sm.visible-xs {
        display: table;
    }

    tr.visible-sm.visible-xs {
        display: table-row !important;
    }

    th.visible-sm.visible-xs,
    td.visible-sm.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-sm.visible-md {
        display: block !important;
    }

    table.visible-sm.visible-md {
        display: table;
    }

    tr.visible-sm.visible-md {
        display: table-row !important;
    }

    th.visible-sm.visible-md,
    td.visible-sm.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-sm.visible-lg {
        display: block !important;
    }

    table.visible-sm.visible-lg {
        display: table;
    }

    tr.visible-sm.visible-lg {
        display: table-row !important;
    }

    th.visible-sm.visible-lg,
    td.visible-sm.visible-lg {
        display: table-cell !important;
    }
}

.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-md.visible-xs {
        display: block !important;
    }

    table.visible-md.visible-xs {
        display: table;
    }

    tr.visible-md.visible-xs {
        display: table-row !important;
    }

    th.visible-md.visible-xs,
    td.visible-md.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-md.visible-sm {
        display: block !important;
    }

    table.visible-md.visible-sm {
        display: table;
    }

    tr.visible-md.visible-sm {
        display: table-row !important;
    }

    th.visible-md.visible-sm,
    td.visible-md.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-md.visible-lg {
        display: block !important;
    }

    table.visible-md.visible-lg {
        display: table;
    }

    tr.visible-md.visible-lg {
        display: table-row !important;
    }

    th.visible-md.visible-lg,
    td.visible-md.visible-lg {
        display: table-cell !important;
    }
}

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-lg.visible-xs {
        display: block !important;
    }

    table.visible-lg.visible-xs {
        display: table;
    }

    tr.visible-lg.visible-xs {
        display: table-row !important;
    }

    th.visible-lg.visible-xs,
    td.visible-lg.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-lg.visible-sm {
        display: block !important;
    }

    table.visible-lg.visible-sm {
        display: table;
    }

    tr.visible-lg.visible-sm {
        display: table-row !important;
    }

    th.visible-lg.visible-sm,
    td.visible-lg.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-lg.visible-md {
        display: block !important;
    }

    table.visible-lg.visible-md {
        display: table;
    }

    tr.visible-lg.visible-md {
        display: table-row !important;
    }

    th.visible-lg.visible-md,
    td.visible-lg.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

.hidden-xs {
    display: block !important;
}

table.hidden-xs {
    display: table;
}

tr.hidden-xs {
    display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .hidden-xs,
    tr.hidden-xs,
    th.hidden-xs,
    td.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-xs.hidden-sm,
    tr.hidden-xs.hidden-sm,
    th.hidden-xs.hidden-sm,
    td.hidden-xs.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-xs.hidden-md,
    tr.hidden-xs.hidden-md,
    th.hidden-xs.hidden-md,
    td.hidden-xs.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xs.hidden-lg,
    tr.hidden-xs.hidden-lg,
    th.hidden-xs.hidden-lg,
    td.hidden-xs.hidden-lg {
        display: none !important;
    }
}

.hidden-sm {
    display: block !important;
}

table.hidden-sm {
    display: table;
}

tr.hidden-sm {
    display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .hidden-sm.hidden-xs,
    tr.hidden-sm.hidden-xs,
    th.hidden-sm.hidden-xs,
    td.hidden-sm.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm,
    tr.hidden-sm,
    th.hidden-sm,
    td.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-sm.hidden-md,
    tr.hidden-sm.hidden-md,
    th.hidden-sm.hidden-md,
    td.hidden-sm.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-sm.hidden-lg,
    tr.hidden-sm.hidden-lg,
    th.hidden-sm.hidden-lg,
    td.hidden-sm.hidden-lg {
        display: none !important;
    }
}

.hidden-md {
    display: block !important;
}

table.hidden-md {
    display: table;
}

tr.hidden-md {
    display: table-row !important;
}

th.hidden-md,
td.hidden-md {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .hidden-md.hidden-xs,
    tr.hidden-md.hidden-xs,
    th.hidden-md.hidden-xs,
    td.hidden-md.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md.hidden-sm,
    tr.hidden-md.hidden-sm,
    th.hidden-md.hidden-sm,
    td.hidden-md.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md,
    tr.hidden-md,
    th.hidden-md,
    td.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-md.hidden-lg,
    tr.hidden-md.hidden-lg,
    th.hidden-md.hidden-lg,
    td.hidden-md.hidden-lg {
        display: none !important;
    }
}

.hidden-lg {
    display: block !important;
}

table.hidden-lg {
    display: table;
}

tr.hidden-lg {
    display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .hidden-lg.hidden-xs,
    tr.hidden-lg.hidden-xs,
    th.hidden-lg.hidden-xs,
    td.hidden-lg.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-lg.hidden-sm,
    tr.hidden-lg.hidden-sm,
    th.hidden-lg.hidden-sm,
    td.hidden-lg.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg.hidden-md,
    tr.hidden-lg.hidden-md,
    th.hidden-lg.hidden-md,
    td.hidden-lg.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg,
    tr.hidden-lg,
    th.hidden-lg,
    td.hidden-lg {
        display: none !important;
    }
}

.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }

    .hidden-print,
    tr.hidden-print,
    th.hidden-print,
    td.hidden-print {
        display: none !important;
    }
}
@media (min-width: 430px) and (max-width: 500px) {
  .modal-pop-up{
      right: 105px !important;
  }
}
@media (min-width: 350px) and (max-width: 430px) {
    .modal-pop-up {
        right: 15px !important;
    }
}
@media (min-width: 270px) and (max-width: 350px) {
    .modal-pop-up {
        right: 4px !important;
    }
}
/* override badge */

/*.filter-badge{
	position:absolute;
	top:-5px;
	left:25px;
}
.filter-badge i{
	font-size:10px;
}*/

.link-badge {
    position: absolute;
    left: 20px;
    top: -5px;
}

.link-badge25 {
    position: absolute;
    left: 25px;
    top: -5px;
}

.badge-small, .label-small {
    font-size: 10px;
    padding: 1px 2px
}

.badge-large, .label-large {
    font-size: 13px;
    padding: 4px 6px
}

.badge-xlarge, .label-xlarge {
    font-size: 14px;
    padding: 6px 8px
}

.badge-xxlarge, .label-xxlarge {
    font-size: 15px;
    padding: 8px
}

.label-warning, .badge-warning {
    background-color: #ff702a
}

.label-info, .badge-info {
    background-color: rgb(88,86,214);
}

.label-success, .badge-success {
    background-color: #76BF49; /*#15b74e*/
}

.label-important, .badge-important {
    background-color: #F5392E
}

.label-inverse, .badge-inverse {
    background-color: #222
}

.label-gray, .badge-gray {
    background-color: #888
}

.label-pink, .badge-pink {
    background-color: #ea4c89
}

.label-yellow, .badge-yellow {
    background-color: #ffdd14
}

.label-lime, .badge-lime {
    background-color: #8cbf26
}

.label-magenta, .badge-magenta {
    background-color: #a200ff
}

.label-isblue, .badge-isblue {
    background-color: #3A76CC;
}

@media(max-width:767px) {
    .filter-type-badge {
        position: relative;
        left: -10px;
        top: 10px;
    }
}

@media(min-width:768px) {
    .filter-type-badge {
        position: relative;
        left: -11px;
        top: 10px;
    }
}

@media(min-width:992px) {
    .filter-type-badge {
        position: relative;
        left: -14px;
        top: 12px;
    }
}

@media(min-width:1200px) {
    .filter-type-badge {
        position: relative;
        left: -14px;
        top: 12px;
    }
}
/*!
 * Bootstrap iOS7 v1.2.0 by @fat and @mdo and @jason_bradley
 * Copyright 2013 Jason Bradley
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat and @jason_bradley.
 */

/*.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:active,
.btn.active {
  background-image: none;
}

.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}

.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}

.btn-primary {
  background-image: -webkit-linear-gradient(top, #69A6F5 0%, #005dc2 100%);
  background-image: linear-gradient(to bottom, #69A6F5 0%, #005dc2 100%);
  background-repeat: repeat-x;
  border-color: #0058b8;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007aff', endColorstr='#ff005dc2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #005dc2;
  background-position: 0 -15px;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #005dc2;
  border-color: #0058b8;
}

.btn-success {
  background-image: -webkit-linear-gradient(top, #4cd964 0%, #29bf42 100%);
  background-image: linear-gradient(to bottom, #4cd964 0%, #29bf42 100%);
  background-repeat: repeat-x;
  border-color: #27b73f;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4cd964', endColorstr='#ff29bf42', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus {
  background-color: #29bf42;
  background-position: 0 -15px;
}

.btn-success:active,
.btn-success.active {
  background-color: #29bf42;
  border-color: #27b73f;
}

.btn-warning {
  background-image: -webkit-linear-gradient(top, #ffcc00 0%, #c29b00 100%);
  background-image: linear-gradient(to bottom, #ffcc00 0%, #c29b00 100%);
  background-repeat: repeat-x;
  border-color: #b89300;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffcc00', endColorstr='#ffc29b00', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:focus {
  background-color: #c29b00;
  background-position: 0 -15px;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c29b00;
  border-color: #b89300;
}

.btn-danger {
  background-image: -webkit-linear-gradient(top, #ff3b30 0%, #f20d00 100%);
  background-image: linear-gradient(to bottom, #ff3b30 0%, #f20d00 100%);
  background-repeat: repeat-x;
  border-color: #e80c00;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff3b30', endColorstr='#fff20d00', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus {
  background-color: #f20d00;
  background-position: 0 -15px;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #f20d00;
  border-color: #e80c00;
}

.btn-info {
  background-image: -webkit-linear-gradient(top, #34aadc 0%, #1f88b4 100%);
  background-image: linear-gradient(to bottom, #34aadc 0%, #1f88b4 100%);
  background-repeat: repeat-x;
  border-color: #1d81ab;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff34aadc', endColorstr='#ff1f88b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:focus {
  background-color: #1f88b4;
  background-position: 0 -15px;
}

.btn-info:active,
.btn-info.active {
  background-color: #1f88b4;
  border-color: #1d81ab;
}

.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #006ee6;
  background-image: -webkit-linear-gradient(top, #69A6F5 0%, #006ee6 100%);
  background-image: linear-gradient(to bottom, #69A6F5 0%, #006ee6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007aff', endColorstr='#ff006ee6', GradientType=0);
}

.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
  background-repeat: repeat-x;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff7f7f7', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}

.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #eaeaea 0%, #f2f2f2 100%);
  background-image: linear-gradient(to bottom, #eaeaea 0%, #f2f2f2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeaeaea', endColorstr='#fff2f2f2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}

.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #a8a8ac 0%, #8e8e93 100%);
  background-image: linear-gradient(to bottom, #a8a8ac 0%, #8e8e93 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa8a8ac', endColorstr='#ff8e8e93', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #8e8e93 0%, #959599 100%);
  background-image: linear-gradient(to bottom, #8e8e93 0%, #959599 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8e8e93', endColorstr='#ff959599', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}

.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.alert-success {
  background-image: -webkit-linear-gradient(top, #4cd964 0%, #2dd249 100%);
  background-image: linear-gradient(to bottom, #4cd964 0%, #2dd249 100%);
  background-repeat: repeat-x;
  border-color: #26b33e;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4cd964', endColorstr='#ff2dd249', GradientType=0);
}

.alert-info {
  background-image: -webkit-linear-gradient(top, #34aadc 0%, #2296c7 100%);
  background-image: linear-gradient(to bottom, #34aadc 0%, #2296c7 100%);
  background-repeat: repeat-x;
  border-color: #1d7ea7;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff34aadc', endColorstr='#ff2296c7', GradientType=0);
}

.alert-warning {
  background-image: -webkit-linear-gradient(top, #ffcc00 0%, #d9ad00 100%);
  background-image: linear-gradient(to bottom, #ffcc00 0%, #d9ad00 100%);
  background-repeat: repeat-x;
  border-color: #b38f00;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffcc00', endColorstr='#ffd9ad00', GradientType=0);
}

.alert-danger {
  background-image: -webkit-linear-gradient(top, #ff3b30 0%, #ff170a 100%);
  background-image: linear-gradient(to bottom, #ff3b30 0%, #ff170a 100%);
  background-repeat: repeat-x;
  border-color: #e30c00;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff3b30', endColorstr='#ffff170a', GradientType=0);
}

.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}

.progress-bar {
  background-image: -webkit-linear-gradient(top, #69A6F5 0%, #0062cc 100%);
  background-image: linear-gradient(to bottom, #69A6F5 0%, #0062cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007aff', endColorstr='#ff0062cc', GradientType=0);
}

.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #4cd964 0%, #2ac845 100%);
  background-image: linear-gradient(to bottom, #4cd964 0%, #2ac845 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4cd964', endColorstr='#ff2ac845', GradientType=0);
}

.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #34aadc 0%, #218ebd 100%);
  background-image: linear-gradient(to bottom, #34aadc 0%, #218ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff34aadc', endColorstr='#ff218ebd', GradientType=0);
}

.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #ffcc00 0%, #cca300 100%);
  background-image: linear-gradient(to bottom, #ffcc00 0%, #cca300 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffcc00', endColorstr='#ffcca300', GradientType=0);
}

.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #ff3b30 0%, #fc0d00 100%);
  background-image: linear-gradient(to bottom, #ff3b30 0%, #fc0d00 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff3b30', endColorstr='#fffc0d00', GradientType=0);
}

.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #0062cc;
  background-image: -webkit-linear-gradient(top, #69A6F5 0%, #0068d9 100%);
  background-image: linear-gradient(to bottom, #69A6F5 0%, #0068d9 100%);
  background-repeat: repeat-x;
  border-color: #0068d9;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007aff', endColorstr='#ff0068d9', GradientType=0);
}

.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}

.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #69A6F5 0%, #006ee6 100%);
  background-image: linear-gradient(to bottom, #69A6F5 0%, #006ee6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007aff', endColorstr='#ff006ee6', GradientType=0);
}

.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #4cd964 0%, #37d552 100%);
  background-image: linear-gradient(to bottom, #4cd964 0%, #37d552 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4cd964', endColorstr='#ff37d552', GradientType=0);
}

.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #34aadc 0%, #249ed2 100%);
  background-image: linear-gradient(to bottom, #34aadc 0%, #249ed2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff34aadc', endColorstr='#ff249ed2', GradientType=0);
}

.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #ffcc00 0%, #e6b800 100%);
  background-image: linear-gradient(to bottom, #ffcc00 0%, #e6b800 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffcc00', endColorstr='#ffe6b800', GradientType=0);
}

.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #ff3b30 0%, #ff2317 100%);
  background-image: linear-gradient(to bottom, #ff3b30 0%, #ff2317 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff3b30', endColorstr='#ffff2317', GradientType=0);
}

.well {
  background-image: -webkit-linear-gradient(top, #babac0 0%, #c7c7cc 100%);
  background-image: linear-gradient(to bottom, #babac0 0%, #c7c7cc 100%);
  background-repeat: repeat-x;
  border-color: #acacb4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbabac0', endColorstr='#ffc7c7cc', GradientType=0);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}*/
.colorpicker-visible,
.colorpicker-visible .dropdown-menu {
  display: block !important;
}
colorpicker-saturation {
  display: block;
  width: 100px;
  height: 100px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAFJhJREFUeAGMU+/q4kAMzFYf4LgP96a+q4c+gSIqxf/r5maWDoTgz15gmM0kW5uMLa21v2b2G6jAG2iEzqUU6q5c/OlMuHtL/ULNd5TP6EJ1RP7NuXvKE397jmbg7MrzHI748T1UA3eopyGQV2qK1+vVHo/Hm1itVm0J7Q+afwGMmgeRphf7Noh6lCeuHJAvm/X8rAQNlw2VScoj6863OQjl2ZB3qkeu5Lh0RJ3qynuNjJA21FppQAHa8/l83263No5jOxwOttlsbL1e2xIXXpMZzzRsXoTw34bQgLiQbKh6M9SXDBSypn4XGOSkGUO1cJdn1Yh4/qYVgctmGSwXyARNcOSFRuBMHvA1GMzwy+Vix+PRdrvdYrvd2vl87oZYDCxBL9B/jEyopghzlNjL0DlB+gAoPNXyOfa3oA9puXonyVHzdH+g9MEISa5z0qUNkwkm6MJkxALg8mlMAxvNwBfhYLvf7w50vl6vBV9H2e/3BjYateQDY8gM5bmWovygdyEb87k/G5Zz9c/2zfEQFysO5nDJ6mMel91Z//pwFpygIWIaMXE3AoYssPBCI/B12DiONMT5VZxOJ0f+j/MyWo5chYGowfn/j03lNXBpl85Up8d46u6DChBMvKv2UePrrAsChtdLTi73oEBjFDYpmIp/KSgRhRw357sXuHLknRgI8d90F8QL761oI8iQeJqvUOGnAoEkgNblF13iiJASZCwhLkG+v7/Halvt5+enr7x+02lZOwKymJ7jMAXK32RxaXnNxfXzCOkCxTO2I3NiR0i9gAjQLLoVHkKG8pCi0UT4Q0h5xUFIlBJEYmg+1yg6TrUq+YfEWKK0lWsSS8+DkNvCWtvJXu0UbDyH/NYjoDHFybPd/cPeficiW5LvkVdBNY4UoIqOQMwPBXm9vUYIVCj3GkXCCo1tRS//uMhYoVG3q46HaBQtamESTs/+0o92hOTaBbqjBwpu8reCuzAP4rkXpQBzQwbhZxD7jNYEAS4CI2Rg4hLitPUor2hGh6j4hQ5FfWt8LQF+SwyJIpGUV05nu56VHqJhR8ybb+Q+/dnPYZYSigIICvY3xfYxCckz/qazprjDiFJ+5DWVwscaMpSDgkleI2uutaKk5kPFNTqO8pBDlBQZEqKvoJXp7+lxzx7Cuoqp2M7zlrm5JbH/9oZ/GLdzBGf9FNmmvPi+h2FXnm8L5WhdCMJNyr1D6yvKP1rFQYgSjWpteE0JMraEME8ykpzo/0/+wcg5yGHMooegQYIRyXU1i52tCSfn9oSQFH+Fe4jypxs3RHA+xNCcNUZ+BXRg7iu0lhgDAesisSfE6UA0iudz9sNHKChek5eBX9a+FwKkKQ+Nd6JljkLX6B4x2L8hhHOsVdhR4iHEEe1LeWJCSI2tCo9AU3OIKHGgbupv6NvyRciGgMzPPLP5LmhPdKTx8qgSWIXxVkZx8QJihmCvPP8nE6IRXniKT9GThhKF0QkZal3KQYcLgn+s8YwWJiNnLVL4mOz1b+4piM8/+YYb8xNlLoASXqC7c9DCOokhl4RAKgSkCNM9wklBOPL4BIJoblQggsb8Km9W/IlIJkKrPN4xEETPwtS3hczrp8//pxmzpoUIBfeSO8r8/OE59wgTIsnIb4yBj7Cft6pYI8Sbh5TBD749IANSlKPgJQQmrr0uUfjbCnlV/V9OCfLpDc9b0nw4x3bznAbWFAyfUeBLEIhA3uaCKifFyUBg8pg+Ro8nOCVOintKoy0xj5bFvhNCQMAfoUqgc8UwMRot8dWy/qPcDHQk5XkgOPD97//Gl/xC2kKlkhl2V4pMQmAON+22E+4XgIzMKYMSmp7S0ymTcpYEYM6eVjKlJV25HgYguZ6lD1hR4S4byoxRwMUQjm87MYVxrW19nCqbgTD4kSEde7FlxcF4tKDCPu41lBUKa7tjgGuHJuPCwpBPdcONuVTiMEMgbPpugJE0+GIRusL+yD9qGhrP05ClFHfOuppZeV4ZkgyJdJc3dkxh0+8YDBpbsyuxrXYzV4VfmJLFwxdAEq7azIj9Yw9AuUCjEL3I7pD1xgo0BPv5Y2U9MCBvegpGxq9/vK7BftOQssP3ueL+HfJwLkAqVLlgPH9CF7phgMoKj/X8EjiNCtGQHzFU9mM7gsR8W/5wkuZ9ZUKBcYuWdE3qU2YYqLIllfo5aog2m2haKnlsvP30YUHO+3f9Yu2GrNpW2rYV8id2bM/9KxBPc/QgZQT9AlotQRtgSls1pIDADvo+3hL0bXBU0yxqG4Fx2ZshdXSBaEjZYtIdh/uxQDOrpMV/Biatjj8nzRgq8p0Ud6w9fAwwe+9mSJPWUMWzPG+A21ZWG45nhoQp1RdaBZ1WYDteUQ4gffvH1jomTHlkxk9GTDi5AS0YAODxMoRjMiqsjq/MyqvFFJX9buv6+18Y8mwDyFRH7Dj+T1rBtYivRV1v9mHtiKhfD10QrRFdsxor9Z4bgChAtF22fLsv1sfsGL4B0grazi9DygpagZ0A2s2WBMBmLn0de15D11KG5WSAvh20rB92fEIVwk0jdV2qPdyWr4mYuw75NMua7FFtmZxbkN7qi4DSFgaqQjc75GwDwbgBMkMMAPfD6cR1wpl1o7GftDhMMSPaFmm05+Tv/HWW9aQXbMfiBAZ4cNLdnz6hyAyj7ki9oQYYqdYd4h405JRwXs4DhLKozKhzG65449eQ4i5nX2LKXYjCVDcWF58Y0uJvj2EpY2VN79NzjHlVF8E1M2JZxOzW62rIEhhlywoAMMhrS8dFBJhgMJx5aRxg/fv9rSW9WN7LeQxZPn4bo6ExYgppsWNkQIt2pOAU8DAK8Oh/yK7ECM8pCAboJDTRFNsJQ3ZkBdtFXgV+A5qAEasl4sk2WxjOzn9PY6sZ1ZxJD/p9FMwoc1pjLNhEbLd2eX2Kpv6Y+aSCn8OUxhqyGBOwS9fxUiwDPIXfZw2JeNs+hS2/2R6r2Lfv+S/ivt3PG7eHh3S/52EDDD0j5h9rStliJiQLc5/fW9wP0PNcfB77nmVpX6Js2WaOQwb9OrXLJ9UMz7UmuJaAQj7fjxi6V97wIGftsqVMwcGZN2ZTL30fr7IYkL4xpG/9Y9bV677pUYXfrHk5tzuvoS1aRPX9ScV+3+Mn1FU7YMR6GT8LEP38xs2OyzVZRjIz9mWrIV2lTYo6LLk3BKXGKCM47jycKCb4zb4GzBi0g3Ec0a9OsBVQQsp+YwTjo+Mr9C/MQluIJmIkYYvvzpL2RhuiKT1uttTrK+q74p8siUsR64/nlS3XedcfZgY6kfUsv/FOUZfOlwGTfjyPCxjrRDbCvMLr4vCc9kN26pBR7H8KuW0wHZrkYCzj2+z5WbPCoZM2rISeEwop48KRZdhiPtmYLXNSyZs91YAeH06dow/Vpg3o+W9a/hbgPI5jTnvdx5YxZUbrCY1V7De22qProHXrDL/9B8dlHIuM3QQqUxL7d/pLyyqrzKlV6/2O/F/GBXP6ochjYdiKvQ4saA1ddlTvY/bEkY9Wa1iLkEN2JVavOhxHRlvqMF/XAnEVOJgXy3fAhCgY0N8bC0Nnpl8Lw/bt2LnCnsENO6o5r7bMcn2hONzQswSK2WVbphBy2kcjGqqWNRJQfU6ALwFgHTlo41pWWaE+O4V2zuhYZ1jYinTnvVmcC0Oclck+MgTH1jZU9Ty/VWaUIS42JwFPpkiWyDiZafZDygiJTseTIrc/g5v1qYQ6kgVnT48A+bztNN774MD2U8kDphjxaP18nyGzZBGUh7Y9L1uGvIp6Mq3EePVl7Xxf2/pE9gWI2KTFX2J3xx8Z0jWvnv+VhaG6tr8vkccerdTfdvhaXzTlLUM8t6HNIa9a4DfuDYgCWEaUCQ5jBcz2YI43lgqsrRi21F+pRThPhW5NvqLDK0Nw5E7RV7DKjDreX69/ZVY14wGQ8+HN733OxHGci9MKTBlkMNCSMqJA/udFzgg5IWqXKW9pbwvDu9VxFIjREGtHAS1w7rs4bcXtpIEV1t7H9QdgfmPIGrTmKDAW+gmIFHxNaRl3iCKEvYcsjuPAgTEzQ5zO2SHY3q+FX98oqti8casANPRxL19nx34JWZ9XQJ4r+uOLpmwxZxGyZF8Bcb9lf+dUR0zZgjwCigMKmGltbXG/SzZmUzQlxzMzGCdcmVUDEH3OijXp7k5StNVSh7xnV6Nju98+MaTMaMjK+b7xCy2gD1vk+G54eVxM6PEzM2TLqjJk3IdR/4iG7RSF+y1klQk4jqGvb/h4n6TBQwHZ77GYE0alLzZOTOl1+ShiFvUyBYRJIvSC1PFPfYemMoW+EpWXtaznArCLitWSnX6BKnPOLkTWIT/3vB3SEFemqF+m0Bh7ZIoY13m7IfmhfyxNzsu90j/f65Bn5hSoMSHIvPE+nptWAKesbWRY6xJax/NG30AnvS4AAPkVEOuDmHBk3KJ+dsewIt41+3t8+kqRB85Sy82QAmZmpGrfGnfqejZrKlP8Rv+GIZ0nnWi/Ys74kWzs6Ly7INTfYvA4CshcGL6wpSJ8I1/GtLCs9ji0lQG+vgzBOkmInRh2a0Y1If0DYPmr5vTPwIv9hCWPXyBcjUGL+n+PhWEdL9Rhi390Wv2lxeHRjGZbYR0Os7DWgb0f15VVzPd5XVcgClAZ41se8uE/3efT7Eq7oQXk7xpSB3NcrfAYzGmFLUAL1MwYtabPjBeYXhcAAGolA3vSjJkZ88Zdx6+/pzrEaf35x9XeODgANYTlPox167cOfmJMAbnv4+1QGNA6pAwpg8qInhdAPa4GFTjrKQi5XSAsjrsf0qWSb3sjm+M4vQz5fNEaA1TGTMxo9vVu2wIATgWozlfavegXZJ7h/+3dYY7cOA7F8VQnu/e/5u4dtnqRwThD/KA/ywU0Jl9GQGCZkl0yHx9JSW4nGPRxKXuA8RzG/BygfJchBtujW5Ipzso9R5HGA998fC7MCMX2kYyrC+mrwd9z7+n5ZIMM9bODV8kYUjuEoeTPAyPemVxq0feB+cJ/xJYuKj3qFoL3r0khi4uHLEvLJwitTGlA4pz734whA7A+ElO05MEer2vLt9hPRgoQcVQmBUM6oNf7VxPlOXudyl7AYEI3Yk0z4TOYxXyEVDliCvOZp+NH8cmAEXNmevVk1p7fpr89MZyKP1l9xZIXzPmIdPmkkLlrqEL8bpbu8XUBJOTT+psdPAvPMV1LAnOlvgkIfyPoPsjxMxquUV2ncX/do65KmSvOriY70XSF2OecL0A7Yf08eYKMJeiHuFq7hE+A2V3WUGgE7sEKGHFjTuNKwAfp8HPGLRUA4N+GAv8QaOkqr91Yl9E+ActMDb059ktX92PIolQB+Hx9Ta9voeB8y/4A9mmCqjyzMvY5PhjHMchf7REHZNH15xSTIfafLss/R2hABEKmtPK5VwPszNms7xOwLB8VM5RrqZbprier+Ei/cncBZYzxQkCaIdv+uUvr9Mm3ViKmPIwBk0GAL7N0mRFjWh6z/+d0oRrAVGTMMSZwMwP9dOvW6077IcWUufB3cjnXUspxM2l+YvZwf2PHtFI+vEm/YMbhvGIJ/SI7Q4kyJGJVsk9mjIniD7Os27GEPjLiaLE323Nyimu85GXtMhM3kvs3F8BPsr+NISPNpR0WhKuaxvkSkIeu5PpW1rWqSrvnMqn+nvE4TxkymeA5zOnzcZnn34whtD281rb511sX+5mTPGVmrWWZP1vPd31Xix+gvMGcEwO9RycRvdFm7DH1TMB1VbqnQ1enDMYUWfNwtRelN1Nc32KVuIBA3qlxj6GMpZlhPYB4VIzyt4JhFyN+nXs/FH8vy5p7HlMZIjwyiGNGtCluDOrElNXKG+gEeAcw5j4HVygTbBf4qfTt/V7rP+YX5a7B+S1FFxFBvSeMs06/zfVk3f0Zf98gbJJge9WV6bKW9hP7vG8EeHcMUYxKOLkvY4D+WoDGMQO9TAt31oC2mysDAqhwaWBmf5iTACADEPZDZMJunYJG8NU9IburyOhztPgyjOt4igUE+3xW2SCYm7IFPQJ6z9SvclKKD6tchS0uyz4F/gocYDcjPLaRnTBIVzaex+Mp/pxiyXMAknvq5bZOR/vLBhX0oH8r/v6xx6d27x8FAgU3a2RixRCSooshjxUQPyV+zGooKD+PBUSwLmVfAWa09bOgZ9zQAwZMr/AcR1n10mWlHzaoNrv6WAogdazY9iXHUalOt+8FsJ8nt49rHYAMlxWAzBRYBWbATdkAVIujr22vLNd4Z+Z253pdh8quMQuMCp4NHUcA5PjWieDAjqByANJ1gRV0AcQ0yfioe6Rpldm2M6d/WuVHW7isUJ5lUV4yQ5mgC2y4SYGq/t5vjU8b4xmDynxo/TIi6iX7fgRk/ueQbrSMPY+rbrawAlfgFLA1nylSAHRbbjDj/n36ehk8ZBPome5eRZfV8w/lo+hK7Huso1TqgDkskvoat+L/X3QsGoDM2tHouKDcJmPWeT9kobMvXc+dwrkOhtJeK/Nm/XEXaCx01ssAWtc99rUOAJ6Uu/srhrQyWgn2g4K6GOvZL5TBwwSA742/x7ijZF3F7tfNUi7Lh5grvwbisoxwYReZamaf9VC8cWhVsAuV4Y5oYyaNcdAuoPa1TcPQZX3v/y16+N55kyFTGQIxNLcDpwIvFKe7cU7keHd2VMxrhR+Y+WXnx+xsrPbm4Mf+eTMn1mYGaFrjptDj/ZmkmjaXVWv19slxkTXJynCvnIdL8zdZOnn83A9ZFSTAB4VsSpGmyipunCjuGN9liwzZs8ddwQVEyzeyuGPYD7APuOS6o7aO9xWo/P3fbrnF8e5y2+7Lnamvyg8GKNeKog2m2NaW+SjwLCQhlr5/M6DamjnNlAbJLKtBaQZU226Ru2KbCe+Ph6Tk3THb/v5zaRQ7yz4M6usa1HywJU50n+7bgb4Z0sC2XIa8P56+JvvuWHTaa6kgbLn7ELvV9bU76A0+hpTKuh3PoryDwKvrflwx5F/1IMaK9wrK+h3ltf/+bb8d5d8/XdZ//txS/N9hxfdvGNg/ZQT1//4fih7V/hdi/qwAAAAASUVORK5CYII=');
  cursor: crosshair;
  float: left;
}
colorpicker-saturation i {
  display: block;
  height: 7px;
  width: 7px;
  border: 1px solid #000;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}
colorpicker-saturation i::after {
  content: '';
  display: block;
  height: 7px;
  width: 7px;
  border: 1px solid #fff;
  border-radius: 5px;
}
colorpicker-hue,
colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}
colorpicker-hue i,
colorpicker-alpha i {
  display: block;
  height: 2px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}
colorpicker-hue {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAMAAABw8qpSAAABLFBMVEUA/z8AuP//JAAA/33/3AAA/1ABAv8A/7r/AH7/jgD2AP8A//j/AEHmAP/XAP/HAP+4AP//ALyoAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8ATv//AG7/cAD/vgD/APoAmv//ADH/AKwB/wMA5//4Eg4AL///AOr/UQD/nwAA/27/7AAA/+kAe/8Ayf8A/5sA/zEA/6z/ABEAEP8A/17/MgAA/9n/ACL/gAD/AJ0AXP8Aqv//AMoA/yHqFBb/zAD/AGD/ANsA9//1/wDk/wDV/wDF/wC3/wD/AI2m/wD/FACY/wCI/wB5/wBp/wD/YgBb/wBK/wA8/wAs/wAd/wAN/wAAPv8A/xH/AFAAi///rQAA/8r/+gAA1///QwAAH/8Abf8A/43c/JNGAAAAiUlEQVR4AQXBg2EDAAAAsMy2bds2ttp2+/8PTby79mDLsKJPq/oFPdk24dWXAxsGjRg1ZtykKdNmzJozb8GiJct63WjYl7fiWdOZkk0vOpyr2fVtyKl7FX2uXGjpcuxWDy69KdiRk5WRlpIUFxMVERLw78+vH1Unun1YV3ZkwKM1CYfq7nQK22sD03ITV2Aqp0IAAAAASUVORK5CYII=');
}
colorpicker-alpha {
  display: none;
}
colorpicker-alpha,
.colorpicker-color {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAMAAACIElGlAAADAFBMVEUAAADT09PT09P////T09P////e3t7q6urT09Px8fHT09P////////T09PT09P////////T09PT09P////////////T09PT09P////////////T09P////T09PT09PT09P////T09PT09P////////////////T09P////T09PT09P////T09PT09PT09PT09PT09PT09P////T09P////T09PT09P////////////T09P////T09P////////////T09PT09P////T09P////////////////////T09P////////T09PT09P////////////////////////T09PT09P////////////////////////T09PT09P////T09PT09P////////T09P////////////T09P////////T09P////T09P////T09P////T09PT09PT09PT09P////T09PT09PT09PT09PT09PT09P////T09P////T09PT09P////////////T09PT09PT09P////T09PT09PT09PT09PT09PT09PT09P////////////////T09PT09P////////////T09P////////T09P////T09PT09PT09P////////T09P////////T09P////T09PT09P////////////////T09PT09PT09PT09P////T09PT09PT09PT09PT09PT09PT09P////T09P////T09PT09PT09PT09PT09P////////////////////////////////////T09P////T09P////T09P////T09PT09P////////////T09P////T09P////T09P////////////T09PT09P////////////////T09PT09P////T09P////T09PT09P////T09P////T09PT09P////T09PT09PT09PT09P////T09PT09P////////////T09PT09P////T09P////////T09MQsm1FAAABAHRSTlMAgJN8/vcDAfcCnJyGaZmZlomGk4yJOmM/eTxs8wY0YDFC7HNdLx18n5/7aUvzCcW9+qKiK8P0ZiltRwfdw/n8Px3WduJjItj78ss5PDHUNELbwP5wplA2FglEVwvkqNarCs4Z7b2sDLgQ0xNdyLrr0eLLUeW1Vs5TWQLwjPI3ZvQGdvxFyFrAeevaLCLvGd0kpRskGyf4qK605xKvFrGyDRHnBYMEkJaDkIBvB/gpH99O6CrbIC4nH3Lg2SXp4A7Qul/GDEgPSlMQ6LjqFU0SjyCCj5V/gnBN7xglL3O70WBU7gjFFEfft0sPTo1ndRipwXr2yRemWRVENq+ytbGuxGaWGQAAAnpJREFUeNpNxmdcDHAAxvEHOWXvmXX23ntv2XvvMg/Z44x0KaRBSnfcKSqlnYZKp1QqGpT20KZh783/eePj+3vzw3/q/AM9iURPTy6XS+RwcXNzcZMQTE1dTE3bE7y9S0u9xxD600rCGtpI2ErOsbGxzoiMrIqscnaOi4vDdnp4XYSrguwxQSb7KpMllycnl2MFaTSaTxrY5NrY5BoKb2BnZ2doZ29vb2OPSdSd4Bcc7OcXGhqamgqrYCsrq+mEiEtC3gUBDg55Dg53IkQYSYG+gb6+GEqB5wV0o5D8/JAQdKK5hA40n3BS+L6c0JJmE+ZQW8JEak1YQJ0Jq+jbaQEPnotGE+IrK+Pj+xKqU6pTUrIDAgKysZ+WEY5QQkJxcQIO0WrCUbL4YmFhgZ3UlVAUHR1d1JEwjVoRRpDJKxMTE/ShBoRR1I6whLyyvLyyUFAQFhbWhTCFFArFawXOCu/bEHpQLYKnZ0aGZw2CR1qah0dmpqurK+pTU0ILakJoTi+PC7j5RHTrqQg1qRkh3T3d3b0xoSE1ItSleoSe1IswmIYQPl8UlhLWkaOj41tHbKENBLX6j1qt/KFUKnFN+Onk9NvJCQdJpfqlUqGiIjExcRthN91/JsJmGkhYRO/OCBhHwwgxMWUxZQMIu8j8o7m5OfbRLMJh2kTYQ1FRhYVR2EHzCOtpMmEG3SUsJEvLoKAg2Prb2tqOJYSH+/uH33shwlTaS1hLBwhX6AYX2tuiRwStVntOa5yUZJwEqbREKjUi5Bjl5BhZW1uXWOMYGRBOnNDX1zfoxz1FwwkfSJfgo6vr41P7soBBNJ7Qm2YSzHTMzMwmEHRoMf0Fm5mYOUrzNBYAAAAASUVORK5CYII=');
}
.colorpicker {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 9999;
  display: none;
}
.colorpicker colorpicker-hue,
.colorpicker colorpicker-alpha,
.colorpicker colorpicker-saturation {
  position: relative;
}
.colorpicker input {
  width: 100px;
  font-size: 11px;
  color: #000;
  background-color: #fff;
}
.colorpicker.alpha {
  min-width: 140px;
}
.colorpicker.alpha colorpicker-alpha {
  display: block;
}
.colorpicker.colorpicker-fixed-position {
  position: fixed;
}
.colorpicker .dropdown-menu::after,
.colorpicker .dropdown-menu::before {
  content: '';
  display: inline-block;
  position: absolute;
}
.colorpicker .dropdown-menu::after {
  clear: both;
  border: 6px solid transparent;
  top: -5px;
  left: 7px;
}
.colorpicker .dropdown-menu::before {
  border: 7px solid transparent;
  top: -6px;
  left: 6px;
}
.colorpicker .dropdown-menu {
  position: static;
  top: 0;
  left: 0;
  min-width: 129px;
  padding: 4px;
  margin-top: 0;
}
.colorpicker-position-top .dropdown-menu::after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  top: auto;
  bottom: -5px;
}
.colorpicker-position-top .dropdown-menu::before {
  border-top: 7px solid rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  top: auto;
  bottom: -6px;
}
.colorpicker-position-right .dropdown-menu::after {
  border-right: 6px solid #fff;
  border-left: 0;
  top: 11px;
  left: -5px;
}
.colorpicker-position-right .dropdown-menu::before {
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 0;
  top: 10px;
  left: -6px;
}
.colorpicker-position-bottom .dropdown-menu::after {
  border-bottom: 6px solid #fff;
  border-top: 0;
}
.colorpicker-position-bottom .dropdown-menu::before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 0;
}
.colorpicker-position-left .dropdown-menu::after {
  border-left: 6px solid #fff;
  border-right: 0;
  top: 11px;
  left: auto;
  right: -5px;
}
.colorpicker-position-left .dropdown-menu::before {
  border-left: 7px solid rgba(0, 0, 0, 0.2);
  border-right: 0;
  top: 10px;
  left: auto;
  right: -6px;
}
colorpicker-preview {
  display: block;
  height: 10px;
  margin: 5px 0 3px 0;
  clear: both;
  background-position: 0 100%;
}

/* The MIT License */
.dropzone,
.dropzone *,
.dropzone-previews,
.dropzone-previews * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dropzone {
  position: relative;
  border: 1px solid rgba(0,0,0,0.08);
  background: rgba(0,0,0,0.02);
  padding: 1em;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message span {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone .dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone.dz-drag-hover {
  border-color: rgba(0,0,0,0.15);
  background: rgba(0,0,0,0.04);
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  background: rgba(255,255,255,0.8);
  position: relative;
  display: inline-block;
  margin: 17px;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 6px 6px 6px 6px;
  z-index:1;
}
.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
  display: none;
}
.dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
  width: 100px;
  height: 100px;
  position: relative;
  background: #ebebeb;
  padding: 5px;
  margin-bottom: 22px;
}
.dropzone .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  height: 100%;
}
.dropzone .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
}
.dropzone .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
  position: absolute;
  bottom: -28px;
  left: 3px;
  height: 28px;
  line-height: 28px;
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  display: block;
  top: 40px;
  left: 40px;
}
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  display: block;
}
.dropzone .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
  display: none;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  right: -10px;
  top: -10px;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  color: #8cc657;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  color: #ee162d;
}
.dropzone .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
  position: absolute;
  top: 100px;
  left: 6px;
  right: 6px;
  height: 6px;
  background: #d7d7d7;
  display: none;
}
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: #8cc657;
}
.dropzone .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
  display: block;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: none;
  position: absolute;
  top: -5px;
  left: -20px;
  background: rgba(245,245,245,0.8);
  padding: 8px 10px;
  color: #800;
  min-width: 140px;
  max-width: 500px;
  z-index: 5000;
}
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  display: block;
}
.dropzone {
  border: 1px solid rgb(52,170,220);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(90,200,250,0.7);
  padding: 23px;
}
.dropzone .dz-default.dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  width: 428px;
  height: 123px;
  margin-left: -214px;
  margin-top: -61.5px;
  top: 50%;
  left: 50%;
}
@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {
  .dropzone .dz-default.dz-message {
    background-image: url("/content/images/dropzonespritemap@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}
.dropzone .dz-default.dz-message span {
  display: none;
}
.dropzone.dz-square .dz-default.dz-message {
  background-position: 0 -123px;
  width: 268px;
  margin-left: -134px;
  height: 174px;
  margin-top: -87px;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
}
.dropzone.dz-started .dz-message {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
  box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
  font-size: 14px;
}
.dropzone .dz-preview.dz-image-preview:hover .dz-details img,
.dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {
  display: block;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
}
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone .dz-preview.dz-error .dz-progress .dz-upload,
.dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload {
  background: #ee1e2d;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  background-image: url("/content/images/dropzonespritemap.png");
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {
  .dropzone .dz-preview .dz-error-mark,
  .dropzone-previews .dz-preview .dz-error-mark,
  .dropzone .dz-preview .dz-success-mark,
  .dropzone-previews .dz-preview .dz-success-mark {
    background-image: url("/content/images/dropzonespritemap@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}
.dropzone .dz-preview .dz-error-mark span,
.dropzone-previews .dz-preview .dz-error-mark span,
.dropzone .dz-preview .dz-success-mark span,
.dropzone-previews .dz-preview .dz-success-mark span {
  display: none;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  background-position: -268px -123px;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  background-position: -268px -163px;
}
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  -webkit-animation: loading 0.4s linear infinite;
  -moz-animation: loading 0.4s linear infinite;
  -o-animation: loading 0.4s linear infinite;
  -ms-animation: loading 0.4s linear infinite;
  animation: loading 0.4s linear infinite;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-image: url("/content/images/dropzonespritemap.png");
  background-repeat: repeat-x;
  background-position: 0px -400px;
}
@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {
  .dropzone .dz-preview .dz-progress .dz-upload,
  .dropzone-previews .dz-preview .dz-progress .dz-upload {
    background-image: url("/content/images/dropzonespritemap@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}
.dropzone .dz-preview.dz-success .dz-progress,
.dropzone-previews .dz-preview.dz-success .dz-progress {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;

}
.dropzone a.dz-remove,
.dropzone-previews a.dz-remove {
  display: inline-block;
padding: 2px;
margin-bottom: 0;
font-size: 16px;
font-weight: 200;
line-height: 1.428571429;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
-webkit-user-select: none;
}
.dropzone a.dz-remove:hover,
.dropzone-previews a.dz-remove:hover {
  color: #666;
}
@-moz-keyframes loading {
  0% {
    background-position: 0 -400px;
  }

  100% {
    background-position: -7px -400px;
  }
}
@-webkit-keyframes loading {
  0% {
    background-position: 0 -400px;
  }

  100% {
    background-position: -7px -400px;
  }
}
@-o-keyframes loading {
  0% {
    background-position: 0 -400px;
  }

  100% {
    background-position: -7px -400px;
  }
}
@-ms-keyframes loading {
  0% {
    background-position: 0 -400px;
  }

  100% {
    background-position: -7px -400px;
  }
}
@keyframes loading {
  0% {
    background-position: 0 -400px;
  }

  100% {
    background-position: -7px -400px;
  }
}


/**** ADDITONAL */
.small-dz-message {position: absolute;
left: 0px;
top: 0px;
right: 0px;
margin-top: 20%;
text-align: center;
display: inline-block;
font-size: 12px;
font-weight: bold;
color: #fff;
line-height: 1.2!important;}

/*!
 * Yamm!3
 * Yet another megamenu for Bootstrap 3
 * 
 * http://geedmo.github.com/yamm3
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .nav.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}



/*!
 * Yamm!
 * Yet another megamenu for Bootstrap
 * http://geedmo.github.com/yamm
 *
 * https://github.com/geedmo
 */
.yamm .nav,
.yamm .dropup,
.yamm .dropdown,
.yamm .collapse {
  position: static;
}
.yamm .navbar-inner,
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .dropdown-menu > li {
  display: block;
}
.yamm .nav.pull-right .dropdown-menu {
  right: 0;
}
.yamm .yamm-content {
  padding: 20px 30px;
  *zoom: 1;
}
.yamm .yamm-content:before,
.yamm .yamm-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.yamm .yamm-content:after {
  clear: both;
}
.yamm.navbar .nav > li > .dropdown-menu:after,
.yamm.navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.yamm .dropdown.yamm-fullwidth .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
}
@media (max-width: 969px) {
  .yamm .dropdown.yamm-fullwidth .dropdown-menu {
    width: auto;
  }
  .yamm .yamm-content {
    padding-left: 0;
    padding-right: 0;
  }
  .yamm .dropdown-menu > li > ul {
    display: block;
  }
}
@font-face {
  font-family: 'isfontpack';
  src:  url('/content/fonts/isfontpack.eot?20220809');
  src:  url('/content/fonts/isfontpack.eot?20220809#iefix') format('embedded-opentype'),
    url('/content/fonts/isfontpack.ttf?20220809') format('truetype'),
    url('/content/fonts/isfontpack.woff?20220809') format('woff'),
    url('/content/fonts/isfontpack.svg?20220809#isfontpack') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/**/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'isfontpack';
        src: url('/content/fonts/isfontpack.svg?20191219#isfontpack') format('svg');
    }
}

[class^="isfontpack-"], [class*=" isfontpack-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'isfontpack' !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;
}

.isfontpack-bulkarchive:before {
    content: "\e9a2";
}
.isfontpack-add-page-icon:before {
    content: "\e900";
    color: #4675ba;
}
.isfontpack-remove-page-icon:before {
    content: "\e9a1";
    color: #4675ba;
}
.isfontpack-member:before {
  content: "\e000";
}
.isfontpack-checklist2:before {
  content: "\e600";
}
.isfontpack-folder-add:before {
  content: "\e601";
}
.isfontpack-folder-remove:before {
  content: "\e602";
}
.isfontpack-folder-zip:before {
  content: "\e603";
}
.isfontpack-folder-locked:before {
  content: "\e604";
}
.isfontpack-folder-down:before {
  content: "\e605";
}
.isfontpack-folder-up:before {
  content: "\e606";
}
.isfontpack-folder-delete:before {
  content: "\e607";
}
.isfontpack-folder-search:before {
  content: "\e608";
}
.isfontpack-request-review:before {
  content: "\e609";
}
.isfontpack-reports:before {
  content: "\e60a";
}
.isfontpack-checklist-report:before {
  content: "\e60b";
}
.isfontpack-reports2:before {
  content: "\e60c";
}
.isfontpack-calculator:before {
  content: "\e60d";
}
.isfontpack-mandatory:before {
  content: "\e60e";
}
.isfontpack-checklist3:before {
  content: "\e60f";
}
.isfontpack-fax3:before {
  content: "\e610";
}
.isfontpack-doc-download:before {
  content: "\e611";
}
.isfontpack-doc-upload:before {
  content: "\e612";
}
.isfontpack-doc-approved:before {
  content: "\e613";
}
.isfontpack-doc-remove:before {
  content: "\e614";
}
.isfontpack-doc-inreview:before {
  content: "\e615";
}
.isfontpack-doc-problem:before {
  content: "\e616";
}
.isfontpack-doc-remove2:before {
  content: "\e617";
}
.isfontpack-status-mandatory:before {
  content: "\e618";
}
.isfontpack-authentisign2:before {
  content: "\e619";
}
.isfontpack-swirl:before {
  content: "\e61a";
}
.isfontpack-checklist4:before {
  content: "\e61b";
}
.isfontpack-td_logo_pt1:before {
  content: "\e61c";
}
.isfontpack-td_logo_pt2:before {
  content: "\e61d";
}
.isfontpack-as_logo_pt1:before {
  content: "\e61e";
}
.isfontpack-as_logo_pt2:before {
  content: "\e61f";
}
.isfontpack-if_logo_pt1:before {
  content: "\e620";
}
.isfontpack-if_logo_pt2:before {
  content: "\e621";
}
.isfontpack-db_logo_pt1:before {
  content: "\e622";
}
.isfontpack-db_logo_pt2:before {
  content: "\e623";
}
.isfontpack-ifax_logo_pt1:before {
  content: "\e624";
}
.isfontpack-ifax_logo_pt2:before {
  content: "\e625";
}
.isfontpack-bc_logo_pt1:before {
  content: "\e626";
}
.isfontpack-bc_logo_pt2:before {
  content: "\e627";
}
.isfontpack-cd_logo_pt1:before {
  content: "\e628";
}
.isfontpack-cd_logo_pt2:before {
  content: "\e629";
}
.isfontpack-bt_logo_pt1:before {
  content: "\e62a";
}
.isfontpack-bt_logo_pt2:before {
  content: "\e62b";
}
.isfontpack-agent:before {
  content: "\e62c";
}
.isfontpack-transaction:before {
  content: "\e62d";
}
.isfontpack-agent_dashboard:before {
  content: "\e62e";
}
.isfontpack-contacts:before {
  content: "\e62f";
}
.isfontpack-settings:before {
  content: "\e630";
}
.isfontpack-logout:before {
  content: "\e631";
}
.isfontpack-move_documents2:before {
  content: "\e632";
}
.isfontpack-copy_documents:before {
  content: "\e633";
}
.isfontpack-merge_documents:before {
  content: "\e634";
}
.isfontpack-download_package:before {
  content: "\e635";
}
.isfontpack-pdf_download:before {
  content: "\e636";
}
.isfontpack-certified_document:before {
  content: "\e637";
}
.isfontpack-uncertified_document:before {
  content: "\e638";
}
.isfontpack-broker_checklist:before {
  content: "\e639";
}
.isfontpack-basket_empty:before {
  content: "\e63a";
}
.isfontpack-basket_full:before {
  content: "\e63b";
}
.isfontpack-glyph413:before {
  content: "\e63c";
}
.isfontpack-copy_to_docbox:before {
  content: "\e63d";
}
.isfontpack-copy_to_checklist:before {
  content: "\e63e";
}
.isfontpack-move_documents:before {
  content: "\e63f";
}
.isfontpack-task2:before {
  content: "\e640";
}
.isfontpack-manager:before {
  content: "\e641";
}
.isfontpack-setup:before {
  content: "\e642";
}
.isfontpack-offers:before {
  content: "\e643";
}
.isfontpack-gift2:before {
  content: "\e644";
}
.isfontpack-help_video:before {
  content: "\e645";
}
.isfontpack-agency_logo:before {
  content: "\e646";
}
.isfontpack-private_signer:before {
  content: "\e647";
}
.isfontpack-file_form:before {
  content: "\e800";
}
.isfontpack-file_doc:before {
  content: "\e801";
}
.isfontpack-file_xls:before {
  content: "\e802";
}
.isfontpack-shield_alt:before {
  content: "\e803";
}
.isfontpack-file_picture:before {
  content: "\e804";
}
.isfontpack-signings:before {
  content: "\e805";
}
.isfontpack-camera_refresh:before {
  content: "\e806";
}
.isfontpack-remove_date:before {
  content: "\e807";
}
.isfontpack-add_date:before {
  content: "\e808";
}
.isfontpack-empty_date:before {
  content: "\e809";
}
.isfontpack-close_box:before {
  content: "\e80a";
}
.isfontpack-open_box:before {
  content: "\e80b";
}
.isfontpack-full_box:before {
  content: "\e80c";
}
.isfontpack-toolbox:before {
  content: "\e80d";
}
.isfontpack-bullhorn_alt:before {
  content: "\e80e";
}
.isfontpack-contact_card:before {
  content: "\e80f";
}
.isfontpack-headset:before {
  content: "\e810";
}
.isfontpack-cloud_storage:before {
  content: "\e811";
}
.isfontpack-timer_alt:before {
  content: "\e812";
}
.isfontpack-bolt_alt:before {
  content: "\e813";
}
.isfontpack-file_certified:before {
  content: "\e814";
}
.isfontpack-map:before {
  content: "\e815";
}
.isfontpack-roadsign:before {
  content: "\e816";
}
.isfontpack-file_linked:before {
  content: "\e817";
}
.isfontpack-medal:before {
  content: "\e818";
}
.isfontpack-task:before {
  content: "\e819";
}
.isfontpack-book_alt:before {
  content: "\e81a";
}
.isfontpack-hand_stop:before {
  content: "\e81b";
}
.isfontpack-pie_chart:before {
  content: "\e81c";
}
.isfontpack-line_chart:before {
  content: "\e81d";
}
.isfontpack-chart_board:before {
  content: "\e81e";
}
.isfontpack-info:before {
  content: "\e81f";
}
.isfontpack-question2:before {
  content: "\e820";
}
.isfontpack-unlink:before {
  content: "\e821";
}
.isfontpack-filter:before {
  content: "\e822";
}
.isfontpack-search:before {
  content: "\e823";
}
.isfontpack-envelope:before {
  content: "\e824";
}
.isfontpack-heart:before {
  content: "\e825";
}
.isfontpack-star:before {
  content: "\e826";
}
.isfontpack-star_empty:before {
  content: "\e827";
}
.isfontpack-user:before {
  content: "\e828";
}
.isfontpack-zoom_in:before {
  content: "\e829";
}
.isfontpack-zoom_out:before {
  content: "\e82a";
}
.isfontpack-off:before {
  content: "\e82b";
}
.isfontpack-signal:before {
  content: "\e82c";
}
.isfontpack-cog:before {
  content: "\e82d";
}
.isfontpack-trash:before {
  content: "\e82e";
}
.isfontpack-home:before {
  content: "\e82f";
}
.isfontpack-file_alt:before {
  content: "\e830";
}
.isfontpack-time:before {
  content: "\e831";
}
.isfontpack-road:before {
  content: "\e832";
}
.isfontpack-download_alt-1:before {
  content: "\e833";
}
.isfontpack-download:before {
  content: "\e834";
}
.isfontpack-upload:before {
  content: "\e835";
}
.isfontpack-inbox:before {
  content: "\e836";
}
.isfontpack-headphones:before {
  content: "\e837";
}
.isfontpack-volume_off:before {
  content: "\e838";
}
.isfontpack-volume_down:before {
  content: "\e839";
}
.isfontpack-volume_up:before {
  content: "\e83a";
}
.isfontpack-qrcode:before {
  content: "\e83b";
}
.isfontpack-tag:before {
  content: "\e83c";
}
.isfontpack-tags:before {
  content: "\e83d";
}
.isfontpack-book:before {
  content: "\e83e";
}
.isfontpack-bookmark:before {
  content: "\e83f";
}
.isfontpack-print:before {
  content: "\e840";
}
.isfontpack-camera:before {
  content: "\e841";
}
.isfontpack-font:before {
  content: "\e842";
}
.isfontpack-bold:before {
  content: "\e843";
}
.isfontpack-italic:before {
  content: "\e844";
}
.isfontpack-list:before {
  content: "\e845";
}
.isfontpack-indent_left:before {
  content: "\e846";
}
.isfontpack-indent_right:before {
  content: "\e847";
}
.isfontpack-facetime:before {
  content: "\e848";
}
.isfontpack-picture:before {
  content: "\e849";
}
.isfontpack-pencil:before {
  content: "\e84a";
}
.isfontpack-map_marker:before {
  content: "\e84b";
}
.isfontpack-adjust:before {
  content: "\e84c";
}
.isfontpack-tint:before {
  content: "\e84d";
}
.isfontpack-uniF044:before {
  content: "\e84e";
}
.isfontpack-edit:before {
  content: "\e84f";
}
.isfontpack-share:before {
  content: "\e850";
}
.isfontpack-check:before {
  content: "\e851";
}
.isfontpack-move:before {
  content: "\e852";
}
.isfontpack-forward:before {
  content: "\e853";
}
.isfontpack-fast_forward:before {
  content: "\e854";
}
.isfontpack-step_forward:before {
  content: "\e855";
}
.isfontpack-eject:before {
  content: "\e856";
}
.isfontpack-chevron_left:before {
  content: "\e857";
}
.isfontpack-chevron_right:before {
  content: "\e858";
}
.isfontpack-plus_sign:before {
  content: "\e859";
}
.isfontpack-minus_sign:before {
  content: "\e85a";
}
.isfontpack-uniF058:before {
  content: "\e85b";
}
.isfontpack-remove_sign:before {
  content: "\e85c";
}
.isfontpack-question_sign:before {
  content: "\e85d";
}
.isfontpack-info_sign:before {
  content: "\e85e";
}
.isfontpack-screenshot:before {
  content: "\e85f";
}
.isfontpack-remove_circle:before {
  content: "\e860";
}
.isfontpack-resize_full:before {
  content: "\e861";
}
.isfontpack-resize_small:before {
  content: "\e862";
}
.isfontpack-plus2:before {
  content: "\e863";
}
.isfontpack-minus2:before {
  content: "\e864";
}
.isfontpack-exlamation_sign:before {
  content: "\e865";
}
.isfontpack-gift:before {
  content: "\e866";
}
.isfontpack-eye_open:before {
  content: "\e867";
}
.isfontpack-eye_close:before {
  content: "\e868";
}
.isfontpack-warning_sign:before {
  content: "\e869";
}
.isfontpack-calendar:before {
  content: "\e86a";
}
.isfontpack-random:before {
  content: "\e86b";
}
.isfontpack-comment:before {
  content: "\e86c";
}
.isfontpack-magnet:before {
  content: "\e86d";
}
.isfontpack-chevron_up:before {
  content: "\e86e";
}
.isfontpack-resize_horizontal:before {
  content: "\e86f";
}
.isfontpack-bar_chart:before {
  content: "\e870";
}
.isfontpack-camera_retro:before {
  content: "\e871";
}
.isfontpack-key:before {
  content: "\e872";
}
.isfontpack-cogs:before {
  content: "\e873";
}
.isfontpack-comments:before {
  content: "\e874";
}
.isfontpack-thumbs_up:before {
  content: "\e875";
}
.isfontpack-thumbs_down:before {
  content: "\e876";
}
.isfontpack-star_half:before {
  content: "\e877";
}
.isfontpack-heart_empty:before {
  content: "\e878";
}
.isfontpack-signout:before {
  content: "\e879";
}
.isfontpack-pushpin:before {
  content: "\e87a";
}
.isfontpack-external_link:before {
  content: "\e87b";
}
.isfontpack-signin:before {
  content: "\e87c";
}
.isfontpack-unlock:before {
  content: "\e87d";
}
.isfontpack-hdd:before {
  content: "\e87e";
}
.isfontpack-bullhorn:before {
  content: "\e87f";
}
.isfontpack-bell:before {
  content: "\e880";
}
.isfontpack-certificate:before {
  content: "\e881";
}
.isfontpack-hand_right:before {
  content: "\e882";
}
.isfontpack-hand_left:before {
  content: "\e883";
}
.isfontpack-hand_up:before {
  content: "\e884";
}
.isfontpack-hand_down:before {
  content: "\e885";
}
.isfontpack-circle_arrow_left:before {
  content: "\e886";
}
.isfontpack-circle_arrow_right:before {
  content: "\e887";
}
.isfontpack-circle_arrow_up:before {
  content: "\e888";
}
.isfontpack-circle_arrow_down:before {
  content: "\e889";
}
.isfontpack-globe:before {
  content: "\e88a";
}
.isfontpack-cloud:before {
  content: "\e88b";
}
.isfontpack-uniF0C4:before {
  content: "\e88c";
}
.isfontpack-cut:before {
  content: "\e88d";
}
.isfontpack-copy:before {
  content: "\e88e";
}
.isfontpack-paper_clip:before {
  content: "\e88f";
}
.isfontpack-save:before {
  content: "\e890";
}
.isfontpack-reorder:before {
  content: "\e891";
}
.isfontpack-ul:before {
  content: "\e892";
}
.isfontpack-ol:before {
  content: "\e893";
}
.isfontpack-strikethrough:before {
  content: "\e894";
}
.isfontpack-underline:before {
  content: "\e895";
}
.isfontpack-truck:before {
  content: "\e896";
}
.isfontpack-caret_down:before {
  content: "\e897";
}
.isfontpack-caret_up:before {
  content: "\e898";
}
.isfontpack-envelope_alt:before {
  content: "\e899";
}
.isfontpack-undo:before {
  content: "\e89a";
}
.isfontpack-legal:before {
  content: "\e89b";
}
.isfontpack-dashboard:before {
  content: "\e89c";
}
.isfontpack-comment_alt:before {
  content: "\e89d";
}
.isfontpack-comments_alt:before {
  content: "\e89e";
}
.isfontpack-bolt:before {
  content: "\e89f";
}
.isfontpack-uniF0E8:before {
  content: "\e8a0";
}
.isfontpack-uniF0E9:before {
  content: "\e8a1";
}
.isfontpack-sitemap:before {
  content: "\e8a2";
}
.isfontpack-umbrella:before {
  content: "\e8a3";
}
.isfontpack-paste:before {
  content: "\e8a4";
}
.isfontpack-lightbulb:before {
  content: "\e8a5";
}
.isfontpack-exchange:before {
  content: "\e8a6";
}
.isfontpack-hospital:before {
  content: "\e8a7";
}
.isfontpack-ambulance:before {
  content: "\e8a8";
}
.isfontpack-medkit:before {
  content: "\e8a9";
}
.isfontpack-center_point:before {
  content: "\e8aa";
}
.isfontpack-double_angle_left:before {
  content: "\e8ab";
}
.isfontpack-double_angle_right:before {
  content: "\e8ac";
}
.isfontpack-double_angle_up:before {
  content: "\e8ad";
}
.isfontpack-double_angle_down:before {
  content: "\e8ae";
}
.isfontpack-angle_left:before {
  content: "\e8af";
}
.isfontpack-angle_right:before {
  content: "\e8b0";
}
.isfontpack-angle_up:before {
  content: "\e8b1";
}
.isfontpack-angle_down:before {
  content: "\e8b2";
}
.isfontpack-desktop:before {
  content: "\e8b3";
}
.isfontpack-laptop:before {
  content: "\e8b4";
}
.isfontpack-file_pdf:before {
  content: "\e8b5";
}
.isfontpack-file:before {
  content: "\e8b6";
}
.isfontpack-food:before {
  content: "\e8b7";
}
.isfontpack-bell_alt:before {
  content: "\e8b8";
}
.isfontpack-uniE89A:before {
  content: "\e8b9";
}
.isfontpack-uniF0F2:before {
  content: "\e8ba";
}
.isfontpack-cursor_alt:before {
  content: "\e8bb";
}
.isfontpack-basket_alt:before {
  content: "\e8bc";
}
.isfontpack-pen:before {
  content: "\e8bd";
}
.isfontpack-tools:before {
  content: "\e8be";
}
.isfontpack-th_large:before {
  content: "\e8bf";
}
.isfontpack-film:before {
  content: "\e8c0";
}
.isfontpack-play_circle:before {
  content: "\e8c1";
}
.isfontpack-repeat:before {
  content: "\e8c2";
}
.isfontpack-text_width:before {
  content: "\e8c3";
}
.isfontpack-text_height:before {
  content: "\e8c4";
}
.isfontpack-step_backward:before {
  content: "\e8c5";
}
.isfontpack-ok_circle:before {
  content: "\e8c6";
}
.isfontpack-chevron_down:before {
  content: "\e8c7";
}
.isfontpack-upload_alt:before {
  content: "\e8c8";
}
.isfontpack-wrench:before {
  content: "\e8c9";
}
.isfontpack-caret_left:before {
  content: "\e8ca";
}
.isfontpack-caret_right:before {
  content: "\e8cb";
}
.isfontpack-download_alt:before {
  content: "\e8cc";
}
.isfontpack-lemon:before {
  content: "\e8cd";
}
.isfontpack-retweet:before {
  content: "\e8ce";
}
.isfontpack-ban_circle:before {
  content: "\e8cf";
}
.isfontpack-fast_backward:before {
  content: "\e8d0";
}
.isfontpack-bookmark_alt:before {
  content: "\e8d1";
}
.isfontpack-glasses:before {
  content: "\e8d2";
}
.isfontpack-th:before {
  content: "\e8d3";
}
.isfontpack-uniE8CC:before {
  content: "\e8d4";
}
.isfontpack-align_left:before {
  content: "\e8d5";
}
.isfontpack-backward:before {
  content: "\e8d6";
}
.isfontpack-arrow_left:before {
  content: "\e8d7";
}
.isfontpack-refresh:before {
  content: "\e8d8";
}
.isfontpack-briefcase:before {
  content: "\e8d9";
}
.isfontpack-columns:before {
  content: "\e8da";
}
.isfontpack-sort:before {
  content: "\e8db";
}
.isfontpack-fullscreen:before {
  content: "\e8dc";
}
.isfontpack-phone:before {
  content: "\e8dd";
}
.isfontpack-check_empty:before {
  content: "\e8de";
}
.isfontpack-shopping_cart:before {
  content: "\e8df";
}
.isfontpack-arrow_right:before {
  content: "\e8e0";
}
.isfontpack-align_center:before {
  content: "\e8e1";
}
.isfontpack-list_alt:before {
  content: "\e8e2";
}
.isfontpack-th_list:before {
  content: "\e8e3";
}
.isfontpack-comments_square:before {
  content: "\e8e4";
}
.isfontpack-alarm:before {
  content: "\e8e5";
}
.isfontpack-timer:before {
  content: "\e8e6";
}
.isfontpack-fax_alt:before {
  content: "\e8e7";
}
.isfontpack-file_cabinet:before {
  content: "\e8e8";
}
.isfontpack-home_alt:before {
  content: "\e8e9";
}
.isfontpack-ok:before {
  content: "\e8ea";
}
.isfontpack-folder_close:before {
  content: "\e8eb";
}
.isfontpack-flag:before {
  content: "\e8ec";
}
.isfontpack-remove:before {
  content: "\e8ed";
}
.isfontpack-align_right:before {
  content: "\e8ee";
}
.isfontpack-align_justify:before {
  content: "\e8ef";
}
.isfontpack-stop:before {
  content: "\e8f0";
}
.isfontpack-pause:before {
  content: "\e8f1";
}
.isfontpack-arrow_up:before {
  content: "\e8f2";
}
.isfontpack-share_alt:before {
  content: "\e8f3";
}
.isfontpack-uniF07D:before {
  content: "\e8f4";
}
.isfontpack-lock:before {
  content: "\e8f5";
}
.isfontpack-bookmark_empty:before {
  content: "\e8f6";
}
.isfontpack-phone_sign:before {
  content: "\e8f7";
}
.isfontpack-link:before {
  content: "\e8f8";
}
.isfontpack-folder_open:before {
  content: "\e8f9";
}
.isfontpack-sort_down:before {
  content: "\e8fa";
}
.isfontpack-sort_up:before {
  content: "\e8fb";
}
.isfontpack-coffee:before {
  content: "\e8fc";
}
.isfontpack-play:before {
  content: "\e8fd";
}
.isfontpack-code_fork:before {
  content: "\e8fe";
}
.isfontpack-location_arrow:before {
  content: "\e8ff";
}
.isfontpack-reply_all:before {
  content: "\e901";
}
.isfontpack-flag_checkered:before {
  content: "\e902";
}
.isfontpack-flag_alt:before {
  content: "\e903";
}
.isfontpack-keyboard:before {
  content: "\e904";
}
.isfontpack-meh:before {
  content: "\e905";
}
.isfontpack-frown:before {
  content: "\e906";
}
.isfontpack-smile:before {
  content: "\e907";
}
.isfontpack-group:before {
  content: "\e908";
}
.isfontpack-folder_open_alt:before {
  content: "\e909";
}
.isfontpack-folder_close_alt:before {
  content: "\e90a";
}
.isfontpack-circle:before {
  content: "\e90b";
}
.isfontpack-spinner:before {
  content: "\e90c";
}
.isfontpack-circle_blank:before {
  content: "\e90d";
}
.isfontpack-mobile_phone:before {
  content: "\e90e";
}
.isfontpack-tablet:before {
  content: "\e90f";
}
.isfontpack-exclamation:before {
  content: "\e910";
}
.isfontpack-superscript:before {
  content: "\e911";
}
.isfontpack-eraser:before {
  content: "\e912";
}
.isfontpack-puzzle_piece:before {
  content: "\e913";
}
.isfontpack-microphone:before {
  content: "\e914";
}
.isfontpack-microphone_off:before {
  content: "\e915";
}
.isfontpack-shield:before {
  content: "\e916";
}
.isfontpack-reply:before {
  content: "\e917";
}
.isfontpack-chevron_sign_left:before {
  content: "\e918";
}
.isfontpack-chevron_sign_right:before {
  content: "\e919";
}
.isfontpack-chevron_sign_up:before {
  content: "\e91a";
}
.isfontpack-chevron_sign_down:before {
  content: "\e91b";
}
.isfontpack-html5:before {
  content: "\e91c";
}
.isfontpack-anchor:before {
  content: "\e91d";
}
.isfontpack-calendar_empty:before {
  content: "\e91e";
}
.isfontpack-bullseye:before {
  content: "\e91f";
}
.isfontpack-ellipsis_vertical:before {
  content: "\e920";
}
.isfontpack-play_sign:before {
  content: "\e921";
}
.isfontpack-minus_sign_alt:before {
  content: "\e922";
}
.isfontpack-sort_by_order_alt:before {
  content: "\e923";
}
.isfontpack-save_alt:before {
  content: "\e924";
}
.isfontpack-doctor:before {
  content: "\e925";
}
.isfontpack-sort_by_order_alt-1:before {
  content: "\e926";
}
.isfontpack-sort_by_attributes_alt:before {
  content: "\e927";
}
.isfontpack-glyph337:before {
  content: "\e928";
}
.isfontpack-approve_docs:before {
  content: "\e929";
}
.isfontpack-sort_by_attributes:before {
  content: "\e92a";
}
.isfontpack-sort_by_alphabet_alt:before {
  content: "\e92b";
}
.isfontpack-dot_circle_alt:before {
  content: "\e92c";
}
.isfontpack-step_left_sign:before {
  content: "\e92d";
}
.isfontpack-sort_by_order:before {
  content: "\e92e";
}
.isfontpack-text:before {
  content: "\e92f";
}
.isfontpack-arrow_circle_alt_left:before {
  content: "\e930";
}
.isfontpack-arrow_circle_alt_right:before {
  content: "\e931";
}
.isfontpack-unlock_alt:before {
  content: "\e932";
}
.isfontpack-archive:before {
  content: "\e933";
}
.isfontpack-file_2:before {
  content: "\e934";
}
.isfontpack-collapse_right:before {
  content: "\e935";
}
.isfontpack-collapse_top:before {
  content: "\e936";
}
.isfontpack-female:before {
  content: "\e937";
}
.isfontpack-android:before {
  content: "\e938";
}
.isfontpack-collapse:before {
  content: "\e939";
}
.isfontpack-compass:before {
  content: "\e93a";
}
.isfontpack-share_sign:before {
  content: "\e93b";
}
.isfontpack-arrow_diagonol:before {
  content: "\e93c";
}
.isfontpack-edit_sign:before {
  content: "\e93d";
}
.isfontpack-check_sign:before {
  content: "\e93e";
}
.isfontpack-level_down:before {
  content: "\e93f";
}
.isfontpack-level_up:before {
  content: "\e940";
}
.isfontpack-check_minus:before {
  content: "\e941";
}
.isfontpack-thumb_up_alt:before {
  content: "\e942";
}
.isfontpack-thumb_down_alt:before {
  content: "\e943";
}
.isfontpack-long_arrow_down:before {
  content: "\e944";
}
.isfontpack-long_arrow_up:before {
  content: "\e945";
}
.isfontpack-long_arrow_left:before {
  content: "\e946";
}
.isfontpack-long_arrow_right:before {
  content: "\e947";
}
.isfontpack-apple:before {
  content: "\e948";
}
.isfontpack-windows:before {
  content: "\e949";
}
.isfontpack-wizard:before {
  content: "\e94a";
}
.isfontpack-ellipsis_horizontal:before {
  content: "\e94b";
}
.isfontpack-usd:before {
  content: "\e94c";
}
.isfontpack-add_form_to_trans:before {
  content: "\e94d";
}
.isfontpack-create_new_trans_from_form:before {
  content: "\e94e";
}
.isfontpack-document_in_folder:before {
  content: "\e94f";
}
.isfontpack-male:before {
  content: "\e950";
}
.isfontpack-fax:before {
  content: "\e951";
}
.isfontpack-hourglass1:before {
  content: "\e952";
}
.isfontpack-hourglass2:before {
  content: "\e953";
}
.isfontpack-gridview2:before {
  content: "\e954";
}
.isfontpack-floppy:before {
  content: "\e955";
}
.isfontpack-lock_screen:before {
  content: "\e956";
}
.isfontpack-add_picture:before {
  content: "\e958";
}
.isfontpack-wrist_watch:before {
  content: "\e959";
}
.isfontpack-save_folder:before {
  content: "\e95a";
}
.isfontpack-up_folder_navigate:before {
  content: "\e95b";
}
.isfontpack-gears2:before {
  content: "\e95c";
}
.isfontpack-medal2:before {
  content: "\e95d";
}
.isfontpack-desktop2:before {
  content: "\e95e";
}
.isfontpack-checklist:before {
  content: "\e95f";
}
.isfontpack-sort_order:before {
  content: "\e960";
}
.isfontpack-markup:before {
  content: "\e961";
}
.isfontpack-tools2:before {
  content: "\e962";
}
.isfontpack-autopopulate:before {
  content: "\e963";
}
.isfontpack-switch:before {
  content: "\e964";
}
.isfontpack-google_drive:before {
  content: "\e965";
}
.isfontpack-dropbox:before {
  content: "\e966";
}
.isfontpack-one_drive:before {
  content: "\e967";
}
.isfontpack-finalized:before {
  content: "\e968";
}
.isfontpack-upload_2:before {
  content: "\e969";
}
.isfontpack-swap:before {
  content: "\e96a";
}
.isfontpack-color:before {
  content: "\e96b";
}
.isfontpack-fontstyle:before {
  content: "\e96c";
}
.isfontpack-fontsize:before {
  content: "\e96d";
}
.isfontpack-fonts:before {
  content: "\e96e";
}
.isfontpack-confidential:before {
  content: "\e96f";
}
.isfontpack-watermark:before {
  content: "\e970";
}
.isfontpack-line:before {
  content: "\e971";
}
.isfontpack-highlight:before {
  content: "\e972";
}
.isfontpack-strike:before {
  content: "\e973";
}
.isfontpack-title_case:before {
  content: "\e974";
}
.isfontpack-lower_case:before {
  content: "\e975";
}
.isfontpack-upper_case:before {
  content: "\e976";
}
.isfontpack-new_form:before {
  content: "\e977";
}
.isfontpack-color_swatch:before {
  content: "\e978";
}
.isfontpack-opacity:before {
  content: "\e979";
}
.isfontpack-add_text:before {
  content: "\e97a";
}
.isfontpack-x-out:before {
  content: "\e97b";
}
.isfontpack-freehand:before {
  content: "\e97c";
}
.isfontpack-watermark2:before {
  content: "\e97d";
}
.isfontpack-sample:before {
  content: "\e97e";
}
.isfontpack-uniE97F:before {
  content: "\e97f";
}
.isfontpack-uniE980:before {
  content: "\e980";
}
.isfontpack-uniE981:before {
  content: "\e981";
}
.isfontpack-uniE982:before {
  content: "\e982";
}
.isfontpack-uniE983:before {
  content: "\e983";
}
.isfontpack-uniE984:before {
  content: "\e984";
}
.isfontpack-rocket:before {
  content: "\e985";
}
.isfontpack-support:before {
  content: "\e986";
}
.isfontpack-training:before {
  content: "\e987";
}
.isfontpack-training_icon:before {
  content: "\e988";
}
.isfontpack-listing_upload:before {
  content: "\e989";
}
.isfontpack-box:before {
  content: "\e98a";
}
.isfontpack-as_add_doc:before {
  content: "\e98b";
}
.isfontpack-as_new_from_doc:before {
  content: "\e98c";
}
.isfontpack-select_all:before {
  content: "\e98d";
}
.isfontpack-slice:before {
  content: "\e98e";
}
.isfontpack-circle_select:before {
  content: "\e98f";
}
.isfontpack-deselect_all:before {
  content: "\e990";
}
.isfontpack-grip_bottom:before {
  content: "\e991";
}
.isfontpack-grip_top:before {
  content: "\e992";
}
.isfontpack-grip_full:before {
  content: "\e993";
}
.isfontpack-grip_left:before {
  content: "\e994";
}
.isfontpack-grip_right:before {
  content: "\e995";
}
.isfontpack-grip_top_wide:before {
  content: "\e996";
}
.isfontpack-grip_center2:before {
  content: "\e997";
}
.isfontpack-grip_left_2:before {
  content: "\e998";
}
.isfontpack-draft:before {
  content: "\e999";
}
.isfontpack-reviewer:before {
  content: "\e99a";
}
.isfontpack-private_ccemail:before {
  content: "\e99b";
}
.isfontpack-private_reviewer:before {
  content: "\e99c";
}
.isfontpack-ccemail:before {
  content: "\e99d";
}
.isfontpack-DocumentBackgroundWithLayout:before {
  content: "\e99e";
}
.isfontpack-DocumentBackgroundWithTemplate:before {
  content: "\e99f";
}
.isfontpack-cc:before {
  content: "\e9a0";
}
.isfontpack-partners:before {
    content: "\e9a4";
}
.isfontpack-handshake:before {
    content: "\e9a3";
}
.isfontpack-add-page-icon-large:before {
    content: "\e957";
}
.isfontpack-remove-page-icon-large:before {
  content: "\e9a5";
}
.isfontpack-Clause:before {
    content: "\e9a6";
}


.isfontpack-file:before ,.isfontpack-file_none:before {
	content: "\e8b6";
}
.isfontpack-file_doc:before,.isfontpack-file_docx:before {
	content: "\e602";
}
.isfontpack-file_xls:before,.isfontpack-file_xlsx:before {
	content: "\e802";
}
.isfontpack-picture_alt:before, .isfontpack-file_png:before {
	content: "\e804";
}


/* Override styles in the bootstrap theme */

@font-face {
    font-family: 'open_sans_condensedbold';
    src: url('/content/fonts/opensans-condbold-webfont.eot');
    src: url('/content/fonts/opensans-condbold-webfont.eot?#iefix') format('embedded-opentype'), url('/content/fonts/opensans-condbold-webfont.woff') format('woff'), url('/content/fonts/opensans-condbold-webfont.ttf') format('truetype'), url('/content/fonts/opensans-condbold-webfont.svg#open_sans_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanscondensed_light';
    src: url('/content/fonts/opensans-condlight-webfont.eot');
    src: url('/content/fonts/opensans-condlight-webfont.eot?#iefix') format('embedded-opentype'), url('/content/fonts/opensans-condlight-webfont.woff') format('woff'), url('/content/fonts/opensans-condlight-webfont.ttf') format('truetype'), url('/content/fonts/opensans-condlight-webfont.svg#open_sanscondensed_light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansCnLtIt';
    src: url('/content/fonts/opensans-condlightitalic-webfont.eot');
    src: url('/content/fonts/opensans-condlightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('/content/fonts/opensans-condlightitalic-webfont.woff') format('woff'), url('/content/fonts/opensans-condlightitalic-webfont.ttf') format('truetype'), url('/content/fonts/opensans-condlightitalic-webfont.svg#open_sansCnLtIt') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('/content/fonts/opensans-regular-webfont.eot');
    src: url('/content/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/content/fonts/opensans-regular-webfont.woff') format('woff'), url('/content/fonts/opensans-regular-webfont.ttf') format('truetype'), url('/content/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('/content/fonts/opensans-bold-webfont.eot');
    src: url('/content/fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/content/fonts/opensans-bold-webfont.woff') format('woff'), url('/content/fonts/opensans-bold-webfont.ttf') format('truetype'), url('/content/fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titillium';
    src: url('/content/fonts/Titillium-Regular.eot');
    src: url('/content/fonts/Titillium-Regular.eot?#iefix') format('embedded-opentype'), url('/content/fonts/Titillium-Regular.woff') format('woff'), url('/content/fonts/Titillium-Regular.ttf') format('truetype'), url('/content/fonts/Titillium-Regular.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "titillium";
    height: 100%;
    letter-spacing: 1px;
    overflow: hidden;
}

/* remove hover styling */
a:hover {
    text-decoration: none;
}

*:focus {
    outline: none !important;
}

*:focus-visible {
    outline: 2px solid #000 !important;
}

.btn:active {
    color: #fff;
}

/* images */
.img-thumbnail {
    border-radius: 0px;
}

/* inputs */
.input-group-addon {
    border-radius: 0px;
}

/* buttons */
.btn-default {
    background-color: transparent;
}

/* horizontal rule */
hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* HACK NEEDED for snap.js and dropdowns to play nicely together */
.dropdown {
    z-index: 15001;
}

.panel-heading.dropdown {
    position: relative;
    z-index: 20000;
}

/*[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}*/

/* dropdown overrides */
.dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
}

@media only screen and (max-height : 500px) {
    .dropdown-menu {
        max-height: 150px;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        padding-left: 20px;
        padding-right: 20px;
        width: auto;
        top:100% !important;
    }
}

@media only screen and (max-width : 500px) {
    .dropdown-menu {
        max-width: 200px;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        padding-left: 20px;
        padding-right: 20px;
        width: auto;
        top: 100% !important;
    }
}

    .dropdown-menu li {
        margin: 5px 0px;
        text-align: center;
        padding: 0px 5px 0px 5px;
        white-space: nowrap;
    }

    .dropdown-menu > li > a {
        padding: 5px 5px 5px 5px;
        font-size: 14px;
        font-weight: 100;
        font-family: "open_sansregular";
    }

[datepicker-popup-wrap].dropdown-menu {
    max-height: inherit;
    padding-bottom: 15px;
}

#logoWrapper {
    margin-bottom: 40px;
    display: block;
    width: 230px;
    height: 72px;
    background-image: url('/content/images/instanet-solutions-logo.png');
    background-repeat: no-repeat;
}

#logoWrapperTM {
    margin-top: 1px;
    display: block;
    width: 200px;
    height: 72px;
    background-image: url('/content/images/loneWolfTM-logo.png');
    background-size: 98%;
    background-repeat: no-repeat;
}

.rebrand-sm i:last-child {
    font-size: 17px !important;
    font-family: 'titillium';
    line-height: 1;
    font-style: normal !important;
    color: #72BE44 !important;
}

.rebrandnewtheme-sm i:last-child {
    font-size: 17px !important;
    font-family: 'titillium';
    line-height: 1;
    font-style: normal !important;
    color: black !important;
}

.newThemeLeftMenuList {
    right: 45px;
    background: white;
}

.modal-title {
    text-align: center;
    line-height: 2.5;
}

ul[class~="crea-training"] {
    margin-top: 8px;
}
ul[class~="crea-training"] li {
    margin-top: 20px;
}
ul[class~="crea-training"] li ul{
    margin-top: 0px;
}
ul[class~="crea-training"] li ul li{
    margin-top: 0px;
}

.module-header {
    margin-top: 0px;
}

.modal-body {
    padding: 20px;
}

.xl-dialog.preview .modal-body {
    padding: 5px 20px;
    height: 90%;
}

.typeahead-dropdown {
    max-height: 1500px;
}
    /* to counteract the max-height on dropdown-menu*/
    .typeahead-dropdown li {
        text-align: left;
    }

.isfontpack-star_empty:checked:before {
    content: "\e826";
}

/* TEXT SIZES */
@media(max-width:767px) {
    body, p, span {
        font-size: 12px;
    }

    h1 {
        font-size: 20px;
        font-family: "titillium";
    }

    h2 {
        font-size: 18px;
        font-family: "titillium";
    }

    h3 {
        font-size: 16px;
        font-family: "titillium";
    }

        h3 button span {
            font-size: 16px;
            font-family: "titillium";
        }

    h2, .panel-title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    h4 {
        font-size: 16px;
    }

        h4.transaction-header-control {
            font-size: 12px;
            margin-left: 10px;
        }

    h5 {
        font-size: 14px;
        font-family: "titillium";
    }

    .adjust-phone-margin > h3 {
        margin-top: 10px;
        margin-bottom: 5px;
    }
}

@media(min-width:768px) {
    body, p, span {
        font-size: 12px;
    }

    h1 {
        font-size: 20px;
        font-family: "titillium";
    }

    h2 {
        font-size: 18px;
        font-family: "titillium";
    }

    h3 {
        font-size: 16px;
        font-family: "titillium";
    }

        h3 button span {
            font-size: 16px;
            font-family: "titillium";
        }

    h2, .panel-title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 14px;
        font-family: "titillium";
    }
}

@media(min-width:992px) {
    body, p, span {
        font-size: 14px;
    }

    h1 {
        font-size: 25px;
        font-family: "titillium";
    }

    h2 {
        font-size: 21px;
        font-family: "titillium";
    }

    h3 {
        font-size: 17px;
        font-family: "titillium";
    }

        h3 button span {
            font-size: 17px;
            font-family: "titillium";
        }

    h2, .panel-title {
        font-size: 21px;
        margin-bottom: 5px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 15px;
        font-family: "titillium";
    }
}

@media(min-width:1200px) {
    body, p, span {
        font-size: 14px;
    }

    h1 {
        font-size: 26px;
        font-family: "titillium";
    }

    h2 {
        font-size: 22px;
        font-family: "titillium";
    }

    h3 {
        font-size: 18px;
        margin-top: 15px;
        font-family: "titillium";
    }

        h3 button span {
            font-size: 18px;
            font-family: "titillium";
        }

    h2, .panel-title {
        font-size: 22px;
        margin-bottom: 5px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 16px;
        font-family: "titillium";
    }
}

/* INPUT SIZES */
@media(max-width:767px) {
    .input-sm {
        height: 25px;
        padding: 3px 3px;
        font-size: 12px;
        line-height: 1.5;
    }

    textarea.input-sm {
        height: auto;
    }

    select.input-sm {
        height: 25px;
        line-height: 19px;
        padding: 3px 3px;
    }

    .input-lg {
        height: 49px;
        padding: 10px 16px;
        font-size: 20px;
        line-height: 1.33;
    }
}

@media(min-width:768px) {
    .input-sm {
        height: 27px;
        padding: 5px 7px;
        font-size: 13px;
        line-height: 1.5;
    }

    textarea.input-sm {
        height: auto;
    }

    select.input-sm {
        height: 27px;
        line-height: 21px;
        padding: 3px 4px;
    }

    .input-lg {
        height: 49px;
        padding: 10px 16px;
        font-size: 20px;
        line-height: 1.33;
    }
}

@media(min-width:992px) {
    .input-sm {
        height: 29px;
        padding: 5px 8px;
        font-size: 13px;
        line-height: 1.5;
    }

    select.input-sm {
        height: 29px;
        padding: 4px 5px;
    }

    textarea.input-sm {
        height: auto;
    }

    .input-lg {
        height: 49px;
        padding: 10px 16px;
        font-size: 20px;
        line-height: 1.33;
    }
}

@media(min-width:1200px) {
    .input-sm {
        height: 33px;
        padding: 5px 10px;
        font-size: 14px;
        line-height: 1.5;
    }

    textarea.input-sm {
        height: auto;
    }

    select.input-sm {
        height: 33px;
        line-height: 1.5;
        padding: 5px 5px;
    }

    .input-lg {
        height: 49px;
        padding: 10px 16px;
        font-size: 20px;
        line-height: 1.33;
    }
}

/* ul-ol*/

.list-inline li {
    padding: 0px;
}

.dropzone.hide-box {
    background-color: transparent;
    padding: 0px;
    border: none;
}

.dropzone.dz-drag-hover {
    border: 1px solid rgb(90,200,250);
    background-color: rgb(114, 190, 68);
}

h3 button.is-button {
    padding: 0px;
    margin: 0px;
    letter-spacing: 1px;
}

.pointer {
    cursor: pointer;
}

body:not(.isNativeApp) .pointer:hover {
    color: #76bf49 !important;
}

input:focus {
    outline: none;
}

textarea {
    resize: none;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
.ng-cloak, .x-ng-cloak,
.ng-hide {
    display: none !important;
}

.transaction-readonly h4 {
    font-size: 16px;
    margin-bottom: 2px;
}

.transaction-readonly .panel-body.tall {
    padding: 10px 0 10px 0;
    min-height: 150px;
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
}

.crea-contact-support .panel-body{
    min-height: 200px;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
/* custom */
@media(max-width:767px) {
    .no-padding-xs {
        padding: 0 !important;
    }

    .half-padding-xs {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }

    .quarter-padding-xs {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }

    .no-margin-xs {
        margin: 0 !important;
    }

    .no-padding-right-xs {
        padding-right: 0 !important;
    }

    .hide-in-phone {
        display: none;
    }
}

@media(min-width:767px) {
    .no-padding-md {
        padding: 0 !important;
    }

    .no-margin-md {
        margin: 0 !important;
    }

    .no-padding-right-md {
        padding-right: 0 !important;
    }

    .no-padding-sm {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .authentisignTab {
        border: 0;
    }
}

/* fixing ios tooltip display issue */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .tooltip {
        display: none !important;
    }
}

.ui-draggable {
    transform: translateZ(0);
}

.uib-day .text-info {
    color: #f5392e !important;
}


.uib-month .text-info {
    color: #f5392e !important;
}

.uib-year .text-info {
    color: #f5392e !important;
}

a:hover, a:active {
    color: #76bf49;
}

.nowrap-header {
    white-space: nowrap;
    overflow: hidden;
}

.validation-error {
    color: red;
    padding-left: 10px;
}

.add-button-caption,
.add-button-caption-lg,
.add-button-caption-md {
    display: block;
    margin: 0px;
    padding: 0px;
    margin-left: 7px;
    margin-top: -10px;
}

.add-button-caption-md {
    margin-top: -4px;
}

.button-caption,
.button-caption-lg,
.button-caption-md {
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 9px !important;
    font-weight: bold !important;
}

.disableclearsearch::-ms-clear {
    display: none;
}

.divLoading {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    margin-top: -10px;
    line-height: 20px;
    text-align: center;
    z-index: 1001;
}

.divOverlay {
    background-color: rgba(255, 255, 255, 1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    text-align: center;
    display: block;
}

@media print {
    a[href]:after {
        content: "";
    }
}

/*override calendar pointer to finger*/
.fc-content {
    cursor: pointer;
}

.fixIEPadding {
    padding: 8px 8px 0px 5px !important;
}

.MsgContainer {
    background-color: rgba(145, 204, 106, 0.53);
    border-color: #97B3D7;
    border-style: solid;
    border-width: 1px;
    border-collapse: separate;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.popover .arrow {
    display: none;
}

.simple-picker.share {
    height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.dec-star-size {
    font-size: 25px !important;
}
/*.simple-picker.share .is-participant {
    color: gray;
}*/

.modal-body.modal-full-height {
    max-height: calc(100vh - 50px);
}

@media screen and (min-width: 768px) {
    .modal-body.modal-full-height {
        max-height: calc(100vh - 90px);
    }
}

.dividerTitle {
    background-color: #f6f3f3;
    margin: 0 -10px;
    padding: 0 5px;
}

.transaction-header-control {
    margin-top: 11px;
    display: block;
}

.badge-default {
    border: 1px solid;
    border-radius: 4px;
    background: rgba(158, 158, 158, 0.1);
    color: #9e9e9e;
    font-size: 12px;
}

.thumbnail.no-border {
    border: 0;
}
.tx-filters-inner-menu-absolute {
    position: absolute;
    top: auto;
}

.tx-filters-inner-menu-display {
    display: contents;
}

.send-to-third-parent {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.send-to-third-child {
    flex: 1 0 40%; /*with flex-basis: 40% there is enough space for the margins, but never enough space for a thirth item; So we endup having 2 items on a row*/
    margin-bottom: 5%;
}

.bootstrap-select .dropdown-menu > li > a > span {
    font-size: 14px;
}

.bootstrap-select span.text:empty:before {
    content: "\200b";
}

.bootstrap-select .dropdown-menu {
    overflow-y: visible;
    max-height: none;
}

.bootstrap-select .dropdown-menu li {
    margin: 0px 0px;
}

.tooltip-customized .tooltip-inner {
    color: #333333;
    background-color: #ffffff;
    border: solid 1px #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.tooltip-customized .tooltip-arrow {
    display: none;
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.container:before{
    clear: both;
}

/*TD-12312*/
@media (min-width: 1320px) {
    /* targeting top bar to be aligned with transaction pages */
    .sticky-wrapper .container {
        width: 1020px;
    }
    /* Office transaction page under BFR should be wide enough to show all columns and a bit of extra white space on both sides.
        Make the same change for all other pages on left-hand side menu (main pages).
    */
    .container {
        width: 95%;
    }
    /* make dashboard pages more aligned with other pages. */
    .dashboard-container-fluid {
        width: 97%;
    }
    /* targeting transaction sub pages (right-hand pages under transaction).
        As per TD-12312, Product wanted these pages to stay the same width as before.
    */
    .tab-content .container {
        width: 1020px;
    }
}

@media (max-width: 1300px) {
    .sticky-wrapper .container .filters-row-office-tx {
        left: unset !important;
    }
}

@media (max-width: 1400px) {
    .sticky-wrapper .container .filters-row-main-tx {
        left: unset !important;
    }
}

@media (min-width: 1320px) and (max-width: 1550px) {
    .sticky-wrapper .container .filters-row-office-tx {
        left: -6% !important;
    }
}

@media (min-width: 1550px) and (max-width: 1650px) {
    .sticky-wrapper .container .filters-row-main-tx {
        left: -22% !important;
    }
}

@media (min-width: 1550px) {
    .sticky-wrapper .container .filters-row-office-tx {
        left: -26% !important;
    }
}

@media (min-width: 1650px) {
    .sticky-wrapper .container .filters-row-main-tx {
        left: -35% !important;
    }
}

.bfr-filter-buttons-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-end;
    align-content: flex-start;
    grid-gap: 0px 10px;
}

.filters-main-buttons {
    max-width: fit-content;
}

.dummy-saved-filters .bfr-filters-top-ul{
    top: auto !important;
}

.dummy-saved-filters .dropdown-menu .saved-filter-custom-top {
    margin-top: -5% !important;
}

.bfr-filter-buttons-savedFilters {
    order: 1;
    flex: 1;
}

button.btn.btn-primary.modal-action-button.bfr-filter-buttons-actions-apply {
    width: 200px;
}

.bfr-filter-buttons-offices {
    order: 2;
    flex: 1;
}

.pull-right-badge {
    left: 50% !important;
}

.bfr-filter-buttons-dates {
    order: 3;
    flex: 1;
}

.bfr-filter-buttons-types {
    order: 4;
    flex: 1;
}

.bfr-filter-buttons-statuses {
    order: 5;
    flex: 1;
}

.bfr-filter-buttons-owners {
    order: 6;
    flex: 1;
}

.dummy-owners .bfr-filters-top-ul {
    width: auto !important;
}

.bfr-filter-buttons-sort {
    order: 7;
    flex: 1;
}

.bfr-filter-buttons-actions-apply {
    order: 8;
    flex: 1;
    width: 100px;
    max-width: max-content;
}

.date-filter-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding: 10px;
    margin: unset;
}

.date-filter-items {
    flex: 1;
}

.dates-btn-dropdown {
    height: 400px;
    width: 750px;
}

.date-filter-inner-dd {
    position: relative;
    display: inline-block;
}

.date-filter-inner-dd-content {
    position: absolute;
    z-index: 1000;
    display: block;
    background-color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 20px;
    list-style-type: none;
    padding-inline-start: unset;
}

.bfr-filters-dd-buttons {
    color: #5c656d;
    background-color: #f5f5f5;
    border-color: #d0d0d0 !important;
    border: 1px solid !important;
}

.btn.bfr-filters-dd-buttons:hover {
    color: #212529 !important;
    background: #e1e1e1 !important;
    border-color: #d0d0d0 !important;
}

.ellipsis-text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.date-filter-date-option {
    left: -60px
}

.bfr-filters-top-ul {
    width: 480px;
    height: auto;
}

.bfr-filters-badge {
    float: right;
    display: block;
    position: absolute !important;
    top: -5px !important;
    left: 80% !important;
    margin-right: -15px;
}

/*for some reason above badge placement wasn't working as expected on Firefox
  so, I apply this right after for Firefox compatibility.
*/
@-moz-document url-prefix() {
    .bfr-filters-badge {
        top: 15px;
    }
}

.filters-main-buttons .dropdown-menu li {
    margin: unset;
    padding: 5px !important;
}

.filters-main-buttons .dropdown-menu .filters-owners-li {
    padding: unset !important;
}

.filters-main-buttons .dropdown-menu .filters-types-li {
    padding: 0 !important;
}

.filters-main-buttons .dropdown-menu .filters-statuses-li {
    padding: 0 !important;
}

.bfr-filters-offices-inner {
    height: 275px;
    overflow-y: scroll;
}

.bfr-office-dd-top-menu-search {
    flex: 2;
}

.bfr-office-dd-top-menu {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    grid-gap: 0px 10px;
}

.bfr-office-dd-top-menu-buttons {
    flex: 1;
}
/*end*/

.bfr-offices-select-all {
    float: right;
}

/*start: to make the Last Modified dropdowns open on top and prevent scrolling*/
.date-filter-inner-dd-content-last-row-interval {
    top: -139px;
}

.date-filter-inner-dd-content-last-row-before {
    top: -107px;
}

.date-filter-inner-dd-content-last-row-date {
    top: -202px;
}
/*end*/

@media (max-width: 299px) and (min-width: 200px) {
    .sort-filter {
        left: 2px !important;
    }
}
@media (max-width: 469px) and (min-width: 300px) {
    .sort-filter {
        left: -5px !important;
    }
}
@media (max-width: 520px) and (min-width: 470px) {
    .sort-filter {
        left: -143px !important;
    }
}


@media (max-width: 768px) {
    .bfr-filter-buttons-container {
        justify-content: flex-start;
        grid-gap: 5px 10px;
    }

    .filters-main-buttons {
        flex: 1 0 33%;
    }

    .bfr-filters-top-ul {
        max-width: 260px;
        top:100% !important;
    }

    .date-filter-inner-dd {
        display: block;
    }

    .sort-filter-left {
        left: -25px !important;
    }

    .bfr-filter-buttons-container .dropdown {
        z-index: unset;
    }

    .bfr-office-dd-top-menu-search {
        min-width: 100%;
        margin-bottom: 5px;
    }

    .mobile-french-sort-dd {
        max-width: unset;
    }

    .date-filter-inner-dd-mobile-left-adjusment {
        left: 10px;
    }
}

@media (min-width: 1320px) {
    /* targeting top bar to be aligned with transaction pages */
    .sticky-wrapper .container {
        width: 1020px
    }
}

@media screen and (max-width: 1084) {
    .badge {
        font-size: 13px;
    }

    .filters-main-buttons {
        max-width: 120px;
    }

    .bfr-filter-buttons-container .dropdown {
        z-index: unset;
    }
}

@media (max-width: 1084px) and (min-width: 1020px) {
    .bfr-filter-buttons-container {
        justify-content: space-around;
    }
}

@media screen and (min-width: 1024px) {
    .bfr-filter-buttons-dates .bfr-filters-top-ul {
        width: 580px;
        min-height: 360px;
    }
}

@media (min-width: 1320px) {
    .bfr-filter-buttons-container {
        width:1300px;
    }
}

.office-settings-accordion {
    padding-left: 3%;
    padding-right: 3%;
}

.date-picker-full #uib\/template\/datepickerPopup\/popup\.html {
    position: relative;
    width: fit-content;
}
.accordion-arrow {
    position: relative;
    top: -9px;
    float: left;
}

.accordion-header {
    cursor: pointer;
}

.accordion-header-label {
    font-size: 14px;
    padding-left: 9px;
    position: relative;
}

.accordion .panel-title {
    margin-bottom: 0px;
}

.accordion .panel-group .panel {
    overflow: visible;
}

.accordion .panel-heading {
    padding: 5px 10px 10px 10px;
    overflow: hidden;
    margin-bottom: 0px;
    height: 40px;
}

    .accordion .panel-heading .nowrap-header {
        padding-top: 5px;
    }

.accordion .panel-body {
    padding-bottom: 0px;
}

.accordion .collapsing {
    width: 100%;
}

.validation-error-accordion .panel-heading {
    background-color: #f8d7da;
}

.top15 {
    padding-top: 15px;
}

.disabled .panel-heading {
    background-color: #fafafa;
    color: #b7b7b7;
}

    .disabled .panel-heading .panel-title .accordion-toggle .accordion-header {
        cursor: default;
    }

    .disabled .panel-heading .panel-title a:hover, .disabled .panel-heading .panel-title a:active {
        color: #b7b7b7;
    }

.accordion-arrow.disabled, .accordion-arrow.disabled:hover {
    color: #a3bee3 !important;
}

.accordion .check-center {
    margin-left: 45%;
}

.accordion .has-email {
    font-size: 14px;
}

.accordion .no-email {
    font-size: 14px;
    color: red;
}

.accordion .checkbox-disabled + span:before {
    color: gray !important;
}
.terms-of-service h3, .terms-of-service h4 {
    font-weight: bold !important;
}
/* Include this file in your html if you are using the CSP mode. */

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
.ng-cloak, .x-ng-cloak,
.ng-hide {
  display: none !important;
}

ng\:form {
  display: block;
}

/* The styles below ensure that the CSS transition will ALWAYS
 * animate and close. A nasty bug occurs with CSS transitions where
 * when the active class isn't set, or if the active class doesn't
 * contain any styles to transition to, then, if ngAnimate is used,
 * it will appear as if the webpage is broken due to the forever hanging
 * animations. The border-spacing (!ie) and zoom (ie) CSS properties are
 * used below since they trigger a transition without making the browser
 * animate anything and they're both highly underused CSS properties */
.ng-animate-start { border-spacing:1px 1px; -ms-zoom:1.0001; }
.ng-animate-active { border-spacing:0px 0px; -ms-zoom:1; }

.authentisignLbl {
    font-weight: bold;
    color: #6c757d !important;
}

#more-dropdown {
    left: auto !important;
}

#more-dropdown-docs {
    left: -184.995px !important;
    top: auto !important;
}

#addcc-mobile-dropdown {
    top: 100% !important;
}

#addcc-dropdown {
    left: auto !important;
}

@media(max-device-width:767px) {
    .table-responsive > .table {
        font-size: inherit;
    }

    .table-responsive#doc-table {
        min-height: 100%;
        overflow-y: scroll;
        margin-bottom: 0;
    }
}

.badge-indicator {
    margin: 2px;
    border-radius: 0;
    color: rgba(41, 43, 44, 0.7);
    background: rgba(238, 238, 238, 0.5) !important;
}

.deposits-received {
    border-left: 4px solid #00C0C7;
}

.conditions-met {
    border-left: 4px solid #51B7FF;
}

.no-conditions {
    border-left: 4px solid #FECB34;
}

.accounting-complete {
    border-left: 4px solid #FC7E00;
}

.transaction-shared {
    color: white;
    background-color: #F08A5D;
    padding-left: 5px;
    padding-right: 5px
}

.checklist-requested {
    border-left: 4px solid #6056D9;
}

.checklist-partial {
    border-left: 4px solid #FF953D;
}

.checklist-rejected {
    border-left: 4px solid #F7402E;
}

.checklist-approved {
    border-left: 4px solid #76C16D;
}

.checklist-notRequested {
    border-left: 4px solid #D1D1D1;
}

.stacking-status-indicator {
    display: block;
    width: max-content;
}

.badge-combo {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    font-variant: all-small-caps;
    background-color: #f5f5f5;
    color: #495057 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px !important;
    border-left: 4px solid;
    width: 85px;
}

.badge-combo-draft {
    border-left-color: #868e96;
}

.badge-combo-sent {
    border-left-color: #5bc0de;
}

.badge-combo-expired {
    border-left-color: #ff4136;
}

.badge-combo-completed {
    border-left-color: #388e3c;
}

.badge-combo-signed {
    border-left-color: #3a76cc;
}

.badge-combo-rejected {
    border-left-color: #f0ad4e;
}

.quickReview-requested-badge {
    color: #5856d6;
    border: 1px solid RGBA(88, 86, 214, 0.4);
    border-radius: 5px;
    background-color: RGBA(88, 86, 214, 0.2);
}

.quickReview-approved-badge {
    color: #76bf49;
    border: 1px solid RGBA(118, 191, 73, 0.4);
    border-radius: 5px;
    background-color: RGBA(118, 191, 73, 0.2);
}

.quickReview-rejected-badge {
    color: #FF3b30;
    border: 1px solid RGBA(255, 59, 48, 0.4);
    border-radius: 5px;
    background-color: RGBA(255, 59, 48, 0.2);
}

.quickReview-partially-approved-badge {
    color: #ff9500;
    border: 1px solid RGBA(255, 149, 0, 0.4);
    border-radius: 5px;
    background-color: RGBA(255, 149, 0, 0.2);
}

.quickReview-mandatory-badge {
    color: #ff3b30;
    background-color: white;
    border: RGBA(255, 59, 48, 0.4) 1px solid;
    border-radius: 5px;
}


.red-badge {
    border-left: 4px solid #F7402E;
}

.purple-badge {
    border-left: 4px solid #5856d6;
}

.orange-badge {
    border-left: 4px solid #ff9500;
}

.green-badge {
    border-left: 4px solid #76bf49;
}




.branding-xs{
    position:static;
    font-size:18px;
}
.branding-sm{
    position:static;
    font-size:20px;
}
.branding-md{
    position:static;
    font-size:25px;
}
.branding-lg{
    position:static;
    font-size:30px;
    padding-left: 10px;
}
.branding-sm i:first-child,.branding-md i:first-child,.branding-lg i:first-child{font-size:100%; color:#4575BA;}
.branding-sm i:last-child,.branding-md i:last-child,.branding-lg i:last-child{font-size:110%; color:#72BE44;}

.branding-text-sm span:first-child,.branding-text-md span:first-child,.branding-text-lg span:first-child{font-size:100%; color:#4575BA; font-weight: bold;}
.branding-text-sm span:last-child,.branding-text-md span:last-child,.branding-text-lg span:last-child{font-size:100%; color:#72BE44; font-weight: bold;}

/* because broker tools is likely only displayed on a desktop we're going to override ALL font sizes
   apply .broker-tools to the parent(s) of the elements to override
*/
.broker-tools .panel-body {
    padding: 0px;
}

.broker-tools body, .broker-tools p, .broker-tools span {
    font-size: 12px;
}

.broker-tools h4 {
    font-size: 16px;
    margin-bottom: 2px;
}

.broker-tools .standardListItem {
    margin: 0px;
    padding: 0px;
}

/*.broker-tools .dropdown-menu > li > a {
    padding: 0px 2px 0px 0px;
    font-size: 14px;
}*/

.connect-lone-wolf-acount {
    color: red;
    border-bottom: 1px solid red;
    cursor: pointer;
    line-height: 2.4;
}
/* BUTTON SIZES */

@media(max-width:767px) {
    .btn-is-sm {
        padding: 5px 8px 0px 8px;
        font-size: 22px;
        line-height: 1.33;
        border-radius: 0px;
        color: rgb(0,122,255) !important;
        border: solid 0px green;
        display: inline-block;
        text-align: center;
        width: 34px;
        height: 34px;
    }

    .btn-is-md {
        padding: 5px 8px 0px 8px;
        font-size: 22px;
        line-height: 1.33;
        border-radius: 0px;
        color: #3a76cc !important;
        border: solid 0px green;
        display: inline-block;
        text-align: center;
        width: 34px;
        height: 34px;
    }

    .btn-is-lg {
        padding: 7px 8px 0px 10px;
        font-size: 25px;
        line-height: 1.33;
        border-radius: 0px;
        color: #3a76cc !important;
        border: solid 0px blue;
        display: inline-block;
        text-align: center;
        width: 34px;
        height: 34px;
    }

    .btn-lg-fixed-size, .btn-lg-fixed-size {
        width: 34px;
        height: 34px;
    }

    .btn-is-xl {
        padding: 6px 4px 0px 10px;
        font-size: 28px;
        line-height: 1.33;
        border-radius: 0px;
        color: #3a76cc !important;
        border: solid 0px red;
        display: inline-block;
        text-align: center;
        width: 50px;
        height: 50px;
    }

    .toolbar-toggle, .toolbar-toggle:hover {
        cursor: pointer;
        border-left: solid 1px #e6e6e6;
        border-right: solid 1px #e6e6e6;
        border-bottom: solid 1px #e6e6e6;
        border-radius: 0px;
        width: 100%;
    }
}

@media(min-width:768px) {
    .btn-is-sm {
        padding: 5px 8px 0px 8px;
        font-size: 24px;
        line-height: 1.33;
        border-radius: 0px;
        color: rgb(0,122,255) !important;
        border: solid 0px green;
        display: inline-block;
        text-align: center;
        width: 40px;
        height: 40px;
    }

    .btn-is-md {
        padding: 5px 8px 0px 8px;
        font-size: 24px;
        line-height: 1.33;
        border-radius: 0px;
        color: #3a76cc !important;
        border: solid 0px green;
        display: inline-block;
        text-align: center;
        width: 45px;
        height: 45px;
    }

    .btn-is-lg {
        padding: 7px 8px 0px 10px;
        font-size: 28px;
        line-height: 1.33;
        border-radius: 0px;
        color: #3a76cc !important;
        border: solid 0px blue;
        display: inline-block;
        text-align: center;
        width: 50px;
        height: 50px;
    }

    .btn-lg-fixed-size, .btn-lg-fixed-size {
        width: 36px;
        height: 36px;
    }

    .btn-is-xl {
        padding: 2px 4px 0px 6px;
        font-size: 32px;
        line-height: 1.33;
        border-radius: 0px;
        color: #3a76cc !important;
        border: solid 0px red;
        display: inline-block;
        text-align: center;
        width: 50px;
        height: 50px;
    }

    .toolbar-toggle, .toolbar-toggle:hover {
        display: none;
    }
}

@media(min-width:992px) {
    .btn-is-sm {
        padding: 5px 8px 0px 8px;
        font-size: 27px;
        line-height: 1.33;
        border-radius: 0px;
        color: rgb(0,122,255) !important;
        border: solid 0px green;
        display: inline-block;
        text-align: center;
        width: 50px;
        height: 50px;
    }

    .btn-is-md {
        padding: 5px 8px 0px 8px;
        font-size: 27px;
        line-height: 1.33;
        border-radius: 0px;
        color: #3a76cc !important;
        border: solid 0px green;
        display: inline-block;
        text-align: center;
        width: 55px;
        height: 55px;
    }

    .btn-is-lg {
        padding: 7px 8px 0px 10px;
        font-size: 32px;
        line-height: 1.33;
        border-radius: 0px;
        color: #3a76cc !important;
        border: solid 0px blue;
        display: inline-block;
        text-align: center;
        width: 55px;
        height: 55px;
    }

    .btn-lg-fixed-size, .btn-lg-fixed-size {
        width: 38px;
        height: 38px;
    }

    .btn-is-xl {
        padding: 2px 4px 0px 6px;
        font-size: 37px;
        line-height: 1.33;
        border-radius: 0px;
        color: #3a76cc !important;
        border: solid 0px red;
        display: inline-block;
        text-align: center;
        width: 60px;
        height: 60px;
    }
}

@media(min-width:1200px) {
    a .btn-is-md, .btn-is-md {
        padding: 5px 8px 0px 8px;
        font-size: 25px;
        line-height: 1.33;
        border-radius: 0px;
        color: #3a76cc !important;
        border: solid 0px green;
        display: inline-block;
        text-align: center;
        width: 55px;
        height: 55px;
    }

    a .btn-is-lg, .btn-is-lg {
        padding: 8px 8px 0px 10px;
        /*font-size: 35px;*/
        font-size: 30px;
        line-height: 1.33;
        border-radius: 0px;
        color: #3a76cc !important;
        border: solid 0px blue;
        display: inline-block;
        text-align: center;
        /*width:60px;
        height:60px;*/
        width: 40px;
        height: 40px;
    }

    a .btn-lg-fixed-size, .btn-lg-fixed-size {
        width: 40px;
        height: 40px;
    }

    .btn-is-lg-fix-height, .btn-is-lg-fix-height {
        width: 55px;
        height: 55px;
    }

    a .btn-is-xl, .btn-is-xl {
        /*padding: 5px 4px 0px 6px;
        font-size: 40px;
        line-height: 1.33;
        border-radius: 0px;
        color:#3a76cc !important;
        border: solid 0px red;
        display:inline-block;
        text-align:center;
        width:60px;
        height:60px;*/
        padding: 0px 4px 0px 6px;
        font-size: 35px;
        line-height: 1.33;
        border-radius: 0px;
        color: #3a76cc !important;
        border: solid 0px red;
        display: inline-block;
        text-align: center;
        width: 60px;
        height: 45px;
    }
}

button {
    background-color: transparent;
}

    button:focus {
        outline: none;
    }

    button:hover {
        color: #76bf49 !important;
    }

.btn:hover, .btn-is-lg:hover, .btn-is-md:hover, .btn-is-xl:hover {
    color: #76bf49 !important;
}

.btn-success:hover {
    color: #ffffff !important;
}

.btn.disabled, .btn[disabled], button:disabled {
    color: #000 !important;
    pointer-events: none;
}

    .btn.disabled i, .btn[disabled] i, button:disabled i {
        color: #BABABA !important;
        pointer-events: none;
    }

.btn-default {
    border: none;
}

.btn-is-sm.no-padding, .btn-is-md.no-padding, .btn-is-lg.no-padding, .btn-is-xl.no-padding {
    padding: 0px;
}

.btn-is-sm.no-size, .btn-is-md.no-size, .btn-is-lg.no-size, .btn-is-xl.no-size {
    width: auto;
    height: auto;
}

.btn-is-sm.no-size-h, .btn-is-md.no-size-h, .btn-is-lg.no-size-h, .btn-is-xl.no-size-h {
    height: auto;
}

#sitewide-parent {
    position: absolute;
    z-index: 1000;
    right: 20px;
    bottom: 40px;
    background-color: transparent;
}

    #sitewide-parent > button {
        background-color: blue;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        -webkit-box-shadow: 0px 0px 9px 1px rgba(50, 50, 50, 0.60);
        -moz-box-shadow: 0px 0px 9px 1px rgba(50, 50, 50, 0.60);
        box-shadow: 0px 0px 9px 1px rgba(50, 50, 50, 0.60);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

    #sitewide-parent i {
        color: white;
        font-size: 20px;
    }

    #sitewide-parent > button.open {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
    }

#sitewide-actions {
    position: absolute;
    top: 1px;
    z-index: -2;
}

    #sitewide-actions > * {
        position: absolute;
        left: 0;
        top: 0;
    }

    #sitewide-actions button {
        margin-right: 10px;
        background-color: rgb(255, 0, 0);
        width: 38px;
        height: 38px;
        border-radius: 100%;
    }

.sitewide-actions-open button {
    -webkit-box-shadow: 0px 0px 9px 1px rgba(50, 50, 50, 0.60);
    -moz-box-shadow: 0px 0px 9px 1px rgba(50, 50, 50, 0.60);
    box-shadow: 0px 0px 9px 1px rgba(50, 50, 50, 0.60);
}

.expanded {
    width: 100% !important;
}

.shopping-cart {
    margin-right: 10px;
    line-height: 1;
}

.adjust-add-btn-margin-top {
    margin-top: -15px;
}

.btn-is-lg.is-gray.no-hover:hover {
    color: rgb(142,142,147) !important;
}

.fixLinkMargin {
    margin: -10px 0 0 0;
    display: inline-block;
    vertical-align: middle;
}

#sitewide-scroll {
    position: absolute;
    z-index: 1000;
    right: 20px;
    bottom: 90px;
    background-color: transparent;
}

    #sitewide-scroll button {
        background-color: #676767;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        -webkit-box-shadow: 0px 0px 9px 1px rgba(50, 50, 50, 0.60);
        -moz-box-shadow: 0px 0px 9px 1px rgba(50, 50, 50, 0.60);
        box-shadow: 0px 0px 9px 1px rgba(50, 50, 50, 0.60);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.5s linear all;
        -moz-transition: 0.5s linear all;
        -ms-transition: 0.5s linear all;
        -o-transition: 0.5s linear all;
        transition: 0.5s linear all;
    }

    #sitewide-scroll i {
        color: white;
        font-size: 20px;
    }

.sitewide-scroll-button {
    opacity: 100 !important;
    visibility: visible !important;
}

.transaction-address-map-btn {
    font-size: 16px;
}

    .transaction-address-map-btn i {
        font-size: 18px;
        padding-right: 10px;
    }

.accordion-int-plus-btn {
    border-radius: 4px;
    border: 0;
    width: 14%;
    padding: 6px 12px;
    margin-left: 5px;
    font-size: 13px;
}

    .accordion-int-plus-btn i {
        display: inline-block;
        float: left;
        margin-top: 3px;
    }

    .accordion-int-plus-btn span {
        display: inline-block;
        font-size: 13px;
    }

.btn-grey {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d;
}

    .btn-grey:hover,
    .btn-grey:focus,
    .btn-grey:active,
    .btn-prigreymary.active,
    .open .dropdown-toggle.btn-grey {
        color: #ffffff;
        background-color: #596166;
        border-color: #4e5359;
    }

    .btn-grey:active,
    .btn-grey.active,
    .open .dropdown-toggle.btn-grey {
        background-image: none;
    }

    .btn-grey.disabled,
    .btn-grey[disabled],
    fieldset[disabled] .btn-grey,
    .btn-grey.disabled:hover,
    .btn-grey[disabled]:hover,
    fieldset[disabled] .btn-grey:hover,
    .btn-grey.disabled:focus,
    .btn-grey[disabled]:focus,
    fieldset[disabled] .btn-grey:focus,
    .btn-grey.disabled:active,
    .btn-grey[disabled]:active,
    fieldset[disabled] .btn-grey:active,
    .btn-grey.disabled.active,
    .btn-grey[disabled].active,
    fieldset[disabled] .btn-grey.active {
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-grey .badge {
        color: #6c757d;
        background-color: #ffffff;
    }

@media screen and (max-width:900px) {
    .accordion-int-plus-btn {
        width: 28%;
    }
}

@media screen and (max-width:480px) {
    .accordion-int-plus-btn {
        width: 50%;
    }
}

.btn-outline-primary {
    color: #3a76cc;
    background-color: transparent;
    background-image: none;
    border-color: #3a76cc;
    border-width: 1px;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #3a76cc;
        border-color: #3a76cc;
    }

.btn-status-icon {
    display: inline-block;
    text-align: center;
    width: 63px;
    height: auto;
    padding: 3px;
    position: relative;
}

    .btn-status-icon label {
        display: block;
        font-size: 12px;
        margin-top: 4px;
    }

/*List/Calendar toggle button in Checklist toolbelt*/

.checklist-toolbelt-calendar-list-toggle-placement {
    padding: 0 8px;
}

/*Resize toggle button to fit on toolbelt*/

.checklist-toolbelt-search-bar-position div {
    position: relative;
    top: 14px;
    right: -8px;
    margin-left: 12px;
}

.checklist-toolbet-dropdown-set-height select {
    height: 36px;
}

@media(max-width:1200px) {
    .checklist-toolbelt-calendar-list-toggle-placement {
        padding: 0 4px;
    }
}

@media(max-width:600px) {
    .checklist-toolbelt-calendar-list-toggle-placement {
        padding: inherit;
    }
}

@media(min-width:992px) {
    .checklist-toolbelt-calendar-list-toggle-placement button[type="button"] {
        height: 36px !important;
        width: 38px !important;
    }
}

@media(min-width:768px) {
    .checklist-toolbelt-calendar-list-toggle-placement button[type="button"] {
        height: 34px !important;
        width: 30px !important;
    }
}

@media(max-width:630px) {
    .checklist-toolbelt-calendar-list-toggle-placement button[type="button"] {
        height: 28px !important;
        width: 28px !important;
    }

    .checklist-toolbelt-calendar-list-mobile-button-size button[type="button"] {
        height: 34px !important;
        width: 34px !important;
    }
}

.checklist-toolbelt-calendar-list-toggle-selected {
    border: solid 1px #3a76cc;
}

.checklist-toolbelt-calendar-list-toggle-not-selected {
    border: solid 1px #E7DEDE;
}

.checklist-toolbelt-calendar-list-toggle-not-selected-button button[type="button"] {
    color: #BABABA !important;
}

.checklist-toolbelt-padding-reset {
    padding: 0;
}

.checklist-item-icon-disable-bottom-margin button {
    margin-bottom: inherit !important;
}

.checklist-item-radio-menu-placement {
    vertical-align: top;
    margin-top: 2px;
}

.checklist-item-icon-placement {
    vertical-align: bottom;
    margin-top: 7px;
}

.checklist-item-radio-button-container button {
    max-width: 40px !important;
    max-height: 40px !important;
}

.checklist-item-task-status-placement button[type="button"] {
    width: 60px;
}

.checklist-item-task-label-reset {
    align-self: center;
    margin-top: 18px;
}

@media(max-width:1200px) {
    .checklist-item-task-label-reset {
        margin-top: 7px;
    }

    .checklist-item-task-calendar-label-reset {
        margin-top: 14px !important;
    }
}

.settings-sharing-groups-search-position button {
    right: 14px !important;
    top: 6px !important;
}

.settings-sharing-groups-search-position input[type="text"] {
    right: 0;
    top: -5px;
    width: 100%;
}

@media(max-width:768px) {
    .checklist-item-task-label-reset {
        margin-top: 18px;
    }

    .settings-sharing-groups-search-position button {
        right: 23px !important;
        top: 12px !important;
    }
}

.button-cursor-pointer {
    cursor: pointer;
}

.settings-button-remove-member {
    cursor: pointer;
    position: relative;
    top: 9px;
}

.super-list-tootltip-override select {
    position: relative;
    z-index: -100;
}

.super-list-status-lock select {
    background: #EEEEEE !important;
}

.dropdown-input-override {
    left: 0 !important;
    top: 35px !important;
    max-height: 250px;
    margin: 0 14px;
}

.dropdown-input-items {
    display: block;
    font-size: small;
}

.dr-modal-header-previous-btn {
    position: absolute;
    right: 100px;
    margin-right: 5px;
}

.checkbox-ind-disabled + span:before {
    color: gray !important;
}

.btn.pdfstream-import-checkbox {
    display: grid;
    padding: 0;
}

.btn-input-clear-background:before {
    background: white;
}

.btn-input-clear-position {
    position: absolute;
    top: -8px;
    right: 58px;
}

@media(max-width:1200px) {
    .dropdown-input-override {
        width: 100% !important;
    }

    .dropdown-input-items {
        white-space: normal !important;
    }
}

@media(max-width:992px) {
    .btn-input-clear-position {
        top: -2px;
        right: 50px;
    }
}

.btn-icon-label-with-border {
    width: auto;
    border: solid #3a76cc 1.7px;
    display: inline-flex;
}
.cke_button__date_label {
    display: inline !important;
}

.cke_button__time_label {
    display: inline !important;
}

.cke_button__date_icon {
    display: none !important;
}

.cke_button__time_icon {
    display: none !important;
}
.is-red {
    color: #F5392E !important;
}

.btn-status-icon.is-red:hover {
    color: #F5392E !important;
}

.is-light-blue {
    color: rgb(90,200,250) !important;
}

.btn-status-icon.is-blue:hover {
    color: #3a76cc !important;
}

.is-blue {
    color: #3a76cc !important;
}

.is-blue-bold {
    color: #3a76cc !important;
    font-weight: bold !important;
}

.is-purple {
    color: rgb(88,86,214) !important;
}

.is-green {
    color: #76BF49 !important;
}

.is-dark-green {
    color: #388e3c !important;
}

.btn-status-icon.is-green:hover {
    color: #76BF49 !important;
}

.is-gray {
    color: rgb(142,142,147) !important;
}

.btn-status-icon.is-gray:hover {
    color: rgb(142,142,147) !important;
}

.is-white {
    color: white !important;
}

.is-orange {
    color: rgb(255,149,0) !important;
}

.btn-status-icon.is-orange:hover {
    color: rgb(255,149,0) !important;
}

.is-yellow {
    color: yellow !important;
}

.is-red-background {
    background-color: #F5392E !important;
}

.is-light-blue-background {
    background-color: rgb(90,200,250) !important;
}

.is-blue-background {
    background-color: #3a76cc !important;
}

.is-purple-background {
    background-color: rgb(88,86,214) !important;
}

.is-green-background {
    background-color: #72BE44 !important;
}

.is-gray-background {
    background-color: rgb(142,142,147) !important;
}

.is-orange-background {
    background-color: rgb(255,149,0) !important;
}

.row-light-gray {
    background-color: #EEEEEE;
}

/* same color as is-blue but with opacity */
.is-blue-opacity-background {
    background-color: rgba(58, 118, 204, 0.1);
}


.connectionmask {
    z-index: 1100;
    position: absolute;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    background-color: #CCC;
    width: 100%;
    height: 100%;
    zoom: 1;
}
.connectionmask-msg {
    z-index: 1101;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #ccc;
    border-radius: 10px;
    top: 30%;
    left: 50%;
    margin-left: -150px;
    cursor:pointer;
}
.connectionmask-msg div {
    text-align: center;
    width: 300px;
    height: 160px;   
    background-color: #f5f6f7;
    color: #424242;
    border-radius: 10px;
    line-height: 1.3;
}
.connectionmask-msg div i {
    font-size:75px;
    color:orange;
}
.refine-options {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #F0F5FF;
}

.iframe-player {
    position: static;
}

.full-height {
    height: 100%;
    margin-bottom: 45px;
}

.dr-scrollable-content-wrapper {
    width: 100%;
    background-color: #ffffff;
    overflow: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.sticky-wrapper {
    width: 100%;
    min-height: 30px;
    padding-right: 18px;
}

.panel-body {
    padding-top: 10px;
}

.entity-header {
    border-radius: 6px;
    padding: 10px 0 10px 0;
    margin-bottom: 10px;
}

.entity-header-detail {
    border: solid 1px #cfcaca;
    background-color: #ffffff;
    padding: 5px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 0.7;
}

    .entity-header-detail h4 {
        margin-top: 5px;
    }

    .entity-header-detail p {
        font-size: 16px;
    }

.entity-header-options {
    border: solid 1px #cfcaca;
    border-radius: 6px;
    background-color: #ffffff;
    padding: 5px;
    margin-right: 5px;
    min-height: 145px;
}

.slim-info-banner {
    background-color: #eeeeee;
    font-size: 18px;
    padding: 5px 0px 5px 10px;
    margin-bottom: 5px;
}

    .slim-info-banner i {
        font-size: 24px;
    }

.section-underline {
    border-bottom: solid 1px #E7DEDE;
}

.toolbar > div {
    padding-left: 0px;
    padding-right: 15px;
}

.toolbar {
    border-bottom: solid 1px #e6e6e6;
    padding: 0px 0px 2px 15px;
    background-color: #fff;
}

.entity-count-row {
    border-bottom: solid 1px #e6e6e6;
    padding: 10px 20px;
}

    .entity-count-row, .entity-count-row * {
        font-size: 17px;
    }

.wordwrap {
    word-wrap: break-word;
}

.transaction-detail-top-bar {
    position: relative;
    padding-bottom: 5px;
}

    .transaction-detail-top-bar .transaction-actions {
        position: absolute;
        padding: 0px;
        margin: 0px;
        right: 20px;
        top: 0px;
    }

    .transaction-detail-top-bar .transaction-actions {
        position: absolute;
        padding: 0px;
        margin: 0px;
        right: 20px;
        top: 10px;
    }

.signing-detail-top-bar {
    position: relative;
    padding-bottom: 5px;
}

@media(max-width:767px) {
    /*.toolbar{
        display:none;
    }*/
}

@media(min-width:768px) {
    .toolbar {
        display: block;
    }
}

@media(max-width:992px) {
}

@media(max-width:1199px) {
    .transaction-detail-top-bar img {
        max-height: 80px;
        width: auto;
    }
}

.transaction-detail-top-bar img {
    height: auto;
    max-width: 100%;
}

.default-image-size img {
    height: auto;
    max-width: 50%;
}

.iframe-left-backdrop {
    z-index: 1050;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    background-color: #000000;
    opacity: 0.5;
    display: none;
}

.iframe-right-backdrop {
    z-index: 1050;
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: auto;
    display: block;
    background-color: #000000;
    opacity: 0.5;
    display: none;
}

.v-center {
    display: table !important;
    height: 150px;
    width: 100%
}

    .v-center div[class*='col-'] {
        display: table-cell !important;
        vertical-align: middle;
        float: none;
    }

    .v-center img {
        max-height: 150px;
    }

.simple-picker {
    border: solid 1px #3a76cc;
    height: 250px;
    background-color: #EAEEF9;
    padding: 5px;
    overflow-y: auto;
}

    .simple-picker + div {
        border: solid 1px #3a76cc;
        border-top: none;
        padding: 5px;
    }

    .simple-picker li {
        padding: 3px;
        cursor: pointer;
    }

        .simple-picker li.selected {
            padding: 3px;
            background-color: #3a76cc;
            color: #fff;
        }

.branding-container {
    min-width: 300px;
    overflow: hidden;
}

.transaction-detail-address {
    padding-top: 5px;
}

.checklist-progress-bar-toolbelt-position {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 100;
}

.checklist-toolbelt-border-right-left {
    border-right: solid 1px #E7DEDE;
    border-left: solid 1px #E7DEDE;
}

/*Checklist toolbelt containers*/
.checklist-toolbelt-calendar-list-toggle-container {
    top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 12px;
    min-width: 100px;
}

.checklist-toolbelt-calendar-list-toggle-inner-container {
    display: inline-flex !important;
    cursor: pointer !important;
    max-height: 42px !important;
    max-width: 124px !important;
}

.checklist-toolbelt-button-placement-container {
    position: relative;
    bottom: 8px;
}

.checklist-toolbelt-extender {
    margin-left: -21px;
    margin-right: -23px;
}

@media(max-width:1320px) {
    .checklist-toolbelt-button-custom-padding {
        padding-right: 9px !important;
    }

    .checklist-toolbelt-extender {
        margin-left: -13px;
        margin-right: -13px;
    }
}

@media(max-width:992px) {
    .checklist-toolbelt-button-custom-padding {
        padding-right: 12px !important;
        padding-left: 13px;
    }
}

@media(max-width: 768px) {
    .checklist-toolbelt-calendar-list-toggle-container {
        min-width: 61px !important;
    }

    .checklist-toolbelt-button-custom-padding {
        padding-right: 20px !important;
        padding-left: 0;
    }
}

.checklist-toolbelt-component-padding {
    padding: 0 5px !important;
}

@media(max-width:924px) {
    .checklist-toolbelt-calendar-list-toggle-container {
        margin: inherit;
    }

    .checklist-toolbelt-component-padding {
        padding: 0 5px !important;
    }
}

@media(max-width:515px) {
    .checklist-toolbelt-component-padding {
        padding: 0 2px !important;
    }
}

/*Checklist item layouts*/
.checklist-item-position {
    position: relative;
    top: 8px;
}

.checklist-document-item-has-notes {
    padding-left: 0px;
    padding-right: 2px;
    position: relative;
    top: 3px;
    margin-right: 4px;
}

.checklist-document-position {
    width: 30px;
    position: relative;
    top: 3px;
    margin-right: 20px;
    vertical-align: top;
}

.checklist-task-position {
    position: relative;
    top: 3px;
}

.checklist-icon-bottom-margin {
    margin-bottom: 8px;
}

.checklist-label-word-break {
    word-break: break-all;
    word-break: break-word;
}

.checklist-label-word-break-display-container {
    display: flex;
}

.refresh-alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.refresh-alert-info {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

    .refresh-alert-info span {
        text-decoration: underline;
        font-weight: 600;
    }

@media(max-width:767px) {
    .checklist-draggable-icon-position {
        position: relative;
        top: 8px;
    }

    .checklist-label-word-break {
        word-break: inherit;
        word-break: inherit;
    }

    .checklist-label-word-break-display-container {
        display: inherit;
    }
}

.checklist-toolbelt-fr-sp-position select {
    width: 107%;
}

.checklist-toolbelt-fr-sp-position span {
    position: relative;
    right: 14px;
}

.checklist-toolbelt-scroll-disable {
    overflow-y: hidden !important;
}

.settings-sharing-placement {
    position: relative;
    top: 6px;
    cursor: pointer;
}

.settings-select-all-position {
    padding: 0 27px;
}

.setting-sharing-list-of-members {
    height: 410px;
    border-top: solid 1px #e6e6e6;
    overflow-y: scroll;
    overflow-x: hidden;
}

.main-page-all-team-member {
    margin-right: 15px;
    margin-top: 10px;
    min-width: 125px;
    line-height: 1;
}

.all-team-member-ddl {
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #5c656d;
    background-color: #fff;
}

.main-page-all-team-member-select {
    width: 200px;
    height: 31px;
}

.remove-background-color {
    background-color: white !important;
}

.notes-modal-center-buttons {
    display: flex;
    justify-content: center;
    padding: 0;
    min-width: 45px;
}

    .notes-modal-center-buttons .link-badge {
        top: -2px !important;
    }

.integration-claim-customize-position {
    margin-left: 40px;
}

.document-assign-to-checklist-button-container button[type=button] {
    height: 100%;
    padding-bottom: 8px;
    max-height: 75px;
}

.document-assign-to-checklist-container {
    display: inline-flex;
    width: 105%; /* For IE browsers */
    width: -moz-available; /* For FireFox browsers */
    width: -webkit-fill-available; /* For Chrome browsers */
    width: fill-available;
}

.manage-lonewolf-account-modal-override .dropdown-menu {
    z-index: 16000 !important;
    position: relative;
    top: 0;
}

.manage-lonewolf-account-modal-override .dropdown {
    z-index: 0 !important;
    position: static;
}

.break-word {
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.xl-dialog .modal-dialog {
    width: 75%;
}

.xl-dialog.preview .modal-content {
    height: 93%;
    overflow: hidden;
}

    .xl-dialog.preview .modal-content .modal-body {
        height: 88%;
        border: solid 1px #e6e6e6;
    }

        .xl-dialog.preview .modal-content .modal-body .row {
            height: 100%;
        }

        .xl-dialog.preview .modal-content .modal-body .nav {
            height: 10%;
        }

        .xl-dialog.preview .modal-content .modal-body .imgContainer {
            height: 90%;
        }

            .xl-dialog.preview .modal-content .modal-body .imgContainer.imgContainerFullHeight {
                height: 98%;
            }

        .xl-dialog.preview .modal-content .modal-body .slider {
            height: 100%;
        }

.no-scroll-modal {
    overflow: hidden;
}

.no-scroll-modal > .modal-dialog {
    height: 95%;
}

.no-scroll-modal > .modal-dialog > .modal-content {
    height: 100%;
}

@media(max-width:414px) {
    .full-dialog .modal-dialog {
        width: 99%;
        left: -7px;
    }
}

@media(min-width:375px) {
    .full-dialog .modal-dialog {
        width: 99%;
    }
}

@media (max-height:768px) {
    .xl-dialog.preview .modal-content .modal-body {
        height: 84%;
    }
}

@media (max-height:1040px) {
    .canvas-wrapper {
        overflow: auto;
    }
}

@media (max-width: 767px) {
    .xl-dialog .modal-dialog {
        width: 95%;
    }

    .modal-content {
        padding: 10px;
    }

    .no-scroll-modal > .modal-dialog > .modal-content > .modal-body {
        padding: 0px;
    }
}

@media(min-width:768px) {
    .modal-content {
        padding: 10px;
    }
}

.modal-header {
    padding: 0;
}

    .modal-header a {
        font-size: 16px;
    }

        .modal-header a:disabled {
            font-size: 30px;
        }

    .modal-header div {
        padding: 0;
        margin: 0;
    }

.picker-dialog {
    z-index: 1051;
}
div.checklist-item.selected { background-color: lightgray; }
#fax-toolbar > div > div > div > div > div.col-xs-4 {
    padding-left: 5px;
}


/* Transaction details uploader */
.transaction-detail-uploader {position:relative;}
.transaction-detail-uploader .dropzone{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index:50;
    min-height:0px;
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
    padding: 0px; 
    background: transparent;
    padding: 0px;
    border: none;
}
.transaction-detail-uploader .dropzone .dz-message{
    position:static;
    width: 100%;
    height: 100%;
    margin:0px;
}

.dz-default.dz-message{display:none;}

 /*.dropzone {
    background-color: transparent;
    padding: 0px;
    border: none;
}*/

#footer {
    width: 100%;
    height: 20px;
    background-color: #333333;
    position: fixed;
    bottom: 0px;
    z-index: 2;
}
#branding{
    float: right;
    padding-right: 21px;
    font-size: 12px;
    padding-top: 2px;
    color: #FFF;
}

#username{
    color:white;
    font-size:12px;
    padding-left:10px;
}

@media(max-width:767px){
    #branding{
        float: right;
        padding-right: 21px;
        font-size: 9px;
        padding-top: 2px;
        color: #FFF;
    }

}
.containerShadow {
  -moz-box-shadow: 0 0 30px 5px #999;
  -webkit-box-shadow: 0 0 30px 5px #999;
  box-shadow: 0 0 15px 0px rgba(153, 153, 153, 0.35);
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#999', Direction=135, Strength=3);
}
.FETextBox {
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.13);
  background-color: rgba(3, 50, 255, 0.05);
  vertical-align: middle;
  padding: 1px 0px;
  -moz-border-radius: 8px;
  border-radius: 4px;
  outline: none;
  -webkit-text-size-adjust: auto !important;
  z-index: 5;
  line-height: 1;
}
.FETextBox:focus {
  background-color: rgba(118, 191, 73, 0.2);
}
textarea.FETextBox.hasContent {
  /* Generated from .FETextBox background color using http://tdekoning.github.io/rgba-converter/ */
  background-color: #f2f4ff;
}
.FECheckBox {
  z-index: 5;
}
input[type=checkbox],
input[type=checkbox].is-checkbox2 {
  width: auto;
  height: auto;
}
input[type="checkbox"].is-checkbox2 {
  position: absolute;
  z-index: -1;
  -ms-opacity: 0;
  opacity: 0;
}
input[type="checkbox"].is-checkbox2 + span:before {
  display: inline-block;
  vertical-align: middle;
  font-family: isfontpack;
  /* .isfontpack-check_empty */
  content: "\e8de";
  font-size: inherit;
  font-weight: bold;
  color: #000000;
  /* Generated from .FETextBox background color using http://tdekoning.github.io/rgba-converter/ */
  background-color: #f2f4ff;
}
/*input[type="checkbox"].is-checkbox2 + span:focus:before,*/
input[type="checkbox"].is-checkbox2:focus + span:before {
  background-color: #adefd5;
}
input[type="checkbox"].is-checkbox2:checked + span:before {
  /* .isfontpack-check */
  content: "\e851";
}
input[type="checkbox"].is-checkbox2.disabled + span:before {
  color: lightgray;
  background: white;
  font-weight: normal;
}
#formEditor .tooltip-inner {
  max-width: 250px;
}
.calendar-btn:focus {
  color: #76bf49 !important;
}
.formeditor-date-popup {
  opacity: 0;
  width: 0;
  height: 0;
}
.formeditor-date {
  z-index: 100;
}
.formeditor-date .dropdown-menu {
  position: static!important;
}
.formeditor-anchor {
  display: block;
  height: 41px;
  margin-top: -41px;
  visibility: hidden;
}
#leftMenuButton {
  position: absolute;
  z-index: 30000;
}
#formEditorMenu {
  position: fixed;
  text-align: center;
  top: 40px;
  left: 120px;
  right: 0px;
  z-index: 20000;
  background-color: #F6F3F3;
  height: 0px;
}
#formEditorMenu ul {
  padding: 10px 5px 0 0;
  margin: 0;
  border: 0;
  display: inline-block;
  background-color: #F6F3F3;
  left: -80px;
  top: -35px;
}
#formEditorMenu > ul {
  background-color: transparent;
}
#formEditorMenu ul,
#formEditorMenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#formEditorMenu ul {
  position: relative;
  z-index: 597;
}
#formEditorMenu ul li {
  min-height: 1px;
  vertical-align: middle;
  border-color: transparent;
  background-color: #F6F3F3;
}
#formEditorMenu > ul > li {
  background-color: transparent;
}
#formEditorMenu ul li.hover,
#formEditorMenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#formEditorFontColors ul li:hover {
  background: #76bf49;
}
#formEditorMenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: auto;
  padding-top: 10px;
}
#formEditorMenu ul ul li {
  float: none;
  text-align: left;
  white-space: nowrap;
}
#formEditorMenu ul ul ul {
  top: -7px;
  left: 90%;
}
#formEditorMenu ul li:hover > ul {
  visibility: visible;
}
#formEditorMenu ul ul {
  bottom: 0;
  left: 0;
}
#formEditorMenu ul ul {
  margin-top: 0;
}
#formEditorMenu ul ul li {
  font-weight: normal;
}
#formEditorMenu a {
  display: block;
  line-height: 1em;
  text-decoration: none;
}
.formeditor-top-menu-icon {
  width: 31px;
  font-size: 30px;
  display: inline-block;
}
.formeditor-menu-icon {
  width: 31px;
  display: inline-block;
}
.formeditor-menu-text {
  padding-left: 5px;
}
.formeditor-menu-arrow::after {
  font-size: 7px;
  color: black;
  content: " ▼";
}
.formeditor-menu-arrow-right::after {
  font-size: 7px;
  color: black;
  content: " ►";
}
.word-wrap {
  display: table !important;
  white-space: normal;
}
.OptionGroupLineBottom {
  border-top: solid 1px #cccccc;
}
#formEditor .canvas-container {
  position: absolute !important;
}
#formEditor .upper-canvas {
  z-index: 0;
}
#formEditorMenu a.disabled {
  color: grey;
  cursor: default;
}
.popover.form-editor-popover {
  border: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
  transform: translateY(8px);
}
.popover.form-editor-popover i {
  font-size: 24px !important;
  padding: 0.5rem;
  background: #fff;
}
.input-lock {
  position: absolute;
  display: inline-block;
  z-index: 5;
}
.input-lock button {
  height: 20px;
  width: 20px;
  padding: 0;
}
.input-lock button i {
  font-size: 15px;
}
.input-clause {
  position: absolute;
  display: inline-block;
  z-index: 5;
  background-color: white;
  border: solid 1px grey;
  width: fit-content;
}
.input-clause button {
  font-size: 15px;
}
.left-text-align {
  text-align: left !important;
}
.center-text-align {
  text-align: center !important;
}
.right-text-align {
  text-align: right !important;
}
.formEditorMenuGlobalHeader {
  top: 30px !important;
  width: 136%;
  left: -98px;
}
.formEditorMenuGlobalHeaderDesktop {
  top: 10px !important;
  background-color: white !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .formEditorMenuGlobalHeader {
    margin-top: 79px !important;
    width: 136%;
    left: -98px;
  }
}
@media (min-width: 100px) {
  .formEditorMenu ul.list-inline {
    top: -35px !important;
    left: -80px !important;
  }
  .formeditor-top-menu-icon {
    font-size: 20px;
  }
  #formEditorMenu ul li {
    float: left;
  }
}
@media (min-width: 940px) {
  .formEditorMenu ul.list-inline {
    position: initial !important;
    font-size: 9px;
  }
}
@media (min-width: 100px) and (max-width: 940px) {
  .formEditorMenu {
    padding-right: 40px !important;
    left: 100px !important;
    top: 100px !important;
  }
}
@media (min-width: 940px) {
  .formEditorMenu {
    position: fixed !important;
    top: 10px !important;
    left: 300px !important;
    right: 140px !important;
  }
}
@media (min-width: 100px) {
  #formEditorMenu ul li {
    padding: 0 5px 0 5px;
  }
  .formeditor-menu-text {
    display: none !important;
  }
  .no-icon {
    display: inline-block !important;
  }
}
@media (min-width: 414px) {
  #formEditorMenu ul li {
    padding: 0 10px 0 10px;
  }
  .formeditor-menu-text {
    display: none !important;
  }
}
@media (min-width: 650px) {
  #formEditorMenu ul li {
    padding: 0 20px 0 20px;
  }
  .formeditor-menu-text {
    display: none !important;
  }
}
@media (min-width: 1471px) {
  #formEditorMenu ul {
    text-align: left;
  }
  #formEditorMenu ul li {
    padding: 0 20px 0 20px;
    float: none;
  }
  .formeditor-menu-text {
    display: inline-block !important;
  }
}
@media (min-height: 100px) {
  #formEditorMenu ul ul li {
    padding: 0px 20px 0px 20px;
  }
  .formeditor-menu-icon {
    font-size: 15px;
  }
  .formeditor-menu-text {
    font-size: 7px;
  }
}
@media (min-height: 200px) {
  #formEditorMenu ul ul li {
    padding: 3px 20px 3px 20px;
  }
  .formeditor-menu-icon {
    font-size: 20px;
  }
  .formeditor-menu-text {
    font-size: 9px;
  }
}
@media (min-height: 490px) {
  #formEditorMenu ul ul li {
    padding: 5px 20px 5px 20px;
  }
  .formeditor-menu-icon {
    font-size: 25px;
  }
  .formeditor-menu-text {
    font-size: 12px;
  }
}
@media (min-height: 570px) {
  #formEditorMenu ul ul li {
    padding: 7px 20px 7px 20px;
  }
  .formeditor-menu-icon {
    font-size: 28px;
  }
  .formeditor-menu-text {
    font-size: 13px;
  }
}
@media (min-height: 650px) {
  #formEditorMenu ul ul li {
    padding: 10px 20px 10px 20px;
  }
  .formeditor-menu-icon {
    font-size: 30px;
  }
  .formeditor-menu-text {
    font-size: 15px;
  }
}
@media (max-height: 900px) {
  #formEditorSendMenu ul {
    top: -30px !important;
  }
}
@media (max-width: 1720px) {
  .form-datepicker-popup div > ul {
    display: inline-table !important;
  }
}

.form-horizontal .control-label {
  text-align: left;
}
.form-action-buttons button {
  margin-top: 15px;
}
.block-label {
  display: inline-block;
  width: 25%;
  /*text-align:right;*/
  padding-right: 10px;
}
.isfontpack-select {
  font-family: 'isfontpack', 'Helvetica';
}
@media (max-width: 500px) {
  .search-input {
    position: relative;
    opacity: 1;
    z-index: 1000;
    display: inline-block;
  }
}
@media (min-width: 500px) {
  .search-input {
    position: relative;
    width: 175px;
    opacity: 1;
    z-index: 1000;
    display: inline-block;
  }
  .search-input-checklist-toolbelt {
    width: 100% !important;
  }
}
@media (min-width: 650px) {
  .search-input {
    width: 200px;
  }
}
.search-input.input-modal {
  top: 5px;
}
.search-input.input-toolbelt {
  top: -10px;
  right: 10px;
}
.search-input::-ms-clear {
  display: none;
}
.dr-item-selector .selected {
  background-color: #3a76cc;
  border-radius: 100px;
  color: #fff;
}
.search-input-clear-button {
  position: absolute;
  z-index: 1001;
}
.search-input-clear-button.input-default {
  right: -10px;
  top: -5px;
}
.search-input-clear-button.input-modal {
  right: -10px;
  top: 0px;
}
.search-input-clear-button.input-toolbelt {
  right: 0px;
  top: -15px;
}
@media (max-width: 991px) {
  .search-input-clear-button.input-toolbelt {
    right: 7px;
    top: -11px;
  }
}
.dr-fade-highlight {
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.form-control:focus {
  border: 1px solid #76bf49;
}
.form-control:focus-visible {
  outline: 0 !important;
}
.forms-list-badge {
  position: absolute;
  top: -5px;
  right: 5px;
}
.forms-grid-badge {
  position: relative;
  left: -14px;
  top: -10px;
}
.disguised-input {
  border-left: solid 1px #3a76cc;
  border-bottom: solid 1px #3a76cc;
  border-top: solid 1px #ECEFFD;
  border-right: solid 1px #ECEFFD;
  border-radius: 2px;
  /*border-width:0px;
    border-left:solid 1px #3a76cc;
    border-radius:0px;*/
  padding-left: 5px;
  padding-right: 5px;
  font-size: inherit;
  color: inherit;
}
.disguised-input.ng-invalid.ng-touched {
  border: solid 1px red;
}
.validate-input.ng-invalid {
  border: solid 1px red;
}
.initial-input-validate.ng-invalid {
  border: solid 1px red !important;
}
.basic-alert-border {
  border: solid 1px red;
}
/* Checkboxes */
input[type=checkbox],
input[type=checkbox].is-checkbox {
  width: 30px;
  height: 30px;
}
input[type="checkbox"].is-checkbox {
  position: fixed;
  left: -9999px;
}
input[type="checkbox"].is-checkbox + span:before {
  display: inline-block;
  vertical-align: middle;
  font-family: isfontpack;
  /* .isfontpack-check_empty */
  content: "\e8de";
  font-size: 30px;
  margin-top: -10px;
  color: #3a76cc;
}
input[type="checkbox"].is-checkbox:focus + span:before {
  color: #4A8355;
}
input[type="checkbox"].is-checkbox:checked + span:before {
  /* .isfontpack-check */
  content: "\e851";
}
/* Radio button*/
input[type=radio],
input[type=radio].is-radio {
  width: 30px;
  height: 30px;
}
input[type="radio"].is-radio {
  position: absolute;
  left: -9999px;
}
input[type="radio"].is-radio + span:before {
  display: inline-block;
  vertical-align: middle;
  font-family: isfontpack;
  /* .isfontpack-circle_blank */
  content: "\e90d";
  font-size: 30px;
  margin-top: -10px;
  color: #3a76cc;
}
input[type="radio"].is-radio:focus + span:before {
  color: #4A8355;
}
input[type="radio"].is-radio:checked + span:before {
  /* .isfontpack-circle */
  content: "\e90b";
}
input[type="radio"].is-radio:disabled + span:before {
  /* .isfontpack-circle */
  content: "\e90b";
  color: #eeeeee;
}
.signing .form-control {
  width: 100%;
  /*height: 36px;*/
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  margin-right: 2px;
}
/* THE BELOW MAY BE DUMPED - leaving for now as not sure if it's in use... */
/* Property detail form-control */
.property-detail .form-control {
  width: 100%;
  /*height: 36px;*/
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  margin-right: 2px;
}
.property-detail textarea {
  height: auto;
}
.property-detail .control-label {
  /*padding-top:8px;*/
}
.detail-form {
  /* font-size:16px;*/
}
.detail-form .form-group {
  margin-bottom: 5px;
  height: 27px;
}
.lone-wolf-form .form-group {
  margin-bottom: 0;
}
.detail-form .control-detail {
  display: inline-block;
  padding-top: 6px;
}
.detail-form .form-control-static {
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.detail-form .col-xs-12 .form-control {
  margin-bottom: 10px;
}
/*.detail-form  {margin-bottom:10px;}*/
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: initial;
  background-color: transparent;
  border: none;
  opacity: 1;
  -webkit-text-fill-color: #333;
}
.form-control[disabled].dr-office-agents,
.form-control[disabled].document-sort-settings,
.form-control[disabled].select-office,
.form-control[disabled].date-from,
.form-control[disabled].date-to {
  background-color: #f3f3f3;
}
.email-input-field {
  padding-right: 45px;
}
.filter-caret {
  margin-left: 10px !important;
}
/* Set a consistent dropdown arrow across all platforms */
select.disguised-input {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAAAvklEQVQoFY2QMQqEMBBFv7ERa/EMXkGw11K8QbDXzuN4BHv7QO6ifUgj7v4UAdlVM8Uwf+b9YZJISnlqrfEUZVlinucnBGKaJgghbiHOyLyFKIoCbdvecpyReYvo/Ma2bajrGtbaC58kCdZ1RZ7nl/4/4d5EsO/7nzl7IUtodBexMMagaRrs+06JLMvcNWmaOv2W/C/TMAyD58dxROgSmvxFFMdxoOs6lliWBXEcuzokXRbRoJRyvqqqQvye+QDMDz1D6yuj9wAAAABJRU5ErkJggg==);
  /* iOS, Edge */
  background-color: white;
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select.disguised-input.no-background {
  background-image: none;
}
.inline-select {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.phone-filter-input {
  top: -10px;
}

/*!
 * FullCalendar v2.3.1 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2015 Adam Shaw
 */


.fc {
	direction: ltr;
	text-align: left;
}

.fc-rtl {
	text-align: right;
}

body .fc { /* extra precedence to overcome jqui */
	font-size: 1em;
}


/* Colors
--------------------------------------------------------------------------------------------------*/

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
	border-color: #ddd;
}

.fc-unthemed .fc-popover {
	background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
	background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
	color: #666;
}

.fc-unthemed .fc-today {
	background: #fcf8e3;
}

.fc-highlight { /* when user is selecting cells */
	background: #bce8f1;
	opacity: .3;
	filter: alpha(opacity=30); /* for IE */
}

.fc-bgevent { /* default look for background events */
	background: rgb(143, 223, 130);
	opacity: .3;
	filter: alpha(opacity=30); /* for IE */
}

.fc-nonbusiness { /* default look for non-business-hours areas */
	/* will inherit .fc-bgevent's styles */
	background: #d7d7d7;
}


/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/

.fc-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	line-height: 1em;
	font-size: 1em;
	text-align: center;
	overflow: hidden;
	font-family: "Courier New", Courier, monospace;
}

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/

.fc-icon:after {
	position: relative;
	margin: 0 0; /* ensures character will be centered, regardless of width */
}

.fc-icon-left-single-arrow:after {
	content: "\02039";
	font-weight: bold;
	font-size: 200%;
	top: -7%;
	left: 3%;
}

.fc-icon-right-single-arrow:after {
	content: "\0203A";
	font-weight: bold;
	font-size: 200%;
	top: -7%;
	left: -3%;
}

.fc-icon-left-double-arrow:after {
	content: "\000AB";
	font-size: 160%;
	top: -7%;
}

.fc-icon-right-double-arrow:after {
	content: "\000BB";
	font-size: 160%;
	top: -7%;
}

.fc-icon-left-triangle:after {
	content: "\25C4";
	font-size: 125%;
	top: 3%;
	left: -2%;
}

.fc-icon-right-triangle:after {
	content: "\25BA";
	font-size: 125%;
	top: 3%;
	left: 2%;
}

.fc-icon-down-triangle:after {
	content: "\25BC";
	font-size: 125%;
	top: 2%;
}

.fc-icon-x:after {
	content: "\000D7";
	font-size: 200%;
	top: 6%;
}


/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/

.fc button {
	/* force height to include the border and padding */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	/* dimensions */
	margin: 0;
	height: 2.1em;
	padding: 0 .6em;

	/* text & cursor */
	font-size: 1em; /* normalize */
	white-space: nowrap;
	cursor: pointer;
}

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner { margin: 0; padding: 0; }
	
.fc-state-default { /* non-theme */
	border: 1px solid;
}

.fc-state-default.fc-corner-left { /* non-theme */
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right { /* non-theme */
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* icons in buttons */

.fc button .fc-icon { /* non-theme */
	position: relative;
	top: -0.05em; /* seems to be a good adjustment across browsers */
	margin: 0 .2em;
	vertical-align: middle;
}
	
/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/

.fc-state-default {
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	color: #333333;
	background-color: #e6e6e6;
}

.fc-state-hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	   -moz-transition: background-position 0.1s linear;
	     -o-transition: background-position 0.1s linear;
	        transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
	background-color: #cccccc;
	background-image: none;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
}


/* Buttons Groups
--------------------------------------------------------------------------------------------------*/

.fc-button-group {
	display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/

.fc .fc-button-group > * { /* extra precedence b/c buttons have margin set to zero */
	float: left;
	margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child { /* same */
	margin-left: 0;
}


/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-popover {
	position: absolute;
	box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

.fc-popover .fc-header { /* TODO: be more consistent with fc-head/fc-body */
	padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
	margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
	cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
	float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
	float: right;
}

/* unthemed */

.fc-unthemed .fc-popover {
	border-width: 1px;
	border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
	font-size: .9em;
	margin-top: 2px;
}

/* jqui themed */

.fc-popover > .ui-widget-header + .ui-widget-content {
	border-top: 0; /* where they meet, let the header have the border */
}


/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/

.fc-divider {
	border-style: solid;
	border-width: 1px;
}

hr.fc-divider {
	height: 0;
	margin: 0;
	padding: 0 0 2px; /* height is unreliable across browsers, so use padding */
	border-width: 1px 0;
}

.fc-clear {
	clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
	/* these element should always cling to top-left/right corners */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.fc-bg {
	bottom: 0; /* strech bg to bottom edge */
}

.fc-bg table {
	height: 100%; /* strech bg to bottom edge */
}


/* Tables
--------------------------------------------------------------------------------------------------*/

.fc table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em; /* normalize cross-browser */
}

.fc th {
	text-align: center;
}

.fc th,
.fc td {
	border-style: solid;
	border-width: 1px;
	padding: 0;
	vertical-align: top;
}

.fc td.fc-today {
	border-style: double; /* overcome neighboring borders */
}


/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/

.fc .fc-row { /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
	/* no visible border by default. but make available if need be (scrollbar width compensation) */
	border-style: solid;
	border-width: 0;
}

.fc-row table {
	/* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
	border-left: 0 hidden transparent;
	border-right: 0 hidden transparent;

	/* no bottom borders on rows */
	border-bottom: 0 hidden transparent; 
}

.fc-row:first-child table {
	border-top: 0 hidden transparent; /* no top border on first row */
}


/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/

.fc-row {
	position: relative;
}

.fc-row .fc-bg {
	z-index: 1;
}

/* highlighting cells & background event skeleton */

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
	bottom: 0; /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
	height: 100%; /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
	border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
	z-index: 2;

}

.fc-row .fc-highlight-skeleton {
	z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/

.fc-row .fc-content-skeleton {
	position: relative;
	z-index: 4;
	padding-bottom: 2px; /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
	z-index: 5;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
	/* see-through to the background below */
	background: none; /* in case <td>s are globally styled */
	border-color: transparent;

	/* don't put a border between events and/or the day number */
	border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td, /* cells with events inside (so NOT the day number cell) */
.fc-row .fc-helper-skeleton tbody td {
	/* don't put a border between event cells */
	border-top: 0;
}


/* Scrolling Container
--------------------------------------------------------------------------------------------------*/

.fc-scroller { /* this class goes on elements for guaranteed vertical scrollbars */
	overflow-y: scroll;
	overflow-x: hidden;
}

.fc-scroller > * { /* we expect an immediate inner element */
	position: relative; /* re-scope all positions */
	width: 100%; /* hack to force re-sizing this inner element when scrollbars appear/disappear */
	overflow: hidden; /* don't let negative margins or absolute positioning create further scroll */
}


/* Global Event Styles
--------------------------------------------------------------------------------------------------*/

.fc-event {
	position: relative; /* for resize handle and other inner positioning */
	display: block; /* make the <a> tag block */
	font-size: .85em;
	line-height: 1.3;
	border-radius: 3px;
	border: 1px solid #3a87ad; /* default BORDER color */
	background-color: #3a87ad; /* default BACKGROUND color */
	font-weight: normal; /* undo jqui's ui-widget-header bold */
}

/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
	color: #fff; /* default TEXT color */
	text-decoration: none; /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
	cursor: pointer; /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed, /* causes a "warning" cursor. applied on body */
.fc-not-allowed .fc-event { /* to override an event's custom cursor */
	cursor: not-allowed;
}

.fc-event .fc-bg { /* the generic .fc-bg already does position */
	z-index: 1;
	background: #fff;
	opacity: .25;
	filter: alpha(opacity=25); /* for IE */
}

.fc-event .fc-content {
	position: relative;
	z-index: 2;
}

.fc-event .fc-resizer {
	position: absolute;
	z-index: 3;
}


/* Horizontal Events
--------------------------------------------------------------------------------------------------*/

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
	margin-left: 0;
	border-left-width: 0;
	padding-left: 1px; /* replace the border with padding */
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
	margin-right: 0;
	border-right-width: 0;
	padding-right: 1px; /* replace the border with padding */
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

/* resizer */

.fc-h-event .fc-resizer { /* positioned it to overcome the event's borders */
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
	width: 5px;
}

/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-ltr .fc-h-event .fc-start-resizer:before,
.fc-ltr .fc-h-event .fc-start-resizer:after,
.fc-rtl .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-end-resizer:before,
.fc-rtl .fc-h-event .fc-end-resizer:after {
	right: auto; /* ignore the right and only use the left */
	cursor: w-resize;
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-ltr .fc-h-event .fc-end-resizer:before,
.fc-ltr .fc-h-event .fc-end-resizer:after,
.fc-rtl .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-start-resizer:before,
.fc-rtl .fc-h-event .fc-start-resizer:after {
	left: auto; /* ignore the left and only use the right */
	cursor: e-resize;
}


/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-day-grid-event {
	margin: 1px 2px 0; /* spacing between events and edges */
	padding: 0 1px;
}


.fc-day-grid-event .fc-content { /* force events to be one-line tall */
	white-space: nowrap;
	overflow: hidden;
}

.fc-day-grid-event .fc-time {
	font-weight: bold;
}

.fc-day-grid-event .fc-resizer { /* enlarge the default hit area */
	left: -3px;
	right: -3px;
	width: 7px;
}


/* Event Limiting
--------------------------------------------------------------------------------------------------*/

/* "more" link that represents hidden events */

a.fc-more {
	margin: 1px 3px;
	font-size: .85em;
	cursor: pointer;
	text-decoration: none;
}

a.fc-more:hover {
	text-decoration: underline;
}

.fc-limited { /* rows and cells that are hidden because of a "more" link */
	display: none;
}

/* popover that appears when "more" link is clicked */

.fc-day-grid .fc-row {
	z-index: 1; /* make the "more" popover one higher than this */
}

.fc-more-popover {
	z-index: 2;
	width: 220px;
}

.fc-more-popover .fc-event-container {
	padding: 10px;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/

.fc-toolbar {
	text-align: center;
	margin-bottom: 1em;
}

.fc-toolbar .fc-left {
	float: left;
}

.fc-toolbar .fc-right {
	float: right;
}

.fc-toolbar .fc-center {
	display: inline-block;
}

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * { /* extra precedence to override button border margins */
	float: left;
	margin-left: .75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child { /* extra precedence to override button border margins */
	margin-left: 0;
}
	
/* title text */

.fc-toolbar h2 {
	margin: 0;
}

/* button layering (for border precedence) */

.fc-toolbar button {
	position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
	z-index: 2;
}
	
.fc-toolbar .fc-state-down {
	z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
	z-index: 4;
}

.fc-toolbar button:focus {
	z-index: 5;
}


/* View Structure
--------------------------------------------------------------------------------------------------*/

/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	        box-sizing: content-box;
}

.fc-view, /* scope positioning and z-index's for everything within the view */
.fc-view > table { /* so dragged elements can be above the view's main element */
	position: relative;
	z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/

/* day row structure */

.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
	/* we are sure there are no day numbers in these views, so... */
	padding-top: 1px; /* add a pixel to make sure there are 2px padding above events */
	padding-bottom: 1em; /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
	min-height: 4em; /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */

.fc-row.fc-rigid {
	overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

/* week and day number styling */

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
	padding: 0 2px;
}

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
	padding-top: 2px;
	padding-bottom: 2px;
}

.fc-basic-view .fc-week-number {
	text-align: center;
}

.fc-basic-view .fc-week-number span {
	/* work around the way we do column resizing and ensure a minimum width */
	display: inline-block;
	min-width: 1.25em;
}

.fc-ltr .fc-basic-view .fc-day-number {
	text-align: right;
}

.fc-rtl .fc-basic-view .fc-day-number {
	text-align: left;
}

.fc-day-number.fc-other-month {
	opacity: 0.3;
	filter: alpha(opacity=30); /* for IE */
	/* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/

.fc-agenda-view .fc-day-grid {
	position: relative;
	z-index: 2; /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
	min-height: 3em; /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
	padding-top: 1px; /* add a pixel to make sure there are 2px padding above events */
	padding-bottom: 1em; /* give space underneath events for clicking/selecting days */
}


/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/

.fc .fc-axis { /* .fc to overcome default cell styles */
	vertical-align: middle;
	padding: 0 4px;
	white-space: nowrap;
}

.fc-ltr .fc-axis {
	text-align: right;
}

.fc-rtl .fc-axis {
	text-align: left;
}

.ui-widget td.fc-axis {
	font-weight: normal; /* overcome jqui theme making it bold */
}


/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/

.fc-time-grid-container, /* so scroll container's z-index is below all-day */
.fc-time-grid { /* so slats/bg/content/etc positions get scoped within here */
	position: relative;
	z-index: 1;
}

.fc-time-grid {
	min-height: 100%; /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table { /* don't put outer borders on slats/bg/content/etc */
	border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
	z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr { /* the <hr> AgendaView injects when grid is shorter than scroller */
	position: relative;
	z-index: 2;
}

.fc-time-grid .fc-bgevent-skeleton,
.fc-time-grid .fc-content-skeleton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.fc-time-grid .fc-bgevent-skeleton {
	z-index: 3;
}

.fc-time-grid .fc-highlight-skeleton {
	z-index: 4;
}

.fc-time-grid .fc-content-skeleton {
	z-index: 5;
}

.fc-time-grid .fc-helper-skeleton {
	z-index: 6;
}


/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-slats td {
	height: 1.5em;
	border-bottom: 0; /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
	border-top-style: dotted;
}

.fc-time-grid .fc-slats .ui-widget-content { /* for jqui theme */
	background: none; /* see through to fc-bg */
}


/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-highlight-container { /* a div within a cell within the fc-highlight-skeleton */
	position: relative; /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
	position: absolute;
	left: 0;
	right: 0;
	/* top and bottom will be in by JS */
}


/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-event-container, /* a div within a cell within the fc-content-skeleton */
.fc-time-grid .fc-bgevent-container { /* a div within a cell within the fc-bgevent-skeleton */
	position: relative;
}

.fc-ltr .fc-time-grid .fc-event-container { /* space on the sides of events for LTR (default) */
	margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container { /* space on the sides of events for RTL */
	margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
	position: absolute;
	z-index: 1; /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
	/* background events always span full width */
	left: 0;
	right: 0;
}


/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/

.fc-v-event.fc-not-start { /* events that are continuing from another day */
	/* replace space made by the top border with padding */
	border-top-width: 0;
	padding-top: 1px;

	/* remove top rounded corners */
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
	/* replace space made by the top border with padding */
	border-bottom-width: 0;
	padding-bottom: 1px;

	/* remove bottom rounded corners */
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}


/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-time-grid-event {
	overflow: hidden; /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
	padding: 0 1px;
}

.fc-time-grid-event .fc-time {
	font-size: .85em;
	white-space: nowrap;
}

/* short mode, where time and title are on the same line */

.fc-time-grid-event.fc-short .fc-content {
	/* don't wrap to second line (now that contents will be inline) */
	white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
	/* put the time and title on the same line */
	display: inline-block;
	vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
	display: none; /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
	content: attr(data-start); /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
	content: "\000A0-\000A0"; /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
	font-size: .85em; /* make the title text the same size as the time */
	padding: 0; /* undo padding from above */
}

/* resizer */

.fc-time-grid-event .fc-resizer {
	left: 0;
	right: 0;
	bottom: 0;
	height: 8px;
	overflow: hidden;
	line-height: 8px;
	font-size: 11px;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
}

.fc-time-grid-event .fc-resizer:after {
	content: "=";
}

.gridster {
    position: relative;
    margin: auto;
    height: 0;
}

.gridster-content>ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.gridster-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    z-index: 2;
    position: absolute;
    display: none;
    -webkit-transform: translate3d(0,0,0);

}

.gridster-loaded {
    -webkit-transition: height .3s;
    -moz-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s;
}

.gridster-loaded .gridster-item {
    display: block;
    position: absolute;
    -webkit-transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
    -moz-transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
    -o-transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
    transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
}

/*.gridster-mobile {
    height: auto !important;
}*/

/*.gridster-mobile .gridster-item {
    height: auto;
    position: static;
    float: none;
}*/

.gridster-preview-holder {
    display: none;
    z-index: 1;
    position: absolute;
    background-color: #a2a9f5;
    border-color: #fff;
    opacity: 0.2;
}

.gridster-item.gridster-item-moving,.gridster-item.gridster-preview-holder {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.gridster-item.ng-leave.ng-leave-active {
    opacity: 0;
}

.gridster-item.ng-enter {
    opacity: 1;
}

.gridster-item-moving {
    z-index: 3;
}

.gridster-item-resizable-handler {
    position: absolute;
    font-size: 1px;
    display: block;
}

.handle-se {
    cursor: se-resize;
    right: 1px;
    bottom: 1px;
}

.handle-ne {
    cursor: ne-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    top: 1px;
}

.handle-nw {
    cursor: nw-resize;
    width: 12px;
    height: 12px;
    left: 1px;
    top: 1px;
}

.handle-sw {
    cursor: sw-resize;
    width: 12px;
    height: 12px;
    left: 1px;
    bottom: 1px;
}

.handle-e {
    cursor: e-resize;
    width: 12px;
    bottom: 0;
    right: 1px;
    top: 0;
}

.handle-s {
    cursor: s-resize;
    height: 12px;
    right: 0;
    bottom: 1px;
    left: 0;
}

.handle-n {
    cursor: n-resize;
    height: 12px;
    right: 0;
    top: 1px;
    left: 0;
}

.handle-w {
    cursor: w-resize;
    width: 12px;
    left: 1px;
    top: 0;
    bottom: 0;
}

.gridster .gridster-item:hover .gridster-box {
    border: 1.5px solid #B3B2B3;
}

.gridster .gridster-item .handle-se {
    border-style: solid;
    border-width: 0 0 25px 25px;
    border-color: transparent transparent #72BE44;
}
.hovertable tbody tr td {
    word-break: break-word;
    word-wrap:break-word;
}

.table_star_input {
    -moz-appearance: initial !important
}

.hovertable thead tr th {
    word-break: break-all;
}
table.hoverTable.dataTable {
    border-collapse: collapse !important;
}
@supports (-moz-appearance:none) {
    .hoverTable tbody tr:hover {
        outline: 2px solid #0000FF !important;
        border: 0px solid #0000FF !important;
    }

    .hoverTable tbody tr.hoverTableRowSelect {
        outline: 2px solid #FF0000 !important;
        border: 0px solid #0000FF !important;
    }
}
@media screen and (max-width: 1169px) {
    @supports (-webkit-appearance:none) and (stroke-color:transparent) {
        .hoverTable tbody tr:hover {
            border-top: 0px !important;
            border-bottom: 0px !important;
            border-left: 0px !important;
            border-right: 0px !important;
            border-color: #0000FF !important;
            outline: 0px solid #0000FF !important;
            border-style: solid !important;
        }

        .hoverTable tbody tr.hoverTableRowSelect {
            border: 2px solid #FF0000 !important;
            outline: 2px solid #FF0000 !important;
        }
    }
}

@media screen and (min-width: 1170px) and (max-width: 1920px) {
    @supports (-webkit-appearance:none) and (stroke-color:transparent) {
        .hoverTable tbody tr:hover {
            border-top: 2px !important;
            border-bottom: 2px !important;
            border-left: 2px !important;
            border-right: 2px !important;
            border-color: #0000FF !important;
            outline: 2px solid #0000FF !important;
            border-style: solid !important;
        }

        .hoverTable tbody tr.hoverTableRowSelect {
            border: 2px solid #FF0000 !important;
            outline: 2px solid #FF0000 !important;
        }
    }
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
    .hoverTable tbody tr:hover {
        outline: 2px solid #0000FF !important;
        border: 0px solid #0000FF !important;
    }

    .hoverTable tbody tr.hoverTableRowSelect {
        outline: 2px solid #FF0000 !important;
        border: 0px solid #FF0000 !important;
    }
}

.title-table-icon {
    width: 6%;
}

.title-officer-name {
    width: 35%;
}

.title-officer-company {
    width: 30%;
}

.title-branch-company {
    width: 28%;
}

.title-branch-address {
    width: 55%;
}


/*.transaction-list-thumb {
    width:80px;
    display: inline-block;
    height: auto;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media (min-width: 768px) and (max-width: 991px) {
    .transaction-list-thumb {
        width:60px;
    }
}*/

.image-info-icon {
    left: 0;
    position: absolute;
    top: 0;
    font-size: 50px !important;
}

.transaction-list-thumb {
    width: 100%;
}

.updater-logo {
    background: url('/content/Images/updater-logo.png') no-repeat center;
    width: 100%;
    height: 100px;
}

.ecommission-logo {
    background: url('/Content/images/ecommission-logo.png') no-repeat center;
    width: 100%;
    height: 100px;
}

.rentSpree-logo {
    background: url('/Content/images/rentspree-logo.png') no-repeat center;
    width: 100%;
    height: 100px;
}

.hurdlr-logo {
    background: url('/Content/images/hurdlr-logo.png') no-repeat center;
    width: 100%;
    height: 100px;
}

.kvCore-logo {
    background: url('/Content/images/kvCore-logo.png') no-repeat center;
    width: 100%;
    height: 100px;
}

.homeWarranty-logo {
    background: url('/Content/images/homeWaranty-logo.png') no-repeat center;
    width: 100%;
    height: 100px;
}
.lionDesk-logo {
    background: url('/Content/images/LionDesk-logo.png') no-repeat center;
    width: 100%;
    height: 100px;
}

.utilityConcierge-logo {
    background: url('/Content/images/utilityconcierge-logo.png') no-repeat center;
    width: 100%;
    height: 100px;
}

.myNHD-logo {
    background: url('/Content/images/myNHD-logo.jpg') no-repeat center;
    width: 100%;
    height: 100px;
}

.transactly-logo {
    background: url('/Content/images/transactly-logo.jpg') no-repeat center;
    width: 100%;
    height: 100px;
}

.boost-logo {
    background: url('/Content/images/boost-logo.png') no-repeat center;
    width: 100%;
    height: 100px;
}

.pbgo-logo {
    background: url('/Content/images/pbgo-logo.png') no-repeat center;
    width: 100%;
    height: 100px;
}
.slider {
    /*width: 800px;*/
    width:100%;
    /*height: 400px;*/
    overflow: auto;
    position: relative;
    background: #fff;
    border: 0px solid #FFF;
    /*margin-top: 20px;*/
}

.slide {
    position: relative;
    /*top: 0;
    left: 0;*/
    width:auto;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;

    /*position:absolute; left:20%;opacity:1;*/
}

.arrow {
    position: absolute;
    z-index: 1002;
    display: block;
    top: 0px;
    /*margin-top: -35px;*/
    width: 36px;
    height: 71px;
    outline: none;
    cursor: pointer;
}

.arrow.prev {
    opacity: 0.5;
    left: 0px;
    transition: 0.2s linear all;
}

.arrow.next {
    opacity: 0.5;
    right: 0px;
    transition: 0.2s linear all;
}

.arrow.prev:hover {
    opacity: 1;
}

.arrow.next:hover {
    opacity: 1;
}

/*---------------------------------------------------------
NAV
---------------------------------------------------------*/

.nav {
    text-align: center;
}

.nonDraggableImage{
    -webkit-user-drag: none;
}

.nav .wrapper {
}

.nav ul {
    margin: 0;
    width: 100%;
}

.nav .dot, .nav .dot a {
    display: inline-block;
    zoom: 1;
    cursor:pointer;
}

.dots {
    padding-right:40px;
}

.dots .dot {
    position: relative;
    margin: 0 8px;
    width: 20px;
    height: 20px;
}

.dots .dot a {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 15px;
    height: 15px;
    text-indent: 100%;
    white-space: nowrap;
    background-color: #fff;
    border: solid 1px #3a76cc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color 0.25s, border-color 0.25s;
    -moz-transition: background-color 0.25s, border-color 0.25s;
    transition: background-color 0.25s, border-color 0.25s;
}

.dots .dot a.active {
    border-color: #fff;
    background-color: #3a76cc; 
}

.zoomPreviewImage{
    width: 90%;
}

.normalPreviewImage{
    width: 50%;
}

.onDemandContainer {
    border: 2px solid #e6e6e6;
    margin: 0 auto 1vh auto;
}
.introjs-overlay {
  position: absolute;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  background: -moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.4)),color-stop(100%,rgba(0,0,0,0.9)));
  background: -webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  background: -o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  background: -ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  background: radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.introjs-fixParent {
  z-index: auto !important;
  opacity: 1.0 !important;
  position: absolute !important;
  -webkit-transform: none !important;
     -moz-transform: none !important;
      -ms-transform: none !important;
       -o-transform: none !important;
          transform: none !important;
}

.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  z-index: 9999999 !important;
}

.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
}

.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  position: relative;
}

.introjs-helperLayer {
  position: absolute;
  z-index: 9999998;
  background-color: #FFF;
  background-color: rgba(255,255,255,.9);
  border: 1px solid #777;
  border: 1px solid rgba(0,0,0,.5);
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0,0,0,.4);
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.introjs-tooltipReferenceLayer {
  position: absolute;
  z-index: 10000000;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.introjs-helperLayer *,
.introjs-helperLayer *:before,
.introjs-helperLayer *:after {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
      -ms-box-sizing: content-box;
       -o-box-sizing: content-box;
          box-sizing: content-box;
}

.introjs-helperNumberLayer {
  position: absolute;
  top: -16px;
  left: -16px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-family: Arial, verdana, tahoma;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,.3);
  background: #ff3019; /* Old browsers */
  background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404)); /* Chrome,Safari4+ */
  background:    -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
  background:     -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* IE10+ */
  background:      -o-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Opera 11.10+ */
  background:         linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);  /* W3C */
  width: 25px;
  height:25px;
  line-height: 20px;
  border: 2px solid white;
  border-radius: 50%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0); /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000); /* IE10 text shadows */
  box-shadow: 0 2px 5px rgba(0,0,0,.4);
}

.introjs-arrow {
  border: 5px solid white;
  content:'';
  position: absolute;
}
.introjs-arrow.top {
  top: -10px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:white;
  border-left-color:transparent;
}
.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:white;
  border-left-color:transparent;
}
.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:white;
  border-left-color:transparent;
}
.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:transparent;
  border-left-color:white;
}
.introjs-arrow.right-bottom {
  bottom:10px;
  right: -10px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:transparent;
  border-left-color:white;
}
.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color:white;
  border-right-color:transparent;
  border-bottom-color:transparent;
  border-left-color:transparent;
}
.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-top-color:transparent;
  border-right-color:white;
  border-bottom-color:transparent;
  border-left-color:transparent;
}
.introjs-arrow.left-bottom {
  left: -10px;
  bottom:10px;
  border-top-color:transparent;
  border-right-color:white;
  border-bottom-color:transparent;
  border-left-color:transparent;
}

.introjs-tooltip {
  position: absolute;
  padding: 10px;
  background-color: white;
  min-width: 200px;
  max-width: 300px;
  border-radius: 3px;
  box-shadow: 0 1px 10px rgba(0,0,0,.4);
  -webkit-transition: opacity 0.1s ease-out;
     -moz-transition: opacity 0.1s ease-out;
      -ms-transition: opacity 0.1s ease-out;
       -o-transition: opacity 0.1s ease-out;
          transition: opacity 0.1s ease-out;
}

.introjs-tooltipbuttons {
  text-align: right;
  white-space: nowrap;
}

.introjs-button {
  position: relative;
  overflow: visible;
  display: inline-block;
  margin-right:3px;
  margin-top:15px;
}

/*.introjs-button {
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 0.3em 0.8em;
  border: 1px solid #d4d4d4;
  margin: 0;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  font: 11px/normal sans-serif;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
  background-image: -moz-linear-gradient(#f4f4f4, #ececec);
  background-image: -o-linear-gradient(#f4f4f4, #ececec);
  background-image: linear-gradient(#f4f4f4, #ececec);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  zoom: 1;
  *display: inline;
  margin-top: 10px;
}

.introjs-button:hover {
  border-color: #bcbcbc;
  text-decoration: none;
  box-shadow: 0px 1px 1px #e3e3e3;
}
*/
.introjs-button:focus,
.introjs-button:active {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#f4f4f4));
  background-image: -moz-linear-gradient(#ececec, #f4f4f4);
  background-image: -o-linear-gradient(#ececec, #f4f4f4);
  background-image: linear-gradient(#ececec, #f4f4f4);
}

/* overrides extra padding on button elements in Firefox */
.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.introjs-skipbutton {
  margin-right: 5px;
  color: #7a7a7a;
}

.introjs-prevbutton {
  -webkit-border-radius: 0.2em 0 0 0.2em;
  -moz-border-radius: 0.2em 0 0 0.2em;
  border-radius: 0.2em 0 0 0.2em;
  border-right: none;
}

.introjs-nextbutton {
  -webkit-border-radius: 0 0.2em 0.2em 0;
  -moz-border-radius: 0 0.2em 0.2em 0;
  border-radius: 0 0.2em 0.2em 0;
}



.introjs-disabled span, .introjs-disabled:hover span, .introjs-disabled:focus span{
    color: #9a9a9a;
  border-color: #d4d4d4;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}


/*.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
  color: #9a9a9a;
  border-color: #d4d4d4;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}*/

.introjs-bullets {
  text-align: center;
}
.introjs-bullets ul {
  clear: both;
  margin: 15px auto 0;
  padding: 0;
  display: inline-block;
}
.introjs-bullets ul li {
  list-style: none;
  float: left;
  margin: 0 2px;
}
.introjs-bullets ul li a {
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
}
.introjs-bullets ul li a:hover {
  background: #999;
}
.introjs-bullets ul li a.active {
  background: #999;
}

.introjs-progress {
  overflow: hidden;
  height: 10px;
  margin: 10px 0 5px 0;
  border-radius: 4px;
  background-color: #ecf0f1
}
.introjs-progressbar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c;
}

.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}

/* filter-options on all grids-lists*/
.filter-option {
}

    .filter-option button {
        padding: 0px;
    }

/** Buttons in lists **/
.filter-options-button {
    margin: -15px 0px 3px 0px;
    padding: 5px;
}

/** Container for filter options on a list **/
.list-page-header {
    background-color: #fff;
    margin-top: -15px;
    border-radius: 5px;
    margin-bottom: 10px;
}

    .list-page-header.navbar-collapse.in {
        overflow-y: visible;
    }

    .list-page-header .list-controls {
        padding-top: 25px;
    }

    .list-page-header ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    .list-page-header li {
        margin-left: 5px;
        float: left;
    }

        .list-page-header li .dropdown-menu li {
            float: none;
        }

.view-toolbelt {
    margin-top: 10px;
}

    .view-toolbelt ul {
        margin-bottom: 0px;
    }

/* transaction List item */
.standardListItem {
    margin-bottom: 0px;
    padding: 5px 0px 5px 0px;
    border-bottom: solid 1px #E7DEDE;
    background-color: #fff;
}

    .standardListItem h3 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    /*.standardListItem a {color:inherit;}*/
    .standardListItem a:hover {
        color: #76bf49;
    }
.standardListItemDetailHeader {
    display: flex;
    border: solid 1px #E7DEDE;
    padding: 5px;
    margin-top: 10px;
}
.standardListItemDetail {
    text-align: center;
    margin: 10px 0;
    padding: 10px 0;
}
.standardListItemDetailDiv {
    display: flex;
    flex: 3;
    flex-direction: column;
}
/*.standardListItem .dropzone {
    background-color: transparent;
    padding: 0px;
    border: none;
}*/
.transaction-list-options li {
    margin-left: 10px;
    margin-bottom: 5px;
}

.searachBox{
    top:17px;
}

@media (min-device-width: 320px) {
    .searachBox {
        top: 63px;
        width:80% !important;
    }
}

@media (min-device-width: 321px) and (max-device-width: 380px) {
    .searachBox {
        top: 68px;
        width: 80% !important;
    }
}

@media (min-device-width: 381px) and (max-device-width: 480px) {
    .searachBox {
        top: 17px;
        width: 100% !important;
    }
}

@media only screen and (min-device-width: 480px) and (max-device-width: 1350px){
    .searachBox {
        top: 26px;
        width: 100% !important;
    }
}

@media(max-width:767px) {
    .transaction-list-options {
        display: none;
        padding-bottom: 8px;
        background-color: #F6F3F3;
        border-bottom: solid 1px #e6e6e6;
        border-top: solid 1px #e6e6e6;
    }
}

.transactionGridItem {
    height: 205px;
    border: none;
    margin-bottom: 15px;
    cursor: pointer;
    padding-top: 5px;
    text-align: center;
    overflow: hidden;
}

    .transactionGridItem .grid-image-cell {
        max-height: 130px;
        overflow: hidden;
        margin-bottom: 5px;
    }

    .transactionGridItem img {
        width: 95%;
    }

    .transactionGridItem .grid-detail-cell {
        text-align: center;
    }

    .transactionGridItem h3 {
        font-size: 14px;
        font-weight: 200;
        margin: 0px;
    }

    .transactionGridItem a {
        color: inherit;
    }

        .transactionGridItem a:hover {
            color: #76bf49;
        }

.grid-additional-detail-cell {
    position: static;
    display: none;
    background: #E4E2E2;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-bottom: 5px;
}

    .grid-additional-detail-cell div {
        padding: 0px;
        margin-top: 5px;
        text-align: center;
    }

.transactionGridItem.highlight {
    background: #E4E2E2;
    border-radius: 5px;
}

    .transactionGridItem.highlight .grid-additional-detail-cell {
        display: inline-block;
    }

.sortable-placeholder {
    background-color: #3a76cc;
    opacity: 0.5;
    height: 80px;
    margin: 0px;
}

.sortable-placeholder-no-height {
    background-color: #3a76cc;
    opacity: 0.5;
    height: auto;
    padding: 10px;
    margin: 0px;
}

.sortable-form-grid-placeholder {
    background-color: #3a76cc;
    opacity: 0.5;
    width: 180px;
    height: 200px;
    float: left;
}

.sort-bars {
    cursor: move;
    width: 20px;
}

    .sort-bars .icon-bar {
        cursor: move;
        display: block;
        width: 10px;
        height: 3px;
        border-radius: 0px;
        background-color: #dddddd;
        margin-top: 3px;
    }

.superclickbackground {
    background-color: #dddddd;
}

.superclickbackground2 {
    background-color: #ffffff;
}

/*.standardListItem {
    font-size:12px;
    line-height:25px;
    padding:10px 0px 0px 0px;
    background-color:#ffffff;
}*/

.complete {
    opacity: .3;
}

.modal-scrollable-list {
    max-height: 550px;
    padding-right: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.grid-item {
    min-height: 175px;
    padding-top: 10px;
    margin-bottom: 20px;
}

.thumb-icon {
    color: #3a76cc;
    font-size: 5.5em;
}
/* TODO: we will reuse this - move out */
.overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 7px;
}

.modal-li-fl-50 {
    width: 50%;
    text-align: center;
    list-style-type: none;
    float: left;
}

.modal-li-fl-100 {
    width: 100%;
    text-align: center;
    list-style-type: none;
    float: left;
}

.supermodal li {
    padding-bottom: 10px;
}

.folderItem {
    margin-bottom: 5px;
    cursor: pointer;
    font-weight: bold;
}

.fileItem {
    margin-bottom: 5px;
}

    .fileItem p {
        margin: 0px;
    }

.fileItemSelected {
    background-color: #E4E2E2;
    border: solid 1px #3a76cc;
    margin-bottom: 5px;
    padding: 5px 0px 5px 0px;
}

.fileGridItemSelected {
    background-color: #E4E2E2;
    border: solid 1px #3a76cc;
    margin-bottom: -2px;
}

.hover-show div i.isfontpack-resize_vertical {
    visibility: hidden;
}

.handle, .cursor-change {
    cursor: move;
}

.hover-show:hover div i.isfontpack-resize_vertical {
    visibility: visible;
}

.form-grid-instance {
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
}

.form-instance {
    padding-bottom: 8px;
    background-color: #F6F3F3;
    border-bottom: solid 1px #e6e6e6;
    border-top: solid 1px #e6e6e6;
}

/* checklist status */
.status-requested {
    display: inline-block;
    border: solid 1px blue;
}

.checklist-item .dropzone {
    background-color: transparent;
    padding: 0px;
    border: none;
}

.super-selector-single li {
    text-align: left;
    white-space: nowrap;
    display: list-item;
    max-width: 300px;
}

.super-selector-single.list-unstyled {
    padding-bottom: 10px;
}

.super-selector-single .apply-button {
    text-align: center;
}

.super-selector-multi {
    display: inline-flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.super-selector-single-scrollable {
    max-height: 250px;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    width: 240px;
}

.super-selector-broker-scrollable {
    overflow-y: scroll;
    margin-top: 60px;
}

.super-selector-broker-scrollable-phone {
    overflow-y: scroll;
    max-height: 300px;
}

.super-selector-multi-scrollable {
    max-height: 230px;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}

.super-selector-multi-broker-scrollable {
    max-height: 150px;
}

.super-selector-multi-scrollable-phone {
    max-height: 180px;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}

.super-selector-multi-broker-scrollable-phone {
    overflow-y: hidden;
    max-height: none;
}

.super-selector-apply {
    border: 1px silver solid;
}

.super-selector-btn-apply {
    margin: 10px;
    padding: 6px 12px !important;
}

.btn-dropdown {
    border-left: 1px #3a76cc solid;
    border-bottom: 1px #3a76cc solid;
    border-right: 1px #ECEFFD solid;
    border-top: 1px #ECEFFD solid;
    border-radius: 2px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    width: 100%;
}

.btn-dropdown-caret {
    float: right;
    margin-top: 7px;
    margin-right: 7px;
}

.super-selector-btn-reset {
    margin: 10px;
    padding: 6px 12px !important;
    border-color: grey;
    background-color: grey;
    color: white;
}

.super-selector-select-office {
    float: left;
    padding: 15px;
    max-width: 85%;
}

.super-selector-dropdown-menu-div {
    text-align: center;
}

.super-selector-dropdown-broker-menu-div {
    text-align: center;
    overflow-x: hidden;
    overflow-y: hidden;
}

.super-selector-dropdown-broker-filter {
    right: -175px !important;
}

@media(max-width:767px) {
    .super-selector-multi {
        display: initial;
    }
}

.super-selector-multi > li {
    text-align: center;
}

    .super-selector-multi > li > span {
        display: block;
        background-color: #eeeeee;
        padding: 5px;
        margin: 0px 10px 10px 0px;
    }

    .super-selector-multi > li > ul > li {
        padding-right: 20px;
    }

.row-button-list {
    padding-left: 0;
    list-style: none;
}

@media(max-width:767px) {
    .row-button-list > li {
        display: inline-block;
    }
}

@media(min-width:768px) {
    .row-button-list > li {
        display: inline-block;
    }
}

@media(min-width:992px) {
    .row-button-list > li {
        display: inline-block;
    }
}

@media(min-width:1200px) {
    .row-button-list > li {
        display: inline-block;
    }
}

.super-menu {
    display: flex;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    -o-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
}

.super-menu-inline {
    justify-content: space-between;
}

.super-menu-inline li {
    /*Overrides .super-menu li*/
    text-align: center !important;
    width: 33% !important;
}

.super-menu li {
    text-align: left;
    width: 50%;
}

/*.super-menu li{width:33%; float:left;}*/

.videosHelpSearch {
    border-bottom: none;
    padding-left: 15px;
    height: 30px;
}

    .videosHelpSearch:last-child {
        height: 45px;
    }

.titleVideoHelpSearch {
    padding: 5px 10px 10px 10px;
    height: 35px;
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
    border-radius: 3px;
}

.largerH4 {
    font-size: 19px;
    line-height: 1.5;
}

.emailListItem {
    margin-bottom: 0px;
    padding: 2px 0px 2px 0px;
    background-color: #fff;
}

/* super selector directive - START */
.date-form-filters {
    clear: both;
}

    .date-form-filters .row {
        margin: 0 0 12px 0;
    }

.date-form-header {
    background-color: #eee;
    padding: 5px;
    margin: 0 10px 10px 0;
}

.date-form-container {
    font-size: 14px;
    margin-bottom: 12px;
    display: flex;
}

    .date-form-container .col {
        flex-grow: 1;
    }

        .date-form-container .col:last-of-type {
            text-align: right;
            flex-direction: right;
        }

        .date-form-container .col input {
            min-width: 90px;
        }

.mr-2 {
    margin-right: 10px;
}

.datepicker-bottom-right .dropdown-menu {
    margin: 2px -190px;
}

.datepicker-bottom-right-Firefox .dropdown-menu {
    margin: 2px -202px;
}

.datepicker-bottom-right-CREA .dropdown-menu {
    margin: 2px -209px;
}

.datepicker-bottom-right-Firefox-CREA .dropdown-menu {
    margin: 2px -219px;
}

.ie-width-fix {
    max-width: 354.01px
}

.input-alert-border select {
    border: solid 1px red;
}

/* super selector directive - END */


.transaction-history-column-names {
    border-top: solid 1px #E7DEDE;
}

.transaction-history-column-names div {
    height: 25px;
}

.transaction-history-no-labels p {
    padding-bottom: 0px;
    padding-top: 5px;
    box-sizing: border-box;
    height: 20px;
}

@media(max-width:767px) {
    .transaction-history-column-names {
        display: none;
    }

    .transaction-history-with-labels {
        display: block;
    }

    .transaction-history-no-labels {
        display: none;
    }
}

@media(min-width:768px) {
    .transaction-history-with-labels {
        display: none;
    }
    .transaction-history-no-labels {
        display: block;
    }
    .transaction-history-info button {
        padding: 0;
        height: 30px;
    }
}


.loadmask {
    z-index: 1100;
    position: absolute;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    background-color: #CCC;
    width: 100%;
    height: 100%;
    zoom: 1;
}
.loadmask-msg {
    z-index: 1101;
    position: absolute;
    top: 0;
    left: 0;
    border:2px solid #ccc;
    border-radius:10px;
    top:30%;
    left:50%;
    margin-left:-85px;
}
.loadmask-msg div {
    text-align:center;
    width: 170px; height:120px;
    padding:95px 0px 0px 0px;
    background: #f5f6f7 url('/content/Images/loading.gif') no-repeat 50px 10px; 
    color:#424242;
    cursor:wait;
    border-radius:10px;
}
.loadmask-sso {
    z-index: 1100;
    position: absolute;
    top: 0;
    left: 0;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #CCC;
    width: 100%;
    height: 100%;
    zoom: 1;
}

.login-background {
    background: url(/content/images/login_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 600px;
    height: 600px;
    padding: 190px 120px 100px 120px;
    margin: auto;
}

    .login-background img {
        /*width:120px; height:120px;*/
    }

.login-container {
    width: 720px;
    margin: auto;
}

@media(max-width:767px) {
    .login-background {
        background: none;
        width: 100%;
        height: auto;
        padding: 0px;
    }

    .login-container {
        width: 300px;
    }

    .login-logo-margin-top {
        margin-top: 10px;
    }
}

@media(min-width:768px) {
    .login-background {
        min-width: 700px;
        min-height: 500px;
        padding: 170px 120px 100px 120px;
    }

    .login-container {
        width: 620px;
    }
    .text-center {
        margin-top: 36px;
    }
}

@media(min-width:992px) {
    .login-background {
        min-width: 700px;
        min-height: 600px;
        padding: 170px 120px 100px 120px;
    }

    .login-container {
        width: 720px;
    }
    .text-center {
        margin-top: 36px;
    }
}

@media(min-width:1200px) {
    .login-background {
        min-width: 700px;
        min-height: 600px;
        padding: 170px 120px 100px 120px;
    }
    @media(min-width:1200px) {
        .text-center {
            margin-top: 36px;
        }
    }
        .login-container {
            width: 720px;
        }
    }

.canvas-wrapper {
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.canvas-container{
    margin:0 auto;
}
.upper-canvas{
    border: 1px solid #dddddd;
}
.markup-modal .slide{
    border:none !important;
}
.canvas-menu {
    text-align: left;
    border:1px solid #bebebe;
    border-radius:3px;
    box-shadow:0 2px 5px rgba(0,0,0,.5);
    background: white;
    list-style: none;
    padding: 10px 10px 10px 10px;
}
.canvas-menu-button:hover{
    background-color:#a9eaf9;
}
.de-menu-active{
    border-style: double;
    border-width: 2px;
    border-color: #3a76cc;
    background: aliceblue;
}
.mobile-sub-menu{
    min-width: 50px;
    top:30px;
    padding: 5px 10px 0px 0px;
    border-color:transparent;
    background-color:white;
}
.mobile-sub-menu li {
    margin: 0px 0px 0px 0px;
    text-align: center;
    padding: 0px 0px 0px 0px;
    white-space: nowrap;
    display: block;
    width: 100%;
}
.mobile-sub-menu-zoom{
    min-width: 50px;
    top:30px;
    padding: 5px 10px 0px 0px;
    border-color:transparent;
    background-color:white;
    left:0px !important;
}
.mobile-sub-menu-zoom{
    display:none;
    position:absolute;
}
.mobile-sub-menu-zoom li {
    margin: 0px 0px 0px 0px;
    text-align: center;
    padding: 0px 0px 0px 0px;
    white-space: nowrap;
}

.mobile-menu{
    position:relative;
}

.mobile-sub-menu{
    display:none;
    position:absolute;
}
.mobile-menu:hover > ul{
    display:block;
}
.mobile-sub-menu:hover > ul{
    display:block;
}

.myMenu{                
    position:absolute;     
    display: none;
    width: 120px;
}

.myMenu ul{

    list-style: none;
    margin:0;
    padding:0;
}

.myMenu li{
    width: 140px;
    background: #e5e5e5;
    border:1px solid #ccc;                
    color:#b5b5b5; 
}

.myMenu li:first-child{
    width: 120px;
    padding:5px 10px;
    cursor: default;
}

.myMenu a{
    color:#3d7cb9;
    text-decoration: none;
    display:block;
    padding:5px 10px;
}

.myMenu a:hover{
    background-color:#3d7cb9;
    color:#fff;                
}
input{
    width:40px;
}

.slicer-pages{
    margin: 0;
    padding: 0;
    width: 100%;
}

@media(max-width:500px) {
        .slicer-pages div {
        list-style-type: none;
        margin: 10px 10px 10px 0;
        padding: 1px;
        float: left;
        width: 100px;
        height: 120px;
    }

    .slicer-page-image {
        border: solid 1px darkgrey;
        min-height: 20px;
        margin: 1px 2px 5px 1px;
        border-radius: 10px;
        width: 100px;
        padding: 3px;
    }

    .zoom-in {
        width: 300px !important;
    }
}

@media(min-width:200px) {
        .slicer-pages div {
        list-style-type: none;
        margin: 5px 5px 5px 0;
        padding: 1px;
        float: left;
        width: 100px;
        height: 120px;
    }

    .slicer-page-image {
        border: solid 1px darkgrey;
        min-height: 20px;
        margin: 1px 2px 5px 1px;
        border-radius: 10px;
        width: 100px;
        padding: 3px;
    }

    .zoom-in {
        width: 300px !important;
    }
}

@media(min-width:768px) {
        .slicer-pages div {
        list-style-type: none;
        margin: 10px 10px 10px 0;
        padding: 1px;
        float: left;
        width: 160px;
        height: 250px;
    }

    .slicer-page-image {
        border: solid 1px darkgrey;
        min-height: 20px;
        margin: 1px 2px 5px 1px;
        border-radius: 10px;
        width: 160px;
        padding: 3px;
    }

    .zoom-in {
        width: 400px !important;
    }
}

@media(min-width:992px) {
        .slicer-pages div {
        list-style-type: none;
        margin: 10px 10px 10px 0;
        padding: 1px;
        float: left;
        width: 200px;
        height: 300px;
    }

    .slicer-page-image {
        border: solid 1px darkgrey;
        min-height: 20px;
        margin: 1px 2px 5px 1px;
        border-radius: 10px;
        width: 200px;
        padding: 3px;
    }

    .zoom-in {
        width: 500px !important;
    }
}

@media(min-width:1200px) {
    .slicer-pages div {
        list-style-type: none;
        margin: 10px 10px 10px 0;
        padding: 1px;
        float: left;
        width: 250px;
        height: 400px;
    }

    .slicer-page-image {
        border: solid 1px darkgrey;
        min-height: 20px;
        margin: 1px 2px 5px 1px;
        border-radius: 10px;
        width: 250px;
        padding: 3px;
    }

    .zoom-in {
        width: 600px !important;
    }
}

.slicer-page-hover{
    background-color:darkgray !important;
}

.slicer-page-selected{
    background-color:#4681c2 !important;
}

.slicer-page-rotated{
    margin-right: 45px !important;
    margin-left:35px !important;
}



.navbar {
    background-color: #F6F3F3;
    min-height: 0px;
    margin-bottom: 0px;
}

.navbar h4 {
    margin-top: 8px;
    margin-left: 50px;
}


.top-bar {
    width: 100%;
    height:auto;
    background-color: #F6F3F3;
    border-bottom: solid 1px #e6e6e6;
    padding: 5px 10px 5px 10px;
}

.impersonate-top-bar{
    background-color: rgba(255, 0, 0, 0.6);
}

.grip-bars {
    cursor: pointer;
}

    .grip-bars .icon-bar {
        cursor: pointer;
        display: block;
        width: 50px;
        height: 3px;
        border-radius: 20px;
        background-color: #72BE44;
        margin: auto;
        margin-top: 3px;
    }

    .grip-bars .icon-bar-sm {
        width: 25px;
    }


.parent-section-link {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    height: auto;
    width: auto;
    width:100%; text-align:center;
    line-height: 1.8;
}

    .parent-section-link .icon {
        display: inline-block;
        position: absolute;
        top: 3px;
    }



@media(max-width:767px){
    .grip-bars {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    /* Prevent navbar displaying vertical list of icons (can't scroll as its static) */
    navbar-nav {
        margin: 7px -15px;
        display: table;
        width: 100%;
        text-align: center;
    }


    .nav > li {
        position: relative;
        display: block;
        float: left;
    }

    .parent-section-link .icon i {
        font-size: 19px;
    }

    .parent-section-link .title {
        font-size: 13px;
    }
}
@media(min-width:768px){
    .grip-bars {
        padding-top: 6px;
        padding-bottom: 6px;
    }

     .navbar-nav {
        display: table;
        width: 100%;
    }

        .navbar-nav li {
            float: none;
            display: table-cell;
        }

    .parent-section-link .icon i {
        font-size: 21px;
    }

    .parent-section-link .title {
        font-size: 14px;
    }
}

@media(min-width:992px){
    .grip-bars {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .parent-section-link .icon i {
        font-size: 23px;
    }

    .parent-section-link .title {
        font-size: 15px;
    }
}

@media(min-width:1200px){
    .grip-bars {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .parent-section-link .icon i {
        font-size: 25px;
    }

    .parent-section-link .title {
        font-size: 16px;
    }
}


/* override some navbar classes*/


.top-navigation-bar {
    height: 0px;
    overflow: hidden;
}

.top-nav-row ul {
    margin-top: 10px;
    margin-bottom: 0px;
}

.top-nav-row a:hover {
    text-decoration: none;
}


.nav-moduleBtn {
    text-align: center;
    line-height: 0.9;
}

    .nav-moduleBtn i {
        height: 28px;
    }

.header-icon-large {
    font-size: 30px;
    line-height: 15px;
}


.ng-dirty.ng-invalid {
    border-color: #ec3f41;
}


.bootbox {
    z-index: 2000;
}


.main-menu-list {
    clear: both;
}

.main-menu-list li {
    position:relative;
    height:40px;
    padding-top:5px;
}
.main-menu-list li a{
    width: 100%;
    text-align: left;
}
.main-menu-list li a > span:first-child {
    font-size:30px;
    width: 45px;
    display: inline-block;
    text-align: center;
}
.main-menu-list li a > span:last-child{
    position: absolute;
    top: 10px;
    left: 50px;
}

.main-menu-list li.active {
    background-color:#3a76cc;
}
.main-menu-list li.active a > span:first-child{
    color:#fff;
}
.main-menu-list li.active a .branding-sm i:first-child,
    .main-menu-list li.active a .branding-md i:first-child,
        .main-menu-list li.active a .branding-lg i:first-child{color:#fff;}


.side-menu-list.right-side{
    font-size:14px;
    margin-top:5px;
}

.side-menu-list.right-side li {
    font-size: 1.2em;
    margin: 10px 0;
}

/*.side-menu-list {
    clear: both;
}
.side-menu-list a { 
    width: 100%;
    text-align: left;
}


.side-menu-list > span { 
    position: absolute;
    top: 15px;
    left: 50px;
}
.side-menu-list li {
    position:relative;
    margin-bottom:5px;
}

.side-menu-list li a > span:first-child{
    display:inline-block;
    width:40px;
    height:40px;
}

.side-menu-list li .active {
    background-color: #3a76cc!important;
    color: #fff!important;
    text-shadow: none;
}*/




/*----------------------------------------------------------------------------------- */
/*  Form Editor */
/*----------------------------------------------------------------------------------- */
.no-boxshadow .navbar {
    border-bottom: 1px solid #dddddd;
}

.navbar {
    padding: 0;
    border: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .navbar .nav .open > a, .navbar .nav .open > a:hover, .navbar .nav .open > a:focus {
        background-color: transparent !important;
    }

    .navbar .container-fluid.main-nav {
        float: left;
        width: 100%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

        .navbar .container-fluid.main-nav .nav-collapse {
            width: 100%;
        }

            .navbar .container-fluid.main-nav .nav-collapse .nav {
                text-align: center;
                width: 100%;
                height: 100%;
                margin: 0;
            }

                .navbar .container-fluid.main-nav .nav-collapse .nav > li {
                    float: none;
                    display: inline-block;
                    text-align: center;
                    margin: 0 0px;
                }

                    .navbar .container-fluid.main-nav .nav-collapse .nav > li > a {
                        display: block;
                        height: 100%;
                        text-align: center;
                        padding: 10px 15px 9px;
                        font-size: 12px;
                        font-weight: 400;
                        color: #3a76cc;
                        -webkit-transition: all 0.3s;
                        -moz-transition: all 0.3s;
                        transition: all 0.3s;
                    }

                 

                        .navbar .container-fluid.main-nav .nav-collapse .nav > li > a span {
                            font-size: 37px;
                            width: 50px;
                            height: 50px;
                            display: block;
                            margin: 0 auto 2px;
                        }

                        .navbar .container-fluid.main-nav .nav-collapse .nav > li > a .caret {
                            margin-top: -9px;
margin-right: -14px;
border-top-color: #999999;
float: right;
                        }

                        .navbar .container-fluid.main-nav .nav-collapse .nav > li > a.current {
                            color: #3a76cc;
                        }

                        /*.navbar .container-fluid.main-nav .nav-collapse .nav > li > a:hover {
                            background: #f8f8f8;
                            background: rgba(0, 0, 0, 0.04);
                        }*/

                    .navbar .container-fluid.main-nav .nav-collapse .nav > li .dropdown-menu {
                        text-align: left;
                    }

    .navbar .nav > li > a {
        padding: 0;
    }

    .navbar .nav > li > .dropdown-menu:before,
    .navbar .nav > li > .dropdown-menu:after {
        display: none;
    }

    .navbar.scroll-hide.closed {
        top: -45px;
    }


.dropdown-menu > li > a {
    color: #3a76cc;
}

    .dropdown-menu > li > a > span {
        padding-right: 8px;
        font-size: 32px;
    }



.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


ul.colors li a span {
    width: 25px;
    height: 25px;
    display: block;
    float: right;
}


#accordion-root > .panel-group > .accordion-group-wrapper {
    border-top: solid 1px #D6CACA;
}

.side-menu-accordion .accordion-group-wrapper > span.isfontpack {
    float: left;
padding: 7px 0 0 7px;
color: #3a76cc; 
}

.side-menu-accordion .panel-body{
    padding:0px; 
    padding-top:20px;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
    border:none;
}


.side-menu-accordion .panel {
    border:none;
    border-top: solid 1px #D6CACA;
    padding:10px;
    border-radius:0px;
    margin:0px;
        -webkit-box-shadow: none;
box-shadow: none;
}
.side-menu-accordion .panel:last-child {
    padding-bottom:11px;
    border-bottom: solid 1px #D6CACA;
}
.side-menu-accordion .panel .panel-heading {
    padding:0px; margin:0px;
    background:#fff;
    border:none;
    color: #3a76cc; 
    text-decoration: none;
}
.side-menu-accordion .panel .panel-heading h4 {
    font-family:'titillium';
}
.side-menu-accordion .panel .panel-heading h4 a {
    cursor: pointer;
    font-size:14px;
}

.side-menu-accordion a {
    display: block;
}

.side-menu-accordion li {
    border: none;
}

.side-menu-accordion .chevron {
    margin-top: 20px;
}


.side-sub-menu-accordion, .side-sub-menu-accordion .panel, .side-sub-menu-accordion .panel:last-child {
    border: none;
    padding: 0;
}

/*form editor accordion*/

#forms-editor-accordion .side-menu-accordion .hightlight-header {

padding-bottom: 6px;
}

#forms-editor-accordion .panel {
    padding: 0px;
}
#forms-editor-accordion .panel-body {
    background: #F6F3F3;
    padding: 0px;
}


#forms-editor-accordion a.accordion-toggle  a {
    padding: 10px 0 15px 0;
}

#forms-editor-accordion .side-sub-menu-accordion  a {
    padding: 10px 0 !important;
}

#forms-editor-accordion .side-sub-menu-accordion  a.accordion-toggle  a {
    padding: 0 !important;
}

#forms-editor-accordion .side-sub-menu-accordion .panel .panel-heading {
    background: #F6F3F3;
}

#forms-editor-accordion .side-sub-menu-accordion .panel .panel-body {
    background: #ffffff !important;
}

#forms-editor-accordion .panel-group .panel + .panel {
    margin-top: 0px;
}

#forms-editor-accordion .panel-body i {
    margin-left: 15px;
}

#forms-editor-accordion .side-sub-menu-accordion .panel-body i {
    margin-left: 30px;
}

/* ************************************** */
/* Mandatory CSS required for ng-sortable */
/* ************************************** */

.as-sortable-item, .as-sortable-placeholder {
    display: block;
}

.as-sortable-item {
    -ms-touch-action: none;
    touch-action: none;
    /* to disable context menu on iOS devices */
    -webkit-touch-callout: none;
}

.as-sortable-item-handle {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.as-sortable-placeholder {
}

.as-sortable-drag {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

.as-sortable-hidden {
    display: none !important;
}

.as-sortable-un-selectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* ******************************************* */
/* Optional CSS, default style for ng-sortable */
/* ******************************************* */

.as-sortable-item, .as-sortable-placeholder {
    min-height: 20px;
    border-radius: 10px;
}

.as-sortable-item {

}

.as-sortable-item-handle {
}

.as-sortable-placeholder {
    border: 1px dashed darkgrey;
    box-sizing: border-box;
    background-color: #dbdbdb;
}

.as-sortable-drag {
    opacity: .8;
}

.as-sortable-hidden {
}
.link-partner {
    position: absolute;
    bottom: 15px;
    left: 35px;
}

.external-partner {
    position: absolute;
    bottom: 15px;
    right: 35px;
}

.link-partner-btn {
    font-size: 11px;
    letter-spacing: initial;
    font-weight: bold;
}

.link-partner-global-header-btn {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 80%;
    white-space: nowrap;
}

.partner-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
}

.external-partner-btn {
	font-size: 11px;
	border: 1px solid;
	letter-spacing: initial;
	font-weight: bold;
}

.partner-tile {
    border: 10px solid #eeeeee;
    font-size: 12px;
    margin-top: 5px;
}

@media (max-width: 1571px) {
    .rent-spree-tabs {
        font-size: 12px;
        margin-left: -10px;
    }
}

@media(max-width: 1338px) {
    .rent-spree-tabs {
        font-size: 12px;
        margin-left: -20px;
        margin-right: -15px;
    }
}

@media(max-width: 1219px) {
    .rent-spree-tabs {
        font-size: 11px;
        margin-left: -20px;
        margin-right: -15px;
    }
}

.provider-selected {
    border: solid 1px #3a76cc;
    margin-bottom: 10px;
    box-shadow: 0 0 5px #3a76cc;
}

.provider-option {
    border: solid 1px grey;
    margin-bottom: 10px;
}

.home-warranty-options {
    border: 1px solid #000000;
    border-radius: 25px;
    margin: 15px;
    width: 178px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 0;
}

.home-warranty-indv-options {
    width: 178px;
    word-wrap: anywhere;
    display: flex;
    justify-content: center;
    padding: 10px;
}

.home-warranty-accordion-message {
    font-weight: bold;
    font-size: 14px; 
    position: relative;
    top: -15px;
}

.home-warranty-container {
    display: flex; 
    padding: 0 15px;
}

.home-warranty-cart {
    display: grid;
    position: absolute;
    right: 10px;
    top:1px;
}

.home-warranty-price {
    justify-self: center;
}

.home-warranty-add-on-items{
    list-style-type: none;
    margin: 5px 0;
    display: inline-flex;
    width: 100%;
}

.add-on-price {
    position: absolute;
    right: 0;
}

.add-on-label{
    margin-left: 10px;
    padding-right: 35px;
}

.options-padding {
    padding: 0 30px;
}

.home-warranty-popover-container {
    min-width: 350px;
    left: 35px;
    top: 35px;
}

.home-warranty-icon {
    height: 70px;
    display: flex;
    justify-content: center;
    padding: 3px;
    flex-direction: column;
}

@media(max-width: 1275px) {
    .home-warranty-popover-container {
        left: unset;
        right: -20px;
    }
}

@media(max-width: 992px){
    .home-warranty-provider-container {
        display: grid;
        justify-items: center;
        padding: 10px 0;
    }
    
    .home-warranty-provider-container h4 {
        text-align: center;
    }

    .home-warranty-icon {
        height: 44px;
    }
}

.lawyer-add-contact-container {
    top: 13px;
}

.lawyer-add-contact-container button {
    float: right !important;
}
.lawyer-dropdown-list {
    min-height: 75px;
}

.unity-flag {
    padding-top: 15px;
    margin-right: 5px;
}

.lawyer-referral-modal-container p {
    margin:unset;
}
.preferences h4 {
    font-size: 16px;
    margin-bottom: 2px;
}
.progress-bar {
    color: #fff;
}

.progress {
    position: relative;
}
.progress-bar-checklist > div:first-child {
    position: relative;
    width: 85% !important;
}
/*.progress-bar span {border:solid;}*/
.tag-progress {
    height: 22px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
}

    .tag-progress .progress-bar {
        background-color: #fff;
        color: #000;
        /*border-right:solid 1px rgb(200, 200, 200);*/
    }

        .tag-progress .progress-bar:last-child {
            border-right: none;
        }

.progress-percent-center {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
}

.progress-bar .black-text {
    color: #000;
}

.progress-bar-warning {
    background-color: #BB9C1F;
}

.progress-bar-success {
    background-color: #72BE44;
}

.progress-bar-danger {
    background-color: #F5392E;
}

.progress-bar-info {
    background-color: #3a76cc;
}

.progress-tag-only {
    line-height: 13px !important;
    font-size: 10px !important;
}
.bulk-audit-modal {
	max-height: calc(90vh);
	height: calc(90vh);
}

.bulk-audit-scrollable-list {
	height: calc(90vh - 230px);
	padding-right: 10px;
	overflow-y: auto;
	overflow-x: hidden;
}

.bulk-audit-scrollable-list-no-buttons {
	height: calc(90vh - 210px);
	padding-right: 10px;
	overflow-y: auto;
	overflow-x: hidden;
}

.bulk-audit-scrollable-list-no-buttons-is-platform-deep-link {
	height: calc(80vh - 210px);
	padding-right: 10px;
	overflow-y: auto;
	overflow-x: hidden;
}

.bulk-audit-checklist-row {
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.bulk-audit-list-item {
	padding: 5px 0px;
	border: 1px solid #E7DEDE;
}

.bulk-audit-scrollable-document {
	max-height: calc(90vh - 120px);
	padding-right: 10px;
	overflow-y: scroll;
}

.bulk-audit-scrollable-task {
	max-height: calc(90vh - 130px);
	padding-right: 10px;
	overflow-y: auto;
	overflow-x: hidden;
}

.bulk-audit-dropdown {
	top: 100% !important;
}

.bulk-audit-transaction-details {
	max-height: calc(90vh - 230px);
	height: calc(90vh - 230px);
	overflow-y: auto;
	overflow-x: hidden;
}

.bulk-audit-transaction-details-no-buttons {
	max-height: calc(90vh - 210px);
	height: calc(90vh - 210px);
	overflow-y: auto;
	overflow-x: hidden;
}

.bulk-audit-scrollable-notes {
	max-height: calc(90vh - 290px);
	overflow-y: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.bulk-audit-scrollable-notes-no-buttons {
	max-height: calc(90vh - 270px);
	overflow-y: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.bulk-audit-selected {
	border-color: #72BE44;
	background: rgba(114, 190, 68, 0.1);
}

.quick-review-border {
	border-left: 1px solid #E7DEDE;
	height: calc(90vh - 15px);
}

.quick-review-progress-single {
	margin-top: 35px;
}

.quick-review-transaction-dropdown {
	font-size: 18px;
	text-align: center;
}

.quick-review-transaction-lock {
	position: relative;
	bottom: 5px;
}

.quick-review-document-right-slide-menu {
	max-height: calc(90vh - 75px);
	height: calc(90vh - 75px);
	width: 400px;
	right: -15px !important;
	top: 60px !important;
}

.quick-review-right-slide-menu-header {
	font-weight: bold;
	margin-left: 5px;
	margin-top: 8px;
}

.quick-review-note-badge {
	position: relative;
	top: 5px;
	left: 25px;
}

.quick-review-note-header-badge {
	position: relative;
	left: -40px;
}

.quick-review-slide-menu-item {
	margin-left: 5px;
	margin-right: 5px;
}

@media (max-width: 1720px) {
	.quick-review-calendar .dropdown-menu {
		left: -100px !important;
	}
}

@media (max-width: 1571px) {
	.bulk-audit-notes {
		font-size: 12px;
		margin-left: -10px;
	}
}
@media(max-width: 1338px) {
	.bulk-audit-notes {
		font-size: 12px;
		margin-left: -20px;
		margin-right: -15px;
	}
}

@media(max-width: 1219px) {
	.bulk-audit-notes {
		font-size: 11px;
		margin-left: -20px;
		margin-right: -15px;
	}
}

.quick-review-mandatory-center {
	position: absolute;
	left: 40%;
}

.quick-review-mandatory-new-line {
	display: none;
}

@media(max-width: 1480px) {
	.quick-review-mandatory-center {
		display: none;
	}
}

@media(max-width: 1480px) {
	.quick-review-mandatory-new-line {
		display: inherit;
	}
}

.quick-review-accordion-head-border {
	border-color: lightgray;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;	
	border-radius: 5px;
	border-style: solid;
	height: 42px;
	margin: -5px -10px;
	overflow: auto;
	overflow-y: hidden;
	padding-bottom: 8px;
}

.quick-review-accordion-group-no-border {
	border: none;
	box-shadow: none;
	margin-right: -10px;
}

.quick-review-accordion-head-title-area {
	height: 110%;
	margin: 5px 0px 0px 5px;
	padding: 5px;
	width: 90%;
}

.quick-review-accordion-body {
	margin-top: -10px;
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 10px;
}
.share-members{
    border: solid 1px #3a76cc;
    min-height: 50px;
    background-color:#EAEEF9;
    padding: 5px;
    margin-top: 5px;
}
.share-member{
    display:block;
    padding:0px 5px;  
    background-color:#fff;
    border:solid 1px #000;
    margin:2px;
    font-weight:bold;
}

.share-drop-area {
    background-color: rgb(137, 137, 255);
    z-index: 50;
    opacity: 0.5;
    padding:10px;
}
/*.share-drop-area-readonly {
    background-color: rgb(137, 137, 255);
    z-index: 50;
    opacity: 0.5;
    padding:10px;
}
.share-drop-area-write {
    background-color: rgb(137, 137, 255);
    z-index: 50;
    opacity: 0.5;
    padding:10px;
}
.share-drop-area-full {
    background-color: rgb(137, 137, 255);
    z-index: 50;
    opacity: 0.5;
    padding:10px;
}*/


.side-popout{
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #ffffff;
    box-shadow: 6px 0 20px -5px rgba(125, 161, 206, 0.8), -6px 0 20px -5px rgba(125, 161, 206, 0.8);
    box-shadow: -6px 0 20px -5px rgba(125, 161, 206, 0.8);
    padding: 10px;
}

.side-popout-left{    
    left:0; 
    right: 100%; 
}

.side-popout-right{  
    right:0;
    left: 100%;
}
.signing-details .panel-body {
    padding: 0px;
}

.signing-details h4 {
    font-size: 16px;
    margin-bottom: 2px;
}

.signing-details h3 a {
    font-size: 16px;
    margin-bottom: 2px;
}

.signing-slicer div {
    float: left;
}

.ui-sortable-placeholder {
    border: 1px dashed darkgrey;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #dbdbdb;
}

.draggable {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

    /*displaying wizard participant/document warning msg*/
    .draggable .popover-content {
        color: red;
    }

.btn-active {
    color: #76bf49 !important;
}

#signingDetailTabContent {
    overflow: auto;
    min-height: 100px;
}

#signingDetailBody {
    height: calc(100% - 45px)
}

#signingDetailTabContent.height-email-open {
    height: calc(100% - 435px);
}

#signingDetailTabContent.height-email-close {
    height: calc(100% - 380px);
}

#signingDetailTabContent.height-not-desktop {
    height: calc(100% - 50px);
}

/*override bootstrap.css*/
.text-danger, .text-danger:hover {
    color: #ff4136;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 200px;
}

.text-truncate-list {
    max-width: 400px;
    vertical-align: top;
}

.text-truncate-list.transaction-name {
    max-width: 310px;
}

.tooltip-container > div.tooltip > .tooltip-inner {
    word-break: break-all;
}

.tooltip-inner {
    max-width: 300px;
    word-break: break-word;
}

#sendToNewAS {
    margin-left: 20px;
}

#change-transaction-icon {
    font-size: medium;
    font-weight: bold
}

/*phones and tablets included ipadPro*/
@media(max-width:1024px), (max-height:1024px) and (max-width:1366px) and (orientation:landscape) {
    #signingDetailTabContent {
        overflow: auto;
        padding-right: 5px;
    }

    #signingDetailTab.nav-tabs > li > a {
        padding: 10px 4px;
    }

    #emailsForm.form-horizontal .form-group {
        margin-left: 0;
        margin-right: 0;
    }

    #signingDetailTabContent > div#details > div.row {
        margin-left: 0;
        margin-right: 0;
    }

    .px-0-mobile {
        padding-left: 0;
        padding-right: 0;
    }

    .text-truncate-list {
        max-width: 320px;
    }

    .text-truncate-list.transaction-name {
        max-width: 230px;
    }
}

@media(max-width:991.9px) {
    .btn-xs-mobile {
        padding: 5px 5px;
        font-size: 11px;
    }

    #change-transaction-icon {
        font-size: small;
        font-weight: bold
    }
}

@media(max-width:575.9px) {
    .text-truncate-list {
        max-width: 180px;
    }

    .text-truncate-list.transaction-name {
        max-width: 165px;
    }

    #sendToNewAS{
        margin-left:0px;
    }
}


.signup-background{
    background: url(/content/images/login_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 600px;
    height: 600px;
    padding: 175px 120px 100px 120px;
    margin:auto;
}
.signup-background img {
    /*width:120px; height:120px;*/
}
.signup-container{
    width:720px;
    margin:auto;
}

@media(max-width:767px){
.signup-background{  
    background:none;
    width: 100%;
    height: auto;
    padding: 0px;
}
.signup-container{
    width:300px;
    
}

}
@media(min-width:768px){
.signup-background{
    width: 500px;
    height: 500px;
    padding: 170px 120px 100px 120px;
}
.signup-container{
    width:620px;
}
}
@media(min-width:992px){
.signup-background{
    width: 600px;
    height: 600px;
    padding: 175px 120px 100px 120px;
}
.signup-container{
    width:720px;
}
}
@media(min-width:1200px){
.signup-background{
    width: 600px;
    height: 600px;
    padding: 175px 120px 100px 120px;
}
.signup-container{
    width:720px;
}
}


.right-menu {
    color: #3a76cc !important;
}

.no-results {
    color: #ffffff;
    background-color: #72BE44 !important;
    /*border-color: #37d538 !important;*/
}

.loading-bar {
    color: #ffffff;
    background-color: #3a76cc !important;
}

.snap-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0px;
    z-index: 2;
    overflow: hidden;
    border-left: 1px solid rgba(125, 161, 206, 0.8);
    border-right: 1px solid rgba(125, 161, 206, 0.8);
    background-color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.snap-content-gobal-header {
    border-left: 1px solid rgb(178 174 178 / 80%) !important;
}

/* only > 769 will show the left menu slightly out*/
@media (min-width: 769px) {
    .snap-content {
        left: 0px;
        right: 0px;
    }
}

.snap-drawers {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    /*z-index:0; - this needs to be dynamic (set by intro.js)*/
}

.snap-drawer {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: auto;
    width: 265px;
    height: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.snap-drawer-left {
    left: 0;
    z-index: 1;
    background-color: rgb(255,255,255);
}

.snap-drawer-right {
    right: 0;
    z-index: 1;
    width: 220px;
}

    .snap-drawer-right li {
        padding: 5px 10px;
    }


.snapjs-left .snap-drawer-right,
.snapjs-right .snap-drawer-left {
    /*display: none;*/
}

.snapjs-expand-left .snap-drawer-left,
.snapjs-expand-right .snap-drawer-right {
    width: 100%;
}


/*.snapjs-left .snap-content {
    right:175px;
}
.snapjs-right .snap-content {
    left:265px;
}

.snapjs-closing-left .snap-content {
    right:0px !important;
}

.snapjs-closing-right .snap-content {
    left:45px;
}*/

.snap-td2-left .snap-content {
    left: 225px;
}

.snap-td2-right .snap-content {
    right: 220px;
}





/* custom inclusion of right, left and below tabs */

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

/*----------------------------------------------------------------------------------- */
/*  Task widget */
/*----------------------------------------------------------------------------------- */

.list ul {
list-style: none;
padding-left: 15px;
margin: 0;
}

.list ul li i.fa {

    color: #3a76cc; 
font-size: 40px;
margin: 0 8px;
}



.task-widget ul li {
  padding: 0; }
  .task-widget ul li label {
    font-weight: normal;
    margin: 0;
    cursor: pointer;
    width: 100%;
    display: block;
    padding: 10px 15px 12px 10px; }
    .task-widget ul li label:hover {
      background-color: #f6f6f6; }
.task-widget input[type="checkbox"]:checked + .task-checkbox {
  color: #3a76cc;  }

.opacity .task-widget input[type="checkbox"] + span:before, .opacity .task-widget input[type="radio"] + span:before {
  margin-left: 0px; }

.red, .green, .yellow {
    font-size: 16px;
}

.red {
    color: red;
}
.green {
    color: green;
}
.yellow {
    color: yellow;
}


.transaction-templates .panel-body {
    padding: 0px;
}

.transaction-templates h4 {
    font-size: 16px;
    margin-bottom: 2px;
}

.transaction-templates h3 a {
    font-size: 16px;
    margin-bottom: 2px;
}

.transaction-template-document-folders {
}

    .transaction-template-document-folders .row:first-child div div:first-child {
        padding-bottom: 10px;
    }

    .transaction-template-document-folders .row:last-child {
        margin-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

.transaction-template-document-documents {
}

    .transaction-template-document-documents .row div ul li:first-child {
        margin-right: 20px;
    }

    .transaction-template-document-documents .row div {
        padding-top: 5px;
    }

.transaction-template-contact {
}
    /*.transaction-template-contact div.contact  { padding-left:15px;padding-right:23px; }*/
    .transaction-template-contact div.contact h3 {
        margin-top: 15px;
    }

.transaction-template-checklist {
}
    /*.transaction-template-checklist div  { padding-left:15px;padding-right:23px; }*/
    .transaction-template-checklist div h3 {
        margin-top: 15px;
    }

.transaction-template-form {
}
/*.transaction-template-form div { padding:5px 23px 5px 15px; }*/

.dr-message-bubble {
    margin-bottom: 40px;
}

.dr-message-bubble-right {
    margin-left: 50%;
    border-radius: 10px 10px 0px 10px;
    background-color: #F6F3F3;
}

.dr-message-bubble-left {
    margin-right: 50%;
    border-radius: 10px 10px 10px 0px;
    color: white;
}

.textareaDetail textarea, .textareaDetail input {
    margin: 0 0 0 10px !important;
}
/*
 * Toastr
 * Version 2.0.1
 * Copyright 2012 John Papa and Hans Fj�llemark.  
 * All Rights Reserved.  
 * Use, reproduction, distribution, and modification of this code is subject to the terms and 
 * conditions of the MIT license, available at http://www.opensource.org/licenses/mit-license.php
 *
 * Author: John Papa and Hans Fj�llemark
 * Project: https://github.com/CodeSeven/toastr
 */
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #ffffff;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.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: 44px;
  right: 20px;
}
.toast-bottom-right {
  right: 16px;
  bottom: 18px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/

}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("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("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("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-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;
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.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: -0.2em;
    top: -0.2em;
}
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

 /*
  * AngularJS-Toaster
  * Version 0.3
 */
#toast-container > div.ng-enter,
#toast-container > div.ng-leave
{ 
    -webkit-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -moz-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -ms-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -o-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
} 

#toast-container > div.ng-enter.ng-enter-active, 
#toast-container > div.ng-leave {
    opacity: 0.8;
}

#toast-container > div.ng-leave.ng-leave-active,
#toast-container > div.ng-enter {
    opacity: 0;
}


.uploadmask {
    z-index: 1100;
    position: absolute;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    background-color: #CCC;
    width: 100%;
    height: 100%;
    zoom: 1;
}
.uploadmask-msg {
    z-index: 1101;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #ccc;
    border-radius: 10px;
    top: 30%;
    left: 50%;
    margin-left: -150px;
    cursor:pointer;
    background-color: #f5f6f7;
    height: 120px;
    padding: 5px;
}
.uploadmask-msg div {
    text-align: center;
    width: 300px;
    color: #424242;
    border-radius: 10px;
    line-height: 1.3;
}
.uploadmask-msg div i {
    font-size:75px;
    color:orange;
}


.widget-grip{
    background-image: url(/content/images/grip_dots.png); 
    background-size: contain;
}

.widget-title{
    z-index: 100;
    position: relative;
    font-size: 16px !important;
}

.widget-ribbon {
   
    border-bottom:solid 1px #e6e6e6;
    width:100%;
    overflow:hidden;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
}
.widget-ribbon ul {
    list-style:none;
    margin:0px; 
    padding:0px;
    height:92px;
    white-space:nowrap;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    z-index:10000;
    /*display: inline-flex;*/ /*this breaks IE 11 as it will not scroll the container element, adjusts children element widths*/
    /*flex:1;*/
    
    /*display:-webkit-flex;*/
}
.widget-ribbon ul li {
    width:80px; height:80px;
    margin:5px;
    overflow:hidden;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0px 1px 2px #727272;
    display:inline-block;
}

.widget-ribbon-item{
    width: 80px;
    height: 80px;
    padding: 5px;
    text-align:center;
    color:#fff;
}
.widget-ribbon-item i{
    font-size: 40px;
    margin-top: 5px;
    display: block;
}

.in-use{
    cursor:initial;
    border: solid 1px #B0AAAA;
    opacity: 1;
    box-shadow:none !important;
}
.in-use .widget-ribbon-item{
    color:#727272;
    background-color: #F0F0F0 !important;
}

.widget-ribbon-item span{
    font-size: 10px;
    margin-top: 5px;
    display: block;
}

.widget-ribbon .section-title{
    width: 30px;
    border: solid 1px rgb(142,142,147);
    border-radius: 3px;
    cursor:initial;
}
.widget-ribbon .section-title div{
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin:50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: rotate(-90deg) translate(-130%, 50%);
    -moz-transform: rotate(-90deg) translate(-130%, 50%);
    -ms-transform: rotate(-90deg) translate(-130%, 50%);
    transform: rotate(-90deg) translate(-130%, 50%);
    letter-spacing: 1.5px;
    font-weight: bold;
}


.widget-drop-area {
    background-color: rgb(137, 137, 255);
    z-index: 50;
    opacity: 0.5;
    border-radius:5px;
}

.widget-list > li {
    /*margin:0px 5px;
    padding-right:20px;
    padding-bottom:20px;*/
}

.tall-widget {
    height:480px!important;
}

.widget-container {
    height:100%; /* used to be height:inherit. though because chrome 43 broke height:inherit */
    box-shadow:0px 0px 8px 0px rgb(200, 200, 200);
    -webkit-box-shadow:0px 0px 8px 0px rgb(200, 200, 200);
    -moz-box-shadow:0px 0px 8px 0px rgb(200, 200, 200);
}

/*.widget-container div:first-child {height:inherit;}*/

.widget {
    background-color:#fff;
    position:relative;
    height:inherit;
    /*min-height: 100%; /* because chrome 43 broke height:inherit */
    /*max-height: 100%;*/ /* because chrome 43 broke height:inherit */
}
/* header */
.widget > div:first-child {
     background-color:#F6F3F3;
     border:solid 1px rgb(200, 200, 200);
     border-bottom:none;
     height:40px;
     width:100%;
} 
.widget-header-button{
    padding: 0px;
    font-size: 25px;
    line-height: 1.33;
    border-radius: 0px;
    border:none;
    color: #3a76cc !important;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
}

/* body */
.widget > div.content {
    border-left:solid 1px rgb(200, 200, 200);
    border-right:solid 1px rgb(200, 200, 200);
    position:absolute;
    top:40px;
    bottom:30px;
    width:100%;
    overflow:hidden;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;            
}
/* footer */
.widget > div:last-child {
    border:solid 1px rgb(200, 200, 200);
    border-top:none;
    padding: 5px 0px 0px 0px;
    text-align:left;
    background-color:#F6F3F3;
    position:absolute;
    height:30px;
    bottom:0px;
    width:100%;    
}
/* elements */
.widget h6 {
    margin:0px;
}
.widget span
{
    font-size:12px;
}


.sortable-widget-placeholder {
    background-color:#3a76cc;
    opacity:0.5;
    float:left;
    margin:0px 0px;
}


/* System Widgets */
.system-widget{

}
.system-widget div{
    padding:5px 5px 0px 5px;
}
.system-widget > div:first-child{
    border-top-left-radius:3px;
    border-top-right-radius:3px;   
    height:75px; 
}
.system-widget .icon{
    font-size: 45px;
    color: #fff;
}
.system-widget .detail{
    color: #fff;
    text-align: right;
}
.system-widget .detail h6{
    margin: 0px;
    margin-top: 11px;
}
.system-widget .detail span{
    font-size:11px;
}


.system-widget > div:last-of-type{
    clear:both;
    border: solid 1px rgb(200, 200, 200);
    border-top: none;
    padding: 5px 0px 5px 0px;
    text-align: right;
    background-color: #fff;
}


/* mini widgets */
.mini-widget{
    height:inherit;    
}
/*.mini-widget div{
    padding:5px 5px 0px 5px;
}*/

.mini-widget > div:first-child {
     background-color:#F6F3F3;
     border:solid 1px rgb(200, 200, 200);
     border-bottom:none;
     height:40px;
     width:100%;
} 

.mini-widget > div.content {
    border-left:solid 1px rgb(200, 200, 200);
    border-right:solid 1px rgb(200, 200, 200);    
    width:100%;    
    position: absolute;
    top: 40px;
    bottom: 0px;    
}
/*.mini-widget > div:first-child button{
    margin-top:-7px;
}*/
.mini-widget .content .icon button{
    margin-top:15px;
}
.mini-widget .content .icon i{
    font-size: 45px;
    color: #fff;
}
.mini-widget .content .detail{
    color: #fff;
    text-align: right;
}
.mini-widget .content .detail h6{
    margin: 0px;
    margin-top: 11px;
    word-spacing: 9999999px;
}
.mini-widget .content .detail h6 ul {
    word-spacing: 0px;
}
.mini-widget .content .detail span{
    font-size:11px;
}
.mini-widget .content .detail .link{
    color: #fff !important;
}



/*.mini-widget  > div:last-of-type button{color:#fff!important;}*/
/* OLD BELOW */







/* Next appointment widget */
.widget .cal{
    width:100%; position:relative;
}

.widget .cal i{
    position: absolute;
    top: 0px;
    left: 6px;
    font-size: 80px;
}

.widget .cal .day {
    position: absolute;
    top: 22px;
    left: 26px;
    font-family: "titillium";
    font-size: 26px;
    color: #ee0a0a;
}

.widget .cal .abv {
    position: absolute;
    top: 27px;
    left: 59px;
    font-size: 12px;
    color: #000;
}

.widget .cal .month {
    position: absolute;
    top: 55px;
    left: -32px;
    font-family: "titillium";
    font-size: 12px;
    width: 150px;
    color: #000;
    text-align: center;
}



.widget .fc-header-title h2 {font-size:16px;}

/** RECENT TRANSACTIONS WIDGET */
.transaction-widget-row{
    line-height: 19px;
    padding-bottom: 5px;
    border-bottom: solid 1px #E7DEDE;
    margin-bottom: 5px;
}
.transaction-widget-row .title{
    margin:0px;
}

.transaction-widget-row .address{
    font-size: 15px;
    display: inline-block;
    padding-left: 15px;

}


/** RECENT SIGNINGS WIDGET */
.authentisign-widget-row{
    line-height: 19px;
    padding-bottom: 5px;
    border-bottom: solid 1px #E7DEDE;
    margin-bottom: 5px;
}
.authentisign-widget-row .title{
    margin:0px;
    width: 80%;
    display: inline;
}

.authentisign-widget-row button{
    margin-top: -8px;
    margin-right: -15px;
}
.authentisign-widget-row .progress{
    height: auto;
    border:solid 1px #e4e4e4;
    overflow: hidden;
    background-color: #ECE9E9;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0px;
    width: 100%;
}


/* Appointment View */
.appointment-widget-body .fc-header-title h2{
    font-size:18px;
    white-space:normal;
}
.appointment-widget-body .fc-event-inner{
    font-weight:bold; font-size:14px; cursor:pointer;
}


/* Recent Forms Widget */
.forms-widget-list {

}
.forms-widget-list li {
    text-align:center;
    font-size:14px;
    width:20%;
}
.forms-widget-list li span{
    display:inline-block;
    width:80%; 
    text-overflow:ellipsis;
}
.forms-widget-list li img{
    margin:auto; margin-bottom:5px;
    
}

.forms-widget-list li .date-stamp {
    font-size:10px; 
    position: relative;
    top: -5px;
}

/* Webinars Widget */
.webinars-widget .body .webinar-register{padding-left:0px;}



/* fixes */
.gridster-item-resizable-handler.handle-e { width: 3px; }
.gridster-item-resizable-handler.handle-s { height: 3px; }
.ui-draggable { -ms-touch-action: none; }



.dashboard-locked .widget-container{
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
}

.dashboard-locked .widget-remove-button{
    display:none;
}

.dashboard-locked .handle{
    cursor: default;
}

/* Participant Dashboard */
.participant-widget {
    height: 235px;
}

.participant-widget-spacing {
    padding-top: 15px;
}
