@charset 'UTF-8';

.parsley-errors-list{
  text-decoration: none;
  list-style: none;
  padding-left: 0px !important;
}
.parsley-errors-list li{
  color: red !important;
  font-weight: 400 !important;
}
.chosen-container
{
  width: 100%  !important;
}
.modal-header
{
	padding: .5rem 0rem .5rem 1rem !important;
}
.modal-title
{
	font-weight: 500 !important;
}

.modal-body{
	padding : 1rem 1rem 0rem 1rem !important;
}


.bc-icons-2 .breadcrumb-item + .breadcrumb-item::before 
{
  content: none; 
}
.bc-icons-2 .breadcrumb-item.active 
{
  color: #455a64; 
}

.dropdown-item
{
  padding : 0rem 1rem ! important;
}
.dropdown-menu, div.inner ul.dropdown-menu
{
  background: #f9f7f7;
}


