/*.navbar-default .navbar-collapse{background:#666}*/
.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
  background: #3c8dbc;
}

/*.main-header a{color:#fff;line-height:40px;}*/
.main-menu {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,3c8dbc+50,7db9e8+100 */
  background: #1e5799;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1e5799 0%, #3c8dbc 50%, #7db9e8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #1e5799),
    color-stop(50%, #3c8dbc),
    color-stop(100%, #7db9e8)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #1e5799 0%,
    #3c8dbc 50%,
    #7db9e8 100%
  );
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1e5799 0%, #3c8dbc 50%, #7db9e8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1e5799 0%, #3c8dbc 50%, #7db9e8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1e5799 0%, #3c8dbc 50%, #7db9e8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=0);
  /* IE6-9 */
}

.box-header {
  padding: 0 8px;
  background: #2a7098;
  color: #fff;
}

.box-header .box-title {
  padding: 5px 0;
  font-size: 16px;
}

.grid-nav {
  margin-bottom: 0;
}

.table-striped > tbody > tr > th {
  background-color: #3c8dbc;
  color: #ffffff;
}

.table-striped {
  border-collapse: collapse;
}

.table {
  margin-bottom: 0;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 5px 8px;
  border: 1px solid #e7eef3;
}

.table-striped tr th a {
  color: #ffffff;
}

input.form-control {
  /*box-shadow:inset 0 0 1px #3c8dbc;*/
  border: 1px solid #ccc;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 26px;
}

/*-Btn Styles-*/
.btn-default {
  background: #3c8dbc;
  color: #fff;
}

.form-horizontal .form-group {
  margin: 0 0 10px;
}

#per_page {
  width: 75px;
  display: inline-block;
}

span.required {
  color: red;
  padding-left: 2px;
}

/*select.per_page
{
	background-color: #FFFFFF; background-image: none; border: 1px solid #CCCCCC; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; color: #555555;	font-size: 14px;transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;width:25%;
	height: 26px; line-height: 26px;padding:0px;
}
*/
.datePicker input {
  width: 70px;
  border: 1px solid #cccccc;
  box-shadow: 0 0 1px #3c8dbc inset;
  margin-left: 2px;
}

/* .error_msg,.vErrMsg{
	font-family: Verdana;
	color: red;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
} */
.sm-nav .pagination {
  margin: 0;
  padding: 0 0 0 25px;
}

.gd-txt {
  padding-top: 10px;
  vertical-align: middle;
}

.control-label.lblinfo {
  font-weight: normal !important;
  text-align: left !important;
}

a.sortcols {
  text-decoration: underline;
}

/* Sortable CSS */
#link-list {
  float: left;
  height: 100%;
  overflow: auto;
  width: 100%;
}

#right_part {
  float: left;
  height: 100%;
  overflow: auto;
  width: 100%;
}

#link-details {
  float: left;
  height: 100%;
  overflow: auto;
  width: 100%;
}

#link-list a {
  text-decoration: none;
  font-size: 13px;
  color: #5c5b5b;
  padding: 1px 1px 1px 15px;
  background: url('../images/off.png') no-repeat left;
}

#link-list a:hover {
  text-decoration: underline;
}

#link-list a.selected {
  color: black;
  background: url('../images/on.png') no-repeat left;
}

.ui-nestedSortable-error {
  background: #fbe3e4;
  color: #8a1f11;
}

ol.sortable,
ol.sortable ol {
  margin: 0 0 0 25px;
  padding: 0;
  list-style-type: none;
  cursor: default;
}

ol.sortable {
  margin: 2em;
}

.sortable li {
  margin: 5px 0;
  padding-left: 20px;
}

.sortable li div {
  padding: 5px 1px 5px 10px;
  margin: 0;
  cursor: move;
  background-color: #d1d1d1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.sortable li div:hover {
  background-color: #dbdbdb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px;
}

.sortable li.placeholder {
  background-color: #c2c0c0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-left: 20px;
}

.plus {
  background: url('../images/plus.png') no-repeat 0 5px;
}

.minus {
  background: url('../images/minus.png') no-repeat 0 5px;
}

.sortable li {
  list-style-type: none;
}

.content-header > .breadcrumb {
  position: static !important;
}

.input-group-addon {
  padding: 0 5px !important;
}

/* Multi Select concept */
.dropdown-check-list {
  position: relative;
  display: inline-block;
  line-height: 16px;
  width: 100%;
}

.dropdown-check-list .dropdown-check-title {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 5px 50px 5px 10px;
  border: 1px solid #ccc;
  background: #fff;
  min-width: 100px;
  width: 100%;
}

.dropdown-check-list .dropdown-check-title:after {
  position: absolute;
  content: '';
  border-left: 1px solid black;
  border-top: 1px solid black;
  padding: 5px;
  right: 10px;
  top: 25%;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.dropdown-check-list .dropdown-check-title:active:after {
  right: 8px;
  top: 21%;
}

.dropdown-check-list ul.items {
  padding: 4px 8px;
  display: none;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
  background: #fff;
  position: absolute;
  width: 100%;
  max-height: 300px;
  overflow: auto;
  z-index: 999999;
}

.dropdown-check-list ul.items li {
  list-style: none;
  line-height: 24px;
}

.dropdown-check-list:hover .items {
  display: block;
}

.dropdown-check-list ul.items input[type='checkbox'] {
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: middle;
  cursor: pointer;
}

.dropdown-check-list ul.items li:hover {
  background: #6c757d;
  color: #fff;
}

.dropdown-check-list ul.items li label {
  font-weight: normal;
  margin-bottom: 0;
  cursor: pointer;
}

/**dashboard**/
.shortcuts .shortcut {
  background: #f3f3f3 none repeat scroll 0 0;
  border-radius: 5px;
  display: inline-block;
  height: 66px;
  margin: 0 0.9% 1em;
  padding: 23px 20px 16px;
  text-decoration: none;
  vertical-align: top;
  width: 30.5%;
}

.stats {
  display: table;
  margin-bottom: 1.9em;
  margin-top: 0.5em;
  padding: 0 0 0 10px;
  width: 100%;
}

.stats .stat {
  color: #999;
  display: table-cell;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  vertical-align: top;
  width: 40%;
}

.stat-value {
  color: #444;
  display: block;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -2px;
  margin-bottom: 0.55em;
  text-decoration: none;
}

.dashboard_view {
  padding: 30px !important;
}

/*end*/

#accordion-first .accordion-group {
  margin-bottom: 10px;
}

#accordion-first .accordion-heading,
#accordion-first .accordion-toggle:hover,
#accordion-first .accordion-heading .accordion-toggle.active {
  background: none repeat scroll 0% 0% transparent;
}

#accordion-first .accordion-heading {
  border-bottom: 0px none;
  font-size: 16px;
}

#accordion-first .accordion-heading .accordion-toggle {
  display: block;
  cursor: pointer;
  padding: 5px 0px !important;
  color: #222;
  outline: medium none !important;
  text-decoration: none;
}

#accordion-first .accordion-heading .accordion-toggle.active em {
  background-color: #f7c221;
}

#accordion-first .accordion-heading .accordion-toggle > em {
  background-color: #222;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  margin-right: 10px;
  text-align: center;
  width: 32px;
}

.modal-header {
  padding: 10px;
}

.modal-dialog {
  width: 80%;
}

.iframe .wrapper {
  background: none !important;
}

.iframe_box {
  border-top: 0px !important;
  box-shadow: none !important;
}

.borderless td,
.borderless th {
  border: none !important;
}

.full-width {
  padding: 0px !important;
}

/* offers */
.ls_form_inline {
  display: inline;
  width: 85px;
  margin: 3px;
}

label.error {
  color: red !important;
}

.table.border-none td {
  border: medium none;
}

.ls_arrow_center {
  margin-top: 165px;
}

.ls_arrow_center a.btn-default {
  margin-bottom: 4px;
  background: rgb(244, 244, 244);
  color: rgb(68, 68, 68);
}

.ls_product_links .ls_arrow_center {
  margin-left: 20px;
  margin-top: 92px;
}

.ls_iframe_wrapper .box {
  border-top: none;
  box-shadow: none;
}

.tab-content {
  padding-top: 20px;
}

.ls_iframe_wrapper div.nav-tabs {
  border-bottom: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 23px;
}

/* overlay concept */
.ls_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

.ls_overlay > img {
  position: relative;
  top: 50%;
  left: 50%;
}

.ls_chart_container {
  min-height: 260px;
  position: relative;
  margin: 12px;
}

.ls_chart_container span {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

#ls_chart_header {
  margin-bottom: 10px;
}

#ls_chart_header .form-control {
  height: 23px;
  padding: 1px 5px;
}

.ls_chart_heading {
  color: #337ab7;
  border-bottom: 1px solid;
  padding: 5px;
}

#ls_reportrange {
  color: #000;
}

.ms-drop li label span {
  padding-left: 4px;
}

.ms-drop li label input[type='checkbox'],
input[type='radio'] {
  margin: 0px;
}

.ls_select_multi_open .ms-drop,
.ls_select_multi_open_lg .ms-drop,
.ls_products .ms-drop,
.ls_available_tags .ms-drop,
.ls_unassign_group_opt .ms-drop,
.ls_attribute_id .ms-drop,
.ls_multiselect .ms-drop {
  position: relative;
}

.main-header {
  z-index: 100 !important;
}

.content-wrapper .content {
  min-height: 590px;
}

/* Iframe loader*/
.ls_frame_loader {
  position: absolute;
  left: 40%;
  top: 50%;
  width: 128px;
  height: 15px;
}

.ms-drop {
  z-index: 90 !important;
}

.ls_attr_items .sortable li div {
  margin-bottom: 10px;
}

.ls_attr_items ul,
.ls_attr_items ul li {
  padding-left: 0;
}

input.form-control-header {
  /*box-shadow:inset 0 0 1px #3c8dbc;*/
  border: 1px solid #ccc;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  line-height: 26px;
  height: 34px;
  width: 250px;
}

.panel-heading span a {
  color: inherit;
}

textarea:focus,
input:focus {
  outline: none;
}

/* table .form-control
{
    height:auto;
    border-radius:1px;
} */
/* table a {
    color: #fff;
}

table a:hover,
table a:active {
    color: #fff;
} */

.table_link,
.table_link:hover {
  color: #212529;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .col-sm-6 {
    width: 50%;
  }
}

/*
table tr td a {
    #color: #0056b3;
}
*/
.ms-drop ul > li label {
  font-weight: normal !important;
}

.grid th {
  background-color: #6c757d;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  width: 21em;
}

/*admin login */
/* .error_msg,.vErrMsg {
font-family: Verdana;  color: red; font-weight: normal; font-size: 11px; text-align: center;
}*/
.has-feedback {
  margin-bottom: 10px;
}

.login-box-msg {
  padding: 0px;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.login-box-body,
.register-box-body {
  background: #fff;
  padding: 20px;
  border-top: 0;
  color: #666;
}

.login-logo,
.register-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
}

.fa-lock:before {
  content: '\f023';
}

.fa,
.fas {
  font-weight: 900;
}

.fa-envelope:before {
  content: '\f0e0';
}

/*end*/
.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
  background-color: #f9f9f9;
  padding: 10px;
}

.user-footer .pull-left {
  float: left !important;
}

.user-footer .pull-right {
  float: right !important;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
  color: #666666;
}

.user-header {
  background-color: #6c757d;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  color: #fff !important;
}

.btn-default {
  background-color: #f4f4f4;
  color: #444;
  border-color: #ddd;
}

/*.dropdown-menu .media-body, .nav-item a {
    color: #6c757d!important;
}*/
.btn-header-menu {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  padding: 1px 27px;
  font-size: 14px;
  line-height: 1.42857143;
}

.navbar-nav > .user-menu .user-image {
  margin-top: -11px;
}

label:not(.form-check-label):not(.custom-file-label) {
  font-weight: 400;
}

.content-header {
  padding: 8px 0.5rem;
}

.table.table-head-fixed thead tr:nth-child(1) th {
  background-color: #707981;
  border-bottom: 0;
  box-shadow: inset 0 1px 0 #dee2e6, inset 0 -1px 0 #dee2e6;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  color: #fff;
}

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}

table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: '\2191';
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: '\2193';
}

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1;
}

table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

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

div.dataTables_scrollBody table thead .sorting:before,
div.dataTables_scrollBody table thead .sorting_asc:before,
div.dataTables_scrollBody table thead .sorting_desc:before,
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}

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

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}

table.dataTable.table-sm > thead > tr > th {
  padding-right: 20px;
}

table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}

table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}

table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}

div.table-responsive
  > div.dataTables_wrapper
  > div.row
  > div[class^='col-']:first-child {
  padding-left: 0;
}

div.table-responsive
  > div.dataTables_wrapper
  > div.row
  > div[class^='col-']:last-child {
  padding-right: 0;
}

.table.table-head-fixed thead tr:nth-child(1) th {
  background-color: #6c757d;
}

/*log file */
.log_files {
  padding: 10px;
}

.log_files a {
  color: #000;
  text-decoration: underline;
}

.parent_box {
  height: 720px;
  width: 100%;
  overflow-y: auto;
}

.f_selected {
  background: #ecf0f5;
}

.calendar-pos {
  position: absolute;
  z-index: 1;
  right: 7px;
  top: 7px;
}

.ms-choice {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.25;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.ms-choice:focus {
  outline: none;
}

.ms-choice > div {
  position: absolute;
  content: '';
  background-image: none;
  width: 9px;
  height: 9px;
  border-left: 1px solid black;
  border-top: 1px solid black;
  padding: 5px;
  right: 10px;
  top: 25%;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nav-item.menu-open {
  background-color: #5e5e5e87;
}

/* Force datepicker header to take full width */
.react-datepicker__header--custom {
  width: 100% !important;
  display: block !important;
}
.react-datepicker__month-select,
.react-datepicker__year-select {
  outline: none; /* removes the black border */
  border: 1px solid #d1d5db; /* matches your input border (gray-300) */
  border-radius: 0.375rem; /* rounded-md */
  padding: 0.25rem 0.5rem;
}

.react-datepicker__month-select:focus,
.react-datepicker__year-select:focus {
  border-color: #6366f1; /* indigo-500 focus */
  box-shadow: 0 0 0 1px #6366f1;
}
