/* BGEX STYLESHEET Version : 1.0.0 */
.aside-sidebar { 
	height: 100vh !important; 
}
.main-sidebar { 
	width:200px !important; 
}
.layout-navbar-fixed .wrapper .brand-link{
	width:200px !important; 	
}
.bgex-right { 
	right:4rem !important; 
}
.sidebar-mini .main-sidebar .nav-link { 
	width: calc(200px - 0.5rem * 2) !important; 
}
#txtpassword { 
	-webkit-text-security:disc; 
}
.error { color : red; }

/* Search box */

.bgex-search-container {
	width: 350px;
	margin: 0px auto;
	position: initial;
	z-index: 999;
	right: 300px;
}

.searchbox {
	position: relative;
	height: 33px;
	min-width: 50px;
	width: 0%;
	float: right;
	overflow:hidden;
	-webkit-transition: width 0.8s ease-in-out;
	-moz-transition: width 0.8s ease-in-out;
	-ms-transition: width 0.8s ease-in-out;
	-o-transition: width 0.8s ease-in-out;
	transition: width 0.8s ease-in-out;
}

.searchbox-open{
	width:100%;
}

.searchbox-input {
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	outline: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding-left: 5px;
	font-size: 14px;
	background-color: #fff59d;
}

.searchbox-icon {
	width:50px;
	height: 100%;
	display:flex;
	align-items: center;
	justify-content: center;
	position:absolute;
	top:0;
	font-size:14px;
	right:0;
	padding:0;
	margin:0;
	border:0;
	outline:0;
	line-height:33px;
	text-align:center;
	cursor:pointer;
	color:#000;
	background:#fff;
	border: 1px solid #eee;
}

.searchbox-submit {
	width:50px;
	height: 100%;
	display:flex;
	align-items: center;
	justify-content: center;
	position:absolute;
	top:0;
	font-family:verdana;
	font-size:14px;
	right:50px;
	padding:0;
	margin:0;
	border:0;
	outline:0;
	line-height:30px;
	text-align:center;
	cursor:pointer;
	color:#000;
	visibility: hidden;
	background:#fff59d;
}

/* User details box */
.user {
	display: none;
	position: absolute;
	top:50px;
	right: 20px;
	width: 350px;
	height: 250px;
	background-color: #343a40;
	border-radius: 5px;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
	z-index: 1100;
}
.user .username {
	padding: 7% 0;
}
.user .username div {
	min-height: 50px;
	padding: 5px 10px;
	line-height: 20px;
	font-size: 14px;
	cursor: default;
	color: #c2c7d0;display: flex;
	align-items: center;
}
.user .username div:hover {
	background-color: #494E53;
}
.user .username div i {
	color: #c2c7d0 !important;
}
.user .username a div{
	display: flex;
	align-items: center;
}
.user .username div:last-child {
/*	border-top: 1px solid #ddd !important;*/
cursor: pointer;
}
.details {
	padding: 1% 0;
}
.details > * {
	display: inline-block;
}
.filestyle > * {
	padding: 5% 0;
}

.bgex-a-color{
	color: #212529 !important;
}
.bgex-message {
	color: red;
	padding: 2% 0;
}
/*.bgex-img div:last-child{
	float: right;
}*/

/*Alert box*/
#snackbar {
	visibility: hidden;
	min-width: 318px;
	margin-left: -120px;
	position: fixed;
	right: 1%;
	bottom: 5px;
	z-index: 10000;
}

#snackbar.show {
	visibility: visible;
	-webkit-animation: fadein 0.5s;
	animation: fadein 0.5s;
}

@-webkit-keyframes fadein {
	from {bottom: 0; opacity: 0;} 
	to {bottom: 5px; opacity: 1;}
}

@keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 5px; opacity: 1;}
}
.bgex-align-right div:last-child{
	float: right;
}
.bgex-align{
	display: inline-block;
}
.bgex-zip {
	cursor: pointer;
	padding: 0.03rem 0.75rem !important;
}
.bgex-chip {
	display: inline-block;
	height: 32px;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 32px;
	padding: 0 14px;
	border-radius: 5px;
	background-color: #e4e4e4;
	margin-bottom: 5px;
	margin-right: 5px;
}
.bgex-chip-new {
	background-color: #dc3545;
}
.bgex-chip-pending {
	background-color: #ffc107;
	color: #000000;
}
.bgex-chip-transit {
	background-color: #17a2b8;
}
.bgex-chip-closed {
	background-color: #4CAF50;
}

/*Notification*/
.bgex-notification {
	font-size: 0.6rem;
	font-weight: 300;
	padding: 2px 4px;
	position: absolute;
	right: 12px;
	top: 6px;
	border-radius: 10px;
	animation: ring 1s ease infinite,ripple 1s linear infinite;
}

@keyframes ring {
	0% { 
		transform: rotate(35deg);
	}
	12.5% {
		transform: rotate(-30deg);
	}
	25% {
		transform: rotate(25deg);
	}
	37.5% {
		transform: rotate(-20deg);
	}
	50% {
		transform: rotate(15deg);
	}
	62.5% {
		transform: rotate(-10deg);
	}
	75% {
		transform: rotate(5deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
@keyframes ripple {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.3);
	}
	100% {
		box-shadow: 0 0 0 7px rgba(255, 0, 0, 0.3);
	}
}
/*Chat*/
.bgex-direct-chat-msg {
	width:80% !important;
}
.bgex-direct-chat-text {
	background-color:rgb(208,218,247,0.5);
	box-shadow: 2px 2px 5px #ccc;
	min-height: 38px;
}
.bgex-chat {
	height: auto !important;
}
.bgex-chat-img {
	border-radius: 50%;
	float: left;
	height: 40px;
	width: 40px;
	font-size: 0.5rem;
	font-weight: bolder;
	display: flex;
	align-items: center;
	box-shadow: 2px 2px 5px #ccc;
	border: 1px solid #dbd8d8;
}
.right .bgex-chat-img {
	float: right;
	justify-content: center !important;
	background-color: #eee;
	box-shadow: -2px 2px 5px #ccc;
}
.bgex-chat-img {
	justify-content: center;
	background-color: #eee;
}

/*footer*/
.bgex-footer {
	position: absolute;
	bottom: 0;
	width: 100%;

}
.bgex-footer .main-footer{
	margin-left: 0px !important;
}

@media (min-width: 768.1px){
	.content-wrapper, .main-header, .main-footer { 
		margin-left:200px !important;
	}	
	.bgex-sm-show{
		display: none !important;
	}
	.bgex-sm-hide{
		display: block;
	}
}
@media (max-width: 768px){
	.bgex-sm-show{
		display: block;
	}	
	.bgex-sm-hide{
		display: none !important;
	}
}