.badge-group{
  margin: 5px 10px 20px 10px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.badge-group-2{
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

/*swipe内*/
.badge-item-00{
  margin-bottom:5px;
  margin-right: 5px;
  border-radius: 4px;
  background-color:  #585656;
  padding: 3px 4px;
  overflow: hidden;
  color: #ecf0f1;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
}
/*空*/
.badge-item-0{
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 4px;
  background: #ecf0f1;
  padding: 8px;
  overflow: hidden;
  color: #ecf0f1;
  font-size: 12px;
  font-weight: bold;
}
/*マネージド*/
.badge-item{
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 4px;
  background: #4B96F5;
  padding: 8px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
/*アンマネージド*/
.badge-item-1{
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 4px;
  background: #34495e;
  padding: 8px 10px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

/*HiOS*/
.badge-item-2{
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 4px;
  background: #0F78B1;
  padding: 8px 10px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

/*耐環境*/
.badge-item-3{
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 4px;
  background: #77B00E;
  padding: 8px 10px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

/*TSN*/
.badge-item-4{
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 4px;
  background: #0FABBD;
  padding: 8px 10px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

/*L2*/
.badge-item-5{
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 4px;
  background: #0EB098;
  padding: 8px 10px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

/*L3*/
.badge-item-6{
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 4px;
  background: #9EAAB0;
  padding: 8px 10px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

/*IP67*/
.badge-item-7{
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 4px;
  background: #14ADFF;
  padding: 8px 10px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

/*firewall*/
.badge-item-8{
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 4px;
  background: #b8433d;
  padding: 8px 10px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

/*産業用無線LAN*/
.badge-item-9{
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 4px;
  background: #0EB047;
  padding: 8px 10px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

/*PoE*/
.badge-item-poe{
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 4px;
  background: #0f4fb1;
  padding: 8px 10px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

/*Moduler*/
.badge-item-moduler{
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 4px;
  background: #460eb0;
  padding: 8px 10px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

/*mpls*/
.badge-item-mpls{
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 4px;
  background: #659340;
  padding: 8px 10px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

/*stack*/
.badge-item-stack{
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 4px;
  background: #2f7740;
  padding: 8px 10px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

/*その他カテゴリ*/
.badge-item-others{
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 4px;
  background: #585656;
  padding: 8px 10px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

/*Clear space*/
.badge-clear_space{
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 4px;
  background: #391e87;
  padding: 8px 10px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.picture-item {
    margin-left: 0;
    margin-top: 24px
}

.picture-item img {
    display: block;
    width: 100%
}

@supports (object-fit:cover) {
    .picture-item img {
        height: 100%;
        max-width: none;
        object-fit: cover
    }
}

.picture-item__inner {
    background: #ecf0f1;
    overflow: hidden;
    position: relative;
    height:290px;
}


@media screen and (min-width:768px) {
.picture-item__inner {
    background: #ecf0f1;
    height: 270px;
    overflow: hidden;
    position: relative;
    
}
}

.picture-item__details {
    align-items: baseline;
    display: flex;
    justify-content: start;
    padding: 5px 0px 3px 0px;
    width: 100%
}

.picture-item__title {
    flex-shrink: 0;
    margin-right: 0 4px;
    font-weight: bold;
    margin:5px 10px 0px 10px;
    font-size: 18px;
}
}

@media screen and (max-width:767px) {
    .picture-item {
        height: auto;
        margin-top: 20px
    }
    .picture-item__details {
        font-size: .875em;
        padding: .625em;
        height: 40px;
    }
}

.search-name{
     font-size:1px;
     color:rgba(255,255,255,0); 
     }
     
/* style */
.row {
    margin-left: auto;
    margin-right: auto
}

.row:after,
.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.row .row {
    margin-left: -8px;
    margin-right: -8px
}

.row--centered {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}


.aspect {
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    width: 100%
}

.aspect--16x9 {
    padding-bottom: 56.25%
}

.aspect--9x16 {
    padding-bottom: 177.7777777778%
}

.aspect--4x3 {
    padding-bottom: 75%
}

.aspect--3x4 {
    padding-bottom: 133.3333333333%
}

.aspect--3x2 {
    padding-bottom: 66.6666666667%
}

.aspect--3x1 {
    padding-bottom: 33.3333333333%
}

.aspect--2x3 {
    padding-bottom: 150%
}

.aspect--2x1 {
    padding-bottom: 50%
}

.aspect--1x2 {
    padding-bottom: 200%
}

.aspect--1x1 {
    padding-bottom: 100%
}

.aspect--none {
    height: auto;
    overflow: visible;
    padding-bottom: 0
}

.aspect--none>.aspect__inner {
    position: static
}

.aspect>div,
.aspect__inner {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.col-10\@lg,
.col-10\@md,
.col-10\@sm,
.col-10\@xs,
.col-11\@lg,
.col-11\@md,
.col-11\@sm,
.col-11\@xs,
.col-12\@lg,
.col-12\@md,
.col-12\@sm,
.col-12\@xs,
.col-1\@lg,
.col-1\@md,
.col-1\@sm,
.col-1\@xs,
.col-2\@lg,
.col-2\@md,
.col-2\@sm,
.col-2\@xs,
.col-3\@lg,
.col-3\@md,
.col-3\@sm,
.col-3\@xs,
.col-4\@lg,
.col-4\@md,
.col-4\@sm,
.col-4\@xs,
.col-5\@lg,
.col-5\@md,
.col-5\@sm,
.col-5\@xs,
.col-6\@lg,
.col-6\@md,
.col-6\@sm,
.col-6\@xs,
.col-7\@lg,
.col-7\@md,
.col-7\@sm,
.col-7\@xs,
.col-8\@lg,
.col-8\@md,
.col-8\@sm,
.col-8\@xs,
.col-9\@lg,
.col-9\@md,
.col-9\@sm,
.col-9\@xs {
    box-sizing: border-box;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    position: relative
}

.col-10\@xs,
.col-11\@xs,
.col-12\@xs,
.col-1\@xs,
.col-2\@xs,
.col-3\@xs,
.col-4\@xs,
.col-5\@xs,
.col-6\@xs,
.col-7\@xs,
.col-8\@xs,
.col-9\@xs {
    float: left
}

.aspect--16x9\@xs {
    padding-bottom: 56.25%
}

.aspect--9x16\@xs {
    padding-bottom: 177.7777777778%
}

.aspect--4x3\@xs {
    padding-bottom: 75%
}

.aspect--3x4\@xs {
    padding-bottom: 133.3333333333%
}

.aspect--3x2\@xs {
    padding-bottom: 66.6666666667%
}

.aspect--3x1\@xs {
    padding-bottom: 33.3333333333%
}

.aspect--2x3\@xs {
    padding-bottom: 150%
}

.aspect--2x1\@xs {
    padding-bottom: 50%
}

.aspect--1x2\@xs {
    padding-bottom: 200%
}

.aspect--1x1\@xs {
    padding-bottom: 100%
}

.aspect--none\@xs {
    height: auto;
    overflow: visible;
    padding-bottom: 0
}

.aspect--none\@xs>.aspect__inner {
    position: static
}

.col-1\@xs {
    width: 16.6666666667%
}

.col-2\@xs {
    width: 33.3333333333%
}

.col-3\@xs {
    width: 50%
}

.col-4\@xs {
    width: 66.6666666667%;
    min-height: 300px;
}

.col-5\@xs {
    width: 83.3333333333%
}

.col-6\@xs {
    width: 100%
}

.col-pull-0\@xs {
    right: auto
}

.col-pull-1\@xs {
    right: 16.6666666667%
}

.col-pull-2\@xs {
    right: 33.3333333333%
}

.col-pull-3\@xs {
    right: 50%
}

.col-pull-4\@xs {
    right: 66.6666666667%
}

.col-pull-5\@xs {
    right: 83.3333333333%
}

.col-pull-6\@xs {
    right: 100%
}

.col-push-0\@xs {
    left: auto
}

.col-push-1\@xs {
    left: 16.6666666667%
}

.col-push-2\@xs {
    left: 33.3333333333%
}

.col-push-3\@xs {
    left: 50%
}

.col-push-4\@xs {
    left: 66.6666666667%
}

.col-push-5\@xs {
    left: 83.3333333333%
}

.col-push-6\@xs {
    left: 100%
}

.col-offset-0\@xs {
    margin-left: 0
}

.col-offset-1\@xs {
    margin-left: 16.6666666667%
}

.col-offset-2\@xs {
    margin-left: 33.3333333333%
}

.col-offset-3\@xs {
    margin-left: 50%
}

.col-offset-4\@xs {
    margin-left: 66.6666666667%
}

.col-offset-5\@xs {
    margin-left: 83.3333333333%
}

.col-offset-6\@xs {
    margin-left: 100%
}

@media screen and (min-width:768px) {
    .col-10\@sm,
    .col-11\@sm,
    .col-12\@sm,
    .col-1\@sm,
    .col-2\@sm,
    .col-3\@sm,
    .col-4\@sm,
    .col-5\@sm,
    .col-6\@sm,
    .col-7\@sm,
    .col-8\@sm,
    .col-9\@sm {
        float: left
    }
    .aspect--16x9\@sm {
        padding-bottom: 56.25%
    }
    .aspect--9x16\@sm {
        padding-bottom: 177.7777777778%
    }
    .aspect--4x3\@sm {
        padding-bottom: 75%
    }
    .aspect--3x4\@sm {
        padding-bottom: 133.3333333333%
    }
    .aspect--3x2\@sm {
        padding-bottom: 66.6666666667%
    }
    .aspect--3x1\@sm {
        padding-bottom: 33.3333333333%
    }
    .aspect--2x3\@sm {
        padding-bottom: 150%
    }
    .aspect--2x1\@sm {
        padding-bottom: 50%
    }
    .aspect--1x2\@sm {
        padding-bottom: 200%
    }
    .aspect--1x1\@sm {
        padding-bottom: 100%
    }
    .aspect--none\@sm {
        height: auto;
        overflow: visible;
        padding-bottom: 0
    }
    .aspect--none\@sm>.aspect__inner {
        position: static
    }
    .col-1\@sm {
        width: 8.3333333333%
    }
    .col-2\@sm {
        width: 16.6666666667%
    }
    .col-3\@sm {
        width: 25%
    }
    .col-4\@sm {
        width: 33.3333333333%
    }
    .col-5\@sm {
        width: 41.6666666667%
    }
    .col-6\@sm {
        width: 50%
    }
    .col-7\@sm {
        width: 58.3333333333%
    }
    .col-8\@sm {
        width: 66.6666666667%
    }
    .col-9\@sm {
        width: 75%
    }
    .col-10\@sm {
        width: 83.3333333333%
    }
    .col-11\@sm {
        width: 91.6666666667%
    }
    .col-12\@sm {
        width: 100%
    }
    .col-pull-0\@sm {
        right: auto
    }
    .col-pull-1\@sm {
        right: 8.3333333333%
    }
    .col-pull-2\@sm {
        right: 16.6666666667%
    }
    .col-pull-3\@sm {
        right: 25%
    }
    .col-pull-4\@sm {
        right: 33.3333333333%
    }
    .col-pull-5\@sm {
        right: 41.6666666667%
    }
    .col-pull-6\@sm {
        right: 50%
    }
    .col-pull-7\@sm {
        right: 58.3333333333%
    }
    .col-pull-8\@sm {
        right: 66.6666666667%
    }
    .col-pull-9\@sm {
        right: 75%
    }
    .col-pull-10\@sm {
        right: 83.3333333333%
    }
    .col-pull-11\@sm {
        right: 91.6666666667%
    }
    .col-pull-12\@sm {
        right: 100%
    }
    .col-push-0\@sm {
        left: auto
    }
    .col-push-1\@sm {
        left: 8.3333333333%
    }
    .col-push-2\@sm {
        left: 16.6666666667%
    }
    .col-push-3\@sm {
        left: 25%
    }
    .col-push-4\@sm {
        left: 33.3333333333%
    }
    .col-push-5\@sm {
        left: 41.6666666667%
    }
    .col-push-6\@sm {
        left: 50%
    }
    .col-push-7\@sm {
        left: 58.3333333333%
    }
    .col-push-8\@sm {
        left: 66.6666666667%
    }
    .col-push-9\@sm {
        left: 75%
    }
    .col-push-10\@sm {
        left: 83.3333333333%
    }
    .col-push-11\@sm {
        left: 91.6666666667%
    }
    .col-push-12\@sm {
        left: 100%
    }
    .col-offset-0\@sm {
        margin-left: 0
    }
    .col-offset-1\@sm {
        margin-left: 8.3333333333%
    }
    .col-offset-2\@sm {
        margin-left: 16.6666666667%
    }
    .col-offset-3\@sm {
        margin-left: 25%
    }
    .col-offset-4\@sm {
        margin-left: 33.3333333333%
    }
    .col-offset-5\@sm {
        margin-left: 41.6666666667%
    }
    .col-offset-6\@sm {
        margin-left: 50%
    }
    .col-offset-7\@sm {
        margin-left: 58.3333333333%
    }
    .col-offset-8\@sm {
        margin-left: 66.6666666667%
    }
    .col-offset-9\@sm {
        margin-left: 75%
    }
    .col-offset-10\@sm {
        margin-left: 83.3333333333%
    }
    .col-offset-11\@sm {
        margin-left: 91.6666666667%
    }
    .col-offset-12\@sm {
        margin-left: 100%
    }
    .container {

    }
    .row {
        max-width: 1200px;
        margin-top:30px;
        
    }
}

@media screen and (min-width:1024px) {
    .col-10\@md,
    .col-11\@md,
    .col-12\@md,
    .col-1\@md,
    .col-2\@md,
    .col-3\@md,
    .col-4\@md,
    .col-5\@md,
    .col-6\@md,
    .col-7\@md,
    .col-8\@md,
    .col-9\@md {
        float: left
    }
    .aspect--16x9\@md {
        padding-bottom: 56.25%
    }
    .aspect--9x16\@md {
        padding-bottom: 177.7777777778%
    }
    .aspect--4x3\@md {
        padding-bottom: 75%
    }
    .aspect--3x4\@md {
        padding-bottom: 133.3333333333%
    }
    .aspect--3x2\@md {
        padding-bottom: 66.6666666667%
    }
    .aspect--3x1\@md {
        padding-bottom: 33.3333333333%
    }
    .aspect--2x3\@md {
        padding-bottom: 150%
    }
    .aspect--2x1\@md {
        padding-bottom: 50%
    }
    .aspect--1x2\@md {
        padding-bottom: 200%
    }
    .aspect--1x1\@md {
        padding-bottom: 100%
    }
    .aspect--none\@md {
        height: auto;
        overflow: visible;
        padding-bottom: 0
    }
    .aspect--none\@md>.aspect__inner {
        position: static
    }
    .col-1\@md {
        width: 8.3333333333%
    }
    .col-2\@md {
        width: 16.6666666667%
    }
    .col-3\@md {
        width: 25%
    }
    .col-4\@md {
        width: 33.3333333333%
    }
    .col-5\@md {
        width: 41.6666666667%
    }
    .col-6\@md {
        width: 50%
    }
    .col-7\@md {
        width: 58.3333333333%
    }
    .col-8\@md {
        width: 66.6666666667%
    }
    .col-9\@md {
        width: 75%
    }
    .col-10\@md {
        width: 83.3333333333%
    }
    .col-11\@md {
        width: 91.6666666667%
    }
    .col-12\@md {
        width: 100%
    }
    .col-pull-0\@md {
        right: auto
    }
    .col-pull-1\@md {
        right: 8.3333333333%
    }
    .col-pull-2\@md {
        right: 16.6666666667%
    }
    .col-pull-3\@md {
        right: 25%
    }
    .col-pull-4\@md {
        right: 33.3333333333%
    }
    .col-pull-5\@md {
        right: 41.6666666667%
    }
    .col-pull-6\@md {
        right: 50%
    }
    .col-pull-7\@md {
        right: 58.3333333333%
    }
    .col-pull-8\@md {
        right: 66.6666666667%
    }
    .col-pull-9\@md {
        right: 75%
    }
    .col-pull-10\@md {
        right: 83.3333333333%
    }
    .col-pull-11\@md {
        right: 91.6666666667%
    }
    .col-pull-12\@md {
        right: 100%
    }
    .col-push-0\@md {
        left: auto
    }
    .col-push-1\@md {
        left: 8.3333333333%
    }
    .col-push-2\@md {
        left: 16.6666666667%
    }
    .col-push-3\@md {
        left: 25%
    }
    .col-push-4\@md {
        left: 33.3333333333%
    }
    .col-push-5\@md {
        left: 41.6666666667%
    }
    .col-push-6\@md {
        left: 50%
    }
    .col-push-7\@md {
        left: 58.3333333333%
    }
    .col-push-8\@md {
        left: 66.6666666667%
    }
    .col-push-9\@md {
        left: 75%
    }
    .col-push-10\@md {
        left: 83.3333333333%
    }
    .col-push-11\@md {
        left: 91.6666666667%
    }
    .col-push-12\@md {
        left: 100%
    }
    .col-offset-0\@md {
        margin-left: 0
    }
    .col-offset-1\@md {
        margin-left: 8.3333333333%
    }
    .col-offset-2\@md {
        margin-left: 16.6666666667%
    }
    .col-offset-3\@md {
        margin-left: 25%
    }
    .col-offset-4\@md {
        margin-left: 33.3333333333%
    }
    .col-offset-5\@md {
        margin-left: 41.6666666667%
    }
    .col-offset-6\@md {
        margin-left: 50%
    }
    .col-offset-7\@md {
        margin-left: 58.3333333333%
    }
    .col-offset-8\@md {
        margin-left: 66.6666666667%
    }
    .col-offset-9\@md {
        margin-left: 75%
    }
    .col-offset-10\@md {
        margin-left: 83.3333333333%
    }
    .col-offset-11\@md {
        margin-left: 91.6666666667%
    }
    .col-offset-12\@md {
        margin-left: 100%
    }
}

.textfield {
    -webkit-appearance: none;
    border: 2px solid #95a5a6;
    border-radius: 4px;
    box-sizing: border-box;
    color: #34495e;
    font-size: 1rem;
    padding: .5em;
    transition: .15s;
    width: 100%;
    height: 40px;
    font-size: 14px;
    margin-top: 10px;
}

.textfield::placeholder {
    color: #95a5a6;
    transition: .15s
}

.textfield:hover {
    border-color: #5d6d77;
    color: #5d6d77;
    outline-width: 0
}

.textfield:hover::placeholder {
    color: #5d6d77
}

.textfield:focus {
    border-color: #34495e;
    outline-width: 0
}

.textfield:focus::placeholder {
    color: #34495e
}

.textfield--large {
    font-size: 1.125em
}

.text-center {
    text-align: center
}

.ib {
    display: inline-block
}

@media screen and (max-width:767px) {
    .hidden\@xs {
        display: none
    }
}

@media screen and (min-width:768px) {
    .visible\@xs {
        display: none
    }
}

.hidden {
    display: none!important;
    visibility: hidden
}

.btn-group:after,
.btn-group:before {
    content: " ";
    display: table
}

.btn-group:after {
    clear: both
}

.btn-group .btn {
    border-radius: 0;
    float: left
}

.btn-group .btn:first-child {
    border-radius: 3px 0 0 3px;
    font-size:14px;
    width: auto;
    padding:10px;
    margin-top:10px;
    margin-bottom: 0px;
}

.btn-group .btn:not(:first-child) {
    margin-left: -1px;
    font-size:14px;
    width: auto;
    padding:10px;
    margin-top:10px;
    margin-bottom: 0px;
}

.btn-group .btn:last-child {
    border-radius: 0 3px 3px 0
}

.btn-group label.btn input[type=radio] {
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    position: absolute
}

.btn {
    -webkit-appearance: none;
    background-color: #34495e00;
    border: 1px solid #34495e;
    border-radius: 3px;
    color: #34495e;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    padding: .75em .8em;
    text-align: center;
    transition: .2s ease-out
}

@media screen and (min-width:768px) {
.btn-group .btn:first-child {
    border-radius: 3px 0 0 3px;
    font-size:14px;
    width: auto;
    padding:20px 10px;
    margin-top:10px;
    min-height: 60px;
}

.btn-group .btn:not(:first-child) {
    margin-left: -1px;
    font-size:14px;
    width: auto;
    padding:20px 10px;
    margin-top:10px;
    min-height: 60px;
}

.btn-group .btn:last-child {
    border-radius: 0 3px 3px 0
}

.btn-group label.btn input[type=radio] {
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    position: absolute
}

.btn {
    -webkit-appearance: none;
    background-color: #34495e00;
    border: 1px solid #34495e;
    border-radius: 3px;
    color: #34495e;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    padding: .75em .8em;
    text-align: center;
    transition: .2s ease-out
}
}

@media (-moz-touch-enabled:0),
(pointer:fine) {
    .btn:hover {
        background-color: #34495e;
        color: #fff;
        text-decoration: none
    }
}

.btn:focus {
    box-shadow: 0 0 0 2px #34495e66;
    outline-width: 0
}

.btn.active,
.btn:active {
    background-color: #34495e;
    box-shadow: inset 0 1px 2px #0000004d;
    color: #fff
}

.btn:focus.active {
    box-shadow: inset 0 1px 2px #0000004d, 0 0 0 2px #34495e66
}

.btn:disabled {
    background-color: #34495e00;
    color: #34495e;
    cursor: not-allowed;
    opacity: .7
}

.btn--warning {
    background-color: #e67e2200;
    border-color: #e67e22;
    color: #e67e22
}

@media (-moz-touch-enabled:0),
(pointer:fine) {
    .btn--warning:hover {
        background-color: #e67e22
    }
}

.btn--warning:focus {
    box-shadow: 0 0 0 2px #e67e2266
}

.btn--warning.active,
.btn--warning:active {
    background-color: #e67e22
}

.btn--warning:focus.active {
    box-shadow: inset 0 1px 2px #0000004d, 0 0 0 2px #e67e2266
}

.btn--warning:disabled {
    background-color: #e67e2200;
    color: #e67e22
}

.btn--primary {
    background-color: #3498db00;
    border-color: #3498db;
    color: #3498db
}

@media (-moz-touch-enabled:0),
(pointer:fine) {
    .btn--primary:hover {
        background-color: #3498db
    }
}

.btn--primary:focus {
    box-shadow: 0 0 0 2px #3498db66
}

.btn--primary.active,
.btn--primary:active {
    background-color: #3498db
}

.btn--primary:focus.active {
    box-shadow: inset 0 1px 2px #0000004d, 0 0 0 2px #3498db66
}

.btn--primary:disabled {
    background-color: #3498db00;
    color: #3498db
}

.btn--danger {
    background-color: #e74c3c00;
    border-color: #e74c3c;
    color: #e74c3c
}

@media (-moz-touch-enabled:0),
(pointer:fine) {
    .btn--danger:hover {
        background-color: #e74c3c
    }
}

.btn--danger:focus {
    box-shadow: 0 0 0 2px #e74c3c66
}

.btn--danger.active,
.btn--danger:active {
    background-color: #e74c3c
}

.btn--danger:focus.active {
    box-shadow: inset 0 1px 2px #0000004d, 0 0 0 2px #e74c3c66
}

.btn--danger:disabled {
    background-color: #e74c3c00;
    color: #e74c3c
}

.btn--go {
    background-color: #2ecc7100;
    border-color: #2ecc71;
    color: #2ecc71
}

@media (-moz-touch-enabled:0),
(pointer:fine) {
    .btn--go:hover {
        background-color: #2ecc71
    }
}

.btn--go:focus {
    box-shadow: 0 0 0 2px #2ecc7166
}

.btn--go.active,
.btn--go:active {
    background-color: #2ecc71
}

.btn--go:focus.active {
    box-shadow: inset 0 1px 2px #0000004d, 0 0 0 2px #2ecc7166
}

.btn--go:disabled {
    background-color: #2ecc7100;
    color: #2ecc71
}

@media screen and (max-width:767px) {
    .btn {
        font-size: .875rem
    }
}


.filter-label {
    color: #95a5a6;
    display: block;
    margin-bottom: 0px!important;
    margin-top: 0;
    padding: 0
}

.filters-group {
    border: 0;
    margin: 0 0 4px;
    padding: 0
}

@media screen and (min-width:768px) {
    .filters-group-wrap {
        display: flex;
        justify-content: space-between;
        
    }
}

.compound-filter-options {
    margin-bottom: 40px;
    margin-top: 20px
}

.filter-group--compound button {
    background-color: currentColor;
    height: 40px;
    padding: 0;
    width: 40px
}

.filter-group--compound label {
    cursor: pointer
}

.filter-group--compound .ib+.ib {
    margin-left: 8px
}

.shape-shuffle-container {
    overflow: hidden;
    position: relative
}

.search-section {
    margin-bottom: 1em;
    margin-top: 1em
}

a:hover{ text-decoration: none;}