body {
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  position: relative;
  margin: 0px;
  font-size: 12px;
  padding: 0px;
  /*-webkit-font-smoothing: antialiased;*/
}

h1, h2, h3, h4, h5 {
  margin: 0;
  line-height: inherit;
  color: #29323d;
}
h1 small, h2 small, h3 small, h4 small, h5 small {
  margin-left: 8px;
  font-style: italic;
}

hr {
    margin-left: -15px;
}
hr.top {
    margin-bottom:5px;
}
hr.bottom {
    margin-bottom:45px;
    clear: both;
}

p {
    margin-bottom: 30px;
}

#nav-logo {
    width:83px;
    height:46px;
}
#nav-title {
    /*width:250px;*/
    height:46px;
}

#content h2 {
  font-weight: 700;
  margin: 5px 0 10px 0;
}
#content h3 {
  font-weight: 600;
  font-size: 24px;
  margin: 5px 0 10px 0;
}
#content h4 {
  color: #494d53;
  font-style: italic;
  margin: 0px 0 10px 0;
  font-weight: 700;
  font-size: 16px;
}
#content h5 {
  color: #494d53;
  margin: 5px 0 10px 0;
  font-weight: 700;
  font-size: 15px;
}
#content h6 {
  color: #494d53;
  margin: 5px 0 10px 0;
  font-weight: 600;
  font-size: 14px;
}

legend {
    color: #494d53;
    font-style: italic;
    margin: 0 5px -10px -15px;
    font-weight: 700;
    font-size: 16px;
    padding: 0 0 0 15px;
    line-height: 35px;
}
fieldset {
    padding: 20px 15px 0 0;
    margin: -6px 0 30px 0;
}

.header {
  margin-bottom: 15px;
  margin-top: 5px;
}
.header a.btn-flat {
  margin-top: 6px;
}
.header a.btn-flat.pad {
  margin-left: 10px;
}
.header h1, .header h2, .header h3, .header h4, .header h5 {
  float: left;
  margin-top: 5px;
}
.header h3 {
  font-weight: 600;
  margin-bottom: 6px!important;
  line-height: 26px;
  float: none;
}
.header .avatar {
    float: left;
    margin-right: 10px;
    margin-left: -10px;
    border: 2px solid #e9ecee;
    position: relative;
    top: 2px;
    width: 72px;
}
.header p {
  color: #7d848c;
  font-style: italic;
  font-size: 13px;
  margin-bottom: 0px;
}

/* Custom navbar stuff */
/* search input */
.navbar-inverse {
  /* navbar settings and logout icons */
  /* notification menu with custom dropdowns */
  /* navbar popup dialog */
}
.navbar-inverse input.search {
  height: 27px;
  width: 220px;
  padding: 3px 6px;
  background: url("../../img/lens.png") #0f1217 no-repeat 95%;
  border: 1px solid #0f1217;
  position: relative;
  border-radius: 4px;
  top: 9px;
  color: #000;
  font-size: 13px;
  margin-right: 40px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
}
.navbar-inverse input.search:focus {
  background-color: #fff;
  border: 0;
}
.navbar-inverse .settings i {
  color: #9ba3ad;
  font-size: 21px;
}
.navbar-inverse .notification-dropdown {
  position: relative;
}
.navbar-inverse .notification-dropdown > a:hover,
.navbar-inverse .notification-dropdown > a.active {
  background: #254261 !important;
  box-shadow: inset 1px 0px 1px 0px #3e5a79;
}
.navbar-inverse .notification-dropdown i {
  font-size: 17px;
  color: #9ba3ad;
}
.navbar-inverse .notification-dropdown .count {
  position: absolute;
  top: 1px;
  left: 58%;
  background: #35bac4;
  padding: 0px 5px;
  border-radius: 30px;
  color: #fff;
  line-height: 16px;
  z-index: 9999;
  text-align: center;
  font-size: 11px;
}
.navbar-inverse .pop-dialog {
  position: absolute;
  right: -10px;
  top: 55px;
  display: none;
  /* navbar popup dialog for notifications */
  /* navbar popup dialog for messages */
}
.navbar-inverse .pop-dialog.is-visible {
  display: block;
  -webkit-animation: reveal .2s ease-out;
  -moz-animation: reveal .2s ease-out;
  animation: reveal .2s ease-out;
}
.navbar-inverse .pop-dialog .body {
  box-shadow: 0px 1px 9px 1px #c2c2c2;
}
.navbar-inverse .pop-dialog .close-icon {
  float: right;
  text-decoration: none;
  z-index: 9999;
  position: relative;
}
.navbar-inverse .pop-dialog .footer {
  border-top: 1px solid #e6e8e9;
  background-color: #eff4f7;
  margin: 15px 0px -10px 0px;
  border-radius: 0px 0px 5px 5px;
  padding: 12px 20px;
  text-align: center;
}
.navbar-inverse .pop-dialog .footer a {
  font-weight: 600;
  color: #7d91a8;
}
.navbar-inverse .pop-dialog .notifications {
  width: 330px;
  margin: 10px -10px 0px -10px;
}
.navbar-inverse .pop-dialog .notifications h3 {
  font-size: 13px;
  color: #404951;
  font-weight: bold;
  padding-left: 20px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.navbar-inverse .pop-dialog .notifications .item {
  display: block;
  padding: 10px 0px 8px 20px;
  border-top: 1px solid #e7e8ea;
  color: #363636;
  text-decoration: none;
  padding-left: 50px;
  position: relative;
  transition: all .25s linear;
  -moz-transition: all .25s linear;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
}
.navbar-inverse .pop-dialog .notifications .item:hover {
  background: #f0f6ff;
}
.navbar-inverse .pop-dialog .notifications .item > i {
  color: #fc827b;
  position: absolute;
  left: 19px;
  font-size: 18px;
}
.navbar-inverse .pop-dialog .notifications .item > i.icon-user {
  left: 18px;
}
.navbar-inverse .pop-dialog .notifications .item .time {
  float: right;
  color: #82a3c1;
  font-style: italic;
  font-weight: 600;
  font-size: 11px;
  min-width: 60px;
  margin-right: 5px;
}
.navbar-inverse .pop-dialog .notifications .item .time i {
  font-size: 13px;
  color: #cfcfcf;
  margin-right: 1px;
}
.navbar-inverse .pop-dialog .messages {
  width: 325px;
  margin: 10px -10px 0px -10px;
}
.navbar-inverse .pop-dialog .messages .item {
  display: block;
  padding: 10px 20px 15px 20px;
  height: 80px;
  border-bottom: 1px solid #e7e8ea;
  color: #363636;
  text-decoration: none;
  position: relative;
  transition: all .25s linear;
  -moz-transition: all .25s linear;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
}
.navbar-inverse .pop-dialog .messages .item.last {
  border-bottom: 0px;
}
.navbar-inverse .pop-dialog .messages .item:hover {
  background: #f0f6ff;
}
.navbar-inverse .pop-dialog .messages .item .display {
  float: left;
  border-radius: 50px;
  margin-right: 15px;
}
.navbar-inverse .pop-dialog .messages .item .name {
  font-size: 12px;
  color: #404951;
  font-weight: bold;
}
.navbar-inverse .pop-dialog .messages .item .msg {
  font-size: 11px;
  color: #636363;
  line-height: 13px;
  position: relative;
  top: 2px;
}
.navbar-inverse .pop-dialog .messages .item .time {
  position: absolute;
  right: 0px;
  bottom: 6px;
  color: #82a3c1;
  font-style: italic;
  font-weight: 600;
  font-size: 11px;
  min-width: 60px;
  margin-right: 5px;
}
.navbar-inverse .pop-dialog .messages .item .time i {
  font-size: 13px;
  color: #cfcfcf;
  margin-right: 1px;
}
.navbar-inverse .pop-dialog .messages .footer {
  margin-top: 6px;
}

body.auth #content {
  background: #fff;
  border-left: 1px solid #dae3e9;
}

/* responsive */
@media (max-width: 768px) {
  #dashboard-menu .pointer {
    display: none;
  }
}


/* help-sidebar */
.help-sidebar .alert {
  margin: 0px 0px 40px 0px;
}
.help-sidebar .alert i {
  margin-bottom: 40px;
}
.help-sidebar h6 {
  color: #696d73!important;
  font-weight: bold!important;
  text-transform: uppercase!important;
  margin: 0 5px 10px!important;
}
.help-sidebar p {
  color: #777e86;
  width: 100%!important;
  margin-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.help-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.help-sidebar ul a {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .help-sidebar {
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 15px;
    width: 90%;
    padding: 10px 5px 5px 5px!important;
    background: #f1f1f1;
  }
}

/* toast override */
#toast-container {
    margin-top:50px!important;
}
.toast-info.default {
  background-color: #030303;
}
#toast-container > .toast-warning,
#toast-container > .toast-info,
#toast-container > .toast-success,
#toast-container > .toast-error {
    background-image: none !important;
    background-position-x: -100px !important;
}
#toast-container > .toast:before {
    position: fixed;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 18px;
    float: left;
    color: #FFF;
    padding-right: 0.5em;
    margin: auto 0.5em auto -1.5em;
}
#toast-container > .toast-warning:before {
    content: "\f071";
}
#toast-container > .toast-error:before {
    content: "\f057";
}
#toast-container > .toast-info.default:before {
    content: "\f069";
}
#toast-container > .toast-info:before {
    content: "\f06a";
}
#toast-container > .toast-success:before {
    content: "\f058";
}

/* bootbox override */
.bootbox-body {
    font-size: 14px;
    padding: 12px;
}
.bootbox .modal-body {
    padding-top: 15px;
}
.bootbox .modal-title {
    padding-left: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

footer {
    clear: both;
}