/* ===== CUSTOM STYLES =====*/
.card-header-at {
  margin-bottom: 0;
  padding: 0.25rem;
  background-color: #000000;
  border-bottom: 1px solid #e3e6f0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.spacer-btn {
	padding-top: 5px;
}

.spacer {
	padding-top: 10px;
}

.spacer-sm {
	padding-top: 17px;
}

.spacer-md {
	padding-top: 35px;
}

.spacer-lg {
	padding-top: 50px;
}

.chk-lg {
  	height: 32px !important;
  	width: 32px !important;
}

.chk-sm {
  	height: 20px;
  	width: 20px;
	vertical-align: top;
	padding: 2px !important;
}

.chktbl {
  	height: 18px;
  	width: 18px;
	margin-bottom: 0 !important;
}

.chklabel{
	display: inline-block;
 	margin-left: 5px;
	border: none;
	margin-bottom: 0 !important;
}

.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: 6px;
 	color: #e2e2e2;
}

.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;
}

.form-text{
	font-size: .8em;
	padding-top: 5px;
 	color: #484848;
}

.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: #2c2c2c !important; 
	background-color: #c6f3cf !important; 
}

.cell-red {
	font-weight: 500;
    color: #2c2c2c !important; 
	background-color: #f7c3c3 !important; 
}

.cell-purple {
	font-weight: 500;
    color: #2c2c2c !important; 
	background-color: #d6bbfc !important; 
}

.cell-khaki {
	font-weight: 500;
    font-style: italic !important;
	background-color: #c3e5b0 !important; 
}

.cell-blue {
	font-weight: 500;
    color: #2c2c2c !important; 
	background-color: #c5dfff !important; 
}

.cell-italic {
	font-weight: 500;
    font-style: italic !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-reserved-row {
	font-style: oblique;
	font-weight: 700;
}

.bg-footer {
	background-color: #5a5c69 !important;
}

.bg-success-row {
	background-color: #a0d08c !important;
	background-size: cover;
}

.bg-danger-row {
	background-color: #e69d9d !important;
	background-size: cover;
}

.bg-primary-row {
	background-color: #c1cfee !important;
	background-size: cover;
}

.bg-warning-row {
	background-color: #e3c09d !important;
	background-size: cover;
}

.bg-purple-row {
	/*background-image: linear-gradient(180deg, #0f0f0f 10%, #1f004c 80%) !important;*/
	background-color: #a8a0e5 !important;
	background-s
}

.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;
}

.bg-success-row {
	background-color: #d8f3cb !important;
	background-size: cover;
}

.bg-purple-row {
	/*background-image: linear-gradient(180deg, #0f0f0f 10%, #1f004c 80%) !important;*/
	background-color: #c6c4ff !important;
	background-size: cover;
}

.hide-col {
  overflow: hidden;
  width: 0!important;
  max-width: 0!important;
  padding: 0!important;
  border-width: 0!important;
  font-size: 0!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;
}

.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;
}

.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: 385px;
}

.list-group-item-usr {
	position: relative;
	display: block;
	padding: 0.5rem 1.25rem;
	color: #e5e5e5;
	background-color: #474747;
	border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-staff {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: 0.25rem;
	background-color: #fff4c6; 
	max-height: 370px;
	overflow: auto;	
}

.form-check-label-usr {
  	margin-bottom: 0;
	margin-top: 3px;
	margin-left: 10px;
}

.block-text {
	font-size: .8rem;
	border: 1px solid #d2d5dd;
	border-radius: calc(0.3rem - 1px);
	padding: 5px;
	background-color: #fff4e9;
	color: #040404;
	min-height: 30px;
	margin-left: -35px;
}

.block-text-area {
	font-size: .8rem;
	border: 1px solid #d2d5dd;
	border-radius: calc(0.3rem - 1px);
	padding: 5px;
	background-color: #fff4e9;
	color: #040404;
	min-height: 100px;
}

.block-text-bold {
	display: block;
	width: 90%;
	font-size: .8rem;
	font-weight: 700;
	border: 1px solid #b9bcc3;
	border-radius: calc(0.3rem - 1px);
	padding: 5px;
	background-color: #eaeaea;
	min-height: 30px;
}

.response-body {
  	flex: 1 1 auto;
  	min-height: 1px;
  	max-height: 300px;
  	overflow-y: auto;
  	padding: .8rem;
}

.text-critical {
  	color: #9b37ff !important;
}

a.text-critical:hover, a.text-critical:focus {
   	color: #7429bf !important;
}

.banner {
	display: flex;
	background-image: linear-gradient(#474747, #272727);
	color:#f0f0f0;
	font-size:.9em;
	font-weight: 600;
	border-radius: 3px;
	padding: 5px;
}

.btn-slim, .btn-group-slim > .btn {
  padding: 0.2rem 0.2rem;
  font-size: 0.75rem;
  line-height: 1;
  border-radius: 0.2rem;
}

.cec_logo {
	padding-left: 5px;
	padding-bottom: 5px;
}

.text-danger-block {
	color: #e74a3b !important;
	background-color: #101010;
	border-radius: 3em;
	padding: 2px;
	text-align: center !important;
}

.mlm-202{
	margin-left: -35px !important; 
}

.mlm-35{
	margin-left: -35px !important; 
}

/* Multi select checkbox stuff */
.form-control-multiselect {
	display: block;
	width: 100%;
	height: 330px;
	padding: 0.1rem 0.5rem;
	font-size: .85rem;
	font-weight: 400;
	line-height: 1.5;
	color: #151518;
	background-color: #eaeaea;
	background-clip: padding-box;
	border: 1px solid #717981;
	border-radius: 0.25rem;
	overflow-x: auto;
}

.img-fluid-400 {
  max-width: 400px;
  height: auto;
}

.banner-text {
	font-size: 32px;
	font-weight: bolder;
	color: #ffce6a;
	font-style: italic;
}

.list-item-text {
	padding: .55em;
}

.float-left {
	float: left !important;
}
.notify-block {
	display: inline-block;
	color: #dfdfdf;
	background-color: #4e9642;
 	border: 1px solid #436440;
	border-radius: .25em;
	width: 100px;
	height: 25px;
	font-size: .8em;
	text-align: center;
}