.higher-text {
	min-height: 40px;
	margin: 0px 0px;
}

.card-holder {
	width: 14.28%;
	padding-left: 15px;
	padding-right: 15px;
}

.card-holder .card-body {
	padding: 10px!important;
}

.card-holder button {
	margin-top: 10px;
}

.count-rows {
	margin: 10px 0px;
}

.icon-qr:before {
	content: "";
	background: url("../../app-assets/images/svg/qr.svg");
	width: 20px;
	height: 20px;
	display: block;
	fill: #565656;
}

a:hover .icon-qr:before {
	fill: #FFF;
}

.img-responsive {
	max-width: 100%;
}


.table.vertical-align-th thead th  {
	vertical-align: middle!important;
}

.card-holder .select {
	margin-top: 10px;
}

.feather-32 {
	font-size: 48px;
	font-weight: 700;
	display: block;
	padding: 34px 0px 83px 0px;
}

.modal .modal-header .close {
	position: absolute;
	right: 15px;
	margin: 0px!important;
}

.display-normal {
	display: initial!important;
}

#print .bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down, .bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up {
	min-height: 39px;
	min-width: 39px;
}

#print .bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down {
	left: 0px;
	border-top-right-radius: 0px!important;
	border-bottom-right-radius: 0px!important;
}

#print .bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up {
	right: 0px;
	border-top-left-radius: 0px!important;
	border-bottom-left-radius: 0px!important;
}

#print .bootstrap-touchspin.input-group-lg .touchspin.form-control {
	height: 39px!important;
	border-radius: 0px!important;
}

#print .bootstrap-touchspin.input-group-lg {
    width: 100%;
}

#print .custom-switch .custom-control-label::after {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	left: 1px;
}

#print .custom-switch-success .custom-control-input:checked ~ .custom-control-label::before, #print .custom-switch.switch-lg .custom-control-label, #print .custom-switch .custom-control-label::before {
	width: 100%;
	height: 39px;
	border-radius: 20px;
}

#print .custom-switch .custom-control-label .switch-text-left, #print .custom-switch .custom-control-label .switch-text-right, #print .custom-switch .custom-control-label .switch-icon-left, #print .custom-switch .custom-control-label .switch-icon-right {
	top: 12px;
}

#print .custom-control custom-switch switch-lg {
	max-width: 95px;
}

#print #print-preview {
	border: 1px solid #eee;
	min-height: 200px;
}

.table th[data-order] {
	cursor: pointer;
}

.table th[data-direction='asc']::after {
	content: "\f160";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
	-webkit-font-smoothing: antialiased;
	padding-left: 10px;
}

.table th[data-direction='desc']::after {
	content: "\f161";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
	-webkit-font-smoothing: antialiased;
	padding-left: 15px;
}

.main-menu .navbar-header .navbar-brand .brand-logo {
	height: 46px;
}

.rotate-left:before {
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pick-a-color-markup {
	max-width: 200px;
}

.knowledge-base-bg {
    background: url(../../app-assets/images/pages/knowledge-base-cover.jpg) no-repeat;
    background-size: cover;
}