.wrap h3 {
	font: 21px "Times New Roman", Times, serif;
	color: #333333;
	margin: 10px 0px 0px;
	padding: 0px;
}

.wrap h4 {
	font-weight: bold;
	display: block;
	padding: 10px 0 5px 6px;
	margin: 0px 0px 5px;
	border-bottom: 1px solid #e7e7e7;
	clear: both;
}

.wrap h5 {
	margin: 7px 0px;
	font-size: 13px;
}

.wrap h4 .max_min {
	float: right;
	font-weight: bold;
	margin: 0px;
	padding: 0px 7px;
	cursor: pointer;
}

.wrap h4 .max_min:hover {
	color: #FFFFFF;
	background: #CC0033;
}

.wrap .section {
	padding: 10px 15px;
}

.wrap .section img {
	vertical-align: middle;
}

.message .close {
	float: right;
	margin: -33px 0px 0px;
	padding: 5px;
	cursor: pointer;
}

.content {
	clear: both;
	padding: 5px 10px 10px;
	margin: 0px;
	background: #fff;
	border-right: 1px solid #e9e9e9;
}

#sidebar {
	width: 20%;
	float: right;
	padding: 0px;
	margin: 0px 10px 0px 0px;
}

#sidebar ul {
	width: 95%;
	border: 1px solid #E9E9E9;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background: #FFFFFF;
	padding: 5px;
	margin: 0px 15px 5px 0px;
}

#sidebar li {
	display: block;
	padding: 3px;
	border-bottom: 1px solid #E2E2E2;
}

#sidebar li a {
	text-decoration: none;
}

#sidebar h4 {
	font: bold 14px Arial, Helvetica, sans-serif;
}

.donateBt {
	border-bottom: 2px solid #FF9900;
	width: 100%;
	margin: 0px auto;
	text-align: center;
}

.redText {
	color: #FF0000;
}

.linkBtm {
	color: #999999;
	float: right;
	padding: 0px 3px;
	margin: -35px 0px 0px;
	position: absolute;
	right: 0px;
}

.smallText {
	font-size: 10px;
	color: #666666;
}

.smallText:not(.header-small) {
	display: block;
	max-width: fit-content;
}

.widget-title {
	padding-bottom: 20px;
}

#addList button {
	margin-right: 3px;
}

#addList button img {
	padding-bottom: 4px;
}

code {
	background: #FCFCFC;
	padding: 1px 3px 2px 3px;
	border: 1px solid #e2e2e2;
	font-size: 11px;
}

.codeBox span {
	font-family: "Courier New", Courier, monospace;
	padding: 4px;
}

.codeBox span:hover,
code:hover {
	background: #CC0033;
	color: #FFFFFF;
}

.picker {
	background: #FFFFFF;
	border: 1px solid #e9e9e9;
	position: absolute;
	right: 3%;
	margin-top: 33px;
	z-index: 10;
}

.modal {
	position: absolute;
	z-index: 100;
	background-color: #fff;
	min-width: 320px;
	border: 3px solid black;
	border-radius: 10px;
	padding: 10px;
	width: auto;
	height: auto;
	display: none;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	transition: 0.4s ease-in-out;
	z-index: 110;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}

.modal .wrap {
	width: 99%;
	height: 74%;
	overflow: auto;
	padding: 0px 0px 0px 5px;
}

.modal .close {
	float: right;
	padding: 3px;
	border: 1px solid #e9e9e9;
}

.modal .add {
	float: right;
	padding: 3px;
	border: 1px solid #e9e9e9;
	margin-right: 1em;
}

.modal label {
	display: block;
}

.wpsrBox {
	height: 500px;
	width: 500px;
}

.helpWindow  {
	width: 500px;
}

.buttons-wrapper {
	margin-top: 1em;
	margin-right: 0.5em;
}

input.error {
	border: 1px solid #f00;
}

.listSearch {
	margin: 15px 0 -10px;
}

/* Sprites */

.admSprites a {
	background: url(images/admin-sprites.png) no-repeat;
	padding: 0px 0px 3px 20px;
}

.admSpr-addthis {
	background-position: 0 0 !important;
}

.admSpr-author {
	background-position: 0 -17px !important;
}

.admSpr-bug {
	background-position: 0 -34px !important;
}

.admSpr-documentation {
	background-position: 0 -51px !important;
}

.admSpr-donate {
	background-position: 0 -68px !important;
}

.admSpr-error {
	background-position: 0 -85px !important;
}

.admSpr-faq {
	background-position: 0 -102px !important;
}

.admSpr-feature {
	background-position: 0 -119px !important;
}

.admSpr-plugins {
	background-position: 0 -136px !important;
}

.admSpr-rss {
	background-position: 0 -153px !important;
}

.admSpr-star {
	background-position: 0 -170px !important;
}

.admSpr-support {
	background-position: 0 -187px !important;
}

.admSpr-twitter {
	background-position: 0 -204px !important;
}

.admSpr-warning {
	background-position: 0 -221px !important;
}

textarea#dxss_lists {
	width: 100%;
	height: 200px;
}

#dxss_submit {
	margin-left: 15px;
	margin-top: 15px;
}

.main-wrap {
	margin: 0 20px 0 2px;
	display: flex;
}

#leftContent {
	border-top: 1px solid #e9e9e9;
	border-bottom: 2px solid #c03;
	border-left: 1px solid #e9e9e9;
	margin: 0px;
	padding: 0px;
}

#rightContent {
	border-top: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	border-bottom: 2px solid #c03;
	clear: both;
	padding: 5px 10px 10px;
	margin: 0;
	background: #fff;
}

.dxss-settings * {
	font-size: 1em;
}

.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.2);
	width: 100vw;
	height: 100vh;
	z-index: 90;
	display: none;
}

.is-visible {
	display: block;
	opacity: 1;
	pointer-events: all;
}

.popup-input {
	margin-bottom: 15px;
}

.default-buttons-list,
.other-buttons-list {
	margin-bottom: 8px;
}

.dxss-settings p {
    margin: 0;
    margin-bottom: 0.75em;
}

.dxss-settings input {
    background: none;
    outline: none;
    padding: 0.3em 0.6em;
    border: 1px solid #333;
    font-weight: 500;
    border-radius: 4px;
    max-width: 100%;
}

.dxss-settings input:hover, .dxss-settings textarea:hover, .dxss-settings .button:hover, .dxss-settings select:hover {
    border-color: skyblue;
}

.dxss-settings label {
	width: 245px;
}

.dxss-settings select {
	font-size: 14px;
	padding: 0.75em 1.5em 0.75em 0.75em;
    border: 1px solid #333;
    color: #333;
    font-weight: 500;
    border-radius: 4px;
    display: inline-block;
    line-height: 1;
}

.dxss-settings .button,
.modal .button {
    background: none;
    outline: none;
    padding: 0.5em;
    border: 1px solid #333;
    color: #333;
    font-weight: 500;
    border-radius: 4px;
    line-height: 1.4;
}

.dxss-settings .button:hover,
.modal .button:hover {
    background: none;
    color: skyblue;
}

.dxss-settings textarea {
    padding: 1em;
    max-width: 700px;
}

.dxss-settings small {
	font-size: 11px;
}

.dxss-settings h4 {
    margin-bottom: 1.5em !important;
}

.color-settings p,
.optional-settings p {
	position: relative;
    display: flex;
    justify-content: left;
    align-items: center;
    max-width: 450px;
}

.color-settings {
	position: relative;
}

.inner-span {
	width: 15em;
}

section .p-with-small {
    align-items: baseline;
}

.dxss-header {
    font-size: 23px;
    font-weight: 400;
    margin: 0;
    padding: 9px 0 4px 0;
    line-height: 1.3;
}

.postbox {
    padding: 5px;
}

.postbox h3 {
    font-size: 14px;
    margin-left: 12px;
}

.postbox a {
    text-decoration: none;
}

.sidebars {
    display: flex;
    flex-direction: column;
	margin-left: auto;
	padding-left: 20px;
}

.sidebar-footer {
    border-top: 1px solid #77777785;
    text-align: center;
    padding-top: 5px;
}

@media (max-width: 782px) {
	.wrap h3 {
		margin-bottom: 18px;
	}

	#leftContent {
		width: fit-content;
		font-size: 0.9em;
		border-bottom: none;
	}

	#rightContent {
		text-align: center;
		border-top: none;
	}

	.main-wrap {
		display: block;
	}

	.stsBox {
		margin-left: 0;
		transform: none;
		top: 0;
		position: unset;
		display: inline-block !important;
		text-align: initial;
	}

	.smalltext-wrapper {
		width: min-content;
	}

	.default-buttons-list,
	.other-buttons-list {
		display: block;
	}

	.picker {
		position: relative;
		display: inline-block;
		left: 50%;
		transform: translate(-50%, -15%);
	}

	div#leftContent {
        width: 100%;
    }

	.dxss-settings p {
		padding-right: 0;
	}

	.sidebars {
		margin-top: 20px;
		padding-left: 0;
	}
}