.btn-oa {
	border-color: #fd7e14 !important;
	background-color: #fd7e14 !important;
	color: #FFF !important;
}
.-error-border-oa {
  border : 1px solid red !important; 
  box-shadow: 0 0 5px rgba(255, 0, 0, 1) !important; 
  color: #FF0000;
}
.pl {
	padding-left: 0px;
}
.pr {
	padding-right: 0px;
}
.modal-backdrop {
  opacity:0.7 !important;
}
.jumbotron {
	margin-bottom: 1rem !important;
  border-radius: 0px !important;
}
code {
	display: block;
}
span.version_lbl {
	position: absolute;
  top: 123px;
  left: 100px;
}
.small-box {
	border-radius: .25rem;
  box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.small-box>.inner {
	padding: 20px;
	color: #FFF;
}
.small-box .icon{
  top:-3px;
}
.icon {
  position: absolute;
  right: 12px;
}
.stat-icon{
  float: right;
  height: 100px;
  width: 100px;
  opacity: .3;
}
.small-box.bg-green{
  background-color:#20BBA6 !important;
  height: 100px;
  border: 0;
  -webkit-box-shadow:0 0px 2px 0 rgba(0, 0, 0, .16), 0 2px 8px 0 rgba(0, 0, 0, .16);
  -moz-box-shadow:0 0px 2px 0 rgba(0, 0, 0, .16), 0 2px 8px 0 rgba(0, 0, 0, .16);
  box-shadow:0 0px 2px 0 rgba(0, 0, 0, .16), 0 2px 8px 0 rgba(0, 0, 0, .16);
  border-radius: 4px;
}
.small-box.bg-yellow{
  background-color:#FFC42F !important;
  height: 100px;
  border: 0;
  -webkit-box-shadow:0 0px 2px 0 rgba(0, 0, 0, .16), 0 2px 8px 0 rgba(0, 0, 0, .16);
  -moz-box-shadow:0 0px 2px 0 rgba(0, 0, 0, .16), 0 2px 8px 0 rgba(0, 0, 0, .16);
  box-shadow:0 0px 2px 0 rgba(0, 0, 0, .16), 0 2px 8px 0 rgba(0, 0, 0, .16);
  border-radius: 4px;
}
.small-box.bg-blue{
  background-color:#13B9D4 !important;
  height: 100px;
  border: 0;
  -webkit-box-shadow:0 0px 2px 0 rgba(0, 0, 0, .16), 0 2px 8px 0 rgba(0, 0, 0, .16);
  -moz-box-shadow:0 0px 2px 0 rgba(0, 0, 0, .16), 0 2px 8px 0 rgba(0, 0, 0, .16);
  box-shadow:0 0px 2px 0 rgba(0, 0, 0, .16), 0 2px 8px 0 rgba(0, 0, 0, .16);
  border-radius: 4px;
}
.small-box.bg-red{
  background-color:#F45952 !important;
  height: 100px;
  border: 0;
  -webkit-box-shadow:0 0px 2px 0 rgba(0, 0, 0, .16), 0 2px 8px 0 rgba(0, 0, 0, .16);
  -moz-box-shadow:0 0px 2px 0 rgba(0, 0, 0, .16), 0 2px 8px 0 rgba(0, 0, 0, .16);
  box-shadow:0 0px 2px 0 rgba(0, 0, 0, .16), 0 2px 8px 0 rgba(0, 0, 0, .16);
  border-radius: 4px;
}
.mt {
  margin-top: 10px;
}
.dp-n {
  display: none;
}
.oa-hover-div {
  display: block;
  position: absolute;
  z-index: 100;
  background-color: #fd7e14;
  opacity: 0.4;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
}
#trunc-script-con {
  padding: 0px !important;
}
#clipboard-btn {
  position: absolute;
  top: -10px;
  right: 0;
  z-index: 200;
}
.btn {
  border-radius: 0px;
}
.modal-content {
  border-radius: 0px !important;
}

#tbl_advance_opt {
  width: 100%;
}
#tbl_advance_opt td {
  vertical-align: middle !important;
}
#tbl_advance_opt tr td:nth-child(1) {
  width: 15% !important;
  padding: 3px 0px;
}
#tbl_advance_opt tr td:nth-child(2) {
  width: 1% !important;
}
#tbl_advance_opt tr td:nth-child(3) {
  width: 84% !important;
}
#login_body_bg {
  height: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}


.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group>input,
.form-label-group>label {
  padding: 0.75rem;
  height: auto;
  border-radius: 2rem;
}
.form-label-group>label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  cursor: text;
  /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(0.75rem + 0.75rem) * (2 / 3));
  padding-bottom: calc(0.75rem) / 3);
}

.form-label-group input:not(:placeholder-shown)~label {
  padding-top: calc(0.75rem / 3);
  padding-bottom: calc(0.75rem / 3);
  font-size: 10px;
  color: #777;
}
.btn-login {
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  padding: 0.75rem 1rem;
  border-radius: 2rem;
}
#ddm_tool_user_inf {
  left: -35px !important;
  font-size: 12px;
}
#ct {
  position: absolute;
  right: 0;
  font-size: 13px;
}
.switch_label_desc {
  line-height: 5px;
}