._ESG_AM_ .div5 { display: block;height: 5px;width: 100%; }
._ESG_AM_ .div7 { display: block;height: 7px;width: 100%; }
._ESG_AM_ .div10 { display: block;height: 10px;width: 100%; }
._ESG_AM_ .div15 { display: block;height: 15px;width: 100%; }
._ESG_AM_ .div20 { display: block;height: 20px;width: 100%; }
._ESG_AM_ .div25 { display: block;height: 25px;width: 100%; }
._ESG_AM_ .div30 { display: block;height: 30px;width: 100%; }
._ESG_AM_ .div35 { display: block;height: 35px;width: 100%; }
._ESG_AM_ .div40 { display: block;height: 40px;width: 100%; }
._ESG_AM_ .div45 { display: block;height: 45px;width: 100%; }
._ESG_AM_ .div50 { display: block;height: 50px;width: 100%; }
._ESG_AM_ .div55 { display: block;height: 55px;width: 100%; }
._ESG_AM_ .div60 { display: block;height: 60px;width: 100%; }
._ESG_AM_ .div65 { display: block;height: 65px;width: 100%; }
._ESG_AM_ .div75 { display: block;height: 75px;width: 100%; }
._ESG_AM_ .div100 { display: block;height: 100px;width: 100%; }
._ESG_AM_ .div500 { display: block;height: 500px;width: 100%; }
._ESG_AM_ .div150 { display: block;height: 150px;width: 100%; }

.esg_fh_left {
	float: left;
	line-height: 50px;
	vertical-align: top
}

.esg_fh_right {
	float: right;
	text-align: right;
	line-height: 50px;
	vertical-align: top
}

.basic_action_button {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.basic_action_button_inactive {
	pointer-events: none !important;
	color: #777c80;
}
.basic_action_button_inactive i {
	color: #777c80;
}
.esg_ale_i_updateaddon.basic_action_coloredbutton { 
	background: #5d36ad; 
}

.esg_ale_i_errorbutton {
	color: #fff;
	background: #e67600;
	white-space: nowrap;
	cursor: default;
	pointer-events: none;
}
.esg_ale_i_errorbutton i {
	color: #fff;
}
.esg_ale_yellow,
.esg_ale_yellow i { 
	color: #e67600; 
}

._ESG_AM_ .basic_action_coloredbutton,
._ESG_AM_ .basic_action_button {
	text-decoration: none;
	text-align: left;
	background: #e2e2e3;
	width: 160px;
	color: #565656;
	line-height: 30px;
	padding: 0px 15px;
	font-size: 13px;
	font-weight: 400;
	display: inline-block;
	box-sizing: border-box;
	margin-bottom: 10px;
	cursor: pointer;
	vertical-align: top;
	border-radius: 3px
}

._ESG_AM_ .basic_action_button:focus {
	outline: none;
	box-shadow: none;
}

._ESG_AM_ .basic_action_button.disabled {
	pointer-events: none;
	background: #35383d;
	color: rgba(183, 187, 192, 0.4);
}

._ESG_AM_ .basic_action_button.disabled i {
	color: rgba(183, 187, 192, 0.4);
}

._ESG_AM_ .basic_action_coloredbutton.longbutton,
._ESG_AM_ .basic_action_button.longbutton {
	width: 185px;
	text-align: center;
}

._ESG_AM_ .basic_action_coloredbutton.fullbutton,
._ESG_AM_ .basic_action_button.fullbutton {
	width: 100%;
	text-align: center;
}

._ESG_AM_ .basic_action_coloredbutton.autosize,
._ESG_AM_ .basic_action_button.autosize {
	width: auto;
	margin-right: 5px;
}

._ESG_AM_ .basic_action_coloredbutton.rightbutton,
._ESG_AM_ .basic_action_button.rightbutton {
	float: right;
	margin-right: 0px
}

._ESG_AM_ .basic_action_coloredbutton i,
._ESG_AM_ .basic_action_button i,
#eg-wrap ._ESG_AM_ .basic_action_coloredbutton i,
#eg-wrap ._ESG_AM_ .basic_action_button i {
	color: #565656;
	font-size: 17px;
	margin-right: 10px;
	line-height: inherit
}

._ESG_AM_ .basic_action_coloredbutton {
	color: #fff;
	background: #27ceed
}
._ESG_AM_ .esg_ale_i_updateaddon.basic_action_coloredbutton {
	background: #5d36ad;
}

._ESG_AM_ .basic_action_lilabutton:focus,
._ESG_AM_ .basic_action_lilabutton:visited,
._ESG_AM_ .basic_action_lilabutton {
	color: #fff;
	background: #5e35b1
}

._ESG_AM_ .basic_action_lilabutton i,
#eg-wrap ._ESG_AM_ .basic_action_lilabutton i {
	color: #fff;
}

._ESG_AM_ .dark_action_button {
	background: #2a2c2f;
}

._ESG_AM_ .big_purple_linkbutton {
	line-height: 70px;
	width: 100%;
	background: #5d36ad;
	color: #fff;
	font-weight: 300;
	cursor: pointer;
	font-size: 20px;
	text-align: center
}

._ESG_AM_ .big_purple_linkbutton b {
	font-weight: 500;
}

._ESG_AM_ .big_purple_linkbutton:hover {
	filter: brightness(110%);
}

._ESG_AM_ .basic_action_coloredbutton i,
#eg-wrap ._ESG_AM_ .basic_action_coloredbutton i {
	color: #fff;
}

._ESG_AM_ .basic_action_button:hover,
._ESG_AM_ .basic_action_button.selected {
	color: #fff;
	background: #27ceed;
}
._ESG_AM_ .esg_ale_i_updateaddon.basic_action_coloredbutton:hover,
._ESG_AM_ .esg_ale_i_allupdateaddon.basic_action_coloredbutton:hover {
	background: #693dc2;
}

._ESG_AM_ .basic_action_button.errorcopy {
	transition: 0.4s all;
	border-color: #f82c90 !important;
	color: #f82c90 !important;
}

._ESG_AM_ .basic_action_button:hover i,
#eg-wrap ._ESG_AM_ .basic_action_button:hover i {
	color: #fff;
}

._ESG_AM_ .basic_action_lilabutton:hover {
	background: #5e35b1;
	filter: brightness(110%)
}

._ESG_AM_ .large_actionbutton.basic_action_coloredbutton {
	line-height: 50px;
	font-size: 17px;
	font-weight: 500;
	padding: 0px 45px;
	border: none;
	background: #006dd2;
	min-width: 160px;
	text-align: center
}

._ESG_AM_ .large_actionbutton.basic_action_button {
	line-height: 50px;
	font-size: 17px;
	font-weight: 500;
	padding: 0px 45px;
	border: none;
	background: #2a2c2f;
	min-width: 160px;
	text-align: center
}

._ESG_AM_ .basic_action_coloredbutton:hover {
	filter: brightness(110%);
}


#esg_modal_underlay {
	position: fixed;
	background: rgb(50, 52, 56);
	opacity: 0;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 500000;
	display: none;
}

.esg-modal-wrapper * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	text-rendering: optimizeLegibility;
}

.esg-modal-wrapper {
	display: none;
	opacity: 0;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	font-family: "Roboto", sans-serif;
}
.esg-modal-wrapper .esg-modal-inner {
	position: relative;
	width: 100%;
	height: 100%;
}
.esg-modal-wrapper .esg-modal-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.esg-modal-wrapper .esg_modal {
	position: relative;
	width: 900px;
	margin: 0 auto;
	background: #ebeaed;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
	border-radius: 20px;
}
.esg_modal.form_inner {
	padding: 0px !important;
}
._ESG_AM_ .esg_m_header {
	position: relative;
	overflow: hidden;
	padding: 0px 20px;
	line-height: 50px;
	background: #f2f2f2;
	color: #565656;	
	cursor: move;
	white-space: nowrap;
	border-radius: 20px 20px 0 0;
}
._ESG_AM_ i.esg_m_symbol.material-icons,
#eg-wrap ._ESG_AM_ i.esg_m_symbol.material-icons {
	line-height: 50px;
	font-size: 20px;
	margin-right: 15px;
}
._ESG_AM_ i.esg_m_close.material-icons,
#eg-wrap ._ESG_AM_ i.esg_m_close.material-icons {
	line-height: 50px;
	width: 50px;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: center;
	display: block;
	font-size: 25px;
	color: #565656;
	cursor: pointer;
}
#eg-wrap ._ESG_AM_ i.esg_m_close.material-icons:hover {
	color: #000;
}
._ESG_AM_ .esg_m_title {
	line-height: 50px;
	font-size: 15px;
	font-weight: 500;
	vertical-align: top;
}
._ESG_AM_ .esg_m_darkbutton {
	display: inline-block;
	width: 100%;
	line-height: 40px;
	text-align: center;
	color: #b7bbc0;
	font-size: 13px;
	background: #3a3e44;
	margin-top: 1px;
	box-sizing: border-box;
	cursor: pointer;
}
._ESG_AM_ .esg_m_darkbutton i.material-icons {
	color: inherit;
	margin-right: 10px;
	font-size: 20px
}
._ESG_AM_ .esg_m_darkbutton:hover {
	color: #fff;
	background: #006dd2;
}
._ESG_AM_ .esg_m_content_left,
._ESG_AM_ .esg_m_content_right {
	min-width: 50%;
	max-width: 50%;
	width: 50%;
	box-sizing: border-box;
	display: block;
	height: 100%;
	display: table-cell;
	position: relative;
	vertical-align: top
}
._ESG_AM_ .esg_m_content_left {
	border-right: 1px solid #2a2c2f;
}

#esg_addon_overviewheader_wrap {
	padding: 20px 55px 0px;
	width: 820px;
	position: absolute;
	top: 50px;
	left: 0px;
	z-index: 100;
	box-sizing: border-box;
	background-color: #e2e2e3;
}
#esg_addon_overviewheader {
	border-bottom: 1px solid #c3c3c3;
}
#esg_addon_overviewheader .esg_fh_right {
	margin-right: -5px;
}
#eg-wrap #esg_addon_overviewheader_wrap input.flat_input {
	font-size: 20px;
	color: #1d1d1d;
	background: none transparent;
	border: none;
	outline: none;
	box-shadow: none;
	font-weight: 500;
	line-height: 50px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}
#eg-wrap #esg_addon_overviewheader_wrap  input.flat_input::-webkit-input-placeholder  { color: #555;}
#eg-wrap #esg_addon_overviewheader_wrap  input.flat_input::-moz-placeholder            { color: #555;}
#eg-wrap #esg_addon_overviewheader_wrap  input.flat_input:-ms-input-placeholder       { color: #555;}
#eg-wrap #esg_addon_overviewheader_wrap  input.flat_input:-moz-placeholder            { color: #555;}
#eg-wrap #esg_addon_overviewheader_wrap  input.flat_input:hover::-webkit-input-placeholder  { color: #000 !important;}
#eg-wrap #esg_addon_overviewheader_wrap  input.flat_input:hover::-moz-placeholder            { color: #000 !important; }
#eg-wrap #esg_addon_overviewheader_wrap  input.flat_input:hover:-ms-input-placeholder       { color: #000 !important;}
#eg-wrap #esg_addon_overviewheader_wrap  input.flat_input:hover:-moz-placeholder            { color: #000 !important;}
#eg-wrap #esg_addon_overviewheader_wrap  input.flat_input:focus::-webkit-input-placeholder  { color: transparent !important;}
#eg-wrap #esg_addon_overviewheader_wrap  input.flat_input:focus::-moz-placeholder            { color: transparent !important; }
#eg-wrap #esg_addon_overviewheader_wrap  input.flat_input:focus:-ms-input-placeholder       { color: transparent !important;}
#eg-wrap #esg_addon_overviewheader_wrap  input.flat_input:focus:-moz-placeholder            { color: transparent !important;}

#esg_m_addons {
	width: 1195px;
}
#esg_m_addonlist {
	width: 820px;
	height: 800px;
	background: #e2e2e3;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	padding: 100px 30px 30px;
	border-radius: 0 0 0 20px;
}
#esg_m_addon_details {
	width: 375px;
	position: absolute;
	right: 0px;
	top: 50px;
	height: 750px;
	overflow: hidden;
	box-sizing: border-box;
}
.esg_m_addon_details_inner {
	padding: 30px 42px 30px;
	position: relative
}


.esg_ale {
	float: left;
	width: 190px;
	height: 215px;
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
}

.esg_alethumb {
	width: 190px;
	height: 190px;
	position: absolute;
	top: 0px;
	left: 0px;
	box-sizing: border-box;
	z-index: 2;
}

.esg_alethumb_notinstalledimg,
.esg_alethumb_img {
	width: 190px;
	height: 190px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	background-size: 190px;
	background-position: top;
	background-repeat: no-repeat;
}

.esg_alethumb_notinstalledimg {
	z-index: 12;
	background-position: bottom
}

.esg_alecbg {
	width: 140px;
	height: 140px;
	position: absolute;
	top: 25px;
	left: 25px;
	background: #2b2c30;
	border-radius: 10px;
	box-sizing: border-box;
}

.esg_ale_title {
	font-size: 17px;
	color: #808080;
	font-weight: 500;
	width: 100%;
	text-align: center;
	display: block;
	position: absolute;
	top: 183px;
	line-height: 30px;
	text-align: center;
}
.esg_ale.selected .esg_ale_title {
	color: #1d1d1d;
}
.esg_ale_i_title {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 35px;
}

.esg_alethumb_title {
	font-size: 40px;
	line-height: 40px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-weight: 900
}

.esg_ale_notinstalled,
.esg_ale_enabled {
	background: #006dd2;
	line-height: 25px;
	padding: 0px 5px;
	font-size: 13px;
	color: #fff;
	font-weight: 800;
	position: absolute;
	top: 15px;
	right: 5px;
	z-index: 15;
	text-transform: uppercase;
	border-radius: 4px;
}

.esg_ale_actionneeded {
	background: #ff0000;
	line-height: 25px;
	padding: 0px 5px;
	font-size: 13px;
	color: #fff;
	font-weight: 800;
	position: absolute;
	top: 15px;
	right: 5px;
	z-index: 15;
	text-transform: uppercase;
	border-radius: 4px;
}

.esg_ale_notinstalled {
	background: #d1d1d1;
	color: #5d5d5d;
}

.esg_ale_i_allupdateaddon.basic_action_coloredbutton {
	background: #5d36ad;
}

._ESG_AM_ .esg_ale_i_title {
	color: #1d1d1d;
	font-size: 15px;
	font-weight: 600;
	line-height: 35px;
}
._ESG_AM_ .esg_ale_i_content {
	color: #565656;
	line-height: 20px;
	font-weight: 400;
	font-size: 14px;
}
#eg-wrap ._ESG_AM_ .esg_ale_i_content .material-icons {
	margin-right: 5px;
	line-height: inherit;
}
.esg_ale_i_line {
	width: 100%;
	height: 1px;
	background: #c3c3c3;
}

#esg_check_addon_updates_wrap {
	position: absolute;
	left: 820px;
	top: 10px;
}
#esg_check_addon_updates,
#esg_process_all_addon_updates {
	position: relative;
	display: inline-block;
	margin-right: 10px
}

#esg_m_configpanel_savebtn {
	display: none;
	width: 375px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: center;
	z-index: 10000;
	background: #006dd2;
	cursor: pointer;
}

#esg_addon_overviewheader .ddTP_C {
	display: inline-block;
	box-sizing: content-box;
	width: 185px !important;
	height: 50px;
	margin: 0 40px 0 0;
	padding-right: 25px;
	vertical-align: top;
	font-weight: 500;
}
#esg_addon_overviewheader .ddTP.ddTP_C.ddTP_C--autowidthinmodal {
	width: auto !important;
	margin-right: 0px !important;
}
#esg_addon_overviewheader .ddTP_C .ddTP_S {
	display: inline-block;
	box-sizing: border-box;
	width: 185px;
	min-height: 30px;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 4px;
	box-shadow: none;
	outline: none;
	font-size: 17px;
	font-weight: 400;
	vertical-align: top;
	background-color: transparent;
	color: #797b7e;
}
#esg_addon_overviewheader .ddTP_C .ddTP_S--single {
	height: 50px;
}
#esg_addon_overviewheader .ddTP_C .ddTP_S--single .ddTP_S__rendered {
	border-radius: 0px;
	color: #555;
	line-height: 50px;
	vertical-align: top;
	font-size: 17px;
	font-weight: 500;
}
#esg_addon_overviewheader .ddTP_C:hover .ddTP_S__rendered {
	color: #151515;
}
#esg_addon_overviewheader .ddTP_C .ddTP_S--single .ddTP_S__arrow {
	top: 0;
	right: 0;
	width: 30px;
	height: 50px;
	line-height: 50px;
	margin-left: 10px;
	vertical-align: top;
	border: none;
	background: transparent;
}
#esg_addon_overviewheader .ddTP_C .ddTP_S--single .ddTP_S__arrow b {
	border-color: #555 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
	color: #777c80;
	cursor: pointer;
}
#esg_addon_overviewheader .ddTP_C:hover .ddTP_S--single .ddTP_S__arrow b { 
	border-color: #151515 transparent transparent transparent 
}
.esg-addon-sort.ddTP_C--open .ddTP-dropdown {
	top: 0px;
}


/* fix dropdown in modals */
.ddTP_C--open {
	z-index: 100010;
}
span.ddTP_C.ddTP_C--inmodal.ddTP_C--open {
	z-index: 1000005;
}
span.ddTP_C.ddTP_C--autowidthinmodal.ddTP_C--open {
	z-index: 1000005;
}

/* rows */
.esg-addon-row {
	position: relative;
	display: table;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
	line-height: 30px;
}
.esg-addon-onehalf {
	display: table-cell;
	box-sizing: border-box;
	width: 50%;
	margin-bottom: -10px;
	padding-right: 30px;
	vertical-align: top;
	line-height: inherit;
}
.esg_m_addon_details_inner .esg-addon-onehalf {
	padding-right: 10px;
}

/* scroll bar */
.esg-modal-wrapper .rs__scrollbar-y-rail {
	right: 0px;
	width: 12px;
	background: transparent !important;
}
.esg-modal-wrapper .rs__scrollbar-y {
	background: #fff;
	width: 7px;
	border-radius: 7px;
	right: 5px !important;
	cursor: pointer;
	opacity: 0.15;
}
.esg-modal-wrapper .rs__scrollbar-x-rail {
	display: none !important
}
