.HasError {
	border: 1px #ff0000 solid;
}

.table .clsEdit {
	color: #00b716;
}

.table .clsEdit:hover {
	color: #00ee1c;
}

/***GLOWING BUTTON****/
#btnSignIn {
    width: 95% !important;
    margin: 0 auto;
}

.glow-on-hover {
    width: 95%;
    height: 50px;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    z-index: 0;
    margin: 0 auto;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: 100%;
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 0.5;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #367fa9;
    left: 0;
    top: 0;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}    

/*****/

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

/* 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: #00a65a;
  -webkit-transition: .4s;
  transition: .4s;
}

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

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

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

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

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

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

.modetest {
    padding-top: 15px;
    margin-right: 37px;
    color: #fff;
}

.pace-activity {
  display: none !important;
}
.banner-toggle-container p{
  display: inline-block;
}
.banner-toggle {
  display: inline-block;
  padding: 0 5px;
  position: relative;
  vertical-align: middle;
}
.banner-editor textarea{
  width: 100%; 
  margin: 0; 
  padding: 0; 
  border-width: 0; 
}
.banner-content {
  width: 100%;
  line-height: 20px;
  height: 115px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 5;
  -moz-line-clamp: 5;
  -ms-line-clamp: 5;
  line-clamp: 5;
  overflow: auto;
}
.banner-item.active {
  border-top-color: #f39c12;
}
.banner-item {
  height: 240px;
}
.banner-title {
  max-width: 65% !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

span.set-to-active, span.set-to-edit, span.set-to-delete {
  cursor: pointer;
}
.important {
  display: block !important;
  max-width: 100% !important;
}
.banner-list-container {
  margin-top: 20px;
}

.set-to-active:hover {
  color: #fff;
  background-color: #3c8dbc;
}
.save-as-new {
  cursor: pointer;
}
.save-as-new.active {
  background-color: #3c8dbc;
  color: #fff;
}
.banner-modifiers p{
  font-weight: 100;
}
.banner-modifiers span{
  font-weight: 800;
  font-style: italic;
}

.projectapp {
    margin: 8px 10px 8px 0;
    display: flex; 
    align-items: center;
}

