﻿@media (max-width: 768px) {
	.dropdown-menu-right {
		right: -100px!important;
	}
}

.progress {
	position: relative;
	height: 4px;
	display: block;
	width: 100%;
	background-color: #acece6;
	border-radius: 2px;
	background-clip: padding-box;
	overflow: hidden;
}

	.progress .determinate {
		position: absolute;
		background-color: inherit;
		top: 0;
		bottom: 0;
		background-color: #26a69a;
		transition: width .3s linear;
	}

	.progress .indeterminate {
		background-color: #26a69a;
	}

		.progress .indeterminate:before {
			content: '';
			position: absolute;
			background-color: inherit;
			top: 0;
			left: 0;
			bottom: 0;
			will-change: left, right;
			-webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
			animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
		}

		.progress .indeterminate:after {
			content: '';
			position: absolute;
			background-color: inherit;
			top: 0;
			left: 0;
			bottom: 0;
			will-change: left, right;
			-webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
			animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
			-webkit-animation-delay: 1.15s;
			animation-delay: 1.15s;
		}

@-webkit-keyframes indeterminate {
	0% {
		left: -35%;
		right: 100%;
	}

	60% {
		left: 100%;
		right: -90%;
	}

	100% {
		left: 100%;
		right: -90%;
	}
}

@keyframes indeterminate {
	0% {
		left: -35%;
		right: 100%;
	}

	60% {
		left: 100%;
		right: -90%;
	}

	100% {
		left: 100%;
		right: -90%;
	}
}

@-webkit-keyframes indeterminate-short {
	0% {
		left: -200%;
		right: 100%;
	}

	60% {
		left: 107%;
		right: -8%;
	}

	100% {
		left: 107%;
		right: -8%;
	}
}

@keyframes indeterminate-short {
	0% {
		left: -200%;
		right: 100%;
	}

	60% {
		left: 107%;
		right: -8%;
	}

	100% {
		left: 107%;
		right: -8%;
	}
}


/*==========================ProgressBar Loader========================*/
#overlay {
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000!important;
}

#lodding {
	color: #fff;
	display: none;
	font-size: 19px;
	left: 45%;
	padding: 10px;
	position: fixed;
	text-align: center;
	top: 40%;
	z-index: 10162!important;
	display: none;
}

.loader {
	/*position: absolute;*/
	top: calc(50% - 32px);
	left: calc(50% - 32px);
	width: 45px;
	height: 45px;
	border-radius: 50%;
	z-index: 10085!important;
	perspective: 800px;
	background-color: white;
	border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
	/*box-shadow: 2px 2px 4px #3c8dbc;*/
	color: #3c8dbc;
}

.inner {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

	.inner.one {
		left: 0%;
		top: 0%;
		animation: rotate-one 1s linear infinite;
		border-bottom: 3px solid #3c8dbc;
	}

	.inner.two {
		right: 0%;
		top: 0%;
		animation: rotate-two 1s linear infinite;
		border-right: 3px solid #f39c11;
	}

	.inner.three {
		right: 0%;
		bottom: 0%;
		animation: rotate-three 1s linear infinite;
		border-top: 3px solid #00c0ef;
	}

@keyframes rotate-one {
	0% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}

	100% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@keyframes rotate-two {
	0% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}

	100% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@keyframes rotate-three {
	0% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}

	100% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}
/*===================User Menu==================================*/
@media (max-width: 767px) {
	.navbar-nav > .user-menu .user-image {
		float: none;
		margin-right: 0;
		margin-top: -8px;
		line-height: 10px;
	}
}

.card-img-top {
	max-height: 85px;
}

.navbar-nav > .user-menu .user-image {
	float: left;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	margin-right: 5px;
	margin-top: 1px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
	height: 175px;
	padding: 10px;
	text-align: center;
}

.navbar-nav > .user-menu > .dropdown-menu {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	padding: 1px 0 0 0;
	border-top-width: 0;
	width: 280px;
}

	.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
		z-index: 5;
		height: 90px;
		width: 90px;
		border: 3px solid;
		border-color: transparent;
		border-color: rgba(255,255,255,0.2);
	}

	.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
		padding: 10px;
	}

/*.dropdown-toggle::after {
            margin-top: 1em!important;
        }

        .user-header {
            background-color: #ff3547;
            color: #fff;
        }*/
.activebadge {
	box-shadow: 0 3px 6px rgba(251, 250, 250, 0.95), 0 3px 6px rgba(251, 2, 2, 0.98)!important;
	border: 2px solid #795548;
}


.lds-hourglass {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}

	.lds-hourglass:after {
		content: " ";
		display: block;
		border-radius: 50%;
		width: 0;
		height: 0;
		margin: 6px;
		box-sizing: border-box;
		border: 26px solid #050774;
		border-color: #4040a5 transparent rgba(251, 2, 2, 0.98) transparent;
		animation: lds-hourglass 1.5s infinite;
	}

@keyframes lds-hourglass {
	0% {
		transform: rotate(0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	50% {
		transform: rotate(900deg);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	100% {
		transform: rotate(1800deg);
	}
}

.bg-blue-gradient {
	background: #1b365d;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#1b365d),color-stop(1,#384868));
	background: -ms-linear-gradient(bottom,#1b365d,#384868);
	background: -moz-linear-gradient(center bottom,#1b365d 0,#384868 100%);
	background: -o-linear-gradient(#384868,#1b365d);
	color: #fff;
}

.alert-blue, .bg-blue, .label-blue {
	background-color: #1b365d !important;
}

.card-blue.card-outline {
	border-top: 3px solid #1b365d;
}

.btn-blue {
	color: #fff;
	background-color: #384868;
	border-color: #384868;
	box-shadow: 0 1px 1px rgba(0,0,0,.075);
}

.btn-choco {
	color: #fff;
	background-color: #d65b02;
	border-color: #d65b02;
	box-shadow: 0 1px 1px rgba(0,0,0,.075);
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.searchtext {
		width: -webkit-fill-available;
	}
}

@-moz-document url-prefix() {
	.searchtext {
		width: -moz-available;
	}
}
