﻿
.bha-service-table-sheet {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
    transition: .22s ease-in-out;
    cursor: pointer;
    padding: 9px 0;
    border-bottom: 1px solid #dfe4ec;
}

.bha-service-table-sheet__item_title {
    display: block;
    width: 80%;
    padding-left: 18px;
    font: 1rem Arial,Helvetica Neue,Helvetica,FreeSans,sans-serif;
    color: #364364;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: normal;
    margin: 0;
    align-items: center;
    width: 100%;
    word-wrap: break-word;
    word-break: break-word;
}
.bha-service-table-sheet__item_status {
    width: 38px;
    flex-shrink: 0;
    text-decoration: none;
    color: #364364;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 50px;
}

.state_active {
    background-color: #d64141;
}
.state_notactive {
    background-color:#06c98c;
}

.bha-services-item-status__dot {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    border-radius: 50%;

}

.bha-service-table-sheet__item_creation-date {
    width: 115px;
    padding: 0 12px;
    display: block;
    flex-shrink: 0;
    text-decoration: none;
    color: #364364;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: normal;
}

.bha-service-table-sheet__item_switch {
    width: 110px;
    align-items: center;
    flex-shrink: 0;
}

.sendnow:link, .sendnow:visited {
    TEXT-DECORATION: none;
    color: #1d9ef9;
    font-size: 15px;
}

.sendnow:hover {
    TEXT-DECORATION: underline;
    color: #1d9ef9;
}

.infotab
{
    width:100%;
    display:flex;
    flex-direction:row;
    justify-content:space-around;
    flex-wrap:wrap;
    margin:0 auto;
}

.infocell
{
    width:450px;
    height:250px;
    margin-top:30px;
    font-size:90px;
    color:white;
    display:flex;
    justify-content:center;
    align-items:center;
    align-content:baseline;
  

}

.infl
{
   
    top:25px;
    left:25px;
}