@charset "iso-8859-1";
/* CSS Document */
#mp_htmlBackend, #mp_htmlBackend body{
	/*overflow-x:auto !important;*/
	/*overflow-y:scroll !important;*/
	overflow: initial !important;
	padding-right: 0 !important;
	background:#E4E4E4;
	min-height: 100vh;
	/*min-width: 1465px;*/
}
#mp_htmlBackend body{
	overflow-y: scroll !important;

}
button{
	background: none;
	border: none;
}
#mpWrapper ul.mpPluginList, #mpWrapper li.innerSortListItem{
	margin: 0;
	padding: 0;
}
#mpWrapper{
	width:100%;
	/*background:#efefef;*/
	background: #57595b;
	min-height:100vh;
	padding-left: 60px;
	/*overflow:hidden;*/
}
.mpInside{
	max-width: 1200px;
	margin: auto;
}
#mpContainer{
	width:100%;
	max-width:1500px;
	display:block;
	padding:75px 0;
	/*margin:0 0 0 150px;*/
	margin:auto;
}
#mpMainContent{
	background:#fff;
	padding:30px 40px;
	margin:auto;
	min-height:60vh;
}

#mp_htmlBackend body,
#mpWrapper,
#mpWrapper a,
#mpWrapper p,
#mpWrapper h1,
#mpWrapper h2 ,
#mpWrapper h3,
#mpWrapper li,
#mpWrapper legend,
#mpWrapper td,
#confirmWrap,
#mp_htmlBackend .modal-header h4,
#mp_htmlBackend .modal-body label,
#mp_htmlBackend .modal-body input,
#mp_htmlBackend .modal-body select,
#mp_htmlBackend .modal-body textarea,
#mp_htmlBackend .modal-body .formBreak,
#translationModal,
#mp_htmlBackend .ui-state-default a,
.sectionTitle,
#mpMenuWrapper td,
#mpMenuWrapper a,
#mpMenuWrapper span,
#mpMenuWrapper,
input,
button,
textarea,select{
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	font-size:14px;
	font-weight: 300;
	font-style: normal;
	text-decoration:none;
	color:#555;
}
#mpWrapper .mpEditButton .fa{
	color:#fff;
}
#mpWrapper h1,
#translationModal h1{
	font-size:20px;
	font-weight:400;
	padding-bottom:25px;
}
#mpWrapper h1#pageTitle{
	color: #fff;
	font-size: 36px; font-weight: bold;
}
#mpWrapper h2, #mpMenuWrapper h2, #mp_htmlBackend .mpModalPluginContent h2,
#translationModal h2{
	font-size:18px;
	font-weight:700;
	padding-bottom:15px;
	margin: 0;
}
#mpWrapper #gridContainer h2{
	font-size:16px;
	font-weight:400;
	padding-bottom:15px;
}
#mpWrapper h3,
#translationModal h3{
	font-size: 15px;
	font-weight: 700;
}
#mpWrapper legend{
	font-size:14px;
	border:none;
}
#mpHeader{
	background:#22343e;
	background:#353535;
	height:50px;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	min-width:1320px;
	box-shadow:0 1px 3px -1px rgba(0,0,0,.4);
	z-index:12000;
}
#mpWrapper hr, #mpMenuWrapper hr{
	border:none;
	border-top: 1px solid #ddd;
	margin: 15px 0;
	height: 0px;
	/*border-color:#ddd;*/
}
#mpMenuWrapper hr{
	margin-top: 10px;
	margin-bottom: 30px; 
}
#mpLogo{
	padding:12px;
	float:left;
	padding-right:30px;
	display: flex;
}
#modulparkLogoName{
	color: #fff;
	font-family: verdana;
	padding-left: 5px;
}
.mpLogoBold{
	font-weight: bold;
}
#mpLogo a{
	position:relative;
	height:22px;
	width:22px;
	display:block;
}
.logoCube01, .logoCube02, .logoCube03, .logoCube04{
	height:10px;
	width:10px;
	background:#efefef;
	position:absolute;
}
.logoCube01{
	left:0;
	top:0;
}
.logoCube02{
	right:0;
	top:0;
	background:#e60004;
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
	-webkit-transition: all 400ms ease-in;
	-moz-transition: all 400ms ease-in;
	-ms-transition: all 400ms ease-in;
	-o-transition: all 400ms ease-in;
	transition: all 400ms ease-in;
}
#mpLogo a:hover .logoCube02{
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 400ms ease-in;
	-moz-transition: all 400ms ease-in;
	-ms-transition: all 400ms ease-in;
	-o-transition: all 400ms ease-in;
	transition: all 400ms ease-in;
}
.logoCube03{
	left:0;
	bottom:0;
}
.logoCube04{
	right:0;
	bottom:0;
}
#mpLogo .cmsSlogan{
	color: #FFF;
	padding: 0 0 0 6px;
	display: inline-block;
	font-weight: 600;
	font-size: 11px;
	display: block;
	position: absolute;
	top: 24px;
	left: 31px;
}
#mpSideBar{
	width:50px;
	height:100%;
	background:#22343e;
	background:#353535;
	position:fixed;
	left:0;
	top:50px;
	/*border-top:1px solid #2f4049;
	border-top:1px solid #545454;*/
	box-shadow:1px 1px 3px -1px rgba(0,0,0,.4);
	z-index:12200;
}
#mpSideNav{
	padding:0;
	margin: 0;
}
#mpSideNav a{
	display: block;
	padding: 11px 0 0 15px;
	color: #ddd;
	font-size: 20px;
	font-weight: 400;
	height: 50px;
	/*border-bottom:1px solid #2f4049;*/
	border-bottom:1px solid #434343;
	width:50px;
	height:50px;
}
#mpSideNav a:hover, #mpSideNav a.openSlide{
	/*background:#2f4049;*/
	background:#3c3c3c;
	color: #fff;
}
.mpSideIcons{
	/*color:#ddd;*/
}
/*SideMenu*/
#mpMenuEdit{
	width:400px;
	height:100%;
	background:#fff;
	position:absolute;
	left:-400px;
	top:50px;
}
#mpMenuWrapper{
	padding-right: 20px;
	padding-bottom: 70px;
}
.MenuEditor .fal{
	font-size: 15px;
}
.menuRow, .modalSettingsControl{
	margin-bottom: 20px;
	/*padding-bottom: 20px;*/
	/*border-bottom: 1px solid #ccc;*/
	background: #f6f9f9;
	border: 1px solid #e6ecef;
	padding: 15px 10px;
}
.menuRowTitle{
	font-weight: 700;
	margin-bottom: 8px;
}
.menuRow label{
	font-weight: 300;
}
.menuRow .row{
	margin-bottom: 8px;
}
.seoPath{
	color: #999;
	padding-top: 8px;
}
#menuModalButtons{
	position: fixed;
    width: 100%;
    background: #fff;
    bottom: 0;
    margin: 0;
    left: 0;
    padding: 20px 20px 20px 25px;
    border-top: 1px solid #ccc;
    border-radius: 0 0 3px 3px;
}
#mp_htmlBackend #menuEditModal .modal-body{
	padding: 25px 0 3px 0;
}
#mpMainContent .MenuEditor .fas.fa-eye-slash{
	color: #999;
}
#mpMainContent .MenuEditor .fas.fa-eye{
	color: #090;
}
/*clear*/
#mpNav:after, .mpTabs:after, .mpNav:after, .mpFormRow:after, .mpFormRow, #mpWrapper .row:after, #mp_htmlBackend .modal-body .formBreak:after{
	content:'';
	display:block;
	clear:both;
}
#mpWrapper .row:before{
	content:auto;
	display:none;
}
/*mainNavigation*/
#mpNavWrapper ul{
	margin:0;
	list-style-type:none;
}
#mpWrapper .hiddenMenuItem a,
#mpWrapper .hiddenMenuItem span{
	color: #c0c0c0;
}
.hiddenMenuItemHint{
	font-style: italic;
}
.mpNav{
	
}
.mpNav > li{
	float:left;
	position:relative;
}
#mpNavWrapper .mpNav li a{
	display:block;
	padding:16px 25px 15px 25px;
	color:#ddd;
	font-size:15px;
	font-weight:400;
	height:50px;
}
#mpNavWrapper .mpNav li:hover>a{
	background:#2f4049;
	background:#3c3c3c;
	text-decoration:none;
	color:#fff;
}
.mpNav li:hover>ul{
	display:block;
}
.mpSubNav{
	display:none;
	position:absolute;
	top:50px;
	left:0;
	width:280px;
	z-index:15;
	/*background:#2f4049;*/
	background:#353535;
	/*border-top:1px solid #2f4049;*/
	border-top:1px solid #434343;
	padding:10px 0;
	border-radius:0 0 3px 3px;
	box-shadow:0 1px 3px -1px rgba(0,0,0,.8);
}
#mpNavWrapper .mpSubNav li a{
	padding:8px 18px;
	font-size:14px;
	height:auto;
}
#mpNavWrapper .mpSubNav li a .fas{
	font-size: 16px;
}
.mpSubNav .spacer{
	height:1px;
	display:block;
	/*background:#2f4049;*/
	background:#434343;
	margin:10px 0;
}
.mpMenuRight{
	float:right;
}
.mpMenuRight>li{
	float:left;
	position:relative;
}
.mpMenuRight li .mpSubNav{
	left:auto;
	right:0;
}
.mpHeaderIcons{
	font-size:20px;
}
/*corp List*/
#corpListFrame{
	z-index:500;
	position:absolute;
	width:180px;
	height:38px;
	top:4px;
	min-height:inherit !important;
	background:none;
	display:none;
}
#corpSearch .form-control {
	padding: 7px 12px;
	border:none;
	height: 26px;
}

/*mp Tabs*/
.mpTabs{
	margin:0;
	padding:0;
	list-style-type:none;
}
.mpTabs li{
	float:left;
}
#mpWrapper .mpTabs li a{
	display:block;
	padding:15px 25px;
	color:#666;
	font-size: 14px;
	/*background:#f5f5f5;*/
	background: rgba(255,255,255,.8);
}
#mpWrapper .mpTabs li a:hover{
	background:#f4f4f4;
}
#mpWrapper .mpTabs li a.active{
	background:#fff;
}

/*MPLIST - p tags when there is a link to next tab*/
#objectContainer a.listLink p {
	display:inline;
}

/*form fields*/
#mpWrapper .form-control, #mp_htmlBackend .formSelect, #mp_htmlBackend  .formString, #mp_htmlBackend  .formArea, #mp_htmlBackend  .formInt{
	height: 30px;
	padding: 0 10px;
	font-size: 13px;
	/*line-height:30px;*/
	width: 100%;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow:none;
}
#mpWrapper textarea.form-control{
	padding: 5px 10px;
}
#mpWrapper .form-control:focus, .mpBtn:focus, *:focus{
	outline: 0;
	box-shadow:none;
	/*border-color:#aaa;*/
}
#mpWrapper .form-control[disabled]{
	background: #eee;
}
#mpWrapper .mpFormLabel{
	line-height:30px;
	font-weight:400;
	margin-bottom:0;
	color: #999;
}
.mpFormRight{
	/*margin-top:8px;*/
}
#mpWrapper .mpFormRight .mpFormLabel{
	display:block;
	text-align:right;
}
#mpWrapper .headline > td{
	border-top: none;
	border-bottom:2px solid #aaa;
	padding:8px 0;
	font-weight: 600;
}
#mpWrapper .mpListRow > td{
	border-bottom: 1px solid #ddd;
	padding:2px 0;
}
#mpWrapper .mpListRow > td.active{
	background:#f7f7f7;
}
#mpWrapper .introText{
	font-weight:bold;
	color:#777;
}
#mpWrapper .mpInfoText td{
	font-size:11px;
	color:#444;
}
#mpWrapper textarea.form-control{
	resize:vertical;
}
.btn{
	background: #eee;
}
/*mp buttons*/
body .mpBtn{
	background:#fff;
	border:1px solid #fff;
	border:none;
	line-height: 1;
	padding:6px 10px;
	padding:8px 25px;
	color:#999;
	border-radius:3px !important;
	/*border-radius:25px;*/
	display:inline-block;
	margin:0;
	font-size: 13px !important;
	font-weight: 100 !important;
	text-transform: none !important;
	cursor: pointer;
	vertical-align: top;
}
body .mpBtn.mpBtn-grey{
	/*border:1px solid #ccc;*/
	background:#dadada;
	color: #555;
}
body .mpBtn.mpBtn-grey:hover{
	background:#cacaca;
}
body .mpBtn.mpBtn-blue{
	/*border:1px solid #215673;*/
	/*background:#1e89c3;*/
	border:none;
	background: #1e89c3;
	color:#fff !important;
}
body .mpBtn.mpBtn-blue i{
	color: #fff;
}
body .mpBtn.mpBtn-blue:hover{
	background:#1473a7;
}
body .mpBtn.mpBtn-green, .btn.btn-success{
	background: #17b517;
	color: #fff !important;
}
body .mpBtn.mpBtn-green:hover{
	background: #0e960e;
}
body .mpBtn.mpBtn-red{
	/*border:1px solid #A50B0D;*/
	background:#C9171A;
	color:#fff !important;
}
body .mpBtn.mpBtn-red:hover{
	background:#A50B0D;
}
body .mpBtn.mpBtn-right{
	float:right;
	margin-left: 2px;
}
body .mpBtn.mpBtn-full{
	width:100%;
	box-sizing:border-box;
}
body .mpBtn.mpBtn-center{
	text-align: center;
}
#clearFilterBtn{
	margin:0;
}

/*pagination*/
#mpWrapper .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
	background:#1e89c3;
	border-color:#1e89c3;
	color:#fff;
}
.pagination>li>a, .pagination>li>span{
	color:#333;
}

/*dashboard*/
#mpDashboard #mpQuickLinks{
	margin:0;
	padding:0;
	list-style-type:none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
	/*padding-top: 25px;*/
}
#mpDashboard #mpQuickLinks li{
	padding: 0 5px 10px 5px;
	width: 33.3333%;
}
#mpDashboard #mpQuickLinks a{
	font-size:13px;
	width:100%;
	height:120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color:#fff;
	transition: all 300ms;
	text-align: center;
}
#mpDashboard #mpQuickLinks a:hover{
	/*background: #e60004;*/
}
#mpDashboard #mpQuickLinks a i{
	display:block;
	font-size:30px;
	padding-bottom:15px;
}
.mpFormSpacer{
	height:5px;
	width:100%;
}
.mpSpacer{
	height:30px;
}
.mpInfo{
	padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
	cursor:help;
}
.mpFormWrap{
	width:80%;
}
.mpFormRow{
	position: relative;
}
.leftCol{
	float: left;
	width:25%;
	margin-right: 2%;
}
.rightCol{
	float: left;
	width:73%;
}
.checkBoxWrap input[type=radio], .checkBoxWrap input[type=checkbox]{
	position: relative;
	top:2px;
	height:16px;
	width:16px;
}
#mp_htmlBackend .infoTip {
	position: absolute;
	right: -20px;
	top: 6px;
}
#mp_htmlBackend .infoTip .fa{
	color:#22343e;
	font-size: 16px;
}
#mpWrapper table.table{
	margin-bottom: 0;
}
#mpWrapper .mpList>tbody>tr>td{
	padding:4px 0;
	/*line-height: 30px;*/
	vertical-align: top;
}


/* Debugging optimization */
table.cfdebug {
	margin-left:50px;
}

#mp_htmlBackend .modal-header{
	padding: 15px;
	background:#cccfd1;
	border:none;
	border-radius: 3px 3px 0 0;
}
#mp_htmlBackend .modal-header .close{
	position: absolute;
	opacity: 1 !important;
	cursor: pointer;
	width: 25px;
	height: 25px;
	top:30px;
	right:35px;
}
#mp_htmlBackend .modal-header h4{
	font-size: 20px;
    font-weight: 300;
    padding-left: 20px;
    margin:0;
}
#mp_htmlBackend .modal-header .close:before, #mp_htmlBackend .modal-header .close:after{
	content: '';
	display: block;
	height: 1px;
	width: 25px;
	position: absolute;
	top: 10px;
	left: 0;
	background: #555;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
 #mp_htmlBackend .modal-header .close:after{
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#mp_htmlBackend .modal-body{
	min-height:250px;
	overflow:auto;
	padding:15px 20px;
}
#mp_htmlBackend .modal-footer{
	padding: 15px 20px;
}
#mp_htmlBackend .modal-body form{
	/*padding-right:25px;*/
}
#templateSelector{
	position: absolute;
	top:30px;
	right:25px;
	width:200px;
}
#mp_htmlBackend .modal-body .formBreak{
	/*width:70%;*/
}
#mp_htmlBackend .modal-body .formBreak label{
	width:30%;
	margin:0;
	color: #999;
}
#mp_htmlBackend .modal-body .formBreak .formInt, #mp_htmlBackend .modal-body .formBreak .formString, #mp_htmlBackend .modal-body .formBreak .formArea, #mp_htmlBackend .modal-body .formBreak .formSelect{
	width:70%;
	float: left;
}
#mp_htmlBackend .modal-body textarea{
	resize:vertical;
}
#mp_htmlBackend .modal-body #pageElement{
	width: 100% !important;
}
#mp_htmlBackend .modal-body table{
	width: 100% !important;
}
#mp_htmlBackend .modal-body .application{
	/*display: flex;*/
	padding: 0;
	margin-bottom: 15px;
}
#mp_htmlBackend .modal-body .application label{
	width: 30%;
	padding: 0;
}
.modal-body .application #stepElementConf label{
	width: 100%
}
#mp_htmlBackend .modal-body .application .col-form-label{
	width: 100%;
}
#mp_htmlBackend .modal-body .application > div{
	width: 70%;
}
.contentImagePreview{
	border: 1px solid #ccc;
	border-radius: 4px;background-size: cover;background-position: center;
}
#mp_htmlBackend .modal-body .application.width-full > div{
	width: auto;
}
.mpModalPluginContent .slim{
	background: #f6f6f6;
	border: 1px solid #e6ecef;
}

#mp_htmlBackend .modal-body .application > div input[type=text],
#mp_htmlBackend .modal-body .application > div select,
#mp_htmlBackend .modal-body .application > div textarea,
#mpMenuWrapper form input[type=text],
#mpMenuWrapper form select{
	width: 100%;
	padding: 5px 15px;
	border-radius: 4px;
	border: none;
	border: 1px solid #ccc;
}
body .select2-container--default .select2-selection--single{
	border-color: #ccc; 
}
body input[disabled], body select[disabled] {
	background: #eee;
	color: #aaa;
	font-style: italic;
}
#mpMenuWrapper *{
	/*font-size: 13px !important;*/
}
pre{
	padding: 10px;
	border: 1px solid #ccc;
	background: #fbfbfb;
	border-radius: 4px;
	overflow-x: auto;
}
hr{
	margin: 30px 0;
	height: 1px;
	border:none;
	border-top: 1px solid #ccc;
}
/*dyntable tabs*/
#mp_htmlBackend .ui-widget-header{
	background:none;
	padding:15px 0 0 0;
}
#mp_htmlBackend .ui-state-default, #mp_htmlBackend .ui-widget-content .ui-state-default, #mp_htmlBackend .ui-widget-header .ui-state-default{

}
#mp_htmlBackend .ui-state-default a, #mp_htmlBackend .ui-state-default a:link, #mp_htmlBackend .ui-state-default a:visited{
	color:#555;
}
#mp_htmlBackend .mpDyntablesLangContainer{
	padding: 15px 0 0 0 ;
}
#mp_htmlBackend .ui-tabs .ui-tabs-nav li{
	padding:0;
	margin:0;
	border-radius:0;
	border:1px solid #ccc;
	border-left:none;
	background:#efefef;
	height:auto;	
}
#mp_htmlBackend .ui-tabs .ui-tabs-nav li:hover{
	background:#fff;
	border:1px solid #ccc;
	border-left:none;
}
#mp_htmlBackend .ui-tabs .ui-tabs-nav li:first-child{
	border-left:1px solid #ccc;
}
#mp_htmlBackend .ui-tabs .ui-tabs-nav a, #mp_htmlBackend .ui-tabs .ui-tabs-nav a:active{
	padding:5px 10px;
	display:block;
	background:none;
	outline:none;
}
#mp_htmlBackend .ui-state-active, #mp_htmlBackend .ui-widget-content #mp_htmlBackend .ui-state-active, #mp_htmlBackend .ui-widget-header .ui-state-active, #mp_htmlBackend .ui-tabs-nav .ui-state-active a.ui-tabs-anchor{
	border:none;
	background:#2f4049;
	color:#fff;
}
#objectContainer th a{
	/*font-size: 10px;
	font-weight: 300;*/
}
#mp_htmlBackend tr.row{
	display: table-row;
}
#topPagination{
	margin:7px 0;
}
.dtFormTable td{
	padding: 5px 6px;
	/*padding-right: 5px;*/
}
.dtFormTable .row > td{
	border-bottom: 1px solid #ddd;
}
.dtFormTable .dtFilterRow > td{
	border-bottom: 1px solid #ddd;
	padding-bottom: 14px;
}
#mp_htmlBackend .dtFilterRow input,
#mp_htmlBackend .dtFilterRow select{
	width: 100% !important;
    padding: 2px 10px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #ddd;
    border-radius: 0;
}
/*dyntable List*/

/*listheader*/
#mpMainContent .dtTableHeader{
	background-color:#f4f4f4;
	padding: 4px;
	border: none;
	/*position: absolute;*/
	right: 0;
	top: 0;
}
#mpMainContent .listTools{
	border:none;
	padding: 0;
	height: auto;
}
#mpMainContent .listTools .listIcon{
	margin: 0 0 0 10px;
	float: right;
}
#mpMainContent .listTools .mpDyntablesListEditIcon .fa{
	color: #555;
	font-size: 17px;
}
#mpMainContent #objectContainer{
	margin: 0;
	overflow: auto;
}
#dtBackendContainer{
	position: relative;
}
#mpMainContent .settingsContainer {
    position: fixed;
    left: 50%;
    margin: -40vh 0 0 -15vw;
    top: 50%;
    height: 80vh;
    width: 30vw;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 15px 25px;
    display: none;
    z-index: 20;
    border-radius: 6px;
    box-shadow: 0 0 10px -2px rgba(0,0,0,.4);
    overflow: auto;
}
#mpMainContent input[type=radio], input[type=checkbox]{
	margin:0 5px 5px 0;
}
.mpDyntablesColHeader td, .mpDyntablesColFilter td{
	padding: 4px 0;
	vertical-align: middle;
}
.mpDyntablesColFilter > td{
	border-bottom: 2px solid #aaa;
}
.mpDyntablesColFilter td input, .mpDyntablesColFilter td select{
	height: 25px;
    padding: 0 10px;
    font-size: 13px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: none;
    margin-right:4px;
    margin-bottom: 6px;
}
.mpDyntablesRow > td{
	padding: 8px 0;
	line-height: 22px;
	border-bottom: 1px solid #ddd;
}
.mpDyntablesRow:hover > td{
	background: #f0f0f0;
	cursor: pointer;
}
#mp_htmlBackend .mpDyntablesRow .formInt{
	height: 	22px;
	line-height: 	22px;
}
.mpDyntablesEditRowIcon{
	height: 22px;
	width: 22px;
	background: #1e89c3;
	border: 1px solid #215673;
	line-height: 22px;
	text-align: center;
	border-radius: 50%;
	margin:auto;
	cursor:pointer;
}
.mpDyntablesEditRowIcon .fa, .mpDyntablesDeleteRowIcon .fa{
	line-height: 22px;
	color:#fff;
	font-size: 	13px;
}
.mpDyntablesDeleteRowIcon{
	display: block;
	margin-right:10px;
	border-color:#ddd;
}
.mpDyntablesEditRowIcon:hover{
	background:#215673;
}
.mpDyntablesDeleteRowIcon .fa{
	color:#555;

}
/*Sort save*/
.mpDyntablesSaveOrderRow > td{
	padding: 8px 0;
}

/*Dyntables Popup*/
#mp_htmlBackend #dt_popup{
	max-width: 1200px;
	width: 80vw;
	max-height: 80vh;
	top: 80px !important;
	overflow: auto;
	border-radius: 0;
}
#mp_htmlBackend #dt_popup p.clear{
	display: none;
}
#mp_htmlBackend #dt_popup fieldset{
	color:#555;
	font-size:13px;
	min-width:600px;
	min-height:100px;
	
	/*after 15*/
	border:none;
	padding: 0;
	
}
#mp_htmlBackend #dt_popup legend, #mp_htmlBackend #dt_popup .modal-header{
	font-size: 13px;
	font-weight: bold;
	border:none;
	margin:0 0 20px 0;
	padding: 15;
	min-height: 16px;
	background: #cccfd1;
	display: block;
	font-size: 20px;
    font-weight: 300 !important;
    color:#555;
    padding-left: 35px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
    line-height: 18px;
}
#mp_htmlBackend #dt_popup .modal-footer{
	border:none;
	padding: 0 0 15px 0;
	margin-top: 15px;
}
#mp_htmlBackend #dt_popup legend strong{
    font-weight: 300 !important;
}
#mp_htmlBackend #dt_popUpContent{
	padding: 0;
	background: #ebebec;
	border-radius: 0;
}
#mp_htmlBackend #dt_popup #formWrapper{
	padding: 0 !important;
}
.modal-body{
	max-height: 70vh;
	overflow: auto;
}
#mp_htmlBackend #dt_popup .dynT{
	background: #fff;
	/*margin:0 45px;*/
	padding: 35px 65px 35px 50px;
}
#mp_htmlBackend #dt_popup .formBreak{
	padding: 0;
}
#mp_htmlBackend #dt_popup .formBreak label{
	width: 30%;
	padding: 0 25px 0 0;
	margin: 0;
	text-align: right;
	font-weight: 400;
	line-height: 30px;
	color: #999;
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
}
#mp_htmlBackend #dt_popup .formBreak input[type="text"],#mp_htmlBackend #dt_popup .formBreak input[type="password"], #mp_htmlBackend #dt_popup .formBreak select, #mp_htmlBackend #dt_popup .ckEditContainer{
	width: 70%;
}
#mp_htmlBackend #dt_popup .ckEditContainer{
	border-radius: 3px;
	padding: 5px 10px;
	border:1px solid #ccc;
}
#mp_htmlBackend .cke_dialog_body{
	border: 1px solid #d1d1d1;
}
.cke_dialog_contents_body{
	min-width: 480px;
}
.cke_reset{
	box-shadow: none !important;
}
#mp_htmlBackend #dt_popup .ckEditContainer .divArea{
	border:none !important;
	width: 100% !important;
}
#mp_htmlBackend #dt_popUpPrintBut{
	display: none;
}
#mp_htmlBackend #dt_popUpButs{
	top: 15px;
	right:15px;
    opacity: 1 !important;
    cursor: pointer;
     width: 25px;
    height: 25px;
}
#mp_htmlBackend #dt_popup #dt_popUpCloseBut{
    width: 25px;
    height: 25px;

}
#mp_htmlBackend #dt_popup #dt_popUpCloseBut > img{
	display: none;
}
#mp_htmlBackend #dt_popUpCloseBut:before, #mp_htmlBackend #dt_popUpCloseBut:after {
    content: '';
    display: block;
    height: 1px;
    width: 25px;
    position: absolute;
    top: 10px;
    left: 0;
    background: #555;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#mp_htmlBackend #dt_popUpCloseBut:after {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#mp_htmlBackend #dt_popup input[type="button"]{
	float: right;
	margin-right: 45px;
	/*height: 30px;
	border:1px solid #215673;
	background: #1e89c3;
	color:#fff;
	border-radius: 3px;
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;*/
}
#mp_htmlBackend .formString.formUploadContainer{
	height: auto;
	padding: 5px;
}
#mp_htmlBackend .uploadPreviewImage{
	width: 60px;
    float: left;
    line-height: 30px;
    text-align: center;
    padding-right: 5px;
}
#mp_htmlBackend .uploadPreviewImage .fa{
	line-height: 30px;
}
#mp_htmlBackend .uploadInput{
	display: none;
}
#mp_htmlBackend #dt_popup label.uploadBtn{
	padding: 0 15px;
    text-align: center;
    display: inline-block;
    width: auto;
    cursor:pointer;
    color:#555;
    float: right;
}
.uploadNameContainer{
	line-height: 30px;
	padding-left:25px;
}
.mpDyntablesRemoveFileIcon{
	line-height: 30px;
	/*float: right;*/
	padding-right: 15px;
	position: absolute;
    right: 5%;
    top: 8px;
}
.mpDyntablesRemoveFileIcon .fa{
	line-height: 30px;
}
.transparent{
	opacity:.3;
}
.mpDyntablesLangWrapper{
	border-radius: 0;
}
#mp_htmlBackend #dt_popup .mpDyntablesGroupSelector{
	border-radius: 3px;
	height: auto;
	padding: 6px 10px;
}
#mp_htmlBackend #dt_popup .groupSelector{
	width: auto;
	float: none;
	margin: 0;
	padding: 10px;
}
#mp_htmlBackend #dt_popup .groupSelector > ul{
	border:none;
	border-right: 1px solid #e0e0e0;
}
#mp_htmlBackend #dt_popup .groupSelector ul{
	padding-left: 10px;
	list-style-type: none;
}
#mp_htmlBackend #dt_popup .groupSelector li{
	border-left: 1px solid #ececec;
    padding: 7px 0 0 7px;
    border-top: 1px solid #ececec;
}
#mp_htmlBackend #dt_popup .groupSelector ul > ul > li:nth-child(odd) {
	background: #efefef;
	padding: 5px;
}
#mp_htmlBackend #dt_popup .groupSelector 
#mp_htmlBackend #dt_popup .mpDyntablesGroupSelector .itemContainer{
	padding: 0;
}
#mp_htmlBackend #dt_popup .mpDyntablesGroupSelector label{
	float:none;
	width: auto;
	text-align: left;
	position: relative;
	top: 0;
	left: 0;
	line-height: 20px;
	padding: 0;
	color: #555;
}
#mp_htmlBackend #dt_popup .mpDyntablesGroupSelector label input, #dt_popup .formRadio{
	transform: translateY(2px);
	margin-right: 5px;
}
#mp_htmlBackend #dt_popup .dynT_expandContainer{
	width: 70%;
}
#mp_htmlBackend #dt_popup .dynT_expandTitle{
	line-height: 30px;
}
#mp_htmlBackend #dt_popup .dynT_expandContainer .dynT_expandContent .formSelect,
#mp_htmlBackend #dt_popup .dynT_expandContainer .dynT_expandContent .formString,
#mp_htmlBackend #dt_popup .dynT_expandContainer .dynT_expandContent .formInt{
	width: 100%;
}
body .langBtnWrap{
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	height: 30px;
}
.translateToLang{}

body .langBtnWrap .mpBtn{
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	padding: 0;
	margin-left: 2px;
}
body .langBtnWrap .mpBtn i{
	line-height: 30px;
}

body a.actCopyToLang {
    padding: 5px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}
body .copyToLangFlyout{
   
    background: #dadada;
    padding: 3px;
    border-radius: 3px;
}
body .copyToLangFlyout.copy{
	background: #1e89c3;
}
body .copyToLangFlyout.translate{
	background: #17b517;
}


/**	MODAL Bootstrap */
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}
.modal-open {
	
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 12500;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  transform: translate(0, 0) !important;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: 5px;
  outline: 0;
  box-shadow: 0 2px 6px -1px rgba(0,0,0,.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 12400;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
#mp_htmlBackend tooltip tip{
	min-width: 180px;
}
.btnIconHint{
	position: absolute;
    right: -14px;
    top: 2px;
    display: block;
    height: 25px;
    width: 25px;
    border: 1px solid #337ab7;
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
}
.btnIconHint i{
	line-height: 25px;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.documentCount{
	line-height: 29px;
}
.listArticleName{
	display: block;
	width: 280px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mpArtListName{
	width: 440px;
}
.mpArtListSeo{
	width: 360px;
}


/* Styles go here */

.artListCtrl{
	/*width:1100px;*/
}
.my-controller small {
  color: #c99;
}
.other-controller {
  padding: 5px;
  margin: 3px;
}
.other-controller small {
  color: #99c;
}
.third-controller {
  padding: 5px;
  margin: 3px;
}
.third-controller small {
  color: #9c9;
}
[ng-include="templates.pagination"] {
display: none;
}


/*content*/
#documentTable tr.active td{
  background:#fff;
  border-top:none;
  border-bottom:2px solid #aaa;
  font-weight: 600;
}

#documentTable{
	font-size: 14px;
	font-weight: 400;
	border-bottom:1px solid #ddd;
	margin:20px 0;
}
#listTableWrap{
	padding-bottom: 15px;
}
#mpWrapper .published{
	color:#090;	
}
#mpWrapper .draft, #mpWrapper .hidden{
	/*color:#999;*/
}
.listActions span{
	cursor:pointer;
}

.copySelectorOpener{
	position:relative;
	display:block;
	cursor:pointer;
}
.copySelector{
	display:none;
	position:absolute;
	top:-35px;
	left:50px;
	padding:15px 25px;
	border-radius:3px;
	border:1px solid #eee;
	box-shadow:0 0 4px 0 rgba(0,0,0,.4);
	width:250px;
	background:#fff;
	text-align:left;
	z-index:20;
}
.rowHighlight{
	background:#eee;
}

.listItem.head{
	background: #fff;
    border-top: none;
    border-bottom: 2px solid #aaa;
    font-weight: 600;
    padding: 5px 0;
}
.listItem.body{
	/*margin-bottom: 5px;
	padding-bottom: 5px;*/
	padding: 5px;
	border-bottom:1px solid #ccc;
}
.listItem.body .row{
	display: flex;
	align-items: center;
}
.listItem.body:hover{
	background: #eee;
}
.listItem.body .column{
	min-height: 29px;
	/*line-height: 29px;*/
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.listActions{
	width: 140px;
}
.listActions .row{
	margin: 0 -5px;
}
.listActions .row .column{
	padding: 0 5px;
}
#mpWrapper .listItem.body a{
	/*line-height: 16px;*/
}
#articleFilterRow{
	margin-bottom: 20px;
}

/** artikel liste */
#mpWrapper .artListToolBtn{
	padding-left: 0;
	padding-right: 0;
	width: 28px;
	text-align: center;
	display: block !important;
}

/*documentation*/
.docSearch{
	margin-bottom: 15px;
	width: 100%;
	box-sizing: border-box;
	padding: 4px 20px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.docSubCatRow{
	padding-left: 30px;
}
.subCatName{
	cursor: pointer;
	padding: 2px 0;
	position: relative;
}
.subCatName:hover, 
.active.subCatName{
	color: #1e89c3;
}
/*.subCatName:hover:before,
.active.subCatName:before{
	content: '';
	height: 6px;
	width: 6px;
	background: #1e89c3;
	border-radius: 50%;
	position: absolute;
	left: -10px;
	top: 7px
}*/
.docImage img{
	max-width: 80%;
	vertical-align: top;
}
.docImage{
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 15px 0;
}
.docRow{
	border-top: 1px solid #ccc;
	padding-top: 25px;
	margin-top: 25px;
}
.column .docRow:first-child{
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}
#mpWrapper .docTitle a,
#mpWrapper .docTitle{
	font-weight: 600;
}

.docCatRow{
margin-bottom: 6px;
/* padding-bottom: 20px; */
/* border-bottom: 1px solid #ccc; */
/*background: #f6f9f9;
border: 1px solid #e6ecef;
padding: 10px 10px;*/
}
.docCatRow > b{
	cursor: pointer;
	display: block;
}
.subCatWrap{
	margin-top: 5px;
}


/**
MENU
*/
.mpMenuTable{
	/*border:1px solid #ccc;*/
}
.mpMenuTable td.MenuEditor{
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
.mpMenuTable tr:hover > td{
	background: #efefef;
}

/** Grundeinstellungen Artikel */

.mpBasicsTable input[type=text],
.mpBasicsTable textarea,
.mpBasicsTable select{
	padding: 0 15px;
	margin-bottom: 5px;
	height: 30px;
	line-height: 30px;
	width: 100%;
	border:1px solid #ccc;
	border-radius: 5px;
}
.mpBasicsCell{
	width: 50%;
	padding-right: 45px;
}
.mpBasicsTable textarea{
	height: auto;
	min-height: 80px;
	resize: vertical;
}

/**
Article Edit
*/

.pluginDescription, 
.singlePlugin.slimPlugin .pluginDescription{
    /*display: none;*/
}
.singlePluginDropped{
    width: 100%;
    /*height: 100%;*/
}
.singlePluginDropped .placeHolder{
    display: flex;
    width: 100%;
    align-content: center;
    /*FB remove after fixing width 100% bug*/
    overflow: hidden;
    /*min-height: 50px;*/
}
#gridContainer .singlePluginDropped .placeHolder{

}
.singlePluginDropped .pluginDescription{
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.singlePluginDropped .pluginType{
    font-weight: 700;
}

.moduleContent{
    display: none;
}

.settingsModal{
    min-width: 0px;
    width: 50px;
    font-size: x-small;
}
.collapsem, .hidden{
	display: none;
}

.ge-content.ge-content-type-ckeditor.ui-droppable{
    min-height: 40px;
}

.moveRight{
    float: right;
}

.imgOld{
    width: 100%;
}

#btnSubmit{
    display: none;
}

.ge-addRowGroup.btn-group a.btn.btn-xs.btn-primary{
    /*width: 40px;*/
}
.vertical-align-4{
    margin-top: -4px;
}

.container{
    width: 100% !important;
}
.templateSection{
	padding-top: 25px;
	cursor: auto;
}
.templateSection > .column > i{
	display: block;
	padding-bottom: 10px;
}
.templateRow{
    /*border-style: dotted;*/
    /*margin-top: 10px;*/
    /*border-width: thin;*/
}
.templateRow .label{
    cursor: pointer;
	padding: 10px 0;
	display: block;
	text-align: left;
}
.mpg-bg-img > div > a > .fa-image{
	color: #17b517;
}
.ge-canvas.ge-editing .row.mpg-bg-img > .column > .mpg-content{
	background: #f6f9f9;
	position: relative;
}
.row.mpg-bg-img > .column > .mpg-content:before,
.column.mpg-bg-img > .mpg-content:before {
	font-size: 35px;
	font-weight: 300;
	text-align: center;
	color: #7ea4b4;
	width: 150px;
	/*background: #f6f9f9;*/
	content: '\f03e';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-family: "Font Awesome 5 Pro";
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    opacity: .4;
}
.templateInnerRow{
    /*border-bottom-style: dotted;*/
    /*border-bottom-width: thin;*/
}
.pluginImg{
    height: 50px;
}
#gridContainer .pluginImg{
    height: 50px;
    width: 50px;
    background: #f6f9f9;
    text-align: center;
}
#gridContainer .pluginImg i{
	line-height: 50px;
	font-size: 20px;
}

#addModuleModalWrapper{
	display: none;
}
#editBar{
    padding-bottom: 25px;
    /*transition: all 250ms;*/
    background: #fff;
    margin-left: -150px;
    margin-right: -150px;
    border-bottom: 1px solid #ddd;
}
#editBar > .row{
	margin: auto;
	width: 1230px;
}
#editBar.fixed{
    position: fixed;
    top: 50px;
    width: 1500px;
    background: #fff;
    padding: 25px;
    z-index: 10000;
    box-shadow: 0 4px 7px -4px rgba(0,0,0,.4);
    /*border-radius: 0 0 5px 5px;*/
    /*margin: 0 -25px;*/
}
#editBarPlaceholder{
    display: none;
    height: 71px;
    padding-bottom: 25px;
}

/** PLUGINS */
#plugins, .modal-body #pluginSection{
    margin-bottom: 35px;
    display: flex !important;
    flex-wrap: wrap;
    margin: 15px -5px 25px -5px;
}
.modal-body #pluginSection{
    margin-top: 15px;
}
.modal-body #pluginSection .singlePlugin:hover{
	/*background: #d2e7f2;*/
}
#plugins .singlePlugin, .modal-body #pluginSection .singlePlugin{
    cursor: pointer;
}
.singlePlugin{   
    cursor: move;
    z-index: 200;
    position: relative;
}
.toggleView, .langBtn {
	width: 40px;
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pluginPicker[hidden] {
	display: none !important;
}
/*Content Picker Modal*/
.pluginPicker,
.templatePicker{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	cursor: pointer;
	margin-bottom: 10px;
}
.templatePicker{
	margin-bottom: 0;
}
.templatePicker:hover{
	background: #1e89c3;
	color: #fff;
}
#commonSettingsModal #pluginSection .column{
	padding: 0 5px 10px 5px;
}
.ckEditorModalRow{
	margin: 0 -5px 35px -5px;
}
.ckEditorModalRow .column{
	padding: 0 5px;
}
#commonSettingsModal .pluginPicker{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
    flex-direction: column;
    margin-bottom: 10px;
    background: #1e89c3;
    width: 100%;
    height: 100px;
    flex-grow: 1;
    justify-content: center;
    border-radius: 4px;
    transition: all 300ms;
}
#commonSettingsModal .pluginPicker:hover{
	background:#1473a7;
}
mpl .pluginPicker{
	margin-bottom: 0;
}
mpl .pluginPicker.mpCkEditorItem{
	display: block;
	cursor: auto;
	position: relative;
}
mpl video{
	max-width: 100%;
}
.pickerIcon {
	font-size: 20px;
	/*background: #1e89c3;*/
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	margin-right: 10px;
}
.templatePicker .pickerIcon{
	font-size: 15px;
	margin-right: 0;
}
.modal #pluginSection .pluginPicker,
.modal .ckEditorModalRow .pluginPicker{
	color: #fff;
	margin-bottom: 0;
}
.modal #pluginSection .pickerIcon,
.modal .ckEditorModalRow .pickerIcon {
	margin-right: 0;
	background: none;
}
.pickerIcon i{
	line-height: 30px;
}
.modal #pluginSection  .pickerText,
.modal .ckEditorModalRow .pickerText{
	font-weight: 100;
	font-size: 12px;
	color: #fff;
	/* bro 210906 */
	text-align: center; 
}

/** GRID */
.gridSection{
    /*padding: 10px;*/
    border: 1px solid #e6ecef;
    margin-bottom: 55px;
    background: #fafafa;
}
.gridSection.loaded{
   /* background: #909ca2;
    background: repeating-linear-gradient( 45deg, #efefef, #efefef 1px, #fafafa 3px, #fafafa 9px );
    transition: all 650ms;
	transition-delay: 2s;*/
}
.sectionTitle{
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
}
.cms-tool:hover > .fal{
	/*font-weight: 700;*/
}

.mp_gridCanvas{
	visibility: hidden;
	/*transition: visibility 250ms;*/
}
mpl{
	opacity: 0;
	transition: opacity 50ms;
}
.loaded .mp_gridCanvas{
	visibility: visible;
	/*transition: visibility 250ms;*/
}
.loaded mpl{
	opacity: 1;
}

.gridSection, .iframeHolder{
    position:relative;
    display: block !important;
}

#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}


.gridSection:after, .loadWrapper .loader:after, .iframeHolder.loading:after, .translating:after, .mpModalPluginContent.loading:after, .cssConfigWrap .loader:after{
    content:'';
    display:block;
    position:absolute;
    /*opacity:0;*/
        width: 30px;
    height: 30px;
    border: 2px solid rgba(30, 137, 195, 0.32);
    border-right-color: #1e89c3;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    left:50%;
    top:30px;
    
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: .8s;

    -moz-transition-property: -moz-transform;
    -moz-transition-duration: .8s;
    
    -webkit-animation-name: rotate; 
    -webkit-animation-duration: .8s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    
    -moz-animation-name: rotate; 
    -moz-animation-duration: .8s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    
    transition:all 0.2s linear;
    -webkit-transform:scale(2);
    transform:scale(2);
    margin-left: -15px;
}
.iframeHolder.loading:after, .mpModalPluginContent.loading:after{
	top: 50%;
}
.gridSection:after {
    /*opacity:1;*/
}
.loaded.gridSection:after{
	display: none;
}
.mpModalPluginContent #codeEditorFrame{
	opacity: 1;
	transition: all 400ms;
}
.mpModalPluginContent.loading #codeEditorFrame{
	opacity: 0;
}

@-webkit-keyframes rotate {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}

@-moz-keyframes rotate {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(360deg);}
}

.translating{
	position: relative;
}
.translating:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 250;
	height: 100%;
	width: 100%;
	background: rgba(255,255,255,.8);
}
.translating:after{
	top: 5px;
	z-index: 300;
}


.loadWrapper{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.8);
	z-index: 50;
	display: none;
}
.loadText{
	position: absolute;
	top: 80px;
	width: 400px;
	left: 50%;
	text-align: center;
	margin-left: -200px;
}


.pluginToolbar{
	position: absolute;
    background: #f6f9f9;
    padding: 0;
    width: 130px;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    top: 23px;
    left: -25px;
    border-radius: 0;
    /*margin-top: 23px;*/
    border: 1px solid #e6ecef;
    border-top: none;
    border-right: none;
    /*margin-left: -25px;*/
    z-index: 300;
    /* box-shadow: 1px 1px 4px 0 rgba(0,0,0,.4); */
    color: #1e89c3;
    /*height: 24px;*/
    width: 25px;
}
.pluginToolbar:before{
   /* content: '';
    display: block;
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    position: absolute;
    bottom: -5px;
    left: 50%;
    background: #beccd2;
    margin-left: -5px;
    box-shadow: 1px 1px 3px -1px rgba(0,0,0,.4);*/
    /* border-right: 1px solid #cacaca; */
}
.modalBtnSmall{
    flex-grow: 1;
    text-align: center;
}
.modalBtnSmall i{
	line-height: 21px;
}
.removeButton{
	cursor: pointer;
}
.modalBtnSmall .fa{
    line-height: 20px;
    font-size: 16px;
}
.modal-dialog{
    /*margin-top: 7rem !important;*/
}

.grid-column-container{
    min-height: 50px;
    width: 100%;
    list-style-type: none;
}
.innerSortListItem{
	position: relative;
}
.innerSortListItem > mpl{
	margin-top: 20px;
	/*margin-bottom: 25px;*/
}
.innerSortListItem:first-child > mpl{
	margin-top: 0;
}
.ge-content{
	position: relative;

}
.plusButtonSingle{
	height: 100%;
	width: 100%;
	line-height: 40px; 
	text-align: center;
	border-radius: 0;
	background: none;
	color: #fff; 
	position: absolute; 
	top: 0; 
	left: 0; 
	/*display: none;*/
	cursor: pointer;
	align-items: center;
	justify-content: center;
}
mpl{
	border: 1px solid transparent;
	display: block;
	transition: all 500ms;
	position: relative;
	margin-top: 18px;
}
mpl:first-child{
	margin-top: 0;
}
.column:hover mpl{
	border-color: #e6ecef;
}


/*exclude form start and end*/

mpl[type="formStart"],
mpl[type="formEnd"]{
	border: none;
	
	cursor: pointer;
}
.singlePlugin.formStart{
	cursor: pointer;
	padding: 10px;
	background: #efefef;
}
.singlePlugin.formEnd{
	/*cursor: not-allowed;*/
	padding: 10px;
	background: #efefef;
    font-style: italic;
}
mpl[type="formEnd"]{
	/*display: none;*/
}
.mp_gridCanvas.reference{
	background: #efefef;
	display: none;
}
.mp_gridCanvas.reference *{
	color: #aaa !important;

}
#plugin_formStart,
#plugin_formEnd{
	display: none;
}
/*#gridContainer .ge-content:hover > .plusButtonSingle{
	display: flex;
}*/
#gridContainer{
	position: relative;
}
.referenceSectionWrap{
	position: absolute;
	width: 140px;
	right: -160px;
}
.referenceLink.mpBtn{
	width: 100%;
	margin-bottom: 5px;
}
.plusButtonSingle .fal{
    line-height: 40px;
    font-size: 16px;
    height: 40px;
    width: 40px;
    display: block;
    /*background: #1e89c3;*/
    position: absolute;
    color: #1e89c3;
    font-size: 20px;
    /*font-weight: 700;*/
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    opacity: .5;
    transition: all 250ms;
}
.plusButtonSingle .fal:hover{
	/*opacity: 1;*/
}
.plusButtonTop .fa,
.plusButtonBottom .fa,
.plusRowButtonBottom .fa {
    line-height: 20px;
    font-size: 12px;
}

.plusButtonTop,
.plusRowButtonTop,
.plusButtonBottom,
.plusRowButtonBottom{
	height: 20px;
	width: 100%;
	line-height: 20px; 
	text-align: center;
	/*border-radius: 50%;*/
	background: none;
	color: #1e89c3; 
	position: absolute; 
	top: -20px; 
	left: 0; 
	opacity: 1;
	cursor: pointer;
	z-index: 200;
}
.plusRowButtonTop{
	top: -40px;
	height: 40px;
	z-index: 1;
}

.plusButtonBottom,
.plusRowButtonBottom{
	top: auto;
	bottom: -20px;
}
.plusRowButtonBottom{
	bottom: -30px;
	height: 40px;
	z-index: 1;
}
.plusButtonTop .fal,
.plusRowButtonTop .fal,
.plusButtonBottom .fal,
.plusRowButtonBottom .fal{
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 18px;
	/*font-weight: 700;*/
	margin: -10px 0 0 -10px;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
	background: none;
	opacity: .4;
	transition: all 250ms;
}
.plusButtonTop:hover .fal,
.plusRowButtonTop:hover .fal,
.plusButtonBottom:hover .fal,
.plusRowButtonBottom:hover .fal{
	opacity: 1;
}

.modal-body #plugins > div:hover,
.modal-body #templatesContainer > div:hover,
.modal-body .ckeditor-item:hover
{
    /*border-style: solid;
    border-width: 1px;
    background-color: lightblue;*/
    cursor: pointer;
}
.cke_float .cke_inner .cke_top{
	background: #f6f9f9;
	border: 1px solid #e6ecef;
}
#templates #templatesContainer{
	display: none;
}
#templatesContainer{
	margin-bottom: 35px;
}
.templatePlaceHolder, .templatePlaceHolder label{
	cursor: pointer;
	line-height: 20px;
}
.templatePlaceHolder img{
	margin-right: 20px;
}
.cloned-item{
    opacity: 0.3;
}
.ckEditorModalRow{
	padding-top: 10px;
}
.ckEditoModalPicker{
	padding: 0;
}
.ckEditoModalPicker .mpCkEditorItem, .templatePlaceHolder{
	padding:10px 15px;
}
.ckEditoModalPicker .mpCkEditorItem:hover, .templatePlaceHolder:hover{
	background: #d2e7f2;
}
.ckEditoModalPicker .fal{
	font-size: 18px;
    margin-right: 15px;
}
.mpCkEditorItem{
	min-height: 30px;
}

.addRowButton{
	height: 50px;
	line-height: 40px; 
	text-align: center;
	border-radius: 0;
	background: none;
	color: #1e89c3; 
	position: relative; 
	opacity: .3;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	transition: all 500ms;
	margin-top: 30px;
}
.addRowButton:hover{
	opacity: 0.6;
}

.addRowButton .fal{
    line-height: 40px;
    font-size: 25px;
    /*font-weight: 700;*/
    height: 40px;
    width: 40px;
    display: block;
    /*background: #1e89c3;*/
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}

/*FB */
body .jconfirm .jconfirm-box.jconfirm-type-red{
	border-top-color: #C9171A;
}
body .jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content{
	line-height: 20px;
	overflow: hidden;
}
.ge-mainControls{
	display: none;
}

/*
#mpWrapper .slim > img{
	width: 100% !important;
}*/
.clipy{
	position: fixed;
	top: 60px;
	left: 60px;
	z-index: 50;
	background: url('/site/Layout/v001/giphy.gif');
	background-size: 150px;
	background-repeat: no-repeat;
	height: 150px;
	width: 150px;
	box-shadow: 0 0 50px;
	border-radius: 3px;
}
#pluginSection{
	display: none !important;
}
#pluginSection .placeholder img{
	width: 50px;
	height: 50px;
}
.singlePlugin .placeholder img{
	/*height: 100px;
	width: 100px;*/
}
.singlePlugin.buttons .mpl-widget-html .mpl-button{
	display: flex;
	width: 100%;
}
.singlePlugin.buttons .mpl-widget-html .left,
.singlePlugin.social .mpl-widget-html .left{
	justify-content: flex-start;
}
.singlePlugin.buttons .mpl-widget-html .center,
.singlePlugin.social .mpl-widget-html .center{
	justify-content: center;
}
.singlePlugin.buttons .mpl-widget-html .right,
.singlePlugin.social .mpl-widget-html .right{
	justify-content: flex-end;
}


.mpl-widget-html{
	width: 100%;
}
.mpl-widget-html .spacer{
	min-height: 25px;
	display: block;
 	border: 1px dashed #dadada;
}

#cofigForm{
	margin-top: 10px;
}
.slim{
	max-width: 100% !important;
	width: 100% !important;
	height: auto !important;
}

.slim img.out{
	display: none !important;
}
.slim.placeHolder > .slim-result{
	width: 100%;
}

/*form Builder*/


.form-wrap.form-builder .frmb .field-label, .form-wrap.form-builder .frmb .legend{
    display: none !important;
}
.form-wrap.form-builder .frmb .prev-holder label{
    color: #666;
    margin-bottom: 5px;
    line-height: 27px;
    font-size: 16px;
    font-weight: 400;
    display: inherit !important;
}
.form-wrap.form-builder .frmb .form-field .form-group{
	display: flex !important;
}
.form-wrap.form-builder .frmb .field-actions{
    top: 10px !important;
    right: -80px !important;
}
.form-wrap.form-builder .frmb .prev-holder .radio label{
	display: inline !important;
}

.date-field .form-group.value-wrap{
    display: none !important;
}

.button-field .form-group.value-wrap{
    display: none !important;
}

.button-field [type="button"]{
    display: none !important;
}

.button-field [type="button"][value="success"]{
    display: block !important;
}

.textarea-field .form-group.subtype-wrap{
    display: none !important;
}

.input-control [data-type="textfield"]:before{
    content: '\E808';
}
#mp_htmlBackend{

}
.icon-textfield:before{
    content: "\E808";
}
.formBuildContainer{
	width: 100% !important;
}
.formBuildContainer .stage-wrap ul,
.formBuildContainer .cb-wrap ul{
    min-height: 490px !important;
}

.formBuildContainer .form-actions.btn-group, .application .formBuildContainer .form-wrap.form-builder .frmb label.mpl-form-upload-button{
    display: none !important;
}

#mp_htmlBackend .mpModalPluginContent .form-wrap.form-builder .frmb .prev-holder input[type="text"],
#mp_htmlBackend .mpModalPluginContent .form-wrap.form-builder .frmb .prev-holder input[type="text.email"]{
    width: 100% !important;
}
#mp_htmlBackend .modal-body .application .formBuildContainer label{
	width: 40%;
	text-align: left;
}
#mp_htmlBackend .form-wrap.form-builder .frmb .form-elements .input-wrap, 
#mp_htmlBackend .form-wrap.form-builder .frmb .sortable-options-wrap{
	width: 60%;
}
.required-asterisk{
	display: none !important;
}
.mpModalPluginContent .application .row{
	display: flex;
	flex-wrap: wrap;
}
.mpModalPluginContent .application .row .column{
	display: flex;
	flex-direction: column;
	justify-content: center;
}


.pull-right{
	margin-left: auto;
}

#frmBegin, #frmEnd{
    display: none !important;
}
body .select2-dropdown{
	z-index: 14000;
}

.dynT .select2-container{
	width: 70% !important;
}
.customclasses-select,
.select2-container, .mp_multiRelSelect .select2-container{
	width: 100% !important;
}
.mp_multiRelSelect .select2-container--default .select2-selection--multiple, .mp_multiRelSelect .select2-container--default.select2-container--focus .select2-selection--multiple{
	border: none;
	padding: 0;
	margin: 0 -4px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
	background-color: #1e89c3 !important;
}
#mp_htmlBackend #dt_popup .groupSelector ul.select2-selection__rendered{
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
#mp_htmlBackend #dt_popup .mp_multiRelSelect .select2-container ul li{
	border: 1px solid #ccc;
	background: #eee;
	font-size: 10px;
	padding: 2 6px;
	border-radius: 3px;
	margin: 4px;
	flex-grow: 1;
}
#mp_htmlBackend #dt_popup .mp_multiRelSelect .select2-container ul li.select2-search--inline{
	display: block;
	clear: both;
	float: none;
	background: none;
	padding: 0 10px;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
	width: 100%;
}
#mp_htmlBackend #dt_popup .mp_multiRelSelect .select2-container ul li.select2-search--inline input{
	margin: 0;
	line-height: 28px;
}
#mp_htmlBackend #dt_popup .mp_multiRelSelect .groupSelector{
	border: none;
	padding: 0;
}
#mp_htmlBackend #dt_popup .mp_multiRelSelect .select2-container ul li.select2-search--inline:after{
	content: '';
	border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 5px;
    position: absolute;
    top: 11px;
    width: 0;
}

.langRow {
	display: flex;
	align-items: flex-start;
}
.langLinks{
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #ccc;
}
.selectLangGroupBtn.mpBtn {
	margin-right: 5px;
}
.langAddForm select{
	border: 1px solid #ccc;
	border-right: none;
	height: 29px;
	padding: 0 5px;
	line-height: 29px;
	border-radius: 4px 0 0 4px;
	margin: 0;
	width: 52px;
	font-size: 13px;
}
.langAddForm #saveCopyLangBtn{
	margin-left: -4px;
	border-radius: 0 4px 4px 0 !important;
}
#notificationCount{
	display: block;
    height: 18px;
    width: 18px;
    background: #c00;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 13px;
    font-weight: 600;

    -webkit-animation-name: pop; 
    -webkit-animation-duration: 1s; 
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);

    transition:all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.ringBell{
	-webkit-animation-name: ring; 
    -webkit-animation-duration: 1.2s; 
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    transition:all 0.2s linear;
}
@keyframes ring {
	0%{
		transform: rotate(0) translate(0);
	}	
	10%{
		transform: rotate(10deg) translate(-1px);
	}
	20%{
		transform: rotate(-10deg) translate(1px);
	}
	30%{
		transform: rotate(15deg) translate(-2px);
	}
	40%{
		transform: rotate(-15deg) translate(2px);
	}
	50%{
		transform: rotate(20deg) translate(-3px);
	}
	60%{
		transform: rotate(-20deg) translate(3px);
	}
	70%{
		transform: rotate(15deg) translate(-2px);
	}
	80%{
		transform: rotate(-15deg) translate(2px);
	}
	90%{
		transform: rotate(10deg) translate(-1px);
	}
	100%{
		transform: rotate(0deg) translate(0);
	}
}

@keyframes pop {
	0%{
		transform: scale(0);
	}
	50%{
		transform: scale(0);
	}
	100%{
		transform: scale(1);
	}
}

/*button*/
#mpWrapper a.btn{
	border-radius: 3px;
	display: inline-block;
	padding: 10px 25px;
	/*color: #fff;*/
}
#mpWrapper a.btn.btn-blue{
	background: #1e89c3;
	color: #fff;
}
#mpWrapper a.btn.btn-green{
	background: #17b517;
	color: #fff;
}
#mpWrapper a.btn.btn-red{
	background: #C9171A;
	color: #fff;
}
#mpWrapper a.btn.btn-grey{
	background: #dadada;
	color: #000;
}
#mpWrapper a.btn.btn-outline{
	background: none;
	border:1px solid #dadada;
	color: #000;
}



#invalidateArticles{
	cursor: pointer;
}
#invalidateArticles.loaded{
	color: #555;
}
#invalidateArticles.loading i{
	animation: spinn 1.2s infinite linear;
}
@keyframes spinn {
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}


/* Inline Preview Articles */
#previewWindow{
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	padding-top: 50px;
	width: 480px;
	transition: all 650ms;
	z-index: 15000;
}
#previewWindow.Desktop{
	width: 1300px;
	margin-right: -1300px;
}
#previewWindow.Notebook{
	width: 992px;
	margin-right: -992px;
}
#previewWindow.Tablet{
	width: 768px;
	margin-right: -768px;
}
#previewWindow.Phone{
	width: 480px;
	margin-right: -480px;
}
#previewWindow.open{
	margin-right: 0;
	transition: all 650ms;
}
#previewWindow iframe{
	width: 100%;
	height: 100vh;
	position: relative;  
	display: none;  		
}
.iframeHolder{
	width: 100%;
	height: 100vh;
	background: #fff;
}
.previewDimmer{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.7);
	z-index: 14500;
}


/* CSS EDITOR */

.classDefinitionWrap input[type=text],
.classDefinitionWrap select{
	width: 100%;
	padding: 4px 10px;
	border-radius: 4px;
	border: 1px solid #ccc;
}
.classDefinitionWrap .row{
	margin-bottom: 4px;
	display: flex;
	flex-wrap: wrap;
}
.classDefinitionWrap .column{
	justify-content: center;
	display: flex;
	flex-direction: column;
}
.uploadCSSLabel input{
	position: absolute;
	top: -2000px;
	z-index: -1;
}
.cssUpload h3{
	margin-top: 0;
}
.classGroup{
	padding: 15px;
	margin: 10px 0 25px 0;
	background: #efefef; 
}
.colorPickerPreview{
	height: 15px;
	width: 15px;
	border-radius: 50%;
	position: absolute;
	left: -10px;
	top: 7px;
}
.invisibleInputs{

	position: absolute;
	top: -1000000px;
}
.fa-info-circle{
	cursor: pointer;
}

.currentFileName{
	min-height: 30px;
	line-height: 30px;
	font-weight: bold;
}

.layoutChooser .row{
	margin-bottom: 8px;
}

/* Notifications */
.notificationFlyout{
    color: #fff;
    background: #353535;
    width: 600px;
    position: absolute;
    right: 0;
    top: 65px;
    padding: 15px 25px;
    border-radius: 4px;
    box-shadow: 0 1px 3px -1px rgba(0,0,0,.4);
}
.notificationFlyout:before{
	content: '';
	height: 15px;
	width: 15px;
	background: #353535;
	position: absolute;
	top: -8px;
	right: 25px;
	transform: rotate(45deg);
}

#mpWrapper .notificationFlyout p{
	color: #fff;
	margin: 0;
	font-weight: 300;
}
#mpWrapper .notificationFlyout .notifyText a{
	padding: 0;
	display: inline;
	color: #fff;
}
#mpWrapper .notificationFlyout .notifyText strong a{
	font-weight: 700;
}
.notificationRow{
	border-top: 1px solid #434343;
	padding: 10px 0;
}
.notificationRow:first-child{
	border: none;
}
#hideMessaging{
	position: absolute;
	top: 0;
	background: #353535;
}

.confirmNotification{
	font-size: 20px;
	padding-top:5px;
	cursor: pointer;
}
.confirmNotification:hover{
	color: #1e89c3;
}
.notifyTitle{
	display: flex;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 8px;
}
.notifyCat{
	margin-left: auto;
	color: rgba(255,255,255,.6)
}

/*Corp List*/
.corpList .dropdown-menu{
    color: #fff;
    background: #353535;
    width: 600px;
    position: absolute;
    right: 0;
    top: 65px !important;
    padding: 15px 20px;
    border-radius: 4px;
    box-shadow: 0 1px 3px -1px rgba(0,0,0,.4);
    left: auto !important;
    border:none;
}

.corpList .dropdown-menu:before{
	content: '';
	height: 15px;
	width: 15px;
	background: #353535;
	position: absolute;
	top: -8px;
	right: 25px;
	transform: rotate(45deg);
	left: auto;
}
#mpNavWrapper .mpNav .corpList .dropdown-menu a{
	padding: 0;
	height: auto;
	font-size: 14px;
	line-height: 18px;
}
#mpNavWrapper .corpList .dropdown-menu li{
	color: #ddd;
	cursor: pointer;
}
.corpList .dropdown-menu li .row{
	margin: 0 -5px;
	display: flex;
	flex-wrap: nowrap;
}
.corpList .dropdown-menu li .column{
	padding: 0 5px;
}
.corpList .dropdown-menu li{
	padding: 5px;
	border-top: 1px solid #434343;
}
.corpList .dropdown-menu li:hover,
.corpList .dropdown-menu li.active{
	background: #3c3c3c;
}
.corpList .dropdown-menu li:first-child{
	border:none;
}
.corpListName{
	width: 340px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.corpListIcon .fal{
	line-height: 18px;
}

li.corpList{
	padding: 10px;
}
li.corpList input{
	padding: 5px 10px;
	border:none;
	width: 250px;
	border-radius: 4px;
}
.loginFormWrap{
	width: 450px;
}
.loginFormWrap .row{
	margin-bottom: 6px;
}

/*Admin Info Layer*/
.adminInfoOpener{
	position: relative;
}
.adminInfoLayer{
	position: absolute;
    left: 50px;
    background: #353535;
    width: 450px;
    top: 0;
    padding: 25px;
    border-left: 1px solid #444;
    display: none;
    font-size: .9em;
}
.adminInfoOpener:hover > .adminInfoLayer{
	display: block;
}
#mpSideNav .adminInfoLayer hr{
	border-color: #444;
}
#mpSideNav .adminInfoLayer h2{
	margin: 0 0 5px 0;
	font-size: 14px;
	color: #ccc;
	padding-bottom: 5px;
}
#mpSideNav .adminInfoLayer div{
	color: #ccc;
}
#mpSideNav .adminInfoLayer a.mpBtn{
	height: auto;
	line-height: 25px;
	width: 100%;
	padding: 5px 25px;
	font-size: 12px;
}
#mpSideNav .adminInfoLayer a.mpBtn:hover{
	background-color: #1e89c3;
}
#mpSideNav .adminInfoLayerLinkList a{
	height: auto;
	width: auto;
	padding: 10px 0;
	font-size: 14px;
}
#codeEditorFrame{
	padding: 7px;
	background: #25282c;
}


.fancybox-wrap {
  position: absolute;
  left: 70px !important;
  top: 70px !important;
}

#ticketForm .ng-empty{
	border-color: #1e89c3 !important;
}


div > div > ol > li {
    margin-bottom: 15px;
}

.translationModal{
	position: fixed;
	top: 50%;
	left: 50%;
	height: 60vh;
	width: 60vw;
	transform: translate(-200%, -50%);
	background-color: #efefef;
	border: 1px solid #aaa;
	padding: 50px;
	z-index: 450;
	transition: all 450ms;
	display: flex;
	flex-direction: column;
}
.translationModal.visible{
	transform: translate(-50%, -50%);
}
.translationContent{
	height: 100%;
	overflow-y: auto;
}
.translationModal .tools{
	height: 80px;
	display: flex;
}

.modal-body .content{
}
.modal-body .content .mpl{
	background: #fff;
    transition: all 500ms;
    border: 1px solid #e6ecef;
    padding: 18px 5px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
	position: relative;
}
.modal-body .content .type{
	position: absolute;
	right: 5px;
	top: 5px;
	display: inline-block;
	font-size: 10px !important;
	background-color: #999;
	color: #fff !important;
	padding: 0 4px;
	border-radius: 4px;
}

.settingRow{
	border-bottom: 1px solid #ccc;
}
label.settingsLabel{
	line-height: 40px;
	font-weight: bold !important;
	margin: 0;
}

.checkBoxWrap .checkbox{
	position: relative;
	display: flex;
	width: 40px;
	border-radius: 15px;
	
	background: #dadada;
	height: 20px;
	transition: all 200ms;
	cursor: pointer;
	border: 1px solid #ccc;
}
.checkBoxWrap .checkbox:before{
	content: '';
	height: 20px;
	width: 20px;
	background: #f9f9f9;
	border-radius: 50%;
	box-shadow: 0px 1px 4px 0 rgba(50,50,50,.4);
	transition: all 250ms;
	margin-left: 0;
	transform: translate(0, -1px) scale(1.2);
}
.checkBoxWrap input:checked + .checkbox:before{
	margin-left: 18px;
	background: #1e89c3;
}
.checkBoxInput{
	display: none;
}
#infoScriptContainer{
	display: none;
	position: absolute;
    top: 0px;
    left: 250px;
    width: 460px;
    background: #f4f4f4;
    color: #fff;
    /*border: 1px solid #999;*/
    padding: 25px;
     box-shadow: 0 0 25px 0 rgba(0,0,0,.3); 
    border-radius: 5px;
    color: #666;
    font-size: 13px;
    z-index: 500;
}
#infoScriptContainer pre{
	margin-bottom:5px;
	margin-top:5px;
}
#infoScriptContainer .title{
	font-size: 18px;
	margin-bottom: 15px;
}
#infoScriptOpener{
	font-size: 18px;
	color: #c00;
	cursor: pointer;
}
#textarea4{
	height: 150px;
}
#infoScriptCloser{
	position: absolute;
	right: 15px;
	top: 15px;
	height: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

#metaTagTable textarea,
#metaTagTable select,
#metaTagTable input[type=text] {
	height: 30px;
    padding: 0 10px;
    font-size: 13px;
    /* line-height: 30px; */
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 5px;
}

#metaTagTable textarea{
	height: 100px;
	resize: vertical;
	padding-top: 5px;
	padding-bottom: 5px;
}
.metaPreviewContainer{
	padding: 8px;
	background: #efefef;
}
.metaPreviewDomain{
	color: #3C4043;
	font-size: 14px;
	padding-bottom: 8px;
	font-family: arial;
}
.metaPreviewTitle{
	font-size: 20px;
	margin-bottom: 3px;
	font-family: arial;
	color: #1a0dab;
	font-weight: normal;
}
.metaPreviewDescription{
	color: #3C4043;
	font-family: arial;
	font-size: 14px;
}
.metaCount{
	font-weight: 600;
}

.modalSettingsControl .row{
	margin: 0 -5px;
}
.modalSettingsControl .row .column{
	padding-left: 5px;
	padding-right: 5px;
}

.cssCofigNav{
	margin-bottom: 25px;
}
.cssCofigNav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	width: 100%;
	background: #efefef;
}
.cssCofigNav ul li a{
	display: block;
	padding: 10px 25px;
}
.cssCofigNav ul li.active a{
	background: #57595b;
	color: #fff !important;
}
.row.borderRow{
	margin: 0 -3px;
}
.row.borderRow .column,
.row.borderRow .column input,
.row.borderRow .column select{
	padding-left: 3px;
	padding-right: 3px;
}
/* Social Icons */
.mpl-social{
    display: flex;
    margin: 0 -5px;
    padding: 10px 5px;
    position: relative;
}
.mpl-social:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: transparent;
}
.mpl-social a{
    display: block;
    padding: 0 5px;
    font-size: 22px;
    cursor: pointer;
}

#mp_htmlBackend .modal-content .modal-body .application > div .socialEmailWrap{
	display: flex;
}
#mp_htmlBackend .modal-content .modal-body .application > div .socialEmailWrap input{
	padding: 5px;
	margin-right: 5px;
}
#mp_htmlBackend .modal-content .modal-body .application > div .socialEmailName{
	width: 80px;
}
#mp_htmlBackend .modal-content .modal-body .application > div .socialEmailDomain{
	width: 150px;
}
#mp_htmlBackend .modal-content .modal-body .application > div .socialEmailEnd{
	width: 45px;
	margin-left: 5px;
}
#mp_htmlBackend .modal-content .modal-body .application > div .socialEmailWrap:after{
	content: '.';
	position: absolute;
	right: 9px;
	bottom: 3px;
	font-size: 18px;
}

/*ContentElement*/

.ceImageBG{
	min-height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
	background-size: cover;
	background-position: center;
}
.ceImageWrap img{
    max-width: 100%;
}

.radioGroupWrap{
	display: flex;
	margin: 0 -15px;
}
.radioGroupWrap label.radioLabel{
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor:pointer;
	padding: 0 15px !important;
}
.radioGroupWrap label.radioLabel.col4{
	width: 25% !important;
}
.radioGroupWrap label.radioLabel.col1{
	width: 100% !important;
}
.radioGroupWrap label.radioLabel img{
	width: 100%;
}
.radioGroupWrap input{
	visibility: hidden;
	position: absolute;
	top: -1000px;
}
.radioItem{
	height: 22px;
	width: 22px;
	position: relative;
	border-radius: 50%;
	border: 1px solid #ccc;
}
.radioGroupWrap input + .radioItem:before{
	content: '';
	position: absolute;
	height: 20px;
	width: 20px;
	top: 0px;
	left: 0px;
	background: #f9f9f9;
	border-radius: 50%;
	box-shadow: 0px 1px 4px 0 rgba(50,50,50,.4)
}
.radioGroupWrap input:checked + .radioItem:before{
	background: #1e89c3;
}
.radioGroupWrap input:checked + .radioItem{
	border-color: transparent;
}

body .cke_menu_panel, body .cke_panel{
	z-index: 100000002 !important;
}
body .cke_dialog{
	z-index: 100000001 !important;
}
body .cke_dialog_background_cover{
	z-index: 100000000 !important
}

.row.small{
	margin-left: -5px;
	margin-right: -5px;
}
.column.col-dyn-5{
	width: 20%;
	padding: 0 5px;
}
.column.col-dyn-5 .icon{
	text-align: center;
}
.column.col-dyn-5 .icon.active{
	background: #17b517;
}
.linkRow{
	margin-bottom: 20px;
}

body code{
    padding: 6px 10px;
    font-size: 12px;
    color: #465371;
    border: 1px solid #ccc;
    background-color: #efefef;
    border-radius: 4px;
    display: block;
    font-weight: bold;
}

/*body .fad:before{
	color: #e60004;
}
body .fad:after{
	opacity: 1;
	color: #efefef;	
}*/

.mpModalPluginContent .ge-content-type-ckeditor input[type="file"]{
	display: none !important;
}

.address-management-group-options label{
    padding-left: 25px;
}

.address-management-group-options input{
    margin-top: 3px;
    margin-left: 5px;
}

.address-management-group-label{
 font-weight: bold !important;   
}

.address-management-group{
    padding-bottom: 20px;
}