/* Add here all your CSS customizations */

.title-header
{
	padding: 0px 0px 20px 0px;
}

.title-header h2
{
	padding:0px!important;
	margin:0px!important;
}

.form-control
{
	border: 1px solid #ced4da!important;
}

.form-group {
    margin-bottom: 0px;
}

label {
    margin-top: 10px;
    margin-right: 15px;
}


.js-select,
.js-select:focus,.js-select-tags,.js-select-tags:focus {
    border: 1px solid #888;
    box-shadow: none;
    outline: none;
    height: 40px!important;
    width:100%!important;
    padding-left: 9px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 40px;
    width: 100% !important;
    user-select: none;
    -webkit-user-select: none;
}

.select2-selection__rendered {
    color: #444;
    line-height: 37px!important;
}

.select2-selection__arrow {
   
    top: 7px!important;
}

.remove
{
	color:black;
	font-weight:bold;
	line-height:32px;
}

a.black {color:#000!important;}

.isDisabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.isDisabled > a {
  color: currentColor;
  display: inline-block;  /* For IE11/ MS Edge bug */
  pointer-events: none;
  text-decoration: none;
}
