.container-header {
  background-color: transparent !important;
  background-image: none  !important;
}

.grid-child.container-component {z-index:1;}

.ux-menu a {
  border:0px !important;
}
.ux-menu a:not(:hover){
  background:#FFFFFF00 !important;
}

.ux-menu-container.ux-menu-clearfix{
  margin-right: 0px;
  margin-left: auto;
  float: right;
}

.card-header {
  border-bottom: 0px !important;
  background-color: rgba(0, 0, 0, .20);
}
.sidebar-left.card {
  --card-border-color: transparent !important;
  --card-border-radius:0 !important;
}

.bg-circle {
    margin: -0.1% 0px 0px 0px;
    background-color: white;
    border-radius: 50%;
    width: 200%;
    height: 200%;
    left:0px;
}
.bg-sqare {
    position: fixed;
    background-color:  rgba(226, 226, 182, 0.7);    
    width: 50%;
    height: 100%;
    left:0px;
    margin: -0.5% 0px 0px -0.5%;
}
.bg-image {
    position: fixed;
    background-image: url("/images/useage/bg-image.png");  
    background-repeat: no-repeat;
    width: 50%;
    height: 50%;
    right: 0px;
    bottom: 0px;
    margin-right: -10%;
    opacity: 0.2;
}

.tab-collapse{
    display:block;
}
.tab-visible{
    display:none;
}

.opacity09{opacity: 0.9;}


.minheigh300{min-height: 300px;}
.cubg-green{color:white;background-color: rgba(0, 122, 122, .90);}
.cubg-blue{color:white;background-color: rgba(0, 80, 180, .90);}
.cubg-gray{background-color: rgba(50, 50, 80, .05);}
.setaaswhite a{color:white;}


/*! ---------------------- Popup-------------------------------------------------------------------------------------------- */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  height: 90%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/*! ---------------------- 991.98px-------------------------------------------------------------------------------------------- */
@media (width <= 991.98px){
  .tab-collapse{display:none;}
  .tab-visible{display:block;}
  
  .bg-circle {
    margin: -0.1% 0px 0px 0px;
    background-color: white;
    border-radius: 50%;
    width: 200%;
    height: 200%;
    left:0px;
}
.bg-sqare {
    position: fixed;
    background-color:  rgba(226, 226, 182, 0.7);    
    width: 100%;
    height: 100%;
    left:0px;
    margin: -0.5% 0px 0px -0.5%;
}
  .bg-image {
    height: 100%;
}
}
/*! ------------------------------------------------------------------------------------------------------------------ */
