/*!
 * Creative Web Designers (I) Pvt. Ltd.
 * Copyright 2018
 * old color: #2196f3
 */

:root {
  --primary-color: #004cae;
}

@font-face {
  font-family: opensans;
  src: url("../fonts/opensans.ttf");
}

@font-face {
  font-family: raleway;
  src: url("../fonts/raleway-regular.ttf");
}

@font-face {
  font-family: muli;
  src: url("../fonts/muli-regular.ttf");
}

.btn-primary {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.fs-7 {
  font-size: 0.8rem;
}

.fw-bold {
  font-weight: 700;
}

.report_button,
.report_button:hover {
  background-color: #8c0000;
  border-color: #8c0000;
}

.report_button:focus {
  box-shadow: 0 0 0 .2rem rgba(140, 0, 0, .5);
}

.table td,
.table th {
  vertical-align: middle;
  display: table-cell;
  padding: .25rem;
}

a {
  text-decoration: none;
  color: #fff;
}

img {
  max-width: 100%;
}

.clear {
  clear: both;
}

body {
  background: #ffffff;
  position: relative;
  font-family: muli;
  height: 100%;
  font-size: 13px;
}


#frmwork select.form-control:not([size]):not([multiple]) {
  height: calc(1rem + 3px);
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: border-box !important;
}

.table {
  max-width: 100%;
}

.table-responsive {
  overflow-x: scroll;
}

body.dark {
  background: var(--primary-color);
}

.login-logo {
  text-align: center;
  padding: 0 10px 20px;
}

.stock-div {
  margin-bottom: 20px;
}

/* ---- Login Screen ---- */
.parent {
  min-height: 90vh;
  align-items: center;
  display: flex;
}

.white-bg {
  background: #FFF;
  padding: 20px;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.4);
}

.login-box {
  justify-content: center;
  margin: auto;
  flex-wrap: wrap;
  width: 400px;
}

.login-box .white-bg h3 {
  font-size: 24px;
  margin: 0;
  font-weight: 300;
  font-family: raleway;
}

.login-box h3 span {
  color: #8c8c8c;
  display: block;
  font-size: 13px;
  margin: 10px 0 15px;
  font-weight: normal;
}

.login-box .input-group {
  margin: 15px 0;
  width: 100%;
}

.login-box .input-group input {
  width: 85%;
  padding: 15px;
  border: 1px solid #ced4da;
}

.login-box .input-group-text {
  border-radius: 0;
  background-color: #fff;
  padding: 15px;
}

.login-box p {
  font-size: 12px;
  margin-top: 10px;
}

.login-box a {
  color: var(--primary-color);
}

.login-box .alert {
  font-size: 13px;
}

.true-btn {
  background: var(--primary-color);
  color: #fff;
  border: 0;
  padding: 10px 20px;
  margin-top: 5px;
  font-size: 18px;
}

.left-bar {
  width: 250px;
  float: left;
  background: var(--primary-color);
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 60px;
  overflow: auto;
}

.signout {
  font-weight: 100;
  background: var(--primary-color);
  color: #fff;
  border: 0;
  font-size: 14px;
  padding: 7px 10px !important;
}

.signout:hover {
  color: #fff;
}

.left-bar,
.sidebar-menu {
  background: var(--primary-color);
}

.sidebar-menu li.sidebar-header {
  color: #fff;
  background: var(--primary-color);
  /*padding: 15px 25px 15px 15px;*/
}

.sidebar-menu>li>a,
.sidebar-menu .sidebar-submenu>li>a {
  color: #fff;
}

.sidebar-menu>li:hover>a,
.sidebar-menu>li.active>a {
  background: var(--primary-color);
  border-left-color: #212529;
}

.sidebar-menu .sidebar-submenu {
  background: var(--primary-color);
  padding: 0;
  margin: 0;
}

.sidebar-menu a.activelink {
  background: var(--primary-color);
  border-left-color: #b88ff1;
}

.sidebar-menu .sidebar-submenu li a.activelink {
  background: var(--primary-color);
  border-left: 3px solid #212529;
}

.sidebar-menu .sidebar-submenu li a {
  padding-left: 30px;
}

.top-bar {
  padding: 10px;
  background-color: #f3f3f3;
  background-image: -moz-linear-gradient(top, #f3f3f3, #e2e2e2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e2e2e2));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e2e2e2);
  background-image: -o-linear-gradient(top, #f3f3f3, #e2e2e2);
  /*background-image: linear-gradient(to bottom, var(--primary-color), var(--primary-color));*/
  background-image: linear-gradient(to bottom, #f3f3f3, #f3f3f3);
  height: 60px;
  /*color:#fff;*/
}

.top-bar button.fullscreen {
  margin-right: 20px;
}

.top-bar .welcome-msg {
  font-size: 14px;
  float: left;
  margin-right: 20px
}

.user-actions {
  float: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.user-actions button,
.user-actions form {
  float: left;
}

.user-actions form {
  margin: 0 10px;
}

.user-actions form input[type=text] {
  padding: 5px;
  height: 31px;
  border: 1px solid #ced4da;
}

.user-actions form button[type=submit] {
  background: var(--primary-color);
  border: 0;
  color: #FFF;
  padding: 3px 10px;
}

.right-panel {
  margin-left: 250px;
  background: #fff;
  min-height: 100vh;
  padding-bottom: 50px;
}

.toggle-btn {
  display: none;
}

.breads {
  background: var(--primary-color);
  color: #fff;
  padding: 10px 20px;
  font-size: 12px;
}

.page-title {
  padding: 5px;
  /*background: #fff;*/
  background: linear-gradient(45deg, var(--primary-color), var(--primary-color));
  margin: 20px;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);

}

.page-title h1 {
  font-weight: 800;
  font-size: 26px;
  color: #fff;
  font-family: muli;
  margin: 0;
}

.main-content {
  padding: 20px;
  background: #FFF;
  margin: 0px 20px 20px;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
  font-size: 13px;
}

.main-content .panel .btn {
  width: 100%;
  margin: 10px 0;
  min-height: 300px;
  color: #FFF;
}

.main-content .panel .btn-success {
  min-height: unset;
}

.main-content .panel .btn-success span {
  margin: 10px !important;
}

.main-content .panel .btn span {
  display: block;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
}

.main-content .panel .btn a {
  color: #FFF;
  font-size: 14px;
}

.main-content .panel .btn span i {
  background: #FFF;
  color: #000;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  margin: 20px auto;
  line-height: 80px;
}

.panel-box h3 {
  margin-bottom: 5px;
  font-size: 18px;
  background: rgb(244, 244, 244);
  padding: 10px;
}

.boxes1 {
  min-height: 200px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(238, 238, 238);
  border-image: initial;
  padding: 20px;
}

.boxes2 {
  margin-bottom: 15px;
  border: 1px solid #eee;
  padding: 10px;
  min-height: 120px;
}

.boxes2 p {
  padding: 10px;
  margin: 0
}

.panel-box a {
  color: #fff !important;
}

.main-content h3 {
  background: var(--primary-color);
  padding: 10px;
  margin-bottom: 5px;
  font-size: 16px;
  margin: 20px 0;
  color: #fff;
}

.main-content .form-control {
  border-radius: 0;
  font-size: 13px;
  padding: 10px;
  border: 1px solid #dee5ec;
}

.page-item.active .page-link {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.page-link {
  color: var(--primary-color);
}

.notice-title {
  background: #dc3545;
  color: #fff;
}

.notice-title .h5 {
  margin: 0;
}

body .copyright {
  position: relative;
  float: right;
  bottom: 0;
  right: 20px;
  color: #fff;
  font-size: 12px;
  padding: 20px 0 20px 20px;
  background: var(--primary-color);
}

h2 {
  letter-spacing: -1px;
  font-size: 22px;
  line-height: normal;
}

label {
  width: 100%;
  font-weight: 800;
}

textarea {
  width: 100%;
}

.main-content table {
  width: 100%;
}

.main-content table th {
  background: var(--primary-color);
  color: #fff;
  font-weight: 800 !important;
  font-size: 13px;
}

table td.prod img {
  height: 80px;
  text-align: center;
  max-width: 80%;
}

.main-content table .edit {
  background: #669933;
  border: 0;
  color: #fff;
  padding: 5px 25px;
}

.main-content table .del {
  background: #D20606;
  border: 0;
  color: #fff;
  padding: 5px 25px;
}

.form-group {
  margin: 20px 0;
  overflow: auto;
}

.main-content .col-sm,
.main-content .col-sm-1,
.main-content .col-sm-10,
.main-content .col-sm-11,
.main-content .col-sm-12,
.main-content .col-sm-2,
.main-content .col-sm-3,
.main-content .col-sm-4,
.main-content .col-sm-5,
.main-content .col-sm-6,
.main-content .col-sm-7,
.main-content .col-sm-8,
.main-content .col-sm-9,
.main-content .col-sm-auto {
  float: left;
}

a.activelink {
  color: #FFF !important;
}

.page-title h1 {
  font-size: 16px !important;
}

.table td {
  border-top: 0px solid #dee2e6;
}

.notice_jump_title {
  color: #f2f;
  -webkit-animation: flash linear 1s infinite;
  animation: flash linear 1s infinite;
}

@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }

  50% {
    opacity: .1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: 1;
  }

  50% {
    opacity: .1;
  }

  100% {
    opacity: 1;
  }
}

form {
  margin: 0;
}

label {
  margin: 0
}

.card {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .toggle-btn {
    display: block;
    color: #FFF;
    float: right;
    margin: 10px 20px 10px;
    z-index: 905;
    position: relative;
  }

  .top-bar {
    height: auto;
    text-align: center;
  }

  .user-actions {
    float: none;
    padding-top: 10px;
  }

  .signout {
    float: right;
  }

  .padd0 {
    padding-left: 0;
    padding-right: 0;
  }

  .left-bar {
    position: relative;
    width: 100%;
    top: auto;
    float: none;
  }

  .right-panel {
    margin-left: 0;
  }

  .top-bar p.welcome-msg {
    display: none;
  }

  .main-content {
    padding: 0;
  }

  body .copyright {
    text-align: center;
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
  }

  .menu-list {
    background-color: #2a1770;
  }

  .sidebar-menu.show {
    display: block;
    transition: display 2s;
  }

  .sidebar-menu {
    position: fixed;
    z-index: 1;
    display: none;
    top: 0;
    left: 0;
    height: 100vh;
    width: 260px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;

  }

  .breads {
    padding: 15px 20px;
  }
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ddd !important;
  border-radius: 0 !important;
}

.select2-container .select2-selection--single {
  height: 37px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px !important;
}

#ajax-loader-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

#ajax-loader-overlay .spinner {
  border: 8px solid #ccc;
  border-top: 8px solid #007bff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
  position: relative;
  top: 50%;
  left: 50%;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#sortable {
  list-style: none;
  padding: 0;
}

#sortable li {
  padding: 10px;
  margin: 5px;
  background: #f4f4f4;
  cursor: grab;
}

.ui-sortable-helper {
  display: table;
}

#notification_div {
  position: fixed;
  right: 15px;
  top: 15px;
  font-weight: 800;
}

.text-wrap {
  white-space: wrap;
  text-align: left;
  line-height: 1.3;
  margin-bottom: 5px;
}

.notification-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 5px;
  margin-right: 30px;
}

.notification-bell {
  font-size: 20px;
  cursor: pointer;
  position: relative;
  color: #333;
}

.notification-bell .badge {
  position: absolute;
  top: -8px;
  right: -10px;
  background: #004cae;
  color: white;
  border-radius: 50%;
  padding: 3px 6px;
  font-size: 10px;
}

.notification-dropdown {
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  background: white;
  width: 350px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  z-index: 1000;
}

.notification-header {
  font-weight: bold;
  padding: 5px;
  /*border-bottom: 1px solid #ddd;*/
  background: #004cae;
  color: #fff;
}

.notification-section {
  padding: 0px;
}

.section-title {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  padding: 5px;
  border-bottom: 1px solid #e0e0e0;
  background: #8c0000;
}

.notification-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.notification-list li {
  padding: 10px 5px;
  font-size: 12px;
  color: #333;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
  background-color: #f1f1f1;
}

.notification-list li a:hover {
  text-decoration: none;
}

.notification-list li.unread {
  background-color: #fefefe;
}

.notification-list li .title {
  font-weight: bold;
}

.mark-read {
  font-size: 11px;
  color: #fff !important;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  background: none;
  border: 0;
}

.notification-list li .mark-read {
  font-size: 11px;
  color: #007bff !important;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  background: none;
  border: 0;
}

.notification-footer {
  text-align: center;
  padding: 5px;
  background: #004cae;
}

.notification-footer a:hover {
  color: #fff !important;
}

.notification-icon {
  color: #8c0000;
}

.notification-list .activelink {
  color: #333 !important;
}

.notification-list .activelink:hover {
  text-decoration: none !important;
}

.notification-list .notification_date {
  color: #555;
  font-size:10px;
}