html,
#po_template_body{
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif !important;
  font-size: 13px!important;
  line-height: 18px;
  /* background: #fff!important;
  background-image: linear-gradient(
      -180deg,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0) 100%
      )!important;
  background-blend-mode: lighten; */
  /* background-blend-mode: normal!important; */

}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  /* font-family: Helvetica, sans-serif, Arial; */
  /* font-family: 'Open Sans', sans-serif; */
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  /* color: #333333; */
  line-height: 18px;
  background: #e7e8ec;
  background-image: linear-gradient(
    -180deg,
    rgba(246, 241, 241, 0.5) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-blend-mode: lighten;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}
#header {
  margin: 0;
  padding: 0;
  position: fixed;
  /* background: #fff; */
  background: #e7e8ec;
  background-image: linear-gradient(
    -180deg,
    rgba(246, 241, 241, 0.5) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  /* background-image: linear-gradient(-180deg, rgba(246, 241, 241, 0.5) 0%, rgba(0,0,0,0.50) 100%); */
  background-blend-mode: lighten;
  width: 100%;
  height: 48px;
  z-index: 11;
  border-bottom: 1px solid #2ca0ee98;
}
#header > #button-menu {
  width: auto;
  cursor: pointer;
  /* margin: -7px 0px 4px 7px; */
}
#header a {
  cursor: pointer;
}
#header .nav li.dropdown {
  float: left;
  border-left: 1px solid #a1a3ff;
}
#header .nav li a.dropdown-toggle {
  color: #3d8b95;
}
#header .nav li a.dropdown-toggle:hover {
  font-weight: bold;
  background-color: #394c8a;
}
#header .nav li.open a.dropdown-toggle {
  color: #555759;
}
/* Menu */
#menu,
#menu ul,
#menu li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#menu {
  margin-bottom: 50px;
}
#menu > li {
  position: relative;
}
#menu li a {
  text-decoration: none;
  display: block;
  padding: 6px 0;
  cursor: pointer;
  border-bottom: 1px solid #2ea5b5;
}
#menu li a i {
  font-size: 16px;
}
#menu > li > a {
  color: #ffffff;
  font-size: 1rem;
  /* padding-left: 13px; */
  border-bottom: 1px solid #a1a3ff;
}
#menu > li > a:hover {
  background-color: #777575;
}
#menu > li > a > span {
  display: none;
  margin-left: 8px;
}
#menu li li a {
  color: #ffffff;
}
#menu li li a:hover {
  background-color: #777575;
  /* background-color: #741abd; */
}
#menu li li a:before {
  content: "\f101";
  font-size: 1rem;
  font-family: "FontAwesome";
  margin-left: 6px;
  margin-right: 6px;
}
#menu li li a:hover:before {
  margin-right: 10px;
  background-color: #777575;
}
#menu > li.active > a {
  color: #dddddd;
  /* background-color: #490094; */
  background: radial-gradient(black, transparent);
}
#menu li.active li a {
  color: #dddddd;
}
#menu li li.active > a:last-child {
  /* color: #ffffff; */
  background: radial-gradient(black, transparent);
  /* background: radial-gradient(#741abd, transparent); */
}
#menu li li.active a:last-child:before {
  margin-left: 1rem;
  font-weight: bold;
  /* margin-right: 10px; */
}
#menu li li.active a:last-child:before span {
  font-weight: bold;
}
#menu > li > ul {
  position: absolute;
  left: 50px;
  top: 0px;
  width: 210px;
  background: linear-gradient(
    180deg,
    rgba(3, 100, 164, 1) 0%,
    rgba(3, 100, 164, 1) 0%,
    rgba(3, 100, 164, 1) 0%,
    rgba(3, 100, 164, 1) 51%,
    rgba(60, 171, 194, 1) 100%
  );
  /* background-color: #2ea5b5; */
  /* background:linear-gradient(180deg, rgba(3,100,164,1) 0%, rgba(3,100,164,1) 0%, rgba(3,100,164,1) 0%, rgba(3,100,164,1) 51%, rgba(60,171,194,1) 100%); */
  visibility: hidden;
}
#menu li ul {
  overflow: hidden;
}
/* #menu > li:hover > ul {
  visibility: visible;
} */
#menu li li a.parent:after
  /* ,#column-left.active #menu > li a.parent:after  */ {
  font-family: "FontAwesome";
  content: "\f105";
  float: right;
  margin-right: 8px;
}
#menu li li.open > a.parent:after
  /* , #column-left.active #menu > li.open > a.parent:after  */ {
  font-family: "Open Sans", sans-serif;
  content: "\f107";
  float: right;
  margin-right: 8px;
}
#menu li ul a {
  /* padding-left: 20px; */
  letter-spacing: 0.5px;
}

#menu li li ul a {
  padding-left: 4px;
}
#menu li li li ul a {
  padding-left: 60px;
}
#menu li li li li ul a {
  padding-left: 80px;
}
#menu .collapse {
  visibility: inherit;
}
#menu .collapse.in {
  visibility: inherit;
}
/* Column Left */
#column-left {
  /* /width: 50px; */
  width: 135px !important;
  overflow: auto !important;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(3, 100, 164, 1) 0%,
    rgba(3, 100, 164, 1) 0%,
    rgba(3, 100, 164, 1) 0%,
    rgba(3, 100, 164, 1) 51%,
    rgba(60, 171, 194, 1) 100%
  );
  /* background-color: #001555; */
  /* background:linear-gradient(180deg, rgba(3,100,164,1) 0%, rgba(3,100,164,1) 0%, rgba(3,100,164,1) 0%, rgba(3,100,164,1) 51%, rgba(60,171,194,1) 100%); */
  position: fixed;
  top: 0px;
  margin-top: 38px;
  z-index: 10;
  transition: width 0.3s;
}
#column-left.active {
  width: 135px;
  display: block;
}
#content {
  min-height: 100%;
  padding-top: 40px;
  padding-bottom: 80px;
  position: relative;
}
#column-left + #content {
  margin-left: 50px;
}
#column-left + #content + #footer {
  margin-left: 50px;
}
#column-left.active {
  width: 135px;
  overflow: auto;
}
#column-left.active #menu li i {
  font-size: 1.4rem;
}
#column-left.active #menu > li > a > span {
  display: inline;
}
#column-left.active #menu > li > ul {
  position: relative;
  left: auto;
  top: auto;
  width: auto;
  visibility: visible;
}
@media (max-width: 767px) {
  #column-left {
    overflow: hidden;
    display: none;
  }
  #column-left + #content {
    margin-left: 0;
  }
  #column-left + #content + #footer {
    margin-left: 0;
  }
  #column-left.active + #content {
    position: relative;
    left: 175px;
  }
  #column-left.active + #content + #footer {
    position: relative;
    left: 175px;
  }
}
@media (min-width: 768px) {
  #column-left.active + #content {
    margin-left: 175px;
  }
  #column-left.active + #content + #footer {
    margin-left: 175px;
  }
}
/* Breadcrumb */
.breadcrumb {
  border-radius: 0px;
  margin-bottom: 15px;
  margin-top: 22px;
}
.breadcrumb > li + li:before {
  content: "\f101";
  font-family: FontAwesome;
}
/* Pagination */
.pagination {
  margin: 0px;
}
/* Panel */
.panel {
  border-radius: 0px;
}
.panel-heading {
  padding: 5px 15px;
}
.panel-title {
  font-size: 21px;
  /* color: #ddd; */
  padding: 5px 0;
}
/* Tabs */
.nav-tabs {
  margin-bottom: 25px;
}
/* Center Form */
.center-form {
  max-width: 420px;
  padding: 15px;
  /* margin: 0 auto; */
}
.center-form .forgotten {
  font-weight: normal;
  margin-bottom: 0px;
}
.center-form .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.center-form button.btn {
  margin-top: 20px;
  background-color: #2da5b5;
  border-color: #2da5b5;
}

.center-form button.btn:hover {
  margin-top: 20px;
  background-color: #e5883a;
  border-color: #e5883a;
}

/* Form Group */
.form-group a {
  cursor: pointer;
}
/* Table */
.table a:hover {
  text-decoration: none;
}
.table a.asc:after {
  content: " \f0d8";
  font-family: FontAwesome;
  font-size: 14px;
}
.table a.desc:after {
  content: " \f0d7";
  font-family: FontAwesome;
  font-size: 14px;
}
.table td {
  vertical-align: middle !important;
}
.table td.editable {
  cursor: pointer;
}
/* Indent */
.indent-1 {
  padding-left: 20px !important;
}
.indent-2 {
  padding-left: 40px !important;
}
.indent-3 {
  padding-left: 60px !important;
}
label.control-label {
  font-weight: normal;
}
/* Status */
.status {
  margin: 0px;
}
/* Required */
label.required:before {
  content: "* ";
  color: #ff0000;
  font-weight: bold;
}
/* Icons */
.fa-exclamation-circle.warning {
  color: #d9534f;
}
.fa-check-circle.success {
  color: #5cb85c;
}
/* Dashboard */
.dashboard-heading {
  margin: 20px 0;
}
.dashboard-stats > div.primary > .tile {
  background: #fff;
  color: #727272;
  margin-bottom: 20px;
}
.dashboard-stats > div.primary > .tile > .heading {
  background: #2da5b5;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 10px;
  color: #ffffff;
  border-left: 1px solid #636363;
  border-right: 1px solid #636363;
  border-top: 1px solid #636363;
}
.dashboard-stats > div.primary > .tile > .body {
  font-size: 40px;
  font-weight: bold;
  padding: 15px;
  line-height: 50px;
  border-left: 1px solid #636363;
  border-right: 1px solid #636363;
}
.dashboard-stats > div.primary > .tile > .footer {
  background: #dddcdc;
  padding: 3px 10px;
  border-left: 1px solid #636363;
  border-right: 1px solid #636363;
  border-bottom: 1px solid #636363;
}
.dashboard-stats > div.alternate > .tile {
  background: #f9f9f9;
  color: #727272;
  margin-bottom: 20px;
}
.dashboard-stats > div.alternate > .tile > .heading {
  background: #e5883a;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 10px;
  color: #ffffff;
  border-left: 1px solid #636363;
  border-right: 1px solid #636363;
  border-top: 1px solid #636363;
}
.dashboard-stats > div.alternate > .tile > .body {
  font-size: 40px;
  font-weight: bold;
  padding: 15px;
  line-height: 50px;
  background: #ffffff;
  border-left: 1px solid #636363;
  border-right: 1px solid #636363;
}
.dashboard-stats > div.alternate > .tile > .footer {
  background: #dddcdc;
  padding: 3px 10px;
  color: #1d1d1d;
  border-left: 1px solid #636363;
  border-right: 1px solid #636363;
  border-bottom: 1px solid #636363;
}
.dashboard-stats > div.alternate > .tile > .footer a {
  color: #000000;
}
.dashboard-stats a {
  color: #1d1d1d;
}
/* Footer */
#footer {
  border-top: 1px solid #e5e5e5;
  /* background:linear-gradient(180deg, rgba(3,100,164,1) 0%, rgba(3,100,164,1) 0%, rgba(3,100,164,1) 0%, rgba(3,100,164,1) 51%, rgba(60,171,194,1) 100%); */
  background: linear-gradient(
    180deg,
    rgba(3, 100, 164, 1) 0%,
    rgba(3, 100, 164, 1) 0%,
    rgba(3, 100, 164, 1) 0%,
    rgba(3, 100, 164, 1) 51%,
    rgba(60, 171, 194, 1) 100%
  );
  text-align: center;
  /* color: #000000; */
  padding-top: 15px;
  height: 56px;
  position: relative;
  margin-top: -56px;
}

.grid {
  background: white;
  /* margin: 0 0 $pad 0; */

  &:after {
    /* Or @extend clearfix */
    content: "";
    display: table;
    clear: both;
  }
}

[class*="col-"] {
  float: left;
  padding-right: $pad;
  .grid &:last-of-type {
    padding-right: 0;
  }
}
.col-2-3 {
  width: 66.66%;
}
.col-1-3 {
  width: 33.33%;
}
.col-1-2 {
  width: 50%;
}

.col-1-4 {
  width: 25%;
}

@media (max-width: 760px) {
  .col-1-4-sm,
  .col-1-3,
  .col-2-3 {
    width: 100%;
  }
  [class*="col-"] {
    padding-right: 0px;
  }
}

.col-1-8 {
  width: 12.5%;
}

/* Add a black background color to the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: #e9e9e9;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the "active" element to highlight the current page */
.topnav a.active {
  background-color: #2196f3;
  color: white;
}

/* Style the search box inside the navigation bar */
.topnav input[type="text"] {
  float: right;
  padding: 6px;
  border: none;
  margin-top: 8px;
  margin-right: 16px;
  font-size: 17px;
}

/* When the screen is less than 600px wide, stack the links and the search field vertically instead of horizontally */
@media screen and (max-width: 600px) {
  .topnav a,
  .topnav input[type="text"] {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .topnav input[type="text"] {
    border: 1px solid #ccc;
  }
}

/* notification css*/

@hilite: #fed24d;
@hilite2: #ebb629;
@primary: #007fff;

.contain {
  width: 500px;
  margin: 0 auto;
  position: relative;
  padding: 20px;
}
.notificationicon {
  height: 44px;
  position: absolute;
  top: 20px;
  left: 170px;
  &:hover {
    background: rgba(0, 0, 0, 0.5);
    i {
      color: #fff;
    }
  }
  &.on {
    i {
      color: #ddd;
    }
  }
}
.notifications {
  max-width: 300px;
  width: 300px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 0px;
  box-shadow: 0px 0px 20px #666;
  position: absolute;
  opacity: 1;
  top: 65px;
  transition: 0.2s;
  opacity: 0;
  left: 100px;
  &:before {
    content: "";
    height: 10px;
    width: 10px;
    display: block;
    position: absolute;
    top: -20px;
    left: 140px;
    border: 10px solid #fff;
    border-color: transparent transparent #fff transparent;
  }
  &.open {
    opacity: 1;
    transition: 0.2s;
  }
  li {
    padding: 5px;
    list-style-type: none;
    &.titlebar {
      border-bottom: 1px solid #ccc;
      color: #666;
      font-size: 12px;
      cursor: inherit;
      padding: 2px 5px;
      &:hover {
        background: #fff;
      }
      .settings {
        float: right;
        cursor: pointer;
      }
    }
    &.seeall {
      text-align: center;
      font-size: 12px;
      min-height: 30px;
      text-transform: uppercase;
      position: relative;
      border-top: 1px solid #ccc;
      a {
        background: #f5f5f5;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        color: @primary;
        padding-top: 8px;
      }
    }
  }
  .notifbox {
    max-height: 300px;
    overflow: auto;
    li {
      color: #666;
      a {
        color: #666;
      }
      &.unread {
        background: lighten(@primary, 45%);
      }
      &.notif {
        min-height: 70px;
        border-bottom: 1px solid #ccc;
        position: relative;
        &:last-child {
          border-bottom: none;
        }
        .imageblock {
          width: 70px;
          position: absolute;
          left: 5px;
          .notifimage {
            height: 60px;
          }
        }
        .messageblock {
          width: 200px;
          position: relative;
          left: 70px;
          font-size: 12px;
          .message {
            a {
              color: @primary;
            }
          }
          .messageaction {
            min-height: 30px;
            margin-bottom: 5px;
            .button {
              font-weight: normal;
              text-transform: uppercase;
              &.success,
              &.alert {
                color: #fff;
              }
            }
          }
          .messageinfo {
            font-size: 10px;
            color: #999;
          }
        }
      }
    }
  }
}
.badge {
  position: absolute;
  top: 30px;
  right: -20px;
}