/**************************************universal*****************************************/

body {
  font-family: 'Open Sans', sans-serif;
}



/****************************************top header********************************************/



.navbar-bg-custom {
  background: linear-gradient(45deg, #1f4e79, #1f4e79 20%, #414042 0, #414042);
  color: #fff;
  line-height: 1;
}



/***********************settings page************************************************************/


.settings-page-link {
  color: #000;
  font-size: 15px;
}




/***********************************getting-started-icon**************************************/


.getting-started-icon {
  max-width: 40px;
  margin-right: 1rem;
  max-height: 40px;

}



/*******************************react data tables *****************************************/

.jUmlQv div:first-child {
  white-space: normal !important;
  overflow: hidden;
  text-overflow: ellipsis;
}



/*
    .list-group-item-action {
      color: #8589a7;
    }

    .list-group-item {
      position: relative;
      display: block;
      padding: .5rem 1.25rem;
      border: 1px solid rgba(0, 0, 0, .125);
    }

    .list-group-item.active {
      z-index: 2;
      color: #fff;
      background-color: cornflowerblue;
      border-color: cornflowerblue;
    }

*/


.list-group-flush .list-group-item-sidebar {
  font-family: 'Open Sans', sans-serif;
    border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
  border: none;
  font-weight: normal;
  margin: 0;
  padding: 0.4rem;
  padding-left: 5%;
  /* padding-right: 145%; */
}


.list-group-item-sidebar.active {
  z-index: 2 !important;
  /* color: #000000 !important; */
  font-weight: bolder !important;
  text-decoration: underline;
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 38px;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 38px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 15px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.nav-link-main-bar {
  color: #fff !important;
}

.dropdown-container {
  display: block;
  padding: 5% 0 5% 0;
  padding-left: 10%;
}


.dropdown-container a {
  padding: 1% !important;
  display: block;
}

/* :not(.recentsTable > td) */

.table {
  font-size: 14px !important;
  width:100% !important;
}


td {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.evenSmaller {
  font-size: 12px !important;
}

.noWrap {
  white-space: normal;
}


.icon-list {
  padding-left: 0;
  list-style: none;
}

.icon-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: .25rem;
}

.icon-list li::before {
  display: block;
  flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  margin-right: .5rem;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3E%3C/svg%3E") no-repeat center center / 100% auto;
}


#page-content-wrapper {
  /* background-image: linear-gradient(180deg, #eee, #fff 50%, #fff); */
  /*background-color: rgb(234, 234, 245);*/
}


.help-us-improve {
  padding: 0.875rem 0.875rem;
  padding-bottom: 0px;
  font-size: 14px;
  /* font-family: sans-serif; */
}

.help-us-improve>a {
  padding-left: 0px !important;
  margin-left: 0px !important;
}


.table-content-alight-center {
  vertical-align: middle !important;
  text-align: center !important;
}






/* enable absolute positioning */
.inner-addon {
  position: relative;
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  /*pointer-events: none;*/
}

.inner-addon .tick {
  position: absolute;
  padding: 10px;
  /*pointer-events: none;*/
}


/* align icon */
.left-addon .glyphicon {
  left: 0px;
}

.right-addon .glyphicon {
  right: 0px;
}

.right-addon .tick {
  right: 20px;
}

/* add padding  */
.left-addon input {
  padding-left: 30px;
}

/* .right-addon input { padding-right: 30px; } */


.clickable {
  cursor: pointer
}


.required-field::after {
  content: " *";
  color: red;
}




/*************************containers note-textarea ************************************/

.note-textarea {
  font-size: 11px;
  height: 10em !important;
}