
/*
* Title                   : SUIPA
* Version                 : 1.0
* File                    : components/frontend/user-license/frontend.user-license.style.css
* File Version            : 1.0
* Author                  : SSR
* Website                 : https://ss-r.ch
* Description             : Style sheet for user license component
*/


#location-col{
    width: 23%;
}
#origin-col{
    width: 20%;
}
#datein-col{
    width: 10%;
}
#dateout-col{
    width: 10%;
}
#tickets-col{
    width: 10%;
}
#no-subscriptions{
    display: none;
}

#list-filter{
    margin-top: 15px;
    margin-bottom: 15px;
}

  
#list-filter .card-title
{
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 7.5px;
}
.card-title
{
  display: flex;
  align-items: center;
  margin: .5rem;
  margin-left: 0;
 
}

.list-filter-border
{
  padding-bottom: 0.75rem!important;
  cursor: pointer;
}
.border-active
{
  border-bottom: 1px solid #f06445!important;
  border-color: #f06445!important;
  border-width: 3px!important;
  font-weight: bold;
}

tr.disabled
{
  color: #ada7a7 !important;
}