.btn-delete {
  color: #fff;
  background-color: #cc2127;
  border-color: #cc2127; }
  .btn-delete:hover {
    color: #fff;
    background-color: #cc274b;
    border-color: #cc1a41; }
  .btn-delete:focus, .btn-delete.focus {
    color: #fff;
    background-color: #cc274b;
    border-color: #cc1a41;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 104, 129, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 104, 129, 0.5); }
  .btn-delete.disabled, .btn-delete:disabled {
    color: #fff;
    background-color: #cc2127;
    border-color: #cc2127; }
  .btn-delete:not(:disabled):not(.disabled):active, .btn-delete:not(:disabled):not(.disabled).active,
  .show > .btn-delete.dropdown-toggle {
    color: #fff;
    background-color: #cc1a41;
    border-color: #cc0d36; }
    .btn-delete:not(:disabled):not(.disabled):active:focus, .btn-delete:not(:disabled):not(.disabled).active:focus,
    .show > .btn-delete.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 104, 129, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(255, 104, 129, 0.5); }

.btn-delete:not(.btn-light) {
  color: #ffffff; }
  .btn-delete:not(.btn-light):hover, .btn-delete:not(.btn-light):focus, .btn-delete:not(.btn-light):active {
    color: #ffffff; }
  .btn-delete:not(.btn-light):focus, .btn-delete:not(.btn-light):active {
    background: #cc2127;
    border-color: #cc2127; }

textarea.form-control {
	line-height: 1.4em;
}

.login-wrapper {
	background: #222D32 !important;
	padding: 0 !important;
}

.login-wrapper .login-box {
	height: auto;
	background: #1A2226;
	text-align: center;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.login-wrapper .login-key {
	height: 100px;
	font-size: 80px;
	line-height: 100px;
	background: -webkit-linear-gradient(#27EF9F, #0DB8DE);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.login-wrapper .login-title {
	margin-top: 15px;
	text-align: center;
	font-size: 30px;
	letter-spacing: 2px;
	margin-top: 15px;
	font-weight: bold;
	color: #ECF0F5;
}

.login-wrapper .login-form {
	margin-top: 25px;
	text-align: left;
}

.login-wrapper input[type=text] {
	background-color: #1A2226;
	border: none;
	border-bottom: 2px solid #0DB8DE;
	border-top: 0px;
	border-radius: 0px;
	outline: 0;
	margin-bottom: 20px;
	padding-left: 0px;
	color: #ECF0F5;
}

.login-wrapper input[type=password] {
	background-color: #1A2226;
	border: none;
	border-bottom: 2px solid #0DB8DE;
	border-top: 0px;
	border-radius: 0px;
	outline: 0;
	padding-left: 0px;
	margin-bottom: 20px;
	color: #ECF0F5;
}

.login-wrapper .form-group {
	margin-bottom: 40px;
	outline: 0px;
}

.login-wrapper .form-control:focus {
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 2px solid #0DB8DE;
	outline: 0;
	background-color: #1A2226;
	color: #ECF0F5;
}

.login-wrapper input:focus {
	outline: none;
	box-shadow: 0 0 0;
}

.login-wrapper label {
	margin-bottom: 0px;
}

.login-wrapper .form-control-label {
	font-size: 10px;
	color: #6C6C6C;
	font-weight: bold;
	letter-spacing: 1px;
}

.login-wrapper .btn-outline-primary {
	border-color: #0DB8DE;
	color: #0DB8DE;
	border-radius: 0px;
	font-weight: bold;
	letter-spacing: 1px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.login-wrapper .btn-outline-primary:hover {
	background-color: #0DB8DE;
	right: 0px;
}

.login-wrapper .login-btm {
	float: left;
}

.login-wrapper .login-button {
	padding-right: 0px;
	text-align: right;
	margin-bottom: 25px;
}

.login-wrapper .login-text {
	text-align: left;
	padding-left: 0px;
	color: #A2A4A4;
}

.login-wrapper .loginbttm {
	padding: 0px;
}

.sidebar .nav .nav-item.nav-category {
    color: #0DB8DE !important;
	font-size: 1.2em !important;
}

.navbar {
	display: none !important;
}

.navbar.fixed-top + .page-body-wrapper {
	padding: 0 !important;
}

.page-body-wrapper {
	min-height: 100vh !important;
}

.nav-logo {
	text-align: center;
	padding-top: 10px;
}

.nav-logo img {
	width: 140px !important;
	height: auto !important;
}

.sidebar .nav .nav-item.nav-profile {
	padding-top: 5px !important;
	margin-bottom: 0 !important;
	cursor: default;
}

.sidebar .nav .nav-item.nav-profile:hover {
	background-color: #1A2226 !important;
}

.page-title {
	font-size: 1.5em !important;
}

.breadcrumb-item {
	cursor: default;
}

select.form-control {
	color: unset !important;
}

.table-bordered {
    border: 1px solid #e8ecf1 !important;
}

.table thead th {
	font-weight: 600 !important;
}

.paging {
    width: 100%;
    text-align: center;
}

.form-group label {
	font-weight: 600;
}

.form-check {
	margin-top: 10px !important;
	margin-bottom: 0 !important;
}

.form-check-label {
	font-weight: 400 !important;
}

p.form-check-label {
	color: #777777 !important;
	margin-left: 0.5em !important;
}

.txt-flex {
	display: flex !important;
}

.form-check span {
	color: #777777 !important;
	margin-left: 0.5em !important;
	font-size: 0.875rem !important;
	line-height: 3.2em !important;
}

.form-check .table-responsive {
	margin-left: 0.5em !important;
}

.form-inline label {
    font-size: 0.875rem;
    line-height: 1;
    vertical-align: top;
    margin-right: 0.5rem;
	font-weight: 600;
}

.txt-info {
	color: #777777;
    font-size: 0.825rem;
	font-weight: 400;
    margin-top: 0.5rem;
}

.datepicker {
	cursor: pointer;
}

@media (max-width: 991px) {
	.navbar {
		display: block !important;
	}

	.navbar.fixed-top + .page-body-wrapper {
		padding-top: 70px !important;
	}

	.page-body-wrapper {
		min-height: calc(100vh - 70px) !important;
	}

	.navbar .navbar-brand-wrapper {
		background-color: #ffffff !important;
		width: 200px;
		position: fixed;
	}

	.navbar .navbar-brand {
		width: 140px !important;
	}

	.navbar .navbar-brand-wrapper .navbar-brand.brand-logo-mini img {
		width: auto !important;
		height: auto !important;
	}

	.nav-logo {
		display: none;
	}

	.btn-block-m {
		display: block;
		width: 100%;
	}

	.page-header > nav {
		display: none;
	}

	.forms-sample a.ml-1, .forms-sample button.ml-1 {
		margin-left: 0 !important;
		margin-top: 0.75em !important;
	}
}
