.dt-buttons {
	float: left;
	position: relative;
}

.content-header h1 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
}

.pt-4 {
	padding-top: 0px ! important;
}
.dropdown-menu-left{
	left: -250px ! important;
}
[class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus {
    background-color: #007bff !important;
    color: #fff;
}

.menu-open{
	background: #0000007d;
    border-radius: 7px;
    border: 1px solid #007bff;
}
.fa-dot-circle{
	color: #007bff;
}
.login-box{
	width: 415px !important;
}
.register-box{
	width: 1000px !important;
}
/* PROFILE ------------------------------------------- */
.nav-info .active {
	background-color: #17a2b8!important;
}

.pointer {
    cursor: pointer;
}

.profile-pic {
    color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    left: 50% !important;
    margin-left: -45px !important;
    position: absolute !important;
    top: 120px !important;
}

.profile-pic input {
	display: none;
	position: absolute;
}

.profile-pic img {
	position: absolute;
	object-fit: cover;
	box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.35);
	border-radius: 100px;
	z-index: 0;
}

.profile-pic .-label {
	cursor: pointer;

	color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90px;
	left: 50% !important;
	margin-left: -45px !important;
	position: absolute !important;
}

.profile-pic:hover .-label {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 10000;
	color: #fafafa;
	transition: background-color 0.2s ease-in-out;
	border-radius: 100px;
	margin-bottom: 0;
	width: inherit;
	height: 90px;
	position: absolute;
	top: -45px;
}

.profile-pic span {
	display: inline-flex;
	padding: 0.2em;
	height: 2em;
}
.f-right{
	float: right;
}
.po-header{
	width: 100%;
	border-bottom: 1px solid #e9e2e2;
	padding: 39px 0 17px;
}
.po-header ul{
	display: flex;
	justify-content: space-between;
}
.po-header ul > li{
	width: 200px;
	display: inline-flex;
	justify-content: inherit;
    
}
.item-order{
	margin-top: 4.5rem;
}
.item-order h4{
	margin-bottom: 1.5rem;
    color: #e70a0a;
    text-transform: uppercase;
    font-size: 21px;
}

body a:hover {
	text-decoration: none;
}
.t-header p > strong{
	padding-right: 2.5rem;
}
.t-header .date{
	margin-top: 22px;
}
.t-header{
	border-bottom: 1px solid #bbb8b8;
    padding: 41px 0px 27px;
}
.ci-error p{
	color: red;
}
.img-perks{
	width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
	cursor: pointer;
}
#imagepreview{
	margin: 0 auto;
    display: block;
}
.dropdown-menu-right{
	left: 0 !important;
}
.dropdown-menu-right ul{
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding-left: 0;
	margin-bottom: 5px;
}
.dropdown-menu-right ul > li{
	width: auto;
	color: #6c757d!important;
	font-size: .875rem!important;
}
.option{
	font-style: normal;
    font-size: 13px;
    color: red;
}
#custom_company{
  display: none;
}
.select2-container .select2-selection--single{
	height: 37px !important;
}
/* ./PROFILE ------------------------------------------- */
.btn-group-sm>.btn, .btn-sm {
    padding: 0.15rem 0.3rem;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.table td{
	padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    font-size: 13px;
}
.table th{
	padding: 10px;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    font-size: 13px;
    font-weight: bold;
}
.specs{
	font-size: 14px;
    font-style: italic;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice{
	color: #ffffff !important;
    border: 1px solid #bdc6d0;
    border-radius: 0.2rem;
    padding: 2px 10px 4px 2px !important;
    cursor: pointer;
    float: left;
    margin-top: 0.3em;
    margin-right: 5px;
    background: #0d5db3;
}
.login-page{
	height: 70vh !important;
}