:root {
  --font-default: "Artifakt Element";
  --font-titles: "Artifakt Element";
}

/***
Body Settings
***/
body {
  font-family: var(--font-default) !important;
  padding: 0px !important;
  margin: 0px !important;
  font-size: 13px;
}

.container-fluid {
  padding-bottom: 20px;
}

pre {
  font-family: "Source Sans Pro" !important;
  letter-spacing: 1px;
}

/***
Modify bootstrap buttons
***/
div,
input,
select,
textarea,
span,
img,
table,
td,
th,
p,
a,
button,
ul,
li {
  margin: 0px;
}

label {
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
}

/***
General typography 
***/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}

h1.block,
h2.block,
h3.block,
h4.block,
h5.block,
h6.block {
  padding-bottom: 10px;
}

a {
  text-shadow: none !important;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-decoration: none;
  cursor: pointer;
}

/***
Fix link outlines after click
***/
.border {
  border: 1px solid;
}

/********************
   HEADER NAV BAR
*********************/

.header {
  padding: 0 !important;
  margin: 0 !important;
}

.header.navbar-fixed-top {
  z-index: 9995 !important;
}

.header .brand {
  width: 155px;
  margin-left: -11px;
  margin-top: -3px;
}

.header .btn-navbar {
  margin-bottom: 0px;
  padding-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  background-image: none;
  filter: none;
  box-shadow: none;
  border: 0;
  background: transparent !important;
}

.header .btn-navbar:hover {
  text-decoration: none;
  background: transparent;
}

.header .nav {
  display: block;
}

.header .nav > li {
  margin: 0px;
  padding: 0px;
}

.header .nav > li.dropdown:last-child {
  height: 44px;
  padding: 0px;
}

.header .nav > li.dropdown .dropdown-toggle {
  height: 44px;
  width: 44px;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

.header .nav > li.dropdown.user .dropdown-toggle {
  font-size: 14px;
}

.header .nav > li.dropdown.user .dropdown-toggle {
  width: 100%;
  height: 44px;
  padding: 0 10px 0 0;
}

.header .nav > li.dropdown.user .dropdown-menu {
  min-width: 99.3% !important;
}

.header .nav > li.dropdown.user .dropdown-toggle .username {
  padding: 10px;
}

.header .nav > li.dropdown.user .dropdown-toggle:hover {
  text-decoration: none;
}

.header .nav li.dropdown.user .dropdown-toggle i.icon-angle-down {
  font-weight: 600;
  display: inline-block;
  float: right;
  font-size: 19px;
  padding-right: 10px;
}

.header .nav > li.dropdown .dropdown-toggle .badge {
  position: absolute;
  font-size: 10px !important;
  font-weight: 300;
  top: 8px;
  right: 24px;
  text-align: center;
  height: 14px;
  padding: 2px 6px 2px 6px;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important;
  text-shadow: none !important;
}

/* firefox hack for top bar badges */
@-moz-document url-prefix() {
  .header .nav li.dropdown .dropdown-toggle .badge {
    padding: 1px 6px 3px 6px;
  }
}

/***
General backgrounds
***/
.bg-blue,
.bg-red,
.bg-yellow,
.bg-green,
.bg-purple,
.bg-grey {
  background-image: none !important;
}

/***
Apply fix for font awesome icons.
***/
[class^="icon-"],
[class*=" icon-"],
[class^="icon-"]:hover,
[class*=" icon-"]:hover {
  background: none !important;
}

/***
Close icon used for modal dialog and other UI element close buttons
***/
.close {
  display: inline-block;
  margin-top: 0px;
  margin-right: 0px;
  width: 9px;
  height: 9px;
  background-repeat: no-repeat !important;
  background-image: url("/public/assets/img/remove-icon-small_484cbf3b06841ed260cc960fcd8e79e4.png") !important;
}

/***
ie8 & ie9 modes
***/
.visible-ie8 {
  display: none;
}

.ie8 .visible-ie8 {
  display: inherit !important;
}

.visible-ie9 {
  display: none;
}

.ie9 .visible-ie9 {
  display: inherit !important;
}

.hidden-ie8 {
  display: inherit;
}

.ie8 .hidden-ie8 {
  display: none !important;
}

.hidden-ie9 {
  display: inherit;
}

.ie9 .hidden-ie9 {
  display: none !important;
}

/***
IE8 fix for form input height in fluid rows
***/
.ie8 .row-fluid [class*="span"] {
  min-height: 20px !important;
}

/***
Fix grid offset used for reponsive layout handling(refer app.js=>handleResponsive)
***/
.fix-offset {
  margin-left: 0px !important;
}

/***
Misc tools
***/
.visible-ie8 {
  display: none;
}

.no-padding {
  padding: 0px !important;
}

.no-margin {
  margin: 0px !important;
}

.no-bottom-space {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.no-top-space {
  padding-top: 0px !important;
  margin-top: 0px !important;
}

.space5 {
  display: block;
  height: 5px !important;
  clear: both;
}

.space7 {
  height: 7px !important;
  clear: both;
}

.space10 {
  height: 10px !important;
  clear: both;
}

.space12 {
  height: 12px !important;
  clear: both;
}

.space15 {
  height: 15px !important;
  clear: both;
}

.space20 {
  height: 20px !important;
  clear: both;
}

.no-space {
  margin: 0px !important;
  padding: 0px !important;
}

.no-text-shadow {
  text-shadow: none !important;
}

.no-left-padding {
  padding-left: 0 !important;
}

.no-left-margin {
  margin-left: 0 !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.hide {
  display: none;
}

.bold {
  font-weight: 600 !important;
}

.fix-margin {
  margin-left: 0px !important;
}

.inline {
  display: inline;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

/********************
 GENERAL LAYOUT 
*********************/

/***
Page container
***/
.page-container {
  margin: 0px;
  padding: 0px;
}

.fixed-top .page-container {
  margin-top: 42px;
}

/***
Page sidebar
***/
.page-sidebar ul > li > a > .arrow:before {
  float: right;
  margin-top: 1px;
  margin-right: -3px;
  display: inline;
  font-size: 17px;
  font-family: FontAwesome;
  height: auto;
  content: "\f105";
  font-weight: 600;
  text-shadow: none;
}

.page-sidebar > ul > li > a > .arrow.open:before {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  display: inline;
  font-family: FontAwesome;
  height: auto;
  font-size: 17px;
  content: "\f107";
  font-weight: 600;
  text-shadow: none;
}

.page-sidebar > ul > li > ul.sub-menu {
  list-style: none;
  clear: both;
  margin: 0px 0px 0px 0px;
}

.page-sidebar > ul > li > ul.sub-menu::-webkit-scrollbar {
  display: none;
}

.page-sidebar > ul > li.active > ul.sub-menu {
  display: block;
}

.page-sidebar > ul > li > ul.sub-menu > li {
  background: none;
  margin: 0px;
  padding: 0px;
}

.page-sidebar > ul > li > ul.sub-menu > li > a {
  line-height: 41px;
  min-height: 42px;
  display: block;
  margin: 0px;
  padding-left: 30px !important;
  text-decoration: none;
  letter-spacing: 0.6px;
  font-weight: 400;
}

.page-sidebar > ul > li > ul.sub-menu > li.active > a {
  font-weight: 700;
}

/* 3rd level sub menu */
.page-sidebar > ul > li > ul.sub-menu > li ul.sub-menu {
  display: none;
  list-style: none;
  clear: both;
  margin: 0px 0px 0px 0px;
}

.page-sidebar > ul > li > ul.sub-menu li > a > .arrow:before {
  float: right;
  margin-top: 1px;
  margin-right: 28px;
  display: inline;
  font-size: 13px;
  font-family: FontAwesome;
  height: auto;
  content: "\f105";
  font-weight: 600;
  text-shadow: none;
}

.page-sidebar > ul > li > ul.sub-menu li > a > .arrow.open:before {
  float: right;
  margin-top: 1px;
  margin-right: 25px;
  display: inline;
  font-family: FontAwesome;
  height: auto;
  font-size: 13px;
  content: "\f107";
  font-weight: 600;
  text-shadow: none;
}

.page-sidebar > ul > li.active > ul.sub-menu > li.active ul.sub-menu {
  display: block;
}

.page-sidebar > ul > li > ul.sub-menu > li ul.sub-menu li {
  background: none;
  margin: 0px;
  padding: 0px;
}

.page-sidebar > ul > li > ul.sub-menu > li > ul.sub-menu > li > a {
  padding-left: 50px;
}

.page-sidebar
  > ul
  > li
  > ul.sub-menu
  > li
  > ul.sub-menu
  > li
  > ul.sub-menu
  > li
  > a {
  padding-left: 80px;
}

.page-sidebar
  > ul
  > li.active
  > ul.sub-menu
  > li.active
  ul.sub-menu
  > li.active
  ul.sub-menu {
  display: block;
}

.page-sidebar > ul > li > ul.sub-menu li > ul.sub-menu > li > a > i {
  font-size: 12px;
}

/* sidebar search */

.page-sidebar .sidebar-search {
  margin: 8px 20px 20px 20px;
}

.page-sidebar .sidebar-search .submit {
  display: block;
  float: right;
  margin-top: 8px;
  width: 13px;
  height: 13px;
  background-image: url(/public/assets/img/search-icon_9b672ee5dd29c44c8e14343b482fa6d4.png);
  background-repeat: no-repeat;
}

.page-sidebar .sidebar-search input {
  margin: 0px;
  width: 165px;
  border: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-size: 13px;
  box-shadow: none;
}

.page-sidebar .sidebar-search .input-box {
  padding-bottom: 2px;
  border-bottom: 1px solid;
}

/***
Sidebar toggler(show/hide)
***/
.page-container.row-fluid li.toggler,
.page-container.row-fluid.sidebar-closed li.toggler {
  bottom: 0.5vh;
  position: fixed;
  width: 0px;
}

.page-container.row-fluid li.toggler {
  margin-left: 185px;
}

.page-container.row-fluid.sidebar-closed li.toggler {
  margin-left: 38px;
}

.sidebar-toggler {
  font-size: 29px;
}

.sidebar-toggler {
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin-top: 15px;
  background-repeat: no-repeat;
  width: 50px;
}

.sidebar-toggler:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.sidebar-closed .sidebar-toggler .icon-angle-left:before {
  transform-origin: -7px;
  transform: rotate(180deg);
}

.sidebar-closed .page-sidebar .sidebar-search {
  height: 34px;
  width: 29px;
  margin-left: 3px;
  margin-bottom: 0px;
}

.sidebar-closed .page-sidebar .sidebar-search input {
  display: none;
}

.sidebar-closed .page-sidebar .sidebar-search .submit {
  margin: 11px 7px !important;
  display: block !important;
}

.sidebar-closed .page-sidebar .sidebar-search .input-box {
  border-bottom: 0;
}

.sidebar-closed .page-sidebar .sidebar-search.open {
  height: 34px;
  width: 255px;
  overflow: hidden;
}

.sidebar-closed .page-sidebar .sidebar-search.open input {
  margin-top: 3px;
  padding-left: 10px;
  padding-bottom: 2px;
  width: 180px;
  display: inline-block !important;
}

.sidebar-closed .page-sidebar .sidebar-search.open .submit {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 10px 8px 9px 6px !important;
}

.sidebar-closed .page-sidebar .sidebar-search.open .remove {
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  margin: 11px 6px 7px 8px !important;
  display: inline-block !important;
  float: left !important;
}

.sidebar-closed > .page-sidebar > ul > li > a .selected {
  right: -3px !important;
}

.sidebar-closed > .page-sidebar > ul > li > a > .title,
.sidebar-closed > .page-sidebar > ul > li > a > .arrow {
  display: none !important;
}

.sidebar-closed .sidebar-toggler {
  margin-right: 3px;
}

.sidebar-closed .page-sidebar .sidebar-search {
  margin-top: 6px;
  margin-bottom: 6px;
}

.sidebar-closed > .page-sidebar > ul {
  width: 35px !important;
}

.sidebar-closed > .page-sidebar > ul > li > a {
  padding-left: 7px;
}

.sidebar-closed > .page-sidebar > ul > li:hover {
  width: 225px;
  position: relative;
  z-index: 2000;
  display: block !important;
}

.sidebar-closed > .page-sidebar > ul > li.toggler:hover {
  width: 0px;
}

.sidebar-closed > .page-sidebar > ul > li:hover .selected {
  display: none;
}

.sidebar-closed > .page-sidebar > ul > li:hover > a > i {
  margin-right: 10px;
}

.sidebar-closed > .page-sidebar > ul > li:hover .title {
  display: inline !important;
  padding-left: 20px;
}

.sidebar-closed > .page-sidebar > ul > li > .sub-menu {
  display: none !important;
}

.sidebar-closed > .page-sidebar > ul > li:hover > .sub-menu {
  width: 189px;
  position: absolute;
  z-index: 2000;
  left: 36px;
  margin-top: 0;
  top: 100%;
  display: block !important;
}

.sidebar-closed > .page-sidebar > ul > li:hover > .sub-menu > li > .sub-menu,
.sidebar-closed
  > .page-sidebar
  > ul
  > li:hover
  > .sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu {
  width: 189px;
}

/* 2rd level sub menu*/
.sidebar-closed > .page-sidebar > ul > li:hover > .sub-menu > li > a {
  padding-left: 15px !important;
}

/* 3rd level sub menu*/
.sidebar-closed
  > .page-sidebar
  > ul
  > li
  > ul.sub-menu
  > li
  > .sub-menu
  > li
  > a {
  padding-left: 30px !important;
}

/* 4rd level sub menu*/
.sidebar-closed
  > .page-sidebar
  > ul
  > li
  > ul.sub-menu
  > li
  > .sub-menu
  > li
  > .sub-menu
  > li
  > a {
  padding-left: 45px !important;
}

/* sidebar container */

.sidebar-closed > .page-sidebar {
  width: 35px;
}

.sidebar-closed > .page-content {
  margin-left: 35px !important;
}
.page-content > div.container-fluid {
  padding-top: 10px;
}

/* ie8 fixes */
.ie8 .page-sidebar {
  position: absolute;
  width: 225px;
}

.ie8 .page-sidebar ul {
  width: 225px;
}

/***
Page content
***/
.page-content {
  margin-top: 0px;
  padding: 0px;
}

.ie8 .page-content {
  margin-left: 225px;
  margin-top: 0px;
}

.ie8 .full-width-page .page-content {
  margin-left: 0px !important;
}

/***
Page title
***/
.page-title {
  padding: 0px;
  font-size: 27px;
  letter-spacing: 1.3px;
  display: block;
  margin: 0px 0px 20px 0px;
  font-weight: 600;
  display: inline-block;
  font-family: var(--font-titles);
}

.page-title small {
  font-size: 13px;
  letter-spacing: 0px;
  font-weight: 300;
}

/***
Page Settings
***/
.page-settings {
  width: 14px;
  font-size: 13px;
  display: inline-block;
  vertical-align: text-bottom;
  cursor: pointer;
  vertical-align: initial;
}

#accordion-settings #collapse {
  width: fit-content;
  margin-top: -20px;
  position: absolute;
  z-index: 100;
  box-shadow: 0 2px 7px 0 rgba(111, 111, 111, 0.6);
}

#accordion-settings #collapse .content {
  transition: height 0.1s;
}

#accordion-settings #collapse .content {
  padding: 20px;
}

#accordion-settings #collapse .content .input-group {
  margin-top: 10px;
}

#accordion-settings #collapse .content form {
  margin: 0;
}

#accordion-settings #collapse .content span {
  text-weight: 600;
}

/***
Page breadcrumb
***/
.page-content .breadcrumb {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  padding-right: 0px;
  padding-left: 8px;
  margin-bottom: 25px;
  font-size: 13px;
  border: 0px !important;
  letter-spacing: normal;
}

.page-content .breadcrumb a,
.page-content .breadcrumb i,
.page-content .breadcrumb span {
  letter-spacing: 0.6px;
}

.page-content .breadcrumb i {
  content: "\f104";
}

/***
Dashboard date range panel
***/
.page-content .breadcrumb .dashboard-date-range {
  display: none;
  padding-top: -1px;
  margin-right: 0px;
  margin-top: -8px;
  padding: 8px;
  padding-bottom: 7px;
  cursor: pointer;
  min-width: 275x;
}

.page-content .breadcrumb .dashboard-date-range span {
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
}

.page-content .breadcrumb .dashboard-date-range .icon-calendar {
  text-transform: normal;
  margin-top: 0px;
  font-size: 13px;
}
.page-content .breadcrumb .dashboard-date-range span {
  font-weight: normal;
}
.page-content .breadcrumb .dashboard-date-range .icon-angle-down {
  font-size: 15px;
}

/***
Footer
***/
.footer {
  bottom: 0;
  font-size: 13px;
}

.footer .group-footer {
  margin: auto;
  width: 70%;
}

.footer .group-footer a {
  margin-top: 30px;
  width: 50px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}

.footer .group-footer span {
  margin-top: 10px;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.footer .go-top {
  display: block;
  text-decoration: none;
  cursor: pointer;
  margin-right: 0px;
  margin-bottom: 0px;
  font-size: 15px;
  padding: 0px 6px 0px 6px;
}

.footer .go-top i {
  font-size: 21px;
  margin-bottom: 5px;
}

/********************
 GENERAL UI ELEMENTS 
*********************/

/***
Icon stuff
***/
i.icon,
a.icon {
  margin-right: 5px;
  font-weight: normal;
  font-size: 12px;
}

a.icon:hover {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

a.icon.huge i {
  font-size: 15px !important;
}

i.big {
  font-size: 19px;
}

/***
Custom wells
***/
.well {
  border: 1px solid;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.well.mini {
  padding: 7px !important;
}

/***
Form stuff
***/
.form-section {
  margin: 15px 0px 20px 0px !important;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}

.form form {
  margin: 0px !important;
  padding: 0px !important;
}

.no-bottom-space {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.form .form-actions {
  margin-top: 0px !important;
  margin-top: 40px;
  padding-left: 190px;
}

.portlet.box .form .form-actions,
.portlet.solid .form .form-actions {
  margin-left: -10px !important;
  margin-right: -10px !important;
  margin-bottom: -10px !important;
}

/***
Bordered form layout
***/

/***
Input icons
***/
/* input with right aligned and colored icons */
input {
  font-family: var(--font-default) !important;
}

.input-icon input {
  padding-right: 25px !important;
}

.input-icon .input-info,
.input-icon .input-error,
.input-icon .input-warning,
.input-icon .input-success {
  display: inline-block !important;
  position: relative !important;
  top: 7px;
  right: 25px !important;
  font-size: 15px;
}

/* input with left aligned icons */
.input-icon.left i {
  display: block !important;
  position: absolute !important;
  z-index: 1;
  margin: 11px 2px 4px 10px;
  width: 16px;
  height: 16px;
  font-size: 15px;
  text-align: center;
}

.input-icon.left input {
  padding-left: 30px !important;
}

/***
Portlets
***/
.portlet {
  clear: both;
  margin-top: 0px;
  margin-bottom: 25px;
  padding: 0px;
}

.portlet-title {
  margin-bottom: 15px;
  border-bottom: 1px solid;
}

.portlet-title:after,
.portlet-title:before {
  content: "";
  display: table;
  line-height: 0;
}

.portlet-title:after {
  clear: both;
}

.portlet-title .caption {
  float: left;
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-bottom: 7px;
}

.portlet-title .caption .portlet-tag {
  font-size: 17px;
}

.portlet-title .caption i {
  float: left;
  margin-top: 7px;
  display: inline-block !important;
  font-size: 12px;
  margin-right: 5px;
}

.sortable .portlet .portlet-title {
  cursor: move;
}

.portlet-title .tools,
.portlet-title .actions {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-top: 6px;
  float: right;
}

.portlet-title .tools > a {
  display: inline-block;
  height: 16px;
  margin-left: 5px;
}

.portlet-title .tools > a.remove {
  background-image: url(/public/assets/img/portlet-remove-icon_468ad461c8faa9c2de9ff9795a9c26f0.png);
  background-repeat: no-repeat;
  width: 11px;
}

.portlet-title .tools > a.config {
  background-image: url(/public/assets/img/portlet-config-icon_c2d864c5b909510da4660d20bc2bb715.png);
  background-repeat: no-repeat;
  width: 12px;
}

.portlet-title .tools > a.reload {
  background-image: url(/public/assets/img/portlet-reload-icon_3fb1d7397437424364c627e415dd444a.png);
  width: 13px;
}

.portlet-title .tools > a.expand {
  background-image: url(/public/assets/img/portlet-expand-icon_b5803063628e06fc852a151885f36201.png);
  width: 14px;
}

.portlet-title .tools > a.collapse {
  background-image: url(/public/assets/img/portlet-collapse-icon_76a1b78abd203bef212be4e4339b0382.png);
  width: 14px;
}

.portlet-title .tools > a:hover {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: 0.6;
  filter: "alpha(opacity=60)";
}

.portlet-title .actions > .btn-group {
  margin-top: -12px;
}

.portlet-title .actions > .btn {
  padding: 4px 10px;
  margin-top: -13px;
}

.portlet-title .actions > .btn-group > .btn {
  padding: 4px 10px;
  background: none;
  font-size: 19px !important;
}

.portlet-title .actions > .btn.mini {
  padding: 4px 10px;
  background: none;
  font-size: 19px !important;
}

.portlet-title .pagination.pagination-small {
  float: right !important;
  display: inline-block !important;
  margin: 0px;
  margin-top: -2px;
}

.portlet-body {
  clear: both;
  padding: 0;
}

.portlet-body .btn-toolbar {
  margin: 0px !important;
  padding: 0px !important;
}

.portlet-body .btn-group {
  margin: 0px !important;
  padding: 0px !important;
  margin-bottom: 10px !important;
}

/*  draggable girds */

.ui-sortable-placeholder {
  border: 1px dotted;
  visibility: visible !important;
  height: 100% !important;
}

.ui-sortable-placeholder * {
  visibility: hidden;
}

.sortable-box-placeholder {
  border: 1px dashed;
  display: block;
  /* float: left;*/
  margin-top: 0px !important;
  margin-bottom: 24px !important;
}

.sortable-box-placeholder * {
  visibility: hidden;
}

/***
Solid colored portlet
***/
.portlet.solid {
  padding: 10px;
}

.portlet.solid .portlet-title .tools {
  margin-top: 2px;
  border: 0px;
}

.portlet.solid .portlet-title {
  margin-bottom: 5px;
  border: 0px;
}

.portlet.solid.bordered .portlet-title {
  margin-bottom: 15px;
}

.portlet.solid.red .portlet-title,
.portlet.solid.red .portlet-title i,
.portlet.solid.red .portlet-body,
.portlet.solid.green .portlet-title,
.portlet.solid.green .portlet-title i,
.portlet.solid.green .portlet-body,
.portlet.solid.yellow .portlet-title,
.portlet.solid.yellow .portlet-title i,
.portlet.solid.yellow .portlet-body,
.portlet.solid.grey .portlet-title,
.portlet.solid.grey .portlet-title i,
.portlet.solid.grey .portlet-body,
.portlet.solid.purple .portlet-title,
.portlet.solid.purple .portlet-title i,
.portlet.solid.purple .portlet-body,
.portlet.solid.blue .portlet-title,
.portlet.solid.blue .portlet-title i,
.portlet.solid.blue .portlet-body {
  border: 0;
}

.portlet.bordered {
  border-left: 2px solid;
}

/***
Box portlet
***/

.portlet.box {
  padding: 0px !important;
}

.portlet.box .portlet-title {
  padding: 8px 10px 2px 10px;
  border-bottom: 1px solid;
}

.portlet.box .portlet-title > .actions > .btn > i {
  font-weight: 900;
}

.portlet.box .portlet-title .tools {
  margin-top: 3px;
}

.portlet.box .portlet-title .tools > a.remove,
.portlet.solid .portlet-title .tools > a.remove {
  background-image: url(/public/assets/img/portlet-remove-icon-white_94aea7884d82aded27462a702fdf5a3e.png);
}

.portlet.box .portlet-title .tools > a.config,
.portlet.solid .portlet-title .tools > a.config {
  background-image: url(/public/assets/img/portlet-config-icon-white_faa46b0ec5c6698acf5df3c6f69bccc1.png);
}

.portlet.box .portlet-title .tools > a.reload,
.portlet.solid .portlet-title .tools > a.reload {
  background-image: url(/public/assets/img/portlet-reload-icon-white_12a553a92cf3396d447ccbfa719771b5.png);
}

.portlet.box .portlet-title .tools > a.expand,
.portlet.solid .portlet-title .tools > a.expand {
  background-image: url(/public/assets/img/portlet-expand-icon-white_979e05ef18b6b7ad3c93bffa5f62028a.png);
}

.portlet.box .portlet-title .tools > a.collapse,
.portlet.solid .portlet-title .tools > a.collapse {
  background-image: url(/public/assets/img/portlet-collapse-icon-white_215fff02791c8a1c7315e6ffd20de7d9.png);
}

/* portlet buttons */
.portlet.box .portlet-body {
  padding: 10px;
}

.portlet.box .portlet-title {
  margin-bottom: 0px;
}

.portlet.box.blue {
  border: 2px solid;
  border-top: 0;
}

.portlet.box.red {
  border: 1px solid;
  border-top: 0;
}

.portlet.box.yellow {
  border: 1px solid;
  border-top: 0;
}

.portlet.box.green {
  border: 1px solid;
  border-top: 0;
}

.portlet.box.purple {
  border: 1px solid;
  border-top: 0;
}

.portlet.box.grey {
  border: 1px solid;
  border-top: 0;
}

.portlet.box.light-grey {
  border: 1px solid;
  border-top: 0;
}

/***
Charts and statistics
***/
.chart,
.pie,
.bars {
  overflow: hidden;
  height: 350px;
  padding: 0px;
  position: relative;
}

/***
Statistic lists
***/
.item-list.table .percent {
  width: 30px;
  float: right;
  margin-right: 10px;
  margin-top: 3px;
}

.item-list.table .title {
  padding-top: -5px;
}

/***
Chart tooltips
***/
.chart-tooltip {
  clear: both;
  z-index: 100;
  padding: 5px !important;
}

.chart-tooltip .label {
  clear: both;
}

/***
Mini chart containers
***/
.bar-chart {
  display: none;
}

.line-chart {
  display: none;
}

/***
Custom icon buttons
***/
.icon-btn {
  height: 70px;
  width: 50px;
  margin: 10px 0px 10px 0px;
  border: 1px solid;
  padding: 16px 0px 0px 0px;
  background-image: none !important;
  filter: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  display: block !important;
  text-shadow: none !important;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

.ie8 .icon-btn:hover {
  filter: none !important;
}

.icon-btn:hover {
  text-decoration: none !important;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 1) !important;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.icon-btn:hover .badge {
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.icon-btn i {
  font-size: 19px !important;
}

.icon-btn .glyphicons {
  padding: 0px;
}

.icon-btn .glyphicons i:before {
  font-size: 19px !important;
}

.icon-btn div {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 10px;
  font-weight: 300;
}

.icon-btn .badge {
  position: absolute;
  font-size: 10px !important;
  font-weight: 300;
  top: -5px;
  right: -5px;
  padding: 3px 7px 3px 7px;
  text-shadow: none;
  border-width: 0;
  border-style: solid;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* for firefox only */
@-moz-document url-prefix() {
  .icon-btn .badge {
    padding: 2px 7px 4px 7px;
  }
}

/* extended dropdowns */
.dropdown-menu.extended {
  min-width: 160px !important;
  max-width: 300px !important;
  width: 233px !important;
}

.dropdown-menu.extended li a {
  display: block;
  padding: 5px 10px !important;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  white-space: normal !important;
}

.dropdown-menu.extended li i {
  margin-right: 3px;
}

.dropdown-menu.extended li a {
  font-size: 12px;
  padding: 10px !important;
}

.dropdown-menu.extended li a:hover {
  background-image: none;
  filter: none;
}

.dropdown-menu.extended li p {
  padding: 10px;
  margin: 0px;
  font-size: 13px;
  font-weight: 300;
}

.dropdown-menu.extended li a {
  padding: 7px 0 5px 0px;
  list-style: none;
  border-bottom: 1px solid !important;
  font-size: 11px;
  text-shadow: none;
}

.dropdown-menu.extended li:first-child a {
  border-top: none;
  border-bottom: 1px solid !important;
}

.dropdown-menu.extended li:last-child a {
  border-top: 1px solid !important;
  border-bottom: 1px solid !important;
}

.dropdown-menu.extended li.external > a {
  font-size: 12px;
  font-weight: 400;
}

.dropdown-menu.extended li.external > a > i {
  margin-top: 3px;
  float: right;
}

/* header notifications dropdowns */

.dropdown-menu.notification li > a > .label {
  width: 10px;
  padding: 2px 4px;
  margin-right: 2px;
  text-align: center !important;
}

.dropdown-menu.notification li > a > .label i {
  text-align: center !important;
}

.dropdown-menu.notification li a .time {
  font-size: 11px;
  font-style: italic;
  font-weight: 600;
  text-align: right;
}

/* header inbox dropdowns */
.dropdown-menu.inbox li a .photo img {
  float: left;
  height: 40px;
  width: 40px;
  margin-right: 6px;
}

.dropdown-menu.inbox li a .subject {
  display: block;
}

.dropdown-menu.inbox li a .subject .from {
  font-size: 13px;
  font-weight: 400;
}

.dropdown-menu.inbox li a .subject .time {
  font-size: 11px;
  font-weight: 600;
  font-style: italic;
  position: absolute;
  right: 10px;
}

.dropdown-menu.inbox li a .message {
  display: block !important;
  font-size: 11px;
}

/* header tasks */
.dropdown-menu.tasks .task {
  margin-bottom: 5px;
}

.dropdown-menu.tasks .task .desc {
  font-size: 12px;
  font-weight: 300;
}

.dropdown-menu.tasks .task .percent {
  font-size: 12px;
  font-weight: 600;
  float: right;
  display: inline-block;
}

.dropdown-menu.tasks .progress {
  display: block;
  height: 10px;
  margin: 0px;
}

/***
General list for item with image
***/
.item-list li .img {
  height: 50px;
  width: 50px;
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}

.item-list {
  margin: 0px;
  list-style: none;
}

.item-list li {
  padding: 7px 0 5px 0px;
  list-style: none;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-size: 11px;
}

.item-list li:first-child {
  border-top: none;
  border-bottom: 1px solid;
}

.item-list li:last-child {
  border-top: none;
  border-bottom: none;
}

.item-list li .label {
  margin-right: 5px;
}

.item-list.todo li .label {
  position: absolute;
  right: 80px;
}

.item-list.todo li .actions {
  position: absolute;
  right: 45px;
}

/***
Custom tables
***/
.table .m-btn {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 5px;
}

.table thead tr th {
  font-weight: 600;
}

.table-advance {
  margin-bottom: 10px !important;
}

.table-advance thead tr th {
  font-weight: 600;
}

.table-advance div.success,
.table-advance div.info,
.table-advance div.important,
.table-advance div.warning,
.table-advance div.danger {
  position: absolute;
  margin-top: -5px;
  float: left;
  width: 2px;
  height: 30px;
  margin-right: 20px !important;
}

.table-advance tr td {
  border-left-width: 0px;
}

.table-advance tr td:first-child {
  border-left-width: 0px !important;
}

.table-advance tr td.highlight:first-child a {
  margin-left: 15px;
}

.table-advance td.highlight div.success {
  border-left: 2px solid;
}

.table-advance td.highlight div.info {
  border-left: 2px solid;
}

.table-advance td.highlight div.important {
  border-left: 2px solid;
}

.table-advance td.highlight div.warning {
  border-left: 2px solid;
}

.table-advance td.highlight div.danger {
  border-left: 2px solid;
}

.table-toolbar {
  text-align: left;
  margin-top: -15px;
  padding: 10px;
}

/***
Star rating
***/
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 29px;
}

.rating span.star {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}

.rating span.star:hover {
  cursor: pointer;
}

.rating span.star:before {
  content: "\f006";
  padding-right: 5px;
}

.rating span.star:hover:before,
.rating span.star:hover ~ span.star:before {
  content: "\f005";
}

/***
Rows seperated form layout
***/
.form-row-seperated .control-group {
  border-bottom: 1px solid;
  padding-bottom: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
}

.form-row-seperated .control-group.last {
  border-bottom: 0;
}

.form-row-seperated .control-label {
  width: 170px;
}

.form-row-seperated .controls {
  margin-left: 190px;
}

.form-row-seperated .help-inline,
.form-row-seperated .help-block {
  padding-left: 0;
}

/***
Bordered form layout
***/
.form-horizontal.form-bordered .control-group:first-child {
  border-bottom: 1px solid !important;
}

.form-horizontal.form-bordered .control-group {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid;
}

.form-horizontal.form-bordered .control-group.last {
  border-bottom: 0;
}

.portlet.box .form-horizontal.form-bordered .control-group {
  margin-left: -10px;
  margin-right: -10px;
}

.portlet.box .form-horizontal.form-bordered .control-group:first-child {
  margin-top: -10px;
}

.form-horizontal.form-bordered .control-group .controls {
  padding: 10px;
  position: relative;
  border-left: 1px solid;
}

.form-horizontal.form-bordered .control-group .controls .chosen-container,
.form-horizontal.form-bordered .control-group .controls .select2-wrapper {
  min-height: 32px;
}

.form-horizontal.form-bordered
  .control-group
  .controls
  .chosen-container
  .help-block,
.form-horizontal.form-bordered
  .control-group
  .controls
  .select2-wrapper
  .help-block {
  clear: both;
  padding-top: 10px !important;
}

.form-horizontal.form-bordered .control-group .control-label {
  margin-top: 10px;
}

.form-horizontal.form-bordered .help-inline,
.form-horizontal.form-bordered .help-block {
  padding-left: 0;
}

/***
Uniform plugin css changes
***/

.radio,
.checkbox {
  padding-left: 0px !important;
}

.controls .text {
  display: block;
  margin-top: 7px;
  font-weight: 400;
  font-size: 13px;
}

.controls .text-inline {
  display: inline-block;
  margin-top: 8px;
  font-weight: 400;
  font-size: 13px;
}

/* used for non horizontal forms */
.controls-uniform {
  margin-top: -7px;
}

/***
General forms settings
***/
.crud_required {
  height: 6px;
  width: 6px;
  border-radius: 50% !important;
  display: inline-block;
  border: 2px solid;
  box-sizing: border-box;
  margin-left: 5px;
  margin-bottom: 1px;
}

.crudButtons {
  margin-top: 10px;
}

.help-block {
  margin-top: 0px;
}

.control-label {
  margin-top: 2px;
}

.control-label .required {
  font-size: 11px;
  padding-left: 2px;
}

.help-inline {
  margin-top: 6px;
}

.help-small {
  font-size: 11px;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.success .help-inline.ok:before {
  content: "\f00c";
  font-size: 15px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}

form legend,
.form-view legend {
  margin-bottom: 15px !important;
}

.controls > .radio .checker,
.controls > .checkbox .checker {
  margin-right: 2px !important;
}

.controls > .radio,
.controls > .checkbox {
  display: inline-block;
  margin: 0 !important;
  margin-top: 8px !important;
  margin-right: 15px !important;
  vertical-align: inherit;
}

.controls > .radio.line,
.controls > .checkbox.line {
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  margin-top: 5px !important;
}

.controls .inline {
  margin-top: 8px;
}

.form-view .control-group {
  margin-top: 0px;
  margin-bottom: 5px;
}

.uploader {
  margin-top: 2px !important;
}

/***
Item block with details shown on hover
***/
.item {
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
}

.item .details {
  width: 100%;
  display: none;
  padding: 5px;
  text-align: center;
  position: relative;
  bottom: 30px;
  margin-bottom: -30px;
  overflow: hidden;
  z-index: 6;
}

.item:hover .details {
  display: block;
  opacity: 0.7;
  filter: alpha(opacity = 70);
}

.item:hover .zoom-icon {
  opacity: 0.5;
  filter: alpha(opacity = 50);
}

/***
Zoom icon overlay on images
***/
.zoom {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}

.zoom .zoom-icon {
  background-color: #222;
}

/***
Chats
***/
.chats {
  margin: 0;
  padding: 0;
  margin-top: -15px;
}

.chats li {
  list-style: none;
  padding: 5px 0;
  margin: 10px auto;
  font-size: 11px;
}

.chats li img.avatar {
  height: 45px;
  width: 45px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.chats li.in img.avatar {
  float: left;
  margin-right: 10px;
}

.chats li .name {
  font-size: 12px;
  font-weight: 400;
}

.chats li .datetime {
  font-size: 12px;
  font-weight: 400;
}

.chats li.out img.avatar {
  float: right;
  margin-left: 10px;
}

.chats li .message {
  display: block;
  padding: 5px;
  position: relative;
}

.chats li.in .message {
  text-align: left;
  border-left: 2px solid;
  margin-left: 65px;
}

.chats li.in .message .arrow {
  display: block;
  position: absolute;
  top: 5px;
  left: -8px;
  width: 0;
  height: 0;

  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid;
}

.chats li.out .message .arrow {
  display: block;
  position: absolute;
  top: 5px;
  right: -8px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid;
}

.chats li.out .message {
  border-right: 2px solid;
  margin-right: 65px;
  text-align: right;
}

.chats li.out .name,
.chats li.out .datetime {
  text-align: right;
}

.chats li .message .body {
  display: block;
}

.chat-form {
  margin-top: 15px;
  padding: 10px;
  overflow: hidden;
  clear: both;
}

.chat-form .input-cont {
  margin-right: 55px;
}

.chat-form .input-cont .m-wrap {
  margin-bottom: 0px;
}

.chat-form .input-cont input {
  border: 1px solid;
  width: 100%;
  margin-top: 0;
}

.chat-form .input-cont input:focus {
  border: 1px solid !important;
}

.chat-form .btn-cont {
  margin-top: -42px;
  position: relative;
  float: right;
  width: 44px;
}

.chat-form .btn-cont .arrow {
  position: absolute;
  top: 17px;
  right: 43px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.chat-form .btn-cont .btn {
  margin-top: 8px;
}

/***
System feeds
***/
.feeds {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.feeds li {
  margin-bottom: 7px;
}

.feeds li:before,
.feeds li:after {
  display: table;
  line-height: 0;
  content: "";
}

.feeds li:after {
  clear: both;
}

.feeds .col1 {
  float: left;
  width: 100%;
  clear: both;
}

.feeds .col2 {
  float: left;
  width: 75px;
  margin-left: -75px;
}

.feeds .col1 .cont {
  float: left;
  margin-right: 75px;
  overflow: hidden;
}

.feeds .col1 .cont .cont-col1 {
  float: left;
  margin-right: -100%;
}

.feeds .col1 .cont .cont-col1 .label {
  float: left;
  width: 14px;
  padding: 7px;
}

.feeds .col1 .cont .cont-col2 {
  float: left;
  width: 100%;
}

.feeds .col1 .cont .cont-col2 .desc {
  margin-left: 35px;
  padding-top: 4px;
  padding-bottom: 4px;
  overflow: hidden;
}

.feeds .col2 .date {
  padding: 4px 9px 4px 4px;
  text-align: right;
  font-style: italic;
}

/***
Users
***/
.user-info {
  margin-bottom: 10px !important;
}

.user-info img {
  float: left;
  margin-right: 5px;
}

.user-info .details {
  display: inline-block;
}

.user-info .label {
  font-weight: 300;
  font-size: 10px;
}

/***
Accordions
***/
.accordion.advanced-fields {
  margin-top: 10px;
}

.advanced-fields .accordion-heading {
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
}

.advanced-fields .accordion-heading .accordion-toggle {
  padding: 19px 0px 19px 5px;
}

.advanced-fields .accordion-group {
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 4px !important;
  padding-left: 19px;
  padding-right: 19px;
}

.advanced-fields .accordion-inner {
  border-top: 1px solid rgba(45, 54, 73, 0.15);
  box-sizing: border-box;
  padding: 20px 5px;
}

.advanced-fields .accordion-toggle.collapsed {
  background: url("/public/images/icons/actions/add_f0d4dfc5f43f9215676e354ed8cde9eb.svg") right no-repeat;
  background-size: 20px 20px;
}

.advanced-fields .accordion-toggle {
  background: url("/public/images/icons/actions/subtract_0eb4911185593f62bd495e12cc9f439c.svg") right no-repeat;
  background-size: 20px 20px;
}

/***
Vertical inline menu
***/
.ver-inline-menu {
  margin: 0px;
  list-style: none;
}

.ver-inline-menu li {
  position: relative;
  margin-bottom: 1px;
}

.ver-inline-menu li i {
  font-size: 14px;
  padding: 11px 9px;
  margin: 0 8px 0 0;
}

.ver-inline-menu li a {
  font-size: 12px;
  display: block;
  border-left: solid 2px;
}

.ver-inline-menu li:hover a,
.ver-inline-menu li:hover i {
  text-decoration: none;
}

.ver-inline-menu li.active a,
.ver-inline-menu li:hover a {
  font-size: 12px;
}

.ver-inline-menu li.active a,
.ver-inline-menu li.active i {
  text-decoration: none;
  border-left: solid 1px;
}

.ver-inline-menu li.active:after {
  content: "";
  display: inline-block;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-left: 6px solid;
  position: absolute;
  top: 12px;
  right: -5px;
}

/***
Custom tabs
***/
.nav-item {
  margin-bottom: 5px;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
  text-align: center;
  min-width: 220px;
}

.tab-content {
  padding: 0px;
  overflow: hidden;
}

.tabbable-custom {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 15px;
  margin-top: 15px;
}

.widget .row-fluid:last-child .tabbable-custom {
  margin-bottom: 0px;
}

.tabbable-custom > .nav-tabs {
  border: none;
  margin: 0px;
}

.tabbable-custom > .tab-content {
  border-top: 1px solid;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px;
}

.tabbable-custom.boxless > .tab-content {
  padding: 15px 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.tabbable-custom .nav-tabs > li {
  margin-right: 2px;
  border-top: 2px solid transparent;
}

.tabbable-custom .nav-tabs > li > a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-right: 0;
  padding: 9px 10px;
  min-width: 105px;
  text-align: center;
  font-weight: normal;
}

.tabbable-custom .nav-tabs > li.active {
  border-top: 3px solid;
  margin-top: 0;
  position: relative;
}

.tabbable-custom .nav-tabs > li.active > a {
  border-top: none;
  font-weight: normal;
}

.tabbable-custom .nav-tabs > li {
  margin-right: 2px;
  border-top: 2px solid transparent;
}

.tabs-below.tabbable-custom .nav-tabs > li {
  border-top: none;
  border-bottom: 2px solid transparent;
  margin-top: -1px;
}

.tabs-below.tabbable-custom .nav-tabs > li.active {
  border-top: none;
  border-bottom: 3px solid;
  margin-bottom: 0;
  position: relative;
}

.tabs-below.tabbable-custom .nav-tabs > li.active > a {
  border-bottom: none;
}

.tabs-left.tabbable-custom .nav-tabs > li {
  margin-right: 0;
  border-left: 2px solid transparent;
  margin-top: none;
}

.tabs-left.tabbable-custom .nav-tabs > li.active {
  border-top: none;
  border-left: 3px solid;
  margin-top: 0;
  margin-right: -1px;
  position: relative;
}

.tabs-left.tabbable-custom .nav-tabs > li.active > a {
  border-top: 1px solid;
  border-left: 1px solid;
}

.tabs-right.tabbable-custom .nav-tabs > li {
  margin-right: 0;
  border-right: 2px solid transparent;
  border-top: none;
}

.tabs-right.tabbable-custom .nav-tabs > li.active {
  border-top: none;
  border-right: 3px solid;
  margin-top: 0;
  margin-left: -1px;
  position: relative;
}

.tabs-right.tabbable-custom .nav-tabs > li.active > a {
  border-top: 1px solid;
  border-right: 1px solid;
}

.tabs-right.tabbable-custom .nav-tabs > li a,
.tabs-left.tabbable-custom .nav-tabs > li a {
  padding: 8px 10px;
}

/*full width tabs with bigger titles */
.tabbable-custom.tabbable-full-width > .tab-content {
  padding: 27px 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.tabbable-custom.tabbable-full-width .nav-tabs > li > a {
  font-size: 14px;
  padding: 9px 15px;
}

/***
Custom portlet tabs
***/
.portlet-tabs .nav-tabs {
  position: relative;
  top: -41px;
  margin-right: 10px;
  overflow: hidden;
}

.portlet-tabs .nav-tabs > li {
  float: right;
}

.portlet-tabs .nav-tabs {
  border-bottom: none;
}

.portlet-tabs .nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 10px;
  line-height: 16px;
  margin-top: 6px;
  margin-left: 0px;
  margin-right: 0px;
  border-left: 0;
  border-right: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.portlet-tabs .nav-tabs > li:last-child > a {
  border-right: 0;
}

.portlet-tabs .nav-tabs > li {
  margin-left: 1px;
}

.portlet-tabs .nav-tabs > li.active {
  border-top-color: transparent;
}

.portlet-tabs .nav-tabs > li.active > a {
  margin-bottom: 0px;
  border-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  border-left: 0;
  border-right: 0;
}

.portlet-tabs .nav-tabs > li > a:hover {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  border-left: 0;
  border-right: 0;
}

.portlet-tabs .nav-tabs > .active > a {
  cursor: default;
}

.portlet-tabs .tab-content {
  position1: relative;
  padding: 10px !important;
  margin: 0px;
  margin-top: -60px !important;
}

.portlet.tabbable .portlet-body {
  padding: 0px;
}

.tab-pane > p:last-child {
  margin-bottom: 0px;
}

/***
Dashboard container
***/
#dashboard {
  display: initial;
  overflow: hidden;
}

/***
Dashboard stats
***/
.dashboard-stat {
  margin-bottom: 25px;
}

.dashboard-stat:before,
.dashboard-stat:after {
  display: table;
  line-height: 0;
  content: "";
}
.dashboard-stat:after {
  clear: both;
}

.dashboard-stat .visual {
  width: 80px;
  height: 80px;
  display: block;
  float: left;
  padding-top: 10px;
  padding-left: 15px;
}

.dashboard-stat .visual i {
  font-size: 64px;
}

.dashboard-stat .details {
  float: right;
  padding-right: 10px;
}

.dashboard-stat .details .number {
  padding-top: 25px;
  text-align: right;
  font-size: 33px;
  letter-spacing: -1px;
  font-weight: 300;
  margin-bottom: 10px;
}

.dashboard-stat .details .desc {
  text-align: right;
  font-size: 15px;
  letter-spacing: 0px;
  font-weight: 300;
}

.dashboard-stat .more {
  clear: both;
  display: block;
  padding: 5px 10px 5px 10px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 10px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.dashboard-stat .more i {
  margin-top: 4px;
  float: right;
}

.dashboard-stat .more:hover {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: 1;
  filter: alpha(opacity=100);
}

/***
Circle Stats(KNOB, new in v1.1.1)
***/

/* Circle stats */
.knobify {
  border: 0 !important;
  width: 0px;
}

.ie8 .knobify {
  display: none;
}

.circle-stat {
  padding: 2px;
  margin-bottom: 10px;
}

.circle-stat:before,
.circle-stat:after {
  display: table;
  line-height: 0;
  content: "";
}
.circle-stat:after {
  clear: both;
}

.circle-stat .visual {
  display: block;
  float: left;
}

.circle-stat .details {
  display: block;
  float: left;
  margin-left: 5px;
  padding-top: 7px;
}

.circle-stat .details .title {
  margin: 10px 0px 5px 0px !important;
  padding: 0px !important;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  color: #222;
}

.ie8 .circle-stat .details .title {
  margin-top: 5px !important;
}
.ie8 .circle-stat .details {
  padding-top: 0px !important;
  margin-bottom: 5px !important;
}

.circle-stat .details .title i {
  margin-top: 2px !important;
  font-size: 15px;
}

.circle-stat .details .number {
  margin: 0px !important;
  margin-bottom: 7px !important;
  font-size: 23px;
  padding: 0px;
  font-weight: 300;
}

/***
Tiles(new in v1.1.1)
***/
.tiles {
  margin-right: -10px;
}

.tile {
  display: block;
  letter-spacing: 0.02em;
  float: left;
  height: 130px;
  width: 130px !important;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.02em;
  line-height: 20px;
  font-smooth: always;
  overflow: hidden;
  border: 4px solid transparent;
  margin: 0 10px 10px 0;
}

.tile-carousel-dashboard {
  display: block;
  letter-spacing: 0.02em;
  float: left;
  width: 100% !important;
  height: 180px !important;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.02em;
  line-height: 20px;
  overflow: hidden;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  border: 10px solid;
  text-align: center;
}

.tile-carousel-dashboard .announcement-wrapper {
  height: 180px;
  width: 100%;
  overflow-y: hidden;
}

.tile-carousel {
  display: block;
  letter-spacing: 0.02em;
  float: left;
  width: 435px !important;
  height: 285px !important;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.02em;
  line-height: 28px;
  overflow: hidden;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  border: 10px solid;
}

.tile-carousel .announcement-wrapper {
  height: 250px;
  width: 95%;
  padding: 10px;
  overflow-y: hidden;
}

#announcement-element {
  width: 100%;
  font-size: 200%;
  overflow-y: hidden;
  text-overflow: ellipsis;
  position: relative;
  top: 0px;
  overflow: hidden;
}

.tile:after,
.tile:before {
  content: "";
  float: left;
}

.tile.double {
  width: 278px !important;
}

.tile.double-down {
  height: 278px !important;
}

.tile.selected .corner:after {
  border-left: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-right: 40px solid;
}

.tile.selected .check:after {
  content: "";
  font-family: FontAwesome;
  font-size: 12px;
  content: "\f00c";
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 2px;
}

.tile-carousel .tile-body,
.tile .tile-body {
  height: 100%;
  vertical-align: top;
  padding: 5px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  font-weight: 400;
  font-size: 11px;
  font-smooth: always;
  margin-bottom: 10px;
}

.tile .tile-body img {
  float: left;
  margin-right: 10px;
}

.tile .tile-body img.pull-right {
  float: right !important;
  margin-left: 10px;
  margin-right: 0px;
}

.tile .tile-body .content {
  display: inline-block;
}

.tile .tile-body > i {
  margin-top: 17px;
  display: block;
  font-size: 55px;
  text-align: center;
}

.tile.double-down i {
  margin-top: 95px;
}

.tile .tile-body h1,
.tile .tile-body h2,
.tile .tile-body h3,
.tile .tile-body h4,
.tile .tile-body h5,
.tile .tile-body h6,
.tile .tile-body p {
  padding: 0;
  margin: 0;
  line-height: 14px;
}

.tile .tile-body h3,
.tile .tile-body h4 {
  margin-bottom: 5px;
}

.tile .tile-body p {
  font-weight: 400;
  font-size: 12px;
  font-smooth: always;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tile.icon > .tile-body {
  padding: 0;
}

.tile .tile-object {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 30px;
  background-color: transparent;
  *zoom: 1;
}

.tile .tile-object:before,
.tile .tile-object:after {
  display: table;
  content: "";
}

.tile .tile-object:after {
  clear: both;
}

.tile .tile-object > .name {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 15px;
  font-weight: 400;
  font-size: 12px;
  font-smooth: always;
}

.tile .tile-object > .name i {
  display: block;
  font-size: 23px;
}

.tile .tile-object > .number {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 14px;
  font-smooth: always;
  margin-bottom: 8px;
  margin-right: 10px;
}

.tile.image {
  border-color: transparent !important;
}

.tile.image > .tile-body {
  padding: 0 !important;
}

.tile.image > .tile-body > img {
  width: 100%;
  height: auto;
  min-height: 100%;
  max-width: 100%;
}

.tile.image .tile-body h3 {
  display: inline-block;
}

/***
Styler Panel
***/
.color-panel {
  z-index: 999;
  position: relative;
}

.color-panel .color-mode-icons {
  top: 4px;
  right: 0;
  padding: 20px;
  cursor: pointer;
  position: absolute;
}

.color-panel .icon-color {
  background: #c9c9c9 url(/public/assets/img/icon-color_097d3f57c06014bd7b6d306aa7f5bab1.png) center no-repeat !important;
}

.color-panel .icon-color-close {
  display: none;
  background: #3d3d3d url(/public/assets/img/icon-color-close_defe34139032a31f27bb78337a66dd64.png) center no-repeat !important;
}

.color-panel .icon-color-close:hover {
  background-color: #222 !important;
}

.color-mode {
  top: 5px;
  right: 40px;
  display: none;
  padding: 10px 0;
  position: absolute;
}

.color-mode p,
.color-mode ul,
.color-mode label {
  padding: 0 15px;
}

.color-mode p {
  padding: 0 15px;
  font-size: 14px;
}

.color-mode ul {
  list-style: none;
  padding: 4px 11px 5px;
}

.color-mode li {
  width: 20px;
  height: 30px;
  margin: 0 4px;
  cursor: pointer;
  list-style: none;
  border: solid 1px;
}

.color-mode li:hover,
.color-mode li.current {
  border: solid 2px;
  margin: 0 3px;
}

.color-mode label {
  padding-top: 12px;
  text-transform: uppercase;
  border-top: 1px solid;
}

.color-mode label span.color-mode-label {
  top: 2px;
  position: relative;
}

/********************
 PAGES 
*********************/

/***
Calendar with full calendar
***/
.external-event {
  display: inline-block !important;
  cursor: move;
  margin-bottom: 5px !important;
  margin-left: 5px !important;
}

.portlet .event-form-title {
  font-size: 13px;
  margin-top: -8px;
  font-weight: 400;
  margin-bottom: 0px;
}

.portlet.calendar .fc-button {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  text-shadow: none !important;
  border: 0 !important;
  padding: 7px 8px 11px 8px;
  margin-left: 2px;
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: solid;
  border-left-style: solid;
  top: -47px;
}

.portlet.calendar .fc-header {
  margin-bottom: -21px;
}

.portlet.calendar .fc-button-prev {
  padding-right: 10px;
  padding-left: 8px;
}

.portlet.calendar .fc-button-next {
  padding-right: 8px;
  padding-left: 10px;
}

.portlet.calendar .fc-text-arrow {
  font-size: 22px;
  font-family: "Courier New", Courier, monospace;
  vertical-align: baseline;
}

/* begin: event element */
.portlet.calendar .fc-event {
  border: 0px;
}

.portlet.calendar .fc-event-inner {
  border: 0px;
}

.portlet.calendar .fc-event-time {
  float: left;
  text-align: left;
  font-size: 12px;
  font-weight: 300;
}

.portlet.calendar .fc-event-title {
  text-align: left;
  float: left;
  font-size: 12px;
  font-weight: 300;
}
/* end: event element */

.portlet.calendar .fc-header-title h2 {
  font-size: 13px !important;
  line-height: 20px;
  font-weight: 400;
  color: #111;
}

.portlet.calendar .fc-widget-header {
  background-image: none !important;
  filter: none !important;
  text-transform: uppercase;
  font-weight: 300;
}

.portlet.calendar .mobile .fc-button {
  margin-left: 2px !important;
}

.portlet.calendar .mobile .fc-button {
  padding: 6px 6px 6px 6px;
  margin-left: 2px;
  border: none !important;
  background-image: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  text-shadow: none !important;
  text-align: center;
}

.portlet.calendar .mobile .fc-button-prev {
  margin-right: 5px;
  margin-top: -2px;
  padding: 3px 6px 3px 4px;
}

.portlet.calendar .mobile .fc-button-next {
  margin-right: -0px;
  margin-top: -2px;
  padding: 3px 4px 3px 6px;
}

.portlet.calendar .mobile .fc-header-space {
  margin: 0px !important;
  padding: 0px !important;
  width: 0px !important;
}

.portlet.calendar .mobile .fc-header-left {
  position: absolute;
  z-index: 10;
}

.portlet.calendar .mobile .fc-header-right {
  position: absolute;
  z-index: 9;
}

.portlet.calendar .mobile .fc-header-left .fc-button {
  top: -2px !important;
}

.portlet.calendar .mobile .fc-header-right {
  position: relative;
  right: 0;
}

.portlet.calendar .mobile .fc-header-right .fc-button {
  top: 35px !important;
}

.portlet.calendar .mobile .fc-header-right .fc-button:last-child {
  margin-left: 0px !important;
}

.portlet.calendar .mobile .fc-content {
  margin-top: 53px;
}

/***
Form wizard
***/

.form-wizard .progress {
  margin-bottom: 30px;
}

.form-wizard .steps {
  padding: 10px 0;
  margin-bottom: 15px;
}

.form-wizard .steps .navbar-inner {
  background-image: none !important;
  filter: none !important;
  border: 0px;
  box-shadow: none !important;
}

.form-wizard .steps .navbar-inner li a {
  background-image: none !important;
  filter: none !important;
  border: 0px;
  box-shadow: none !important;
}

.form-wizard .step:hover {
  text-decoration: none;
}

.form-wizard .step .number {
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  padding: 12px 15px 12px 15px !important;
  margin-right: 10px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.form-wizard .step .desc {
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

.form-wizard .active .step .desc {
  font-weight: 400;
}

.form-wizard .step i {
  display: none;
}

.form-wizard .done .step .desc {
  font-weight: 400;
}

.form-wizard .done .step i {
  font-size: 11px;
  font-weight: normal;
  display: inline-block;
}

/**************************
 PLUGIN CSS CUSTOMIZATIONS 
**************************/

/***
Google Maps
***/
.gmaps {
  height: 300px;
  width: 100%;
}

/* important!  bootstrap sets max-width on img to 100% which conflicts with google map canvas*/
.gmaps img {
  max-width: none;
}

#gmap_static div {
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  height: 100%;
  display: block;
  height: 300px;
}

#gmap_routes_instructions {
  margin-top: 10px;
  margin-bottom: 0px;
}

/***
SlimScrollBar plugins css changes
***/
.scroller {
  padding: 0px !important;
  margin: 0px !important;
  padding-right: 12px !important;
}

.portlet-body .slimScrollBar {
  margin-right: 0px !important;
}

/***
jqvmap changes
***/
.vmaps {
  position: relative;
  overflow: hidden;
  height: 300px;
}

/***
Daterangepicker plugin css changes
***/
.daterangepicker td {
  text-shadow: none !important;
}

.daterangepicker td.active {
  background-image: none !important;
  filter: none !important;
}

.daterangepicker th {
  font-weight: 400;
  font-size: 13px;
}

/***
Toggle buttons plugin css changes
***/
.toggle-button,
.toggle-button label {
  margin-top: 3px;
  background-image: none !important;
  filter: none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border: 1px solid !important;
  -moz-border-radius-topleft: 0px !important;
  -webkit-border-top-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  -moz-border-radius-bottomleft: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  -moz-border-radius-topright: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  -moz-border-radius-bottomright: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.toggle-button span.labelRight,
.toggle-button span.primary,
.toggle-button span.labelLeft,
.toggle-button span.info,
.toggle-button span.success,
.toggle-button span.warning,
.toggle-button span.danger {
  -moz-border-radius-topleft: 0px !important;
  -webkit-border-top-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  -moz-border-radius-bottomleft: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  -moz-border-radius-topright: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  -moz-border-radius-bottomright: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;

  font-size: 12px !important;
  font-weight: 300 !important;
  background-image: none !important;
  filter: none !important;
}

/***
Fileuploader plugin css changes
***/
.fileupload .btn {
  padding: 7px 14px !important;
}

.fileupload-exists {
  padding: 0px;
}

.fileupload .fileupload-preview {
  background-image: none !important;
  filter: none !important;
}

.fileupload .close {
  position: relative;
  top: 0px !important;
}

/***
Clockface plugin css changes
***/
.clockface .cell .inner.active,
.clockface .cell .outer.active {
  background-image: none !important;
  filter: none !important;
}

/***
WYSIWYG
***/
.wysihtml5-toolbar li {
  margin: 0px;
  height: 29px;
}

.wysihtml5-toolbar li .dropdown-menu {
  margin-top: 5px;
}

/***
CKEditor css changes
***/
.cke_bottom,
.cke_inner,
.cke_top,
.cke_reset,
.cke_dialog_title,
.cke_dialog_footer,
.cke_dialog {
  background-image: none !important;
  filter: none !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.cke_dialog_ui_button,
.cke_dialog_tab {
  background-image: none !important;
  filter: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.cke_dialog_ui_button:hover,
.cke_dialog_tab:hover {
  text-decoration: none;
  text-shadow: none !important;
}

.cke_dialog_ui_input_text {
  background-image: none !important;
  filter: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.cke_combo_button,
.cke_button,
.cke_toolbar,
.cke_toolgroup {
  background-image: none !important;
  filter: none !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.cke_button,
.cke_combo_button,
.cke_panel_grouptitle,
.cke_hc.cke_panel_listItem a {
  background-image: none !important;
  filter: none !important;
  text-shadow: none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}

.cke_toolbar_break {
  background-image: none !important;
  filter: none !important;
  border: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
}

/***
Date tables plugin changes
***/
.dataTable {
  clear: both;
  border: 0;
}

.dataTables_filter label {
  line-height: 32px !important;
}

/***
Gritter notification modify
***/
.gritter-close {
  left: auto !important;
  right: 3px !important;
}

/***
Bootstrap carousel css changes
***/
.carousel-inner .item {
  line-height: 20px;
}

/***
Glyphicons Demo(new in v1.1.1)
***/
.glyphicons-demo {
  text-align: center;
}

.glyphicons-demo .glyphicons {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 150px;
  font-size: 13px;
  line-height: 48px;
  margin-right: 20px;
  text-align: left;
}

.glyphicons-demo .glyphicons i:before {
  line-height: 55px !important;
}

.halfings-demo .white-content {
  margin: 0 -20px 0 -20px;
  padding: 20px;
}

.halfings-demo h2 {
  text-align: left;
}

.halfings-demo p,
.halfings-demo a {
  width: 175px;
  font-size: 13px;
  line-height: 14px;
  text-align: left;
  display: inline-block;
  margin-right: 10px;
}

.halfings-demo .halflings,
.halfings-demo .halflings-icon {
  margin: 0 5px 0 0;
}

/***
jQuery UI Sliders(new in v1.1.1)
***/
.table.sliders td {
  padding: 15px 10px !important;
}

.table.sliders .slider {
  margin-top: 4px;
}

.table.sliders .slider-value {
  padding-top: 5px;
  font-weight: 400;
}

.table.sliders .slider-vertical-value {
  padding-bottom: 5px;
  font-weight: 400;
}

.slider {
  border: 0 !important;
}

.ui-slider-vertical,
.ui-slider-handle {
  filter: none !important;
  background-image: none !important;
}

.slider-eq > span {
  height: 125px;
  float: left;
  margin: 15px;
}

/***
Bootstrap Tree CSS changes(new in v1.1.2)
***/
.tree {
  margin: 0;
  padding: 0;
}

.tree a {
  padding: 2px 3px 3px 3px;
  display: block !important;
  line-height: 16px !important;
}

.tree a:hover {
  text-decoration: none;
}

.tree a.tree-toggle-icon-only,
.tree a.tree-toggle {
  background-position: 2px -20px;
}

.tree a.tree-toggle.closed,
.tree a.tree-toggle-icon-only.closed {
  background-position: 2px 3px;
}

/***
jQuery UI Datepicker(new in v1.2.2)
***/
.ui-widget-header select {
  padding: 2px !important;
  height: 30px;
  margin: 0 !important;
  margin-top: -1px !important;
}

.ui-datepicker .ui-widget-header {
  border: 0 !important;
  box-shadow: none !important;
  height: 28px;
}

.ui-widget-header .ui-icon {
  background-image: url(/public/assets/plugins/jquery-ui_101d720e3296d1745e36d301c6079e11/images/ui-icons_888888_256x240.png) !important;
}

.ui-widget-header .ui-datepicker-next,
.ui-widget-header .ui-datepicker-prev {
  margin: 2px 2px 2px 2px;
}

.ui-widget-header .ui-state-hover,
.ui-widget-header .ui-state-active {
  background-image: none !important;
}

.ui-datepicker .ui-datepicker-title {
  font-weight: 400 !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
}

.ui-datepicker .ui-datepicker-title span {
  display: inline-block;
  padding-top: 2px;
}

.ui-datepicker .ui-datepicker-calendar thead span {
  font-weight: 300 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
}

.ui-datepicker .ui-datepicker-week-col {
  font-weight: 400 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
}

.ui-datepicker tbody .ui-datepicker-week-col {
  text-align: center;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  font-weight: 300 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-active,
.ui-datepicker .ui-datepicker-calendar .ui-state-hover {
  background-image: none !important;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-highlight {
  background-image: none !important;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background-image: none !important;
}

.ui-datepicker button.ui-state-default {
  background-image: none !important;
}

.ui-datepicker button.ui-state-default.ui-priority-secondary {
  font-weight: 300 !important;
  font-size: 12px !important;
}

.ui-datepicker button.ui-state-default.ui-priority-primary {
  font-weight: 300 !important;
  font-size: 12px !important;
}

/***
jQuery UI Dialogs(new in v1.2.4)
***/
.ui-dialog {
  z-index: 10011 !important;
  background: none !important;
}

.ui-dialog .ui-dialog-titlebar {
  font-weight: 300 !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

.ui-dialog .ui-dialog-titlebar-close {
  outline: none !important;
  border: 0 !important;
  box-shadow: none;
  background: url(/public/assets/img/hor-menu-search-close_c7bba5f0362f4e9d0ce3b3a7aebef5aa.png) no-repeat center;
  margin-top: -12px !important;
}

.ui-dialog .ui-dialog-titlebar-close:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/*dialog title bg colors*/
.ui-dialog.ui-dialog-blue .ui-dialog-titlebar-close {
  background: url(/public/assets/img/hor-menu-search-close-white_48e671e73af76ff9641ca6d86c812238.png) no-repeat center;
}

.ui-dialog.ui-dialog-red .ui-dialog-titlebar-close {
  background: url(/public/assets/img/hor-menu-search-close-white_48e671e73af76ff9641ca6d86c812238.png) no-repeat center;
}

.ui-dialog.ui-dialog-yellow .ui-dialog-titlebar-close {
  background: url(/public/assets/img/hor-menu-search-close-white_48e671e73af76ff9641ca6d86c812238.png) no-repeat center;
}

.ui-dialog.ui-dialog-green .ui-dialog-titlebar-close {
  background: url(/public/assets/img/hor-menu-search-close-white_48e671e73af76ff9641ca6d86c812238.png) no-repeat center;
}

.ui-dialog.ui-dialog-purple .ui-dialog-titlebar-close {
  background: url(/public/assets/img/hor-menu-search-close-white_48e671e73af76ff9641ca6d86c812238.png) no-repeat center;
}

.ui-dialog.ui-dialog-grey .ui-dialog-titlebar-close {
  background: url(/public/assets/img/hor-menu-search-close-white_48e671e73af76ff9641ca6d86c812238.png) no-repeat center;
}

/*dialog title bg colors*/
.ui-dialog .ui-dialog-content {
  font-size: 12px !important;
}

.ui-dialog .ui-dialog-content .icon {
  display: inline-block;
  float: left;
  margin: 5px 7px 20px 0;
}

.ui-widget-overlay.ui-front {
  z-index: 10010;
}

/***
Sidebar Content
***/
.sidebar-content {
  margin-top: 20px;
}

/***
Horezantal Menu(new in v1.2)
***/
.header .hor-menu {
  margin: 0;
  float: left;
  margin-left: 99px;
}

.header .hor-menu ul.nav li a {
  font-size: 13px;
  padding: 11px 18px;
}

.ie8 .header .hor-menu a.dropdown-toggle {
  padding-top: 10px !important;
}

.header .hor-menu ul.nav li {
  position: relative;
}

.header .hor-menu ul.nav li.active .selected {
  left: 50%;
  bottom: 0;
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid;
  display: inline-block;
  margin: 0;
  width: 0px;
  height: 0px;
  margin-left: -7px;
  margin-bottom: -6px;
}

/*drop-down*/
.header .hor-menu .dropdown-menu {
  margin-top: 0;
  border: none;
  box-shadow: none;
}

.header .hor-menu .dropdown-menu li > a {
  padding: 7px 18px !important;
  margin-top: 1px;
}

.header .dropdown-menu .arrow {
  display: none;
}

.header .hor-menu ul.nav > li > a > .arrow:before {
  margin-top: 7px;
  margin-left: 3px;
  display: inline;
  font-size: 15px;
  font-family: FontAwesome;
  height: auto;
  content: "\f107";
  font-weight: 300;
  text-shadow: none;
}

.header .hor-menu ul.nav > li .dropdown-menu > li > a > .arrow:before {
  float: right;
  margin-top: 1px;
  margin-right: -5px;
  display: inline;
  font-size: 15px;
  font-family: FontAwesome;
  height: auto;
  content: "\f105";
  font-weight: 300;
  text-shadow: none;
}

.header .hor-menu .dropdown-menu li > a:hover,
.header .hor-menu .dropdown-menu li:hover > a,
.header .hor-menu .dropdown-menu li.active > a {
  filter: none !important;
}

.header .hor-menu .nav > li > .dropdown-menu:after,
.header .hor-menu .nav > li > .dropdown-menu:before {
  border-bottom: none !important;
}

/*search*/
.header .hor-menu .hor-menu-search-form-toggler {
  display: inline-block;
  padding: 11px 22px 11px 22px !important;
  cursor: pointer;
  background: url(/public/assets/img/hor-menu-search_23df839f20679e5ca130015ab6213a32.png) no-repeat center;
}

.header .hor-menu .hor-menu-search-form-toggler:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.header .hor-menu .hor-menu-search-form-toggler.hide {
  background: #101010 url(/public/assets/img/hor-menu-search-close_c7bba5f0362f4e9d0ce3b3a7aebef5aa.png) no-repeat center;
}

.header .hor-menu a.hor-menu-search-form-toggler-close {
  display: none;
}

.header .hor-menu .search-form {
  top: 42px;
  right: 0px;
  padding: 8px;
  display: none;
  z-index: 999;
  position: absolute;
}

.header .hor-menu .search-form .btn {
  padding: 7px 20px;
  height: 32px;
  width: 10px;
  display: inline-block;
  background: #2d2d2d url(/public/assets/img/search-icon_9b672ee5dd29c44c8e14343b482fa6d4.png) no-repeat center;
}

.header .hor-menu .search-form .btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.header .hor-menu .search-form form {
  margin-bottom: 0;
}

.header .hor-menu .search-form form input {
  border: none;
}

/***
Dashboard Charts(new in v1.2.1)
***/
.easy-pie-chart,
.sparkline-chart {
  text-align: center;
}

.sparkline-chart {
  margin-top: 15px;
  position: relative !important;
}

.easy-pie-chart .number {
  font-size: 15px;
  font-weight: 300;
  width: 85px;
  margin: 0 auto;
}

.sparkline-chart .number {
  width: 100px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.sparkline-chart .title,
.easy-pie-chart .title {
  display: block;
  text-align: center;
  font-weight: 300;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.sparkline-chart .title:hover,
.easy-pie-chart .title:hover {
  text-decoration: none;
}

/***
Top News Blocks(new in v1.2.2)
***/
.top-news {
  margin: 8px 0;
}

.top-news a,
.top-news em,
.top-news span {
  display: block;
  text-align: left;
}

.top-news a {
  padding: 10px;
  position: relative;
  margin-bottom: 10px;
}

.top-news a .top-news-icon {
  right: 8px;
  bottom: 15px;
  opacity: 0.3;
  font-size: 34px;
  position: absolute;
  filter: alpha(opacity=30); /*For IE8*/
}

.top-news em {
  margin-bottom: 0;
  font-style: normal;
}

.top-news span {
  font-size: 17px;
  margin-bottom: 5px;
}

/***
Bootstrap Carousel(new in v1.2.2)
***/
.carousel {
  margin-bottom: 0;
}

.carousel .carousel-inner .item {
  margin-bottom: 10px;
}

.carousel a.carousel-control {
  border: none;
  padding: 5px;
  display: none;
}

.carousel:hover a.carousel-control {
  display: block;
  width: 40px;
  height: 40px;
}

/***
Block Images(new in v1.2.2)
***/
.blog-images {
  margin-bottom: 0;
}

.blog-images li {
  display: inline;
}

.blog-images li a:hover {
  text-decoration: none;
}

.blog-images li img {
  width: 50px;
  height: 50px;
  opacity: 0.6;
  margin: 0 2px 8px;
}

.blog-images li img:hover {
  opacity: 1;
  box-shadow: 0 0 0 4px #72c02c;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
}

/*Sidebar Tags*/
ul.sidebar-tags a {
  font-size: 11px;
  padding: 2px 5px;
  margin: 0 2px 5px 0;
  display: inline-block;
}

ul.sidebar-tags a:hover,
ul.sidebar-tags a:hover i {
  text-decoration: none;
  -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;
}

ul.sidebar-tags li {
  padding: 0;
}

/***
Social Icons(new in v1.2.2)
***/
.social-icons {
  margin: 0;
}

.social-icons:after,
.social-icons:before {
  content: "";
  display: table;
}

.social-icons:after {
  clear: both;
}

.social-icons li {
  float: left;
  display: inline;
  list-style: none;
  margin-right: 5px;
  margin-bottom: 5px;
  text-indent: -9999px;
}
.social-icons li a,
a.social-icon {
  width: 28px;
  height: 28px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.social-icons li:hover a {
  background-position: 0 -38px;
}

.social-icons .amazon {
  background: url(/public/assets/img/social/amazon_8ebe1db7e525fa3283ab0c96ff530383.png) no-repeat;
}
.social-icons .behance {
  background: url(/public/assets/img/social/behance_14f7f68ae6a659d7a6b929156857963d.png) no-repeat;
}
.social-icons .blogger {
  background: url(/public/assets/img/social/blogger_31c3b355952bd07bf520cfe00025713f.png) no-repeat;
}
.social-icons .deviantart {
  background: url(/public/assets/img/social/deviantart_4ef6f74c3c83b62f1fb4908aae3ca87b.png) no-repeat;
}
.social-icons .dribbble {
  background: url(/public/assets/img/social/dribbble_9681f72ed9ffee1969745c0df9f5d760.png) no-repeat;
}
.social-icons .dropbox {
  background: url(/public/assets/img/social/dropbox_35b086b15423fe31a6eae3bfa5c8a3c3.png) no-repeat;
}
.social-icons .evernote {
  background: url(/public/assets/img/social/evernote_f9cf33f5885725dfcb5914d79651be1f.png) no-repeat;
}
.social-icons .facebook {
  background: url(/public/assets/img/social/facebook_f9ccb1c160910aaf629233ffe8c286eb.png) no-repeat;
}
.social-icons .forrst {
  background: url(/public/assets/img/social/forrst_c6c57bcad28296638bd068782d0e2c25.png) no-repeat;
}
.social-icons .github {
  background: url(/public/assets/img/social/github_d614513441a0aa1f1e6d84ee52a257d8.png) no-repeat;
}
.social-icons .googleplus {
  background: url(/public/assets/img/social/googleplus_5b31ac260cdca30a827dc74a6bf5ad62.png) no-repeat;
}
.social-icons .jolicloud {
  background: url(/public/assets/img/social/jolicloud_978331279029140ae2b00b385b89a716.png) no-repeat;
}
.social-icons .last-fm {
  background: url(/public/assets/img/social/last-fm_69a265c3ff34490869fac83fd2269225.png) no-repeat;
}
.social-icons .linkedin {
  background: url(/public/assets/img/social/linkedin_60645dc5735c9301e50ffa1a3ddde82c.png) no-repeat;
}
.social-icons .picasa {
  background: url(/public/assets/img/social/picasa_01dcb613cc0a49949ab08c84685d5ba0.png) no-repeat;
}
.social-icons .pintrest {
  background: url(/public/assets/img/social/pintrest_2296d345738ec554490c4f04690a2335.png) no-repeat;
}
.social-icons .rss {
  background: url(/public/assets/img/social/rss_b60288d5a75748f90067b0542db550bf.png) no-repeat;
}
.social-icons .skype {
  background: url(/public/assets/img/social/skype_b76f476cb57b49150aea0ffe1ada0ed8.png) no-repeat;
}
.social-icons .spotify {
  background: url(/public/assets/img/social/spotify_be561547fbe034ff8c74c86198a9d12e.png) no-repeat;
}
.social-icons .stumbleupon {
  background: url(/public/assets/img/social/stumbleupon_3ce857b902c7cedda1886e678890ded7.png) no-repeat;
}
.social-icons .tumblr {
  background: url(/public/assets/img/social/tumblr_9c9518da5777c48973ae780c3a9afa5f.png) no-repeat;
}
.social-icons .twitter {
  background: url(/public/assets/img/social/twitter_e9782d40024e13e9530067d93353b8e9.png) no-repeat;
}
.social-icons .vimeo {
  background: url(/public/assets/img/social/vimeo_eb1e1f5ae10e1a7028a1cf01dcf4ccf7.png) no-repeat;
}
.social-icons .wordpress {
  background: url(/public/assets/img/social/wordpress_11c3ef71a6c8b8304f6b67a5f145aa36.png) no-repeat;
}
.social-icons .xing {
  background: url(/public/assets/img/social/xing_e5d536f9bef53ebfd3cbb9d4e3dae654.png) no-repeat;
}
.social-icons .yahoo {
  background: url(/public/assets/img/social/yahoo_0163d55bf90f9d1487e340bc2146b3df.png) no-repeat;
}
.social-icons .youtube {
  background: url(/public/assets/img/social/youtube_3ce194ec10f055b0932d87217a0d305a.png) no-repeat;
}

/***
Responsive tables(new in v1.2.3)
***/

.flip-scroll table {
  width: 100%;
}

@media only screen and (max-width: 800px) {
  .flip-scroll table {
    border-left: 1px solid;
  }
  .flip-scroll .flip-content:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .flip-scroll * html .flip-content {
    zoom: 1;
  }
  .flip-scroll *:first-child + html .flip-content {
    zoom: 1;
  }

  .flip-scroll table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }

  .flip-scroll th,
  .flip-scroll td {
    margin: 0;
    vertical-align: top;
  }
  .flip-scroll th {
    text-align: left;
  }

  .flip-scroll table {
    display: block;
    position: relative;
    width: 100%;
  }
  .flip-scroll thead {
    display: block;
    float: left;
  }
  .flip-scroll tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  .flip-scroll thead tr {
    display: block;
  }
  .flip-scroll th {
    display: block;
    text-align: right;
  }
  .flip-scroll tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  .flip-scroll td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }

  /* sort out borders */

  .flip-scroll th {
    border-bottom: 0;
    border-left: 0;
  }
  .flip-scroll td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .flip-scroll tbody tr {
    border-left: 1px solid;
  }
  .flip-scroll th:last-child,
  .flip-scroll td:last-child {
    border-bottom: 1px solid;
  }
}

.no-more-tables table {
  width: 100%;
}

@media only screen and (max-width: 800px) {
  /* Force table to not be like tables anymore */
  .no-more-tables table,
  .no-more-tables thead,
  .no-more-tables tbody,
  .no-more-tables th,
  .no-more-tables td,
  .no-more-tables tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .no-more-tables tr {
    border-left: 1px solid;
    border-bottom: 1px solid;
  }

  .no-more-tables tr:last-child {
    border-bottom: 0;
  }

  .no-more-tables td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }

  .no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }

  /*
  Label the data
  */
  .no-more-tables td:before {
    content: attr(data-title);
  }
}

/***
Fancy box fix overlay fix(in v1.2.4)
***/
.fancybox-overlay {
  z-index: 10000 !important;
}

/***
Bootstrap Datetimepickers Restyle(in v1.2.4)
***/
.datetimepicker table .active {
  background-image: none !important;
  filter: none !important;
}

.datetimepicker table td {
  font-weight: 300 !important;
}

.datetimepicker table th {
  font-weight: 400;
}

/***
Bootstrap Datepickers Restyle(in v1.2.4)
***/
.datepicker table .active {
  background-image: none !important;
  filter: none !important;
}

.datepicker table td {
  height: 32px;
  width: 32px;
}

.datepicker table th {
  font-weight: 400 !important;
}

.workertooktime td {
  border-collapse: separate;
  border-top: 2px solid !important;
}

.hidden,
.emailHverifier {
  display: none !important;
}

.productsEllipsed {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 20px; /* fallback */
  max-height: 100px; /* fallback */
  -webkit-line-clamp: 5; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.parametersEllipsed {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 20px; /* fallback */
  max-height: 100px; /* fallback */
  -webkit-line-clamp: 1; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.statuslist {
  font-family: var(--font-default) !important;
}

#searchbox {
  float: right !important;
}

.btn .caret {
  margin-top: 16px;
  margin-right: 5px;
}

.login-line {
  width: 43%;
  height: 15px;
  border-bottom: 1px solid;
}

#quickBooksSignIn {
  width: 90px;
  height: 27px;
  border-radius: 0px !important;
  background: url("/public/images/quickbooks/C2QB_green_btn_lg_default_a8b01ce0d3ba4da5b9c902efb07d37c5.png")
    no-repeat transparent;
  background-size: 100% 100%;
}

#quickBooksSignIn:hover {
  background: url("/public/images/quickbooks/C2QB_green_btn_lg_default_a8b01ce0d3ba4da5b9c902efb07d37c5.png")
    no-repeat transparent !important;
  background-size: 100% 100% !important;
}

span.input-uom {
  display: inline-block;
  padding-top: 6px;
  line-height: 24px;
  user-select: none;
}

.kanban-board {
  overflow: auto;
  white-space: nowrap;
}

.kanban-board > .kanban-pipeline {
  height: 100%;
  width: 240px;
  display: inline-block;
  vertical-align: top;
  margin-left: 16px;
}

.kanban-board > .kanban-pipeline:nth-child(-n + 2) {
  /* do not add margin left on template and first real pipeline (first 2)*/
  margin-left: 0px;
}

.kanban-board > .kanban-pipeline > .kanban-header {
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  padding: 10px 8px;
}

.kanban-board > .kanban-pipeline > .kanban-header > .title {
  text-transform: uppercase;
}

.kanban-board > .kanban-pipeline .kanban-container {
  height: calc(100% - 68px);
  padding: 14px 12px;
  border-radius: 8px !important;
}

.kanban-board > .kanban-pipeline .kanban-container.colored {
  padding-left: 6px;
  border-left-style: solid;
  border-left-width: 6px;
}

.kanban-board
  > .kanban-pipeline
  .kanban-container
  > .kanban-card-small:not(:first-child) {
  margin-top: 10px;
}

.kanban-board > .kanban-pipeline .kanban-container > .kanban-card-small {
  padding: 10px;
  border-radius: 4px !important;
  border: solid 1px;
  word-break: break-word;
  white-space: normal;
}

.kanban-board
  > .kanban-pipeline
  .kanban-container
  > .kanban-card-small.colored {
  padding-left: 4px;
  border-left-style: solid;
  border-left-width: 6px;
}

.kanban-board > .kanban-pipeline .kanban-container > .kanban-card-small .title {
  font-weight: 600;
}

.kanban-board > .kanban-pipeline .kanban-container > .kanban-card-small i {
  float: right;
  margin-top: 4px;
}

/*
* FIELDSETS
*/

.fieldset {
  padding: 20px;
  border-radius: 4px !important;
  border: solid 1px;
  margin: 15px 0px;
}

.fieldset-content .fieldset {
  padding-top: 15px;
}

.fieldset .row-label {
  margin-top: -30px;
  width: fit-content;
  padding: 0px 2px;
  font-size: 19px;
  font-weight: 600;
}

.fieldset .row-label {
  margin-top: -30px;
  width: fit-content;
  padding: 0px 2px;
  font-size: 19px;
  font-weight: 600;
}

.fieldset .row-fluid > div > label:first-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.fieldset label.checkbox {
  margin: 0;
}

.row-flex-align {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.flex-justify-between {
  justify-content: space-between;
  column-gap: 16px;
}

.tree-link {
  list-style-type: none;
  border-left: solid 1px;
  border: solid 1px;
  border-top: 0 none transparent;
  border-right: 0 none transparent;
  top: -16px;
  height: 80px;
  position: relative;
  width: 2%;
}

.tree-content {
  width: 98%;
}

.fieldset-wrapper {
  margin-top: 25px;
  margin-bottom: 20px;
}

.fieldset-content {
  padding-right: 0px;
  padding-bottom: 0px;
}

.field-set-content-wrapper .fieldset-content:not(:first-child) .tree-link {
  height: 185px;
  top: -122px;
}

.fieldset-content .fieldset .icon-trash,
.shipment-receiving-wrapper .fieldset .icon-trash {
  margin-bottom: -3px;
}

.fieldset.order-content .icon-trash,
.fieldset.shipment-receiving-wrapper .icon-trash,
.fieldset-content .icon-trash {
  font-size: 15px;
  cursor: pointer;
}

.fieldset-wrapper .add-product {
  text-transform: uppercase;
  margin-left: 3%;
}

.table.wrapper {
  border: solid 1px;
  border-radius: 4px;
  padding: 10px 20px 10px 20px;
}

.table .select2-container,
.table input {
  margin-bottom: 5px;
  margin-top: 5px;
}

.table.wrapper.summary th {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 25%;
}

span.orders-link-actions {
  float: right;
  margin: 10px;
  text-transform: uppercase;
}

.dropdown {
  cursor: pointer;
}

#product-bom-modal {
  width: 80%;
  margin-left: -40%;
}

#product-bom-modal,
#product-operations-modal {
  vertical-align: middle;
}

.trumbowyg-editor ul {
  margin: 0 0 10px 25px;
}

a:focus {
  outline: none !important;
}

a:hover,
a:active {
  outline: 0 !important;
}

select:focus {
  outline: none !important;
}

/*
* TOOLTIPS
*/
.tooltip {
  font-size: 11px;
  opacity: 1 !important;
  text-transform: uppercase;
  width: max-content;
}

.tooltip-inner {
  box-shadow: 0px 5px 10px rgba(41, 48, 62, 0.3);
  border-radius: 4px !important;
}

.error-tooltip .tooltip-inner {
  border: solid 2px;
}

a.btn.mini span {
  display: none;
}

a.btn.mini:hover span {
  display: block;
  position: absolute;
  z-index: 1;
  top: 25px;
  font-size: 14px;
  font-weight: 600;
  padding: 15px;
  letter-spacing: 0.6px;
  text-transform: none;
  text-align: left;
  min-height: 18px;
  border-radius: 2px;
  border: solid 2px;
}

/*
* BUTTONS
*/
.btn {
  background-image: none;
  filter: none;
  border: 0;
  padding: 0;
  height: 37px;
  min-width: 80px !important;
  margin-right: 10px;
  text-transform: uppercase;
  font-family: var(--font-default) !important;
  text-shadow: none;
  line-height: 39px;
  font-size: 12px !important;
  font-weight: 600;
  letter-spacing: 0.9px;
  padding: 0 30px 0px 30px;
  cursor: pointer;
  outline: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
}

.secondary {
  border: solid 1px;
  margin-bottom: 0px;
  height: 35px;
  line-height: 35px;
  padding: 0px 10px !important;
}

.btn.secondary:hover,
.btn.secondary:focus {
  border: solid 1px;
}

/* Link */
.btn.link {
  height: 39px;
  text-transform: capitalize;
}

.link {
  line-height: 39px;
}

.btn.DTTT_button_copy,
.btn.DTTT_button_csv,
.btn.DTTT_button_text {
  border: solid 2px !important;
  height: 21px !important;
  min-width: 22px !important;
  line-height: 22px;
  padding: 0 10px 0 10px;
  font-size: 11px !important;
  font-weight: 600;
  letter-spacing: 0.6px;
  margin: 0;
  margin-left: 5px !important;
}

.mini {
  min-height: 25px !important;
  height: 25px !important;
  line-height: 25px;
  padding: 2px 10px;
  font-size: 11px !important;
  font-weight: 600;
  letter-spacing: 0.6px;
  margin: 0;
  min-width: 20px !important;
}

.big {
  height: 38px;
  font-size: 17px;
  line-height: 38px;
  padding: 8px 16px;
}

button.ColVis_Button {
  height: 25px !important;
  padding: 0 10px 0 10px;
  border: solid 2px !important;
  border-radius: 4px !important;
}

.btn-group + .btn-group {
  margin-left: 0px;
}

ul.ColVis_collection {
  width: 400px !important;
  padding: 0px !important;
  border: none !important;
  border-radius: 0px;
  box-shadow: none !important;
}

ul.ColVis_collection li {
  border: none !important;
  height: 37px !important;
  margin-bottom: 0px !important;
  box-shadow: none !important;
}

/***
Navigation Tabs
***/
.nav-tab {
  background-image: none;
  filter: none;
  border: 0;
  height: 39px;
  min-width: 140px !important;
  padding: 0px 10px 0px 10px;
  font-family: var(--font-default) !important;
  text-shadow: none;
  line-height: 39px;
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: 0.9px;
  text-align: center;
  cursor: pointer;
  outline: none;
  margin-right: 10px;
  margin-bottom: 15px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  display: inline-block;
  text-decoration: none;
}

.nav-tab a {
  cursor: pointer;
}

.nav-tab.active {
  text-decoration: none;
}

.nav-tab:hover {
  text-decoration: none;
}

/***
Metro icons
***/
[class^="m-icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 4px;
  line-height: 14px;
  vertical-align: top;
  background-image: url(/public/assets/img/syncfusion-icons_042b2172459539442e792a53325706e8.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

[class^="m-icon-big-"] {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 6px;
  vertical-align: top;
  background-image: url(/public/assets/img/syncfusion-icons_042b2172459539442e792a53325706e8.png);
  background-position: 0 0px;
  background-repeat: no-repeat;
}

.m-icon-white {
  background-image: url(/public/assets/img/syncfusion-icons-white_354084276176981b1c9001586877f98f.png);
}

/*  Misc */
.btn.icn-only {
  min-width: 14px;
}
.btn.bigicn-only {
  min-width: 34px;
}
.m-icon-swapright {
  background-position: -27px -10px;
}
.m-icon-swapdown {
  background-position: -68px -10px;
}
.m-icon-swapleft {
  background-position: -8px -10px;
}
.m-icon-swapup {
  background-position: -46px -10px;
}
.m-icon-big-swapright {
  background-position: -42px -28px;
}
.m-icon-big-swapdown {
  background-position: -115px -28px;
}
.m-icon-big-swapleft {
  background-position: -6px -28px;
}
.m-icon-big-swapup {
  background-position: -78px -28px;
}

/***
Glyphicons icons
***/
.btn > .halflings-icon {
  margin-top: 2px;
  margin-right: 2px;
}

.btn.mini > .halflings-icon {
  margin-top: -1px;
  margin-right: 2px;
}

.btn.icn-only > .halflings-icon {
  margin-right: 0px !important;
}

/***
DateTimePicker
***/
.datepicker,
.datetimepicker {
  padding: 0;
}

.datetimepicker-dropdown-bottom-left:before {
  top: -11px !important;
  right: auto !important;
  left: 13px;
}

.datetimepicker-dropdown-bottom-left:after {
  top: -10px !important;
  right: auto !important;
  left: 14px;
}

[class*=" datetimepicker-dropdown"]:after {
  border-left: 6px solid transparent !important;
  border-right: 6px solid transparent !important;
  border-bottom: 10px solid !important;
}

[class*=" datetimepicker-dropdown"]:before {
  border-left: 7px solid transparent !important;
  border-right: 7px solid transparent !important;
  border-bottom: 11px solid !important;
}

.datepicker table,
.datetimepicker table {
  font-size: 12px;
  width: 228px;
}

.datetimepicker table thead {
  border-bottom: 1px solid;
}

.datetimepicker .datetimepicker-hours fieldset legend,
.datetimepicker .datetimepicker-minutes fieldset legend {
  font-size: 13px;
}

.datepicker table thead tr th.switch,
.datetimepicker table thead tr th.switch {
  text-transform: capitalize;
  font-weight: 600;
}

.datepicker table thead tr th.dow,
.datetimepicker table thead tr th.dow {
  font-weight: 600 !important;
  font-size: 8px;
  text-transform: uppercase;
}

.datepicker table thead tr i,
.datetimepicker table thead tr i {
  font-size: xx-large;
}

.datetimepicker table tbody tr td.day {
  padding: 1px;
  width: 30px;
  height: 30px;
  font-weight: normal !important;
  font-size: 12px;
}

.datetimepicker table tr td.today.active {
  border: none !important;
}

.datetimepicker table tr td.today {
  border: 1px solid;
}

.datetimepicker table tbody tr td.day:hover {
  border-radius: none !important;
}

.datetimepicker table tr td span.hour.active,
.datetimepicker table tr td span.minute.active {
  border-radius: 2px !important;
  height: 33px;
  text-shadow: none !important;
}

.datetimepicker .datetimepicker-minutes span {
  height: 33px !important;
  line-height: 33px !important;
}

.datetimepicker.dropdown-menu {
  margin-top: 6px;
  border: 1px solid;
  box-sizing: border-box;
  box-shadow: 0px 5px 10px rgba(31, 31, 31, 0.1);
}

.datetimepicker {
  padding: 10px 15px 20px 15px !important;
}

.datetimepicker .datetimepicker-hours span {
  width: 23% !important;
}

/***
Dropdowns
***/
.dropdown-menu {
  position: absolute;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  list-style: none;
  text-shadow: none;
  margin: 0;
  box-shadow: 0 0px;
  box-shadow: 0 2px 7px 0 rgba(111, 111, 111, 0.6);
}

.header .nav .dropdown-menu {
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.dropdown-menu li {
  width: auto;
  height: 38px;
}

.dropdown-menu li b {
  padding-left: 20px;
  font-size: 19px;
  position: absolute;
  padding-top: 10px;
}

.dropdown-menu .divider {
  height: 3px;
  margin: 0px;
  border: 0px;
}

.dropdown:hover .caret,
.open.dropdown .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

.dropdown-menu.bottom-up {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

.dropdown-menu li > a {
  padding: 10px 20px 10px 20px;
  line-height: 18px;
  text-decoration: none;
  display: block;
  clear: both;
  font-size: 14px;
  letter-spacing: normal;
  white-space: nowrap;
}

.dropdown-menu li > a.selected {
  font-weight: 700;
}

.dropdown-menu li > a:focus,
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  text-decoration: none;
  background-image: none;
  filter: none;
}

.navbar .nav > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu:after {
  border: 0px;
}

.dropdown-button {
  white-space: nowrap;
  width: fit-content;
}

.dropdown-button > a:hover {
  text-decoration: none;
}

.dropdown-button .default-action {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  margin-right: 0 !important;
}

.dropdown-button .dropdown-toggle {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  margin-left: 1px !important;
  padding: 0;
  min-width: 35px !important;
  right: 3px;
  margin-right: 7px !important;
}

.dropdown-button .dropdown-toggle > span {
  padding-left: 11px;
  padding-right: 11px;
}

.dropdown-button .dropdown-toggle > ul {
  text-align: justify;
  text-transform: none;
}

.dropdown-button .dropdown-toggle > ul > li {
  width: auto;
}
/***
Forms
***/

/*
 * INPUT
 */
.uneditable-input,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  -webkit-appearance: none !important;
  font-size: 13px;
  outline: 0;
  vertical-align: middle;
  letter-spacing: normal;
  text-align: left;
  filter: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: solid 1px;
  border-radius: 4px;
  box-sizing: border-box;
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  height: 34px;
  padding: 0 0 0 10px;
}

input[type="text"][class*="datetime"],input[type="text"][class*="date-picker"] {
  background: url(/public/images/icons/other/calendar_2e4dbb8284624e55eea5f18f0f7a8dc4.svg) no-repeat;
  background-position: right 10px top 7px;
  background-size: 18px;
}

input[type="color"] {
  width: 246px;
  padding: 0px;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0px;
  vertical-align: initial;
  line-height: normal;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"].hasError,
input[type="password"].hasError,
input[type="datetime"].hasError,
input[type="datetime-local"].hasError,
input[type="date"].hasError,
input[type="month"].hasError,
input[type="time"].hasError,
input[type="week"].hasError,
input[type="number"].hasError,
input[type="email"].hasError,
input[type="url"].hasError,
input[type="search"].hasError,
input[type="tel"].hasError,
input[type="color"].hasError {
  font-size: 14px;
  background-image: none !important;
  border: solid 2px;
  height: 36px;
  padding: 0 0 0 10px;
}

/*
*
* WYSIWYG editor
*
*/
.trumbowyg-box {
  border: 1px solid !important;
  border-radius: 4px !important;
  margin: 0px !important;
}

.trumbowyg-box,
.trumbowyg-editor {
  min-height: 215px !important;
  width: 100% !important;
}

.trumbowyg-editor,
.trumbowyg-textarea {
  resize: vertical !important;
  padding: 10px !important;
}

.trumbowyg-box .trumbowyg-button-pane {
  background: transparent !important;
  border-bottom: 1px solid rgba(45, 54, 73, 0.15);
  padding: 10px;
}

.trumbowyg-button-pane li.trumbowyg-separator {
  width: 0px !important;
}

textarea.trumbowyg-editor {
  border: none !important;
}

.trumbowyg-button-pane li button.trumbowyg-formatting-button {
  background-image: url("/public/images/icons/editor/paragraph_44962af0deab7af95f7081d3337e39e7.svg") !important;
  background-position: center !important;
  background-size: 16px;
}

.formatting-trumbowyg-dropdown.trumbowyg-dropdown.trumbowyg-fixed-top {
  z-index: 1;
}

textarea {
  padding-top: 10px;
  height: auto;
}

/*
 * SELECT / INPUT
 */
input[type="file"] {
  height: 34px !important;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}

select,
.select2-container,
.chosen-container-multi .chosen-choices {
  font-size: 13px;
  font-weight: 500;
  outline: 0;
  vertical-align: middle;
  letter-spacing: normal;
  text-align: left;
  filter: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background-image: none !important;
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  min-height: 34px;
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select:focus,
.select2-container.select2-container-active,
.select2-container.select2-dropdown-open {
  border: solid 1px;
  outline: 0 !important;
}

select,
.chosen-container-multi .chosen-choices,
.select2-container .select2-choice div b,
.select2-container-multi {
  background-image: url(/public/images/icons/actions/arrow-down_2b9270025a817b17df35321eee17c842.svg) !important;
  background-size: 12px !important;
  background-repeat: no-repeat !important;
  background-position: right 10px top 17px;
}

select {
  background-position-y: center !important;
  padding-left: 10px;
  padding-top: 2px;
  margin-bottom: 10px;
}

input[class*="span"] {
  float: none;
  height: 34px !important;
  margin-left: 0;
}

select[class*="span"],
textarea[class*="span"] {
  float: none;
  margin-left: 0;
}

.input-prepend,
.input-append {
  border: 0;
  display: inline-block;
}

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 24px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 13px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  border: 1px solid;
}

.input-append .add-on > .halflings-icon,
.input-prepend .add-on > i,
.input-prepend .add-on > [class^="icon-"] {
  margin-top: 5px;
  margin-left: 3px;
}

.input-append .add-on > .halflings-icon .input-append .add-on > i,
.input-append .add-on > [class^="icon-"] {
  margin-top: 5px;
  margin-left: 0px;
}

.input-append,
.input-append:focus {
  border-right: 0 !important;
  margin-right: 1px;
}

.input-prepend input,
.input-prepend input:focus {
  border-left: 0 !important;
  margin-left: 1px;
}

.input-append input[class*="span"],
.input-prepend input[class*="span"] {
  display: inline-block !important;
}

/***
ALERTS
***/
.alert {
  min-height: 30px;
  line-height: 30px;
  border: solid 2px;
  padding: 10px;
  text-align: center;
}

.alert.alert-info {
  border: solid 2px !important;
}

.alert.alert-success {
  border: solid 2px !important;
}

.alert h4 {
  font-weight: 600;
  font-size: 24px;
}

.alert strong {
  font-size: 14px;
}

.alert .close {
  top: 6px !important;
  right: 6px !important;
}

/***
PROGRESS BARS
***/
.progress {
  height: 15px;
  box-shadow: 0 0px;
  border-radius: 0px 100px 100px 0px !important;
  background-image: none;
  background-repeat: no-repeat;
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger,
.progress-danger .bar,
.progress .bar-danger {
  box-shadow: 0 0px;
  background-size: cover;
  border-radius: 0px 100px 100px 0px !important;
  background-repeat: no-repeat;
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success,
.progress-success .bar,
.progress .bar-success {
  box-shadow: 0 0px;
  background-size: cover;
  border-radius: 0px 100px 100px 0px !important;
  background-repeat: no-repeat;
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info,
.progress-info .bar,
.progress .bar-info {
  box-shadow: 0 0px;
  background-size: cover;
  border-radius: 0px 100px 100px 0px !important;
  background-repeat: no-repeat;
}

.progress.small {
  height: 6px;
}

/***
Custom label and badges
***/
.label,
.badge {
  font-weight: 300;
}

.label-mini {
  font-size: 10px;
  font-weight: 300;
}

/***
Bootstrap modal
***/
.modal-header h3 {
  font-weight: 300;
}

/*
* Checkboxes
*/

/* Customize the label (the container) */
.crud_boolean > label,
label.checkbox {
  position: relative;
  padding-top: 0px !important;
  margin: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 25px !important;
}

.crud_boolean > label,
label.checkbox {
  margin-bottom: 10px;
}

.crud_boolean > label .checker,
label.checkbox .checker {
  opacity: 1;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 20px !important;
  height: 20px !important;
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 1.5px;
}

.crud_boolean > label .checker.disabled,
label.checkbox .checker.disabled,
div.settings-field-row.disabled .checker {
  border: solid 2px;
  cursor: not-allowed;
}

div.settings-field-row.disabled {
  cursor: not-allowed;
}

div.settings-field-row.disabled div.crudField {
  pointer-events: none;
}

.crud_boolean > label .checker:not(.disabled):hover,
label.checkbox .checker:not(.disabled):hover,
div.settings-field-row:not(.disabled) .checker:hover {
  border: solid 1px;
}

.crud_boolean > label .checker span,
label.checkbox .checker span {
  width: 20px !important;
  height: 20px !important;
}

.crud_boolean > label .checker span.checked,
label.checkbox .checker span.checked {
  position: absolute;
  opacity: 1;
  top: -1px;
  left: -1px;
  background-image: url(/public/images/icons/other/check_4577a8c45e2af855d3d7c7044192d478.svg) !important;
  background-size: 10px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-radius: 1.5px;
}

/*
* Radio Buttons
*/

/* Customize the radio (the container) */
label.radiobtn {
  position: relative;
  padding-top: 0px !important;
  margin: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 10px;
  padding-left: 25px !important;
  display: inline-block;
}

label.radiobtn .radio {
  opacity: 1;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 16px !important;
  height: 16px !important;
  border-radius: 20px !important;
  border: solid 2px;
  min-height: 10px;
}

label.radiobtn .checker:hover {
  border: solid 2px;
}

label.radiobtn .radio span {
  width: 20px !important;
  height: 20px !important;
  opacity: 0;
}

label.radiobtn .radio span.checked {
  position: absolute;
  left: 2px;
  top: 2px;
  width: 6px !important;
  height: 6px !important;
  border-radius: 20px !important;
  border: solid;
  opacity: 1;
  background-image: none;
}

.page-sidebar > ul > li > a .title {
  vertical-align: middle;
  margin-left: 10px;
}

/*
* CRUD
*/
#crudBlank {
  margin-bottom: 10px;
}

#crudShow form {
  display: inline;
}

.label.label-none {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-align: center;
  text-shadow: none;
}

.label.label-low {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-align: center;
  text-shadow: none;
}

.label.label-medium {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-align: center;
  text-shadow: none;
}

.label.label-high {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-align: center;
  text-shadow: none;
}

.label.label-green {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-align: center;
  text-shadow: none;
}

.segmented-control {
  display: inline-block;
  line-height: 20px !important;
  margin-bottom: 13px;
  margin-left: 0;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #b8b8b8;
}

.segmented-control ul > li {
  display: inline;
}

.segmented-control ul > li > span {
  float: left;
  width: 100px;
  padding: 10px 2px;
  text-decoration: none;
  border: solid 2px;
  border-left-width: 0px;
}

.segmented-control ul > li.selected > span {
  background-color: #80a6e1;
  border: solid 2px;
  border-left-width: 0px;
}

.segmented-control ul > li:hover > span {
  cursor: pointer;
}

.segmented-control ul > li:not(.selected):hover > span {
  border: solid 2px;
}

.segmented-control ul > li:not(:first-child):hover > span,
.segmented-control ul > li:not(:first-child).selected > span {
  margin-left: -2px;
}

.segmented-control ul > li:first-child > span {
  border-left-width: 2px;
  border-radius: 20px 0px 0px 20px !important;
}

.segmented-control ul > li:last-child > span {
  border-right-width: 2px;
  border-radius: 0px 20px 20px 0px !important;
}

/* incremental fieldsets */
.incremental-fieldset .row {
  padding: 11px 20px;
  border-radius: 4px !important;
  border: solid 1px rgba(45, 54, 73, 0.35);
  margin: 15px 0px;
}

.incremental-fieldset .row input.small {
  width: 50px;
}

.incremental-fieldset .row h4.row-label {
  margin-top: -22px;
  width: fit-content;
  padding: 0px 2px;
  font-size: 19px;
  font-weight: 600;
}

.incremental-fieldset .row.error {
  border: solid 2px;
}

.incremental-fieldset .row a.actions {
  display: block;
  margin-bottom: -30px;
  margin-left: calc(100% - 20px);
  font-size: 15px !important;
}

.incremental-fieldset .add-row {
  display: block;
  margin: 0px 0px 20px 0px;
}

/* new design dashboard tiles */
.dashboard-stat2 {
  position: relative;
  height: 130px;
  padding: 5px 5px;
  margin: 2px 0px;
  border: 1px solid;
  border-radius: 4px !important;
}

.dashboard-stat2 > .stat-header {
  border-radius: 3px !important;
  padding: 6px 10px;
  font-size: 24px;
  line-height: 25px;
  letter-spacing: -0.03em;
}

.dashboard-stat2 > .stat-header > .left {
  display: inline-block;
  float: left;
  font-weight: normal;
}

.dashboard-stat2 > .stat-header > .right {
  text-align: right;
  font-weight: 600;
  font-size: 13px;
  line-height: 25px;
}

.dashboard-stat2 > .stat-header > h4 {
  font-weight: 400 !important;
}

.dashboard-stat2 > .text {
  text-align: center;
  font-size: 13px;
  line-height: 140%;
}

.dashboard-stat2 > .text > .main {
  margin: 10px 0px 2px 0px;
  font-weight: 600;
}

.dashboard-stat2 > .text > .details {
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
}

.dashboard-stat2 > .stat-footer {
  position: absolute;
  bottom: 0;
  left: 5px;
  right: 5px;
  margin-top: 6px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.dashboard-stat2 > .stat-footer > .left {
  display: inline-block;
  float: left;
}

.dashboard-stat2 > .stat-footer > .right {
  float: right;
  display: inline-block;
}

.group-field-header {
  font-weight: 600;
  font-size: 19px;
}

.unit-cost-tooltip {
  float: right;
}

.centered-content {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ml-16 {
  margin-left: 16px;
}

.h-35 {
  height: 35px;
}

.lh-35 {
  line-height: 35px;
}

.pos-rel {
  position: relative;
}

.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.explorer-left-side {
  width: 50%;
  float: left;
  border-right: solid 1px;
}

.explorer-right-side {
  width: 49%;
  float: right;
}

.file-explorer-row {
  border-bottom: 1px solid;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.adsk-viewing-viewer {
  position: relative !important;
  height: 400px !important;
  border-radius: 4px;
}

.error #create-product-modal {
  font-weight: normal;
}

/* TODO: pass colors to style-backoffice.css */
/***
default theme
***/

/***
Page header
***/
.header .navbar-inner {
  width: 100%;
  border: 0px;
  padding: 0px;
  box-shadow: none;
  filter: none !important;
  height: 44px;
  background-image: none !important;
}

.header .nav li.dropdown .dropdown-toggle i {
  margin-top: 11px;
}

/***
Page sidebar
***/
.page-sidebar > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
}

.page-sidebar > ul > li {
  display: block;
  margin: 0;
  padding: 0;
  border: 0px;
}

.page-sidebar > ul > li.start > a {
  border-top-color: transparent !important;
}

.page-sidebar > ul > li > a {
  display: block;
  position: relative;
  margin: 0;
  border: 0px;
  padding: 18px 29px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-size: 13px;
}

.page-sidebar > ul > li > a i {
  font-size: 15px;
  margin-right: 5px;
  text-shadow: none;
}

.page-sidebar > ul > li.active > a {
  border: none;
  letter-spacing: 0.6px;
}

.page-sidebar > ul > li a i {
  margin-right: 10px;
}

.page-sidebar > ul > li > ul.sub-menu > li:first-child > a {
  border-top: 0px !important;
}

/* 3rd level sub menu */
.page-sidebar > ul > li > ul.sub-menu li > ul.sub-menu > li > a {
  display: block;
  margin: 0px;
  text-decoration: none;
  letter-spacing: 0.6px;
  background: none;
  line-height: 2.5;
}

/* sidebar search */
.page-sidebar .sidebar-search .submit {
  background-image: url(/public/assets/img/search-icon_9b672ee5dd29c44c8e14343b482fa6d4.png);
}

/***
Sidebar toggler
***/

.sidebar-closed .page-sidebar .sidebar-search.open .remove {
  background-image: url("/public/assets/img/sidebar-search-close_a9b2c424d81b5b6aed2d1a19287ab74d.png");
}

/***
Horizontal Menu(new in v1.2)
***/

/*search*/

.header .hor-menu .hor-menu-search-form-toggler.hide {
  background: #101010 url(/public/assets/img/hor-menu-search-close_c7bba5f0362f4e9d0ce3b3a7aebef5aa.png) no-repeat center;
}

.header .hor-menu .search-form .btn {
  background: #2d2d2d url(/public/assets/img/search-icon_9b672ee5dd29c44c8e14343b482fa6d4.png) no-repeat center;
}

/***
Landscape phone to portrait tablet
***/
@media (max-width: 979px) {
  /***
  page sidebar
  ***/
  .nav-collapse,
  .nav-collapse.collapse {
    z-index: 100;
    position: relative !important;
  }

  .page-sidebar > ul > li:last-child > a {
    border-bottom: 0 !important;
  }

  .page-sidebar > ul > li > ul.sub-menu {
    height: auto;
    position: inherit;
    overflow: initial;
  }

  .page-sidebar > ul > li.dashboard.active,
  .page-sidebar > ul > li.analytics.active,
  .page-sidebar > ul > li.reports.active,
  .page-sidebar > ul > li.management.active {
    width: auto;
  }

  .footer {
    position: relative;
  }
}

@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: 100%;
  }
}

.crudHelp {
  font-size: 10px;
  color: grey;
}
.crudField .error {
  font-weight: bolder;
  color: #ff7070;
}
.error {
  font-weight: bolder;
  color: #ff7070 !important;
  display: block;
}

.table tbody tr.errorWaste > td {
  background-color: #fe8484 !important;
  color: #fff;
}
.errorWaste {
  font-weight: bolder;
  color: #ff7070 !important;
}

#crudList #crudListAdd {
  margin-bottom: 10px;
  margin-left: 10px;
}

#crudListAdd {
  float: right;
}
#crudListAdd .btn.primary {
  margin: 0px;
}

#crudListAddBottom {
  margin-top: 20px;
  float: left;
}

.dashboard-bestWorst {
  text-align: right;
  font-size: 27px;
  font-weight: 300;
  margin-bottom: 10px;
}
/*.best i{ color:green;}
.worst i{color:red;}*/

.dashboard-bestWorst a {
  color: white;
}

.chzn-container {
  display: inline-block;
}

.dashboard-stat .details {
  padding-top: 10px;
}

.crud_relation,
.crud_text,
.crud_boolean,
.crud_unknown,
.crud_number,
.crud_longtext,
.crud_enum,
.crud_date,
.crud_ {
  padding: 5px 0px;
}

.portlet-title:hover {
  cursor: move;
}

.analytics-row {
  min-height: 864px;
}
.analytics-row .portlet-title {
  font-size: 13px;
}
.analytics-row .portlet-title .caption {
  max-width: 80%;
}
.analytics-row .portlet-title {
  max-height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* TODO
mudar os browns para blues */
.bg-brown {
  background-color: #4b8df8;
}
.brown {
  color: #4b8df8;
}
.blue {
  color: #4b8df8;
}
.barcode-orange {
  color: #ffaa00;
}

.barlabel {
  position: absolute;
  margin-top: 12px;
  z-index: 1;
  color: #444;
  width: inherit;
}
.megabarlabel {
  position: relative;
  width: 100%;
  padding-top: 10px;
  z-index: 1;
  color: white;
  font-size: 21px;
}

.soon {
  /* Required for IE 5, 6, 7 */
  /* ...or something to trigger hasLayout, like zoom: 1; */
  width: 100%;

  /* Theoretically for IE 8 & 9 (more valid) */
  /* ...but not required as filter works too */
  /* should come BEFORE filter */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";

  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  filter: alpha(opacity=30);

  /* Older than Firefox 0.9 */
  -moz-opacity: 0.3;

  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0.3;

  /* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
  opacity: 0.3;
}

.force-bgwhite {
  background-color: white !important;
}

.notStarted {
  background-color: #ccc;
}
.completed {
  background-color: #28b779;
}
.delayed {
  background-color: rgb(218, 58, 58);
}
.onschedule {
  background-color: #27a9e3;
}

tr.inactiverow > td:not(.table-actions) {
  opacity: 0.75;
  filter: alpha(opacity=75); /* For IE8 and earlier */
}

.tab.active:hover .icon-edit {
  visibility: visible;
}

.selectAll {
  font-size: 80%;
}
#importTable {
  width: 95%;
}

#importTable td {
  border: 1px solid lightgrey;
}

.importLineDisabled {
  opacity: 0.4;
}

.finishedProductionOrderFeedItem,
.openProductionOrderFeedItem,
.productionOrderFeedItem {
  margin-top: 10px;
  background-color: #ddd;
  padding: 2px;
}

#offline {
  width: 100%;
  background-color: darkred;
  text-align: center;
  text-shadow: 1px 1px grey;
  display: none;
}

.dashboard-megabar.progress {
  height: 40px;
}

.portletFeed {
  margin-bottom: 10px;
}

#filtros tr td {
  vertical-align: top;
  padding-right: 10px;
}

.currentProductionOrder .products,
.machine-current .products,
.machine-next .products {
  color: darkgray;
  font-size: 21px;
}

.machine-current .operation {
  font-weight: bold;
  font-size: 27px;
}

.currentProductionOrder .products {
  display: block;
  display: -webkit-box;
  line-height: 40px;
  max-height: 120px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dashboard-stat .details * {
  padding-top: 6px !important;
}
.dashboard-stat {
  height: auto;
  color: white;
  line-height: 24px;
}

.dashboard-bestWorst {
  font-size: 16px;
}

.nowrap {
  white-space: nowrap;
}

.graph_loading {
  height: 300px;
  width: 100%;
}
.graph_loading img {
  padding-top: 140px;
  padding-left: 45%;
}

.clearfilter {
  margin-left: 5px !important;
}

.bf-duplication-warning,
.label-warning-serious {
  background-color: #fcb322;
  text-shadow: none;
}
.bf-warning {
  background-color: #fcb322;
}

label.radio-inline {
  display: inline-block;
  margin-right: 30px;
}
label.inline-checkbox {
  display: inline-block;
  margin-right: 30px;
}

.languages.dropdown-menu > li > a {
  line-height: 32px;
  font-size: 23px;
}

.innerGroupedProduction tr th {
  font-size: 11px !important;
  color: black;
}

.showDetailedProductionInfo {
  margin-top: 5px;
}
.showDetailedProductionInfo:hover {
  cursor: pointer;
}

.unselectable {
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.totalTable th {
  background-color: #b4e4fb !important;
}

span.green {
  color: green;
}

span.red {
  color: red;
}

span.grey {
  color: grey;
}

.lastProductionOrderDetailedInfo {
  color: #444;
  padding: 5px;
  margin-bottom: 10px;
  background-color: white;
}

.positionQuantity .ok {
  font-size: 34px;
}

@media (min-width: 0px) {
  .positionTime {
    display: none;
  }
}

@media (min-width: 1200px) {
  .positionTime {
    display: block;
  }
}

#popup {
  background: #4b8df8;
  color: #ffffff;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 80%;
  padding-top: 60px;
  padding-bottom: 20%;
  z-index: 1000;
  display: none;
  text-align: center;
  overflow-y: auto;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#popup h4 {
  padding-left: 40px;
  padding-right: 40px;
}

#popup .name {
  padding-top: 20px;
  font-weight: bold;
}
#popup .close {
  text-align: right;
  margin-top: 10px;
  margin-right: 20px;
}

.job-error {
  color: red;
}

.position.recovery {
  background-color: #e9ab17 !important;
}

#filterLinks,
.filterLinks {
  margin-bottom: 15px;
}

#filtros,
.filtros {
  border: solid 2px;
  margin-bottom: 20px;
  padding: 20px 20px 0px 20px;
  width: 695px;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
}

.hand-error {
  display: block;
}

th[fieldname="TotalTimeSpent"],
th[fieldname="durationPrediction"],
th[fieldname="startDate"],
th[fieldname="realStartDate"],
th[fieldname="dueDate"],
th[fieldname="realDueDate"] {
  min-width: 95px;
}

#ProductionOrdersTable th[fieldname="productionInfo"],
#ProductionOrdersTable .progress {
  min-width: 91px;
  max-width: 140px !important;
}

.slightlysmaller {
  font-size: 95%;
}

/* Machine Status */

.machine.available .tile-object span:before {
  font-family: FontAwesome;
  content: "\f058";
  margin-right: 5px;
}
.machine.running .tile-object span:before,
.machine.working .tile-object span:before {
  font-family: FontAwesome;
  content: "\f085";
  margin-right: 5px;
}
.machine.stopped .tile-object span:before {
  font-family: FontAwesome;
  content: "\f06a";
  margin-right: 5px;
}
.machine.plannedStop .tile-object span:before {
  font-family: FontAwesome;
  content: "\f073";
  margin-right: 5px;
}

/* Worker status */

.worker.available .tile-object span:before {
  font-family: FontAwesome;
  content: "\f058";
  margin-right: 5px;
}
.worker.stopped .tile-object span:before {
  font-family: FontAwesome;
  content: "\f06a";
  margin-right: 5px;
}
.worker.noScheduleToday .tile-object span:before {
  font-family: FontAwesome;
  content: "\f017";
  margin-right: 5px;
}
.worker.shiftNotStarted .tile-object span:before {
  font-family: FontAwesome;
  content: "\f017";
  margin-right: 5px;
}
.worker.noRecordsToday .tile-object span:before {
  font-family: FontAwesome;
  content: "\f06a";
  margin-right: 5px;
}
.worker.shiftEnded .tile-object span:before {
  font-family: FontAwesome;
  content: "\f017";
  margin-right: 5px;
}
.worker.tile .tile-object {
  min-height: 38px;
}
.worker.tile .tile-body h3,
.worker.tile .tile-body h4 {
  margin: 0px;
}
.worker.tile .tile-body {
  padding: 0px;
}

div.history {
  text-align: right;
}

label span.number {
  font-weight: bold;
}

.crudField.slider {
  padding-bottom: 20px;
}

.priceBox {
  width: 220px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: normal;
  text-align: center;
}

.priceBox .price {
  font-weight: bold;
  font-size: 23px;
}

.priceBox .oldPrice {
  font-size: 15px;
}

.discount .text {
  font-weight: bold;
  font-size: 13px;
}

.discount .value {
  font-weight: bold;
  font-size: 19px;
}

.billing-period .large {
  width: 110.5px !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}

.billing-period .btn {
  width: 74px;
  font-size: 10px;
  font-weight: normal;
  padding: 5px 0px 5px 0px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
  margin-bottom: 1px;
}

.billing-period .btn.active {
  font-weight: bold !important;
}

.billing.btn.green {
  width: 320px;
  height: 40px;
  padding: 0px 20px 0px 20px;
  font-weight: bold;
}

#topbar a {
  font-weight: bold;
}

#topbar.pastDue {
  font-size: 13px;
  width: 100%;
  height: 20px;
  text-align: center;
  z-index: 100;
}

#topbar.displayRebrandingReconnect,
#topbar.trialExpiring {
  font-size: 13px;
  width: 100%;
  height: 20px;
  text-align: center;
  margin-top: 1px;
  z-index: 100;
}

#topbar.warning {
  font-size: 13px;
  height: 25px;
  font-size: 13px;
  font-weight: bold;
  padding-top: 2px;
}

#sortable .sortable-btn {
  border: 0;
  padding: 5px 14px;
  text-shadow: none;
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333333;
  cursor: move;
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  margin-bottom: 2px;
}

#sortable .icon-remove:hover {
  cursor: pointer;
}

#phone {
  position: fixed;
  bottom: -80px;
  right: 100px;
  height: 719px;
  width: 355px;
  z-index: 5;
  background-image: url(/public/images/iphone_frame_23129ef5fbed62471c8d55d6a66d244a.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#phone iframe {
  border: none;
  margin-top: 72px;
  margin-left: 18px;
}
html.scrollBarHidden {
  overflow: hidden;
}

body.scrollBarHidden {
  width: 340px;
  height: 568px;
  padding-right: 10px;
  overflow: auto;
}

iframe#signature-preview-modal {
  border: none;
  width: 610px;
  height: 250px;
  left: 0;
  margin-left: calc(50% - 305px);
  text-align: center;
}

iframe#image-preview-modal {
  border: none;
  width: 90%;
  height: 80%;
  left: 0;
  top: 0;
  margin: 75px 5% 75px 5%;
}

#inviteModal {
  max-height: 90%;
  overflow-y: auto;
}

#companyNameAndSector {
  padding-top: 11px;
  font-weight: 300;
}

.totals-row {
  font-weight: bold;
  display: none;
}
.totals-header {
  display: none;
}

small.badge {
  margin-left: 24px;
  padding: 0px 4px 1px 4px;
  font-size: 10px;
}

a .parameter-value {
  text-decoration: none;
}

.crudField > label {
  width: max-content;
}

/* Dashboards */

#dashboard-settings {
  margin-top: 10px;
  margin-bottom: -20px;
}

#dashboard-settings div {
  display: inline-block;
}

.dashboard-group-edit {
  display: none;
}
#dashboard.editable .dashboard-group:hover .dashboard-group-edit {
  display: inline;
}

#delete-object {
  float: right;
}

/*
Reports
*/

#reportList label.btn.radio-inline {
  margin-bottom: 10px;
  min-width: 160px;
}

#reportList label.btn.black-stripe .checker {
  float: right;
}

#reportList label.inline-checkbox {
  margin-right: 9px;
}

#reportList #productionOrderReportIncludes label {
  width: 130px;
}

#reportList #productionOrderReportIncludes #onlyPOs label {
  margin-bottom: 10px;
  width: 218px;
}

.btn.disabled:hover {
  cursor: not-allowed;
}

div.tab-content .dataTable tbody tr.error {
  display: table-row;
}

.select-subtext {
  font-size: smaller;
  display: inline !important;
  color: #7c7c7c;
}

.select2-result-label {
  min-height: 1em;
}

#mainDiv {
  margin-top: 30px;
}

/* Fix POs bulk actions spacing */
#tableSelectActionsWrapper .btn {
  margin-top: 5px;
}

/* Tablet tiles in backoffice (i.e. machine/worker/position status) */
div.tile-body,
div.tile-object {
  font-family: "Source Sans Pro";
}

.confirmDouble {
  width: 230px !important;
}

.confirmDouble h2 {
  line-height: 30px !important;
}

.tile-body h3 {
  line-height: 22px !important;
  font-size: 20px;
}

.machine {
  background-color: #4b8df8;
}
.machine.available {
  background-color: #4b8df8;
}
.machine.available .tile-object span:before {
  font-family: FontAwesome;
  content: "\f058";
  margin-right: 5px;
}
.machine.running,
.machine.working {
  background-color: #28b779;
}
.machine.running .tile-object span:before,
.machine.working .tile-object span:before {
  font-family: FontAwesome;
  content: "\f085";
  margin-right: 5px;
}
.machine.stopped {
  background-color: #e7191b;
}
.machine.stopped .tile-object span:before {
  font-family: FontAwesome;
  content: "\f06a";
  margin-right: 5px;
}
.machine.plannedStop {
  background-color: #ff6060;
}
.machine.plannedStop .tile-object span:before {
  font-family: FontAwesome;
  content: "\f073";
  margin-right: 5px;
}

.worker {
  background-color: #4b8df8;
}
.worker.available {
  background-color: #4b8df8;
}
.worker.available .tile-object span:before {
  font-family: FontAwesome;
  content: "\f058";
  margin-right: 5px;
}
.worker.working {
  background-color: #28b779;
}
.worker.stopped {
  background-color: #e7191b;
}
.worker.stopped .tile-object span:before {
  font-family: FontAwesome;
  content: "\f06a";
  margin-right: 5px;
}
.worker.noScheduleToday {
  background-color: #555555;
}
.worker.noScheduleToday .tile-object span:before {
  font-family: FontAwesome;
  content: "\f017";
  margin-right: 5px;
}
.worker.shiftNotStarted {
  background-color: #555555;
}
.worker.shiftNotStarted .tile-object span:before {
  font-family: FontAwesome;
  content: "\f017";
  margin-right: 5px;
}
.worker.noRecordsToday {
  background-color: #e8a317;
}
.worker.noRecordsToday .tile-object span:before {
  font-family: FontAwesome;
  content: "\f06a";
  margin-right: 5px;
}
.worker.shiftEnded {
  background-color: #555555;
}
.worker.shiftEnded .tile-object span:before {
  font-family: FontAwesome;
  content: "\f017";
  margin-right: 5px;
}
.worker.tile .tile-object {
  min-height: 38px;
}
.worker.tile .tile-object .number.noRecords {
  background-color: #e8a317;
  color: white;
}
.worker.tile .tile-body h3,
.worker.tile .tile-body h4 {
  margin: 0px;
}
.worker.tile .tile-body {
  padding: 0px;
}

.tile.position.worker .number {
  padding: 2px;
  background-color: white;
  color: #4b8df8;
  width: 100%;
  margin: 0;
}

/* File input dropzone size fix */
#fileInput {
  width: 100%;
}

.orange {
  font-family: var(--font-default);
}

/* Reports */
#reportList > label.nav-tab,
#reportList > a.nav-tab {
  text-transform: uppercase;
}

/* Modal Confirm Message */
.confirm-msg {
  font-size: 16px;
}

.notvisible {
  display: none;
}

input.hidden-input {
  opacity: 0;
  position: relative;
  right: 50%;
  top: 0;
}

.ui-resizable {
  max-width: 95%;
}

@keyframes rotation {
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

.rotating {
  display: inline-block;
  animation: rotation 1s infinite linear;
}

.list-page-notes {
  font-size: 14px;
  margin-bottom: 10px;
  width: fit-content;
  padding: 15px;
  border-radius: 3px;
}

.mini-sticky-modal-topbar {
  background-color: white;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-direction: column;
  margin: -15px -15px 0;
  padding: 5px 15px;
  position: sticky;
  top: -15px;
  z-index: 101;
}

@media (min-width: 768px) {
  #product-operations-modal {
    width: 50%;
    min-width: 600px;
    margin-left: min(-300px, -25%);
  }
}

.fops-popover {
  background: white;
  border-color: #eeeeee;
  border-radius: 5px;
  box-shadow: 0 2px 7px 0 rgba(111, 111, 111, 0.6);
  display: inline-block;
  margin-top: 4px;
  position: absolute;
  z-index: 1000;
}

.fops-popover-footer > p.description {
  color: grey;
  font-size: 8px;
  text-wrap: initial;
}

/* Overrides bootstrap */
.fops-popover > hr {
  margin: 0;
}

.fops-popover-header {
  padding: 10px 10px 0 10px;
}

.fops-popover-body {
  padding: 10px;
}

.fops-popover-footer {
  padding: 10px;
}

.vue-avatar {
  width: 33px;
  height: 33px;
  border-radius: 50% !important;
}

.vue-avatar > span {
  width: 33px;
  height: 33px;
  line-height: 33px;
  font-size: 15px;
  display: block;
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 50% !important;
  text-align: center;
  color: #ffffff;
  font-family: "Artifakt Element", sans-serif;
}

.vue-avatar > img {
  width: 33px;
  height: 33px;
  border-radius: 50% !important;
}

.placeholder-avatar-image {
  content:url("/public/images/avatar_weave_578e6d73af9611641541f2c89456a03e.png");
}

.company-dropdown {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 10px !important;
}

.user {
  padding-right: 10px !important;
}

.filter-row:has(.report-dates-container) {
  margin-bottom: 10px;
}

/* jquery.nestable fix */
.dd-item > button {
  margin-bottom: 0 !important;
  margin-top: 6px !important;
}

.inferred-label button {
  display: none !important;
}

.timepicker-24 {
  cursor: pointer !important;
}