.box-content .form-group, .devoops-modal-inner .form-group {
  margin-top:15px;
  margin-bottom:15px;
}

.devoops-modal-bottom .btn {
	float:right;
}
#modalbox {
  display:none;
  position: fixed;
  overflow: auto;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5000;
  background:rgba(0,0,0,0.4);
}

#additional-modalbox {
  display:none;
  position: fixed;
  overflow: auto;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6000;
  background:rgba(0,0,0,0.4);
}

.devoops-modal {
  position:absolute;
  top:90px;
  margin-left: -350px;
  left: 50%;
  right: 50%;
  border: 1px solid #f8f8f8;
  box-shadow: 0 0 20px #5e5e5e;
  background: transparent;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 4px;
  min-width: 700px;
  z-index:6000;
}

.devoops-modal-large {
  position:absolute;
  top:90px;
  margin-left: -650px;
  left: 50%;
  right: 50%;
  border: 1px solid #f8f8f8;
  box-shadow: 0 0 20px #5e5e5e;
  background: transparent;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 4px;
  min-width: 1304px;
  z-index:6000;
}

.devoops-modal-large .devoops-modal-header button {
  position: absolute;
  top: 29px;
  left: 1260px;
  font-size: 23px;
  opacity: 1;
}

.devoops-modal-header {
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  font-size: 16px;
  position:relative;
  overflow: hidden;
  background: #ffffff;
  border-bottom: 1px solid #E4E4E4;
  height: 72px;
  padding: 24px;
}

.devoops-modal-large .devoops-modal-header {
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  font-size: 16px;
  position:relative;
  overflow: hidden;
  background: #ffffff;
  border-bottom: 1px solid #E4E4E4;
  height: 72px;
  padding: 16px;
  display: flex;
  align-items: center;
}

.devoops-modal-header button {
  position: absolute;
  top: 29px;
  left: 660px;
  font-size: 23px;
  opacity: 1;
}

.devoops-modal-inner {
  position: relative;
  overflow: hidden;
  padding: 24px;
  background: #ffffff;
}

.devoops-modal-large .devoops-modal-inner {
  position: relative;
  overflow: hidden;
  padding: 16px;
  background: #ffffff;
}

.devoops-modal-bottom {
  position: relative;
  overflow: hidden;
  padding: 10px;
  border-top: 1px solid #E4E4E4;
  background: #ffffff;
}

.modal-header-name {
  padding-top: 2px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

.bt-header {
  font-size: 16px;
}

.size {
  height: 736px;
  width: 900px;
}

.modal_text {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  padding: 8px;
}

.frame {
  padding: 10px 24px 24px 24px;
}

.frame-top {
  padding-top: 10px;
}

#status-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  width: 24%;
  border-radius: 4px;
  font-size: 14px;
  color: white;
  padding: 14px;
  top: 65px;
  left: 75%;
}
.modal-error-status{
  background: #A90000;
  color: #FFFFFF;
}
.modal-warning-status{
  background: #E96B18;
  color: #FFFFFF;
}
.modal-success-status {
  background: #1D9B42;
  color: #FFFFFF;
}

#status-modal .status-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#status-modal .status-modal-body div {
  text-align: center;
  margin: 16px 0;
}

#status-modal .close-button{
  font-size: 14px;
  color: #CD8933;
}

.status-modal-text-cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.status-modal-icon-cont {
  display: flex;
  align-items: start;
}

.status-modal-icon-cont i {
  background-color: #FFFFFF
}

.status-modal-icon-cont i:hover {
  background-color: #b6b6b6;
  cursor: pointer;
}

.popover {
  z-index: 9999;
}
.tooltip {
  z-index: 9998;
}
.display-flex {
  display: flex;
}