/* FILIPE FERRERIRA
      TRANSCRIPTION CSS

Created By: Filipe Manuel Ferreira Carvalho
Date: 27 October 2018

      || GENERERIC CLASSES - 
      || SPECIFIC CLASSES -
      || FRAMEWORK - 
                              

*/

/*-------------GENERIC CLASSES--------------------*/

/*##############
     INDEX
###############*/

.dropdown-pane
{
  width: 200px !important;
}

#search-form-sm
{
  height: 52px;
}

.top-bar-fixed {
  position: fixed;
  top:0px;
  width: 100%;
  background-color: white;
}


#go-to-top-button {
  bottom: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  text-decoration: none;
  border-radius: 35px;
}

.card:hover .card-divider.paid {
  border-color: #3f6289 !important;
}

.card:hover .card-divider.free
{
  border-color: #fc6471 !important;
}

.card:hover .card-divider.free h4, 
.card:hover .card-divider.free h5 
{
  color: #fc6471 !important;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*##############
     SHOW
###############*/

#transcription-show-header
{
  height:140px
}

.flash-cart {
  -webkit-animation: FLASH-CART 1s infinite;  /* Safari 4+ */
  -moz-animation: FLASH-CART 1s infinite;  /* Fx 5+ */
  -o-animation: FLASH-CART 1s infinite;  /* Opera 12+ */
  animation: FLASH-CART 1s infinite;  /* IE 10+, Fx 29+ */
  animation-iteration-count: 2;
}

@-webkit-keyframes FLASH-CART {
  0%, 49% {
    background-color: #c5d0dc;
  }
  50%, 100% {
    background-color: white;
  }
}



/*-------------SPECIFIC CLASSES--------------------*/

/*-------------FRAMEWOK--------------------*/

