.card-header-at {
  margin-bottom: 0;
  padding: 0.25rem;
  background-color: #000000;
  border-bottom: 1px solid #a7aab4;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.spacer {
	padding-top: 10px;
}

.spacer-sm {
	padding-top: 20px;
}

.spacer-md {
	padding-top: 35px;
}

.spacer-lg {
	padding-top: 50px;
}

.chk-lg {
	margin-top: 0px !important;
  	height: 32px !important;
  	width: 32px !important;
	border: 1px solid #D1D3E2 !important;
}

.chk-sm {
	margin-top: 3px !important;
  	height: 20px;
  	width: 20px;
}

.chktbl {
  	height: 18px;
  	width: 18px;
	margin-bottom: 0 !important;
}

.chklabel{
	display: inline;
 	margin-left: 10px;
    padding-top: -20px !important;
	border: solid;
	line-height: 2;
}

.modal-text-tiny{
	font-size: .9em;
	font-style: italic;
	padding-right: 30px;
 	color: #686868;
}

.text-tiny{
	font-size: .9em;
	font-style: italic;
	padding-left: 20px;
 	color: #686868;
}

.tiny-text{
	font-size: .8em;
	padding-left: 15px;
	padding-bottom: 10px;
 	color: #484848;
}

.mini-text{
	font-size: .8em;
	padding-bottom: 5px;
 	color: #484848;
}

.form-text{
	font-size: .8em;
	padding-top: 5px;
 	color: #484848;
}

.section-text-sm {
	font-size: .9em;
	padding-top: 2px;
	padding-bottom: 2px;
 	color: #03569f;
}

.section-text-tiny {
	font-size: .8em;
	padding-top: 8px;
 	color: #4d4d4d;
}

.warning-text {
	display: inline-block;
	font-weight: 400;
	font-size: .8em;
	color: #dd0000;
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
	border: 1px solid #dd0000;
	border-radius: 3px;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
}

.cell-green {
	font-weight: 500;
    color: #ffffff !important; 
	background-color: #6bc74f !important; 
}

.cell-red {
	font-weight: 500;
    color: #ffffff !important; 
	background-color: #ff694f !important; 
}

.cell-purple {
	font-weight: 500;
    color: #ffffff !important; 
	background-color: #8f54e3 !important; 
}

.display-box-sm-info {
	display: block;
	width: 100%;
	min-height: 70px;
	padding: 6px;
	border-radius: 4px;
 	margin-bottom: 4px;
	background-color: #e5e5e5;
	color: #00007f;
}

.card-header-title-primary {
	padding: 0.25rem .5rem;
	margin-bottom: 0;
	background-color: #4e73df;
	border-bottom: 1px solid #dcdee6;
	border-top: 1px solid #4e73df;
	font-style: italic;
	color: #f9f9f9;
	border-top-right-radius: 5px;
}

.card-header-title-success {
	padding: 0.25rem .5rem;
	margin-bottom: 0;
	background-color: #28b93e;
	border-bottom: 1px solid #dcdee6;
	border-top: 1px solid #28b93e;
	font-style: italic;
	color: #f9f9f9;
	border-top-right-radius: 5px;
}

.card-header-title-danger {
	padding: 0.25rem .5rem;
	margin-bottom: 0;
	background-color: #e74a3b;
	border-bottom: 1px solid #dcdee6;
	border-top: 1px solid #e74a3b;
	font-style: italic;
	color: #f9f9f9;
	border-top-right-radius: 5px;
}

.card-header-title {
	padding: 0.25rem .5rem;
	margin-bottom: 0;
	background-color: #f4f5f7;
	border-bottom: 1px solid #dcdee6;
	border-top: 1px solid #dcdee6;
	font-style: italic;
}

.row-pointer{
	cursor: pointer !important;
}

.bg-footer {
	background-color: #5a5c69 !important;
}

.bg-danger-light {
	background-color: #f4dad7;
	background-size: cover;
}
.bg-primary-light {
	background-color: #eff4f9;
	background-size: cover;
}
.bg-purple-light {
	background-color: #f5e5f9;
	background-size: cover;
}
.bg-success-light {
	background-color: #dff9e6;
	background-size: cover;
}

.bg-gradient-danger-light {
	background-image: linear-gradient(180deg, #f9e1e1 10%, #ffc4c2 100%);
	background-size: cover;
}

.bg-gradient-primary-light {
	background-image: linear-gradient(180deg, #eff4f9 10%, #d7e9ff 100%);*/
	background-size: cover;
}

.bg-gradient-purple-light {
	background-image: linear-gradient(180deg, #f8f3f9 10%, #efe1ff 100%);*/
	background-size: cover;
}

.bg-gradient-success-light {
	background-image: linear-gradient(180deg, #eff9f0 50%, #e0ffdc 10%);
	background-size: cover;
}

.border-left-purple {
  border-left: 0.25rem solid #8f00d6 !important;
}

.datatable-control {
	display: block;
	width: 100%;
	height: calc(1em + 0.625rem);
	padding: 0.1rem 0.5rem;
	font-size: .8rem;
	/*font-weight: 400;*/
	line-height: 1;
	color: #1b1b1f;
	background-color: #fff6db;
	background-clip: padding-box;
	border: 1px solid #d1d3e2;
	border-radius: 0.15rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.hide-col {
  overflow: hidden;
  width: 0!important;
  max-width: 0!important;
  padding: 0!important;
  border-width: 0!important;
  font-size: 0!important;
}

.modal-header-plain {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: .5rem 1rem;
	border-bottom: 1px solid #e3e6f0;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
	background-image: linear-gradient(#f9fff4, #d2eeca);
}

.modal-header-primary {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: .5rem 1rem;
	border-bottom: 1px solid #e3e6f0;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
	background-image: linear-gradient(#8fa5df, #4e73df);
	/*background-color: #4e73df;*/
	color: #ffffff;
}

.modal-footer-primary {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: 0.25rem;
	border-top: 1px solid #e3e6f0;
	border-bottom-right-radius: calc(0.3rem - 1px);
	border-bottom-left-radius: calc(0.3rem - 1px);
	background-image: linear-gradient(#4e73df,#8fa5df);
}

.modal-footer-primary > * {
	margin: 0.25rem;
}

.modal-header-warning {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: .5rem 1rem;
	border-bottom: 1px solid #e3e6f0;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
	background-image: linear-gradient(#ffe5a6, #ffc12f);
	/*background-color: #4e73df;*/
	color: #4c4c4c;
}

.modal-footer-warning {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: 0.25rem;
	border-top: 1px solid #e3e6f0;
	border-bottom-right-radius: calc(0.3rem - 1px);
	border-bottom-left-radius: calc(0.3rem - 1px);
	background-image: linear-gradient(#ffc12f, #ffe5a6);
}
.modal-footer-warning > * {
	margin: 0.25rem;
}

.modal-header-plain .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
}

.input-group-tip {
	color:#d80000;
	padding-left: 10px;
	font-size: 1.2em;
}

.block-text {
	font-size: .8rem;
	border: 1px solid #d2d5dd;
	border-radius: calc(0.3rem - 1px);
	padding: 5px;
	background-color: #fff4e9;
	min-height: 30px;
}

.block-text-area {
	font-size: .8rem;
	border: 1px solid #d2d5dd;
	border-radius: calc(0.3rem - 1px);
	padding: 5px;
	background-color: #fff4e9;
	min-height: 100px;
}

.block-text-bold {
	font-size: .8rem;
	font-weight: 800;
	border: 1px solid #b9bcc3;
	border-radius: calc(0.3rem - 1px);
	padding: 5px;
	background-color: #eaeaea;
	min-height: 30px;
}

.btnbar, .btnbar0, .btnbar1, .btnbar2, .btnbar3, .btnbar4 {
	float: left;
	display: inline-block;
}

.form-control-prefix {
	height: calc(1.5em + 0.625rem);
	padding: 0.1rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border: 1px solid #393a3e;
	color: #000000;
	background-color: #c8c8c8;
	pointer-events: none;
	margin-right: -2px;
}

.form-check-input-usr {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1rem;
}

.list-group-usr {
	display: flex;
	flex-direction: column;
	padding-left: 5px;
	margin-bottom: 0;
	border-radius: 0.35rem;
	overflow-y: auto;
	max-height: 300px;
}

.list-group-item-usr {
	position: relative;
	display: block;
	padding: 0.5rem 1.25rem;
	color: #00005f;
	background-color: #fff8c2;
	border: 1px solid rgba(0, 0, 0, 0.125);
}

.form-check-label-usr {
  	margin-bottom: 0;
	margin-top: 3px;
	margin-left: 10px;
}