/*Migrating Bootstrap 3.3.4 to 4.3.1*/  
/*We generate this file to keep earlier version css to hold the same view in the web page*/

  /* .row {
    display: block;
    margin-right: -15px;
    margin-left: -15px;
  } */
  
body {
    font-family: "open sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #EAECEC;
    font-size: 13px;
    color: #676a6c;
    overflow-x: hidden;
}  
  .col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}
  .col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}
  .col-xs-12{width:100%}
  .col-xs-11{width:91.66666667%}
  .col-xs-10{width:83.33333333%}
  .col-xs-9{width:75%}
  .col-xs-8{width:66.66666667%}
  .col-xs-7{width:58.33333333%}
  .col-xs-6{width:50%}
  .col-xs-5{width:41.66666667%}
  .col-xs-4{width:33.33333333%}
  .col-xs-3{width:25%}
  .col-xs-2{width:16.66666667%}
  .col-xs-1{width:8.33333333%}
  .col-xs-pull-12{right:100%}
  .col-xs-pull-11{right:91.66666667%}
  .col-xs-pull-10{right:83.33333333%}
  .col-xs-pull-9{right:75%}
  .col-xs-pull-8{right:66.66666667%}
  .col-xs-pull-7{right:58.33333333%}
  .col-xs-pull-6{right:50%}
  .col-xs-pull-5{right:41.66666667%}
  .col-xs-pull-4{right:33.33333333%}
  .col-xs-pull-3{right:25%}
  .col-xs-pull-2{right:16.66666667%}
  .col-xs-pull-1{right:8.33333333%}
  .col-xs-pull-0{right:auto}
  .col-xs-push-12{left:100%}
  .col-xs-push-11{left:91.66666667%}
  .col-xs-push-10{left:83.33333333%}
  .col-xs-push-9{left:75%}
  .col-xs-push-8{left:66.66666667%}
  .col-xs-push-7{left:58.33333333%}
  .col-xs-push-6{left:50%}
  .col-xs-push-5{left:41.66666667%}
  .col-xs-push-4{left:33.33333333%}
  .col-xs-push-3{left:25%}
  .col-xs-push-2{left:16.66666667%}
  .col-xs-push-1{left:8.33333333%}
  .col-xs-push-0{left:auto}
  .col-xs-offset-12{margin-left:100%}
  .col-xs-offset-11{margin-left:91.66666667%}
  .col-xs-offset-10{margin-left:83.33333333%}
  .col-xs-offset-9{margin-left:75%}
  .col-xs-offset-8{margin-left:66.66666667%}
  .col-xs-offset-7{margin-left:58.33333333%}
  .col-xs-offset-6{margin-left:50%}
  .col-xs-offset-5{margin-left:41.66666667%}
  .col-xs-offset-4{margin-left:33.33333333%}
  .col-xs-offset-3{margin-left:25%}
  .col-xs-offset-2{margin-left:16.66666667%}
  .col-xs-offset-1{margin-left:8.33333333%}
  .col-xs-offset-0{margin-left:0}
    
  @media (min-width: 768px){
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }
    .col-sm-12 {
      width: 100%;
    }

    .col-sm-offset-2 {
      margin-left: 16.66666667%
    }
    
    .modal-dialog {
      width: 600px;
      margin: 30px auto;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
      margin-right: -15px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
      width: 30px;
      height: 30px;
      margin-top: -15px;
      font-size: 30px;
    }
    .navbar-toggle{
      display: none;
    }
    .navbar-header{
      float: left;
    }
  }
    
  @media (min-width: 992px){
   .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
      float: left;
    }
    .col-md-6 {
      width: 50%;
    }
    .modal-lg {
      width: 900px;
    }
    .col-lg-push-3 {
      left: 25%;
    }
    .col-lg-9 {
      width: 75%;
    }
    .col-lg-pull-9 {
      right: 75%;
    }
    .col-lg-offset-4{
      margin-left: 33.33333333%;
    }
  }
    
  @media (min-width: 1200px){
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left;
    }
    .col-lg-8 {
      width: 66.66666667%;
    }
    .col-lg-push-3 {
      left: 25%;
    }
    .col-lg-9 {
      width: 75%;
    }
    .col-lg-pull-9 {
      right: 75%;
    }

    .col-lg-offset-4{
      margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
      margin-left: 25%
    }
  }
  
  .btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
  }
  
  .btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
  }
  
  .popover-body {
    padding: 9px 14px;;
  }

  .popover-body {
    color: inherit;
  }
 
  .popover-header {
      margin: 0px !important;
      padding: 8px 14px;
      font-size: 14px;
      /* font-weight: normal; */
      line-height: 18px;
      background-color: #f7f7f7;
      border-bottom: 1px solid #ebebeb;
      border-radius: 5px 5px 0 0;
  }

  .popover-header {
    background-color: #158e8f !important;
    color: white !important;
}

.close {
  text-shadow: none;
}

.modal-header, .modal-footer {
    display: block;
    border-top-left-radius:0px;
    border-top-right-radius:0px;
}
  
.navbar>.container, .navbar>.container-fluid {
    display: -ms-block;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* Navbar static */
.navbar.navbar-static-top {
  padding: 0;
  width: 100%;
  display: inherit;
  align-items: inherit;
}

.dropdown-toggle::after {
  margin-left: 0px;
  border-top: none;
  border-right: none;
  border-bottom: 0;
  border-left: none;
}

.caret {
  margin-left: 6px;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
  display: block;
  max-width: 100%;
  height: auto;
}

.bs-popover-bottom{
  margin-top: 10px;
}

body.mini-navbar #page-wrapper {
  margin: 0 0 0 70px;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.input-group-addon:first-child {
  border-right: 0;
}

.hide {
  display: none!important;
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

.modal-header .close {
  padding: 0px;
  margin: 0px;
}

.fade.in {
  opacity: 1;
}

.fade.show {
  opacity: 1;
}

.show {
  display: block!important;
}
.badge { border-radius: 10px; }

.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group {
  flex-wrap: inherit;
}

/* 3.3 Bootstrap form-control */
#Batch_lists .form-control {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
}

.form-control {
  font-weight:unset;
}

.form-control, .single-line {
  background-color: #fff;
  background-image: none;
  border: 1px solid #e5e6e7;
  border-radius: 1px;
  color: inherit;
  display: block;
  padding: 6px 12px;
  transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
  width: 100%;
  font-size: 14px;
}

.border {
  border: 0px !important;
  border-bottom: 1px solid #aaacad !important;
}

.nav>li>a {
  color: #4E5154;
  font-weight: 400;
  padding: 14px 20px 14px 25px;
}

.navbar-default .nav>li>a:hover, .navbar-default .nav>li>a:focus {
  background-color: #eee;
  color: #555;
  
}

.nav>li.active {
  border-left: 0px solid #19aa8d;
  background: #e4fde1;
}

#side-menu>li.active {
  border-top-right-radius:50px;
  border-bottom-right-radius:50px;
}
#side-menu>li>a:hover,.nav-second-level>li>a:hover,.nav-second-level>li>a:focus {
  border-top-right-radius:50px;
  border-bottom-right-radius: 50px;
}

ul.nav-second-level {
  background: #f2f7f1;
}

.label:empty {
  display: none;
}

body {
  font-family: "open sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  background-color: #fefefe;
  font-size: 13px;
  line-height: 1.42857143;
  color: #676a6c;
  overflow-x: hidden;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-addon, .input-group-btn {
  width: 1%; 
  white-space: nowrap;
  vertical-align: middle;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.modal-backdrop, .modal-backdrop.show {
  display: none!important;
}

/* PopOver Update */

.popover.bs-popover-bottom {
    margin-top: 10px;
}

.popover.bs-popover-bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #ffffff;
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before, .bs-popover-bottom>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgb(0 0 0 / 0%);
}

.popover.bs-popover-bottom .arrow {
  left: 50%;
  margin-left: 0px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #fff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 4px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 14px 15px 7px;
  min-height: 48px;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
}

.nav.nav-tabs li {
  background: 0;
  border: 0;
}

.nav-tabs>li>a.active, .nav-tabs>li>a.active:hover, .nav-tabs>li>a.active:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: 0;
  border-color: #ddd #ddd rgba(0,0,0,0);
  border-bottom: #f3f3f4;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #555;
  cursor: default;
}

.popover.bs-popover-auto.arrow:after,
.popover.bs-popover-bottom.arrow:after,
.popover.bs-popover-left.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #ffffff;
}

#adminPop1 .popover {
	width:400px !important;
}

#adminPop1  .popover > .popover-body {
  overflow: auto;
  height: 600px;
}

#adminPop1 .popover > .popover-header {
	color:#fff !important;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  background-color: #000 \9;
  background-color: rgba(0,0,0,0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  filter: alpha(opacity=50);
  opacity: .5;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
  background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
  background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
  background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x
}

.carousel-control:focus,.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9
}

/*  */
.bs-popover-auto[x-placement^=left]>.arrow, .bs-popover-left>.arrow {
  right: calc((19px + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin-top: -7px;
}

.input-group-btn.hand.show {
  display: table-cell !important;
}

.todoTask .ibox .show>.dropdown-menu {
  right: auto !important;
  margin-top: 12px;
}

.ibox .show >.dropdown-menu {
  left: auto;
  right: 0;
}

/* Events migtation update */
.nav-tabs.nav-justified>li {
  float: none;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav-steps>li>a.active, .nav-steps>li>a.active:hover, .nav-steps>li>a.active:focus {
  background-color: #1EB2B8;
  color: white;
  border-radius: 0px;
}

.nav-steps>li>a.active .stepCircle {
  margin-left: 0px;
  background: #1a878c;
}

.nav-steps .step > a.active:after {
  border-left-color: #1EB2B8;
}


/* edit color */
#accentColorDiv .input-group-addon,
#accentFColorDiv .input-group-addon, 
#donateBtnColorDiv .input-group-addon,
#donateBtnFColorDiv .input-group-addon {
  width: 1%;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

/* Selct box */
select.input-lg {
  height: 46px !important;
  line-height: 46px !important;
}

.ui-state-default.slick-headerrow-column.l0.r0 > button {
  color: #44a0b1 ;
}

/* Dash board update */

/* .btmDiv .row, .btmDiv > .col-xs-12.pull-right,
#dw_pg .row,
#dw_r .row,
#dw_td .row,
#dw_lu .row,
#dw_msg .row {
  display: block !important;
} */


/* Bootstrap offset from 3.3 */
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}
/*.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}*/

.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
  background-color: #fcf8e3;
}

.warning {
  background-color: #fcf8e3;
}

.d-contents {
  display: contents;
}

.ibox-title .pull-right {
  position: inherit;
  right: 0;
  top: 0;
}

@media (max-width: 992px) {
  #client3hd .h-cntr {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
  }
}

.text-info {
  color: #1B9B9C !important;
}

input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
}

.btn.btn-default.fileinput-button{
  background-color: #c2c2c2;
  border-color: #c2c2c2;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.btn-default {
  background-color: #c2c2c2;
  border-color: #c2c2c2;
  color: #fff;
}
.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}
.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger {
  background-color: #ec4758;
  border-color: #ec4758;
  color: #fff !important;
} 
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  background-color: #bababa;
  border-color: #bababa;
  color: #fff !important;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
}

.btn-group-lg>.btn, .btn-lg {
  padding: 10px 16px;
  /* font-size: 1.25rem; */ 
  font-size: 18px;
  /* line-height: 1.5; */
  height: auto;
  border-radius: .3rem;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.btn-group-xs>.btn,.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.pull-right {
  float: right !important;
}
#addAsMatchingPayList .btn,.btn-xs {
  padding: 1px 3px;
}
.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px;
}
#btreeSubBt.btn-lg{
  font-size: initial;
}
.ibox-content {
  background-color: #fff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid;
  border-bottom: 1px solid #e7eaec;
}
.ibox-content.product-box {
  border-style: solid;
}
.recurrDivTemp7 select#rcEndDate {
  border: none;
  height: 27px !important;
  padding: 0px;
}

.input-group-addon {
  padding: 6px 12px;
}

.input-group-addon {
  background-color: #fff;
  border: 1px solid #e5e6e7;
  border-radius: 1px;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 6px 12px;
  text-align: center;
}

#goalD .dropdown-toggle::after {
  display: contents;
  margin-left: 0;
  vertical-align: middle;
  content: "";
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

.nopad {
  padding: 0px ;
}

.homeDn > .carousel-item > img {
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-height: 100%;
}

.carousel-inner>.carousel-item>a>img, .carousel-inner>.carousel-item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media not all, (-webkit-transform-3d) {
.carousel-inner>.carousel-item.active, .carousel-inner>.carousel-item.next.left, .carousel-inner>.carousel-item.prev.right {
    left: 0;
    /*
    -webkit-transform: translate3d(0,0,0); //ISSUE in newsletters>> switch template carousel;
    transform: translate3d(0,0,0);
    */
  }
}

.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
}

.dropzone:not(.block-content) {
  min-height: 0px;
  border: none;
  background: transparent;
  padding: 0;
}
.nav-tabs > li > a {
  color: #A7B1C2;
  font-weight: 600;
  padding: 10px 20px 10px 25px;
}

/* outline focus */
:focus {
  outline: none;
}

select.form-control:not([size]):not([multiple]) {
  height: 34px;
}

#frm1_side_crm select {
  height: 100px !important;
}

.ui-state-default.slick-headerrow-column.l0.r0 button {
  background-color: rgb(239, 239, 239);
}


.btn.focus, .btn:focus, .btn:hover {
  color: #fff !important;
  text-decoration: none !important;
}

.btn-white:hover,.btn-white:focus {
  color: #000 !important;
}
span.btn.hand.input-group-addon:hover{
  color: #000 !important
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-color: #18a689;
  border-color: #18a689;
  color: #fff !important;
}

#crmSveBtn.btn-info:hover, #crmSveBtn.btn-info:focus{
  color: #fff !important;
}

.btn.fileinput-button:hover ,.btn.fileinput-button:focus {
  color: #fff !important;
}
#client6Btn:hover ,#client6Btn:focus{
  color: #fff !important;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none !important;
}

.btn-outline-danger.text-danger-color:focus {
  color: #dc3545 !important;
}

.btn-outline-danger.text-danger-color:hover,
.btn-outline-danger.text-danger-color:active {
  color: #fff !important;
  background-color:#dc3545;
}
.input-lg-addTag {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: inherit;
}

#largeCommonPopUpBody select {
  line-height: 1.6 !important;
}

@media (min-width: 1200px) {
  .container {
      max-width: 1170px;
  }
  .text-center-imp {
    text-align: center !important;
  }
}


.btn-warning.focus, .btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgb(222 170 12 / 0%);
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  background-color: transparent;
  border-color: transparent;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  /*display: none;*/
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
}

.popover .popover-body small {
  font-size: 11.9px;
  font-weight: 600px;
}

#headerDivRow .popover > .popover-header {
  color: #fff !important;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

#form_list2{
  min-height: 1px;
}

.bs-popover-auto[x-placement^=left]>.arrow::before, .bs-popover-left>.arrow::before {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff;
  }
  
.bs-popover-auto[x-placement^=right]>.arrow::before, .bs-popover-right>.arrow::before {
  right: 3px !important;
  left: auto;
  top: -8px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color:#fff;
  }
.bs-popover-auto[x-placement^=top]>.arrow::before, .bs-popover-top>.arrow::before {
    bottom: -10px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff;
}
#em_subs_add{
    margin : 5px;
}

a {
  color: #337ab7;
  text-decoration: none;
}

.ahref {
  cursor: pointer;
  color: #428bca !important;
}

.toast {
  font-size: 13px;
}

.tooltip{
  font-size: 12px;
}

.small, small {
  font-size: 85%;
  font-weight: inherit;
} 

.tooltip > .tooltip-inner {
  background-color: #445362; 
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before {
  border-top-color: #445362 !important;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before {
  border-right-color: #445362 !important;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #445362 !important;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before {
  border-left-color: #445362 !important; 
}

#toast-container > div {
  border-color:transparent ;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: rgba(12, 12, 12, 0.5) !important;
}

.modal.modal-fullscreen .modal-dialog {
  margin: 0;
  width: 100%;
}

.modal.modal-fullscreen .modal-dialog, .modal.modal-fullscreen .modal-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.carousel.carousel-fit {
  position: relative;
}

.carousel.carousel-fit .carousel-inner>.carousel-item {
  text-align: center;
}


.modal.modal-fullscreen.force-fullscreen .modal-header, .modal.modal-fullscreen.force-fullscreen .modal-footer {
  display: flex;
}  

.ui-state-default .slick-headerrow-column > .form-control:not(.V3Grid_filter){
  font-weight: bold;
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-size: 75%;
}
/* inheriting from 4.3 */
.table {
  color: inherit;
}

.popover.bs-popover-right>.arrow:after {
  bottom: -10px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
  border-style: solid;
}

.popover>.bs-popover-right, .popover>.arrow::before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover.bs-popover-right .arrow {
  left: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.close:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.popover.bs-popover-left {
  margin-left: -5px;
}

.popover.bs-popover-left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

.popover.bs-popover-left .arrow {
  right: -11px;
  margin-top: 0px;  
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover>.arrow, .popover>.arrow:after {
  position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover.bs-popover-left>.arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

/* Popover Top Updates */

.popover.bs-popover-top {
  margin-top: -10px;
}

.popover.bs-popover-top .arrow {
  left: 50%;
  /* margin-left: -11px; */
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.bs-popover-top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}

.modal-content {
  border: none !important;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}
.liteAccordion >ol >.slide > h2 > b > a{
  color: inherit !important;
}
a:not([href]):not([tabindex]) {
  color: initial;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: initial;
  text-decoration: none;
}

#newUserCheck > .popover {
  width: 350px;
}

.width350 {
  width: 350px;
}

.input-group > .input-group-addon.btn {
  width: auto;
  display: table-cell;
}


.form-control::-moz-placeholder {
  color: #999;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #999
}

.form-control::-webkit-input-placeholder {
  color: #999
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1
}

.form-control[disabled],fieldset[disabled] .form-control {
  cursor: not-allowed
}

textarea.form-control {
  height: auto
}

#manageList .list-group-item.white {
  padding: 6px 10px;
}

#mem_rec_tag_div .input-group-addon, #mem_rec_tag_div_m .input-group-addon {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ml-30 {
  margin-left: 30px;
}

.selectBoxDiv select{
  color: #949494 !important;
}

.lineSelectBoxDiv select {
  color: #949494 !important;
}

caption {
  caption-side: top;
}

caption  h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.smpad {
  padding-left: 2px;
  padding-right: 2px;
}

/* cauing issue in sctolling in adhoc data  */
/* .table-responsive {
  display: table;
} */

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

b, strong {
  font-weight: 700;
}
.btn-sm{
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

#tutorialLink{
  margin-top: 5px;
}
.ui-dialog-titlebar> div >div> h2{
 padding-top: 10px;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* #formNamD > #formNam {
  border-bottom: 1px solid #009bcf  !important;
} */
/* #formidD > #formid {
  border-bottom: 1px solid #009bcf  !important;
} */

/* Outreach Nav-tab bg */
.tabs-container .nav-tabs > li > a.active, .tabs-container .nav-tabs > li > a.active:hover, .tabs-container .nav-tabs > li > a.active:focus {
  border: 1px solid #e7eaec;
  border-bottom-color: transparent;
  background-color: #fff;
}

#leftmenu .nav-tabs>li>a.active .tabhead {
  color: #565656;
  font-size: 14px;
  /* padding-top: 5px; */
}

/* ---------------------------- */

/* Booking App issues */

#chose2_chosen.chosen-container.chosen-container-multi {
  width: 627px !important;
  min-width: 100% ;
  width: inherit;
  max-width: 100%;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-control .icon-prev:before {
  content: '\2039';
}
.textareaFullwidth{
	width: 100%;
  padding: 5px;
}
#filterbody  #popupfieldsel {
  font-weight: normal; 
}
#filterbody >#secppp >  .form-control{
  font-weight: normal; 
}


/* #popupfieldsel.form-control :not(.input-lg){
  font-weight: bold; 
}

#CommonPopUpBody  .form-control {
  height: 34px;
  font-weight: bold; 
} */

/* GlobalValue UI-Update */

#contentHead,#contentHead > div,#content_body > div,#createForm_h1 > div:nth-child(1),#createForm_h1 > div.row.head_label.text-center{
  margin-right: 0;
  margin-left: 0;
}

#mygrid > div.slick-headerrow.ui-state-default > div.slick-headerrow-columns > div.ui-state-default.slick-headerrow-column.l0.r0> #addid,
#mygrid > div.slick-headerrow.ui-state-default > div.slick-headerrow-columns > div.ui-state-default.slick-headerrow-column.l0.r0> #clrid,
#createForm_h1 > div:nth-child(1) > div.col-md-2.bold > button.btn-success{
  color: white;
}
/* #createFormDiv > div.row.text-left > #formNamD > #formNam{
  border-bottom: 1px solid #cccccc !important;
} */
/* #createFormDiv > div.row.text-left > #formidD > #formid{
  border-bottom: 1px solid #cccccc !important;
} */
#createFormDiv > div.row.text-left > #formidD > #formid.inputTxtErr{
  border-bottom: 1px solid #b94a48 !important;
  border-color: #b94a48 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
/* GlobalValue UI-Update End*/

.font-noraml {
  font-weight: normal;
}
.alert-light {
  color: #676a6c;
}

@media (min-width: 576px) {
  #pay_method_div .form-inline label {
    display: -ms-flexbox;
    display: inline-flex;
  }
}

.top-navigation .nav>li>a.active {
  color: #1ab394;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
  font-weight: inherit;
}

.note-editor{
  min-height: 300px;
  background-color: #ffffff;
}
.note-editor > div.note-toolbar.btn-toolbar > div.btn-group.note-font{
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.note-color.btn-group.show > .dropdown-menu.show {
  margin-left: -30px;
}

.note-editor .note-toolbar .note-color .dropdown-toggle {
  width: auto;
  padding-left: 5px;
}

.note-toolbar.btn-toolbar  .caret {
  margin-left: 2px;
}
.note-editor {
  height: auto;
  min-height: 300px;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

.d-table-xs-block {
  display: table;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
    white-space: nowrap;
  }

  .d-table-xs-block {
    display: block;
  }
}


.row-nomargin {
  margin-right: 0px;
  margin-left: 0px;
}

#ticketingCustomForm_out .row,
#sel_day_nm_front .row,
#formDrawDiv .row, 
#formDrawFoot .row {
  margin-right: 0px;
  margin-left: 0px;
}

#Reserv_item_div .tab-content .row {
  margin-right: 0px;
  margin-left: 0px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-8 {
  margin-left: -8px;
}
/* Booking days hover efforts */
.nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
  background-color: #e6e6e6;
  color: #676a6c;
}

#rs_shift_date >.ui-datepicker {
  min-width: 258px !important;
  padding: 8px !important;
}

.shiftBlock {
  border: 1px solid #e2dede;
}

.shiftTab > li.active > a {
  border: none !important;
}

.shiftTab > li > a.active {
  color: #ffffff !important;
}

.shiftTab > li {
  border: 0 !important;
  background: #f7f7f7 !important;
}

.shiftTab>li> a.active {
  background: #FC6D00 !important;
}

.shiftTab>li.disabled.active {
  background: #f7f7f7 !important;
  border: 0 !important;
}

.shiftTab>li.tab.disabled > a.active {
  background: #f7f7f7 !important;
  color: #bfbfbf !important ;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

/* Bs 4.3 Missing elements */
.visible-xs {
  display: none !important;
}

tr.visible-xs {
  display: none !important;
}

th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

.visible-sm {
  display: none !important;
}

tr.visible-sm {
  display: none !important;
}

th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

.visible-md {
  display: none !important;
}

tr.visible-md {
  display: none !important;
}

th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

.visible-lg {
  display: none !important;
}

tr.visible-lg {
  display: none !important;
}

th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}


.hidden-xs {
  display: block !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}

.hidden-sm {
  display: block !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}

.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}

.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}

.table-responsive>.table-bordered {
  border: 1px solid #ebebeb;
}


.act-chevron{
  display: block;
  float: left;
  margin-top: 0;
  position: absolute;
  top: 0px;
  right: -5px;
  padding: 0;
  text-align: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
}
  #sharesec .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 0%;
  }
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
  font-weight: inherit;
}

#sharesec .form-control,
#embed_div .form-control{
  height: auto;
  font-weight: 400;
}
#embedPageDiv  .input-lg {
  height: 46px;
}
#sharesec .nav-tabs.nav-justified > li >a{
  text-align: center;
}
/*#Tckt_grp .table{
  display: table;
}*/

#crm_loading_div_Activity_Step_1 .crm_search_nw,
#crm_loading_div_Activity_Step_2 .crm_search_nw,
#crm_loading_div_Activity_Step_3 .crm_search_nw,
#crm_loading_div_Activity_Step_4 .crm_search_nw {
  top: 8px;
  position: relative;
}

small#addNewCrm{
  font-weight: 400;
}
.braintree-sheet__content--form .braintree-form__field-group.braintree-form__field-group--has-error .braintree-form__field-error {
  display: block;  /* changing inline to block: in payment form validation texts misallign */
}
.ibox-content.product-box{
    padding: 0px;
}

/* Records > connect  */
.label {
  background-color: #d1dade;
  color: #5e5e5e;
  font-family: 'Open Sans';
  font-size: 10px;
  font-weight: 600;
  padding: 3px 8px;
  text-shadow: none;
}

.label-inline {
  display: inline;
}

/* autofill dropdown values do not have space */
li.ui-menu-item .ui-menu-item-wrapper {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  font-weight: normal;
}

img.ui-datepicker-trigger {
  margin-left: -20px;
}

/* Goal amount text inpit */
.donAmtIp {
  height: 60px !important;
}

.card-text-size {
  font-size: 9px;
}


  /* Fundraier Button */
.textWhiteSpace {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
}

.icon-right-float {
  position: absolute;
  right: 20px;
}


/* Fundraiser Preview Updates  */
.bannerImgCoverHeight {
  height: 100% !important;
}

.minHeight640 {
  height: 640px !important;
}

.minHeight-500 {
  height: 500px !important;
}

.minHeight-480 {
  height: 480px !important;
  object-fit: fill !important;
}

.minHeight-370 {
  height: 370px !important;
}



@media (max-width: 768px) {
  .padZeroMob {
    padding: 0 !important;
  }
}

@media (max-width: 480px) {
  .minHeight640 {
    height: 350px !important;
  }

  .minHeight-500 {
    height: 350px !important;
  }

  .minHeight-480 {
    height: 280px !important;
    max-height: 280px !important;
    object-fit: fill !important;
  }

  .minHeight-370 {
    height: 100% !important;
  }
}
