body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; /*'Helvetica Neue', Helvetica, Arial, sans-serif;*/
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
  background: #ffffff;
  height: 100%;
  width: 100%;
  font-size: 12px;
}
a {
  /* color: #777; */
  text-decoration: none;
}
.padding-top {
  padding-top: 20px;
}
.login-page {
  width: 350px;
  margin: 7% auto;
  padding: 0 20px;
  background-color: #f9f9f9;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 14px 30px grey;
  border-radius: 5px 5px 5px 5px;
  padding-bottom: 10px;
  font-family: times new roman;
}
.login-page .text-center {
  margin-bottom: 10px;
}
.box {
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #f2f2f2;
}
.page {
  position: relative;
  display: block;
  top: 50px;
  left: 0;
  padding: 15px 0px 5px 205px;
  transition: 0.5s;
}
/*OK PAGE new 2018 ---------------------------------------*/
.okPage {
  padding: 15px 0px 5px 0px;
  margin: 0px -3px;
}

.bg-green {
  background-color: #a3c86d;
}
.bg-blue {
  background-color: #7acbee;
}
.bg-yellow {
  background-color: #fdd761;
}
.bg-red {
  background-color: #ff7857;
}
.panel{
  /* box-shadow: 0 16px 20px rgba(0,0,0,.1); */
}
.panel-default > .panel-heading {
  background-color: #ffffff;
  border-bottom: 2px solid #3498db;
  font-size: 15px;
  letter-spacing: 0.5px;
}
.panel > .panel-heading {
  padding: 5px;
}
.panel-box {
  width: 100%;
  height: 100%;
  text-align: center;
  border: none;
}
.panel-value {
  width: 60%;
}
.panel-icon {
  padding: 30px;
  width: 40%;
  border-radius: 0;
}
.panel-icon {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.panel-value {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.panel-value h2 {
  margin-top: 30px;
}
.panel-icon i {
  line-height: 65px;
  font-size: 40px;
  color: #fff;
}
#header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 55px;
  line-height: 55px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.logo {
  color: #fff;
  text-align: center;
  /* font-weight: 700; */
  /* text-transform: uppercase; */
  letter-spacing: 1px;
  display: inline-block;
  width: 210px;
  background-color: #777;
  transition: 0.5s;
}
.header-date {
  color: #9b9b9b;
  margin-left: 20px;
}
.info-menu {
  height: 52px;
  margin: 0;
  line-height: 52px;
  padding: 0 15px;
}
.info-menu li.profile {
  position: relative;
}
.profile a.toggle {
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  color: rgba(150, 150, 158, 1);
  position: relative;
  margin: 0;
  /*background: #f9f9f9;*/
  border-radius: 30px;
}
.info-menu li.profile a img {
  width: 30px;
  height: 30px;
}
.info-menu .dropdown-menu {
  left: -53px;
}
.dropdown-menu {
  /* margin-top: 4px; */
  border-color: #fefefe;
  border-radius: 0;
  box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
  -moz-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
  -webkit-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
}
.dropdown-menu li {
  margin: 0;
  padding: 0;
  display: block;
  line-height: 35px;
}
.dropdown-menu li a {
  text-decoration: none;
  display: block;
  font-size: 14px;
  position: relative;
  line-height: 30px;
  width: 100%;
  border-bottom: 1px solid #f4faf9;
}
.dropdown-menu li a i {
  margin-right: 5px;
}
.dropdown-menu li.last a {
  border-bottom: 0;
}
.datepicker {
  text-align: center;
}
.sidebar {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  padding: 55px 0 0;
  height: 100%;
  /*width: 250px;*/
  width: 210px;
  /*background: #2a3542;*/
  background: #333;
  /* border-right: 1px solid #ddd; */
  text-align: center;
  transition: 0.5s;
  overflow-y: auto;
}
/* OK MENU New 2018 --------------------------------------*/
.okMenu {
  width: 0;
}

.okLogo {
  display: none;
}
@media only screen and (max-width: 600px) {
  .sidebar {
    width: 0;
  }
  .logo {
    display: none;
  }
  .okMenu {
    width: 210px;
    /*make box shadow on mobile when the menu is opened*/
    /* box-shadow: 50px 20px 120px rgba(0,0,0, .5); */
  }
  /*where i want to remove the logo on mobile
  .okLogo{
  display: inline-block;
}
*/

  .page {
    padding: 15px 0px 20px 0px;
    margin: 0px -5px 0px -5px;
  }
  #POS {
    display: none;
  }
  .okPage {
    /*padding: 35px 15px 20px 250px;*/
    left: 200px;
    margin: 0px -5px 0px 0px;
  }

  #overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
    cursor: pointer;
  }
}
/*---------------------------------------------------*/
.sidebar ul li:hover,
.submenu ul li:hover {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar ul li {
  display: block;
}
.sidebar ul li:hover,
ul.submenu {
  background-color: #35404d;
}
.sidebar ul li a:hover {
  color: white;
}
.sidebar ul li a,
ul.submenu li a {
  color: #aeb2b7;
  display: block;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  text-align: left;
}
.sidebar ul li a span,
.sidebar ul li i {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1.5px;
  text-shadow: 0 1px rgba(0, 0, 0, 1);
}
.sidebar ul li a i {
  color: #aeb2b7;
  padding: 15px 22px;
  text-align: center;
}
ul.submenu {
  display: none;
  position: relative;
}
ul.submenu li a:hover {
  background-color: #35404d;
}
ul.submenu li a {
  padding-left: 45px;
}
ul.submenu li:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 25px;
  top: 0;
  bottom: 0;
  border: 1px dotted #d7d7d7;
  border-width: 0 0 0 1px;
}
ul.submenu li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 7px;
  left: 25px;
  top: 18px;
  border-top: 1px dotted #d7d7d7;
}

.sale_report_header {
  padding: 15px 0;
}
table td h6 {
  margin: 0 0 0.2em 0;
}
table tfoot tr td:first-child {
  border: 0;
}
table tfoot tr td:last-child {
  border-top: 1px solid #ccc;
}
table td h6,
table tfoot tr td:last-child {
  color: #000;
  _font-size: 1.2em;
  font-weight: normal;
}
.form-control {
  color: #646464;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.form-control:focus {
  background: #f8f8f8;
  border-color: #3498db;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn {
  border-radius: 3px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn-primary {
  color: #fff;
  background-color: #51aded;
  border-color: #3d8fd8;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #fff;
  background-color: #3175b8;
  border-color: #3d8fd8;
}
.btn-success {
  background-color: #2ecc71;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  background-color: #27ae60;
}
.btn-warning {
  background-color: #e7c13e;
  border-color: #dfba3c;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  background-color: #d0ac2c;
  border-color: #dfba3c;
}
.btn-danger {
  background-color: #ed5153;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  background-color: #bb282a;
}
.input-group-addon {
  background-color: #fcfcfc;
  border: 1px solid #dbdbdb;
  border-radius: 0;
}
/* input[type="file"] {
  text-indent: -99999px;
} */
td img.img-thumbnail {
  width: 125px;
  height: 125px;
  vertical-align: top;
}
.img-avatar {
  width: 50px;
  height: 50px;
}
.jumbotron {
  margin-bottom: 0;
}
.list-group-item:first-child,
.list-group-item:last-child {
  border-radius: 0;
}
.profile .jumbotron {
  border-radius: 3px 3px 0 0;
}
.profile .jumbotron h3 {
  color: white;
}
img.img-size-2 {
  width: 125px;
  height: 125px;
}

/*--------- New 2018 */
.btnHeader {
  padding: 10px;
  border: 1px solid lightgray;
  margin-left: 10px;
  color: gray;
  cursor: pointer;
  border-radius: 4px;
}
.btnHeader:hover {
  background-color: #3498db;
  color: white;
}

::-webkit-scrollbar {
  width: 3px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  background-color: #3498db;
}

/*--make full screen for chars panel admin page*/
.panel-actions {
  margin-top: -20px;
  margin-bottom: 0;
  text-align: right;
}
.panel-actions a {
  color: #333;
}
.panel-fullscreen {
  display: block;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: auto;
}
.panel-body {
  padding: 5px;
}

.alert {
  position: absolute;
  top: 10px;
  right: 3%;
  width: 90%;
  z-index: 9999;
}

.alert-override {
  position: relative;
  top: 0px;
  right: 0%;
  width: 100%;
  z-index: 1;
}

.breadcrumb {
  border: 1px solid #ccc;
  padding: 15px;
}

div.error {
  color: #ff4081;
  font-size: 12px;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block !important;
}

/* to fix the problem with DateTimePickerStyle*/
.collapse {
  display: none !important;
}
.collapse.in {
  display: block !important;
}

/* to fix the problem with select2 dropdowns */
span.select2 {
  width: 100% !important;
}

/* -ta for TechAlb */
.jumbotron-ta {
  padding: 10px;
}

/*SELECT 2 (READONLY FEATURE)*/
select[readonly].select2-hidden-accessible + .select2-container {
  pointer-events: none;
  touch-action: none;
}

select[readonly].select2-hidden-accessible
  + .select2-container
  .select2-selection {
  background: #eee;
  box-shadow: none;
}

select[readonly].select2-hidden-accessible
  + .select2-container
  .select2-selection__arrow,
select[readonly].select2-hidden-accessible
  + .select2-container
  .select2-selection__clear {
  display: none;
}
/*END SELECT 2 (READONLY FEATURE)*/

/*TOOLTIP - background RED nese ekziston klasa tool-red*/
/* .tool-red + .tooltip-inner{
  background-color: red !important;
} */
/*END TOOLTIP - background RED nese ekziston klasa tool-red*/

/*TEXT COLOR*/
.text-red {
  color: red !important;
}

.text-green {
  color: green !important;
}

/*Display none*/
.d-none {
  display: none;
}
/*Visibility none*/
.d-hidden {
  visibility: hidden;
}

/*font awesome in menu */
#sidebar li i.fa {
  padding: 0 !important;
}

.break-word {
  text-wrap: auto !important;
}

table tr.borxh {
  background-color: #fde3e3;
}

table tr.borxhPaid {
  background-color: #e6ffd9;
}

table tr.draft {
  background-color: rgb(255 248 228);
}

.clickable {
  cursor: pointer;
}

.product-expired {
  background-color: #ffe8e1 !important;
}

.no-border th, .no-border td {
    border: 0 !important;
}

.mar-pad-0 {
  display: none;
}

@media print {
    .mar-pad-0 {
      display: block;
    }

    .debt-fields {
      visibility: hidden !important;
      visibility: collapse !important;
      display: none !important;
    }

    #modal_body tr .td_1 {
      overflow-wrap: break-word;
      max-width: 50px;
    }
  }

  .text-bold {
    font-weight: bold;
  }

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

  .jo-likuiduar {
    background-color: #fcecc2ff;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .btn_delete_row {
    padding: 4px 0 !important;
  }

.btn-outlined {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  padding: 8px 16px;
  color: white;
  transition: all 0.3s ease;
}

.btn-outlined:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
}

.bg-info {
  padding: 1px 5px;
}

.bg-primary {
  padding: 1px 5px;
}