body {
  margin-top: 100px;
  background-color: #3c3c3c;
}

@media (min-width: 768px) {
  body {
    margin-top: 50px;
  }
}
.bg-blue {
  background-color: #5ac2e7;
}

.bg-red {
  background-color: #cc0000;
}

.bg-orange {
  background-color: #ff8800;
}

.bg-yellow {
  background-color: #ffbb33;
}

#wrapper {
  padding-left: 0;
}

/*
#page-wrapper {
  width: 100%;
  padding: 0;
  background-color: #fff;
}
*/

@media (min-width: 768px) {
  #wrapper {
    padding-left: 225px;
  }

/*
  #page-wrapper {
    padding: 10px;
  }
*/
}
/******************************* Navigation*******************/
.top-nav {
  padding: 0 15px;
}

.top-nav > li {
  display: inline-block;
}

.top-nav > li > a:hover,
.top-nav > li > a:focus,
.top-nav > li > a:visited,
.top-nav > .open > a,
.top-nav > .open > a:hover,
.top-nav > .open > a:focus {
  color: #fff;
  background-color: #3c3c3c;
  height: 50px;
}

/************************Login******************************/
.row-center {
  margin-top: 10%;
}

/***********************Sidebar**************************/
@media (min-width: 768px) {
  .side-nav {
    position: fixed;
    top: 51px;
    width: 225px;
    left: 225px;
    margin-left: -225px;
    border: none;
    border-radius: 0;
    background-color: #3c3c3c;
    color: white;
  }

  .side-nav > li {
    position: relative;
    margin: 0;
    text-align: left;
    color: #eee;
  }

  .side-nav > li > a {
    width: 225px;
    position: relative;
    display: block;
    height: 50px;
    padding: 15px 15px;
    border-bottom: 1px solid #333;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .side-nav li a:hover,
  .side-nav li a:focus {
    background-color: #222 !important;
    left: 0px !important;
  }

  .side-nav > li.open > a > i .icon-bg, .side-nav > li.active > a > i .icon-bg, .side-nav > li:hover > a > i .icon-bg, .side-nav > li:active > a > i .icon-bg {
    left: 0px;
  }

  .side-nav > li > a > i:before {
    position: relative;
    z-index: 1;
  }

  .side-nav > li > a > i .icon-bg {
    position: absolute;
    z-index: 12;
    z-index: 0;
    left: -45px;
    width: 100%;
    top: 0;
    bottom: 0;
    -moz-transition: left 0.2s ease-in-out;
    -webkit-transition: left 0.2s ease-in-out;
    transition: left 0.2s ease-in-out;
  }
}
.side-nav > li > ul {
  padding: 0;
}

.side-nav > li > ul {
  padding: 0;
}

.side-nav > li > ul > li > a {
  display: block;
  padding: 10px 15px 10px 38px;
  text-decoration: none;
  color: #999;
  border-bottom: 1px solid #333;
  height: 50px;
}

.side-nav > li > ul > li > a:hover {
  color: #fff;
}

.icons {
  position: relative;
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: -15px 10px -15px -15px;
}

/****************Add Relationship Form ******************/
.steps-item > li {
  margin-bottom: 5px;
  border-radius: 4px;
  display: block;
}

.steps-item > li > a {
  height: 80px;
  margin-bottom: 5px;
  border-radius: 4px;
  text-align: bottom;
}

.form-content {
  border-radius: 4px;
  background-color: #e5e5e5;
}

/******************** HR Dashboard***********************/
.mini-box {
  min-height: 105px;
  padding: 20px;
}

.mini-box {
  background-color: #e5e5e5;
}

.mini-box .box-icon {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  line-height: 65px;
  vertical-align: middle;
  text-align: center;
  font-size: 35px;
  background-color: #fff;
}

.mini-box .box-info p {
  margin: 0;
}

.progressbar-xs {
  height: 10px;
}

/*****************FA Relationships******************/
.table-dynamic .table-filters {
  margin: 10px 0;
  padding: 8px;
}

.table-dynamic .table-filters {
  margin: 10px 0;
  padding: 8px;
}

.table-dynamic .filter-result-info {
  padding: 7px;
}

.table-dynamic .table-bordered {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.table-dynamic .table-bordered thead th > .th {
  position: relative;
  padding: 8px 20px 8px 8px;
}

.table-dynamic .table-bordered thead th .glyphicon-chevron-up, .table-dynamic .table-bordered thead th .glyphicon-chevron-down {
  position: absolute;
  color: #999;
}

.table-dynamic .table-bordered thead th .glyphicon-chevron-up:hover, .table-dynamic .table-bordered thead th .glyphicon-chevron-down:hover {
  color: #1C7EBB;
  cursor: pointer;
}

.table-dynamic .table-bordered thead th .glyphicon-chevron-up.active, .table-dynamic .table-bordered thead th .glyphicon-chevron-down.active {
  color: #1C7EBB;
}

.table-dynamic .table-bordered thead th .fa-angle-up, .table-dynamic .table-bordered thead th .fa-angle-down {
  position: absolute;
  color: #999;
  font-size: 16px;
  font-weight: bold;
}

.table-dynamic .table-bordered thead th .fa-angle-up:hover, .table-dynamic .table-bordered thead th .fa-angle-down:hover {
  color: #1C7EBB;
  cursor: pointer;
}

.table-dynamic .table-bordered thead th .fa-angle-up.active, .table-dynamic .table-bordered thead th .fa-angle-down.active {
  color: #1C7EBB;
}

.table-dynamic .table-bordered thead th .glyphicon-chevron-up, .table-dynamic .table-bordered thead th .fa-angle-up {
  top: 4px;
  right: 5px;
}

.table-dynamic .table-bordered thead th .fa-angle-down {
  top: 18px;
  right: 5px;
}

.table-dynamic .table-bordered thead th .glyphicon-chevron-down {
  top: 18px;
  right: 6px;
}

.table-dynamic .table-footer {
  margin: 10px 0;
  padding: 8px;
}

.table-dynamic .page-num-info span {
  padding: 6px;
}

.table-dynamic .pagination-container ul {
  margin: 0;
}

.table-dynamic .pagination-container ul li:hover {
  cursor: pointer;
}
