@charset "UTF-8";

/* #frames */
/* ======= */
.topbarBaseConfig
{
  position: fixed;
  top: 0rem;
  left: 0rem;
  width: 100%;
  z-index: 95;
}

#sidebarBaseConfig
{
  position: fixed;
  top: 0 rem;
  height: 100%;
  width: 220px;
  z-index: 100;
}

.no-overflow
{
  overflow: hidden;
}


.sidebar-open
{
 transition: all .5s;
 width: 220px !important;
 margin-left: 0px;
}

.sidebar-closed
{
  transition: all .5s;
  width: 0px !important;
  margin-left: -60px;
}

#header-toggle-icon
{
  background: #fbfbfb;
  padding: 10px 15px 10px 15px;
}

#toggle-logo
{
  height: 0px;
  width: auto;
  transition: all .5s;
}

.toggle-logo-show
{
  height:36px !important;
  transition: all .5s;
}

#header-toggle
{

  position: fixed;
  left: 220px;
  font-size: 22px;
  top: 5px;
  cursor: pointer;
  transition: all .5s;
}

.header-toggle-closed
{
  left: 0px !important;
  transition: all .5s;
}


.sidebarItemGroup a:hover,
.sidebarItemGroup a:focus {
  background-color: #A0A0A0;
  color: #212529;
}

#mainAreaBaseConfig
{
  position: absolute;
  left: 220px;
  top: 3.3rem;
  right: 0rem;
  min-height: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
  transition: all .5s;
}

.content-wide
{
 transition: all .5s;
 left: 41px !important;
}

/* #colors */
/* ======= */
.backColorStd {
  background-color: #f1f1f1;
}

.companyColor {
  color:#21C24E;
}

.companyBackColor {
  background-color:#21c24e;
}

.textColor {
  color: #212529;
}

.colorRed {
  color: red;
}

.colorWhite {
  color: white;
}

.btn-group-sm {
  height: 33px !important;
}

.flex-center-vert {
  display: flex;
    align-items: center;
}

#btnContentSort {
  font-size:11px;
}

#topbarAccountName {
  display:flex;
  flex-direction: column;
  align-items: end;
}

#topbarAccountNameUser {
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
}

#topbarAccountNameCompany {
  font-weight: 200;
  font-size: 12px;
  line-height: 12px;
}

.topbarAccountContainer {
  display:flex;
  flex-direction: row;
  column-gap: 5px;
  align-items: center;
}

#modalContentInfoImg {
  width: 100%;
}

.textColorWhite {
  color: white
}

.displayNone {
  display: none;
}

.width08rem {
  width: 0.8rem;
}

.width0Percent {
  width: 0%;
}

.width25Percent {
  width: 25%;
}

.width50Percent {
  width: 50%;
}

.width75Percent {
  width: 75%;
}

.width100Percent {
  width: 100%;
}

.fontsize08rem {
  font-size: 0.8rem;
}

.textAlignCenter {
  text-align: center;
}

.textAlignRight {
  text-align: right;
}

.breacrumbDivider {
  --bs-breadcrumb-divider: '>';
}

.logoImgL {
  width: 12rem;
  padding: 1rem;
}

.logoImgXL {
  width: 15rem;
  padding: 1rem;
}

.cursorPointer {
  cursor: pointer;
}

.contentThumbnailWidthL {
  width: 2.6rem;
}

.toastZIndex {
  z-index: 1090;
}

.modalSpinnerContent {
  background-color: transparent;
  border: 0px;
}

.loginPaddingTop {
  padding-top: 10%;
}

.loginCard {
  max-width: 550px;
  width: 100%;
}

#loginWelcome {
  font-size: 1.5rem;
  font-weight: 400;
}

.sidebarFontWeightText {
  font-weight: 200;
}

.sidebarBackColor {
  background-color: #fbfbfb;
}

.topbarBackColor {
  background-color: white
}

.verticalAlignMiddle{
  vertical-align: middle;
}

#userInvitationTopText {
  font-size: 1.15rem;
}

#userInvitationMainCard {
  width: 50%;
}

.statisticsContentHeightTotal {
  height: 15rem;
}

.statisticsContentHeightBranches {
  height: 15rem;
}

.statisticsContentHeightTabBranches {
  height: 50rem;
}

.userInvitationErrorCardWidth {
  width: 60%;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #21C24E;
}

.content-checkbox {
  width: 40px;
  height: 40px;
}
.quicksearch_row {
  display: inline-block;
  width: 100%;
  padding: 10px;
  background: #fefefe;
  border: 1px solid #eee;
  border-radius: 0px;
  position: relative;
  margin: 0px;
  margin-top: -1px;
  color: #333;
  margin-bottom: 0px;
  text-decoration: none;
}

.quicksearch_row:hover {
  background: #f8f8f8;
}