@media (min-width: 992px){
	.nk-header-menu-right {
	    margin-left: auto;
	}
	.nk-header-menu-right .nk-menu {
    	padding-right: 0;
	}
}

.btn-full-width {
	display: inherit;
}

.nk-infobar-custom-padding {
    padding: 0.75rem 1.25rem;
}

.float-r {
	float: right;
}
.float-l {
	float: left;
}
.suggestion-container {
	min-height: 81px;
}

@media (min-width: 994px){
	.translate-button-container {
		padding-top: 27px;
	}
}

@media (min-width: 576px) and (max-width: 993px) {
	.translate-button-container {
		padding-top: 63px;
	}
}

.form-control:disabled, .dual-listbox .dual-listbox__search:disabled, .form-control[readonly], .dual-listbox .dual-listbox__search[readonly] {
    background-color: inherit;
    opacity: 1;
}

.btn-ts-green {
	color: #fff;
    background-color: #2eb82e;
    border-color: #2eb82e;
}

.btn-ts-green:hover {
    color: #fff;
    background-color: #29a329;
    border-color: #29a329;
}

.badge-green {
    border-color: #29a329;
    color: #fff;
    background-color: #29a329;
}

.badge-free {
    border-color: #666699;
    color: #fff;
    background-color: #666699;	
}

.h-50px {
    height: 50px !important;
}

.h-75px {
    height: 75px !important;
}

.h-80px {
    height: 80px !important;
}

.h-180px {
    height: 180px !important;
}

.date-choice-block span, .filter-choice-block   {
    cursor: pointer;
}

.ts-badge-warning {
    color: #fff;
    background-color: #cc7a00;
    border-color: #cc7a00;
}

.ts-badge-info {
    color: #fff;
    background-color: #0088cc;
    border-color: #0088cc;
}

.ts-badge-primary {
    color: #fff;
    background-color: #0066ff;
    border-color: #0066ff;
}

.ts-badge-forty {
    color: #fff;
    background-color: #d24dff;
    border-color: #d24dff;
}

.ts-badge-red{
    color: #fff;
    background-color: #e60000;
    border-color: #e60000;    
}

.text-red {
    color: #e60000 !important;
}

table tr.nk-tb-item {
    cursor: pointer;
}
table tr.bg-info .user-info span, table tr.bg-info span.tb-lead, table tr.bg-info span.text-soft,  table tr.bg-info strong.tb-lead {
    color: #fff !important;
}

@media screen and (max-width: 991px) {
  .nk-header-brand {
    margin: 0 auto;
  }
}
.w-24 {
    width: 24px;
}
.h-24 {
    height: 24px;
}

.badge-d1 {
    border-color: #944dff;
    color: #fff;
    background-color: #944dff;
}

.badge-d2 {
    border-color: #e60073;
    color: #fff;
    background-color: #e60073;
}

.badge-outline-COVISHIELD {
    color: #3399ff;
    border-color: #3399ff;
}

.badge-outline-COVAXIN {
    color: #009999;
    border-color: #009999;
}

table tr.bg-info span.badge-outline-COVISHIELD, table tr.bg-info strong.badge-outline-COVISHIELD {
    background: #3399ff !important;
    color: #fff !important;
    border-color: #3399ff !important;
}
table tr.bg-info span.badge-outline-COVAXIN, table tr.bg-info strong.badge-outline-COVAXIN {
    background: #009999 !important;
    color: #fff !important;
    border-color: #009999 !important;
}