/**
 * Put all custom modifications here
 */

#with-top-bar .with-top-nav {
  padding-top: 50px;
}
#with-top-bar .main-header .navbar.top-bar,
.skin-blue .main-header li.user-header {
  background-color: #00597C !important;

}
#with-top-bar .main-header .navbar.top-bar .nav>li>a {
  color: #ffffff;
}
#with-top-bar .main-header .navbar.top-bar {
  margin-left: 0;
}
#with-top-bar .main-header .navbar.top-bar .nav>li>a {
  color: #ffffff;
}
#with-top-bar .main-header .navbar.top-bar .nav>li>a:hover,
#with-top-bar .main-header .navbar.top-bar .nav>li>a:active,
#with-top-bar .main-header .navbar.top-bar .nav>li>a:focus,
#with-top-bar .main-header .navbar.top-bar .nav .open>a,
#with-top-bar .main-header .navbar.top-bar .nav .open>a:hover,
#with-top-bar .main-header .navbar.top-bar .nav .open>a:focus,
#with-top-bar .main-header .navbar.top-bar .nav>.active>a {
  background: #00597C;
  color: #f6f6f6;
}
#with-top-bar .main-header .navbar-nav>li>.dropdown-menu {
  margin-top: 6px;
}
#with-top-bar .control-sidebar {
  padding-top: 100px;
}
@media (max-width: 991px) {
  #with-top-bar .content-header > .breadcrumb {
    margin-top: 20px;
  }
}

.logo-lg img {
  max-height: 50px;
  margin-top: 0;
}
.skin-blue .main-header .logo,
.skin-blue .main-header .logo:hover,
.skin-blue .main-header .navbar {
  background-color: #00597C;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
  background-color: #367fa9;
}
.skin-blue .main-header .navbar .sidebar-toggle,
.skin-blue .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
}
.skin-blue .main-header .navbar .nav>li>a {
  color: #f6f6f6;
}
.skin-blue .main-header .navbar .nav>li>a:hover,
.skin-blue .main-header .navbar .nav>li>a:active,
.skin-blue .main-header .navbar .nav>li>a:focus,
.skin-blue .main-header .navbar .nav .open>a,
.skin-blue .main-header .navbar .nav .open>a:hover,
.skin-blue .main-header .navbar .nav .open>a:focus,
.skin-blue .main-header .navbar .nav>.active>a {
  background: #00597C;
  color: #f6f6f6;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: 125px;
}
.sidebar .user-panel .image,
.navbar-custom-menu .user-header {
  color: #ffffff;
}

.main-header, .main-sidebar, .left-side{
  position: fixed;
}

.navbar-left{
  float: left;
  margin-top: 6px;
}

.navbar-right{
  position: relative;
  line-height: 15px;
  vertical-align: middle;
  margin-right: 1px;
  margin-top: 2px;
}

.main-header-shadow {
  box-shadow: 1px 1px 5px rgba(0,0,0,.5);
}

.main-footer {
  padding-bottom: 5px;
  margin-bottom: -5px !important;
}

.main-footer .row {
  margin-left: 0;
  padding-top: 10px;
}
.main-footer .social-media a {
  color: #dddddd;
  margin-right: 8px;
}

.footer-top {
  background-color: #222d32;
  color: #ffffff;
  min-height: 90px;
  margin: -15px -15px 0;
  padding-bottom: 15px;
}

.footer-top-border{
  border-top: 1px solid #e60000;
}

.user-last-session{
  color: #ffffff;
  font-weight: bold;
  font-size: 1.125rem;
}

footer .copy {
  display: block;
  position: relative;
  z-index: 815;
  margin-left: -20px;
  margin-right: -15px;
  padding: 10px 15px 10px 15px;
  background: #ffffff;
}

footer .powered-by {
  display: block;
  position: relative;
  z-index: 815;
  margin-left: -20px;
  margin-right: -15px;
  padding: 5px 15px 0 15px;
  background: #ffffff;
  font-size: small;
  font-weight: bold;
  float: left !important;
}

.powered-by img {
  width: 50px;
}

footer .pay-with {
  display: block;
  position: relative;
  z-index: 815;
  margin-left: -20px;
  padding: 0 15px 0 15px;
  background: #ffffff;
  font-size: small;
  font-weight: bold;
  float: right !important;
}

.pay-with img {
  width: 55px;
}

@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .main-footer {
    margin-bottom: 0 !important;
  }
  .sidebar-mini.sidebar-collapse footer .copy {
    margin-left: -15px !important;
  }
}



/* ****** extra added custom ******/

.margin-top-0 {
  margin-top:0;
}
.margin-top-5 {
  margin-top:5px;
}
.margin-top-10 {
  margin-top:10px;
}
.margin-top-15 {
  margin-top:15px;
}
.margin-top-30 {
  margin-top:30px;
}
.margin-bottom-5 {
  margin-bottom:5px;
}
.margin-bottom-15 {
  margin-bottom:15px;
}
.no-margin {
  margin:0 !important;
}

.dashboard-block, .dashboard-block:hover, .dashboard-block:active, .dashboard-block:focus {
  color: rgba(0, 0, 0, 0.5);
}
.dashboard-block {
  background-color: #4d4d4d;
  position: relative;
  display: block;
  padding: 20px 20px;
  opacity:0.9;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom:5px;
}
.dashboard-block .rotate {
  z-index: 8;
  float: right;
  height: 100%;
}
.dashboard-block .rotate i {
  color: rgba(20, 20, 20, 0.15);
  position: absolute;
  left: 0;
  left: auto;
  right: 0;
  bottom: 0;
  display: block;
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.dashboard-block .more {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.25) !important;
  text-shadow: none;
}
.dashboard-block .details {
  position: relative;
  z-index: 10;
  float: left;
  margin-top: -10px;
  text-align: left;
}
.dashboard-block .title {
  display: block;
  margin-bottom: 1em;
  font-size: 13px;
  /*text-transform: uppercase;*/
  color: #ffffff;
}
.dashboard-block .sub {
  display: block;
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
}

.bounce-up {
  opacity: 0;
  -moz-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -moz-transform: translate3d(0px, 10px, 0px);
  -webkit-transform: translate3d(0px, 10px, 0px);
  -o-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate3d(0px, 10, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}


.banner {
  position: relative;
  padding: 0;
}

.menu-container {
  position: absolute;
  padding: 0;
  z-index: 40;
  top: 60px;
}

@media only screen and (max-width: 48.75em){
  .menu-container {
    position: relative;
    padding: 0;
    z-index: 40;
    top: inherit;
  }
}

.sticky-container {
  position: relative;
}

.sticky {
  position: absolute;
  z-index: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.date-group .input-group-addon{
  min-width: 50px;
}

.input-group-addon{
  min-width: 150px;
  text-align: left;
}


.addon-xsm{
  min-width: 15px !important;
  text-align: center !important;
}

.input-group-group {
  display: flex;
}
.input-group-group select{
  border-radius: 0;
}

.datepicker{
  z-index: 1151 !important;

}

.date-picker + .input-group-addon{
  min-width: inherit;
  text-align: left;
}


.row h3{
  width: 100%;
  padding: 0 15px;
}

.row h4{
  width: 100%;
  padding: 0 15px;
}

.row h5{
  width: 100%;
  padding: 0 15px;
}

textarea {
  resize: none;
}

@media (min-width: 1200px) {
  /*.col-lg-6 {
    width: 50%;
  }*/
  #viewdetails .modal-lg {
    top: 20px;
    left: 0;
    right: 0;
    position: absolute;
    width: 90%;
  }
  #viewtickets .modal-lg {
    left: 0;
    right: 0;
    position: relative;
    width: 90%;
  }
  #modifyevent .modal-lg {
    top: 20px;
    left: 0;
    right: 0;
    position: absolute;
    width: 80%;
  }

  #showWelcome .modal-lg {
    top: 25px;
    left: 0;
    right: 0;
    position: absolute;
    width: 60%;
  }
  /*#footer {
    padding: 0 0 0 250px;
  }*/

}

.eventticketslist .table-responsive{
  overflow-x: auto;
}

.modal-blue .modal-backdrop {
  background-color: #0000ff;
}

.modal-white .modal-backdrop {
  background-color: #ffffff;
}

.modal-black .modal-backdrop {
  background-color: black;
}

.bctype {
  width: 200px;
}

.required {
  font-weight: 700;
  color: #e60000;
}
.required-input{
  color: #e60000;
  border-color: #e60000;
}
#mycursor {
  cursor: progress;
  width: 100%;
  height: 100%;
  /*background: url(../img/ipay-spin.gif) scroll no-repeat 50% 60% transparent;*/
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  z-index: 10000;
}

#myprogress {
  cursor: progress;
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  z-index: 10000;
}

#gear-loader {
  cursor: progress;
  width: 100%;
  height: 100%;
  background: url(../img/ipay-gear.gif) scroll no-repeat 30% 60% transparent;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  z-index: 10000;
}

#myminicursor {
  cursor: none;
  width: 100%;
  height: 100%;
  background: url(../img/ipay-loader-small.gif) scroll no-repeat 100% 40% transparent;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  z-index: 10000;
}

#myacctcursor {
  cursor: none;
  width: 100%;
  height: 100%;
  background: url(../img/ipay-loader-small.gif) scroll no-repeat 100% 40% transparent;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  z-index: 10000;
}

#sm-gear-loader {
  cursor: progress;
  width: 100%;
  height: 100%;
  background: url(../img/ipay-gear.gif) scroll no-repeat 50% 60% transparent;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  z-index: 10000;
}

div.dataTables_wrapper {
  width: 100%;
  margin: 0 auto;
}

/*div.dt-buttons {
  margin-left: -11px;
}*/

.btn-submit {
  width: 150px;
}

.modal {
  /*top: 150px !important;*/
  left: 0;
  right: 0;
}
.modal-blue .modal-header,
.modal-blue .modal-footer {
  border-color: #0097bc;
  color: #fff !important;
}

.modal-blue .modal-header {
  background-color: #0097bc !important;
}
.modal-blue .modal-body {
  background-color: #fff !important;
}

.modal-red .modal-header,
.modal-red .modal-footer {
  /*border-color: #e60000;*/
  color: #fff !important;
}

.modal-red .modal-header {
  border-top: 3px solid #e60000 !important;
  border-bottom-color: #e60000;
  color: #000000 !important;
}
.modal-red .modal-body {
  background-color: #fff !important;
}

/*
#bill-viewdetails .modal-lg {
  top: 40px !important;
  left: 30px;
  right: 0;
  position: absolute;
  width: 90%;
}*/

.bootstrap-timepicker-widget{
  /*margin-left: 160px !important;*/
  max-width: 200px !important;
}

.time-picker + .input-group-addon{
  min-width: inherit;
  text-align: left;
}

/**
 * For Events
 */
.container {
  padding: 4px 25px 4px 25px;
  margin-right: 0;
  margin-left: 0;
}

.main-title {
  text-transform: none;
}
.shadow-out {
  box-shadow: 0 0 15px #b3b3b3;
}

.event-booking, .event-addon {
  /*padding: 10px 25px 25px;*/
  padding: 10px 10px 10px;
  background-color: #ffffff;
}
.event-booking {
  margin-top: 10px;
}
.btn-success:hover {
  box-shadow: 0 5px 15px #b3b3b3;
  transition: all .2s ease;
}
.ipay-tedxaccra {
  position: initial;
  padding-bottom: 0;
}
td .form-control {
  height: 35px;
  padding: 6px 12px;
  margin-left: 4px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  background-color: transparent;
}
.form-control {
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  background-color: transparent;
}
.ipay-user-details {
  max-width: 320px;
}
.footer-copyrights {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 120px;
}
@media (min-width: 768px){
  .event-share {
    margin-left: -100px;
  }
  .ipay-user-details {
    max-width: 600px;
  }
}

.ipay-action {
  display: flex;
  align-items: center;
}
.ipay-action button {
  margin-left: 15px;
}


/* login page CSS */
.login-box, .register-box {
  width: 500px;
}
.login-box-body, .register-box-body {
  padding: 35px 35px 5px 35px;
  border: 1px solid #f4f4f4;
}

.login-box label {
  color: #00597C;
}

.payment-logos-x img {
  /*margin: 0 4px 10px;*/
  height: 20px;
}
@media (max-width: 768px) {
  .login-box, .register-box {
    width: 100%;
  }
  .login-box-body, .register-box-body {
    padding: 15px !important;
  }
}

.pre-header h4 {
  color: #3c8dbc;
  font-weight: 600;
}

.pre-header h5 {
  color: #3c8dbc;
}

.pre-started p {
  margin: 0 30px 10px;
}

.pre-started span {
  color: #022e6f;
  font-weight: 900;
  margin: 0 0 0 5px;
}

.content-wrapper{
  margin-top: 56px;
}

#login .content-wrapper{
  margin-top: 0 !important;
}

#login .navbar-static-top {
  margin-left: 0;
}
#login .content-wrapper, .right-side, {
  margin-left: 0 !important;
}
#login footer .copy {
  margin-left: 0px;
  margin-top: 10px;
}

.label-danger {
  background-color: #dd4b39;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

#login .btn-small {
  margin: 0;
  margin-top: 6%;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 1.14rem;
  color: #fff;
}

#login .btn-start {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color .25s ease-out,color .25s ease-out;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: .85em 1em;
  border-bottom: 3px solid #022e6f;
  background-color: #0a4bab;
}

.btn-blue {
  border-bottom: 3px solid #022e6f;
  background-color: #0a4bab;
}

#login .btn-manage {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color .25s ease-out,color .25s ease-out;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: .85em 1em;
  border-bottom: 3px solid #022e6f;
  background-color: #5da423;
}

#login .btn-start:hover {
  background-color: #094091;
}

#login .btn-manage:focus,
#login .btn-manage:hover{
  background-color: #4a831c;
  color: #fff;
}
#login .main-header {
  position: relative !important;
}
#login .main-header .navbar-custom-menu {
  margin-top: 4px;
}
#login .get-started {
  margin-right: 8px;
}
#login .logo-lg img {
  margin-top: 0;
}
#login .main-footer {
  background: #ffffff;
}
#login .footer-top {
  margin: 0 auto;
}
#login .copy {
  font-size: smaller;
}

.login-center {
  text-align: center !important;
}

.login-lg {
  float: left;
}

.question {
  display: inline-block;
  margin-right: 10px;
  padding-top: 14px;
  vertical-align: middle;
  line-height: 1.4;
}

.treeview-menu li a.active{
  color: #fff;
  background: #b8c7ce;
  font-weight: bold !important;
}

.treeview-menu>li>a:hover{
  color: #222d32 !important;
  background: #b8c7ce !important;
  font-weight: bold !important;
}

.panel-info {
  border-color: #ddd !important;
}

/*.panel {
  border-top: 6px solid #bce8f1 !important;
}*/

.box {
  border-top: 3px solid #e60000;
  box-shadow: 0 1px 5px rgba(0,0,0,0.5);
  border-radius: 0 !important;
}

.testMode{
  color: #dd4b39 !important;
  font-weight: bolder;
  text-transform: uppercase;
}
.pre-liveMode{
  color: #a3a4a5 !important;
  font-weight: bolder;
  text-transform: uppercase;
}
.upgradeMode{
  color: #dda935 !important;
  font-weight: bolder;
  text-transform: uppercase;
}
.label-upgrade {
  background-color: #dda935 !important;
}
.liveMode{
  color: #00a65a !important;
  font-weight: bolder;
  text-transform: uppercase;
}

.content-form {
  background: #ebebeb;
  padding: 20px 40px 10px;
}
.steps {
  display: block;
  float: left;
  width: 100%;
  font-size: 21px;
}
.steps .disabled{
  background: white;
  color: #aaa;
  cursor: default;
}
.steps .current{
  background: #0a4bab;
  color: #fff;
  cursor: default;
}
.steps .done{
  background: #707070;
  color: #fff;
}
.steps .number {
  font-size: inherit;
  padding-left: 20px;
}
.steps .required{
  background: #e60000 !important;
}
.steps ul {
  padding: 0 0 0.5rem;
  background: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  list-style: none !important;
  margin: 0;
}
.steps li {
  padding: 5px 0;
}
.content-detail {
  background: white;
  display: block;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.content-detail > .title {
  position: absolute;
  left: -999em;
}
.form-item {
  padding: 2.5%;
}

.actions {
  display: block;
  position: relative;
  text-align: right;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}
.actions .disabled{
  color: #aaa;
  cursor: default;
}
.actions .current{
  background: #0a4bab;
  color: #fff;
}
.actions ul{
  display: inline-block;
  text-align: right;
  background: transparent;
  list-style: none !important;
}
fieldset {
  padding: 0 !important;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
legend {
  display: block;
  width: 100%;
  /*background: #0a4bab;*/
  /*color: white;*/
  padding: 0.52rem 1.5rem;
  margin-bottom: 0.8rem;
  border-bottom: 2px solid #ebebeb;
}

legend {
  margin-bottom: .1rem;
  max-width: 100%;
}
legend {
  border: 0;
  /*padding: 0;*/
}
.help-text {
  margin-top: -.5rem;
  font-size: .8125rem;
  font-style: italic;
  color: #333;
}

#ipay_ghana_html_widget {
  resize: none;
}
#copy_to_clipboard {
  position: relative;
}
#copy_payLink_to_clipboard {
  position: relative;
}
.copied::after {
  position: absolute;
  top: 12%;
  right: 110%;
  display: block;
  content: "copied";
  font-size: 0.75em;
  padding: 2px 3px;
  color: #fff;
  background-color: #22a;
  border-radius: 3px;
  opacity: 0;
  will-change: opacity, transform;
  animation: ipayGhanaHtmlWidgetHasBeenCopied 1.5s ease;
}
@keyframes ipayGhanaHtmlWidgetHasBeenCopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  70% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
  }
}
.btn-ipay{
  color:#fff;
  background-color:#04448C;
  border-color:#04448C
}

.btn-ipay:hover,.btn-ipay:focus,.btn-ipay:active,.btn-ipay.active{
  color:#fff;
  background-color:#367fa9;
  border-color:#367fa9;
}

/*.btn-remit {
  display: block;
  background-color: #fff;
  padding: 1px 10px;
  border-radius: 3px;
  border: 1px solid transparent;
  vertical-align: middle;
  text-align: center;
}*/

/*.btn-remit:hover {
  color: #e60000 !important;
  font-weight: bold !important;
}*/

.btn-remit {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color .25s ease-out,color .25s ease-out;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: .85em 1em;
  background-color: #5da423;
  margin-top: 6%;
  text-transform: uppercase;
  vertical-align: middle;
  color: #fff;
  box-shadow: 1px 1px 5px rgba(0,0,0,.5);
}

.btn-remit:focus,
.btn-remit:hover{
  background-color: #4a831c;
  color: #fff;
}


@media (max-width: 767px) {
  .main-header .logo, .main-header .navbar {
    height: 0;
  }
}

.footer-top .row h4 {
  padding: 0;
}

@media (max-width: 424px) {
  .question {
    display: none;
  }
}

.activations {
  position: relative;
  padding: 5px 0 20px;
  background: #ffffff;
  z-index: 4;
}

.activation-item {
  display: -webkit-inline-box;
  max-width: 215px;
  /*width: 150px;*/
}

.activation-item img {
  max-height: 50px;
}

.activation-item h6 {
  color:Red;
  font-weight: 600;
  margin-top:20px;
  text-align: center;
}

.activation-item h6:hover {
  text-decoration-line: underline;
}

.solutions {
  position: relative;
  padding: 5px 0 20px;
  background: #ffffff;
  z-index: 4;
}

.solutions-item {
  display: inline-block;
  max-width: 150px;
  /*width: 150px;*/
}

.solutions-item img {
  max-height: 60px;
}

.solutions-item h6 {
  color:Red;
  /*font-weight: 900;*/
}

.solutions-item h6:hover {
  text-decoration-line: underline;
}

#confirmBusiness {
  position: absolute !important;
  left: 0;
  right: 0;
}

#merchant-actions .dropdown-menu {
  position: relative !important;
  min-width: 100px;
  z-index: 5000;
  float: none !important;
}

#dnd_drag, #dnd_payLink_drag {
  display: block;
  text-align: center;
  padding: 1em 0;
  margin: 1em 0;
  color: #555;
  border: 2px dashed #888;
  border-radius: 7px;
  cursor: default;
}

#dnd_drag.hover, #dnd_payLink_drag.hover {
  border: 2px dashed #000;
}

#xhr_status, #dnd_status, #dnd_payLink_status {
  font-size: 90%;
  font-style: italic;
}

#dnd_drag_background, #dnd_payLink_drag_background {
  display: block;
  text-align: center;
  padding: 1em 0;
  margin: 1em 0;
  color: #555;
  border: 2px dashed #888;
  border-radius: 7px;
  cursor: default;
}

#dnd_drag_background.hover, #dnd_payLink_drag_background.hover {
  border: 2px dashed #000;
}

#xhr_status_background, #dnd_status_background, #dnd_payLink_status_background {
  font-size: 90%;
  font-style: italic;
}


#actions-dropdown .dropdown-menu {
  position: relative !important;
  min-width: 100px;
  z-index: 5000;
}

.event-booking .remove-field {
  height:2rem;
  line-height:2rem;
  cursor:pointer;
}

.event-booking .add-field {
  display:inline-block;
  /*height:2rem;
  font-size:1rem;*/
  line-height:2rem;
  cursor:pointer;
}

.event-booking .add-wrapper {
  padding:0 20px 0 0;
  text-align:right;
}

.event-booking .add-field:hover, .remove-field:hover {
  text-decoration:underline;
}

.content-form {
  background: #ebebeb;
  padding: 20px 40px 10px;
}

.add-guest {
  display:inline-block;
  line-height:2rem;
  cursor:pointer;
}

.add-guest-wrapper {
  padding:0 20px 0 0;
  text-align:right;
}

.remove-guest {
  height:2rem;
  line-height:2rem;
  cursor:pointer;
}

.pace .pace-progress {
  background: #ffffff;
}

.pace .pace-activity {
  border-top-color: #ffffff;
  border-left-color: #ffffff;
}

.page-content {
  min-height: 100%;
  height: auto !important;
  margin-bottom: -92px;
}

.page-content h1 {
  font-size: 43px;
  letter-spacing: -1px;
}

.page-content h1, h2, h3 {
  color: #005B82 !important;
}

/*@media (min-width: 992px) {
  .page-wrapper {
    padding: 15px 25px;
  }
}

@media (min-width: 1200px) {
  .page-wrapper {
    padding: 15px 25px;
  }
}*/

@media (min-width: 992px) {
  .page-wrapper {
    padding-left: 190px;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .page-wrapper {
    padding-left: 225px;
    height: 100%;
  }
}
.content-header-nav-row {
  margin: 40px 0 0 0;
  padding-bottom: 10px;
}

.content-header {
  margin-left: -15px;
  margin-right: -15px;
}

.sub-nav {
  border-bottom: 1px solid #ddd;
}

.sub-nav li.active {
  border-bottom: #00587F solid 3px;
}
.sub-nav li.active {
  border-bottom: #00587F solid 3px;
}
.sub-nav li {
  list-style: none;
  margin-right: 20px;
  display: inline-block;
}

.sub-nav li.active a {
  color: #00587F;
}
.sub-nav li.active a {
  color: #00587F;
}
.sub-nav li a {
  padding-left: 0;
  color: #555;
  font-size: 17px;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}

.info-page-content {
  padding-left: 10px;
}
.content-separator {
  margin-top: 20px;
  margin-bottom: 20px;
}

.info-page-content p {
  padding-bottom: 8px;
  font-size: 16px;
  padding-top: 10px;
  line-height: 160% !important;
  color: #005B82 !important;
}


.info-page-content h4 {
  padding-top: 20px;
  padding-left: 0;
  font-size: 23px;
}

.info-page-content h4, h5 {
  color: #0082BB !important;
}

.info-page-content h3 {
  padding-top: 20px;
  padding-left: 0;
  letter-spacing: -1px;
  font-size: 26px;
}

.info-page-content h1, h2, h3 {
  color: #005B82 !important;
}

.info-page-content ul {
  padding-left: 30px;
  padding-top: 15px;
}

.info-page-content li {
  padding-bottom: 10px;
  list-style: disc;
  color: #005B82 !important;
}

.PushTop_20 {
  margin-top: 20px;
}

.content-header-row {
  margin: 40px 0 0 0;
  padding-bottom: 15px;
}
.border-bottom {
  border-bottom: #ddd solid 1px;
}

.no-padding {
  padding: 0 !important;
}


/* Update changes for Digistore */



/* ****** extra added custom for Digistore ******/

.account-balance-block {
  background-color: #ffffff !important;
  position: relative;
  display: block;
  padding: 5px 10px 5px 40px;
  /*margin-bottom:5px;*/
  color: #005B82;
 /* border: 5px solid #4d4d4d;*/
  margin-top: 7px;
  /*border-radius: 10px !important;*/
}

.small-box:hover {
   text-decoration: none !important;
   color: #5784c9 !important;
}

.account-balance-block a {
  color: #003395 !important;
  text-decoration: underline;
}

.balance-amount {
  color: #61c42f;
  font-weight: 900;
  font-size: 20px;
}

.ipay-color {
  color: #005B82 !important;
}

.ipay-green {
  color: #61c42f !important;
}

.ipay-bold-7 {
  font-weight: 700;
}

.ipay-btn-green{
  background-color: #61c42f !important;
  color: #ffffff;
  font-weight: 700;
}

.ipay-btn-green:hover, .ipay-btn-green:active, .ipay-btn-green:focus{
  background-color: #61c42f !important; /* #00a65a */
  color: #ffffff;
  font-weight: 700;
}

.ipay-btn-blue{
  background-color: #005B82 !important;
  color: #ffffff;
  font-weight: 700;
}

.ipay-btn-blue:hover, .ipay-btn-blue:active, .ipay-btn-blue:focus{
  background-color: #005B82 !important;
  color: #ffffff;
  font-weight: 700;
}

.ipay-btn-red {
  background-color: #e60000 !important;
  color: #ffffff;
  font-weight: 700;
}

.ipay-btn-red:hover, .ipay-btn-red:active, .ipay-btn-red:focus {
  background-color: #e60000 !important;
  color: #ffffff;
  font-weight: 700;
}

.paylink-online::after {
  position: absolute;
  display: block;
  content: "Link online";
  font-size: 0.75em;
  padding: 2px 3px;
  color: #fff;
  background-color: #61c42f;
  border-radius: 3px;
  opacity: 1;
  will-change: opacity, transform;
  animation: ipayGhanaPaymentLinkIsOnline 1.5s ease;
}
@keyframes ipayGhanaPaymentLinkIsOnline {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  70% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
  }
}

.paylink-offline::after {
  position: absolute;
  display: block;
  content: "Link offline";
  font-size: 0.75em;
  padding: 2px 3px;
  color: #fff;
  background-color: #e60000;
  border-radius: 3px;
  opacity: 0;
  will-change: opacity, transform;
  animation: ipayGhanaPaymentLinkIsOffline 1.5s ease;
}
@keyframes ipayGhanaPaymentLinkIsOffline {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  70% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
  }
}

.shop-online::after {
  position: absolute;
  display: block;
  content: "Shop online";
  font-size: 0.75em;
  padding: 2px 3px;
  color: #fff;
  background-color: #61c42f;
  border-radius: 3px;
  opacity: 1;
  will-change: opacity, transform;
  animation: ipayGhanaShopIsOnline 1.5s ease;
}
@keyframes ipayGhanaShopIsOnline {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  70% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
  }
}

.shop-offline::after {
  position: absolute;
  display: block;
  content: "Shop offline";
  font-size: 0.75em;
  padding: 2px 3px;
  color: #fff;
  background-color: #61c42f;
  border-radius: 3px;
  opacity: 1;
  will-change: opacity, transform;
  animation: ipayGhanaShopIsOffline 1.5s ease;
}
@keyframes ipayGhanaShopIsOffline {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  70% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
  }
}


.clear {
    display: inline-block;
    width: 100%;
}

.ipay-success {
    color: #61c42f !important;
}

.ipay-danger {
    color: #e60000 !important;
}

.ipay-payLink-success {
    color: #61c42f !important;
}

.ipay-payLink-danger {
    color: #e60000 !important;
}

.ipay-notice {
    font-size: 14px;
    line-height: 1.2em;
}

.ipay-notice {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #bfbfbf;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  border: 1px solid #555;
  transition: opacity 0.3s;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1999;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.text-center {
  text-align: center;
}

.text-underline {
  text-decoration: underline;
}

.input-group-addon-clear{
  display: table-cell; 
  width: 1%;
}

@media (min-width: 992px){
  .modal-sm {
    margin: 120px auto !important;
    width: 500px !important;
  }
}

@media (min-width: 992px){
  .modal-md {
    width: 700px;
    margin: 80px auto !important;
  }
}

@media (min-width: 992px){
  .modal-lg {
    width: 900px;
    margin: 80px auto !important;
  }
}

.modal-dialog{
      overflow-y: initial !important;
      overflow-x: hidden;
}

.modal-body{
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}

.skin-blue .sidebar-menu>li>ol>li:hover>a {
    color: #fff;
    background: #1e282c;
    border-left-color: #3c8dbc;
}

.sidebar-menu>li>ol>li a.active{
  color: #fff;
  background: #b8c7ce;
  font-weight: bold !important;
}

.nav-tabs-channels {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 3px;

}
.nav-tabs-channels > .channel-tabs {
    margin: 0;
    border-bottom: 0 !important;
}
.nav-tabs-channels > .channel-tabs > li:first-of-type {
    margin-left: 0;
}
.nav-tabs-channels > .channel-tabs > li.active {
    color: #61c42f;
    font-weight: 700;
}
.nav-tabs-channels > .channel-tabs > li {
    margin-bottom: -2px;
    margin-right: 2px;
    font-weight: 700;
}

.channel-tabs>li.active>a, .channel-tabs>li.active>a:focus, .channel-tabs>li.active>a:hover {
    color: #61c42f;
    font-weight: 700;
    cursor: default;
    background-color: #fff;
    border-bottom-color: transparent;
}
.channel-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    padding: 0 15px !important;
}
.channel-tabs>li {
    float: left;
    margin-bottom: -1px;
    border-right: 2px solid #3c8dbc;
}

.nav-tabs-channels > .channel-tabs > li:last-of-type {
    border-right: none !important;
}

.pac-container{
    z-index: 1051;
}

#searchTerm{
    top:10px!important;
    height: 31px!important;
    max-width: 400px;
    background-color: #ffffff; 
}
.model-ex-lg{
    width: 70%;
    height: 80%;
    position: relative;
    margin: 80px auto !important;
}
.model-ex-lg .modal-content{
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right:0;
}
.model-ex-lg .modal-content .modal-body{
    top: 56px;
    bottom: 65px;
    left: 0;
    right: 0;
    position: absolute;
}
.model-ex-lg .modal-content .modal-body > div,
.model-ex-lg .modal-content .modal-body > div > div{
    height: 96%;
}
.model-ex-lg .modal-content .modal-footer {
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
}
#map-holder{
    position: absolute!important;
    top:0;
    bottom: 0;
    left:0;
    right:0;
}

/* Adjusting the search bar on mobile devices*/
@media screen and (max-width: 769px) {
    #geolocatorModal #geolocator-status {
        margin: 20px 0 10px;
    }
}

.shop-outlettill-number {
  width: 370px !important;
}

.shop-newtill-number {
  width: 290px !important;
}

.store-code-number {
    width: 419px !important;
}

@media screen and (max-width: 769px) {
    .shop-outlettill-number {
      width: 100% !important;
    }
}

.disabled {
    pointer-events: none;
    cursor: default;
}

.dt-head-center {
  text-align: center;
}

#bulk-momo thead,
#bulk-momo th {text-align: center;}

#bulk-momo tbody,
#bulk-momo td {text-align: center;}

.input-group-addon-clear{
  display: table-cell; 
  width: 1%;
}

.hyphenate {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
    color: #003395 !important;
    text-decoration: underline;
}

.font-weight-700{
  font-weight:700!important
}

.pull-right {
    float: right!important;
}

.add-wrapper {
    text-align: left;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.remove-field {
    height: 2rem;
    line-height: 2rem;
    cursor: pointer;
    margin-bottom: 1rem;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.product-overview > table > tbody > tr > td {
  border-top: 0px solid #ffffff !important;
}

.no-bg {
    border: 0;
    background-color: transparent;
}

.product-options {
    padding: 30px 0;
    border-bottom: 1px solid #f5f5f5;
}

.product-option-details {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-option-actions {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-option-type {
    width: 110px;
}

.material-switch > input[type="checkbox"] {
  display: none;
}

.material-switch > label {
  cursor: pointer;
  height: 0px;
  position: relative;
  width: 40px;
}

.material-switch > label::before {
  background: rgb(0, 0, 0);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: '';
  height: 16px;
  margin-top: -8px;
  position:absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 40px;
  background-color: #ccc;
}
.material-switch > label::after {
  background: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: '';
  height: 24px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 24px;
  background-color: #ccc;
}
.material-switch > input[type="checkbox"]:checked + label::before {
  background-color: #61c42f;
  opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
  background-color: #61c42f;
  left: 20px;
}