/* UNIVERSAL SELECTORS */
/* adding skoda fonts */
h1,
h2,
h3,
h4,
h5,
h6,
body {
	font-family: "SKODA Next";
	font-style: normal;
}

a {
	color: #81c26d;
}

a:focus,
a:hover {
	color: #4ba82e;
}

::-moz-selection {
	/* Code for Firefox */
	color: white;
	background: #4ba82e;
}

::selection {
	color: white;
	background: #4ba82e;
}

/* LOGIN PAGE */
.modal-dialog .modal-header .close {
	z-index: 1;
}

.form-control,
.is-focused .form-control {
	background-image: linear-gradient(to top,
			#4ba82e 2px,
			rgba(156, 39, 176, 0) 2px),
		linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px) !important;
}

.form-control:invalid {
	background-image: linear-gradient(to top,
			#4d4d4d 2px,
			rgba(244, 67, 54, 0) 2px),
		linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}

.login-page .card-login .card-body {
	padding: 0px 30px 0px 30px;
}

.font-weight-lighter {
	font-weight: lighter;
}

.login-page .card-login .card-body .input-group .input-group-text {
	padding: 15px 15px 0 0;
}

.card-header-success.card-header-success.card-header-success.card-header-success:not(.card-header-icon):not(.card-header-text) {
	background: #4ba82e;
	background-color: #4ba82e;
}

input[type="password"] {
	font-family: "pass", "Roboto", Helvetica, Arial, sans-serif;
}

.login-brand-logo {
	width: 85px;
}

.bmd-form-group .text-danger {
	font-weight: lighter;
}

.card [class*="card-header-"]:not(.card-header-icon):not(.card-header-text):not(.card-header-image) {
	padding: 7px;
}

.button-width-90 {
	width: 90%;
	padding-left: 0;
	padding-right: 0;
}

.card-login .input-group .form-control {
	padding-left: 0.5rem;
}

/* login page email password error */
.card-login .text-danger {
	/* text-align: center; */
	display: block;
	padding-left: 2.5rem;
}

.error::first-letter,
.error_msg::first-letter,
.text-danger::first-letter {
	text-transform: capitalize;
}

.one-line-height {
	height: 1.5rem;
}

.two-line-height {
	height: 3rem;
}

.login-page .card .card-header-info .card-icon,
.card .card-header-info .card-text,
.card .card-header-info:not(.card-header-icon):not(.card-header-text),
.card.bg-info,
.card.card-rotate.bg-info .back,
.card.card-rotate.bg-info .front {
	background: #4d4d4d;
	background: -webkit-linear-gradient(180deg, #4d4d4d, #505050);
	background: -o-linear-gradient(180deg, #4d4d4d, #505050);
	background: -moz-linear-gradient(180deg, #4d4d4d, #505050);
	background: linear-gradient(180deg, #4d4d4d, #505050);
}

.login-page .card .card-header-info .card-icon,
.card .card-header-info .card-text,
.card .card-header-info:not(.card-header-icon):not(.card-header-text) {
	box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%),
		0 7px 10px -5px rgb(255 255 255 /30%);
}

.off-canvas-sidebar .wrapper-full-page .page-header {
	padding: 0 0 !important;
}

/* FORGOT PASSWORD */
.is-focused [class^="bmd-label"],
.is-focused [class*=" bmd-label"] {
	color: #81c26d;
}

/* DASHBOARD */
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu a:hover,
.dropdown-menu a:focus,
.dropdown-menu a:active {
	box-shadow: 0 4px 20px 0px rgb(0 0 0 / 14%),
		0 7px 10px -5px rgb(156 39 176 / 40%);
	background-color: #4ba82e;
	color: #ffffff;
}

.card {
	font-size: 0.95rem;
}

h4.card-title {
	font-weight: 300;
}

h3.card-title {
	font-weight: 500;
}

.card-stats .card-header .card-category:not([class*="text-"]) {
	color: #4d4d4d;
	font-size: 16px;
}

.card-stats {
	/* flex: 1 0 30% !important; */
	/* flex: 1 0 auto !important; */
	background: #fff !important;
	background-color: #fff !important;
	min-width: 21.8%;
	max-width: 25%;
	word-break: normal;
}

.card-stats .card-category {
	font-weight: 500;
}

.nav-pills {
	gap: 0.5rem;
}

.nav-pills:not(.flex-column) .nav-item+.nav-item:not(:first-child) {
	margin-left: 0;
}

.nav-pills .nav-item:first-child {
	margin-bottom: 0.2rem;
}

.nav-pills .nav-item i {
	display: inline-block;
	font-size: 30px;
	padding: 5px 0;
}

.nav-pills .nav-item .nav-link {
	background-color: rgba(200, 200, 200, 0.5);
	text-transform: capitalize;
	font-size: 15px;
}

.nav-pills .nav-item .nav-link:hover {
	/* background-color: #81c26d; */
	background-color: rgba(200, 200, 200, 0.25);
}

.main-panel>.content {
	margin-top: 0px;
}

/* .card-header.card-header-success.card-header-icon,
.card-header.card-header-info.card-header-icon {
	text-align: left;
}

.card-stats .card-header .card-category,
.card-stats .card-header .card-title {
	text-align: left;
	display: inline-block;
	padding: 10px 10px;
}

.card-stats .card-header .card-category.second-stat,
.card-stats .card-header .card-title.second-stat {
	padding-bottom: 10px;
} */

.alert.alert-success {
	background-color: #4ba82e;
	color: #fff;
}

.alert .close {
	line-height: 0.8;
}

/* SIDEBAR */
.sidebar-background {
	filter: blur(10px);
}

.sidebar .user .user-info .caret {
	position: absolute;
	top: 15px;
	bottom: auto;
	right: 15px;
	left: auto;
}

.sidebar .logo a.logo-mini {
	margin-left: 0;
	margin-right: 0;
}

.username-sidebar {
	display: inline-block;
	width: 214px;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
}

/* ALL FORM PAGES (FORMS) */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	box-shadow: 0 0 0px 1000px #fff inset;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
	transition: background-color 5000s ease-in-out 0s;
	border-bottom: 1px solid #d2d2d2;
	background-color: unset !important;
}

input:-webkit-autofill:active,
input:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
textarea:-webkit-autofill:focus,
select:-webkit-autofill:active,
select:-webkit-autofill:focus {
	box-shadow: 0 0 0px 1000px #fff inset;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
	transition: background-color 5000s ease-in-out 0s;
	border-bottom: 2px solid #4ba82e;
	background-color: unset !important;
}

.card .card-body .col-form-label,
.card .card-body {
	text-align: left;
}

.error {
	color: #f44336 !important;
	font-size: 0.8rem !important;
}

form .form-group .error {
	padding-top: 10px;
	font-size: 0.8rem;
}

.custom-file .error {
	margin-top: 30px;
	padding-top: 10px;
	font-size: 0.8rem;
}

.dropdown+.error,
.dropdown+.error_msg,
.select2-container+.error,
.select2-container+.error_msg {
	padding-top: 10px;
	padding-left: 1rem;
	opacity: 0.8;
	font-weight: 500;
}

.top_back_button {
	position: absolute;
	top: 5px;
	right: 0;
	padding: 9px 12px 12px 12px;
}

.top_back_button i {
	font-size: 1.5rem !important;
}

#frmEmployee #name {
	height: 28px;
	margin-top: 12px;
}

/* TABLES */
table.dataTable thead>tr>td.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc {
	padding-right: 2rem !important;
}

table.dataTable thead .sorting {
	background-image: url(../img/sort_both.png);
	background-repeat: no-repeat;
}

table.dataTable thead .sorting_asc {
	background-image: url(../img/sort_asc.png);
	background-repeat: no-repeat;
}

table.dataTable thead .sorting_desc {
	background-image: url(../img/sort_desc.png);
	background-repeat: no-repeat;
}

table.dataTable thead .sorting:last-child {
	background-image: none !important;
	padding-right: 0.8rem !important;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
	color: green;
	opacity: 0 !important;
}

th.text-right:last-child {
	padding-right: 0.8rem !important;
}

/* .table>tbody>tr td::first-letter {
	text-transform: capitalize;
} */


/* for Action Icons in table */
.table>tbody>tr td+td:last-child {
	text-align: right;
	white-space: nowrap;
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
	text-align: center;
}

td {
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 30vw;
}


/*Table  Sorting Start */

/*

!* SAVWIPL Institute *!
.tbl_institute .sorting:nth-child(1),
.tbl_institute .sorting_asc:nth-child(1),
.tbl_institute .sorting_desc:nth-child(1) {
	background-position: 7.3rem 50%;
}

.tbl_institute .sorting:nth-child(2),
.tbl_institute .sorting_asc:nth-child(2),
.tbl_institute .sorting_desc:nth-child(2) {
	background-position: 2.3rem 50%;
}

.tbl_institute .sorting:nth-child(3),
.tbl_institute .sorting_asc:nth-child(3),
.tbl_institute .sorting_desc:nth-child(3) {
	background-position: 2.9rem 50%;
}

.tbl_institute .sorting:nth-child(4),
.tbl_institute .sorting_asc:nth-child(4),
.tbl_institute .sorting_desc:nth-child(4) {
	background-position: 3.4rem 50%;
}

.tbl_institute .sorting:nth-child(5),
.tbl_institute .sorting_asc:nth-child(5),
.tbl_institute .sorting_desc:nth-child(5) {
	background-position: calc(50% + 3.1rem) 50%;
}

.tbl_institute .sorting:nth-child(6),
.tbl_institute .sorting_asc:nth-child(6),
.tbl_institute .sorting_desc:nth-child(6) {
	background-position: calc(50% + 4rem) 50%;
}

.tbl_institute .sorting:nth-child(7),
.tbl_institute .sorting_asc:nth-child(7),
.tbl_institute .sorting_desc:nth-child(7) {
	background-position: calc(50% + 5.2rem) 50%;
}

.tbl_institute .sorting:nth-child(8),
.tbl_institute .sorting_asc:nth-child(8),
.tbl_institute .sorting_desc:nth-child(8) {
	background-position: calc(50% + 3.7rem) 50%;
}

.tbl_institute .sorting:nth-child(9),
.tbl_institute .sorting_asc:nth-child(9),
.tbl_institute .sorting_desc:nth-child(9) {
	background-position: calc(50% + 5.2rem) 50%;
}

!*SAVWIPL Student *!

#tbl_student_list .sorting:nth-child(1),
#tbl_student_list .sorting_asc:nth-child(1),
#tbl_student_list .sorting_desc:nth-child(1) {
	background-position: 3.3rem 50%;
}

#tbl_student_list .sorting:nth-child(2),
#tbl_student_list .sorting_asc:nth-child(2),
#tbl_student_list .sorting_desc:nth-child(2) {
	background-position: 7.4rem 50%;
}

#tbl_student_list .sorting:nth-child(3),
#tbl_student_list .sorting_asc:nth-child(3),
#tbl_student_list .sorting_desc:nth-child(3) {
	background-position: 3rem 50%;
}

#tbl_student_list .sorting:nth-child(4),
#tbl_student_list .sorting_asc:nth-child(4),
#tbl_student_list .sorting_desc:nth-child(4) {
	background-position: 4.3rem 50%;
}

#tbl_student_list .sorting:nth-child(5),
#tbl_student_list .sorting_asc:nth-child(5),
#tbl_student_list .sorting_desc:nth-child(5) {
	background-position: 7.1rem 50%;
}

#tbl_student_list .sorting:nth-child(6),
#tbl_student_list .sorting_asc:nth-child(6),
#tbl_student_list .sorting_desc:nth-child(6) {
	background-position: 5rem 50%;
}

#tbl_student_list .sorting:nth-child(7),
#tbl_student_list .sorting_asc:nth-child(7),
#tbl_student_list .sorting_desc:nth-child(7) {
	background-position: 4.9rem 50%;
}

#tbl_student_list .sorting:nth-child(8),
#tbl_student_list .sorting_asc:nth-child(8),
#tbl_student_list .sorting_desc:nth-child(8) {
	background-position: 8.9rem 50%;
}

!* SAVWIPL Dealer *!

.savwipl_dealer_tbl .sorting:nth-child(1),
.savwipl_dealer_tbl .sorting_asc:nth-child(1),
.savwipl_dealer_tbl .sorting_desc:nth-child(1) {
	background-position: 6.4rem 50%;
}

.savwipl_dealer_tbl .sorting:nth-child(2),
.savwipl_dealer_tbl .sorting_asc:nth-child(2),
.savwipl_dealer_tbl .sorting_desc:nth-child(2) {
	background-position: 3.1rem 50%;
}

.savwipl_dealer_tbl .sorting:nth-child(3),
.savwipl_dealer_tbl .sorting_asc:nth-child(3),
.savwipl_dealer_tbl .sorting_desc:nth-child(3) {
	background-position: 2.4rem 50%;
}

.savwipl_dealer_tbl .sorting:nth-child(4),
.savwipl_dealer_tbl .sorting_asc:nth-child(4),
.savwipl_dealer_tbl .sorting_desc:nth-child(4) {
	background-position: 2.9rem 50%;
}

.savwipl_dealer_tbl .sorting:nth-child(5),
.savwipl_dealer_tbl .sorting_asc:nth-child(5),
.savwipl_dealer_tbl .sorting_desc:nth-child(5) {
	background-position: 3.3rem 50%;
}

.savwipl_dealer_tbl .sorting:nth-child(6),
.savwipl_dealer_tbl .sorting_asc:nth-child(6),
.savwipl_dealer_tbl .sorting_desc:nth-child(6) {
	background-position: calc(50% + 1.8rem) 50%;
}

.savwipl_dealer_tbl .sorting:nth-child(7),
.savwipl_dealer_tbl .sorting_asc:nth-child(7),
.savwipl_dealer_tbl .sorting_desc:nth-child(7) {
	background-position: calc(50% + 2.2rem) 50%;
}

.savwipl_dealer_tbl .sorting:nth-child(8),
.savwipl_dealer_tbl .sorting_asc:nth-child(8),
.savwipl_dealer_tbl .sorting_desc:nth-child(8) {
	background-position: calc(50% + 4.5rem) 50%;
}

.savwipl_dealer_tbl .sorting:nth-child(9),
.savwipl_dealer_tbl .sorting_asc:nth-child(9),
.savwipl_dealer_tbl .sorting_desc:nth-child(9) {
	background-position: calc(50% + 2.1rem) 50%;
}

!*Institute Interview *!
#tbl_interview .sorting:nth-child(1),
#tbl_interview .sorting_asc:nth-child(1),
#tbl_interview .sorting_desc:nth-child(1) {
	background-position: 3.2rem 50%;
}

#tbl_interview .sorting:nth-child(2),
#tbl_interview .sorting_asc:nth-child(2),
#tbl_interview .sorting_desc:nth-child(2) {
	background-position: 5.4rem 50%;
}

#tbl_interview .sorting:nth-child(3),
#tbl_interview .sorting_asc:nth-child(3),
#tbl_interview .sorting_desc:nth-child(3) {
	background-position: 4rem 50%;
}

#tbl_interview .sorting:nth-child(4),
#tbl_interview .sorting_asc:nth-child(4),
#tbl_interview .sorting_desc:nth-child(4) {
	background-position: 2.7rem 50%;
}

#tbl_interview .sorting:nth-child(5),
#tbl_interview .sorting_asc:nth-child(5),
#tbl_interview .sorting_desc:nth-child(5) {
	background-position: 2.8rem 50%;
}

#tbl_interview .sorting:nth-child(6),
#tbl_interview .sorting_asc:nth-child(6),
#tbl_interview .sorting_desc:nth-child(6) {
	background-position: 5.7rem 50%;
}

#tbl_interview .sorting:nth-child(7),
#tbl_interview .sorting_asc:nth-child(7),
#tbl_interview .sorting_desc:nth-child(7) {
	background-position: 4.8rem 50%;
}

#tbl_interview .sorting:nth-child(8),
#tbl_interview .sorting_asc:nth-child(8),
#tbl_interview .sorting_desc:nth-child(8) {
	background-position: 1rem 50%;
}

#tbl_interview .sorting:nth-child(9),
#tbl_interview .sorting_asc:nth-child(9),
#tbl_interview .sorting_desc:nth-child(9) {
	background-position: 1rem 50%;
}

!*SAVWIPL login Vacancy *!
#tbl_vacancy .sorting:nth-child(1),
#tbl_vacancy .sorting_asc:nth-child(1),
#tbl_vacancy .sorting_desc:nth-child(1) {
	background-position: 6.5rem 50%;
}

#tbl_vacancy .sorting:nth-child(2),
#tbl_vacancy .sorting_asc:nth-child(2),
#tbl_vacancy .sorting_desc:nth-child(2) {
	background-position: 3.2rem 50%;
}

#tbl_vacancy .sorting:nth-child(3),
#tbl_vacancy .sorting_asc:nth-child(3),
#tbl_vacancy .sorting_desc:nth-child(3) {
	background-position: 4rem 50%;
}

#tbl_vacancy .sorting:nth-child(4),
#tbl_vacancy .sorting_asc:nth-child(4),
#tbl_vacancy .sorting_desc:nth-child(4) {
	background-position: calc(50% + 2.3rem) 50%;
}

#tbl_vacancy .sorting:nth-child(5),
#tbl_vacancy .sorting_asc:nth-child(5),
#tbl_vacancy .sorting_desc:nth-child(5) {
	background-position: 5.8rem 50%;
}

#tbl_vacancy .sorting:nth-child(6),
#tbl_vacancy .sorting_asc:nth-child(6),
#tbl_vacancy .sorting_desc:nth-child(6) {
	background-position: 3.4rem 50%;
}

#tbl_vacancy .sorting:nth-child(7),
#tbl_vacancy .sorting_asc:nth-child(7),
#tbl_vacancy .sorting_desc:nth-child(7) {
	background-position: 1rem 50%;
}

!* SAVWIPLE user management  *!
#tbl_user .sorting:nth-child(1),
#tbl_user .sorting_asc:nth-child(1),
#tbl_user .sorting_desc:nth-child(1) {
	background-position: 3.2rem 50%;
}

#tbl_user .sorting:nth-child(2),
#tbl_user .sorting_asc:nth-child(2),
#tbl_user .sorting_desc:nth-child(2) {
	background-position: 3rem 50%;
}

#tbl_user .sorting:nth-child(3),
#tbl_user .sorting_asc:nth-child(3),
#tbl_user .sorting_desc:nth-child(3) {
	background-position: 3rem 50%;
}

#tbl_user .sorting:nth-child(4),
#tbl_user .sorting_asc:nth-child(3),
#tbl_user .sorting_desc:nth-child(3) {
	background-position: 3.3rem 50%;
}

!* Institute Student *!
#tbl_student .sorting:nth-child(1),
#tbl_student .sorting_asc:nth-child(1),
#tbl_student .sorting_desc:nth-child(1) {
	background-position: 3.3rem 50%;
}

#tbl_student .sorting:nth-child(2),
#tbl_student .sorting_asc:nth-child(2),
#tbl_student .sorting_desc:nth-child(2) {
	background-position: 6.8rem 50%;
}

#tbl_student .sorting:nth-child(3),
#tbl_student .sorting_asc:nth-child(3),
#tbl_student .sorting_desc:nth-child(3) {
	background-position: 7rem 50%;
}

#tbl_student .sorting:nth-child(4),
#tbl_student .sorting_asc:nth-child(4),
#tbl_student .sorting_desc:nth-child(4) {
	background-position: 7.2rem 50%;
}

#tbl_student .sorting:nth-child(5),
#tbl_student .sorting_asc:nth-child(5),
#tbl_student .sorting_desc:nth-child(5) {
	background-position: 6.1rem 50%;
}

#tbl_student .sorting:nth-child(6),
#tbl_student .sorting_asc:nth-child(6),
#tbl_student .sorting_desc:nth-child(6) {
	background-position: 3.5rem 50%;
}

#tbl_student .sorting:nth-child(7),
#tbl_student .sorting_asc:nth-child(7),
#tbl_student .sorting_desc:nth-child(7) {
	background-position: 7.5rem 50%;
}

#tbl_student .sorting:nth-child(8),
#tbl_student .sorting_asc:nth-child(8),
#tbl_student .sorting_desc:nth-child(8) {
	background-position: 3.2rem 50%;
}

#tbl_student .sorting:nth-child(9),
#tbl_student .sorting_asc:nth-child(9),
#tbl_student .sorting_desc:nth-child(9) {
	background-position: 5.8rem 50%;
}

!*SAVWIPL Login Interview Page *!
.interview_page:not(#other) .sorting:nth-child(1),
.interview_page:not(#other) .sorting_asc:nth-child(1),
.interview_page:not(#other) .sorting_desc:nth-child(1) {
	background-position: 8.2rem 50%;
}

.interview_page:not(#other) .sorting:nth-child(2),
.interview_page:not(#other) .sorting_asc:nth-child(2),
.interview_page:not(#other) .sorting_desc:nth-child(2) {
	background-position: 4.1rem 50%;
}

.interview_page:not(#other) .sorting:nth-child(3),
.interview_page:not(#other) .sorting_asc:nth-child(3),
.interview_page:not(#other) .sorting_desc:nth-child(3) {
	background-position: 2.6rem 50%;
}

.interview_page:not(#other) .sorting:nth-child(4),
.interview_page:not(#other) .sorting_asc:nth-child(4),
.interview_page:not(#other) .sorting_desc:nth-child(4) {
	background-position: 2.7rem 50%;
}

.interview_page:not(#other) .sorting:nth-child(5),
.interview_page:not(#other) .sorting_asc:nth-child(5),
.interview_page:not(#other) .sorting_desc:nth-child(5) {
	background-position: 3.3rem 50%;
}

.interview_page:not(#other) .sorting:nth-child(6),
.interview_page:not(#other) .sorting_asc:nth-child(6),
.interview_page:not(#other) .sorting_desc:nth-child(6) {
	background-position: 3.2rem 50%;
}

.interview_page:not(#other) .sorting:nth-child(7),
.interview_page:not(#other) .sorting_asc:nth-child(7),
.interview_page:not(#other) .sorting_desc:nth-child(7) {
	background-position: 5.1rem 50%;
}

.interview_page:not(#other) .sorting:nth-child(8),
.interview_page:not(#other) .sorting_asc:nth-child(8),
.interview_page:not(#other) .sorting_desc:nth-child(8) {
	background-position: 1rem 50%;
}

.interview_page:not(#other) .sorting:nth-child(9),
.interview_page:not(#other) .sorting_asc:nth-child(9),
.interview_page:not(#other) .sorting_desc:nth-child(9) {
	background-position: 1rem 50%;
}

!* Dealer Vacancy *!
.dealer_tbl_vacancy:not(#other) .sorting:nth-child(1),
.dealer_tbl_vacancy:not(#other) .sorting_asc:nth-child(1),
.dealer_tbl_vacancy:not(#other) .sorting_desc:nth-child(1) {
	background-position: 5.5rem 50%;
}

.dealer_tbl_vacancy:not(#other) .sorting:nth-child(2),
.dealer_tbl_vacancy:not(#other) .sorting_asc:nth-child(2),
.dealer_tbl_vacancy:not(#other) .sorting_desc:nth-child(2) {
	background-position: 4.1rem 50%;
}

.dealer_tbl_vacancy:not(#other) .sorting:nth-child(3),
.dealer_tbl_vacancy:not(#other) .sorting_asc:nth-child(3),
.dealer_tbl_vacancy:not(#other) .sorting_desc:nth-child(3) {
	background-position: 3.3rem 50%;
}

.dealer_tbl_vacancy:not(#other) .sorting:nth-child(4),
.dealer_tbl_vacancy:not(#other) .sorting_asc:nth-child(4),
.dealer_tbl_vacancy:not(#other) .sorting_desc:nth-child(4) {
	background-position: calc(50% + 2.4rem) 50%;
}

.dealer_tbl_vacancy:not(#other) .sorting:nth-child(5),
.dealer_tbl_vacancy:not(#other) .sorting_asc:nth-child(5),
.dealer_tbl_vacancy:not(#other) .sorting_desc:nth-child(5) {
	background-position: 3.5rem 50%;
}

.dealer_tbl_vacancy:not(#other) .sorting:nth-child(6),
.dealer_tbl_vacancy:not(#other) .sorting_asc:nth-child(6),
.dealer_tbl_vacancy:not(#other) .sorting_desc:nth-child(6) {
	background-position: 5.8rem 50%;
}

!* DEALER Shortlisted Candidate *!

.tbl_Shortcandidate .sorting:nth-child(1),
.tbl_Shortcandidate .sorting_asc:nth-child(1),
.tbl_Shortcandidate .sorting_desc:nth-child(1) {
	background-position: 3.3rem 50%;
}

.tbl_Shortcandidate .sorting:nth-child(2),
.tbl_Shortcandidate .sorting_asc:nth-child(2),
.tbl_Shortcandidate .sorting_desc:nth-child(2) {
	background-position: calc(50% + 2.4rem) 50%;
}

.tbl_Shortcandidate .sorting:nth-child(3),
.tbl_Shortcandidate .sorting_asc:nth-child(3),
.tbl_Shortcandidate .sorting_desc:nth-child(3) {
	background-position: 7.7rem 50%;
}

.tbl_Shortcandidate .sorting:nth-child(4),
.tbl_Shortcandidate .sorting_asc:nth-child(4),
.tbl_Shortcandidate .sorting_desc:nth-child(4) {
	background-position: 6.9rem 50%;
}

.tbl_Shortcandidate .sorting:nth-child(5),
.tbl_Shortcandidate .sorting_asc:nth-child(5),
.tbl_Shortcandidate .sorting_desc:nth-child(5) {
	background-position: 4.3rem 50%;
}

.tbl_Shortcandidate .sorting:nth-child(6),
.tbl_Shortcandidate .sorting_asc:nth-child(6),
.tbl_Shortcandidate .sorting_desc:nth-child(6) {
	background-position: 7.3rem 50%;
}

.tbl_Shortcandidate .sorting:nth-child(7),
.tbl_Shortcandidate .sorting_asc:nth-child(7),
.tbl_Shortcandidate .sorting_desc:nth-child(7) {
	background-position: 4.4rem 50%;
}

.tbl_Shortcandidate .sorting:nth-child(8),
.tbl_Shortcandidate .sorting_asc:nth-child(8),
.tbl_Shortcandidate .sorting_desc:nth-child(8) {
	background-position: 5.3rem 50%;
}

.tbl_Shortcandidate .sorting:nth-child(9),
.tbl_Shortcandidate .sorting_asc:nth-child(9),
.tbl_Shortcandidate .sorting_desc:nth-child(9) {
	background-position: 7.2rem 50%;
}

!* SAVWIPL login Role *!
#tbl_role .sorting:nth-child(1),
#tbl_role .sorting_asc:nth-child(1),
#tbl_role .sorting_desc:nth-child(1) {
	background-position: 3.3rem 50%;
}

!* DEALER Interview Scheduled Candidate *!
#tbl_sheduled_candidate .sorting:nth-child(1),
#tbl_sheduled_candidate .sorting_asc:nth-child(1),
#tbl_sheduled_candidate .sorting_desc:nth-child(1) {
	background-position: 3.3rem 50%;
}

#tbl_sheduled_candidate .sorting:nth-child(2),
#tbl_sheduled_candidate .sorting_asc:nth-child(2),
#tbl_sheduled_candidate .sorting_desc:nth-child(2) {
	background-position: 4.1rem 50%;
}

#tbl_sheduled_candidate .sorting:nth-child(3),
#tbl_sheduled_candidate .sorting_asc:nth-child(3),
#tbl_sheduled_candidate .sorting_desc:nth-child(3) {
	background-position: calc(50% + 2.4rem) 50%;
}

#tbl_sheduled_candidate .sorting:nth-child(4),
#tbl_sheduled_candidate .sorting_asc:nth-child(4),
#tbl_sheduled_candidate .sorting_desc:nth-child(4) {
	background-position: 7.7rem 50%;
}

#tbl_sheduled_candidate .sorting:nth-child(5),
#tbl_sheduled_candidate .sorting_asc:nth-child(5),
#tbl_sheduled_candidate .sorting_desc:nth-child(5) {
	background-position: 7rem 50%;
}

#tbl_sheduled_candidate .sorting:nth-child(6),
#tbl_sheduled_candidate .sorting_asc:nth-child(6),
#tbl_sheduled_candidate .sorting_desc:nth-child(6) {
	background-position: 4.4rem 50%;
}

#tbl_sheduled_candidate .sorting:nth-child(7),
#tbl_sheduled_candidate .sorting_asc:nth-child(7),
#tbl_sheduled_candidate .sorting_desc:nth-child(7) {
	background-position: 7.3rem 50%;
}

#tbl_sheduled_candidate .sorting:nth-child(8),
#tbl_sheduled_candidate .sorting_asc:nth-child(8),
#tbl_sheduled_candidate .sorting_desc:nth-child(8) {
	background-position: 4.4rem 50%;
}

#tbl_sheduled_candidate .sorting:nth-child(9),
#tbl_sheduled_candidate .sorting_asc:nth-child(9),
#tbl_sheduled_candidate .sorting_desc:nth-child(9) {
	background-position: 5.3rem 50%;
}

#tbl_sheduled_candidate .sorting:nth-child(10),
#tbl_sheduled_candidate .sorting_asc:nth-child(10),
#tbl_sheduled_candidate .sorting_desc:nth-child(10) {
	background-position: 7.2rem 50%;
}

!* Institute login Vacancy *!
.institute_tbl_vacancy:not(#other) .sorting:nth-child(1),
.institute_tbl_vacancy:not(#other) .sorting_asc:nth-child(1),
.institute_tbl_vacancy:not(#other) .sorting_desc:nth-child(1) {
	background-position: 6.5rem 50%;
}

.institute_tbl_vacancy:not(#other) .sorting:nth-child(2),
.institute_tbl_vacancy:not(#other) .sorting_asc:nth-child(2),
.institute_tbl_vacancy:not(#other) .sorting_desc:nth-child(2) {
	background-position: 4.2rem 50%;
}

.institute_tbl_vacancy:not(#other) .sorting:nth-child(3),
.institute_tbl_vacancy:not(#other) .sorting_asc:nth-child(3),
.institute_tbl_vacancy:not(#other) .sorting_desc:nth-child(3) {
	background-position: 4.1rem 50%;
}

.institute_tbl_vacancy:not(#other) .sorting:nth-child(4),
.institute_tbl_vacancy:not(#other) .sorting_asc:nth-child(4),
.institute_tbl_vacancy:not(#other) .sorting_desc:nth-child(4) {
	background-position: 3.2rem 50%;
}

.institute_tbl_vacancy:not(#other) .sorting:nth-child(5),
.institute_tbl_vacancy:not(#other) .sorting_asc:nth-child(5),
.institute_tbl_vacancy:not(#other) .sorting_desc:nth-child(5) {
	background-position: calc(50% + 2.4rem) 50%;
	text-align: center;
}

.institute_tbl_vacancy:not(#other) .sorting:nth-child(6),
.institute_tbl_vacancy:not(#other) .sorting_asc:nth-child(6),
.institute_tbl_vacancy:not(#other) .sorting_desc:nth-child(6) {
	background-position: 3.4rem 50%;
}

.tbl_attrition_rate:not(#other) .sorting:nth-child(1),
.tbl_attrition_rate:not(#other) .sorting_asc:nth-child(1),
.tbl_attrition_rate:not(#other) .sorting_desc:nth-child(1) {
	background-position: 3.7rem 50%;
}

.tbl_attrition_rate:not(#other) .sorting:nth-child(2),
.tbl_attrition_rate:not(#other) .sorting_asc:nth-child(2),
.tbl_attrition_rate:not(#other) .sorting_desc:nth-child(2) {
	background-position: 3.2rem 50%;
}

.tbl_attrition_rate:not(#other) .sorting:nth-child(3),
.tbl_attrition_rate:not(#other) .sorting_asc:nth-child(3),
.tbl_attrition_rate:not(#other) .sorting_desc:nth-child(3) {
	background-position: 6.4rem 50%;
}

.tbl_attrition_rate:not(#other) .sorting:nth-child(4),
.tbl_attrition_rate:not(#other) .sorting_asc:nth-child(4),
.tbl_attrition_rate:not(#other) .sorting_desc:nth-child(4) {
	background-position: 4.2rem 50%;
}

.tbl_attrition_rate:not(#other) .sorting:nth-child(5),
.tbl_attrition_rate:not(#other) .sorting_asc:nth-child(5),
.tbl_attrition_rate:not(#other) .sorting_desc:nth-child(5) {
	background-position: 3.1rem 50%;
}

.tbl_attrition_rate:not(#other) .sorting:nth-child(6),
.tbl_attrition_rate:not(#other) .sorting_asc:nth-child(6),
.tbl_attrition_rate:not(#other) .sorting_desc:nth-child(6) {
	background-position: 6rem 50%;
}

.tbl_attrition_rate:not(#other) .sorting:nth-child(7),
.tbl_attrition_rate:not(#other) .sorting_asc:nth-child(7),
.tbl_attrition_rate:not(#other) .sorting_desc:nth-child(7) {
	background-position: 6.4rem 50%;
}

.tbl_attrition_rate:not(#other) .sorting:nth-child(8),
.tbl_attrition_rate:not(#other) .sorting_asc:nth-child(8),
.tbl_attrition_rate:not(#other) .sorting_desc:nth-child(8) {
	background-position: 2.7rem 50%;
}

.tbl_attrition_rate:not(#other) .sorting:nth-child(9),
.tbl_attrition_rate:not(#other) .sorting_asc:nth-child(9),
.tbl_attrition_rate:not(#other) .sorting_desc:nth-child(9) {
	background-position: 3.3rem 50%;
}

.tbl_student_placed_available:not(#other) .sorting:nth-child(7),
.tbl_student_placed_available:not(#other) .sorting_asc:nth-child(7),
.tbl_student_placed_available:not(#other) .sorting_desc:nth-child(7) {
	background-position: 7.6rem 50%;
}

.report-table.table tbody>tr td:last-child {
	text-align: left;
}



!* Dealer Employees *!

#tbl_employee .sorting:nth-child(1),
#tbl_employee .sorting_asc:nth-child(1),
#tbl_employee .sorting_desc:nth-child(1) {
	background-position: 3.2rem 50%;
}

#tbl_employee .sorting:nth-child(2),
#tbl_employee .sorting_asc:nth-child(2),
#tbl_employee .sorting_desc:nth-child(2) {
	background-position: 4.1rem 50%;
}

#tbl_employee .sorting:nth-child(3),
#tbl_employee .sorting_asc:nth-child(3),
#tbl_employee .sorting_desc:nth-child(3) {
	background-position: 6.1rem 50%;
}

#tbl_employee .sorting:nth-child(4),
#tbl_employee .sorting_asc:nth-child(4),
#tbl_employee .sorting_desc:nth-child(4) {
	background-position: 6.4rem 50%;
}

#tbl_employee .sorting:nth-child(5),
#tbl_employee .sorting_asc:nth-child(5),
#tbl_employee .sorting_desc:nth-child(5) {
	background-position: 3.4rem 50%;
}

!* Dealer Candidates *!

#tbl_candidate1 .sorting:nth-child(1),
#tbl_candidate1 .sorting_asc:nth-child(1),
#tbl_candidate1 .sorting_desc:nth-child(1) {
	background-position: 3.3rem 50%;
}

!* #tbl_candidate1 .sorting:nth-child(3),
#tbl_candidate1 .sorting_asc:nth-child(3),
#tbl_candidate1 .sorting_desc:nth-child(3) {
	background-position: 4.1rem 50%;
} *!

#tbl_candidate1 .sorting:nth-child(2),
#tbl_candidate1 .sorting_asc:nth-child(2),
#tbl_candidate1 .sorting_desc:nth-child(2) {
	background-position: calc(50% + 2.3rem) 50%;
}

#tbl_candidate1 .sorting:nth-child(3),
#tbl_candidate1 .sorting_asc:nth-child(3),
#tbl_candidate1 .sorting_desc:nth-child(3) {
	background-position: 7.7rem 50%;
}

#tbl_candidate1 .sorting:nth-child(4),
#tbl_candidate1 .sorting_asc:nth-child(4),
#tbl_candidate1 .sorting_desc:nth-child(4) {
	background-position: 6.9rem 50%;
}

#tbl_candidate1 .sorting:nth-child(5),
#tbl_candidate1 .sorting_asc:nth-child(5),
#tbl_candidate1 .sorting_desc:nth-child(5) {
	background-position: 4.3rem 50%;
}

#tbl_candidate1 .sorting:nth-child(6),
#tbl_candidate1 .sorting_asc:nth-child(6),
#tbl_candidate1 .sorting_desc:nth-child(6) {
	background-position: 7.3rem 50%;
}

#tbl_candidate1 .sorting:nth-child(7),
#tbl_candidate1 .sorting_asc:nth-child(7),
#tbl_candidate1 .sorting_desc:nth-child(7) {
	background-position: 4.4rem 50%;
}

!* REPORTS *!
!*Report Interview Scheduled *!
#tbl_rep_interview .sorting:nth-child(1),
#tbl_rep_interview .sorting_asc:nth-child(1),
#tbl_rep_interview .sorting_desc:nth-child(1) {
	background-position: 3rem 50%;
}

#tbl_rep_interview .sorting:nth-child(2),
#tbl_rep_interview .sorting_asc:nth-child(2),
#tbl_rep_interview .sorting_desc:nth-child(2) {
	background-position: 3.6rem 50%;
}

#tbl_rep_interview .sorting:nth-child(3),
#tbl_rep_interview .sorting_asc:nth-child(3),
#tbl_rep_interview .sorting_desc:nth-child(3) {
	background-position: 6.4rem 50%;
}

#tbl_rep_interview .sorting:nth-child(4),
#tbl_rep_interview .sorting_asc:nth-child(4),
#tbl_rep_interview .sorting_desc:nth-child(4) {
	background-position: 4.3rem 50%;
}

#tbl_rep_interview .sorting:nth-child(5),
#tbl_rep_interview .sorting_asc:nth-child(5),
#tbl_rep_interview .sorting_desc:nth-child(5) {
	background-position: 3.1rem 50%;
}

#tbl_rep_interview .sorting:nth-child(6),
#tbl_rep_interview .sorting_asc:nth-child(6),
#tbl_rep_interview .sorting_desc:nth-child(6) {
	background-position: 8rem 50%;
}

#tbl_rep_interview .sorting:nth-child(7),
#tbl_rep_interview .sorting_asc:nth-child(7),
#tbl_rep_interview .sorting_desc:nth-child(7) {
	background-position: 4.1rem 50%;
}

#tbl_rep_interview .sorting:nth-child(8),
#tbl_rep_interview .sorting_asc:nth-child(8),
#tbl_rep_interview .sorting_desc:nth-child(8) {
	background-position: 2.7rem 50%;
}

#tbl_rep_interview .sorting:nth-child(9),
#tbl_rep_interview .sorting_asc:nth-child(9),
#tbl_rep_interview .sorting_desc:nth-child(9) {
	background-position: 2.7rem 50%;
	background-image: url(../img/sort_both.png) !important;
}

#tbl_rep_interview .sorting:nth-child(10),
#tbl_rep_interview .sorting_asc:nth-child(10),
#tbl_rep_interview .sorting_desc:nth-child(10) {
	background-position: 4.4rem 50%;
}

#tbl_rep_interview .sorting:nth-child(11),
#tbl_rep_interview .sorting_asc:nth-child(11),
#tbl_rep_interview .sorting_desc:nth-child(11) {
	background-position: 4.4rem 50%;
}

!* Report Dealers Regionwise & Brandwise *!
#tbl_rep_dealer .sorting:nth-child(1),
#tbl_rep_dealer .sorting_asc:nth-child(1),
#tbl_rep_dealer .sorting_desc:nth-child(1) {
	background-position: 3rem 50%;
}

#tbl_rep_dealer .sorting:nth-child(2),
#tbl_rep_dealer .sorting_asc:nth-child(2),
#tbl_rep_dealer .sorting_desc:nth-child(2) {
	background-position: 3.6rem 50%;
}

#tbl_rep_dealer .sorting:nth-child(3),
#tbl_rep_dealer .sorting_asc:nth-child(3),
#tbl_rep_dealer .sorting_desc:nth-child(3) {
	background-position: 6.4rem 50%;
}

#tbl_rep_dealer .sorting:nth-child(4),
#tbl_rep_dealer .sorting_asc:nth-child(4),
#tbl_rep_dealer .sorting_desc:nth-child(4) {
	background-position: 3.6rem 50%;
}

#tbl_rep_dealer .sorting:nth-child(5),
#tbl_rep_dealer .sorting_asc:nth-child(5),
#tbl_rep_dealer .sorting_desc:nth-child(5) {
	background-position: 3.1rem 50%;
}

#tbl_rep_dealer .sorting:nth-child(6),
#tbl_rep_dealer .sorting_asc:nth-child(6),
#tbl_rep_dealer .sorting_desc:nth-child(6) {
	background-position: 2.8rem 50%;
}

#tbl_rep_dealer .sorting:nth-child(7),
#tbl_rep_dealer .sorting_asc:nth-child(7),
#tbl_rep_dealer .sorting_desc:nth-child(7) {
	background-position: 2.9rem 50%;
}

#tbl_rep_dealer .sorting:nth-child(8),
#tbl_rep_dealer .sorting_asc:nth-child(8),
#tbl_rep_dealer .sorting_desc:nth-child(8) {
	background-position: calc(50% + 1.8rem) 50%;
}

#tbl_rep_dealer .sorting:nth-child(9),
#tbl_rep_dealer .sorting_asc:nth-child(9),
#tbl_rep_dealer .sorting_desc:nth-child(9) {
	background-position: calc(50% + 2.2rem) 50%;
}

#tbl_rep_dealer .sorting:nth-child(10),
#tbl_rep_dealer .sorting_asc:nth-child(10),
#tbl_rep_dealer .sorting_desc:nth-child(10) {
	background-position: calc(50% + 4.5rem) 50%;
}

#tbl_rep_dealer .sorting:nth-child(11),
#tbl_rep_dealer .sorting_asc:nth-child(11),
#tbl_rep_dealer .sorting_desc:nth-child(11) {
	background-position: 4.4rem 50%;
	background-image: url(../img/sort_both.png) !important;
}

!* Institutes Regionwise & Brandwise *!
#tbl_rep_institute .sorting:nth-child(1),
#tbl_rep_institute .sorting_asc:nth-child(1),
#tbl_rep_institute .sorting_desc:nth-child(1) {
	background-position: 7.5rem 50%;
}

#tbl_rep_institute .sorting:nth-child(2),
#tbl_rep_institute .sorting_asc:nth-child(2),
#tbl_rep_institute .sorting_desc:nth-child(2) {
	background-position: 3.6rem 50%;
}

#tbl_rep_institute .sorting:nth-child(3),
#tbl_rep_institute .sorting_asc:nth-child(3),
#tbl_rep_institute .sorting_desc:nth-child(3) {
	background-position: 2.9rem 50%;
}

#tbl_rep_institute .sorting:nth-child(4),
#tbl_rep_institute .sorting_asc:nth-child(4),
#tbl_rep_institute .sorting_desc:nth-child(4) {
	background-position: 2.3rem 50%;
}

#tbl_rep_institute .sorting:nth-child(5),
#tbl_rep_institute .sorting_asc:nth-child(5),
#tbl_rep_institute .sorting_desc:nth-child(5) {
	background-position: calc(50% + 3.3rem) 50%;
}

#tbl_rep_institute .sorting:nth-child(6),
#tbl_rep_institute .sorting_asc:nth-child(6),
#tbl_rep_institute .sorting_desc:nth-child(6) {
	background-position: calc(50% + 4.2rem) 50%;
}

#tbl_rep_institute .sorting:nth-child(7),
#tbl_rep_institute .sorting_asc:nth-child(7),
#tbl_rep_institute .sorting_desc:nth-child(7) {
	background-position: calc(50% + 5.1rem) 50%;
}

#tbl_rep_institute .sorting:nth-child(8),
#tbl_rep_institute .sorting_asc:nth-child(8),
#tbl_rep_institute .sorting_desc:nth-child(8) {
	background-position: calc(50% + 1.5rem) 50%;
	background-image: url(../img/sort_both.png) !important;
}

#tbl_rep_institute .sorting:nth-child(9),
#tbl_rep_institute .sorting_asc:nth-child(9),
#tbl_rep_institute .sorting_desc:nth-child(9) {
	background-position: calc(50% + 5.5rem) 50%;
	background-image: url(../img/sort_both.png) !important;
}

!* Streams List *!
#tbl_streams .sorting:nth-child(2),
#tbl_streams .sorting_asc:nth-child(2),
#tbl_streams .sorting_desc:nth-child(2) {
	background-position: 7.3rem 50%;
}

!* Report Current Placement  *!
#tbl_rep_current_placement .sorting:nth-child(1),
#tbl_rep_current_placement .sorting_asc:nth-child(1),
#tbl_rep_current_placement .sorting_desc:nth-child(1) {
	background-position: 3rem 50%;
}

#tbl_rep_current_placement .sorting:nth-child(2),
#tbl_rep_current_placement .sorting_asc:nth-child(2),
#tbl_rep_current_placement .sorting_desc:nth-child(2) {
	background-position: 3.6rem 50%;
}

#tbl_rep_current_placement .sorting:nth-child(3),
#tbl_rep_current_placement .sorting_asc:nth-child(3),
#tbl_rep_current_placement .sorting_desc:nth-child(3) {
	background-position: 6.5rem 50%;
}

#tbl_rep_current_placement .sorting:nth-child(4),
#tbl_rep_current_placement .sorting_asc:nth-child(4),
#tbl_rep_current_placement .sorting_desc:nth-child(4) {
	background-position: 4.2rem 50%;
}

#tbl_rep_current_placement .sorting:nth-child(5),
#tbl_rep_current_placement .sorting_asc:nth-child(5),
#tbl_rep_current_placement .sorting_desc:nth-child(5) {
	background-position: 3.2rem 50%;
}

#tbl_rep_current_placement .sorting:nth-child(6),
#tbl_rep_current_placement .sorting_asc:nth-child(6),
#tbl_rep_current_placement .sorting_desc:nth-child(6) {
	background-position: 8.1rem 50%;
}

#tbl_rep_current_placement .sorting:nth-child(7),
#tbl_rep_current_placement .sorting_asc:nth-child(7),
#tbl_rep_current_placement .sorting_desc:nth-child(7) {
	background-position: 4.1rem 50%;
}

#tbl_rep_current_placement .sorting:nth-child(8),
#tbl_rep_current_placement .sorting_asc:nth-child(8),
#tbl_rep_current_placement .sorting_desc:nth-child(8) {
	background-position: 2.7rem 50%;
}

#tbl_rep_current_placement .sorting:nth-child(9),
#tbl_rep_current_placement .sorting_asc:nth-child(9),
#tbl_rep_current_placement .sorting_desc:nth-child(9) {
	background-position: 2.8rem 50%;
	background-image: url(../img/sort_both.png) !important;
}

!* Report Placed & Available *!
#tbl_student_placed_available .sorting:nth-child(1),
#tbl_student_placed_available .sorting_asc:nth-child(1),
#tbl_student_placed_available .sorting_desc:nth-child(1) {
	background-position: 3.3rem 50%;
}

#tbl_student_placed_available .sorting:nth-child(2),
#tbl_student_placed_available .sorting_asc:nth-child(2),
#tbl_student_placed_available .sorting_desc:nth-child(2) {
	background-position: 7.4rem 50%;
}

#tbl_student_placed_available .sorting:nth-child(3),
#tbl_student_placed_available .sorting_asc:nth-child(3),
#tbl_student_placed_available .sorting_desc:nth-child(3) {
	background-position: 2.8rem 50%;
}

#tbl_student_placed_available .sorting:nth-child(4),
#tbl_student_placed_available .sorting_asc:nth-child(4),
#tbl_student_placed_available .sorting_desc:nth-child(4) {
	background-position: 4.3rem 50%;
}

#tbl_student_placed_available .sorting:nth-child(5),
#tbl_student_placed_available .sorting_asc:nth-child(5),
#tbl_student_placed_available .sorting_desc:nth-child(5) {
	background-position: 6.9rem 50%;
}

#tbl_student_placed_available .sorting:nth-child(6),
#tbl_student_placed_available .sorting_asc:nth-child(6),
#tbl_student_placed_available .sorting_desc:nth-child(6) {
	background-position: 6.1rem 50%;
}

#tbl_student_placed_available .sorting:nth-child(7),
#tbl_student_placed_available .sorting_asc:nth-child(7),
#tbl_student_placed_available .sorting_desc:nth-child(7) {
	background-position: 4.8rem 50%;
}

#tbl_student_placed_available .sorting:nth-child(8),
#tbl_student_placed_available .sorting_asc:nth-child(8),
#tbl_student_placed_available .sorting_desc:nth-child(8) {
	background-position: 3.4rem 50%;
	background-image: url(../img/sort_both.png) !important;
}
*/

/*Table  Sorting End */

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../img/sort_both.png) !important;
}




/* REPORTS Alignment */
#tbl_rep_dealer td:nth-child(7),
#tbl_rep_dealer td:nth-child(8),
#tbl_rep_dealer td:nth-child(9),
#tbl_rep_dealer td:nth-child(10) {
	text-align: center;
}

#tbl_Shortcandidate td:nth-child(2),
#tbl_sheduled_candidate td:nth-child(3),
.institute_tbl_vacancy:not(#other) td:nth-child(5),
/* #tbl_student td:nth-child(8), */
/* .savwipl_dealer_tbl td:nth-child(2), */

.savwipl_dealer_tbl td:nth-child(6),
.savwipl_dealer_tbl td:nth-child(7),
.savwipl_dealer_tbl td:nth-child(8),
.savwipl_dealer_tbl td:nth-child(9),
.tbl_institute td:nth-child(5),
.tbl_institute td:nth-child(6),
.tbl_institute td:nth-child(7),
.tbl_institute td:nth-child(8),
.tbl_institute td:nth-child(9),
#tbl_rep_institute td:nth-child(5),
#tbl_rep_institute td:nth-child(6),
#tbl_rep_institute td:nth-child(7),
#tbl_rep_institute td:nth-child(8),
#tbl_rep_institute td:nth-child(9) {
	text-align: center;
}

.tbl_attrition_rate tbody>tr td+td:last-child {
	text-align: left;
}

.interview_page:not(#other) td:nth-child(7) {
	white-space: normal;
}

/* dealer list */
/* #tbl_dealer td:nth-child(1) {
	min-width: 210px;
}
#tbl_dealer td:nth-child(2) {
	min-width: 140px;
}
#tbl_dealer td:nth-child(3) {
	min-width: 140px;
}
#tbl_dealer td:nth-child(4) {
	min-width: 130px;
}
#tbl_dealer td:nth-child(5) {
	min-width: 110px;
}
#tbl_dealer td:nth-child(6) {
	min-width: 140px;
}
#tbl_dealer td:nth-child(7) {
	min-width: 140px;
}
#tbl_dealer td:nth-child(8) {
	min-width: 140px;
} */

/* institute list */
/* #tbl_institute td:nth-child(1) {
	min-width: 400px;
}
#tbl_institute td:nth-child(2) {
	min-width: 130px;
}
#tbl_institute td:nth-child(3) {
	min-width: 130px;
}
#tbl_institute td:nth-child(4) {
	min-width: 150px;
}
#tbl_institute td:nth-child(5) {
	min-width: 130px;
}
#tbl_institute td:nth-child(6) {
	min-width: 150px;
}
#tbl_institute td:nth-child(7) {
	min-width: 100px;
}
#tbl_institute td:nth-child(8) {
	min-width: 130px;
} */

/* Interview list */

/* #tbl_interview td:nth-child(1) {
	min-width: 180px;
}
#tbl_interview td:nth-child(2) {
	min-width: 130px;
}
#tbl_interview td:nth-child(3) {
	min-width: 120px;
}
#tbl_interview td:nth-child(4) {
	min-width: 100px;
}
#tbl_interview td:nth-child(5) {
	min-width: 150px;
}
#tbl_interview td:nth-child(6) {
	min-width: 100px;
}
#tbl_interview td:nth-child(7) {
	min-width: 170px;
} */

/*SAVWIPL DASHBOARD student list */
/* #tbl_student_list td:nth-child(1) {
	min-width: 200px;
}
#tbl_student_list td:nth-child(2) {
	min-width: 120px;
}
#tbl_student_list td:nth-child(3) {
	min-width: 120px;
}
#tbl_student_list td:nth-child(4) {
	min-width: 400px;
}
#tbl_student_list td:nth-child(5) {
	min-width: 100px;
}
#tbl_student_list td:nth-child(6) {
	min-width: 120px;
}
#tbl_student_list td:nth-child(7) {
	min-width: 100px;
}
#tbl_student_list td:nth-child(8) {
	min-width: 100px;
} */

/*INSTITUTE LOGIN student list */
/* #tbl_student td:nth-child(1) {
	min-width: 170px;
}
#tbl_student td:nth-child(2) {
	min-width: 120px;
}
#tbl_student td:nth-child(3) {
	min-width: 120px;
}
#tbl_student td:nth-child(4) {
	min-width: 100px;
}
#tbl_student td:nth-child(5) {
	min-width: 100px;
} */
/* #tbl_student td:nth-child(6) {
	min-width: 100px;
	text-align: center;
} */
/* #tbl_student td:nth-child(7) {
	min-width: 100px;
}
#tbl_student td:nth-child(8) {
	min-width: 100px;
}
#tbl_student td:nth-child(10) {
	min-width: 130px;
} */

/* candidate list */
/* #tbl_candidate1 td:nth-child(1) {
	min-width: 200px;
} */
#tbl_candidate1 td:nth-child(2) {
	text-align: center;
}

/* #tbl_candidate1 td:nth-child(5) {
	min-width: 100px;
}
#tbl_candidate1 td:nth-child(6) {
	min-width: 480px;
} */
/* #tbl_candidate1 td:nth-child(8) {
	text-align: center;
} */
/* #tbl_candidate1 td:nth-child(9) {
	text-align: center;
} */
/* #tbl_candidate1 td:nth-child(9) {
	min-width: 100px;
}
#tbl_candidate1 td:last-child {
	min-width: 120px;
} */

/* vacancy list */
/* #tbl_vacancy td:nth-child(1) {
	min-width: 270px;
}
#tbl_vacancy td:nth-child(2) {
	min-width: 130px;
}
#tbl_vacancy td:nth-child(3) {
	min-width: 120px;
} */
#tbl_vacancy td:nth-child(4) {
	text-align: center;
	/* min-width: 150px; */
}

/* #tbl_vacancy td:nth-child(5) {
	min-width: 160px;
} */

/* DEALER DASHBOARD vacancy list */
/* .dealer_tbl_vacancy:not(#other) td:nth-child(1) {
	min-width: 200px;
}
.dealer_tbl_vacancy:not(#other) td:nth-child(2) {
	min-width: 130px;
} */
.dealer_tbl_vacancy:not(#other) td:nth-child(3) {
	/* min-width: 110px; */
	text-align: left;
}

.dealer_tbl_vacancy:not(#other) td:nth-child(4) {
	/* min-width: 150px; */
	text-align: center;
}

.dealer_tbl_vacancy:not(#other) td:nth-child(5) {
	/* min-width: 110px; */
	text-align: left;
}

/* Institute login Vacancy */
.institute_tbl_vacancy:not(#other) td:nth-child(4) {
	text-align: left;
}

/* user list */
/* #tbl_user td:nth-child(1) {
	min-width: 310px;
} */

/* for required label */
.required::after {
	content: "*";
	color: rgb(200, 0, 0);
}

/* tooltips */
.tooltip-inner {
	min-width: 0;
	transform: translateX(0.78vw);
}

/* CANDIDATE PAGE >> CANDIDATES LIST >> ADD CANDIDATE BUTTON */
.btn_add {
	float: right;
	
}

/* list edit, show, delete buttons */
.list-item-button {
	padding: 4px 4px;
}

.margin-list-button {
	margin-right: 5px;
}

.btn.btn-success.list-item-button {
	color: #fff;
	background-color: #81c26d;
	border-color: #81c26d;
	box-shadow: 0 2px 2px 0 rgb(76 175 80 / 14%),
		0 3px 1px -2px rgb(76 175 80 / 20%), 0 1px 5px 0 rgb(76 175 80 / 12%);
}

/* pagination active color */
.pagination>.page-item.active>a,
.pagination>.page-item.active>a:focus,
.pagination>.page-item.active>a:hover,
.pagination>.page-item.active>span,
.pagination>.page-item.active>span:focus,
.pagination>.page-item.active>span:hover {
	background-color: #81c26d;
	border-color: #81c26d;
	color: #fff;
	box-shadow: 0 4px 5px 0 rgb(129 194 109 / 24%),
		0 1px 10px 0 rgb(129 194 109 / 12%), 0 2px 4px -1px rgb(129 194 109 / 20%);
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(129, 194, 109, 0.25);
}

/* form label */
.form-check,
label {
	color: #4d4d4d;
}

.bootstrap-datetimepicker-widget table td span.active {
	background-color: #81c26d;
	color: #fff;
}

.form-custom-padding .col-xl-1.col-form-label.text-left {
	min-width: 146px;
}

.col-xl-1.label-on-right {
	max-width: 5.33%;
}

/* .select2-space.col-xl-1.label-on-right {
	max-width: 6.33%;
} */

.togglebutton label input[type="checkbox"]:checked+.toggle {
	background-color: rgb(75 168 46);
}

.togglebutton {
	font-weight: 500;
}

/* DEALER CREATE / EDIT */
.button_phone_div {
	justify-content: center;
	/* media queries applied    */
}

/* STUDENT CREATE */
/* file upload */
.custom-file-input:lang(en)~.custom-file-label::after {
	content: "Choose file";
	background: #81c26d;
	color: #ffffff;
	border-radius: 4px;
}

/*USER > CREATE PAGE*/
/* selectpicker style */
.bootstrap-select .dropdown-item.active {
	background: #81c26d;
	background-color: #81c26d;
	color: #fff;
}

.bootstrap-select .btn.dropdown-toggle.select-with-transition {
	background-image: linear-gradient(to top,
			#4ba82e 2px,
			rgba(156, 39, 176, 0) 2px),
		linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px) !important;
}

/* .multiple-field::before {
	content: "";
	position: absolute;
	background-color: #f8f8f8;
	border-radius: 10px;
	width: 100%;
	height: 150px;
	left: 0;
} */

/* ROLES > CREATE PAGE */
input[type="checkbox"] {
	transform: scale(1.3);
	margin-right: 5px;
}

/* INSTITUTE ONBOARDING DETAILS */
/* form layout center */
.card-body.form-custom-padding {
	padding-left: 7.33vw;
}

input[type="radio"] {
	accent-color: #4ba82e;
}

input[type="radio"]:focus,
input[type="radio"]:hover {
	accent-color: #6e6e6e;
}

/* datepicker active colour */
.bootstrap-datetimepicker-widget table td.active>div,
.bootstrap-datetimepicker-widget table td.active:hover>div {
	background-color: #81c26d;
	color: #fff;
	box-shadow: 0 2px 2px 0 rgb(76 175 80 / 14%),
		0 3px 1px -2px rgb(76 175 80 / 20%), 0 1px 5px 0 rgb(76 175 80 / 12%);
}

.bootstrap-datetimepicker-widget a[data-action] {
	padding: 0;
	margin: 0;
	border-width: 0;
	background-color: transparent;
	color: #81c26d;
	box-shadow: none;
}

.bootstrap-datetimepicker-widget a[data-action]:hover span {
	color: #4ba82e;
}

.btn.btn-primary:hover,
.btn-primary[data-action="togglePeriod"] {
	background-color: #81c26d;
}

.btn.btn-primary:active {
	color: #fff;
	background-color: #4ba82e !important;
	border-color: #4ba82e !important;
}

/* REPORTS PAGE */
.report-filter-group {
	padding-right: 0px;
	padding-left: 1rem;
	text-align: left;
}

.report-filter-group div[class^="col"] {
	padding-left: 0;
	padding-right: 0;
}

/* set display: flex; to show the loader screen */
.ajax-loader {
	display: flex;
	visibility: hidden;
	opacity: 0;
	transition: visibility 100ms linear, opacity 100ms linear;
	justify-content: center;
	align-items: center;
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 1029;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgb(0 0 0 / 55%);
}

.ajax-loader i {
	color: #fff;
	font-size: 5rem;
}

.ajax-loader.show {
	visibility: visible;
	opacity: 1;
}

.loader-wave {
	width: 6px;
	height: 100px;
	background: linear-gradient(45deg, green, #fff);
	margin: 10px;
	animation: loader-wave 1s linear infinite;
	border-radius: 20px;
}

.loader-wave:nth-child(2) {
	animation-delay: 0.1s;
}

.loader-wave:nth-child(3) {
	animation-delay: 0.2s;
}

.loader-wave:nth-child(4) {
	animation-delay: 0.3s;
}

.loader-wave:nth-child(5) {
	animation-delay: 0.4s;
}

.loader-wave:nth-child(6) {
	animation-delay: 0.5s;
}

.loader-wave:nth-child(7) {
	animation-delay: 0.6s;
}

.loader-wave:nth-child(8) {
	animation-delay: 0.7s;
}

.loader-wave:nth-child(9) {
	animation-delay: 0.8s;
}

.loader-wave:nth-child(10) {
	animation-delay: 0.9s;
}

@keyframes loader-wave {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

.error-card-hidden {
	display: none;
}

.error-card.show {
	display: flex;
}

/* all pages closable alert  */
.alert {
	z-index: 1029;
}

/* NEW CUSTOM UTILITY CLASSES */
.bg-skoda {
	background: #4ba82e !important;
	background-color: #4ba82e !important;
}

.bg-skoda-medium {
	background: #81c26d !important;
	background-color: #81c26d !important;
}

.bg-skoda-light {
	background: #dbeed5 !important;
	background-color: #dbeed5 !important;
}

.bg-blue {
	background: #003c65 !important;
	background-color: #003c65 !important;
	box-shadow: 0 4px 20px 0px rgb(0 0 0 / 14%), 0 7px 10px -10px #003c65 !important;
}

.bg-clear {
	background: #ffffff00 !important;
	background-color: #ffffff00 !important;
}

.bg-primary {
	background: #eee !important;
	background-color: #eee !important;
}

.text-black-70 {
	color: #4d4d4d !important;
}

.pl-15px {
	padding-left: 15px;
}

.error_msg {
	font-size: 0.8rem;
	color: #f44336;
}

.input_note {
	font-size: 0.8rem;
	color: #4d4d4d;
}

.btn.btn-gray {
	color: #fff;
	background-color: #6e6e6e;
	border-color: #6e6e6e;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%),
		0 1px 5px 0 rgb(0 0 0 / 12%);
}

.btn.btn-red {
	color: #fff;
	background-color: #d22630db;
	border-color: #d22630db;
	box-shadow: 0 2px 2px 0 rgb(210 38 48 / 14%),
		0 3px 1px -2px rgb(210 38 48 / 20%), 0 1px 5px 0 rgb(210 38 48 / 12%);
}

.hidden {
	visibility: hidden;
}

/* SELECT2 PICKER */
.select2-container {
	margin-top: 15px !important;
	margin-left: 15px !important;
	font-family: "SKODA Next";
	/* using jquery option for width */
	/* width: 94% !important; */
}

.report-filter-group .select2-container {
	margin-top: 3px !important;
	margin-left: 0px !important;
	/* width: 94% !important; */
}

.report-filter-group .select2-container * {
	border-radius: 0;
}

.report-filter-group .select2-container .select2-selection--single {
	height: 34px;
}

.report-filter-group .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 32px;
}

.select2-selection[role="combobox"] {
	max-height: 170px;
	overflow-y: auto;
	overflow-x: hidden;
}

/* using jquery option for width, No need to use this width */

.select2-dropdown {
	left: -15px !important;
	top: -17px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #81c26d;
	color: white;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #4ba82e;
	border: none;
	color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	border-right: 1px solid #fff;
	color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-weight: 500;
}

.tbl_sheduled_candidate.no_wrap td:nth-child(6) {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 2.5rem;
}

.no_wrap th {
	white-space: nowrap;
}

/* .select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 4px;
} */

.datepicker.datepicker-orient-left table tr td.active,
.datepicker.datepicker-orient-left table tr td.active:hover,
.datepicker.datepicker-orient-left table tr td.active.disabled,
.datepicker.datepicker-orient-left table tr td.active.disabled:hover {
	background-color: #81c26d !important;
	background-image: -moz-linear-gradient(top, #81c26d, #81c26d) !important;
	background-image: -ms-linear-gradient(top, #81c26d, #81c26d) !important;
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#81c26d),to(#81c26d)) !important;
	background-image: none !important;
	background-image: -o-linear-gradient(top, #81c26d, #81c26d) !important;
	background-image: linear-gradient(top, #81c26d, #81c26d) !important;
	background-repeat: repeat-x !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0) !important;
	border-color: #81c26d #81c26d #81c26d !important;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25) !important;
	color: #fff !important;
	text-shadow: 0 -1px 0rgba(0, 0, 0, .25) !important;
}

.datepicker.datepicker-orient-left table tr td span.active,
.datepicker.datepicker-orient-left table tr td span.active:hover,
.datepicker.datepicker-orient-left table tr td span.active.disabled,
.datepicker.datepicker-orient-left table tr td span.active.disabled:hover {
  background-color: #81c26d !important;
  background-image: -moz-linear-gradient(top, #81c26d, #81c26d) !important;
  background-image: -ms-linear-gradient(top, #81c26d, #81c26d) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#81c26d), to(#81c26d)) !important;
  background-image: -webkit-linear-gradient(top, #81c26d, #81c26d) !important;
  background-image: -o-linear-gradient(top, #81c26d, #81c26d) !important;
  background-image: linear-gradient(top, #81c26d, #81c26d) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#81c26d', endColorstr='#81c26d', GradientType=0) !important;
  border-color: #81c26d #81c26d #81c26d !important;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
  color: #ffffff !important;
  text-shadow: 0 -1px 0 rgb(0 0 0 / 25%) !important;
}

.datepicker.datepicker-orient-left .table-condensed>tbody>tr>td,
.datepicker.datepicker-orient-left .table-condensed>tbody>tr>th,
.datepicker.datepicker-orient-left .table-condensed>tfoot>tr>td,
.datepicker.datepicker-orient-left .table-condensed>tfoot>tr>th,
.datepicker.datepicker-orient-left .table-condensed>thead>tr>td,
.datepicker.datepicker-orient-left .table-condensed>thead>tr>th {
  padding: 0.5rem;
}

.datepicker.datepicker-orient-left table tr td span {
  border-radius: 0 !important;
}

.datepicker.datepicker-orient-left td, 
.datepicker.datepicker-orient-left th {
	/* width: 40px !important;
	height: 20px !important; */
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}

.datepicker.datepicker-orient-left td,
.datepicker.datepicker-orient-left th{
	text-align: center;
	padding: 8px 12px !important;
	font-size: 14px !important;
}

/* MOZILLA CSS HACK */
@-moz-document url-prefix() {
	.table .material-icons {
		margin-top: -1.1em !important;
	}
}

/* MEDIA QUERIES */

@media only screen and (max-width: 800px) {
	.card-stats {
		min-width: 0;
		max-width: none;
		flex: 1 0 auto !important;
	}
}

@media screen and (max-width: 1300px) {
	.select2-container {
		width: 96.33% !important;
	}

	.button_phone_div {
		justify-content: end;
	}
}

@media screen and (min-width: 1300px) {

	.remove_button,
	.remove_button_phone,
	.add_button,
	.add_button_phone {
		transform: translate(calc(1.5vw * 1.6), 0);
	}

	.remove_button_file,
	.add_button_file {
		transform: translate(calc(1.5vw * 1.6), -9px);
	}
}

@media screen and (min-width: 1300px) and (max-width: 1450px) {
	.col-xl-1.label-on-right {
		max-width: 0%;
	}

	.card-body.form-custom-padding {
		padding-left: 2vw;
		padding-right: 0;
	}

	.select2-space.col-xl-1.label-on-right {
		/* max-width: 1.33%; */
		max-width: 0;
	}

	.remove_button,
	.remove_button_phone,
	.add_button,
	.add_button_phone {
		transform: translate(1.5vw, 0);
	}
}

@media screen and (max-width: 1500px) {
	.card-body.form-custom-padding {
		padding-left: 3vw;
	}

	.remove_button,
	.remove_button_phone,
	.add_button,
	.add_button_phone {
		transform: translate(1.5vw, 0);
	}

	/* .multiple-field::before {
		height: 172px;
	} */
}


/*.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block !important;
}*/
/*.select2-selection[role="combobox"] {
    max-height: 42px !important;
}*/
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #adadad 1px;
}
.selectDrop1{
   display: inline-block !important;
   width: 250px !important;
   border: 1px solid lightgray;
   padding: 10px;
   border-bottom: none;
}
.selectDrop1{
	display: inline-block !important;
	width: 250px !important;
	border: 1px solid lightgray;
	padding: 10px;
	border-bottom: none;
}
.mr-3{
    margin-right: 1rem!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none !important;
}
/*.select2-search__field{
	width: 0 !important;
}*/
/*.select2-selection--multiple{
	height: 42px !important;
}*/
/*.select2-selection__choice{
	margin-top: 13px !important;
}*/


.select2-selection--multiple{
	overflow: hidden !important;
	height: auto !important;
}

@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;}

.glyphicon-chevron-up:before{
   content:"<";
}
.glyphicon-chevron-up {
   font-size: 18px;
   rotate: 90deg;
   font-weight: 800;
   display: block;
}
.glyphicon-chevron-left:before{
   content:"<";
}
.glyphicon-chevron-left {
   font-size: 20px;
   font-weight: 800;
   display: block;
}

.glyphicon-chevron-right:before{
   content:">";
}
.glyphicon-chevron-right {
   font-size: 20px;
   font-weight: 800;
   display: block;
}

.glyphicon-chevron-down:before{
   content:"<";
}
.glyphicon-chevron-down {
   font-size: 18px;
   rotate: 270deg;
   font-weight: 800;
   display: block;
}
.selectDrop{
   border: 1px solid lightgray;
   padding: 10px;
   height: 37px !important;
   width: 455px !important;
   border-bottom: none;
}