body {
  background: #f5f5f5;
  padding: 0;
  margin: 0;
  font-family: "Lato", sans-serif;
}

i.fa {
  font-size: 16px;
}

p {
  font-size: 16px;
  line-height: 1.428571429;
}

.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background: #022F72;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
}
.header .logo {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 10px;
}
.header #menu-toggle {
  display: block;
  float: left;
  width: 60px;
  height: 50px;
  line-height: 50px;
  margin-right: 15px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: rgba(0, 0, 0, 0.15);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.2s ease-in-out;
}
.header #menu-toggle i {
  display: inline-block;
  margin: 0 5px;
}
.header #menu-toggle span {
  width: 0px;
  display: none;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.header #menu-toggle:hover {
  background: rgba(0, 0, 0, 0.25);
}
.header #menu-toggle.active {
  width: 250px;
  transition: all 0.2s ease-in-out;
}
.header #menu-toggle.active span {
  display: inline;
  width: auto;
  transition: all 0.2s ease-in-out;
}

.sidebar {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 50px;
  height: 100%;
  width: 60px;
  background: #002a3a;
  border-right: 1px solid #ddd;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.sidebar.active, .sidebar.hovered {
  width: 250px;
  transition: all 0.2s ease-in-out;
}
.sidebar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sidebar ul li {
  display: block;
}
.sidebar ul li a {
  display: block;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  color: #444;
  text-align: left;
}
.sidebar ul li a i {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.sidebar ul li a span {
  display: inline-block;
  height: 60px;
  line-height: 60px;
}
.sidebar ul li a:hover {
  background-color: #eee;
}
.sidebar ul li a:hover i {
  opacity: 0.9;
}

.main {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 50px;
  left: 0;
  height: 94vh;
  padding: 15px;
  padding-left: 75px;
  transition: all 0.2s ease-in-out;
}
.main.active {
  padding-left: 275px;
  transition: all 0.2s ease-in-out;
}
.main .jumbotron {
  background-color: #fff;
  padding: 30px !important;
  border: 1px solid #dfe8f1;
  border-radius: 3px;
  overflow: hidden;
  display: block;
}
.main .jumbotron h1 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
}
.main .footer {
  align-self: flex-end;
  background: #fff;
  padding: 10px;
}
.main .footer p {
  color: #bbb;
}
.menu-parent { background: #323232; color: #ffffff; text-align: left;}
.menu-parent.style1 { background: #022F72;}
.menu-parent.style2 { background: #f77528;}
.menu-parent.style3 { background: #50bd0b;}
.menu-parent * { margin: 0; padding: 0;}
.menu-parent li { list-style: none;}
.menu-parent ul ul { display: none;}
.menu-parent li.active>ul { display: block;}
.menu-parent > ul > li > a { position: relative; display: block; background: #003040; background: linear-gradient(#003040, #002535); padding: 0px; font-size: 16px; line-height: 4; color: #ffffff; text-decoration: none;}
.menu-parent > ul > li > a .fa { margin-right: 8px;}
.menu-parent ul ul li a { color: #ffffff; text-decoration: none; font-size: 16px; line-height: 4; display: block; padding: 0 30px; position: relative;}
.menu-parent ul ul li a:hover { background: #003545;}
.menu-parent ul ul ul { background: rgba(0,0,0,.1); padding: 0;}
.menu-parent a:not(:only-child):after { position: absolute; right: 20px; content: "\f067"; top: -6px; font-size: 20px; font-family: FontAwesome;}
.menu-parent .active>a:not(:only-child):after { content: "\f068"; top: -6px; font-size: 20px; font-family: FontAwesome;}
.menu-parent a:not(:only-child).hidden:after {
        display: none;
    }


  .price-top{
    background: #022f72;
    padding: 5px;
    margin: 0px;
    color: #fff;
    text-align: center;
  }