body {
  background-color: #000000;
  background-image: url("/images/application/risingstar/main-image-back.jpg");
  background-repeat: repeat-x;
  background-position: center top;
  color: #000;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  overflow: auto;
  padding: 0;
}


.container {
  margin-left: auto;
  margin-right: auto;
  background-color: #d1d1d1;
}

.container-logo {
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
  border-bottom: 3px solid #666;
}

.logo {
  padding-left: 45px;
  padding-top: 10px;
  padding-bottom: 25px;
}

h1, h2, h3, h4, h5, h6 {
    color: #800381;
}

h2 {
  font-size: 31px;
  font-weight: 300;
  text-transform: uppercase;
}

h3 {
  font-weight: bold;
  font-size: 25px;
}

h4 {
  font-weight: bold;
  font-size: 20px;
}

h2 small, h3 small {
  color: #555;
}


label {
  font-size: 14px;
}

.form-control {
  font-family: Arial, sans-serif;
  border-left: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  border-top: 1px solid #848484;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0px;
  background-color: #FFF;
  color: #000;
}

.input-group-addon {
  border-left: 1px solid #c1c1c1;
  border-top: 1px solid #848484;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0px;
}

.filter-option {
  font-family: Arial, sans-serif;
}


.btn, .btn:focus, .btn-info:focus {
  background-color: #800381;
  border: 2px solid #FFF;
  border-radius: 10px;
  color: #FFF;
  font-family: Arial;
  font-size: 16px;
}

.btn:hover, .btn:active {
  background: #7a037b; /* Old browsers */
  background: -moz-linear-gradient(top,  #7a037b 0%, #450246 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7a037b), color-stop(100%,#450246)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #7a037b 0%,#450246 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #7a037b 0%,#450246 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #7a037b 0%,#450246 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #7a037b 0%,#450246 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a037b', endColorstr='#450246',GradientType=0 ); /* IE6-9 */
  border: 2px solid #FFF;
  border-radius: 10px;
  color: #FFF;
  font-family: Arial;
  font-size: 16px;
}

.btn-info:hover, .btn-info:active {
  background: #7a037b; /* Old browsers */
  background: -moz-linear-gradient(top,  #7a037b 0%, #450246 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7a037b), color-stop(100%,#450246)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #7a037b 0%,#450246 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #7a037b 0%,#450246 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #7a037b 0%,#450246 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #7a037b 0%,#450246 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a037b', endColorstr='#450246',GradientType=0 ); /* IE6-9 */
  border: 2px solid #FFF;
  border-radius: 10px;
  color: #FFF;
  font-family: Arial;
  font-size: 16px;
}

.btn.toggle-on, .btn.toggle-off {
  font-size: 13px;
}

a {
    color: #800381;
    text-decoration: none;
}

a:focus, a:hover, a:active {
  color: #450246;
  text-decoration: none;
}

.panel-title {
  color: #800381;
}

.text-primary {
  color: #800381;
}

.dropdown-toggle, .dropdown-toggle:hover, .dropdown-toggle:active, .dropdown-toggle:focus {
  font-family: Arial, sans-serif;
  border-left: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  border-top: 1px solid #848484;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0px;
  background: #FFF !important;
  color: #000;
}

.bootstrap-select.form-control {
  border: 0px;
}

.danger {
  background-color: #f2dede !important;
  border-color: #a94442 !important;
}