body.ng-scope {
  padding-top: 60px;
  padding-bottom: 40px;
}
.sidebar-nav {
  padding: 9px 0;
}

@media (max-width: 980px) {
  /* Enable use of floated navbar text */
  .navbar-text.pull-right {
    float: none;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 100%;
  }
}

.form-signin {
  max-width: 300px;
  padding: 19px 29px 29px;
  margin: 100px auto 20px auto;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
          box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin input[type="text"],
.form-signin input[type="password"] {
  font-size: 16px;
  height: auto;
  margin-bottom: 15px;
  padding: 7px 9px;
}

.form-signin #error-message {
  display: none;
  color: #B94A48;
  padding-bottom: 10px;
}

#fields-selection label, #coupons-selection label, #offers-selection label{
  width: 70%;
}

.campaign-steps {
  width: 100%;
  overflow: hidden;
  border: 1px dotted #666666;
  margin-bottom: 20px;
}
.campaign-steps .inner {
  
}

fieldset.step-fields {
  padding: 20px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
  box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}

fieldset.step-fields input[type=text] {
  margin-bottom: 10px;
}

fieldset.step-fields h3 {
  margin-top: 0px;
}

input.filter {
  margin-top: 20px;
}
.row.image {
  margin-top: 20px;
}
.no-float {
  float: none !important;
}
.image-input {
  margin-top: 30px;
}

input[type='file'] {
  color: transparent;
}

.margin-right {
  margin-right: 8px;
}
.no-padding-left {
  padding-left: 0px;
}

label.block {
  display: block;
}

.bronze {
  color: #665D1E;
}
.silver {
  color: #c0c0c0;
}
.gold {
  color: #FCC200;
}

.offer-box, .coupon-box {
  border: 1px dotted #000000;
  padding: 10px 30px;
  text-align: center;
  margin: 10px 10px 10px 0;
}

h2 span.type {
  text-transform: capitalize;
}

.bottom-image-holder {
  width: 860px;
  height: 90px;
  border: 1px dotted #000000;
  clear: both;
  margin-top: 10px;
}
.main-image-holder {
  width: 584px;
  height: 319px;
  border: 1px dotted #000000;
  clear: both;
  margin-top: 10px;
}

.export-link {
  margin: 25px 0 0 20px;
}
.circle{
    border-radius: 50%;
}
.red{
    width: 10px;
    height: 10px;
    background: #ff0000;
    border: 1px solid black;
}
.yellow{
    width: 10px;
    height: 10px;
    background: yellow;
    border: 1px solid black;
}
.green{
    width: 10px;
    height: 10px;
    background: green;
    border: 1px solid black;
}
.form-signin #change-error-message {
  display: none;
  color: #B94A48;
  padding-bottom: 10px;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: relative;
}

.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.top_space_20 {
    margin-top: 20px;
}
.bottom_space_20 {
    margin-bottom: 20px;
}
.margin_right_10 {
    margin-right: 10px;
}
.server-info-btn {
    background: #6c757d;
    padding: 0;
    border-radius: 17px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #ffcc00;
    cursor: pointer;
    border: 1px solid #212529;
}