html, body {
	font-family: Verdana, Arial, Times New Roman, sans-serif;
	font-size: 100%;
	line-height: 30px;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #111;
}

h1 {
	font-size: 32px;
	line-height: 40px;
	font-weight: normal;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 19px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 13px;
}

h6 {
	font-size: 11px;
}

table {
	border: 1px solid #ccc;
	border-top: none;
	border-spacing: 0;
}

table th {
	border-top: 1px solid #ccc;
	padding: 5px 10px;
}

table td {
	border-top: 1px solid #ccc;
	padding: 5px 10px;
}

img {
	border: none;
	max-width: 100%;
}

p {
	margin: 15px 0;
}

textarea {
	width: 97.5%;
	height: 100px;
	border: #eee 2px solid;
    padding: 0.5% 1%;
	resize: none;
}

fieldset {
	border: #eee 2px solid;
}

label {
	cursor: pointer;
}

input[type=text],
input[type=password],
input[type=email] {
	width: 50%;
	border: #eee 2px solid;
    padding: 5px 10px;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
	background: #e6e4e2;
	border: solid 2px #e6e4e2;
	color: #000;
	padding: 5px;
}

input[type=submit]:hover,
input[type=reset]:hover ,
input[type=button]:hover,
button:hover {
	background: #d6d4d1;
	border: solid 2px #d6d4d1;
	cursor: pointer;
}

select {
	border: #eee 2px solid;
    padding: 5px;
}


a {
  color: #7751a9;
  text-decoration: none;
}

div,
img,
form,
input,
button,
textarea,
fieldset,
select,
ul,
li,
a,
code,
.rounded {
	border-radius: 5px !important;
}

.footer,
.header {
	border-radius: 0 !important;
}

textarea,
input {
	outline: none;
}

::selection {
	color: #000;
	background: #e4e8ff;
}

/* */

.display-block {
	display: block;
}

.margin-top {
	margin-top: 10px;
}

.margin-top-2 {
	margin-top: 20px;
}

.margin-bottom {
	margin-bottom: 10px;
}

.margin-bottom-2 {
	margin-bottom: 20px;
}

.margin-left {
	margin-left: 10px;
}

.margin-left-2 {
	margin-left: 20px;
}

.margin-right {
	margin-right: 10px;
}

.margin-right-2 {
	margin-right: 20px;
}

.width-5 {
	width: 5%;
}

.width-10 {
	width: 10%;
}

.width-15 {
	width: 15%;
}

.width-20 {
	width: 20%;
}

.width-25 {
	width: 25%;
}

.width-30 {
	width: 30%;
}

.width-35 {
	width: 30%;
}

.width-40 {
	width: 40%;
}

.width-45 {
	width: 40%;
}

.width-50 {
	width: 50%;
}

.width-60 {
	width: 60%;
}

.width-70 {
	width: 70%;
}

.width-80 {
	width: 80%;
}

.width-90 {
	width: 90%;
}

.width-100 {
	width: 100%;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.pointer {
	cursor: pointer;
}

.hidden {
	display: none;
}

.overflow-scroll {
    overflow-x: auto;
}

.required {
	color: red;
	font-size: 15px;
}

.message {
	margin: 2% auto;
	width: 70%;
	border: 2px solid;
	font-style: italic;
	min-height: 15px;
	padding: 3px 30px;
	text-align: center;
}

.message-red {
	background: #fbe3e4;
	border-color: #fbc2c4;
	color: #8a1f11;
}

.message-green {
	background: #eeffee;
	border-color: #bbffbb;
	color: #55bb55;
}

.field {
	margin: 20px 0;
}

.header {
	margin: 0 20px;
}

.footer {
	margin: 0 20px;
}

.main {
	margin: 0 20px;
    background: #fff;
}

.section-main {
	float: left;
	background: #fff;
	margin-bottom: 30px;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
}

.section-left {
	float: left;
	width: 20%;
}

.section-right {
	float: right;
	width: 20%;
	margin-left: 5px;
    margin-bottom: 10px;
}

.width-low {
	width: 55%;
}

.width-medium {
	width: 75%;
}

.width-hight {
	width: 99%;
}

.cf:before,
.cf:after  {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	zoom: 1;
}

/* */

.prepare div {
	margin: 15px 0;
}

.blocks .item,
.pages .item,
.users .item {
	border: 1px solid #eee;
	margin: 5px 0;
	padding: 5px;
}

.blocks .manage,
.pages .manage,
.users .manage {
	display: inline-block;
    width: 10%;
    font-size: 13px;
    float: right;
}

.pages .item .title {
	display: inline-block;
    width: 75%;
}

.pages .item .type {
	display: inline-block;
    font-size: 13px;
    width: 7%;
	word-break: initial;
}

.blocks .item .title {
    width: 70%;
    float: left;
}

.page.create textarea[name=body] {
	height: 250px !important;
}

.section-bottom {
	background: #fbf2ff;
    margin: 10px;
}

.display.body {
	padding: 10px;
    background: #fafafa;
    border-radius: 40px !important;
}

/* */

.ck-powered-by-balloon {
	display: none !important;
}

.pager-custom {
    color: #b9b9b9;
}

.pager-custom .last {
    margin-left: 5px;
}

.pager-custom a {
    margin-right: 3px;
}

.pager-custom .link-active {
	color: #b9b9b9 !important;
    text-align: center;
    display: inline-block;
    border-bottom: 1px solid;
	border-radius: 0px !important;
}

.section-header {
    margin-top: 20px;
}

.section-footer {
    font-size: 13px;
    margin-top: 10px;
}

.menu-bottom {
    margin-top: 30px;
    font-size: 18px;
    margin-left: 0;
    padding-left: 10px;
}

.menu-bottom li {
    margin-left: 0;
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}

.menu-bottom a {
    color: #000;
}

.footer .button-top {
    cursor: pointer;
    float: right;
}

.footer .copyright {
    width: 95%;
    float: left;
}

.header .menu {
    margin: 0;
    padding: 0;
}

.header .menu li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header .menu li a {
	background-color: #f2f2f2;
    color: #000;
    padding: 5px;
}


/* Media */

@media screen and (max-width: 1023px) {	
	.administer .profile,
	.administer .links {
		width: auto;
	}
	
	h1 {
		font-size: 28px !important;
	}
}
