body.overflowHiddenFirefoxMobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*V4 STYLES*/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body.loading {
  overflow: hidden;
}

/* Basic Styles
=================================================================== */
* {
  padding: 0;
  margin: 0;
}

html {
  overflow-y: scroll;
}

body {
  background: #fff;
  color: #333;
  border: none;
  font-weight: 400;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

/*body:after {
    top: 0;
    left: 14.422%;
    position: absolute;
    content: '';
    height: 100%;
    width: 85.578%;
    
}*/
body:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 14.422%;
  top: 0;
  right: 85.578%;
}

body.sidebar-minified:after {
  top: 0;
  left: 40px !important;
  margin-left: -1px;
  margin-right: 40px;
  position: absolute;
  content: "";
  height: 100%;
  background: #f3f3f3;
  /*border-left: 1px solid #F3F3F3;*/
  z-index: 0;
  display: none;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1400px;
  }
}

h1 {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
}

h2 {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
}

h3 {
  font-size: 15px;
  line-height: 15px;
}

h4 {
  font-size: 14px;
  line-height: 14px;
}

h5 {
  font-size: 13px;
  line-height: 13px;
}

h6 {
  font-size: 12px;
  line-height: 12px;
}

.logo {
  font-weight: bold;
  word-spacing: -1px;
}

.alert {
  border-radius: 0;
}

.alert .close {
  margin: -15px -10px 0 10px;
}

.table tfoot th .text-center,
.table tfoot th .text-right {
  color: #333 !important;
}

#main-con:after {
  content: "";
  clear: both;
}

#content {
  /*padding: 20px;
    position: relative;
    background: #f3f3f3;
    z-index: 1;*/
}

#content:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  z-index: 1;
  top: 0px;
  left: -1px;
}

#content.sidebar-minified {
  width: 100% !important;
  border-left: 40px solid #fff;
  margin-right: 1px !important;
  float: left !important;
}

#sidebar-left.minified {
  float: left !important;
}

#content.full {
  width: 100% !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  border: none !important;
}

.well {
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  box-shadow: none;
  border-radius: 0px;
}

.breadcrumb {
  background: #e9ebec;
  border-radius: 0px;
  height: 40px;
  position: relative;
  border-bottom: 1px solid #dbdee0;
}

.breadcrumb > li + li.right_log:before {
  content: none;
}

.breadcrumb .right_log {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 32px;
  border: none;
  padding: 10px 10px 0 0;
  text-align: right;
  max-width: 600px;
  overflow: hidden;
}

#loading {
  background: url("../images/ajax-loader.gif") no-repeat scroll 50% 10% #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}

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

.noPadding {
  padding: 0px !important;
}

.box {
  border: 1px solid #dbdee0;
}

.box .box-content .panel ol,
.box .box-content .panel ul {
  padding-left: 20px;
}

.box.noOverflow {
  overflow: hidden;
}

.box .box-header {
  background: white;
  color: #34383c;
  font-size: 16px;
  background: #f7f7f8;
  border-bottom: 1px solid #dbdee0;
  height: 40px;
}

.box .box-header h2 {
  float: left;
  padding: 10px 0px;
  margin: 0px 0px 0px 20px;
  font-size: 16px;
}

.box .box-header h2 i {
  border-right: 1px solid #dbdee0;
  padding: 12px 0px;
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  margin: -10px 20px -10px -20px;
  /*V4***font-size: 16px;*/
}

.box .box-header h2 i.nb {
  border-right: 0;
  margin-right: 0;
}

.box .box-header .box-icon {
  float: right;
}

.box .box-header .box-icon a:hover {
  text-decoration: none;
}

.box .box-header .box-icon i.icon {
  display: inline-block;
  text-align: center;
  height: 40px;
  width: 40px;
  padding: 12px 0px;
  border-left: 1px solid #ced1d4;
  text-decoration: none;
}

.box-icon .choose-date {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color
    #dbdee0;
  border-image: none;
  border-style: none none none solid;
  border-width: 0 0 0 1px;
  height: 40px;
  padding: 3px 10px;
  width: 350px;
}

.box-icon .choose-date .input-group-addon,
.box-icon .choose-date input {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 0 none;
  box-shadow: none;
}

.box-icon .choose-date .input-group-addon {
  font-size: 12px;
  padding: 0;
}

.box-icon .choose-date .input-group-addon i {
  border: 0;
}

.box-icon .choose-date input {
  font-weight: 300;
}

.box-icon .choose-date input:focus {
  box-shadow: none;
  outline: 0 none;
}

.box .btn-tasks {
  list-style: none;
  margin-bottom: 0;
}

.box .btn-tasks li {
  float: right;
}

.box .btn-tasks li li {
  float: none;
}

.box .box-content {
  padding: 20px;
  background: white;
}

.box .box-content p.introtext {
  background: transparent;
  margin: 0 0 0 0;
  padding: 10px;
  border: none;
  text-align: center;
}

.box .box-content.no-padding {
  background: white;
  padding: 1px 0;
}

.small-box {
  margin-bottom: 20px;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
}

.small-box h3,
.small-box a,
.small-box p {
  text-align: center;
  text-decoration: none;
  color: #fff;
}

.small-box h3 {
  font-size: 30px;
  line-height: 30px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.small-box h4 {
  color: rgba(255, 255, 255, 0.4);
  font-weight: normal;
}

.small-box i {
  position: absolute;
  top: -10px;
  right: -5px;
  font-size: 155px;
  color: rgba(255, 255, 255, 0.2);
}

.avatar {
  border: 5px solid #fff;
  outline: 1px solid #dbdee0;
  width: 100%;
}

.version {
  display: block;
  margin-top: -9px;
  font-weight: bold;
  font-size: 8px;
  float: right;
  font-family: "Times New Roman", Times, serif;
  color: #fff;
  width: 50px;
  margin-left: -40px;
}

/* Bootstrap Overwrites
=================================================================== */
input {
  box-shadow: none;
}

.input-group-addon {
  padding: 3px;
  border-radius: 0;
}

.enlarge .img-thumbnail {
  max-width: none;
}

.img-thumbnail {
  border-radius: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-radius: 0;
}

.form-inline label,
.form-inline label.checkbox,
label.checkbox {
  margin-top: 5px;
}

.panel {
  margin-bottom: 15px;
  border-radius: 0;
  box-shadow: none;
}

.modal-content,
.popover,
.tooltip-inner {
  border-radius: 0;
  width: auto;
}

.wide-tip .tooltip-inner {
  max-width: none;
  width: 100%;
}

/*.modal-header { 
    background: #ccc; 
    color: #FFF; 
} */
.modal-header .close {
  margin-top: -12px;
  /*color: #FFF;
    text-shadow: none;*/
  opacity: 0.4;
}

.close:hover,
.close:focus {
  opacity: 0.7;
}

.modal-dialog {
  width: 375px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.bootbox .modal-footer {
  border: none;
  text-align: center;
}

.has-feedback .form-control {
  padding-right: 0px;
}

.form-control-feedback {
  top: 8px !important;
  right: 5px !important;
  width: auto;
}

.btn,
.form-control {
  border-radius: 0 !important;
}

.btn,
.form-control {
  border-radius: 0 !important;
}

.popover,
.tooltip {
  width: auto;
}

.panel-heading {
  border-radius: 0;
  font-weight: bold;
}

.form-inline label.checkbox div {
  margin-top: -5px;
}

.form-inline select.form-control {
  width: 100%;
}

select.form-control optgroup {
  border: 1px solid #0044cc;
}

select.form-control option {
  padding: 5px 8px;
}

.table th,
.table td {
  vertical-align: middle !important;
}

.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table-striped thead tr.primary:nth-child(odd) th {
  background-color: transparent;
  color: #6b6b6b;
  border-color: transparent;
  border-top: none;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
}

table.dataTable thead .sorting {
  background-image: none !important;
}

table.dataTable thead .sorting_asc {
  background-image: none !important;
}

table.dataTable thead .sorting_desc {
  background-image: none !important;
}

.table-responsive {
  margin-bottom: 0;
}

.table-responsive .form-inline select.form-control {
  width: auto;
}

.table-responsive .form-inline select.form-control option {
  padding: 0;
}

/*.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #9b9b9b;
    border-color: #424242;
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th {
    border-color: #F0E1A0;
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th {
    border-color: #ebbbbb;
}*/

.nav-tabs > li.active > a.tab-grey,
.nav-tabs > li.active > a.tab-grey:hover,
.nav-tabs > li.active > a.tab-grey:focus {
  background-color: #f7f7f8;
}

.table-borderless > thead > tr > th,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > tbody > tr > td,
.table-borderless > tfoot > tr > td {
  border-top: none;
}

.table td p:last-child {
  margin-bottom: 0;
}

.redactor_box,
.redactor_toolbar {
  background: none;
  border-color: #ccc;
}

.redactor_toolbar li.redactor_separator {
  border-left: 1px solid #ccc;
  border-right: 0;
}

.redactor_toolbar li {
  padding: 1px 0 0 1px;
}

.has-error label {
  color: #a94442;
}

.has-success label {
  color: #2b542c;
}

.has-error .btn-file {
  background: #a94442;
  border-color: #843534;
}

/* Colors and Backgrouds
=================================================================== */
.blue {
  color: #555;
}

.lightBlue {
  color: #5bc0de !important;
}

.green {
  /*color: #bdea74 !important;*/
}

.mGreen {
  color: #16a085 !important;
}

.darkGreen {
  color: #78cd51 !important;
}

.pink {
  color: #e84c8a !important;
}

.orange {
  color: #fa603d !important;
}

.lightOrange {
  color: #fabb3d !important;
}

.purple {
  color: #8e44ad !important;
}

.red {
  color: #ff5454 !important;
}

.yellow {
  color: #eae874 !important;
}

.white {
  color: white !important;
}

.grey {
  color: #b2b8bd !important;
}

.black {
  color: #000000 !important;
}

.bblue {
  background: #e3e3e3 !important;
}

.blightBlue {
  background: #5bc0de !important;
}

.bgreen {
  background: #bdea74 !important;
}

.bmGreen {
  background: #16a085 !important;
}

.bdarkGreen {
  background: #78cd51 !important;
}

.bpink {
  background: #e84c8a !important;
}

.borange {
  background: #fa603d !important;
}

.blightOrange {
  background: #fabb3d !important;
}

.bpurple {
  background: #8e44ad !important;
}

.bred {
  background: #ff5454 !important;
}

.byellow {
  background: #eae874 !important;
}

.bwhite {
  background: white !important;
}

.bgrey {
  background: #b2b8bd !important;
}

.blightGrey {
  background: #e9ebec !important;
}

.bblack {
  background: transparent;
}

.clearfix {
  zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

a:focus {
  outline: 0;
}

/* Header Styles
=================================================================== */
/*.navbar {
    min-height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #666;
	background-image: linear-gradient(to bottom, #666, #EEE);
	background-repeat: repeat-x;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.067);
    z-index: 2;
	padding-bottom: 25px;
	margin-bottom:0px;
}
.navbar a {
    color: #7b7b7b;
}
.navbar a i {
    margin-top: 2px;
}
.navbar #search {
    position: relative;
    background: #282b2e;
    height: 30px;
    border: 1px solid #111;
    border-radius: 2px;
    margin: 5px;
}
.navbar #search input {
    margin: 5px 0;
    width: 90%;
    background: transparent;
    border: none;
    color: white;
}
.navbar #search i {
    position: absolute;
    top: 8px;
    right: 10px;
    color: white;
}
a.navbar-brand {
    text-align: left;
    padding: 9px 0 10px 10px !important;
}
a.navbar-brand span {
    color: #fff;
    text-shadow: none;
}
a.navbar-brand.noBg {
    background: transparent;
    border-bottom: none;
}
.btn-visible-sm .btn {
    color: #000;
    width: auto !important;
    padding: 8px 0 8px 15px;
}
.btn-visible-sm .navbar-toggle {
    position: static;
    top: auto;
    margin: 0;
}
.header-nav {
    position: relative;
    padding: 0px;
    color: #fff !important;
    background: #000 !important;
}
.header-nav .btn {
    display: inline-block;
    margin: 0px;
    font-size: 15px;
    text-align: center;
    background: transparent;
    border: none;
    border-radius: 0px;
    box-shadow: none;
}
.header-nav a.btn {
    position: relative;
    height: 30px;
    min-width: 40px;
    width: auto;
    background: #40454a;
    color: #fff !important;
    text-shadow: none !important;
    padding: 5px 10px !important;
    margin: 5px 3px;
    border-radius: 0px;
    font-size: 12px;
}
.header-nav a.btn .number {
    position: absolute;
    font-size: 8px;
    line-height: 10px;
    top: 0;
    right: 0;
    height: 10px;
    width: 10px;
}
.header-nav a.btn.btn-cart {
    border-radius: 2px !important;
}
.header-nav a.btn.account {
    background: transparent;
    height: 40px;
    width: auto;
    padding: 10px 10px 5px 10px !important;
    margin: 0 0 0 3px;
}
.header-nav a.btn.account .mini_avatar {
    max-height: 36px !important;
    margin: -8px 10px -10px 0px;
    float: left; 
}
.header-nav a.btn:hover {
    background: #282b2e;
}
.header-nav .user {
    display: inline-block;
    text-align: left;
    margin-top: -5px;
    padding: 0px;
}
.header-nav .user .hello {
    display: block;
    font-size: 11px;
    font-weight: bold;
}
.header-nav .user .name {
    display: block;
    margin-top: -6px !important;
    font-size: 13px;
}
.dropdown-menu {
    list-style: none;
    text-shadow: none;
    border-radius: 0px;
}
.dropdown-menu .divider { 
    margin: 2px 0;
}
.dropdown-menu li a i {
    padding-right: 10px;
}
.dropdown-menu-sub-footer {
    text-align: center;
    cursor: pointer;
    background: #F9F9F9;
    padding: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
ul.cart li {
    min-width: 300px;
}
ul.cart li {
    font-size: 12px;
    padding: 5px 0;
}
*/

/* Navigation Styles
=================================================================== */

/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 14px;
}

/* Add an active class to highlight the current page */
.active {
  background-color: #d32a16;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
/*.dropdown_nav {
    float: left;
    overflow: hidden;
}*/

/* Style the dropdown button to fit inside the topnav */
/*.dropdown_nav .dropbtn {
    font-size: 14px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}*/

/* Style the dropdown content (hidden by default) */
/*.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}*/

/* Style the links inside the dropdown */
/*.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}*/

/* Add a dark background on topnav links and the dropdown button on hover */
/*.topnav a:hover, .dropdown:hover .dropbtn {
    background-color: #555;
    color: white;
}*/

/* Add a grey background to dropdown links on hover */
/*.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}*/

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
/*.dropdown_nav:hover .dropdown-content {
    display: block;
}*/
/*
@media screen and (max-width: 780px) {
  .topnav a:not(:first-child), .dropdown_nav .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 780px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown_nav {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown_nav .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
} 

*/

a#main-menu-toggle {
  width: 40px;
  height: 40px;
  color: white;
  z-index: 1000;
  padding: 8px 13px;
  font-size: 16px;
  text-shadow: none;
  text-decoration: none;
  cursor: pointer;
}

a#main-menu-toggle.close {
  opacity: 1;
  padding: 10px 13px !important;
}

a#main-menu-act {
  display: block;
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin: 30px 0;
  position: relative;
  text-decoration: none;
}

a#main-menu-act i {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  background: #111;
  font-size: 14px;
  padding: 3px 0px;
  color: #ccc;
  text-align: center;
}

a#main-menu-act i:hover {
  background: #222;
  color: #6f7880;
}

#sidebar-left {
  padding: 0px !important;
  z-index: 2;
  background: #fff;
  padding-top: 0px;
}

#sidebar-search {
  padding: 10px !important;
  z-index: 2;
  background: #fff;
  padding-top: 6px;
}

.taskProgress {
}

.nav-collapse {
  padding-right: 0px;
  padding-left: 0px;
}

.dropmenu {
}

.submenu {
}

.sidebar-nav > ul {
  margin: -9px -25px;
  border: none;
  padding-bottom: 1px;
  font-size: 14px;
  white-space: nowrap;
}

.sidebar-nav > ul > li {
  display: inline-block;
  width: 10%;
}

.sidebar-nav > ul > li > ul,
.sidebar-nav > ul > li > ul > li > ul,
.sidebar-nav > ul > li > ul > li > ul > li > ul {
  list-style: none;
  display: none;
  margin: 0;
  padding: 0;
}

.nav.main-menu > li > a,
.nav.main-menu > li > ul > li > a,
.nav.main-menu > li > ul > li > ul > li > a,
.nav.main-menu > li > ul > li > ul > li > ul > li > a {
  margin: 0px;
  height: 40px;
  padding: 1px 0 0 0;
  color: #000;
  border: none;
  border-bottom: 1px solid #ccc;
  background: #ccc;
  border-radius: 0px;
  text-decoration: none;
  display: block;
  position: relative;
  background-image: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  color: #666;
}

.nav.main-menu > li > a .chevron,
.nav.main-menu > li > ul > li > a .chevron,
.nav.main-menu > li > ul > li > ul > li > a .chevron,
.nav.main-menu > li > ul > li > ul > li > ul > li > a .chevron {
  font-family: "FontAwesome";
  position: absolute;
  top: 2px;
  right: -5px;
  height: 40px;
  width: 40px;
  padding: 12px 0px;
  display: inline-block;
  text-align: center;
  font-size: 10px;
  color: #b2b8bd !important;
}

.nav.main-menu > li > a .chevron.opened:after,
.nav.main-menu > li > ul > li > a .chevron.opened:after,
.nav.main-menu > li > ul > li > ul > li > a .chevron.opened:after,
.nav.main-menu > li > ul > li > ul > li > ul > li > a .chevron.opened:after {
  height: 100%;
  width: 100%;
  content: "\f077";
  text-shadow: none;
}

.nav.main-menu > li > a .chevron.closed:after,
.nav.main-menu > li > ul > li > a .chevron.closed:after,
.nav.main-menu > li > ul > li > ul > li > a .chevron.closed:after,
.nav.main-menu > li > ul > li > ul > li > ul > li > a .chevron.closed:after {
  height: 100%;
  width: 100%;
  content: "\f078";
  text-shadow: none;
  color: #b2b8bd !important;
}

.nav.main-menu > li > a > i,
.nav.main-menu > li > ul > li > a > i {
  margin-right: 10px;
  height: 38px;
  width: 40px;
  padding: 13px 0px;
  display: inline-block;
  text-align: center;
}

.nav.main-menu > li > ul > li > a > i,
.nav.main-menu > li > ul > li > ul > li > a > i,
.nav.main-menu > li > ul > li > ul > li > ul > li > a > i {
  height: 38px;
  width: 40px;
  padding: 13px 0px;
  display: inline-block;
  text-align: center;
  font-size: 13px;
}

.nav.main-menu > li > ul > li > a {
  background: rgba(17, 17, 17, 0.06) none repeat scroll 0% 0%;
  border-bottom: 1px solid #ccc;
}

.nav.main-menu > li > ul > li > ul > li > a {
  background: #222;
  border-bottom: 1px solid #333;
}

.nav.main-menu > li > ul > li > ul > li > ul > li > a {
  background: #333;
  border-bottom: 1px solid #444;
}

.nav.main-menu > li > a:hover,
.nav.main-menu > li > ul > li > a:hover,
.nav.main-menu > li > ul > li > ul > li > a:hover,
.nav.main-menu > li > ul > li > ul > li > ul > li > a:hover {
  background: #000;
  box-shadow: none;
  border-radius: 0px;
  margin: 0;
}

.nav.main-menu > li > a:hover,
.nav.main-menu > li > ul > li > a:hover {
  background: #ccc;
  box-shadow: none;
  border-radius: 0px;
}

.nav.main-menu > li > a:hover,
.nav.main-menu > li > ul > li > a:hover {
  border: none;
  /*border-bottom: 1px solid #111;*/
  color: black;
}

/*.nav.main-menu > li.active {
    border-left: 5px solid #ff5454;
}*/
.nav.main-menu > li.active > a:hover,
.nav.main-menu > li.active > ul > li > a:hover {
  color: white;
}

.nav.main-menu > li:first-child > a {
  margin-top: -1px;
  border-radius: 0px;
}

.nav.main-menu > li:last-child > a {
  border-radius: 0px;
  border-bottom: 0;
}

#sidebar-left.minified {
  width: 100% !important;
  margin-right: 0px;
  min-height: auto !important;
}

#sidebar-left.minified .sidebar-nav > ul > li {
  position: relative;
}

#sidebar-left.minified .sidebar-nav > ul > li > a {
  width: 40px;
  position: relative;
}

#sidebar-left.minified .sidebar-nav > ul > li > a.open {
  /*cursor: default;*/
}

#sidebar-left.minified .sidebar-nav > ul > li > a .chevron {
  display: none;
  position: absolute;
  left: 198px;
  z-index: 1000;
}

#sidebar-left.minified .sidebar-nav > ul > li > a .text {
  position: absolute;
  z-index: 1000;
  background: #fff;
  min-height: 40px;
  width: 170px;
  padding: 8px 15px;
  border: 1px solid #ccc;
  top: 0px;
  left: 39px;
  display: none !important;
  font-weight: bold;
}

.pointer {
  cursor: pointer;
}

#sidebar-left.minified .sidebar-nav > ul > li > ul {
  display: none !important;
}

#sidebar-left.minified .sidebar-nav > ul > li:hover > a {
  position: relative;
}

#sidebar-left.minified .sidebar-nav > ul > li:hover > a .chevron {
  display: inline-block;
}

#sidebar-left.minified .sidebar-nav > ul > li:hover > a .text {
  position: absolute;
  z-index: 1000;
  background: #fff;
  min-height: 41px;
  width: 200px;
  padding: 8px 15px;
  border: 1px solid #ccc;
  top: 0px;
  left: 39px;
  display: block !important;
  margin-top: -1px;
}

#sidebar-left.minified .sidebar-nav > ul > li:hover > ul {
  display: block !important;
  position: absolute;
  top: 40px;
  left: 39px;
  z-index: 1000;
  width: 200px;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: none;
}

#sidebar-left.minified .sidebar-nav > ul > li:hover > ul > li > a .text {
  position: absolute;
  z-index: 1000;
  min-height: 40px;
  padding: 8px 15px 8px 0;
  top: 0px;
  left: 39px;
  display: block !important;
}

.nav.main-menu > li.active > a,
#sidebar-left.minified .sidebar-nav > ul > li.active > a .text {
  background: #ddd;
  color: black;
  border-color: #ddd;
}

.nav.main-menu > li.active > a:hover {
  background: #ddd;
  color: black;
  border-color: #ddd;
  cursor: default;
}

.nav.main-menu > li > ul > li.active > a,
.nav.main-menu > li > ul > li > ul > li.active > a,
.nav.main-menu > li > ul > li > ul > li > ul > li.active > a {
  background: #ddd;
  color: black;
  border-color: #ddd;
  cursor: default;
}

.nav.main-menu > li.active > a > i,
.nav.main-menu > li > ul > li.active > a > i,
.nav.main-menu > li > ul > li > ul > li.active > a > i,
.nav.main-menu > li > ul > li > ul > li > ul > li.active > a > i {
  color: black;
}

#sidebar-left.minified .sidebar-nav > ul > li.active > ul {
  border-top: 0;
}

#sidebar-left.minified .sidebar-nav > ul > li.active > li > a {
  border-color: #5bc0de;
}

@media (max-width: 991px) {
  /*.table-responsive {
        width: 100%;
        overflow-y: scroll;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
        -webkit-overflow-scrolling: touch;
    }*/
  .table-responsive .table td:last-child,
  .table-responsive .table th:last-child {
    /*display: none; */
  }

  .table-responsive .col-md-6.text-left,
  .table-responsive .col-md-6.text-right {
    text-align: center !important;
  }

  .table-responsive .table.dfTable td:last-child,
  .table-responsive .table.dfTable th:last-child,
  .modal-body .table-responsive .table th:last-child,
  .modal-body .table-responsive .table td:last-child {
    display: table-cell;
  }

  .order-table th:last-child,
  .order-table td:last-child {
    display: table-cell !important;
  }
}

/* Tabs Styles
=================================================================== */
.nav-tabs li a {
  border-color: #dbdee0;
  border-radius: 0px;
  background: #e9ebec;
  margin: 6px -1px -6px 0px;
  line-height: 1;
}

.nav-tabs li a:hover {
  border-color: #dbdee0;
  background: #dbdee0;
}

.nav-tabs li.active > a {
  line-height: 1.428571429;
  margin: 0 -1px 0 0;
}

.nav-tabs .dropdown-menu > li > a {
  clear: both;
  background: #fff;
  color: #333;
  display: block;
  font-weight: 400;
  line-height: 1.42857;
  padding: 3px 20px;
  white-space: nowrap;
  margin: 0;
}

.nav-tabs .dropdown-menu > li > a:hover {
  background: #f5f5f5;
}

.nav-tabs .dropdown-menu > li.active > a {
  background: #ccc;
  color: #fff;
  margin: 0;
}

/* Box Styles
=================================================================== */
.box .tab-content {
  background: white;
  border: 1px solid #dbdee0;
  border-top: none;
  padding: 10px;
}

.box .tab-pane {
  border: 1px solid #dbdee0;
  border-top: 0;
  padding: 10px;
  margin-top: -1px;
}

.tab-content .box {
  border-top: none;
}

.box-header .nav-tabs {
  border: none;
  float: right;
}

.box-header .nav-tabs li a {
  background: transparent;
  border: none;
  border-left: 1px solid #ced1d4;
  border-radius: 0px;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  padding: 11px 15px;
  height: 40px;
}

.box-header .nav-tabs li.active > a {
  background: white;
  border: none;
  border-left: 1px solid #ced1d4;
}

.box-header .nav-tabs li:hover {
  border: none;
}

.box-header .nav-tabs li:last-child {
  margin-right: 3px;
}

.box-content .tab-content {
  background: transparent;
  border: none;
  padding: 0;
}

/*.box .select2-container { width: 100%; }*/
/* Footer Styles
=================================================================== */
/*footer {
    background: #fff;
    color: white;
    height: 40px;
    padding: 12px 20px 18px 20px !important;
    margin: 0 !important;
    position: absolute;
    right: 0;
    left: 0;
    font-size: 12px;
    background-color: #666;
    background-image: linear-gradient(to bottom, #666, #EEE);
    background-repeat: repeat-x;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.067);

}*/

footer {
  background: #000;
}

footer a {
  color: white;
  font-weight: bold;
  width: 100%;
}

/* Quick Links Styles
=================================================================== */
.quick-button {
  margin-bottom: -1px;
  padding: 30px 0px 10px 0px;
  font-size: 14px;
  display: block;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  opacity: 0.9;
}

.quick-button:hover {
  text-decoration: none;
  opacity: 1;
}

.quick-button .notification {
  border-radius: 2px;
  top: -1px;
  right: -1px;
  font-size: 10px;
}

.quick-button i {
  font-size: 32px;
}

.quick-button.small {
  padding: 15px 0px 1px 0px;
  font-size: 10px;
}

.quick-button.small i {
  font-size: 20px;
}

.quick-button.small .notification {
  top: -1px;
  right: -1px;
  font-size: 7px;
  padding: 4px 5px;
}

/* Table Styles
=================================================================== */
table tr td.left,
table tr th.left {
  text-align: left;
}

table tr td.center,
table tr th.center {
  text-align: center;
}

table tr td.right,
table tr th.right {
  text-align: right;
}

table tr td .progress {
  margin: 3px 0 0 0;
}

div.dataTables_length label {
  font-weight: normal;
}

div.dataTables_length select {
  width: 75px;
}

div.dataTables_filter label {
  font-weight: normal;
}

div.dataTables_info {
  padding-top: 8px;
}

div.dataTables_paginate {
  float: none;
  margin: 0;
}

div.dataTables_paginate ul.pagination {
  margin: 2px;
}

.DTTT_selectable tbody tr {
  cursor: pointer;
}

div.DTTT .btn {
  color: #333 !important;
  font-size: 12px;
}

div.DTTT .btn:hover {
  text-decoration: none !important;
}

ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003;
}

ul.DTTT_dropdown.dropdown-menu a {
  color: #333 !important;
}

ul.DTTT_dropdown.dropdown-menu li {
  position: relative;
}

.DTTT_Print .bnav,
.DTTT_Print #content {
  width: 100% !important;
  margin: 0 !important;
  background: #f3f3f3 !important;
  border: 0 !important;
  min-height: auto !important;
}

ul.DTTT_dropdown.dropdown-menu li:hover a {
  background-color: #0088cc;
  color: white !important;
}

.DTTT_Print .style-switcher {
  display: none !important;
}

div.DTTT_print_info.modal {
  height: 150px;
  margin-top: -75px;
  text-align: center;
}

div.DTTT_print_info h6 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  margin: 1em;
}

div.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px;
}

div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
  background-color: white;
}

div.DTFC_RightHeadWrapper table,
div.DTFC_LeftHeadWrapper table {
  margin-bottom: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
  border-top: none;
  margin-bottom: 0 !important;
}

div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
  border-top: none;
}

div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
  border-top: none;
}

/* Login Box & Register Box Styles
=================================================================== */
.login-box {
  max-width: 400px;
  width: 100%;
  padding: 20px;
  margin: 20px auto;
  background: #fff;
}

.login-box .header {
  color: white;
  text-align: center;
  margin: -20px -20px 20px -20px;
  padding: 15px;
  text-transform: uppercase;
}

.login-box .form-control {
  border-right: none !important;
  border-radius: 2px 0 0 2px;
}

.login-box .has-error .form-control {
  border-color: #843534;
  box-shadow: none;
}

.login-box .input-group-addon {
  height: 0px !important;
  border: 1px solid #e9ebec !important;
  background: white;
  border-radius: 0;
  border-left: 1px none !important;
  margin-left: -1px !important;
}

.login-box .has-error .input-group-addon {
  border: 1px solid #843534 !important;
  border-left: 1px none !important;
  margin-left: -1px !important;
}

.login-box label {
  margin: 10px 5px -10px 5px;
}

.login-box .form-control {
  border: 1px solid #e9ebec;
  box-shadow: none;
  border-radius: 0px;
  border-right: 0;
}

.login-box .form-control:focus {
  outline: none;
}

.login-box .confirm {
  position: relative;
  margin: 20px 0 10px -15px;
}

.login-box .confirm label {
  position: absolute;
  top: -9px;
  left: 30px;
}

.login-box button {
  margin: 15px 0px !important;
}

.login-box .close {
  margin: 0px !important;
}

/* Page loader and Misc Styles
=================================================================== */

.content-scroll {
  width: 450px;
  color: #333;
  padding: 0;
}

.top-menu-scroll {
  position: relative;
  overflow: hidden;
  max-height: 400px;
  height: auto;
  background: #fff;
  padding: 0;
}

.oe {
  list-style: none;
}

.oe li {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  color: #333;
}

.oe li:nth-child(even) {
  background-color: #f5f5f5;
}

.oe li:last-child {
  border-bottom: 0;
}

.oe li ul,
.oe li ol {
  margin-left: 15px;
}

.oe li ul li,
.oe li ol li {
  border-bottom: none;
  padding: 3px;
}

.oe li ul li:nth-child(even),
.oe li ol li:nth-child(even) {
  background-color: transparent;
}

.content-scroll .dropdown-header {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  color: #8090a0;
}

.content-scroll .dropdown-header a,
.content-scroll .dropdown-footer a {
  padding-top: 5px;
  padding-bottom: 5px;
}

.content-scroll .dropdown-footer {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  text-align: center;
}

.content-scroll .dropdown-content {
  display: block;
  padding: 0;
}

.select2-container-disabled .select2-chosen,
.select2-container-disabled .select2-arrow {
  cursor: not-allowed;
}

.has-error .redactor_box {
  border-color: #a94442;
}

.has-success .redactor_box {
  border-color: #2b542c;
}

.has-error .select2-container .select2-choice {
  border-color: #a94442;
}

.has-success .select2-container .select2-choice {
  border-color: #2b542c;
}

.has-error .select2-container-active .select2-choice,
.has-error .select2-container-active .select2-choices {
  border-color: #a94442;
  box-shadow: 0 0 6px #ce8483;
}

.has-success .select2-container-active .select2-choice,
.has-success .select2-container-active .select2-choices {
  border-color: #2b542c;
  box-shadow: 0 0 6px #67b168;
}

.select2-container-multi.form-control .select2-choices {
  border: none !important;
}

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

.select2-container-multi
  .select2-choices
  .select2-search-field
  input.select2-active {
  background: none !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  border: 0;
  padding: 6px 6px 6px 6px;
  border-radius: 0;
  box-shadow: none;
  background: #f2f2f2;
  font-size: 12px;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #f2f2f2;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-container-multi .select2-search-choice-close {
  left: 5px;
  top: 6px;
}

.select2-container-multi {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.select2-container-multi .select2-choices {
  border: 1px solid #f2f2f2;
}

#attrTable td,
#attrTable .delAttr,
#attrTable .attr-remove-all,
.pointer {
  cursor: pointer;
}

#attrTable td:last-child {
  cursor: default;
}

.table.barcodes td {
  padding: 30px 20px !important;
}

.table.barcodes .table-barcode {
  width: 100%;
}

.table.barcodes .table-barcode td {
  border-bottom: 1px solid #eee;
  padding: 3px !important;
}

.order-table td ol,
.order-table td ul {
  padding-left: 15px;
}

.vertical-text {
  writing-mode: tb-rl;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  white-space: nowrap;
  display: block;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin-top: -75px;
}

.global-site-notice {
  background: none repeat scroll 0 0 #ffff90;
  border-color: #cfcfcf;
  border-image: none;
  border-style: solid;
  border-width: 0 0 1px;
  color: #2f2f2f;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  height: 55px;
}

.global-site-notice .notice-inner {
  background: url("../images/i_notice.gif") no-repeat scroll 10px 10px
    rgba(0, 0, 0, 0);
  margin: 0 auto;
  padding: 12px 0 12px 60px;
  text-align: left;
}

.focusedInput {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0 none;
}

.transparent-input {
  background: transparent;
  border: none;
  box-shadow: none;
}

.style-switcher {
  position: absolute;
  top: 82px;
  right: 12px;
  z-index: 1;
}

.stick {
  position: fixed;
  top: 0px;
}

.bold {
  font-weight: bold;
}

.padding05 {
  padding: 0 5px;
}

.padding10 {
  padding: 10px 0 !important;
}

.padding010 {
  padding: 10px 0 !important;
}

.padding1010 {
  padding: 10px !important;
}

.padding-right-10 {
  padding-right: 10px;
}

.padding-left-10 {
  padding-left: 10px;
}

.margin05 {
  margin: 0 5px;
}

.margin010 {
  margin: 10px 0 !important;
}

.margin1010 {
  margin: 10px !important;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-left-10 {
  margin-left: 10px;
}

.border-left {
  border-left: 1px solid #dbdee0;
}

.border-right {
  border-right: 1px solid #dbdee0;
}

.totals td {
  width: 16.666%;
  font-weight: bold;
}

.stick-bottom {
  position: fixed;
  bottom: 0px;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #aaa;
  outline: none;
}

.buttons .btn {
  margin-bottom: 3px;
}

.buttons .btn i {
  margin-right: 5px;
}

label {
  margin-top: 5px;
}

.product_link {
  cursor: pointer;
}

.product_link_mags {
  cursor: pointer;
}

.histo_link {
  cursor: pointer;
}

.rma_link {
  cursor: pointer;
}

.histo_link td:nth-child(3),
td:nth-child(4),
td:nth-child(6) {
  text-align: center;
}

.histo_link td:nth-child(5) {
  text-align: right;
  padding-right: 7%;
}

.product_link td:first-child,
.product_link td:nth-child(2),
.product_link td:last-child {
  cursor: default;
}

.product_link_mags td:first-child,
.product_link_mags td:nth-child(2),
.product_link_mags td:last-child {
  cursor: default;
}

.purchase_link,
.transfer_link,
.invoice_link,
.quote_link,
.delivery_link,
.return_link,
.receipt_link {
  cursor: pointer;
}

.purchase_link td:first-child,
.purchase_link td:last-child,
.transfer_link td:first-child,
.transfer_link td:last-child,
.invoice_link td:first-child,
.invoice_link td:last-child,
.receipt_link td:first-child,
.receipt_link td:last-child,
.quote_link td:first-child,
.quote_link td:last-child,
.delivery_link td:first-child,
.delivery_link td:last-child {
  cursor: default;
}

.order:hover,
.invoice:hover,
.quote:hover {
  cursor: pointer !important;
}

.bartable td {
  width: 20%;
}

.sheettable td {
  width: 50%;
}

.text_filter,
.select_filter,
.text_filter:focus,
.select_filter:focus {
  border: 0;
  width: 100%;
  background: none;
  box-shadow: none;
  height: auto;
  padding: 0;
}

#options .form-control-feedback {
  top: -10px !important;
}

#fileList,
#cfileList,
#acfileList {
  list-style: none;
}

#fileList li,
#cfileList li,
#acfileList li {
  list-style: none;
  border: 1px solid #ccc;
  float: left;
  padding: 5px;
  text-align: center;
  margin: 5px;
}

#fileList li span,
#cfileList li span,
#acfileList li span {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 10px;
}

#fileList li span,
#cfileList li span,
#acfileList li span {
  display: block;
}

.myfileupload-buttonbar input {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  border: solid transparent;
  border-width: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transform: translate(250px, -50px) scale(1);
  -moz-transform: translate(-300px, 0) scale(4);
  direction: ltr;
  cursor: pointer;
}

.checkbox div {
  margin-right: 5px;
}

.ui-autocomplete-loading {
  background: #ffffff url("../images/loading.gif") no-repeat right center;
}

div.enlarge {
  list-style-type: none;
  margin: 0;
  padding: 0 !important;
  max-width: 150px;
  overflow: hidden;
}

div.enlarge li {
  display: inline-block;
  position: relative;
  z-index: 55555;
}

div.enlarge span {
  position: absolute;
  left: -9999px;
}

div.enlarge li:hover {
  cursor: pointer;
}

div.enlarge li:hover span {
  bottom: 0px;
  left: 30px;
}

.no-modal-header .close {
  margin-top: -12px;
}

/*.loader {
    color: white;
    top: 5%;
    left: 50%;
    margin-left: -53px;
    position: fixed;
    padding: 3px;
    width: 106px;
    height: 106px;
    background: url('../images/ajax-loader.gif') no-repeat center;
    z-index: 4;
}*/

.blackbg {
  z-index: 3;
  background-color: #666;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
}

#ajaxCall {
  display: none;
  color: #000;
  background: #fff;
  border-radius: 25px;
  top: 2%;
  right: 2%;
  position: fixed;
  width: 51px;
  height: 50px;
  z-index: 55555;
  text-align: center;
}

#ajaxCall i {
  font-size: 50px;
}

.dtBtn {
  margin: 5px 0 0 10px;
}

.dataTable {
  margin: 0 0 3px 0;
}

.dataTables_processing {
  position: absolute;
  top: 15px;
  left: 50%;
  width: 250px;
  margin-left: -125px;
  text-align: center;
  color: #999;
  font-size: 0px;
  padding: 2px 0;
  background: url("../images/loading_bar.gif") no-repeat center;
  z-index: 1000;
  height: 20px;
}

fieldset.scheduler-border {
  border: 1px solid #dbdee0 !important;
  padding: 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
  font-size: 1.1em !important;
  font-weight: bold !important;
  text-align: left !important;
  width: auto;
  color: #ccc;
  padding: 5px 15px;
  border: 1px solid #dbdee0 !important;
  margin: 0;
  /*background: #DBDEE0;*/
}

.bv-form .help-block {
  margin-bottom: 0;
}

.bv-form .tooltip-inner {
  text-align: left;
}

.nav-tabs li.bv-tab-success > a {
  color: #3c763d;
}

.nav-tabs li.bv-tab-error > a {
  color: #a94442;
}

.no-help-block.has-error .help-block {
  display: none !important;
}

#codeigniter_profiler:after,
#codeigniter_profiler:before,
#codeigniter_profiler {
  width: 100% !important;
  height: auto !important;
  border: none !important;
  margin: 0 !important;
  position: absolute;
}

/* Listing page tables 
=============================================================== */
#GCData th,
#QUData th {
  width: 16.6%;
}

#SLData th {
  width: 13%;
}

#POData th,
#TOData th {
  width: 15%;
}

#POSData th,
#DOData th {
  width: 14%;
}

#PRData th,
#PRDataVeh th {
  width: 9%;
}

#POData td:nth-child(6),
#POData td:nth-child(7),
#POData tfoot th:nth-child(6),
#POData tfoot th:nth-child(7),
#POData td:nth-child(5),
#POData td:nth-child(8),
#POData tfoot th:nth-child(5),
#POData tfoot th:nth-child(8) {
  width: 11%;
}

#PRData,
#PRDataVeh {
  width: 100% !important;
  max-width: 1120px;
}

#PRData th:nth-child(4),
#PRDataVeh th:nth-child(4) {
  width: 16%;
}

#PRData th:nth-child(3),
#PRData th:nth-child(5),
#PRDataVeh th:nth-child(3),
#PRDataVeh th:nth-child(5) {
  width: 12%;
}

#TOData td:nth-child(6),
#TOData td:nth-child(7),
#TOData td:nth-child(8),
#TOData tfoot th:nth-child(6),
#TOData tfoot th:nth-child(7),
#TOData tfoot th:nth-child(8) {
  text-align: right;
  width: 10%;
}

#GCData td:nth-child(3),
#GCData td:nth-child(4) {
  text-align: right;
}

#QUData td:nth-child(6) {
  text-align: right;
}

#SLData td:nth-child(7),
#SLData td:nth-child(8),
#SLData tfoot th:nth-child(7),
#SLData tfoot th:nth-child(8),
#SLData td:nth-child(6),
#SLData tfoot th:nth-child(6),
#SLData td:nth-child(9),
#SLData tfoot th:nth-child(9),
#SLData td:nth-child(10),
#SLData tfoot th:nth-child(10) {
  width: 9% !important;
}

#SLData td:last-child,
#SLData tfoot th:last-child {
  width: 8%;
}

#POSData td:nth-child(6),
#POSData td:nth-child(7),
#POSData tfoot th:nth-child(6),
#POSData tfoot th:nth-child(7),
#POSData td:nth-child(8),
#POSData tfoot th:nth-child(8) {
  width: 10% !important;
  text-align: right;
}

#POSData td:nth-child(9),
#POSData tfoot th:nth-child(9) {
  width: 12%;
}

#DOData th:nth-child(6) {
  width: 38%;
}

#PrRData th {
  width: 10%;
}

#SRData th:first-child,
#PrRData th:nth-child(2) {
  width: 22%;
}

#PrRData td:nth-child(3),
#PrRData td:nth-child(4) {
  text-align: center;
}

#PrRData td:nth-child(5),
#PrRData td:nth-child(6),
#PrRData td:nth-child(7) {
  text-align: right;
  width: 12%;
}

#SlRData th {
  width: 13%;
}

#SlRData th:nth-child(6),
#SlRData th:nth-child(7),
#SlRData th:nth-child(8),
#SlRData th:nth-child(9) {
  width: 9% !important;
}

#PoRData th {
  width: 13%;
}

#PoRData th:nth-child(6),
#PoRData th:nth-child(7),
#PoRData th:nth-child(8),
#PoRData th:nth-child(9) {
  width: 9%;
}

#PayRData th {
  width: 16%;
}

#PayRData th:nth-child(5),
#PayRData th:nth-child(6),
#PayRData th:nth-child(7) {
  width: 12%;
}

#PayRData td:nth-child(7) {
  text-transform: capitalize;
}

#PayRData td:nth-child(6),
#PayRData tfoot th:nth-child(6) {
  text-align: right;
}

#CusData th {
  width: 10%;
}

#CusData tfoot th:nth-child(2),
#CusData tfoot th:nth-child(3),
#CusData tfoot th:nth-child(4) {
  width: 13%;
}

#CusData td:nth-child(9) {
  text-align: right;
}

#SupData th {
  width: 12.5%;
}

#RESLData th {
  width: 15%;
}

#RESLData th:nth-child(6),
#RESLData th:nth-child(7),
#RESLData th:nth-child(8) {
  width: 8%;
}

#RESLData td:nth-child(6),
#RESLData td:nth-child(7),
#RESLData tfoot th:nth-child(6),
#RESLData tfoot th:nth-child(7) {
  text-align: right;
}

#registerTable td {
  width: 11%;
}

#registerTable td:nth-child(5),
#registerTable td:nth-child(6) {
  width: 9%;
  text-align: center;
}

#registerTable td:nth-child(4),
#registerTable td:nth-child(7) {
  width: 9%;
  text-align: right;
}

#registerTable td:nth-child(8) {
  width: 27%;
}

.table-right-left td {
  /* width: 16.666%; */
}

.table-right-left td:nth-child(odd) {
  text-align: left;
}

.table-right-left td:nth-child(even) {
  text-align: left;
  font-weight: bold;
}

.highcharts-contextmenu hr {
  display: none;
}

.highcharts-container {
  width: 100% !important;
  height: 100% !important;
}

.two-columns th,
.two-columns td {
  width: 50%;
}

.three-columns th,
.three-columns td {
  width: 33.333%;
}

.print-only {
  display: none;
}

input[type="checkbox"] {
  height: 0;
  width: 0;
}

input[type="checkbox"] + label {
  position: relative;
  display: flex;
  margin: 0.2em 0;
  align-items: center;
  color: #555;
  transition: color 250ms cubic-bezier(0.4, 0, 0.23, 1);
}

input[type="checkbox"] + label > ins {
  position: absolute;
  display: block;
  bottom: 0;
  left: 2em;
  height: 0;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
  transition: height 300ms cubic-bezier(0.4, 0, 0.23, 1);
}

input[type="checkbox"] + label > ins > i {
  position: absolute;
  bottom: 0;
  font-style: normal;
  color: #4fc3f7;
}

input[type="checkbox"] + label > span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  width: 1em;
  height: 1em;
  background: transparent;
  border: 2px solid #9e9e9e;
  border-radius: 2px;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.4, 0, 0.23, 1);
}

input[type="checkbox"] + label:hover,
input[type="checkbox"]:focus + label {
  /*color: #fff;*/
}

input[type="checkbox"] + label:hover > span,
input[type="checkbox"]:focus + label > span {
  background: rgba(255, 255, 255, 0.1);
}

input[type="checkbox"]:checked + label > ins {
  height: 100%;
}

input[type="checkbox"]:checked + label > span {
  border: 0.5em solid #ffeb3b;
  animation: shrink-bounce 200ms cubic-bezier(0.4, 0, 0.23, 1);
}

input[type="checkbox"]:checked + label > span:before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0.2em;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  transform: rotate(45deg);
  transform-origin: 0% 100%;
  animation: checkbox-check 125ms 250ms cubic-bezier(0.4, 0, 0.23, 1) forwards;
}

@keyframes shrink-bounce {
  0% {
    transform: scale(1);
  }

  33% {
    transform: scale(0.85);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: #212121;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }

  33% {
    width: 0.2em;
    height: 0;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }

  100% {
    width: 0.2em;
    height: 0.5em;
    border-color: #212121;
    transform: translate3d(0, -0.5em, 0) rotate(45deg);
  }
}

.container #sidebar-search {
  /* width: 14.422%; */
  width: 225px;
  float: left;
  position: relative;
}

.accordion-content .row.filtre_prix {
  width: 100%;
  margin-top: 25px;
  margin-left: 0px;
  margin-bottom: 0;
}

.adtm_toggle_menu_button .titre_marque:hover:before {
  color: #d32a16 !important;
  text-decoration: none;
}

.adtm_toggle_menu_button:hover {
  color: #d32a16 !important;
  text-decoration: none;
}

/* Total Valus Blinking Style - Not all browsers support this
=================================================================== */
/*@keyframes blink {
to { color: #d43f3a; }
}
.totals_val {
color: #000;
animation: blink 1s steps(2, start) infinite;
}
@keyframes blink {
to { background: #5bc0de; }
}
.totals_val {
background: transparent;
padding: 1px 5px;
animation: blink 1s steps(2, start) infinite;
}*/

table.dataTable.no-footer {
  border-bottom: none !important;
  width: 100% !important;
  margin-bottom: 25px;
}

/* Higher than 1200 (desktop devices)
====================================================================== */
@media (min-width: 1200px) {
  .hidden-xs,
  .hidden-sm,
  .hidden-md,
  .hidden-lg {
    display: inline-block !important;
  }

  a.navbar-brand {
    position: absolute;
    left: 15px;
    margin-top: 15px;
  }

  .navbar-collapse {
    max-height: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container.containerV4 {
    /*width: 100% !important;*/
  }

  .container #content {
    /*padding: 0px 0px 15px 15px;
		margin: 0;
		height: 100%;
		width: auto;
		padding-left: 225px;
		overflow: hidden;*/
    overflow: hidden;
  }

  .dataTables_filter input[type="text"] {
    background-color: #99999908;
    background-image: none;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    font-size: 14px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s,
      box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
  }

  .container #sidebar-left {
    width: 100%;
    min-height: auto !important;
  }

  .container #sidebar-search {
    /*width: 14.422%;
		min-height:auto !important;
		float: left;
		width: 225px;
		height: 100%;
		position: absolute;
		max-height: 1900px;
		margin-top: 50px;*/
    width: 225px;
    float: left;
  }

  .container .breadcrumb {
    margin: 0px -15px 15px -15px;
    padding: 10px;
  }

  .prod_search1 {
    width: 398px;
  }

  .prod_search2 {
    width: 117px;
  }

  .prod_search3 {
    width: 157px;
  }

  .prod_search4 {
    width: auto;
    min-width: 119px;
  }

  .prod_search5 {
    width: auto;
    min-width: 119px;
  }

  .prod_search6 {
    width: 199px;
  }

  .prod_search7 {
    width: 198px;
    padding-left: 15px;
  }

  .prod_search8 {
    width: 198px;
  }

  .prod_search9 {
    width: 183px;
    margin-left: 15px;
  }

  .tab_col.text-left {
    width: 100%;
    float: none;
    display: inline-block;
  }
}

/* Higher than 992 (desktop devices)
====================================================================== */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs,
  .hidden-sm,
  .hidden-md,
  .hidden-lg {
    display: inline-block !important;
  }

  a.navbar-brand {
    position: absolute;
    left: 15px;
  }

  .navbar-collapse {
    max-height: 100%;
  }

  .container.containerV4 {
    /*width: 100% !important;*/
  }

  .container #content {
    /*padding: 15px;
        margin: 0;
        height: 100%;
        width: 85.578%;*/
    overflow: hidden;
  }

  .dataTables_filter input[type="text"] {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    font-size: 14px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s,
      box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
  }

  /*    .container #sidebar-left {
        width: 14.422%;
    }
*/
  .container #sidebar-search {
    /*width: 14.422%;*/
    width: 225px;
    float: left;
  }

  .container #sidebar-left {
    width: 100%;
    min-height: auto !important;
  }

  .container .breadcrumb {
    margin: -15px -15px 15px -15px;
    padding: 10px;
  }

  .prod_search1 {
    width: 397px;
  }

  .prod_search2 {
    width: 117px;
  }

  .prod_search3 {
    width: 157px;
  }

  .prod_search4 {
    width: 138px;
  }

  .prod_search5 {
    width: 137px;
  }

  .prod_search6 {
    width: 199px;
  }

  .prod_search7 {
    width: 198px;
    padding-left: 15px;
  }

  .prod_search8 {
    width: 198px;
  }

  .prod_search9 {
    width: 183px;
    margin-left: 15px;
  }
}

/* Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  a#main-menu-toggle {
    margin-left: 8.334%;
  }

  a.navbar-brand {
    padding: 8px 0px !important;
    position: absolute;
    left: 15px;
  }

  a.navbar-brand span {
    font-size: 18px;
  }

  .navbar-collapse {
    max-height: 100%;
  }

  .container.containerV4 {
    /*width: 100% !important;*/
  }

  .container #content {
    padding: 15px;
  }

  .adv-filter .ax0-padding-left-xl\@md #content {
    padding: 0px;
  }

  .container .breadcrumb {
    margin: -15px -15px 15px -15px;
    padding: 10px;
  }

  .btn-navbar {
    display: none !important;
  }

  .padding05 {
    padding: 0;
  }

  .content-scroll {
    width: 300px;
  }

  .prod_search1 {
    width: 397px;
  }

  .prod_search2 {
    width: 117px;
  }

  .prod_search3 {
    width: 157px;
  }

  .prod_search4 {
    width: 138px;
  }

  .prod_search5 {
    width: 137px;
  }

  .prod_search6 {
    width: 199px;
  }

  .prod_search7 {
    width: 198px;
    padding-left: 15px;
  }

  .prod_search8 {
    width: 198px;
  }

  .prod_search9 {
    width: 183px;
    margin-left: 15px;
  }
}

/* All Mobile Sizes (devices and browser)
====================================================================== */
@media only screen and (max-width: 767px) {
  body:after,
  body:before {
    display: none;
  }

  a.navbar-brand {
    margin-bottom: 0px;
    max-height: 40px;
  }

  #search {
    margin-left: 10px !important;
  }

  /*.hidden-sm {
        display: inline-block !important;
    }*/
  .nav-tabs > li {
    float: none;
  }

  .nav-tabs li a {
    margin: -1px 0 0 0;
  }

  .navbar-toggle {
    position: absolute;
    top: -3px;
    right: -10px;
    z-index: 100;
    background: transparent !important;
    text-shadow: none !important;
    border: none !important;
    margin-right: 5px !important;
  }

  .navbar-toggle .icon-bar {
    background: white;
  }

  .navbar-collapse {
    max-height: 100%;
    border-top: none;
    box-shadow: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .navbar-collapse.in {
    overflow: hidden;
  }

  .header-nav {
    display: none;
  }

  .header-nav li {
    float: left;
  }

  #content {
    overflow: hidden;
  }

  #content .breadcrumb {
    margin: -4px -5px 10px -5px;
  }

  .dataTables_wrapper label {
    width: 100%;
    margin-top: 5px;
  }

  .dataTables_wrapper .form-control {
    display: inline-block;
  }

  .padding05 {
    padding: 0;
  }

  .visible-xs {
    display: none !important;
  }

  /*.collapse {
        display: block !important;
    }*/

  .prod_search1 {
    width: 397px;
  }

  .prod_search2 {
    width: 117px;
  }

  .prod_search3 {
    width: 157px;
  }

  .prod_search4 {
    width: 138px;
  }

  .prod_search5 {
    width: 137px;
  }

  .prod_search6 {
    width: 199px;
  }

  .prod_search7 {
    width: 198px;
    padding-left: 15px;
  }

  .prod_search8 {
    width: 198px;
  }

  .prod_search9 {
    width: 183px;
    margin-left: 15px;
  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  body {
    padding: 0px;
  }

  #content {
    padding: 5px;
  }

  .sidebar-nav > ul {
    margin: 0;
  }

  .dataTables_wrapper label {
    width: 100%;
    margin-top: 5px;
  }

  .dataTables_wrapper .form-control {
    display: inline-block;
  }

  #sidebar-left {
    padding: 0 !important;
  }

  /*.navbar {
        min-height: 40px;
        padding-right: 20px;
        padding-left: 20px;
        background-color: #666;
        background-image: linear-gradient(to bottom, #666, #EEE);
        background-repeat: repeat-x;
        border: 1px solid #CCC;
        border-radius: 4px;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.067);
        z-index: 2;
        padding-bottom: 50px;
        margin-bottom: 0px;
    }*/

  .btn-group .btn {
    width: 50%;
  }

  .prod_search1 {
    width: 397px;
  }

  .prod_search2 {
    width: 117px;
  }

  .prod_search3 {
    width: 157px;
  }

  .prod_search4 {
    width: 138px;
  }

  .prod_search5 {
    width: 137px;
  }

  .prod_search6 {
    width: 199px;
  }

  .prod_search7 {
    width: 198px;
    padding-left: 15px;
  }

  .prod_search8 {
    width: 198px;
  }

  .prod_search9 {
    width: 183px;
    margin-left: 15px;
  }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
=================================================================== */
@media only screen and (max-width: 767px) {
  body {
    padding: 0px;
  }

  .col-xxs-12 {
    width: 100%;
  }

  a.navbar-brand {
    width: 100%;
    text-align: center;
  }

  .btn-visible-sm {
    width: 90px;
    float: right;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
  }

  #tabsAreaSearch .it-tabs > .it-nav-mobile > .it-mobile-icon {
    position: relative;
    top: auto;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
  }

  #tabsAreaSearch .it-tabs * {
    display: inline-block;
  }

  /*.navbar {
        min-height: 40px;
        padding-right: 20px;
        padding-left: 20px;
        background-color: #666;
        background-image: linear-gradient(to bottom, #666, #EEE);
        background-repeat: repeat-x;
        border: 1px solid #CCC;
        border-radius: 4px;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.067);
        z-index: 2;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }*/

  #hed ul.top-lft li #cd-cart-trigger a {
    padding-bottom: 0 !important;
  }

  #hed .logo img {
    max-width: 200px !important;
    width: 200px !important;
  }

  .pre-hader-bg .col-sm-4 {
    width: 30% !important;
  }

  .pre-hader-bg .col-sm-8 {
    width: 70% !important;
  }

  /*.content_search {
        & .toolContainer_1 {
            & .toolContainer_2 {
                display: none !important;
            }
        }
    }*/

  .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .container-fluid > .navbar-header {
    margin-right: 0 !important;
    margin-left: 0 !important;
    /*padding-right: 16px !important;*/
  }

  .it-tabs.it-mobile > .it-nav {
    background-color: #fff;
  }

  .it-tabs.it-dark > .it-nav > .it-tab > a,
  .it-tabs.it-dark > .it-nav-mobile {
    background: #121212 !important;
    color: #a1a1a1d6 !important;
  }

  .it-tabs.it-dark > .it-nav > .it-tab.it-active > a {
    color: #000 !important;
    background-color: #fede00d6 !important;
  }

  .it-tabs.it-dark > .it-nav > .it-tab.it-active > a:hover {
    color: #000000d6 !important;
  }

  .it-tabs.it-dark > .it-nav > .it-tab > a:hover {
    color: #fff !important;
  }

  #tabsAreaSearch.it-tabs > .it-nav > .it-tab > a {
    & span {
      font-size: 14px !important;
    }
  }

  .it-tabs.it-dark.it-gradient > .it-nav-mobile {
    background: #121212 !important;
    border: none !important;
    color: #d5d5d5d6 !important;
    font-weight: 400;
  }

  .it-tabs > .it-nav-mobile > .it-mobile-icon,
  .it-tabs > .it-nav-mobile > .it-mobile-icon:before,
  .it-tabs > .it-nav-mobile > .it-mobile-icon:after {
    background-color: #cbcbcb !important;
  }

  .sidebar-nav > ul {
    margin: 0;
  }

  #search select {
    display: none;
  }

  #search input {
    margin-top: 5px;
    margin-left: -10px !important;
    width: 100% !important;
  }

  #content {
    /*padding: 5px;*/
    & .col-lg-12 { padding: 0; }
  }

  .adv-filter .ax0-padding-left-xl\@md #content {
    padding: 0px;
  }

  .quick-button,
  .quick-button-small {
    margin-bottom: 20px;
  }

  .discussions ul li .date {
    display: none;
  }

  #sidebar-left {
    padding: 0 !important;
  }

  .btn-group .btn {
    width: 50%;
  }

  .prod_search1 {
    width: 100%;
  }

  .prod_search2 {
    width: 100%;
    padding-right: 0px;
    left: 0px;
  }

  .prod_search3 {
    width: 100%;
    padding-right: 0px;
    left: 0px;
  }

  .prod_search4 {
    width: 100%;
    padding-right: 0px;
  }

  .prod_search5 {
    width: 100%;
    padding-right: 0px;
  }

  .prod_search6 {
    width: 100%;
    padding-right: 0px;
  }

  .prod_search7 {
    width: 100%;
    left: 0px;
    padding-left: 0px;
  }

  .prod_search8 {
    width: 100%;
  }

  .prod_search9 {
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
  }
}

#chart text,
.hc-tip {
  font-family: "Ubuntu", sans-serif !important;
  font-size: 15px !important;
}

/* dtFilter 
============================================ */
.dtFilter th {
  color: #999;
}

.dtFilter-filter-reset-button,
.dtFilter-filter-wrapper,
.dtFilter-filter-wrapper .dtFilter-filter {
  display: none;
}

.dtFilter-filter-wrapper:first-child {
  display: block;
  width: 100%;
}

.dtFilter-filter-wrapper .dtFilter-filter:first-child {
  display: block;
  padding: 3px 0px;
  color: #333;
  border: none;
  background: transparent;
  width: 100%;
}

.dtFilter-filter-wrapper .dtFilter-filter:first-child:focus {
  background: white;
}

.dtFilter-filter-wrapper .select2-container .select2-choice {
  height: 25px;
  line-height: 25px;
  padding: 0 0 0 3px;
  background: transparent;
  box-shadow: none !important;
}

.dtFilter-filter-wrapper .select2-container .select2-choice .select2-arrow {
  padding: 0;
  top: -2px;
  background: transparent;
}

.dtFilter-filter-wrapper .select2-container .select2-choice abbr {
  top: 5px;
}

.dtFilter-filter-wrapper .select2-dropdown-open .select2-choice {
  background: white;
}

/* Calculator 
============================================= */
.calc {
  width: 200px;
  padding: 4px;
  color: #333;
}

div.is-calculator,
span.is-calculator {
  position: relative;
}

button.calculator-trigger {
  width: 25px;
  padding: 0;
}

img.calculator-trigger {
  margin: 2px;
  vertical-align: middle;
}

.calculator-keyentry {
  position: absolute;
  top: 0;
  right: 3px;
  width: 0;
  border: none;
  background: 0 0;
}

.calculator-inline {
  position: relative;
  border: 1px solid #ccc;
  background-color: #f4f4f4;
}

.calculator-inline .calculator-close {
  display: none;
}

.calculator-rtl {
  direction: rtl;
}

.calculator-prompt {
  clear: both;
  text-align: center;
}

.calculator-prompt.ui-widget-header {
  margin: 2px;
}

.calculator-result {
  clear: both;
  margin: 0;
  padding: 2px;
  text-align: right;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 110%;
  overflow: hidden;
}

.calculator-result span {
  display: inline-block;
  width: 100%;
}

.calculator-result .calculator-formula {
  font-size: 60%;
}

.calculator-focussed {
  background-color: #ffc;
}

.calculator-row {
  clear: both;
  width: 100%;
}

.calculator-space {
  float: left;
  margin: 2px;
  width: 28px;
}

.calculator-half-space {
  float: left;
  margin: 1px;
  width: 14px;
}

.calculator-row button {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  height: 40px;
  width: 25%;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  background: #fff;
  border: 1px solid #ccc;
}

.calculator-inline .calculator-add,
.calculator-inline .calculator-clear,
.calculator-inline .calculator-divide,
.calculator-inline .calculator-multiply,
.calculator-inline .calculator-percent,
.calculator-inline .calculator-plus-minus,
.calculator-inline .calculator-subtract,
.calculator-inline .calculator-undo {
  background: #eee;
}

.calculator-inline .calculator-equals {
  background: #bdea74;
}

@-moz-document url-prefix() {
  .calculator-base {
    text-indent: -3px;
  }
}

.calculator-keystroke {
  display: none;
  width: 16px;
  height: 14px;
  position: absolute;
  left: -1px;
  top: -1px;
  color: #000;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 80%;
}

.calculator-angle .calculator-keystroke,
.calculator-base .calculator-keystroke,
.calculator-trig .calculator-keystroke {
  top: -2px;
  font-size: 95%;
}

.calculator-keyname {
  width: 22px;
  font-size: 70%;
}

.cart_price {
  /*display:none !important;*/
}

.form_cart {
  display: inline-block;
  width: 75px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.modalCart {
  width: 360px;
  margin: 30px auto;
}

.modalCart .modal-footer {
  padding: 15px;
  padding-top: 15px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}

.fa-shopping-cart {
  padding-right: 10px;
}

.modalCommand {
  width: 360px;
  margin: 30px auto;
}

.modalCommand #ref {
  width: 100%;
}

.htmlComm p {
  margin: 0px;
}

.rma input[type="text"] {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  font-size: 14px;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
}

.fa-2x {
  font-size: 1.2em;
}

.fa-3x {
  font-size: 1.5em;
}

.chk_brand {
  padding-top: 10px;
  padding-bottom: 10px;
}

/*.marques_toutes label {padding-left:15px;color:#4C4B4B;font-weight:bold;}*/

.hr_marques {
  margin-top: 15px;
  margin-bottom: 5px;
  border: 0;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-top: 1px solid #eee;
}

.prod_search_new {
  width: 100%;
}

.dimension {
  padding-top: 15px;
}

.type_saison #rbtn ul {
  list-style-type: none;
}

.type_saison #rbtn ul li {
  cursor: pointer;
  display: inline-block;
  width: 122px;
  border: 1px solid #bbb;
  padding: 5px;
  margin-right: 12px;
  text-align: center;
  background: #dbdee0;
}

.type_saison #rbtn ul li.saison_toutes {
  margin-right: 0px;
}

.type_saison #rbtn ul li:hover {
  background: #d32a16;
  color: #fff;
  border: 1px solid #000;
}

.type_saison #rbtn ul li.selected {
  background: #d32a16;
  color: #fff;
  border: 1px solid #000;
}

.type_search {
  border: 1px solid #bbb;
  float: left;
  background-color: rgb(219, 222, 224);
  color: #333;
}

.type_search:hover {
  background: #d32a16;
  color: #fff;
  border: 1px solid #000;
}

.type_active.selected {
  background: #d32a16;
  color: #fff;
  border: 1px solid #000;
}

.search_tires {
  float: left;
  background-color: rgba(0, 0, 0, 0.72);
}

.search_tires:hover {
  background: #d32a16;
  color: #fff;
  border: 1px solid #000;
}

.type_search:focus {
  outline: 0;
}

.display_price:focus {
  border: 1px solid #bbb;
  float: left;
  background-color: rgb(219, 222, 224);
  color: #333;
}

.head_filtre {
  clear: both;
  display: block;
}

.container .top_menu {
  z-index: 999 !important;
}

.tab_label label {
  padding-right: 15px;
}

.indice_charge {
  padding-top: 15px;
}

.tab_col {
  width: 50%;
  float: none;
  display: inline-block;
}

.tab_col2 {
  width: 50%;
  float: right;
  display: inline-block;
}

.pao_green {
  padding: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  background: #238f18;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
}

.pao_gray {
  padding: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  background: #333;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
}

.pao_red {
  padding: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  background: #c90303;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 7px;
  font-size: 12px;
}

.pao2000_yellow {
  padding: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  background: #ffda00;
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
  font-size: 12px;
}

.no_rabais {
  width: 25px;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 1299px) {
  .dropdown-container {
    gap: 15px;
  }

  .prod_search1.field_code {
    width: 100%;
  }

  .prod_search4.field_code {
    width: 30%;
  }

  .prod_search5.field_code {
    width: 30%;
  }

  .dataTables_filter input[type="text"] {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    font-size: 14px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s,
      box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
  }

  .cd-btn--primary {
    &#btnsearch {
      float: right;
    }
  }

  .tab_col {
    width: 100%;
    float: none;
    display: inline-block;
  }

  .type_saison #rbtn ul li {
    cursor: pointer;
    display: inline-block;
    width: 142px;
    border: 1px solid #bbb;
    padding: 5px;
    margin-right: 12px;
    text-align: center;
    background: #dbdee0;
  }

  .type_saison #rbtn ul li.saison_toutes {
    margin-right: 0px;
    width: 300px;
    margin-top: 15px;
  }

  .convert_dims {
    margin-top: 45px;
  }

  .content_search {
    & .toolContainer_1 {
      display: flex;
      flex-direction: column-reverse;
      gap: 50px !important;
      max-height: none;

      & .toolContainer_2 {
        display: flex;
        flex-direction: row !important;
        flex: 1;
        margin-top: 0;
        gap: 0px !important;
        justify-content: space-between;

        & .toolFour {
          /*display:none;*/
          width: 50%;
          &:first-child {
            display: flex;
            margin-bottom: 0;
            margin-left: 0;
          }
        }

        & .wrapperTool img {
          object-fit: contain;
          height: auto;
          width: 100%;
          max-width: fit-content;
        }
      }
    }
  }

  .container.containerV4 {
    margin-top: 25px !important;
  }
}

@media (max-width: 1130px) {
  .prod_search1 {
    width: 100%;
  }

  .prod_search8 {
    width: 100%;
  }

  .prod_search9 {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }

  .prod_search1 {
    width: 100%;
    margin-top: 0;
  }
}

@media (max-width: 1023px) {
  .titre_marque::before {
    content: "\f0c9";
    display: inline-block;
    font: normal normal normal 50px/1 FontAwesome;
    font-size: 50px;
    font-size: 50px;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    font-size: 2em;
    top: 21px;
    position: absolute;
    left: 100px;
    cursor: pointer;
  }

  .titre_marque.special::before {
    content: "\f0c9";
    display: inline-block;
    font: normal normal normal 50px/1 FontAwesome;
    font-size: 50px;
    font-size: 50px;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    font-size: 2em;
    top: 21px;
    position: absolute;
    left: 20px;
    cursor: pointer;
  }

  .col-md-6 {
    width: 100%;
  }

  .prod_search1.field_code {
    width: 100%;
  }

  .prod_search5.field_code {
    width: 100%;
    padding-right: 0;
  }

  .prod_search4.field_code {
    width: 100%;
    padding-right: 0;
  }

  .prod_search1 {
    width: 100%;
    margin-top: 0;
  }

  .prod_search1.type_saison {
    padding-bottom: 25px;
  }

  .type_saison #rbtn ul li.saison_toutes {
    margin-right: 0px;
    width: 142px;
    margin-top: 15px;
  }
}

@media (max-width: 750px) {
  .dataTables_filter input[type="text"] {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    font-size: 14px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s,
      box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
  }
}

@media (max-width: 750px) {
  .container #sidebar-search {
    width: 14.422%;
    width: 150px;
    float: left;
    position: relative;
  }

  .show_marque img {
    vertical-align: middle;
    max-width: 100px;
  }
}

/*.navbar-nav > li > .dropdown-menu {
    display:block;
	min-width:0px;
}*/

.pao2000-popup .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  z-index: 9999;
  opacity: 0;
}

.pao2000-popup .overlay:target {
  visibility: visible;
  opacity: 1;
}

.pao2000-popup .popup {
  margin: 50px auto;
  padding: 10px;
  background: #d7d7d7;
  color: #fff;
  width: 50%;
  position: relative;
  transition: all 5s ease-in-out;
  border-radius: 10px;
  max-height: 800px;
  max-width: 600px;
}

.pao2000-popup .popup h2 {
  margin-top: 0;
  color: #333;
  font-family: "Open Sans", sans-serif;
  text-decoration: underline;
  font-size: 24px;
  font-weight: 800;
}

.pao2000-popup .popup p {
  font-size: 18px;
}

.pao2000-popup .popup .close {
  position: absolute;
  top: -10px;
  right: -10px;
  transition: all 200ms;
  font-weight: bold;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 0px;
  height: 28px;
  color: #000;
  border: none;
  cursor: pointer;
  outline: inherit;
  font-size: 28px;
  opacity: 1;
  text-shadow: none;
  height: 25px;
  width: 25px;
  background-color: #d32a16;
  border-radius: 50%;
}

.pao2000-popup .popup .close span {
  font-size: 28px;
  top: -5px;
  position: relative;
  left: -2px;
  color: #fff;
}

.pao2000-popup .popup .close:hover {
  color: #06d85f;
}

.pao2000-popup .popup .content {
  background: #fff;
  color: #000;
  padding: 25px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  border-radius: 5px;
}

@media screen and (max-width: 700px) {
  .pao2000-popup .popup {
    width: 70%;
  }
}

/* -------------------------------- 

Icons 

-------------------------------- */

.cd-icon {
  --size: 16px !important;
  font-size: var(--size);
  height: 1em;
  width: 1em;
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}

.cd-icon use {
  /* SVG symbols - enable icon color corrections */
  color: inherit;
  fill: currentColor;
}

/* -------------------------------- 
  
  Component 
  
  -------------------------------- */

.alert {
  background-color: #f5f5f5;
  color: hsl(230, 13%, 9%);
  border-radius: 0.375em;
  padding: 1rem;
  position: absolute;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  font-size: 13px;
  margin-top: 20px;
  /*padding: 10px !important;*/
  min-height: 60px;
  margin-top: 0px;
  margin-bottom: 0px !important;
  p {
    margin: auto 10px;
  }
}

.alert__icon {
  --size: 24px;
  margin-right: 0.5rem;
  color: hsl(250, 84%, 54%);
}

.alert__label {
  font-weight: 700;
}

.alert__close-btn {
  display: inline-flex;
  flex-shrink: 0;
  margin-left: 1.5rem;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.alert__close-btn .cd-icon {
  --size: 16px;
  display: block;
}

.alert__close-btn:hover {
  transform: scale(1.1);
}

.alert--success {
  background-color: hsla(170, 78%, 36%, 0.2);
}

.alert--success .alert__icon {
  color: hsl(170, 78%, 36%);
}

.alert--error {
  background-color: hsla(342, 89%, 48%, 0.2);
}

.alert--error .alert__icon {
  color: hsl(342, 89%, 48%);
}

.alert--warning {
  background-color: hsla(35, 79%, 66%, 0.2);
}

.alert--warning .alert__icon {
  color: hsl(35, 79%, 66%);
}

.alert__list {
  list-style: disc;
  list-style-position: inside;
}

.alert--is-visible {
  position: static;
  -webkit-clip-path: none;
  clip-path: none;
}

/* -------------------------------- 
  
  Utilities 
  
  -------------------------------- */

.cd-flex {
  display: flex;
}

.cd-items-center {
  align-items: center;
}

.cd-justify-between {
  justify-content: space-between;
}

.cd-margin-top-3xs {
  margin-top: 0.5rem;
}

.cd-color-inherit {
  color: inherit;
}

.adv-filter {
  display: none;
}
.adv-filter.filter--is-visible {
  display: block;
}
.adv-filter .ax0-flex\@md {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 20px;
}

.adv-filter .sidebar--static {
  width: auto !important;
  flex-grow: 1 !important;
  padding: 0 !important;
  max-width: 187px;
}

.adv-filter .ax0-padding-left-xl\@md {
  /* padding-left: var(--ax0-space-xl); */
  padding-top: 0;
}

.adv-filter .col-lg-12 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.adv-filter .box .box-content {
  padding: 20px;
}

.ax0-flex-grow {
  flex-grow: 0 !important;
}

@media (max-width: 1023px) {
  .ax0-flex-grow {
    flex-grow: 1 !important;
  }
}
