#emailListHeader ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0px;
	width:100%;
}

#emailListHeader li {
	list-style: none;
	margin: 0 0 0 0;
	padding: 1px;
	background-color:#FFFFFF;
	/* border: #CCCCCC solid 1px; */
	color:#000;
	font-size:11px;
}

#emailList {
	float: left;
	width: 100%;
}

#emailList ul {
	list-style-type: none;
    padding-left: 0px;
	width:100%;
}

#emailList li {
	list-style: none;
	margin: 0 0 0 0;
	padding: 1px;
	background-color:#EFEFEF;
	border: #CCCCCC solid 1px;
	color:#000;
	font-size:11px;
}


#sortableFileListHeader ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0px;
	width:100%;
}

#sortableFileListHeader li {
	list-style: none;
	margin: 0 0 0 0;
	padding: 1px;
	background-color:#FFFFFF;
	/* border: #CCCCCC solid 1px; */
	font-size:11px;
}

#sortableFileList {
	float: left;
	width: 100%;
}

#sortableFileList ul {
	list-style-type: none;
    padding-left: 0px;
	width:100%;
}

#sortableFileList li {
	list-style: none;
	margin: 0 0 0 0;
	padding: 2px;
	background-color:#EFEFEF;
	border: #CCCCCC solid 1px;
	color:#000;
	font-size:11px;
}

#sortableFileList span {
	background-color:#EFEFEF;
}


a.popinout { background:url("../../images/popout.png") }
a.popinout.active { background:url("../../images/popin.png") }

input[type=text], input[type=password], textarea  {
	padding:5px 5px 5px 5px;
	border:1px solid #AAA;
	background:#FFFFFF;
	font: 12px arial, sans-serif;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	
	-webkit-box-shadow: 2px 2px 3px #999;
	box-shadow: 2px 2px 2px #bbb;
}

input[disabled] {
	color:#BFBFBF;
}

input[type=button], input[type=submit] {
	padding:5px 5px 5px 5px;
	border:1px solid #AAA;
	background:#DFDFDF;
	font: 12px arial, sans-serif;
	-moz-border-radius:12px;
	-khtml-border-radius:12px;
	
	border-top-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-webkit-border-top-left-radius: 12px;
	
	border-bottom-right-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-right-radius: 12px;
	
	border-top-right-radius: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-right-radius: 12px;
	
	border-bottom-left-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-webkit-border-bottom-left-radius: 12px;
	
	-webkit-box-shadow: 2px 2px 3px #999;
    box-shadow: 2px 2px 2px #bbb;
}

.textarea {
	padding:5px;
	border:1px solid #AAA;
	background:#FFFFFF;
	font: 12px arial, sans-serif;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	
	-webkit-box-shadow: 0 0 0 4px #fafafa;
	box-shadow: 0 0 0 4px #fafafa;
}

input:hover, input:focus {
	border-color: #777777;
	background: #E8E8E8;
} 

select {
	line-height: 1.5em;
	padding: 2px 2px 2px 2px;
	background:#FFFFFF;
	font: 14px arial, sans-serif;
}

.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	display: block;
	clear: left;
	float: left;
}

a:link {
	color: #00C;
}

a:visited {
	color: #551A8B;
}

input.groovybutton {
	font-size:10px;
	font-family:Verdana, sans-serif;
	font-weight:normal;
	color:#333333;
	background-color:#D4D0C8;
	border-style:solid;
	border-color:#BBBBBB;
	border-width:2px;
}

.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000
}
.bullettext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none
}
.scriptsubheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000
}
.highlighted {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #FFFF99
}
.sidebullet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none
}
.headingSuper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none
}
.sidebulletSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none
}
.bodytextSubHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none
}
.bodytextSubHeadingHighlighted {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	background-color: #FFCC00;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.scriptDescription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #333333
}
.scriptDescription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.BodyTextRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
}
.scriptheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
	font-weight: bold;
}
.BodyTextSelect {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	overflow:auto;
	width:200px;
}
.BodyTextSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.bodytextLarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #111111;
	font-weight: normal;
}
.bodytextArial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
}
.headingSuperRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CC0000;
}
.plainLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
.TableHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.bodytextWithBG {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	background-color: #CEE7FF;
}
.channel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #B8F1BF;
}
.nonHighlightedRow {
	background-color: #EFEFEF;
}
.highlightedRow {
	background-color: #CCFF99;
}
.nonHighlightedRowWhite{
	background-color: #FFFFFF;
}
div.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	border-top: 1px solid #006699;
	border-bottom: 1px solid #006699;
	padding: 4px 4px 4px 5px;
	margin-bottom: 4px;
}
/* Technique to change the "+" to the image in the expando bars */
span.expando {
	display:block;
	float:left;
	width:16px;
	height:16px;
	margin-right:2px;
	background-image:url("/dap/images/expand.gif");
	background-repeat:no-repeat;
	margin-top:0px;
}
span.expando span {
	display:none;
}
span.expando3 {
	display:block;
	float:left;
	width:16px;
	height:16px;
	margin-right:2px;
	background-image:url("/dap/images/collapse.gif");
	background-repeat:no-repeat;
	margin-top:0px;
}
span.expando3 span {
	display:none;
}
div.switchcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 4px 4px 4px 5px;
	margin: 0px;
}
table.sofT {
	background-color: #fafafa;
	border: 1px #6699CC solid;
	border-collapse: collapse;
	border-spacing: 0px;
}
/* ADMIN HEADER MENU CSS */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	font-size:0.65em;
}
/*
#adminheader {
	background:#1b4d92;
	height:60px;
}
#adminheader .textfloat {
	float:right;
	margin-top:27px;
	margin-right:20px;
	color:#fff;
	font-family:Trebuchet MS;
	font-size:19px;
}
#adminheader .logoutfloat {
	color:#fff;
	font-family:Trebuchet MS;
	font-size:17px;
	clear:left;
	text-align:right;
}
#adminheader .logoutfloat img {
	margin-top:-5px;
}
#adminheader .logoutfloat a:link {
	margin-top:17px;
	color:white;
	text-decoration:none;
}
#adminheader .logoutfloat a:hover {
	text-decoration:underline;
}
#adminnavi {
	background: url('../../images/navi_admin_bkgd.jpg') repeat-x;
	width:100%;
	height: 40px;
}
#nav, #nav ul {
	margin:0;
	padding:0;
	font-size:0.85em;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	margin-left:auto;
}
#nav a {
	font-size: 10.3999996185303px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display:block;
	padding:11px 15px;
	color:#102E56;
	font-weight:bold;
	text-decoration:none;
	background: url('../../images/navi_admin_bkgd.jpg') repeat-x;
	z-index:1;
}
#adminnavi li a img {
  margin-top: -7px;
}
#nav ul a, #nav ul li a {
	display:block;
	background:#FFB366 !important;
	z-index:1;
	text-transform:capitalize;
	padding:7px;
	margin-left:5px;
	font-weight:bold;
}
#nav ul a:hover, #nav ul li a:hover {
	background-color:#1B4D92!important;
	color:#fff;
}
#nav a:hover {
	background-color:#fff;
	color:#fff;
}
#nav li {
	float:left;
	position:relative;
}
#nav ul {
	position:absolute;
	display:none;
	width:12em;
	top:3.87em;
}
#nav li ul a {
	width:12em;
	height:auto;
	float:left;
}
#nav ul ul {
	top:auto;
}
#nav li ul ul {
	left:12em;
	margin:0px 0 0 10px; 
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display:block;
}*/
/* END ADMIN HEADER MENU CSS */


.tooltip {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
}

.divalign {
	width:800px;
}

/* Added 05/30/2011 for new DAP UI Changes (helptips, expando box, etc */
											
.product_main {
	position: relative;
	width:980px;
	height:auto;
	left:0;
	top: 0px;
	margin-left: 0px;
}

h2.trigger {
	padding: 0 0 0 20px;
	margin: 10px 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #006699;
	border-bottom: 1px solid #006699;
	background: url(/dap/images/expand.gif) no-repeat left center;
	height: 30px;
	line-height: 30px;
	width: 100%;
	font-size: 1.2em;
	cursor: pointer;
}
h2.trigger a {
	color: #000000;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover {
	color: #777777;
}
h2.active {
	background: url(/dap/images/collapse.gif) no-repeat left center;
	background-color: #CFCFCF;
}
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	/*background: #f0f0f0 url(toggle_block_stretch.gif) repeat-y left top;*/
	overflow: hidden;
	font-size: 1.2em;
	width: 100%;
	clear: both;
}
.toggle_container .block {
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px; /*--Padding of Container--*//*background: url(toggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}


/* Not Used Currently */
.popup_modify{
	position:absolute;
	z-index:10;   
	width:172px;
	height:102px;
	text-align:center;
	color:#FF0000;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}

table.sofTNoBGColor {
	border: 1px #000000 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	background-color:#E4E5F5;
}

.twoColFixRt #container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EFEFEF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.twoColFixRt #mainContent {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*Error Messages*/

a.btn-error-customize {
    color: #fff;
    font-size: 15px;
    padding: 10px;
    height: unset!important;
    display: block;
    margin-left: 30px;
    border-radius: 5px;
    background: #009688;
    border-color: #009688;
}


.dap_sidebar_popup{width:700px;max-width:85%;border:none;position:fixed;top:0;bottom:0;background:#fff;height:100vh;z-index:99;padding:0;right:-110%;left:auto;visibility:visible;opacity:0;-webkit-transition:all 0.5s linear;-moz-transition:all 0.5s linear;-o-transition:all 0.5s linear;-ms-transition:all 0.5s linear;transition:all 0.5s linear}
.dap_sidebar_popup.active_Side_Popup{right:0;visibility:visible;opacity:1;}
.dap_sidebar_popup.active_Side_Popup::before {position: fixed;content: "";left: 0;right: 0;top: 0;bottom: 0;z-index: 99;background: #333;opacity: 0.5;}
.dap_sidebar_popup h2{font-family:'DM Sans',sans-serif;padding:15px 20px;border:none;margin:0;background:none;font-size:21px;line-height:1.4;color:#333;background-color:#d0eaff;font-weight:700;border-bottom:1px solid #eee;position:relative}
.dap_sidebar_popup .dap_sidebar_popup_content{margin:0;padding:20px;width:100%;display:inline-block;vertical-align:middle;font-size:16px;line-height:1.4;color:#212529;font-family:'DM Sans',sans-serif;font-weight:normal;overflow-x:auto;height:100%;max-height:calc(100% - 65px);max-height:-webkit-calc(100% - 65px);max-height:-moz-calc(100% - 65px);max-height:-ms-calc(100% - 65px)}
.dap_sidebar_popup .dap_sidebar_popup_content>h4{font-family:'DM Sans',sans-serif;padding:0 0 10px 0;border:none;margin:5px 0 0 0;background:none;font-size:15px;line-height:1;color:#337ab7;background-color:transparent;font-weight:600;border-bottom:0px solid #eee;position:relative;float:left}
.dap_sidebar_popup-inner{position:relative;background:#fff;height:100%;z-index:99;box-shadow:0px 0 10px 0px #33333373;padding:0;text-align:left;overflow:visible;font-family:'DM Sans',sans-serif}
.dap_sidebar_popup .close_Side_Popup{position:absolute;right:0;top:8px;width:34px;height:34px;background:#fff;text-align:center;color:#989898;font-size:24px;line-height:37px;margin:0;padding:0;border:none;border-radius:100%;z-index:66;outline:none;box-shadow:none}

.error_message_warning h3 { font-size: 18px; margin-bottom: 3px; }
.error_message_warning p { font-size: 15px; margin-bottom: 0; }

.dap-radio-group { display: flex; align-items: center; margin-bottom: 10px; position: relative;}
.dap-radio-group input { display: none!important; }
.dap-radio-group label { display: block; position: relative; font-weight: 300; font-size: 18px; padding-left: 30px; margin-bottom: 0; cursor: pointer; -webkit-transition: all 0.25s linear; }
.dap-radio-group .check { position: absolute; z-index: 0; display: flex;border: 3px solid #AAAAAA; border-radius: 100%; height: 20px; width: 20px; transition: border .25s linear; -webkit-transition: border .25s linear; }
.dap-radio-group .check::before { display: block; content: ''; border-radius: 100%; height: 8px; width: 8px; margin: auto; transition: background 0.25s linear; -webkit-transition: background 0.25s linear; }
.dap-radio-group input[type=radio]:checked ~ .check {border: 4px solid #6F80B9;}
.dap-radio-group input[type=radio]:checked ~ .check::before { background: #6F80B9;}

.dap-error-create-specific-wrapper .form-group label { margin-bottom: 10px; }
.dap-error-create-specific-wrapper { margin-top: 30px; }
.dap-error-create-specific-wrapper .form-group .form-control { font-size: 15px; }
.dap-radio-group label a { display: block; font-size: 13px; line-height: 1; color: #0073aa; text-decoration: underline; }
.dap-error-create-specific-wrapper .form-group label small { display: block;  line-height: 1; color: #666666; margin-top: 5px; }

.dap-error-create-specific-wrapper .form-group .form-control,
.dap-error-create-specific-wrapper .form-group .form-control:focus { border-width: 3px !important; }
.dap-error-create-specific-wrapper .form-group .form-control:hover { background-color: #fff; }
.form-group-editor-heading label { font-weight: 600; font-size: 16px; }
.form-group-editor-heading.bigfont-center label { font-size: 22px; margin-bottom: 0px; }
.dap-error-submit > input { width: 100%; border: none; border-radius: 5px; background-color: #02c7a6 !important; color: #fff; padding: 10px; font-size: 18px; max-width: 300px; }
.dap-error-submit { text-align: center; }
#ManageConfigForm2 a.btn.btn-primary.btn-error-customize.open-sidebar-popup {display: inline-block;}

.dap-error-page-url .form-group-editor-heading label{ font-size: 20px; }
.dap-error-page-url label { margin-bottom: 0; }
.dap-error-page-url { margin-top: 30px; }
.dap-error-page-url a.dap-error-link-wp-page { max-width: calc(100% - 100px); white-space: nowrap; overflow: hidden !important; text-overflow: ellipsis; font-size: 17px; text-decoration: underline; }
.dap-error-page-url a.button.btn.view-btn-error-page { width: 80px; display: block; background: #6F80B9; color: #fff; border-radius: 5px; margin-left: 20px; padding: 0; }
.dap-error-page-url .error-url-wrapper { display: flex; align-items: center; }
.dap-error-page-url .alert-success hr { margin: 10px 0 20px 0px; }
img.dap-error-img-change-dynamic { max-width: 100%; }


.dap-error-customizer-options #img_hide_show_product { display: flex; margin: 0; width: 100%; min-height: 20px; }
#customizer_button_outer .dap-error-customizer-options #img_hide_show_product label { text-align: center; display: block; }
.dap-error-customizer-options #img_hide_show_product span { float: none; cursor: pointer; line-height: 25px; }
#customizer_button_outer .dap-error-customizer-options #img_hide_show_product label.offer_trial_label.selected {color: #fff;}
#customizer_button_outer .dap-error-customizer-options li.dap-w20.wrapper-checkbox > label { margin-bottom: 3px; }
#customizer_button_outer .dap-error-customizer-options li .switch_onoff{ width: 60px; }

/* Customizer CSS */
#customizer_button_outer .customized-optional {  float: right;  position: relative;  z-index: 999;  margin: 5px auto;  right: 0px;  left: auto;  border: 1px solid #2196f3;  width: 100%;  }
#customizer_button_outer .customizer_heading {  color: #2196f3;  background: #e8e8e8;  text-align: center;  padding: 8px 0;  text-transform: capitalize;  font-weight: 600;  font-size: 18px;  float: left;  letter-spacing: 0;  width: 100%;  }
#customizer_button_outer .customized-optional ul {  width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; background: #fbfbfb;  padding: 0px;  color: black;  margin: 0;  list-style: none;  }
#customizer_button_outer .dap-error-customizer-options ul.templates-styles li { float: none; width: 25%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: flex-start; margin: 0; padding: 10px 10px; border-bottom: #aac1d3 dashed thin; min-height: 60px; flex-direction: column; }
#customizer_button_outer ul.templates-styles li.dap-w20 { width: 20%; align-items: flex-start; }
#customizer_button_outer .dap-error-customizer-options .customized-optional ul li label {  padding: 0;  cursor: default;  color: #626262;  font-size: 13px;  margin-bottom: 0;  text-align: left; width: 100%;  }
#customizer_button_outer .dap-error-customizer-options ul.templates-styles li .input-group {  width: 100%;  -webkit-box-pack: end;  -ms-flex-pack: end;  justify-content: flex-end;  }
#customizer_button_outer ul.templates-styles li .input-group.full_input_group {  width: 100%;  }
#customizer_button_outer .slider.slider-horizontal {  width: 100%;  height: auto;margin-top: 13px;  }
#customizer_button_outer ul.templates-styles li .form-control {  line-height: 32px;  min-height: 32px;  font-size: 14px;  height: 32px;  border: 1px solid #e1e1e1;  padding: 5px;  -webkit-box-shadow: none;  box-shadow: none;  }
#customizer_button_outer span.input-group-addon {  width: 22px;  height: 32px;  margin-top: 0px;  }
#customizer_button_outer ul.templates-styles li .input-group.colorpicker-component i {  height: 100%;  margin-top: 0px;  width: 26px;  border-radius: 0 3px 2px 0;  display: inline-block;  cursor: pointer;  vertical-align: text-top;  height: 31px;  margin-left: 0px;  border: 1px solid #e1e1e1;  border-left: 0;  }
#customizer_button_outer ul.templates-styles li .input-group .input-group {  width: 100%;  }
#customizer_button_outer .slider.slider-horizontal .slider-handle {  position: absolute;  top: -6px;  margin-left: 0;  width: 15px;  height: 15px;  background-image: none;  }
#customizer_button_outer .slider.slider-horizontal .slider-track {  height: 6px;  width: 100%;  margin-top: -1px;  top: 50%;  left: 0;  background: #c1c1c1;  }
#customizer_button_outer .slider.slider-horizontal .slider-selection {  background: #191919;  }
#customizer_button_outer .input-group .tooltip.in {  line-height: normal !important;  font-size: 10px!important;  padding: 0px!important;  opacity: 0.9!important;  border-radius: 2px;  }
#customizer_button_outer .slider .tooltip {  margin-top: -20px !important;  position: absolute;  display: block;  opacity: 0;  }
#customizer_button_outer  .slider:before  {display:none;}
.dap-error-img-div { position: relative; cursor: pointer; width: auto; display: inline-block; }
input#add_error_content_upload_file { display: none; }
.dap-error-img-div:after { content: unset; display: block; font: normal normal normal 14px/1 FontAwesome; z-index: 99999999; position: absolute; top: 0; bottom: 0; right: 0; left: 50%; width: 50px; font-size: 50px; top: 50%; transform: translate(-50%,-50%); line-height: 1; padding: 0; height: 50px; color: #fff; }
.dap-error-img-div:before { content: unset; background: black; position: absolute; left: 0; right: 0; top: 0; bottom: 0; display: block; z-index: 1; opacity: 0.4; }
.dap-error-img-div:hover:after { content: "\f030";}
.dap-error-img-div:hover:before { content: ''; }
.dap-hide-input-field{ display: none; }
.form-group-editor-heading.bigfont-center { text-align: center; }
.alert.error-page-errormsg { margin-top: 30px;display: none;}
#customizer_button_outer.dap-error-create-specific-wrapper label { font-size: 16px; margin-bottom: 0px; line-height: 1.4; color: #212529; font-family: 'DM Sans',sans-serif; font-weight: 600; }

#loadingdiv_error { width: 100%; height: 100%; top: 0px; left: 0px; position: fixed;  z-index: 9999; opacity: .7; background: #333; display:none; }
#loadingdiv_error .loader_cont { position: absolute; top: 20%; left: 45%; z-index: 9999; color: #fff; font-size: 50px; }
#loadingdiv_error .loader_cont i { color: #fff; font-size: 57px; }
.dap_not_loggedin_get_error_html,
.dap_loggedin_get_error_html { padding: 20px 0; }
#customizer_button_outer.dap-error-create-specific-wrapper { box-shadow: none; width: 100%; }
.fa.fa-trash {   font-family: "Font Awesome 5 Free";   font-weight: 600; }


#overview-page-in-dap .stats_left_tabbar_outer{display: none;}
.full-report-button-show-in-overview{ display: none; }
#overview-page-in-dap .full-report-button-show-in-overview{ display: block; margin-top: 30px; }
.full-report-button-show-in-overview a.btn-info{ color: #fff; border-radius: 5px;}

.overview-page-column-row { display: flex; flex-direction: row; flex-wrap: wrap; gap: 30px; padding: 15px; max-width: 1540px; margin-left: auto;  margin-right: auto;}
.overview-page-column-row div#create_porduct_wrapper { width: calc(65% - 15px); }
.overview-page-column-row div#overview-page-usefull-links-wrapper { width: calc(35% - 15px); }
#overview-page-in-dap #stats_tab_outer .top_member_detail_outer { background: transparent; padding: 0; }
#overview-page-in-dap .overview-page-box { box-shadow: 0 2px 10px 0 rgb(0 0 0 / 12%), 0 2px 5px 0 rgb(0 0 0 / 16%); background: #fff; }
#overview-page-in-dap #stats_tab_outer .top_member_detail .top_member_detail_box { width: calc(25% - 20px); margin: 10px; }
#overview-page-in-dap .create_porduct_tabs-outer { padding: 40px 10px; margin: 0!important; }
div#overview-page-usefull-links-wrapper .overview-page-box { padding: 10px; border-top: 3px solid #00bcd4; }

.overview-usefull-row { display: flex; flex-direction: row; flex-wrap: wrap; gap: 10px 0; }
.overview-usefull-row.row-per-line-4 .usefull-links-box{ width: 25%; margin-bottom: 0px; }
.usefull-links-box { width: 25%; margin-bottom: 0px; }
.usefull-links-box > a { font-size: 13px; color: #212529; display: flex; flex-direction: column; align-items: center; text-decoration: none; align-content: space-around; justify-content: space-between; }
.usefull-links-box  i.fa { background: #dbe4ee; border-radius: 50px; width: 35px; height: 35px; font-size: 20px; color: #6c89ab; line-height: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; margin-bottom: 5px; }
.overview-heading-section { margin-bottom: 10px; border-bottom: 1px solid gainsboro; padding-bottom: 10px; }
.overview-heading-section h3 { font-size: 16px; font-weight: 600;  color: #313131; margin-bottom: 0; font-family: 'Open Sans', sans-serif; }
.dap-box-main-wrapper { margin-bottom: 20px; }
.overview-heading-section { display: flex; justify-content: space-between; align-items: center; }
.overview-heading-section a.btn { padding: 3px 10px; color: #fff; font-size: 13px; border-radius: 5px }
#overview-page-in-dap .tool-tip { display: none; }
.overview-page-column-row div#overview-page-usefull-links-wrapper .dap-box-main-wrapper.update-dap-box:last-child { margin-bottom: 0; }

.empty-product-box-wrapper .dap--selection-section .dap--selection-heading { font-size: 25px; line-height: normal; margin: 0 0 10px 0; padding: 0; width: 100%; display: block; vertical-align: middle; color: #555; font-weight: 600; line-height: 1; }
.empty-product-box-wrapper .small_text_heading { padding-top: 4px; width: 100%; display: block; font-size: 16px; font-weight: 600; color: gray; }
.empty-product-box-wrapper .dap--selection-options { display: flex; flex-direction: row; flex-wrap: wrap; gap: 20px; justify-content: center; margin-top: 40px; }
.empty-product-box-wrapper .dap--selection-options .dap--selection-item { width: calc(33.33% - 20px); cursor: pointer; padding: 10px 10px; vertical-align: middle; border: 3px solid transparent; border-radius: 4px; background: #fff; text-align: center; box-shadow: 0px 0px 6px -2px rgb(0 0 0 / 75%); display: flex; flex-direction: column; }
.empty-product-box-wrapper .dap--selection-options .dap--selection-item img { max-width: 100%; width: 64px; margin: auto; margin-bottom: 10px; }
.empty-product-box-wrapper .dap--selection-options .dap--selection-item span { font-size: 15px; font-weight: 600; }
#overview-page-in-dap .create_porduct_tabs-outer,
#overview-page-in-dap #create_porduct_wrapper1{ position: relative; height: 100%; }
.empty-product-box-wrapper { padding: 30px 20px; position: relative; height: 100%; display: flex; flex-direction: column; justify-content: center; }
.course-content-card .error-message, #create_course_cont .error-message, .course-popup-feild .error-message, .error-message { display: inline-block; width: 100%; padding: 0; text-align: left; color: red; font-size: 14px; font-weight: 600; line-height: normal; margin: 10px 0 0 0; }
.get-started-dap-product { margin-top: 20px; width: 150px; margin-left: auto; margin-right: auto; display: block; border-radius: 5px; max-width: 100%; }

#overview-page-in-dap .stats_filter_outer { padding: 10px; }
#overview-page-in-dap #stats_tab_outer .stats_filter_outer .filter_dropdown .form-control { width: 170px; height: 35px; }
#overview-page-in-dap .create_porduct_top_menu { background: #fff; padding: 28px 0 28px  0; }
#overview-page-in-dap .create_porduct_top_menu .manage_porduct_title { margin-bottom: 0; }
#overview-page-in-dap .btn-info { background-color: #00bcd4; border-color: #00bcd4; font-size: 13px; }

#overview-page-in-dap .searchStatsReportsOuter { width: 150px; text-align: right;float: right; -webkit-box-align: end;-webkit-box-pack: end;}
#overview-page-in-dap #stats_tab_outer .filter_dropdown .select2 { width: calc(100% - 500px)!important;text-align: left;}
#overview-page-in-dap #stats_tab_outer .stats_filter_outer .filter_dropdown { gap: 10px;display: flex;justify-content: center;}
#overview-page-in-dap button#searchStatsReports {padding: 7px 25px; border-radius: 5px;}

#overview-page-in-dap #stats_tab_outer .filter_dropdown .select2-container--default .select2-selection--single { height: 35px; }
#overview-page-in-dap #stats_tab_outer .filter_dropdown .select2-selection__arrow { height: 35px; }
#overview-page-in-dap #stats_tab_outer .filter_dropdown .select2-selection__rendered { line-height: 36px; }
#overview-page-in-dap .stats_filter_outer { border-bottom: 1px solid gainsboro; margin-bottom: 20px; padding-bottom: 15px; }

#stats_tab_outer .top_member_detail .top_member_detail_box span { font-size: 30px; line-height: normal; margin-bottom: 0; letter-spacing: normal; font-weight: 400; color: #0073aa; }
#stats_tab_outer .top_member_detail .top_member_detail_box .col-auto { display: none; }

#overview-page-in-dap #stats_tab_outer .top_member_detail .top_member_detail_box { position: relative; display: flex; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 0; width: calc(33.33% - 20px); box-shadow: 0 .5rem 1rem rgba(0,0,0,.15); border-radius: 0.25rem; padding: 0; }
#overview-page-in-dap #stats_tab_outer .top_member_detail .top_member_detail_box .dap-card-body { padding: 1.25rem; }
#overview-page-in-dap #stats_tab_outer .top_member_detail .top_member_detail_box .dap-card-body h5 { color: #6c757d; font-size: 15px; font-weight: 600; margin-bottom: 5px; }
#overview-page-in-dap #stats_tab_outer .top_member_detail .top_member_detail_box .dap-card-body .col span { font-size: 22px; color: #212529; }
#overview-page-in-dap #stats_tab_outer .top_member_detail .top_member_detail_box .dap-card-body .col { text-align: left; }
#overview-page-in-dap .dap-sales-rounded-circle { border-radius: 50%; background-color: #9c27b0; display: inline-flex; align-items: center; justify-content: center; text-align: center; vertical-align: middle; width: 3rem; height: 3rem; font-size: 1.25rem; color: #fff; }
#overview-page-in-dap #stats_tab_outer .top_member_detail .top_member_detail_box .col-auto { display: block; }
#overview-page-in-dap #stats_tab_outer .top_member_detail .top_member_detail_box[data-id="new_free_members"], #overview-page-in-dap #stats_tab_outer .top_member_detail .top_member_detail_box[data-id="expired_paid_members"] { display: none; }
#overview-page-in-dap h2.dap--selection-statistical-heading { font-size: 25px; margin: 0 0 10px 0; padding: 0; width: 100%; display: block; vertical-align: middle; color: #555; font-weight: 600; line-height: 1; }
#overview-page-in-dap .searchStatsReportsOuter button { width: 100%; }
#overview-page-in-dap .tab-content.top_tab_content { padding: 14px 0; }
#overview-page-in-dap .create_porduct_tabs-outer{ padding: 50px 10px; }
#overview-page-in-dap .full-report-button-show-in-overview a.btn.btn-info { width: 200px; font-size: 16px; background: #007bff; }
.update-dap-box .overview-usefull-content { min-height: 55px; }

#overview-page-in-dap .top_member_detail .top_member_detail_box:nth-child(1) .dap-sales-rounded-circle {
    background: #E91E63;
}
#overview-page-in-dap .top_member_detail .top_member_detail_box:nth-child(2) .dap-sales-rounded-circle {
    background: #9C27B0;
}

#overview-page-in-dap .top_member_detail .top_member_detail_box:nth-child(3) .dap-sales-rounded-circle {
    background: #2196F3;
}

#overview-page-in-dap .top_member_detail .top_member_detail_box:nth-child(4) .dap-sales-rounded-circle {
    background: #009688;
}

#overview-page-in-dap .top_member_detail .top_member_detail_box:nth-child(5) .dap-sales-rounded-circle {
    background: #8BC34A;
}

#overview-page-in-dap .top_member_detail .top_member_detail_box:nth-child(6) .dap-sales-rounded-circle {
    background: #FFC107;
}

#overview-page-in-dap .top_member_detail .top_member_detail_box:nth-child(7) .dap-sales-rounded-circle {
    background: #607D8B;
}

#overview-page-in-dap .top_member_detail .top_member_detail_box:nth-child(8) .dap-sales-rounded-circle {
    background: #03A9F4;
}

#overview-page-in-dap .top_member_detail .top_member_detail_box:nth-child(9) .dap-sales-rounded-circle {
    background: #FF5722;
}

@media only screen and (min-width: 1540px) {
	#overview-page-in-dap .btn-info,
	.overview-heading-section a.btn,
	.usefull-links-box > a{ font-size: 14px; }

	#overview-page-in-dap p{ font-size: 14px; }


}