body {
  color: #4e4e4e;
  font-family: "Poppins", sans-serif;
  padding: 0px !important;
  margin: 0px !important;
  font-size: 14px !important;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
label {
  font-weight: 500;
}
ul li {
  list-style: none;
}
*/input:focus,
textarea:focus {
  outline: none;
}

*:focus {
  outline: none;
}
::selection {
  background: #688a7e;
  color: #fff;
}
::-moz-selection {
  background: #688a7e;
  color: #fff;
}
/*main content*/
#main-content {
  float: left;
  margin-left: 185px !important;
  width: 85%;
  position: absolute;
  top: 0;
}
#main-content-loginScreen {
  width: 30%;
  margin: auto;
}
#main-content-loginScreen .main-content-admin {
  min-height: 450px;
}
.header,
.footer {
  min-height: 60px;
  padding: 0 15px;
}
.header-full {
  background: #3d3d3d none repeat scroll 0 0;
  border-bottom: 1px solid #2e2e2e;
  margin: 0;
  padding: 0;
}
.sort-bar {
  display: inline-block;
  margin-left: 3%;
}
.sort_width {
  width: 46% !important;
}
.error-message {
  background: #ffe0e6;
  color: #ff3855;
  padding: 5px;
  border-radius: 5px;
}
/* AK - 15-1-2016 */
#main-content_web_view {
  float: left;
  width: 100%;
  position: absolute;
  top: 0;
}

.mt {
  float: left;
  margin: 8px 0 0;
  padding: 0;
  width: 100%;
}
.box1 {
  font-size: 16px;
  display: inline-block;
  width: 25%;
  padding: 0.25em 0.5em;
  margin: 20px 10px 0 0;
}
.header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1002;
}
.white-bg {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #f1f2f7;
}
.dark-bg {
  background: rgba(54, 66, 74, 1);
  border-bottom: 1px solid #f1f2f7;
}
.panel-content {
  padding: 10px;
}
.wrapper {
  box-sizing: border-box;
  display: inline-block;
  margin-top: 0;
  padding: 0 15px;
  width: 100%;
}
a.logo {
  font-size: 22px;
  font-weight: 300;
  color: #fed189;
  float: left;
  text-transform: uppercase;
}
a.logo:hover,
a.logo:focus {
  text-decoration: none;
  outline: none;
}
a.logo span {
  color: #688a7e;
}
.lf {
  float: left;
}
.ri {
  float: right;
}
.logo {
  background: #3d3d3d none repeat scroll 0 0;
  float: left;
  padding: 10px 20px;
}

.btn-group.admin-main {
  float: left;
  margin-right: 15px;
}

/*  notification bell  */
.forget-pass {
  float: right;
}
.notification {
  float: left;
  margin: 10px 0;
}
.notification .btn-lg {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  border-radius: 9px;
  font-size: 18px;
  line-height: 1.33;
  margin: 0;
  padding: 0;
}
.btn-lg > span {
  position: relative;
}

.notification .btn-lg .fa.fa-bell-o {
  background: #585858 none repeat scroll 0 0;
  border: 1px solid #333333;
  border-radius: 65%;
  color: #fff;
  font-size: 14px;
  height: 30px;
  margin-top: 4px;
  padding: 7px;
  text-align: center;
  width: 30px;
}

.notification .btn-lg .fa.fa-bell {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  border-radius: 65%;
  color: #fff;
  font-size: 20px;
  height: 30px;
  margin-top: 4px;
  padding: 7px;
  text-align: center;
  width: 30px;
}
.notification-alert {
  background: red none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff !important;
  font-size: 12px;
  height: 22px;
  left: 17px;
  padding: 4px;
  position: absolute;
  top: -10px;
  width: 22px;
}
.btn-lg.dropdown-toggle > span {
  position: relative;
}

.dropdown-menu.notify_box_li {
  float: left;
  right: 0;
  top: 48px;
}

.dropdown-menu.notify_box_li li {
  border-bottom: 1px solid #e1e1e1;
  float: left;
  padding: 6px;
  text-align: left;
  width: 100%;
}
/*  notification bell  */
.open > .dropdown-menu {
  display: block;
  opacity: 1 !important;
}
.save-theme > a:hover {
  background: #4b921b none repeat scroll 0 0;
}
/*.content h3 {color: #10a2ff;font-size: 20px;font-weight: normal;text-shadow: 0 0 3px #000;}
.content p {color: #dbdbdb;font-size: 13px;font-style: italic;text-shadow: 0 0 3px #000;}*/
.main-content {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  box-sizing: border-box;
  float: left;
  padding: 15px 23px;
  top: 80px;
  width: 100%;
}
.nav-tabs > li > a {
  border: 1px solid transparent;
  border-radius: 5px;
  color: #a3a3a3;
  font-size: 14px;
  font-weight: initial;
  margin-right: 15px;
  background: #fff;
  color: #565656;
  border-color: #e2e3e3;
  font-weight: 500;
  padding: 7px 10px;
}
.nav-tabs > li > a:hover {
  background: #fe5502;
  color: #fff;
  border: none;
}
.nav-tabs > li.active > a {
  color: #fff !important;
  border: none !important;
  background: rgb(254, 85, 2);
  background: linear-gradient(
    97deg,
    rgba(254, 85, 2, 1) 0%,
    rgba(254, 150, 2, 1) 100%
  );
}
/* .nav-tabs > li.active > a {background: #fe5502!important; color: #fff!important; border-color: #fe5502!important;} */
.top-menus-nav a {
  margin: 0;
  padding: 7px 20px !important;
}
.nav-tabs {
  border-bottom: 0px;
}

.anchor-btn {
  color: #fff;
}
.anchor-btn:hover {
  color: #fff;
  text-decoration: none;
}
/*.nav > li > a:hover, .nav > li > a:focus, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;background-color: #ffffff;border-color: #dddddd #dddddd transparent;border-image: none;border-style: solid;border-width: 1px;color: #3d3d3d;cursor: pointer;text-shadow: 0 0 0 #000;}
*/
.Choose-theme {
  float: left;
  width: 100%;
}
.Choose-theme h2 {
  border-right: 2px solid #bcbcbc;
  color: #252525;
  float: left;
  font-weight: 600;
  margin: 0;
  padding: 12px 19px 12px 0;
}
.Choose-theme > p {
  box-sizing: border-box;
  color: #656464;
  float: left;
  font-size: 15px;
  padding: 18px 18px;
}
.save-theme {
  float: right;
}
.save-theme > a {
  background: #428912 none repeat scroll 0 0;
  border-radius: 18px;
  box-shadow: 1px 0 2px #000 inset;
  color: #fff;
  float: left;
  font-size: 16px;
  margin: 0;
  padding: 9px 22px;
  text-shadow: 1px 0 1px #000;
}
.theme {
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
.preview input,
.apply input {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #3d3d3d;
  border-radius: 18px;
  color: #3d3d3d;
  padding: 6px 30px;
}
.apply input:active,
.apply input:hover,
.apply input:focus,
.preview input:active,
.preview input:hover,
.preview input:focus {
  background: #10a2ff none repeat scroll 0 0;
  border: 1px solid #0080d2;
  color: #fff;
}
.container.theme-select-main {
  float: left;
  margin-top: 50px;
  width: 100%;
}
.theme-slect {
  float: left;
  margin-bottom: 60px;
  width: 100%;
}
.next,
.Prev,
.next:hover,
.Prev:hover,
.next:focus,
.Prev:focus,
.next:active,
.Prev:active {
  background: rgba(0, 0, 0, 0) url("../../img/next-perview-bg.png") no-repeat
    scroll 0 0;
  color: #fff;
}

.next.active {
  background: rgba(0, 0, 0, 0) url("../../img/next-perview-bg.png") no-repeat
    scroll 0 0;
  color: #fff;
  background-position: 0 -140px;
}
.Prev,
.Next {
  border: medium none !important;
  padding: 8px 27px !important;
  color: #fff;
  text-shadow: 1px 0 1px #000;
  font-size: 14px;
  width: 105px;
}
.Prev {
  background-position: 0 0px;
}
.next {
  background-position: 0 -47px;
}
.page-nav .pager .cir {
  border-radius: 25px;
  color: #fff;
  border: none;
  text-shadow: 1px 0 1px #000;
  font-size: 14px;
  height: 35px;
  padding: 7px;
  width: 35px;
}
.next:hover,
.next:focus,
.next:active {
  background-position: 0px -140px;
  border-radius: 0;
}
.Prev:hover,
.Prev:focus,
.Prev:active {
  background-color: transparent;
  background-position: 0 -93px;
  border: medium none !important;
}
.dot {
  border: medium none !important;
  color: #000 !important;
  text-shadow: 0 0 0 #fff !important;
}
.page-nav .pager li > .cir,
page-nav .pager li > .cir {
  background: #bdbdbd;
}
.page-nav .pager li > .cir:hover,
page-nav .pager li > .cir:focus {
  background: #10a2ff;
}
.footer {
  color: #888;
  float: left;
  font-weight: normal;
  padding: 20px;
  text-align: center;
  width: 100%;
}
/* Style for the button & div*/
#myButton {
  padding: 0.2em 1em;
  font-size: 1em;
}
#myDiv {
  color: Green;
  background-color: #eee;
  border: 2px solid #333;
  display: none;
  text-align: justify;
}
#myDiv p {
  margin: 15px;
  font-size: 0.917em;
}
#main-slide {
  clear: both;
  margin: 0 auto;
  max-width: 534px;
}
/** Style for the cointainer **/
.main-theme-outer {
  height: 700px;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 700px;
}
.custom-theme-main {
  float: right;
  position: absolute;
  right: 0;
  top: 64px;
  transition: all 0.25s ease-out 0s;
}
.menu-theme-content {
  float: left;
  width: 400px;
}
.menu-theme {
  float: left;
  width: 200px;
}
.pull-button button {
  background: rgba(0, 0, 0, 0) url("../../img/slide-button.png") repeat scroll 0
    0;
  border: medium none;
  font-size: 0;
  height: 62px;
  margin: 39px 0 0;
  width: 31px;
}
.custom-theme-inner {
  background: rgba(0, 0, 0, 0) url("../../img/debut_dark.png") repeat scroll 0 0;
  border-left: 3px solid #10a2ff;
  float: left;
  right: -660px !important;
  width: 660px !important;
}
.pull-button.pull-right {
  float: left;
}
.custom-theme-tab {
  background: rgba(0, 0, 0, 0) url("../../img/theme-menu-custom-bg.png") repeat
    scroll 0 0;
  border: medium none;
  box-sizing: border-box;
  float: left;
  margin: 0;
  min-height: 1078px;
  padding: 53% 0 0;
}
.custom-theme-tab li {
  box-sizing: border-box;
  float: left;
  padding: 16px 0 16px 18%;
  width: 100%;
}
.custom-theme-tab li.active {
  background: rgba(0, 0, 0, 0) url("../../img/active-menu.png") no-repeat scroll
    0 19px;
}
.custom-theme-tab li a {
  border: medium none !important;
  border-radius: 0 !important;
  color: #555658 !important;
  font-size: 16px !important;
  font-weight: initial;
  line-height: 1.42857 !important;
  margin-right: 2px;
  text-shadow: 0 0 0 #000 !important;
  text-transform: uppercase;
}
.custom-theme-tab li.active a {
  color: #10a2ff !important;
  background: none !important;
}
.preview-theme-demo {
  text-align: center;
}
.preview-theme-demo h3 {
  font-size: 30px;
  text-align: center;
  width: 100%;
}
.apply-theme {
  background: #70d51e none repeat scroll 0 0;
  border: 1px solid #0a0a0a;
  border-radius: 25px;
  box-shadow: 0 0 5px #000000 inset;
  color: #0f0f0f;
  display: inline-block;
  font-size: 15px;
  height: 29px;
  text-align: center;
  width: 129px;
}
.row-offcanvas.row-offcanvas-right.custom-theme-right-bar {
  float: right;
  right: 3px;
}
.apply-theme:hover,
.apply-theme:active,
.apply-theme:focus {
  background: #52b302 none repeat scroll 0 0;
  color: #fff;
}
/*
* Style tweaks
* --------------------------------------------------
*/

/*
* Off Canvas
* --------------------------------------------------
* Greater thav 768px shows the menu by default and also flips the semantics
* The issue is to show menu for large screens and to hide for small
* Also need to do something clever to turn off the tabs for when the navigation is hidden
* Otherwise keyboard users cannot find the focus point
* (For now I will ignore that for mobile users and also not worry about
* screen re-sizing popping the menu out.)
*/
@media screen and (min-width: 768px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-left {
    left: 25%;
  }
  /*
.row-offcanvas-right .sidebar-offcanvas {
right: -25%;  3 columns
}*/
  .row-offcanvas-left .sidebar-offcanvas {
    left: -25%; /* 3 columns */
  }
  .row-offcanvas.row-offcanvas-right.custom-theme-right-bar.active,
  .row-offcanvas-right.active {
    right: 660px;
  }
  .row-offcanvas-left.active {
    left: 0; /* 3 columns */
  }
  .row-offcanvas .content {
    width: 75%; /* 9 columns */
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas.active .content {
    width: 100%; /* 12 columns */
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 25%; /* 3 columns */
  }
}
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-right {
    right: 0;
  }
  .row-offcanvas-left {
    left: 0;
  }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }
  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }
  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& cms style start &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/
.main-content-admin {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  box-sizing: border-box;
  float: left;
  margin-top: 80px;
  min-height: 600px;
  padding: 0 25px 25px;
  width: 100%;
}

/* AK - 15-1-2016 */
.main-content-admin-webview {
  background: #fff none repeat scroll 0 0;
  float: left;
  margin-top: 0px;
  min-height: 600px;
  padding: 0 25px 25px;
  width: 100%;
  /*  border-radius: 5px;
  box-sizing: border-box; */
}

.title-name {
  float: left;
  margin: 27px 0;
  width: 100%;
}
.title-name > h1 {
  color: #8c8c8c;
  float: left;
  font-size: 25px;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  padding: 0;
}
.nav-collapse.cms-side-bar,
.cms-side-bar .logo {
  border: none;
  background: none !important;
}
.sidebar-menu-tab {
  background: #252525 none repeat scroll 0 0;
  border-radius: 5px;
  float: right;
  padding-bottom: 23px;
  width: 168px;
}
.sidebar-menu-tab .nav.nav-tabs {
  border: medium none;
}
.sidebar-menu-tab .nav > li a {
  box-sizing: border-box;
  color: #8c8c8c;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  border: none;
  margin: 0;
  border-left: 4px solid #252525;
  padding: 15px 16px;
  text-shadow: 1px 1px 1px #000;
  text-transform: capitalize;
  width: 100%;
}
.sidebar-menu-tab .nav-tabs > li {
  float: left;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #151515;
  border-top: 1px solid #343434;
}
.sidebar-menu-tab .nav > li > a:hover,
.sidebar-menu-tab .nav > li > a:focus,
.sidebar-menu-tab .nav-tabs > li.active > a,
.sidebarmenu-tab .nav-tabs > li.active > a:hover,
.sidebar-menu-tab .nav-tabs > li.active > a:focus {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#232323+0,131313+48,030303+100 */
  background: #232323; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIzMjMyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iIzEzMTMxMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMzAzMDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(
    top,
    #232323 0%,
    #131313 48%,
    #030303 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #232323),
    color-stop(48%, #131313),
    color-stop(100%, #030303)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #232323 0%,
    #131313 48%,
    #030303 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #232323 0%,
    #131313 48%,
    #030303 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    #232323 0%,
    #131313 48%,
    #030303 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    #232323 0%,
    #131313 48%,
    #030303 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#030303', GradientType=0 ); /* IE6-8 */
  border-right: none;
  border-bottom: none;
  border-left: 4px solid #10a2ff;
  border-top: none;
  text-shadow: 1px 1px 1px #000;
  color: #10a2ff;
}
/*.table-cms tr {background: #dedede;}*/
.table-cms-content > tr:last-child {
  border-bottom: 1px solid #e7e7e7;
}
.table-cms-header th {
  border-left: 1px solid #e7e7e7;
  color: #444;
  font-size: 14px;
  font-weight: bold;
}
/*.table-cms-content tr {background: rgba(0, 0, 0, 0) none repeat scroll 0 0;border-left: 1px solid #e7e7e7;color: #6a6a6a;font-size: 14px;font-weight: normal;
}*/
.table-cms-header {
  margin: 0;
  padding: 0;
}
.user-id {
  font-weight: bold;
}
.user-id > span {
  color: #10a2ff;
}
.table-cms-content {
  background: #fff none repeat scroll 0 0;
}
.table-cms.total-count.panel {
  border: 1px solid #e7e7e7;
}
.table-cms.panel {
  background: #f3f3f3 none repeat scroll 0 0; /*  border: 1px solid #e7e7e7;*/
  box-shadow: none;
  border-radius: 5px;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  border-radius: 6px;
}
.table-cms .panel-heading,
.heading-header,
.panel-default > .panel-heading {
  color: #333;
  border: medium none;
  border-radius: 5px 5px 0 0;
  box-shadow: none;
  box-sizing: border-box;
  clear: left;
  line-height: normal;
  min-height: auto;
  padding: 12px 12px;
  font-weight: 500;
}
.panel-body {
  border: 1px solid #e7e7e7;
  box-shadow: none;
}
.heading-header h3 {
  margin: 0;
}
.table-cms .panel-heading h3 {
  color: #fff;
  display: inline;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
}
.view-all-list {
  float: right;
  margin: -25px 0px;
  padding: 0;
  text-align: right;
}
.view-all-list:hover {
  color: #10a2ff;
}
.panel-footer-menu li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
}
.panel-footer-menu li a {
  background: #252525 none repeat scroll 0 0;
  border-radius: 5px;
  color: #8c8c8c;
  float: left;
  margin: 0 0 0 5px;
  padding: 8px 15px;
}
.panel-footer-menu li a:hover {
  color: #10a2ff; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#232323+0,131313+48,030303+100 */
  background: #232323; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIzMjMyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iIzEzMTMxMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMzAzMDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(
    top,
    #232323 0%,
    #131313 48%,
    #030303 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #232323),
    color-stop(48%, #131313),
    color-stop(100%, #030303)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #232323 0%,
    #131313 48%,
    #030303 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #232323 0%,
    #131313 48%,
    #030303 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    #232323 0%,
    #131313 48%,
    #030303 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    #232323 0%,
    #131313 48%,
    #030303 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#030303', GradientType=0 ); /* IE6-8 */
}
.panelfooter-main {
  background: #3d3d3d none repeat scroll 0 0;
  float: left;
  margin: 0;
  padding: 8px;
  width: 100%;
}
.panel-footer-menu {
  float: left;
  margin: 0;
  padding: 0;
}
.com {
  min-height: 110px;
  padding: 6px 13px;
}
.content-p.com > h3,
.content-u.com > h3 {
  color: #787878;
  font-size: 35px;
  margin: 14px 0 3px;
}
.content-p.com > p {
  color: #5b5b5b;
  font-size: 30px;
  font-weight: bold;
}
.content-p.com p span,
.content-u.com > p {
  font-size: 24px;
  font-weight: normal;
}
.content-u.com > p {
  color: #5d5d5d;
}
.order-t {
  float: right;
  width: 36%;
}
.order-t > span {
  padding: 4px 13px 0 0;
}
.order-t > h3 {
  color: #878787;
  float: left;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 7px 0;
  text-shadow: 0 0 2px #000;
}
.order-t > span {
  color: #fff;
  float: right;
  font-size: 20px;
  text-shadow: 0 0 1px #000;
}
.user-list.table-cms.panel {
  margin: 30px 0 0;
}
.items-consumed {
  text-align: center;
}
.table-cms-content > tr td:last-child,
.table-cms-content > tr th:last-child {
  border-right: medium none;
}
.table-cms-content > tr td:first-child,
.table-cms-content > tr th:first-child {
  border-left: medium none;
}
.btn-group.user-admin {
  float: right;
  margin: 8px 0;
}
.top-menus-nav.nav.nav-tabs {
  border: medium none;
  float: left;
  margin-left: 26px;
  margin-top: 14px;
}
.welcome-btn {
  background: #2b2b2b none repeat scroll 0 0;
  border: 1px solid #000000;
  float: right !important;
}
.welcome-btn-danger {
  background: rgba(0, 0, 0, 0) url("../../img/user.png") no-repeat scroll left
    center;
  color: #fff;
  float: left;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  padding: 4px 0 4px 26px;
}
.welcome-btn .caret {
  border-color: #fff transparent -moz-use-text-color;
  border-style: solid solid dotted;
  border-width: 6px 6px 0;
  content: "";
  display: inline-block;
  float: left;
  height: 0;
  margin: 12px 0 0 12px !important;
  vertical-align: middle;
  width: 0;
}
.variant-sku {
  margin-top: 22px !important;
}
.save-panal-outer {
  background: #ececec none repeat scroll 0 0;
}
.save-panal-outer .main-outer-inner {
  padding: 15px 25px;
}

/*  &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&  product add  &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&  */
.side-bar-right {
  float: right !important;
  width: 31% !important;
}
.main-outer-left,
.main-outer-right {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  float: left;
  margin: 0;
  padding: 0;
  background: #fff;
}
.main-outer-inner {
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 14px;
  width: 100%;
}
.add-title-product {
  float: left;
  margin: 0px;
  padding: 0;
}
.add-title-product form {
  float: left;
  width: 100%;
}
.add-title-product p,
.add-title-Category p {
  color: #646464;
  float: left;
  font-size: 18px;
  font-weight: normal;
  width: 100%;
}
.add-title-product input,
.add-title-product textarea,
.add-title-Category input {
  border-radius: 4px;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
}
.add-title-product textarea {
  min-height: 122px;
}
.add-picture {
  float: left;
  margin: 37px 0 0;
  padding: 0 0 0 25px;
}
.add {
  font-family: "Lucida Grande";
  font-size: 100px;
  background-color: #f1f1f1;
  border: 1px dashed #d2d2d2;
  border-radius: 4px;
  color: #d2d2d2;
  float: left;
  font-size: 80px;
  font-weight: lighter;
  line-height: 163px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.add > input {
  /* float: left; */
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.button-upload {
  float: left;
  margin: 10px 0;
  padding: 0;
}
.upload.btn-ad input {
  opacity: 0;
  position: absolute;
  top: 7px;
  width: 80px;
}
.btn-ad {
  background: #dbdbdb none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  color: #515151;
  padding: 10px;
  position: relative;
  text-align: center;
  width: 45%;
}
.category-list {
  border-top: 1px solid #ccc;
}
.main-area-outer {
  float: left;
  margin: 0;
  padding: 0;
}
.heading-header {
  border-radius: 0;
  width: 100%;
}
.input-group.inp {
  float: left;
  width: 100%;
}
.f-outer .form-control {
  height: auto;
}
.f-outer {
  float: left;
  margin: 0 28px 0 0;
  padding: 0;
}
.f-outer:last-child {
  margin-right: 0;
}
.inp > p {
  clear: both;
  color: #646464;
  float: left;
  margin: 0 0 12px;
  width: 100%;
}
.form-group.size-slect {
  float: right;
  width: 30%;
}
.form-group.size-slect .btn.dropdown-toggle.btn-default {
  padding: 9px;
}
.form-inline > label {
  width: 68%;
}
.value-box {
  background: #f8f8f8 none repeat scroll 0 0;
  border: 1px solid #dedede;
  box-sizing: border-box;
  padding: 15px 0;
  position: relative;
}
.add-value {
  background: #3c3c3c none repeat scroll 0 0;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  float: left;
  padding: 7px 24px;
  margin-right: 10px;
  position: relative;
  margin-top: 10px;
  text-align: left;
  width: auto;
}
.reove-b {
  background: rgba(0, 0, 0, 0) url("../../img/remove-icpn.png") no-repeat scroll
    0 0;
  height: 12px;
  position: absolute;
  right: -5px;
  top: -5px;
  width: 12px;
  cursor: pointer;
}
.reove-b:hover,
.reove-b:focus {
  background-position: 0px -15px;
}
.add-variant {
  float: left;
  width: 100%;
}
.add-variant > h3 {
  float: left;
  font-size: 18px;
  font-weight: normal;
  margin: 0 20px 0 0;
  padding: 0;
}
.line-divider {
  background: #e7e7e7 none repeat scroll 0 0;
  float: left;
  height: 1px;
  width: 100%;
}
.add-picture2 {
  margin: 0;
  padding: 0 0 0 50px;
}
.add-picture2 .add {
  font-size: 38px;
  line-height: 73px;
  width: 50%;
}
.button-upload2 {
  float: right;
  margin: 0;
  padding: 0;
  width: 44%;
}
.button-upload2 .btn-ad {
  background: #dbdbdb none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  box-sizing: border-box;
  color: #515151;
  float: right;
  padding: 7px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.button-upload2 .btn-ad {
  padding: 7px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.button-upload2 .upload.btn-ad.lf {
  margin-bottom: 10px;
}
.save-update {
  float: left;
  width: 100%;
}
.save-update > h3 {
  color: #252525;
  float: left;
  font-size: 18px;
  font-weight: normal;
}
.save-update .upate {
  margin: 0;
  background: #10a2ff none repeat scroll 0 0;
  border: medium none; /* border-radius: 5px; */
  color: #fff;
  float: right;
  font-size: 20px;
  font-weight: normal;
  padding: 7px 31px;
}
/* .cat-inner {float: left;padding: 10px 25px;} */
.cat-inner {
  border: 1px solid #e2e2e2;
  float: left;
  margin-bottom: 20px;
  padding: 10px 15px;
  width: 100%;
}

.cat-inner .checkbox {
  margin: 10px 0 27px 0;
}
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& list  view &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/
/*.slect input {margin: 0 !important;padding: 0 !important;}*/
.slect {
  margin: 0;
  min-height: 17px !important;
  padding: 0 0 0 4px;
  text-align: center;
}
/*.table-list-header tr {background: #252525 none repeat scroll 0 0;}*/
/*.table-list-header tr th {color: #fff;}*/
.table-list-content tr {
  background: #fff none repeat scroll 0 0 !important;
}
.table-responsive {
  float: left;
  width: 100%;
  min-height: 300px;
  box-shadow: 0px 0px 23px #e3e3e3;
  border-radius: 6px;
  padding: 10px 10px 20px 10px;
  background: #fff;
}
.table-list-content td {
  vertical-align: inherit !important;
}
.img-product {
  border: 1px solid #c8c8c8;
  border-radius: 100px;
  display: inline-block;
  height: 60px;
  margin: 0;
  text-align: center;
  width: 60px;
  overflow: hidden;
  display: flex;
  object-fit: contain;
}
.img-product > img {
  border-radius: 5px;
  width: 100%;
}
.acte-o {
  width: 150px;
}
.checkbox-o {
  width: 4%;
}
.img-o {
  width: 60px;
}
.dis-o {
  width: 24%;
}
.name-o {
  width: 20%;
}
.cate-o {
  width: 20%;
}
.acte {
  display: list-item;
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.acte > li {
  display: inline-block;
  margin: 4px;
}
.view-icon,
.edit-icon,
.remove-icon {
  background: url(../../img/action-icons.png) no-repeat;
  width: 34px;
  height: 34px;
  float: left;
}
.edit-icon {
  background-position: -51px 0;
}
.view-icon {
  background-position: left 0;
}
.remove-icon {
  background-position: right 0;
}

/* status active - inactive */
.status_active {
  background: url(../../img/status_active.png) no-repeat;
  width: 34px;
  height: 34px;
  float: left;
}
.status_inactive {
  background: url(../../img/status_inactive.png) no-repeat;
  width: 34px;
  height: 34px;
  float: left;
}

.remove-icon:hover,
.remove-icon:active {
  background-position: right -36px;
}
.view-icon:hover,
.view-icon:active {
  background-position: 0 -36px;
}
.edit-icon:hover,
.edit-icon:active {
  background-position: -51px -36px;
}
.title-name .addnew,
.addnew {
  background: #10a2ff none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  padding: 6px 14px;
  margin-left: 20px;
}
.filter-search {
  float: right;
}
.filter-search input[type="search"] {
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  box-sizing: border-box;
  color: #c7c7c7;
  float: right;
  padding: 7px;
  width: 58%;
}
.filter-search-inner {
  float: left;
  min-width: 37%;
  padding: 0;
}
.filter-search-inner .btn-default {
  background-color: #ededed;
  border-color: #e9e9e9;
  color: #737373;
}
.st-l,
.or-l {
  text-align: center;
  width: 130px;
}
.ac-ac {
  color: #00a65a;
  font-weight: 500;
}
.pn-ac {
  color: #b39c03;
  font-weight: 500;
}
.bl-ac {
  color: #b30320;
  font-weight: 500;
}
.add-customers-popup .panel-heading,
.modl-header {
  background: #121212 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  position: relative;
  text-shadow: initial;
}
.add-customers-popup .close {
  background: #ffffff none repeat scroll 0 0;
  border: 3px solid #10a2ff;
  border-radius: 50%;
  color: #000 !important;
  font-size: 19px !important;
  font-weight: 300 !important;
  height: 30px;
  line-height: 0;
  margin: 0;
  opacity: 1;
  padding: 1px;
  position: absolute;
  right: -14px;
  top: -14px !important;
  width: 30px;
}
.add-customers-popup .modal-content {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  box-shadow: none;
}
.add-customers {
  background: #10a2ff none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  margin-left: 0px;
  padding: 6px 14px;
}
.category-inner .add-picture {
  float: left;
  margin: 20px 0 0;
  padding: 0;
  width: 100%;
}
.add-title-Category label {
  float: left;
  width: 100%;
}
.category-inner .add-picture .add {
  font-size: 100px;
  font-weight: lighter;
  line-height: 190px;
  height: 200px;
  overflow: hidden;
}
.category-inner .add-picture .button-upload {
  float: right;
  margin: 0;
  padding: 0;
  width: 33%;
}
.category-inner .add-picture .btn-ad {
  margin-bottom: 14px;
  width: 100%;
}
.category-inner .add-title-Category {
  float: left;
  width: 100%;
}
.category-inner form {
  float: left;
  width: 100%;
}
.cust.addnew {
  margin: 8px 0 0;
  padding: 10px;
  width: 100%;
}
.side-bar-left {
  float: left !important;
  margin-left: 10px;
  width: 31% !important;
  margin-top: 8px;
  background: #fff;
  padding: 0px !important;
}
.sles {
  float: left;
  margin-top: 20px;
}
.cr-sub-category .btn {
  padding: 10px 12px;
}
.cr-sub-category .btn-default:hover,
.cr-sub-category .btn-default:focus,
.cr-sub-category .btn-default:active,
.cr-sub-category .btn-default.active,
.cr-sub-category .open .dropdown-toggle.btn-default {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  box-shadow: none;
  color: #6b6b6b !important;
}
.category-inner-main .img-product {
  height: 60px;
  width: 60px;
}
.category-inner-main {
  float: right;
  margin-top: 0px;
}
.category-inner-main .acte-o {
  text-align: center;
  width: 15%;
}
.category-inner-main .acte-c {
  text-align: center;
  width: 25%;
}
.category-inner-main .c-to {
  text-align: center;
}
.filtering {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #e7e7e7 #e7e7e7 #343434;
  border-image: none;
  border-radius: 5px 5px 0 0;
  border-style: solid;
  border-width: 1px;
  clear: both;
  float: left;
  width: 100%;
}
.table-list-header th {
  padding: 12px !important;
}
.filtering-list a {
  border: medium none !important;
  border-radius: 0 !important;
  color: #515151 !important;
  float: left !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  text-shadow: inherit !important;
}
.go-btn {
  background: #3c8dbc;
  color: #fff;
}
.go-btn:hover {
  background: #1d6e9e;
  color: #fff !important;
}
.reset-btn {
  background: #d9534f;
  color: #fff;
  margin-left: 10%;
}
.reset-btn:hover {
  background: #c33c37;
  color: #fff !important;
  margin-left: 10%;
}
.add-btn {
  background: #00c0ef;
  color: #fff;
  margin-left: 5%;
}
.add-btn:hover {
  background: #109ec1;
  color: #fff !important;
  margin-left: 5%;
}
.filtering-list > li {
  background: #f9f9f9 none repeat scroll 0 0 !important;
  border-right: 1px solid #e7e7e7 !important;
  float: left !important;
  margin: 0 !important;
  padding: 0 !important;
}
.filtering-list li:first-child {
  border-radius: 5px 0 0 !important ;
}
.filtering-list {
  border: medium none;
  float: left;
  margin: 0;
  padding: 0 !important;
}
.filtering .filter-search {
  float: right;
  margin: 6px 6px 0 3px !important;
}
.filtering-list .active a {
  color: #10a2ff !important;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border: 0 none !important;
  margin: 0 !important;
  padding: 0;
}
.filtering-list .active {
  background: #252525 none repeat scroll 0 0 !important;
}
.tot-or,
.app-or {
  text-align: center !important;
}
.appr,
.shipe,
.deli,
.proc,
.decl {
  border-radius: 5px;
  color: #515151;
  margin: 0 16px;
  padding: 6px 0;
}
.decl {
  background: #ffc4c4;
}
.deli {
  background: #ebebeb;
}
.appr {
  background: #ccffc4;
}
.shipe {
  background: #fff6c4;
}
.proc {
  background: #dbcfff;
}
.form-group.change-order-status {
  float: left;
  margin: 0 0 5px 0;
  width: 180px;
}
.change-order-status .btn.dropdown-toggle.btn-default {
  background: #10a2ff none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}
.foter-table {
  background: #f1f1f1 none repeat scroll 0 0;
  float: left;
  margin: 0;
  padding: 15px;
  width: 100%;
}
.foter-table h3 {
  color: #515151;
  float: left;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.totel-account {
  float: right;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  width: 14%;
}
.user-info {
  /*  border: 1px solid #e7e7e7;
  border-radius: 5px;*/
  float: right;
  /*margin: 15px 0 0;*/
  font-size: 16px;
}
.info-user {
  color: #515151;
  float: left;
  font-size: 20px;
  font-weight: normal;
  padding: 13px 0 0 10px;
}
.phone-no {
  clear: both;
  float: left;
  font-size: 15px;
  width: 100%;
}
.date > span {
  float: left;
  font-size: 14px;
  width: 100%;
}
.date {
  background: #2b2b2b none repeat scroll 0 0;
  border-radius: 0 5px 5px 0;
  box-sizing: border-box;
  color: #fff;
  float: right;
  font-size: 18px;
  padding: 16px 4px;
  text-align: center;
}
.title-name.order-header {
  width: auto;
}
.ste {
  text-align: center;
  width: 160px;
}
.panding,
.pending,
.approve,
.rejected,
.decline,
.processing,
.delivered,
.cancel,
.shipped {
  border-radius: 4px;
  color: #fff !important;
  display: inline-block;
  margin: 0px;
  padding: 6px 10px;
}
/*.panding {background: #fe5502 !important; border:1px solid #fe5502 !important;}
.approve {background: #fe5502 !important; border:1px solid #fe5502 !important;}
.decline {background: #fe5502 !important; border:1px solid #fe5502 !important;}
.processing {background: #fe5502 !important  ; border:1px solid #fe5502 !important;}
.delivered {background: #fe5502 !important; border:1px solid #fe5502 !important;}
.cancel {background: #fe5502 !important; border:1px solid #fe5502 !important;}
.shipped {background: #fe5502 !important; border:1px solid #fe5502 !important;}
.rejected {background: #fe5502 !important; border:1px solid #fe5502 !important;}*/

/*.dropdown_pending{background:#fe5502!important; border-radius:4px; float:left;}
.dropdown_approve{background:#fe5502!important; border-radius:4px; float:left;}
.dropdown_decline{background:#fe5502!important; border-radius:4px;float:left;}
.dropdown_processing{background:#fe5502!important; border-radius:4px; float:left;}
.dropdown_delivered{background:#fe5502!important; border-radius:4px;float:left;}
.dropdown_cancel{background:#fe5502;float:left;}
.dropdown_shipped{background:#fe5502!important; border-radius:4px;float:left;}
.dropdown_rejected{background:#fe5502!important; border-radius:4px;float:left;}*/

.dropdown_pending {
  display: flex;
}
.dropdown_approve {
  display: flex;
}
.dropdown_decline {
  display: flex;
}
.dropdown_processing {
  display: flex;
}
.dropdown_delivered {
  display: flex;
}
.dropdown_cancel {
  display: flex;
}
.dropdown_shipped {
  display: flex;
}
.dropdown_rejected {
  display: flex;
}

.sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini img {
  width: 70%;
}
.status-box {
  width: 35%;
  float: left;
}
.heading_bar {
  float: left;
}
.btn-width {
  width: 100px !important;
}
.page-nav.t-m {
  float: right;
  margin: 0;
}
.button-themes {
  box-sizing: border-box;
  float: left;
  padding: 0 15px;
  width: 100%;
}
.preview {
  float: right;
}
.apply {
  float: left;
}

.blackTransparent {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.addMore {
  color: #fe5402;
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
}
.addMore:hover {
  color: #fe5402 !important;
  text-decoration: none;
}
.marginTop10 {
  margin-top: 10px;
}
.categoryList {
  overflow: auto;
  height: 315px;
}
.marginTop30 {
  margin-top: 15px !important;
}

/* AK - media images uploader - lists - del */
.thumb-img {
  height: 140px;
  margin-bottom: 15px;
  position: relative;
}
.thumb-img img {
  background: #e2e2e2 none repeat scroll 0 0;
  border-radius: 4px;
  height: 100%;
  padding: 5px;
  width: 100%;
}
.del-image {
  background-image: url("../../img/cross_.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 19px;
  position: absolute;
  right: 7px;
  top: -8px;
  width: 19px;
  cursor: pointer;
  cursor: hand;
  z-index: 3;
}

/* AK - \\ media images uploader - lists - del */

/* sidebar nav menu */

#cssmenu > ul li ul {
  display: none;
  left: -37px;
  width: 110%;
}
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  position: relative;
}

#cssmenu {
  width: 100%;
}

#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.active > a {
  color: #fff;
}
#cssmenu > ul > li.active > a span {
  background: #bd0e36;
}
#cssmenu span.cnt {
  position: absolute;
  top: 8px;
  right: 0px;
  padding: 0;
  margin: 0;
  background: none;
}
/* Sub menu */
#cssmenu ul ul {
  display: none;
}
#cssmenu ul ul li {
  border-top: 0;
}
#cssmenu ul ul a {
  box-shadow: 0 0 0 #000;
  text-shadow: none;
  color: #939393;
  display: block;
  float: left;
  font-size: 16px;
  padding: 10px;
  width: 100%;
}
#cssmenu ul ul a:hover {
  color: #bd0e36;
}

.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 88;
}

/* Inner */
.popup-inner {
  max-width: 450px;
  width: 90%;
  padding: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
  border-radius: 3px;
  background: #fff;
}

/* Close Button */
.popup-close {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: ease 0.25s all;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 1000px;
  background: rgba(0, 0, 0, 0.8);
  font-family: Arial, Sans-Serif;
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: #fff;
}

.popup-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  background: rgba(0, 0, 0, 1);
  text-decoration: none;
}

.img-size {
  width: 30px !important;
  height: 30px;
}
.logo-lg1 > img {
  width: 30px !important;
}
.logo-lg2 > img {
  width: 15px !important;
  margin-left: 30px;
}
.expande-icon {
  height: 10px;
  width: 10px;
}

.sub_cat_class {
  display: none;
}

#UserStatus {
  margin-left: 0;
  margin-right: 10px;
  position: relative;
}
/*#cssmenu ul ul li.odd {
  background: #f4f4f4;
}
#cssmenu ul ul li.even {
  background: #fff;
}
*/

/* sidebar nav menu */
.logo-lg > img {
  width: 70%;
}

td span.text-success {
  background: #f0fff0;
  padding: 5px 12px;
  border-radius: 5px;
}

td span.text-danger {
  background: #fff1f1;
  padding: 5px 12px;
  border-radius: 5px;
}

td span.text-danger {
  background: #fff1f1;
  padding: 5px 12px;
  border-radius: 5px;
}

.sidebar ul.sidebar-menu li a span {
  margin-left: 10px;
}
.text-inactive {
  background: #4e4e4e1a;
  padding: 5px 12px;
  border-radius: 5px;
}
span.text-delete {
  color: #a12727;
  background-color: #ffe3e3;
  padding: 5px 12px;
  border-radius: 5px;
}
.content.content-set {
  background: #fff;
  border-radius: 6px;
  margin-top: 20px;
  box-shadow: 0px 0px 23px #e3e3e3;
}
.content.content-set .box.box-primary {
  box-shadow: none;
}
.content.content-set .box-footer {
  padding: 20px;
  margin-top: 0px;
  border: none;
  background: #fff;
}

.tab-pane.spacing-set {
  padding: 20px;
}
.less-hdr form .form .box-footer,
.less-hdr form .box-footer {
  background-color: #fff;
}
.less-hdr .spacing-set {
  border-radius: 6px;
  box-shadow: 0px 0px 23px #e3e3e3;
}

.btn-margin {
  margin-bottom: 10px;
}
.skin-blue .main-header .logo,
.skin-blue .sidebar-menu > li > .treeview-menu {
  background-color: #222d32 !important;
}
.skin-blue .main-header .navbar {
  background: #fff !important;
  border-bottom: 1px solid #e6e6e6 !important;
}
/*.main-header>.navbar {font-size: 25px!important;}*/
.main-header .sidebar-toggle {
  padding: 15px 30px !important;
}
.main-header .navbar-custom-menu,
.main-header .navbar-right {
  padding-right: 30px;
}
.skin-blue .main-header .navbar .sidebar-toggle {
  color: #292e34 !important;
}
/*.main-header .logo {height: 95px!important;}
.main-header .logo {line-height: 90px!important;}*/
.main-sidebar,
.left-side {
  padding-top: 50px !important;
}
.sidebar-menu .treeview-menu > li > a {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  color: #94a1a6 !important;
  font-size: 14px !important;
  padding-left: 46px;
}
.content-wrapper {
  padding: 0px 15px;
}
.content-wrapper,
.right-side,
.category-inner-main {
  background-color: #f3f3f3 !important;
}
.skin-blue .main-header .navbar .nav > li > a {
  color: #696c70 !important;
  font-size: 14px !important;
  padding: 15px 0px !important;
}
.sidebar-menu .treeview-menu > li > a:hover {
  color: #fff !important; /*background: #3f444b!important;*/
  background: rgb(255, 255, 255);
  background: linear-gradient(
    97deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(14, 26, 31, 1) 100%
  );
}
.navbar-nav > .user-menu .user-image {
  width: 37px !important;
  height: 37px !important;
}
.navbar-nav > .user-menu .user-image {
  margin-top: -8px !important;
}
.skin-blue .sidebar-menu > li > a {
  border-left: 0px !important;
  margin-left: 10px;
  border-radius: 10px 0 0 10px;
}
.sidebar-collapse .sidebar-menu > li > a {
  margin-left: 0px;
  border-radius: 0px;
  padding-left: 15px;
}

.sidebar-menu .treeview-menu {
  padding-left: 0px !important;
}
.breadcrumb {
  background-color: #f1f1f1 !important;
  margin-bottom: 0px !important;
  padding: 0px 15px 0px 15px !important;
}
.store_img {
  width: 100%;
  text-align: center;
}
.store_img img {
  max-width: 30%;
}
/* .content-header {padding-left: 15px!important;} */
.content-header h3 {
  font-size: 32px !important;
  font-weight: 600 !important;
  margin: 0px;
  color: #404040;
}
.store_switch_c {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}
.storeSelector {
  width: 260px !important;
  border-radius: 5px;
  border: 1px solid #ccc;
  height: 35px;
  line-height: 35px;
  margin: 0px 20px;
}
.ms-choice {
  height: 35px !important;
  border: 0px !important;
  line-height: 35px !important;
  padding: 0px 8px !important;
  background: transparent !important;
}
.ms-choice > span {
  padding-left: 20px !important;
}
.btn {
  border-radius: 4px;
  font-size: 14px;
  transition: 0.2s all; /*height: 40px;*/
}
/* .btn-primary {background-color: #fe5502; color: #fff!important; border-color: #fe5502;padding: 5px 22px;line-height: 2;} */
.btn-primary {
  color: #fff !important;
  border: none;
  padding: 5px 22px;
  line-height: 2;
  background: rgb(254, 85, 2);
  background: linear-gradient(
    97deg,
    rgba(254, 85, 2, 1) 0%,
    rgba(254, 150, 2, 1) 100%
  );
}
.dropdown_due .dropdown-toggle.due {
  padding-top: 4px;
  padding-bottom: 4px;
}
.dropdown_On button.dropdown-toggle,
.dropdown_Ready button.dropdown-toggle,
.dropdown_Processing button.dropdown-toggle {
  line-height: 1.72;
}
.btn-primary:hover,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  background-color: #fe5502 !important;
  border: none !important;
  outline: none;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary,
.btn-primary.focus,
.btn-primary:focus {
  background-color: #c2412d !important;
  border-color: #c2412d !important;
}
.breadcrumb_div_c {
  padding-top: 10px;
}
.breadcrumb > li {
  display: inline-block;
  font-size: 13px;
  color: #898989;
}
.store_switch_c label {
  margin: 0px;
}
.ms-drop label {
  line-height: 19px;
}
.ms-choice > div {
  top: 4px !important;
  right: 3px !important;
}
.sidebar-menu > li {
  font-size: 14px !important;
}

/************ DASHBOARD STYLE START **************/
.info-box-icon {
  background: url(../../img/dashboard_icon_sprite.png) no-repeat;
  position: relative;
  width: 100%;
}
.info-box-content {
  margin-left: 0px;
  width: 65%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  padding: 5px 0px 5px 20px !important;
}
.dashboard .info-box {
  width: 100%;
  height: 130px;
  padding: 10px;
  position: relative;
}
.progress-description,
.info-box-text,
.info-box-number {
  width: 100%;
  text-align: left;
}
.info-box-text {
  text-transform: uppercase;
  z-index: 9;
  margin-top: 20px;
}
.info-box-number {
  color: #3f4449;
  font-size: 18px !important;
  font-weight: 600;
  text-align: left;
}
.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.info-box-text {
  font-weight: 500;
}
.d-order .info-box-text {
  color: #477df3;
}
.d-delivery .info-box-text {
  color: #f65e7c;
}
.d-earnings .info-box-text {
  color: #89b83d;
}
.d-monthly_earnings .info-box-text {
  color: #f3b24b;
}

.info-box {
  background: #fff;
  box-shadow: 0 0px 23px #e3e3e3 !important;
  border-radius: 6px;
  display: flex;
}
.box-icons-wrapper {
  width: 25%;
  position: relative;
}

/*.total_box {background: #e2ecf6;}
.android_box {background: #f0f4f7;}
.ios_box {background: #e2ecf6;}
.window_box {background: #f0f4f7;}
.payment { background-position: 0px 0px!important;}
.app_customers { background-position: 0px -264px!important;}
.active_offers { background-position: 0px -531px!important;}
.total_payment2 { background-position: 0px -801px!important;}
*/

.ratio_bar_wrapper {
  width: 80%;
  height: 3px;
  background: #fff;
  margin: 15px 10% -5px 10%;
}
.ratio_bar {
  width: 40%;
  height: 3px;
}
.blue_bar {
  background: #7fbbea;
}
.red_bar {
  background: #eb8585;
}
.purple_bar {
  background: #bc89eb;
}
.yellow_bar {
  background: #f2bb73;
}
.sorting-edit {
  width: auto;
}
.dashboard {
  margin: 0px 0px 20px 0px;
}
.dashboard.row1_padding {
  margin: 0px;
}
.android_icon {
  background-position: 0px -264px;
}
.ios_icon {
  background-position: 0px -531px;
}
.window_icon {
  background-position: 0px -801px;
}
/*.info-box-icon.info-box-icon2 { background: url(../../img/dashboard_icon_sprite2.png) no-repeat; position: absolute;}*/

.info-box-icon.info-box-icon2 {
  position: absolute;
  top: 20px;
  left: 15px;
  z-index: 9;
}
.d-order .info-box-icon.info-box-icon2 {
  background: url(../../img/d-order.jpg) left top no-repeat;
  background-size: contain;
}
.d-delivery .info-box-icon.info-box-icon2 {
  background: url(../../img/delivery.jpg) left top no-repeat;
  background-size: contain;
}
.d-earnings .info-box-icon.info-box-icon2 {
  background: url(../../img/earnings.jpg) left top no-repeat;
  background-size: contain;
}
.d-monthly_earnings .info-box-icon.info-box-icon2 {
  background: url(../../img/monthly_earnings.jpg) left top no-repeat;
  background-size: contain;
}

.d-coupon .info-box-icon.info-box-icon2 {
  background: url(../../img/coupon.png) left top no-repeat;
  background-size: contain;
}
.d-customer .info-box-icon.info-box-icon2 {
  background: url(../../img/customers.png) left top no-repeat;
  background-size: contain;
}
.d-zone .info-box-icon.info-box-icon2 {
  background: url(../../img/zone.png) left top no-repeat;
  background-size: contain;
}
.d-stores .info-box-icon.info-box-icon2 {
  background: url(../../img/stores.png) left top no-repeat;
  background-size: contain;
}
.d-runner .info-box-icon.info-box-icon2 {
  background: url(../../img/runner.png) left top no-repeat;
  background-size: contain;
}

.d-bg-img {
  position: relative;
  display: flex;
  height: 100%;
  justify-content: end;
  align-items: flex-end;
}
.d-bg-img img {
  max-width: 70%;
  display: none;
}

.info-box-content span.info-box-text {
  white-space: normal;
  overflow: unset;
  text-overflow: unset;
}

.info-box-content span.info-box-text a {
  font-size: 14px;
  color: #3f4449 !important;
  text-transform: capitalize;
}

.info-box-icon {
  height: 72px !important;
}

.progress-description,
.info-box-text a {
  font-size: 16px;
}

.box-header.with-border {
  padding: 15px;
  background: #fff; /*border-top: 3px solid #d2d2d2;*/
  border-radius: 6px 6px 0 0;
}
/* .box-header.with-border.notification-border{border-top: 3px solid #3c8dbc;} */

.box.box-border {
  /*border:1px solid #e8e7e7;*/
  box-shadow: 0 0px 23px #e3e3e3 !important;
  border-radius: 6px;
}

.view-all-list {
  border: 0px !important;
  color: #fe5502 !important;
  text-decoration: underline !important;
  padding: 0px 0px !important;
  background: transparent !important;
}

.border-btn {
  background: #fff;
  color: #565656;
  border-color: #565656;
}
.border-btn:hover,
.border-btn.active {
  background: #fe5502;
  color: #fff;
  border-color: #fe5502;
}
.dateInput {
  border: 0px;
  font-size: 13px;
  color: #565656;
  cursor: pointer;
  width: 95px;
  background: url(../../img/calender.jpg) top right no-repeat;
  margin-right: 30px;
}
.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: 20px 15px;
}
.table > thead > tr > th {
  color: #9f9f9f;
  padding: 15px 15px;
}
.table > tbody > tr > td {
  padding: 15px 15px;
}
.table > thead > tr > th {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
  vertical-align: middle;
  background: #f3f3f3;
  border-bottom: 2px solid #f3f3f3;
  color: #3f4449;
}
.table > tbody > tr > td {
  font-weight: 500;
  font-size: 14px;
  vertical-align: middle;
}
.table > tbody > tr > td .text-success {
  color: #5ad25c;
}
.table > tbody > tr > td .text-danger {
  color: #da211e;
}
.user-id > span,
.user-id > a {
  color: #4e4e4e;
  text-decoration: underline;
}
.addProductImg {
  width: 30%;
  margin: 15px auto;
}
.checkbox-column {
  width: 80px;
}
/************ DASHBOARD STYLE ENDS **************/

#sel_store_type_n_btn_ie {
  margin-top: 0px !important;
}
.box-header {
  color: #3f4449;
  padding: 0px;
}
.order_wrapper .sorting-edit,
.categories .sorting-edit,
.produts_wrapper .sorting-edit,
.delivery_area .sorting-edit,
.smsStore .sorting-edit,
.cityMaster .sorting-edit,
.gallery-header .sorting-edit {
  width: 100%;
  padding: 10px 15px 0px 15px;
}
.border-btn {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fe5502 !important;
  font-size: 14px;
  font-weight: initial;
  line-height: 2;
  background: #fff;
  color: #565656;
  border-color: #fe5502;
  padding: 5px 22px;
}
.border-btn:hover,
.border-btn.active {
  background-color: #fe5502;
  color: #fff !important;
  border-color: #fe5502;
}
.form-control {
  border-radius: 4px;
  box-shadow: none;
  border-color: #e2e3e3;
  height: 42px;
  margin-bottom: 15px;
}
.sorting-edit .form-control {
  margin-bottom: 0px;
  border: 1px solid #e2e3e3 !important;
  background-color: #fff !important;
}
.dateWrapper {
  display: flex;
  justify-content: start;
  align-items: flex-start;
}
.dateWrapper .dateInput {
  background: url(../../img/calender.jpg) 84px 10px no-repeat;
  width: 105px;
  text-decoration: underline;
  font-weight: 600;
  padding: 6px 30px 6px 0px;
  text-align: right;
}
.dateWrapper .dateInput:focus {
  box-shadow: none;
  border: 0px;
}
.dateWrapper .btn-primary {
  margin-right: 10px;
}
.expoertBtn {
  color: #fe5502 !important;
  font-weight: 600;
  background: url(../../img/export.png) 0px 4px no-repeat;
  padding: 6px 0px 6px 30px;
  display: inline-block;
  white-space: nowrap;
  margin-left: 20px;
  margin-right: 15px;
}
.expoertBtn:hover,
.addNewBtn:hover {
  color: #fe7f02 !important;
  text-decoration: underline;
}
.addNewBtn {
  color: #fe5502 !important;
  font-weight: 600;
  background: url(../../img/add.png) 0px 3px no-repeat;
  padding: 6px 0px 6px 30px;
  display: inline-block;
  white-space: nowrap;
  margin-right: 20px;
}

.text-primary,
a {
  color: #5f5f5f;
}
a:hover {
  color: #fe5502;
}
.tab-content {
  margin-top: 30px;
}
.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
  background-color: #fff5cd !important;
  padding: 5px 15px;
  font-size: 14px;
  color: #333 !important;
}

.bg-yellow a,
.callout.callout-warning a,
.alert-warning a,
.label-warning a,
.modal-warning .modal-body a {
  color: #fe5502 !important;
}
.message {
  padding: 5px 15px;
  font-size: 14px;
}
.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
  background-color: #bbebce !important;
  color: #333 !important;
}
.filter-search-inner .btn {
  margin-right: 20px;
}
.sorting-edit .sort_width1 {
  padding: 6px 15px;
  margin: 0px;
  width: auto;
  max-width: 85px;
  text-align: center;
  border: 0px;
  box-shadow: 0px 0px 23px #e3e3e3;
}
.sorting-edit .sort-bar {
  max-width: 89px;
  margin-right: 15px;
}
.search_input {
  background: url(../../img/search.jpg) 12px 10px no-repeat;
  padding: 0px 15px 0px 40px;
}
.form-control:focus {
  border-color: #fe5502;
  box-shadow: none !important;
}
.btn_icon {
  font-size: 16px;
  font-weight: 600;
  padding: 6px 15px 6px 30px;
  background: transparent;
  border: 0px;
  color: #fe5502;
}
h3 .btn_icon {
  font-size: 18px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.dateContainer {
  display: flex;
}
.btn_container {
  display: flex;
}
.searchForm {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.searchForm .search_input {
  margin-right: 20px;
  max-width: 250px;
}
.searchForm .border-btn {
  margin: 0px;
}
.content-header {
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid #e6e6e6;
  clear: both;
  float: left;
  width: calc(100% - 30px);
  margin: 0 15px;
}

/************CUSTOM CHECKBOX STYLE START *******************/
.chk_container {
  display: block;
  position: relative;
  /*padding-left: 35px;*/
  padding-left: 0px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.chk_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: darkgray;
  border-radius: 5px;
}
.chk_container:hover input ~ .checkmark {
  background-color: #ccc;
}
.chk_container input:checked ~ .checkmark {
  background-color: #fe5502;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.chk_container input:checked ~ .checkmark:after {
  display: block;
}
.chk_container .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*************** CUSTOM CHECKBOX STYLE ENDS ****************/
.productImg {
  width: 100px;
  height: 100px;
  border-radius: 60px;
  border: 1px solid #d1d1d1;
}
.category_name {
  color: #4e4e4e;
  font-weight: 600;
  text-transform: uppercase;
}
.addSubcategory {
  color: #4d98ce;
  text-transform: uppercase;
  padding: 5px 0;
  font-size: 13px;
  display: inline-block;
  cursor: pointer;
}
.sort_field {
  border: 0px;
  width: 57px;
  color: #4e4e4e;
  font-weight: 600;
  text-align: center;
  padding: 0px;
  margin: 0px;
  border-radius: 0px;
  background: transparent;
}
.dividerLine {
  height: 27px;
  width: 1px;
  background: #dddddd;
  margin: 0 10px;
}
ul.actionList {
  margin: 0px;
  padding: 0px;
  display: flex;
}
ul.actionList li a {
  color: #95989d;
  font-size: 20px;
  padding: 0px 6px;
  display: inline-block;
}
ul.actionList li a i.fa-check {
  color: #5ad25c;
}
ul.actionList li a i.fa-ban {
  color: #da211e;
}
ul.actionList li a i.fa-trash {
  color: #bd514f;
}
ul.actionList li a:hover {
  color: #95989d;
}

/*************** CUSTOM switch toggle STYLE ENDS ****************/
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: -5px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #63ab3b;
}
input:focus + .slider {
  box-shadow: 0 0 1px #63ab3b;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
/*************** CUSTOM switch toggle STYLE START ****************/

.category_status {
  color: #343434;
  font-weight: 600;
  padding: 0 0 0 10px;
}
.collapsible_btn {
  width: 25px;
  height: 25px;
  border-radius: 40px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  display: block;
  background: #fff;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #727a8d;
}
.searchForm .form-control {
  margin-right: 20px;
  background-color: #fff;
}
.badge {
  background: #fe5502 !important;
}
.img-product a.fb_single_image {
  display: flex;
  width: 60px;
  height: 60px;
}
.users .sorting-edit,
.discount .sorting-edit,
.alerMsgs .sorting-edit,
.notn_credentials .sorting-edit {
  width: 100% !important;
  padding: 20px 15px 0 15px;
}
.form .form-control {
  margin-bottom: 15px;
}
.box-footer {
  padding: 15px 0px 10px 0px;
  margin-top: 15px;
  clear: both;
  border-top: 1px solid #f3f3f3;
  background-color: #f3f3f3;
}
.addUser_wrapper .box-footer,
.add-store-users_content .box-footer {
  padding: 15px 0px;
  background-color: #fff;
  text-align: right;
  border-top: 1px solid #ccc;
  margin-top: 20px;
}
.box-body {
  border-radius: 6px;
  background: #fff;
}
.h4,
h4 {
  font-size: 25px;
}
legend {
  background: #ccc !important;
  width: 100px !important;
  text-align: center !important;
}
fieldset {
  border: 1px #fe5502 solid !important;
}
.toggle .toggle-off {
  background: #fe5502 !important;
}
.addLoyatly {
  font-size: 18px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.loyalty,
.store-users {
  margin-bottom: 0px;
}
.add-store-users_content {
  margin-top: 30px;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
  color: #fe5502 !important;
  background: transparent !important;
}
.skin-blue .main-header .navbar .nav > li > a:hover,
.skin-blue .main-header .navbar .nav > li > a:active,
.skin-blue .main-header .navbar .nav > li > a:focus,
.skin-blue .main-header .navbar .nav .open > a,
.skin-blue .main-header .navbar .nav .open > a:hover,
.skin-blue .main-header .navbar .nav .open > a:focus,
.skin-blue .main-header .navbar .nav > .active > a {
  background: transparent;
  color: #fe5502 !important;
}
.skin-blue .main-header li.user-header {
  background-color: #fff;
  color: #999;
}
.publish-btn {
  border-radius: 5px;
  background: rgb(254, 85, 2);
  background: linear-gradient(
    97deg,
    rgba(254, 85, 2, 1) 0%,
    rgba(254, 150, 2, 1) 100%
  );
  font-size: 14px;
  padding: 6px 10px;
  margin: 8px 0;
  display: block;
  color: #fff !important;
  padding: 5px 22px;
  line-height: 2;
  border: none;
}
.publish-btn:hover {
  background-color: #fe5502 !important;
}
.box.padding-set {
  border-radius: 6px;
  background: #fff;
}
.padding-set .box-body {
  padding: 20px;
  border-radius: 6px;
}
.padding-set .box-footer {
  padding: 20px;
  margin-top: 0px;
  border: none;
  border-radius: 0px 0px 6px 6px;
  background: #fff;
}
.box-body.border-set .panel {
  box-shadow: none;
}
.box-body.border-set .panel .panel-body {
  border: none;
}
.category-inner-main form#import_submit_form {
  margin-top: 20px;
}
.table.table-border {
  box-shadow: 0px 0px 23px #e3e3e3;
  border-radius: 6px;
  border: none;
}
.box.box-primary {
  box-shadow: 0px 0px 23px #e3e3e3;
}
.with-border .box-body {
  padding: 20px;
}
.with-border .box-body header h3 {
  margin-top: 0px;
}

.loginPage_logo h1 {
  margin-top: 0px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #333333;
}
.loginPage_logo p {
  font-size: 16px;
}

.logo-lg {
  font-size: 12px;
  width: 97%;
  text-align: left;
  line-height: 18px;
  margin: 10px 0px !important;
  color: #fff !important;
  display: inline-block !important;
}

.view_user {
  margin-top: 30px;
}
.view_user.mt-0 {
  margin-top: 0px;
}
.loginPage_logo {
  width: 85%;
  text-align: center;
  margin: auto;
}
.login-page {
  display: flex;
  justify-content: center;
  align-items: center;
}

html,
body.login-page {
  height: 100%;
}
.login-box-body {
  padding: 40px 50px;
}
.login-box-body,
.register-box-body {
  border-radius: 20px;
}
.login-box-msg,
.register-box-msg {
  text-align: center;
  padding: 30px 20px 30px 20px;
  font-size: 30px;
  color: #333333;
  line-height: 30px;
}
.loginPageLabel {
  font-size: 13px;
  font-weight: 500;
  color: #9f9f9f;
  text-transform: uppercase;
}

.login-box .alert-danger {
  color: #f7270d !important;
  background: transparent !important;
  text-align: center;
  font-size: 15px;
  margin: 10px 0;
}
.login-box .message {
  padding: 0px !important;
}

.gray_input_fields {
  background: #e5e5e5;
  width: 100%;
  border: 0px;
  box-shadow: none;
  padding: 10px 10px 10px 55px;
  font-size: 14px;
  line-height: 22px;
}

.login-page .input {
  width: 100%;
  background: #e5e5e5;
  border-radius: 5px;
  overflow: hidden;
  padding: 0px;
}
input:-internal-autofill-selected {
  background-color: #e5e5e5 !important;
}
::selection {
  background: #f8b391;
  color: #fff;
}
.form-control-feedback {
  top: 5px;
  left: 5px;
  border-right: 1px solid #ccc;
  width: 40px;
  height: 25px;
  line-height: 25px;
}
.login_btn {
  width: 100%;
  border-radius: 5px;
  font-size: 14px;
  text-transform: uppercase;
}
.addUser_wrapper {
  margin-top: 20px;
}
.store_setting .form-control {
  margin-bottom: 30px;
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  padding: 5px !important;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
input[type="radio"]:checked + label {
  /*background: #53a753!important;*/
  color: #fff !important;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,
input[type="radio"] + label {
  /*background: #fe5502!important;*/
  color: #fff !important;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  background: #fe5502 !important;
}
input[type="radio"] + label,
input[type="radio"]:checked + label {
  color: #4e4e4e !important;
  margin-right: 20px;
}
label {
  border-radius: 6px !important;
  font-size: 14px;
}
.bootstrap-switch {
  border-radius: 6px !important;
}
.bootstrap-switch {
  margin: 15px 0px;
}
.switchBtn {
  margin: 15px 0;
}
input[type="radio"] + label {
  padding: 5px 0px !important;
}
.bootstrap-switch-default {
  font-size: 14px;
}
.open_hours {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.open_hours span {
  display: block;
  padding: 10px 15px;
}
.ui-timepicker-select {
  height: 45px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 10px;
}
.days-countt {
  margin-bottom: 15px;
}
.days-countt span {
  float: left;
  padding: 6px 20px;
  background: #f3f3f3;
  color: #4e4e4e;
  font-size: 16px;
  margin-right: 7px;
  border-radius: 4px;
}
.panel-default,
fieldset {
  margin-bottom: 15px;
}
.refer_earn {
  margin-top: 0px;
}
.popup .box-header {
  padding: 5px 0 15px 0;
  margin-bottom: 15px;
}
.popup .add-picture {
  margin-top: 15px !important;
}
.discount_offers {
  margin-top: 20px;
}
.panel-body input[type="radio"] + label {
  margin-right: 20px;
  color: #fff;
}
.datepicker {
  border-radius: 6px !important;
}
.note-editor {
  border: 1px solid #ddd !important;
}
.linkTo label {
  margin-bottom: 15px;
}
.subCategoryRow {
  padding-top: 15px;
  padding-bottom: 10px;
}
.addEdit .box-footer {
  border-top: 1px solid #d2d6de;
}
.content_top_margin {
  margin-top: 0px;
}
.box {
  width: auto !important;
}
.box-blue > h3,
.box-yellow > h3 {
  color: #ffffff !important;
  background-color: #fe5502 !important;
  background-image: none !important;
}
.box-blue {
  border-color: #fe5502 !important;
}
.forceDownload {
  padding: 15px;
}
.dataTable {
  margin-bottom: 0px !important;
  background: #fff;
}
.view_order .user-info {
  clear: both;
  float: left;
}
table .checkbox input[type="checkbox"],
table .checkbox-inline input[type="checkbox"],
table .radio input[type="radio"],
table .radio-inline input[type="radio"] {
  margin-left: 0px !important;
}
.cat-inner {
  border: 0px !important;
}
.colorInput {
  border: 0px !important;
  background: #fff !important;
  padding: 0px !important;
}
.panel-heading h4 {
  color: #fe5502 !important;
}
.menu_setting .bootstrap-switch {
  margin: 0px 0px !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #fe5502 !important;
  background: #fe5502 !important;
}
.ui-accordion .ui-accordion-content {
  padding: 1em !important;
}
.smsMessages .panel-body {
  padding: 15px 0px !important;
}
.add .addImg {
  width: 30%;
  margin: auto;
}
.user-menu .dropdown-toggle::after {
  content: "\f0d7";
  font-family: fontAwesome;
  font-size: 16px;
  margin-left: 10px;
}
.table-border {
  border: 1px solid #e8e7e7;
}
.breadcrumb > li + li:before {
  content: "\f101" !important;
  font-family: fontAwesome;
  color: #0c0c0c;
}
.viewAllLI {
  float: right !important;
}
.alert-warning,
.alert-success {
  margin: 0 -15px;
}
.btnmain a {
  font-size: 14px !important;
}
.main-container ul li a i {
  color: #fe5502 !important;
  border-radius: 4px;
}
.main-container ul li {
  border-radius: 4px;
  transition: 0.2s all;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #fe5502;
  border-color: #fe5502;
}
.note-editor .btn {
  padding: 5px 10px !important;
}
.bannerImg img {
  border-radius: 100%;
}
.toggle.toggle-light .toggle-slide .toggle-inner .toggle-on,
.toggle.toggle-light .toggle-slide .toggle-inner .toggle-blob,
.toggle.toggle-light .toggle-slide .toggle-inner .toggle-off {
  font-size: 12px !important;
}
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}
.skin-blue .main-header li.user-header {
  background-color: #ffffff;
}
.navbar-nav > .user-menu > .dropdown-menu {
  width: 250px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  color: #4e4e4e !important;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
  border-top: 1px solid #ccc;
}
.img-fluid {
  max-width: 100%;
}
.storeInfo img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
  transition: 0.2s all;
}
.storeInfo:hover img,
.storeInfo.active img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.d-flex {
  display: flex;
}
.justify-content-center {
  justify-content: center;
}
.align-item-center {
  align-items: center;
}

.border-set.a-padding {
  padding: 20px;
}

@media (max-width: 1199px) {
  .filter-search-inner .form-control {
    margin-bottom: 15px;
  }
  .searchForm .form-control {
    margin-bottom: 0px;
  }
  .box-footer {
    text-align: left;
  }
  .addUser_wrapper .box-footer,
  .add-store-users_content .box-footer {
    text-align: left;
  }
  .cat-inner {
    border: 1px solid #e2e2e2 !important;
  }
  .dashboard .info-box {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  ul.filterList {
    flex-flow: column;
  }
  ul.filterList li {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 15px;
  }
  .right_align_content {
    display: block;
  }
  .dateWrapper {
    flex-flow: column;
  }
  .searchForm {
    justify-content: start;
  }
  .nav-tabs > li {
    margin-bottom: 15px;
  }
  .publish-btn {
    padding: 6px 15px;
    margin: 8px 5px 8px 0px;
  }
  .days-countt span {
    margin-bottom: 15px;
  }
  .viewAllLI {
    clear: both;
    float: left !important;
  }
  .table-responsive {
    border: 1px solid #ddd !important;
  }
}

@media (max-width: 767px) {
  .main-header .sidebar-toggle {
    padding: 15px 15px !important;
  }
  .main-header .logo {
    height: 50px !important;
    line-height: 45px !important;
  }
  .main-sidebar,
  .left-side {
    padding-top: 116px !important;
  }
  .main-header {
    max-height: 115px !important;
  }
  .skin-blue .main-header .navbar .nav > li > a {
    padding: 6px 0px !important;
  }
  .navbar-nav > .user-menu .user-image {
    margin-top: 0px !important;
  }
  .store_switch_c label {
    line-height: 16px;
  }
  .storeSelector {
    margin: 0px 10px;
    height: 40px;
    line-height: 40px;
  }
  .ms-choice {
    line-height: 40px !important;
  }
  .btn {
    border-radius: 36px;
    padding: 8px 15px;
    font-size: 14px;
    transition: 0.2s all;
  }
  .filter-search-inner .btn {
    padding: 12px 30px;
  }
  .ms-choice > span {
    padding-left: 10px !important;
  }
  .ms-drop {
    width: 150% !important;
  }
  ul.filterList li {
    width: 100%;
  }
  .breadcrumb {
    padding: 0px 15px 0px 15px !important;
  }
  .content {
    padding: 15px 15px;
  }
  .open_hours {
    display: block;
  }
  .open_hours .ui-timepicker-select {
    width: 100%;
  }
  .gallery-block {
    margin-bottom: 20px;
  }
  .logo-lg > img {
    width: auto;
  }

  .skin-blue .sidebar-menu > li > a {
    border-left: 0px !important;
    margin-left: 0px;
    border-radius: 0px;
  }
}

@media (max-width: 575px) {
}
