html {
  min-height: 100%;
}
* {
  transition: 400ms all;
}
a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
}
body {
  font-family: Verdana, Geneva, sans-serif;
  background-color: #FAFAFA;
  min-height: 100%;
}
section {
  min-height: 1000px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.heading-descrip,
.header *,
.sidebar * {
  font-family: 'Raleway', san-serif, serif;
}
.raleway {
  font-family: 'Raleway', san-serif, serif;
}
strong,
b,
.text-bold {
  font-weight: 700;
}
.inline-full-block {
  display: inline-block;
  width: 100%;
}
.logo,
.sidebar {
  width: 260px;
}
.header {
  width: 100%;
  height: 57px;
  vertical-align: middle;
}
.header * {
  color: #ffffff;
}
.header p {
  display: inline-block;
  margin-bottom: 0;
  padding: 0 15px;
  vertical-align: middle;
}
.header .header-right {
  float: right;
  margin: 10px 15px 0 0;
}
.header .header-right * {
  display: inline-block;
  line-height: 35px;
  padding: 0 7px;
  vertical-align: middle;
  text-align: center;
  margin: 0;
}
.header .header-right a {
  padding: 0 5px;
  font-size: 1.6em;
}
.header .header-right a.logout {
  line-height: 30px;
  width: 45px;
}
.header .header-right p {
  line-height: 25px;
  margin-right: 15px;
}
.light-bg {
  background-color: rgba(255, 255, 255, 0.2);
}
.logo {
  width: 260px;
  height: 100%;
  padding: 10px;
  position: relative;
  display: inline-block;
}
.logo * {
  display: inline-block;
  vertical-align: middle;
}
.logo a {
  display: inline-block;
  color: #ffffff !important;
  margin-right: 10px;
}
.logo a span {
  font-size: 2em;
}
.logo a img {
  margin: auto;
}
.logo i {
  color: #ffffff;
  padding: 8px;
  border-radius: 3px;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 13px;
}
.logo p {
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.3em;
  padding-left: 7px;
}
.logo.mini {
  width: 100px;
}
.border-light {
  border: solid 1px rgba(255, 255, 255, 0.4) !important;
}
.button-light,
.light-bg {
  background-color: rgba(255, 255, 255, 0.2);
}
.button-light-hover {
  background-color: transparent;
}
.button-light-hover:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.button-light:hover,
.button-light:focus,
.button-light:active {
  background-color: rgba(255, 255, 255, 0.3);
}
.button-light-text {
  color: rgba(255, 255, 255, 0.8) !important;
  border: solid 1px transparent;
  border-radius: 3px;
}
.button-light-text:hover {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
}
.sidebar {
  width: 260px;
  min-height: 100%;
  float: left;
  z-index: 999;
  position: absolute;
  left: 0;
  padding: 10px 18px;
}
.sidebar > ul {
  padding: 0 0;
}
.sidebar > ul > li {
  display: block;
  width: 100%;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.9);
}
.sidebar > ul > li > a {
  font-family: 'Raleway', san-serif, serif;
  display: block;
  border: solid 1px transparent;
  padding-left: 7px;
}
.sidebar > ul > li > a:before {
  margin-right: 7px;
  font-size: 1.2em;
  font-family: 'FontAwesome', san-serif, serif;
  transition: 400ms all;
}
.sidebar > ul > li > ul {
  padding: 0;
  border: solid 1px rgba(255, 255, 255, 0.1);
  border-bottom: none;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
  margin: 15px 0;
  transition: none;
  display: none;
}
.sidebar > ul > li > ul > li {
  display: block;
}
.sidebar > ul > li > ul > li a:before {
  font-family: 'FontAwesome', san-serif, serif;
  content: '\f111';
  font-size: 0.6em;
  display: inline-block;
  color: rgba(255, 255, 255, 0.3);
  padding: 0 10px;
  line-height: 3.9;
  vertical-align: top;
  transition: 400ms all;
}
.sidebar > ul > li > ul > li a {
  color: rgba(255, 255, 255, 0.8);
  border: solid 1px transparent;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  display: block;
}
.sidebar > ul > li > ul > li a:hover {
  border-color: rgba(255, 255, 255, 0.3);
}
.sidebar > ul > li.active > a {
  color: #FFFFFF;
}
.sidebar > ul > li.list-header {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 0;
  border: 0;
}
.sidebar > ul > li.list-header:hover {
  border: 0;
}
.sidebar > ul > li.seperator {
  font-size: 0;
  margin: 1px 0;
  line-height: 0;
  width: 100%;
  height: 1px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.sidebar > ul li {
  list-style: none;
}
.sidebar-hidden {
  left: -260px;
}
.sidebar > ul > li > a,
.sidebar > ul > li.list-header {
  line-height: 32px;
}
.sidebar > ul > li > a,
.sidebar > ul > li > a:before {
  color: rgba(255, 255, 255, 0.8);
}
.sidebar > ul > li > a:hover,
.sidebar > ul > li.active > a {
  border-color: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
}
.sidebar > ul > li:hover,
.sidebar > ul > li a:hover,
.sidebar > ul > li:hover > a:before {
  color: #ffffff;
}
.sidebar > ul > li > ul > li:hover a,
.sidebar > ul > li > ul > li:hover a:before {
  color: #ffffff;
}
.body {
  padding: 15px;
}
.body-heading {
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 0 15px;
  color: #414C59;
}
.heading-descrip {
  color: #3e4855;
  margin: -10px 0 15px;
}
.panel {
  background-color: #FFF;
  padding: 15px;
  border: solid 1px #e1e1e1;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.085);
  position: relative;
}
.panel.warning {
  background-color: rgba(233, 0, 0, 0.2);
}
.panel.warning .fa {
  color: #e60000;
}
.panel .bs-label {
  position: absolute;
  right: 15px;
  top: 15px;
}
.panel .bs-label.bs-label-static {
  position: static;
  right: 0;
  top: 0;
}
.panel:before,
.panel:after {
  content: ' ';
  clear: both;
  display: table;
}
.panel-heading {
  font-size: 16px;
  margin: 0 0 15px;
  padding: 0;
  text-transform: uppercase;
  opacity: .9;
}
.panel-heading i {
  margin-right: 8px;
}
.bs-label {
  font-size: 100%;
  line-height: 1;
  display: inline;
  padding: .4em .6em .3em;
  text-align: center;
  text-transform: uppercase;
  vertical-align: baseline;
  white-space: nowrap;
  border-radius: .25em;
}
.button {
  color: #ffffff;
}
.button:hover,
.button:active,
.button:focus {
  color: #ffffff;
}
.margin-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.margin-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
button i {
  margin-right: 8px;
}
.error-popupBG,
.popup_bg {
  display: none;
  background: #000;
  background: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  transition: none;
}
.errorbox {
  display: none;
  background: #FFF7F7;
  width: 60%;
  margin: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding: 15px;
  z-index: 2000;
}
.errorbox * {
  transition: none;
}
.errorbox span.fa-stack {
  font-size: 2em;
  margin: 0 auto;
  display: block;
}
.errorbox span.fa-stack i.fa-circle {
  color: #DF6255;
}
.errorbox ul {
  padding: 0;
  margin: 15px 0;
}
.errorbox li {
  text-align: center;
  font-weight: 300;
  color: #680001;
  list-style: none;
  margin-bottom: 10px;
}
.errorbox li i {
  color: #DF6255;
}
.errorbox button {
  display: block;
  margin: auto;
}
.errorbox .btn-danger {
  background-color: #DF6255;
}
.errorbox .btn-danger:focus {
  outline: #DF6255 !important;
}
.popup {
  display: none;
  background: #ffffff;
  width: 60%;
  margin: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding: 15px;
  z-index: 2000;
}
.popup,
.popup * {
  transition: none;
}
.popup .popup-data {
  max-height: 450px;
  overflow-y: auto;
  margin-bottom: 20px;
}
.report-actions a {
  border-right: solid 1px #CCC;
  padding-left: 10px;
  padding-right: 12px;
}
.report-actions a:first-child {
  padding-left: 0;
}
.report-actions a:last-child {
  border-right: none;
  padding-right: 0;
}
@media (max-width: 900px) {
  .errorbox,
  .popup {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .errorbox,
  .popup {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .errorbox,
  .popup {
    font-size: .9em;
  }
}
@media (max-width: 480px) {
  .errorbox,
  .popup {
    font-size: .8em;
    width: 100%;
  }
}
.ui *,
.ui-autocomplete,
.ui-front,
.ui-menu,
.ui-widget,
.ui-widget-content {
  transition: none;
}
.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
}
.ui-autocomplete * {
  transition: none;
}
/*.loading-bar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 200px;
    margin: auto;
    background-color: rgba(235,196,36,1.00);
    color: #ffffff;
    padding: 20px 15px;
    line-height: 1;
    transition: none;
    text-transform: uppercase;
    font-family: 'Raleway', san-serif, serif;
    text-align: center;
    z-index: 1000;
    i {
        font-size: 1.3em;
        margin-right: 5px;
    }
}*/
.large_amount {
  font-weight: bold;
  font-size: 1.6em;
  text-align: right;
}
.item-img {
  border: solid 1px #ccc;
  border-radius: 3px;
}
#paging_summary {
  margin-top: 10px;
  margin-bottom: 10px;
}
#paging_pageno ul {
  margin: 0;
  padding: 0;
  float: right;
}
#paging_pageno ul li:first-child {
  border-color: transparent;
  background-color: transparent;
}
#paging_pageno ul li {
  display: inline;
  border: solid 1px #C1C1C1;
  padding: 4px 7px;
  min-width: 20px;
  margin: 5px;
  border-radius: 3px;
  background-color: #FFF;
  line-height: 30px;
}
input.not-allowed {
  background: url("../images/cross.png") no-repeat 98% center;
}
.logout.loading {
  background-color: #ebc424;
}
