/**
 * NightRock Admin Framework
 *
 * This are the styles for the NightRock Admin Page. To add you're own styles
 * please use the custom.css file in this same folder. The custom.css file is
 * imported at the end of this css.
 *
 * @since 0.3
 *
 * @package Nightrock Admin Framework
 */
/**
* Main Colors
**/
/**
 * Switch colors
 **/
div.nra-wrapper {
  width: 750px;
  margin: 2em auto;
}
div.nra-wrapper p {
  margin: 0;
}
div.nra-wrapper h2.nra-section-title {
  margin: 0;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #c1c0c4;
}
header.nra-header {
  background: #2f2f36;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
header.nra-header .nra-brand-logo {
  padding: 3em 0;
  border-bottom: 1px solid #0b0b0d;
}
header.nra-header .nra-brand-logo img {
  display: block;
  margin: auto;
}
header.nra-header .nra-theme-name {
  text-align: right;
  color: #ffffff;
  background: #474751;
  border-top: 1px solid #6a6a7a;
  border-bottom: 1px solid #0b0b0d;
  padding: 1em 0;
  padding-right: 1em;
}
header.nra-header .nra-theme-name h1 {
  margin: 0;
  margin-bottom: 0.25em;
}
header.nra-header .nra-theme-name h5 {
  margin: 0;
}
form.nra-options-form p.nra-switch {
  position: relative;
}
form.nra-options-form p.nra-switch label {
  display: block;
}
form.nra-options-form p.nra-switch span.nra-switch-trigger {
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  width: 4em;
  padding: 0.1em 0.60em;
  border: 1px solid #919192;
  border-radius: 0.75em;
  cursor: pointer;
}
form.nra-options-form p.nra-switch span.nra-switch-trigger:before {
  content: '';
  position: relative;
}
form.nra-options-form p.nra-switch span.nra-switch-trigger:after {
  top: -1px;
  content: '';
  position: absolute;
  width: 2.5em;
  background: #e2e2e3;
  height: 100%;
  border-radius: 0.6em;
  border: 1px solid #919192;
}
form.nra-options-form p.nra-switch span.nra-switch-trigger.nra-off {
  background: #bf2828;
  color: white;
  text-transform: uppercase;
}
form.nra-options-form p.nra-switch span.nra-switch-trigger.nra-off:after {
  right: -1px;
}
form.nra-options-form p.nra-switch span.nra-switch-trigger.nra-on {
  background: #209401;
  text-align: right;
  color: white;
  text-transform: uppercase;
}
form.nra-options-form p.nra-switch span.nra-switch-trigger.nra-on:after {
  left: -1px;
}
form.nra-options-form p.nra-socials-list span.nra-social-icon-wrapper {
  margin-bottom: 1em;
  display: block;
}
form.nra-options-form p.nra-layout-chooser img {
  margin-left: 24px;
  display: inline-block;
  padding: 0.5em;
  border: 3px solid #c1c0c4;
  border-radius: 5px;
}
form.nra-options-form p.nra-layout-chooser img:hover {
  cursor: pointer;
  border-color: #e58282;
}
form.nra-options-form p.nra-layout-chooser img.layout-chooser-active {
  border-color: #209401;
}
form.nra-options-form label,
form.nra-options-form span.nra-layout-title {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.5em;
  width: 40%;
}
form.nra-options-form span.nra-layout-title {
  display: block;
}
form.nra-options-form label.nra-social-icon-label {
  font-weight: normal;
  font-size: 14px;
  text-transform: capitalize;
}
form.nra-options-form .nra-textarea label {
  vertical-align: top;
}
form.nra-options-form p.nra-field {
  border-bottom: 1px solid #c1c0c4;
  padding-bottom: 0.5em;
  margin-top: 0.5em;
}
form.nra-options-form input:not([type="submit"]):not([type="button"]),
form.nra-options-form textarea {
  display: inline-block;
  width: 59%;
  border: 1px solid #919192;
  background-color: #e2e2e3;
  border-radius: 0.5em;
  font-weight: bold;
  padding: 5px 0.5em;
  color: #6a6a7a;
}
form.nra-options-form span.nra-field-description {
  display: block;
  font-size: 12px;
  color: #67656c;
}
form.nra-options-form span.nra-slider {
  display: block;
}
div.nra-content-wrapper {
  border-top: 1px solid #ffffff;
  position: relative;
}
div.nra-content-wrapper .nra-sidebar {
  position: absolute;
  width: 20%;
  height: 100%;
  background: #dbdadd;
  border-left: 1px solid #c1c0c4;
  border-right: 1px solid #8d8b93;
}
div.nra-content-wrapper .nra-sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
div.nra-content-wrapper .nra-sidebar ul li {
  margin: 0;
}
div.nra-content-wrapper .nra-sidebar ul li a {
  display: block;
  background: #cecdd0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #a7a6ab;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #2f2f36;
  font-weight: bold;
  font-size: 14px;
}
div.nra-content-wrapper .nra-sidebar ul li a:hover {
  background: #f5f5f5;
}
div.nra-content-wrapper .nra-sidebar ul li a:focus,
div.nra-content-wrapper .nra-sidebar ul li a:active {
  outline: none;
  box-shadow: none;
}
div.nra-content-wrapper .nra-sidebar ul li.active a {
  background: #e8e8e9;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #a7a6ab;
  margin-right: -1px;
}
div.nra-content-wrapper .nra-content {
  margin-left: 20%;
  background: #e8e8e9;
  padding: 1em;
  min-height: 350px;
  border-right: 1px solid #8d8b93;
}
div.nra-content-wrapper .nra-content .tab {
  display: none;
}
div.nra-content-wrapper .nra-content .tab.active {
  display: block;
}
footer.nra-footer {
  background: #2f2f36;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 1em;
}
footer.nra-footer p.submit {
  padding: 0;
}
