/* Minification failed. Returning unminified contents.
(3813,17): run-time error CSS1039: Token not allowed after unary operator: '-mainNavigationBackground'
(3825,38): run-time error CSS1046: Expect comma, found '68'
(3825,44): run-time error CSS1046: Expect comma, found '/'
(3841,21): run-time error CSS1039: Token not allowed after unary operator: '-mainNavigationBackground'
(14546,37): run-time error CSS1046: Expect comma, found '0'
(14546,41): run-time error CSS1046: Expect comma, found '/'
(14553,17): run-time error CSS1039: Token not allowed after unary operator: '-headerForeground'
(16583,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16584,32): run-time error CSS1039: Token not allowed after unary operator: '-bs-form-select-bg-img'
(16584,61): run-time error CSS1039: Token not allowed after unary operator: '-bs-form-select-bg-icon'
(17602,17): run-time error CSS1039: Token not allowed after unary operator: '-bs-modal-color'
(17612,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17613,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17614,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17618,19): run-time error CSS1039: Token not allowed after unary operator: '-bs-backdrop-zindex'
(17621,28): run-time error CSS1039: Token not allowed after unary operator: '-bs-backdrop-bg'
(17639,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17640,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17650,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/*! jQuery UI - v1.12.0 - 2016-08-19
* http://jqueryui.com
* Includes: core.css, datepicker.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright 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-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* 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;
    border-top-right-radius: 0!important;
    border-top-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: 0!important;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
    background-color: white!important;
    text-transform: uppercase;
    font-size: 9px;
    border: 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 {
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
}
.ui-datepicker .ui-datepicker-next-hover {
}
.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: 45%;
}
.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;
    line-height:1.1em;
    background:none!important;
    border-radius:0;
}
.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;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.4em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #58d260;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #fff;
	font-weight: normal;
	color: #454545;
    width:20px;
    height:20px;
}

.ui-datepicker-calendar > tbody > tr > td > .ui-state-default{
	border: 0;
	background: #fff;
	font-weight: normal;
	color: #454545;
    width:20px;
    height:20px;
    font-size:10px;
    text-align:center;
    border-radius:50%;
    padding-top:3px;
}

.ui-datepicker-calendar > thead > tr > th > span{	
    font-size:10px;
    text-transform:uppercase;
    color:darkgray;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	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,
.ui-button:hover,
.ui-button:focus {
	border: none!important;
	background:white!important;
}
.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,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #777679;
	background: #777679!important;
	font-weight: normal;
	color: #ffffff!important;
     -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.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); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: 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_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("../../Content/images/ui-icons_444444_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("../../Content/images/ui-icons_777777_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-state-default .ui-icon {
	background-image: url("../../Content/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-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: -65px -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: -65px -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: 1px -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: 10px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 10px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 10px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 10px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.6.3');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
.btn {
  display: inline-block;
  padding: 10px;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 11px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
      top: -2px;
    padding-bottom: 10px;
    padding-top: 12px;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #58d260;
  border-color: #58d260;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #58d260;
  border-color: #58d260;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 113%;
  left: 0px;
  z-index: 1000;
  display: none;
  float: left;
  width: 175px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
    text-decoration: none;
}
/*.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: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #ccc!important;
}
.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-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.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 {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
/*.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}*/
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.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 + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-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-top-left-radius: 0;
  border-bottom-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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.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, .125);
          box-shadow: inset 0 3px 5px rgba(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 > .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-left-radius: 4px;
  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-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  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 > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color:#b4b4b5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



.glyphicon-ok:before {
    content: " ";
    display: block;
    border: solid 10px transparent;
    border-radius: .8em;
    /* height: 0; */
    /* width: 0; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 50%; */
    margin-top: -3px;
}


.glyphicon-ok:after {
  content: " ";
  display: block;
  width: 0.5em; 
  height: 0.8em;
  border: solid #000;
  border-width: 0 0.2em 0.2em 0;
  position: absolute;
  left: 8px;
  top: -1px;
  -webkit-transform: rotate(45deg); 
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 0px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
  /*box-shadow: 0px 1px 5px #cfcfcf;*/
}
  @media all and (max-width: 540px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }
  .sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block; }
  .sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  .sweet-alert fieldset {
    border: none;
    position: relative; }
  .sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }
    .sweet-alert .sa-error-container.show {
      padding: 10px 0;
      max-height: 100px;
      webkit-transition: padding 0.2s, max-height 0.2s;
      transition: padding 0.25s, max-height 0.25s; }
    .sweet-alert .sa-error-container .icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: white;
      line-height: 24px;
      text-align: center;
      margin-right: 3px; }
    .sweet-alert .sa-error-container p {
      display: inline-block; }
  .sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
      content: "";
      width: 20px;
      height: 6px;
      background-color: #f06e57;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px; }
    .sweet-alert .sa-input-error::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .sweet-alert .sa-input-error::after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .sweet-alert .sa-input-error.show {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 5px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .sweet-alert input:focus {
      outline: none;

    }
      .sweet-alert input:focus::-moz-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus:-ms-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus::-webkit-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
    .sweet-alert input::-moz-placeholder {
      color: #bdbdbd; }
    .sweet-alert input:-ms-input-placeholder {
      color: #bdbdbd; }
    .sweet-alert input::-webkit-input-placeholder {
      color: #bdbdbd; }
  .sweet-alert.show-input input {
    display: block; }
  .sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative; }
  .sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden; }
  .sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    /*-webkit-border-radius: 4px;
    border-radius: 5px;*/
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .sweet-alert button:hover {
      background-color: #7ecff4; }
    .sweet-alert button:active {
      background-color: #5dc2f1; }
    .sweet-alert button.cancel {
      background-color: #C1C1C1; }
      .sweet-alert button.cancel:hover {
        background-color: #b9b9b9; }
      .sweet-alert button.cancel:active {
        background-color: #a8a8a8; }
      .sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
    .sweet-alert button[disabled] {
      opacity: .6;
      cursor: default; }
    .sweet-alert button.confirm[disabled] {
      color: #fff; }
      .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
  .sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    .sweet-alert .sa-icon.sa-error {
      border-color: #F27474; }
      .sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block; }
      .sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .sa-icon.sa-warning {
      border-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
    .sweet-alert .sa-icon.sa-info {
      border-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1; }
    .sweet-alert .sa-icon.sa-success {
      border-color: #A5DC86; }
      .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .sweet-alert .sa-icon.sa-success::before {
        -webkit-border-radius: 120px 0 0 120px;
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px; }
      .sweet-alert .sa-icon.sa-success::after {
        -webkit-border-radius: 0 120px 120px 0;
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0px 60px;
        transform-origin: 0px 60px; }
      .sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
          width: 25px;
          left: 14px;
          top: 46px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
          width: 47px;
          right: 8px;
          top: 38px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .sweet-alert .sa-icon.sa-custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff; }

.la-ball-fall.la-dark {
  color: #333; }

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-fall {
  width: 54px;
  height: 18px; }

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite; }

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms; }

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms; }

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms; }

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px; }

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px; }

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px; }

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px; }

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px; }

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px; }

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%); } }

@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%); } }

@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%); } }

@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%); } }

.custom-cancel{
    background-color:transparent !important;
    color:#ffffff !important;
    margin-left:255px !important;
}

.disconnect-alert-title {
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    font-size: 16px;
    color: #444;
    margin-top: -15px;
}

.disconnect-alert-message {
    font-weight: 400;
    font-size: 12px;
    color: #444;
    text-align:justify;
}

.disconnect-alert-error {
    font-size: 12px;
    line-height: 17px;
    text-align: left;
    color: #EF4F25;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; border-radius:5px;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:14px; height:14px; /*background:url(images/controls.png) no-repeat 0 0;*/}
    #cboxTopCenter{height:14px; /*background:url(images/border.png) repeat-x top left;*/}
    #cboxTopRight{width:14px; height:14px; /*background:url(images/controls.png) no-repeat -36px 0;*/}
    #cboxBottomLeft{width:14px; height:43px; /*background:url(images/controls.png) no-repeat 0 -32px;*/}
    #cboxBottomCenter{height:43px; /*background:url(images/border.png) repeat-x bottom left;*/}
    #cboxBottomRight{width:14px; height:43px; /*background:url(images/controls.png) no-repeat -36px -32px;*/}
    #cboxMiddleLeft{width:14px; /*background:url(images/controls.png) repeat-y -175px 0;*/}
    #cboxMiddleRight{width:14px; /*background:url(images/controls.png) repeat-y -211px 0;*/}
    #cboxContent{background:#fff; overflow:visible;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:5px;}
        /*#cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}*/
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible;  position:absolute; bottom:-29px;background:none; /*background:url(images/controls.png) no-repeat 0px 0px;*/ width:23px; height:23px; text-indent:-9999px;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious:hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext:hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose:hover{background-position:-100px 0px;}

        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}
/*!
 * Bootstrap-select v1.12.1 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2016 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 36px;
  z-index: 1;
}
.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 !important;
}
.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 {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}

.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;
}
.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.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  margin-right:10px;
  padding-bottom:1px;
  padding-top:0px;
  text-overflow:ellipsis;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .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.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .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.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle: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: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:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

/**
 * Zabuto Calendar
 */

div.zabuto_calendar {
    margin: 0;
    padding: 0!important;
}

div.zabuto_calendar .table {
    margin: 0;
    padding: 0;
    width:17em;
}

div.zabuto_calendar .table th,
div.zabuto_calendar .table td {
    
    text-align: center;
    font-size:10px;
}

div.zabuto_calendar .table tr th,
div.zabuto_calendar .table tr td {
    background-color: #ffffff;
}

div.zabuto_calendar .table tr.calendar-month-header th {
    border-bottom:1px solid #f0f0f0;
}

div.zabuto_calendar .table tr.calendar-month-header th span {
    cursor: pointer;
    display: inline-block;
    padding-bottom: 10px;
}

div.zabuto_calendar .table tr.calendar-dow-header th {
    text-transform:uppercase;
    color: darkgray;
    padding-top:20px;
     padding-bottom:10px;
}

div.zabuto_calendar .table tr:last-child {
 
}

div.zabuto_calendar .table tr.calendar-month-header th {
    padding-top: 12px;
    padding-bottom: 4px;
    text-transform:uppercase;
}

div.zabuto_calendar .table-bordered tr.calendar-month-header th {
    border-left: 0;
    border-right: 0;
}

div.zabuto_calendar .table-bordered tr.calendar-month-header th:first-child {
    border-left: 1px solid #dddddd;
}

div.zabuto_calendar div.calendar-month-navigation {
    cursor: pointer;
    margin: 0;
    padding: 0;
    padding-top: 5px;
}

div.zabuto_calendar tr.calendar-dow-header th,
div.zabuto_calendar tr.calendar-dow td {
    width: 14%!important;
    margin:0px!important;
    padding:0px!important;
    border-bottom:transparent;
}

div.zabuto_calendar .table tr td div.day {

        }

/* actions and events */
div.zabuto_calendar .table tr td.event div.day,
div.zabuto_calendar ul.legend li.event {
    background-color:#f3f3f3;
}

div.zabuto_calendar .table tr td.dow-clickable,
div.zabuto_calendar .table tr td.event-clickable {
    cursor: pointer;
}

/* badge */
div.zabuto_calendar .badge-today,
div.zabuto_calendar div.legend span.badge-today {
    
    background-color: #777679;
    color: #000;
    text-shadow: none;
    border-radius:50%;
    text-align:center;
    padding:5px 7px;
}

div.zabuto_calendar .badge-event,
div.zabuto_calendar div.legend span.badge-event {
    text-shadow: none;
    border-bottom: 2px solid #404040;
    border-radius: 0;
}

div.zabuto_calendar .badge-event {

}

/* legend */
div.zabuto_calendar div.legend {
    margin-top: 5px;
    text-align: right;
}

div.zabuto_calendar div.legend span {
    color: #999999;
    font-size: 10px;
    font-weight: normal;
}

div.zabuto_calendar div.legend span.legend-text:after,
div.zabuto_calendar div.legend span.legend-block:after,
div.zabuto_calendar div.legend span.legend-list:after,
div.zabuto_calendar div.legend span.legend-spacer:after {
    content: ' ';
}

div.zabuto_calendar div.legend span.legend-spacer {
    padding-left: 25px;
}

div.zabuto_calendar ul.legend > span {
    padding-left: 2px;
}

div.zabuto_calendar ul.legend {
    display: inline-block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

div.zabuto_calendar ul.legend li {
    display: inline-block;
    height: 11px;
    width: 11px;
    margin-left: 5px;
}

div.zabuto_calendar ul.legend
div.zabuto_calendar ul.legend li:first-child {
    margin-left: 7px;
}

div.zabuto_calendar ul.legend li:last-child {
    margin-right: 5px;
}

div.zabuto_calendar div.legend span.badge {
    
}

/* responsive */
@media (max-width: 979px) {
    div.zabuto_calendar .table th,
    div.zabuto_calendar .table td {
        padding: 2px 1px;
    }
}

.start-event {

}

.badge {
   background:none;
   color:black;
   padding:0px;
   font-weight:normal;
   font-size:10px;
}

.paused{
    background-color:#fcb855!important;
}

.begin-cap{
-webkit-border-top-left-radius: 40%!important;
-webkit-border-bottom-left-radius: 40%!important;
-moz-border-radius-topleft: 40%!important;
-moz-border-radius-bottomleft: 40%!important;
border-top-left-radius: 40%!important;
border-bottom-left-radius: 40%!important;
background-color:#f3f3f3;
}

.end-cap{
    -webkit-border-top-right-radius: 40%!important;
-webkit-border-bottom-right-radius: 40%!important;
-moz-border-radius-topright: 40%!important;
-moz-border-radius-bottomright: 40%!important;
border-top-right-radius: 40%!important;
border-bottom-right-radius: 40%!important;
background-color:#f3f3f3;
}

.event-styled{
     background-color:#f3f3f3;
}


.pastEmail span{
    color:red!important;
    border-bottom-color:red!important;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 6px;
}

.switch input {
    display: none;
}

.slider {
   position: absolute;
    cursor: pointer;
    top: -12px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    height: 24px;
    width: 60px;
    border: 1px solid #ABAFAB;
    background: linear-gradient(0deg, #B9BDB9 0%, #878C87 100%);
}


    .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 2px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        top: 2px;
        border: 1px solid #fff;
        background-color: #FFFFFF;
        box-shadow: 0 1px 0 0 rgba(0,0,0,0.2);
        background: linear-gradient(180deg, #C8CBC8 0%, #FFFFFF 100%);
    }

input:checked + .slider {
    background-color: #3CA743;
    background: #F48120;
}

    input:checked + .slider:before {
        -webkit-transform: translateX(36px);
        -ms-transform: translateX(36px);
        transform: translateX(36px);
        background-color: #3CA743;
        border: 1px solid #fff;
    }

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


    .disableReminder{
	color: #888E88;
	font-family: "Open Sans";
	font-size: 9px;
	line-height: 13px;
	text-align: center;
    text-transform:uppercase;
    margin-left:8px;
    display:inline-block;
    }

input:checked + .disableReminder{
    display:none;
}

.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}
.tooltipster-sidetip.tooltipster-noir .tooltipster-box{border-radius:0;border:3px solid #000;background:#fff}

.tooltipster-sidetip.tooltipster-noir .tooltipster-content{color:#000}

.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow{height:11px;margin-left:-11px;width:22px}

.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow{height:22px;margin-left:0;margin-top:-11px;width:11px}

.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-background{border:11px solid transparent; left:-1px;}

.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#fff;top:4px}

.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-arrow-background{border-left-color:#fff;left:-2px}

.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow-background{border-right-color:#fff;left:4px}

.tooltipster-sidetip.tooltipster-noir.tooltipster-top .tooltipster-arrow-background{border-top-color:#fff;top:-4px}

.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-border{border-width:11px; border-left-color:#727A73;left:1px;}

.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom .tooltipster-arrow-uncropped{top:-11px}

.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow-uncropped{left:-11px}


.body-content {
    margin-top: 220px;
}

#tagList {
    margin-top: 25px;
}

.email-tag {
    width: 170px;
    color: white;
    text-align: center;
    background-color: #777679;
    margin-left: 20px;
    float: left;
    border-radius: 15px;
    font-size: 12px;
    height: 30px;
    line-height: 2.4em;
    margin-bottom: 25px;
    font-weight: 500;
}

.email-tag-icon {
    background-image: url("images/emailTag.png");
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    margin-top: 8px;
    margin-left: 15px;
    position: absolute;
}

@media screen and (min-width: 1200px) {
    .email-list div {
        margin: 20px 30px;
    }
}

@media screen and (max-width: 1200px) {
    .email-list div {
        margin: 20px 0px;
    }
}

.email-item {
    max-width: 510px;
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 100%;
    float: left;
    padding: 30px;
    min-height: 200px;
    overflow: hidden;
    box-shadow: 0px 1px 5px #cfcfcf;
}

    .email-item .email-name {
        margin: 0px !important;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 17px;
        height: 28px;
        overflow: hidden;
        max-width: 350px;
        padding-bottom: 70px;
        text-overflow: ellipsis;
    }

    .email-item .email-category {
        margin: 5px 0px !important;
        text-transform: uppercase;
        font-weight: normal;
        padding: 10px;
    }

    .email-item .email-body {
        margin: 0px !important;
        max-height: 400px;
        overflow: hidden;
        overflow-y: auto;
        clear: both;
    }

    .email-item .email-tools {
        margin: 0px;
        margin-top: 10px;
    }

tbody > .selected {
    font-weight: bold;
}

select {
    width: 100%;
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.5); /*dim the background*/
}

.integration-icon {
    width: 100px;
    height: 100px;
    background-size: 80px;
    margin: auto;
}

.qbo {
    background-image: url("images/qbo.png");
    background-repeat: no-repeat;
}

.qbd {
    background-image: url("images/qbd.png");
    background-repeat: no-repeat;
}


.qbo-connected {
    background-image: url("images/qbo-connected.png");
    background-repeat: no-repeat;
}

.qbd-connected {
    background-image: url("images/qbd-connected.png");
    background-repeat: no-repeat;
}

.xero {
    background-image: url("images/xero.png");
    background-repeat: no-repeat;
}


.xero-connected {
    background-image: url("images/xero-connected.png");
    background-repeat: no-repeat;
}

.tt {
    background-image: url("images/tt.png");
    background-repeat: no-repeat;
}


.tt-connected {
    background-image: url("images/tt-connected.png");
    background-repeat: no-repeat;
}

.tb {
    background-image: url("images/tb.png");
    background-repeat: no-repeat;
}


.tb-connected {
    background-image: url("images/tb-connected.png");
    background-repeat: no-repeat;
}

.clio {
    background-image: url("images/Clio@1x.png");
    background-repeat: no-repeat;
}

.clio-connected {
    background-image: url("images/clio-connected.png");
    background-repeat: no-repeat;
}

.intacct {
    background-image: url("images/intacct/SageIntacctLogoCircle.png");
    background-repeat: no-repeat;
}

.intacct-connected {
    background-image: url("images/intacct/LogoConnected.png");
    background-repeat: no-repeat;
}

.hosted {
    background-image: url("images/Hosted/logo-reckon.png");
    background-repeat: no-repeat;
}

.hosted-connected {
    background-image: url("images/Hosted/Reckonwithcheckmark.png");
    background-repeat: no-repeat;
}

.myob {
    background-image: url("images/Myob/myob-circle2x.png");
    background-repeat: no-repeat;
}

.myob-connected {
    background-image: url("images/Myob/myob-checkmark2x.png");
    background-repeat: no-repeat;
}

.infobox {
    height: 150px;
    overflow: hidden;
}

    .infobox h1 {
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .infobox h2 {
        text-align: center;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold;
        margin: 0 !important;
    }

.sequence-body #sequence-list {
    margin-top: 40px;
}

    .sequence-body #sequence-list > .email-item {
        min-width: 100%;
    }

.sequence-body .email-item {
    margin-bottom: 40px;
}

.sequence-body #sequence-list:empty:before {
    content: attr(data-placeholder);
    padding-top: 80px;
    color: gainsboro;
    position: absolute;
    top: 88px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px dashed gainsboro;
    text-align: center;
    height: 200px;
    vertical-align: middle;
    box-sizing: border-box;
    right: 20px;
    left: 20px;
}



.sortable-ghost {
    background-color: gainsboro;
    opacity: 0.4;
}

.email-column {
    margin-top: 12px;
}


.sequence-content {
    display: block;
    clear: both;
    margin-bottom: 40px;
}

.sequence-email-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    height: 230px;
    white-space: nowrap
}

.sequence-email {
    width: 500px;
    padding-top: 30px;
    padding-left: 45px;
    position: relative;
    padding-bottom: 100px;
}

.sequence-email-scroll .email-body {
    max-width: 150px;
    border: 1px solid lightgray;
    border-radius: 10px;
    width: 100%;
    display: inline-block;
    *display: inline;
    padding: 0px 15px;
    height: 200px;
    overflow: hidden;
    margin: 0px 15px;
    font-size: 10px;
    white-space: normal;
}

.email-body .email-subject, .email-body .email-text {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
}

h4, h3 {
    text-transform: uppercase;
}

h2 {
    margin: 70px 0 20px;
    font-size: 32px;
    font-weight: 200;
}


.preview-header {
    text-align: center;
}

.preview-body {
    height: 300px;
    margin: 15px 0px;
    text-align: left;
    padding-top: 40px;
}

.preview-header img {
    width: 170px;
}


.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -transition-delay: 0.2s;
}

    .close .ie7 {
        filter: progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=3);
    }

    .close:hover {
        background: #00d9ff;
        -moz-transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

.sequence-item-OLD {
    border: 1px solid gainsboro;
    border-radius: 5px;
    height: 95px;
    background-color: white;
    margin-bottom: 15px;
}

.sequence-item .icon {
    height: 20px;
    width: 18px;
    display: inline-block;
    background-image: url("images/move.png");
    margin-top: 8px;
    cursor: pointer;
}

.sequence-item .email-select {
    display: inline;
}

.sequence-item .line {
    background-color: #dbdbdb;
    display: inline-block;
    width: 1px;
    height: 60px;
    position: absolute;
    top: -11px;
    border: 0;
    left: 55px;
}

.sequence-item .days {
    display: inline-block;
}

    .sequence-item .days input {
        width: 42px
    }

#progress-bar {
    background-image: url("images/progress-bar.gif");
    background-repeat: no-repeat;
    height: 15px;
    width: 130px;
    margin: auto
}

.row-bordered:after {
    content: "";
    display: block;
    border-bottom: 1px solid #ccc;
    margin: 25px 0;
    padding-top: 20px;
}

.deleted {
    display: none;
}

.circle {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #777679;
    color: white;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.circle-big {
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 1.8em;
    margin: 0 15px;
    cursor: default;
    font-weight: bold;
    float: left;
    margin-top: 4px;
}

.circle-sequence {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background-color: #777679;
    color: white;
    display: inline-block;
    text-align: center;
    line-height: 2.5em;
    margin-bottom: 20px;
    float: left;
}

.sequence-line {
    margin: 100px 0 0;
    width: 100%;
    border-bottom: 2px solid #CCCCCC;
    position: relative;
    z-index: -1;
}

.header-amount {
    border-radius: 11px;
    background-color: #e2e2e2;
    color: #909092;
    text-align: center;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    float: left;
    margin-top: 2px;
}


.body-background {
    background-color: #f1f1f2;
}

.invoice-filter {
    background-image: url("images/filter.png");
    display: inline-block;
    background-repeat: no-repeat;
}

.secuence-infobox {
    width: 550px;
    box-shadow: 0px 1px 5px #cfcfcf;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.sequence-name {
    font-weight: 600;
    padding-top: 40px;
    padding-left: 40px;
    font-size: 20px;
    display: inline-block;
    width: 445px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sequence-totaldays {
    font-size: 17px;
    color: #c1c1c3;
    font-weight: 500;
    top: 44px;
    text-transform: none;
}

.sync-info {
    top: 0;
    left: 15px;
    right: 15px;
    margin-top: 110px;
}

.sequence-actionButtons {
    position: absolute;
    bottom: 0;
    padding-bottom: 15px;
    width: 90%;
    margin-left: 35px;
}

.fright {
    float: right;
}

.fleft {
    float: left;
}

.view-emailsequence-button {
    background-image: url("images/ViewIcon.png");
    display: inline-block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    position: relative;
    top: -20px;
}

.edit-emailsequence-button {
    background-image: url("images/EditIcon.png");
    display: block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.delete-emailsequence-alert,
.delete-emailsequence-button {
    background-image: url("images/DeleteIcon.png");
    display: block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
}

.duplicate-emailsequence-button {
    background-image: url("images/duplicateIcon.png");
    display: block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    margin-right: 10px;
}


.sequence-item .v-center {
    margin-top: 28px;
}

.sequence-bullet {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #777679;
    margin-top: 20px;
    text-align: center;
    padding-top: 16px;
    color: white;
    font-weight: bold;
}

.sequence-h-bullet {
    background-color: #e2e2e2;
    width: 100%;
    height: 2%;
    position: absolute;
    left: 50%;
    margin-left: 25px;
    top: 46px;
}

.sequence-v-bullet {
    background-color: #e2e2e2;
    width: 1px;
    height: 60px;
    position: absolute;
    margin-left: 50%;
    left: 0px;
    top: -40px;
}

.add-template-to-sequence {
    width: 100%;
    height: 60px;
    border: 1px dotted #9bdd9e;
    display: block;
    background-color: #eaf8ea;
    text-align: center;
    line-height: 4em;
    border-radius: 5px;
    font-weight: bold;
    cursor: default;
    margin-bottom: 50px;
}

#inline-alert {
    padding: 40px 60px;
    box-sizing: content-box;
}


.sequence-emoji_ME {
    background-image: url("images/mellow.png");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: relative;
    left: 25px;
    top: -10px;
}

.sequence-emoji_ST {
    background-image: url("images/stern.png");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: relative;
    left: 25px;
    top: -10px;
}

.sequence-emoji_EG {
    background-image: url("images/easyGoing.png");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: relative;
    left: 25px;
    top: -10px;
}

.sequence-emoji_SR {
    background-image: url("images/serious.png");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: relative;
    left: 25px;
    top: -10px;
}

.sequence-emoji_CW {
    background-image: url("images/collectionWarning.png");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: relative;
    left: 25px;
    top: -10px;
}

.email-emoji {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
    float: right;
    top: -15px;
}

.email-sidebar {
    background-color: #e9e9e9;
    min-height: 700px;
}

.emil-sidebar-tittle {
    padding-left: 10px;
    font-weight: 600;
}

.buttons-bar {
    margin-top: 50px;
}

.link-text {
    color: #b6b6b5 !important;
    font-size: small;
    text-decoration: underline;
    cursor: pointer;
}

.link-text2 {
    color: #adadad !important;
    font-size: small;
    text-decoration: underline;
    margin-right: 40px;
}

.users-list-link {
    color: #adadad !important;
    font-size: small;
    text-decoration: underline;
    margin-right: 37px;
}

.sequence-h-line {
    background-color: #e2e2e2;
    width: 40px;
    height: 2px;
    float: left;
    margin-top: 17px;
}

.chase-popup {
    padding: 40px;
    box-sizing: content-box;
}

/*#region DataTables Gear Shift Menu */

div.datatable-gear-menu-icon {
    font-size: 19px;
    cursor: pointer;
    color: var(--mainNavigationBackground);
    z-index: 100;
    margin-right: 15px;
    margin-bottom: 5px;
}

    div.datatable-gear-menu-icon.customized {
        color: #D0021B;
    }

div.datatable-gear-menu {
    background-color: #E6E7E8;
    box-shadow: 0 2px 4px 2px rgb(68 68 68 / 50%);
    padding: 5px 20px 15px 20px;
    position: absolute;
    z-index: 2;
    border-radius: 2px;
    display: none;
    text-align: left;
    right: 75px;
    margin-top: 10px;
}

    div.datatable-gear-menu .checkbox {
        display: inline-block;
        width: 13px;
        font-size: 12px;
        cursor: pointer;
        color: var(--mainNavigationBackground);
        top: initial;
    }

    div.datatable-gear-menu span {
        font-size: 12px;
        font-weight: 600;
        cursor: pointer;
    }

        div.datatable-gear-menu span.title {
            cursor: default;
            display: inline-block;
            margin-bottom: 10px;
            font-weight: bolder;
        }

    div.datatable-gear-menu .visible {
        display: inline-block;
        width: 20px;
        height: 20px;
    }

.settings-row {
    display: block;
    line-height: 20px;
    cursor: pointer;
}

div.True {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

div.False {
    display: none;
}

@keyframes datatable-gear-menu-in-animation {
    0% {
        opacity: 0;
        visibility: visible;
        top: 10px;
    }

    100% {
        opacity: 1;
        top: 17px;
    }
}

div.datatable-gear-menu.slide-in {
    visibility: visible;
    opacity: 0;
    display: block;
    top: 10px;
    animation-name: datatable-gear-menu-in-animation;
    animation-fill-mode: forwards;
    animation-duration: 200ms;
    animation-delay: 0ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

/*#endregion */

.settings-menu {
    text-align: right;
    padding-right: 110px !important;
    font-weight: 600;
    text-transform: uppercase;
}

    .settings-menu > li {
        color: #838285 !important;
    }

.settings-border {
    background-color: #e2e2e2;
    width: 1px;
    height: 60px;
    position: absolute;
    margin-left: 50%;
    left: 0px;
    top: -40px;
}

.settings-menutitle {
    padding-right: 33px;
    font-weight: 700;
    font-size: 20px;
    color: #686866;
}

.input-textbox {
    height: 60px !important;
}

.settings-control-label {
    color: #686866;
}

.sequence-calendar {
    height: 260px;
    display: inline-block;
    margin: 0px 20px;
}

.page-size {
    float: right;
    width: 65px !important;
}

    .page-size > button {
        background: none;
        font-size: 10px !important;
        color: #c9c8ca !important;
        height: 30px;
    }

    .page-size > .dropdown-menu > ul,
    .page-size > .dropdown-menu {
        font-size: 10px !important;
        color: #c9c8ca !important;
    }

.custom-pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
    float: right;
    font-size: 10px;
    margin-top: 4px;
    font-size: 13px !important;
}

    .custom-pagination > li {
        display: inline;
    }

        .custom-pagination > li > a,
        .custom-pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #C5C6C7;
            text-decoration: none;
            background-color: #fff;
            font-size: 13px !important;
        }

        .custom-pagination > li:nth-last-child(2) > a,
        .custom-pagination > li:nth-last-child(2) > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
            background-color: #F0F1F2;
            font-weight: bold;
        }

        .custom-pagination > li:last-child > a,
        .custom-pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
            background-color: #F0F1F2;
            font-weight: bold;
            margin-left: 10px;
        }

        .custom-pagination > li > a:hover,
        .custom-pagination > li > span:hover,
        .custom-pagination > li > a:focus,
        .custom-pagination > li > span:focus {
            z-index: 2;
            color: #23527c;
            border-color: #ddd;
        }

    .custom-pagination > .active > a,
    .custom-pagination > .active > span,
    .custom-pagination > .active > a:hover,
    .custom-pagination > .active > span:hover,
    .custom-pagination > .active > a:focus,
    .custom-pagination > .active > span:focus {
        z-index: 3;
        color: #77787A;
        cursor: default;
    }

    .custom-pagination > .disabled > span,
    .custom-pagination > .disabled > span:hover,
    .custom-pagination > .disabled > span:focus,
    .custom-pagination > .disabled > a,
    .custom-pagination > .disabled > a:hover,
    .custom-pagination > .disabled > a:focus {
        color: #C5C6C7;
        cursor: not-allowed;
        border-color: #ddd;
    }

.custom-pagination-lg > li > a,
.custom-pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.custom-pagination-lg > li:last-child > a,
.custom-pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.custom-pagination-sm > li > a,
.custom-pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.custom-pagination-sm > li:first-child > a,
.custom-pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.custom-pagination-sm > li:last-child > a,
.custom-pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.custom-pagination-buttons {
    z-index: 2;
    color: #23527c;
    background-color: #eee !important;
    border-color: #ddd;
}

.search-input {
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border: 2px solid #f1f1f2;
    height: 30px;
    width: 100%;
    padding-left: 15px;
    margin-left: 10px;
}

.search-placeholderIcon {
    background-image: url("images/searchIcon.png");
    background-repeat: no-repeat;
    background-position: right 10px center !important;
}

.search-input::-webkit-input-placeholder { /* WebKit browsers */
    padding-left: 0px !important;
}

.search-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    padding-left: 0px !important;
}

.search-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    padding-left: 0px !important;
}

.search-input:-ms-input-placeholder { /* Internet Explorer 10+ */
    padding-left: 0px !important;
}

.filter-search {
    background-color: #f1f1f2;
    height: 50px;
    padding-top: 10px;
    padding-right: 20px;
}

.filter-div {
    border: solid 1px #d6d9d9;
    border-radius: 3px;
}

.filter-panel {
    background-color: #f8f8f9;
}

.filter-content {
    padding-left: 15px;
    background-color: #fff;
    padding-top: 15px;
}

.emailMood-emoji_ME {
    background-image: url("images/mellow.png");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: relative;
    float: left;
    margin-right: 10px;
}

.emailMood-emoji_ST {
    background-image: url("images/stern.png");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: relative;
    float: left;
    margin-right: 10px;
}

.emailMood-emoji_EG {
    background-image: url("images/easyGoing.png");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: relative;
    float: left;
    margin-right: 10px;
}

.emailMood-emoji_SR {
    background-image: url("images/serious.png");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: relative;
    float: left;
    margin-right: 10px;
}

.emailMood-emoji_CW {
    background-image: url("images/collectionWarning.png");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: relative;
    float: left;
    margin-right: 10px;
}

.custome-dropdown-menu {
    background-color: #e8e8e8;
}

    .custome-dropdown-menu > li:hover {
        background-color: #e8e8e8 !important;
    }

.sequence-active::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #08d15c;
    margin-right: 5px;
}

.sequence-inactive::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #777679;
    margin-right: 5px;
}

.badge-label {
    background-color: #777679;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    font-size: 10px;
}

.user-list-col {
    width: 55%
}

.user-list-action-col {
    text-align: center;
    width: 15%
}

.login-form {
    position: relative;
    left: 30%;
}

.login-icon {
    background-image: url("images/loginLogo.png");
    background-repeat: no-repeat;
    height: 170px;
    position: relative;
    left: 42%;
    width: 500px;
}

.login-control {
    height: 60px;
    background-color: #fff !important;
}

.sequence-bullet-inactive {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #cccccd;
    margin-top: 20px;
    text-align: center;
    padding-top: 16px;
    color: white;
    font-weight: bold;
}

.register-sequence {
    padding-left: 445px;
}

.cursor-pointer {
    cursor: pointer;
}

.register-sequence-bullet {
    display: block;
    position: relative;
    top: 25px;
}

.title {
    font-weight: bold;
    color: #58595B;
    font-size: 18px;
    margin-bottom: 10px;
}

.intacctTitle1 {
    height: 33px;
    color: #444444;
    font-family: "Open Sans";
    font-size: 24px;
    letter-spacing: 0;
    line-height: 33px;
    margin-bottom: 25px;
}

.intacctTitle2 {
    height: 22px;
    color: #444444;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
}

.webConnectorParagraph {
    color: #58595b;
    margin-top: 10px;
    line-height: 20px;
}

.webConnectorBox {
    background-color: #f1f1f2;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.wcsection {
    margin-top: 50px;
}


.connect-tt {
    height: 100px;
    width: 322px;
    background: url(images/login_timetracker.png) no-repeat top;
}

.connect-tb {
    height: 100px;
    width: 322px;
    background: url(images/login_timebilling.png) no-repeat top;
}

.connect-lw {
    height: 135px;
    width: 320px;
    background: url(images/TimeTracker/lawBillity-logo.png ) no-repeat top;
}

.connectlogo-intacct {
    height: 135px;
    width: 320px;
    background: url(images/Intacct/SageIntacctLogo.png) no-repeat top;
}

.connectlogo-hosted {
    height: 135px;
    width: 320px;
    background: url(images/Hosted/ReckonLongLogo.png) no-repeat top;
}

.connectlogo-myob {
    height: 135px;
    width: 320px;
    background: url(images/Myob/myob2x.png) no-repeat top;
    background-size: contain;
}

.connect-myob {
    width: 590px;
    text-align: left;
    margin-top: 15px;
}

.connect-intacct {
    width: 590px;
    text-align: left;
}

.connect-container {
    margin: 100px auto;
    width: 322px;
    text-align: left;
}

.btn-connect-timetracker {
    background-color: #F37006 !important;
    color: #fff;
}

    .btn-connect-timetracker:hover {
        background-color: #F37006 !important;
        color: #fff;
    }

    .btn-connect-timetracker:active {
        background-color: #F37006;
        color: #fff;
    }


.delete-rule-condition {
    background: url(images/trash.svg) no-repeat;
    display: inline-block;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    vertical-align: middle;
    opacity: 0.5;
    background-size: contain;
}

.delete-rule-group {
    background: url(images/delete-gray.svg) no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-left: 20px;
    background-size: contain;
}

.enhanced {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

ul.no_bullet {
    list-style-type: none;
    padding: 0;
    margin: 0;
    line-height: 30px;
}

.normal-link {
    color: #3f90d2;
    text-decoration: underline;
}

#autochase-content {
    position: relative;
    margin-top: 40px;
}

#autochase-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f1f1f2;
    z-index: 1000;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.dl-custom {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: left !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.cal-text {
    margin-bottom: 30px;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
}


.nav-active::after {
    content: "";
    background-image: url(images/arrow-up.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 39px;
    height: 20px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    display: block;
    top: 55px;
}

.help {
    background-image: url(images/help.png);
    background-repeat: no-repeat;
    background-size: 40px;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-top: 5px;
}

.help-area {
    width: 100%;
    height: 300px;
    background-color: #5c5c59;
    position: absolute;
    top: 75px;
    padding: 40px 20px;
}

.help-icon {
    background-repeat: no-repeat;
    background-size: 50px;
    display: block;
    height: 50px;
    background-position: 0px -10px;
    margin-top: 15px;
}

.help-chat {
    background-image: url(images/help_chat.png);
}

.help-concierge {
    background-image: url(images/help_concierge.png);
}

.help-email {
    background-image: url(images/help_email.png);
}

.help-online {
    background-image: url(images/help_online.png);
}

.help-phone {
    background-image: url(images/help_phone.png);
}

.help-webinar {
    background-image: url(images/help_webinar.png);
}

.h_title {
    font-size: 18px;
    color: #cfcfce;
    display: block;
}

    .h_title > a {
        font-size: 18px;
        color: white;
        text-decoration: underline;
    }

.h_text {
    font-size: 14px;
    color: #cfcfce;
    display: block;
}

    .h_text > a {
        color: white;
        text-decoration: underline;
    }

.h_highlight {
    font-size: 13px;
    color: #e7e7e7;
    display: block;
    font-style: italic;
}

.help-space {
    margin-top: 40px;
}

.section-title {
    font-size: 23px;
    float: left;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    height: 40px;
    display: inline-block;
    line-height: 1.8em;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
}

.from-to-img {
    background-image: url("images/from-to.png");
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
}

.fromReport {
    height: 65px;
    width: 100%;
    box-shadow: 0px 0px 1px;
}

.report-section {
    margin-top: 20px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px;
}

.ui-dialog-titlebar {
    display: none !important;
}

.ui-dialog.success-dialog {
    top: -1000px !important;
}

.ui-widget-content {
    border: 0px solid transparent !important;
    background: #ffffff;
    color: #333333;
}

.black_overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: black;
    z-index: 9999;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.overlay_content {
    position: absolute;
    top: 0px;
    left: 80%;
    width: 660px;
    height: 650px;
    padding: 50px;
    border: 1px solid #d6d9d9;
    background-color: white;
    z-index: 10000;
    overflow: hidden;
}

.expense_divider {
    background-image: url('images/icon-sep.png');
    float: left;
    height: 85px;
    margin-right: 15px;
    margin-top: 16px;
    width: 1px;
}


#ui-datepicker-div {
    border: 1px solid gainsboro !important;
}

.from-to-row {
    margin-left: 15px;
    margin-right: 15px;
}

.table > tbody {
    font-size: 13px;
}

.table > thead > tr > th {
    font-size: 11px;
    font-weight: bold;
}

    .table > thead > tr > th > a {
        font-size: 11px;
        font-weight: bold;
    }

.small-body {
    font-size: 10px !important;
}

    .small-body > tr > td {
        height: auto !important;
    }

.export-row {
    margin: 40px 0;
    border-bottom: 1px solid gainsboro !important;
    padding-bottom: 40px;
}

.customization-title {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
}

.dropdown-menu {
    z-index: 1030 !important;
}

div.options > label > input {
    visibility: hidden;
}

div.options > label {
    display: block;
    margin: 0 0 0 -10px;
    padding: 0 0 20px 0;
    height: 20px;
    width: 150px;
}

    div.options > label > img {
        display: inline-block;
        padding: 0px;
        height: 15px;
        width: 15px;
        background: none;
    }

    div.options > label > input:checked + img {
        background: url(images/check.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 15px 15px;
    }

.row-line-separator {
    border-bottom: 1px solid gainsboro;
    height: 0px;
    margin-left: -65px;
    margin-right: 0px;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 20px;
    position: absolute;
}

.row-top-space {
    margin-top: 60px;
}


/*user for labels tags used as content info, not as titles*/
.label-text {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
}



.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.preview-footer-email {
    color: #adadac;
    text-align: center;
    margin-top: 100px
}

.preview-secuence-body-content {
    margin: 0 auto;
    float: none;
    min-height: 50px;
    width: 700px;
    text-align: center;
    margin-top: 30px;
}

.sequence-h-line-preview {
    background-color: #e2e2e2;
    width: 40px;
    height: 2px;
    /* float: left; */
    top: -30px;
    position: relative;
}

.circle-sequence-preview {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background-color: #777679;
    color: white;
    display: inline-block;
    text-align: center;
    line-height: 2.5em;
    margin-bottom: 20px;
    display: inline-block;
}

.brand {
    max-height: 170px;
    max-width: 170px;
}

.tooltip > .tooltip-inner {
    background: #939597;
    color: #fff;
    font-weight: normal;
    text-align: left;
    border-radius: 0;
    font-size: 12px;
    line-height: 14px;
    opacity: 1 !important;
}

.tooltip.in, 
.tooltip.show {
    opacity: 1 !important;
}

.tooltip-arrow {
    border-style: hidden !important;
}

.body-WC {
    padding-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 83% !important;
    padding-right: 0px;
    padding-left: 145px;
}

.body2-WC {
    background: #fff;
}

@media screen and (max-height:945px) {
    .scroll {
        max-height: 700px;
        overflow: auto;
    }
}

.STRIPE {
    background-image: url("images/stripe-blue-on-light.png");
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    background-size: 200px;
    margin: inherit;
}

.LAWPAY {
    background-color: #fff;
    color: gray;
    text-transform: none;
    padding-left: 10px;
    padding-right: 10px;
    height: 54px;
    width: 285px;
    line-height: 54px;
    text-decoration: none;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
    border: none;
    border-radius: 2px;
    display: inline-block;
    outline: 0;
    vertical-align: middle;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    font-size: 15px;
    -webkit-tap-highlight-color: transparent;
}

    .LAWPAY:hover {
        box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    }


.box input {
    display: none;
}

.box {
    font-size: 1.25rem;
    /* 20 */
    background-color: lightgrey;
    position: relative;
    padding: 100px 20px;
    border: 2px dashed #92b0b3;
    border-radius: 10px;
}

    .box.is-dragover {
        outline-offset: -20px;
        outline-color: #c8dadf;
        background-color: #fff;
    }

.box__dragndrop,
.box__icon {
    display: none;
}

.box.has-advanced-upload .box__dragndrop {
    display: inline;
}

.box.has-advanced-upload .box__icon {
    width: 100%;
    height: 80px;
    fill: #92b0b3;
    display: block;
    margin-bottom: 40px;
}

.box.is-uploading .box__input,
.box.is-success .box__input,
.box.is-error .box__input {
    visibility: hidden;
}

.box__uploading,
.box__success,
.box__error {
    display: none;
}

.box.is-uploading .box__uploading,
.box.is-success .box__success,
.box.is-error .box__error {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.box__uploading {
    font-style: italic;
}

.box__success {
    -webkit-animation: appear-from-inside .25s ease-in-out;
    animation: appear-from-inside .25s ease-in-out;
}

@-webkit-keyframes appear-from-inside {
    from {
        -webkit-transform: translateY(-50%) scale(0);
    }

    75% {
        -webkit-transform: translateY(-50%) scale(1.1);
    }

    to {
        -webkit-transform: translateY(-50%) scale(1);
    }
}

@keyframes appear-from-inside {
    from {
        transform: translateY(-50%) scale(0);
    }

    75% {
        transform: translateY(-50%) scale(1.1);
    }

    to {
        transform: translateY(-50%) scale(1);
    }
}

.box__restart {
    font-weight: 700;
}

    .box__restart:focus,
    .box__restart:hover {
        color: #39bfd3;
    }

.js .box__filer_input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .js .box__filer_input + label {
        max-width: 80%;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        display: inline-block;
        overflow: hidden;
    }

        .js .box__filer_input + label:hover strong,
        .box__filer_input:focus + label strong,
        .box__filer_input.has-focus + label strong {
            color: #39bfd3;
        }

    .js .box__filer_input:focus + label,
    .js .box__filer_input.has-focus + label {
        outline: 1px dotted #000;
        outline: -webkit-focus-ring-color auto 5px;
    }

.no-js .box__filer_input + label {
    display: none;
}

.no-js .box__button {
    display: block;
}

.box__button {
    font-weight: 700;
    color: #e5edf1;
    background-color: #39bfd3;
    display: none;
    padding: 8px 16px;
    margin: 40px auto 0;
}

    .box__button:hover,
    .box__button:focus {
        background-color: #0f3c4b;
    }

.branding {
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 18px !important;
    color: #000;
    font-weight: 500;
}


.jFiler-input-dragDrop {
    display: block;
    width: 472px;
    height: 342px;
    margin: 0 auto 25px auto;
    padding: 25px;
    color: #8d9499;
    color: #97A1A8;
    background: #E2E2E2 !important;
    text-align: center;
    -webkit-transition: box-shadow 0.3s, border-color 0.3s;
    -moz-transition: box-shadow 0.3s, border-color 0.3s;
    transition: box-shadow 0.3s, border-color 0.3s;
}

@-moz-document url-prefix() {
    img {
        border: 1px solid !important;
    }
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: -1px;
    margin-top: -2px;
    vertical-align: middle;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0 !important;
    border-bottom: 8px dashed !important;
    border-bottom: 8px solid \9 !important;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 8px dashed !important;
    border-top: 8px solid \9 !important;
    border-right: 8px solid transparent !important;
    border-left: 8px solid transparent !important;
}

.notes-description {
    margin: 0px;
    width: 300px;
    max-height: 45px;
    border-color: transparent !important;
    background-color: transparent !important;
    resize: none !important;
    overflow-y: auto;
    overflow-x: auto;
}

.icon-jfi-cloud-up-o:before {
    visibility: hidden !important;
}

#menu-bar {
    background-color: #5c5c59;
}

    #menu-bar ul li a {
        height: 50px;
        padding: 15px 15px;
        font-size: 18px;
        line-height: 20px;
    }

@media (max-width: 767px) {
    .nav-active::after {
        content: "";
        background-image: url(images/arrow-up.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 39px;
        height: 10px;
        position: absolute;
        left: 0;
        top: 25px;
        margin: 0;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    #menu-bar ul li a {
        height: 30px;
        padding: 20px 30px;
        font-size: 14px;
        margin-bottom: 10px;
    }
}

.glyph-big {
    font-size: 20px;
    margin-top: 5px;
    margin-left: 5px;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-state-default .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.png") !important;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png") !important;
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png") !important;
}

#ajax-start {
    position: fixed;
    width: 100%;
    height: 25px;
    background-color: #5c5c59;
    color: white;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 10000;
}

#ajax-error {
    position: fixed;
    width: 100%;
    height: 20px;
    background-color: #de4a4a;
    color: white;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 10000;
}

#cssload-loader {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 27px;
}

    #cssload-loader ul {
        margin: 0;
        list-style: none;
        width: 27px;
        height: 19px;
        position: relative;
        padding: 0;
        height: 25px;
    }

        #cssload-loader ul li {
            position: absolute;
            width: 1px;
            height: 0;
            background-color: rgba(245,245,245,0.98);
            bottom: 0;
        }


    #cssload-loader li:nth-child(1) {
        left: 0;
        animation: cssload-sequence1 1.15s ease infinite 0;
        -o-animation: cssload-sequence1 1.15s ease infinite 0;
        -ms-animation: cssload-sequence1 1.15s ease infinite 0;
        -webkit-animation: cssload-sequence1 1.15s ease infinite 0;
        -moz-animation: cssload-sequence1 1.15s ease infinite 0;
    }

    #cssload-loader li:nth-child(2) {
        left: 4px;
        animation: cssload-sequence2 1.15s ease infinite 0.12s;
        -o-animation: cssload-sequence2 1.15s ease infinite 0.12s;
        -ms-animation: cssload-sequence2 1.15s ease infinite 0.12s;
        -webkit-animation: cssload-sequence2 1.15s ease infinite 0.12s;
        -moz-animation: cssload-sequence2 1.15s ease infinite 0.12s;
    }

    #cssload-loader li:nth-child(3) {
        left: 9px;
        animation: cssload-sequence1 1.15s ease-in-out infinite 0.23s;
        -o-animation: cssload-sequence1 1.15s ease-in-out infinite 0.23s;
        -ms-animation: cssload-sequence1 1.15s ease-in-out infinite 0.23s;
        -webkit-animation: cssload-sequence1 1.15s ease-in-out infinite 0.23s;
        -moz-animation: cssload-sequence1 1.15s ease-in-out infinite 0.23s;
    }

    #cssload-loader li:nth-child(4) {
        left: 13px;
        animation: cssload-sequence2 1.15s ease-in infinite 0.35s;
        -o-animation: cssload-sequence2 1.15s ease-in infinite 0.35s;
        -ms-animation: cssload-sequence2 1.15s ease-in infinite 0.35s;
        -webkit-animation: cssload-sequence2 1.15s ease-in infinite 0.35s;
        -moz-animation: cssload-sequence2 1.15s ease-in infinite 0.35s;
    }

    #cssload-loader li:nth-child(5) {
        left: 18px;
        animation: cssload-sequence1 1.15s ease-in-out infinite 0.46s;
        -o-animation: cssload-sequence1 1.15s ease-in-out infinite 0.46s;
        -ms-animation: cssload-sequence1 1.15s ease-in-out infinite 0.46s;
        -webkit-animation: cssload-sequence1 1.15s ease-in-out infinite 0.46s;
        -moz-animation: cssload-sequence1 1.15s ease-in-out infinite 0.46s;
    }

    #cssload-loader li:nth-child(6) {
        left: 22px;
        animation: cssload-sequence2 1.15s ease infinite 0.58s;
        -o-animation: cssload-sequence2 1.15s ease infinite 0.58s;
        -ms-animation: cssload-sequence2 1.15s ease infinite 0.58s;
        -webkit-animation: cssload-sequence2 1.15s ease infinite 0.58s;
        -moz-animation: cssload-sequence2 1.15s ease infinite 0.58s;
    }


@keyframes cssload-sequence1 {
    0% {
        height: 3px;
    }

    50% {
        height: 15px;
    }

    100% {
        height: 3px;
    }
}

@-o-keyframes cssload-sequence1 {
    0% {
        height: 3px;
    }

    50% {
        height: 15px;
    }

    100% {
        height: 3px;
    }
}

@-ms-keyframes cssload-sequence1 {
    0% {
        height: 3px;
    }

    50% {
        height: 15px;
    }

    100% {
        height: 3px;
    }
}

@-webkit-keyframes cssload-sequence1 {
    0% {
        height: 3px;
    }

    50% {
        height: 15px;
    }

    100% {
        height: 3px;
    }
}

@-moz-keyframes cssload-sequence1 {
    0% {
        height: 3px;
    }

    50% {
        height: 15px;
    }

    100% {
        height: 3px;
    }
}

@keyframes cssload-sequence2 {
    0% {
        height: 6px;
    }

    50% {
        height: 19px;
    }

    100% {
        height: 6px;
    }
}

@-o-keyframes cssload-sequence2 {
    0% {
        height: 6px;
    }

    50% {
        height: 19px;
    }

    100% {
        height: 6px;
    }
}

@-ms-keyframes cssload-sequence2 {
    0% {
        height: 6px;
    }

    50% {
        height: 19px;
    }

    100% {
        height: 6px;
    }
}

@-webkit-keyframes cssload-sequence2 {
    0% {
        height: 6px;
    }

    50% {
        height: 19px;
    }

    100% {
        height: 6px;
    }
}

@-moz-keyframes cssload-sequence2 {
    0% {
        height: 6px;
    }

    50% {
        height: 19px;
    }

    100% {
        height: 6px;
    }
}


/* Close Button */

.close-thik:hover,
.close-thik:focus,
[class*='close-'] {
    color: white;
    font: 14px/100% arial, sans-serif;
    position: absolute;
    right: 5px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    top: 5px;
}

.close-thik:after {
    content: '✖'; /* UTF-8 symbol */
}

.sliderRangeLeft {
    border: none !important;
    font-weight: bold !important;
    background-color: transparent !important;
    width: 50% !important;
    float: left !important;
    text-align: left !important;
    box-shadow: none !important;
    font-weight: normal !important;
    margin-bottom: 0px !important;
    font-size: 15px !important;
    padding: 0px !important;
}

.sliderRangeRight {
    border: none !important;
    font-weight: bold !important;
    background-color: transparent !important;
    width: 50% !important;
    float: left !important;
    text-align: right !important;
    box-shadow: none !important;
    font-weight: normal !important;
    margin-bottom: 0px !important;
    font-size: 15px !important;
    padding: 0px !important;
}

.settings .settingsBox {
    display: none;
    transition: opacity 0.1s linear 0s;
    top: 0px;
    width: 100%;
}

    .settings .settingsBox.visible {
        display: inline-block;
    }


.emailEditorBox .selectWrapper2 {
    margin-top: 25px;
    display: block;
}

.expiry .bootstrap-select {
    width: 300px !important;
}

.filter .bootstrap-select {
    width: 265px !important;
}

.filterInvoiceBox {
    width: 270px !important;
}

.invoiceSequece .bootstrap-select {
    width: 500px;
}

.statsWrapper {
    text-align: center;
    min-width: 820px;
}

.bulkactions {
    display: inline-block;
    /*float:right;*/
    width: 200px;
    margin-right: 13px;
    font-size: 12px !important;
}


.report span.itemAction {
    width: 15px;
    height: 15px;
    /*background: url(images/trash.svg) no-repeat;*/
    line-height: 1;
    position: absolute;
    right: 5px;
    top: 11px;
    opacity: 0.5;
}

.email span.itemAction,
.sequence span.itemAction {
    background-image: url(images/view.svg);
    width: 15px;
    height: 10px;
    line-height: 1;
    position: absolute;
    right: 5px;
    top: 7px;
    opacity: 0.5;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0px 1px;
}

.caret-class {
    background-image: url('images/input-arrow.png');
    background-repeat: no-repeat;
    display: inline-block;
    background-position-x: 140px;
    background-position-y: 12px;
}

#sequencePreview div.fade,
#start-date-modal div.fade,
.calendar-data-modal div.fade {
    display: none !important;
    top: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    z-index: 9;
}

#sequencePreview div.in,
#start-date-modal div.in,
.calendar-data-modal div.in {
    display: block !important;
}

#sequencePreview div.modal-dialog,
#start-date-modal div.modal-dialog {
    z-index: 10;
    padding: 50px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 60px;
    background: #fff;
    color: #5b5b59;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow-y: auto;
    overflow-x: hidden;
}

.calendar-data-modal .modal-title {
    display: none;
}

.calendar-data-modal .email-title {
    text-align: left;
    font-weight: bold;
}

.calendar-data-modal div.modal-dialog {
    z-index: 10;
    padding: 50px;
    margin: auto;
    position: absolute;
    top: -90px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 200px 150px;
    background: #fff;
    color: #5b5b59;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 400px;
}

#start-date-modal .close,
.calendar-data-modal .close {
    display: none;
}

#start-date-modal .modal-title,
.calendar-data-modal .modal-title {
    text-align: left;
    font-weight: bold;
    text-transform: capitalize;
}

#start-date-modal .modal-body p,
.calendar-data-modal .modal-body p {
    text-align: left;
    font-size: 12px;
}

.cal_arrow {
    display: none;
}

.cal_left {
    position: absolute;
    top: 225px !important;
    left: 60px !important;
}

.cal_right {
    position: absolute;
    top: 225px !important;
    right: 60px !important;
    left: auto !important;
}

.cal_left_resume {
    position: absolute;
    top: 250px !important;
    left: 60px !important;
}

.cal_right_resume {
    position: absolute;
    top: 250px !important;
    right: 60px !important;
    left: initial !important;
}

.chaseWrapper {
    padding: 0px 210px;
}

.clear-filter {
    background: url('images/close-filter.png') no-repeat;
    background-size: contain;
    text-indent: -9999px;
    min-width: 12px;
    box-shadow: none;
    background-repeat: no-repeat;
    float: right;
    margin-left: 1px;
    top: -2px;
}

#onDueDate input {
    width: 40px;
    margin: 0;
}

.datepicker {
    width: 110px !important;
    margin: 0 !important;
}


#cf {
    position: relative;
    width: 200px;
    height: 144px;
    margin: 0 auto;
}

    #cf div {
        position: absolute;
        left: 0;
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
    }

@keyframes cf3FadeInOut {
    0% {
        opacity: 1;
    }

    45% {
        opacity: 1;
    }

    55% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

#cf div.top {
    animation-name: cf3FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    animation-direction: alternate;
}


#cf div.top {
    background-image: url('images/fix-past-emails-01.png');
    background-repeat: no-repeat;
    width: 200px;
    height: 144px;
    background-size: contain;
    margin: auto;
}

#cf div.bottom {
    background-image: url('images/fix-past-emails-02.png');
    background-repeat: no-repeat;
    width: 200px;
    height: 144px;
    background-size: contain;
    margin: auto;
}

#legend a,
#legend span {
    text-align: right;
    font-size: 12px !important;
    color: dimgray;
}

#legend .red {
    color: red;
    text-decoration: underline;
}

.field-validation-error,
.field-validation-error
h3 {
    color: #EF4F25 !important;
    margin-right: 10px;
}

.field-validation-error-signUp {
    position: absolute;
    float: left;
    left: 235px;
}


label {
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px !important;
}

.nomrmal-label {
    text-transform: capitalize !important;
    font-size: 10px;
    font-weight: normal !important;
}

.settingsSidebar h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

.settingsSidebar a {
    font-weight: bold;
    font-size: 14px;
    color: #5D5F5D;
}

    .settingsSidebar a.active {
        color: #F48120;
    }

.chaseWrapper input[type=text] {
    height: 30px;
    width: 40px;
}

.sequenceCountContainer .active {
    background-color: #58d260;
}

.sequenceCount:active {
    background-color: #58d260;
}

.sequenceCountSummary:active {
    background: #767679;
}

.sequencePreview {
    background-color: #f1f1f2 !important;
}

    .sequencePreview label {
        margin-top: 20px;
        display: block;
    }

    .sequencePreview .previewField {
        background-color: white !important;
        padding: 20px;
        border-radius: 5px;
        width: 99%;
    }

.formFooter a {
    color: #aaa;
    font-size: 16px;
    text-decoration: underline;
}



.conditionSelect input[type=text] {
    height: 24px !important;
    margin-bottom: 0px;
}


.conditionSelect .selectWrapper2 {
    margin-top: 1px;
}

/*.conditionWrapper .selectWrapper2 button {
    width: 167px;
}*/

#rules-group .containerBox {
    padding: 0px !important;
}

.rule-header {
    padding: 20px 50px;
    background-color: #edf3ec;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .rule-header input {
        margin-bottom: 0px !important;
    }

.rule-body {
    padding: 00px 0px;
}

    .rule-body .conditions {
        padding: 0px 50px 20px 50px;
        border-bottom: 1px solid #F1F1F2;
    }

    .rule-body p {
        border-bottom: 1px solid #F1F1F2;
        padding: 0px 50px 15px 50px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

#rules-group .formFooter {
    background-color: #c8cfc5;
    padding: 10px 50px 2px 50px;
}

.rule-body .conditionWrapper {
    margin-top: 20px;
}

.no-border {
    border: none !important;
}

.stripeSettings a {
    text-decoration: underline;
    cursor: pointer;
}

.emailEditorBox label {
    text-transform: none;
    font-weight: normal;
    font-size: 13px;
    margin-top: 10px;
    display: inline-block;
}

.notVisible {
    position: absolute;
    width: 0 !important;
    height: 0px;
    top: -9999px;
}

.reportBox label {
    text-transform: none !important;
    font-weight: normal !important;
    font-size: 13px;
    margin-left: 8px;
}

#customizations .report {
    width: 100%;
}

.inputRangeContainer input {
    height: 65px !important;
}

.reportFormats label {
    margin-right: 15px;
}

.splitter {
    border-bottom: 1px solid #F4F4F5;
    margin: 20px -99999px;
}

.splitter_fix {
    margin: 15px !important;
}

.saveCustomizationModal input {
    margin-bottom: 10px !important;
}

.saveCustomizationContainer a {
    display: block;
    text-decoration: underline;
    margin-left: 15px;
    cursor: pointer;
}

.paymentBox {
    display: inline-block;
    width: 634px;
    vertical-align: top;
    margin-top: 75px;
}

.card-req {
    width: 100px !important;
    display: block;
}

.invoicePreview {
    background-image: url(images/invoiceThumb.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    width: 220px;
    height: 100px;
    text-align: center;
    padding-top: 250px;
}

    .invoicePreview a {
        text-decoration: underline;
    }

.rule-body input[type=number] {
    width: 40px;
    height: 40px;
    margin-bottom: 50px;
    border: 0;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    outline: none;
    padding-left: 20px;
}

.historyInvoiceModal {
    transform: translate(0px,0px) !important;
    width: 800px !important;
    max-height: 100% !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    bottom: 0px !important;
    border-radius: 0px !important;
    margin: 0px !important;
    background-color: #f1f1f2 !important;
    overflow-y: auto !important;
}

#notesWrapper {
    background-color: #fff;
    margin-top: -80px;
    margin-left: -50px;
    margin-right: -50px;
    padding: 80px 50px 30px;
}

.no-data {
    text-align: center
}

.bottom {
    margin-top: 20px;
}

.dataTable thead th.sorting {
    background-image: none !important;
}

.dataTable:not(.dataTableResize) thead th.sorting_desc {
    background-image: none !important;
}

.dataTable:not(.dataTableResize) thead th.sorting_asc {
    background-image: none !important;
}

.due-warnig {
    color: #FBC062 !important;
}

.due-red {
    color: #E4534F !important;
}

.due-green {
    color: #F48120 !important;
}

a {
    cursor: pointer;
}


span.sorting {
    background-image: url(images/sort_desc.gif) !important;
    width: 13px;
    height: 9px;
    display: inline-block;
}

span.sorting_desc {
    background-image: url(images/sort_desc.gif) !important;
    width: 13px;
    height: 9px;
    display: inline-block !important;
}

span.sorting_asc {
    background-image: url(images/sort_asc.gif) !important;
    width: 13px;
    height: 9px;
    display: inline-block !important;
}

.sorting_hide {
    display: none !important;
}

.note-title {
    text-transform: uppercase;
    font-weight: bold;
}

.note-underline {
    text-decoration: underline;
    margin-left: 0px !important;
}

#sequence-calendars {
    height: 267px;
}


.popup-layout {
    min-width: 790px !important;
}

    .popup-layout .container {
        margin: 50px;
    }

.sorting_asc_select {
    background-image: url(images/sort_asc_select.gif) !important;
    width: 13px;
    height: 9px;
    display: inline-block;
}

.sorting_desc_select {
    background-image: url(images/sort_desc_select.gif) !important;
    width: 13px;
    height: 9px;
    display: inline-block;
}

.sorting_desc_notes {
    background-image: url(images/sort_desc.gif) !important;
    width: 13px;
    height: 9px;
    display: inline-block;
}

.sorting_asc_notes {
    background-image: url(images/sort_asc.gif) !important;
    width: 13px;
    height: 9px;
    display: inline-block;
}

.terms {
    padding-left: 1px;
    text-transform: none !important;
    font-size: 12px;
    color: #898987;
    font-weight: normal;
}

.termsLink {
    text-decoration: underline;
    color: #898987 !important;
}

.insertContentButton {
    background-image: url(images/emailTag.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    float: left
}

.removeCustomizationModal {
    width: 600px !important;
    height: 300px !important;
}

.setting-text {
    font-size: 13px;
    font-weight: normal;
    line-height: 28px;
}

.collapseInvoice {
    background-image: url(images/input-arrow.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    cursor: pointer;
}

.collapseInvoiceUp {
    background-image: url('images/input-arrow -up.png');
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    cursor: pointer;
}

.nextArrow {
    background-image: url(images/next.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 15px;
    height: 25px;
}

.prevArrow {
    background-image: url(images/prev.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 15px;
    height: 25px;
}

.sequence-top-bar {
    position: relative;
    top: -50px;
    background-color: #f1f1f2;
    height: 60px;
    float: left;
    width: 1010px;
    margin-left: -50px;
    margin-bottom: 10px;
}

.sequence-top-bar-name {
    text-align: center;
    margin-top: 20px !important;
    text-transform: capitalize !important;
}

.sequence-top-bar-text {
    text-align: center;
    margin-top: 20px !important;
    text-transform: capitalize !important;
    font-weight: normal;
    font-size: 14px;
}

.highlight {
    background-color: yellow;
}

.logout {
    background-image: url('images/logout.png');
    background-repeat: no-repeat;
    background-size: 25px;
    width: 40px;
    height: 40px;
    display: inline-block;
    top: 22px;
    margin-left: 40px;
}

.margin-right {
    margin-right: 25px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.wc-content {
    position: absolute;
    margin-top: -250px;
    margin-left: -470px;
    background-color: #fff;
    width: 450px;
    height: 645px;
    z-index: 99;
}

.wc-example {
    background-image: url(images/wc-modal-info.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 45px;
    margin-top: 25px;
    width: 360px;
    height: 545px;
}

.wc-title {
    font-weight: bold;
    color: #58595B;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

.ui-tooltip, .arrow:after {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.ui-tooltip {
    padding: 10px 20px;
    color: #5b5b59;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

    .arrow.top {
        top: -16px;
        bottom: auto;
    }

    .arrow.left {
        left: 20%;
    }

    .arrow:after {
        content: "";
        position: absolute;
        left: 20px;
        top: -20px;
        width: 25px;
        height: 25px;
        box-shadow: 6px 5px 9px -9px black;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .arrow.top:after {
        bottom: -20px;
        top: auto;
    }

.close-modal {
    background-image: url(images/close-gray.png);
    background-repeat: no-repeat;
    float: right;
    position: absolute;
    display: inline-block;
    height: 20px;
    margin-right: 25px;
    width: 20px;
    background-size: cover;
    cursor: pointer;
}

.close-modalPreviewQuickEmailModal {
    background-image: url(images/close-filter.png);
    background-repeat: no-repeat;
    float: right;
    position: absolute;
    display: inline-block;
    height: 20px;
    margin-right: 25px;
    width: 20px;
    background-size: cover;
}

.close-modal-div {
    width: 25px;
    top: 22px;
    height: 25px;
}

.input-chaseDays {
    padding: 10px !important;
    text-align: center;
}

.integration-icon.qbOnline {
    background: url('images/integrations/quickbooks-black-new-logo.svg');
    background-size: cover;
    height: 56px !important;
    width: 220px !important;
}

.integration-icon.qbDesktop {
    background: url(images/qb_desktop_button.png);
    background-size: cover;
}

.integration-icon.qbOnlineActive {
    background: url('images/integrations/quickbooks-black-new-logo.svg');
    background-size: cover;
    height: 56px !important;
    width: 220px !important;
}

.email-verification-bar {
    color: white;
    background-color: #ff4355;
    text-align: justify;
    margin-top: 10px;
    height: 40px;
    border-radius: 8px;
    vertical-align: middle;
    width: 101%;
}

.email-verification-label {
    padding: 8px;
    display: inline-block;
    text-transform: none;
    font-size: 12px;
}

.email-verification-close {
    background-image: url('images/close-icon.png');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    float: right;
    top: 8px;
    margin-right: 10px;
    cursor: pointer;
}

.btn-disable {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.6;
}


.dogLogo {
    display: block;
    height: 140px;
    margin: 70px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('images/dog-logo.png');
    background-size: contain;
}

.errorLogo {
    display: block;
    height: 80px;
    margin: 70px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('images/TimeTracker/invoiceTracker-transparent.png');
    background-size: contain;
}

.missing-integration-div {
    border-color: lightgray;
    border-style: dashed;
    border-width: 2px;
    width: 100%;
    height: 500px;
    background-color: #fff;
    margin-top: 50px;
}

.emulate-lock {
    background-image: url('images/btn-lock-new.png');
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    float: left;
    background-size: contain;
    cursor: pointer;
}

.emulate-unlock {
    background-image: url('images/btn-unlock-new.png');
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    float: left;
    background-size: contain;
    cursor: pointer;
}

.billingInfo-label {
    padding: 10px;
    display: inline-block;
    text-transform: none;
    font-size: 12px;
    font-weight: 100;
}

.warning-billingInfo-bar {
    color: white;
    background-color: #fcbe64;
    text-align: justify;
    margin-top: 10px;
    height: 40px;
    border-radius: 8px;
    vertical-align: middle;
    width: 101%;
}

.error-billingInfo-bar {
    color: white;
    background-color: #ff4355;
    text-align: justify;
    margin-top: 10px;
    height: 40px;
    border-radius: 8px;
    vertical-align: middle;
    width: 101%;
}

.error-billingInfo-box {
    background-color: #ff4355 !important;
}

.whiteLabel {
    color: #fff !important;
}

.appDirect-warning {
    width: 500px !important;
    height: 290px !important;
    z-index: 99999 !important;
}

.StripeElement {
    background-color: white;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.credit_card_expiration {
    width: 20%;
    margin-bottom: 50px;
    border: 0;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    outline: none;
    height: 65px;
    padding-left: 20px;
    margin-right: 15px;
    background-color: white;
}


.Rectangle {
    width: 100%;
    border-radius: 38px;
    background-color: #ffffff;
    border: solid 1px #979797;
    margin-top: 10px;
}

.dog {
    /*background-image:url('images/dog-empty-state-edits-invoice-tracker.png');
    background-repeat:no-repeat;*/
    width: 140px;
    height: 127px;
    float: left;
    margin-left: 20px;
    margin-top: 25px;
    margin-right: 25px;
    background-size: contain;
}

.Hmmmm-looks-like-you {
    width: auto;
    height: 43px;
    font-family: Helvetica;
    font-size: 20px;
    text-align: left;
    color: #000000;
}

.To-get-the-full-use {
    width: 650px;
    height: 56px;
    font-family: Helvetica;
    font-size: 15px;
    text-align: left;
    color: #000000;
    float: left;
}

.Rectangle-2 {
    margin-right: 30px !important;
    top: -25px;
}

.dummyInvoice {
    background-image: url('images/Dummy Invoice.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    width: 330px;
    height: 100px;
    text-align: center;
    padding-top: 250px;
}

.invoicesSetUp {
    width: 899px;
    height: 43px;
    font-family: Helvetica;
    font-size: 20px;
    text-align: left;
    color: #000000;
}

.invoicesSetUpPanel {
    width: 100%;
    background-color: #ffffff;
    margin-top: 40px;
}

.SuccessIntegration {
    width: 420px;
    height: 145px;
    background-size: contain;
    margin-left: auto;
    margin-top: 50px;
    margin-right: auto;
    display: block;
}

.SuccessIntegrationMessage {
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif !important
}

.SuccessIntegrationButton {
    width: 160px;
    margin-top: 50px !important;
    font-family: 'Open Sans', sans-serif !important;
    box-shadow: none !important;
    font-size: 16px !important;
    padding: 1px 15px !important;
}

.successIntegrationTitle {
    font-family: 'Open Sans',sans-serif !important;
}

/*remove contact icon on Safari*/
input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}

.dark-mode-tooltip {
    background-color: #808284;
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 12px;
    letter-spacing: 0;
    border-radius: 0;
}

.not-verified-color {
    color: #EF4F25;
}

.not-verified {
    box-sizing: border-box;
    height: 25px;
    width: 73px;
    border: 1px solid #EF4F25;
    color: #EF4F25;
    font-family: "Open Sans";
    font-size: 12px;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
    border-radius: 4px;
    margin-left: 10px;
    padding: 3px 10px;
    margin-right: 5px;
}

.domain-verified {
    box-sizing: border-box;
    height: 25px;
    width: 73px;
    border: 1px solid #50A930;
    color: #50A930;
    font-family: "Open Sans";
    font-size: 12px;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
    border-radius: 4px;
    margin-left: 10px;
    padding: 3px 10px;
    margin-right: 5px;
}

#domainListTable .even,
#ccListTable .even,
#userListTable .even {
    background-color: #F5F5F6;
}

.menuCol {
    overflow: visible !important;
    position: initial;
    font-size: 13px;
    width: 40px !important;
    max-width: 40px !important;
    min-width: 40px !important;
    text-align: center;
}

    .menuCol a {
        font-size: 13px;
        float: initial !important;
    }

.pb-20 {
    padding-bottom: 20px;
}

table.dataTableResize td.menuCol span > .dropdown-menu {
    left: -91px !important;
}

table.dataTableResize td.menuCol.ltr span > .dropdown-menu {
    left: 0 !important;
}

.menuCol .dropdown-menu {
    width: 115px;
}

.sweet-alert.altUI h2 {
    color: #444444 !important;
    font-weight: 400;
    height: initial !important;
    font-family: Bitter !important;
    font-size: 26px !important;
    text-align: center;
}

.sa-button-container .confirm {
    background-color: unset;
}

.warning-color,
.sweet-alert.altUI.warning .sa-button-container .confirm {
    background-color: #EF4F25 !important;
}

.sweet-alert.altUI.error .sa-button-container .confirm {
    background-color: #939597 !important;
}

.containerBox.modal.altUI {
    padding: 20px !important;
    color: #444444 !important;
    font-family: "Open Sans" !important;
}


    .containerBox.modal.altUI h2 {
        font-size: 24px !important;
        letter-spacing: 0 !important;
        line-height: 20px !important;
        font-weight: 400;
    }

input[type="email"]:disabled,
input[type="text"]:disabled,
input[type=number]:disabled {
    background: #EBEBEB;
    border: 1px solid #444444;
}

.altUI label.field-validation-error {
    color: #444444 !important;
}

    .altUI label > span.required,
    .altUI label.field-validation-error > span {
        color: #EF4F25;
        margin-right: 2px;
    }

.altUI label.checkboxLabel {
    display: initial !important;
    padding-left: 0 !important;
}

.altUI .checkbox {
    margin-top: 10px;
}

.checkbox span {
    background-color: white;
}

.dataTableResize thead tr th.notifyCol,
.notifyCol {
    width: 68.5px !important;
    max-width: 68.5px !important;
    min-width: 68.5px !important;
    overflow: visible !important;
    position: initial;
}

    .notifyCol .checkbox {
        width: 75%;
        text-align: center;
    }

.dataTableResize thead tr th.defaultSenderCol,
.defaultSenderCol {
    width: 108px !important;
    max-width: 108px !important;
    min-width: 108px !important;
    overflow: visible !important;
    position: initial;
}

.dataTableResize thead tr th.verifiedCol,
.verifiedCol {
    width: 108px !important;
    max-width: 108px !important;
    min-width: 108px !important;
    overflow: visible !important;
    position: initial;
    text-align: center;
}


.radio span.disabled,
.checkbox span.disabled {
    background: #EBEBEB;
}

.radio span {
    display: inline-block;
    position: absolute;
    padding: 2px;
    margin: 0;
    border-radius: 50%;
    outline: 0;
    pointer-events: none;
    border: 2px solid #c1bbbb;
    width: 16px;
    height: 16px;
    background-color: white;
}

.defaultSenderCol .radio {
    width: 75%;
    text-align: center;
    display: inline-block;
    position: relative;
    height: 16px;
    top: 4px;
}


.radio :checked + input[type=hidden] + span,
.radio :checked + span {
    background: #ffffff;
}

    .radio :checked + input[type=hidden] + span:after,
    .radio :checked + span:after {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        left: 50%;
        top: 50%;
        margin-left: -6px;
        margin-top: -6px;
        position: absolute;
        background-color: #444444;
        border-radius: 50%;
        border: 1px solid white;
    }

.dt-buttons {
    display: inline-block;
}

.tableButton {
    float: initial;
    background-color: #939597;
    color: white;
    padding: 2px 9px;
    text-decoration: none !important;
    margin: 0 !important;
    margin-top: 8px !important;
    display: block !important;
}


h1.altUI {
    color: #444444;
    font-family: "Open Sans";
    font-size: 24px;
    letter-spacing: 0;
    line-height: 33px;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 500;
}

h2.altUI {
    color: #444444;
    font-family: "Open Sans";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 33px;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 500;
}

#domainListTable a,
#ccListTable a,
#userListTable a {
    color: #6C6D6E;
}

#emailContainer #compose.altUI {
    height: initial;
}

#domainListTable tbody,
#ccListTable tbody,
#userListTable tbody {
    background-color: white;
}

.dataTableResize table.dataTableResize.altUI thead tr,
.dataTableResize table.dataTableResize.altUI tbody tr {
    height: 40px;
}

    .dataTableResize table.dataTableResize.altUI thead tr th,
    .dataTableResize table.dataTableResize.altUI tbody tr td {
        padding: 0px 10px !important;
    }


table.dataTableResize thead > tr > th.checkCol-dataTable {
    vertical-align: top;
}

.altUI p {
    font-size: 12px;
    line-height: 17px;
}


.altUI label {
    line-height: inherit;
    margin: 0 !important;
}

.altUI .formFooter {
    margin-bottom: initial;
}

.description {
    margin-top: 30px;
    margin-bottom: 10px;
}


table.dataTableResize.altUI {
    width: 99%;
}

.hhDropdown {
    display: inline-block;
}

.ttDropdown {
    display: inline-block;
}

#sendSettings .checkboxLabel {
    top: 0;
    font-size: 12px;
    line-height: 17px;
    padding: 0;
}


#sendSettings button {
    margin-bottom: 0 !important;
}

#domainListTable button,
#addDomainContainer button {
    display: inline-block;
}

#addDomainContainer button {
    width: 100px;
}

.alt-color {
    background: #f17e2d !important;
}

.altUI li {
    font-size: 14px !important;
}

.altUI #addDomain {
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
}

#addDomain p,
#addDomain a {
    font-size: 14px;
}

#addDomain .field-validation-error {
    font-size: 12px;
    padding-left: 5px;
}

.width50 {
    width: 50% !important;
    display: block;
}

.buttonsSection {
    text-align: right;
    margin-top: 15px;
}

#domainListTable .verified,
#domainListTable .not-verified {
    margin-left: 0px !important;
}

.mt-20 {
    margin-top: 20px !important;
}


#btnVerifyDomain.tableButton {
    margin-right: 10px !important;
}

.hhDropdown .defaultDropdown .bootstrap-select > div.open {
    width: initial;
}

.hhDropdown .bootstrap-select > div.open {
    border-top-width: 1px !important;
}

.userInitials {
    position: relative;
    top: 4px;
    font-size: 14px;
    color: #fff;
    line-height: 19px;
    text-align: center;
}

.initialContainer {
    background-color: #939597;
    border-radius: 50%;
    text-align: center;
    background-size: contain;
    width: 30px;
    height: 30px;
    float: left;
    position: relative;
    top: -5px;
    margin-right: 10px;
}

.initialContainerTT {
    background-color: #939597;
    border-radius: 50%;
    text-align: center;
    background-size: contain;
    width: 30px;
    height: 30px;
    float: left;
    position: relative;
    margin-right: 10px;
}

.mandatory {
    color: #EF4F25;
    font-family: "Open Sans";
    font-size: 12px;
    letter-spacing: 0;
    line-height: 17px;
}

.notifyLeft {
    float: left;
    width: 5%;
}

.notifyRight {
    float: left;
    width: 95%;
    padding: 10px 0 4px 10px;
}

.notifyMessage {
    color: #444444;
    font-family: "Open Sans";
    font-size: 12px;
    letter-spacing: 0;
    line-height: 17px;
}

.h2span {
    color: #444444;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
}

.fieldsFormat > label {
    color: #444444;
    font-family: "Open Sans";
    font-size: 12px;
    letter-spacing: 0;
    line-height: 17px;
    font-weight: normal !important;
}

.fieldsFormat {
    margin-bottom: 20px;
}

.h2Title {
    color: #444444;
    font-family: "Open Sans";
    font-size: 18px;
    letter-spacing: 0.1px;
    line-height: 24px;
}

.disconnectLink {
    color: #4793D9;
    font-family: "Open Sans";
    font-size: 12px;
    letter-spacing: 0;
    line-height: 17px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: 0; }

abbr {
  text-decoration: none; }

body {
  font-family: 'Open Sans', sans-serif;
  background: #f1f1f2;
  font-size: 12px;
  line-height: 22px;
  min-width:1200px;
}

pre {
  background: #fff;
  padding-left: 20px; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal; }

h4{
    font-weight:bold;
}
ol {
  margin-left: 20px; }

ul {
  list-style: none;
  margin-left: 0px; }

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 13px; }

a img {
  border: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0; }

sub {
  position: relative;
  bottom: -0.35em;
  font-size: 80%; }

sup {
  position: relative;
  top: -0.5em;
  font-size: 80%; }

::-webkit-input-placeholder, 
:-moz-placeholder, 
::-moz-placeholder {
    color: #000000;
}

:-ms-input-placeholder {
    color: #999;
}

button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  border-radius: 0;
  outline: 0; }

body,
input,
textarea {
  color: #444;
  font-family: 'Source Sans Pro', sans-serif; }

hr {
  background-color: #808080;
  border: 0;
  clear: both;
  height: 2px;
  margin: 25px 0 20px 0;
  opacity: .4; }

dt {
  font-weight: 600; }

strong {
  font-weight: 700; }

input[type="text"],
input[type="email"],
input[type="phone"],
input[type="password"],
input[type="tel"],
input[type=number]
textarea {
  background: white;
  padding: 7px;
  border: 1px solid #000000;
  font-size: 14px; }

input[type="text"],
input[type="email"],
input[type="phone"] {
  line-height: 1; }

input[type="submit"],
input[type="text"],
input[type="email"],
input[type="phone"],
input[type="checkbox"],
input[type="radio"],
input[type="search"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

h1,
.h1 {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 20px;
  font-weight: 400; }

h2,
.h2 {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 30px;
  font-weight: 600; }

.h2 {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 30px;
  font-weight: 600; }

h3,
.h3 {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold!important;
  color:#5b5b59!important;
  margin-bottom: 15px; }

p,
.p {
  font-size: 13px;
  line-height: 28px;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: left; }

li, dl, dt {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 5px;
  font-weight: 400;
  text-align: left; }

dt {
  font-weight: 600;
  margin-bottom: 0; }

a {
  text-decoration: inherit;
  color: #ADADAC; }

/* Global */
h1 {
  margin: 70px 0 20px;
  font-size: 42px; }

h2 {
  margin: 70px 0 20px;
  font-size: 32px;
  font-weight: 200;
  color: #5D5F5D; }

h3 {
    margin: 10px 0;
    font-size: 14px;
    font-family: "Open Sans";
    color: #3F3E3D;
    text-transform:capitalize;
}

main {
    min-height: calc(100vh - 90px);
    position: relative;
    top: 50px;
}


.openFilter {
  background: url(images/filter.svg) no-repeat;
  background-size: contain;
  text-indent: -9999px;
  min-width: 21px;
  box-shadow: none; 
  border-radius:0!important;
  margin-top: 23px;
  margin-right: 15px;
}

.openFilter:active {
  top: 0;
  box-shadow: none; }

input[type="checkbox"], input[type="radio"] {
  display: inline-block;
  position: absolute;
  width:16px;
  height:15px;
  margin: 0;
  opacity: 0; }

.checkbox {
  display: inline-block;
  position: relative;
  width: 19px;
  height: 16px; 
  top:4px;
}

    .checkbox span {
        display: inline-block;
        position: absolute;
        padding: 2px;
        margin: 0;
        border-radius: 0px;
        outline: 0;
        pointer-events: none;
        border: 2px solid #c1bbbb;
        width:16px;
        height:15px;
    }

.checkbox :checked + input[type=hidden] + span,
.checkbox :checked + span {
  background: #ffffff; }

    .checkbox :checked + input[type=hidden] + span:after,
    .checkbox :checked + span:after {        
        content: " ";
        display: block;
        width: 8px;
        border: solid #000000;
        border-width: 0 3px 3px 0;
        color: #000000;
        left: 3px;
        top: 0px;
        margin-top: -0.2em;
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        height: 14px;
        position: absolute;
    }

input[type=password],
input[type=tel],
input[type=email],
input[type=text] {
  width: 100%;
  margin-bottom: 50px;
  border: 0;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  outline: none; 
  height:65px;
  padding-left:20px;
}

.range, .daysChasedRange, .daysPastDueRange {
  width: 100%;
  margin-top: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  outline: none; }

.rangeNumbers, .daysChasedRangeNumbers, .daysPastDueRangeNumbers {
  margin-top: 10px; }

.rangeNumbers .maxRange, .daysChasedRangeNumbers .maxRange, .daysPastDueRangeNumbers .maxRange {
  float: right; }

.ui-widget-header {
    background: #F48120;
}

.ui-slider .ui-slider-handle {
  width: 25px;
  height: 25px;
  top: -7px;
  border-radius: 50%;
  background: #fff;
  cursor:pointer;
}

.selectWrapper {
  position: relative; }

.cd-dropdown ul {
	position: absolute;
	top: 0px;
	width: 100%;
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
	transition: 0.3s;

}

.cd-dropdown ul li {
	position: absolute;
	width: 100%;
}

.cd-active.cd-dropdown > span {
	color: #5b5b59;
}

.cd-active.cd-dropdown > span,
.cd-active.cd-dropdown ul li span {
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.cd-active.cd-dropdown ul li span {
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
    overflow:hidden;
    height:42px;
}

.cd-active.cd-dropdown ul li span:hover {
	background: #ccc;
	color: #5b5b59;
}

.cd-dropdown {
	margin-bottom: 20px;
}

.sortable .cd-dropdown {
	margin-bottom: 0;
}

.cd-dropdown,
.cd-select {
	position: relative;
	width: 100%;
	display: inline-block;
}

.cd-dropdown > span {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #999;
	font-size: 16px;
	background: #fff;
	display: block;
	padding: 0 50px 0 30px;
	position: relative;
	cursor: pointer;
}

.cd-dropdown > span:after {
	content: '\25BC';
	position: absolute;
	right: 0px;
	top: 0;
	width: 50px;
	text-align: center;
	font-size: 12px;
	padding: 10px 5px 0px;
	height: 70%;
	line-height: 24px;
	border-left: 1px solid #ddd;
}

.cd-dropdown.cd-active > span:after {
	content: '\25B2';
}

.cd-dropdown ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}

.cd-dropdown ul li {
	display: block;
}

.cd-dropdown ul li span {
	width: 100%;
	background: #fff;
	line-height: 40px;
	padding: 0 30px 0;
	display: block;
	color: #bcbcbc;
	cursor: pointer;
    overflow:hidden;
    height:42px;
}

.cd-dropdown > span,
.cd-dropdown ul li span {
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.cd-dropdown > span span[class^="icon-"],
.cd-dropdown > span span[class*=" icon-"]{
	padding: 0 30px 0 45px;
}

/* Select fallback styling */
.cd-select {
	border: 1px solid #ddd;
}

.sequenceNumberBox:nth-of-type(2) .sortable .cd-dropdown, .expiry .cd-dropdown {
	width: 300px;
}

.conditionSelect .cd-dropdown > span {
	padding-left: 5px;
}

.conditionSelect  .cd-dropdown {
	width: 100%;
}

.conditionWrapper .conditionSelect {
	width: 167px;
}

.settingsBox .containerBox p:nth-of-type(1) .cd-dropdown {
	width: 150px;
	margin-left: 10px;
	margin-right: 10px;
}

.bottom .cd-dropdown > span {
	padding: 0 50px 0 10px;
}

.bottom .cd-dropdown > span:after {
    content: '\25BC';
    position: absolute;
    right: 0px;
    top: 0;
    width: 10px;
    text-align: center;
    font-size: 12px;
    padding: 10px 10px 0px;
    height: 70%;
    line-height: 24px;
    border-left: 1px solid #ddd;
    text-decoration:none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button, 
.dataTables_wrapper .dataTables_paginate .paginate_button:hover, 
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    color: #C5C6C7 !important;
    border: 0 !important;
    background: white !important;
    box-shadow: none;
}

    .dataTables_wrapper .paginate_button.previous {
    color: #C5C6C7 !important;
    border: 0 !important;
    background: #F0F1F2 !important;
    box-shadow: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-weight:bold!important;
}

.dataTables_wrapper .paginate_button.next {
    color: #C5C6C7 !important;
    border: 0 !important;
    background: #F0F1F2 !important;
    box-shadow: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-weight: bold !important;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current {
        color: #77787A!important;
        cursor: default;
    }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #333 !important;
    border: 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
    color: #333 !important;
    border: 0 !important;
    background: #F0F1F2 !important;
    font-weight: bold !important;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    color: #C5C6C7 !important;
    cursor: not-allowed !important;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
        background: #F0F1F2 !important;
        color: #C5C6C7 !important;
    }


.dataTables_length select {
  width: auto;
  padding: 5px; }

textarea {
  height: 100px;
  border-radius: 5px; }

.historyNote {
  width: 100%;
  border: 0;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  resize: vertical; }

.historyContainer {
  margin-top: 50px; }

.maxNote{
    width:550px;
    height:50px
}
.maxArticle{
    max-width:900px;
}
.forceWrap{
    white-space: pre-wrap;      
   word-wrap: break-word;  
}
.ellipsis{
  overflow: hidden;
  text-overflow: ellipsis;
}
.activityCircle {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-bottom: 30px;
  border-radius: 50%;
  background: #e2e2e2; }
.activityCircle:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 50px;
  left: 50%;
  bottom: 100%;
  background: #e2e2e2; }

.historyCircle {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  margin-bottom: 30px;
  border-radius: 50%;
  background: #e2e2e2; }

.historyRow span {
  display: inline-block;
  vertical-align: top; }
  
.historyRow span:nth-of-type(2) {
  margin-left: 20px; }

.historyCircle:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 53px;
  left: 50%;
  bottom: 100%;
  background: black; }

.historyRow:nth-of-type(1) .historyCircle:after {
  display: none; }

.historyRow:nth-of-type(1) .activityCircle:after {
  display: none; }

.historyCircle.autoChaseIcon {
  background: url(images/auto_chase_icon.svg);
  background-size: cover; }

.historyCircle.creditIcon {
  background: url(images/credit_icon.svg);
  background-size: cover; }

.historyCircle.debitIcon {
  background: url(images/debit_icon.svg);
  background-size: cover; }

.historyCircle.emailIcon {
  background: url(images/email_icon.svg);
  background-size: cover; }

.historyCircle.fullPaymentIcon {
  background: url(images/full_payment_icon.svg);
  background-size: cover; }

.historyCircle.noteIcon {
  background: url(images/note_icon.svg);
  background-size: cover; }

.historyCircle.partialPaymentIcon {
  background: url(images/partial_payment_icon.svg);
  background-size: cover; }

.historyCircle.sequencePauseIcon {
  background: url(images/sequence_pause_icon.svg);
  background-size: cover; }

.historyCircle.sequenceStartedIcon {
  background: url(images/email_icon.svg);
  background-size: cover; }

.historyCircle.switchSequenceIcon {
  background: url(images/switch_sequence_icon.svg);
  background-size: cover; }

.historyCircle.unopenedIcon {
  background: url(images/unopened_icon.svg);
  background-size: cover; }

.maxCombo.bootstrap-select.btn-group .dropdown-menu li{
    max-width:500px;
}
.startButton, .saveSequenceButton, .startButtonIgnored, .startButtonWarning, .startButtonIgnoredWarning {
    background: #50A930;
    text-align: center !important;
    color: white !important;
    border: none !important;
    box-shadow: none !important;
}
    .startButton:hover, .saveSequenceButton:hover, .startButtonIgnored:hover, .startButtonWarning:hover, .startButtonIgnoredWarning:hover {
        background:#3ba718;
    }

.saveEmailButton {
    background: #50A930 !important;
    text-align: center !important;
    color: white !important;
    border: none !important;
    box-shadow: none !important;
    max-width:115px;
    float:right;
}
    .saveEmailButton:hover {
        background: #3BA718 !important
    }

.cancelEmailButton {
    background: #939597 !important;
    text-align: center !important;
    color: white !important;
    border: none !important;
    box-shadow: none !important;
    max-width: 115px;
    float: right;
}

    .cancelEmailButton:hover {
        background: #6D6E70 !important
    }

.chaseButton, .logoutButton {
    background: #5b5b59;
}

.resumeButton {
    background: #50A930;
}
    .resumeButton:hover {
        background:#3BA718;
    }

.pauseButton {
  background: #fcb855; }

.cancelButton {
  width: auto;
    background: #EF4F25;
}
    .cancelButton:hover {        
        background: #EE3B23;
    }

.openFilter {
  float: right; }

/*.newSequenceButton {
  width: auto;
  background: #58d260;
  float: right; }*/

.tourButton {
  width: auto;
    background-color: #F48120 !important;
  float: right;
  color:#fff !important;
  font-size: 12px !important;
}

    .tourButton:hover {
        background-color: #F37006 !important;
    }

.inner {
    min-width: 1200px;
    max-width: 1200px;
    padding: 24px 50px;
    margin: 0 auto;
}

.inner.collapsed {
    margin-left: 60px;
} 

.inner.signupInner {
  width: 900px;
  min-height: calc(100vh - 260px);
  padding: 0 150px;
  margin: 0 auto; }

.innerLogin {
  max-width: 1200px;
  min-width: 1200px;
  padding: 0 0px;
  margin: -30px auto; }

.innerLogin.signupInner {
  width: 900px;
  min-height: calc(100vh - 260px);
  padding: 0 110px;
  margin: 0 auto; }

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 4; }

.overlayPreviewQuickEmail {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 4; }

.overlayWarning {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 4; }

/* Navigation Bar */
.navigationBar {
    background: #5C5C59;
    height: 52px;
    width: 100%;
    position: fixed;
    z-index: 9999;
}

/*.navigationBar a {
  position: relative;
  display: inline-block;
  padding: 20px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none; 
  font-weight:bold;
}*/

.navigationBar.helpOpen a.active:after {
  border-color: transparent transparent transparent transparent;
  transition-delay: 0s; }

/*.navigationBar a.active:after {
  content: '';
  position: absolute;
  margin-left: -10px;
  left: 50%;
  bottom: -14px;
  border: 10px solid;
  border-color: transparent transparent #f1f1f2 transparent;
  transition: 0.2s;
  transition-delay: 0.5s; }*/

/*.navigationBar a.activeLogo:after {
  content: '';
  position: absolute;
  margin-left: -10px;
  left: 50%;
  bottom: -16px;
  border: 10px solid;
  border-color: transparent transparent #f1f1f2 transparent;
  transition: 0.2s;
  transition-delay: 0.5s; }*/

.navigationBar .logo, .signupLogo {
  display: inline-block;
  width: 40px;
  height: 60px;
  margin: 15px 30px 15px 0;
        background-image: url('images/IT-icon.svg');
  vertical-align: middle;
  text-indent: -9999px;
  background-repeat:no-repeat;
  background-size:contain;
}

.signupLogo {
    display: block;
    width: 95px;
    height: 140px;
    margin: 70px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(images/IT-icon.svg);
    background-size: contain;
}

.navigationBar .navigationLinks {
  display: inline-block;
  vertical-align: middle; 
  height: 72px;
}

.navigationBar .navigationOptions {
  display: inline-block;
  margin-top: 14px;
  vertical-align: middle;
  float: right; }

.navigationBar a.helpButton {
  padding: 3px 14px;
  margin-left: 20px;
  background: url(images/help.svg);
  background-size: cover;
  text-indent: -9999px; }

/*#region Help Menu */

#help-menu {
    transition: opacity 1s ease-out;
    opacity: 0;
    display: none;
    height: 290px;
    padding: 40px 0;
    z-index: 1001;
    position: fixed;
    top: 52px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 6px 0px inset;
    width: 100%;
}

    #help-menu.visible {
        opacity: 1;
        height: auto;
        display: block;
    }

    #help-menu,
    #help-menu > .help-container {
        background: #5b5b59;
    }

    #help-menu > .help-container {
        width: 80%;
        
    }

    #help-menu h2 {
        color: white;
        text-align: center;
        margin: 0;
    }

    #help-menu hr {
        width: 600px;
        margin: 30px auto;
        text-align: center;
    }

    #help-menu .help-container {
        display: inline-block;
        width: 100%;
        margin: 0 auto;
        color: white;
    }

        #help-menu .help-row {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            width: 85%;
            margin: 20px auto 0 auto;
        }

    #help-menu .help-col {
        display: block;
        height: 125px;
        width: 33%;
        float: left;
        padding: 0;
        margin: 0 0 0 20px;
    }

    #help-menu span {
        width: 30px;
        height: 30px;
        display: block;
        float: left;
    }

    #help-menu .email_us span {
        background: url(images/navigation/help-icons/email.svg) no-repeat;
    }

    #help-menu .call_us span {
        background: url(images/navigation/help-icons/phone.svg) no-repeat;
    }

    #help-menu .live_webinar span {
        background: url(images/navigation/help-icons/webinar.svg) no-repeat;
    }

    #help-menu .help_center span {
        background: url(images/navigation/help-icons/help-center.svg) no-repeat;
    }

    #help-menu .help_chat span {
        background: url(images/navigation/help-icons/chat.svg) no-repeat;
    }

    #help-menu .book_concierge span {
        background: url(images/navigation/help-icons/concierge.svg) no-repeat;
    }

    #help-menu p {
        font-size: 16px;
        line-height: 26px;
        margin: 0;
        font-weight: 300;
        margin-left: 45px;
    }

        #help-menu p a {
            font-weight: normal;
            color: white !important;
            text-decoration: underline !important;
        }

        #help-menu p.subtext {
            font-size: 14px;
            line-height: 19px;
        }

/*#endregion */

/* Containers */
.containerBox {
  width: 100%;
  padding: 47px;
  margin-bottom: 50px;
  background: #fff;
  color: #5b5b59;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0px; }

.containerBoxSequence {
    width: 100% !important;
}

.containerBoxRules {
    width: 100% !important;
}

.containerBox.scrolled {
    overflow:auto;
    height:500px;  
    width:100% !important;      
}
.daysContainer {
  display: inline-block;
  width: 300px;
  padding: 30px 20px;
  margin: 0 12px;
  text-align: center; }

.containerBox.chartContainer {
  display: inline-block;
  width: 520px;
  padding: 30px 20px;
  margin: 0 12px;
  text-align: center; }

.containerBox.statsContainer {
  display: inline-block;
  width: 250px;
  padding: 30px 20px;
  margin: 0 12px;
  text-align: center; }

.containerBox.statsContainer:nth-of-type(1) {
  margin-left: 0; }

.containerBox.statsContainer:nth-of-type(4) {
  margin-right: 0; }

.containerBox.statsContainer h3 {
  margin: 0; }

.containerBox.filterContainer {
  display: none;
    width: 1100px;
  margin: 0 auto;
    background: #EEF2EC;
    box-shadow: none;
    top: -68px;
    position: relative;
    float: left;
    left: -47px;
}

.containerBox.sequenceContainer {
  display: inline-block;
  width: 500px;
  margin: 20px 40px 20px 0;
  vertical-align: top; }

.containerBox.sequenceContainer:nth-of-type(even) {
  margin: 20px 0 20px 52px; }

.containerBox.modal {
  display: none;
  position: fixed;
  width: 1038px;
  height: 90%;
  top: 50%;
  left: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
  transform: translate(-50%, -50%);
  z-index: 5; }

.containerBox.modalQuickEmailPreview {
  display: none;
  position: fixed;
  width: 1010px;
  height: 90%;
  top: 50%;
  left: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
  transform: translate(-50%, -50%);
  z-index: 5; }

.containerBox-inner.modal {
  display: inline-block;
  position: fixed;
  width: 950px;
  height: 85%;
  top: 50%;
  left: 51%;
  overflow-x: hidden;
  overflow-y: auto;
  transform: translate(-51%, -50%);
  z-index: 5; }

.containerBox-inner-sequence.modal {
  display: inline-block;
  position: fixed;
  width: 950px;
  height: 91%;
  top: 45%;
  left: 50%;
  overflow-x: hidden;
  overflow-y: auto;
  transform: translate(-50%, -50%);
  z-index: 5; }

.fields-report{
    width: 98% !important;
    margin-left: 3px;
}

.containerBox-inner-report.modal {
  display: inline-block;
  position: fixed;
  width: 500px;
  height: 91%;
  top: 50%;
  left: 50%;
  overflow-x: hidden;
  overflow-y: auto;
  transform: translate(-50%, -50%);
  z-index: 5; }

.containerBox-inner-sequence-preview{
    height:85% !important;
}


.modal h2 {
  margin-top: 0; }

.containerBox.modal.saveCustomizationModal {
  width: 560px; }

.containerBox.modal.deleteSequenceModal{
  width: 370px; 
  height: 365px;
}

.containerBox.modal.deleteEmailModal {
    width: 500px; 
    height: 395px;
}

.containerBox.modal.history{
    height:100% !important;
}

.sequenceTabLinks {
  text-align: center; }

.modal h3 {
  margin: 30px 0 10px; }

.containerBox.addSequence {
  float: left;
  width: calc(100% - 70px);
  padding: 30px;
  background: #e5f8e6;
  border: 1px dashed #58d260;
  text-align: center;
  float: right;
  font-weight:bold;
}

.statsGraph {
  display: none; }

.sequenceCountContainer {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  z-index: 1; }

.sequenceCountContainer:after {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  right: 30px;
  height: 1px;
  background: #aaa;
  z-index: -1; }

.sequenceState {
  margin: 50px 0 0; }

.sequenceState:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px 3px 0;
  border-radius: 50%;
  background: #5b5b59;
  vertical-align: middle; }

.sequenceState.active:before {
  content: '';
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 50%;
  background: #58d260; }

.containerBox.statsContainer h2 {
  font-size: 42px;
  margin: 0 0 20px; 
  text-overflow:ellipsis;
  overflow:hidden;
  padding-bottom:7px;
}

/* Table */
.tableRowCount, .tableMoneyCount, .sequenceCount, .signupStep {
  display: inline-block;
  margin-left: 20px;
  font-size: 18px;
  vertical-align: middle;
  }

.tableRowCount, .sequenceCount, .signupStep {
  padding: 5px 17px;
  background: #767679;
  color: #fff;
  border-radius: 50%; }

 .signupStep {
  opacity:0.5!important;
    background: #F48120 !important;
 }

.tableMoneyCount {
  display: inline-block;
  padding: 2px 25px;
  background: #ccc;
  color: #333;
  border-radius: 15px; }

.containerBox a {
  color: #aaa;
  font-size: 13px;
  text-decoration: underline; }

.containerBox.modal a, .containerBox .dataTables_paginate a {
  top: 0;
  left: 0; }

table {
  width: 100%;
  text-align: left; }

.reportInvoicesTable {
  font-size: 10px; 
  width: 110% !important;
}

table.dataTable.no-footer, table.dataTable thead th {
  border-bottom: 0; }

table.dataTable tbody tr {
  background: transparent; }

.dataTables_wrapper .dataTables_length {
  margin: 5px 10px 0; 
  float:right;
}

.dataTables_wrapper .dataTables_paginate {
    margin-right: 20px;
    line-height: 1.42857143;
}

table.dataTable thead th, table.dataTable thead td {
  padding: 10px 10px 10px 10px; }

.containerBox th {
  padding: 10px 0; }

.containerBox th a {
  position: relative;
  top: 0;
  color: black;
  text-decoration: none; }

.containerBox th a:hover {
  color: black; }

td {
  transition: 0.5s; }

tbody tr:hover td {
    background: #FFD77D;
}

thead td {
  font-weight: 700;
  text-transform: uppercase; }

td {
    padding: 15px 10px 0px 10px !important;
    border-bottom: 1px solid #F2F3F4;
}

tbody td {
  color: #6C6D6E;
}

tbody tr.missing td {
  background: #FDF1DE; }

tbody tr.missing:hover td {
  background: #FDF1DE; }

td.late {
  color: #fcb855; }

td.overdue {
  color: #ef5150; }

.autoChaseButton {
  position: relative;
  display: inline-block;
  padding: 1px 8px;
  background: #5b5b59;
  color: #fff;
  border-radius: 50%;
  cursor: pointer; }

.emailMissing {
  position: relative;
  cursor: pointer; }

    /*.emailMissing:hover:before, .emailMissing:hover:after, .autoChaseButton:hover:before, .autoChaseButton:hover:after, .sequenceContainer .sequenceCount:hover:before, .sequenceContainer .sequenceCount:hover:after, .icon-tooltip:hover:before, .icon-tooltip-invoice:hover:before {
        opacity: 1 !important;
        pointer-events: default;
    }*/

    /*.emailMissing:before, .autoChaseButton:before,
    .sequenceContainer .sequenceCount-tooltip:before {
        content: attr(text);
        position: absolute;
        width: 165px;
        height: 80px;
        padding: 10px;
        left: calc(50% - 62px);
        bottom: 100%;
        font-size: 12px;
        line-height: 14px;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.1);
        opacity: 0;
        pointer-events: none;
        transition: 0.5s;
        z-index: 1;
    }*/

/*.sequenceContainer .sequenceCount-tooltip:before {
    left: calc(50% - 90px);
    content: attr(content-attribute);
    color: #5c5c59;
    white-space: pre-wrap;
    line-height: 10px;
    text-align: center;
    padding-top: 20px;
    vertical-align: middle;
    width: 200px;
}*/

/*.icon-tooltip:before {
    position: absolute;
    width: 165px;
    height: 80px;
    padding: 10px;
    left: calc(50% - 62px);
    bottom: 100%;
    font-size: 12px;
    line-height: 14px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
    z-index: 1;
    content: attr(content-attribute);
    color: #aaa;
}

.icon-tooltip-invoice:before {
    position: relative;
    width: 100px;
    height: 32px;
    padding: 10px;
    left: calc(85% - 55px);
    bottom: 240%;
    font-size: 12px;
    line-height: 14px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
    z-index: 1;
    content: attr(content-attribute);
    color: #aaa;
    display:inline-block;
}*/

.emailMissing:after, .autoChaseButton:after {
  content: '';
  position: absolute;
  left: calc(50% - 20px);
  bottom: calc(100% - 14px);
  border: 7px solid white;
  border-color: white transparent transparent transparent;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
  z-index: 1; }

.autoChaseButton:before {
  content: attr(text);
  left: calc(50% - 46px);
  color: #aaa; }

.autoChaseButton:after {
  left: calc(50% - 5px); }

.containerBox li a {
  top: 0;
  left: 0;
  background: transparent; }

.viewInvoice, .viewSequence, .viewEmail {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: url(images/view.svg) no-repeat;
    background-size: 15px;
    vertical-align: middle;
    cursor: pointer;
    min-width: 15px !important;
    box-shadow: none;
    border-radius: 0px !important;
    border: none;
    background-position-y: 5px;
}

/*.historyInvoice {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(images/history.svg) no-repeat;
    background-size: 15px;
    vertical-align: middle;
    cursor: pointer;
    min-width: 15px !important;
    box-shadow: none;
    border-radius: 0px !important;
    border: none;
    background-position-y: 5px;
}*/

.moreInvoice {
  display: inline-block;
    width: 23px;
    height: 23px;
    background: url(images/row-menu.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  cursor: pointer; 
    background-size: 23px 20px !important;
}

.open > .moreInvoice {
    border: 1px solid #000;
    border-bottom-color: #fff;
    position: relative;
    top: 0px;
    z-index: 9999;
    height: 25px;
    width: 24px;
}

.editSequence, .editEmail, .editNote {
    display: inline-block;
    width: 14px;
    height: 20px;
    background: url(images/edit.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    background-position-y: 3px;
}

.duplicateSequence, .duplicateEmail {
    display: inline-block;
    width: 14px;
    height: 20px;
    margin-right: 10px;
    background: url(images/duplicate.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
    cursor: pointer;
    min-width: 15px !important;
    box-shadow: none;
    border-radius: 0px !important;
    border: none;
    -webkit-appearance: none;
    background-position-y: 3px;
}

.removeSequence, .removeEmail, .removeCustomization, .removeCondition, .removeRuleSet, .removeNote {
    display: inline-block;
    width: 14px;
    height: 20px;
    background: url(images/trash.svg) no-repeat;
    background-size: contain;
    background-position-y: 3px;
    vertical-align: middle;
    cursor: pointer;
    box-shadow: none;
    border-radius: 0px !important;
    border: none;
    -webkit-appearance: none;
}
  
.removeCustomization {
	position: absolute;
	right: 10px;
	top: 14px;
}

.removeNote, .editNote, .historyRow span.removeNote, .historyRow span:nth-of-type(2).editNote {
	position: relative;
	width: 14px;
	height: 20px;
	margin-left: 5px;
	top: -2px;
	vertical-align: middle;
	opacity: 0.7;
}

.selectWrapper span .removeCustomization {
	display: none;
}

.sequenceIcons {
  position: relative;
  float: right;
  top: -25px; }

/* Last Sync */
.syncWrapper, .syncWrappernone {
  width: 325px;
  height: 32px;
  margin: 82px 0 0; 
  float:right;
}

.syncWrappernone {
  
}
.lastSyncContainer, .nextSyncContainer {
  background: #FFFFFF;
  width: 100%; }

.lastSyncContainer {
  position: relative;
  top: -32px;
  opacity: 1;
  transition: 0.5s; }

.syncWrapper:hover .lastSyncContainer {
  opacity: 0;
  pointer-events: none; }

.lastSyncContainer p, .nextSyncContainer p {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  color: #aaa;
  text-align: right; }

.lastSyncContainer p strong, .nextSyncContainer p strong {
  font-size: 12px;
  line-height: 16px;
  color: #777;
  text-transform: uppercase; }

.lastSyncContainer a, .nextSyncContainer a {
  text-decoration: underline; }

/* Sequence/Email */
.sequenceCount {
  position: relative;
  padding: 10px 17px;
  margin: 0 30px 10px 0; 
  cursor:pointer;
}

.sequenceCountSummary{
    background:#767679;
}

/*.sequenceCount:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top: -8px;
  right: -20px; }*/
  
.selectSmiley a {
  display: inline-block;
  padding-left: 30px; }
  
.selectSmiley ul li a {
  display: inline-block;
  padding-left: 10px; 
  width:100%;
}
  
.selectSmiley a:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 8px;
  left: 15px; }


.sequenceCount.happy:after {
  background: url(images/1happy.svg);
  background-size: cover; }

#emails-list .happy,
.selectSmiley .happy {
  background: url(images/1happy.svg);
  background-size: cover; 
  width:20px;
  height:20px;
  display:inline-block;
  vertical-align:middle;
  margin-top:-3px;
}



.sequenceCount.smiley:after {
  background: url(images/2smiley.svg);
  background-size: cover; }

#emails-list .smiley,
.selectSmiley .smiley {
  background: url(images/2smiley.svg);
  background-size: cover; 
  width:20px;
  height:20px;
  display:inline-block;
  vertical-align:middle;
  margin-top:-3px;
}

.sequenceCount.expressionless:after {
  background: url(images/3expressionless.svg);
  background-size: cover; }

#emails-list .expressionless,
.selectSmiley .expressionless {
  background: url(images/3expressionless.svg);
  background-size: cover; 
  width:20px;
  height:20px;
  display:inline-block;
  vertical-align:middle;
  margin-top:-3px;
}

.sequenceCount.angry:after{
  background: url(images/4angry.svg);
  background-size: cover; }


#emails-list .angry,
.selectSmiley .angry {
  background: url(images/4angry.svg);
  background-size: cover; 
  width:20px;
  height:20px;
  display:inline-block;
  vertical-align:middle;
  margin-top:-3px;
}

.sequenceCount.furious:after {
  width: 37px;
  height: 37px;
  background: url(images/5furious.svg);
  background-size: cover; }
  
#emails-list .furious,
.selectSmiley .furious {
  background: url(images/5furious.svg);
  background-size: cover; 
  width:20px;
  height:20px;
  display:inline-block;
  vertical-align:middle;
  margin-top:-3px;
}

.selectSmiley a.furious:before {
  width: 27px;
  height: 27px;
  left: 12px;
  background: url(images/5furious.svg);
  background-size: cover; }

.filterBox {
  display: inline-block;
  width: 290px;
  margin-right: 40px;
  vertical-align: top;
}
.chartBox {
  display: inline-block;
  width: 540px;
  text-align:left;
  padding-left:20px;
  vertical-align: top; 
}
.filterBox1_4 {
  display: inline-block;
  width: 70px;
  vertical-align: top; 
  margin-top: -60px;
  float:right;
}
.invoiceFilterBox {
  display: inline-block;
  width: 100%;
  margin-right: 40px;
  vertical-align: top; 
  margin-top:20px;
  margin-bottom:10px;
}

.sideBarContents .filterBox {
  width: 100%; }

.filterBox .searchInputContainer {
  position: relative;
  width: 100%;
  padding: 20px 0;
  background: #F0F1F2; 
border:1px solid #F6F7F8;
border-bottom:none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.filterBox .searchInputContainer input {
  position: relative;
  display: block;
  width: 85%;
  margin: 0 auto;
  text-indent: 10px;
  border: 0;
  border-radius: 30px;
  outline: 0; 
  height:30px;
}

.searchInputContainer:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  top: calc(50% - 8px);
  right: 38px;
  background: url(images/search.svg) no-repeat;
  background-size: contain;
  opacity:0.5;
}

.invoiceFilterBox .noSearchInputContainer {
  position: relative;
  width: 461px;
  padding: 20px 0;
  background: #FFFFFF; 
  border-bottom:none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  float:right;
}

.invoiceFilterBox .noSearchInputContainer input {
  position: relative;
  display: block;
  width: 461px;
  margin: 0;
  text-indent: 10px;

  outline: 0; 
  height:45px;
}

.noSearchInputContainer:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  top: calc(50% - 8px);
  right: 10px;
  background: url(images/search.svg) no-repeat;
  background-size: contain;
  opacity:1;
}

.searchBarActive {
  position: relative;
  width: 461px;
  background: #FFFFFF; 
  border-bottom:none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  float:right;
  padding: 20px 0;
}

.searchBarActive input {
  position: relative;
  display: block;
  width: 461px;
  margin: 0;
  text-indent: 10px;
  border: 0;
  border-radius: 30px;
  outline: 0; 
  height:45px !important;
}

.clearSearchBar{
  background:url('images/close-filter.png') no-repeat;
  background-size: contain;
  text-indent: -9999px;
  min-width: 34px;
  box-shadow: none;
  background-repeat:no-repeat;
  float:right;
  top:30px !important;
  z-index:1;
  position:relative;
}

.dataTables_filter input {
  position: relative;
  width: 66%;
  margin: 0 auto;
  text-indent: 10px;
  border: 0;
  border-radius: 30px;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  outline: 0; }

.filterBox .searchCustomers {
  height: 200px;
  padding: 0;
  background: #fff;
  overflow: auto; 
  border:1px solid #F6F7F8;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.filterBox .searchCustomers li {
  padding-left: 20px;
  margin: 0;
  transition: 0.5s; }

.filterBox .searchCustomers li:hover {
  background: rgba(0, 0, 0, 0.2); }

.filterBox .searchCustomers label {
  margin-left: 10px;
}

.emailSidebar {
  position: fixed;
  width: calc(((100% - 1200px) / 2) + 320px);
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  background: #e2e2e2;
  z-index: -1; }

.emailEditorBox {
  display: inline-block;
  width: 770px;
  margin-top: 50px;
  vertical-align: top; }

/*.sequenceEditorBox {
  margin-top: 50px;
  width: 85%;
  margin-left: 50px;
}*/

.emailEditorBox.sideBarContents {
  width: 176px;
  margin-left: 80px; }

.emailEditorBox.sideBarContents button {
  display: block;
  width: 150px;
  margin-bottom: 20px;
  background: #767779; 
  text-align:left;
}

.emailEditorBox .selectWrapper {
  top: 25px; }

.sequenceHandle {
  display: inline-block;
  width: 25px;
  height: 20px;
  margin: 0 20px 0 0;
  background: url(images/history.svg);
  background-size: cover;
  vertical-align: middle; }

.sequenceTrash {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 12px;
  background: url(images/trash.svg);
  background-size: cover;
  opacity:0.5;
  margin-left:120px;

}

.sortable select, .expiry select {
  width: calc(50% - 80px); }
  
.expiry {
  margin-right: 30px; }
  
.expiry select, .creditCard select {
  margin-bottom: 50px; }

.daySent {
  margin-left: 50px; 
  font-weight:bold;
  text-transform:uppercase;
}

.sequenceNumberBox {
  float: left; }

.sequenceNumberBox:nth-of-type(1) {
  width: 70px; }

.sequenceNumberBox:nth-of-type(2) {
  width: calc(100% - 70px); }



/*.sequenceBlock{
    height:190px;
    position:relative;
}*/

/*.list .sequenceBlock:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 150px;
    left: 2%;
    bottom: 72%;
    background: #dcdcdc;}*/

.list .sequenceBlock:nth-of-type(1):before {
  display: none; }

.sequenceNumberBox .sequenceCount:nth-of-type(1):before {
  display: none; }

/*.sequenceNumberBox .sequenceCount:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 1px;
  top: 50%;
  left: 100%;
  background: #dcdcdc; }*/

.signature {
  margin-top: 100px; }

.signature p {
  margin: 0; }

.emailFooter {
  margin-top: 100px; }

.emailFooter p {
  margin: 0;
  color: #898989;
  font-size: 14px;
  line-height: 15px;
  text-align: center; }

/* Settings */
/*.settingsBox {
  display: inline-block;
  width: 770px;
  margin: 75px 0 0 80px;
  vertical-align: top; }*/

.settingsSidebar {
  display: inline-block;
  width: 225px;
  text-align: right;
  vertical-align: top; }

.settingsSidebar a {
  position: relative;
  display: block;
  padding: 5px 20px;
  margin: 15px 0;
  }

.settingsSidebar a.active:after {
  content: '';
  position: absolute;
  width: 4px;
  top: 0;
  bottom: 0;
  right: -4px;
        background: #F48120;
    }

/* Signup */
.signupStepContainer {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  text-align: center;
  margin-left: 35px;
}

.signupStepWrapper {
  text-align: center; }

.signupStepLine {
  position: absolute;
  height: 1px;
  top: calc(50% - 5px);
  left: 0;
  right: 150px;
  background: transparent;
  z-index: -1; }

.signupStepLine.step2 {
        background: #F48120;
  right: 150px;
  height:3px;
}

.signupStepLine.step3 {
        background: #F48120;
  right: 50px;
    height:3px;
}

.signupStep {
  background: #ccc;
  padding: 10px 17px;
  margin: 0 40px 10px 0; }

.signupStep.active {
        background: #F48120;
  font-weight:bold;
  opacity:1!important;
}

.progressBar {
  height: 20px;
  /* Can be anything */
  position: relative;
  background: #ccc;
  border-radius: 25px;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3); }

.progressBar > span {
  display: block;
  height: 100%;
  border-radius: 20px 0 0 20px;
  background-color: #58d260;
  position: relative;
  overflow: hidden; }

.progressBar > span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  animation: move 2s linear infinite; }

@keyframes move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 50px 50px; } }
/* Footer */
footer {
  /*background: #5b5b59;*/
  padding: 20px;
  margin: 50px auto 0;
  text-align: center;
}

footer a {
  font-size: 14px;
  color: #5b5b59; }

.footer-logo{
    background-image:url(images/InvoiceTracker_icon_grey.svg);
     background-repeat:no-repeat;
     width:65px;
     height:60px;
     display:inline-block;
}

/* Report */
.reportSidebar {
  position: fixed;
  width: calc(((100% - 1200px) / 2) + 320px);
  min-width: 320px;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  border: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: -1; }

.reportBox {
  display: inline-block;
  width: 795px;
  vertical-align: top; }

.reportBox.sideBarContents {
  width: 220px;
  margin-right: 25px; }

.reportContent {
  text-align: center; }

.reportContent p {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  text-align: center; }

.dt-button {
  display: inline-block;
  margin: 20px 20px 0;
  cursor: pointer;
  text-decoration: underline; }

.dateContainer {
  margin-top: 25px;
  text-align: center; }

.datePicker {
  display: inline-block;
  margin: 0 50px; }

.modal input.datePicker {
  margin: 0; }

.modal .dateContainer .datePicker {
  pointer-events: none; }

.ui-datepicker {
    width: 27em;
}
.ui-datepicker.ui-widget-content {
  z-index: 5 !important; }

.ui-datepicker .ui-state-active {
  margin-bottom: 3px; }

.modal .dateContainer .ui-datepicker-prev, .modal .dateContainer .ui-datepicker-next {
  display: none; }

.ui-datepicker .ui-widget-header, .ui-datepicker .ui-widget-content .ui-state-default, .ui-datepicker .ui-state-default {
  background: transparent;
  border: 0; }

.ui-datepicker .ui-widget-header {
  padding-top: 12px;
    padding-bottom: 4px;
    text-transform: uppercase;
    font-size:10px;
    border-bottom: 1px solid #f0f0f0;
    border-radius:0;
}

.ui-datepicker .ui-state-active, .ui-datepicker .ui-widget-content .ui-state-active {
  color: black; }

.ui-datepicker .ui-widget.ui-widget-content, .ui-datepicker .ui-widget-content {
  background: transparent;
  border: 0; }

.ui-datepicker table {
  margin-top: 15px; }

/* Settings */
.settingBox {
  display: inline-block;
  width: 770px;
  vertical-align: top; }

.settingBox.sideBarContents {
  width: 220px;
  padding: 70px 80px 0 0; }

input[type="checkbox"].planCheckbox {
  margin-right: 20px; }

.purchasedPlan .checkbox {
  opacity: 0;
  pointer-events: none; }

.planPrice {
  float: right; }

/* File Upload */
.container {
  text-align: center; }

.box input {
  display: none; }

.box {
  font-size: 1.25rem;
  /* 20 */
  background-color: lightgrey;
  position: relative;
  padding: 100px 20px;
  border: 2px dashed #92b0b3;
  border-radius: 10px; }

.box.is-dragover {
  outline-offset: -20px;
  outline-color: #c8dadf;
  background-color: #fff; }

.box__dragndrop,
.box__icon {
  display: none; }

.box.has-advanced-upload .box__dragndrop {
  display: inline; }

.box.has-advanced-upload .box__icon {
  width: 100%;
  height: 80px;
  fill: #92b0b3;
  display: block;
  margin-bottom: 40px; }

.box.is-uploading .box__input,
.box.is-success .box__input,
.box.is-error .box__input {
  visibility: hidden; }

.box__uploading,
.box__success,
.box__error {
  display: none; }

.box.is-uploading .box__uploading,
.box.is-success .box__success,
.box.is-error .box__error {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.box__uploading {
  font-style: italic; }

.box__success {
  -webkit-animation: appear-from-inside .25s ease-in-out;
  animation: appear-from-inside .25s ease-in-out; }

@-webkit-keyframes appear-from-inside {
  from {
    -webkit-transform: translateY(-50%) scale(0); }
  75% {
    -webkit-transform: translateY(-50%) scale(1.1); }
  to {
    -webkit-transform: translateY(-50%) scale(1); } }
@keyframes appear-from-inside {
  from {
    transform: translateY(-50%) scale(0); }
  75% {
    transform: translateY(-50%) scale(1.1); }
  to {
    transform: translateY(-50%) scale(1); } }
.box__restart {
  font-weight: 700; }

.box__restart:focus,
.box__restart:hover {
  color: #39bfd3; }


.js .box__file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.js .box__file + label {
  max-width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden; }

.js .box__file + label:hover strong,
.box__file:focus + label strong,
.box__file.has-focus + label strong {
  color: #39bfd3; }

.js .box__file:focus + label,
.js .box__file.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px; }

.no-js .box__file + label {
  display: none; }

.no-js .box__button {
  display: block; }

.box__button {
  font-weight: 700;
  color: #e5edf1;
  background-color: #39bfd3;
  display: none;
  padding: 8px 16px;
  margin: 40px auto 0; }

.box__button:hover,
.box__button:focus {
  background-color: #0f3c4b; }

label[for="file"] {
  display: inline-block;
  text-align: center;
  width: 100%; }
  
label[for="excel"], label[for="csv"], .followingFormats {
	display: inline-block;
	margin-right: 10px;
}

/* Misc. */
.formFooter {
  margin-top: 20px;
  text-align: right;
  clear: both;
   margin-bottom:30px; 
}

.formFooterMargin{
  margin-right:10px;
}

.formFooter button {
  margin-left: 0px; }

.elementContainer h3 {
  margin: 50px 0 10px; }

.filterBox h3 {
  margin-bottom: 10px; }

.filterBox h3:nth-of-type(3) {
  margin: 50px 0 10px; }

.integrationIcon {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  cursor:pointer;
}

.integrationText {
    display: inline-block;
    /*margin-left: 20px;*/
    margin-left: 40px;
    font-size: 14px;
    vertical-align: middle;
}

.integrationText a {
  text-decoration: underline; }

.integrationIcon.active:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  bottom: 0;
  right: -7px;
  background: url(images/checkmark.svg);
  background-size: cover; }

.integrationIcon.activeQbo:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  bottom: -25px;
  right: 100px;
  background: url(images/checkmark.svg);
  background-size: cover; }


.integrationIcon.qbDesktop {
    /*background: url(images/intuit/qb-logo-stacked.svg);*/
    background: url(images/integrations/quickbooks-black-new-logo.svg);
    background-size: 70px;
    background-repeat: no-repeat;
    background-position-y: 25px;
    background-position-x: center;
    background-color: #dbdbdb;
}

.integrationIcon.TTqbDesktop {
    background: url(images/integrations/quickbooks-black-new-logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 45px;
    width: 100px;
    height: 100px;
}

    .integrationIcon.TTqbDesktop:hover {
        background: url(images/integrations/quickbooks-black-new-logo.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position-y: 45px;
        width: 100px;
        height: 100px;
    }

.integrationIcon.connect {
  /*background: url(images/QBO_Connect.png);*/
  background: url('images/QuickBooks Logo_Horz.png');
  background-size: cover;
  height:35px !important;
  width:128px !important;
  cursor:pointer;
}
.integrationIcon.qbtoconnect {
    /*background: url(images/logo-qb.png);*/
    /*background: url(images/intuit/qb-logo-stacked.svg);*/
    background: url(images/integrations/quickbooks-black-new-logo.svg);
    background-position-y: 25px;
    background-position-x: center;
    background-size: 70px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: #dbdbdb;
}
.integrationIcon.toconnect {
    /*background: url(images/QBO_Connect.png);*/
    background: url(images/Intuit/C2QB_green_btn_short_default.png);
    background-size: cover;
    height: 24px !important;
    width: 163px !important;
    cursor: pointer;
}

.integrationIcon.qbOnline {
    /*background: url(images/intuit/qb-logo-stacked.svg);*/
    background: url(images/integrations/quickbooks-black-new-logo.svg);
    background-position-y: 25px;
    background-position-x: center;
    background-size: 70px;
    background-repeat: no-repeat;
    background-color: #dbdbdb;
}

.integrationIcon.TTqbOnline {
    background: url(images/integrations/quickbooks-black-new-logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 45px;
    width: 100px;
    height: 100px;
}
    .integrationIcon.TTqbOnline:hover {
        background: url(images/integrations/quickbooks-black-new-logo.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position-y: 45px;
        width: 100px;
        height: 100px;
    }
.integrationIcon.qbConnected {
  background: url('images/QuickBooks Logo_Horz.png');
  background-size: cover;
}

.integrationIcon.reckon {
  background: url(images/Reckon.svg);
  background-size: cover; }

.integrationIcon.timeTracker {
    background: url(images/TimeTracker.svg);
    background-size: cover;
}

    .integrationIcon.timeTracker:hover {
        background: url(images/Time_Tracker_Logo-hover.svg);
        background-size: cover;
    }


.integrationIcon.TimeTracker {
    background: url(images/TimeTracker.svg);
    background-size: cover;
    width: 100px;
    height: 100px;
}

    .integrationIcon.TimeTracker:hover {
        background: url(images/Time_Tracker_Logo-hover.svg);
        background-size: cover;
    }

.integrationIcon.TTtimeTracker {
    background: url(images/lawbillity-regular.svg);
    background-size: cover;
    width: 100px;
    height: 100px;
}

    .integrationIcon.TTtimeTracker:hover {
        background: url(images/lawbillity-hover.svg);
        background-size: cover;
    }

.integrationIcon.timeBilling {
    background: url(images/tb.png);
    background-size: cover;
}

.integrationIcon.lawbillity {
    background: url(images/lawbillity-regular.svg);
    background-size: cover;
}

.integrationIcon.clio {
    background: url(images/Clio@1x.png);
    background-size: cover;
}
.integrationIcon.intacct {
    background: url(images/Intacct/SILC2x.png);
    background-size: 70px 70px;
    background-repeat: no-repeat;
}
    .integrationIcon.intacct.small {
        background: url(images/Intacct/SageIntacctDarkLogoCircle.png);     
        background-repeat: no-repeat;
    }
.integrationIcon.hosted {
    background: url(images/Hosted/logo-reckon.png);
    background-size: 70px 70px;
    background-repeat: no-repeat;
}

.integrationIcon.reckond {
    background: url(images/ReckonDesktop/reckon-desktop.svg);
    background-size: 70px;
    background-repeat: no-repeat;
    background-position-y: center;
}
.integrationIcon.TTreckond {
    background: url(images/ReckonDesktop/reckon-desktop.svg);
    background-size: 100px;
    background-repeat: no-repeat;
    background-position-y: center;
    width: 100px;
    height: 100px;
}

    .integrationIcon.TTreckond:hover {
        background: url(images/ReckonDesktop/reckon-desktop-hover.svg);
        background-size: 100px;
        background-repeat: no-repeat;
        background-position-y: center;
    }

.top60 {
    top: 60px;
}
.integrationIcon.myob {
    background: url(images/Myob/myob-circle2x.png);
    background-size: 70px 70px;
    background-repeat: no-repeat;    
}
.integrationIcon.okmyob {
    background: url(images/Myob/myob2x.png);
    background-size: 70px 70px;
    background-repeat: no-repeat;
}
.integrationIcon.TTclio {
    background: url(images/clio-logo.svg);
    background-size: cover;
    width: 100px;
    height: 100px;
}

.integrationIcon.TTclio:hover {
    background: url(images/clio-logo-hover.svg);
    background-size: cover;
}

.integrationIcon.xero {
  background: url(images/xero.svg);
  background-size: cover; }

.integrationIcon.TTxero {
    background: url(images/xero-logo.svg);
    background-size: cover;
    width: 100px;
    height: 100px;
}

    .integrationIcon.TTxero:hover {
        background: url(images/xero-logo-hover.svg);
        background-size: cover;
    }
.integrationIcon.TTintacct {
    background: url(images/Intacct/SageIntacctNoHover.png);
    background-size: cover;
    width: 100px;
    height: 100px;
}
    .integrationIcon.TTintacct:hover {
        background: url(images/Intacct/SageIntacctHover.png);
        background-size: cover;
    }
.integrationIcon.TThosted {
    background: url(images/Hosted/ReckonLogoNoHover.png);
    background-size: cover;
    width: 100px;
    height: 100px;
}

    .integrationIcon.TThosted:hover {
        background: url(images/Hosted/ReckonLogoHover.png);
        background-size: cover;
    }

.integrationIcon.lawpay {
    background: url(images/lawpay-logo.png);
    background-size: cover;
}

.integrationIcon.stripe {
    background: url(images/stripe-logo.png);
    background-size: cover;
}

.integrationIcon.TTmyob {
    background: url(images/Myob/myob-circle-NoHover2X.png);
    background-size: cover;
    width: 100px;
    height: 100px;
}

    .integrationIcon.TTmyob:hover {
        background: url(images/Myob/myob-circle-hover2x.png);
        background-size: cover;
    }

.setupIntegrations, .setupIntegrations p {
  text-align: center; }

.setupIntegrations .integrationIcon {
  display: inline-block;
  margin: 0 20px; }
/*
form {
  position: relative; }*/

.pickIntegration, .syncIntegration {
  position: absolute;
  width: 100%; }

.pickIntegration .integrationIcon {
  cursor: pointer; }

.syncIntegration {
  display: none; }

.syncIntegration .integrationIcon {
  margin-bottom: 50px; }

.syncIntegration .progressBar {
  display: block;
  width: 240px;
  margin: 0 auto; }

.dateOptionContainer {
  display: inline-block;
  width: 104px; }

.dateOptionContainer.reoccur {
  width: 260px; }

.dateOptionContainer.reoccur input, .sortable input[type=text], .sortable input[type=number], .inputRangeContainer input {
  display: inline-block;
  width: 30px;
  margin: 0 5px;
  font-size: 12px;
  border:0;
  border-radius: 5px; 
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    outline: none;
    padding:5px;
    height:30px;
}

.inputRangeContainer input {
  width: 80px!important;
  padding: 10px!important; 
  margin:0px!important;
}

.inputRangeContainer input:nth-of-type(1) {
  border-radius: 5px 0 0 5px; 
  margin-right:0px;
}

.inputRangeContainer input:nth-of-type(2) {
  border-radius: 0  5px 5px 0;
  margin-left:-3px!important;
}

.arrowRange {
    display: inline-block;
    width: 53px;
    height: 65px;
    background: url(images/arrow.svg) center no-repeat;
    background-size: 20px;
    vertical-align: middle;
    /*box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);*/
    margin-top: -3px;
    margin-left: -3px;
    background-color: #fff;
    border: 2px solid #E1E5DF !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.dateOptionWrapper {
  margin-bottom: 30px;
  padding:10px;
  border: 2px solid #E8E9EA;
  border-radius:5px;
}

#emailReportTo {
  margin-bottom: 10px; }

.tabContainer {
  position: relative;
  min-height: 800px; }

.tab1, .tab2, .tab3, .tab4, .tab5, .tab6, .tab7, .tab8 {
  cursor: pointer; }

.tabOne, .tabTwo, .tabThree, .tabFour, .tabFive, .tabSix, .tabSeven, .tabEight {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0; }

.tabOne {
  display: block; }

.saveCustomizationContainer {
  margin: 20px 0; }

.reportInvoicesFilter .selectWrapper, .reportInvoicesFilter .selectWrapper select {
  width: 180px; }
  
.dateOptionContent .selectWrapper, .dateOptionContent select {
  width: 90px;
  padding: 5px; 
  font-size:10px;
  margin-bottom:6px;
}

.removeCustomization, .removeCondition, .removeRuleSet {
  margin-left: 20px; }

.removeCondition {
  position: relative;
  float: right;
  top: 20px; }

.autoChaseDisabled {
  opacity: 0.5;
  pointer-events: none; }

.enableAutoChase {
  margin: 20px 0; }

.conditionSelect, .conditionSelect select, .conditionLabel {
  display: inline-block;
  width: 167px;
  margin-right: 21px; }

.conditionSelect:nth-of-type(4), .conditionLabel:nth-of-type(4) {
  margin-right: 0; 
  width:25px;
}

.containerBox a.addCondition {
  left: 0; }
  
.developerSubFooter {
  padding: 10px 0;
  background: #ef5150;
  color: #fff;
  text-align: center; }

.developerSubFooter a {
  display: inline-block;
  margin-right: 20px; 
  text-decoration: underline; }

.developerFooterText {
  display: inline-block;
  margin-right: 20px;
  text-transform: uppercase;
  font-weight: 700; }
  
.enableRuleSet {
  float: left; }
  
.enableRuleSet label {
  display: inline-block;
  margin-left: 30px; 
  text-transform:none!important;
  font-size:13px!important;
  font-weight:700;
}
  
.mce-container-body button {
  min-width: 20px; }
  
.mce-path {
  display: none !important; }
  
.dateOptionSidebar {
  display: inline-block;
  width: 100px; }
  
.dateOptionContent {
  display: none;
  width: 275px;
  vertical-align: top; }
  
.weeklyContent {
  display: none; }
  
.userBox a {
  top: 0;
  left: -12px;
  float: right; }
  
.userBox button {
  float: right; }

/*# sourceMappingURL=style.css.map */

.cd-dropdown span{
    overflow:hidden;
}

.filter-on{
  background-image:url('images/filter-on.png') !important;
  background-size: contain;
  text-indent: -9999px;
  min-width: 20px;
  box-shadow: none;
  background-repeat:no-repeat;
  float:right;
}

.infoIcon{
    background-image: url('images/info_bubble.png') !important;
    background-repeat : no-repeat !important;
    width: 13px;
    height: 13px;
    display:inline-block;
    background-size:contain;
}

.missingEmail {
  padding: 2px 10px;
  background: #5b5b59;
  color: #fff;
  border-radius: 50%; }

.emailMissingInfo {
  position: relative;
  cursor: pointer; }

.emailMissingInfo:hover:before,.emailMissingInfo:hover:after {
  opacity: 1 !important;
  pointer-events: default; }

.emailMissingInfo:before {
  content: attr(text);
  position: absolute;
  width: 365px;
  height: 100px;
  padding: 10px;
  left: calc(50% - 150px);
  bottom: 130%;
  font-size: 12px;
  line-height: 14px;
        background: #808284;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
  z-index: 1;
  color:#fff;
}

/*.emailMissingInfo:after {
  content: '';
  position: absolute;
  left: calc(50% - 5px);
  bottom: calc(100% - 6px);
  border: 7px solid white;
  border-color: #404042 transparent transparent transparent;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
  z-index: 1; }*/

.infoDescription{
  position: relative;
  cursor: pointer;
}

.infoDescription:hover:before,.infoDescription:hover:after {
  opacity: 1 !important;
  pointer-events: default; }

.infoDescription:before {
  content: attr(text);
  position: absolute;
  width: 490px;
  height: 150px;
  padding: 10px;
  left: calc(50% - 230px);
  bottom: -633%;
  font-size: 12px;
  line-height: 14px;
  background: #404042;
  border-radius: 5px;
  box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
  z-index: 99;
  color:#fff;
  white-space: pre-wrap;
}

.infoDescription:after{
    content: '';
  position: absolute;
  left: calc(50% - 6px);
  bottom: calc(100% - 33px);
  border-color: #404042 transparent transparent transparent;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
  z-index: 1;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
  width:0;
  height:0;
}

.importDescription{
  position: relative;
  cursor: pointer;
}

.importDescription:hover:before,.importDescription:hover:after {
  opacity: 1 !important;
  pointer-events: default; }

.importDescription:before {
  content: attr(text);
  position: absolute;
  width: 425px;
  height: 55px;
  padding: 10px;
  left: calc(50% - 230px);
        bottom: -425%;
  font-size: 12px;
  line-height: 14px;
        background: #808284;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
  z-index: 1;
  color:#fff;
}

/*.importDescription:after{
    content: '';
  position: absolute;
  left: calc(50% - 6px);
  bottom: calc(100% - 33px);
  border-color: #404042 transparent transparent transparent;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
  z-index: 1;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
  width:0;
  height:0;
}*/

.checkboxLabel{
    padding-left:10px;
    position:relative;
    top:-2px;
}

.containerBoxTour {
  width: 100%;
  padding: 50px;
  margin-bottom: 50px;
  background: #404042;
  color: #878789;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px; }


.containerBoxTour.modal {
    position: absolute;
    width: 500px;
    /* max-height: 90%; */
    transform: translate(-50%, -50%);
    z-index: 99;
    overflow: visible;
    height: 270px;
}

.containerBoxTour2 {
  
  position: fixed;
  width: 500px;
  max-height: 90%;
  transform: translate(-50%, -50%);
  z-index: 99; 
  overflow:visible;
}

.containerBoxTour.step0 {
  top: 50%;
  left: 50%;
    }

.containerBoxTourText p{
    color:#fff;
    text-align:left;
    line-height:1.7;
}

.containerBoxTourText a {
  text-decoration: none !important; }

.uiTourLogo{
  display: inline-block;
  width: 83px;
  height: 83px;
    background-image: url('images/IT-icon.svg');
  vertical-align: middle;
  top:-35px;
  position:absolute;
  left:45%;
    background-size: contain;
}

.containerBoxTourStep {
  width: 100%;
  padding: 50px;
  margin-bottom: 50px;
  background: transparent;
  color: #878789;
  /*box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);*/
  border-radius: 5px; }


.containerBoxTourStep.modal {
  
  position: fixed;
  width: 940px;
  height: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  overflow:visible;
}

.tourStep1{
    background:url(images/uiTourStep1.png) center center;
    background-repeat:no-repeat;
    width:100%;
    height:100%;
    background-size:contain;
}

.tourStep2{
    background:url(images/uiTourStep2.png) center center;
    background-repeat:no-repeat;
    width:100%;
    height:100%;
    background-size:contain;
}

.tourStep3{
    background:url(images/uiTourStep3.png) center center;
    background-repeat:no-repeat;
    width:100%;
    height:100%;
    background-size:contain;
}

.tourStep4{
    background:url(images/uiTourStep4.png) center center;
    background-repeat:no-repeat;
    width:100%;
    height:100%;
    background-size:contain;
}

.tourStep5{
    background:url(images/uiTourStep5.png) center center;
    background-repeat:no-repeat;
    width:100%;
    height:100%;
    background-size:contain;
}

.tour-title{
    text-align: left;
    color: #fff;
    font-weight: 600;
    margin-bottom:0px !important;
}

.containerBoxTour.step1 {
    top: 50%;
    left: 50%;
}

.containerBoxTour.step2 {
    top: 67%;
    left: 30%;
}
.containerBoxTour.step2Email
{
    top: 55%;
    left: 35%;
}

.containerBoxTour.step3 {
    top: 50%;
    left: 50%;
}

.containerBoxTour.step4 {
    top: 60%;
    left: 10%;
}

.containerBoxTour.step5 {
    top: 60%;
    left: 80%;
}

.containerBoxTour.step6 {
    top: 50%;
    left: 50%;
}

.activityCircleTour {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #a0a0a2; 
}
.circleTour {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #676769; 
}
.progressTour{
    clear: both;
    text-align: center;
    padding-top: 20px;
}

/*.loginFooter{
    background-image:url(images/background_envelopes.png);
        display: block;
    width: 65%;
    height: 95%;
    margin: 5px 195px;
    background-repeat: no-repeat;
    background-size: cover
}*/

.normal-text{
    text-transform:none !important;
}

.delete-modal-text{
    line-height:18px !important;
}

.li-delete-modal{
    font-size: 13px !important;
    line-height: 18px !important;
}

.billingInfo-form{
    width:367px;
}

.creditCard .bootstrap-select {
    width:300px;
}

.expiryCardDate .bootstrap-select{
    width:50px;
    margin-right:80px !important;
}

.footerLayaout{
    margin-bottom:100px;
}

.customization-fields {
    margin-top: 0px !important;
    margin-bottom: 5px !important;
}

.planUpgradedModal{
    height:30% !important;
}

.integrationDescription{
    top: 455px;
    position: fixed;
    width: 136px;
    margin-left: -65px;
}

.integrationDescriptionSecondLine {
    top: 580px;
    position: fixed;
    width: 136px;
    margin-left: -65px;
}
.quickEmailButton{
    box-sizing: border-box;
    height: 29px;
    width: 133px;
    color:#000000;
    border: 1px solid #000000;
    background-color: white;
    font-size: 12px;
    letter-spacing: 0.71px;
    line-height: 17px;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.quickEmailListButton{
    margin-top:20px;
    width: 690px;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

.invoice-tracker-logo-text{
    float: left;
    position: absolute;
    margin-left: -108px;
    top: 57px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

.loginButton{
    text-decoration:none !important;
    color:#fff !important;
}

.companyList{
    margin-left:auto;
    margin-right:auto;
    width:50% !important;
}
.invoiceMatches,
.invoiceMatches select {
    width: 150px !important;
}

    .invoiceMatches .bootstrap-select {
        width: 110px !important;
    }

.notes-td{
    padding: 1px !important;
    border-bottom: 0px !important;
}

.notes-td-line {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 10px !important;
    padding-left: 0px !important;
    border-bottom: 1px solid #F2F3F4;
}

.historyInvoice {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    background: url(images/customer-history.svg) no-repeat;
    background-size: 15px;
    vertical-align: middle;
    cursor: pointer;
    min-width: 15px !important;
    box-shadow: none;
    border-radius: 0px !important;
    border: none;
    background-position-y: 3px;
}
.syncInfoIcon
{
    z-index: 4;
    position: relative;
    top: 15px;
    text-align: right;
    left: 125px;
}

.export{
  display: inline-block;
  width: 20px;
  height:20px;
  background: url(images/export.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  cursor: pointer; 
}

.overlay-noSequences {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(85, 86, 84, 0.8);
    z-index: 4;
    width: 100%;
    height: 100%; }

.noSequecens{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    display: table;
    vertical-align: middle;
    position: relative;
    top: 30%;
    font-size: 23px;
    font-style: italic;
    line-height: 1.5;
}

.createReminderSetButton{
    top: 25px;
    margin: 0 auto !important;
    float: none !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 14px !important;
    width: 240px !important;
}

.successBanner-icon{
    background-image: url(images/successCheck.svg);
    background-repeat: no-repeat;
    height: 17px;
    width: 17px;
    display: inline-block;
    position: relative;
    top: 9px;
    background-size: contain;
    margin-right: 2px;
}

.successBanner{
    background-color: #6a5baf;
    height: 40px;
    text-align: center;
    float: left;
    width: 100%;
    clear: both;
    position: fixed;
    z-index: 99;
}

.banner{
    color:#00de60;
    position: relative;
    top: 3px;
    font-size: 15px;
}

.div-openFilter{
    background-color: white;
}

.div-filter{
    float: right;
    height: 71px;
    position: relative;
    top: -21px;
    width: 100px;
    margin-left:15px;
}

.filterByDiv{
    top: -47px;
    background-color: white;
    position: relative;
    left: -46px;
    width: 1099px;
    min-height: 70px;
    max-height: 100px;
}

.filterBy{
    position: relative;
    top: 20px;
    left: 20px;
    font-style: italic;
    float:left;
}

.filteredBy{
    position: relative;
    top: 20px;
    left: 20px;
    font-style: normal;
    margin-left: 10px;
    width: 870px !important;
    display: block;
    float: left;
}

.clearFilterButton{
    width: 100px !important;
    text-transform: uppercase;
    padding: 2px !important;
    float: right;
    margin-top: 14px !important;
    margin-right: 25px !important;
}

.btn-clear-disable{
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.2;
}

.btn-filter-disable{
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.2;
    background:#747574 !important;
}

.filterDueNextDays{
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #939597;
    box-shadow: none;
    outline: none;
    height: 24px;
    padding-left: 20px;
    border-radius: 0px!important;
}

.invoiceDueDateFilter input{
    width:110px !important;
}

.arrowRangeFilter {
    display: inline-block;
    width: 53px;
    height: 65px;
    background: url(images/arrow.svg) center no-repeat;
    background-size: 25px;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: -3px;
    
}

.filterDue .bootstrap-select{
    width:135px !important;
}


.width110{
    width:110px;
}

.autoChaserButtonInvoice{
    color: #fff;
    background-color: #F48120;
    font-size: 18px;
    background-position: 10px center;
    background-repeat: no-repeat;
    padding: 8px 15px 8px 15px;
    width: 100%;
    height: 40px;
}

    .autoChaserButtonInvoice:hover {
        background-color: #f37006;
    }

.autoChaseEnabled{
    color: #F48120;
    top: 20px;
    position: relative;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 600;
}

.innerSingup {
    width: 100%;
    margin: -30px auto;
}

.integrationSuccessLogo {
    display: block;
    width: 80px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(images/IT-icon.svg);
    background-size: contain;
    float:right;
    position:relative;
    top:25px;
}

.integrationSuccessProvider {
    width: 80px !important;
    height: 80px !important;
    float: left;
    position:relative;
    top:25px;
}

.integrationMiddleSuccessLogo {
    display: inline-block;
    width: 195px;
    height: 140px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(images/middleSuccess.png);
    background-size: contain;
    margin:0 auto;
}



/*NEW LOGIN*/


.login {
    width: 50%;
    height: 100%;
    vertical-align: top;
    padding: 20px;
}

.loginButton {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    background: #F5F5F5;
    border: none;
    padding: 13px;
    width: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    background-color: #F48120;
    height: 42.8px !important;
    font-weight:500;
    box-shadow:none !important;
}

    .loginButton:hover {
        background-color: #F37006;
    }

.login> input, button{
    margin-bottom:10px !important;
}

.rememberMe {
        width: 17px !important;
        height: 18px !important;
    }

.remember {
    margin-left: 5px;
    font-weight: 500;
    text-transform: none;
    font-size: 12px !important;
    color: #000 !important;
}

.rememberMe::after{
    top:3px !important;
    left:3px !important;
}

.forgotPassword {
    text-decoration: underline;
    color: #4A90E2 !important;
    font-size: 12px;
}

.loginH3 {
    position: relative;
    border-bottom: solid 1px #9B9B9B;
    text-align: center;
    margin-top: 30px;
}

.loginH2 {
    font-family: "Bitter", sans-serif;
    font-size: 36px;
    line-height: 36px;
    color: #4A4A4A;
    margin: 0;
    padding: 0;
    font-weight: 300;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.loginH3 > span {
    bottom: -8px;
    font-weight: 100;
    position: relative;
    background: #fff;
    color: #9B9B9B;
    padding: 5px 20px;
    font-size: 12px;
}

.tryFree {
    background: #D0D0D0 !important;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 14px !important;
    border: none;
    padding: 13px;
    width: 100%;
    border-radius: 3px !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    height: 42.8px !important;
    font-weight: 500 !important;
    box-shadow: none !important;
    padding: 9px 140px !important;
}

.loginFooter {
    border-top: solid 1px rgba(74,74,74,0.18);
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: right;
}

    .loginFooter > span {
        color:#999 !important;
        margin-left: 15px;
        margin-right: 15px;
        text-transform: uppercase;
        font-size: 12px;
    }

.signInLogo {
    display: block;
    width: 300px;
    height: 75px;
    margin: 80px auto 35px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(images/IT-logo-color.svg);
    background-size: contain;
}

.loginTitle {
    height: 60px;
    background: #F1F1F2;
    color: #000;
    font-size: 24px;
}

.rowHead, .rowHeadNoBold {
    padding-left: 5px;
    font-weight: 400;
    height: 36px;
    line-height: 36px;
    background: #E6E7E8;
    box-sizing: border-box;
}

.rowHead th{
    padding-left:10px;
    font-weight:400;
}

.tableRow {
    background-color: #fff;
}

    .tableRow td {
        border-bottom: 1px solid #A7A9AB !important;
        color: #000 !important;
    }

.paddingLeft10 {
    padding-left: 10px !important;
}

.loginLink {
    color: #0f77d7;
}

.ml-35 {
    margin-left: -35px;
}

.ml32 {
    margin-left: 32px;
}

.disp-block {
    display: block;
}

.opacity-04 {
    opacity: 0.4;
}

.errMsg {
    margin-left: -3px;
    padding-top: 5px;
    font-size: 12px;
    margin-top: -30px;
    font-weight: bold;
    color: red;
    height: 10px;
}

.hidden {
    display: none !important;
}

input[type="checkbox"]:disabled + label::before {
    background: gray;
}

input[type="checkbox"]:disabled + label::after {
    background: gray;
}

input[type="checkbox"]:disabled {
    background: gray;
}

.checkbox :disabled + input[type=hidden] + span:after, .checkbox :disabled + input[type=hidden] + span:before, .checkbox :disabled + input[type=hidden] + span {
    background-color: gray;
}

.emailbox:disabled {
    border: 1px solid #d5d1d1 !important;
    background: #fff !important;
}

.verifiedAccount {
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.16px;
    line-height: 17px;
    text-align: center;
}

.yes {
    color: #50A930;
}

.not {
    color: #EF4F25;
}

.info {
    position: absolute;
    cursor: pointer;
    margin-left: 5px;
}

    .info:hover::before, .info:hover::after {
        opacity: 1 !important;
        pointer-events: auto;
        position: initial !important;
    }

    .info:before {
        content: attr(text);
        position: relative;
        width: 158px;
        min-height: 66px;
        padding: 10px;
        left: calc(40% - 155px);
        font-size: 8px;
        line-height: 14px;
        background: #808284;
        opacity: 0;
        pointer-events: none;
        transition: 0.5s;
        z-index: 1;
        color: #fff;
        word-break: break-word;
        white-space: break-spaces;
        font-weight: normal;
        letter-spacing: 0;
        line-height: 14px;
        display: block;
        /*text-align: justify;*/
    }

.receivePayment >p{
    color: #444444;
    font-family: "Open Sans";
    font-size: 12px;
    letter-spacing: 0;
    line-height: 17px;
}

.entry-window-container {
    position: fixed !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2049;
    display: none;
    background-color: rgba(0,0,0,.3);
}

.dynamic > .entry-window.reject {
    padding: 30px 20px 0 20px;
}

.dynamic.confirm > .entry-window .description {
    margin-bottom: -15px;
}

    .dynamic.confirm > .entry-window .description textarea {
        border-color: #e0e1e2;
        height: 100px;
        width: 400px;
        resize: none;
    }

.entry-window .reject {
    color: #EF4F25;
    font-size: 18px;
    margin-bottom: 15px;
}

    .entry-window .reject .red-cross {
        background-image: url("../../images/red_x.jpg");
        height: 15px;
        width: 15px;
        background-size: contain;
        display: inline-block;
        margin: 0px 10px -1px 0px;
    }

.entry-window {
    margin: 20px;
    padding: 10px;
    width: 500px;
    position: fixed;
    overflow: hidden;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -120px;
    z-index: 1050;
    background-color: #ffffff;
    box-sizing: content-box;
}

.dynamic > .entry-window {
    width: auto;
    padding: 15px 20px 0px 20px;
    top: 25%;
    margin-top: 0;
    max-width: 500px;
}

    .dynamic > .entry-window.message {
        width: auto;
        padding: 20px;
        top: 25%;
        margin-top: 0;
        max-width: 350px;
        text-align: left;
    }

.dynamic.alert > .entry-window .buttons-panel.popup .btn_green {
    margin: 0;
}

.dynamic.confirm > .entry-window .buttons-panel.popup .ctrl_btn.cancel {
    margin-right: 20px;
}

.entry-window .close-popup {
    float: right;
    background: url(../../Images/Icons/list_remove.png) no-repeat;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.entry-info-window {
    width: 730px;
    height: 600px;
    position: fixed;
    overflow: hidden;
    top: 50%;
    left: 50%;
    margin-left: -365px;
    margin-top: -300px;
    z-index: 1050;
    background-color: #ffffff;
    box-sizing: border-box;
}

    .entry-info-window > div.container {
        margin-left: auto;
        margin-right: auto;
        width: 561px;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-53%);
        -ms-transform: translateY(-53%);
        transform: translateY(-53%);
    }

        .entry-info-window > div.container > .buttons-panel {
            padding: 40px 0 0 0 !important;
            text-align: center !important
        }

        .entry-info-window > div.container > div.fixstep {
            height: 250px;
            box-sizing: border-box;
        }

.entry-window .buttons-panel.popup {
    padding: 15px 0 !important;
    text-align: center !important;
}

    .entry-window .buttons-panel.popup .btn_green {
        /*margin-left: 30px;*/
    }

.ctrl_btn {
    background-color: #939597;
    height: 24px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    border: 0px;
    min-width: 70px;
    margin-right: 5px;
    margin-left: 0;
    padding: 0 15px;
    cursor: pointer !important;
}

.btn_red {
    background: #EF4F25;
}

    .btn_red:hover {
        background: #EE3B23;
    }

    .btn_red:disabled {
        background: #F8A97F;
    }
body {
    background-color: white;
    font-family: "Open Sans";
    min-width: auto;
}

.reminder-set-header {
    /*padding: 0px 50px;*/
    color: #727A73;
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
}

    .reminder-set-header > span {
        display: inline-block;
        max-width: 600px;
    }

    .reminder-set-header h2 {
        color: #727A73;
        font-family: Bitter;
        font-size: 26px;
        line-height: 30px;
        font-style: normal;
    }

.zero-reminder-wrapper {
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    width: 100%;
    border-bottom: 6px solid #EEF2EC;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-top: 6px solid #EEF2EC;
    padding-top: 30px;
    margin-top: 30px;
}

    .zero-reminder-wrapper::before {
        content: "";
        background-image: url('images/hand-draw-arrow.png');
        background-repeat: no-repeat;
        background-size: contain;
        height: 84.60px;
        width: 156.46px;
        display: block;
        position: absolute;
        top: 30px;
        right: 50px;
    }

.zero-reminder-sets {
    background-color: #EEF2EC;
    margin: auto;
    height: 225px;
    width: 661px;
    margin-top: 55px;
    margin-bottom: 50px;
    padding: 40px;
    box-sizing: border-box;
    text-align: center;
    color: #727A73;
    font-size: 20px;
    font-style: italic;
    line-height: 29px;
}

    .zero-reminder-sets h2 {
        padding: 0 0 20px 0;
        margin: 0;
        font-size: 26px;
        font-weight: normal;
    }

    .zero-reminder-sets p {
        text-align: center;
        font-size: 20px;
        font-weight: normal;
    }

.newSequenceButton {
    color: #fff;
    background-color: #F48120 !important;
    font-size: 18px;
    background-position: 10px center;
    background-repeat: no-repeat;
    padding: 8px 15px 8px 45px;
    width: 220px;
    height: 40px;
    font-style: normal;
    position: relative;
    top: -52px;
    left: 110px;
}

    .newSequenceButton:hover {
        background: #F37006 !important;
    }



.new-reminder-set {
    color: #fff;
    background-color: #F48120 !important;
    font-size: 18px;
    background-position: 10px center;
    background-repeat: no-repeat;
    padding: 8px 15px 8px 45px;
    width: 220px;
    height: 40px;
    font-style: normal;
    position: relative;
    top: 5px;
    width: 220px !important;
    height: 40px !important;
    float: right;
}

    .new-reminder-set:hover {
        background-color: #F37006 !important;
    }

#sequences-container {
    color: #3F3E3D;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    margin-top: 40px;
}

    #sequences-container > table > tbody > tr {
        height: 70px;
    }

        #sequences-container > table > tbody > tr > td {
            vertical-align: middle;
        }

            #sequences-container > table > tbody > tr > td.enabled {
                width: 100px;
            }

    #sequences-container table tbody tr td.name {
        width: 300px;
        font-size: 16px;
        line-height: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 300px;
    }

    #sequences-container table thead tr td {
        background-color: #EEF2EC;
        color: #727A73;
        font-size: 14px;
        font-weight: normal;
        line-height: 28px;
        text-align: center;
    }

    #sequences-container table tbody tr td.emails {
        width: 100px;
        text-align: center;
    }

    #sequences-container table tbody tr td.emails-count {
        width: 200px;
    }

    #sequences-container table tbody tr td.chases {
        width: 200px;
    }

    #sequences-container table tbody tr td.t0chases {
        color: #A1A7A1 !important;
    }

    #sequences-container table tbody tr td.actions {
        width: 100px;
    }



        #sequences-container table tbody tr td.actions .reminder-set-settings {
            background-image: url('images/settings-gray.svg');
            background-repeat: no-repeat;
            display: inline-block;
            width: 19px;
            height: 20px;
            background-size: contain;
            vertical-align: middle;
            cursor: pointer;
        }

            #sequences-container table tbody tr td.actions .reminder-set-settings:hover {
                background-image: url('images/settings-org.svg');
            }

            #sequences-container table tbody tr td.actions .reminder-set-settings.show {
                background-image: url('images/settings-org.svg') !important;
            }

        #sequences-container table tbody tr td.actions .preview {
            background-image: url('images/preview-gray.svg');
            display: inline-block;
            width: 19px;
            height: 20px;
            background-size: contain;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 10px;
            background-position: center;
            background-repeat: no-repeat;
        }

            #sequences-container table tbody tr td.actions .preview:hover {
                background-image: url('images/view-org.svg');
            }

    #sequences-container span.dropdown-toggle.show {
        border: unset
    }

.emails-wrapper > div {
    width: 6px;
    height: 16px;
    display: inline-block;
    margin: auto;
    margin-right: 1px;
}

#sequences-container .actions > .dropdown > .dropdown-menu {
    margin-right: 30px !important;
    margin-top: 15px !important;
}

.emails-wrapper > .smiley {
    background-color: #52A1BD;
}

.emails-wrapper > .happy {
    background-color: #49C98E;
}

.emails-wrapper > .expressionless {
    background-color: #E1CB50;
}

.emails-wrapper > .angry {
    background-color: #DE7A41;
}

.emails-wrapper > .furious {
    background-color: #B83630;
}

.reminder-sets-bitter {
    height: 30px;
    width: 191px;
    color: #727A73;
    font-family: Bitter;
    font-size: 26px;
    line-height: 30px;
}

.activity {
    height: 55px;
    width: 62px;
    color: #FFFFFE;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    text-align: center;
    padding-top: 30px;
    clear: both;
    top: -30px;
    letter-spacing: 0.66px;
    display: inline-block;
    position: relative;
}

.icons-activity {
    background-image: url(images/NewMenuIcons/activity-dark.svg);
    background-repeat: no-repeat;
    height: 25px;
    display: block;
    position: relative;
    margin: 5px 22px;
}

.icons-inactive {
    filter: opacity(70%);
}

    .icons-inactive:hover:after {
        /*content: '';
  position: absolute;
  margin-left: -35px;
  left: 50%;
  bottom: -15px;
  border: 10px solid;
  border-color: transparent transparent #fff transparent;
  transition: 0.2s;
  transition-delay: 0.5s;
  filter:opacity(100%) !important;*/
    }

.invoices {
    height: 55px;
    width: 65px;
    color: #FFFFFE;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    text-align: center;
    padding-top: 30px;
    clear: both;
    top: -30px;
    letter-spacing: 0.66px;
    display: inline-block;
    position: relative;
}

.icons-invoice {
    background-image: url(images/NewMenuIcons/invoice.svg);
    background-repeat: no-repeat;
    height: 25px;
    display: block;
    position: relative;
    margin: 5px 25px;
}

.reminder-sets {
    height: 55px;
    width: 124px;
    color: #FFFFFE;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    text-align: center;
    padding-top: 30px;
    clear: both;
    top: -30px;
    letter-spacing: 0.66px;
    display: inline-block;
    position: relative;
}

.icons-reminders {
    background-image: url(images/NewMenuIcons/reminders.svg);
    background-repeat: no-repeat;
    height: 25px;
    display: block;
    position: relative;
    margin: 5px 50px;
}

.reports {
    height: 55px;
    width: 63px;
    color: #FFFFFE;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    text-align: center;
    padding-top: 30px;
    clear: both;
    top: -30px;
    letter-spacing: 0.66px;
    display: inline-block;
    position: relative;
}

.icons-reports {
    background-image: url(images/NewMenuIcons/reports.svg);
    background-repeat: no-repeat;
    height: 25px;
    display: block;
    position: relative;
    margin: 5px 25px;
}

/*.settings {
    height: 55px;
    width: 65px;
    color: #FFFFFE;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    text-align: center;
    padding-top: 30px;
    clear: both;
    top: -30px;
    letter-spacing: 0.66px;
    display: inline-block;
    position: relative;
}*/

.icons-settings {
    background-image: url(images/NewMenuIcons/settings.svg);
    background-repeat: no-repeat;
    height: 25px;
    display: block;
    position: relative;
    margin: 5px 22px;
}

.navigationBar a {
    position: relative;
    display: inline-block;
    color: #FFFFFE;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
}

.logos-it-new {
    top: 10px;
    margin-right: 20px;
    background-image: url(images/navigation/it-logo-regular.svg);
    float: left;
    background-repeat: no-repeat;
    height: 35px;
    width: 180px;
}

.logos-it-new-white-logo-invoic {
    background-image: url(images/TimeTracker/invoiceTracker-dark.svg);
    background-repeat: no-repeat;
    height: 52px;
    width: 182px;
    float: left;
    background-color: #F0F0F1;
    background-position: center;
}

.logos-it-tt-logo-invoic {
    margin-right: -12px;
    background-image: url(images/time-tracker-gray.svg);
    background-repeat: no-repeat;
    height: 52px;
    width: 182px;
    float: left;
    background-position: center;
}

    .logos-it-tt-logo-invoic:hover {
        background-color: #505051;
    }

.logos-it-new2 {
    margin-top: 26px;
    background-image: url(images/IT-logo-color.svg);
    background-repeat: no-repeat;
    height: 45px;
    width: 245px;
    display: inline-block;
    background-size: contain;
    position: relative;
}

.signUpMenu {
    background: #fff;
    width: 100% !important;
    clear: both;
    padding: 0 0 25px 0;
    border-top: 32px solid #F48120;
    position: relative;
}

.rectangle-copy {
    height: 21px !important;
    width: 22px !important;
    background-color: #404041;
    background-image: url(images/logout-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
}

/*.rectangle-copy:hover {
	background-color: #ffffff !important;
    background-image:url(images/logout-icon-green.png);
    background-repeat:no-repeat;
}*/

.new-logout {
    background-image: url(images/logout-icon.png);
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    display: block;
    margin: 34px 22px;
}

    .new-logout:hover {
        background-image: url(images/logout-icon-green.png);
        background-repeat: no-repeat;
        display: block;
        margin: 34px 22px;
    }

.rectangle-menu {
    height: 52px;
    padding: 0 1em;
    margin: auto;
}

.navigationBar a.active {
    background-color: #F0F0F1;
}

.menu-link {
    top: 0px;
    margin-right: 60px;
}

button, .button {
    background-color: #939597;
    height: 24px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    border: 0px;
    min-width: 70px;
    margin-right: 5px;
    margin-left: 0;
    padding: 0 15px;
    cursor: pointer !important;
    text-decoration: none !important;
}

button, .buttonDisabled {
    height: 24px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    border: 0px;
    min-width: 70px;
    margin-right: 5px;
    margin-left: 0;
    padding: 0 15px;
    cursor: pointer !important;
    background-color: #C9CACB;
}

.button {
    /*padding: 5px;*/
    font-size: 12px;
    display: inline-block;
}

.add-icon {
    background-image: url(images/add.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    width: 30px;
    z-index: 1;
    position: relative;
    margin: -5px 15px;
    /*top: -48px;
    left: 162px;*/
}

.add-icon-green {
    background-image: url(images/add-green.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    width: 30px;
}

.add-icon-disable {
    background-image: url(images/addfilled-disabled.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    width: 30px;
}

.back-arrow {
    background-image: url(images/Arrow.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 19.41px;
    width: 32px;
}

.close-green-icon {
    background-image: url(images/close-green-icon.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 32px;
    width: 32px;
}

.close-gray-icon {
    background-image: url(images/close-gray.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 32px;
    width: 32px;
}

.toggle-switch-off {
    background-image: url(images/toggle-off.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 23px;
    width: 51px;
}


.ui-gripicon {
    background-image: url(images/gripicon.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 10px;
    width: 10px;
}

.icons-primary-edit {
    background-image: url(images/edit.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 27px;
    width: 27px;
    cursor: pointer;
}

.icons-primary-delete {
    background-image: url(images/delete.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 32px;
    width: 28px;
}

.icons-delete-red {
    background-image: url(images/delete-red.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 32px;
    width: 28px;
}

.icons-delete-gray {
    background-image: url(images/delete-gray.svg);
    background-repeat: no-repeat;
    display: inline-block;
    height: 32px;
    width: 28px;
}

    .icons-delete-gray:hover {
        background-image: url(images/delete-org.svg);
    }

.icons-primary-duplicate {
    background-image: url(images/duplicate.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 32px;
    width: 26px;
}

.icons-errors-missingemail {
    background-image: url(images/missingemail.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 32px;
    width: 26px;
}

.icons-secondary-arrows-dropdow {
    background-image: url(images/dropdown.svg);
    background-repeat: no-repeat;
    display: inline-block;
    height: 19px;
    width: 12px;
}


.ui-checkbox-checked {
    background-image: url(images/checked.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 25px;
    width: 25px;
}

.ui-checkbox-unchecked {
    height: 25px;
    width: 25px;
    border: 2px solid #727A73;
}

.icons-secondary-attachment {
    background-image: url(images/attachment.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 32px;
    width: 30px;
}

.icons-secondary-bullets {
    background-image: url(images/bullets.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 22px;
    width: 33px;
}

.icons-secondary-image {
    background-image: url(images/add-image-email.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 32px;
    width: 32px;
}

.icons-secondary-link {
    background-image: url(images/link.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 12px;
    width: 32px;
}

.icons-secondary-numbering {
    background-image: url(images/numbering.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 22px;
    width: 33px;
}

.icons-secondary-quotes {
    background-image: url(images/quotes.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 11px;
    width: 13px;
}

.icons-secondary-strikethru {
    background-image: url(images/S.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 24px;
    width: 11px;
}

.icons-secondary-underline {
    background-image: url(images/U.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 24px;
    width: 15px;
}

.icons-secondary-bold {
    background-image: url(images/B.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 13px;
    width: 11px;
}

.sa-button-container .cancel {
    /*color: #3CA743 !important;
    border: 2px solid #3CA743 !important;
    background-color: white !important;
    text-transform: uppercase;
    margin-top: -36px !important;
    height: 40px !important;
    border-radius: 26px !important;
    display: inline-block;
    width: 100px !important;
    position: relative !important;
    min-width: 110px !important;
    padding: 10px !important;
    margin: 0 !important;
    border-radius: 26px !important;
    box-shadow: none !important;
    font-size: 12px !important;
    font-weight: bold !important;
    line-height: 12px !important;
    cursor: pointer !important;
    text-align: center !important;
    text-decoration: none !important;
    margin-right: 30px !important;*/
    background-color: #939597 !important;
    height: 24px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    border: 0px;
    min-width: 70px !important;
    margin-right: 5px;
    margin-left: 0;
    padding: 0 15px;
    cursor: pointer !important;
}

    .sa-button-container .cancel:hover {
        color: white !important;
        background-color: #6D6E70 !important;
    }

.sa-button-container .yes {
    color: #3CA743 !important;
    border: 2px solid #3CA743 !important;
    background: linear-gradient(358.28deg, #6FD378 0%, #53BB5C 52.4%, #3CA743 100%) !important;
    text-transform: uppercase;
    margin-top: -36px !important;
    height: 40px !important;
    border-radius: 26px !important;
    display: inline-block !important;
    width: 100px !important;
    position: relative !important;
    min-width: 110px !important;
    padding: 10px !important;
    margin: 0 !important;
    border-radius: 26px !important;
    box-shadow: none !important;
    font-size: 12px !important;
    font-weight: bold !important;
    line-height: 11px !important;
    cursor: pointer !important;
    text-align: center !important;
    text-decoration: none !important;
    margin-right: 30px !important;
}

.sa-button-container .confirm {
    /*text-transform: uppercase;
    margin-top: -36px !important;
    height: 40px !important;
    border-radius: 26px !important;
    background: linear-gradient(358.28deg, #6FD378 0%, #53BB5C 52.4%, #3CA743 100%) !important;
    display: inline-block !important;
    width: 225px !important;
    position: relative !important;
    min-width: 110px !important;
    padding: 10px !important;
    margin: 0 !important;
    color: #fff !important;
    border-radius: 26px !important;
    box-shadow: none !important;
    font-size: 12px !important;
    font-weight: bold !important;
    line-height: 11px !important;
    cursor: pointer !important;
    text-align: center !important;
    text-decoration: none !important;
    border: none !important;*/
    background-color: #50A930 !important;
    height: 24px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    border: 0px;
    min-width: 70px !important;
    margin-right: 5px;
    margin-left: 0;
    padding: 0 15px;
    cursor: pointer !important;
    box-shadow: none;
}

    .sa-button-container .confirm:hover {
        background-color: #3BA718 !important;
    }

.sweet-alert h2 {
    height: 30px !important;
    color: #727A73 !important;
    font-family: Bitter !important;
    font-size: 26px !important;
    line-height: 30px !important;
    text-align: center !important;
    margin-bottom: 30px !important;
}

.sweet-alert p {
    color: #727A73 !important;
    font-family: "Open Sans" !important;
    font-size: 14px !important;
    line-height: 20px !important;
    text-align: center !important;
    margin-bottom: 5px !important;
}

.sweet-alert input[type="tel"]:focus, 
.sweet-alert input[type="email"]:focus, 
.sweet-alert input[type="text"]:focus, 
.sweet-alert input[type="number"]:focus {
    border: 1px solid #444 !important;
}

.swal2-popup {
    padding: 40px !important;
}

.sweet-alert .sa-icon {
    height: 32px !important;
    width: 32px !important;
}

.dropdown-menu {
    border: 1px solid #000000;
}

.actions > .dropdown > .dropdown-menu {
    margin-left: -153px;
    margin-top: 20px !important;
}

.dropdown-menu:after, .dropdown-menu:before {
    bottom: 100%;
    left: 0px;
    border: solid transparent;
    border-style: solid;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.dropdown-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 0 15px 15px 0;
    margin-left: 0px;
}

.dropdown-menu:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #979797;
    border-width: 0 19px 19px 0;
    margin-left: -2px;
}

.actions > .dropdown > .dropdown-menu:after,
.actions > .dropdown > .dropdown-menu:before {
    bottom: 100%;
    left: auto;
    right: 0px;
    border: solid transparent;
    border-style: solid;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.actions > .dropdown > .dropdown-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 0 0 15px 15px;
    margin-left: 1px;
}

.actions > .dropdown > .dropdown-menu:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #979797;
    border-width: 0 0 19px 20px;
    margin-right: -2px;
}

.dropdown-menu > li > .menu-item {
    height: 38px !important;
    color: #727A73;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 28px;
    margin: 0 20px;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 30px !important;
    background-repeat: no-repeat;
    background-size: 15px 15px;
}

.dropdown-menu > li > a.menu-item {
    border-bottom: 1px solid #727A73;
    padding-bottom: 15px;
}



.dropdown-menu .menu-item:hover {
    background: none;
    color: #3CA743;
    border-color: #F37006;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center left;
}

.edit-menu-item {
    background-image: url(images/edit-gray.svg);
}

    .edit-menu-item:hover {
        background-image: url(images/edit-org.svg) !important;
    }

.duplicate-menu-item {
    background-image: url(images/duplicate-gray.svg);
}

    .duplicate-menu-item:hover {
        background-image: url(images/duplicate-org.svg) !important;
    }

.delete-menu-item {
    background-image: url(images/delete-gray.svg);
}

    .delete-menu-item:hover {
        background-image: url(images/delete-org.svg) !important;
    }

.sequence-count {
    height: 50px;
    width: 50px;
    border-radius: 3px 0 0 3px;
    background-color: #727A73;
}

.sequenceNumber {
    height: 31px;
    width: 16px;
    color: #FFFFFF;
    font-family: Bitter;
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 31px;
    text-align: center;
}

.sequenceNumberBox .sequenceCount {
    position: relative;
    margin: 0px 100% 98px 0;
}

.sequenceBlock:last-child {
    margin-bottom: 30px;
}

.sequenceBlock {
    position: relative;
    float: left;
    margin-top: 20px;
}

.sequence-header {
    height: 50px;
    width: 1020px;
    background-color: #E1E5DF;
}

.sequence-header-div {
    position: relative;
    top: 0px;
    left: 30px;
    line-height: 50px;
    height: 50px;
}

.mask {
    height: 200px;
    width: 1020px;
    /*transform: scaleY(-1);*/
    background: linear-gradient(180deg, #EEF2EC 0%, #FFFFFF 100%);
}

.sequenceEditorBox {
    width: 100%;
}

.sequence-header-text {
    height: 24px;
    width: 99px;
    color: #727A73;
    font-family: "Open Sans";
    font-size: 18px;
    /* line-height: normal; */
    vertical-align: middle;
}

.send-email-margin {
    margin-right: 22px;
}

.sequence-days-margin {
    margin-left: 16px;
}

.sequence-before-margin {
    margin-left: 27px;
}

.sequence-arrow-margin {
    margin-left: 19px;
}

.sequence-duedate-margin {
    margin-left: 22.59px;
}

.sequence-email-options {
    float: right;
    position: relative;
}

.sequence-days-box {
    height: 30px !important;
    width: 55px !important;
    background-color: #FFFFFF;
    display: inline-block;
    font-family: "Open Sans";
    border-radius: 0px !important;
    box-shadow: 0px 0px 0px 0px #FFFFFE !important;
    outline: none !important;
    padding: 5px;
    color: #3F3E3D;
    font-family: "Open Sans";
    font-size: 18px !important;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 24px;
    text-align: center;
    position: relative;
    top: 3px;
}


.sequence-preview-email {
    background-image: url('images/preview.png');
}

    .sequence-preview-email:hover {
        background-image: url('images/view-org.svg');
    }

.sequence-clear-email {
    background-image: url(images/close-gray.png);
}

    .sequence-clear-email:hover {
        background-image: url(images/close-orange.svg);
    }

.sequence-edit-email {
    background-image: url(images/edit.png);
}

    .sequence-edit-email:hover {
        background-image: url(images/edit-org.svg);
    }

.sequence-email-option {
    margin-right: 15px;
    color: #727A73;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 600;
    line-height: 28px;
    padding-left: 20px;
    padding-right: 15px;
    background-repeat: no-repeat;
    background-size: 15px;
    border-right: 1px solid #E1E5DF;
    background-position: left center;
}

.sequence-email-options > a:last-child {
    border-right: 0;
    padding-right: 0;
}

.sequence-email-option:hover {
    color: #F48120 !important;
}

.line {
    box-sizing: border-box;
    height: 28px;
    width: 3px;
    border: 1px solid #E1E5DF;
}

.sequence-body > .reminder-selector {
    max-height: 480px;
    min-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.reminder-templates-wrapper {
    height: 530px;
    width: 1003px;
}

.email-box {
    position: relative;
    display: inline-table;
    width: 220px;
    height: 220px;
    max-height: 220px;
    /*overflow: hidden;*/
    padding: 16px;
    border: 10px;
    margin: 12px;
    background: linear-gradient(270deg, #EEF2EC 0%, #FFFFFF 100%);
    color: #727A73;
    cursor: default;
    margin-bottom: 24px;
}

    .email-box > h2 {
        color: #727A73 !important;
        font-family: "Open Sans";
        font-size: 20px !important;
        font-weight: 600 !important;
        line-height: 24px !important;
        margin: 0 !important;
        height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 178px;
        white-space: nowrap;
    }

    .email-box > div {
        margin-bottom: 10px;
        line-height: 16px;
        width: 178px;
        height: 99px;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.new-email {
    display: inline-table;
    position: relative;
    background: none;
    border: 4px solid #A1A7A1;
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center 75px;
    background-image: url('images/add-gray.png');
    top: 2px;
    cursor: pointer;
    float: left;
}

    .new-email > h2 {
        text-align: center;
        position: absolute;
        margin-top: 100px;
        right: 0;
        left: 17px;
    }

.email-box + .template-smiley {
    border-left: 10px solid #52A1BD;
}

.email-box + .template-happy {
    border-left: 10px solid #49C98E;
}

.email-box + .template-expressionless {
    border-left: 10px solid #E1CB50;
}

.email-box + .template-angry {
    border-left: 10px solid #DE7A41;
}

.email-box + .template-furious {
    border-left: 10px solid #B83630;
}

.bootstrap-select > .dropdown-toggle {
    color: #3F3E3D;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    background: none;
    box-shadow: none;
}

.bs-caret > .caret {
    background-image: url(images/dropdown.png) !important;
    background-repeat: no-repeat !important;
    display: inline-block !important;
    height: 25px !important;
    width: 19px !important;
    border: 0px !important;
    padding: 0px !important;
    margin-top: -12px !important;
}

.registerPlan > div > button > .bs-caret > .caret {
    background-image: url(images/select-arrow.svg) !important;
    background-repeat: no-repeat !important;
    display: inline-block !important;
    height: 19px !important;
    width: 25px !important;
    border: 0px !important;
    padding: 0px !important;
    margin-top: -4px !important;
    background-size: 6px 12px;
}

.bootstrap-select > .dropdown-toggle {
    padding: 0 !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    width: auto !important;
    padding-left: 5px !important;
    padding-right: 18px !important;
}

.bootstrap-select > div.open {
    overflow: hidden !important;
    min-height: 0px !important;
    top: 20px !important;
    border-top-width: 0 !important;
    box-shadow: none !important;
}


.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-color: white;
    box-shadow: none;
    border-radius: 0;
    border: 2px solid #979797;
    border-bottom: 0;
}

.open > .dropdown-toggle > .bs-caret {
    display: none;
}

/*.dropdown-menu > li > a:hover {
    background: none;
    color: #3CA743;
    border-bottom: 3px solid #3CA743 !important;
}*/

.dropdown-menu > li > a:focus {
    background: none;
}

.dropdown-menu > li > a {
    /*padding: 3px 0px;
    margin: 0px 20px;*/
    color: #000000 !important;
    text-decoration: underline;
}

.dropdown-menu > li:last-child > a {
    border-bottom: 0px;
}

.actions > .dropdown > .dropdown-menu > li:last-child > a {
    margin-bottom: -10px;
}

.beforeAfterSelect > .bootstrap-select > .btn-default > span.filter-option {
    width: 104px !important;
    padding-top: 0px !important;
}

.bootstrap-select > .btn-default:active {
    top: 0;
    border-style: outset;
    background: none;
    border: 2px solid transparent;
    border-bottom: 0px;
}

.bootstrap-select > .btn-default {
    border: 1px solid #000000;
    width: auto;
}

.open > .dropdown-toggle.btn-default {
    background-image: url(images/dropdown.png) !important;
    background-repeat: no-repeat;
    background-position-x: right;
}

/*input[type=password]:focus,*/
input[type=tel]:focus,
input[type=email]:focus,
input[type=text]:focus,
input[type=number]:focus {
    border: 1px solid #F48120;
}
/*.cke_focus .cke_contents,
.cke_focus .cke_editable {
    border-top: 1px solid #000000 !important;
    border-left: 1px solid #000000 !important;
    border-right: 1px solid #000000 !important;
}*/

.cke_bottom {
    border-radius: 0 !important;
}
/*.cke_focus .cke_bottom {
    border-bottom: 2px solid #3CA743 !important;
    border-left: 2px solid #3CA743 !important;
    border-right: 2px solid #3CA743 !important;
}*/

.template-title {
    color: #3F3E3D;
    font-family: Bitter;
    font-size: 20px;
    line-height: 24px;
    float: left;
    width: 650px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 13px;
}


.template-name {
    color: #727A73;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    float: left;
    width: 650px;
    overflow: hidden;
    word-wrap: normal;
    text-overflow: ellipsis;
    clear: both;
}

.template-body {
    color: #727A73;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 20px;
    clear: both;
    padding: 0;
    margin: 0;
    width: 941px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 95px;
}

.sequence-view {
    padding: 18px 40px;
    background: linear-gradient(180deg, #EEF2EC 0%, #FFFFFF 100%);
}

.sequence-email-option > a {
    border-right: 1px solid #dbdbdb;
    height: 28px;
    margin-right: 10px;
    padding-right: 15px;
    margin-left: 10px;
}

.composeEmailModal {
    padding: 0px;
    overflow-y: auto !important;
}

#emailViewPort {
    background-color: #EEF2EC;
}


.emailEditorBox.sideBarContents {
    margin: 0px;
}

#emailComposer {
    margin: 0 50px;
    width: 695px;
}

input[type=password],
input[type=tel],
input[type=email],
input[type=text],
input[type=number] {
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #939597;
    box-shadow: none;
    outline: none;
    height: 24px;
    padding-left: 20px;
    border-radius: 0px !important;
}

    input[type=password]::-ms-clear,
    input[type=tel]::-ms-clear,
    input[type=email]::-ms-clear,
    input[type=text]::-ms-clear {
        display: none;
    }


.emailEditorBox label {
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    margin: 0px;
    display: inline-block;
    color: #3F3E3D;
    font-family: "Open Sans";
    font-weight: 600;
    line-height: 19px;
}

.modal h3 {
    margin: 20px 0 10px;
}

.emailEditorBox.sideBarContents button {
    display: block;
    width: 176px;
    margin-bottom: 15px;
    background-color: transparent;
    text-align: left;
    border: 1px solid #727A73;
    color: #3F3E3D;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
}

#tagList button {
    padding: 0px 10px;
    height: 29px;
}

.insertContentButton {
    background-image: url(images/gripicon.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    float: left;
    margin-top: 4px;
}

.cke_editor_emailBody {
    box-shadow: none !important;
    border-radius: 0 !important;
    margin-bottom: 10px !important;
}

.cke_top {
    background: #EEF2EC !important;
    padding-left: 0px !important;
}

.cke_contents {
    border: 2px solid #E1E5DF !important;
    border-bottom: 0 !important;
}

.cke_bottom {
    border: 2px solid #E1E5DF !important;
    border-top: 0 !important;
}

.cke_toolgroup {
    border: 2px solid #E1E5DF !important;
}

.title-edit {
    background-image: url(images/edit-org.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 25px;
    display: inline-block;
    background-size: contain;
    margin-left: 20px;
    cursor: pointer;
}

.title-cancel {
    background-image: url(images/close-gray.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-position: 0px;
    background-size: contain;
    display: inline-block;
    float: right;
    margin-top: 8px;
    cursor: pointer;
}

.title-wrapper {
    width: 529px;
    text-align: center;
    margin: auto;
}

.title-header {
    height: 30px;
    color: #727A73;
    font-family: Bitter;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    font-weight: normal !important;
    max-width: 92%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.title-input {
    border: none !important;
    background-color: #EEF2EC !important;
    width: 334px !important;
    padding: 0px !important;
    margin: 0px !important;
    color: #A1A7A1 !important;
    font-family: Bitter !important;
    font-size: 26px !important;
    line-height: 30px !important;
    text-align: center !important;
}

.edit-mode {
    border-bottom: 2px solid #F48120;
    height: 42px;
}

.view-mode {
    height: 42px;
    padding-top: 5px;
}

.save-result {
    height: 18px;
}

.emailComposer-header {
    background-color: white;
    height: 90px;
    padding-top: 15px;
}

    .emailComposer-header > .close > .close-modal-div {
        width: 30px !important;
        top: 2px !important;
        height: 30px !important;
        margin-top: 30px !important;
        margin-right: 50px !important;
    }


section#label-picker {
    display: flex;
    flex-flow: row wrap;
    width: 100px;
}

    section#label-picker > div {
        flex: 1;
        padding: 0;
        height: 15px;
    }

#label-picker input[type="radio"] {
    display: none;
}

    #label-picker input[type="radio"]:not(:disabled) ~ label {
        cursor: pointer;
    }

    #label-picker input[type="radio"]:disabled ~ label {
        color: #bcc2bf;
        border-color: #bcc2bf;
        box-shadow: none;
        cursor: not-allowed;
    }

#label-picker label {
    height: 100%;
    display: block;
    margin-bottom: 1rem;
    margin-right: 5px;
    text-align: center;
    position: relative;
}

#label-picker input[type="radio"]:checked + label {
    color: white;
    box-shadow: none;
}

    #label-picker input[type="radio"]:checked + label::after {
        border: none;
        content: '';
        font-size: 24px;
        position: absolute;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
        height: 3px;
        width: 100%;
        text-align: center;
        background: #3F3E3D;
        box-shadow: none;
    }

.bg_smiley {
    background: #52A1BD !important;
}

.bg_happy {
    background: #49C98E !important;
}

.bg_expressionless {
    background: #E1CB50 !important;
}

.bg_angry {
    background: #DE7A41 !important;
}

.bg_furious {
    background: #B83630 !important;
}

.emailComposer-header .labels span {
    color: #3F3E3D;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
}

.emailComposer-header .labels {
    position: absolute;
    margin-left: 50px;
    margin-top: 10px;
}

.sequenceTemplate-container {
    height: 584px;
    width: 1038px;
    background-color: #EEEEEE;
}

    .sequenceTemplate-container.modal {
        display: none;
        position: fixed;
        width: 1038px;
        height: 584px;
        top: 50%;
        left: 50%;
        overflow-x: hidden;
        overflow-y: auto;
        transform: translate(-50%, -50%);
        z-index: 99;
    }

.sequenceTemplate-box {
    display: inline-block;
    overflow: hidden;
    padding: 1px;
    border: 4px solid transparent;
    margin: 12px;
    color: #727A73;
    cursor: default;
    height: 220px;
    width: 220px;
    background-color: #FFFFFF;
}

    .sequenceTemplate-box:hover {
        border: 4px solid #f37006;
    }

.sequenceTemplate-box-content {
    text-align: center;
    top: 47px;
    position: relative;
}

    .sequenceTemplate-box-content > h2 {
        color: #727A73;
        font-family: "Open Sans";
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        margin: 0;
        height: 72px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
    }

    .sequenceTemplate-box-content > span {
        height: 36px;
        width: 176px;
        color: #727A73;
        font-family: "Open Sans";
        font-size: 12px;
        line-height: 16px;
        text-align: center;
    }

    .sequenceTemplate-box-content > div {
        margin-bottom: 10px;
        line-height: 16px;
        width: 178px;
        height: 100px;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.sequence-template-moode {
    position: relative;
    top: 45px;
    text-align: center;
    height: 16px !important;
}

.choose-a-template {
    height: 30px;
    width: 243px;
    color: #727A73;
    font-family: Bitter;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    top: 25px;
    right: -40px;
    position: relative;
}

.template-selector {
    margin-left: 26px;
    margin-top: 39px;
    height: 584px;
}

.choose-div {
    height: 40px;
    width: 220px;
    background: #F48120;
    position: absolute;
    top: 192px;
    left: 12px;
    color: #fff;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    text-align: center;
}

    .choose-div > span {
        position: relative;
        top: 25%;
        text-transform: uppercase;
    }

.sequence-template-header {
    height: 81px;
    background-color: #fff;
    text-align: center;
}

.emailComposer-footer {
    background: white;
    height: 82px;
    padding-top: 18px;
}

.left-panel {
    width: 794px !important;
    margin-top: 0px !important;
    padding-left: 50px !important;
}

.close-choose {
    background: url(images/close-gray.png), no-repeat;
    display: inline-block;
    position: relative;
    float: right;
    width: 32px;
    height: 32px;
    top: 20PX;
    right: 40px;
    cursor: pointer;
}


.email-template:hover::before {
    content: 'CHOOSE \A or \A EDIT';
    background-color: #52A1BD;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    right: 0px;
    opacity: 0.8;
    text-align: center;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    line-height: 1.8em;
    color: white;
    padding-top: 55px;
    cursor: pointer;
    white-space: pre-wrap;
}

.email-template-trash {
    background-image: url(images/delete-white.svg);
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    float: right;
}

.sequencetemplate-moode-bar {
    height: 200px;
    width: 9px;
    position: relative;
    float: left;
    left: -20px;
}

.content-sequenceTemplate {
    left: -20px;
    position: relative;
}

.sequencetemplate-moode-bar-smiley {
    background-color: #52A1BD;
}

.sequencetemplate-moode-bar-happy {
    background-color: #49C98E;
}

.sequencetemplate-moode-bar-expressionless {
    background-color: #E1CB50;
}

.sequencetemplate-moode-bar-angry {
    background-color: #DE7A41;
}

.sequencetemplate-moode-bar-furious {
    background-color: #B83630;
}

.no-mood-template {
    width: 1030px !important;
}

.delete-sequence {
    float: right;
    right: 45.86px;
    position: relative;
    height: 20px;
    width: 17px;
    background-size: cover;
    top: 15px;
    cursor: pointer;
}

.button-white::before {
    content: url('images/add.png');
    display: inline-block;
    height: 30px;
    width: 30px;
    float: left;
    position: relative;
    top: -6px;
    left: 2px;
}

.button-white:hover:before {
    content: url(images/add.png);
    /*content: url(images/add-hover.png);*/
}

.button-white {
    background-color: #F48121;
    height: 40px;
    width: 217px;
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    padding: 10px 2px;
}

    .button-white:hover {
        background-color: #f37006;
    }

.button-content {
    margin-right: 10px;
}

.button-addReminder {
    margin-top: 36px;
}

.content-border {
    border-bottom: 6px solid #E1E5DF;
}

.separator {
    height: 6px;
    width: 1100px;
    background-color: #EEF2EC;
    margin-bottom: 24px;
    margin-top: 30px;
}

.button-green {
    height: 24px;
    min-width: 70px;
    background: #50A930;
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: normal;
    line-height: 19px;
    text-align: center;
}

    .button-green:hover {
        background: #3BA718;
    }

.button-disable {
    height: 40px;
    width: 150px;
    border: 2px solid #E1E5DF;
    border-radius: 26px;
    color: #E1E5DF;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 1px 2px 2px #FFFFFE;
}

.button-preview {
    height: 40px;
    width: 150px;
    border: 2px solid #3CA743;
    border-radius: 26px;
    color: #3CA743;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 1px 2px 2px #FFFFFE;
}

body:after {
    display: none;
    content: url(images/Arrow.png) url(images/arrow-left.png);
}

.back-button::before {
    display: inline-block;
    content: url(images/Arrow.png);
    display: inline-block;
    height: 19.41px;
    width: 55px;
    position: relative;
    top: 7px;
    left: -11px;
}

.back-button:hover::before {
    display: inline-block;
    content: url(images/arrow-left.png);
    display: inline-block;
    height: 19.41px;
    width: 55px;
    position: relative;
    top: 7px;
    left: -11px;
}

.back-button {
    height: 19px;
    width: 40px;
    color: #3F3E3D !important;
    font-family: "Open Sans";
    font-size: 14px !important;
    font-weight: 600;
    line-height: 19px;
    text-align: center;
    text-decoration: none !important;
}

    .back-button:hover {
        color: #F48120 !important;
    }

/*.deleteReminderModal .confirm,
.disableReminderModal .confirm,
.changeInUseReminderSetModal .confirm,
.unsavedChangesModal .confirm {
    width: 150px !important;
}*/


/*.changeInUseReminderSetModal .cancel,
.unsavedChangesModal .cancel {
    width: 180px !important;
}*/

/*.deleteReminderModal .cancel, 
.disableReminderModal .cancel {
    width: 235px !important;
}*/

.please-choose-a-reminder {
    color: #B83630;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    line-height: 22px;
    background: url('images/unsavedChanges-red.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 35px;
    padding-top: 10px;
    clear: both;
    height: 40px;
    margin-top: 20px;
}

.active-text {
    background-color: #fff !important;
    color: #727A73 !important;
}

.save-result {
    font-family: "Open Sans";
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
}

.result-ok {
    color: #F58220;
}

.result-error {
    color: #B83630;
}

.systemTemplate {
    color: #3F3E3D;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: italic;
    line-height: 19px;
}

.author {
    position: absolute;
    top: 220px;
    height: 17px;
    width: 220px;
    color: #A1A7A1;
    font-family: "Open Sans";
    font-size: 10px;
    font-style: italic;
    line-height: 18px;
    text-align: center;
    left: 0;
    right: 0;
    width: auto;
}

.tile-name {
    display: block;
    height: 21px;
    overflow: hidden;
    word-wrap: normal;
    text-overflow: ellipsis;
    width: 178px;
    margin: 5px 0;
}

.inlineSection {
    width: 100%;
    display: table;
}

    .inlineSection .inlineCol {
        display: inline-block;
        width: 50%;
        display: table-cell;
    }

        .inlineSection .inlineCol:first-child {
            padding-right: 10px;
        }

        .inlineSection .inlineCol:last-child {
            padding-left: 10px;
        }

.defaultDropdown,
.senderDropdown {
    margin: 0px !important;
    color: #727A73 !important;
}

    .defaultDropdown .bootstrap-select,
    .senderDropdown .bootstrap-select {
        width: 100%;
    }

        .defaultDropdown .bootstrap-select > .dropdown-toggle,
        .senderDropdown .bootstrap-select > .dropdown-toggle {
            font-size: 12px !important;
            width: 100% !important;
            height: auto !important;
            border: 1px solid #aaa;
            border-radius: 4px;
            color: #444;
            font-family: 'Open Sans', sans-serif;
            line-height: 28px;
        }

    .defaultDropdown .dropdown-menu > li > a,
    .senderDropdown .dropdown-menu > li > a {
        border-bottom: none !important;
        font-size: 12px !important;
        color: #727A73;
    }

        .defaultDropdown .dropdown-menu > li > a:hover,
        .senderDropdown .dropdown-menu > li > a:hover {
            border-bottom: none !important;
            color: #fff !important;
            background: #4793d9;
        }

    .defaultDropdown .bootstrap-select.btn-group .dropdown-menu li a span.text,
    .senderDropdown .bootstrap-select.btn-group .dropdown-menu li a span.text {
        height: 20px !important;
        line-height: 18px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 96%;
    }

    .senderDropdown .bootstrap-select.btn-group .dropdown-menu li a span.text {
        width: 273px;
    }

    .defaultDropdown .bootstrap-select > div.open,
    .senderDropdown .bootstrap-select > div.open {
        border-color: #000000;
    }

    .defaultDropdown .bootstrap-select.btn-group .dropdown-toggle .filter-option,
    .senderDropdown .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        display: inherit !important;
        margin-top: 0px;
        overflow: hidden;
        max-width: 100%;
        width: 100% !important;
    }

    .defaultDropdown .bs-placeholder .filter-option,
    .senderDropdown .bs-placeholder .filter-option {
        /*color: #000000;*/
        font-family: "Open Sans";
        font-size: 12px;
        font-style: normal;
        line-height: 15px;
        margin-top: 4px !important;
    }



    .senderDropdown .open .dropdown-toggle .filter-option {
        border-bottom: 1px solid #E1E5DF;
        height: 34px;
        padding: 0px !important;
        padding-left: 20px !important;
        margin: 0px 9px 0px 9px;
    }

.registerPlan .defaultDropdown .open .dropdown-toggle .filter-option {
    height: 34px;
    padding: 0px !important;
    padding-left: 20px !important;
    margin: 0px 9px 0px 9px;
}

.defaultDropdown .bootstrap-select > div.open,
.senderDropdown .bootstrap-select > div.open {
    top: 20px !important;
    width: 100%;
}

.senderDropdown .dropdown-toggle,
.defaultDropdown .dropdown-toggle,
.defaultDropdown .dropdown-toggle:hover,
.senderDropdown .dropdown-toggle:hover {
    background-color: white !important;
}

.defaultDropdown .open > .dropdown-toggle.btn-default,
.senderDropdown .open > .dropdown-toggle.btn-default {
    border-bottom: 1px solid !important;
    border: 1px solid #000000;
}


    .defaultDropdown.open > .dropdown-toggle.btn-default:hover,
    .senderDropdown.open > .dropdown-toggle.btn-default:hover {
        border: 2px solid #E1E5DF;
    }


.sequence-author-box {
    margin: 0 12px 12px 12px;
    display: inline-block;
    width: 220px;
    height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #A1A7A1;
    font-family: "Open Sans";
    font-size: 10px;
    font-style: italic;
    line-height: 18px;
    text-align: center;
}

.sequenceTemplate {
    width: 220px;
    display: inline-block;
    margin: 12px;
    position: relative;
}


#emailContainer .emailTabs {
    height: 35.22px;
    position: absolute;
    width: 236px;
    z-index: 10000;
    margin: auto;
    left: 0;
    right: 0;
    top: 75px;
}

    #emailContainer .emailTabs a {
        height: 35.22px;
        width: 118px;
        background-color: white;
        border-top: 2px solid #F48120;
        border-bottom: 2px solid #F48120;
        border-left: 2px solid #F48120;
        border-right: 2px solid #F48120;
        background-color: white;
        color: #444444;
        font-family: "Open Sans";
        font-size: 12px;
        font-weight: 600;
        line-height: 17px;
        text-align: center;
        display: table-cell;
        text-decoration: none;
        padding-top: 7px;
    }

        #emailContainer .emailTabs a.active {
            border: none;
            background: #F48120;
            color: white;
        }

        #emailContainer .emailTabs a:last-child {
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

        #emailContainer .emailTabs a:first-child {
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }

#emailContainer .tabBox {
    display: none;
    transition: opacity 0.1s linear 0s;
    top: 0px;
    padding-top: 10px;
    height: 573px;
}

    #emailContainer .tabBox.visible {
        display: inline-block;
    }


#emailContainer #compose {
    height: 590px;
}

#preview, .previewSequence {
    background-color: #1C1D1B;
    width: 100%;
}

.preview-panel {
    margin: 38px 0 0 50px;
    width: 705px;
    display: block;
    float: left;
}

.preview-content {
    background-color: white;
    width: 488px;
    height: 424px;
    overflow-y: auto;
    overflow-x: hidden;
    float: right;
    padding: 26px;
}

.preview-from {
    font-family: "Open Sans";
    font-size: 12px;
    line-height: 17px;
    color: #4A4A4A;
    margin-bottom: 10px;
    vertical-align: text-bottom;
}

    .preview-from > label {
        text-transform: capitalize;
        font-family: "Open Sans";
        font-size: 12px;
        line-height: 17px;
        width: 50px;
        display: inline-block;
        vertical-align: text-bottom;
    }

    .preview-from > span {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 350px;
        display: inline-block;
        vertical-align: text-bottom;
    }

.preview-emailbody {
}

.preview-side {
    width: 176px;
    margin-top: 20px;
    display: block;
    margin-left: 50px;
    float: left;
}

.preview-separator {
    height: 6px;
    width: 430px;
    background-color: #EEF2EC;
    margin: 20px 0px;
}

.preview-side li {
    border-top: 1px solid #3F3E3D;
}

.preview-side ul {
    border-bottom: 1px solid #3F3E3D;
}

.preview-side h3 {
    color: #FFFFFF !important;
    font-family: "Open Sans";
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 16px;
}

.preview-side input[type="radio"]:checked,
.preview-side input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .preview-side input[type="radio"]:checked + label,
    .preview-side input[type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        display: inline-block;
        color: #979797;
        text-transform: initial;
        color: #FFFFFF;
        font-family: "Open Sans";
        font-size: 10px;
        line-height: 14px;
        font-weight: normal;
    }

        .preview-side input[type="radio"]:checked + label:before,
        .preview-side input[type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 13px;
            height: 13px;
            border: 1px solid #979797;
            border-radius: 100%;
            background: #1C1D1B;
        }

        .preview-side input[type="radio"]:checked + label:after,
        .preview-side input[type="radio"]:not(:checked) + label:after {
            content: '';
            width: 5px;
            height: 5px;
            background: #F48120;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .preview-side input[type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .preview-side input[type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.tooltip_templates {
    display: none;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
    background: white;
    border: 2px solid #727A73;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content {
    color: #727A73;
    font-family: "Open Sans";
    font-size: 12px;
    line-height: 15px;
    padding: 15px;
}


.template-selector-info {
    clear: both;
    width: 600px;
    color: #727A73;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 9px;
    margin-left: 10px;
}


.sideBarContents p {
    color: #727A73;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: italic;
    line-height: 15px;
}

.sweet-alert .sa-icon.sa-error {
    height: 80px !important;
    width: 80px !important;
}


#sequencePreviewContainer .tabBox {
    position: absolute;
    z-index: 10000;
    margin: auto;
    left: 0;
    right: 0;
    display: inline-block;
    transition: opacity 0.1s linear 0s;
    padding-top: 10px;
    height: 507px;
}

.previewDays {
    height: 44px;
    width: 112px;
    color: #FFFFFF;
    font-family: Bitter;
    font-size: 36px;
    letter-spacing: 2px;
    line-height: 44px;
    display: inline-block;
}

.preview-sequence-panel {
    margin: 38px 0 0 50px;
    width: 58%;
    display: block;
    float: left;
}

.days-template {
    display: inline-block;
    float: left;
    top: 32px;
    position: relative;
    left: 107px;
    color: white;
}

.previewSequence-footer {
    background: white;
    height: 82px;
    padding-top: 30px;
    float: right;
    width: 100%;
}

.previewSequence-footer-editMode {
    top: 90% !important;
    position: fixed;
    z-index: 5;
    width: 100%;
    left: 0;
    padding-right: 40px;
}

.previewSequence-buttons-editMode {
    float: right;
    margin-right: 30px !important;
}

.previewSequence-background-editMode {
    background: rgba(0, 0, 0, 0.1) !important;
}

.sweet-alert .sa-icon.sa-warning,
.sweet-alert .sa-icon.sa-info,
.sweet-alert .sa-icon.sa-success {
    height: 80px !important;
    width: 80px !important;
}

.active-chases {
    position: relative;
    display: inline-block;
    top: 2px;
    left: 42%;
    color: #A1A7A1;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: italic;
    line-height: 19px;
    text-align: center;
}

.days-before-due {
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 19px;
}

.add-days {
    background: url(images/add-white.svg) no-repeat;
    display: inline-block;
    width: 20px;
    height: 21px;
    background-size: contain;
    cursor: pointer;
}

    .add-days:hover {
        background: url(images/plus-rollover.svg) no-repeat;
        width: 20px;
        height: 21px;
        background-size: contain;
    }

.decrease-days {
    background: url(images/decrease-white.svg) no-repeat;
    display: inline-block;
    width: 20px;
    height: 21px;
    background-size: contain;
    cursor: pointer;
}

    .decrease-days:hover {
        background: url(images/minus-rollover.svg) no-repeat;
        display: inline-block;
        width: 20px;
        height: 21px;
        background-size: contain;
        cursor: pointer;
    }

.preview-sequence-template {
    color: #FFFFFF;
    font-family: Bitter;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 22px;
}

.sequence-edit-email-green {
    background-image: url(images/edit-org.svg);
}

.sequencePreview-email {
    background-image: url(images/edit-org.svg);
}

    .sequencePreview-email:hover {
        background-image: url(images/white-edit.png);
    }

.sequence-email-preview-green {
    color: #F48120;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 28px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 15px;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: left center;
    cursor: pointer;
}

    .sequence-email-preview-green:hover {
        color: #fff;
    }

.button-empty-white {
    background-color: #fff;
    height: 24px;
    min-width: 70px;
    border: 1px solid #000000 !important;
    color: #000000 !important;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: normal;
    line-height: 19px;
    text-align: center !important;
}

    .button-empty-white:hover {
    }

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.timeline {
    background-color: #292E29;
    width: 90%;
    position: absolute;
    display: inline-block;
    margin-left: 0px;
    height: 58px;
    margin: auto;
    left: 0;
    right: 0;
}

.carousel-indicators {
    top: 20px !important;
}

.landing_Home,
.landing_Dashboard,
.landing_Reports,
.landing_Settings {
    background-color: #FFFFFF;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    outline-offset: initial !important;
}

.composeEmailModal {
    height: 95% !important;
    top: 55% !important;
}

.showSweetAlert {
    border: 1px solid #ccc;
}


#reportsInvoiceType > div {
    margin-bottom: 10px;
}

.text-right {
    text-align: right;
}

.limit-amount {
    max-width: 65px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.chasesInUse {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    white-space: nowrap;
    padding: 0 20px;
}

.groupAlert {
    height: 38px;
    border: 1px solid #B83630;
    background-color: #F7EAEA;
    width: 100%;
    padding-top: 7px;
    padding-left: 12px;
    position: relative;
}

    .groupAlert > span {
        color: #B83630;
        font-family: "Open Sans";
        font-size: 10px;
        font-weight: bold;
        line-height: 14px;
        text-transform: uppercase;
    }


    .groupAlert > div {
        background-image: url('images/close-red.svg');
        width: 15px;
        height: 15px;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        right: 13px;
        top: 11px;
    }

#timeLine-wrapper {
    background-color: #292E29;
    height: 58px;
}

#timelineIndicators > li {
    position: absolute !important;
    top: 0;
}

#timelineIndicators {
    margin: 0 !important;
    left: 0 !important;
    padding: 0 !important;
}

#timeLine::after {
    content: '';
    display: block;
    border: none;
    border-top: 5px dotted white;
    color: #fff;
    background-color: #292E29;
    height: 1px;
    position: absolute;
    top: 28px;
    bottom: 0px;
    opacity: 1 !important;
    margin-left: 2px;
    left: 0px;
    right: 0px;
}

#timelineIndicators li.due::after {
    content: "Due";
    top: 4px;
    color: #B83630;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    left: 0px;
    display: inline-block;
    padding-left: 530px;
    position: absolute;
}

.pastEmail {
    content: "X";
    top: -4.5px;
    color: #7d2424;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 800;
    line-height: 22px;
    text-align: center;
    left: 0.5px;
    display: inline-block;
    padding-left: 506px;
    position: absolute;
    z-index: 999;
}

#timelineIndicators li.today::after {
    content: "Today";
    top: 30px;
    color: #00b143;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    left: 0px;
    display: inline-block;
    padding-left: 530px;
    position: absolute;
    z-index: 9;
}

.emailOnDueDate {
    margin-left: -6px !important;
}

.reportInvoicesTable .historyInvoice {
    margin-right: 0px !important;
}

/*#region Navigation Bar */

#billingInfoWarning {
    margin-left: 40px;
    float: left;
    top: 8px;
    position: relative;
}

    #billingInfoWarning a {
        line-height: 20px;
        margin: 0;
        padding: 0;
        font-size: 12px;
    }

.activation-bar {
    background-color: #E8E8E8;
    text-align: center;
    border-radius: 3px;
    padding: 0 10px;
    color: #5D5F5D;
}

    .activation-bar span {
        font-weight: bold;
    }

    .activation-bar p.billing-activate {
        color: #f17e2d;
        display: inline-block;
        font-weight: 600;
    }

    .activation-bar p {
        margin: 0;
        padding: 0;
        font-size: 12px;
        text-align: center;
        line-height: 15px;
    }


#system-logout, #system-help, #system-sync, #system-user {
    float: right;
    width: 26px;
    height: 26px;
    top: 10px;
    position: relative;
    margin-right: 20px;
}

#system-user {
    background-color: #939597;
    border-radius: 50%;
    text-align: center;
    padding-top: 2px;
    margin-top: 2px;
    background-size: contain;
}

    #system-user:hover {
        background-color: #AEB0B1;
    }

    #system-user > a {
        font-size: 12px;
        font-weight: normal;
    }

#system-logout a, #system-help a {
    top: 2px;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

#system-logout a {
    background-image: url(images/navigation/logout-regular.svg);
}

    #system-logout a:hover {
        background-image: url(images/navigation/logout-hover.svg);
    }


#system-help a {
    background-image: url(images/navigation/help-regular.svg);
}

    #system-help a:hover {
        background-image: url(images/navigation/help-hover.svg);
    }

#system-sync {
    text-align: right;
    width: 150px;
    margin-top: 5px;
}

#sync a {
    font-size: 16px;
}

    #sync a:hover,
    #sync a.opened {
        opacity: 0.5;
    }

    #sync a::after {
        content: '';
        display: inline-block;
        background-image: url(images/NewMenuIcons/arrow-down-light.svg);
        background-repeat: no-repeat;
        background-position: center 1px;
        background-size: 12px;
        width: 12px;
        height: 12px;
        margin-left: 10px;
    }

    #sync a.opened::after {
        transform: rotate(180deg);
        background-position: center -1px;
    }

.sync-status-table {
    position: absolute;
    top: 52px;
    padding-right: 10px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 2px rgb(0 0 0 / 50%);
    z-index: 99;
    width: 640px;
    right: 165px;
    padding: 0;
    border-radius: 2px;
    display: none;
    color: var(--headerForeground);
}

@keyframes sync-menu-in-animation {
    0% {
        opacity: 0;
        visibility: visible;
        top: 30px;
    }

    100% {
        opacity: 1;
        top: 53px;
    }
}

.sync-status-table.slide-in {
    visibility: visible;
    opacity: 0;
    display: block;
    top: 10px;
    animation-name: sync-menu-in-animation;
    animation-fill-mode: forwards;
    animation-duration: 200ms;
    animation-delay: 0ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

.sync-status-table table thead th {
    background-color: #D8D8D8;
    text-align: left;
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
}

.sync-status-table table tbody tr:hover td {
    background: unset;
}

.sync-status-table table tbody td {
    text-align: left;
    padding: 10px;
    font-size: 12px;
}

td.integrationStatus, td.integrationName {
    width: 110px;
    vertical-align: baseline;
}

td.integrationDate {
    width: 175px;
    vertical-align: baseline;
}

td.integrationInvoices {
    vertical-align: baseline;
}

td.integrationButton {
    width: 135px;
    padding: 10px 0 10px 0 !important;
}

.syncButton {
    background: #2484c6;
}

.syncInProgress {
    background-image: url('images/icon_syncing.gif');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    display: block;
    position: relative;
    top: 2px;
}

.syncButtonContainer {
    height: 35px;
    display: inline-table;
}

.integrationName {
    font-weight: 600;
}

.integration-icons {
    clear: both;
    margin-left: 180px;
    margin-bottom: 25px;
}

    .integration-icons span {
        margin-right: 25px;
    }

.syncReload {
    color: #adadad !important;
    font-size: 12px !important;
    text-decoration: underline;
    font-weight: normal !important;
}
/*#endregion */

.selectReminderChase-div {
    height: 40px;
    width: 220px;
    position: absolute;
    top: 192px;
    left: 12px;
    color: #fff;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    text-align: center;
}

.dateRange {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(images/daterange.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 3px;
}

.pastReminders {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    font-family: "Bitter";
    line-height: normal;
}

.pastRemindersDescription {
    color: #707b73;
    font-size: 15px;
    text-align: center;
    width: 370px;
    margin: 0 auto;
    position: relative;
}

.pastAllRemindersContainer {
    width: 40% !important;
    height: 400px !important;
}

.autochase p {
    color: #3F3E3D;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
}

.autochaseTitle {
    color: #3F3E3D;
    font-family: Bitter;
    font-size: 26px;
    line-height: 30px;
}

.disableAutoChaseLink {
    color: #F48120;
    float: right;
    position: relative;
    top: -222px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
}

.button-transparent {
    background-color: transparent;
    height: 40px;
    width: 217px;
    border: 2px solid #3CA743;
    border-radius: 26px;
    color: #3CA743;
    box-shadow: 0px 1px 2px 2px #FFFFFE;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    float: left;
}

    .button-transparent::before {
        content: url('images/add-green-primary.svg');
        display: inline-block;
        height: 30px;
        width: 30px;
        float: left;
        position: relative;
        top: -1px;
        left: -6px;
    }

    .button-transparent:hover:before {
        content: url(images/add-hover.png);
    }

    .button-transparent:hover {
        border: 2px solid #318C37;
        color: #318C37
    }

.filterContainerHide {
    padding-bottom: 0px;
    height: 77px;
}

.close-banner {
    background-image: url(images/close-white.svg);
    background-repeat: no-repeat;
    height: 19px;
    width: 19px;
    background-size: contain;
    float: right;
    position: relative;
    top: 9px;
    margin-right: 17px;
    cursor: pointer;
}

.send-for-escalation {
    height: 45px;
    width: 388px;
    color: #727A73;
    font-family: Bitter;
    font-size: 26px;
    letter-spacing: 0.63px;
    line-height: 30px;
    text-align: center;
}

.send-an-email-with-a {
    height: 40px;
    width: 388px;
    color: #727A73;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0.69px;
    line-height: 20px;
    text-align: center;
    float: left;
}

.send-escalate-email-button {
    height: 24px;
    min-width: 70px;
    background: #50A930;
    font-family: "Open Sans";
    font-size: 14px;
}

    .send-escalate-email-button:hover {
        background: #3BA718;
    }

.download-escalate-button {
    height: 40px;
    width: 283px;
    border: 2px solid #3CA743;
    border-radius: 26px;
}

.escalated {
    color: #3CA743;
    font-weight: 600;
    margin-left: 25px;
}

.menu-main-nav {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 14px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0px;
    float: right;
}

    .menu-main-nav ul {
        float: right;
    }

    .menu-main-nav li {
        display: inline;
        font-size: 14px;
        color: #000;
    }

    .menu-main-nav a {
        color: #252525;
        padding: 6px 12px;
    }

        .menu-main-nav a:hover {
            color: #F48120;
        }

.navigationLinkRegister {
    position: relative;
    float: right;
    margin-top: 35px;
}

.btn-register-login {
    background-color: #e5e5e5;
    color: #252525;
    border-radius: 3px !important;
    padding: 10px 20px !important;
}

.menu-main-nav btn-register-login a:hover {
    color: #252525 !important;
}

.register-title {
    font-size: 30px !important;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #535353 !important;
}

.register-subtitle {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 20px !important;
    line-height: 28px;
    text-align: center;
    color: #535353 !important;
    font-weight: 500 !important;
}

.register-input {
    padding: 26px 16px 6px !important;
    border: 1px solid #D9D9D9 !important;
    height: 60px !important;
    box-shadow: inset 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    border-radius: 4px !important;
}

.register-input-PromoCode {
    padding: 26px 16px 6px !important;
    border: 1px solid #D9D9D9 !important;
    height: 60px !important;
    box-shadow: inset 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    border-radius: 4px !important;
    width: 65% !important;
    position: relative;
    float: left;
    top: 30px;
}

.register-label {
    color: #969696 !important;
    font-size: 10px;
    position: relative;
    top: 29px;
    left: 16px !important;
    cursor: text;
    transition: all .25s ease;
    left: 25px;
    z-index: 999;
}

.register-label-PromoCode {
    color: #969696 !important;
    font-size: 10px;
    position: absolute;
    cursor: text;
    transition: all .25s ease;
    left: 16px;
    top: 35px;
    z-index: 999;
}

.quotes-signUp {
    background-image: url(images/signup-quotes.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 35px;
    height: 25px;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -10px;
}

.division-signUp {
    background-image: url(images/division.png);
    background-repeat: no-repeat;
    display: block;
    width: 290px;
    height: 15px;
    position: relative;
    margin: 15px auto;
}

.stars {
    background-image: url(images/starts.png);
    background-repeat: repeat-x;
    display: inline-block;
    width: 73px;
    height: 15px;
    margin-left: 15px;
}

.signUp-review {
    position: relative;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
}

.signUp-qbLogo {
    /*background-image: url(images/intuit/qb-logo-stacked.svg);*/
    background: url(images/integrations/quickbooks-black-new-logo.svg);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    display: inline-block;
    background-size: contain;
    margin-right: 15px;
    background-position-y: center;
    background-position-x: center;
    background-color: #dbdbdb;
}

.signUp-TTLogo {
    background-image: url(images/logo-TT.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    display: inline-block;
    background-size: contain;
    margin-right: 15px;
}

.signUp-TBLogo {
    background-image: url(images/logo-t-b.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    display: inline-block;
    background-size: contain;
    margin-right: 15px;
}

.signUp-xeroLogo {
    background-image: url(images/logo-xero.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    display: inline-block;
    background-size: contain;
    margin-right: 15px;
}

.signUp-clio {
    background-image: url(images/Clio@1x.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    display: inline-block;
    background-size: cover;
    border-radius: 50%;
    margin-right: 15px;
}

.signUp-intacctLogo {
    background-image: url(images/intacct/SageIntacctLogoCircle2x.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    display: inline-block;
    background-size: contain;
    margin-right: 15px;
}

.signUp-hostedLogo {
    background-image: url(images/Hosted/logo-reckon.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    display: inline-block;
    background-size: contain;
    margin-right: 15px;
}

.signUp-myobLogo {
    background-image: url(images/Myob/myob-circle2x.png);
    background-repeat: no-repeat;
    background-position-y: center;
    width: 60px;
    height: 60px;
    display: inline-block;
    background-size: contain;
    margin-right: 15px;
}

.registerPlan .bootstrap-select {
    width: 119% !important;
    /*padding: 26px 16px 6px !important;*/
    height: 60px !important;
    box-shadow: inset 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

    .registerPlan .bootstrap-select > .dropdown-toggle {
        font-size: 15px !important;
        width: 100% !important;
        border: 1px solid #E1E5DF;
        border-radius: 0;
        color: #3F3E3D;
        font-family: "Open Sans";
        height: 60px !important;
        padding: 15px 16px 6px !important;
    }


    .registerPlan .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        width: auto !important;
        padding-left: 0px !important;
        padding-right: 18px !important;
        padding-top: 15px !important;
    }

.senderDropdown .bootstrap-select > div.open {
    top: 21px !important;
    width: 100%;
}

.registerPlan .bootstrap-select > div.open {
    top: 55px !important;
    width: 100%;
}

.btn-signup-promoCode {
    position: absolute;
    padding: 20px 28px !important;
    color: #000;
    font-size: 16px;
    background-color: #ddd;
    top: 30px;
    right: 0;
}

.btn-singup {
    border-radius: 3px !important;
    background-color: #F48120 !important;
    box-shadow: none;
    width: 100% !important;
    margin-left: 0px !important;
    height: 60px;
    font-weight: 500;
    font-family: 'Open sans';
    padding: 20px 30px;
    font-size: 18px;
    line-height: 1.3333333;
}

    .btn-singup:hover {
        background-color: #F37006 !important;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}


/* start commented backslash hack \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}


/* close commented backslash hack */

.registerPlan .open > .dropdown-toggle.btn-default {
    background-image: none !important;
}

.register-wrapper,
.h-inner-wrapper {
    margin: 0 auto;
}

    .register-wrapper .register-title {
        padding-top: 50px;
    }

.loginRegister {
    width: 90%;
    margin: 50px auto 0;
    clear: both;
}

    .loginRegister .formFooter {
        margin-top: 45px;
    }

.p-left {
    width: 50%;
    float: left;
}

.p-right {
    width: 49%;
    text-align: center;
    padding-top: 30px;
    float: left;
}

.promo-wrapper {
    position: relative;
}

.r-testimonial {
    position: relative;
    width: 320px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

    .r-testimonial .text {
        position: relative;
        font-size: 20px;
        font-style: italic;
        line-height: 1.5;
        width: 320px;
        display: block;
        text-align: center;
        margin: 0 auto;
    }

.r-integrate {
    margin: 175px 0;
    display: block;
}

.register-wrapper .registerPlan .bootstrap-select {
    width: 100% !important
}

@media (min-width: 768px) {
    .register-wrapper,
    .h-inner-wrapper {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .register-wrapper,
    .h-inner-wrapper {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .register-wrapper,
    .h-inner-wrapper {
        width: 1170px;
    }
}

@media (max-width: 991px) {
    .logos-it-new2 {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .menu-main-nav {
        float: none;
        text-align: center;
    }

    .navigationLinkRegister {
        float: none;
    }

    .p-left,
    .p-right {
        width: 100%;
        float: none;
    }

    .r-integrate {
        margin: 30px 0;
    }

    .p-right {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .loginRegister {
        width: 100%;
    }

    .register-wrapper {
        padding: 0 15px;
    }
}

.commonField {
    width: 55%;
    margin: 50px auto 0;
    clear: both;
}

.cursorPointer {
    cursor: pointer;
}

.disable {
    opacity: 0.3;
    cursor: none;
}

.alignCenter {
    text-align: center !important;
}

/*.menu-activity{
    width:72px;
    height:72px
}

.menu-home{
    width: 72px;
    height: 72px
}
.menu-reminder{
    width: 125px;
    height: 72px
}

.menu-report {
    width: 72px;
    height: 72px
}

.menu-setting {
    width: 72px;
    height: 72px
}

.menu-active{
    color:#000000;
    font-weight:600;
}*/

.TTLogo {
    background-image: url(images/TimeTracker/lawbillity-button.svg);
    background-repeat: no-repeat;
    width: 120px;
    height: 44px;
}

#userName {
    color: #fff;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 150px;
    display: inline-block;
    text-align: right;
}

.connectIntegration {
    color: #fff;
    background-color: #3BA718;
    font-size: 15px;
    background-position: 10px center;
    background-repeat: no-repeat;
    padding: 0 25px;
    width: 120px;
    line-height: 40px;
    height: 40px;
}

    .connectIntegration:hover {
        background-color: #3BA718;
        text-decoration: none !important;
        color: #FFFFFF;
    }

.hamburguerMenu {
    left: -151px;
}

    .hamburguerMenu > li > a {
        color: #4793d9 !important;
    }

.orangeButton {
    background: #F48120;
    text-align: center !important;
    color: white !important;
    border: none !important;
    box-shadow: none !important;
}

    .orangeButton:hover {
        background: #F37006;
    }

.newSequenceFixed {
    top: 0px;
    left: 0px;
    min-width: 70px;
}

.preview-nextButton {
    width: 100px !important;
    height: 24px !important;
    line-height: 12px;
    padding: 5px 13px;
    text-align: center;
}

    .preview-nextButton:hover {
        background-color: #6D6E70;
    }

.preview-nextButtonDisable {
    width: 100px !important;
    height: 24px !important;
    line-height: 12px;
    padding: 5px 13px;
    text-align: center;
}

.reminderValue {
    position: relative;
    top: -5px;
}

.chaseButtonMinWith {
    min-width: 113px !important;
}

.grayButton {
    background: #939597;
}

    .grayButton:hover {
        background: #6D6E70;
    }

#ttUsersTable > tbody > tr > td, #ttUsersTableNoAccess > tbody > tr > td {
    border-bottom: 1px solid;
    padding: 5px !important;
    height: 14px;
}

.btnGeneral {
    width: 120px;
    padding: 0;
}

.add-users {
    color: #444444;
    font-family: "Open Sans";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
}

.showHideColumns {
    background-image: url(images/gear.svg);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    background-size: contain;
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
    position: relative;
    top: -9px;
    float: right;
}

.showHideColumnsList {
    height: 81px;
    width: 177px;
    border: 1px solid #F5A623;
    background-color: #E6E7E8;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    float: left;
    position: absolute;
    left: -150px;
    top: 1px;
    z-index: 9999;
}

.show-columns {
    height: 17px;
    color: #000000;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
}

    .show-columns a {
        color: #000000 !important;
        width: 185px;
        display: block;
        padding: 1px;
        cursor: pointer;
    }

.showHideCheck {
    background-image: url(images/ShowHideCheck.png);
    background-repeat: no-repeat;
    height: 13px;
    width: 13px;
    display: inline-block;
    background-size: contain;
    margin-right: 3px;
    display: inline-block;
}

.showHideCheckInactive {
    background-image: none;
    height: 13px;
    width: 13px;
    display: inline-block;
    background-size: contain;
    margin-right: 3px;
    display: inline-block;
}

.noUsers {
    background-image: url(images/user-icon.svg);
    background-repeat: no-repeat;
    width: 129px;
    height: 135px;
    display: block;
    margin: 19px auto;
}

.noUsersLabel {
    height: 19px;
    width: 960px;
    color: #000000;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: -0.18px;
    line-height: 19px;
    text-align: center;
}

.userTTtable {
    width: auto !important;
}


.InvTrackerLogoSelectd {
    background-image: url(../Content/images/TimeTracker/invoiceTracker-dark.png);
    background-repeat: no-repeat;
    width: 182px;
    height: 52px;
    background-color: #F0F0F1;
    background-position: center;
    display: inline-block;
    background-size: 158px;
}

.LawBillityLogo {
    background-image: url(../Content/images/TimeTracker/lawbillity-light.png);
    background-repeat: no-repeat;
    width: 114px;
    height: 52px;
    background-color: #404041;
    background-position: center;
    display: inline-block;
    background-size: 91px;
}

    .LawBillityLogo:hover {
        background-image: url(../Content/images/TimeTracker/lawbillity-light-hover.svg);
        background-color: #5C5C59;
    }

.InvTrackerLogo {
    background-image: url(../Content/images/TimeTracker/invoiceTracker-light.svg);
    background-repeat: no-repeat;
    width: 182px;
    height: 52px;
    background-color: #404041;
    background-position: center;
    display: inline-block;
}

    .InvTrackerLogo:hover {
        background-image: url(../Content/images/TimeTracker/invoiceTracker-hover.svg);
        background-color: #5C5C59;
    }

.LawBillityLogosContainer {
    margin-left: -10px;
}

    .LawBillityLogosContainer > ul {
        float: left;
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        width: 300px;
        height: 52px;
    }

        .LawBillityLogosContainer > ul > li {
            float: left;
        }

            .LawBillityLogosContainer > ul > li > a {
                display: inline-block;
                color: white;
                text-align: center;
                text-decoration: none;
            }

.link {
    color: #4A90E2 !important;
    text-decoration: underline;
    cursor: pointer;
}

ul.list li,
ol.list li {
    font-size: 12px;
}

.toggleDetail {
    float: left;
    color: white;
    padding-top: 10px;
    display: none;
}

.changeFirm {
    text-decoration: underline !important;
    margin-left: 5px;
    color: #4793d9 !important;
    font-size: 12px !important;
}

.detailArrow {
    height: 10px !important;
    width: 10px !important;
    background-color: #404041;
    background-image: url(images/NewMenuIcons/arrow-down-light.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: relative;
    top: -5px;
}

/*#region Sidebar */

#sidebar-toggle-menu {
    z-index: 4;
    width: 25px;
    height: 25px;
    position: fixed;
    top: 66px;
    background: #7A7A7A;
    color: white;
    border: 1px solid #5C5C59;
    border-radius: 3px;
    left: 185px;
    cursor: pointer;
    text-align: center;
    font-size: 25px;
    transition: all 0.3s;
}

    #sidebar-toggle-menu i {
        position: relative;
        top: -1px;
    }

body:not(.collapsed) #sidebar-toggle-menu .fa-angle-right,
body.collapsed #sidebar-toggle-menu .fa-angle-left {
    display: none;
}

body.collapsed #sidebar-toggle-menu {
    left: 55px;
}

nav#sidebar {
    position: fixed;
    width: 200px;
    top: 52px;
    height: calc(100vh - 50px);
    transition: all 0.3s;
}

    nav#sidebar, nav#sidebar ul {
        background-color: #7A7A7A;
        z-index: 3;
    }

body.collapsed nav#sidebar {
    width: 70px;
    max-width: 70px;
    min-width: 70px;
}

nav#sidebar .menu-item > a {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    height: 38px;
    width: 200px;
    display: inline-block;
}

body.collapsed nav#sidebar .menu-item > a {
    width: 70px;
    transition: all 0.3s;
}

nav#sidebar .menu-item > a:hover,
nav#sidebar .menu-item.active > a {
    font-weight: bold;
}

nav#sidebar ul {
    position: relative;
    top: 35px;
}

nav#sidebar li div {
    float: left;
}

nav#sidebar .menu-item {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding: 5px 0px;
    margin: 0px;
}

    nav#sidebar .menu-item:hover,
    nav#sidebar .menu-item.active {
        background-color: #5C5C59;
        font-weight: bold;
    }

    nav#sidebar .menu-item div[class$="-icon"] {
        width: 26px;
        height: 26px;
        margin: 7px 10px 0 10px;
    }

body.collapsed nav#sidebar .menu-item div[class$="-icon"] {
    margin: 7px 10px 0 22px;
}

nav#sidebar .menu-item div[class$="-icon"] ~ div {
    position: relative;
    top: 10px;
}

body.collapsed nav#sidebar .menu-item div[class$="-icon"] ~ div {
    display: none;
}

nav#sidebar li.menu-activity .activity-icon {
    background-image: url('images/navigation/activity-not-selected.svg');
}

nav#sidebar li.menu-activity.active .activity-icon,
nav#sidebar li.menu-activity:hover .activity-icon {
    background-image: url(images/navigation/activity-selected.svg);
}

nav#sidebar li.menu-invoices .invoices-icon {
    background-image: url('images/navigation/invoices-not-selected.svg');
}

nav#sidebar li.menu-invoices.active .invoices-icon,
nav#sidebar li.menu-invoices:hover .invoices-icon {
    background-image: url(images/navigation/invoices-selected.svg);
}

nav#sidebar li.menu-reminder-sets .reminder-sets-icon {
    background-image: url('images/navigation/reminder-sets-not-selected.svg');
}

nav#sidebar li.menu-reminder-sets.active .reminder-sets-icon,
nav#sidebar li.menu-reminder-sets:hover .reminder-sets-icon {
    background-image: url(images/navigation/reminder-sets-selected.svg);
}

nav#sidebar li.menu-reports .reports-icon {
    background-image: url('images/navigation/reports-not-selected.svg');
}

nav#sidebar li.menu-reports.active .reports-icon,
nav#sidebar li.menu-reports:hover .reports-icon {
    background-image: url(images/navigation/reports-selected.svg);
}

nav#sidebar li.menu-settings .settings-icon {
    background-image: url('images/navigation/settings-not-selected.svg');
}

nav#sidebar li.menu-settings.active .settings-icon,
nav#sidebar li.menu-settings:hover .settings-icon {
    background-image: url(images/navigation/settings-selected.svg);
}

/*#endregion */

/*#region Social Media Icons */

#social-icons {
    position: absolute;
    width: 200px;
    height: 24px;
    bottom: 20px;
    margin-left: 45px;
}

    #social-icons > #social-links {
        margin: auto;
    }

    #social-icons a > div {
        float: left;
        width: 24px;
        height: 24px;
        margin-right: 16px;
    }

    #social-icons div:hover {
        cursor: pointer;
    }

    #social-icons #facebook {
        background-image: url(images/navigation/facebook-regular.svg);
    }

        #social-icons #facebook:hover {
            background-image: url(images/navigation/facebook-hover.svg);
        }

    #social-icons #linkedin {
        background-image: url(images/navigation/linkedin-regular.svg);
    }

        #social-icons #linkedin:hover {
            background-image: url(images/navigation/linkedin-hover.svg);
        }

    #social-icons #youtube {
        margin: 0;
        background-image: url(images/navigation/youtube-regular.svg);
    }

        #social-icons #youtube:hover {
            background-image: url(images/navigation/youtube-hover.svg);
        }

body.collapsed nav#sidebar #social-icons {
    width: 70px;
    height: initial;
    margin-left: 23px;
}

    body.collapsed nav#sidebar #social-icons a > div {
        float: initial;
        margin-right: 0px;
        margin-bottom: 16px;
    }

/*#endregion */

/*#region Top Navigation (User Menu) */

@keyframes user-help-menu-in-animation {
    0% {
        opacity: 0;
        visibility: visible;
        top: 30px;
    }

    100% {
        opacity: 1;
        top: 52px;
    }
}

#user-menu ul .menu-item, #user-menu ul .menu-item a {
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 16px !important;
    letter-spacing: 0;
    line-height: 22px !important;
    text-decoration: none;
    font-weight: 400 !important;
}

    #user-menu ul .menu-item:hover {
        cursor: pointer;
    }

#user-menu {
    position: fixed;
    height: auto;
    width: 250px;
    background-color: #5C5C59;
    box-shadow: 0 2px 4px 0 #444444;
    overflow: hidden;
    right: 80px;
    top: 40px;
    z-index: 3;
    display: none;
    max-height: 273px;
    transition: all 350ms;
    transition-timing-function: ease-in-out;
}

    #user-menu.extra {
        max-height: 500px;
    }

    #user-menu.slide-in, #help-menu.slide-in {
        visibility: visible;
        top: 10px;
        z-index: 99;
        animation-name: user-help-menu-in-animation;
        animation-fill-mode: forwards;
        animation-duration: 150ms;
        animation-delay: 0ms;
        animation-iteration-count: 1;
    }

    #user-menu.slide-in {
        opacity: 0;
        display: flex;
        flex-direction: row;
        animation-timing-function: ease-in-out;
    }

#help-menu.slide-in {
    opacity: 1;
    height: auto;
    display: block;
    animation-timing-function: ease-in-out;
}

#user-menu.slide-in ul#main-panel {
    margin-left: 0;
    opacity: 1;
    transition-timing-function: ease-in;
    transition-delay: 0ms !important;
    transition: all 550ms;
}

    #user-menu.slide-in ul#main-panel.forward {
        margin-left: -250px;
    }

#user-menu.slide-in ul#plan-panel {
    transition-timing-function: ease-in;
    transition-delay: 0ms !important;
    transition: all 1000ms;
    max-height: 0;
    height: auto;
}

#user-menu.slide-in.extra ul#plan-panel {
    transition-timing-function: ease-in;
    transition-delay: 0ms !important;
    transition: all 1000ms;
    max-height: 500px;
}

#user-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    width: 250px;
    min-width: 250px;
}

    #user-menu ul .menu-item a,
    #user-menu ul .menu-item:not(.plan-info) a:hover,
    #user-menu ul .menu-item:not(.plan-details) a:hover {
        color: #FFFFFF;
        font-family: "Open Sans";
        letter-spacing: 0;
        text-decoration: none;
        font-weight: 400 !important;
    }

    #user-menu ul .menu-item {
        padding: 6px 30px;
        position: relative;
        height: 39px;
    }

        #user-menu ul .menu-item.plan-details {
            margin-top: -15px;
        }

        #user-menu ul .menu-item.next::after {
            display: inline-block;
            vertical-align: middle;
            margin-left: 10px;
            margin-bottom: 10px;
            content: "";
            border-bottom: 2px solid white;
            border-right: 2px solid white;
            border-top: 0;
            border-left: 0;
            transform: rotate(-45deg);
            width: 10px;
            height: 10px;
            position: absolute;
            right: 13px;
            top: 15px;
        }

        #user-menu ul .menu-item:not(.plan-info),
        #user-menu ul .menu-item:not(.plan-details) {
            background-color: #5C5C59;
            transition-delay: 100ms !important;
            transition: all 150ms;
        }

            #user-menu ul .menu-item:not(.plan-info):hover,
            #user-menu ul .menu-item:not(.plan-details):hover {
                background-color: #959595;
            }

        #user-menu ul .menu-item.back::before {
            display: inline-block;
            vertical-align: middle;
            margin-left: 10px;
            margin-bottom: 10px;
            content: "";
            border-bottom: 2px solid white;
            border-right: 2px solid white;
            border-top: 0;
            border-left: 0;
            transform: rotate(-225deg);
            width: 10px;
            height: 10px;
            position: absolute;
            left: 0px;
            top: 15px;
        }

        #user-menu ul .menu-item.plan-details a,
        #user-menu ul .menu-item.plan-details:hover a {
            background-color: #5C5C59;
            color: #4793D9;
            text-decoration: underline;
        }

#user-menu.slide-in ul li.plan-info,
#user-menu.slide-in ul li.plan-details {
    font-size: 14px !important;
    font-weight: 400 !important;
    cursor: default;
    height: auto !important;
    line-height: initial !important;
}

    #user-menu.slide-in ul li.plan-info:hover,
    #user-menu.slide-in ul li.plan-details:hover {
        background-color: #5C5C59;
    }

#user-menu .menu-item.plan-info p {
    line-height: initial;
}

#user-menu .menu-item.plan-details a,
#user-menu .menu-item.plan-details a:hover {
    font-size: 14px !important;
    line-height: initial !important;
    margin-top: -2px;
}

#user-menu-mask.selection-mask:not(.visible) {
    display: none;
}

#user-menu p {
    overflow-wrap: break-word;
    margin-bottom: 1rem;
}

.selection-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: -1;
    background-color: #fff;
    filter: alpha(opacity=0);
    display: none;
}

    .selection-mask.visible {
        display: block;
    }


/*#endregion */

/*#region Footer */

#footer {
    padding: 0;
    margin: 0;
    margin-top: 5px !important;
    position: relative;
    height: 25px !important;
    background-color: #D8D8D8 !important;
    color: #5C5C59 !important;
    line-height: normal;
    line-height: 25px;
    font-size: 12px;
    box-shadow: -1px -1px 4px 0 rgba(68,68,68,0.75) !important;
    top: 60px;
}

    #footer .footer-container {
        display: flex;
        margin-right: 0px;
    }

    #footer .lock {
        margin: 2px 0 0 15px;
    }

    #footer .language {
        background: url(images/footer/language.svg) no-repeat !important;
        position: absolute;
        width: 20px;
        height: 20px;
        right: 10px;
        top: 2px;
    }

    #footer .information {
        margin: 0 auto;
    }

    #footer .locked, #footer .emulate-lock {
        background: url(images/footer/locked.svg) no-repeat !important;
    }

    #footer .unlocked, #footer .emulate-unlock {
        background: url(images/footer/unlocked.svg) no-repeat !important;
    }

/*#endregion */

/*#region Settings */

.settings .settings-search-bar {
    margin: 10px 0 20px 0;
}

.settings h2 {
    margin: 0 0 5px 0;
    padding: 0 0 14px 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    color: #444;
}

    .settings h2,
    .settings h2 a,
    .settings h3,
    .settings h3 a {
        color: #444 !important;
    }

.settings h3 {
    font-size: 18px;
    font-weight: 500 !important;
    margin: 20px 0 10px 0;
}

.settings h2.bottom_line {
    border-bottom: 1px solid #B9B9B9;
}

.settings .settings-item .title,
.settings .settings-item .description {
    margin: 0;
}

.settings .settings-item .title {
    font-size: 14px;
    line-height: 19px;
    color: #444;
    font-weight: normal;
}

.settings .settings-item .detail {
    margin: 0 0 0 10px;
    line-height: initial;
    float: left;
    width: calc(100% - 50px);
}

.settings .settings-item .icon {
    width: 40px;
    height: 40px;
    max-width: 40px;
    max-height: 40px;
    opacity: .7;
}

.settings .settings-item:hover .icon {
    opacity: 1;
}

.settings .settings-item .account-settings {
    background: url(images/settings/account.svg) no-repeat;
}

.settings .settings-item .email-settings {
    background: url(images/settings/email.svg) no-repeat;
}

.settings .settings-item .auto-collect-settings {
    background: url(images/settings/autocollect.svg) no-repeat;
}

.settings #tabbar-subsettings.list-group {
    border-bottom: 1px solid #B9B9B9;
    border-radius: initial;
}

.settings #tabbar-subsettings .list-group-item {
    font-size: 13px;
    color: #7A7A7A;
    line-height: 18px;
    border: 0;
    padding: 0 10px;
    margin-right: 15px;
    white-space: nowrap;
}

    .settings #tabbar-subsettings .list-group-item.active {
        background-color: #fff;
        font-weight: 600;
    }

        .settings #tabbar-subsettings .list-group-item.active a,
        .settings #tabbar-subsettings .list-group-item:hover a {
            color: #444;
        }

        .settings #tabbar-subsettings .list-group-item.active a {
            border-bottom: 5px solid #F48120;
        }

.settings #tabbar-settings {
    margin-bottom: 15px;
}

    .settings #tabbar-settings .list-group-item {
        border-radius: 5px;
        padding: 0 5px;
        margin-right: 10px;
        font-size: 12px;
        border: 1px solid #ECECEC;
    }


        .settings #tabbar-settings .list-group-item:hover {
            background-color: #f7f7f7;
        }

        .settings #tabbar-settings .list-group-item.active {
            background-color: #E8E8E8;
            border-color: #959595;
        }

            .settings #tabbar-settings .list-group-item.active a {
                color: #444;
            }

    .settings #tabbar-settings .list-group-horizontal > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .settings #tabbar-settings .list-group-horizontal > .list-group-item:last-child:not(:first-child) {
        border-bottom-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .settings #tabbar-settings .icon {
        width: 20px;
        height: 20px;
        background-size: 20px;
    }

        .settings #tabbar-settings .icon.account-settings {
            background: url(images/settings/account.svg) no-repeat;
        }

        .settings #tabbar-settings .icon.email-settings {
            background: url(images/settings/email.svg) no-repeat;
        }

        .settings #tabbar-settings .icon.autocollect-settings {
            background: url(images/settings/autocollect.svg) no-repeat;
        }

    .settings #tabbar-settings .list-group-item:hover .icon.account-settings {
        background: url(images/settings/account-hover.svg) no-repeat;
    }

    .settings #tabbar-settings .list-group-item:hover .icon.email-settings {
        background: url(images/settings/email-hover.svg) no-repeat;
    }

    .settings #tabbar-settings .list-group-item:hover .icon.autocollect-settings {
        background: url(images/settings/autocollect-hover.svg) no-repeat;
    }

    .settings #tabbar-settings .list-group-item.active .icon.account-settings {
        background: url(images/settings/account-active.svg) no-repeat;
    }

    .settings #tabbar-settings .list-group-item.active .icon.email-settings {
        background: url(images/settings/email-active.svg) no-repeat;
    }

    .settings #tabbar-settings .list-group-item.active .icon.autocollect-settings {
        background: url(images/settings/autocollect-active.svg) no-repeat;
    }

    .settings #tabbar-settings .icon.account-settings,
    .settings #tabbar-settings .icon.email-settings,
    .settings #tabbar-settings .icon.autocollect-settings {
        background-size: 20px;
    }

.settingsBox .form-label {
    margin: 0;
}

.settings button.cancel {
    background-color: #939597;
}

    .settings button.cancel:hover {
        background-color: #6D6E70;
    }

.settings .cancel-account {
    background: #EF4F25;
    font-size: 18px;
    line-height: 24px;
    padding: 5px 30px;
    height: auto;
    font-weight: 400;
}

.settings a.default-link {
    color: #4793D9;
    text-decoration: underline;
}

.settings .info::before {
    font-size: 12px !important;
}

.settings h4 {
    font-weight: normal !important;
    font-size: 14px !important;
}

.settings h4.h4-16 {
    font-size: 16px !important;
    color: #444 !important;
}

.settings h3, 
.settings h4 {
    text-transform: initial !important; 
}

.settings #prevCompanyLogo img {
    border: 0 !important;
}

.settings #previewSignature li,
.settings #previewSignature dl,
.settings #previewSignature dt {
    font-size: 13px;
    line-height: initial;
    font-weight: initial;
    text-align: left;
}

.jFiler-input-dragDrop .jFiler-input-icon {
    margin-top: -30px !important;
}

.jFiler-input-text {
    margin: 5px auto !important;
}

.jFiler-input-text.fs-12 {
    font-size: 12px !important;
}

.jFiler-input-choose-btn {
    background-color: #F48120 !important;
    border-color: #F48120 !important;
    padding: 2px 20px !important;
    margin: 10px 0 !important;
}

.jFiler-input-dragDrop {
    background-color: #fff !important;
}

.jFiler-input-choose-btn:hover, 
.jFiler-input-choose-btn:active {
    color: #fff !important;
}

.jFiler-item-thumb-image img {
    border: 0 !important;
    margin-top: 10px !important;
    max-height: 140px !important;
    width: auto !important;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb {
    height: 154px !important;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container {
    padding: 0 !important;
}

.jFiler-items-grid a.jFiler-item-trash-action {
    font-size: 14px !important;
    text-decoration: underline !important;
}

.jFiler-items-grid a.jFiler-item-trash-action,
.jFiler-items-grid a.jFiler-item-trash-action:hover {
    color: #4793D9 !important;
}

#cke_signatureEditor .cke_contents {
    height: 152px !important;
}

#formatting .jFiler-input-dragDrop,
#formatting .jFiler-items-grid .jFiler-item .jFiler-item-container,
#formatting .cke_chrome,
#formatting .containerBox {
    border: 1px solid #444 !important;
    box-shadow: initial;
    border-radius: 0;
}

#formatting .jFiler-input-dragDrop {
    max-height: 200px;
}

#formatting .jFiler-input-dragDrop .jFiler-input-icon {
    margin-top: 0;
}

/* Resetting Bootstrap CSS */

.control-label, .form-label {
    font-weight: normal !important;
}

.bootstrap-select {
    background: transparent;
}

    .bootstrap-select .dropdown-menu {
        border-color: #aaa !important;
    }

    .bootstrap-select.form-control {
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
    }

        .bootstrap-select.form-control .dropdown-menu {
            padding: 0 !important;
        }

            .bootstrap-select.form-control .dropdown-menu.show {
                border-radius: 0px 0px 4px 4px;
            }

        .bootstrap-select.form-control.dropup {
            border-start-start-radius: 0;
        }

    .bootstrap-select .dropdown-menu li {
        margin: 0;
        padding: 6px;
    }


        .bootstrap-select .dropdown-menu li.selected:hover,
        .bootstrap-select .dropdown-menu li:hover {
            background-color: #5897fb;
        }

        .bootstrap-select .dropdown-menu li a.dropdown-item {
            color: inherit !important;
            background: initial;
        }

        .bootstrap-select .dropdown-menu li.selected {
            background-color: #ddd;
        }

            .bootstrap-select .dropdown-menu li.selected a {
                color: #444 !important;
            }

        .bootstrap-select .dropdown-menu li.disabled,
        .bootstrap-select .dropdown-menu li.disabled:hover,
        .bootstrap-select .dropdown-menu li.disabled:hover a {
            background-color: initial !important;
            cursor: initial;
            color: #999 !important;
        }

            .bootstrap-select .dropdown-menu li.disabled a {
                color: #999 !important;
            }

        .bootstrap-select .dropdown-menu li:hover a,
        .bootstrap-select .dropdown-menu li:not(.disabled):hover a {
            color: white !important;
            background-color: #5897fb !important;
        }

    .bootstrap-select .dropdown-toggle::after {
        display: inline-block;
        margin-right: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-left: .3em solid transparent;
        border-bottom: 0;
        border-right: .3em solid transparent;
        --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
        background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
    }

    .bootstrap-select .dropdown-toggle.show {
        border-end-start-radius: 0 !important;
        border-end-end-radius: 0 !important;
    }

    .bootstrap-select .dropdown-menu.show {
        border-radius: 0 4px;
    }

    .bootstrap-select .dropdown-menu .dropdown-item {
        padding: initial !important;
    }

    .bootstrap-select .dropdown-menu.show .dropdown-item.active,
    .bootstrap-select .dropdown-menu.show .dropdown-item:active {
        background-color: initial !important;
    }

    .bootstrap-select .dropdown-toggle .filter-option {
        padding: 3px 6px
    }

.bootstrap-select {
    padding: 0 !important;
    border: 0 !important;
    border-radius: initial !important;
}

    .bootstrap-select .filter-option,
    .bootstrap-select .dropdown-item {
        font-size: 12px !important;
        line-height: 19px;
    }

    .bootstrap-select .inner[role="listbox"] {
        margin: 0;
        min-width: initial;
        max-width: initial;
        padding: 0;
    }

.settings .form-check-label {
    font-weight: normal;
    text-transform: none;
}

.settings .form-control,
.settings .form-select,
.settings .form-select > option {
    line-height: 19px;
    font-size: 14px !important;
    font-family: "Open Sans" !important;
}

.settings .form-control, .settings .form-select {
    padding: 0 5px;
    border-radius: 4px !important;
    border: 1px solid #B9B9B9;
    font-size: 12px !important;
}

#notifications .setting-text {
    font-size: 12px;
}

.settings fieldset:disabled input {
    border: 1px solid #B9B9B9 !important;
}

.settings .form-control:focus, .settings .form-select:focus {
    box-shadow: initial;
    border: 1px solid #000000;
}

.settings ul.plan-description {
    margin-top: -15px;
}

    .settings ul.plan-description li {
        margin: 0;
        font-size: 12px;
        line-height: 20px;
    }

.settings fieldset:disabled button.startButton {
    opacity: .5;
}

    .settings fieldset:disabled button.startButton:hover {
        background-color: #50A930;
        cursor: initial !important;
    }

.settings .old-price {
    text-decoration: line-through;
}

.settings .discount-applied {
    color: #EF4F25;
    display: block;
    max-width: 50px;
    text-align: end;
}

.dropdown-toggle::after {
    border-top: unset;
    border-right: unset;
    border-bottom: unset;
    border-left: unset;
}

/* Reset / Fix styles */
.settings .form-control::placeholder {
    color: #979797;
}

.settings p {
    margin-bottom: 10px;
}

.settings .dataTables_wrapper .dataTables_length {
    margin: -3px 10px 0;
    float: right;
}

.settings #userList .panel-body {
    min-height: 250px;
}

.settings span.dropdown-toggle.show {
    border: 1px solid #000000;
    border-bottom-color: #fff;
    position: relative;
    z-index: 9999 !important;
}

.settings .dropdown-menu.show {
    margin-top: -3px !important;
    margin-right: 1px !important;
}

.settings .form-check-input {
    border-color: #444;
    opacity: initial;
}

    .settings .form-check-input:focus {
        box-shadow: initial;
    }

    .settings .form-check-input:checked {
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-3.8 -4 8 8'%3e%3ccircle r='3' fill='444'/%3e%3c/svg%3e");
    }

.settings #promoCode {
    width: calc(100% - 205px);
}

.settings .invalid-feedback {
    color: #EF4F25;
}

.settings #errorPromoCode {
    display: none;
}

/*#endregion */
/*#region MY ACCOUNT*/
#myAccountContainer {
    /*margin: 40px 0 0 60px*/
}

.my-account {
    height: 33px;
    color: #000000;
    font-family: "Open Sans";
    font-size: 24px;
    letter-spacing: 0;
    line-height: 33px;
}

    .my-account h2 {
        margin: unset;
        font-weight: 400;
    }

.emptyPhoto {
    height: 200px;
    width: 200px;
    background-color: #B1B1B1;
    border-radius: 100px;
}

.profileInitials {
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 96px;
    font-weight: 600;
    line-height: 131px;
    text-align: center;
    position: relative;
    top: 32px;
}

.myAccountField {
    margin-bottom: 20px;
}

.my-information {
    color: #000000;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
}

.my-AccountData {
    width: 367px;
}

.disableField {
    border: 1px solid #979797 !important;
    background-color: #E6E7E8 !important;
    color: #979797;
}

.linkPhoto {
    margin-left: 35px;
    color: #4793D9 !important;
    font-family: "Open Sans";
    font-size: 12px;
    letter-spacing: 0;
    line-height: 17px;
    text-decoration: underline;
}

.profilePhotoModal {
    min-height: 400px !important;
    width: 360px !important;
    padding: unset;
    color: #000000 !important;
    max-height: 435px !important;
}

.updaloadPhotoModal {
    height: 400px;
    width: 360px;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -180px;
    background-color: White;
    z-index: 99999999999;
}

.emptyPhotoModal {
    height: 200px;
    width: 200px;
    background-color: #B1B1B1;
    border-radius: 100px;
    position: relative;
    top: 30px;
    left: 75px;
}

.photoProfileModalContainer {
    height: 280px;
    width: 360px;
}

.profileInitialsModal {
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 96px;
    font-weight: 600;
    line-height: 131px;
    text-align: center;
    position: relative;
    top: 32px;
}

.upload-pic-button {
    vertical-align: top;
    margin-right: 5px;
    overflow: hidden;
    display: inline-block;
}

.btnUpload {
    background-color: #F48120;
    color: white !important;
    padding: 1px 15px;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    text-shadow: none;
    display: inline-block;
    cursor: pointer;
    text-decoration: none !important;
}

.uploadButton {
    height: 24px;
    width: 100px;
}

.errorMessageUploadPhoto {
    color: #EF4F25;
    font-size: 14px;
}

.photoProfile {
    height: 200px;
    width: 200px;
    border-radius: 100px;
}
/*#endregion */

/*#region No Integration Banner */

#noIntegration {
    max-width: 1200px;
    margin: 0 auto 30px auto;
}

/*#endregion */

/*#region password*/
.password-container {
    width: 367px;
    position: relative;
}

    .password-container input[type="password"],
    .password-container input[type="text"] {
        width: 100%;
        padding: 12px 36px 12px 12px;
        box-sizing: border-box;
    }

.fa-eye {
    content: url(images/eye-solid.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 40%;
    right: 0%;
    cursor: pointer;
    color: lightgray;
    width: 26px;
    height: 16px;
}

    .fa-eye:before {
        background-image: url('images/eye-solid.svg');
        background-repeat: no-repeat;
    }

input::-ms-reveal,
input::-ms-clear {
    display: none;
}
/*#endregion*/

/*#region Billing*/
.creditCardExpiredDate {
    width: 120px !important;
    font-size: 14px;
}

#pastBillsTable thead tr th {
    padding: 10px 0 10px 10px !important;
    height: 16px !important;
    font-weight: 600 !important;
}

#pastBillsTable tbody tr:nth-child(odd) {
    background-color: #F5F5F6;
}

#pastBillsTable tbody tr {
    height: 37px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

    #pastBillsTable tbody tr td {
        padding: 10px 10px 10px 10px !important;
        border-bottom: 1px solid #000;
    }

        #pastBillsTable tbody tr td a {
            color: #4793D9 !important;
            text-align: center;
            margin-right: unset;
            font-size: 12px;
        }
/*#endregion*/

.alert.alert-warning {
    background-color: #fff799;
    text-align: center;
    color: #020323;
    padding: 5px 0 0 0;
    display: block;
}

.alert .ok-icon {
    background-image: url(images/ok.svg);
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

.filterBox .searchCustomers label {
    max-width: 130px;
}

.searchCustomers .checkbox {
    top: 12px;
    vertical-align: top;
}

#userListTable tbody tr td {
    border-bottom: 1px solid #A7A9AB !important;
}

/*#region Send Settings */

#sendSettings p {
    line-height: 17px !important;
    font-size: 12px !important;
}

/*#endregion */

/*#region Settings / Account Settings / Integration Settings */

#integration .providerInfoContainer {
    width: 217px;
    height: 123px;
    border: 1px solid #DFDFDF;
    margin: 0 auto;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

    #integration .providerInfoContainer.selected,
    #integration .providerInfoContainer:not(.has-connection):hover {
        background-color: #FBFBFB;
        cursor: pointer;
        box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    }

#integration .providerInfoLogo[data-logo=tt] {
    background-image: url(images/integrations/tt.svg);
    background-repeat: no-repeat;
    width: 160px;
    height: 40px;
    display: block;
    margin: 0 auto;
    margin-top: 45px;
}

#integration .providerInfoLogo[data-logo=qbo] {
    background-image: url(images/integrations/qbo.svg);
    background-repeat: no-repeat;
    width: 160px;
    height: 40px;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}

#integration .providerInfoLogo[data-logo=qbd] {
    background-image: url(images/integrations/qbd.svg);
    background-repeat: no-repeat;
    width: 160px;
    height: 40px;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}

#integration .providerInfoLogo[data-logo=xero] {
    background-image: url(images/integrations/xero.svg);
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto;
    margin-top: 25px;
}

#integration .providerInfoLogo[data-logo=tb] {
    background-image: url(images/integrations/tb.svg);
    background-repeat: no-repeat;
    width: 105px;
    height: 75px;
    display: block;
    margin: 0 auto;
    margin-top: 25px;
}

#integration .providerInfoLogo[data-logo=clio] {
    background-image: url(images/integrations/clio.svg);
    background-repeat: no-repeat;
    width: 214px;
    height: 85px;
    display: block;
    margin: 0 auto;
}

#integration .providerInfoLogo[data-logo=intacct] {
    background-image: url(images/integrations/intacct.svg);
    background-repeat: no-repeat;
    width: 118px;
    height: 90px;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}

#integration .providerInfoLogo[data-logo=hosted] {
    background-image: url(images/integrations/hosted.svg);
    background-repeat: no-repeat;
    width: 160px;
    height: 40px;
    display: block;
    margin: 0 auto;
    margin-top: 45px;
}

#integration .providerInfoLogo[data-logo=reckond] {
    background-image: url(images/integrations/reckond.svg);
    background-repeat: no-repeat;
    width: 130px;
    height: 100px;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}

#integration .providerInfoLogo[data-logo=myob] {
    background-image: url(images/integrations/myob.svg);
    background-repeat: no-repeat;
    width: 216px;
    height: 119px;
    display: block;
    margin: 0 auto;
}

#integration .providerInfoLogo[data-logo=lw] {
    background-image: url(images/integrations/lw.svg);
    background-repeat: no-repeat;
    width: 102px;
    height: 102px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

#integration .providerInfoDescription {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    font-weight: 600;
    color: #000;
    margin-top: 10px;
}

#integration .providerInfoConnectedStatus.active {
    background-image: url(images/ok.svg);
    display: inline-block;
    width: 22px;
    height: 22px;
    bottom: 5px;
    position: absolute;
    right: 5px;
}

#integration #providerDisconnect {
    text-align: center;
}

#integration .providerInfoWebConnector {
    text-align: center;
    margin-top: 20px;
}

#integration #integrationFirstRow .providerInfoContainer,
#integration #integrationSecondRow .providerInfoContainer,
#integration #integrationThirdRow .providerInfoContainer {
    float: left;
}

    #integration #integrationFirstRow .providerInfoContainer:not(:last-child),
    #integration #integrationSecondRow .providerInfoContainer:not(:last-child),
    #integration #integrationThirdRow .providerInfoContainer:not(:last-child) {
        margin-right: 30px;
    }

#integrationNextButton {
    width: 200px;
    height: 40px;
    background-color: #50A930;
    color: #fff;
    line-height: 24px;
    font-size: 18px;
    display: inline-block;
    margin-top: 30px;
    padding-top: 8px;
    cursor: pointer;
}

    #integrationNextButton.disabled {
        background-color: #C1E087;
        cursor: default;
    }

    #integrationNextButton.qboConnect {
        background-image: url('images/intuit/c2qb_green_btn_med_default.svg');
        background-repeat: no-repeat;
        background-color: transparent !important;
        width:223px !important;
    }
        #integrationNextButton.qboConnect:hover {
            background-image: url('images/intuit/c2qb_green_btn_med_hover.svg');
            background-repeat: no-repeat;
            background-color: transparent !important;
            width: 223px !important;
        }
/*#endregion */
body {
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height:500px;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.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: 50% !important;
  bottom: 0;
  left: 0;
  width: 32px;
  height:32px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
}
.carousel-control.left {
  background-repeat: repeat-x;
  margin-left:36px;
  z-index:99999;
}
.carousel-control.right {
  right: 0;
  left: auto !important;
  background-repeat: repeat-x;
  margin-right:36px;
  z-index:99999;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
}
.carousel-control-disabled{
    opacity:.5;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  z-index: 15;
  width: 100%;
  padding-left: 65px;
  /*padding-right:50px;*/
  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 #fff;
  border-radius: 10px;
  position:relative;
  top:-40px;
}

hr{
    border: none;
    border-top: 5px dotted white;
    color: #fff;
    background-color: #292E29;
    height: 1px;
    /*width: 100%;*/
    display:inline-block;
    position:absolute;
    top:-16px;
    z-index:-1;
    opacity:1 !important;
    margin-left:2px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.pointer{
    background:url(images/Triangle.svg) no-repeat !important;
    width:36px !important;
    height:12px !important;
    display:inline-block;
    transform:rotate(180Deg);
    position: absolute;
    top: -21px;
    left: 57px;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.left-arrow{
    background:url(images/right-arrow.svg) no-repeat;
    display:inline-block;
    width:32px;
    height:32px;
    transform:rotate(180deg);
}

.left-arrow:hover {
    background:url(images/arrow-circle-right-org.svg) no-repeat;
    transform:rotate(180deg);
}

.right-arrow{
    background:url(images/right-arrow.svg) no-repeat;
    display:inline-block;
    width:32px;
    height:32px;
}

.right-arrow:hover {
    background:url(images/arrow-circle-right-org.svg) no-repeat;
}

.timeline-happy {
    background-color: #49C98E !important;
    box-sizing: border-box;
	height: 18px !important;
	width: 18px !important;
	border: 2px solid #FFFFFF !important;
    z-index:9;
}

.timeline-smiley {
    background-color: #52A1BD !important;
	 box-sizing: border-box;
	height: 18px !important;
	width: 18px !important;
	border: 2px solid #FFFFFF !important;
    z-index:9;
}

.timeline-expressionless {
    background-color: #E1CB50 !important;
     box-sizing: border-box;
	height: 18px !important;
	width: 18px !important;
	border: 2px solid #FFFFFF !important;
    z-index:9;
}

.timeline-angry {
    background-color: #DE7A41 !important;
    box-sizing: border-box;
	height: 18px !important;
	width: 18px !important;
	border: 2px solid #FFFFFF !important;
    z-index:9;
}

.timeline-furious {
    background-color: #B83630 !important;
    box-sizing: border-box;
	height: 18px !important;
	width: 18px !important;
	border: 2px solid #FFFFFF !important;
    z-index:9;
}

.due {
	height: 58px !important;
    width: 5px !important;
    background-color: #B83630 !important;
    border-radius: 0px !important;
    top: -20px !important;
    border-color: #B83630 !important;
}

.today {
	height: 58px !important;
    width: 5px !important;
    background-color: #00b143 !important;
    border-radius: 0px !important;
    top: -20px !important;
    border-color: #00b143 !important;
}


.dueText{
    position: absolute;
    top: -12px;
    color: #B83630;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    margin-left: 16px;
}

.carousel-indicators .active::before {
    position: absolute;
    content: " ";
    display: block;
    top: -24px;
    left: -8px;
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: unset;
    background-clip: padding-box;
    border: unset;
    border-radius: unset;
    outline: 0;
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: unset;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: unset;
    }

.modal-backdrop {
    z-index: unset;
}


@media (min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }

    .modal-dialog {        
        max-width: unset;
        margin-right: auto;
        margin-left: auto;
    }

    .modal-sm {
        --bs-modal-width: 300px;
    }
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: unset;
    pointer-events: none;
}

.dropdown-item {
    padding: 3px 20px;
    line-height: normal;
    width:unset;
}
