/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
* {
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Menu */
.musthead {
  background: black; }
  .musthead .logo h1 {
    font-size: 40px;
    font-weight: 900; }
  .musthead .topmenu ul {
    margin: 25px 0 0 0;
    padding: 0;
    list-style: none; }
    .musthead .topmenu ul li {
      display: inline-block;
      color: #fff; }
      .musthead .topmenu ul li a {
        color: #fff; }

.navbar {
  border-radius: 0; }

.nav.navbar-nav {
  text-transform: uppercase; }

/* Login Form */
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
  background: #efefef;
  margin-top: 40px; }

.pagetitle {
  margin-bottom: 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 900;
  color: #666666; }

/* form */
form label {
  color: #666666;
  text-transform: uppercase;
  font-size: 14px; }

.chosen-container-single .chosen-single {
  height: 34px;
  line-height: 34px;
  background: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555; }

.chosen-container-single .chosen-single div b {
  background-position: 0 7px; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 7px; }

/* List */
#list h3 {
  border-bottom: 1px solid #eee;
  margin: 40px 0 20px 0;
  padding-bottom: 10px; }

/*  List Jobs  */
.list-jobs .panel-heading .panel-title a {
  display: block;
  text-decoration: none; }
.list-jobs .jobblocks {
  margin: 0;
  padding: 0;
  list-style: none; }
  .list-jobs .jobblocks li {
    text-align: center; }
    .list-jobs .jobblocks li a {
      background: #eee;
      display: block;
      padding: 10px;
      font-size: 18px;
      font-weight: 900;
      color: #222222;
      text-decoration: none;
      border: 1px solid #e1e1e1; }
      .list-jobs .jobblocks li a:hover {
        background: #222222;
        color: #fff; }

.jobdate {
  display: inline-block;
  color: #fff;
  background: #B46514;
  padding: 0px 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-left: 20px;
  font-size: 11px; }

#errorMsg .alert .glyphicon,
#successMsg .alert .glyphicon {
  font-size: 40px; }
#errorMsg .alert ul,
#successMsg .alert ul {
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: middle; }
  #errorMsg .alert ul li,
  #successMsg .alert ul li {
    font-size: 16px; }

.gap {
  margin-bottom: 10px; }

.tree, .tree ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.tree ul {
  margin-left: 1em;
  position: relative; }

.tree ul ul {
  margin-left: 0.5em; }

.tree ul:before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px solid; }

.tree li {
  margin: 10px 0;
  padding: 0 1em;
  line-height: 2em;
  color: #369;
  font-weight: 700;
  position: relative; }

.tree ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 0;
  border-top: 1px solid;
  margin-top: -1px;
  position: absolute;
  top: 1em;
  left: 0; }

.tree ul li:last-child:before {
  background: #fff;
  height: auto;
  top: 1em;
  bottom: 0; }

.indicator {
  margin-right: 5px; }

.tree li a {
  text-decoration: none;
  color: #369; }

.tree li button, .tree li button:active, .tree li button:focus {
  text-decoration: none;
  color: #369;
  border: none;
  background: transparent;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  outline: 0; }

.actionBtn {
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border: 1px solid #b3b3b3;
  background: #d9d9d9;
  padding: 0px 8px;
  font-size: 11px;
  display: inline-block;
  color: #000 !important;
  text-transform: uppercase; }
  .actionBtn:hover {
    border: 1px solid #cdcdcd;
    background: #f3f3f3; }

/*# sourceMappingURL=style.css.map */
