* {
  padding: 0;
  margin: 0;
}

html {
  overflow-y: scroll;
  height: 100%;
}

body {
  background: #f3f3f3;
  color: #333;
  border: none;
  font-weight: 400;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100% !important;
  height: 100%;
}

a {
  color: #025aa5;
}

h1 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}

h2 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}

h3 {
  font-size: 15px;
  line-height: 15px;
}

h4 {
  font-size: 14px;
  line-height: 14px;
}

h5 {
  font-size: 13px;
  line-height: 13px;
}

h6 {
  font-size: 12px;
  line-height: 12px;
}

.logo {
  font-weight: 700;
  word-spacing: -1px;
}

.alert {
  border-radius: 0;
}

.alert .close {
  margin: -15px -10px 0 10px;
}

.table tfoot th .text-center,
.table tfoot th .text-right {
  color: #333 !important;
}

#main-con {
  min-height: 100%;
  height: 100%;
  position: relative;
}

.lt {
  width: 100%;
  direction: ltr;
}

.lt td {
  vertical-align: top;
}

.lt td.sidebar-con {
  width: 250px;
  background-color: #2e3e4e;
}

.sidebar-minified .lt td.sidebar-con {
  width: 0;
}

#content {
  background-color: #f3f3f3;
  padding: 0 15px;
  transition: transform 0.2s ease-in-out 0s, margin 0.2s ease-in-out 0s;
}

#sidebar-left {
  background-color: #2e3e4e;
  padding: 10px;
  transition: transform 0.2s ease-in-out 0s, width 0.2s ease-in-out 0s;
}

.sidebar-fixed {
  position: fixed;
  top: 40px;
  bottom: 40px;
  height: 100%;
  padding-bottom: 10px;
  width: 250px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.content-with-fixed {
  margin-left: 0;
}

#content.sidebar-minified {
  width: 100% !important;
  border-left: 40px solid #000;
  margin-left: 0 !important;
  float: left !important;
}

#sidebar-left.minified {
  float: left !important;
}

#content.full {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border: none !important;
}

.well {
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  box-shadow: none;
  border-radius: 0;
}

.breadcrumb {
  background: #e9ebec;
  border-radius: 0;
  height: 40px;
  position: relative;
  border-bottom: 1px solid #dbdee0;
}

.breadcrumb>li+li.right_log:before {
  content: none;
}

.breadcrumb .right_log {
  position: absolute;
  top: 0;
  right: 0;
  height: 32px;
  border: none;
  padding: 10px 10px 0 0;
  text-align: right;
  max-width: 600px;
  overflow: hidden;
}

#loading {
  background: url(../images/ajax-loader.gif) no-repeat scroll 50% 10% #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}

.noMarginLeft {
  margin-left: 0 !important;
}

.noPadding {
  padding: 0 !important;
}

.box {
  border: 1px solid #dbdee0;
  margin-bottom: 15px;
}

.box .box-content .panel ol,
.box .box-content .panel ul {
  padding-left: 20px;
}

.box.noOverflow {
  overflow: hidden;
}

.box .box-header {
  background: #fff;
  color: #34383c;
  font-size: 16px;
  background: #f7f7f8;
  border-bottom: 1px solid #dbdee0;
  height: 40px;
}

.box .box-header h2 {
  float: left;
  padding: 10px 0;
  margin: 0 0 0 20px;
}

.box .box-header h2 i {
  border-right: 1px solid #dbdee0;
  padding: 12px 0;
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  margin: -10px 20px -10px -20px;
  font-size: 16px;
}

.box .box-header h2 i.nb {
  border-right: 0;
  margin-right: 0;
}

.box .box-header .box-icon {
  float: right;
}

.box .box-header .box-icon a:hover {
  text-decoration: none;
}

.box .box-header .box-icon i.icon {
  display: inline-block;
  text-align: center;
  height: 40px;
  width: 40px;
  padding: 12px 0;
  border-left: 1px solid #ced1d4;
  text-decoration: none;
}

.box-icon .choose-date {
  border-color: #ced1d4;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #dbdee0;
  border-image: none;
  border-style: none none none solid;
  border-width: 0 0 0 1px;
  height: 40px;
  padding: 3px 10px;
  width: 350px;
}

.box-icon .choose-date .input-group-addon,
.box-icon .choose-date input {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 0 none;
  box-shadow: none;
}

.box-icon .choose-date .input-group-addon {
  font-size: 12px;
  padding: 0;
}

.box-icon .choose-date .input-group-addon i {
  border: 0;
}

.box-icon .choose-date input {
  font-weight: 300;
}

.box-icon .choose-date input:focus {
  box-shadow: none;
  outline: 0 none;
}

.box .btn-tasks {
  list-style: none;
  margin-bottom: 0;
}

.box .btn-tasks li {
  float: right;
}

.box .btn-tasks li li {
  float: none;
}

.box .box-content {
  padding: 20px;
  background: #fff;
}

.box .box-content p.introtext {
  background: #f9f9f9;
  margin: -20px -20px 20px -20px;
  padding: 10px;
  border-bottom: 1px solid #dbdee0;
}

.box .box-content.no-padding {
  background: #fff;
  padding: 1px 0;
}

.small-box {
  margin-bottom: 20px;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 1px 1px 2px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 1px 1px 2px 0 rgba(50, 50, 50, 0.75);
}

.small-box a,
.small-box h3,
.small-box p {
  text-align: center;
  text-decoration: none;
  color: #fff;
}

.small-box h3 {
  font-size: 30px;
  line-height: 30px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.small-box h4 {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
}

.small-box .icon {
  position: absolute;
  top: -10px;
  right: -5px;
  font-size: 155px;
  color: rgba(255, 255, 255, 0.2);
}

.avatar {
  border: 5px solid #fff;
  outline: 1px solid #dbdee0;
  width: 100%;
}

.version {
  display: block;
  margin-top: -9px;
  font-weight: 700;
  font-size: 8px;
  float: right;
  font-family: "Times New Roman", Times, serif;
  color: #fff;
  width: 50px;
  margin-left: -40px;
}

input {
  box-shadow: none;
}

.input-group-addon {
  padding: 3px;
  border-radius: 0;
}

.enlarge .img-thumbnail {
  max-width: none;
}

.img-thumbnail {
  border-radius: 0;
}



.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.dropdown-toggle {
  border-radius: 0;
}

.form-inline label,
.form-inline label.checkbox,
label.checkbox {
  margin-top: 5px;
}

.panel {
  margin-bottom: 15px;
  border-radius: 0;
  box-shadow: none;
}

.modal-content,
.popover,
.tooltip-inner {
  border-radius: 0;
  width: auto;
}

.wide-tip .tooltip-inner {
  max-width: none;
  width: 100%;
}

.modal-header .close {
  margin-top: -12px;
  opacity: 0.4;
}

.close:focus,
.close:hover {
  opacity: 0.7;
}

.modal-title {
  text-transform: uppercase;
  font-weight: 700;
}

.bootbox .modal-footer {
  border: none;
  text-align: center;
}

.has-feedback .form-control {
  padding-right: 0;
}

.form-control-feedback {
  top: 8px !important;
  right: 5px !important;
  width: auto;
}

.btn,
.form-control {
  border-radius: 0 !important;
}

.btn,
.form-control {
  border-radius: 0 !important;
}

.popover,
.tooltip {
  width: auto;
}

.panel-heading {
  border-radius: 0;
  font-weight: 700;
}

.form-inline label.checkbox div {
  margin-top: -5px;
}

.form-inline select.form-control {
  width: 100%;
}

select.form-control optgroup {
  border: 1px solid #04c;
}

select.form-control option {
  padding: 5px 8px;
}

.table td,
.table th {
  vertical-align: middle !important;
}

.table-striped thead tr.primary:nth-child(odd) th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
  background-color: #273440;
  color: rgba(255, 255, 255, 0.87);
  border: 1px solid #e0e0e0;
  border-bottom: 2px solid #e0e0e0;
  text-align: center;
}

.table>tfoot.dark>tr>td,
.table>tfoot.dark>tr>th {
  background-color: #273440 !important;
  color: rgba(255, 255, 255, 0.87);
  border: 1px solid #e0e0e0;
  border-bottom: 2px solid #e0e0e0;
  text-align: center !important;
}

.table>tfoot.dark>tr>td>div,
.table>tfoot.dark>tr>th>div {
  color: rgba(255, 255, 255, 0.87) !important;
  text-align: center !important;
}

.table>tfoot.dark>tr>td ::-webkit-input-placeholder,
.table>tfoot.dark>tr>th ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.87) !important;
}

.table>tfoot.dark>tr>td :-ms-input-placeholder,
.table>tfoot.dark>tr>th :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.87) !important;
}

.table>tfoot.dark>tr>td ::placeholder,
.table>tfoot.dark>tr>th ::placeholder {
  color: rgba(255, 255, 255, 0.87) !important;
}

.table-responsive {
  margin-bottom: 0;
}

.table-responsive .form-inline select.form-control {
  width: auto;
}

.table-responsive .form-inline select.form-control option {
  padding: 0;
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
  background-color: #d9edf7;
  border-color: #afd9ee;
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th {
  border-color: #f0e1a0;
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th {
  border-color: #ebbbbb;
}

.nav-tabs>li.active>a.tab-grey,
.nav-tabs>li.active>a.tab-grey:focus,
.nav-tabs>li.active>a.tab-grey:hover {
  background-color: #f7f7f8;
}

.table-borderless>tbody>tr>td,
.table-borderless>tbody>tr>th,
.table-borderless>tfoot>tr>td,
.table-borderless>tfoot>tr>th,
.table-borderless>thead>tr>td,
.table-borderless>thead>tr>th {
  border-top: none;
}

.table td p:last-child {
  margin-bottom: 0;
}

.redactor_box,
.redactor_toolbar {
  background: 0 0;
  border-color: #ccc;
}

.redactor_toolbar li.redactor_separator {
  border-left: 1px solid #ccc;
  border-right: 0;
}

.redactor_toolbar li {
  padding: 1px 0 0 1px;
}

.has-error label {
  color: #a94442;
}

.has-success label {
  color: #2b542c;
}

.has-error .btn-file {
  background: #a94442;
  border-color: #843534;
}

.blue {
  color: #025aa5 !important;
}

.lightBlue {
  color: #5bc0de !important;
}

.green {
  color: #bdea74 !important;
}

.mGreen {
  color: #16a085 !important;
}

.darkGreen {
  color: #78cd51 !important;
}

.pink {
  color: #e84c8a !important;
}

.orange {
  color: #fa603d !important;
}

.lightOrange {
  color: #fabb3d !important;
}

.purple {
  color: #8e44ad !important;
}

.red {
  color: #ff5454 !important;
}

.yellow {
  color: #eae874 !important;
}

.white {
  color: #fff !important;
}

.grey {
  color: #b2b8bd !important;
}

.black {
  color: #000 !important;
}

.bblue {
  background: #025aa5 !important;
}

.blightBlue {
  background: #5bc0de !important;
}

.bgreen {
  background: #bdea74 !important;
}

.bmGreen {
  background: #16a085 !important;
}

.bdarkGreen {
  background: #78cd51 !important;
}

.bpink {
  background: #e84c8a !important;
}

.borange {
  background: #fa603d !important;
}

.blightOrange {
  background: #fabb3d !important;
}

.bpurple {
  background: #8e44ad !important;
}

.bred {
  background: #ff5454 !important;
}

.byellow {
  background: #eae874 !important;
}

.bwhite {
  background: #fff !important;
}

.bgrey {
  background: #b2b8bd !important;
}

.blightGrey {
  background: #e9ebec !important;
}

.bblack {
  background: #000 !important;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after,
.clearfix:before {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

a:focus {
  outline: 0;
}

.navbar {
  margin: 0;
  min-height: 40px;
  border: none;
  background: #2e3e4e;
  border-radius: 0;
  z-index: 2;
}

.navbar a {
  color: #7b7b7b;
}

.navbar a i {
  margin-top: 2px;
}

.navbar #search {
  position: relative;
  background: #282b2e;
  height: 30px;
  border: 1px solid #111;
  border-radius: 2px;
  margin: 5px;
}

.navbar #search input {
  margin: 5px 0;
  width: 90%;
  background: 0 0;
  border: none;
  color: #fff;
}

.navbar #search i {
  position: absolute;
  top: 8px;
  right: 10px;
  color: #fff;
}

a.navbar-brand {
  text-align: left;
  padding: 9px 0 10px 10px !important;
}

a.navbar-brand span {
  color: #fff;
  text-shadow: none;
}

a.navbar-brand.noBg {
  background: 0 0;
  border-bottom: none;
}

.btn-visible-sm .btn {
  color: #fff;
  width: auto !important;
  padding: 8px 0 8px 15px;
}

.btn-visible-sm .navbar-toggle {
  position: static;
  top: auto;
  margin: 0;
}

.header-nav {
  position: relative;
  padding: 0;
  color: #fff !important;
  background: #2e3e4e !important;
}

.header-nav .btn {
  display: inline-block;
  margin: 0;
  font-size: 15px;
  text-align: center;
  background: 0 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.header-nav a.btn {
  position: relative;
  height: 30px;
  min-width: 40px;
  width: auto;
  background: #0275d8;
  color: #fff !important;
  text-shadow: none !important;
  padding: 5px 10px !important;
  margin: 5px 3px;
  border-radius: 0;
  font-size: 12px;
}

.header-nav a.btn .number {
  position: absolute;
  font-size: 8px;
  line-height: 10px;
  top: 0;
  right: 0;
  height: 10px;
  width: 10px;
}

.header-nav a.btn.btn-cart {
  border-radius: 2px !important;
}

.header-nav a.btn.account {
  background: 0 0;
  height: 40px;
  width: auto;
  padding: 10px 10px 5px 10px !important;
  margin: 0 0 0 3px;
}

.header-nav a.btn.account:hover {
  background: rgba(0, 0, 0, 0.065);
}

.header-nav a.btn.account .mini_avatar {
  max-height: 36px !important;
  margin: -8px 10px -10px 0;
  float: left;
}

.header-nav a.btn:hover {
  background: #01549b;
}

.header-nav .user {
  display: inline-block;
  text-align: left;
  margin-top: -5px;
  padding: 0;
}

.header-nav .user .hello {
  display: block;
  font-size: 11px;
  font-weight: 700;
}

.header-nav .user .name {
  display: block;
  margin-top: -6px !important;
  font-size: 13px;
}

.dropdown-menu {
  list-style: none;
  text-shadow: none;
  border-radius: 0;
}

.dropdown-menu .divider {
  margin: 2px 0;
}

.dropdown-menu li a i {
  padding-right: 10px;
}

.dropdown-menu-sub-footer {
  text-align: center;
  cursor: pointer;
  background: #f9f9f9;
  padding: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

ul.cart li {
  min-width: 300px;
}

ul.cart li {
  font-size: 12px;
  padding: 5px 0;
}

a#main-menu-toggle {
  width: 40px;
  height: 40px;
  color: #fff;
  z-index: 1000;
  padding: 8px 13px;
  font-size: 16px;
  text-shadow: none;
  text-decoration: none;
  cursor: pointer;
}

a#main-menu-toggle.close {
  opacity: 1;
  padding: 10px 13px !important;
}

a#main-menu-act {
  display: block;
  border-bottom: 1px solid #111;
  width: 100%;
  margin: 30px 0;
  position: relative;
  text-decoration: none;
}

a#main-menu-act i {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  background: #111;
  font-size: 14px;
  padding: 3px 0;
  color: #ccc;
  text-align: center;
}

a#main-menu-act i:hover {
  background: #222;
  color: #6f7880;
}

.sidebar-nav>ul {
  margin: -9px -25px;
  border: none;
  padding-bottom: 1px;
  font-size: 16px;
  white-space: nowrap;
}

.sidebar-nav>ul>li>ul,
.sidebar-nav>ul>li>ul>li>ul,
.sidebar-nav>ul>li>ul>li>ul>li>ul {
  list-style: none;
  display: none;
  margin: 0;
  padding: 0;
}

.nav.main-menu>li>a,
.nav.main-menu>li>ul>li>a,
.nav.main-menu>li>ul>li>ul>li>a,
.nav.main-menu>li>ul>li>ul>li>ul>li>a {
  margin: 0;
  height: auto;
  padding: 1px 0 0 0;
  color: #fff;
  border: none;
  background: #2e3e4e;
  border-radius: 0;
  text-decoration: none;
  display: block;
  position: relative;
}

.nav.main-menu>li>a .chevron,
.nav.main-menu>li>ul>li>a .chevron,
.nav.main-menu>li>ul>li>ul>li>a .chevron,
.nav.main-menu>li>ul>li>ul>li>ul>li>a .chevron {
  font-family: FontAwesome;
  position: absolute;
  top: 2px;
  right: -5px;
  height: 40px;
  width: 40px;
  padding: 12px 0;
  display: inline-block;
  text-align: center;
  font-size: 10px;
  color: #fff !important;
}

.nav.main-menu>li>a .chevron.opened:after,
.nav.main-menu>li>ul>li>a .chevron.opened:after,
.nav.main-menu>li>ul>li>ul>li>a .chevron.opened:after,
.nav.main-menu>li>ul>li>ul>li>ul>li>a .chevron.opened:after {
  height: 100%;
  width: 100%;
  content: "\f077";
  text-shadow: none;
}

.nav.main-menu>li>a .chevron.closed:after,
.nav.main-menu>li>ul>li>a .chevron.closed:after,
.nav.main-menu>li>ul>li>ul>li>a .chevron.closed:after,
.nav.main-menu>li>ul>li>ul>li>ul>li>a .chevron.closed:after {
  height: 100%;
  width: 100%;
  content: "\f078";
  text-shadow: none;
  color: #fff !important;
}

.nav.main-menu>li>a>i,
.nav.main-menu>li>ul>li>a>i {
  margin-right: 10px;
  height: 38px;
  width: 40px;
  padding: 13px 0;
  display: inline-block;
  text-align: center;
}

.nav.main-menu>li>ul>li>a>i,
.nav.main-menu>li>ul>li>ul>li>a>i,
.nav.main-menu>li>ul>li>ul>li>ul>li>a>i {
  height: 38px;
  width: 40px;
  padding: 13px 0;
  display: inline-block;
  text-align: center;
  font-size: 13px;
}

.nav.main-menu>li>ul>li>a {
  background: #111;
  border-bottom: 1px solid #333;
}

.nav.main-menu>li>ul>li>ul>li>a {
  background: #222;
  border-bottom: 1px solid #333;
}

.nav.main-menu>li>ul>li>ul>li>ul>li>a {
  background: #333;
  border-bottom: 1px solid #444;
}

.nav.main-menu>li>a:hover,
.nav.main-menu>li>ul>li>a:hover,
.nav.main-menu>li>ul>li>ul>li>a:hover,
.nav.main-menu>li>ul>li>ul>li>ul>li>a:hover {
  background: rgba(0, 0, 0, 0.065);
  box-shadow: none;
  border-radius: 0;
  margin: 0;
}

.nav.main-menu>li>a:hover,
.nav.main-menu>li>ul>li>a:hover {
  background: #06806f;
  box-shadow: none;
  border-radius: 0;
}

.nav.main-menu>li>a:hover,
.nav.main-menu>li>ul>li>a:hover {
  border: none;
  color: #fff;
}

.nav.main-menu>li.active>a:hover,
.nav.main-menu>li.active>ul>li>a:hover {
  color: #fff;
}

.nav.main-menu>li:first-child>a {
  margin-top: -1px;
  border-radius: 0;
}

.nav.main-menu>li:last-child>a {
  border-radius: 0;
  border-bottom: 0;
}

#sidebar-left.minified {
  width: 40px !important;
  margin-right: -40px;
}

#sidebar-left.minified .sidebar-nav>ul>li {
  position: relative;
}

#sidebar-left.minified .sidebar-nav>ul>li>a {
  width: 40px;
  position: relative;
}

#sidebar-left.minified .sidebar-nav>ul>li>a .chevron {
  display: none;
  position: absolute;
  left: 268px;
  z-index: 1000;
}

#sidebar-left.minified .sidebar-nav>ul>li>a .text {
  position: absolute;
  z-index: 1000;
  background: #2e3e4e;
  min-height: 40px;
  width: 170px;
  padding: 8px 15px;
  border: 1px solid #222;
  top: 0;
  left: 39px;
  display: none !important;
  font-weight: 700;
}

.pointer {
  cursor: pointer;
}

#sidebar-left.minified .sidebar-nav>ul>li>ul {
  display: none !important;
}

#sidebar-left.minified .sidebar-nav>ul>li:hover>a {
  position: relative;
}

#sidebar-left.minified .sidebar-nav>ul>li:hover>a .chevron {
  display: none;
}

#sidebar-left.minified .sidebar-nav>ul>li:hover>a .text {
  position: absolute;
  z-index: 1000;
  background: #2e3e4e;
  min-height: 41px;
  width: 275px;
  padding: 8px 15px;
  border: 1px solid #222;
  top: 0;
  left: 39px;
  display: block !important;
  margin-top: -1px;
}

#sidebar-left.minified .sidebar-nav>ul>li:hover>ul {
  display: block !important;
  position: absolute;
  top: 40px;
  left: 39px;
  z-index: 1000;
  width: 275px;
  background: #2e3e4e;
  border: 1px solid #222;
  border-bottom: none;
}

#sidebar-left.minified .sidebar-nav>ul>li:hover>ul>li>a .text {
  position: absolute;
  z-index: 1000;
  min-height: 40px;
  padding: 8px 15px 8px 0;
  top: 0;
  left: 39px;
  display: block !important;
}

#sidebar-left.minified .sidebar-nav>ul>li.active>a .text,
.nav.main-menu>li.active>a {
  background: #0cc2aa;
  color: #fff;
  border-color: #0cc2aa;
}

.nav.main-menu>li.active>a:hover {
  color: #fff;
  border-color: #000;
  cursor: default;
}

.nav.main-menu>li>ul>li.active>a,
.nav.main-menu>li>ul>li>ul>li.active>a,
.nav.main-menu>li>ul>li>ul>li>ul>li.active>a {
  background: #0daf99;
  color: #fff;
  border-color: #a74b03;
  cursor: default;
}

.nav.main-menu>li.active>a>i,
.nav.main-menu>li>ul>li.active>a>i,
.nav.main-menu>li>ul>li>ul>li.active>a>i,
.nav.main-menu>li>ul>li>ul>li>ul>li.active>a>i {
  color: #fff;
}

#sidebar-left.minified .sidebar-nav>ul>li.active>ul {
  border-top: 0;
}

#sidebar-left.minified .sidebar-nav>ul>li.active>li>a {
  border-color: #5bc0de;
}

@media (max-width: 991px) {

  /* .table-responsive:not(.hamada-ezo) .table td:last-child,
	.table-responsive:not(.hamada-ezo) .table th:last-child {
		display: none;
	} */
  .table-responsive .reports-table td:last-child,
  .table-responsive .reports-table th:last-child {
    display: table-cell !important;
  }

  .table-responsive .col-md-6.text-left,
  .table-responsive .col-md-6.text-right {
    text-align: center !important;
  }

  .modal-body .table-responsive .table td:last-child,
  .modal-body .table-responsive .table th:last-child,
  .table-responsive .table.dfTable td:last-child,
  .table-responsive .table.dfTable th:last-child {
    display: table-cell;
  }

  .order-table td:last-child,
  .order-table th:last-child {
    display: table-cell !important;
  }
}

.nav-tabs li {
  margin: 0 1px;
}

.nav-tabs li a {
  border-color: #025aa5;
  border-radius: 0;
  background: #025aa5;
  margin: 6px -1px -6px 0;
  line-height: 1;
  color: #fff;
}

.nav-tabs li a:hover {
  border-color: #01549b;
  background: #01549b;
}

.nav-tabs .dropdown-menu>li>a {
  clear: both;
  background: #fff;
  color: #333;
  display: block;
  font-weight: 400;
  line-height: 1.42857;
  padding: 3px 20px;
  white-space: nowrap;
  margin: 0;
}

.nav-tabs .dropdown-menu>li>a:hover {
  background: #f5f5f5;
}

.nav-tabs .dropdown-menu>li.active>a {
  background: #428bca;
  color: #fff;
  margin: 0;
}

.box .tab-content {
  background: #fff;
  border: 1px solid #dbdee0;
  border-top: none;
  padding: 10px;
}

.box .tab-pane {
  border: 1px solid #dbdee0;
  border-top: 0;
  padding: 10px;
  margin-top: -1px;
}

.tab-content .box {
  border-top: none;
}

.box-header .nav-tabs {
  border: none;
  float: right;
}

.box-header .nav-tabs li a {
  background: 0 0;
  border: none;
  border-left: 1px solid #ced1d4;
  border-radius: 0;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  padding: 11px 15px;
  height: 40px;
}

.box-header .nav-tabs li.active>a {
  background: #fff;
  border: none;
  border-left: 1px solid #ced1d4;
}

.box-header .nav-tabs li:hover {
  border: none;
}

.box-header .nav-tabs li:last-child {
  margin-right: 3px;
}

.box-content .tab-content {
  background: 0 0;
  border: none;
  padding: 0;
}

footer {
  background: #2e3e4e;
  color: #fff;
  height: 40px;
  padding: 12px 20px 18px 20px !important;
  margin: 0 !important;
  width: 100%;
  font-size: 12px;
}

footer a {
  color: #fff;
  font-weight: 700;
}

footer a:hover {
  color: #428bca;
  text-decoration: none;
}

.quick-button {
  margin-bottom: -1px;
  padding: 30px 0 10px 0;
  font-size: 14px;
  display: block;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  opacity: 0.9;
}

.quick-button:hover {
  text-decoration: none;
  opacity: 1;
}

.quick-button .notification {
  border-radius: 2px;
  top: -1px;
  right: -1px;
  font-size: 10px;
}

.quick-button i {
  font-size: 32px;
}

.quick-button.small {
  padding: 15px 0 1px 0;
  font-size: 10px;
}

.quick-button.small i {
  font-size: 20px;
}

.quick-button.small .notification {
  top: -1px;
  right: -1px;
  font-size: 7px;
  padding: 4px 5px;
}

table tr td.left,
table tr th.left {
  text-align: left;
}

table tr td.center,
table tr th.center {
  text-align: center;
}

table tr td.right,
table tr th.right {
  text-align: right;
}

table tr td .progress {
  margin: 3px 0 0 0;
}

div.dataTables_length label {
  font-weight: 400;
}

div.dataTables_length select {
  width: 75px;
}

div.dataTables_filter label {
  font-weight: 400;
}

div.dataTables_info {
  padding-top: 8px;
}

div.dataTables_paginate {
  float: none;
  margin: 0;
}

div.dataTables_paginate ul.pagination {
  margin: 2px;
}

.DTTT_selectable tbody tr {
  cursor: pointer;
}

div.DTTT .btn {
  color: #333 !important;
  font-size: 12px;
}

div.DTTT .btn:hover {
  text-decoration: none !important;
}

ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003;
}

ul.DTTT_dropdown.dropdown-menu a {
  color: #333 !important;
}

ul.DTTT_dropdown.dropdown-menu li {
  position: relative;
}

.DTTT_Print #content,
.DTTT_Print .bnav {
  width: 100% !important;
  margin: 0 !important;
  background: #f3f3f3 !important;
  border: 0 !important;
  min-height: auto !important;
}

ul.DTTT_dropdown.dropdown-menu li:hover a {
  background-color: #08c;
  color: #fff !important;
}

.DTTT_Print .style-switcher {
  display: none !important;
}

div.DTTT_print_info.modal {
  height: 150px;
  margin-top: -75px;
  text-align: center;
}

div.DTTT_print_info h6 {
  font-weight: 400;
  font-size: 28px;
  line-height: 28px;
  margin: 1em;
}

div.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px;
}

div.DTFC_LeftFootWrapper table,
div.DTFC_LeftHeadWrapper table,
div.DTFC_RightFootWrapper table,
div.DTFC_RightHeadWrapper table,
table.DTFC_Cloned tr.even {
  background-color: #fff;
}

div.DTFC_LeftHeadWrapper table,
div.DTFC_RightHeadWrapper table {
  margin-bottom: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

div.DTFC_LeftBodyWrapper table,
div.DTFC_RightBodyWrapper table {
  border-top: none;
  margin-bottom: 0 !important;
}

div.DTFC_LeftBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_RightBodyWrapper tbody tr:first-child th {
  border-top: none;
}

div.DTFC_LeftFootWrapper table,
div.DTFC_RightFootWrapper table {
  border-top: none;
}

.login-box {
  max-width: 400px;
  width: 100%;
  padding: 20px;
  margin: 20px auto;
  background: #fff;
}

.login-box .header {
  color: #fff;
  text-align: center;
  margin: -20px -20px 20px -20px;
  padding: 15px;
  text-transform: uppercase;
}

.login-box .form-control {
  border-right: none !important;
  border-radius: 2px 0 0 2px;
}

.login-box .has-error .form-control {
  border-color: #843534;
  box-shadow: none;
}

.login-box .input-group-addon {
  height: 0 !important;
  border: 1px solid #e9ebec !important;
  background: #fff;
  border-radius: 0;
  border-left: 1px none !important;
  margin-left: -1px !important;
}

.login-box .has-error .input-group-addon {
  border: 1px solid #843534 !important;
  border-left: 1px none !important;
  margin-left: -1px !important;
}

.login-box label {
  margin: 10px 5px -10px 5px;
}

.login-box .form-control {
  border: 1px solid #e9ebec;
  box-shadow: none;
  border-radius: 0;
  border-right: 0;
}

.login-box .form-control:focus {
  outline: 0;
}

.login-box .confirm {
  position: relative;
  margin: 20px 0 10px -15px;
}

.login-box .confirm label {
  position: absolute;
  top: -9px;
  left: 30px;
}

.login-box button {
  margin: 15px 0 !important;
}

.login-box .close {
  margin: 0 !important;
}

.content-scroll {
  width: 450px;
  color: #333;
  padding: 0;
}

.top-menu-scroll {
  position: relative;
  overflow: hidden;
  max-height: 400px;
  height: auto;
  background: #fff;
  padding: 0;
}

.oe {
  list-style: none;
}

.oe li {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  color: #333;
}

.oe li:nth-child(even) {
  background-color: #f5f5f5;
}

.oe li:last-child {
  border-bottom: 0;
}

.oe li ol,
.oe li ul {
  margin-left: 15px;
}

.oe li ol li,
.oe li ul li {
  border-bottom: none;
  padding: 3px;
}

.oe li ol li:nth-child(even),
.oe li ul li:nth-child(even) {
  background-color: transparent;
}

.content-scroll .dropdown-header {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  color: #8090a0;
}

.content-scroll .dropdown-footer a,
.content-scroll .dropdown-header a {
  padding-top: 5px;
  padding-bottom: 5px;
}

.content-scroll .dropdown-footer {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  text-align: center;
}

.content-scroll .dropdown-content {
  display: block;
  padding: 0;
}

.select2-container-disabled .select2-arrow,
.select2-container-disabled .select2-chosen {
  cursor: not-allowed;
}

.has-error .redactor_box {
  border-color: #a94442;
}

.has-success .redactor_box {
  border-color: #2b542c;
}

.has-error .select2-container .select2-choice {
  border-color: #a94442;
}

.has-success .select2-container .select2-choice {
  border-color: #2b542c;
}

.has-error .select2-container-active .select2-choice,
.has-error .select2-container-active .select2-choices {
  border-color: #a94442;
  box-shadow: 0 0 6px #ce8483;
}

.has-success .select2-container-active .select2-choice,
.has-success .select2-container-active .select2-choices {
  border-color: #2b542c;
  box-shadow: 0 0 6px #67b168;
}

.select2-container-multi.form-control .select2-choices {
  border: none !important;
}

.select2-hidden {
  display: none !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: 0 0 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  border: 0;
  padding: 6px 6px 6px 20px;
  border-radius: 0;
  box-shadow: none;
  background: #f0e1a0;
}

.select2-container-multi .select2-search-choice-close {
  left: 5px;
  top: 6px;
}

#attrTable .attr-remove-all,
#attrTable .delAttr,
#attrTable td,
.pointer {
  cursor: pointer;
}

#attrTable td:last-child {
  cursor: default;
}

.table.barcodes td {
  padding: 30px 20px !important;
}

.table.barcodes .table-barcode {
  width: 100%;
}

.table.barcodes .table-barcode td {
  border-bottom: 1px solid #eee;
  padding: 3px !important;
}

.order-table td ol,
.order-table td ul {
  padding-left: 15px;
}

.vertical-text {
  writing-mode: tb-rl;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  white-space: nowrap;
  display: block;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin-top: -75px;
}

.global-site-notice {
  background: none repeat scroll 0 0 #ffff90;
  border-color: #cfcfcf;
  border-image: none;
  border-style: solid;
  border-width: 0 0 1px;
  color: #2f2f2f;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  height: 55px;
}

.global-site-notice .notice-inner {
  background: url(../images/i_notice.gif) no-repeat scroll 10px 10px rgba(0, 0, 0, 0);
  margin: 0 auto;
  padding: 12px 0 12px 60px;
  text-align: left;
}

.focusedInput {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0 none;
}

.transparent-input {
  background: 0 0;
  border: none;
  box-shadow: none;
}

.style-switcher {
  position: absolute;
  top: 82px;
  right: 12px;
  z-index: 1;
}

.stick {
  position: fixed;
  top: 0;
}

.bold {
  font-weight: 700;
}

.padding05 {
  padding: 0 5px;
}

.padding10 {
  padding: 10px 0 !important;
}

.padding010 {
  padding: 10px 0 !important;
}

.padding1010 {
  padding: 10px !important;
}

.padding-right-10 {
  padding-right: 10px;
}

.padding-left-10 {
  padding-left: 10px;
}

.margin05 {
  margin: 0 5px;
}

.margin010 {
  margin: 10px 0 !important;
}

.margin1010 {
  margin: 10px !important;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-left-10 {
  margin-left: 10px;
}

.border-left {
  border-left: 1px solid #dbdee0;
}

.border-right {
  border-right: 1px solid #dbdee0;
}

.totals td {
  width: 16.666%;
  font-weight: 700;
}

.stick-bottom {
  position: fixed;
  bottom: 0;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: rgba(0, 0, 0, 0.065);
  outline: 0;
}

.buttons .btn {
  margin-bottom: 3px;
}

.buttons .btn i {
  margin-right: 5px;
}

label {
  margin-top: 5px;
}

.customer_details_link,
.customer_profile_link,
.subscriptions_customer_inquery_link,
.pharmacy_drug_link td,
.subscription_link,
.membership_link,
.membership_link2,
.rental_unit_link,
.product_link,
.product_link2 td:first-child,
.product_link2 td:nth-child(2),
.product_link3 td:nth-child(2),
.product_link3 td:nth-child(3),
.sale_delivery_link td:not(:first-child, :last-child),
.supplier_details_link {
  cursor: pointer;
}

.customer_details_link td:first-child,
.customer_details_link td:last-child,
.customer_profile_link td:first-child,
.customer_profile_link td:last-child,
.subscriptions_customer_inquery_link td:first-child,
.subscriptions_customer_inquery_link td:last-child,
.product_link td:first-child,
.product_link td:last-child,
.product_link td:nth-child(2),
.supplier_details_link td:first-child,
.supplier_details_link td:last-child {
  cursor: default;
}

.adjustment_link,
.adjustment_link2,
.delivery_link,
.expense_link2,
.expense_link3,
.invoice_link,
.zatca_sale_invoice_link td:not(:first-child, :nth-last-child(3), :nth-last-child(2), :last-child),
.zatca_pos_invoice_link td:not(:first-child, :nth-last-child(3), :nth-last-child(2), :last-child),
.sent_to_warehouse_invoice_link td:not(:nth-last-child(2), :last-child),
.installment_link :nth-child(1),
.installment_link :nth-child(2),
.installment_link :nth-child(3),
.appointment_link :nth-child(2),
.appointment_link :nth-child(3),
.appointment_link :nth-child(10),
.appointment_link2 :nth-child(1),
.appointment_link2 :nth-child(2),
.appointment_link2 :nth-child(9),
.invoice_link2,
.due_sale_link,
.sale_delivery2,
.payment_link,
.payment_link2,
.purchase_link,
.purchase_link2,
.quote_link,
.quote_link2,
.quote_link3,
.receipt_link,
.return_link,
.return_purchase_link,
.asset_link,
.row_status,
.contract_link,
.smart_project_link,
.cbr_link,
.transfer_link,
.transfer_link2 {
  cursor: pointer;
}

.adjustment_link td:first-child,
.adjustment_link td:last-child,
.adjustment_link td:nth-last-child(2),
.delivery_link td:first-child,
.delivery_link td:last-child,
.delivery_link td:nth-last-child(2),
.delivery_link td:nth-last-child(3),
.expense_link2 td:last-child,
.invoice_link td:first-child,
.invoice_link td:last-child,
.invoice_link td:nth-child(6),
.invoice_link td:nth-last-child(2),
.purchase_link td:first-child,
.purchase_link td:last-child,
.purchase_link td:nth-child(5),
.purchase_link td:nth-last-child(2),
.quote_link td:first-child,
.quote_link td:last-child,
.quote_link td:nth-last-child(2),
.quote_link td:nth-last-child(3),
.receipt_link td:first-child,
.receipt_link td:last-child,
.contract_link td:first-child,
.contract_link td:nth-child(4),
.contract_link td:nth-child(5),
.contract_link td:nth-child(6),
.contract_link td:nth-child(9),
.contract_link td:last-child,
.smart_project_link td:first-child,
.smart_project_link td:last-child,
.rental_unit_link td:first-child,
.rental_unit_link td:last-child,
.transfer_link td:first-child,
.transfer_link td:last-child,
.subscription_link td:first-child,
.subscription_link td:last-child,
.membership_link td:first-child,
.membership_link td:last-child,
.transfer_link td:nth-last-child(2),
.transfer_link td:nth-last-child(3) {
  cursor: default;
}

.invoice:hover,
.order:hover,
.quote:hover {
  cursor: pointer !important;
}

.bartable td {
  width: 20%;
}

.sheettable td {
  width: 50%;
}

.select_filter,
.select_filter:focus,
.text_filter,
.text_filter:focus {
  border: 0;
  width: 100%;
  background: 0 0;
  box-shadow: none;
  height: auto;
  padding: 0;
}

#options .form-control-feedback {
  top: -10px !important;
}

#acfileList,
#cfileList,
#fileList {
  list-style: none;
}

#acfileList li,
#cfileList li,
#fileList li {
  list-style: none;
  border: 1px solid #ccc;
  float: left;
  padding: 5px;
  text-align: center;
  margin: 5px;
}

#acfileList li span,
#cfileList li span,
#fileList li span {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 10px;
}

#acfileList li span,
#cfileList li span,
#fileList li span {
  display: block;
}

.myfileupload-buttonbar input {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  border: solid transparent;
  border-width: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(250px, -50px) scale(1);
  -webkit-transform: translate(250px, -50px) scale(1);
  -ms-transform: translate(250px, -50px) scale(1);
  -o-transform: translate(250px, -50px) scale(1);
  direction: ltr;
  cursor: pointer;
}

.checkbox div {
  margin-right: 5px;
}

.ui-autocomplete-loading {
  background: #fff url(../images/loading.gif) no-repeat right center;
}

ul.enlarge {
  list-style-type: none;
  margin: 0;
  padding: 0 !important;
}

ul.enlarge li {
  display: inline-block;
  position: relative;
  z-index: 55555;
}

ul.enlarge span {
  position: absolute;
  left: -9999px;
}

ul.enlarge li:hover {
  cursor: pointer;
}

ul.enlarge li:hover span {
  bottom: 0;
  left: 30px;
}

.no-modal-header .close {
  margin-top: -12px;
}

.loader {
  color: #fff;
  top: 5%;
  left: 50%;
  margin-left: -53px;
  position: fixed;
  padding: 3px;
  width: 106px;
  height: 106px;
  background: url(../images/ajax-loader.gif) no-repeat center;
  z-index: 4;
}

.blackbg {
  z-index: 3;
  background-color: #666;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
}

#ajaxCall {
  display: none;
  color: #000;
  background: #fff;
  border-radius: 25px;
  top: 2%;
  right: 2%;
  position: fixed;
  width: 51px;
  height: 50px;
  z-index: 55555;
  text-align: center;
}

#ajaxCall i {
  font-size: 50px;
}

.dtBtn {
  margin: 5px 0 0 10px;
}

.dataTable {
  margin: 0 0 3px 0;
}

.dataTables_processing {
  position: absolute;
  top: 15px;
  left: 50%;
  width: 250px;
  margin-left: -125px;
  text-align: center;
  color: #999;
  font-size: 0;
  padding: 2px 0;
  background: url(../images/loading_bar.gif) no-repeat center;
  z-index: 1000;
  height: 20px;
}

fieldset.scheduler-border {
  border: 1px solid #dbdee0 !important;
  padding: 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow: 0 0 0 0 #000;
  box-shadow: 0 0 0 0 #000;
}

legend.scheduler-border {
  font-size: 1.1em !important;
  font-weight: 700 !important;
  text-align: left !important;
  width: auto;
  color: #428bca;
  padding: 5px 15px;
  border: 1px solid #dbdee0 !important;
  margin: 0;
}

.bv-form .help-block {
  margin-bottom: 0;
}

.bv-form .tooltip-inner {
  text-align: left;
}

.nav-tabs li.bv-tab-success>a {
  color: #3c763d;
}

.nav-tabs li.bv-tab-error>a {
  color: #a94442;
}

.no-help-block.has-error .help-block {
  display: none !important;
}

#codeigniter_profiler,
#codeigniter_profiler:after,
#codeigniter_profiler:before {
  width: 100% !important;
  height: auto !important;
  border: none !important;
  margin: 0 !important;
  position: absolute;
}

#CusData,
#DOData,
#GCData,
#POData,
#POSData,
#PRData,
#PayRData,
#PoRData,
#PrRData,
#QUData,
#RESLData,
#SLData,
#SRData,
#SlRData,
#SupData,
#TOData,
#registerTable {
  width: 100% !important;
}

#GCData th,
#QUData th {
  width: 15%;
}

#SLData th {
  width: 13%;
}

#POData th,
#TOData th {
  width: 15%;
}

#DOData th,
#POSData th {
  width: 14%;
}

#PRData th {
  width: 9%;
}

#POData td:nth-child(5),
#POData td:nth-child(6),
#POData td:nth-child(7),
#POData td:nth-child(8),
#POData tfoot th:nth-child(5),
#POData tfoot th:nth-child(6),
#POData tfoot th:nth-child(7),
#POData tfoot th:nth-child(8) {
  width: 11%;
}

#PRData {
  width: 100% !important;
}

#PRData th:nth-child(4) {
  width: 16%;
}

#PRData th:nth-child(3) {
  width: 11%;
}

#PRData th:nth-child(5),
#PRData th:nth-child(6) {
  width: 10%;
}

#PRData th:nth-child(10) {
  width: 7%;
}

#TOData td:nth-child(6),
#TOData td:nth-child(7),
#TOData td:nth-child(8),
#TOData tfoot th:nth-child(6),
#TOData tfoot th:nth-child(7),
#TOData tfoot th:nth-child(8) {
  text-align: right;
  width: 10%;
}

#GCData td:nth-child(3),
#GCData td:nth-child(4) {
  text-align: right;
}

#SLData td:nth-child(10),
#SLData td:nth-child(6),
#SLData td:nth-child(7),
#SLData td:nth-child(8),
#SLData td:nth-child(9),
#SLData tfoot th:nth-child(10),
#SLData tfoot th:nth-child(6),
#SLData tfoot th:nth-child(7),
#SLData tfoot th:nth-child(8),
#SLData tfoot th:nth-child(9) {
  width: 9% !important;
}

#SLData td:last-child,
#SLData tfoot th:last-child {
  width: 8%;
}

#POSData td:nth-child(6),
#POSData td:nth-child(7),
#POSData td:nth-child(8),
#POSData tfoot th:nth-child(6),
#POSData tfoot th:nth-child(7),
#POSData tfoot th:nth-child(8) {
  width: 10% !important;
  text-align: right;
}

#POSData td:nth-child(9),
#POSData tfoot th:nth-child(9) {
  width: 12%;
}

#DOData th:nth-child(6) {
  width: 38%;
}

#PrRData th {
  width: 10%;
}

#PrRData th:nth-child(2),
#SRData th:first-child {
  width: 22%;
}

#PrRData td:nth-child(10),
#PrRData td:nth-child(11),
#PrRData td:nth-child(7),
#PrRData td:nth-child(8),
#PrRData td:nth-child(9) {
  text-align: right;
  width: 12%;
}

#PrRData td:nth-child(9) {
  font-weight: 700;
}

#SlRData th {
  width: 13%;
}

#SlRData th:nth-child(6),
#SlRData th:nth-child(7),
#SlRData th:nth-child(8),
#SlRData th:nth-child(9) {
  width: 9% !important;
}

#PoRData th {
  width: 13%;
}

#PoRData th:nth-child(6),
#PoRData th:nth-child(7),
#PoRData th:nth-child(8),
#PoRData th:nth-child(9) {
  width: 9%;
}

#PayRData th {
  width: 16%;
}

#PayRData th:nth-child(5),
#PayRData th:nth-child(6),
#PayRData th:nth-child(7) {
  width: 12%;
}

#PayRData td:nth-child(7) {
  text-transform: capitalize;
}

#PayRData td:nth-child(6),
#PayRData tfoot th:nth-child(6) {
  text-align: right;
}

#CusData th {
  width: 10%;
}

#CusData tfoot th:nth-child(2),
#CusData tfoot th:nth-child(3),
#CusData tfoot th:nth-child(4) {
  width: 13%;
}

#CusData td:nth-child(9) {
  text-align: right;
}

#SupData th {
  width: 12.5%;
}

#RESLData th {
  width: 15%;
}

#RESLData th:nth-child(6),
#RESLData th:nth-child(7),
#RESLData th:nth-child(8) {
  width: 8%;
}

#RESLData td:nth-child(6),
#RESLData td:nth-child(7),
#RESLData tfoot th:nth-child(6),
#RESLData tfoot th:nth-child(7) {
  text-align: right;
}

#registerTable td {
  width: 11%;
}

#registerTable td:nth-child(4),
#registerTable td:nth-child(5),
#registerTable td:nth-child(6),
#registerTable td:nth-child(7) {
  width: 9%;
  text-align: center;
}

#registerTable td:nth-child(8) {
  width: 15%;
  text-align: center;
}

.table-right-left td {
  width: 16.666%;
}

.table-right-left td:nth-child(odd) {
  text-align: right;
}

.table-right-left td:nth-child(even) {
  text-align: left;
  font-weight: 700;
}

.highcharts-contextmenu hr {
  display: none;
}

.highcharts-container {
  width: 100% !important;
  height: 100% !important;
}

.two-columns td,
.two-columns th {
  width: 50%;
}

.three-columns td,
.three-columns th {
  width: 33.333%;
}

.print-only {
  display: none;
}

@media print {
  .no-print {
    display: none;
  }

  .mobile-btns {
    display: none !important;
  }
}

.card {
  width: 353px;
  height: 450px;
  border-radius: 10px;
  margin: 15px auto;
  color: #fff;
}

.card .card_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 353px;
  height: 206px;
}

.card .front {
  position: relative;
}

.card .back {
  margin-top: 230px;
  position: relative;
}

.card .middle {
  display: table-cell;
  vertical-align: middle;
  width: 353px;
  height: 206px;
}

.card .card-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 55555;
  height: 206px;
  width: 100%;
  display: block;
  padding: 10px;
  text-align: center;
}

@media (min-width: 1200px) {

  .hidden-lg,
  .hidden-md,
  .hidden-sm,
  .hidden-xs {
    display: inline-block !important;
  }

  a.navbar-brand {
    position: absolute;
    left: 15px;
  }

  .navbar-collapse {
    max-height: 100%;
  }

  .container {
    width: 100% !important;
  }

  .container .breadcrumb {
    margin: 0 -15px 15px -15px;
    padding: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .hidden-lg,
  .hidden-md,
  .hidden-sm,
  .hidden-xs {
    display: inline-block !important;
  }

  a.navbar-brand {
    position: absolute;
    left: 15px;
  }

  .navbar-collapse {
    max-height: 100%;
  }

  .container {
    width: 100% !important;
  }

  .container .breadcrumb {
    margin: -15px -15px 15px -15px;
    padding: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  a#main-menu-toggle {
    margin-left: 8.334%;
  }

  a.navbar-brand {
    padding: 8px 0 !important;
    position: absolute;
    left: 15px;
  }

  a.navbar-brand span {
    font-size: 18px;
  }

  .navbar-collapse {
    max-height: 100%;
  }

  .container {
    width: 100% !important;
  }

  .container #content {
    padding: 15px;
  }

  .container .breadcrumb {
    margin: -15px -15px 15px -15px;
    padding: 10px;
  }

  .btn-navbar {
    display: none !important;
  }

  .padding05 {
    padding: 0;
  }

  .lt td.sidebar-con {
    width: 40px;
  }

  .content-scroll {
    width: 300px;
  }
}

@media only screen and (max-width: 767px) {

  body:after,
  body:before {
    display: none;
  }

  a.navbar-brand {
    margin-bottom: 0;
    max-height: 40px;
  }

  #search {
    margin-left: 10px !important;
  }

  .nav-tabs>li {
    float: none;
  }

  .nav-tabs li a {
    margin: -1px 0 0 0;
  }

  .navbar-toggle {
    position: absolute;
    top: -3px;
    right: -10px;
    z-index: 100;
    background: 0 0 !important;
    text-shadow: none !important;
    border: none !important;
  }

  .navbar-toggle .icon-bar {
    background: #fff;
  }

  .navbar-collapse {
    max-height: 100%;
    border-top: none;
    box-shadow: none;
    padding-right: 0;
    padding-left: 0;
  }

  .navbar-collapse.in {
    overflow: hidden;
  }

  .header-nav {
    display: none;
  }

  .header-nav li {
    float: left;
  }

  .lt td.sidebar-con {
    width: 0;
  }

  .lt td.content-con {
    min-width: 200px !important;
    width: auto !important;
  }

  #content .breadcrumb {
    margin: -4px -5px 10px -5px;
  }

  .dataTables_wrapper label {
    width: 100%;
    margin-top: 5px;
  }

  .dataTables_wrapper .form-control {
    display: inline-block;
  }

  .padding05 {
    padding: 0;
  }

  footer {
    height: auto;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  body {
    padding: 0;
  }

  #content {
    padding: 5px;
  }

  .sidebar-nav>ul {
    margin: 0;
  }

  .dataTables_wrapper label {
    width: 100%;
    margin-top: 5px;
  }

  .dataTables_wrapper .form-control {
    display: inline-block;
  }

  #sidebar-left {
    padding: 0 !important;
  }

  /* .btn-group .btn {
		width: 50%;
	} */
}

@media only screen and (max-width: 479px) {
  body {
    padding: 0;
  }

  header {
    text-align: center;
  }

  .col-xxs-12 {
    width: 100%;
  }

  a.navbar-brand {
    width: 100%;
    text-align: center;
  }

  .btn-visible-sm {
    width: 90px;
    display: inline-block !important;
    float: none !important;
    margin-left: auto;
    margin-right: auto;
  }

  .sidebar-nav>ul {
    margin: 0;
  }

  #search select {
    display: none;
  }

  #search input {
    margin-top: 5px;
    margin-left: -10px !important;
    width: 100% !important;
  }

  #content {
    padding: 5px;
  }

  .quick-button,
  .quick-button-small {
    margin-bottom: 20px;
  }

  .discussions ul li .date {
    display: none;
  }

  #sidebar-left {
    padding: 0 !important;
  }

  /* .btn-group .btn {
		width: 50%;
	} */
}

#chart text,
.hc-tip {
  font-family: Ubuntu, sans-serif !important;
  font-size: 15px !important;
}

.dtFilter th {
  color: #999;
}

.dtFilter-filter-reset-button,
.dtFilter-filter-wrapper,
.dtFilter-filter-wrapper .dtFilter-filter {
  display: none;
}

.dtFilter-filter-wrapper:first-child {
  display: block;
  width: 100%;
}

.dtFilter-filter-wrapper .dtFilter-filter:first-child {
  display: block;
  padding: 3px 0;
  color: #333;
  border: none;
  background: 0 0;
  width: 100%;
}

.dtFilter-filter-wrapper .dtFilter-filter:first-child:focus {
  background: #fff;
}

.dtFilter-filter-wrapper .select2-container .select2-choice {
  height: 25px;
  line-height: 25px;
  padding: 0 0 0 3px;
  background: 0 0;
  box-shadow: none !important;
}

.dtFilter-filter-wrapper .select2-container .select2-choice .select2-arrow {
  padding: 0;
  top: -2px;
  background: 0 0;
}

.dtFilter-filter-wrapper .select2-container .select2-choice abbr {
  top: 5px;
}

.dtFilter-filter-wrapper .select2-dropdown-open .select2-choice {
  background: #fff;
}

.calc {
  width: 200px;
  padding: 4px;
  color: #333;
}

div.is-calculator,
span.is-calculator {
  position: relative;
}

button.calculator-trigger {
  width: 25px;
  padding: 0;
}

img.calculator-trigger {
  margin: 2px;
  vertical-align: middle;
}

.calculator-keyentry {
  position: absolute;
  top: 0;
  right: 3px;
  width: 0;
  border: none;
  background: 0 0;
}

.calculator-inline {
  position: relative;
  border: 1px solid #ccc;
  background-color: #f4f4f4;
}

.calculator-inline .calculator-close {
  display: none;
}

.calculator-rtl {
  direction: rtl;
}

.calculator-prompt {
  clear: both;
  text-align: center;
}

.calculator-prompt.ui-widget-header {
  margin: 2px;
}

.calculator-result {
  clear: both;
  margin: 0;
  padding: 2px;
  text-align: right;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 110%;
  overflow: hidden;
}

.calculator-result span {
  display: inline-block;
  width: 100%;
}

.calculator-result .calculator-formula {
  font-size: 60%;
}

.calculator-focussed {
  background-color: #ffc;
}

.calculator-row {
  clear: both;
  width: 100%;
}

.calculator-space {
  float: left;
  margin: 2px;
  width: 28px;
}

.calculator-half-space {
  float: left;
  margin: 1px;
  width: 14px;
}

.calculator-row button {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  height: 40px;
  width: 25%;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  background: #fff;
  border: 1px solid #ccc;
}

.calculator-inline .calculator-add,
.calculator-inline .calculator-clear,
.calculator-inline .calculator-divide,
.calculator-inline .calculator-multiply,
.calculator-inline .calculator-percent,
.calculator-inline .calculator-plus-minus,
.calculator-inline .calculator-subtract,
.calculator-inline .calculator-undo {
  background: #eee;
}

.calculator-inline .calculator-equals {
  background: #bdea74;
}

@-moz-document url-prefix() {

  .calculator-base,
  .calculator-trig {
    text-indent: -3px;
  }
}

.calculator-keystroke {
  display: none;
  width: 16px;
  height: 14px;
  position: absolute;
  left: -1px;
  top: -1px;
  color: #000;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 80%;
}

.calculator-angle .calculator-keystroke,
.calculator-base .calculator-keystroke,
.calculator-trig .calculator-keystroke {
  top: -2px;
  font-size: 95%;
}

.calculator-keyname {
  width: 22px;
  font-size: 70%;
}

.gallery-image {
  position: relative;
  display: inline-block;
}

.gallery-image .delimg {
  position: absolute;
  top: 0;
  right: 9px;
}

.sname {
  cursor: pointer;
}

.select2-container-multi .select2-choices .select2-search-choice {
  float: right !important;
  direction: ltr !important;
}

.select2-container-multi .select2-choices .select2-search-field {
  float: right !important;
  direction: rtl !important;
}

.select2-container-multi .select2-choices .select2-search-field input {
  max-width: 140px;
}

.select2-result-unselectable .select2-match,
.select2-results .select2-result-selectable .select2-match {
  text-decoration: none !important;
}

.btn-tags {
  border: 1px solid #eee;
  cursor: pointer;
  height: 43px;
  margin: 0 0 3px 2px;
  padding: 10px 15px;
  overflow: hidden;
  display: inline-block;
  font-size: 16px;
}

#paymentModal #payment_content {
  padding: 5px 15px 10px;
}

#paymentModal #payment_content .form-group {
  margin-bottom: 7px;
}

#paymentModal #payment_content #payments .well {
  margin-bottom: 15px;
}

.tags-scroll {
  /* max-height: 200px; */
  overflow-y: auto;
  overflow-x: auto;
  margin-bottom: 5px;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.btn_switch {
  margin-right: 3px;
  padding: 6px;
  width: 102px;
  border-radius: 0 !important;
}

#order_type ul {
  padding: 0;
  min-width: 94px;
  left: 3px;
  background-color: #449d44;
  margin-top: -2px;
  right: inherit;
}

#order_type ul li {
  padding: 0;
  border: 1px solid #357935;
}

#order_type ul li a {
  text-align: center;
  padding: 8px 8px;
  color: #fff;
}

#order_type ul li a:focus,
#order_type ul li a:hover {
  background-color: rgba(45, 101, 45, 0.54);
}

.sus_sale h2 {
  margin-top: 5px !important;
  margin-bottom: 7px !important;
}

.sus_sale p {
  margin: 0 !important;
}

.sus_sale span.close {
  position: absolute;
  top: -1px;
  padding: 1px;
  right: -1px;
}

.sus_sale span.close:hover {
  background-color: rgba(255, 255, 255, 0.27);
}

.sus_sale {
  position: relative;
}

.expenses .title1 {
  margin-bottom: 0 !important;
}

.expenses .title2 {
  margin-top: 0 !important;
  letter-spacing: -2px !important;
  text-decoration: underline !important;
}

.sus_sale .close {
  font-size: 32px;
}

#posTable td:last-of-type {
  padding: 0;
}

#posTable td:last-of-type i {
  font-size: 26px;
  padding: 1px 6px;
}

.navbar-nav #Training_and_technical_support {
  margin: 5px 3px;
  padding: 6px 7px !important;
  height: 30px;
}

.namebox-fastlink {
  border: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #40485b;
}

.namebox-fastlink a {
  color: #40485b;
}

.namebox-fastlink a:hover {
  color: #fff;
  text-decoration: none;
}

.namebox-fastlink:hover {
  border: 1px solid #ddd;
  background-color: #40485b;
  color: #fff;
}

.namebox-fastlink:hover a {
  color: #fff;
}

.widget.balance,
.widget.cash,
.widget.profit,
.widget.sells {
  height: 61px;
  padding: 5pt;
  color: #000;
  text-align: center;
}

.widget {
  border: 1px solid #e8e8e8;
  margin-top: 0;
  background-color: #fff;
}

.sent,
.widget.profit h2,
.widget.profit strong.rewidgt {
  color: #2d91ea;
}

.approved,
.paid,
.widget.sells h2,
.widget.sells strong.rewidgt {
  color: #18bc9c;
}

.font-overdue,
.widget strong.red i {
  color: #f33e6f;
}

.widget.cash h2,
.widget.cash strong.rewidgt {
  color: #ffb553;
}

.widget.balance h2,
.widget.balance strong.rewidgt {
  color: #f33e6f;
}

.widget.balance strong.mov {
  color: #8b60f8;
}

.widget.balance strong.greenn {
  color: #84a10f;
}

#quick_notes {
  margin-bottom: 20px;
  min-height: 86px !important;
  width: 100%;
  box-sizing: border-box;
  resize: none;
  display: block;
  max-width: 100%;
  line-height: 1.5;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #f7e98d;
  font-size: 16px;
  transition: box-shadow 0.5s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background: linear-gradient(#f9efaf, #f7e98d);
  background: -o-linear-gradient(#f9efaf, #f7e98d);
  background: -ms-linear-gradient(#f9efaf, #f7e98d);
  background: -moz-linear-gradient(#f9efaf, #f7e98d);
  background: -webkit-linear-gradient(#f9efaf, #f7e98d);
}

.box-content-newdash {
  padding: 15px 0;
  background-color: #fff;
}

legend.active {
  background: #0275d8;
}

.btn-primary {
  background: #0275d8;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
  background-color: #025aa5;
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background: #025aa5;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  background-color: #0275d8;
  border-color: #0275d8;
}

.tile-stats {
  position: relative;
  display: block;
  background: #303641;
  padding: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tile-stats:hover {
  background: #252a32;
}

.tile-stats .icon {
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
}

.tile-stats .icon i {
  font-size: 100px;
  line-height: 0;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

.tile-stats .icon i:before {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.tile-stats .num,
.tile-stats h3,
.tile-stats p {
  position: relative;
  color: #fff;
  z-index: 5;
  margin: 0;
  padding: 0;
}

.tile-stats .num {
  font-size: 38px;
  font-weight: 700;
}

.tile-stats h3 {
  font-size: 18px;
  margin-top: 5px;
}

.tile-stats p {
  font-size: 11px;
  margin-top: 5px;
}

.tile-stats.tile-red {
  background: #f56954;
}

.tile-stats.tile-red:hover {
  background: #f4543c;
}

.tile-stats.tile-red .icon {
  color: rgba(0, 0, 0, 0.1);
}

.tile-stats.tile-red .num,
.tile-stats.tile-red h3,
.tile-stats.tile-red p {
  color: #fff;
  font-family: "Droid Arabic Kufi", serif;
}

.tile-stats.tile-green {
  background: #00a65a;
}

.tile-stats.tile-green:hover {
  background: #008d4c;
}

.tile-stats.tile-green .icon {
  color: rgba(0, 0, 0, 0.1);
}

.tile-stats.tile-green .num,
.tile-stats.tile-green h3,
.tile-stats.tile-green p {
  color: #fff;
  font-family: "Droid Arabic Kufi", serif;
}

.tile-stats.tile-blue {
  background: #0073b7;
}

.tile-stats.tile-blue:hover {
  background: #00639e;
}

.tile-stats.tile-blue .icon {
  color: rgba(0, 0, 0, 0.1);
}

.tile-stats.tile-blue .num,
.tile-stats.tile-blue h3,
.tile-stats.tile-blue p {
  color: #fff;
  font-family: "Droid Arabic Kufi", serif;
}

.tile-stats.tile-aqua {
  background: #00c0ef;
}

.tile-stats.tile-aqua:hover {
  background: #00acd6;
}

.tile-stats.tile-aqua .icon {
  color: rgba(0, 0, 0, 0.1);
}

.tile-stats.tile-aqua .num,
.tile-stats.tile-aqua h3,
.tile-stats.tile-aqua p {
  color: #fff;
  font-family: "Droid Arabic Kufi", serif;
}

.tile-stats.tile-cyan {
  background: #00b29e;
}

.tile-stats.tile-cyan:hover {
  background: #009987;
}

.tile-stats.tile-cyan .icon {
  color: rgba(0, 0, 0, 0.1);
}

.tile-stats.tile-cyan .num,
.tile-stats.tile-cyan h3,
.tile-stats.tile-cyan p {
  color: #fff;
}

.tile-stats.tile-purple {
  background: #ba79cb;
}

.tile-stats.tile-purple:hover {
  background: #b167c4;
}

.tile-stats.tile-purple .icon {
  color: rgba(0, 0, 0, 0.1);
}

.tile-stats.tile-purple .num,
.tile-stats.tile-purple h3,
.tile-stats.tile-purple p {
  color: #fff;
}

.tile-stats.tile-pink {
  background: #ec3b83;
}

.tile-stats.tile-pink:hover {
  background: #ea2474;
}

.tile-stats.tile-pink .icon {
  color: rgba(0, 0, 0, 0.1);
}

.tile-stats.tile-pink .num,
.tile-stats.tile-pink h3,
.tile-stats.tile-pink p {
  color: #fff;
}

.tile-stats.tile-orange {
  background: #ffa812;
}

.tile-stats.tile-orange:hover {
  background: #f89d00;
}

.tile-stats.tile-orange .icon {
  color: rgba(0, 0, 0, 0.1);
}

.tile-stats.tile-orange .num,
.tile-stats.tile-orange h3,
.tile-stats.tile-orange p {
  color: #fff;
}

.tile-stats.tile-brown {
  background: #6c541e;
}

.tile-stats.tile-brown:hover {
  background: #584418;
}

.tile-stats.tile-brown .icon {
  color: rgba(0, 0, 0, 0.1);
}

.tile-stats.tile-brown .num,
.tile-stats.tile-brown h3,
.tile-stats.tile-brown p {
  color: #fff;
}

.tile-stats.tile-plum {
  background: #701c1c;
}

.tile-stats.tile-plum:hover {
  background: #5c1717;
}

.tile-stats.tile-plum .icon {
  color: rgba(0, 0, 0, 0.1);
}

.tile-stats.tile-plum .num,
.tile-stats.tile-plum h3,
.tile-stats.tile-plum p {
  color: #fff;
}

.tile-stats.tile-gray {
  background: #f5f5f5;
}

.tile-stats.tile-gray:hover {
  background: #e8e8e8;
}

.tile-stats.tile-gray .icon {
  color: rgba(0, 0, 0, 0.1);
}

.tile-stats.tile-gray .num,
.tile-stats.tile-gray h3,
.tile-stats.tile-gray p {
  color: #8f8f8f;
}

.tile-stats.tile-white {
  background: #fff;
  border: 1px solid #ebebeb;
}

.tile-stats.tile-white:hover {
  background: #f2f2f2;
}

.tile-stats.tile-white .icon {
  color: #f2f2f2;
}

.tile-stats.tile-white .num,
.tile-stats.tile-white h3,
.tile-stats.tile-white p {
  color: #303641;
}

.tile-stats.tile-white:hover {
  background-color: #fafafa;
}

.tile-stats.tile-white-red {
  background: #fff;
  border: 1px solid #ebebeb;
}

.tile-stats.tile-white-red:hover {
  background: #f2f2f2;
}

.tile-stats.tile-white-red .icon {
  color: #f2f2f2;
}

.tile-stats.tile-white-red .num,
.tile-stats.tile-white-red h3,
.tile-stats.tile-white-red p {
  color: #f56954;
}

.tile-stats.tile-white-red:hover {
  background-color: #fafafa;
}

.tile-stats.tile-white-green {
  background: #fff;
  border: 1px solid #ebebeb;
}

.tile-stats.tile-white-green:hover {
  background: #f2f2f2;
}

.tile-stats.tile-white-green .icon {
  color: #f2f2f2;
}

.tile-stats.tile-white-green .num,
.tile-stats.tile-white-green h3,
.tile-stats.tile-white-green p {
  color: #00a65a;
}

.tile-stats.tile-white-green:hover {
  background-color: #fafafa;
}

.tile-stats.tile-white-blue {
  background: #fff;
  border: 1px solid #ebebeb;
}

.tile-stats.tile-white-blue:hover {
  background: #f2f2f2;
}

.tile-stats.tile-white-blue .icon {
  color: #f2f2f2;
}

.tile-stats.tile-white-blue .num,
.tile-stats.tile-white-blue h3,
.tile-stats.tile-white-blue p {
  color: #0073b7;
}

.tile-stats.tile-white-blue:hover {
  background-color: #fafafa;
}

.tile-stats.tile-white-aqua {
  background: #fff;
  border: 1px solid #ebebeb;
}

.tile-stats.tile-white-aqua:hover {
  background: #f2f2f2;
}

.tile-stats.tile-white-aqua .icon {
  color: #f2f2f2;
}

.tile-stats.tile-white-aqua .num,
.tile-stats.tile-white-aqua h3,
.tile-stats.tile-white-aqua p {
  color: #00c0ef;
}

.tile-stats.tile-white-aqua:hover {
  background-color: #fafafa;
}

.tile-stats.tile-white-cyan {
  background: #fff;
  border: 1px solid #ebebeb;
}

.tile-stats.tile-white-cyan:hover {
  background: #f2f2f2;
}

.tile-stats.tile-white-cyan .icon {
  color: #f2f2f2;
}

.tile-stats.tile-white-cyan .num,
.tile-stats.tile-white-cyan h3,
.tile-stats.tile-white-cyan p {
  color: #00b29e;
}

.tile-stats.tile-white-cyan:hover {
  background-color: #fafafa;
}

.tile-stats.tile-white-purple {
  background: #fff;
  border: 1px solid #ebebeb;
}

.tile-stats.tile-white-purple:hover {
  background: #f2f2f2;
}

.tile-stats.tile-white-purple .icon {
  color: #f2f2f2;
}

.tile-stats.tile-white-purple .num,
.tile-stats.tile-white-purple h3,
.tile-stats.tile-white-purple p {
  color: #ba79cb;
}

.tile-stats.tile-white-purple:hover {
  background-color: #fafafa;
}

.tile-stats.tile-white-pink {
  background: #fff;
  border: 1px solid #ebebeb;
}

.tile-stats.tile-white-pink:hover {
  background: #f2f2f2;
}

.tile-stats.tile-white-pink .icon {
  color: #f2f2f2;
}

.tile-stats.tile-white-pink .num,
.tile-stats.tile-white-pink h3,
.tile-stats.tile-white-pink p {
  color: #ec3b83;
}

.tile-stats.tile-white-pink:hover {
  background-color: #fafafa;
}

.tile-stats.tile-white-orange {
  background: #fff;
  border: 1px solid #ebebeb;
}

.tile-stats.tile-white-orange:hover {
  background: #f2f2f2;
}

.tile-stats.tile-white-orange .icon {
  color: #f2f2f2;
}

.tile-stats.tile-white-orange .num,
.tile-stats.tile-white-orange h3,
.tile-stats.tile-white-orange p {
  color: #ffa812;
}

.tile-stats.tile-white-orange:hover {
  background-color: #fafafa;
}

.tile-stats.tile-white-brown {
  background: #fff;
  border: 1px solid #ebebeb;
}

.tile-stats.tile-white-brown:hover {
  background: #f2f2f2;
}

.tile-stats.tile-white-brown .icon {
  color: #f2f2f2;
}

.tile-stats.tile-white-brown .num,
.tile-stats.tile-white-brown h3,
.tile-stats.tile-white-brown p {
  color: #6c541e;
}

.tile-stats.tile-white-brown:hover {
  background-color: #fafafa;
}

.tile-stats.tile-white-plum {
  background: #fff;
  border: 1px solid #ebebeb;
}

.tile-stats.tile-white-plum:hover {
  background: #f2f2f2;
}

.tile-stats.tile-white-plum .icon {
  color: #f2f2f2;
}

.tile-stats.tile-white-plum .num,
.tile-stats.tile-white-plum h3,
.tile-stats.tile-white-plum p {
  color: #701c1c;
}

.tile-stats.tile-white-plum:hover {
  background-color: #fafafa;
}

.tile-stats.tile-white-gray {
  background: #fff;
  border: 1px solid #ebebeb;
}

.tile-stats.tile-white-gray:hover {
  background: #f2f2f2;
}

.tile-stats.tile-white-gray .icon {
  color: #f2f2f2;
}

.tile-stats.tile-white-gray .num,
.tile-stats.tile-white-gray h3,
.tile-stats.tile-white-gray p {
  color: #8f8f8f;
}

.tile-stats.tile-white-gray:hover {
  background-color: #fafafa;
}

.tile-title {
  position: relative;
  display: block;
  background: #303641;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tile-title:hover {
  background-color: #252a32;
}

.tile-title .icon {
  text-align: center;
  padding: 20px;
}

.tile-title .icon i {
  font-size: 60px;
  line-height: 1;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.tile-title .icon i:before {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.tile-title .icon i,
.tile-title h3,
.tile-title p {
  color: #fff;
}

.tile-title .title {
  background: #252a32;
  text-align: center;
}

.tile-title .title h3,
.tile-title .title p {
  margin: 0;
  padding: 0 20px;
}

.tile-title .title h3 {
  padding-top: 20px;
  font-size: 16px;
  font-weight: 700;
}

.tile-title .title p {
  padding-bottom: 20px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.85);
}

.tile-title.tile-red {
  background: #f56954;
}

.tile-title.tile-red:hover {
  background-color: #f4543c;
}

.tile-title.tile-red .icon i,
.tile-title.tile-red h3,
.tile-title.tile-red p {
  color: #fff;
}

.tile-title.tile-red .icon i {
  color: #fff;
}

.tile-title.tile-red .title {
  background: rgba(0, 0, 0, 0.1);
}

.tile-title.tile-red .title p {
  color: rgba(255, 255, 255, 0.85);
}

.tile-title.tile-green {
  background: #00a65a;
}

.tile-title.tile-green:hover {
  background-color: #008d4c;
}

.tile-title.tile-green .icon i,
.tile-title.tile-green h3,
.tile-title.tile-green p {
  color: #fff;
}

.tile-title.tile-green .icon i {
  color: #fff;
}

.tile-title.tile-green .title {
  background: rgba(0, 0, 0, 0.1);
}

.tile-title.tile-green .title p {
  color: rgba(255, 255, 255, 0.85);
}

.tile-title.tile-blue {
  background: #0073b7;
}

.tile-title.tile-blue:hover {
  background-color: #00639e;
}

.tile-title.tile-blue .icon i,
.tile-title.tile-blue h3,
.tile-title.tile-blue p {
  color: #fff;
}

.tile-title.tile-blue .icon i {
  color: #fff;
}

.tile-title.tile-blue .title {
  background: rgba(0, 0, 0, 0.1);
}

.tile-title.tile-blue .title p {
  color: rgba(255, 255, 255, 0.85);
}

.tile-title.tile-aqua {
  background: #00c0ef;
}

.tile-title.tile-aqua:hover {
  background-color: #00acd6;
}

.tile-title.tile-aqua .icon i,
.tile-title.tile-aqua h3,
.tile-title.tile-aqua p {
  color: #fff;
}

.tile-title.tile-aqua .icon i {
  color: #fff;
}

.tile-title.tile-aqua .title {
  background: rgba(0, 0, 0, 0.1);
}

.tile-title.tile-aqua .title p {
  color: rgba(255, 255, 255, 0.85);
}

.tile-title.tile-cyan {
  background: #00b29e;
}

.tile-title.tile-cyan:hover {
  background-color: #009987;
}

.tile-title.tile-cyan .icon i,
.tile-title.tile-cyan h3,
.tile-title.tile-cyan p {
  color: #fff;
}

.tile-title.tile-cyan .icon i {
  color: #fff;
}

.tile-title.tile-cyan .title {
  background: rgba(0, 0, 0, 0.1);
}

.tile-title.tile-cyan .title p {
  color: rgba(255, 255, 255, 0.85);
}

.tile-title.tile-purple {
  background: #ba79cb;
}

.tile-title.tile-purple:hover {
  background-color: #b167c4;
}

.tile-title.tile-purple .icon i,
.tile-title.tile-purple h3,
.tile-title.tile-purple p {
  color: #fff;
}

.tile-title.tile-purple .icon i {
  color: #fff;
}

.tile-title.tile-purple .title {
  background: rgba(0, 0, 0, 0.1);
}

.tile-title.tile-purple .title p {
  color: rgba(255, 255, 255, 0.85);
}

.tile-title.tile-pink {
  background: #ec3b83;
}

.tile-title.tile-pink:hover {
  background-color: #ea2474;
}

.tile-title.tile-pink .icon i,
.tile-title.tile-pink h3,
.tile-title.tile-pink p {
  color: #fff;
}

.tile-title.tile-pink .icon i {
  color: #fff;
}

.tile-title.tile-pink .title {
  background: rgba(0, 0, 0, 0.1);
}

.tile-title.tile-pink .title p {
  color: rgba(255, 255, 255, 0.85);
}

.tile-title.tile-orange {
  background: #ffa812;
}

.tile-title.tile-orange:hover {
  background-color: #f89d00;
}

.tile-title.tile-orange .icon i,
.tile-title.tile-orange h3,
.tile-title.tile-orange p {
  color: #fff;
}

.tile-title.tile-orange .icon i {
  color: #fff;
}

.tile-title.tile-orange .title {
  background: rgba(0, 0, 0, 0.1);
}

.tile-title.tile-orange .title p {
  color: rgba(255, 255, 255, 0.85);
}

.tile-title.tile-brown {
  background: #6c541e;
}

.tile-title.tile-brown:hover {
  background-color: #584418;
}

.tile-title.tile-brown .icon i,
.tile-title.tile-brown h3,
.tile-title.tile-brown p {
  color: #fff;
}

.tile-title.tile-brown .icon i {
  color: #fff;
}

.tile-title.tile-brown .title {
  background: rgba(0, 0, 0, 0.1);
}

.tile-title.tile-brown .title p {
  color: rgba(255, 255, 255, 0.85);
}

.tile-title.tile-plum {
  background: #701c1c;
}

.tile-title.tile-plum:hover {
  background-color: #5c1717;
}

.tile-title.tile-plum .icon i,
.tile-title.tile-plum h3,
.tile-title.tile-plum p {
  color: #fff;
}

.tile-title.tile-plum .icon i {
  color: #fff;
}

.tile-title.tile-plum .title {
  background: rgba(0, 0, 0, 0.1);
}

.tile-title.tile-plum .title p {
  color: rgba(255, 255, 255, 0.85);
}

.tile-title.tile-gray {
  background: #f5f5f5;
}

.tile-title.tile-gray:hover {
  background-color: #e8e8e8;
}

.tile-title.tile-gray .icon i,
.tile-title.tile-gray h3,
.tile-title.tile-gray p {
  color: #8f8f8f;
}

.tile-title.tile-gray .icon i {
  color: #8f8f8f;
}

.tile-title.tile-gray .title {
  background: rgba(0, 0, 0, 0.1);
}

.tile-title.tile-gray .title p {
  color: rgba(143, 143, 143, 0.85);
}

.tile-block {
  background: #00a65b;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  margin-bottom: 20px;
  background-color: #303641;
  color: #fff;
}

.tile-block:after,
.tile-block:before {
  content: " ";
  display: table;
}

.tile-block:after {
  clear: both;
}

.tile-block .tile-header {
  color: #fff;
  font-size: 17px;
  padding: 20px;
}

.tile-block .tile-header a,
.tile-block .tile-header span {
  color: #fff;
}

.tile-block .tile-header span {
  display: block;
  margin-top: 4px;
  font-size: 11px;
}

.tile-block .tile-header i {
  float: right;
  font-size: 28px;
  position: relative;
  top: 4px;
}

.tile-block .tile-header i[class^="entypo-"] {
  top: 0;
}

.tile-block .tile-content {
  background: rgba(0, 0, 0, 0.03);
  padding: 20px;
}

.tile-block .tile-content .todo-list .neon-cb-replacement .cb-wrapper+label {
  top: -3px;
  margin-left: 8px;
}

.tile-block .tile-footer {
  background: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px;
  color: #fff;
  -webkit-border-radius: 0 0 5px 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 5px 5px;
  -moz-background-clip: padding;
  border-radius: 0 0 5px 5px;
  background-clip: padding-box;
}

.tile-block .tile-footer a {
  color: #fff;
  font-weight: 700;
}

.tile-block .btn,
.tile-block .form-control {
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
  border-color: transparent;
}

.tile-block .btn::-moz-placeholder,
.tile-block .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

.tile-block .btn:-ms-input-placeholder,
.tile-block .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.tile-block .btn::-webkit-input-placeholder,
.tile-block .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.tile-block .btn::-webkit-input-placeholder,
.tile-block .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.tile-block .btn:-moz-placeholder,
.tile-block .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.tile-block .btn::-moz-placeholder,
.tile-block .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.tile-block .btn:-ms-input-placeholder,
.tile-block .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.tile-block .btn+.todo-list,
.tile-block .form-control+.todo-list {
  margin-top: 20px;
}

.tile-block .form-control+.btn {
  margin-top: 10px;
}

.tile-block .tile-header a,
.tile-block .tile-header i,
.tile-block .tile-header span {
  color: #fff;
}

.tile-block .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
  background: #303641;
}

.tile-block .tile-footer {
  color: #fff;
}

.tile-block .tile-footer a {
  color: #fff;
}

.tile-block.tile-red {
  background-color: #f56954;
  color: #fff;
}

.tile-block.tile-red .tile-header a,
.tile-block.tile-red .tile-header i,
.tile-block.tile-red .tile-header span {
  color: #fff;
}

.tile-block.tile-red .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
  background: #f56954;
}

.tile-block.tile-red .tile-footer {
  color: #fff;
}

.tile-block.tile-red .tile-footer a {
  color: #fff;
}

.tile-block.tile-green {
  background-color: #00a65a;
  color: #fff;
}

.tile-block.tile-green .tile-header a,
.tile-block.tile-green .tile-header i,
.tile-block.tile-green .tile-header span {
  color: #fff;
}

.tile-block.tile-green .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
  background: #00a65a;
}

.tile-block.tile-green .tile-footer {
  color: #fff;
}

.tile-block.tile-green .tile-footer a {
  color: #fff;
}

.tile-block.tile-blue {
  background-color: #0073b7;
  color: #fff;
}

.tile-block.tile-blue .tile-header a,
.tile-block.tile-blue .tile-header i,
.tile-block.tile-blue .tile-header span {
  color: #fff;
}

.tile-block.tile-blue .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
  background: #0073b7;
}

.tile-block.tile-blue .tile-footer {
  color: #fff;
}

.tile-block.tile-blue .tile-footer a {
  color: #fff;
}

.tile-block.tile-aqua {
  background-color: #00c0ef;
  color: #fff;
}

.tile-block.tile-aqua .tile-header a,
.tile-block.tile-aqua .tile-header i,
.tile-block.tile-aqua .tile-header span {
  color: #fff;
}

.tile-block.tile-aqua .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
  background: #00c0ef;
}

.tile-block.tile-aqua .tile-footer {
  color: #fff;
}

.tile-block.tile-aqua .tile-footer a {
  color: #fff;
}

.tile-block.tile-cyan {
  background-color: #00b29e;
  color: #fff;
}

.tile-block.tile-cyan .tile-header a,
.tile-block.tile-cyan .tile-header i,
.tile-block.tile-cyan .tile-header span {
  color: #fff;
}

.tile-block.tile-cyan .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
  background: #00b29e;
}

.tile-block.tile-cyan .tile-footer {
  color: #fff;
}

.tile-block.tile-cyan .tile-footer a {
  color: #fff;
}

.tile-block.tile-purple {
  background-color: #ba79cb;
  color: #fff;
}

.tile-block.tile-purple .tile-header a,
.tile-block.tile-purple .tile-header i,
.tile-block.tile-purple .tile-header span {
  color: #fff;
}

.tile-block.tile-purple .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
  background: #ba79cb;
}

.tile-block.tile-purple .tile-footer {
  color: #fff;
}

.tile-block.tile-purple .tile-footer a {
  color: #fff;
}

.tile-block.tile-pink {
  background-color: #ec3b83;
  color: #fff;
}

.tile-block.tile-pink .tile-header a,
.tile-block.tile-pink .tile-header i,
.tile-block.tile-pink .tile-header span {
  color: #fff;
}

.tile-block.tile-pink .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
  background: #ec3b83;
}

.tile-block.tile-pink .tile-footer {
  color: #fff;
}

.tile-block.tile-pink .tile-footer a {
  color: #fff;
}

.tile-block.tile-orange {
  background-color: #ffa812;
  color: #fff;
}

.tile-block.tile-orange .tile-header a,
.tile-block.tile-orange .tile-header i,
.tile-block.tile-orange .tile-header span {
  color: #fff;
}

.tile-block.tile-orange .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
  background: #ffa812;
}

.tile-block.tile-orange .tile-footer {
  color: #fff;
}

.tile-block.tile-orange .tile-footer a {
  color: #fff;
}

.tile-block.tile-brown {
  background-color: #6c541e;
  color: #fff;
}

.tile-block.tile-brown .tile-header a,
.tile-block.tile-brown .tile-header i,
.tile-block.tile-brown .tile-header span {
  color: #fff;
}

.tile-block.tile-brown .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
  background: #6c541e;
}

.tile-block.tile-brown .tile-footer {
  color: #fff;
}

.tile-block.tile-brown .tile-footer a {
  color: #fff;
}

.tile-block.tile-plum {
  background-color: #701c1c;
  color: #fff;
}

.tile-block.tile-plum .tile-header a,
.tile-block.tile-plum .tile-header i,
.tile-block.tile-plum .tile-header span {
  color: #fff;
}

.tile-block.tile-plum .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
  background: #701c1c;
}

.tile-block.tile-plum .tile-footer {
  color: #fff;
}

.tile-block.tile-plum .tile-footer a {
  color: #fff;
}

.tile-block.tile-gray {
  background-color: #f5f5f5;
  color: #767676;
}

.tile-block.tile-gray .tile-header a,
.tile-block.tile-gray .tile-header i,
.tile-block.tile-gray .tile-header span {
  color: #767676;
}

.tile-block.tile-gray .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
  background: #f5f5f5;
}

.tile-block.tile-gray .tile-footer {
  color: #767676;
}

.tile-block.tile-gray .tile-footer a {
  color: #767676;
}

.tile-block.tile-gray .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
  background: #dcdcdc;
}

.redactor_editor,
.well,
textarea {
  word-break: break-word;
}

.form-control {
  display: block;
}

.fbg-green-1 {
  background: #1abc9c !important;
  background-color: #1abc9c !important;
  color: #fff !important;
}

.fbg-green-2 {
  background: #16a085 !important;
  background-color: #16a085 !important;
  color: #fff !important;
}

.fbg-green-3 {
  background: #27ae60 !important;
  background-color: #27ae60 !important;
  color: #fff !important;
}

.fbg-green-4 {
  background: #2ecc71 !important;
  background-color: #2ecc71 !important;
  color: #fff !important;
}

.fbg-orange-1 {
  background: #d35400 !important;
  background-color: #d35400 !important;
  color: #fff !important;
}

.fbg-orange-2 {
  background: #e67e22 !important;
  background-color: #e67e22 !important;
  color: #fff !important;
}

.fbg-orange-3 {
  background: #f39c12 !important;
  background-color: #f39c12 !important;
  color: #000 !important;
}

.fbg-yeallow-1 {
  background: #f1c40f !important;
  background-color: #f1c40f !important;
  color: #000 !important;
}

.fbg-blue-1 {
  background: #2980b9 !important;
  background-color: #2980b9 !important;
  color: #fff !important;
}

.fbg-blue-2 {
  background: #3498db !important;
  background-color: #3498db !important;
  color: #fff !important;
}

.fbg-red-1 {
  background: #c0392b !important;
  background-color: #c0392b !important;
  color: #fff !important;
}

.fbg-red-2 {
  background: #e74c3c !important;
  background-color: #e74c3c !important;
  color: #fff !important;
}

.fbg-gray-1 {
  background: #7f8c8d !important;
  background-color: #7f8c8d !important;
  color: #fff !important;
}

.fbg-gray-2 {
  background: #95a5a6 !important;
  background-color: #95a5a6 !important;
  color: #000 !important;
}

.fbg-gray-3 {
  background: #bdc3c7 !important;
  background-color: #bdc3c7 !important;
  color: #000 !important;
}

.fbg-gray-4 {
  background: #ecf0f1 !important;
  background-color: #ecf0f1 !important;
  color: #000 !important;
}

.fbg-black-1 {
  background: #2c3e50 !important;
  background-color: #2c3e50 !important;
  color: #fff !important;
}

.fbg-black-2 {
  background: #34495e !important;
  background-color: #34495e !important;
  color: #fff !important;
}

.fbg-purple-1 {
  background: #8e44ad !important;
  background-color: #8e44ad !important;
  color: #fff !important;
}

.fbg-purple-2 {
  background: #9b59b6 !important;
  background-color: #9b59b6 !important;
  color: #fff !important;
}

.nav>li {
  position: relative;
  display: block;
  border-bottom: 1px solid #656a6f;
}

.nav.main-menu {
  border-left: 1px solid #656a6f;
}

@media only screen and (max-width: 767px) {
  #content .breadcrumb {
    margin: -4px -5px 10px -15px;
  }

  .select2-container .select2-choice>.select2-chosen {
    margin-right: 12px !important;
  }

  .fa-2x {
    font-size: 1em;
  }
}

.box {
  border: 1px solid #dbdee0;
  margin-bottom: 15px;
  margin-left: -2px;
  margin-right: 10px;
}

@media only screen and (max-width: 480px) {
  a.navbar-brand {
    text-align: center;
    padding: 9px 7px 10px 9px !important;
    left: 15px;
    right: 0;
    width: 100%;
  }

  #bottom-total {
    font-size: 12px;
  }
}

.mtff {
  width: 10px !important;
}

@media only screen and (max-width: 664px) {
  .m-c-t {
    width: 150px;
  }

  .mtff {
    width: 1% !important;
  }
}

.navbar-collapse:not(.in) {
  width: 230px;
}

.minified .navbar-collapse:not(.in) {
  width: 20px;
}

@media only screen and (max-width: 767px) {
  .navbar-collapse.in {
    overflow: hidden;
    position: absolute;
    z-index: 1013;
    margin: 0;
    padding: 0;
    height: 100% !important;
    background-color: #2e3e4e;
    width: 230px;
  }
}

.d-xs {
  display: none;
}

@media only screen and (max-width: 768px) {
  .d-xs {
    display: block;
  }
}

#sidebar-left.minified .sidebar-nav>ul>li {
  position: relative;
  width: 40px;
}

.well-appointment-date {
  border-color: #000;
}

.well-appointment-date.active {
  background: #555;
  color: #fff;
}

.well-report-type {
  border-color: #000;
}

.well-report-type.active {
  background: #555;
  color: #fff;
}

#app_wrapper {
  overflow-x: hidden;
}

.biller-invoice-footer img {
  max-width: 100%;
  max-height: 100%;
}

.biller-invoice-header img {
  max-width: 100%;
  max-height: 100%;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  padding: 5px;
}


@media only screen and (max-width: 767px) {
  .navbar-collapse.in {
    overflow: auto;
  }
}

.inv-product-details p {
  display: inline !important;
}

.sa-card {
  padding: 15px;
  margin-bottom: 15px;
  background: #ffffff;
  border-radius: 15px;
  min-height: 100px;
  box-shadow: 0 3px 5px #00000005, 0 0 2px #0000000d, 0 1px 4px #00000014 !important;
}

.sa-balance-card {
  background: #025aa5;
  color: white;
}

.sa-taxes-card {
  background: #cacaca99;
  color: black;
}

.sa-card .sa-card-icon {
  float: right;
  display: inline;
}

.sa-card .sa-card-title {
  float: right;
  margin: 5px 5px;
  font-size: 21px;
}

.sa-card .sa-card-help {
  float: left;
  color: inherit;
  cursor: pointer;
}

.sa-card .sa-card-button {
  position: absolute;
  left: 30px;
  bottom: 60px;
}

.sa-card .sa-card-title small {
  color: inherit;
  opacity: 80%;
}

.sa-card .sa-card-content {
  margin-top: 15px;
}

.sa-card .sa-card-content .sa-card-main-stat {
  margin: 0;
  font-size: 36px;
  font-weight: 500;
}

.sa-card .sa-card-content .sa-card-main-stat-xl {
  margin: 0;
  font-size: 48px;
  font-weight: 500;
}

.sa-card .sa-card-content .sa-card-main-stat small {
  color: inherit;
  opacity: 80%;
}

.sa-card .sa-card-content .sa-card-sub-stat {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

.sa-card .sa-card-content .sa-card-sub-stat small {
  color: inherit;
  opacity: 80%;
}

.sa-last-payments-heading {
  margin-top: 0;
  font-size: 21px;
}

.sa-summary-heading {
  font-size: 28px;
  margin: 20px 0;
}

.sa-summary-period-select {
  width: 100%;
}

.sa-summary-warehouse-select {
  width: 100%;
}

.change-indicator-up {
  color: #008547 !important;
}

.change-indicator-down {
  color: #ba1b1b !important;
}

.ds-summary-heading {
  display: inline;
  font-size: 28px;
  margin: 20px 0;
}

.ds-summary-period-select {
  width: 100%;
}

.ds-summary-warehouse-select {
  width: 100%;
}

.ds-bg-green {
  background: #1aac4a !important;
  color: white !important;
}

.ds-bg-cyan {
  background: #2ac1db !important;
  color: white !important;
}

.ds-bg-blue {
  background: #0072b6 !important;
  color: white !important;
}

.ds-bg-red {
  background: #e77f65 !important;
  color: white !important;
}

.ds-bg-purple {
  background: #554a8e !important;
  color: white !important;
}

.ds-bg-yellow {
  background: #febc0e !important;
  color: white !important;
}

.ds-card-1 {
  padding: 15px;
  margin-bottom: 15px;
  background: #ffffff;
  border-radius: 15px;
  min-height: 100px;
  box-shadow: 0 3px 5px #00000005, 0 0 2px #0000000d, 0 1px 4px #00000014 !important;
  text-align: center;
}

.ds-card-1 .ds-card-1-title {
  margin: 5px 5px;
  font-size: 21px;
}

.ds-card-1 .ds-card-1-icon {
  display: block;
  margin: 25px auto;
}

.ds-card-1 .ds-card-1-icon-no-margin {
  margin: 0 auto;
}

.ds-card-1 .ds-card-1-main-stat {
  margin: 10px 0;
  font-size: 36px;
  font-weight: 500;
}

.ds-card-1 .ds-card-1-main-stat small {
  color: inherit;
  opacity: 80%;
}

.ds-card-2 {
  padding: 15px;
  margin-bottom: 15px;
  background: #ffffff;
  border-radius: 15px;
  min-height: 100px;
  box-shadow: 0 3px 5px #00000005, 0 0 2px #0000000d, 0 1px 4px #00000014 !important;
}

.ds-card-2 .ds-card-2-title {
  margin: 5px 5px;
  font-size: 21px;
}

.ds-card-2 .ds-card-2-icon {
  position: absolute;
  left: 30px;
  top: 15px;
  object-fit: cover;
  background: #ecf3f9;
  padding: 15px;
  border-radius: 15px;
}

.ds-card-2 .ds-card-2-main-stat {
  margin: 20px 0;
  font-size: 28px;
  font-weight: 500;
}

.ds-card-2 .ds-card-2-main-stat small {
  color: inherit;
  opacity: 80%;
}

.ds-card-2 hr {
  margin: 10px 0;
}

.ds-card-2 .ds-card-2-sub-stat-title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  float: right;
}

.ds-card-2 .ds-card-2-sub-stat-value {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  float: left;
}

.ds-card-2 .ds-card-2-sub-stat-value small {
  color: inherit;
  opacity: 80%;
}

.ui-widget-content {
  z-index: 9999;
}
