/* Migration CSS */
.hidden{
  display: none;
}

.error {
  color: red;
}

.modal.show{
  display: block;
  background-color: white;
}
.modal{
  overflow-y: scroll;
}
fieldset.form-group{
  margin-bottom: 0px;
}
.bg-image{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
}
/* Migration CSS */

/* Mini Navbar */
.navbar-sm {
  /* height: 40px; */
  margin: 0px;
  padding: 0px;
}
.navbar-sm .navbar-brand{
  /* height: 40px; */
  margin: 0px;
  padding: 0px;
  width: 100%;
}
/* Mini Navbar */

/* Theme sepcific */
.profile-card {
  text-align: center;
  padding: 28px 15px 14px;
}
.profile-card .profile-card-photo {
  width: 110px;
  height: auto;
  margin: 0 auto .5rem;
}

.profile-card .profile-card-photo img {
  display: block;
  width: 100%;
}

.profile-card .profile-card-name {
  font-weight: 600;
}
.dropIcon {
  font-size: 140px;
  position: absolute;
  top: 40%;
  color: #8E9DA7
}
.dropIconText {
  left: 3%;
  font-size: xx-large;
  top: 55%;
  color: #8E9DA7;
  font-weight: bold;
  position: relative;
}
.dropzone {
  box-sizing: border-box;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  background: #f8f9faba;
  border: 5px dashed #8E9DA7;
  text-align: center
}
/* Theme sepcific */


/* Tree View CSS */
.dd-list {
  list-style: none
}
.dd-collapsed .dd-list {
  display: none
}
.dd-item>button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: 0 0;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  -webkit-transition: none;
  transition: none
}

.dd-item>button:before {
  content: '+';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0
}

.dd-item>button[data-action=collapse]:before {
  content: '-'
}

.dd-item>button.hover {
  color: #fff
}
/* Tree View CSS */

.mail-box-header .mail-box-header-nav{
  list-style-type: none;
}

.wysiwyg.fullscreen{
  position: fixed;
  left: 0px;
  top: 0px;
  background-color: white;
  height: 100% !important;
  width: 100% !important;
  z-index: 9999;
  margin: 0px !important;
  padding: 0px !important;
}

.note-editable{
  height: 100%;
}

.copyright-class{
  font-size: 10px;
  display: revert !important;
  padding: 0px !important;
}

.side-menu-list li ul li a{
  text-decoration: none;
}
#archiveEmailData .choices__list{
  max-height: 200px;
}

.row.mb-2 div, .row.mb-2 div{
  width: auto;
}
.row.mt-2 div, .row.mt-2 div{
  width: auto;
}
.table.dataTable{
  width: 99%;
}
#attachments-fileName{
  margin-left: 15px;
}
#card-title{
  height: 55px;
  width: 95%;
}
.kanban-close{
  position: absolute;
  top: 19px;
  right: 19px;
}
.popover{
  padding : 10px;
  width : max-content !important;
}
#quickTable{
  padding: 12px;
}
.avatar-preview{
  margin-left: 35%;
  margin-right: 30%;
}
.avatar-preview .img_upload, .avatar-preview #studyLogoFileInput{
  margin-top: 15px;
}
.tabDiv{
  min-height: 65vh;
  max-height: 85vh;
}
table{
  position: relative;
  border-collapse: collapse; 
}
table thead th {
  background: white !important;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  border: 1px solid;
  border-color: inherit;
}
table thead th:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  border: 1px solid rgb(0, 0, 0);
}
table thead th:after{
  content: '';
  position: absolute;
  right: 0;
  width: 100%;
  border: 1px solid rgb(0, 0, 0);
}
table thead th:before {
  top: 0;
  border: 1px solid rgb(0, 0, 0);
}
table thead th:after {
  bottom: 0;
  border: 1px solid rgb(0, 0, 0);
}
table>:not(:first-child){
  border-top: 0;
}
.table>:not(:first-child) {
  border-top: 0 solid currentColor;
}
table.dataTable thead tr th.sorting_asc:after, table.dataTable thead tr th.sorting_desc:after{
  width: 12px;
}