
.sacls {
    /* background :rgba(0, 0, 0, 0) linear-gradient(#FFFFFF, #BEBEBE) repeat scroll 0 0; */
    height:550px;
    background-color: #ffffff;
}

.navbar2{
    /*background-color: #ea80b0;*/
     /*margin-top: 35%;*/
     /* margin-top: 40%; */
     margin-top: 12%;
     /* min-height: 40px; */
     /* z-index: 1; */
     position: relative;
     /* width: 30%; */
     display:block;color:black;
 }

 .logo {
    /* width : 200px;height: 10%;margin-left:0;background-color:#F1F9FA; */
    /* width: 13%; */
    height: 10%;
    margin-left: 2%;
    /* background-color: #F1F9FA; */
    margin-top: 8%
 }

 .navbara {
    /* position: fixed; */
	/* left: 0px; */
	/*top:17%;*/
    /* top:8%; */
    /* z-index: 999; */
    /* width: 7.5%; */
    /* margin-top:5%; */
    width:200px;margin-left:0;background-color:#F1F9FA;height:600px;
 }

 hr { 
    /* display: inline; */
    /* margin-top: 1%; */
    /* margin-bottom: 0.5em; */
    margin-left: 10px;
    margin-right: 5px;
    border-style: inset;
    border-width: 1px;
  } 
  th {
    background-color:lightgrey;
    color: black;
  } 

  .hiddenRow {
    padding: 0 4px !important;
    background-color: #eeeeee;
    font-size: 13px;
}
.accordian-body span{
	color:#a2a2a2 !important;
}

.nopadding {
  padding: 0 !important;
}

.content {
  padding: 20px;
}

.expanded-table-tr {
  background: #fff;
}

.expanded-table-td {
  padding: 10px 20px 30px 20px;
}

.table-head-color {
  background: #ea80b0;
  color: #fff
}

.reset-pass-form {
  display: flex;
  flex-direction: row;
  border: 1px solid grey;
  padding: 2px;
}

.reset-pass-input {
  flex-grow: 2;
  border: none;
  color: grey;
  background: #F1F9FA;
  text-security: disc;
  -webkit-text-security: disc;
}

.reset-pass-button {
  border: 0;
  color: grey;
  background: #F1F9FA;
}

.search-input {
  display: inline;
  width: 29%;
  margin-left: 11% !important;
  margin-bottom: 20px; 
  border-radius: 5px;border: solid 0.5px #707070;margin-top: 20px; margin-left:8%;
}

.search-select {
  display: inline;
  width: 12%;
  margin-left: 268px;
  margin-bottom: 20px; 
  border-radius: 5px;
  border: solid 0.5px #707070;
}

.hide-file-chosen {
  color: transparent;
}

.sqr-crnr {
  border-radius: 0px;
}

.rndn-btn {
  padding:2px 2px;
  background:#fff;
  border:1px solid #000;
  position:relative;
  color:#000;
  border-radius:8px;
  text-align:center;
  float:left;
  cursor:pointer;
}

.hide_file {
  position: absolute;
  z-index: 1000;
  opacity: 0;
  /* cursor: pointer; */
  right: 0;
  top: 0;
  height: 100%;
  font-size: 22px;
  width: 100%;    
}

#topdiv .nav-tabs li.active > a { 
  border-bottom: 1px solid #ea80b0;
} 

.activ {
  background-color: #ea80b0;
}

.fa-cog {
  color: #ea80b0;
}

a.nav-link.active.add-user-tab:hover {
  margin-top: 1px !important;
  border-bottom: solid 3px #ea80b0 !important;
}

a.nav-link.active.all-user-tab:hover {
  margin-top: 1px !important;
  border-bottom: solid 3px #ea80b0 !important;
}

/* th {
  background-color: #eb85b5;
  color: white;
} */

.analbutton {
  background-color: #ea80b0;
  border: none;
  color: white;
  padding: 8px 38px;
  text-align: center;
  text-decoration: none;
  display: inline-block;    
  margin: 4px 2px;
  /* cursor: pointer; */
}

.analbutton[disabled] {
  background-color: grey
}