/* Frontend */

.mcn-wrapper {
  display: inline-block;
  margin: 10px 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04);
  background: #f9f9f9;
}

.mcn-wrapper.mcn-wrapper-block {
  display: block;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  margin: 15px 0;
}

.mcn-btn-follow i {
  font-size: 90%;
  opacity: 0.7;
  width: 20px;
}

.mcn-ul {
  padding: 0;
  margin: 0;
  float: none !important;
}

.mcn-ul li {
  list-style: none;
  float: none !important;
  margin: 0 !important;
}

.mcn-block-header {
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
  line-height: 24px;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 500;
}

.mcn-li-header {
  font-size: 11px;
  text-transform: uppercase;
  padding: 5px 15px;
  color: #999;
  line-height: 20px;
  white-space: nowrap;
}

.mcn-wrapper-block .mcn-li-header:first-of-type {
  margin-top: 10px;
}

.mcn-ul .mcn-li-item {
  border: 0;
  padding: 5px 15px;
  text-align: center;
  margin-bottom: 12px !important;
}

.mcn-wrapper-block .mcn-li-item {
  text-align: left;
}

.mcn-btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.mcn-btn-group > .mcn-btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.mcn-btn-group > .mcn-btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.mcn-btn-group > .mcn-btn:first-child {
  margin-left: 0;
}

.mcn-btn-group .mcn-btn + .mcn-btn {
  margin-left: -1px;
}

.mcn-btn-group > .mcn-btn {
  position: relative;
  float: left;
}

.mcn-btn-group .mcn-btn:hover {
  z-index: 2;
}

.mcn-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04);
}

.mcn-btn:hover,
.mcn-btn:focus {
  text-decoration: none;
}

.mcn-btn-default,
.mcn-btn-default:focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.mcn-btn-default:hover,
.mcn-btn.jq-dropdown-open {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.mcn-btn-success,
.mcn-btn-success:active {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.mcn-btn-success:hover,
.mcn-btn-success:focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}

.mcn-btn-danger,
.mcn-btn-danger:active {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.mcn-btn-danger:hover,
.mcn-btn-danger:focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.mcn-divider {
  margin: 0 0 10px;
  border-top: 1px solid #e5e5e5;
}

.mcn-ul:last-of-type .mcn-divider {
  border: 0;
  margin: 0;
}

.mcn-wrapper-block .mcn-divider {
  margin: 10px 0;
}

.mcn-li-item-children,
.mcn-li-item-notify {
  margin: 0;
  padding: 0;
  border-top: 1px solid #e5e5e5;
  text-align: left;
}

.mcn-li-item-children a.mcn-btn,
.mcn-li-item-notify a.mcn-btn,
.mcn-li-item-disabled a.mcn-btn {
  background: #f8f8f8;
  box-shadow: none;
  text-align: left;
  border-radius: 0;
  padding: 3px 20px;
  border: 0;
  background-image: none;
  color: #333;
  line-height: 20px;
  width: 100%;
}

.mcn-li-item-children a.mcn-btn:hover,
.mcn-li-item-children a.mcn-btn:focus,
.mcn-li-item-notify a.mcn-btn:hover,
.mcn-li-item-notify a.mcn-btn:focus {
  outline: none;
  background: #f3f3f3;
  color: #333;
}

.mcn-wrapper-block .mcn-li-item-children,
.mcn-wrapper-block .mcn-li-item-notify,
.mcn-wrapper-block .mcn-li-item-disabled {
  border-top: 0;
}

.mcn-wrapper-block .mcn-li-item-children a.mcn-btn,
.mcn-wrapper-block .mcn-li-item-notify a.mcn-btn,
.mcn-wrapper-block .mcn-li-item-disabled a.mcn-btn {
  background: none;
}

.mcn-wrapper-block .mcn-li-item-children a.mcn-btn:hover,
.mcn-wrapper-block .mcn-li-item-children a.mcn-btn:focus,
.mcn-wrapper-block .mcn-li-item-notify a.mcn-btn:hover,
.mcn-wrapper-block .mcn-li-item-notify a.mcn-btn:focus {
  background: #f3f3f3;
}

.mcn-li-item-children i,
.mcn-li-item-notify i {
  width: 12px;
}

.mcn-li-item-disabled a.mcn-btn {
  background: #fafafa;
  cursor: default;
}

.mcn-li-item-disabled a.mcn-btn:hover,
.mcn-li-item-disabled a.mcn-btn:focus {
  outline: none;
  background: #fafafa;
  color: #333;
}

.mcn-wrapper-block .mcn-li-item-disabled a.mcn-btn:hover,
.mcn-wrapper-block .mcn-li-item-disabled a.mcn-btn:focus {
  background: none;
}

.mcn-li-item-disabled a.mcn-btn small {
  opacity: 0.5;
}

.mcn-hidden {
  display: none;
}

.mcn-noaccess {
  padding: 15px;
}

.jq-dropdown .mcn-noaccess {
  padding: 7px 15px 15px;
}

/* Loader - Spin.js */

.mcn-loader {
  display: none;
  position: relative;
  color: #777;
  margin: 0;
  font-size: 20px;
  height: 20px;
  width: 20px;
  vertical-align: top;
}

.mcn-wrapper-block .mcn-loader {
  margin: 0 0 0 5px;
  height: 24px;
}

/* Dropdown */

.jq-dropdown .jq-dropdown-panel.mcn-dropdown-panel {
  padding: 8px 0 0;
  min-width: 200px;
}

/* Guest form */

.mcn-guest-form-desc {
  padding: 15px 15px 0;
  color: #999;
}

.mcn-guest-form {
  padding: 10px 15px 15px;
}

.mcn-guest-form .mcn-li-header {
  padding: 5px 0;
  margin: 0 0 10px;
}

.mcn-guest-form .mcn-li-header:first-of-type {
  margin: 0 0 10px;
}

.mcn-guest-form-wrap fieldset {
  padding: 15px 15px 0;
}

.mcn-guest-form-wrap .mcn-divider {
  margin-bottom: 0;
}

.mcn-guest-form-wrap .mcn-divider:last-of-type {
  border: 0;
  margin: 0;
}

.mcn-guest-form-wrap input[type="text"] {
  min-width: 250px;
}

.mcn-dropdown-panel input[type="text"] {
  width: 100%;
}
