/**
 * Stylesheet for meilenoptimieren.com CC Tables Plugin
 *
 * @category WordPressPlugin
 * @package  Meilenoptimieren.com
 * @author   Joswig Solutions UG <manuel@joswigsolutions.com>
 * @license  GPL2, https://www.gnu.org/licenses/gpl-2.0.html
 * @link     https://www.joswigsolutions.com/
 */


.cc-table {
    margin-bottom: 30px;
  }

  .cc-table-dropdown-wrapper {
    background-color: #24315b;
    border-radius: 0;
    color: #ffffff;
    padding: 15px;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .cc-table-dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #24315b;
    border: 1px solid #24315b;
    color: #ffffff;
    width: 100%;
  }

  .cc-table-dropdown:hover {
    cursor: pointer;
  }

  .cc-box {
    border: 1px solid #24315b;
    padding: 15px;
    margin-bottom: 30px;
    transition: all .4s ease;
  }

  .cc-box:hover {
    box-shadow: 0 0px 10px -2px #333;
  }

  .cc-box-title a {
    text-decoration: none!important;
  }

  .cc-box-description ul {
    padding-left: 5px;
  }

  .cc-box-buttons {
    padding-top: 15px;
  }


  .cc-table-dropdown-wrapper::before {
    content: '\e259';
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 22px;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }


  .visible-box { */
    display: block;
  }

  .hidden-box {
    display: none;
  }

  .cc-box-info-symbol {
    text-align: right;
    font-size: 22px;
    margin-right: 15px;
    font-weight: bold;
  }

  .cc-box-info-symbol a {
    color: #24315b !important;
  }

  
.selectric-cc-table-dropdown .selectric-items li {
	margin-left: 0!important;
}

.selectric-cc-table-dropdown .selectric-items .selectric-scroll {
	height: 100%;
}

.selectric-cc-table-dropdown .label {
    padding: 0px 5px;
    font-size: 100%;
}