/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.active-item {
  color: green;
  border-radius: 100%;
  font-size: 16px!important;
  text-shadow: 0px 1px 0 green;
}
.inactive-item {
  color: red;
  border-radius: 100%;
  font-size: 16px!important;
  text-shadow: 0px 1px 0 red;
}
.filter-section {
  margin-bottom: 30px;
}
.filter-section form{
  display: flex;
  align-items: flex-end;
  margin: 0 -15px;
}
.filter-section form .btn {
  height: fit-content;
  line-height: 0;
  width: 100px;
}
.filter-section form p {
  margin-bottom: 0;
  display: inline-flex;
  flex-direction: column;
  padding: 0 15px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.filter-section form p select{
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  height: 28px;
}
.filter-section form p .select2-container{
  width: 100%;
  min-width: inherit;
}
.filter-section form p .filter-action-btn{
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.form-group-custom {
  margin-bottom: 15px;
}
.form-group-custom label {
  display:  block;
} 
.form-group-custom input {
  display: block;
  width: 100%;
  height: calc(1.4em + 2.12rem + 2px);
  padding: 1.06rem 1.7rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  color: #757575;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .4rem;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.custom-form .form-group {
  display: flex;
  align-items: flex-start;
}
.custom-form .form-group .form-check {
  margin-left: 150px;
}
.custom-form .form-action-button {
  margin-left: 150px;
}
.custom-form .form-group .col-form-label {
  flex: 0 0 150px;
  width: 150px;
  text-align: right;
  margin: 0;
  padding: 5px 15px 0 0;
}
.custom-form .form-group div{
  display: flex;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.custom-form .form-group div .text-muted{
  flex: 0 0 50%;
  width: 50%;
  padding-left: 15px;
  margin: 0;
}
.custom-form .form-group div input[type = text],
input[type = email],
input[type = number],
input[type = date],
input[type = search],
input[type = time],
input[type = file],
input[type = password]
 {
  flex: 0 0 50%;
  width: 50%;
  height: 35px;
  padding: 5px 10px;
}
.custom-form .form-group div #error_1_id_password,
#error_2_id_password,
#error_3_id_password,
#error_4_id_password,
#error_5_id_password{
  /* flex: 0 0 50%;
  width: 50%; */
  padding-left: 15px;
  /* margin: 0; */
}
.custom-form .form-group div select.selectmultiple {
  flex: 0 0 50%;
  width: 50%;
  height: 150px;
  padding: 5px 10px;
}
.custom-form .form-group div select {
  flex: 0 0 50%;
  width: 50%;
  height: 35px;
  padding: 5px 10px;
}
.custom-form .form-group div textarea {
  flex: 0 0 50%;
  width: 50%;
  height: 100px;
  padding: 5px 10px;
}
.custom-form .form-group div .select2-container {
  flex: 0 0 50%;
  width: 50%;
  height: 35px; 
}
.custom-form .form-group div .select2-selection {
  height: 35px; 
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da; 
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.custom-form .form-group div .select2-selection__rendered {
  line-height: 35px;
  font-size: 1.4rem;
  font-weight: lighter;
  font-family: "NoirPro",sans-serif;
  color: #757575;
}
.custom-form .form-group div .select2-selection .select2-selection__arrow {
  height: 35px;
}


.less-padding-table tr td{
  padding: 0.8rem;
}
.less-padding-table tr th{
  padding: 0.8rem;
}
.custom-pagination-style {
  justify-content: center;
}
.custom-pagination-style li.disabled {
  pointer-events: none;
  color: #ddd;
}
.custom-pagination-style li.active {
  background: #2ac174;
  color: #fff;
}
.user-details-token p {
  font-weight: normal;
}
.user-details-token p label {
  width: 75px;
  text-align: right;
  font-weight: bold;
  margin-right: 5px;
}

.popover-trigger-icon{
  font-size: 18px;
  cursor: pointer;
  
}

.clearablefileinput {
  width: 100px!important;
}
.custom-form-control{
  height: 35px!important;
}
.custom-form-dropdown-control{
  height: 35px!important;
  padding: 5px 10px!important
}
.subitem-table-list tr td{
  background: rgba(236, 236, 236, 0.6);
  padding: 0.3rem;
  font-size: 13px;
}
.subitem-table-list tr.subitem-head td{
  background: rgb(226, 226, 226);
  font-size: 14px;
  font-weight: bold;
}

.make-size-smaller{
  padding: 0.3em !important;
}
