/*
*     FLOWTE CUSTOM CSS
*/
.table{
  background-color: #f6f7faff !important;
}
tr{
  background-color: #f6f7faff !important;
}
.modal-footer {
  text-align: left;
}
.checkout {
  font-family: 'Nunito', sans-serif !important;
}
.all-delivery-set button span {
  color: #2c3e4c !important;
}
.label-info {
  background-color: #2c3e4c !important;
}
.text-info{
  color: #2c3e4c !important;
}
.text-success{
  color: #2c3e4c !important;
}
.text-charcoal{
  color: #2c3e4c !important;
}
.bg-charcoal {
  color: #fff;
  background: #2c3e4c;
}
.bg-success {
  color: #fff;
  background: #2c3e4c;
}
.input-group-addon-info {
  color: #ffffff;
  background-color: #2c3e4c;
  border-color: #2c3e4c;
}
.dropdown-item.active{
  background-color: #d2d3d6;
  color: #2c3e4c !important;
}
/*
     Storefront img styling
*/

/* Force Bootsrap 'btn' buttons to new colour palette */
.btn-success {
  color: #2c3e4c ! important;
  background-color: #F5D63E ! important;
  border-color: #F5D63E ! important;
}
.btn-info {
  color: #2c3e4c ! important;
  background-color: #F5D63E ! important;
  border-color: #F5D63E ! important;
}
.btn-charcoal {
  color: white ! important;
  background-color: #2c3e4c ! important;
  border-color: #2c3e4c ! important;
}
.btn-danger {
  color: #2c3e4c ! important;
  background-color: #F5D63E ! important;
  border-color: #F5D63E ! important;
}
.btn-warning {
  color: #2c3e4c ! important;
  background-color: #F5D63E ! important;
  border-color: #F5D63E ! important;
}
.board-modal-btn{
  background:#3C4858 !important;
  color:white ! important;
}
/* End of Force Bootstrap 'btn' buttons to new color palette */

.img-container .img-fluid {
  max-width: 80%;
  max-height: 150px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
}

.img-container {
  height: 150px;
  position: relative;
  margin: 5px 0;
}

.events-wrapper, .packages-wrapper, .products-wrapper, .new_product-wrapper {
  border-radius: 15px;
}

/*
     Common.css
*/

.font-weight-normal { font-weight: normal; }
.font-weight-bold { font-weight: bold; }

.d-block { display: block;}
.d-inline-block { display: inline-block;}
.d-flex { display: flex; }
.f-wrap { flex-wrap: wrap; }
.f-grow { flex-grow: 1; }
.f-column { flex-direction: column; }
.f-gap-10 { gap: 10px; }

.top-0 { top:0; }

.word-wrap {
  overflow-wrap: break-word;
}

.fullwidth { width: 100% !important; }
.halfwidth { width: 50% !important; }
.min-w-80 { min-width: 80px; }

.fa-spin-custom, .glyphicon-spin {
  -webkit-animation: spin 1000ms infinite linear;
  animation: spin 1000ms infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.mt-1 {
  margin-top: .25rem!important;
}

.w-100 {
  width: 100%;
}

.scroll-table {
  width: auto;
  height: 300px;
  overflow: auto;
}

.hidden-content {
  visibility: hidden;
}

.no-content {
  display: none;
}

.loader-img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: 50px;
}

.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.info-table {
  border-collapse: collapse;
  float: center;
  font-size: 15px;
  width: 80%;
}

.info-table td {
  text-align: left;
}

h6.glyphicons {
  vertical-align: bottom !important;
}

.bg-white { background: #FFF; }
.bg-white-70 { background: #FFF; background: #FFFFFFBB; }

.p-2 {  padding: 2px; }
.p-x-7 {  padding-left: 7px; padding-right: 7px; }

.border { border: 1px solid;  }
.border-left { border-left: 1px solid;  }
.border-top { border-top: 1px solid;  }
.border-bottom { border-bottom: 1px solid;  }
.border-white { border-color: #FFF; }
.border-grey-c { border-color: #ccc; }
.border-grey-9 { border-color: #999; }
.border-info { border-color: #5bc0de; }
.border-width-2 { border-width: 2px; }
.rounded-5 { border-radius: 5px;  }
.rounded-10 { border-radius: 10px;  }

/* -----------------------------
	PATRON PAGE
------------------------------- */

.quarter-left {
  height: 200px;
  text-align: left;
  overflow: auto;
}

.quarter-right {
  height: 200px;
  text-align: right;
  overflow: auto;
}

.img-inline {
  display: inline-block;
  padding-right: 50px;
}

.inline-block {
  display: inline-block;
}

/* -----------------------------
	OVERVIEW PAGE
------------------------------- */

.large-text {
  font-size: 60px !important;
}

.md-text {
  font-size: 30px !important;
}

.select {
  background-color: transparent;
}

/* -----------------------------
	CIRCLE IMG
------------------------------- */

.circle-image {
  width: 180px;
  height: 180px;
  background-size: 100% auto;
  border-radius: 50%;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
}

.circle-image-inline {
  width: 180px;
  height: 180px;
  background-size: 100% auto;
  border-radius: 50%;
  display: inline;
  background-position: center center;
  background-repeat: no-repeat;
}

/* -----------------------------
	IMG HOVER
------------------------------- */

.imgWrap {
  position: relative;
  height: auto;
  width: auto;
}

.imgHover {
  position: absolute;
  top: 45%;
  left: 45%;
  color: #fbe432;
  font-size: 50px;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -webkit-transition: opacity .3s ease-in-out;
}

.imgFade {
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.imgWrap:hover .imgHover {
  visibility: visible;
  opacity: 1;
}

.imgWrap:hover .imgFade {
  opacity: 0.5;
}

/*
     Flowte Sidebar Menu Styling
*/

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #F6F7FA;
  border-right: 1px solid #eeeeee;
}

/* Begin Fan Engagement Scorecard */

.engagement.card-block {
  border: 1px solid #2c3e4c;
  border-radius: 5px;
  margin: 2rem -5px 5rem;
  padding: 5px 7px 0;
  position: relative;
  clear: both;
}
.engagement .card {
  border: none;
  padding: 0.25rem;
  cursor: pointer;
}
.engagement .number {
  font-size: 1.3rem;
}
.engagement .title {
  font-size: 1rem;
}
.engagement .heading {
  font-size: 1.2rem;
  font-weight: 500;
}
.engagement .drag-select .card-title {
  font-size: 1.7rem;
}
.engagement .col-12 {
  padding-left: 5px;
  padding-right: 5px;
}
.engagement .help {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 18px;
  height: 18px;
  color: #2c3e4c;
  font-size: 0.7rem;
}
.engagement .refresh {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 18px;
  height: 18px;
  color: #2c3e4c;
  font-size: 0.7rem;
}
/* .sys_container {
  overflow: auto !important;
} */
@media(max-width:1024px){
  .engagement .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media(max-width:768px){
  .bootstrap-datetimepicker-widget .datepicker .dow
	{
		height: 50px !important;
	}
	.bootstrap-datetimepicker-widget table thead tr:first-child th
	{
			height: 50px !important;
	}

  #seated-continue-checkout{
    margin-top: 15px;
  }
  .engagement .help {
    right: 8px;
    top: 8px;
    width: 25px;
    height: 25px;
    font-size: 1.2rem;
  }
  .engagement .refresh {
    left: 8px;
    top: 8px;
    width: 25px;
    height: 25px;
    font-size: 1.2rem;
  }
}

/* End Fan Engagement Scorecard */

/*
     Flowte General Styling
*/

.nowrap {
  white-space: nowrap;
}

span.name.active {
  -webkit-transform: translate(-2em, -1.75em);
  -moz-transform: translate(-2em, -1.75em);
  -o-transform: translate(-2em, -1.75em);
  -ms-transform: translate(-2em, -1.75em);
  transform: translate(-2em, -1.75em);
  -webkit-transition: -webkit-transform 200ms, opacity 200ms;
  transition: transform 200ms, opacity 200ms;
  opacity: 1;
  display: inline-block;
  visibility: visible;
  font-size: 14px;
  width: 0;
  overflow: visible;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

span.name.no-content {
  opacity: 0;
  width: 0;
  visibility: visible !important;
  display: inline-block !important;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */

input:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */

input:focus:-ms-input-placeholder {
  color: transparent;
}

/* IE 10+ */

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */

textarea:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* IE 10+ */

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.pointer {
  cursor: pointer !important;
}

.disabled {
  cursor: not-allowed !important;
}

div#content-display {
  margin-top: 0;
  width: auto;
  height: auto;
}

div#app-display {
  margin-right: 10px;
  min-height: 100vh;
}

div#app-display {
  overflow: visible;
  overflow-x: scroll;
}

table.dataTable{
  background-color: transparent;
}

.card {
 /* background-color: rgba(235, 235, 235, 0.6) !important; */
}
.transition {
  transition: all .5s;
}
.card.selected {
  box-shadow: 0px 2px 5px #555;
  transform: translateY(-1px);
}

div#submenu-body.card-block {
  padding: 0;
}

div#submenu-body li a:hover {
  background-color: #eeeeee;
}

div#submenu-display {
  position: fixed;
  left: 0;
  font-weight: bold;
  height: 80vh !important;
  overflow-y: scroll !important;
}

.input-group-btn>.btn {
  min-height: 2.05rem;
}

.input-group-addon-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.user-add-task {
  margin-left: -100px;
}

/* Custom button styling */

.btn-xs, .btn-group-xs>.btn {
  padding: 1px 5px !important;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  margin-right: 5px;
}

@media all and (max-width:480px) {
  .btn-xs-block {
    width: 100% !important;
    display: block;
    margin-bottom: 5px;
    float: none !important;
  }
}

.btn-xs>.bs-caret {
  margin-right: -20px !important;
}

.btn-sm {
  line-height: 1;
}

.btn-duck {
  color: #333333;
  background-color: #f6db56;
  border-color: #f5d63e;
}

.btn:active, .btn.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.5);
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-space {
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
}

.text-white {
  color: #ffffff;
}

.text-white:visited, .text-white:focus {
  color: #ffffff !Important;
}

.text-duck {
  color: #f6db56;
}

.text-purple {
  color: #7647a2;
}

.bg-purple {
  background-color: #7647a2;
  color: white;
}

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}

/* Datatable dropdown styling */

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

.add .dropdown-menu {
  left: -100px;
}

@media (max-width: 768px) {
  body, .form-control, .input, .btn, .dropdown-menu, table#selected-products td, .input-group-addon {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  body, .form-control, .input, .btn, .dropdown-menu, table#selected-products td, .input-group-addon {
    font-size: 14px;
  }
}

body {
  /*font-family      : "Montserrat-Regular", Helvetica, Arial, sans-serif;*/
  color: #333333;
  background-color: #ffffff;
}

.card-header h5 .btn.pull-right {
  padding: 4px 9px;
}

.card-header {
  margin: 0;
  padding: 0.75rem 1.25rem;
  background-color: transparent ! important;
  border-bottom: none ! important;
}

a:hover {
  color: #f5d858;
  text-decoration: none;
  cursor: pointer;
}

a {
  color: black;
  text-decoration: none;
}


/* Begin Datatable cards layout */

  .table-tile-layout table {
    display: block;
    background: none;
  }
  .table-tile-layout thead {
    display: none;
  }
  .table-tile-layout tbody {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: auto;
    grid-gap: 10px;
  }
  .table-tile-layout tr {
    display: inline-flex;
    flex-direction: column;
    border: none;
    margin: 5px;
    padding: 5px;
    background: #FFF;
    background: #FFFFFFCC;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
    border-radius: 2px;
  }
  .table-tile-layout td {
    display: block;
    border: none;
    background: none;
    overflow: hidden;
    padding: 0;
    margin: 12px 5px;
    flex-grow: 1;
  }
  .table-tile-layout td:first-child {
    max-height: none;
    min-height: 4em;
    font-weight: bold;
    font-size: 1.1em;
    flex-grow: 0;
  }
  .table-tile-layout td:last-child {
    flex-grow: 0;
  }
  .table-tile-layout .name .glyphicons {
    display: block;
    font-size: 2em;
    color: #f0ad4e;
  }
  .table-tile-layout .active .name .glyphicons {
    color: #5bc0de;
  }
  .table-tile-layout td span {
    padding: 0;
    border: none;
    margin: 0;
    background: none;
  }
/* End Datatable cards layout */

/* Begin tile layout */

.tile-layout {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	grid-auto-rows: auto;
	grid-gap: 10px;
}
.card-item {
	display: inline-flex;
	flex-direction: column;
	border: none;
	margin: 5px;
	padding: 5px;
	/* background: #FFF;
	background: #FFFFFFCC; */
  background: transparent;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
	border-radius: 3px;
}
.card-wide {
	grid-column-end: span 2;
}
/* End tile layout */

/* Navbar Styling */

.nav a {
  color: #f6db56;
  text-decoration: none;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav>li {
  position: relative;
  display: block;
  cursor: pointer;
}

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

.nav>li>.section-item:hover, .nav>li>.section-item:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav>li.disabled>.section-item {
  color: #777777;
}

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

.nav .open>.section-item, .nav .open>.section-item:hover, .nav .open>.section-item:focus {
  background-color: #eeeeee;
  border-color: #f6db56;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #000000;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

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

.nav-tabs.nav-justified>li {
  float: none;
}

.nav-tabs.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

.nav-pills li a {
  color: #2c3e4c;
}
.nav-link.active{
  color: #2c3e4c ! important;
  background-color: #d2d3d6 ! important;
}
.navbar-brand>img {
  height: 35px;
}

.nav-pills>li {
  float: left;
}

.nav-pills>li>a {
  border-radius: 4px;
  font-size: 15px;
}

.nav-pills>li+li {
  margin-left: 2px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
  color: #ffffff;
  background-color: #f6db56;
}

.nav-stacked>li {
  float: none;
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified>li {
  float: none;
}

.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

.top-menu {
  width: 100%;
  text-align: center;
}

.top-menu li {
  min-width: 60px;
  border-bottom: 3px solid #222222;
}

.top-menu li a {
  text-align: center;
  color: white;
  border-radius: 0;
  cursor: pointer;
  text-transform: capitalize;
}

.top-menu li a span.glyphicons {
  font-size: 20px;
  padding-bottom: 5px;
}

.top-menu li.active {
  background-color: #080808;
  border-bottom: 3px solid #f5d858;
}

.top-menu li:focus {
  background-color: #080808;
  border-bottom: 3px solid #f5d858;
}

.top-menu>li:hover {
  background-color: #080808;
  border-bottom: 3px solid #f5d858;
}

.navbar .btn {
  margin-right: 5px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

.custom-accordion .nav-tabs.nav-justified>.active>.section-item, .custom-accordion .nav-tabs.nav-justified>li .section-item:hover, .custom-accordion .nav-tabs.nav-justified>li .section-item:focus {
  background-color: #222222 !important;
  border-bottom-color: transparent !important;
  color: #ffffff !important;
  font-weight: bold !important;
}

.navbar-dark {
  background-color: #222222;
  border-color: #080808;
}

.navbar-dark .navbar-brand {
  color: #9d9d9d;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-dark .navbar-text {
  color: #9d9d9d;
}

.navbar-dark .navbar-nav>li>.section-item {
  color: #c9c9c9;
}

.navbar-dark .navbar-nav>li>.section-item:hover, .navbar-dark .navbar-nav>li>.section-item:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-dark .navbar-nav>.active>.section-item, .navbar-dark .navbar-nav>.active>.section-item:hover, .navbar-dark .navbar-nav>.active>.section-item:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-dark .navbar-nav>.disabled>.section-item, .navbar-dark .navbar-nav>.disabled>.section-item:hover, .navbar-dark .navbar-nav>.disabled>.section-item:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-dark .navbar-toggle {
  border-color: #333333;
}

.navbar-dark .navbar-toggle:hover, .navbar-dark .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-dark .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-dark .navbar-collapse, .navbar-dark .navbar-form {
  border-color: #101010;
}

.navbar-dark .navbar-nav>.open>.section-item, .navbar-dark .navbar-nav>.open>.section-item:hover, .navbar-dark .navbar-nav>.open>.section-item:focus {
  background-color: #080808;
  color: #ffffff;
}

ul.nav.nav-stacked.nav-pills {
  font-weight: normal;
  padding: 9px 0 9px 0;
}

ul.nav.nav-stacked.nav-pills .glyphicons {
  margin-right: 3px;
}

@media (max-width: 1245px) {
  /* small */
  .navbar-lg {
    display: none;
  }
  .navbar-sm {
    display: block;
  }
  #flowte-logo {
    height: 100px;
    width: 100%;
  }
  .top-menu {
    margin-top: 70px;
  }
  #submenu-display {
    display: none !important;
  }
  #submenu-small-display {
    display: block !important;
  }
  .large-screen {
    display: none !important;
  }
  .top-menu>li>a {
    min-width: 90px;
  }
}

@media (min-width: 1245px) and (max-width: 1450px) {
  .navbar-lg {
    display: block;
  }
  .navbar-sm {
    display: none;
  }
  .top-menu>li>a {
    font-size: 12px;
  }
}

@media (min-width: 1450px) {
  /* large */
  .navbar-lg {
    display: block;
  }
  .navbar-sm {
    display: none;
  }
  #submenu-display {
    display: block !important;
  }
  #submenu-small-display {
    display: none !important;
  }
  .small-screen {
    display: none !important;
  }
  .top-menu>li>a {
    min-width: 90px;
  }
}

/* dropdown menu */

#user-dropdown.pull-right .dropdown-menu {
  left: -75px;
}

#user-dropdown.pull-left .dropdown-menu {
  left: 5px;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

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

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
  color: #333333;
  text-decoration: none;
  outline: 0;
  background-color: #f6db56;
}

.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
  color: #777777;
}

.dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.open>.dropdown-menu {
  display: block;
  padding: 0;
}

.open>a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

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

/* Custom table styling */

.table thead th:first-child {
  border-top-left-radius: .25rem;
}

.table thead th:last-child {
  border-top-right-radius: .25rem;
}

/* Info page styling */

.breadcrumb {
  padding: 0rem;
  margin-bottom: 0rem;
  list-style: none;
  background-color: transparent;
  display: inline-block;
  font-size: 16px;
}

/* System Alert Styling */

.system-alert-text {
  text-align: center;
  align-content: center;
  vertical-align: middle;
}

#system-alert-container {
  margin-left: 25%;
  margin-right: auto;
  margin-top: 80px;
  position: fixed;
  width: 30%;
  height: auto;
  z-index: 9999;
}

.system-alert {
  z-index: 10000;
  position: relative;
  margin-bottom: 5px;
  width: 100%;
  align-content: center;
  font-size: 17px;
  box-shadow: none;
  border-radius: 2px;
}

.system-alert.alert .close {
  font-size: 16px;
  left: -31px;
  line-height: 10px;
  opacity: 1;
  position: absolute;
  text-shadow: none;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
}

.system-alert.alert .close i {
  display: none;
}

.system-alert.alert .close-right {
  display: block;
  height: 22px;
  left: auto;
  line-height: 30px;
  padding-top: 0;
  position: absolute;
  right: 12px;
  vertical-align: middle;
  width: 25px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.system-alert.alert .close-right i {
  display: block;
  color: #000000;
  font-size: 18px;
  font-weight: normal;
  margin-top: 0;
  transition: all 0.2s ease-in-out 0s;
  vertical-align: middle;
}

.system-alert.alert:hover .close-right {
  display: block !important;
  color: #000000 !important;
}

.system-alert.alert:hover .close-right i {
  display: block !important;
  color: #000000 !important;
}

.system-alert.alert-success {
  background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
  background: #ffffff;
  background-repeat: repeat-x;
  border-color: #8eb021;
  border-left: 40px solid #8eb021;
}

.system-alert.alert-success .close {
  color: #3C4858;
}

.system-alert.alert-success .close .glyphicons-ok-2 {
  display: block;
}

.system-alert.alert-danger {
  background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
  background: #ffffff;
  border-left: 40px solid #d04437;
  background-repeat: repeat-x;
  border-color: #d04437;
}

.system-alert.alert-danger .close {
  color: #3C4858;
}

.system-alert.alert-danger .close .glyphicons-circle-exclamation-mark {
  display: block;
}

.system-alert.alert-warning {
  background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
  background: #ffffff;
  border-left: 40px solid #f6c342;
  background-repeat: repeat-x;
  border-color: #f6c342;
}

.system-alert.alert-warning .close {
  color: #3C4858;
}

.system-alert.alert-warning .close .glyphicons-alert {
  display: block;
}

.system-alert.alert-info {
  background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
  background: #ffffff;
  border-left: 40px solid #3572b0;
  background-repeat: repeat-x;
  border-color: #3572b0;
}

.system-alert.alert-info .close {
  color: #3C4858;
}

.system-alert.alert-info .close .glyphicons-circle-info {
  display: block;
}

.system-alert.alert {
  box-shadow: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* Label Pill Styling */

.btn-success .label-pill {
  color: #5cb85c;
  background-color: #ffffff;
}

/* Selected List Styling */

/*li.selected {
    background-color: #333333;
}

li.selected > a {
     color: #ffffff;
}
li.selected > a:hover {
     background-color: #444444;
     color: #ffffff;
}

/* Custom Modal Styling */
.btn-basic {
  color: #2c3e4c;
  background-color: #F5D63E;
  border-color: #F5D63E;
}
.modal-header {
  background-color: #3C4858;
  color: whitesmoke;
  border-radius: 0.3em 0.3em 0 0;
  /* border-radius: 0.3em; */
  font-weight: bold;
  border: none !important;
}

.modal-footer {
  padding: 5px;
  background-color: #f6f7faff;
  border: none !important;
}

.modal-body {
  padding: 15px 15px 15px;
  background-color: #f6f7faff;
  border: none !important;
}

.modal-body.row {
  margin-right: 0;
  margin-left: 0;
}
.card {
  border: 0.0625rem solid #f6f7faff;
}

.modal-content {
  background-color: #f6f7faff;
  border: none !important;
}

.close{
  color: #3C4858 !important;
  opacity: 2.2 !important;
}

/* Project Board */

.user-display-img {
  width: 25px;
  height: 25px;
  margin: -4px 0 0 3px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid black;
}

.link:hover {
  cursor: pointer;
  text-decoration: underline;
}

/*==============================================================================
            Account
==============================================================================*/

.img-preview {
  max-height: 300px;
}

/* Custom Table Styling */

table {
  background-color: white;
  opacity: 0.8;
}

td span.hover {
  display: none;
}

td:hover span.hover {
  display: inline-block;
}

td:hover span.hover:hover {
  cursor: pointer;
}

span.view:hover {
  cursor: pointer;
  color: #000000;
  font-weight: bold;
}

div.dataTables_filter {
  display: inline-block;
  float: left;
}

div.dataTables_length {
  display: inline-block;
  float: right;
}

.dt-buttons.btn-group {
  float: left;
  margin-left: 5px;
  display: inline-block;
}

div.dataTables_paginate {
  float: left;
  display: inline-block;
}

div.dataTables_info {
  display: inline-block;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  background-color: #f6db56;
  color: #333333;
  border-color: #f5d63e;
}

.pagination>li>a, .pagination>li>span {
  color: #333333;
}

/* Custom Dashboard Card Styling */

.card-block.dashboard {
  position: absolute;
  width: 100%;
  margin-top: -12px;
  text-align: center;
  padding: 0;
  border-radius: 10px;
}

span.dashboard {
  background-color: white;
  border: 1px solid #aaaaaa;
  border-radius: 10px;
  padding: 2 10px;
  color: #555555;
}

.card-header.dashboard {
  margin: 0;
  font-weight: bold;
  border-bottom: #aaaaaa 1px solid;
  padding: 1.25rem 1.25rem;
  background-color: white;
}

.card.dashboard {
  border: #aaaaaa 1px solid;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.card-footer.dashboard {
  padding: 1.25rem 1.25rem;
  background-color: #dddddd;
}

div.col-md-4.dashboard:nth-of-type(1) .glyphicons {
  color: #5cb85c;
}

div.col-md-4.dashboard:nth-of-type(2) .glyphicons {
  color: #5bc0de;
}

div.col-md-4.dashboard:nth-of-type(3) .glyphicons {
  color: #d9534f;
}

div.col-md-4.dashboard:nth-of-type(4) .glyphicons {
  color: #7647a2;
}

div.col-md-4.dashboard:nth-of-type(5) .glyphicons {
  color: #f0ad4e;
}

div.col-md-4.dashboard:nth-of-type(6) .glyphicons {
  color: #444444;
}

/* Custom Board Card Styling */

.left-success {
  border-left: 2px solid #5cb85c;
}

.left-warning {
  border-left: 2px solid #f0ad4e;
}

.left-danger {
  border-left: 2px solid #d9534f;
}

.left-primary {
  border-left: 2px solid #0275d8;
}

.left-info {
  border-left: 2px solid #5bc0de;
}

.card-block.board {
  position: absolute;
  width: 100%;
  margin-top: -12px;
  text-align: center;
  padding: 0;
  border-radius: 10px;
}

span.board {
  background-color: white;
  border: 1px solid #aaaaaa;
  border-radius: 10px;
  padding: 1 10px;
  color: #555555;
  font-size: 0.6rem;
}

h8 {
  font-size: 0.8rem;
  font-weight: normal;
}

.card-header.board {
  margin: 0;
  font-weight: bold;
  /*    border-bottom: #aaaaaa 1px solid;*/
  padding: 0.3rem 1.25rem;
  background-color: white;
  text-align: left;
}

.card.board {
  /*     border: #aaaaaa 1px solid;*/
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.card-footer.board {
  padding: 0.75rem 1.25rem 0.1rem;
  background-color: #dddddd;
}

/*
	Project Board
*/

.board-col-list {
  min-height: 400px;
  height: 100%;
  margin-top: 5px;
  padding: 0 5px;
}

.project-board-item {
  cursor: move;
}

.project-board-item:hover {
  cursor: move;
}

.card-footer.project-board {
  color: #555555;
  font-size: 0.7rem !important;
  padding-left: 8px !important;
  padding-right: 2px !important;
}

div#board-col-1 div.board-col-header:after {
  content: "";
  position: absolute;
  left: 80%;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 24px solid #ffffff;
  border-bottom: 13px solid transparent;
  opacity: 0.5;
  top: 4px;
}

div#board-col-2 div.board-col-header:after {
  content: "";
  position: absolute;
  left: 80%;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 24px solid #ffffff;
  border-bottom: 13px solid transparent;
  opacity: 0.5;
  top: 4px;
}

div#board-col-3 div.board-col-header:after {
  content: "";
  position: absolute;
  left: 80%;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 24px solid #ffffff;
  border-bottom: 13px solid transparent;
  opacity: 0.5;
  top: 4px;
}

div#board-col-4 div.board-col-header:after {
  content: '';
  display: inline-block;
  float: right;
  width: 16px;
  height: 30px;
  border: solid #ffffff;
  border-width: 0 8px 8px 0;
  transform: rotate(45deg);
  position: absolute;
  left: 80%;
  opacity: 0.5;
  top: 4px;
}

div.board-col-list div.card div.card-block {
  padding: 0.3rem;
}

.board-col-header {
  background-color: white;
  padding: 0.75rem;
  border-radius: .25rem;
  text-align: left;
  color: white;
}

div#board-col-1 div.board-col-over {
  border: 2px dashed #444444;
}

div#board-col-2 div.board-col-over {
  border: 2px dashed #f0ad4e;
}

div#board-col-3 div.board-col-over {
  border: 2px dashed #d9534f;
}

div#board-col-4 div.board-col-over {
  border: 2px dashed #5cb85c;
}

div#board-col-1 div.board-col-header {
  background-color: #5bc0de;
}

div#board-col-2 div.board-col-header {
  background-color: #f0ad4e;
}

div#board-col-3 div.board-col-header {
  background-color: #d9534f;
}

div#board-col-4 div.board-col-header {
  background-color: #5cb85c;
}

.drag {
  background-color: white;
}

.drag.overdue {
  background-color: rgba(199, 0, 0, 0.68);
}

.card-footer {
  background-color: #dddddd !important;
  padding: 0 1rem;
}

.card-inverse {
  /*color: #555555;*/
  background-color: #dddddd;
}

.task-warning {
  font-size: 21px;
}

.glyphicons.glyphicons-move.pull-right {
  background-color: #f6db56;
  padding: 4px;
  border-radius: 15px;
}

.card.drag {
  /*border: 1px solid black;*/
  cursor: move;
}

.card.drag .btn-duck {
  color: #ffffff;
}

.card.drag.warning {
  border-left: 3px solid #f0ad4e;
}

.card.drag.success {
  border-left: 3px solid #5cb85c;
}

.card.drag.info {
  border-left: 3px solid #5bc0de;
}

.task-btn.tag-btn {
  color: #2c3e4c;
}

.task-btn.done-btn {
  color: #2c3e4c;
}

.task-btn.snooze-btn {
  color: #2c3e4c;
}

.task-btn.today-btn {
  color: #2c3e4c;
}

.card.drag:hover span.glyphicons.glyphicons-share.btn-space.pull-right, .card.drag:hover span.glyphicons.glyphicons-chat.btn-space.pull-right {
  color: #888888;
  font-size: 1.4rem;
  display: inline-block;
}

.card.drag span.glyphicons.glyphicons-share.btn-space.pull-right, .card.drag span.glyphicons.glyphicons-chat.btn-space.pull-right {
  display: none;
}

.card.drag>.card-header>.glyphicons:nth-of-type(1) {
  background-color: #888888;
  color: white;
  border-radius: 100px;
  padding: 5px;
}

.drag.ui-draggable-dragging {
  width: 30%;
}

.drag.ui-draggable-dragging .col-md-4, .drag.ui-draggable-dragging .col-md-3, .drag.ui-draggable-dragging .glyphicons {
  display: none;
}

.dragging {
  border: white dashed 2px;
}

.remove-tag {
  cursor: pointer;
}

.remove-tag:hover {
  color: #d9534f;
}

.task-btn {
  cursor: pointer;
  font-size: 1.4rem;
  margin-left: 1rem;
}

/*
	Files Display
*/

.file-btn {
  cursor: pointer;
  font-size: 1.4rem;
}

.file-btn.link-btn {
  margin-left: 1rem;
  color: #f0ad4e;
}

.file-btn.tag-btn {
  margin-left: 1rem;
  color: #2c3e4c;
}

.file-btn.del-btn {
  margin-left: 1rem;
  color: #d9534f;
}

/*
	Drag and Drop
*/

.drag-option-over {
  border: 2px dashed rgba(151, 151, 151, 0.45);
}


.card#done {
  background-color: #F5D63E !important;
  border-color: transparent ! important;
  box-shadow: none ! important;
  display: table;
  width: 100%;
}

.card#today-done {
  background-color: #f6db56 !important;
  display: table;
  width: 100%;
}

.card#today-snooze {
  background-color: #f6db56 !important;
  display: table;
  width: 100%;
}

.card#today-tag {
  background-color: #f6db56 !important;
  display: table;
  width: 100%;
}

.card#snooze {
  background-color: #2c3e4c !important;
  border-color: transparent ! important;
  box-shadow: none ! important;
  display: table;
  width: 100%;
}

.card#tag {
  background-color: #F5D63E !important;
  border-color: transparent ! important;
  box-shadow: none ! important;
  display: table;
  width: 100%;
}


.card#done.drag-option-over {
  background-color: #eeeeee !important;
  border: 2px dashed #2c3e4c;
}

.card#today-done.drag-option-over {
  background-color: #eeeeee !important;
  border: 2px dashed #2c3e4c;
}

.card#today-snooze.drag-option-over {
  background-color: #eeeeee !important;
  border: 2px dashed #2c3e4c;
}

.card#snooze.drag-option-over {
  background-color: #eeeeee !important;
  border: 2px dashed #2c3e4c;
}

.card#today-tag.drag-option-over {
  background-color: #eeeeee !important;
  border: 2px dashed #2c3e4c;
}

.card#tag.drag-option-over {
  background-color: #eeeeee !important;
  border: 2px dashed #2c3e4c;
}

.card#done.card-block, .card#today-done.card-block, .card#today-snooze.card-block, .card#snooze.card-block, .card#tag.card-block, .card#today-tag.card-block, .card#tag.card-block {
  padding: 0.25rem;
}

.card.card-success {
  background-color: #5cb85c !important;
  display: table;
  width: 100%;
}

.card.card-yellow {
  background-color: #F5D63E !important;
  border-color: transparent ! important;
  box-shadow: none ! important;
  display: table;
  width: 100%;
}

.card.card-dark-blue {
  background-color: #2c3e4c !important;
  border-color: transparent ! important;
  box-shadow: none ! important;
  display: table;
  width: 100%;
}

.text-dark-blue{
  color: #2c3e4c ! important;
}

.text-dark-blue{
  color: #2c3e4c ! important;
}
.text-yellow {
  color: #F5D63E;
}

.btn-yellow {
  color: #2c3e4c;
  background-color: #F5D63E;
  border-color: #F5D63E;
}

.btn-dark-blue {
  color: whitesmoke ! important;
  background-color: #2c3e4c ! important;
  border-color: #2c3e4c ! important;
}

.bg-info {
  color: #2c3e4c;
  background-color: #F5D63E;
  border-color: #F5D63E;
}

.card.card-warning {
  background-color: #f0ad4e !important;
  display: table;
  width: 100%;
}

.card.card-info {
  background-color: #5bc0de !important;
  display: table;
  width: 100%;
}

.card.card-danger {
  background-color: #d9534f !important;
  display: table;
  width: 100%;
}

.card.card-disabled {
  background-color: #a3a3a3 !important;
  display: table;
  width: 100%;
  cursor: not-allowed !important;
}

.card.card-success.drag-option-over {
  background-color: #eeeeee !important;
  border: 2px dashed #5cb85c;
}

.card.card-warning.drag-option-over {
  background-color: #eeeeee !important;
  border: 2px dashed #f0ad4e;
}

.card.card-info.drag-option-over {
  background-color: #eeeeee !important;
  border: 2px dashed #f6db56;
}

.card.card-danger.drag-option-over {
  background-color: #eeeeee !important;
  border: 2px dashed #d9534f;
}

.card.card-disabled.drag-option-over {
  background-color: #eeeeee !important;
  border: 2px dashed #eceeef;
  cursor: not-allowed;
}

.card.card-success.card-block, .card.card-warning.card-block, .card.card-info.card-block, .card.card-danger.card-block, .card.card-disabled.card-block {
  padding: 0.25rem;
}

.popover {
  max-width: 100%;
}

.popover-content {
  padding: 0;
}

.table-snooze {
  padding: 0;
}

.table-snooze td {
  background-color: #f0ad4e;
}

.drag-select .card-title {
  margin-top: 1rem;
  font-size: 2rem;
  opacity: 0.8;
  color: white;
}

span.number {
  font-size: 1.4rem;
  color: white;
  opacity: 0.8;
}

.storefront-buttons {
  margin-bottom: 5px !important;
  padding: 9px 0 !important;
}

.storefront-buttons.list {
  margin-bottom: 0 !important;
  padding: 14px 0 !important;
}

span.title {
  color: white;
  font-size: 1.2rem;
  opacity: 0.8;
}

/*
.snooze:hover {
     background-color: #333;
    color: white;
}

.snooze {
     background-color: white;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    color: #333;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 1rem;
}

.snooze .glyphicons {
     font-size: 2rem;
}
*/

/* Custom Checkbox Styling */
.checkbox-wrapper-40 {
  --borderColor: #3C4858;
  --borderWidth: .125em;
margin-left: 10px;
}

.checkbox-wrapper-40 label {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.checkbox-wrapper-40 input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  background: #fff;
  font-size: 1.8em;
  border-radius: 0.125em;
  display: inline-block;
  border: var(--borderWidth) solid var(--borderColor);
  width: 1em;
  height: 1em;
  position: relative;
}
.checkbox-wrapper-40 input[type=checkbox]:before,
.checkbox-wrapper-40 input[type=checkbox]:after {
  content: "";
  position: absolute;
  background: var(--borderColor);
  width: calc(var(--borderWidth) * 3);
  height: var(--borderWidth);
  top: 50%;
  left: 10%;
  transform-origin: left center;
}
.checkbox-wrapper-40 input[type=checkbox]:before {
  transform: rotate(45deg) translate(calc(var(--borderWidth) / -2), calc(var(--borderWidth) / -2)) scaleX(0);
  transition: transform 200ms ease-in 200ms;
}
.checkbox-wrapper-40 input[type=checkbox]:after {
  width: calc(var(--borderWidth) * 5);
  transform: rotate(-45deg) translateY(calc(var(--borderWidth) * 2)) scaleX(0);
  transform-origin: left center;
  transition: transform 200ms ease-in;
}
.bootstrap-select.btn-group .dropdown-menu li.selected .checkbox-wrapper-40 input[type=checkbox]:before {
  transform: rotate(45deg) translate(calc(var(--borderWidth) / -2), calc(var(--borderWidth) / -2)) scaleX(1);
  transition: transform 200ms ease-in;
}
/* .checkbox-wrapper-40 input[type=checkbox]:checked:before {
  transform: rotate(45deg) translate(calc(var(--borderWidth) / -2), calc(var(--borderWidth) / -2)) scaleX(1);
  transition: transform 200ms ease-in;
} */
.bootstrap-select.btn-group .dropdown-menu li.selected .checkbox-wrapper-40 input[type=checkbox]:after {
  width: calc(var(--borderWidth) * 5);
  transform: rotate(-45deg) translateY(calc(var(--borderWidth) * 2)) scaleX(1);
  transition: transform 200ms ease-out 200ms;
}
/* .checkbox-wrapper-40 input[type=checkbox]:checked:after {
  width: calc(var(--borderWidth) * 5);
  transform: rotate(-45deg) translateY(calc(var(--borderWidth) * 2)) scaleX(1);
  transition: transform 200ms ease-out 200ms;
} */
.checkbox-wrapper-40 input[type=checkbox]:focus {
  outline: calc(var(--borderWidth) / 2) dotted rgba(0, 0, 0, 0.25);
}

table.dataTable tr td.select-checkbox:before,
table.dataTable tr td.select-checkbox:after {
  content: none !important;
}

table.dataTable tr td.select-checkbox {
  --borderColor: #3C4858;
  --borderWidth: .2em;
  font-size: 1.4em;
}

table.dataTable tr td.select-checkbox > div {
  width: 1em !important;
  height: 1em !important;
  border-radius: var(--borderWidth) !important;
  border: var(--borderWidth) solid var(--borderColor) !important;
  position: relative;
}

table.dataTable tr td.select-checkbox > div:before,
table.dataTable tr td.select-checkbox > div:after {
  content: "";
  position: absolute;
  background: var(--borderColor);
  width: calc(var(--borderWidth) * 3);
  height: var(--borderWidth);
  top: 50%;
  left: 10%;
  transform-origin: left center;
  scale: 0.8;
}

table.dataTable tr td.select-checkbox > div:before {
  transform: rotate(45deg) translate(calc(var(--borderWidth) / -2), calc(var(--borderWidth) / -2)) scaleX(0);
  transition: transform 200ms ease-in 200ms;
}

table.dataTable tr td.select-checkbox > div:after {
  width: calc(var(--borderWidth) * 5);
  transform: rotate(-45deg) translateY(calc(var(--borderWidth) * 2)) scaleX(0);
  transform-origin: left center;
  transition: transform 200ms ease-in;
}

table.dataTable tr.selected td.select-checkbox > div:before {
  transform: rotate(45deg) translate(calc(var(--borderWidth) / -2), calc(var(--borderWidth) / -2)) scaleX(1);
  transition: transform 200ms ease-in;
}

table.dataTable tr.selected td.select-checkbox > div:after {
  width: calc(var(--borderWidth) * 5);
  transform: rotate(-45deg) translateY(calc(var(--borderWidth) * 2)) scaleX(1);
  transition: transform 200ms ease-out 200ms;
}

/* Custom Company Info Styling */

.card-block.info {
  position: absolute;
  width: 100%;
  margin-top: -12px;
  text-align: center;
  padding: 0;
  border-radius: 10px;
}

span.info {
  background-color: white;
  border: 1px solid #aaaaaa;
  border-radius: 10px;
  padding: 2px 10px;
  color: #555555;
}

.card-header.info {
  margin: 0;
  font-weight: bold;
  border-bottom: #aaaaaa 1px solid;
  padding: 1.3rem 1.25rem;
  background-color: white;
}

.card.info {
  border: #aaaaaa 1px solid;
}

.card-footer.info {
  padding: 1.25rem 1.25rem;
  background-color: #dddddd;
}

div.col-md-3.info:nth-of-type(1) .card-header .glyphicons:first-child {
  color: #5cb85c;
}

div.col-md-3.info:nth-of-type(2) .card-header .glyphicons:first-child {
  color: #5bc0de;
}

div.col-md-3.info:nth-of-type(3) .card-header .glyphicons:first-child {
  color: #d9534f;
}

div.col-md-3.info:nth-of-type(4) .card-header .glyphicons:first-child {
  color: #7647a2;
}

div.col-md-3.info:nth-of-type(5) .card-header .glyphicons:first-child {
  color: #f0ad4e;
}

div.col-md-3.info:nth-of-type(6) .card-header .glyphicons:first-child {
  color: #444444;
}

div.col-md-4.info:nth-of-type(1) .card-header .glyphicons:first-child {
  color: #5cb85c;
}

div.col-md-4.info:nth-of-type(2) .card-header .glyphicons:first-child {
  color: #5bc0de;
}

div.col-md-4.info:nth-of-type(3) .card-header .glyphicons:first-child {
  color: #d9534f;
}

/* Custom Deal Board Styling */

.board-col-list {
  min-height: 700px;
  height: 100%;
}

.deal-board-item {
  background-color: #F6F7FA;
  cursor: move;
}

.deal-board-item:hover {
  cursor: move;
}



div#board-col-0 div.board-col-header:after {
  content: "";
  position: absolute;
  left: 80%;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 24px solid #ffffff;
  border-bottom: 13px solid transparent;
  opacity: 0.5;
  top: 4px;
}

div#board-col-20 div.board-col-header:after {
  content: "";
  position: absolute;
  left: 80%;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 24px solid #ffffff;
  border-bottom: 13px solid transparent;
  opacity: 0.5;
  top: 4px;
}

div#board-col-40 div.board-col-header:after {
  content: "";
  position: absolute;
  left: 80%;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 24px solid #ffffff;
  border-bottom: 13px solid transparent;
  opacity: 0.5;
  top: 4px;
}

div#board-col-60 div.board-col-header:after {
  content: "";
  position: absolute;
  left: 80%;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 24px solid #ffffff;
  border-bottom: 13px solid transparent;
  opacity: 0.5;
  top: 4px;
}

div#board-col-80 div.board-col-header:after {
  content: "";
  position: absolute;
  left: 80%;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 24px solid #ffffff;
  border-bottom: 13px solid transparent;
  opacity: 0.5;
  top: 4px;
}

div#board-col-100 div.board-col-header:after {
  content: '';
  display: inline-block;
  float: right;
  width: 16px;
  height: 30px;
  border: solid #ffffff;
  border-width: 0 8px 8px 0;
  transform: rotate(45deg);
  position: absolute;
  left: 80%;
  opacity: 0.5;
  top: 4px;
}

div.board-col-list div.card div.card-block {
  padding: 0.3rem;
}

.board-col-header {
  background-color: white;
  padding: 0.75rem;
  border-radius: .25rem;
  text-align: left;
  color: white;
}

.board-col-head {
  background-color: #3C4858;
  padding: 0.75rem;
  border-radius: .25rem;
  text-align: left;
  color: white;
}

div#board-col div.board-col-header {
  background-color: #444444;
}


.board-col div.board-col-header {
  background: #444444 !important;
}

div#board-col-20 div.board-col-over {
  border: 2px dashed #5bc0de;
}

div#board-col-40 div.board-col-over {
  border: 2px dashed #f0ad4e;
}

div#board-col-60 div.board-col-over {
  border: 2px dashed #d9534f;
}

div#board-col-80 div.board-col-over {
  border: 2px dashed #0275d8;
}

div#board-col-100 div.board-col-over {
  border: 2px dashed #5cb85c;
}

div#board-col-0 div.board-col-header {
  background-color: #444444;
}

div#board-col-20 div.board-col-header {
  background-color: #5bc0de;
}

div#board-col-40 div.board-col-header {
  background-color: #f0ad4e;
}

div#board-col-60 div.board-col-header {
  background-color: #d9534f;
}

div#board-col-80 div.board-col-header {
  background-color: #0275d8;
}

div#board-col-100 div.board-col-header {
  background-color: #5cb85c;
}

span.deal-board {
  color: #555555;
  font-size: 0.6rem;
}

.card-footer.deal-board {
  padding: 0rem 0.5rem;
  background-color: #dddddd;
  text-align: left;
}

.card.deal-board {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.card-header.board {
  margin: 0;
  font-weight: bold;
  padding: 0.3rem 0.5rem;
  background-color: #F6F7FA !important;
  text-align: left;
}

.card-body.board {
  font-weight: bold;
  text-align: left;
}

/*
     SUPPORT BOARD STYLING
*/

.case-board-item {
  cursor: move;
}

.case-board-item:hover {
  cursor: move;
}

span.case-board {
  color: #555555;
  font-size: 0.6rem;
  text-align: left;
}

.card-footer.case-board {
  padding: 0rem 0.5rem;
  background-color: #dddddd;
  text-align: left;
}

.card.case-board {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: left;
}

.activity-type {
  height: 188px;
}

/*
	Download Container and Items
*/

#file_loading {
  text-align: center;
}

.downloadContainer {
  position: relative;
}

.downloadContainer>.info {
  font-size: 12px;
}

.downloadContainer:hover>div {
  opacity: 0.3;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.downloadContainer:hover>.downloadIcon {
  display: block;
}

.downloadIcon {
  font-size: 40px;
  position: absolute;
  display: none;
  top: 20%;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.reduce-product {
  position: absolute !important;
  right: -14px !important;
  top: -15px !important;
  font-size: 50px !important;
  z-index: 99999 !important;
}

/*** TOKENFIELD STYLING - jQuery UI overrides ***/

.ui-state-focus {
  text-decoration: none;
  color: #262626 !important;
  background-color: #f5f5f5 !important;
  margin: 0 !important;
  background-image: none !important;
  border: none !important;
}

.ui-menu .ui-menu-item {
  padding: 3px 20px !important;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-size: 0.8rem;
  font-family: "Montserrat-Regular", Helvetica, Arial, sans-serif;
}

.ui-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
}

.ui-widget-content {
  border: 1px solid rgba(0, 0, 0, .15) !important;
}

/*
     FLOWTE DATATABLES STYLING
*/

.dt-button-collection>.active>a:before {
  content: "\E153 " !important;
  font-family: 'Glyphicons Regular';
}

.dt-button-collection>.active>a {
  color: #5bc0de !important;
  background-color: transparent !important;
}

.dt-button-collection>li>a:before {
  content: "\E154 " !important;
  font-family: 'Glyphicons Regular';
}

.dt-button-collection>li>a {
  color: #333333 !important;
  background-color: transparent !important;
}

/*
     FLOWTE SCHEDULING TABLE
*/

.table-scheduling {}

.table-scheduling>td:hover {
  cursor: pointer;
  border: #4caa14 !important;
}

.lb-sm {
  font-size: 12px;
}

.lb-md {
  font-size: 16px;
}

.lb-lg {
  font-size: 20px;
}

/* div.bootstrap-select .btn.dropdown-toggle:not(.btn-default) {
  color: #ffffff !important;
} */
div.bootstrap-select .btn.dropdown-toggle:not(.btn-default) {
  color: #ffffff !important;
  background-color:#2c3e4c !important ;
  border-color: #2c3e4c !important;
}

.btn-80 {
  width: 80% !important;
}

.btn-60 {
  width: 60% !important;
}

.col-btm-margin {
  margin-top: 10px !important;
}

.nav a {
  color: black;
}

.active-tab a {
  color: #f6db56 !important;
  background-color: #000000 !important;
}

.tab-style a {
  border: 1px solid #000000 !important;
}

.trial-title {
  position: fixed;
  top: 0px;
  margin: auto;
  z-index: 100000;
  width: 100%;
  background-color: black;
  color: white;
  height: 25px;
}

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

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

.no-padding-side {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/*
	Extra small devices (portrait phones, less than 576px)
	No media query since this is the default in Bootstrap
*/

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */

@media (max-width: 768px) {
  span.name.active {
    -webkit-transform: translate(-2em, -2em);
    -moz-transform: translate(-2em, -2em);
    -o-transform: translate(-2em, -2em);
    -ms-transform: translate(-2em, -2em);
    transform: translate(-2em, -2em);
    -webkit-transition: -webkit-transform 200ms, opacity 200ms;
    transition: transform 200ms, opacity 200ms;
    opacity: 1;
    display: inline-block;
    visibility: visible;
    font-size: 14px;
    width: 0;
    overflow: visible;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
}

@media (min-width: 768px) {
  #voucher-section, #or-section {
    margin-top: 10vh
  }
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
  #voucher-section, #or-section {
    margin-top: 10vh
  }
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  #voucher-section, #or-section {
    margin-top: 10vh
  }
}

@media (max-width: 48em) {
  .dataTables_info {
    display: none !important;
  }
}

.dtr-data .hover, .dtr-data .hover:hover {
  display: none !important;
}

/*     CART PAGE      */

#cart-detailed div.row:nth-of-type(odd), #cart-summary div.row:nth-of-type(odd) {
  background-color: #f9f9f9;
}

#cart-detailed div.row:first-child, #cart-summary div.row:first-child {
  font-weight: bold;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

#cart-detailed div.row:last-child, #cart-summary div.row:last-child {
  font-weight: bold;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom: 1px solid #cdcdcd;
  background-color: #cdcdcd;
}

#cart-detailed div.row, #cart-summary div.row {
  padding: 5px 0px;
  border-top: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  background-color: #cdcdcd;
}

/* Reduce the size of HRs on ticket selections */

#select-tix-table hr, #select-event-display hr, #select-seat-display hr {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  border-top: .0725rem solid rgba(0, 0, 0, .1);
}

/* LOADING CODE */

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

/* Begin Add Workflowte */

#add-workflowte-form .modal-lg { width: 1250px; }
/* End Add Workflowte */

/* Begin Edit Workflowte */
.h6.rounded {
  margin-top: .4375rem;
}
.condition-heading {
  font-size: 1.2em;
  padding: 0 10px;
}
.step-indicator {
  border-radius: 1em;
  display: inline-block;
  min-width: 1em;
  min-height: 1em;
  line-height: 1;
}
@media(min-width:768px) {
  .step-border {
      position: relative;
  }
  .step-border::before {
      content: "";
      left: 27px;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      /* border: 2px solid #5bc0de; */
      border: 2px solid #d2d3d6;
  }
  .step-border.first::before {
    top:25px;
  }
  .step-border.last::before {
    bottom:55px;
  }
}
/* End Edit Workflowte */

/* Begin Funkyradio */

.funkyradio div {
  clear: both;
  overflow: hidden;
}

.funkyradio label {
  width: 100%;
  border-radius: .25em;
  border: 1px solid #CCC;
  font-weight: normal;
  background: #fff;
}

.has-error .funkyradio label,
.has-error.funkyradio label
{
  border-color: #b94a48;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  appearance: none;
  position: absolute;
  visibility: hidden;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.4em;
  padding-left: 3em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '\2714';
  width: 2.5em;
  background: #ECEEEF;
  color: #FFF;
  border-radius: .25em 0 0 .25em;
  text-indent: 30%;
  height:35px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #55595c;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: 30%;
  color: #FFF;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #55595c;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: 30%;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5bc0de;
}

.minimal.funkyradio input[type="radio"] ~ label,
.minimal.funkyradio input[type="checkbox"] ~ label
{
  text-indent: 0;
  border: 1px solid #ccc;
  padding: 0;
  margin-top: 0;
  border-radius: .25em;
}
.minimal.funkyradio input[type="radio"] ~ label .glyphicons,
.minimal.funkyradio input[type="checkbox"] ~ label .glyphicons
{
  background: #ECEEEF;
  border-right: 1px solid #ccc;
  margin: 0;
  padding: 0 10px;
  margin-top: -1px;
  line-height: 2.5;
  margin-right: 3px;
}

.minimal.funkyradio input[type="radio"]:checked ~ label,
.minimal.funkyradio input[type="checkbox"]:checked ~ label {
  border-color: #999999;
}
.minimal.funkyradio input[type="radio"]:checked ~ label .glyphicons,
.minimal.funkyradio input[type="checkbox"]:checked ~ label .glyphicons
{
  background: #999999;
  border-right-color: transparent;
  color: #FFF;
}
.minimal.funkyradio input[type="radio"]:empty ~ label:before,
.minimal.funkyradio input[type="checkbox"]:empty ~ label:before
{
    position: static;
    display: none;
    content: '';
    width: auto;
    background: none;
}
.minimal.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.minimal.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '';
  text-indent: 0;
}
.minimal.funkyradio input[type="radio"]:checked ~ label:before,
.minimal.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '';
  text-indent: 0;
  background-color: none;
}

.minimal.funkyradio .funkyradio-info input[type="radio"]:checked ~ label,
.minimal.funkyradio .funkyradio-info input[type="checkbox"]:checked ~ label {
  border-color: #5bc0de;
}
.minimal.funkyradio .funkyradio-info input[type="radio"]:checked ~ label .glyphicons,
.minimal.funkyradio .funkyradio-info input[type="checkbox"]:checked ~ label .glyphicons
{
  background: #5bc0de;
}
/* End Funkyradio */

/* Begin Integrations styles */

.integration-logo { height: 50px; max-width: 100%; text-align: center; }
.integration-logo img,
.integration-logo svg
	{ height: 100%; max-width: 100%; }
.integration-logo.multiple {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0 80px;
  height: auto;
}
.integration-logo.multiple img { height: 70px; margin: 5px; }
/* End Integrations styles */

/* Begin Detail report*/

#tableFilters label .glyphicons {
  padding-top: 3px;
}
/* End Detail report*/


.affiliate-and-urls-group-wrapper {
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
}

.affiliate-and-urls-group-wrapper > .affiliate-group {
  flex-grow: 1;
}

.affiliate-and-urls-group-wrapper > .urls-group {
  display: flex;
  flex-direction: row;
}

.affiliate-and-urls-group-wrapper > .urls-group > * {
  flex-grow: 1;
}

@media (max-width : 1540px){
  .affiliate-and-urls-group-wrapper {
    flex-direction: column;
  }
}

/* 20240930 */
