html, body, h1, h2, h3, h4, h5 {
	font-family : 'Exo 2', 'Open Sans', sans-serif;
	font-weight : 300;
}

strong {
	font-weight : 700;
}

.m0 {
	margin: 0;
}

#page-wrapper {
    padding-bottom: 50px;
}

.mainHeader {
	padding: 10px 10px 5px 0;
}

.panel-primary {
    border-color: transparent !important;
}

#addDomainSection {
	display: none;
}

#side-menu .welcomeWrap {
	float: left;
	margin-bottom: 14px;
    margin-top: 6px;
}

#side-menu .avatarImg {
	float: left;
	margin-left: 10px;
	margin-right: 10px !important;
}

#side-menu li {
	clear: both;
}

.hideUl {
	display: none;
}

.mb15 {
	margin-bottom: 15px;
}

.mt5 {
	margin-top: 5px;
}

.mt15 {
	margin-top: 15px;
}

#side-menu img {
	padding-top: 7px;
}

.linkBlue {
	color: #fff;
    background: #2196F3;
    padding: 5px;
    border-radius: 3px;
    font-size: 12px;
}

.linkBlue:hover {
	text-decoration: none;
	color: #fff;
    background-color: #286090;
}

.sidebar .arrow {
    float: right;
    position: absolute;
    right: 10px;
    height: 13.33px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.page-header {
    margin: 10px 0 20px;
}

.ept-dash-container .w3-container {
	border-radius: 4px;
}

.statsToggleWrap {
    text-align: right;
    padding-right: 15px;
    padding-bottom: 15px;
    display: none;
}

.btn-primary, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
	background: #2196F3;
	border-color: #389ff9;
}

.displayBlock {
	display: block;
}

.infPage .formGroup {
	margin-bottom: 15px;
}

.acPage .formGroup {
	margin-bottom: 15px;
}

.mcPage .formGroup {
	margin-bottom: 15px;
}

.required {
	border: 1px solid #f44336;
}

.errorMsg {
	background: #f44336;
    color: #fff;
    padding: 7px;
	margin-top: 15px;
}

.successMsg {
	background: #4CAF50;
    color: #fff;
    padding: 7px;
	margin-top: 15px;
	display: none;
}

.required:focus {
	border-color: #f44336;
}

.logoWrap {
	position: absolute;
    top: 0;
	z-index: 1029;
}

.infusionLogo {
	width: 20px;
    margin: 0 5px 3px 0px;
}

.acLogo {
	width: 20px;
    margin: 0 5px 3px 0px;
}

.mailchimpLogo {
	width: 20px;
    margin: 0 5px 3px 0px;
}

.espLogo {
	width: 20px;
    margin: 0 5px 3px 0px;
}

.logoWrap .logoLink {
	display: block;
    padding: 10px 15px 0;
}

.logoWrap .appNameAndOP {
	padding: 15px 0 0 15px;
}

.logoWrap .appNameAndOP a {
	text-decoration: underline;
}

.navbar-top-links li a {
	padding: 0 0 0 15px;
}

.navbar-top-links li a img {
	width: 40px;
	margin-top: 6px;
	margin-left: 10px;
}

.welcomeTxt {
	position: relative;
    top: 4px;
}

/*##### KLEANAPICONFIG CSS START #####*/
.kleanApiConfigPage,
.updateHistoryEmailOpenDataPage,
.updateOpportunityDataPage,
.opportunityActivityReportPage,
.emailOpenReportPage,
.emailEngagementReportPage {
	padding-bottom: 100px;
	margin-left: -2px;
}

.emailEngagementDetailPage {
	display: none;
}

.hiddenPc {
	display: none !important;		
}

#side-menu li.overviewStatus {
    border-top: 1px solid #e7e7e7;
}

.kleanApiConfigPage .ept-dash-container {
	float:left;
	width:49.99999%;
	padding:8px
}

.kleanApiConfigPage > div {
	padding: 0;
}

.kleanApiConfigPage .ept-dash-icon {
	font-size:36px!important
}

.databoxIntegPage .switch,
.kleanApiConfigPage .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.databoxIntegPage .switch input,
.kleanApiConfigPage .switch input {
	display:none;
}

.databoxIntegPage .slider,
.kleanApiConfigPage .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.kleanApiConfigPage .txtUnderline {
  text-decoration: underline;
}

.databoxIntegPage .slider:before,
.kleanApiConfigPage .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.kleanApiConfigPage .switchLabel {
	position: relative;
	top: -17px;
    left: 10px;
}

.kleanApiConfigPage .apiForm label {
	display: block;
	margin-bottom: 8px;
}

.kleanApiConfigPage .apiConfig button {
	margin-top: 15px;
	color: #fff;
	border: none;
	padding: 5px 10px;
	cursor: pointer;
	margin-left: 94px;
}

.kleanApiConfigPage .tagWrap .formGroup {
	margin-bottom: 15px;
}

.kleanApiConfigPage .apiForm {
	margin-bottom: 20px;
}

.databoxIntegPage .toggleWrap,
.kleanApiConfigPage .toggleWrap {
	margin: 10px 0 7px;
}

.kleanApiConfigPage .apiConfig button i {
	margin-right: 5px;
}

.databoxIntegPage input:checked + .slider,
.kleanApiConfigPage input:checked + .slider {
  background-color: #2196F3;
}

.databoxIntegPage input:focus + .slider,
.kleanApiConfigPage input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.databoxIntegPage input:checked + .slider:before,
.kleanApiConfigPage input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.databoxIntegPage .configSaveBtn:disabled,
.kleanApiConfigPage .configSaveBtn:disabled {
	background-color: #7bc2fb!important;
}

.databoxIntegPage .slider.round,
.kleanApiConfigPage .slider.round {
  border-radius: 34px;
}

.databoxIntegPage .slider.round:before,
.kleanApiConfigPage .slider.round:before {
  border-radius: 50%;
}

.kleanApiConfigPage .ept-dash-icon {
	font-size:36px!important
}

.kleanApiConfigPage .configMessage {
    padding: 8px;
    font-size: 14px;
    width: calc(100% - 30px);
    margin: 0 15px 15px;
}

.kleanApiConfigPage .configMessage p {
	margin: 0;
}

.kleanApiConfigPage .loader {
 	position: relative;
  	top: 4px;
  	border: 2px solid #dadada;
  	border-radius: 50%;
  	border-top: 2px solid #3498db;
  	width: 20px;
  	height: 20px;
  	-webkit-animation: spin 2s linear infinite; /* Safari */
  	animation: spin 2s linear infinite;
  	display: inline-block;
  	margin-right: 3px;
}

.kleanApiConfigPage .errorMsg {
    margin-bottom: 15px;
    background: #f44336!important;
    padding: 7px;
    color: #fff;
}

.kleanApiConfigPage .txtApiKey {
	border: 1px solid #a9a9a9;
	padding: 5px;
}

.kleanApiConfigPage .txtApiKey.error {
	border: 1px solid #f44336;
}

.kleanApiConfigPage .toggleConfig:disabled + .slider {
    background: #b5c1ca;
}

.kleanApiConfigPage .kleanHidden {
    display: none;
}

.kleanApiConfigPage .addTagWrap {
    margin-top: 20px;
    margin-bottom: 20px;
}

.kleanApiConfigPage .addTagWrap label {
    width: 92px;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
}

.kleanApiConfigPage .addTagWrap input, 
.kleanApiConfigPage .addTagWrap select {
    width: 15%;
    padding: 5px;
}

.kleanApiConfigPage .addTagWrap .tagGroup {
    margin-bottom: 8px;
}

.kleanApiConfigPage {
	overflow: hidden;
    margin-bottom: 50px;
}

.kleanApiConfigPage .addTagWrap .tagGroup .left {
    text-align: left;
    display: inline-block;
    margin-left: 5px;
}

.kleanApiConfigPage .webLoading,
.kleanApiConfigPage .deleteRestLoading,
.kleanApiConfigPage .restLoading {
	padding: 10px 15px;
}

.kleanApiConfigPage .tagDesc {
    width: 15%;
    height: 120px;
}
/*##### KLEANAPICONFIG CSS END #####*/

/*##### KLEANONDEMANDSCRUB CSS START #####*/
.kleanOnDemandScrubPage h2,
.emailContactUpdatPage h2 {
	margin-left: 7px;
}

.kleanOnDemandScrubPage .onDemandScrub label,
.emailContactUpdatPage .onDemandScrub label {
	display: inline-block;
	text-align: right;
}

.kleanOnDemandScrubPage .onDemandScrub input, 
.kleanOnDemandScrubPage .onDemandScrub select,
.emailContactUpdatPage .onDemandScrub input,
.emailContactUpdatPage .onDemandScrub select {
	margin-top: 10px;
	width: 15%;
	padding: 5px;
	margin-left: 13px;
}

.kleanOnDemandScrubPage .onDemandScrub .tagCategory,
.emailContactUpdatPage .onDemandScrub .tagCategory {
	margin-left: 7px;
}

.kleanOnDemandScrubPage .checkEverything,
.kleanOnDemandScrubPage .checkNonMarketable,
.emailContactUpdatPage .checkEverything {
	margin-right: 5px;
	position: absolute;
}

.kleanOnDemandScrubPage .autoUpdate,
.emailContactUpdatPage .autoUpdate {
	position: absolute;
	margin: 5px !important;
}

.kleanOnDemandScrubPage .autoUpdateWrap label,
.emailContactUpdatPage .autoUpdateWrap label {
	text-indent: 25px;
}

.kleanOnDemandScrubPage .formGroup,
.kleanOnDemandScrubPage .checkEverythingWrap,
.kleanOnDemandScrubPage .checkNonMarketableWrap,
.emailContactUpdatPage .formGroup,
.emailContactUpdatPage .checkEverythingWrap {
	margin-bottom: 7px;
}

.kleanOnDemandScrubPage .checkEverythingWrap label,
.kleanOnDemandScrubPage .checkNonMarketableWrap label,
.emailContactUpdatPage .checkEverythingWrap label {
	text-indent: 22px;
}

.kleanOnDemandScrubPage .scrubButton,
.emailContactUpdatPage .scrubButton {
	margin: 15px 0;
    border: 0;
    padding: 5px 15px;
    cursor: pointer;
    background: #2196F3;
    color: #fff;
}

.emailContactUpdatPage .stopScrubButton {
	margin: 15px 0 15px 15px;
    border: 0;
    padding: 5px 15px;
    cursor: pointer;
    background: #f44336;
    color: #fff;
}

.kleanOnDemandScrubPage .modal-dialog,
.emailContactUpdatPage .modal-dialog {
	width: 400px !important;
}

.kleanOnDemandScrubPage .scrubButton:disabled,
.emailContactUpdatPage .scrubButton:disabled {
	background: #94d0ff !important;
}

.kleanOnDemandScrubPage .printOutput,
.emailContactUpdatPage .printOutput {
	width: 100%;
    height: 309px;
    background: #fff;
    overflow-y: auto;
    padding: 21px;
    border: 1px solid #ded6d6;
}

.kleanOnDemandScrubPage .outputLabel,
.emailContactUpdatPage .outputLabel {
	text-align: left !important;
    margin-left: 12px;
    margin-bottom: 7px;
}

.kleanOnDemandScrubPage .cbMessage,
.emailContactUpdatPage .cbMessage {
	margin-left: 11px;
}

.kleanOnDemandScrubPage .autoUpdateWrap .autoUpdate,
.emailContactUpdatPage .autoUpdateWrap .autoUpdate {
    width: auto;
    margin: 10px 5px 0 10px;
}

.kleanOnDemandScrubPage .autoUpdateWrap label,
.emailContactUpdatPage .autoUpdateWrap label {
	width: inherit;
}

.kleanOnDemandScrubPage .scrubHidden,
.emailContactUpdatPage .scrubHidden {
	display: none;
}
/*##### KLEANONDEMANDSCRUB CSS END #####*/


/*##### UPDATEOPPORTUNITYDATAPAGE CSS START #####*/
.updateOpportunityDataPage #progressBar {
	margin-bottom: 20px;
}

.updateOpportunityDataPage .underline {
	text-decoration: underline;
}
/*##### UPDATEOPPORTUNITYDATAPAGE CSS END #####*/

/*##### OPPORTUNITYACTIVITYREPORT CSS START #####*/
.opportunityActivityReportPage .table-responsive {
	width: 100%;
}

.opportunityActivityReportPage .noResult,
.opportunityActivityReportPage .fetching {
	padding: 8px;
}

.opportunityActivityReportPage tr.rowChange {
    border-top: 3px solid #948d8d !important;
}

.opportunityActivityReportPage .saleStageReportWrap {
    width: 100%;
}

.opportunityActivityReportPage .saleStageReportWrap h3,
.opportunityActivityReportPage .wonLostReportWrap h3,
.opportunityActivityReportPage .referralStatusWrap h3 {
	display: inline-block;
	margin: 60px 0 0 0;
	position: relative;
    top: 10px;
}

.opportunityActivityReportPage .saleStageReportWrap .filterOption {
	bottom: -90px;
	right: -18px;
}

.opportunityActivityReportPage .saleStageReportWrap tr:nth-child(even) {
    background: none;
}

.opportunityActivityReportPage .saleStageReportWrap tr:hover {
	background: #f1f1f1;
}

.opportunityActivityReportPage .saleStageReportWrap .selectUsersWrap,
.opportunityActivityReportPage .wonLostReportWrap .selectUsersWrap,
.opportunityActivityReportPage .referralStatusWrap .selectUsersWrap {
	width: 315px;
	margin-right: 20px;
}

.opportunityActivityReportPage .saleStageReportWrap .selectUsers,
.opportunityActivityReportPage .wonLostReportWrap .selectUsers,
.opportunityActivityReportPage .referralStatusWrap .selectUsers {
	width: 300px !important;
	padding: 7px !important;
}

.opportunityActivityReportPage .salesStageTable td:last-child,
.opportunityActivityReportPage .wonLostTable td:last-child,
.opportunityActivityReportPage .referralStatus td:last-child {
    width: 200px;
}

.select2-container .select2-selection--single {
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
}

.opportunityActivityReportPage .saleStageReportWrap form {
	text-align: right;
    float: right;
    padding-top: 50px;
    width: 10%;
}

.opportunityActivityReportPage .saleStageReportWrap form select {
	width: 100%;
	padding: 5px;
}

.opportunityActivityReportPage table.w3-card-4 {
	margin-bottom: 30px !important;
}

.opportunityActivityReportPage .oppH3 {
	float: left;
    margin: 0;
    position: relative;
    bottom: -44px;
}

.opportunityActivityReportPage .filterOption {
	float: right;
	position: relative;
	bottom: -30px;
	margin-bottom: 34px;
}

.opportunityActivityReportPage .referralStatus {
	right: -20px;
}

.opportunityActivityReportPage .wonLost {
	bottom: -90px;
	right: -18px;
}

.opportunityActivityReportPage .filterOption .inline {
	display: inline-block;
	margin-bottom: 20px;
}

.opportunityActivityReportPage .filterOption .inline label {
	font-weight: normal;
	margin-right: 5px;
}

.opportunityActivityReportPage .filterOption .inline select {
	padding: 7px;
	margin-right: 20px;
	width: 200px;
}

.opportunityActivityReportPage .filterOption .inline input {
	padding: 5px;
}

.opportunityActivityReportPage #datepicker {
	width: 110px;
}

.opportunityActivityReportPage #datepickerYear {
	width: 110px;
	display: none;
}

#loader {
	position: absolute;
    left: 50%;
    top: 60%;
    z-index: 1;
    margin: -75px 0 0 -75px;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #f7b800;
    width: 70px;
    height: 70px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.scrolltable {
	height: 822px;
    overflow: auto;
    margin-top: 60px;
}

.scrolltable th div { 
	position: absolute;
    margin-top: -30px;
}

.scrolltable th {
    border: none;
    height: 2px;
    padding: 0 !important;
}

#preloader {
	width: 90px;
    height: 90px;
    position: fixed;
    top: 40%;
	left: 45%;
	display: none;
}

#preloader img {
	width: 100%;
}

/* #wrapper {
	display: none;
} */

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

/*##### OPPORTUNITYACTIVITYREPORT CSS END #####*/

/*##### ADMINSETTINGS CSS START #####*/
.adminSettingsPage .accountAccess,
.adminSettingsPage .users {
	width: 30%;
	padding: 5px;
}

.adminSettingsPage .sectionBlock01 label {
	margin-top: 20px;
	display: block;
}

.adminSettingsPage .sectionBlock03,
.adminSettingsPage .restHookListBlock {
	margin: 20px 0;
}

.adminSettingsPage {
    margin: 0;
}
/*##### ADMINSETTINGS CSS END #####*/

/*##### EMAILENGAGEMENTREPORT CSS START #####*/
.emailEngagementReportPage .dismissText {
	text-decoration: underline;
}

.emailEngagementReportPage #progress {
	display: none;
}

.emailEngagementReportPage h3,
.emailOpenReportPage h3 {
	margin-top: 30px;
}

/*##### EMAILENGAGEMENTREPORT CSS END #####*/

/*##### EMAILOPENREPORT CSS START #####*/
.emailOpenReportPage .tabularTable span {
	font-size: 10px;
}

.emailOpenReportPage {
	padding-bottom: 60px;
}
/*##### EMAILOPENREPORT CSS END #####*/

/*##### UPDATEHISTORY CSS START #####*/
.updateHistoryEmailOpenDataPage .modal-dialog {
    width: 670px;
}

.updateHistoryEmailOpenDataPage .modal-dialog p {
	font-size: 16px;
}

.updateHistoryEmailOpenDataPage .modalBtn {
	text-decoration: underline !important;
}

/*##### EMAILADMINSETTINGS CSS START #####*/
.adminSettingButton {
	margin: 0 !important;
	background-color: #2196F3;
}

.databoxIntegPage table button,
.infusionEmailService table button {
	padding: 3px 10px;
    font-size: 12px;
}

.infusionEmailService .page-header,
.updateContactPage .page-header {
    margin-left: 10px;
}

.infusionEmailService #add_email_settings {
	margin-top: 10px;
}

.infusionEmailService .email_settings h1 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 30px;
}

.infusionEmailService #btnAddDomain {
	margin-right: 15px;
}

.infusionEmailService .panel-default>.panel-heading {
	font-weight: normal;
}

.infusionEmailService .apiConfig button {
	font-weight: normal;
	padding: 5px 10px;
    font-size: 14px;
}

.infusionEmailService .leftWrap {
	border: 1px solid #ddd;
    margin-left: 24px;
    padding-top: 15px;
}

.infusionEmailService .kleanApiConfigPage {
	padding: 0 0 5px 0;
}

.infusionEmailService .restLoading,
.infusionEmailService .deleteRestLoading {
	margin: 15px 0 0;
}

.infusionEmailService .configMessage {
    margin-top: 20px;
    width: 100%;
}

.infusionEmailService .saveMessage {
	display: none;
    color: #fff!important;
    background-color: #4CAF50!important;
    font-weight: normal;
    padding: 8px;
    margin-top: 20px;
}

.filterEngagement {
	float: right;
	position: relative;
	top: 70px;
}

.filterEngagement .selectEngagement {
	width: 250px;
}

.emailEngagementTable .fetching,
.emailEngagementTable .noRecords {
	padding: 10px;
}

.emailEngagementDetailPage table {
	font-size: 13px;
}

.emailEngagementDetailPage table .tCenter {
	text-align: center;
}

.pagination {
	float: left;
}

.entries {
	float: left;
	clear: both;
}

.pageNav {
	overflow: hidden;
}

.noRecords,
.fetching {
	padding: 8px;
}

.entrieStart,
.entrieEnd,
.totalEntries {
	font-weight: bold;
}

.downloadCsv {
	position: relative;
	top: 50px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #2196F3;
    border-color: #2196F3;
}

.emailOpenReportPage .details {
	float: left;
	margin-right: 15px;
}

.smsIntegrationSettingsPage .formGroup,
.cardScannerIntegrationPage .formGroup {
	margin-bottom: 15px;
}

.emailEngagementDetailPage .tagNameWrap {
	float: right;
    position: relative;
	right: 10px;
	top: 70px;
}

.emailEngagementDetailPage .tagNameWrap label {
	display: block;
}

.tagNameSelect {
	width: 100% !important;
}

.applyTagBtn {
    float: right;
    position: relative;
    top: 95px;
}

.emailEngagementDetailPage .form-control {
	display: inline-block;
}

.tagNameWrap > span {
	width: 100% !important;
	min-width: 227px;
}

.slideTextWrap {
	float: left;
    display: block;
    margin-left: 58px;
    position: relative;
    top: -34px;
}

.databoxIntegPage .slideTextWrap {
    float: left;
    display: block;
    margin-left: 58px;
    position: relative;
    top: -41px;
    left: 11px;
}

.emailEngagementDetailPage .addNewTagBtn {
    margin-right: 20px;
    float: right;
    position: relative;
    top: 95px;
}

.categoryDropdown {
	width: calc(100% - 50px) !important;
    display: block;
}

.categoryDropdownWrap .select2-container {
	width: calc(100% - 50px) !important;
}

.editDataboxForm .select2-container {
	width: calc(100% - 122px) !important;
    margin-right: 10px;
}

.categoryDropdownWrap .btnClearCat {
	float: right;
    height: 30px;
}

.jq-toast-single h2 {
	font-size: 16px;
}

.jq-icon-error {
	color: #fff !important;
	background-color: #f44336 !important;
	font-family: 'Exo 2', 'Open Sans', sans-serif;
	font-size: 14px;
}

.jq-icon-success {
	color: #fff !important;
	background-color: #4CAF50 !important;
	font-family: 'Exo 2', 'Open Sans', sans-serif;
	font-size: 14px;
}

.infusionEmailService .table-responsive {
	margin: 0 10px;
}

.infusionEmailService .table-responsive table tr th:last-child,
.infusionEmailService .table-responsive table tr td:last-child,
.databoxIntegPage .table-responsive table tr th:last-child,
.databoxIntegPage .table-responsive table tr td:last-child {
	width: 200px;
	text-align: center;
}

.databoxIntegPage .table-responsive table tr td:last-child,
.infusionEmailService .table-responsive table tr td:last-child {
	padding: 0;
}

.databoxIntegPage .table-responsive table tr td:last-child.noRecords {
	text-align: left;
	padding: 7px;
}

.databoxIntegPage .table-responsive table tr td:last-child button,
.infusionEmailService .table-responsive table tr td:last-child button {
	margin: 4px 10px;
}

.infusionEmailService .domainHead {
	margin: 15px 23px 10px;
}

.databoxIntegPage .table-responsive table tr th,
.databoxIntegPage .table-responsive table tr td,
.infusionEmailService .table-responsive table tr th,
.infusionEmailService .table-responsive table tr td,
.emailSendingSettingsPage .table-responsive table tr th,
.emailSendingSettingsPage .table-responsive table tr td {
	font-size: 13px;
}

.infusionEmailService .btnAdd {
	position: absolute;
    right: 26px;
    top: -45px;
    padding: 5px 15px;
    font-size: 14px;
}

.infusionEmailService .posRel {
	position: relative;
}

.databoxIntegPage .table-responsive {
	clear: both;
}

.databoxIntegPage .btnAdd {
	float: right;
	margin-bottom: 13px;
}

#deleteDatasourceModal .modal-dialog,
#editDatasourceTokenModal .modal-dialog {
	width: 350px;
}

.databoxIntegPage .dataSourceWrap {
	float: left;
	position: relative;
    bottom: -17px;
}

.form-group label {
	font-size: 14px !important;
}

.form-control {
	font-weight: normal !important;
}

.domainTbl .noRecords {
	text-align: left;
	padding: 7px;
}

.adminSettingsPage .totalRest {
	position: absolute;
    right: 30px;
}

.infusionEmailService .delWebCbMsg,
.infusionEmailService .restCbMsg {
	margin: 20px 0;
}

label {
    font-weight: 400;
    font-size: 14px;
}

.upwloginPage .loginWrap {
	margin: 120px auto;
    width: 350px;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    background: #fff;
    padding: 20px;
}

.upwloginPage .labcentralLogo {
	width: 180px;
    margin: 20px auto 40px;
    display: block;
}

.upwloginPage .btnLogin {
	margin-top: 25px;
}

.upwloginPage .loginWrap .formGroup {
	margin-bottom: 15px;
}

.smsIntegrationSettingsPage .listNameWrap {
	width: 100% ;
	float: left;
	margin-bottom: 30px;
}

.smsIntegrationSettingsPage .tagNameWrap {
	width: calc(100% - 120px);
	float: left;
}

.smsIntegrationSettingsPage .addNewTagBtn {
	float: right;
    position: relative;
    top: 26px;
	display: none;
}

.categoryDropdownSms {
	float: left;
	margin-bottom: 15px;
	width: calc(100% - 50px);
}

.categoryDropdownWrap {
	overflow: hidden;
}

.tagSmsWrap,
.listmsWrap {
	overflow: hidden;
}

.listmsWrap {
	display: none;
}

.addDataboxForm .dataTag {
	width: calc(100% - 120px) !important;
	float: left;
}

.addDataboxForm .select2-container--default {
	width: calc(100% - 120px) !important;
}

.clearFix {
	overflow: hidden;
}

.clearBoth {
	clear: both;
}

.addDataboxForm .btnCreateTag {
	float: right;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--single {
    height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
}

.btnSaveDataSource {
	margin-top: -15px;
}

.mb30 {
	margin-bottom: 30px;
}

.dateFilter1 {
	display: inline-block;
	margin-right: 15px;
}

.dateFilter2 {
	display: inline-block;
}

.link {
	background-color: #2196F3!important;
    color: #fff;
    padding: 3px;
    border-radius: 3px;
}

.link:hover {
	text-decoration: none;
}

.daysWrap {
	position: static;
    text-align: left;
    overflow: hidden;
    float: left;
    text-indent: 69px;
}

#noOfDays {
	width: 43px;
    display: inline-block;
    text-align: center;
}

.daysWrap p {
	font-weight: 300;
}

.businessCardConnectorPage .disconnectAuth {
	color: #fff;
    background-color: #2196F3;
    padding: 3px 5px;
	border-radius: 3px;
}

.businessCardConnectorPage .disconnectAuth:hover {
	text-decoration: none;
}

.businessCardConnectorPage .isAuthMessage, 
.businessCardConnectorPage .authOptions {
	display: none;
}

.businessCardConnectorPage .fcTagWrap {
	width: calc(100% - 200px);
	float: left;
}

.businessCardConnectorPage .fcAddTagBtn {
	position: relative;
    top: 25px;
    left: 10px;
}

.businessCardConnectorPage .selectSynWrap {
	width: calc(100% - 200px);
    margin: 30px 0 15px;
}

.businessCardConnectorPage .fcBtnSubmit {
	margin-top: 20px;
}

.businessCardConnectorPage .catGroup {
    float: left;
    width: calc(100% - 200px);
	margin-top: 15px;
	display: none;
}

.businessCardConnectorPage .listWrap,
.businessCardConnectorPage .mcListWrap {
	width: calc(100% - 200px);
	float: left;
	margin-top: 15px;
	margin-bottom: 0;
	display: none;
}

.fullContactForm {
	display: none;
}

.clear {
	clear: both;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	font-family: Arial;
    font-size: 20px;
}

.select2-container .select2-selection--multiple {
	min-height: 41px;
	border-color: none;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid #aaa 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding: 5px 5px 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	margin-right: 5px;
}

.addTemplateForm .select2-container {
	width: 100% !important;
}

a[href="https://froala.com/wysiwyg-editor"], a[href="https://www.froala.com/wysiwyg-editor?k=u"] {
	display: none !important;
	position: absolute;
	top: -99999999px;
}

.addTemplateForm {
	width: 50%;
}

.errorMessage {
	color: red !important;
    border-radius: 3px;
}

.errorMessage .link {
	background: #2196F3;
	color: #fff;
	padding: 3px 5px;
	border-radius: 3px;
}

.ql-toolbar.ql-snow + .ql-container.ql-snow {
    height: 250px;
}

.emailSendingSettingsPage tr th:last-child,
.emailSendingSettingsPage tr td:last-child {
	width: 165px;
    text-align: center;
}

.tempBody tr td {
	vertical-align: middle !important;
}

.tempBody tr td .btnEdit {
	margin-right: 10px;
}

.tempBody .noRecords {
	text-align: left !important;
}

.emailSendingErrorMessage {
	display: none;
	color: red;
}

.navbar-top-links .dropdown-user {
	z-index: 999;
}

.w3-sidebar {
	top: 52px;
	height: 400px;
    z-index: 99;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media (min-width:601px) {
	.ept-dash-container {
		width:33.33333%;
		float: left;
		padding: 8px;
	}
	.ept-dash-icon {
		font-size:36px!important
	}
}
@media (min-width:801px) {
	.ept-dash-container {
		width:19.99999%
	}
	.ept-dash-icon {
		font-size:36px!important
	}
}

@media (max-width:992px) {
	.ept-animate-left {
		position:relative;
		animation:animateleft 0.4s
	}

	.adminSettingsPage .accountAccess,
	.adminSettingsPage .users {
		width: 100%;
	}
}

@keyframes animateleft {
	from {
		left:-300px;
		opacity:0
	} 
	to {
		left:0;
		opacity:1
	}
}

@media (min-width:993px) {
	.ept-dash-container {
		width:33.33333%
	}
	.ept-dash-icon {
		font-size:36px!important
	}
}

@media (min-width:1280px) {
	.ept-dash-container {
		width:19.999%
	}
	.ept-dash-icon {
		font-size:48px!important
	}

	.adminSettingsPage .accountAccess,
	.adminSettingsPage .users {
		width: 60%;
	}
}

.opportunityActivityReportPage .scrolltable th:nth-child(3) {
	width: 90px;
}

@media (min-width:768px) {
	.sidebar {
		margin-top: 187px;
	}

	.navbar-default {
		border-color: transparent;
	}

	#page-wrapper {
		border-top: 1px solid #e7e7e7;
	}
}

@media (max-width:1279px) and (min-width:768px) {
	.ept-dash-container {
		width: 32.99999%; 
	}
}

@media (max-width:1600px) and (min-width:992px) {
	.pageNavTop .entries {
		position: relative;
		top: -30px;
		left: -164px;
	}
}

@media (max-width:1400px) {
	.opportunityActivityReportPage .oppH3,
	.opportunityActivityReportPage .saleStageReportWrap h3, 
	.opportunityActivityReportPage .wonLostReportWrap h3, 
	.opportunityActivityReportPage .referralStatusWrap h3 {
		margin-top: 50px;
		margin-bottom: 15px;
		position: static;
		float: none;
	}

	.opportunityActivityReportPage .filterOption {
		float: none;
		position: static;
		margin-bottom: 0;
	}

	.opportunityActivityReportPage .scrolltable {
		margin-top: 30px;
	}
}

@media (max-width:992px) and (min-width:768px) {
	.infusionEmailService .leftWrap {
		width: calc(100% - 50px);
		margin: 0 25px;
	}

	.infusionEmailService .rightWrap {
		width: calc(100% - 50px);
		margin: 30px 25px 0;
		padding: 0;
	}
}

@media (max-width:767px) {
	.logoWrap {
		top: -8px;
	}
	html {
		background: #fff;
	}
	.navbar-default {
		background: #fff;
		border: none;
		margin-top: 40px !important;
	}

	.labLogo {
		width: 100% !important;
	}

	#page-wrapper .ept-dash-container {
		margin: 0 15px;
		width: calc(100% - 30px);
		padding: 0;
	}

	#page-wrapper .ept-dash-container .fa {
		font-size: 50px;
	}

	.opportunityActivityReportPage h3 {
		font-size: 20px;
	}

	.opportunityActivityReportPage .filterOption .inline {
		width: 95%;
	}

	.opportunityActivityReportPage .filterOption .inline select,
	.opportunityActivityReportPage #datepicker,
	.opportunityActivityReportPage .filterOption .inline label,
	.opportunityActivityReportPage #datepickerYear {
		width: 100%;
		margin-right: 0;
	}

	.opportunityActivityReportPage .filterOption {
		margin-bottom: 0;
	}

	.opportunityActivityReportPage .oppH3,
	.opportunityActivityReportPage .filterOption {
		position: static;
		float: none;
	}

	.opportunityActivityReportPage .saleStageReportWrap h3, 
	.opportunityActivityReportPage .wonLostReportWrap h3, 
	.opportunityActivityReportPage .referralStatusWrap h3 {
		margin-top: 30px;
		margin-bottom: 15px;
		position: static;
	}

	.opportunityActivityReportPage .select2-container {
		width: 100% !important;
	}

	.opportunityActivityReportPage .pagination {
		margin: 0;
	}

	.opportunityActivityReportPage 
	.saleStageReportWrap .selectUsersWrap, 
	.opportunityActivityReportPage .wonLostReportWrap 
	.selectUsersWrap, .opportunityActivityReportPage 
	.referralStatusWrap .selectUsersWrap {
		margin-right: 0;
	}

	.opportunityActivityReportPage .scrolltable {
		height: 822px;
		overflow: auto;
		margin-top: 30px;
	}

	.infusionEmailService .leftWrap {
		margin-left: 0;
		padding: 30px;
		float: none;
		border: none;
	}

	.infusionEmailService .rightWrap {
		width: calc(100% - 60px);
		padding: 0;
		margin: 0 30px;
	}

	.statsToggleWrap {
		 display: block;
	}

	.page-header {
    	font-size: 24px;
    	line-height: 30px;
	}

	.kleanApiConfigPage, .updateHistoryEmailOpenDataPage, .updateOpportunityDataPage, .opportunityActivityReportPage, .emailOpenReportPage, .emailEngagementReportPage {
    	margin: 0;
	}

	.chartNumberWrap h3 {
		font-size: 21px;
		line-height: 23px;
		margin-top: 40px;
	}

	#preloader {
	    width: 50px;
	    height: 50px;
	    position: fixed;
	    top: 40%;
		left: 40%;
		display: none;
	}

	.pagination {
		float: none;
	    display: inline-block;
	    padding-left: 0;
	    margin: 10px 13px;
	    border-radius: 4px;
	    font-size: 10px;
	}

	.entries {
	    float: none;
	    margin: 0 15px;
	}

	.filterEngagement {
	    float: none;
	    margin-top: 30px;
	    position: static;
	    top: 0;
	    margin: 0 15px 10px;
	}

	.emailEngagementDetailPage .table-responsive {
		margin: 0 15px;
		width: calc(100% - 30px);
	}

	.downloadCsv {
	    position: static;
	    margin: 10px 15px;
	}

	.emailOpenReportPage h3 {
		line-height: 25px;
		font-size: 20px;
	}

	.opportunityActivityReportPage .table-responsive {
	    margin-top: 8px;
	}

	.navbar-top-links, .appNameAndOP {
		display: none;
	}

	.navbar-default {
		margin-top: 15px;
	}

	.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: transparent !important;
		border: none;
		border-color: none;
		padding: 0 10px 0 0;
	}
	
	.navbar-default .navbar-toggle {
		font-size: 30px;
	}

	#side-menu li {
		overflow: hidden;
	}

	#side-menu .avatarImg {
		width: 40px;
		margin: 10px;
	}

	.welcomeTxt {
		top: 20px;
	}

	.welcomeTxt a {
		text-decoration: none;
	}

	#side-menu li.overviewStatus {
		border-top: none;
	}

	.sidebar ul li:last-child {
		border-bottom: none;
	}

	.hiddenPc {
		display: block !important;
	}

	.businessCardConnectorPage .selectSynWrap,
	.businessCardConnectorPage .fcTagWrap {
		width: calc(100% - 15px);
	}

	.businessCardConnectorPage {
		margin: 0;
	}

	.businessCardConnectorPage .disconnectAuth {
		padding: 1px 5px;
		border-radius: 3px;
		display: inline-block;
		margin-top: 6px;
		font-size: 13px;
	}

	.fcTagWrap label {
		display: block;
	}
}

.mb40 {
	margin-bottom: 40px;
}

.topNeg7 {
	top: -7px !important;
}

.mcPage .errorMsg {
	display: none;
}

.acPage .errorMsg,
.platformPage .errorMsg {
	display: none;
}

.platformPage .formGroup {
    margin-bottom: 15px;
}

.platformPage .btnSubmit {
	margin-top: 10px;
}

.infPage .errorMsg {
	display: none;
}

.updateContactDataPage .btnStart,
.updateOpportunityDataPage .btnStart {
	margin-bottom: 20px;
}

.changePassPage .formGroup {
	margin-bottom: 15px;
}

.changePassPage .errorMsg {
	display: none;
}

.changePassPage .fa-info-circle {
	cursor: pointer;
}

.defenderSetup2Page .noBounceTags {
	display: none;
}

.defenderSetup2Page .loader {
	display: none;
}

.defenderSetup2Page .loader i {
	font-size: 30px;
	margin-top: 15px;
}

.defenderSetup2Page .bounceTaggingTbl tr th:last-child,
.defenderSetup2Page .bounceTaggingTbl tr td:last-child {
	width: 242px;
    text-align: center;
}

.defenderSetup2Page .bounceTaggingTbl tr td input {
	padding-left: 5px;
}

.defenderSetup2Page .bounceTaggingTbl .checkboxWrap {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
  
/* Hide the browser's default checkbox */
.defenderSetup2Page .bounceTaggingTbl .checkboxWrap input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.defenderSetup2Page .bounceTaggingTbl .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #aaa;
	right: 0;
    margin: auto;
}

/* On mouse-over, add a grey background color */
.defenderSetup2Page .bounceTaggingTbl .checkboxWrap:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.defenderSetup2Page .bounceTaggingTbl .checkboxWrap input:checked ~ .checkmark {
	background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.defenderSetup2Page .bounceTaggingTbl .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.defenderSetup2Page .bounceTaggingTbl .checkboxWrap input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.defenderSetup2Page .bounceTaggingTbl .checkboxWrap .checkmark:after {
    left: 10px;
    top: 3px;
    width: 7px;
    height: 15px;
    border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.defenderSetup2Page .bounceTaggingTbl {
	display: none;
}

.errorNoAPIKey {
	color: red;
	display: none;
}

.errorNoAPIKey a {
	text-decoration: underline;
}

.errorNoAPIKey a:hover {
	color: red;
	text-decoration: none;
}

.optionsWrap {
	margin-top: 20px;
}

.optionsWrap button {
	margin-right: 15px;
}

.manageUsers {
	margin-top: 50px;
}

#weDeliverPermissionModal .modal-dialog,
#resetPassModal .modal-dialog,
#deleteUserModal .modal-dialog {
	max-width: 400px;
}

#weDeliverPermissionModal .btn-primary,
#resetPassModal .btn-primary,
#deleteUserModal .btn-primary {
	margin-right: 10px;
}

#resetPassModal .errorMsg {
	display: none;
}

.manageUsers .users {
	width: 100% !important;
}

.nav > li > a {
	font-weight: 500;
}

.hasDeliveryTag,
.noDeliveryTag,
.noDeliveryTag .step2 {
	display: none;
}