.select2-container--default .select2-selection--single {
	height: 60px;
	font-weight: 400;
	border: solid 2px #ebebeb;
}

#select2-companydrp-container,
#select2-courseType-container {
	padding-top: 15px !important;
	padding-bottom: 25px !important;
	height: 60px !important;
	color: #999;
	padding-left: 10px;
}

.select2-selection__clear {
	display: none !important;
}


.ad-icon-tick::before {
  content: '\f26b';
  font: normal normal normal 24px/1 'Material-Design-Iconic-Font' !important;
}
.ad-icon-left-caret::before {
	content: '\64';
	margin-right: 5px !important;
}

.ad-icon-dnd::before {
	content: '\6c';
}

.ad-icon-pencil::before {
	content: '\75';
	font-size: 22px;
}

[type="checkbox"]:checked + label::before, [type="checkbox"]:not(:checked) + label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 19px;
	height: 19px;
	border: 2px solid rgb(0, 122, 197) !important;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-color: #007ac5 !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
[type="checkbox"]:not(:checked) + label::before {
	border: 2px solid rgba(0, 122, 197,0.3) !important;;
	background: white !important;;
}
[type="checkbox"]:not(:checked) + label::after {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}

.ad-user-dashboard-wrapper .ad-user-dashboard-navbar .nav-tabs li.active a {
	color: #fff !important;
}

.ad-user-dashboard-wrapper.tr-userMgmt-page {
  position: relative;
  padding-top: 269px;
}
.ad-user-dashboard-wrapper.tr-userMgmt-page > .container >  .row > .col-sm-9 {
  position: initial !important;
}
.ad-user-dashboard-wrapper.tr-userMgmt-page > .container > .row > .col-sm-9 > h1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0px;
  font-size: 54px;
  font-weight: 900;
  padding-top: 125px;
}
.ad-user-dashboard-wrapper.tr-userMgmt-page > .container > .row > .col-sm-9 > .ad-back-link > div > a {
  /* padding: 6px 12px; */
  display: inline-block;
  font-size: 14px;
}
.ad-user-dashboard-wrapper.tr-userMgmt-page > .container > .row > .col-sm-9 input[type="text"],
.ad-user-dashboard-wrapper.tr-userMgmt-page > .container > .row > .col-sm-9 input[type="password"],
.ad-user-dashboard-wrapper.tr-userMgmt-page > .container > .row > .col-sm-9 input[type="email"]{
  margin-bottom: 21px !important;
}



.ad-user-dashboard-wrapper.tr-userMgmt-page > .container > .row > .col-sm-9 .row {
  display: flex;
  flex-wrap: wrap;
}
.ad-user-dashboard-wrapper.tr-userMgmt-page > .container > .row > .col-sm-9 .row .centralizeButton {
  padding-top: 1.5rem;
}
.ad-user-dashboard-wrapper.tr-userMgmt-page > .container > .row > .col-sm-9 #filtersForm input {
  margin-bottom: 0px !important;
}

.ad-user-dashboard-wrapper.tr-userMgmt-page > .container > .row > .col-sm-9 > .ad-back-link {
  margin-bottom: 30px !important;
}

.ad-icon-dnd::after {
  content: '';
  color: transparent;
  width: 100%;
  position: absolute;
  height: 2px;
  background-color: rgb(107, 152, 255);
  left: 0;
  top: 7px;
  transform: rotate(-32deg);
}
.ad-icon-dnd {
  border: solid 2px;
  border-radius: 50px;
  position: relative;
  top: 0;
  left: 0;
}
.ad-icon-dnd::before {
  color: transparent !important;
}