/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab a {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 15px;
  color:#636b6f;
 text-decoration:none
}


/* Change background color of buttons on hover */
.tab a:hover {
  background-color: #ddd !important;
  text-decoration:none
}

/* Create an active/current tablink class */
.tab a.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
.dropdown-menu > li > a:focus {
   background :	#3c0f84 !important;
}

.dropdown-submenu{ position: relative; }
.dropdown-submenu>.dropdown-menu{
  top: -1px;
  left: -217px !important;
  right: auto;
  margin-top:0px;
  margin-left:-1px;
  -webkit-border-radius:6px 6px 6px 6px;
  -moz-border-radius:6px 6px 6px 6px;
  border-radius:6px 6px 6px 6px;
}
.dropdown-submenu>a:after{
  display:block;
  content:" ";
  float:right;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid;
  border-width:5px 0 5px 5px;
  border-left-color:#cccccc;
  margin-top:5px;margin-right:-10px;
}
.dropdown-submenu:hover>a:after{
  border-left-color:#555;
}
.dropdown-submenu.pull-left{ float: none; }
.dropdown-submenu.pull-left>.dropdown-menu{
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown-menu{
min-width:260px;
}
.dropdown-submenu>.dropdown-menu {
    min-width: 220px;
    white-space: normal;
}

.dropdown-submenu>.dropdown-menu a {
    white-space: normal;
}
/*
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
*/

.dropdown-submenu>.dropdown-menu {
    width: 220px;
    white-space: normal;
    background-color: #dc466c !important;
}
.dropdown-submenu>.dropdown-menu.dropdown-menu-custom-right {
  left: auto !important;
    right: -218px;
}

.alert-danger .dt-button{
  text-decoration:none !important;
}
.alert-danger .dt-button:hover {
  color:black;
}
  .dropdown.action-dropdown{
    background: none !important;
  }
.dropdown.action-dropdown ul.dropdown-menu {
    background: #fff !important;
    text-align: left;
    left: -120px;
    min-width: auto;
    width: 194px;
}
.dropdown.action-dropdown ul.dropdown-menu li a {
    text-align: left;
    background: none;
    border-color: transparent;
    color: #636b6f !important;
    border-bottom: 1px solid #d8dbdc;
    border-radius: 0;
    font-size: 14px;
}
.dropdown.action-dropdown ul.dropdown-menu li a:hover {
    background: #53008c;
    color: #fff !important;
}
.dl-horizontal dt{
 width:118px;
 overflow: visible
}

.dl-horizontal dd {
    margin-left: 130px;
}
.order-details .dl-horizontal dd {
    margin-left: 250px;
}

.dl-horizontal.bottom-margin-1 {
    margin-top: 0;
    margin-bottom: 1px!important;
}

.dl-horizontal.bottom-margin-1  dt {
  text-align: left;
}
.order-header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.order-title-block {
    flex: 1 1 auto;
    min-width: 250px;
}

.order-title {
    font-size: 23px;    
    font-weight: 500!important;
    color: #333;
    margin: 0;
}

.order-subtitle-left {
    font-size: 15px;
    font-weight: 500!important;
    color: #555;
    margin: 5px 0 0 0;
    font-weight: normal;
    text-align: left;
}

.order-meta {
    flex: 1 1 auto;
    min-width: 250px;
}

.order-subtitle {
    font-size: 15px;
    font-weight: 500;
    margin: 5px 0;
    color: #555;
    text-align: right;
}
.orders .panel-body {
    padding: 6px!important;
}
.orders .panel {
    margin-bottom: 6px!important;
}
.orders .panel-heading {
    padding: 6px!important;
}
.order-header .form-inline {
  margin-top:10px;
}
.orders .panel-heading .btn {
  margin:0px 0px 0px 2px !important;
}
.order-header button h4 {
    font-size: 15px;
}
.orders table.dataTable thead th, table.dataTable thead td {
    padding: 2px 10px;
    border-bottom: 1px solid #111;
}
.orders .panel-default > .panel-heading {
    font-weight: normal!important;
}
.orders .dl-horizontal dt {
  font-weight: normal!important;
}
.swal-modal {
    width: 520px!important;
}
#font-preview h3.header {
  margin-top: 0px!important;
}
.show-favourite-toggle {
    margin: 5px 20px;
}

.dropdown.action-dropdown .dropdown-menu li .btn {
    background: transparent;
    border: none;
    color: #636b6f !important;
    width: 100%;
    padding: 3px 20px;
    border-radius:0;
    text-align: left;
}
.dropdown.action-dropdown .dropdown-menu li .btn:hover {
  background:#53008D;
  color:#fff !important
  }

.dropdown-menu li a:hover,
.dropdown-menu li a.active {
      color: white;
      background-color: #3c0f84 !important;
  }
.download-class{
  float: left !important;
  margin-right: 10px !important;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #6625af;
    border-color: #6625af;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px;
    right: 7px;
}
.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    min-height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 0.49rem 1rem;
    font-size: 0.875rem;
    font-weight: normal !important;
}
.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection{
    border: 1px solid #555555;
    box-shadow: none;
}
page-header .select2-container--default .select2-selection--single{
   min-height: 38px;
}
.page-header .select2-container--default .select2-selection--single .select2-selection__rendered {
   padding: 0.58rem 1rem;
   /*padding: 0.68rem 1rem;*/
   font-size: 0.875rem;
   font-weight: normal !important;
}
.page-header .select2-container--default .select2-selection--single .select2-selection__arrow{
   top: 7px;
}
.input-group .select2-container--default:first-of-type .select2-selection--single {
   border-top-right-radius: 0px;
   border-bottom-right-radius: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
   font-size: 14px;
   line-height: 25px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
   height:33px !important;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #ccd0d2 !important;
}
.select2-container .select2-selection--single {
  height: 36px !important;
}
.onClickCloseFalse{
 width:200px;
}
.onClickCloseFalse .select2-container--default .select2-selection--single .select2-selection__arrow {
   right: 15px;
}
.onClickCloseFalse .select2 {
   padding: 0 15px;
}

.margin-b-20 {
  margin-bottom: 20px;
}
.margin-b-20 .select2-container {
  text-align: left !important;
}
.margin-l-5 {
  margin-left: 5px;
}

.nav.notification-font .dropdown-container .dropdown-toolbar-actions .text-black,
.nav.notification-font .dropdown-container .dropdown-footer .text-black  {
  color: #333333 !important;
}
.nav.notification-font .dropdown-container .dropdown-toolbar-actions .text-black:hover,
.nav.notification-font .dropdown-container .dropdown-footer .text-black:hover  {
  background: transparent !important;
  color: #333333 !important;
}
.notification-modal .modal-body, .notification-modal .modal-footer {
  text-align: center !important;
}
.alert-title {
  font-size: 50px;
  font-weight: 700 !important;
}
.font-20 {
  font-size: 20px !important;
}
.font-28 {
  font-size: 28px !important;
}
.font-bold {
  font-weight: bold !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.no-border-top {
  border-top: 1px transparent !important;
}
.view-btn {
  background-color: #f72d7a !important;
  border-radius: 0px !important;
  text-transform: uppercase;
  font-weight: bold !IMPORTANT;
  font-size: 20px;
  padding: 0px 15px 0px 15px !important;
  border: 1px solid #f72d7a;
}
.view-btn:hover {
  background-color: #fff !important;
  color: #f72d7a !important;
  border: 1px solid #f72d7a;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.width-500 {
  max-width: 500px;
  width: auto !important;
}
.text-maroon {
  color: #dc466c !important;
}
.text-primary {
  color: #7030a0 !important
}
/* admin dashbird show page css */
table.dataTable {
  width: 100% !important;
}
.more-less {
  float: right;
  color: #212121;
}
.panel-title a:hover, .panel-title a:focus {
  text-decoration: none !important;
}
.datepicker table tr td span:hover, .datepicker table tr td span:focus {
      color: #212121;
      background: #eee;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  background: #eee;
}
.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] {
  background: #eee;
  color: #212121;
}
.time-filter li a {
  color: #333333;
  font-weight: 700;
}
.time-filter li a:hover {
  text-decoration: none;
}
.time-filter li a:hover, .time-filter li a:focus, .time-filter li a:active, .time-filter li.active a  {
  color: #53018c;
  text-decoration: none;
}
.m-0 {
  margin: 0px !important;
}
.v-grid-container {
  display: table;
  width: 100%;
}
.v-grid {
  display: table-cell;
  vertical-align: middle;
}
.m-l-10 {
  margin-left: 10px !important;
}
.datepicker-group label {
  margin-bottom: 0px;
}
.datepicker-group .panel-heading .btn {
  margin-top: 0px;
  height: 36px;
  line-height: 29px;
}
.default-center{
  text-align: center !important;
}
.padding-t-5 {
  padding-top: 5px;
}
.margin-t-5{
  margin-top: 5px !important;
}

/* Modal */



/* admin dashbird show page css */
.btn-secondary {
    color: #212121;
    background-color: #ececec;
    border-color: #ececec;
}
.btn-secondary:hover, .btn-secondary:focus {
    color: #212121;
    background-color: #dadada;
    border-color: #dadada;
}

.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
  background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 3em;
  height: 1.5em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}
.tgl-light + .tgl-btn {
  background: #d2deec;
  border-radius: 2em;
  padding: 2px;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
}
.tgl-light:checked + .tgl-btn {
  background: #5ACCCA;
}
.m-t-10 {
  margin-top: 10px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.modal-backdrop.in {
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.modal-content {
  border: none !important;
  box-shadow: none !important;
}
.modal .btn-primary {
    color: #fff;
    background-color: #7cd1f9;
    border-color: #7cd1f9;
}
.modal .btn-primary:hover {
    background-color: #78cbf2;
    border-color: #78cbf2;
}
.modal .btn-primary:active {
    background-color: #70bce0;
    border-color: #70bce0;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
    background-color: #70bce0;
    border-color: #70bce0;
}
/* .modal-title {
  color: rgba(0,0,0,.65) !important;
  font-size: 27px;
  font-weight: 600;
  line-height: normal;
} */

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: none !important;
}
.mt-3 {
    margin-top: 15px;
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}

.d-inline-block {
  display: inline-block;
}
.d-block {
  display: block;
}

.mr-5 {
  margin-right : 5px !important;
}
.mr-10 {
  margin-right : 10px !important;
}
.mt-5 {
 margin-top: 5px !important; 
}
.form-inline .custom-button {
  display: inline-block;
}
.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0 !important;
}
.row-small-padding {
      margin-left: -7.5px;
    margin-right: -7.5px;
}
.row-small-padding>.col, .row-small-padding>[class*=col-] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
}
.justify-content-center {
    -webkit-box-pack: center!important;
    justify-content: center!important;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.row-cols-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.row-cols-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.row-cols-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.remove-margin .form-group {
  margin-bottom: 0px !important;
}
.custom-card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.custom-equal-box {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 100%;
    height: 100% !important;
}

body {
  position: relative;
}


.word-break {
  word-break: break-all;  
}
.status-circle {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  display: inline-block;
  background-color: #f8f9fa;
}

.status-circle.created {
  background-color: #ee2c2a;
}

.status-circle.paid {
  background-color: #fba307;
}

.status-circle.completed {
  background-color: #368e35;
}

/*.webapp-dropdown-notifications .dropdown-container {
  right: 0;
  left: auto;
}*/
.webapp-dropdown-notifications .dropdown-menu {
  padding: 0px !important;
  min-width: 260px !important;
}
.webapp-dropdown-notifications .dropdown-footer {
  background: #eeeeee;
  padding: 9.6px 12px;
}
.webapp-dropdown-notifications .dropdown-toolbar {
    background: #fff;
    padding: 9.6px 12px;
}
.webapp-dropdown-notifications.open {
    background-color: transparent !important;
}
.webapp-dropdown-notifications>.dropdown-container, .webapp-dropdown-notifications>.dropdown-menu {
    width: 450px;
    max-width: 450px;
}
    

fieldset.custom-fieldset {
    border: 1px solid #c0c0c0;
    margin-bottom: 20px;
    padding: 0.35em 1.25em 0.75em;
}

fieldset.custom-fieldset legend {
    width: auto;
    padding: 0 7px;
    margin-bottom: 14px;
    font-size: 18px;
    border-bottom: none;
}
.week-day-title {
  font-weight: 700;
  font-size: 17px;
  margin-top: 10px !important;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-30 {
  margin-top: 30px;
}
.navbar-nav .select2-container .select2-selection {
  overflow: inherit;
}
.retailer-panel-header {
  margin-bottom: 0px !important;
  z-index: 99;
}
.retailer-panel-header .container {
  margin-top: 0;
}
.management-icon {
    background: #fff;
    padding: 90px 0px 20px;
    margin-top: 0;
    margin-bottom: 25px;
}
.management-icon a {
  display: block;
  text-align: center;
  text-decoration: none !important; 
  min-height: 127px;
  user-select: none;
}
.management-icon h4 {
  font-size: 15px;
  line-height: normal;
}
.management-icon img {
  width: 80px;
}
.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.text-orange {
  color: #e6386e !important;
}
.text-primary-dark {
  color: #52198b !important;
}
.management-icon ul {
  margin: 25px 0px 0px 120px;
}
.management-icon ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
}
.management-icon ul li:before {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: #dc466c;
  content: "";
}
.management-icon ul li a {
  color: #e6386e !important;
  text-align: left !important; 
  min-height: 127px;
}
.management-icon ul.inner-list li a {
  min-height: auto;
}
.management-icon ul.inner-list.ml-60 {
  margin-left: 60px !important;
}
.management-icon .dropdown-menu { 
  min-width: 100%;
}
.management-icon .dropdown-container a { 
  min-height: auto !important;
}
.management-icon .dropdown-container .dropdown-menu li:before {
  display: none;
}
.management-icon .dropdown-container ul li {
  padding: 9.6px 12px !important;
  margin-bottom: 0px !important;
}
.management-icon .dropdown-notifications.open {
  background-color: #fff !important;
}
.management-icon .notification .media-body {
  padding-top: 0px !important;
  text-align: left !important;
}
.management-icon .notification-icon {
  font-style: normal;
}
.management-icon .notification-icon:after {
    position: absolute;
    margin-left: -6px;
    margin-top: -15px;
    padding: 0;
    min-width: 22px;
    height: 22px;
    line-height: 22px;
    background: #dd446c;
    border-radius: 100%;
    font-size: 15px;
}
.standard-plus {
    height: 35px;
    width: 35px;
    min-width: 35px;
    text-align: center;
    padding: 0;
    line-height: 20px;
    font-size: 30px;
}
.bootstrap-timepicker-widget table td a {
  color: #fff !important;
  font-size: 20px;
}
.bootstrap-timepicker-widget table td a:hover {
  color: #333 !important;
}
/* .dataTable thead th {
  min-width: 145px !important;
} */
.all-orders-select .select2-container .select2-selection {
  overflow: inherit !important;
}
.top-80 {
  position: relative;
  top: -80px;
}
.switch-li{
  margin-left: 20px;
  display: flex;
}
.switch-label{
  width: 153px;
  text-align: right;
  padding-right: 34px;
}
.download-apk{
  font-size: 25px;
  cursor: pointer;
  margin-right: 4px;
}

.copy-link{
  padding: 5px !important;
}

.audit-list-data-table th {
  white-space: nowrap;
  min-width: 50px;
}
.audit-list-data-table td {
  word-break: break-all;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-3 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.p-3 {
  padding: 15px !important;  
}

button.dt-button.buttons-csv.buttons-html5.btn.btn-primary.export-csv-btn.exportCsv.btn.btn-default.pull-right.m-b-10 {
    position: absolute;
    right: 26px;
    z-index: 1;
}