@charset 'UTF-8';
.input100,
.login100-form-btn,
.label-input100,
.login100-form-title,
body * {
	font-family: Inter, sans-serif;
}

#progressSpinner {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-left: -50px;
	margin-top: -50px;
	text-align: center;
	z-index: 99999999;
}

#progressSpinner, #progressSpinnerBackdrop {
	display: none;
}

.ui-progress-spinner {
	position: relative;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	display: inline-block;
}

.ui-progress-spinner-svg {
	-webkit-animation: ui-progress-spinner-rotate 2s linear infinite;
	animation: ui-progress-spinner-rotate 2s linear infinite;
	height: 100%;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;

	animation-duration: 2s;
}

.ui-progress-spinner-circle {
	stroke-dasharray: 89, 200;
	stroke-dashoffset: 0;
	stroke: #d62d20;
	-webkit-animation: ui-progress-spinner-dash 1.5s ease-in-out infinite, ui-progress-spinner-color 6s ease-in-out infinite;
	animation: ui-progress-spinner-dash 1.5s ease-in-out infinite, ui-progress-spinner-color 6s ease-in-out infinite;
	stroke-linecap: round;
}

.progressing #progressSpinner, .progressing #progressSpinnerBackdrop {
	display: block;
}

.language-ui {
	position: inherit;
	width: 100px;
	height: 25px;
	right: 10px;
	bottom: 10px;
}

.container-login100 {
	flex-direction: column;
	justify-content: center;
	padding-top: 70px;
	padding-bottom: 60px;
}

.container-wrap {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.header-layout .navbar-brand-logo {
	height: 50px;
}

.header-layout {
	padding-top: 10px;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
}

.container-login100 {
	/*     min-height: calc(100vh - 60px); */
}

/* Home page */
.in-container {
	/* padding: 20px 40px; */
	max-width: 700px;
}

.wrap-login100 {
	width: auto;
	max-width: 460px;
}

.free-width {
	width: auto;
	max-width: 100%;
}

.in-container .fix-border {
	border-bottom: 1px solid #00918d;
}

.link,
a {
	color: #C88F32;
}

a:hover {
	text-decoration: none;
}

a.login100-form-btn:hover {
	color: #fff;
}

img {
	max-width: 100%;
}

.justify {
	text-align: justify;
}

.in-container .row {
	width: 100%;
	margin: 0;
	padding: 20px 0;
	float: left;
}

.in-container h3 {
	font-size: 35px;
	padding: 0;
	color: #C88F32;
	font-weight: 700;
	margin: 0;
}

.in-container .display-table {
	width: 100%;
	height: 65px;
}

.in-container .display-table .icon {
	width: 65px;
}

.tools-box-right .glyphicons,
.in-container .display-table .icon .glyphicons {
	font-size: 40px;
}

.tools-box-right .glyphicons {
	color: #666;
	transition: all 0.2s ease-in-out;
	font-size: 30px;
}

.tools-box-right a:hover .glyphicons {
	color: #C88F32;
}

.tools-box-right {
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -15px;
}

@media ( max-width: 576px) {
	.in-container .fix-padding .col-sm-6 {
		border-bottom: 1px solid #d1d1d1;
	}

	.in-container .fix-padding .col-sm-6:last-child {
		border-bottom: none;
	}
}

.in-container .display-table .icon img {
	max-width: 100%;
}

.display-table {
	display: table;
}

.table-cell {
	display: table-cell;
}

.vmiddle {
	vertical-align: middle;
}

.in-container h6 {
	font-size: 21px;
	color: rgb(38, 38, 38);
	font-weight: 400;
}

.in-container .box {
	display: block;
	padding: 10px;
	color: #C88F32;
}

.in-container .box:hover, .in-container .box:focus {
	color: #75bb62;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.vt-relative {
	position: relative;
}

.vt-absolute {
	position: absolute;
}

.focus-input100.no-label::after {
	bottom: 12px;
}

.captcha-group .wrap-input100 {
	width: 200px;
	float: left;
}

.captcha-image {
	width: 120px;
	float: left;
}

.captcha-refresh {
	width: 36px;
	float: left;
}

.captcha-refresh span.zmdi-refresh {
	font-size: 30px;
	padding: 3px;
	color: #666;
	cursor: pointer;
}

.captcha-refresh span.zmdi-refresh:hover,
.captcha-refresh span.zmdi-refresh:focus {
	color: #C88F32;
}

.captcha-group {
	width: 100%;
	float: left;
}

.modal {
	z-index: 1088;
}

.switch {
	height: 31px;
}

.footer {
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 60px;
	color: #fff;
	text-align: center;
	font-size: 11px;
	width: 100%;
}

.wrap-login400 {
	width: auto;
	max-width: 400px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.toast-message {
	font-size: 14px !important;
}

.w100 {
	width: 100%;
}

.history-less {
	padding-left: 35px;
	display: flex;
}

.table-cell.ip-address {
	width: 350px;
}

.device-image {
	background-image: url("/share/images/device/devices_default.png");
	background-repeat: no-repeat;
	background-size: 73px 4208px;
	width: 36px;
	height: 36px;
	display: inline-block;
}

/* deviceType */
.Computer {
	background-position: 0 -3268px;
}

.Mobile {
	background-position: -45px -4102px;
}

.Tablet {
	background-position: -3px -3086px;
}

.Wearable, .Game_console, .DMR, .Unknown {
	background-image: url("/share/images/device/unkown-device.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 36px;
	height: 36px;
	display: inline-block;
}

.table-cell.device {
	padding: 10px;
	width: 50px;
}

.table-cell.device-name:hover {
	text-decoration: underline;
}

.history-less {
	cursor: pointer;
}

li.history-item {
	border-bottom: 1px solid #ddd;
	/* margin-left: 15px; */
	padding-bottom: 20px;
	padding-top: 20px;
}

li.history-item:first-child {
	padding-top: 20px;
}

li.history-item:last-child {
	border: none;
	padding-bottom: 20px;
}

div.browser-detail {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	padding-top: 10px;
}

div.col-xl-7 .browser-detail:first-child {
	padding-top: 0;
}

div.col-xl-7 .browser-detail:last-child {
	border: none;
}

div.time-stamp {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	padding-top: 10px;
}

div.col-xl-7 .time-stamp:first-child {
	padding-top: 0;
}

div.col-xl-7 .time-stamp:last-child {
	border: none;
}

.history-item:hover {
	background-color: rgb(245, 245, 245);
}

.history-item .show_detail {
	display: none;
}

.history-item.view_detail {
	background-color: #fff;
}

.history-item.view_detail .show_detail {
	display: block;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.browser-detail {
	vertical-align: middle;
	display: -webkit-box;
}

.browser {
	background: no-repeat url("/share/images/device/devices_default.png");
	background-size: 73px 4208px;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

/* browsers */
.Chrome {
	background-position: 0 -1991px !important;
}

.Edge {
	background-position: -50px -953px !important;
}

.Firefox {
	background-position: -36px -3121px !important;
}

.Safari {
	background-position: 0 -2827px !important;
}

.Internet_Explorer {
	background-position: 0 -2119px !important;
}

.Opera {
	background-position: 0px -586px !important;
}

.Application {
	background-position: -44px -2652px !important;
}

.Unknown-Browser {
	background: no-repeat url("/share/images/device/unkown-device.png");
	background-size: cover;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.area-detail {
	background-color: white;
	padding-bottom: 20px;
}

.row-detail {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px !important;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.wrap-login-history {
	width: 850px;
	height: 640px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	max-width: 100%;
	max-height: 100%;
}

.wrap-user-profile {
	width: 950px;
	height: 800px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	max-width: 100%;
	max-height: 100%;
}

div.formError .formErrorContent {
	background: none !important;
	border: none !important;
	padding: 0 !important;
	width: auto !important;
	box-shadow: none !important;
	text-align: left !important;
	color: red !important;
	font-weight: bold !important;
	font-size: 12px !important;
}

div.formError {
	color: red;
	font-family: Roboto;
	position: inherit !important;
	margin-left: 0px !important;
	padding-bottom: 10px !important;
}

.scrollable {
	height: 86%;
	overflow-y: auto;
}

.panel-heading {
	position: relative;
	padding: 0;
	padding: 15px 20px;
	font-size: 18px;
	color: #C88F32;
	margin-bottom: 15px;
}

.vt-align-center {
	text-align: center !important;
}

.vt-align-left {
	text-align: left !important;
}

.vt-align-right {
	text-align: right !important;
}

.btn-table {
	padding: 2px 4px;
	color: #fff;
	font-size: 15px;
}

.btn-table.edit {
	color: #2e8ccd !important;
}

.btn-table.refresh {
	color: #28a745 !important;
}

.btn-table.delete {
	color: #f05050 !important;
}

.btn-table.warning {
	color: #ffc107 !important;
}

.btn-table.active {
	color: #5ac146;
}

.btn-table.noactive {
	color: #fa5838;
}

.form-group {
	margin-bottom: 1.2rem;
}

@media only screen and (max-width: 1024px) {
	.vt-align-right {
		text-align: left !important;
	}

	.label-responsive {
		margin-bottom: 2rem;
	}

	.profile-picture {
		padding: 0 !important;
		margin: 0 !important;
	}

	.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus {
		border-color: #a4b7c1 #a4b7c1 #a4b7c1;
	}

	.overflow-tab.tab-content > .active {
		margin-right: 1rem;
	}

	.history-item .history-less {
		display: contents;
	}
}

.heading-radius {
	width: 200px;
	height: 45px;
	color: #ffff;
	display: flex;
	margin-bottom: 20px;
	align-items: center;
	justify-content: center;
	border-top-right-radius: 45px;
	border-bottom-right-radius: 45px;
	background: linear-gradient(0.25turn, #287cec, #80c85f);
}
