/*-------------------------------- general --------------------------------*/
body {
  font-size: 14px;
  background-color: #fafafa;
}

a:hover {
  text-decoration: none;
}

.md-btn {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: currentColor;
  -webkit-user-select: none;
  -webkit-user-select: none;
  position: relative;
  outline: none;
  border: 0;
  display: inline-block;
  -webkit-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 6px;
  margin: 6px 8px;
  line-height: 36px;
  min-height: 36px;
  background: transparent;
  white-space: nowrap;
  min-width: 88px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-style: inherit;
  font-variant: inherit;
  font-family: inherit;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  vertical-align: middle;
  -webkit-transition: box-shadow .4s cubic-bezier(0.25,0.8,0.25,1),background-color .4s cubic-bezier(0.25,0.8,0.25,1);
  transition: box-shadow .4s cubic-bezier(0.25,0.8,0.25,1),background-color .4s cubic-bezier(0.25,0.8,0.25,1);
}

.md-btn.md-icon-btn {
  margin: 0 6px;
  height: 40px;
  min-width: 0;
  line-height: 24px;
  padding: 8px;
  width: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

textarea {
  padding: 7px!important;
  border-radius: 4px!important;
  background: #fff!important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12)!important;
}

select {
  display: inline-block;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  box-shadow: none;
  color: #212121;
  cursor: pointer;
  font: 14px/20px Roboto,sans-serif;
  height: 36px;
  min-width: 72px;
  outline: 0;
  overflow: hidden;
  padding: 7px 27px 7px 7px;
  text-align: left;
  text-indent: .01px;
  text-overflow: ellipsis;
  text-overflow: '';
  transition: background-color .2s;
  vertical-align: middle;
  white-space: nowrap;
  box-shadow: none !important;
  background: #fff url('../img/button-down-black.svg') no-repeat right;
}

.form {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12);
}

.form400 {
  margin: 20px auto;
  max-width: 400px;
}

.form800 {
  margin: 20px auto;
  max-width: 800px;
}

.btn-remove {
  width: auto;
  font-size: 32px;
  font-weight: 500;
  line-height: .6;
  color: #999;
  padding: 0;
  cursor: pointer;
  outline: 0;
  border: 0;
  background: 0 0;
  -webkit-appearance: none;
}

.btn-remove:hover {
  color: #555;
}

/*-------------------------------- navbar --------------------------------*/
.admin .navbar {
  min-height: 56px;
  border-radius: 0;
  background: #455a64;
}

.admin .navbar .container-fluid {
  padding: 10px 24px;
}

.admin .admin-user img {
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
}

.admin .admin-name {
  display: inline-block;
  margin: 4px 16px;
  vertical-align: middle;
}

.admin .admin-name > div,
.admin .admin-name > div a {
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  max-width: 100%;
  opacity: .7;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity .2s;
  white-space: nowrap;
}

.admin .admin-name > div a:hover {
  opacity: 1.0;
}

.admin select,
.admin .md-icon-btn {
  opacity: .9;
}

.admin .widget {
  margin: 0 20px;
}

/*-------------------------------- install --------------------------------*/
.widget-code {
  width: 100%;
  overflow: auto;
  border: 0;
  outline: 0;
  min-height: 300px;
  padding: 10px;
  color: #555;
  font-size: 13px;
  border-radius: 3px;
  border-color: #ddd;
  background-color: #fff;
  resize: none;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12)!important;
}

.cms {
  opacity: .7;
  margin: 0 40px 0 0;
}

.cms svg {
  height: 60px;
  width: 60px;
  fill: currentColor;
}

.cms-wordpress {
  color: #333!important;
}

.cms-joomla {
  color: #1b63a2!important;
}

.cms-drupal {
  color: #0678be!important;
}

/*-------------------------------- moderators --------------------------------*/
.admin-head {
  color: #999;
  font-size: 20px;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #fff;
}

.site-admin table {
  width: 100%;
}

.site-admin table td {
  padding: 6px;
}

.site-admin .admin-time {
  width: 15%;
  color: #999;
  font-size: 13px;
}

.site-admin .admin-avatar {
  width: 5%;
}

.site-admin .admin-avatar img {
  height: 36px;
  border-radius: 50%;
}

.site-admin .admin-user {
  width: 40%;
  line-height: 18px;
}

.site-admin .admin-end {
  width: 10%;
  text-align: center;
}

.site-admin select,
.site-admin input {
  width: 100%;
  padding: 2px 7px;
  outline: none;
  border: 1px solid #eee;
  border-radius: 2px;
  cursor: pointer;
  box-shadow: none!important;
}

.site-admin .admin-input {
  width: 60%;
}

@media
	only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px)  {

		/* Force table to not be like tables anymore */
		table, thead, tbody, th, td, tr {
			display: block;
		}

		tr { border-bottom: 1px solid #ccc; }

		.site-admin td,
		.site-ban td {
			width: 100% !important;
			position: relative;
		}

	}

/*-------------------------------- banned --------------------------------*/
.banned-users.table > tbody > tr > td {
  line-height: 18px;
  vertical-align: middle;
}

.ban-user {
  width: 30%;
}

.ban-expired {
  width: 20%;
}

.ban-reason {
  width: 15%;
}

.ban-comment {
  width: 25%;
}

.ban-btn {
  width: 10%;
}

.ban-user img {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
}

.ban-user-info {
  display: inline-block;
  margin: 0 16px;
  vertical-align: middle;
}

.ban-comment {
  width: 100%!important;
  font-size: 13px!important;
  line-height: 18px!important;
  min-height: 68px;
}

/*-------------------------------- sidebar --------------------------------*/
.wp-sb .wp-sbcnt {
  position: fixed;
  top: 0;
  width: 268px;
  height: 100%;
  z-index: 9999999;
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.38);
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.38);
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.wp-sb a {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
}

.wp-sb .wp-sb-menu > a {
  display: block;
  padding: 14px 20px;
  color: rgba(0,0,0,.87);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 32px;
}

.wp-sb .wp-sb-menu > a .icons {
  margin: 0 10px 0 0;
}

.wp-sb .wp-sb-toggle {
  position: absolute;
  top: 24px;
  right: 10px;
  font-size: 12px;
  opacity: 0;
}

.wp-sb .wp-sb-menu > a:hover .wp-sb-toggle {
  opacity: 1;
}

.wp-sb .wp-sb-sub {
  height: 0;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.wp-sb .wp-sb-sub > .wp-sb-submenu > a {
  display: block;
  color: #333;
  padding: 16px 20px 16px 50px;
  font-weight: 500;
  font-size: 13px;
}

.wp-sb .wp-sb-sub > .wp-sb-submenu > a > i {
  font-size: 16px;
  margin: 0 8px 4px 0;
  vertical-align: middle;
}

.wp-sb .wp-sb-menu > a:hover {
  /*color: #fff;*/
  background: #f7f7f7;
}

.wp-sb .wp-sb-submenu > a:hover {
  /*color: #fff;*/
  background: #f7f7f7;
}

.wp-sb .wp-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 999999;
  cursor: pointer;
  background: rgba(0,0,0,0.5);
  background-color: rgba(0,0,0,0.5);
}

.wp-sb .wp-sb-menu.wp-active .wp-sb-submenu.wp-active > a {
  color: #262626;
  background-color: #f4f4f4;
}

/*-------------------------------- provider setting --------------------------------*/
.prov-setting ul {
  overflow: hidden;
  margin-bottom: 0;
}

.prov-setting ul li {
  float: left;
}

.prov-setting ul li .wp-social svg {
  margin: 0 !important;
}

.prov-setting ul li .wp-social {
  opacity: .2;
}

.prov-setting ul li .wp-social.active {
  opacity: 1.0;
}

/*-------------------------------- color setting --------------------------------*/
.color-setting ul {
  margin-bottom: 0;
}

.color-setting a {
  width: 30px;
  height: 30px;
  float: left;
  border-radius: 4px;
  opacity: .4;
}

.color-setting a.active, .color-setting a:hover {
  opacity: 1.0;
  box-shadow: 2px 2px 5px #aaa;
}

.color-setting .color-default {
  background: #f5f5f5;
}

.color-setting .color-blue {
  background: #2196f3;
}

.color-setting .color-sky {
  background: #5bc0de;
}

.color-setting .color-green {
  background: #4caf50;
}

.color-setting .color-orange {
  background: #ff9800;
}

.color-setting .color-red {
  background: #e51c23;
}

.color-setting .color-black {
  background:#363636
}