.logo
{
  max-width: 200px;
}
.user-profile-img
{
  max-width:80px;
  flex:0 0 80px;
  height:80px;
}

.user-profile-img > div
{
  background-size: cover;
  border-radius: 4px;
}

.group-content
{
  background-color: #f5f4f4;
}
.green-border
{
  border-top:3px solid #50B059
}
.yellow-border
{
  border-top:3px solid #FED93C
}
.red-border
{
  border-top:3px solid #f90b0b
}
.background-red
{
  background-color: #F36158;
}
.background-yellow
{
  background-color: #FED93C;
}
.background-green
{
  background-color: #50B059;
}
.list-items
{
  border-bottom:1px solid #D0D0D0;
  
}
.blocks-heading
{
  border-bottom:1px solid #D0D0D0;
}
.action-btn
{
  flex:0 0 120px;
  max-width: 120px;
}
.font-size-16
{
  font-size: 16px;
}
.group-content .list-items:last-child
{
  border: 0px;
}

.color-block
{
    padding: 7px 12px;
    color: black;
    font-size: 17px;
    font-weight: 600;
}
.data-block
{
  padding:3px 0;
}
.user-profile-img
{
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
}
.inspected-block
{
  max-width: 300px;
}
.font-size-12
{
  font-size: 12px;
}
.font-size-14
{
  font-size: 14px;
}

.font-size-15
{
  font-size: 15px;
}
.font-size-16
{
  font-size: 16px;
}
.font-size-16
{
  font-size: 16px;
}
.font-size-17
{
  font-size: 17px;
}

.inspection-list-area ul
{
    list-style: none;
    border-top:1px solid rgba(0,0,0,.1)
}

.inspection-list-area ul li
{
  padding-top:8px;
  padding-bottom:8px;
  border-bottom:1px solid rgba(0,0,0,.1)
}

.list-red
{
  border-left:6px solid #F36158;
  padding-left:10px;
}

.list-yellow
{
  border-left:6px solid  #FED93C;
  padding-left:10px;
}

.list-green
{
  border-left:6px solid  #50B059;
  padding-left:10px;
}
.list-secondary{
  border-left:6px solid  #d3d3d3;
  padding-left:10px;
}
.badge-progress
{
  background-color: #FFECCC;
  color:#915138;
  vertical-align: middle;
}

.badge-success
{
  background-color: #CFF6DD;
  color:#2B654E;
  vertical-align: middle;
}

.form-control
{
  border-radius: 5px;
}
.select-form
{
  min-width:190px;
}
.control-label
{
  font-weight: 600;
}

.select2-container--default .select2-selection--single
{
  min-height: 35px;
  border-color:#e5e6e7 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow
{
  height:33px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered
{
  line-height:33px!important;
}
.select2-container .select2-selection--single .select2-selection__rendered
{
  padding-left: 10px!important;
}
.custom-modal .modal-footer button
{
  min-width:95px;
}

.edit_btn i, .edit_btn
{
  color:#fff!important;
}
.change-password
{
  max-width: 400px;
  margin: auto;
}