/*
# Anpsthemes color picker
*/
.anps-cp {
  background-color: #16242e;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  bottom: 0;
  position: fixed;
  right: 0;
  top: 0;
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: .5s transform;
  width: 363px;
  will-change: transform;
  z-index: 999999; }
  @media (max-width: 500px) {
    .anps-cp {
      width: 100%; } }
  .anps-cp-open .anps-cp {
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .anps-cp label {
    margin: 0; }

.anps-content {
  height: 100%;
  overflow-y: auto;
  padding: 0 15px; }
  @media (max-width: 699px) {
    .anps-content {
      padding-top: 60px; } }

/* ## Toggle */
.anps-cp-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #16242e;
  border-radius: 3px 0 0 3px;
  border: none;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  color: #3498db;
  line-height: 45px;
  font-size: 25px;
  position: absolute;
  right: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .2s color ease-in-out;
  width: 45px; }
  @media (max-width: 699px) {
    .anps-cp-open .anps-cp-toggle {
      left: 0;
      right: auto;
      top: 20px; }
      .anps-cp-open .anps-cp-toggle .fa::before {
        content: "\f00d"; } }
  @media (min-width: 700px) {
    .anps-cp-toggle {
      line-height: 62px;
      font-size: 30px;
      width: 62px; } }
  .anps-cp-toggle:hover, .anps-cp-toggle:focus {
    color: #fff;
    outline: none; }
  .anps-cp-toggle::after {
    background-color: inherit;
    content: "";
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    width: 10px; }

/* ## Section */
.anps-cp-section {
  /* Spacing */ }
  .anps-cp-section + .anps-cp-section {
    margin-top: 20px; }
  .anps-cp-section > *:last-child {
    margin-bottom: 0; }
  .anps-cp-section:first-child {
    margin-top: 35px; }
  .anps-cp-section:last-child {
    margin-bottom: 35px; }

/* ## Title */
.anps-cp-title {
  color: #fff;
  font-size: 16px;
  margin: 0;
  margin-bottom: 5px;
  text-transform: uppercase; }

/* ## Subtitle */
.anps-cp-subtitle {
  color: #5d7688;
  font-size: 14px;
  margin: 0;
  margin-bottom: 19px; }

/* ## Select */
.anps-cp-select label {
  border: 2px solid rgba(255, 255, 255, 0);
  border-radius: 2px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.35);
  height: 36px;
  overflow: hidden;
  text-indent: -99999px;
  margin-right: 11px;
  position: relative;
  transition: .1s border-color ease-in-out;
  width: 36px; }
  .anps-cp-select label:hover, .anps-cp-select label:focus {
    border-color: white; }
  .anps-cp-select label::before, .anps-cp-select label::after {
    position: absolute;
    opacity: 0;
    transition: .3s opacity ease-in-out; }
  .anps-cp-select label::after {
    bottom: -2px;
    color: #16242e;
    content: "\f00c";
    line-height: 1em;
    font-family: "FontAwesome";
    font-size: 10px;
    right: 0px;
    text-indent: 0;
    z-index: 1; }
  .anps-cp-select label::before {
    border-left: 16px solid transparent;
    border-right: 16px solid #fff;
    border-top: 16px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    right: 0;
    width: 0; }

.anps-cp-select input {
  display: none; }
  .anps-cp-select input:checked + label {
    border: 5px solid #fff; }
    .anps-cp-select input:checked + label::before, .anps-cp-select input:checked + label::after {
      opacity: 1; }

/* ## Check */
.anps-cp-check label {
  color: #a6c8e0;
  font-weight: normal;
  margin-bottom: 14px;
  padding-left: 90px;
  position: relative; }
  .anps-cp-check label::before, .anps-cp-check label::after {
    border-radius: 3px;
    content: "";
    left: 0;
    position: absolute;
    top: 0; }
  .anps-cp-check label::before {
    background-color: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.35);
    height: 26px;
    width: 76px; }
  .anps-cp-check label::after {
    background-color: #c7c7c7;
    height: 20px;
    margin-top: 3px;
    margin-left: 3px;
    transition: .3s transform ease-in-out;
    width: 35px; }

.anps-cp-check input {
  display: none; }
  .anps-cp-check input:checked + label::after {
    background-color: #6eb443;
    -ms-transform: translateX(100%);
    transform: translateX(100%); }

input:disabled + label {
  opacity: .3;
  pointer-events: none; }

/* ## Demos */
.anps-cp-demos {
  list-style: none;
  margin: -2px;
  padding: 0; }
  .anps-cp-demos a {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.35);
    display: block;
    transition: .3s opacity ease-in-out !important;
    /* Overwrite theme transition */ }
  .anps-cp-demos a:hover, .anps-cp-demos a:focus {
    opacity: .7; }
  .anps-cp-demos::after {
    clear: both;
    content: "";
    display: table; }

.anps-cp-demos-item {
  float: left;
  padding: 2px;
  width: 50%; }

/* ## Buttons */
.anps-cp-buttons .anps-cp-btn {
  float: left;
  width: 48%; }

.anps-cp-buttons .anps-cp-btn + .anps-cp-btn {
  margin-left: 4%; }

.anps-cp-buttons::after {
  clear: both;
  content: "";
  display: table; }

/* ## Button */
.anps-cp-btn {
  border-radius: 3px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.35);
  font-weight: bold;
  padding: 10px 12px;
  text-align: center;
  text-transform: uppercase;
  transition: .2s opacity ease-in-out !important;
  /* Overwrite theme transition */ }
  .anps-cp-btn:hover, .anps-cp-btn:focus {
    opacity: .9; }

/* ### Green Style */
.anps-cp-btn-green {
  background-color: #6eb443;
  color: #2c610b; }
  .anps-cp-btn-green:hover, .anps-cp-btn-green:focus {
    color: #2c610b; }

/* ### Blue Style */
.anps-cp-btn-blue {
  background-color: #3498db;
  color: #1d4e6e; }
  .anps-cp-btn-blue:hover, .anps-cp-btn-blue:focus {
    color: #1d4e6e; }
