.dxo-logo {
	background-image: url("../img/micrologo.png");
	background-repeat: no-repeat;
	background-position: 0 16px;
	padding-left: 25px !important;
}
.DXO div#TB_ajaxWindowTitle {
	font-size: 22px; 
	line-height: 50px; 
	padding: 0 16px; 
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	}
.DXO div#TB_title {
	height: 40px; 
	border-bottom: none; 
	color: #555;
	}
.DXO div#TB_window {
	background-color: #fcfcfc; 
	width: calc(100% - 60px) !important; 
	height: calc(100% - 60px) !important;
	margin-top: 30px !important; 
	margin-left: 30px !important;
	top: 0 !important;
	left: 0;
	}
	
.DXO div#TB_window iframe{
	background-color: #fcfcfc;
	width: 100% !important; 
	height: calc(100% - 50px) !important;
	}
	
.DXO #TB_closeWindowButton {
	width: 50px; 
	height: 50px; 
	text-align: center;
	}
.DXO #TB_closeWindowButton .tb-close-icon {
	text-align: center; 
	line-height: 50px; 
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0; 
	top: 8px
	}
.DXO #TB_closeWindowButton:focus .tb-close-icon {
    color: #555;
	-webkit-box-shadow:none;
	box-shadow: none;
}
.DXO #TB_closeWindowButton:hover .tb-close-icon {
    color: #00a0d2;
	-webkit-box-shadow:none;
	box-shadow: none;
}

.DXONotify {
	border: 1px dotted #cccccc;
	background-color: #f0f0f0;
	font-size: inherit;
	color: #333333;
	padding: 4px 8px;
}

.DXOptionsConf div.wp-picker-container {
	display: inline;
}

.DXOptionsConf select {
	height: auto;
}

.DXOTemplateBox {
	width: 112px;
	height: 150px;
	float: left;
	margin: 5px;
	overflow-y: hidden;
	position: relative;
	cursor: pointer;
}

.DXOTemplateBox img{
	border: 1px solid #ccc;
	width: 110px;
	margin: 0;
}

.DXOTemplateBoxName {
	position: absolute;
	bottom: 0;
	background-color: #333;
	color: white;
	text-align: center;
	width: 110px;
	margin: 0 1px;
}

.DXOTemplateBoxName p {
	color: white;
	text-align: center;
	font-size: 11px;
	line-height: 1;
	word-wrap: break-word;
	padding: 4px;
	margin: 5px 0;
}

.DXOiFrame {
	box-sizing: content-box;
}

.DXOiFrame::before {
	box-sizing: content-box;
}

.DXOiFrame::after {
	box-sizing: content-box;
}

.DXOiFrame iframe {
	box-sizing: content-box;
}

.DXOiFrame iframe::before {
	box-sizing: content-box;
}

.DXOiFrame iframe::after {
	box-sizing: content-box;
}

