@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');
@import "http://fonts.googleapis.com/css?family=Roboto:300,400,500,700";


/*---Media Queries --*/
@media (max-width: 992px) {

  }
@media (max-width: 768px) {
  
}
@media (max-width: 576px) {
  
}

  

.hidden { visibility: hidden; }
.unhidden { visibility: visible; } 

/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('img/mac.png');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}

.top-progress { 
  
  margin-top: 0px !important;
  /*--padding-top: 10px; --*/
 margin-bottom: 3px;

  
}
.top-buffer { 
  
  margin-top: -15px;
  

}

.top-section { 
  
  margin-top: 40px;
  }

 .progress-section
 {
  margin-top: -11px !important;


 }
  
  #summary p.collapse:not(.show) {
      height: 42px !important;
      overflow: hidden;
      margin-bottom: 0px !important;

      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;  
  }
  
  #summary p.collapsing {
      min-height: 42px !important;
  }
  
  #summary a.collapsed:after  {

      content: '+ Read More';
     

      
  }
  
  #summary a:not(.collapsed):after {
      content: '- Read Less';
  }
  




#summaryCompCard p.collapse:not(.show) {
    height: 73px !important;
    overflow: hidden;
    margin-bottom: 1px !important;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
}

#summaryCompCard p.collapsing {
    min-height: 73px !important;
}

#summaryCompCard a.collapsed:after  {
    content: '+ Read More';

    
}

#summaryCompCard a:not(.collapsed):after {
    content: '- Read Less';
}

.btn-flex {
  display: flex;
  align-items: stretch;
  align-content: stretch;
}

  .btn-flex .btn:first-child {
    flex-grow: 1;
    text-align: left;
  }

#sortDropBtn {
  white-space:normal !important;
  width: 100%;    
  max-width:100%; 
  display: block; 
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  }

  #captchaGrp
  {
    position: relative;
    border: 1px solid rgb(19, 62, 119);
    background-color: rgb(248, 237, 176);

  }
  .counter {
    background-color:#f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 0;
    text-align: center;
    color: #000;
}

.count-text {
    font-size: 16px;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 0;
    text-align: center;
    color: #000;

}

.counter> .fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #007bff;
}

.cardComm > *
{
  
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 8px;
}
  #cardNew > *
  {
    display: inline-block;
    position: relative;
    width: 310px;
    margin: 5px;
    border: 1px solid #aaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
    box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 8px;
  }
  
  #cardNew .nr, #cardNew .artist, #cardNew .date
  {
    color: rgb(0, 0, 0);
    text-align: left;
    font-size: 16px;
    padding: 5px;
  }
  #cardNew .card-title
  {
    color: rgb(0, 0, 0);
    text-align: left;
    font-size: 16px;
    padding: 5px;
    margin-bottom: 0px;
  }
  #cardNew .nr, #cardNew .date
  {
    display: inline-block;
    margin: 5px;
    padding: 2px 5px;
    width: 310;
    background: #777;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  #cardNew .date
  {
    float: right;
  }
  #cardNew .title
  {
    font-size: 13px;
    color: inherit;
    text-align: left;

  }
  #cardNew .card-body
  {
    font-size: 13px;
    color: inherit;
    text-align: left;
  
    padding: 9px 9px;   

  }
  
  
  
  .highlight
  {
    background-color: #fd0;
  }
  .cardNew {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;}
    /* On mouse-over, add a deeper shadow */
   .cardNew:hover {
      box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }
    
    /* Add some padding inside the card container */
  .container {
      padding: 2px 16px;
    }
    
    .sideControl {
      background:rgb(248, 248, 248);
      overflow: hidden;
      margin: 0px;
    border: 0px solid #aaa;
    padding: 10px;
    padding: 10px 0 0 0 !important;

    text-align: left;
    font-size: 13px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    }
    fieldset.scheduler-border {
      background: rgb(255, 255, 255);
      border: 0.0px groove rgb(236, 233, 233) !important;
      padding: 1em 0em 1em 0.5em !important;
      margin: 0 0 1.5em 0 !important;
      -webkit-box-shadow:  0px 0px 0px 0px #000;
      box-shadow:  0px 0px 0px 0px #000;
  
  }
  
  legend.scheduler-border {
      font-size: 1.2em !important;
      font-weight: bold !important;
      text-align: center !important;

  }

  fieldset.scheduler-border-search {
    background: rgb(255, 255, 255);
    border: 0.0px groove rgb(236, 233, 233) !important;
    padding: 0.5em 1.4em 1em 0.5em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;

}
/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/



.tag_list_wrapper{
  border: 1px solid red;
}
.tag_list {
  display: inline-block;
  vertical-align: top;
  background: #f7f7f7;
  border-radius: 30px;
  margin: 5px;
  padding: 10px 25px 10px 10px;
  border: 1px solid #d6d6d6;
  position: relative;
}
.tag_list.tag_list_hide{
  display: none;
}
.tag_list span {
  position: absolute;
  right: 8px;
  top: 10px;
  cursor: pointer;
}

.nav-link > .close {
  margin: 1px 0px 0px 15px;
  font-size: 20px;
  
}


#gameCard > *
  {
    display: inline-block;
    position: relative;
    padding: 5px 10px 10px 0px;
    margin: 10px;
    border: 0px solid #aaa;

  }
  #gameCard .card-body
  {
    font-size: 13px;
    color: rgb(0, 0, 0);
    text-align: left;
    background: #e4e4e4;
    padding: 9px 9px;   
    background: #a4acaf;

  }

  #gameDescription > *
  {
    
    position: relative;
    padding: 5px 0px 10px 10px;
    
    border: 0px solid #aaa;
  /*--padding-top: 10px; --*/
    margin-bottom: -10px;
    

  }

  .descriptionBlock
  {
    margin-top: 30px;

  }
  
  .glyph-icon-like
  {
    padding: 0px 5px 55px -10px;

  }

 .glyph-icon-dislike
  {
    padding: 0px 5px 55px -10px !important;


  }

  #gameCard .glyph-icon
  {
    padding: 0px 5px 55px -10px;


  }

  .si-glyph {
    
    width:20px !important;
    height:20px !important;
    }

.table-description
{
  padding: 5px 55px 10px 55px;

}

td {
  text-align: center;
}

#criteria-cards > *
  {
    display: inline-block;
    position: relative;
    position: relative;
    width: 380px;
    margin: 5px;
    
  }
  

    .nav-pills > li > a.active {
      background-color: rgb(255, 255, 255)!important;
      color: #000000!important;
      
  }
  .nav-pills > li > a {
    background-color: rgb(221, 221, 221) !important;
    color: #3f3e3e!important;
    
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 5px;
  z-index: 99;
  font-size: 18px;
  border: 10px;
  outline: none;
  background-color: transparent;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 0px;
}

#myBtn:hover {
  background-color: rgb(216, 216, 216);
}
.bg-glyph {
    
  width:48px !important;
  height:48px !important;
  }
  
   
 

  .svg-icon {
    
    width:40px !important;
    height:40px !important;
    padding: 0px 0px 0px 15px;
    }

  
    .clickable{
      cursor: pointer;   
  }
  
  .panel-heading span {
    margin-top: -20px;
    font-size: 15px;
  }

  .cardCollaps .card-header
  {
    color:  rgb(0, 0, 0) !important;
background:   rgb(221, 221, 221) !important;

}

.cardCollaps {
  margin-bottom: 15px;
}
.collapse > .card-body {
  margin-bottom: 15px;
  background: rgb(248, 248, 248);
}

.icon-action {
    margin-top: 5px;
    float: right;
    font-size: 80%;
}
