html, body {
  height: 100%;
  width: 100%;
}

html {
  font-size: 100%;
}

body {
  /*color: #8e8e93;*/
  direction: ltr;
  overflow-x: hidden;
  height: 100%;
  font-family: Arial,Helvetica, sans-serif;
  font-size: 14px;
  padding: 0;
  margin: 0;
  background: #f7f7f8;
  -webkit-font-smoothing: antialiased !important;
}

::-moz-selection {
  background: #5F8295;
  text-shadow: none;
  color: #ffffff;
}

::selection {
  background: #5F8295;
  text-shadow: none;
  color: #ffffff;
}

a, a:focus, a:hover, a:active {
  outline: 0 !important;
  text-decoration: none !important;
  cursor: pointer;
}

button {
  outline: 0 !important;
}

a {
  color: #007AFF;
}
a:hover, a:focus, a:active {
  color: #004999;
}

h1, h2 {
  font-family: "Raleway", sans-serif;
}

h3, h4, h5 {
  font-family: Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5 {
  font-weight: 300;
  margin-top: 0;
  color: #5b5b60;
}
.text-bold h1, h1.text-bold, h1 .text-bold, .text-bold h2, h2.text-bold, h2 .text-bold, .text-bold h3, h3.text-bold, h3 .text-bold, .text-bold h4, h4.text-bold, h4 .text-bold, .text-bold h5, h5.text-bold, h5 .text-bold {
  font-weight: 600;
}

h5.over-title {
  font-family: "Lato", sans-serif;
  font-size: 16px;
}

.mainTitle {
  margin: 20px 0;
}
.mainTitle small {
  color: #8e8e93;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0;
  display: block;
  margin: 10px 0;
}
.mainTitle i {
  font-size: 17px;
}

.ct-callout {
  border-color: #007AFF;
  border-image: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 0 5px;
  margin: 20px 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.4);
}

.main-wrapper {
  position: relative;
}

.ajax-white-backdrop {
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1049;
}

.ajax-white-backdrop:before {
  background: #000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  top: 60px;
  left: 50%;
  margin-left: -20px;
  content: "";
  position: absolute;
}

.ajax-white-backdrop:after {
  content: "\f110";
  font-family: FontAwesome;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 60px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@media (min-width: 992px) {
  .app-navbar-fixed {
    padding-top: 65px;
  }
}

#app {
  height: auto;
  min-height: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
#app .app-content {
  height: 100%;
}
#app .app-content:before, #app .app-content:after {
  content: " ";
  display: table;
}
#app .app-content:after {
  clear: both;
}
@media (max-width: 991px) {
  #app {
    width: 100%;
  }
  #app .app-content {
    -moz-transition: -moz-transform 300ms ease 0s;
    -o-transition: -o-transform 300ms ease 0s;
    -webkit-transition: -webkit-transform 300ms ease;
    -webkit-transition-delay: 0s;
    transition: transform 300ms ease 0s;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1050;
  }
  #app.app-slide-off > .app-content {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    z-index: 2;
    position: absolute;
    -webkit-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0);
    -moz-transition: -moz-transform 300ms ease 0s;
    -o-transition: -o-transform 300ms ease 0s;
    -webkit-transition: -webkit-transform 300ms ease;
    -webkit-transition-delay: 0s;
    transition: transform 300ms ease 0s;
  }
  #app.app-slide-off > #off-sidebar {
    -webkit-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0);
    -moz-transition: -moz-transform 300ms ease 0s;
    -o-transition: -o-transform 300ms ease 0s;
    -webkit-transition: -webkit-transform 300ms ease;
    -webkit-transition-delay: 0s;
    transition: transform 300ms ease 0s;
  }
  #app.app-offsidebar-open > .app-content {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    z-index: 2;
    position: absolute;
    -webkit-transform: translate3d(-260px, 0, 0);
    transform: translate3d(-260px, 0, 0);
    -moz-transition: -moz-transform 300ms ease 0s;
    -o-transition: -o-transform 300ms ease 0s;
    -webkit-transition: -webkit-transform 300ms ease;
    -webkit-transition-delay: 0s;
    transition: transform 300ms ease 0s;
  }
}

.app-content-loading {
  background: #000;
  border-radius: 10px;
  height: 100px;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100px;
  z-index: 1051;
}

.loading-spinner {
  font-size: 50px;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
}

.well {
  box-shadow: none;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #007AFF;
  color: #fff;
}

.nav-pills > li > a {
  border-radius: 10px;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  background-color: #007AFF;
  border-color: #007AFF;
}

.container-fullw {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
@media (max-width: 768px) {
  .container-fullw {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* ---------------------------------------------------------------------- */
/*  Top Navbar
/* ---------------------------------------------------------------------- */
.navbar {
  position: absolute;
  width: 100%;
  z-index: 1089;
  border: none;
  margin-bottom: 0;
  height: 65px;
}
.navbar .loading-bar-wrapper {
  position: absolute;
  bottom: 0;
  height: 3px;
  left: 0;
  right: 0;
  z-index: 999;
}
.navbar .navbar-header {
  z-index: 10;
  background: #ffffff;
  border-bottom: 1px solid #c8c7cc;
  position: relative;
  height: 65px;
}
@media (min-width: 768px) {
  .navbar .navbar-header {
    width: 260px;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-header {
    border-right: 1px solid #c8c7cc;
  }
}
.navbar .navbar-header a {
  line-height: 65px;
  height: 65px;
}
.navbar .navbar-header .navbar-brand {
  padding: 0 15px;
}
.navbar .navbar-header .navbar-brand img {
  display: inline-block;
  margin-top: -6px;
}
.navbar .navbar-header .menu-toggler {
  margin-right: 60px;
  padding: 0 15px;
  font-size: 17px;
  color: #c8c7cc;
}
.navbar .navbar-header .sidebar-toggler {
  font-size: 17px;
  padding-right: 15px;
  color: #c8c7cc;
}
.navbar .navbar-header .sidebar-toggler:hover {
  color: #aeacb4;
}
.navbar .navbar-header .sidebar-mobile-toggler {
  font-size: 17px;
  padding-left: 15px;
  padding-right: 15px;
  color: #c8c7cc;
}
.navbar .navbar-header .sidebar-mobile-toggler:hover {
  color: #aeacb4;
}
.navbar .navbar-collapse {
  border-bottom: 1px solid #c8c7cc;
  border-top: none;
  background: #ffffff;
  padding-left: 15px !important;
  padding-right: 15px !important;
  position: relative;
}
@media (min-width: 768px) {
  .navbar .navbar-collapse {
    margin-left: 260px;
    height: 65px !important;
  }
  .navbar .navbar-collapse .nav {
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-collapse {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .navbar .navbar-collapse .nav {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.navbar .navbar-collapse.in {
  overflow-y: visible;
}
@media (min-width: 992px) {
  .app-navbar-fixed .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .app-sidebar-closed .navbar .navbar-header {
    width: 70px;
  }
  .app-sidebar-closed .navbar .navbar-header .navbar-brand {
    display: none;
  }
  .app-sidebar-closed .navbar .navbar-header .sidebar-toggler {
    float: none !important;
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .app-sidebar-closed .navbar .navbar-collapse {
    margin-left: 70px;
  }
}
@media (max-width: 991px) {
  .navbar {
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .app-sidebar-fixed .navbar .navbar-header {
    position: fixed;
  }
}
.navbar .close-handle {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  cursor: pointer;
  z-index: 1;
  min-height: 40px;
}
.navbar .close-handle .arrow-left, .navbar .close-handle .arrow-right {
  background-color: #c8c7cc;
  border-radius: 10px;
  bottom: 15px;
  height: 8px;
  left: 50%;
  position: absolute;
  -moz-transition: -moz-transform 0.2s ease 0s;
  -o-transition: -o-transform 0.2s ease 0s;
  -webkit-transition: -webkit-transform 0.2s ease;
  -webkit-transition-delay: 0s;
  transition: transform 0.2s ease 0s;
  width: 24px;
  margin-left: -12px;
  cursor: pointer;
}
.navbar .close-handle .arrow-left {
  -moz-transform: translate3d(-8px, 0px, 0px) rotate(-10deg);
  -ms-transform: translate3d(-8px, 0px, 0px) rotate(-10deg);
  -webkit-transform: translate3d(-8px, 0px, 0px) rotate(-10deg);
  transform: translate3d(-8px, 0px, 0px) rotate(-10deg);
}
.navbar .close-handle .arrow-right {
  -moz-transform: translate3d(8px, 0px, 0px) rotate(10deg);
  -ms-transform: translate3d(8px, 0px, 0px) rotate(10deg);
  -webkit-transform: translate3d(8px, 0px, 0px) rotate(10deg);
  transform: translate3d(8px, 0px, 0px) rotate(10deg);
}
.navbar .navbar-right .nav {
  margin: 0;
}
.navbar .navbar-right .nav .dropdown-light:after {
  right: 36px;
  left: auto;
  top: -9px;
}
.navbar .navbar-right .nav .dropdown-light:before {
  right: 35px;
  left: auto;
  top: -11px;
}
.navbar .navbar-right .badge {
  background-color: #C82E29;
  color: #ffffff;
  padding: 4px 6px;
  position: absolute;
  top: 3px;
  font-size: 10px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  right: auto;
  margin-left: 13px;
}
.navbar .navbar-right .dot-badge {
  border-radius: 100%;
  border-style: solid;
  border-width: 2px;
  height: 10px;
  margin: 2px;
  position: absolute !important;
  border-color: #ffffff;
  top: 6px;
  width: 10px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  right: auto;
  margin-left: 10px;
}
.navbar .navbar-right .view-all {
  text-align: center;
}
.navbar .navbar-right .drop-down-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 5px 5px 0 5px;
}
.navbar .dropdown-off-sidebar {
  position: absolute;
  z-index: 11;
  top: 0;
  right: 0;
  border-left: 1px solid #c8c7cc;
  width: 30px;
  background: #ffffff;
  line-height: 64px;
  color: #c8c7cc;
}
.navbar .dropdown-off-sidebar:after {
  position: absolute;
  font-size: 17px;
  padding: 0;
  margin: 0;
  font-family: 'themify';
  content: "\e6da";
  left: 5px;
  top: 0;
}
.app-offsidebar-open .navbar .dropdown-off-sidebar:after {
  content: "\e6d9";
}
@media (min-width: 992px) {
  .app-offsidebar-open .navbar .dropdown-off-sidebar {
    position: fixed;
  }
}
@media (max-width: 991px) {
  .navbar .dropdown-off-sidebar {
    width: 50px;
  }
  .navbar .dropdown-off-sidebar:after {
    left: 15px;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-right {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 15px;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .navbar .navbar-right {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 35px;
  }
}
@media (min-width: 768px) {
  .navbar .navbar-right > li {
    float: left;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-right > li {
    border-bottom: 1px solid #c8c7cc;
  }
  .navbar .navbar-right > li:last-child {
    margin-bottom: 40px;
  }
}
.navbar .navbar-right > li > a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #8e8e93;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 27px;
  text-transform: uppercase;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  padding: 5px 15px 5px 15px;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .navbar .navbar-right > li > a {
    margin-right: 3px;
  }
}
.navbar .navbar-right > li > a:hover {
  background: #efeff0;
}
.navbar .navbar-right > li > a i {
  display: block;
  margin-top: 7px;
  color: #c8c7cc;
  font-size: 17px;
}
.navbar .navbar-right > li.current-user > a {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  float: left;
}
.navbar .navbar-right > li.current-user > a img {
  float: left;
  margin-right: 5px;
  width: 39px;
  margin-top: -2px;
  border-radius: 20%;
}
.navbar .navbar-right > li.current-user > a span {
  float: left;
  line-height: 18px;
  margin-top: 3px;
}
.navbar .navbar-right > li.current-user > a i {
  margin: 0;
  font-size: 14px;
}
@media (max-width: 767px) {
  .navbar .navbar-right > li.current-user a {
    display: block;
    float: none;
  }
  .navbar .navbar-right > li.current-user a img {
    display: inline-block;
    margin-right: 0;
    float: none;
  }
  .navbar .navbar-right > li.current-user a span {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    line-height: 0px;
    float: none;
    margin-top: 0;
  }
  .navbar .navbar-right > li.current-user a i {
    font-size: 14px;
    line-height: 60px;
    color: #ffffff !important;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    background: rgba(0, 0, 0, 0.5);
    height: 39px;
    line-height: 39px;
    margin: 10px auto;
    width: 39px;
    border-radius: 20%;
  }
  .navbar .navbar-right > li.current-user.open i, .navbar .navbar-right > li.current-user a:hover i {
    opacity: 0;
  }
}
.navbar .navbar-right .dropdown-menu:before {
  top: -11px;
  right: 35px;
  left: auto;
}
.navbar .navbar-right .dropdown-menu:after {
  top: -9px;
  right: 36px;
  left: auto;
}
.navbar .navbar-right .dropdown-menu.dropdown-subview .fa-stack {
  height: 1.9em;
  line-height: 1.9em;
  vertical-align: top;
  margin-right: 5px;
}
.navbar .navbar-right .dropdown-menu.dropdown-large {
  width: 300px;
}
.navbar .navbar-right .dropdown-menu.dropdown-messages .drop-down-wrapper ul > li a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #8e8e93;
  display: block;
  margin-bottom: 5px;
  padding: 10px;
  border-bottom: none;
  background-color: #f7f7f8;
  text-align: left;
}
.navbar .navbar-right .dropdown-menu.dropdown-messages .drop-down-wrapper ul > li a.unread {
  background-color: #edecee;
}
.navbar .navbar-right .dropdown-menu.dropdown-messages .drop-down-wrapper ul > li a:hover, .navbar .navbar-right .dropdown-menu.dropdown-messages .drop-down-wrapper ul > li a:focus, .navbar .navbar-right .dropdown-menu.dropdown-messages .drop-down-wrapper ul > li a:active {
  background-color: #e9e8ea;
}
.navbar .navbar-right .dropdown-menu.dropdown-messages .drop-down-wrapper ul > li a .thread-image {
  float: left;
  height: 50px;
  margin-right: 8px;
  width: 50px;
}
.navbar .navbar-right .dropdown-menu.dropdown-messages .drop-down-wrapper ul > li a .author {
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
}
.navbar .navbar-right .dropdown-menu.dropdown-messages .drop-down-wrapper ul > li a .preview {
  display: block;
  font-size: 11px;
  line-height: normal;
  color: #aeacb4;
}
.navbar .navbar-right .dropdown-menu.dropdown-messages .drop-down-wrapper ul > li a .time {
  display: block;
  float: right;
  font-size: 11px;
  font-style: italic;
  font-weight: 600;
  color: #aeacb4;
}
@media (max-width: 767px) {
  .navbar .navbar-right .dropdown-menu {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    box-shadow: none;
    border-right: none;
    border-left: none;
    border-bottom: none;
    margin: 0;
  }
  .navbar .navbar-right .dropdown-menu:before {
    left: 50% !important;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .navbar .navbar-right .dropdown-menu:after {
    left: 50% !important;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .navbar .navbar-right > li {
    float: left;
    width: 100%;
  }
}

/* ---------------------------------------------------------------------- */
/*  Sidebar
/* ---------------------------------------------------------------------- */
#sidebar {
  width: 260px;
  float: left;
  left: 0;
  bottom: 0;
  background: #f7f7f8;
  overflow: visible;
  z-index: 1051;
}
#sidebar > div, #sidebar .sidebar-container {
  height: 100%;
}
.app-sidebar-fixed #sidebar > .sidebar-container {
  overflow-y: hidden;
  overflow-x: visible;
  position: relative;
}
.app-mobile #sidebar {
  overflow: auto;
}
#sidebar .wrapper {
  padding: 20px 15px;
}
.app-navbar-fixed.app-sidebar-fixed #sidebar {
  top: 0;
}
#sidebar nav {
  min-height: 100%;
}
@media (min-width: 992px) {
  #sidebar {
    margin-top: 65px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #sidebar:before {
    background-color: inherit;
    border: inherit;
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    width: inherit;
    z-index: -1;
    border-right: 1px solid #c8c7cc;
  }
}
@media (min-width: 992px) {
  #sidebar nav {
    border-right: 1px solid #c8c7cc;
  }
  .app-navbar-fixed #sidebar {
    margin-top: 0;
  }
  .app-sidebar-fixed #sidebar {
    position: fixed;
    top: 65px !important;
    margin-top: 0;
  }
  .app-sidebar-closed #sidebar {
    width: 70px;
  }
}
@media (max-width: 991px) {
  #sidebar {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 0;
    float: none;
    -webkit-transform: translate3d(-260px, 0, 0);
    transform: translate3d(-260px, 0, 0);
    -moz-transition: -moz-transform 300ms ease 0s;
    -o-transition: -o-transform 300ms ease 0s;
    -webkit-transition: -webkit-transform 300ms ease;
    -webkit-transition-delay: 0s;
    transition: transform 300ms ease 0s;
  }
  .app-slide-off #sidebar {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: -moz-transform 300ms ease 0s;
    -o-transition: -o-transform 300ms ease 0s;
    -webkit-transition: -webkit-transform 300ms ease;
    -webkit-transition-delay: 0s;
    transition: transform 300ms ease 0s;
  }
  #sidebar nav {
    border-right: none !important;
  }
  #sidebar > .sidebar-container {
    overflow-y: hidden;
    overflow-x: visible;
    position: relative;
  }
}

/* ---------------------------------------------------------------------- */
/*  Nav
/* ---------------------------------------------------------------------- */
.item-content {
  align-items: center;
  display: table-row;
}
.item-content .item-media {
  display: table-cell;
  padding: 10px 15px 10px 15px;
}
.item-content .item-inner {
  align-items: center;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #c8c7cc;
  display: table-cell;
  padding: 10px 15px 10px 0;
  width: 100%;
}
.no-touch .item-content .item-inner {
  -moz-transition: border 300ms linear;
  -o-transition: border 300ms linear;
  -webkit-transition: border 300ms linear;
  transition: border 300ms linear;
}
.active .item-content .item-inner, .open .item-content .item-inner, li:last-child .item-content .item-inner {
  border-bottom-color: transparent !important;
}

#sidebar > div nav > ul {
  background: #ffffff;
  list-style: none;
  margin: 10px 0;
  padding: 0;
  border-top: 1px solid #c8c7cc;
  border-bottom: 1px solid #c8c7cc;
}
#sidebar > div nav > ul > li a {
  color: #000000;
  border-bottom: none;
}
#sidebar > div nav > ul > li a i {
  font-weight: normal;
}
#sidebar > div nav > ul > li > a {
  display: table;
}
#sidebar > div nav > ul > li.hover {
  background: #efeff0;
}
.no-touch #sidebar > div nav > ul > li:hover {
  background: #efeff0;
}
#sidebar > div nav > ul > li.active {
  background: #c8c7cc;
}
#sidebar > div nav > ul > li.active > a {
  border-top: none !important;
  color: #ffffff;
}
#sidebar > div nav > ul > li.active > a i {
  color: #ffffff;
}
#sidebar > div nav > ul li {
  border: none;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
.no-touch #sidebar > div nav > ul li {
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
@media (min-width: 992px) {
  .app-sidebar-closed #sidebar > div nav > ul li ul.sub-menu {
    display: none !important;
  }
}
#sidebar > div nav > ul li.active > ul.sub-menu {
  display: block;
  padding: 0;
}
#sidebar > div nav > ul li > a {
  margin-top: -1px !important;
  font-size: 14px;
}
#sidebar > div nav > ul li > a:active:focus {
  background: #d5d4d8;
}
.no-touch #sidebar > div nav > ul li > a:hover .item-inner {
  border-bottom-color: transparent;
}
#sidebar > div nav > ul li a {
  border: none;
  font-weight: 300;
  margin: 0;
  position: relative;
  text-decoration: none;
}
#sidebar > div nav > ul li a i[class*="ti-"] {
  margin-right: 5px;
  display: inline-block;
  font-size: 17px;
  position: relative;
  top: 2px;
}
#sidebar > div nav > ul li a .icon-arrow {
  float: right;
  margin-right: 6px !important;
  font-style: normal;
  font-weight: normal;
  color: #c8c7cc;
  font-size: 12px;
}
#sidebar > div nav > ul li a .icon-arrow:before {
  content: "\e64a";
  font-family: themify;
}
#sidebar > div nav > ul li.open {
  background: #edecee;
}
#sidebar > div nav > ul li.open > a .icon-arrow {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#sidebar > div nav > ul li.open > a .icon-arrow:before {
  content: "\e64b";
}

ul.sub-menu {
  clear: both;
  list-style: none;
  padding: 1px 0;
  display: none;
  margin: 0;
  background: #f7f7f8;
}
ul.sub-menu li {
  background: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1px !important;
  padding: 0;
}
ul.sub-menu li.active, ul.sub-menu li.open {
  background: #e7e7e9 !important;
}
.no-touch ul.sub-menu li:hover {
  background: #edecee;
}
ul.sub-menu li a {
  background: none;
  display: block;
  font-size: 13px !important;
  font-weight: 300;
  border: none;
  margin: 0;
  padding-bottom: 5px;
  padding-left: 52px !important;
  padding-right: 15px;
  padding-top: 5px;
  text-decoration: none;
}
ul.sub-menu li a .icon-arrow {
  margin-right: 22px;
}
ul.sub-menu li.dropdown-header {
  padding-left: 40px !important;
}
ul.sub-menu li.divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  margin-left: 40px !important;
}
ul.sub-menu li ul.sub-menu li a {
  padding-left: 60px !important;
}
ul.sub-menu li ul.sub-menu li ul.sub-menu li a {
  padding-left: 80px !important;
}
@media (min-width: 992px) {
  .app-sidebar-closed ul.sub-menu {
    border-right: 1px solid #c8c7cc;
    border-bottom: 1px solid #c8c7cc;
    background: #ffffff;
    left: 70px;
    position: absolute;
    padding: 1px 0;
    overflow-y: auto;
    overflow-x: visible;
    height: auto;
    bottom: auto;
    width: 260px;
    z-index: 1050;
    display: none;
  }
  .app-sidebar-closed ul.sub-menu > li a {
    padding-left: 20px !important;
    padding-right: 5px;
  }
  .app-sidebar-closed ul.sub-menu > li ul.sub-menu {
    position: relative;
    left: 0;
    width: 100%;
    border: none !important;
  }
  .app-sidebar-closed ul.sub-menu > li ul.sub-menu li a {
    padding-left: 30px !important;
  }
  .app-sidebar-closed ul.sub-menu > li ul.sub-menu li ul.sub-menu li a {
    padding-left: 50px !important;
  }
}

@media (min-width: 992px) {
  .app-sidebar-closed .app-aside {
    overflow: visible !important;
  }
  .app-sidebar-closed .app-aside .search-form {
    background: #e2e2e4;
    border-bottom: 1px solid #c8c7cc;
  }
  .app-sidebar-closed .app-aside .search-form > a {
    height: 45px;
    display: block;
    padding: 13px 15px;
    text-align: center;
    font-size: 17px;
    color: #aeacb4;
  }
  .app-sidebar-closed .app-aside .search-form .navbar-form {
    display: none;
  }
  .app-sidebar-closed .app-aside li a .icon-arrow {
    float: right;
    margin-right: 6px !important;
    font-style: normal;
    font-weight: normal;
    color: #c8c7cc;
    font-size: 12px;
  }
  .app-sidebar-closed .app-aside li a .icon-arrow:before {
    content: "\e64a";
    font-family: themify;
  }
  .app-sidebar-closed .app-aside li.open > a .icon-arrow {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  .app-sidebar-closed .app-aside li.open > a .icon-arrow:before {
    content: "\e64b";
  }
  .app-sidebar-closed .app-aside > .item-inner {
    width: 260px;
    left: 70px;
    top: 0;
    padding: 13px 0;
    border-bottom: none !important;
    width: 260px;
    background: #efeff0;
    margin-left: 0;
    z-index: 1051;
  }
  .app-sidebar-closed .app-aside > .item-inner.active {
    background: #c8c7cc !important;
  }
  .app-sidebar-closed .app-aside > .item-inner:before {
    content: "";
    background: none;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #c8c7cc;
    border-right: none;
    border-top: 12px solid transparent;
    display: block;
    float: right;
    height: 0;
    position: absolute;
    left: 0;
    top: 11px;
    width: 0;
    z-index: 1;
  }
  .app-sidebar-closed .app-aside > .item-inner:after {
    content: "";
    background: none;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #efeff0;
    border-top: 12px solid transparent;
    display: block;
    float: right;
    height: 0;
    position: absolute;
    left: -1px;
    top: 11px;
    width: 0;
    z-index: 1;
  }
  .app-sidebar-closed .app-aside > .item-inner .title {
    margin-left: 20px;
    color: #aeacb4 !important;
    font-size: 14px;
  }
  .app-sidebar-closed .app-aside > .item-inner .icon-arrow {
    display: none;
  }
  .app-sidebar-closed .app-aside > ul.sub-menu {
    width: 260px;
    display: block !important;
    overflow: auto;
    padding: 0;
    left: 70px;
  }
  .app-sidebar-closed .app-aside > ul.sub-menu > li a {
    color: #8e8e93;
    font-size: 14px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .app-sidebar-closed #sidebar > div nav > ul {
    padding: 1px 0;
  }
  .no-touch .app-sidebar-closed #sidebar > div nav > ul li {
    -moz-transition: background-color 0ms linear;
    -o-transition: background-color 0ms linear;
    -webkit-transition: background-color 0ms linear;
    transition: background-color 0ms linear;
  }
  .app-sidebar-closed #sidebar > div nav > ul > li.open {
    background: inherit;
  }
  .app-sidebar-closed #sidebar > div nav > ul > li.hover {
    background: #efeff0;
  }
  .app-sidebar-closed #sidebar > div nav > ul > li.active:before {
    border-right: none !important;
  }
  .app-sidebar-closed #sidebar > div nav > ul > li.active:after {
    border-right: none !important;
  }
  .app-sidebar-closed #sidebar > div nav > ul > li.active:hover:after {
    border-left-color: #c8c7cc;
  }
  .app-sidebar-closed #sidebar > div nav > ul > li.active a {
    margin: 0 !important;
  }
  .app-sidebar-closed #sidebar > div nav > ul > li > a {
    height: 45px;
    display: block;
  }
  .app-sidebar-closed #sidebar > div nav > ul > li > a i:not([class*="fa-stack"]) {
    font-size: 17px;
  }
  .app-sidebar-closed #sidebar > div nav > ul > li > a .item-content {
    display: block;
    padding-left: 0;
  }
  .app-sidebar-closed #sidebar > div nav > ul > li > a .item-media {
    display: block;
    text-align: center;
    padding: 13px 15px;
  }
  .app-sidebar-closed #sidebar > div nav > ul > li > a .item-inner {
    display: none;
    position: absolute;
    left: 70px;
    top: 0;
    padding: 13px 0;
    bottom: 0;
    border-bottom: none !important;
    width: 260px;
    background: #efeff0;
    margin-left: 0;
  }
  .app-sidebar-closed #sidebar > div nav > ul > li > a .item-inner .title {
    margin-left: 20px;
    color: #aeacb4 !important;
  }
  .app-sidebar-closed #sidebar > div nav > ul > li > a .item-inner .icon-arrow {
    display: none;
  }
  .app-sidebar-closed #sidebar .s-open {
    width: 70px;
  }
  .app-sidebar-closed #sidebar .navbar-form {
    height: 45px;
    position: absolute;
    z-index: 1;
    width: 70px;
  }
  .app-sidebar-closed #sidebar .navbar-form .s-remove, .app-sidebar-closed #sidebar .navbar-form .form-group {
    display: block;
  }
  .app-sidebar-closed #sidebar .navbar-form a {
    font-size: 17px;
    display: block;
    text-align: center;
    padding: 3px 0;
    color: #aeacb4;
  }
  .app-sidebar-closed #sidebar .navbar-form a.s-remove {
    display: none;
  }
  .app-sidebar-closed #sidebar .navbar-form .form-group {
    left: 69px;
    border-bottom: 1px solid #c8c7cc;
    border-right: 1px solid #c8c7cc;
    border-top: 1px solid #c8c7cc;
    top: 0;
    position: absolute;
    width: 210px;
    z-index: 1;
    background: #e2e2e4;
    padding: 10px 10px 10px 0;
    display: none;
    bottom: -1px;
    top: -1px;
  }
  .app-sidebar-closed #sidebar .navbar-form .form-group input {
    background: rgba(255, 255, 255, 0.3);
  }
  .app-sidebar-closed #sidebar .navbar-form .form-group .search-button {
    top: 8px;
  }
  .app-sidebar-closed #sidebar > .navbar-form .s-remove {
    display: block !important;
    padding: 3px 0;
    text-align: center;
  }
  .app-sidebar-closed #sidebar > .navbar-form .form-group {
    display: block !important;
  }
  .app-sidebar-closed #sidebar .navbar-title {
    display: none;
  }
}

.navbar-title {
  color: #808285;
  font-size: 10px;
  letter-spacing: 0.2px;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 20px !important;
  padding-bottom: 5px !important;
  text-transform: uppercase;
}

.s-open {
  display: none;
}

.navbar-form {
  background: #e2e2e4;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 8px;
  position: relative;
}
.navbar-form a {
  display: none;
}
.navbar-form .search-button {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  color: #c8c7cc;
  position: absolute;
  right: 5px;
  top: -2px;
  transition: all 100ms ease-in 0s;
}
.navbar-form .search-button:hover {
  transition: all 300ms ease-in 0s;
}
.navbar-form .form-control {
  background: transparent;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #8e8e93;
  display: block;
  transition: all 300ms ease-in 0s;
  width: 100%;
  font-size: 12px;
  height: 25px;
  border-radius: 3px !important;
}
.navbar-form .form-control:focus {
  background-color: #ffffff !important;
  border-color: #c8c7cc;
  transition: all 300ms ease-in 0s;
}
.navbar-form .form-control:focus + .search-button {
  color: #aeacb4;
}
.navbar-form .form-group {
  display: block;
}

/* ---------------------------------------------------------------------- */
/*  Main Content
/* ---------------------------------------------------------------------- */
.main-content {
  min-height: 100%;
  position: relative;
}
.main-content .container {
  max-width: none !important;
  width: 100% !important;
  display: inline-block;
}
.main-content > .container {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .main-content {
    margin-top: 65px;
    margin-left: 260px;
  }
  .app-navbar-fixed .main-content {
    margin-top: 0;
  }
  .app-navbar-fixed .main-content:before, .app-navbar-fixed .main-content:after {
    content: " ";
    display: table;
  }
  .app-navbar-fixed .main-content:after {
    clear: both;
  }
  .app-sidebar-closed .main-content {
    margin-left: 70px;
  }
}
@media (max-width: 991px) {
  .main-content {
    padding-top: 65px;
  }
}

/* ---------------------------------------------------------------------- */
/*  Footer
/* ---------------------------------------------------------------------- */
#app > footer {
  background-color: #ffffff;
  border-top: 1px solid #c8c7cc;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  font-size: 12px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1088;
}
#app > footer .footer-inner {
  padding: 0 20px;
  line-height: 50px;
}
@media (min-width: 992px) {
  #app > footer {
    margin-left: 260px;
  }
  #app.app-sidebar-closed > footer {
    margin-left: 70px;
  }
  #app.app-footer-fixed > footer {
    position: fixed;
  }
}
@media (max-width: 991px) {
  #app.app-slide-off > footer, #app.app-offsidebar-open > footer {
    display: none;
  }
}

.go-top {
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 0;
  margin-right: 0;
  text-decoration: none;
  line-height: 50px;
  text-align: center;
}

/* ---------------------------------------------------------------------- */
/*  Settings
/* ---------------------------------------------------------------------- */
.settings {
  position: fixed !important;
  right: -240px;
  top: 120px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: right 0.2s ease 0s;
  -o-transition: right 0.2s ease 0s;
  -webkit-transition: right 0.2s ease;
  -webkit-transition-delay: 0s;
  transition: right 0.2s ease 0s;
  border-left: 1px solid #c8c7cc !important;
  border-bottom: 1px solid #c8c7cc !important;
  width: 240px;
  z-index: 1050;
}
.settings.active {
  right: 0;
}
.settings > .btn {
  background: #ffffff !important;
  border-color: #c8c7cc !important;
  border-right-width: 0;
  left: -44px;
  padding: 10px 15px;
  position: absolute;
  top: 41px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.settings > .btn:hover, .settings > .btn:active, .settings > .btn:focus {
  box-shadow: none !important;
}
.settings.panel {
  border-radius: 0 !important;
  border-top: none;
  border-right: none;
  background: #ffffff;
  border-color: #c8c7cc !important;
}
.settings.panel .panel-heading {
  border-top-width: 1px;
  border-top-style: solid;
  padding: 11px 15px;
  background: #efeff0;
  border-color: #c8c7cc;
  border-radius: 0 !important;
}
.settings.panel .panel-body {
  padding: 0;
}
.settings.panel .setting-box {
  border-bottom: 1px solid #c8c7cc;
  padding: 11px 10px 10px;
}
.settings.panel .setting-box .setting-title {
  padding: 5px 0;
}
.settings.panel .setting-box:last-child {
    border-bottom: none;
}
/* ---------------------------------------------------------------------- */
/*  OFF SIDEBAR
/* ---------------------------------------------------------------------- */
#off-sidebar {
  bottom: 0;
  position: fixed;
  right: -260px;
  top: 64px;
  -moz-transition: all 0.3s !important 0s;
  -o-transition: all 0.3s !important 0s;
  -webkit-transition: all 0.3s !important;
  -webkit-transition-delay: 0s;
  transition: all 0.3s !important 0s;
  width: 260px;
  z-index: 1091;
  background: #ffffff;
  border-left: 1px solid #c8c7cc;
  border-top: 1px solid #c8c7cc;
  overflow: hidden;
}
#off-sidebar .tab-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 45px;
}
@media (max-width: 991px) {
  #off-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 0;
    -webkit-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0);
    -moz-transition: -moz-transform 300ms ease 0s;
    -o-transition: -o-transform 300ms ease 0s;
    -webkit-transition: -webkit-transform 300ms ease;
    -webkit-transition-delay: 0s;
    transition: transform 300ms ease 0s;
  }
}
#off-sidebar .tab-pane {
  height: 100%;
  padding: 0;
}
#off-sidebar div[perfect-scrollbar] {
  overflow: hidden !important;
}
.app-mobile #off-sidebar div[perfect-scrollbar] {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
@media (min-width: 992px) {
  .app-offsidebar-open #off-sidebar {
    right: 0;
  }
}
@media (max-width: 991px) {
  .app-offsidebar-open #off-sidebar {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: -moz-transform 300ms ease 0s;
    -o-transition: -o-transform 300ms ease 0s;
    -webkit-transition: -webkit-transform 300ms ease;
    -webkit-transition-delay: 0s;
    transition: transform 300ms ease 0s;
  }
}
#off-sidebar .nav-tabs.nav-justified > li {
  display: table-cell;
  width: 1%;
}
#off-sidebar .nav-tabs.nav-justified > li.active > a, #off-sidebar .nav-tabs.nav-justified > li.active > a:hover, #off-sidebar .nav-tabs.nav-justified > li.active > a:focus {
  border-bottom-color: #fff;
}
#off-sidebar .nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #c8c7cc;
  border-right: 1px solid #c8c7cc;
  border-left: none;
  border-radius: 0;
  border-top: none;
}
#off-sidebar .nav-tabs.nav-justified > li > a i {
  font-size: 17px;
}
#off-sidebar .nav-tabs.nav-justified > li.active > a, #off-sidebar .nav-tabs.nav-justified > li.active > a:hover, #off-sidebar .nav-tabs.nav-justified > li.active > a:focus {
  color: #aeacb4;
}
#off-sidebar .nav-tabs.nav-justified > li:first-child > a {
  border-left: none !important;
}
#off-sidebar .nav-tabs.nav-justified > li:last-child > a {
  border-right: none !important;
}
#off-sidebar .save-options {
  padding: 10px;
}

#off-sidebar .sidebar-wrapper {
  position: relative;
  min-height: 100%;
}

#off-sidebar #users {
  position: relative;
  right: 0;
  top: 0;
  height: 100%;
}
.app-offsidebar-open #off-sidebar #users {
  -moz-transition: right 0.3s ease 0s;
  -o-transition: right 0.3s ease 0s;
  -webkit-transition: right 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: right 0.3s ease 0s;
}
.app-slide-off #off-sidebar #users {
  right: 0 !important;
}
#off-sidebar #users.chat-open {
  right: 260px;
}

#off-sidebar #users .user-chat {
  position: relative;
  left: 260px;
  top: 0;
  height: 100%;
}
#off-sidebar #users .chat-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 50px;
}

#off-sidebar .users-list {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  height: 100%;
}

#off-sidebar .media-list .media {
  border-bottom: 1px solid #c8c7cc;
  margin: 0;
}

#off-sidebar .media-list .media a {
  padding: 10px;
  display: block;
}

#off-sidebar .media-list .media a:hover {
  background: #efeff0;
  text-decoration: none;
}

#off-sidebar .sidebar-title {
  color: #aeacb4;
  font-size: 11px;
  margin: 15px 10px 10px 10px;
  text-transform: uppercase;
}

#off-sidebar .sidebar-back {
  position: relative;
  text-decoration: none;
  padding: 10px;
}
#off-sidebar .sidebar-back i {
  display: inline-block;
  font-size: 17px;
  margin-right: -2px;
  margin-top: 2px;
  font-weight: 600;
  vertical-align: top;
}
#off-sidebar .sidebar-back span {
  font-size: 15px;
  position: relative;
}

#off-sidebar .media-list .media .media-object {
  border-radius: 50% !important;
  float: left;
  margin-right: 10px;
  opacity: 0.8;
  width: 40px;
}

#off-sidebar .media-list .media .user-label {
  display: inline-block;
  margin-top: 10px;
  position: absolute;
  right: 25px;
}

#off-sidebar .media-list .media .status-online {
  line-height: 40px;
  font-size: 6px;
  position: absolute;
  right: 10px;
  display: inline-block;
  color: #1FBBA6;
}

#off-sidebar .media-list .media .media-heading {
  color: #8e8e93 !important;
  display: block;
  font-size: 13px;
  margin-bottom: 4px;
}

#off-sidebar .media-list .media .media-body span {
  color: #c8c7cc;
  display: block;
  font-size: 12px;
}

#off-sidebar .sidebar-content {
  height: 100%;
  position: relative;
}

#off-sidebar .discussion .avatar img {
  border-radius: 50% !important;
  width: 40px;
}

#off-sidebar .discussion .messages {
  margin-top: 10px;
}

#off-sidebar .discussion .messages p {
  font-size: 12px;
}

#off-sidebar .message-bar {
  position: absolute;
  bottom: 0;
}

/* ---------------------------------------------------------------------- */
/*  Utilities
/* ---------------------------------------------------------------------- */
.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.inline {
  display: inline;
}

.no-radius {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
}

.no-border {
  border: none !important;
}

.border-right {
  border-right-style: solid;
  border-right-width: 1px;
  border-color: rgba(0, 0, 0, 0.07);
}

.border-left {
  border-left-style: solid;
  border-left-width: 1px;
  border-color: rgba(0, 0, 0, 0.07);
}

.border-top {
  border-top-style: solid;
  border-top-width: 1px;
  border-color: rgba(0, 0, 0, 0.07);
}

.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: rgba(0, 0, 0, 0.07);
}

.border-light {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.border-around {
  border: 1px solid #c8c7cc;
}

.panel-white .border-light, .partition-white .border-light {
  border-color: rgba(0, 0, 0, 0.07) !important;
}

.border-dark {
  border-color: rgba(0, 0, 0, 0.2);
}

.panel-white .border-dark, .partition-white .border-dark {
  border-color: rgba(0, 0, 0, 0.3) !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.no-display {
  display: none !important;
}

.display-table {
  display: table !important;
}

.display-table-cell {
  display: table-cell !important;
}

.example {
  margin: 15px 0;
  padding: 14px 19px;
}

.space5 {
  display: block;
  margin-bottom: 5px !important;
  clear: both;
}

.space7 {
  margin-bottom: 7px !important;
  clear: both;
}

.space10 {
  margin-bottom: 10px !important;
  clear: both;
}

.space12 {
  margin-bottom: 12px !important;
  clear: both;
}

.space15 {
  margin-bottom: 15px !important;
  clear: both;
}

.space20 {
  margin-bottom: 20px !important;
  clear: both;
}

.padding-5 {
  padding: 5px !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-15 {
  padding: 15px !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-25 {
  padding: 25px !important;
}

.padding-30 {
  padding: 30px !important;
}

.padding-35 {
  padding: 35px !important;
}

.padding-40 {
  padding: 40px !important;
}

.padding-horizontal-5 {
  padding: 0 5px !important;
}

.padding-horizontal-10 {
  padding: 0 10px !important;
}

.padding-horizontal-15 {
  padding: 0 15px !important;
}

.padding-horizontal-20 {
  padding: 0 20px !important;
}

.padding-vertical-10 {
  padding: 10px 0 !important;
}

.padding-vertical-15 {
  padding: 15px 0 !important;
}

.padding-vertical-20 {
  padding: 20px 0 !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-bottom-5 {
  padding-bottom: 5px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-bottom-15 {
  padding-bottom: 15px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-bottom-25 {
  padding-bottom: 25px !important;
}

.padding-bottom-30 {
  padding-bottom: 30px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-top-25 {
  padding-top: 25px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.padding-left-5 {
  padding-left: 5px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-left-15 {
  padding-left: 15px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-left-25 {
  padding-left: 25px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-right-0 {
  padding-right: 0px !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-right-15 {
  padding-right: 15px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.padding-right-25 {
  padding-right: 25px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-right-0 {
  margin-right: 0px !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-right-15 {
  margin-right: 15px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-right-25 {
  margin-right: 25px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-left-0 {
  margin-left: 0px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-left-15 {
  margin-left: 15px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-left-25 {
  margin-left: 25px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.min-height-155 {
  min-height: 155px !important;
}

.min-height-180 {
  min-height: 180px !important;
}

.min-height-200 {
  min-height: 200px !important;
}

.min-height-230 {
  min-height: 230px !important;
}

.min-height-250 {
  min-height: 250px !important;
}

.min-height-270 {
  min-height: 270px !important;
}

.min-height-280 {
  min-height: 280px !important;
}

.min-height-300 {
  min-height: 300px !important;
}

.min-height-350 {
  min-height: 350px !important;
}

.height-155 {
  height: 155px !important;
}

.height-180 {
  height: 180px !important;
}

.height-200 {
  height: 200px !important;
}

.height-230 {
  height: 230px !important;
}

.height-250 {
  height: 250px !important;
}

.height-270 {
  height: 270px !important;
}

.height-300 {
  height: 300px !important;
}

.height-330 {
  height: 330px !important;
}

.height-350 {
  height: 350px !important;
}

.width-200 {
  width: 200px !important;
}

.vertical-align-bottom {
  vertical-align: bottom !important;
}

.vertical-align-middle {
  vertical-align: middle !important;
}

.vertical-align-top {
  vertical-align: top !important;
}

.text-muted {
  color: #c2c2c5;
}

.text-bold {
  font-weight: bold !important;
}

.text-extra-small {
  font-size: 11px !important;
}

.text-small {
  font-size: 12px !important;
}

.text-large {
  font-size: 16px !important;
}

.text-extra-large {
  font-size: 17px !important;
}

h1.text-extra-large {
  font-size: 50px !important;
}

.text-primary {
  color: #007AFF !important;
}

.text-grey {
  color: #c8c7cc !important;
}

.text-azure {
  color: #0095C8 !important;
}

.text-orange {
  color: #FF6600 !important;
}

.text-green {
  color: #1FBBA6 !important;
}

.text-blue {
  color: #5F8295 !important;
}

.text-pink {
  color: #DD5A82 !important;
}

.text-purple {
  color: #DD5A82 !important;
}

.text-bricky {
  color: #894550 !important;
}

.text-yellow {
  color: #FFB848 !important;
}

.text-red {
  color: #C82E29 !important;
}

.text-white {
  color: #ffffff !important;
}

a.text-white {
  color: rgba(255, 255, 255, 0.6) !important;
}
a.text-white:hover {
  color: #ffffff !important;
}

.text-dark {
  color: #5b5b60 !important;
}

a.text-dark:hover {
  color: #6f6f74 !important;
}

.text-light {
  color: #c2c2c5 !important;
}

a.text-light:hover {
  color: #adadb1 !important;
}

.text-white-transparent {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* ---------------------------------------------------------------------- */
/*  Background Colors
/* ---------------------------------------------------------------------- */
.no-bg {
  background: none !important;
}

.bg-white {
  background: #ffffff !important;
}

.bg-black {
  background: #2C2F3B !important;
  color: #ffffff;
}

.bg-primary {
  background: #007AFF !important;
  color: #ffffff;
}

.bg-light-primary {
  background: #3395ff !important;
  color: #ffffff;
}

.bg-dark-primary {
  background: #0062cc !important;
  color: #ffffff;
}

.bg-success {
  background: #5cb85c !important;
  color: #ffffff;
}

.bg-info {
  background: #46b8da !important;
  color: #ffffff;
}

.bg-warning {
  background: #eea236 !important;
  color: #ffffff;
}

.bg-danger {
  background: #d43f3a !important;
  color: #ffffff;
}

.bg-azure {
  background: #0095C8 !important;
  color: #ffffff;
}

.bg-light-azure {
  background: #00a8e2 !important;
  color: #ffffff;
}

.bg-dark-azure {
  background: #006f95 !important;
  color: #ffffff;
}

.bg-red {
  background: #C82E29 !important;
  color: #ffffff;
}

.bg-light-red {
  background: #da4f4a !important;
  color: #ffffff;
}

.bg-dark-red {
  background: #9e2420 !important;
  color: #ffffff;
}

.bg-green {
  background: #1FBBA6 !important;
  color: #ffffff;
}

.bg-light-green {
  background: #30ddc6 !important;
  color: #ffffff;
}

.bg-dark-green {
  background: #188f7f !important;
  color: #ffffff;
}

.bg-orange {
  background: #FF6600 !important;
  color: #ffffff;
}

.bg-light-orange {
  background: #ff8533 !important;
  color: #ffffff;
}

.bg-dark-orange {
  background: #cc5200 !important;
  color: #ffffff;
}

.bg-blue {
  background: #5F8295 !important;
  color: #ffffff;
}

.bg-light-blue {
  background: #7c9bab !important;
  color: #ffffff;
}

.bg-dark-blue {
  background: #4b6776 !important;
  color: #ffffff;
}

.bg-pink {
  background: #DD5A82 !important;
  color: #ffffff;
}

.bg-light-pink {
  background: #e684a2 !important;
  color: #ffffff;
}

.bg-dark-pink {
  background: #d43062 !important;
  color: #ffffff;
}

.bg-purple {
  background: #804C75 !important;
  color: #ffffff;
}

.bg-light-purple {
  background: #a05f92 !important;
  color: #ffffff;
}

.bg-dark-purple {
  background: #603958 !important;
  color: #ffffff;
}

.bg-beige {
  background: #D2BD8E !important;
  color: #ffffff;
}

.bg-light-beige {
  background: #d9c8a0 !important;
  color: #ffffff;
}

.bg-dark-beige {
  background: #c3a86a !important;
  color: #ffffff;
}

.bg-grey {
  background: #c8c7cc !important;
  color: #ffffff;
}

.bg-light-grey {
  background: #f7f7f8 !important;
}

.bg-dark-grey {
  background: #aeacb4 !important;
  color: #ffffff;
}

.bg-yellow {
  background: #FFB848 !important;
  color: #ffffff;
}

.bg-light-yellow {
  background: #ffcc7b !important;
  color: #ffffff;
}

.bg-dark-yellow {
  background: #ffa415 !important;
  color: #ffffff;
}

.bg-bricky {
  background: #894550 !important;
  color: #ffffff;
}

.bg-light-bricky {
  background: #aa5764 !important;
  color: #ffffff;
}

.bg-dark-bricky {
  background: #67343c !important;
  color: #ffffff;
}

.bg-body {
  background: #F1F3FA;
}

.center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.no-wrap {
  white-space: nowrap;
}


/* ---------------------------------------------------------------------- */
/*  Page Title
/* ---------------------------------------------------------------------- */
#page-title {
  border-bottom: 1px solid #eee;
  padding: 50px 0;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 767px) {
  #page-title {
    text-align: center;
    padding: 20px 0;
  }
}
#page-title .row {
  margin: 0 15px;
}
#page-title h1 {
  color: #333;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #page-title h1 {
    font-size: 24px;
  }
}
#page-title .mainDescription {
  font-family: "Lato", sans-serif;
  color: #777;
  display: block;
  font-size: 18px;
  font-weight: 300;
  margin-top: 10px;
}
#page-title .mainDescription small {
  font-size: 60%;
  margin-top: 10px;
  display: block;
}
#page-title .breadcrumb {
  background-color: transparent !important;
  font-size: 12px;
  left: auto !important;
  margin: -30px 0 0 !important;
  padding: 0 !important;
  position: absolute;
  right: 30px !important;
  top: 50% !important;
  width: auto !important;
  font-family: "Lato", sans-serif;
}
@media (max-width: 767px) {
  #page-title .breadcrumb {
    left: 0 !important;
    margin: 15px 0 0 !important;
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
  }
}
#page-title .breadcrumb > li + li {
  padding: 0 5px;
  position: relative;
}
#page-title .breadcrumb > li + li:before {
  color: #007AFF;
  content: "/ ";
  padding: 0 5px;
}
#page-title.page-title-center {
  text-align: center;
}
#page-title.page-title-center .breadcrumb {
  left: 0 !important;
  margin: 15px 0 0 !important;
  position: relative !important;
  right: 0 !important;
  top: 0 !important;
}
