/* Right Panel */

.modal.fade:not(.in).right .modal-dialog {
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
       -o-transition: opacity 0.3s linear, right 0.3s ease-out;
          transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right .modal-dialog {
	position:absolute;
	top:0;
	right:0;
	margin:0;
  height: 100%;
  width: 300px;
}

.modal.right .modal-content {
		height: 100%;
		overflow-y: auto;
	}


/* Custom Card Status left */
.custom-card-status-left-t {
  right: auto;
  bottom: 0;
  height: auto;
  width: 3px;
  border-radius: 3px 0 0 0;
}
.custom-card-status-left-b {
  right: auto;
  bottom: 0;
  height: auto;
  width: 3px;
  border-radius: 0 0 0 3px;
}
.custom-card-status-left {
  right: auto;
  bottom: 0;
  height: auto;
  width: 3px;
  border-radius: 0px;
}

/* Fixed Close Button Modal */
.modal-header .close:before {
   display: none;
}

/* Custom Vertical Line */

  .vl-red {
    border-left: 6px solid green;
    height: auto;
  }

/* Custom Card aside image */
.custom-card-aside {
  -ms-flex-direction: row;
  flex-direction: row;
  /* height: 100px; */
}
.custom-card-aside-column {
  min-width: 5rem;
  max-width: 20rem;
  width: 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  /* border-top-right-radius:  3px; */
  /* border-bottom-right-radius: 3px; */
  background: no-repeat center/cover;
}

/* Cut Text */
.cut-text {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 150px;
  height: 1.2em;
  white-space: nowrap;
}

/* Custom Card Margin */
.card {
  margin-bottom: 10px;
}
.card-header-custom {
  background: none;
  padding: 0.5rem 0.5rem;
  display: -ms-flexbox;
  display: flex;
  min-height: 1.5rem;
  -ms-flex-align: center;
  align-items: center;
}

.card-value-custom {
  font-size: 1.2rem;
  line-height: 2.5rem;
  height: 2.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  /* font-weight: 400; */
}



/* Flex Gallery */

.flex-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.flex-container > div {
  width: 120px;
  margin: auto;
  text-align: center;
  line-height: 80px;
  margin: 5px;
}


.stamp-small {
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}



/* timeline */
.timeline-badge-custom {
  position: absolute;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  left: -1px;
  top: .5rem;
  border-radius: 100%;
  border: 1px solid #fff;
  background: #adb5bd;
}


.bg-grey-custom {
  background-color: #f7f7f7 !important;
}

.text-green-newtt {
  color: #009933 !important;
}

.bg-green-newtt {
  background-color: #009933 !important;
}
