.close,
.modal-default-button {
  float: right
}

.btn,
.modal-wrapper {
  vertical-align: middle
}

.capitalize,
.card-header {
  text-transform: capitalize
}

.login_bg {
  background-image: url(../images/bg-agegateway.jpg);
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  right: 0
}

.login_bg>.container>.col-md-4 {
  width: 360px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 155px;
  height: auto;
  padding: 20px;
  color: #666;
  border: 2px solid;
  border-radius: 20px;
  background: 0 0
}

.login_bg>.container>.col-md-4>div>.form-group>.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  box-shadow: none;
  background: #16391b !important;
  border: 0;
  height: 55px;
  border-radius: 10px
}

.logo_container {
  text-align: center;
  margin-top: 25px
}

.logo_style {
  width: 130px
}

.login_bg>.container>.col-md-4>div>.form-group>.btn-primary {
  color: #fff;
  background-color: #0a7e46;
  border-color: #0a7e46;
  border-radius: 10px
}

.login_bg>.container>.col-md-4>div>.form-group>.btn-primary:hover {
  background-color: #065c27;
  border-color: #0d7234
}

.main-container {
  padding: 0 !important;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  height: calc(100% - 50px);
  bottom: 0;
  top: 50px
}

.container_box {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0
}

.container_box .topic {
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  border-radius: 0
}

.modal-container .lightbox-holder .close {
  position: relative;
  width: 40px;
  height: 40px
}

.close {
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
  filter: alpha(opacity=20)
}

.lightbox-holder {
  font-family: "Futura Std", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.33;
  color: #292a2a;
  font-weight: 300;
  background-color: #fff
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: table
}

.modal-wrapper {
  display: table-cell
}

.modal-container {
  width: 625px;
  margin: 0 auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  font-family: Helvetica, Arial, sans-serif;
  position: relative
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983
}

.modal-body {
  margin: 20px 0
}

.modal-leave-active {
  opacity: 0;
  transition: all .3s;
  transform: translateY(-30px)
}

.lightbox-holder .close,
.modal-container .close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 5px;
  top: 2px;
  font-size: 0;
  line-height: 0
}

.lightbox-holder .close:after,
.lightbox-holder .close:before {
  width: 20px;
  height: 3px;
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  content: "";
  left: 50%;
  top: 50%;
  background: #4a4a4a;
  position: absolute
}

.lightbox-holder .close:after {
  -webkit-transform: translate(50%, 50%) rotate(45deg);
  -ms-transform: translate(50%, 50%) rotate(45deg);
  transform: translate(50%, 50%) rotate(45deg)
}

.lightbox-holder .close:before {
  -webkit-transform: translate(50%, 50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg)
}

@media (max-width:767px) {
  .modal-container {
    width: 100% !important
  }
}

.color-picker-container {
  width: 225px !important;
  padding: 0
}

.color-picker-container .modal-body {
  padding: 0;
  margin: 0
}

.btn,
.input-group-prepend {
  font-weight: 400;
  text-align: center;
  /* padding: 6px 12px; */
  font-size: 12px
}

.color-picker-container button,
.push-box button .close {
  position: absolute;
  top: -25px;
  right: -25px;
  float: right;
  background: 0 0;
  color: #ddd;
  z-index: 10000;
  border: .5px solid #eee;
  border-radius: 100%
}

.color-picker-container button:active,
.color-picker-container button:focus,
.color-picker-container button:hover,
.push-box button .close:active,
.push-box button .close:focus,
.push-box button .close:hover {
  color: #fff;
  border: .5px solid #fff;
  outline: 0
}

.color-inputs input {
  background-color: inherit
}

.form-control {
  height: 32px;
  border: .5px solid #ccc
}

/* .input-group-prepend {
  line-height: 1;
  color: #555;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 3px
} */

.btn {
  display: inline-block;
  margin-bottom: 0;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.approval-set .btn {
  margin: 0 10px
}

body .page-container .sidebar-menu #main-menu a,
body .page-container .sidebar-menu #main-menu a span {
  text-decoration: none;
  text-transform: capitalize
}

body .page-container .sidebar-menu #main-menu a:focus {
  text-decoration: none
}

.input-group-prepend.btn {
  display: table-cell;
  color: #fff
}

.page-manager-accordion .card-header>.card-options>a {
  margin-top: auto
}

.keep-min-height {
  min-height: 700px
}

.panel.gu-mirror .card-header {
  padding: .75rem 1.25rem
}

/*!*.modal-enter, .modal-leave-to !* .list-leave-active below version 2.1.8 *!*!*/
/*!*transition: all 3s;*!*/
/*!*transform: translateY(50px);*!*/
