body {
	background-color: #e9e9e9 !important;
    -moz-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
    -webkit-transition: all 0.5s !important;
    transition: all 0.5s !important;
    font-family: 'Roboto', Arial, Tahoma, sans-serif !important;
}

.tombol-selected {
  font-family: Arial;
  color: #eeeeee;
  font-size: 14px;
  background: #3498db;
  padding: 6px 12px 6px 12px;
  border: solid #3498db 0px;
  text-decoration: none;
}

.tombol-selected:hover {
  background: #3cb0fd;
  text-decoration: none;
}

input[type="checkbox"].selected_product {
  position: relative;
	right: 0;
	top: 25px;
	z-index: 1;
	float: right;
}

.hidden2 {
	display: none;
}

.label.bg-red {
	cursor: pointer;
}

.tombol {
  font-family: Arial;
  color: #000000;
  font-size: 14px;
  background: #eeeeee;
  padding: 6px 12px 6px 12px;
  border: solid #3498db 0px;
  text-decoration: none;
}

.tombol:hover {
  background: #3cb0fd;
  text-decoration: none;
}

.head {
  background: #3cb0fd;
}

.tulisan {
  font-family: Arial;
  font-size: 10px;
}

.masuk {
  background: #3fb9c1;
}

.btn:not(.btn-link):not(.btn-circle) {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: none;
    font-size: 15px;
    outline: none;
	padding-left: 25px;
	padding-right: 25px;
}

.bg-green {
    background-color: #4CAF50 !important;
    color: #fff;
	text-transform: uppercase;
}

.bg-red {
    background-color: #ff3232 !important;
    color: #fff;
	text-transform: uppercase;
}

div.ex1 {
    margin-bottom: 8px;
}

.navbar-nav > li > a {
    padding: 7px 7px 2px 7px !important;
    margin-top: 15px;
    margin-left: 5px;
}

.theme-yellow .nav > li > a {
    color: #fff;
}

.theme-yellow .nav > li > a:hover,
.theme-yellow .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent !important;
}

button, input, select, a {
    outline: none !important;
}

.navbar .navbar-brand {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.navbar-brand {
    color: #fff;
}

.bars {
    color: #fff;
}
.navbar-header .bars {
    float: left;
    text-decoration: none;
}

.navbar .navbar-toggle {
    text-decoration: none;
    color: #fff;
    width: 20px;
    height: 20px;
    margin-top: -4px;
    margin-right: 17px;
}

.navbar-header {
    padding: 10px 7px;
}

.navbar {
    font-family: "Roboto", sans-serif !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3) !important;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3) !important;
    -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3) !important;
    border: none !important;
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 12;
    width: 100%;
}

.navbar {
    background-color: #fdc308;
}

.dropdown-menu > li > a:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.dropdown-menu > li > a i.material-icons {
    float: left;
    margin-right: 7px;
    margin-top: 2px;
    font-size: 20px;
}

.dropdown-menu > li > a {
    padding: 7px 18px !important;
	color: #666 !important;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 14px;
	line-height: 25px !important;
}
.sidebar {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-family: "Roboto", sans-serif;
    background: #fdfdfd;
    width: 300px;
    overflow: hidden;
    display: inline-block;
    height: calc(100vh - 70px);
    position: fixed;
    top: 70px;
    left: 0;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 11 !important;
}

.sidebar .user-info {
    padding: 13px 15px 12px 15px;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px solid #e9e9e9;
    background: url("/images/user-img-background.jpg") no-repeat no-repeat;
    height: 135px;
}

.sidebar .user-info .info-container {
    cursor: default;
    display: block;
    position: relative;
    top: 25px;
}

.sidebar .user-info .info-container .name {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    max-width: 200px;
    color: #fff;
	font-weight: 600;
}

.sidebar .user-info .info-container .email {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    max-width: 200px;
    color: #fff;
	font-weight: 600;
}

.sidebar .user-info .info-container .user-helper-dropdown {
    position: absolute;
    right: -3px;
    bottom: -2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    color: #fff;
	font-weight: 600;
}
.sidebar .menu {
    position: relative;
    overflow-y: auto;
    height: 90vh;
}

.sidebar .menu .list {
    list-style: none;
    padding-left: 0;
}

.sidebar .menu .list .header {
    background: #eee;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 16px;
}

.theme-yellow .sidebar .menu .list li.active {
    background-color: transparent;
}

.sidebar .menu .list a {
    color: #747474;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: 100%;
    padding: 10px 13px;
}

.sidebar .menu .list a:hover {
	text-decoration: none !important;
}

.theme-yellow .sidebar .menu .list .toggled {
    background-color: transparent;
	text-decoration: none;
}

.sidebar .legal .version {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 5px;
    font-size: 13px;
}

.sidebar .legal .copyright {
    font-size: 13px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sidebar .legal {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #eee;
    padding: 15px;
    overflow: hidden;
}

.theme-yellow .sidebar .legal {
    background-color: #fff;
}

.sidebar .menu .list i.material-icons {
    margin-top: 4px;
}

.theme-yellow .sidebar .menu .list li.active > :first-child i, .theme-yellow .sidebar .menu .list li.active > :first-child span {
    color: #fdc308;
}

.sidebar .menu .list a span {
    margin: 7px 0 7px 12px;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    overflow: hidden;
}

.sidebar .menu .list li.active > :first-child span {
    font-weight: bold;
}

section.content {
    margin: 100px 15px 0 315px;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.breadcrumb {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    font-size: 13px !important;
    margin-bottom: 10px !important;
}

.breadcrumb li a {
    color: #444;
    text-decoration: none;
}

.breadcrumb > li + li:before {
    content: '>\00a0' !important;
}

.bg-grey {
    background-color: #9E9E9E !important;
    color: #fff;
}

.demo-color-box .color-code, .demo-color-box .color-class-name {
    font-size: 13px;
}

.material-icons.md-48 {
    font-size: 48px;
}

.demo-color-box .color-name {
    font-size: 16px;
    margin-bottom: 5px;
}

.demo-color-box {
    padding: 15px 0;
    text-align: center;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.card {
    background: #fff;
    min-height: 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.card .bg-red, .card .bg-pink, .card .bg-purple, .card .bg-deep-purple, .card .bg-indigo, .card .bg-blue, .card .bg-light-blue, .card .bg-cyan, .card .bg-teal, .card .bg-green, .card .bg-light-green, .card .bg-lime, .card .bg-yellow, .card .bg-amber, .card .bg-orange, .card .bg-deep-orange, .card .bg-brown, .card .bg-grey, .card .bg-blue-grey, .card .bg-black, .card .bg-green {
    border-bottom: none !important;
    color: #fff !important;
}

.m-r--5 {
    margin-right: -5px;
}

.card .header .header-dropdown {
    position: absolute;
    top: 20px;
    right: 15px;
    list-style: none;
}

.card .header h2 {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    color: #111;
}

.card .header {
    color: #555;
    padding: 20px;
    position: relative;
    border-bottom: 1px solid rgba(204, 204, 204, 0.35);
}

.card .body {
    font-size: 14px;
    color: #555;
    padding: 20px;
}

.card .body .font-12 {
	font-size: 12px;
}

.dataTables_wrapper {
    position: relative;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

/* Input Group ================================= */
.input-group {
  width: 100%;
  margin-bottom: 20px; }
  .input-group .form-line {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    position: relative; }
    .input-group .form-line:after {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      bottom: -2px;
      -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
      -o-transform: scaleX(0);
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -moz-transition: 0.25s ease-in;
      -o-transition: 0.25s ease-in;
      -webkit-transition: 0.25s ease-in;
      transition: 0.25s ease-in;
      border-bottom: 2px solid #fdc308; }
    .input-group .form-line + .input-group-addon {
      padding-right: 0;
      padding-left: 10px; }
  .input-group .help-info {
    float: right;
    font-size: 12px;
    margin-top: 5px;
    color: #999; }
  .input-group label.error {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    font-weight: normal;
    color: #F44336; }
  .input-group .form-line.error:after {
    border-bottom: 2px solid #F44336; }
  .input-group .form-line.success:after {
    border-bottom: 2px solid #4CAF50; }
  .input-group .form-line.warning:after {
    border-bottom: 2px solid #FFC107; }
  .input-group .form-line.focused:after {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  .input-group .form-line.focused .form-label {
    bottom: 25px;
    left: 0;
    font-size: 12px; }
  .input-group .input-group-addon {
    border: none;
    background-color: transparent;
    padding-left: 0;
    font-weight: bold; }
    .input-group .input-group-addon .material-icons {
      font-size: 18px;
      color: #555; }
  .input-group input[type="text"],
  .input-group .form-control {
    border: none;
    box-shadow: none;
    padding-left: 0; }
  .input-group .form-control:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important; }

.input-group.input-group-sm .input-group-addon i {
  font-size: 14px; }

.input-group.input-group-sm .form-control {
  font-size: 12px; }

.input-group.input-group-lg .input-group-addon i {
  font-size: 26px; }

.input-group.input-group-lg .form-control {
  font-size: 18px; }

.form-control-label {
  text-align: right; }
  .form-control-label label {
    margin-top: 8px; }

.form-horizontal .form-group {
  margin-bottom: 0; }

.form-group {
  width: 100%;
  margin-bottom: 25px; }
  .form-group .form-control {
    width: 100%;
    border: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 0; }
  .form-group .help-info {
    float: right;
    font-size: 12px;
    margin-top: 5px;
    color: #999; }
  .form-group label.error {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    font-weight: normal;
    color: #F44336; }
  .form-group .form-line {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ddd; }
    .form-group .form-line:after {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      height: 0;
      bottom: -1px;
      -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
      -o-transform: scaleX(0);
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -moz-transition: 0.25s ease-in;
      -o-transition: 0.25s ease-in;
      -webkit-transition: 0.25s ease-in;
      transition: 0.25s ease-in;
	  border-left: none;
	  border-right: none;
	  border-top: none;
      border-bottom: 2px solid #fdc308; }
    .form-group .form-line .form-label {
      font-weight: normal;
      color: #aaa;
      position: absolute;
      top: 10px;
      left: 0;
      cursor: text;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
  .form-group .form-line.error:after {
    border-bottom: 2px solid #F44336; }
  .form-group .form-line.success:after {
    border-bottom: 2px solid #4CAF50; }
  .form-group .form-line.warning:after {
    border-bottom: 2px solid #FFC107; }
  .form-group .form-line.focused:after {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  .form-group .form-line.focused .form-label {
    top: -10px;
    left: 0;
    font-size: 12px; }

.form-group-sm .form-label {
  font-size: 12px; }

.form-group-sm .form-line.focused .form-label {
  bottom: 20px;
  font-size: 10px; }

.form-group-lg .form-label {
  font-size: 18px; }

.form-group-lg .form-line.focused .form-label {
  bottom: 35px;
  font-size: 12px; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: transparent; }

.dataTables_wrapper input[type="search"] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: none;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
}

.search, .paging_simple_numbers {
	margin-bottom: 30px !important;
}

.form-group.empty {
	margin-top: 15px;
}

.form-group.empty.empt {
	margin-top: 2px !important;
}

.form-group.discount {
	padding-left: 0px !important;
}

.form-group.empty-second {
    margin-top: -30px !important;
}

.form-group.empty .form-line {
	border: none !important;
}

.search input:focus {
      border-bottom: 2px solid #fdc308; 
}
  
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus  {   
  border-color: #fff !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset, 0 0 8px rgba(126, 239, 104, 0) !important;
  outline: 0 none !important;
} 

/*Chosen style*/
.chosen-wrapper {
  position: relative;
}
.chosen-wrapper:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 17px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #555;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 9;
}
.chosen-wrapper.is-active:after {
  border-top: 8px solid #555;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.chosen-wrapper .chosen-container .chosen-single {
  border-radius: 0;
  background: #fff;
  font-size: 15px;
  color: #555;
  line-height: 32px;
  transition: all 0.3s ease;
  box-shadow: none;
}

.chosen-wrapper .chosen-container .chosen-single b {
  display: none !important;
}
.chosen-wrapper .chosen-container .chosen-single span {
  letter-spacing: 0;
  padding: 0;
  line-height: inherit;
}
.chosen-wrapper .chosen-container.chosen-with-drop .chosen-single {
  border-width: 2px 2px 1px;
  border-color: #000 #000 #d9d9d9;
  color: #555;
  background-image: none;
}

.chosen-single div:not(.chosen-drop) {
  border-bottom: 1px solid #ddd;
}

.chosen-wrapper .chosen-container.chosen-with-drop .chosen-drop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.chosen-wrapper .chosen-container.chosen-container-single-nosearch .chosen-search {
  display: none;
}
.chosen-wrapper .chosen-container .chosen-drop {
  letter-spacing: 0;
  border-radius: 0;
  box-shadow: none;
  border-width: 0 2px 2px;
  border-color: #000;
  margin-top: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  opacity: 0;
}
.chosen-wrapper .chosen-container .chosen-results {
  font-size: 16px;
  color: #555;
  max-height: 245px;
  margin: 0;
  padding: 0;
}
.chosen-wrapper .chosen-container .chosen-results li {
  padding: 16px 30px 18px;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  line-height: 20px;
  cursor: pointer;
}
.chosen-wrapper .chosen-container .chosen-results li.highlighted {
  background-color: #eee !important;
  color: #000;
  background-image: none;
}

li.result-selected  {
  background-color: #eee !important;
  background-image: none;
}

.chosen-wrapper--style2:after {
  right: 0;
}
.chosen-wrapper--style2:before {
  content: "";
  width: 0;
  border-top: 2px solid #fdc308;
  position: absolute;
  left: 0;
  top: 33.5px;
  z-index: 1;
  transition: all 0.2s cubic-bezier(0.06, 1, 0.89, 0.85);
}
.chosen-wrapper--style2.is-active:before {
  width: 100%;
}
.chosen-wrapper--style2 .chosen-container .chosen-single {
  border-width: 0 0 1px;
  padding: 0;
}
.chosen-wrapper--style2 .chosen-container.chosen-with-drop .chosen-single {
  border-width: 0 0 1px;
}
.chosen-wrapper--style2 .chosen-container.chosen-with-drop .chosen-drop {
  opacity: 1;
  visibility: visible;
  transform: translateY(-1px);
}
.chosen-wrapper--style2 .chosen-container .chosen-drop {
  border-color: #d9d9d9;
  border-top: 1px solid #d9d9d9;
}
.chosen-wrapper--style2 .chosen-container .chosen-results li {
  padding: 16px 15px 18px;
  list-style: none;
}
/*ScrollBox style*/
.nicescroll-rails {
  border-left: 1px solid #d9d9d9;
  transform: translate(-2px);
  top: 0 !important;
  left: 2px !important;
}
.nicescroll-rails .nicescroll-cursors {
  width: 6px !important;
  margin-right: 2px;
}
.result-selected span.check-mark {
    position: relative;
    display: inline-block;
    right: 0;
	margin-top: -3px;
	float: right;
}
#menu_image, #category_image {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

#menu_image + label .glyphicon-upload, #category_image  + label .glyphicon-upload {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}

#menu_image + label, #category_image + label {
    max-width: 80%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}

#menu_image + label, #category_image +label {
    color: #4CAF50;
}
#menu_image + label, #category_image + label {
    border: 1px solid #4CAF50;
    background-color: #fff;
    padding: 0;
}

#menu_image + label span, #category_image + label span {
    width: 145px;
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

#menu_image + label span, #menu_image + label strong, #category_image + label span, #category_image + label strong {
    padding: 0.625rem 1.25rem;
}

#menu_image + label strong, #category_image + label strong {
    height: 100%;
    color: #fff;
    background-color: #4CAF50;
    display: inline-block;
}

.col-sm-11.smaller {
	width: 90.667% !important;
}
.col-sm-3.smaller, a.smaller{
	margin-top:20px;
	padding-left: 0;
}
.col-sm-3.smaller {
	width: 19% !important;
}

.ms-container ul li {
	line-height: 170%;
}

.ms-container ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.ms-container .ms-list {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-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 linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    height: 200px;
    padding: 0;
    overflow-y: auto;
}	

.custom-header {
    text-align: center;
    padding: 3px;
    background: #4CAF50;
    color: #fff;
}

.ms-container .ms-selectable, .ms-container .ms-selection {
    background: #fff;
    color: #555;
    float: left;
    width: 45%;
}

.ms-container {
    background: transparent url('https://www.ayucom.ayurmed.ro/images/switch.png') no-repeat 50% 50%;
    width: 546px;
}

.ms-container .ms-selectable li.ms-elem-selectable, .ms-container .ms-selection li.ms-elem-selection {
    border-bottom: 1px #eee solid;
    padding: 2px 10px;
    color: #555;
    font-size: 14px;
	cursor: pointer;
}

.ms-container:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    min-height: 0;
    visibility: hidden;
}
.ms-selection .ms-list li:after {
    content: " x";
    float: right;
}

.ms-container .ms-selectable {
	margin-right: 54px;
}
.chosen-container {
	cursor:pointer;
}

.delete {
 width:110px;
 height:31px;
 background-color:#d9534f;
 border:none;
 border-bottom:3px solid #a43e3b;
 border-radius:3px;
 color:white;
 margin-top: -9px;
 font-weight:600;
}

.green {
 width:110px;
 height:35px;
 background-color:#4CAF50;
 border:none;
 border-bottom:3px solid #347b36;
 border-radius:3px;
 color:white;
 font-weight:600;
}

.greendiscount {
    width: 150px !important;
}	

.pull-left.mrg {
	margin-right: 10px;
}

.form-control[disabled] {
	background-color: #fcfcfc !important;
}
.col-sm-10.smaller {
    width: 47.333%;
}
.has-margin{
	margin-right:22px;
}
.agent-name {
	text-transform:uppercase;
}
.processed-order td {background-color: lightgreen !important; color: darkgreen; font-weight: bold;}
.processed-order a {color: darkgreen !important;}

.bg-darkgreen {background-color: darkgreen !important;color: #fff;text-transform: uppercase;}
.bg-purple {background-color: purple !important;color: #fff;text-transform: uppercase;}
#thesmaller .col-sm-6{visibility: hidden;}
#thesmaller .col-sm-5 {display: none;}
#thesmaller .col-sm-7 {display: none;}
.theme-yellow.stats .dataTables_wrapper .col-sm-6:first-of-type {visibility: hidden;}
.theme-yellow.stats .dataTables_wrapper .col-sm-5 {display: none;}
.theme-yellow.stats .dataTables_wrapper .col-sm-7 {display: none;}
.theme-yellow.stats #DataTables_Table_0 td:not(:first-of-type) {
	padding-top: 20px;
	font-size: 15px;
	text-transform: uppercase;
	padding-bottom: 20px;
	text-align: center;
}
.theme-yellow.stats #DataTables_Table_0 td {
	padding-top: 20px;
	font-size: 15px;
	text-transform: uppercase;
	padding-bottom: 20px;
}
.col-sm-1.smalll {width:4.2%;top: 21.5px;}
.col-sm-1.smalll thead .sorting_asc:after {content: " " !important;}
.sidebar .user-info .info-container .user-helper-dropdown-two {
    position: absolute;
    right: -4px;
    bottom: 97px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
	background-color: orange;
}
@media (min-width: 1330px) and (max-width: 1368px) {
	.col-sm-1.smalll {width:6%;margin-top: 2.08%;}
	.importantWidth { width: 5.1% !important; margin-top: -1.24% !important;}
	.col-sm-1.smalll tr:nth-child(4) {height:83.867px !important;}
	section.content {margin: 100px 15px 0 240px !important;}
	.sidebar {width:240px !important;}
	.ord-stats .col-md-2.ld {width: 12.36666667% !important;}
	.ord-stats .col-md-1.ld {margin-right: -28px !important;}
	.ord-stats .col-md-12.ld {padding-right: 35px;padding-left: 0px;}
	.ord-stats .col-md-1.beetwen {display: none;}
}
.prod-stats #DataTables_Table_0_paginate {display: none;}
.prod-stats #DataTables_Table_0_length {display: none;}

 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 22px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #fdc308;
}

input:focus + .slider {
  box-shadow: 0 0 1px #fdc308;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
} 

.col-sm-1.stats-prod {
    width: 9.333% !important;
}
.history #DataTables_Table_0_length {display: none;}

/* Special radios - agent data*/

.radios-special input[type="radio"], .radios-special input[type="radio"] {
  display: none;
}
.radios-special input[type="radio"]:not(:disabled) ~ label, .radios-special input[type="radio"]:not(:disabled) ~ label {
  cursor: pointer;
}
.radios-special input[type="radio"]:disabled ~ label, .radios-special input[type="radio"]:disabled ~ label {
  color: #bcc2bf;
  border-color: #bcc2bf;
  box-shadow: none;
}

.radios-special label {
  display: block;
  background: white;
  border: 1px solid #20df80;
  border-radius: 2px;
  padding: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);
  position: relative;
}

.radios-special input[type="radio"]:checked + label {
  background: #20df80;
  color: white;
}
.radios-special input[type="radio"]:checked + label::after {
  color: #3d3f43;
  border: 2px solid #1dc973;
  content: "\2713";
  font-size: 24px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: white;
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
}

.suplimente, .cosmetice {display:none;}
.cosmetice.show, .suplimente.show {display:block;} 

.col-md-1.beetwen.one {margin-left: -15px;}
.col-md-1.beetwen {width: 6.333% !important;margin-right: -41px;margin-left: -75px;}

.ord-stats .col-sm-6:first-of-type {visibility:hidden;}
.ord-stats .greendiscount.two {margin-top: -4px;margin-left: 109px;height: 30px;}
.ord-stats select {height: 27px;width: 127px;}
.ord-stats select.values {width: 150px;}
.ord-stats .empt { margin-top: 4px !important;}
.ord-stats .col-md-2.ld {width: 9.367%;}

.daniela .sidebar {width: 60px !important;}
.daniela .sidebar .user-info {padding: 15px 0px 12px 3px !important;}
.daniela .sidebar .email {display:none !important;}
.daniela .sidebar .user-info .info-container {top:41px !important;}
.daniela .sidebar img {width:55px !important;}
.daniela .sidebar .menu .list .header {padding: 8px 9px !important;}
.daniela .sidebar .user-helper-dropdown-two {display: none !important;}
.daniela .copyright {display: none !important;}
.daniela section.content {margin: 100px 15px 0 75px !important;}

.intarz i {color: red;cursor: pointer;}
.intarziata {cursor: pointer;}
.chosen-search input {margin-left: 13px;}