/* Choices */
.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px;
}

.choices:focus {
  outline: none;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #EAEAEA;
  cursor: not-allowed;
  user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices[data-type*="select-one"] {
  cursor: pointer;
}

.choices[data-type*="select-one"] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*="select-one"] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  margin: 0;
}

.choices[data-type*="select-one"] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: .5;
}

.choices[data-type*="select-one"] .choices__button:hover, .choices[data-type*="select-one"] .choices__button:focus {
  opacity: 1;
}

.choices[data-type*="select-one"] .choices__button:focus {
  box-shadow: 0px 0px 0px 2px #e0e0e0;
}

.choices[data-type*="select-one"]:after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}

.choices[data-type*="select-one"].is-open:after {
  border-color: transparent transparent #333333 transparent;
  margin-top: -7.5px;
}

.choices[data-type*="select-one"][dir="rtl"]:after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*="select-one"][dir="rtl"] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
  cursor: text;
}

.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #ccc;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  border-radius: 0;
}

.choices[data-type*="select-multiple"] .choices__button:hover, .choices[data-type*="select-multiple"] .choices__button:focus,
.choices[data-type*="text"] .choices__button:hover,
.choices[data-type*="text"] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #fff;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ccc;
  font-size: 16px;
  min-height: 44px;
  overflow: hidden;
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

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

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}

[dir="rtl"] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #e0e0e0;
  word-break: break-all;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir="rtl"] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #e0e0e0;
  border: 1px solid #ccc;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
}

.choices__list--dropdown.is-active {
  display: block;
}

.is-open .choices__list--dropdown {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: .25rem .25rem 0 0;
}

.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}

[dir="rtl"] .choices__list--dropdown .choices__item {
  text-align: right;
}
@media (max-width:500px){body{padding-top:40px;}}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px;
  }
  
  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
    right: auto;
    left: 10px;
  }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: .5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  user-select: none;
  opacity: .5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

.choices__input:focus {
  outline: 0;
}

[dir="rtl"] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: .5;
}

.choices__input.is-hidden,
.choices[data-type*="select-one"] .choices__input.is-hidden,
.choices[data-type*="select-multiple"] .choices__input.is-hidden {
  display: none;
}

/*=====  End of Choices  ======*/

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 90px;
  font-size: 0.875em!important;
  font-family: 'Lato', sans-serif;
  color: #4d4d4d;
  background: #f9f9f9;
  
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

body > .container {
  padding: 60px 15px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

a {
  color: #49166d;
}

a:hover {
  color: #4b286d;
}

.purple {
  color: #49166d;
}

small {
  font-size: 75%;
}

.cus-container {
  margin: 2% 3%;
  min-height: 100vh;
}

/* Navbars */

#navbarCollapse1 {
  margin-left:auto;
}

#navbarCollapse1 .fas.fa-user.usericon {
  visibility: hidden;
}


@media only screen and (max-width: 768px) {
    .nav2 .navbar-toggler {
        margin: 8px 12px;
    }
  #navbarCollapse1 {
      margin-left:0;
  }
  #navbarCollapse1 ul.navbar-nav {
      flex-direction: row;
      width:100%;
      margin-left:0;
  }
  
  #navbarCollapse1 ul li {
      display: inline!important;
  }
  .navbar-nav .dropdown-menu {
      position: absolute;
  }
  #navbarCollapse1 .username {
       display:none;
  }
  #navbarCollapse1 .fas.fa-user.usericon {
      visibility: visible;
}
}

.navbar {
  padding:0.3rem 1rem;
}

.navbar-brand img {
  height: 20px!important;
  width: auto;
}

button {
  font-size: 14px!important;
}

button:hover {
  box-shadow: none;
}

.card.card-purple.card-table .card-title button {
  border:none;
  background: transparent;
  color: rgba(255,255,255,0.7)!important;
  padding:0;
}

.card.card-purple.card-table .card-title button:hover {
  color: #fff!important;
}

.card.card-purple.card-table .card-title button:active, .card.card-purple.card-table .card-title button:visited {
  border:none!important;
  color: #fff!important;
  box-shadow:none!important;
}

.btn-primary {
  background: #60338b;
  border:1px solid #60338b;
}

.btn-secondary:hover {
  background: #545b62;
  border:1px solid #545b62;
}

.btn-secondary:focus {
  background-color: #545b62!important;
  box-shadow: 0px 0px  5px rgba(42,46,49,0.5) !important;
  border:1px solid #545b62!important;
}

.btn-primary:hover {
background: #4b286d;
border:1px solid #4b286d;
}

.btn-primary:focus {
background-color: #4b286d!important;
box-shadow: 0px 0px  5px rgba(96,51,139,0.5) !important;
border:1px solid #4b286d!important;
}

.btn-grey {
  background: #e0e0e0;
  border-radius: 0;
  border:none;
}

.btn-grey:hover {
  background: #ccc;
}


.btn-secondadary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
  box-shadow:none;
}

.btn-group.btn-user .btn-secondary {
  background-color: transparent!important;
  border-color: transparent!important;
  color:#e0e0e0;
}

.btn-group.btn-user .btn-secondary:hover {
  background-color: transparent!important;
  border-color: transparent!important;
  color: #fff;
}

.dropdown.search-drop .btn.dropdown-toggle {
  color: #ccc;
  background: #fff;
  border: 1px solid #e0e0e0;
  min-width: 250px;
}

.dropdown-menu.dropdown-menu-right {
  border-radius:0;
}

.dropdown-item:active {
  background: #49166d!important;
  color: #fff;
}

.nav1 hr {
  margin: 5px 0;
}

#select-search {
  width:100%;
}

.navbar.navbar-expand-md.navbar-light.nav2 {
  background: #e6e7e8;
  border-bottom: 1px solid #ccc;
  padding:0;
  margin-top: 55px;
}

.nav2 i {
  font-size: 28px;
}

.nav2 ul.navbar-nav {
  width: 100%;
  flex-wrap:wrap;
  align-items: left;
  display: flex;
}

.nav2 .nav-link .nav-txt {
  font-size: 1em;
  text-transform: uppercase;
  margin-top: 5px;
}

.nav2 .nav-link {
  color: #3f444c!important;
  padding: 15px!important;
}

.nav2 .nav-item .nav-link:hover {
  background: #d8d8d8;
}

.nav2 .nav-item .nav-link.active {
  color: #fff!important;
  background: #49166d;
}

.nav2 .nav-item {
  text-align: center;
}

.nav2 .dropdown-toggle::after {
  content: none!important;
}

.nav2 .nav-item {
  min-width: 130px;
}

.options {
  float:right!important;
}

.card.card-purple {
  border-radius: 0;
  background:#4b286d;
  color: #fff;
  margin-bottom:15px;
}

.card.card-purple.card-table.card-gauge .card-body, .card.card-purple.card-table.card-kb .card-body {
  color: #4d4d4d;
}

.tab-content .tab-pane .card.card-purple .card-body {
  color: #4d4d4d;
  
}

.card.card-purple .card-title {
  background:#60338b;
  padding: 8px 15px;
  margin-bottom:0;
  vertical-align: middle;
}

.card-data .card-title {
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 1px;
  color:#fff;
}

.card.card-purple .card-body {
  padding: 8px 15px;
}

.card.card-purple.card-data i {
  position: absolute;
  color: rgba(255,255,255,0.4);
}

.card.card-purple.card-data i:hover {
  color: #fff;
}

a.dashbd-item:hover {
  color:#fff!important;
  text-decoration: none;
  background-color: #432462;
}

.stat {
  font-weight: 400;
  font-size: 3em;
  color: #fff;
}

.stat-cap, .card.card-purple .card-title a, .card.card-purple .card-footer a {
  color: rgba(255,255,255,0.7)!important;
}

.card.card-purple .card-title a:hover, .card.card-purple .card-footer a:hover {
  color: #fff!important;
  text-decoration:none;
}

.card.card-purple .card-footer {
  padding: 8px 15px;
  background: #311a48;
}

.card.card-purple.card-table .card-body {
  background: #fff;
}

.card.card-purple {
  border: 1px solid #e0e0e0;
}

.card.card-lg .card-title {
  background: #4b286d;
  font-size: 1.2em;
  color: #fff;
  padding: 8px 15px;
}

.table thead tr th {
  font-weight: 600;
}

.table thead th {
  border-top: none;
}

.card-table .card-title a {
  margin-left: 5px;
  font-size:1em;
}

.col-sm-3.upl-label {
    text-align:right;
}

.nav-tabs.nav-reg {
  border-bottom:none!important;
}

.nav-tabs.nav-reg .nav-link {
  font-size: 1em;
  color: #49166d;
  border-radius: 0;
}

.nav-tabs.nav-reg .nav-link:hover {
  background: #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 2px solid #fff;
}

.nav-tabs.nav-reg .nav-link.active {
  border-right: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-top: none;
  border-bottom: 2px solid #49166d;
  color: #3f444c;
}

.nav-tabs.nav-comm {
  background: #49166d;
  
}

.nav-tabs.nav-comm .nav-link {
  color: #fff;
  border-right: none;
  border-left: none;
  border-top: none;
  border-radius: 0;
  /* border-bottom: 2px solid #ccc; */
}

.nav-tabs.nav-comm .nav-link:hover {
  background: #ccc;
  color: #000;
  font-weight: 600;
}

.nav-tabs.nav-comm .nav-link.active {
  font-weight: 600;
  border-radius: 0;
  color: #000;
  background: #fff;
  border-bottom: 2px solid #ccc;
}

.comm-nav-wrap {
  border:1px solid #ccc;
}

.options, h2 {
  display: inline;
}

#subscriber {
  display:inline;
}

.form-control.table-search {
  max-width: 180px;
}

.tab-content .row .col-md-8 {
  margin-bottom: 20px;    
}

.tab-content select.form-control {
  display: inline!important;
  width: auto;
  border-radius: 0!important;
}

.table.table-unbordered {
  border:none;
}

.table.table-unbordered th {
  border-bottom: none;
  border-top: none;
}

.table.table-unbordered td {
  border-top: none;
}

#commtab-content .table.table-unbordered {
  width: 30%;
  margin-left:30px;
  
}




#logos img{
  width: 90%;
}

.btn-label.btn-sm {
  color:#fff;
  font-weight: 600;
}

.col-md-4.options {
  text-align: right;
  display:inline;
}

.btn.btn-trans {
  background: transparent;
  border:1px solid #ccc;
  border-radius: 0;
}

.card-title h6 {
  margin-bottom: 0;
}

.btn.btn-backtop {
  border:1px solid #49166d;
  border-radius: 0;
  padding: 6px 8px;
  background: transparent;
  color: #49166d;
  height: 38px;
  width: 38px;
  transition: 0.5s;
}

.btn.btn-backtop:hover {
  background: #49166d;
  color: #fff;
}


.signin-logo {
  height: 70px;
  width: auto;
  margin: 10px auto;
  text-align: center;
}

#signin .btn.btn-lg.btn-primary.btn-block.text-uppercase {
  margin-top: 30px;
}

.close {
  margin-top: 5px;
}

#signin .card {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border:none;
}

#signin {
background-image:
  linear-gradient(
        rgba(0,0,0, 0.2), 
        rgba(0,0,0, 0.2)
      ),
  url('../images/signin_bg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2EC4B6;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2EC4B6;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.card-lg .card-title a {
  color: rgba(255,255,255,0.7);;
  font-size: 0.9em;
}


/* Ticket System */
#ticket {
background:#fff;
}

#banner-img {
width:80%;
float:right;
padding-top:7%;
}

.jumbotron.ticket-banner {
background-image:
  url('/app/static/images/bannerbg.png');
  background-repeat: no-repeat;
 
  background-position: center center;
  background-size: cover;
  margin-bottom: 0;
}

.jumbotron-heading {
color: #4b286d;
font-weight: 300;
}

img.cat-icon {
height: 50px;
width: auto;
margin-bottom:10px;
}

h5.or {
width: 70%; 
text-align: center; 
border-bottom: 1px solid #e0e0e0; 
line-height: 0.1em;
margin: 10px 0 20px; 
color: #777;
}

h5.or span {
background:#fff; 
padding:0 10px;  
}


.card.fix-card {
margin-bottom: 15px;
}

.card.fix-card:hover {
background: #f9f9f9;
}

.card.tkt-card {
width: 95%;
border:none;
border-radius: 4px;
/* background:#f8f9fa;
box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.1); */
background:#fff;
box-shadow: 0px 0px 20px rgba(29,16,43, 0.15);
margin-bottom: 30px;
}

.card.tkt-card .card-body {
padding: 2em;
}

.card.tkt-card .card-header {
background: transparent;
border:none;
font-size: 1.4em;
color: #3F444C;
padding-left: 0;
font-weight: 400;
margin-bottom: 30px;
min-height: 82px;
}

.btn.btn-tkt {
border-radius: 0;
color: #4b286d;
border: 1px solid #4b286d
}

.btn.btn-tkt:hover {
color: #fff;
background: #4b286d;
}

.btn-tkt:focus {
box-shadow: 0px 0px  5px rgba(11,43,0,0.5) !important;
}

#tkt-form {
background-image:
  url('../images/tktform-bg.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.card.tktform-card .card-header {
font-size: 1.5em;
border:none;
background: transparent;
margin-bottom: 15px;
}

.card.tktform-card {
border-top: 10px solid #4b286d;
width: 80%;
margin-left: auto;
margin-right: auto;
border-left: none;
border-right: none;
border-bottom: none;
box-shadow: 0px 0px 30px rgba(29,16,43, 0.15);
}

.card.tktform-card .card-body {
padding: 30px;
}

.card.tktform-card form {
padding: 12px 20px;
}

.card.tktform-card .form-icon {
height: 50px;
width: auto;
}

.tktform-head {
margin-left: 10px;
}

.btns {
margin-top: 30px;
text-align: center;
}

#accordion {
box-shadow: 0px 0px 20px rgba(29,16,43, 0.15);
}

#accordion .card-header .btn.btn-link {
color: #3F444C;
font-size: 1em!important;
}

#accordion .card-header .btn.btn-link:hover {
color: #4b286d;
}

#accordion .card {
border: none;
}

#accordion .card .card-body ul li {
font-size: 1.1em!important;
}

#phonefix {
background: #fff;
}

.form-control {
font-size: 1em;
}

#report .labels label {
  text-align: right;
  font-weight: 600;
}

.options select.form-control {
  width:auto;
  display:inline;
}

/* Media Queries */
@media only screen and (max-width: 768px) {
.col-sm-3.upl-label {
    text-align:left;
}

#report .labels {
text-align: left;
}
.nav2 .nav-item {
    display:inline;
    text-align:left;
}
.nav2 .nav-link .nav-txt {
    display: inline;
}
.nav2 i {
    font-size: 1.5em;
    margin-right: 10px
}
.nav2 #navbarCollapse2 {
    margin-top:10px; 
}
.col-moptionsd-4. {
    text-align: left;
    margin-top:20px;
}
.jumbotron.ticket-banner {
  background:#fff;
  padding-top:0;
  padding-bottom:0;
}
.card.tkt-card .card-header {
  min-height: 0;
}
.card.tktform-card {
  width: 100%;
  margin-left:0;
  margin-right:0;
}
}


/* Gauge */
.gauge {
  position: relative;
}

.gauge--container {
margin: 0;
padding: 0;
position: absolute;
left: 50%;
overflow: hidden;
text-align: center;
-webkit-transform: translateX(-50%);
   -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
     -o-transform: translateX(-50%);
        transform: translateX(-50%);
}

.gauge--background {
z-index: 0;
position: absolute;
background-color: #e0e0e0;
top: 0;
border-radius: 300px 300px 0 0;
}

.gauge--data {
z-index: 1;
position: absolute;
background-color: #49166d;
margin-left: auto;
margin-right: auto;
border-radius: 300px 300px 0 0;
  -webkit-transform-origin: center bottom;
     -moz-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
       -o-transform-origin: center bottom;
          transform-origin: center bottom;
}

.gauge--center {
z-index: 2;
position: absolute;
background-color: #fff;
margin-right: auto;
border-radius: 300px 300px 0 0;
}

.gauge--marker {
  z-index: 3;
  background-color: #fff;
  position: absolute;
  width: 1px;
}

.gauge--needle {
  z-index: 4;
  background-color: #ccc;
  height: 3px;
  position: absolute;
  -webkit-transform-origin: left center;
     -moz-transform-origin: left center;
      -ms-transform-origin: left center;
       -o-transform-origin: left center;
          transform-origin: left center;
}

.gauge--labels {
  display: table;
  margin: 0 auto;
  position: relative;
}

.gauge--label__low {
  display: table-cell;
  text-align: center;
}

.gauge--label__spacer {
  display: table-cell;
}

.gauge--label__high {
  display: table-cell;
  text-align: center;
}

/*
* Now define the rules that depend on the size of
* the gauge. We start with sizing for a small mobile
* device.
*/

.gauge { height: calc(120px + 3em); }
.gauge--container { width: 240px; height: 120px; }
.gauge--marker { height: 120px; left: 119.5px; }
.gauge--background { width: 240px; height: 120px; }
.gauge--center { width: 144px; height: 72px; top: 48px; margin-left: 48px; }
.gauge--data { width: 240px; height: 120px; }
.gauge--needle { left: 120px; top: 117px; width: 120px; }
.gauge--labels { top: 120px; width: 240px; }
.gauge--label__low { width: 48px; }
.gauge--label__spacer { width: 144px; }
.gauge--label__high { width: 48px; }

/*
* Increase the gauge size slightly on larger viewports.
*/

@media only screen and (min-width: 400px) {
  .gauge { height: calc(150px + 3em); }
  .gauge--container { width: 300px; height: 150px; }
  .gauge--marker { height: 150px; left: 149.5px; }
  .gauge--background { width: 300px; height: 150px; }
  .gauge--center { width: 180px; height: 90px; top: 60px; margin-left: 60px; }
  .gauge--data { width: 300px; height: 150px; }
  .gauge--needle { left: 150px; top: 147px; width: 150px; }
  .gauge--labels { top: 150px; width: 300px; }
  .gauge--label__low { width: 60px; }
  .gauge--label__spacer { width: 180px; }
  .gauge--label__high { width: 60px; }
  
}

/*
* As an option, the `gauge__liveupdate` class can be added
* to the main gauge element. When this class is present,
* we add a transition that animates any changes to the gauge
* value. Currently, the app does not use this option because
* all the inputs that can change gauge values are present
* on tab panels that are different from the gauge itself.
* Therefore, users won't be able to see any gauge changes
* when they make input changes. The code is available, though,
* should this change.
*/

.gauge__liveupdate .gauge--data,
.gauge__liveupdate .gauge--needle {
  -webkit-transition: all 1s ease-in-out;
     -moz-transition: all 1s ease-in-out;
      -ms-transition: all 1s ease-in-out;
       -o-transition: all 1s ease-in-out;
          transition: all 1s ease-in-out;
}            

/*
* For a given gauge value, x, ranging from 0.0 to 1.0, set
* the `transform: rotate()` property according to the
* following equation: `-0.5 + 0.5x turns` The default
* properties below represent an x value of 0.
*/

.gauge--data {
  -webkit-transform: rotate(-.50turn);
     -moz-transform: rotate(-.50turn);
      -ms-transform: rotate(-.50turn);
       -o-transform: rotate(-.50turn);
          transform: rotate(-.50turn);
}
.gauge--needle {
  -webkit-transform: rotate(-.50turn);
     -moz-transform: rotate(-.50turn);
      -ms-transform: rotate(-.50turn);
       -o-transform: rotate(-.50turn);
          transform: rotate(-.50turn);
          color:#49166d
}

.err{
	color: #ff0000;
}

.hidetext { -webkit-text-security: disc;}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

#file {
  display: none;
}

.div-editor {
  width: 95%;
  color: black;
  line-height: 1.5em;
  font-weight: 500;
  padding: 2px 5px;
  border: 1px solid #ebeef0;
  box-shadow: 0 0 0 1px #ebeef0;
  word-break: break-all;
  min-height: 70px;
}

.div-editor[placeholder]:empty:before {
  content: attr(placeholder);
  color: #555; 
}

.div-editor[placeholder]:empty:focus:before {
  content: "";
}


