/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400&display=swap');

/* TODO: Set root variables, usage: color: var(--blue); */
:root {
    --mindasi-empathy       : #ffab41;
    --mindasi-focus         : #f5467d;
    --mindasi-hunger        : #92c57b;
    --mindasi-tenacity      : #4573c5;
    --mindasi-control       : #888888;
    --mindasi-orange        : #ffab41;
    --mindasi-red           : #f5467d;
    --mindasi-red-hover     : #f46391;
    --mindasi-green         : #92c57b;
    --mindasi-blue          : #4573c5;
    --mindasi-grey          : #888888;
    --mindasi-primary       : #f5467d;
    --mindasi-secondary     : #ffab41;
    --mindasi-text          : #212529;
    --mindasi-text-dark     : #222222;
    --mindasi-dark-red      : #220000;
    --mindasi-dark-red-50   : #2400007f;
    --mindasi-light-red     : #f9f1f1;
    --mindasi-lighter-red   : #fffdfd; /* #faf6f6 */
    --mindasi-breakpoint-xs : 0;
    --mindasi-breakpoint-sm : 576px;
    --mindasi-breakpoint-md : 768px;
    --mindasi-breakpoint-lg : 992px;
    --mindasi-breakpoint-xl : 1200px;
}

html {
    font-size: 15px;
}

body {
    font-family: 'Roboto', sans-serif;
    color: var( --mindasi-text );
    overflow-x: hidden;
	/*font-weight: 300 !important;*/
}

h1 {
    font-size: 28px;
    padding-bottom: 20px;
    color: var( --mindasi-dark-red );
}

h2 {
    font-size: 21px;
    color: var( --mindasi-dark-red );
}

h3 {
    font-size: 17px;
    color: var( --mindasi-text-dark );
}

.h-18 {
    font-size: 18px;
    font-weight: bold;
}

.h-18-t {
    font-size: 18px;
    font-weight: bold;
}

.h-18-t-p {
    line-height: 0;
    margin-bottom: 5px;
}

.font-size-60 {
	font-size: 60%;
}

a {
   outline: 0;
}

small {
    display: inline-block !important;
    margin-top: 7px !important;
    line-height: 1.2 !important;
}

.text {
	line-height: 1.35;
}

.text small {
	display: inline-block !important;
    margin-top: 0px !important;
	padding: 0 !important;
	color: var( --mindasi-text );
}

.text-capitalize-first::first-letter {
    text-transform: uppercase !important;
}

.bg-empathy { background-color: var( --mindasi-empathy ) !important; }
.bg-focus { background-color: var( --mindasi-focus  ) !important; }
.bg-hunger { background-color: var( --mindasi-hunger ) !important; }
.bg-tenacity { background-color: var( --mindasi-tenacity ) !important; }
.bg-control { background-color: var( --mindasi-control ) !important; }
.bg-orange { background: var( --mindasi-orange ); }
.bg-red { background: var( --mindasi-red  ) !important; }
.bg-light-red { background: var( --mindasi-light-red  ) !important; }
.bg-lighter-red { background-color: var( --mindasi-lighter-red ) !important; }
.bg-dark-red { background-color: var( --mindasi-dark-red  ) !important; }
.bg-dark-red-light { background-color: var( --mindasi-dark-red-light  ) !important; }
.bg-green { background: var( --mindasi-green ); }
.bg-blue { background: var( --mindasi-blue ); }
.bg-grey { background: var( --mindasi-grey ); }
.bg-light-grey { background-color: #dddddd !important; }
.bg-extra-light-grey { background-color: #eeeeee !important; }
.bg-white { background-color: #ffffff !important; }
.bg-dark { background-color: #222222 !important; }
.bg-black { background-color: #000000 !important; }
.bg-transparent { background-color: transparent !important; }

.bg-excellent { background-color: #28a745 !important; }
.bg-good { background-color: #007bff !important; }
.bg-average { background-color: #17a2b8 !important; }
.bg-fair { background-color: #ffc107 !important; }
.bg-poor { background-color: #dc3545 !important; }

.bg-image-pink-clouds {
    background-image:  url( '/img/minda_cloud_logo_auto.png' ), url( '/img/bg_blue_sky.jpg' );
    background-repeat: no-repeat, no-repeat;
    background-position: bottom center, top center;
    background-size: calc(100vw / 1.5) auto, cover;
    background-blend-mode: lighten, normal;
}

.border-red { border-color: var( --mindasi-red ) !important }
.border-red:hover { background-color: var( --mindasi-red ) !important; }

.border-dark-red { border-color: var( --mindasi-dark-red ) !important }

.text-empathy { color: var( --mindasi-empathy ); }
.text-focus { color: var( --mindasi-focus  ); }
.text-hunger { color: var( --mindasi-hunger ); }
.text-tenacity { color: var( --mindasi-tenacity ); }
.text-control { color: var( --mindasi-control ); }
.text-orange { color: var( --mindasi-orange ); }
.text-red { color: var( --mindasi-red  ); }
.text-light-red { color: var( --mindasi-light-red  ); }
.text-dark-red { color: var( --mindasi-dark-red  ); }
.text-green { color: var( --mindasi-green ); }
.text-blue { color: var( --mindasi-blue ); }
.text-grey { color: var( --mindasi-grey ); }
.text-light-grey { color: #dddddd; }
.text-white { color: #fff; }
.text-black { color: #000; }

.text-mindasi-primary { color: var( --mindasi-primary ); }
.text-mindasi-secondary { color: var( --mindasi-secondary ); }
.text-mindasi-text { color: var( --mindasi-text ); }
.text-mindasi-text-dark { color: var( --mindasi-text-dark ); }

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

.text-excellent { color: #5dbb0b; }
.text-good { color: #b0cc06; }
.text-average { color: #f8cb0e; }
.text-fair { color: #f68207; }
.text-poor { color: #d73b25; }

a.text-red:hover {
	color: var( --mindasi-red );
}

.text-shadow-none {
    text-shadow: none !important;
}

.text-shadow {
    text-shadow: 0px 0px 8px rgba( 0, 0, 0, 0.4 );
}

.text-shadow-dark {
    text-shadow: 0px 0px 1px rgba( 0, 0, 0, 1 ), 0px 0px 1px rgba( 0, 0, 0, 1 ), 0px 0px 1px rgba( 0, 0, 0, 1 );
}

.lh-1 {
    line-height: 1;
}

.lh-md {
    line-height: 1.2;
}

/* BOOTSTRAP ADDONS */
.badge-excellent { color: #fff; background-color: #2dc937; filter: brightness( 1.0 ); font-weight: normal; }
a.badge-excellent:hover, a.badge-excellent:focus { color: #fff; background-color: #2dc937; filter: brightness( 1.05 ); }
a.badge-excellent:focus, a.badge-excellent.focus { outline: 0; box-shadow: 0 0 0 0.2rem #2dc937; }

.badge-good { color: #fff; background-color: #99c140; filter: brightness( 1.0 ); font-weight: normal; }
a.badge-good:hover, a.badge-good:focus { color: #fff; background-color: #99c140; filter: brightness( 1.05 ); }
a.badge-good:focus, a.badge-good.focus { outline: 0; box-shadow: 0 0 0 0.2rem #99c140; }

.badge-average { color: #fff; background-color: #e7b416; filter: brightness( 1.0 ); font-weight: normal; }
a.badge-average:hover, a.badge-average:focus { color: #fff; background-color: #e7b416; filter: brightness( 1.05 ); }
a.badge-average:focus, a.badge-average.focus { outline: 0; box-shadow: 0 0 0 0.2rem #e7b416; }

.badge-fair { color: #fff; background-color: #db7b2b; filter: brightness( 1.0 ); font-weight: normal; }
a.badge-fair:hover, a.badge-fair:focus { color: #fff; background-color: #db7b2b; filter: brightness( 1.05 ); }
a.badge-fair:focus, a.badge-fair.focus { outline: 0; box-shadow: 0 0 0 0.2rem #db7b2b; }

.badge-poor { color: #fff; background-color: #cc3232; filter: brightness( 1.0 ); font-weight: normal; }
a.badge-poor:hover, a.badge-poor:focus { color: #fff; background-color: #cc3232; filter: brightness( 1.05 ); }
a.badge-poor:focus, a.badge-poor.focus { outline: 0; box-shadow: 0 0 0 0.2rem #cc3232; }

.badge-nodata { color: #222; background-color: #fff; border: 1px solid #222; filter: brightness( 1.0 ); font-weight: normal; }
a.badge-nodata:hover, a.badge-nodata:focus { color: #222; background-color: #fff; filter: brightness( 1.05 ); }
a.badge-nodata:focus, a.badge-nodata.focus { outline: 0; box-shadow: 0 0 0 0.2rem #000; }

.badge-secondary-outline {
	color: #212529;
    border: 1px solid var( --secondary );
    background-color: transparent;
}

.badge-cover-25 {
    z-index: -1;
    background-color: #888;
    width: 75%;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
}

.badge-cover-50 {
    z-index: -1;
    background-color: #888;
    width: 50%;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
}

.badge-cover-75 {
    z-index: -1;
    background-color: #888;
    width: 25%;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
}

.badge-cover-100 {
    z-index: -1;
}

/* MODAL CENTERED FIX */

/* BREADCRUMB */
.breadcrumb {
    background-color: #fff;
    border: 1px solid var( --mindasi-dark-red );
}

/* POINTER EVENTS */
.pe-none { pointer-events: none; }
.pe-normal { pointer-events: normal; }
.pe-auto { pointer-events: auto; }

/* CURSOR */
.cursor-pointer { cursor: pointer; }
.cursor-default { cursor: default; }

/* LINK HOVER */
a.text-orange:hover {
    color: var(--mindasi-orange) !important;
}

a.text-red:hover {
    color: var(--mindasi-red) !important;
}

a.text-green:hover {
    color: var(--mindasi-green) !important;
}

a.text-blue:hover {
    color: var(--mindasi-blue) !important;
}

/* BOOTSTRAP STEPS */
.step {
    list-style: none;
    margin: .2rem 0;
    width: 100%;
  }
  
  .step .step-item {
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    margin-top: 0;
    min-height: 1rem;
    position: relative; 
    text-align: center;
  } 
  
  .step .step-item:not(:first-child)::before {
    background: var( --mindasi-red );
    content: "";
    height: 3px;
    left: -50%;
    position: absolute;
    top: 16px;
    width: 100%;
  }
  
  .step .step-item a {
    color: var( --mindasi-dark-red );
    display: inline-block;
    padding: 34px 10px 0;
    text-decoration: none;
    position: relative;
  }

  .step .step-item a span {
    color: #fff;
    position: absolute;
    top: 7px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
    
  }
  
  .step .step-item a::before {
    background: var( --mindasi-red );
    border: .2rem solid var( --mindasi-red );
    border-radius: 50%;
    content: "";
    display: block;
    height: 1.9rem;
    left: 50%;
    position: absolute;
    top: .2rem;
    transform: translateX(-50%);
    width: 1.9rem;
    z-index: 1;
  }
  
  .step .step-item.active a {
    color: var( --mindasi-dark-red );
    font-weight: 600;
  }

  .step .step-item.active a span {
    color: #fff;
    font-weight: 500;
  }

  .step .step-item.active a::before {
    background: #fff;
    border: 3px solid var( --mindasi-red );
  }

  .step .step-item.active a span {
    color: var( --mindasi-dark-red );
  }
  
  .step .step-item.active ~ .step-item::before {
    background: #ccc;
  }
  
  .step .step-item.active ~ .step-item a::before {
    background: #ccc;
    border: 3px solid #ccc;
  }




/* POSITION LEFT, RIGHT, TOP, BOTTOM */
.position-absolute.left-0 { left: 0; }
.position-absolute.left-1 { left: calc( 1rem * .25 ); }
.position-absolute.left-2 { left: calc( 1rem * .50 ); }
.position-absolute.left-3 { left: 1rem; }

.position-absolute.right-0 { right: 0; }
.position-absolute.right-1 { right: calc( 1rem * .25 ); }
.position-absolute.right-2 { right: calc( 1rem * .50 ); }
.position-absolute.right-3 { right: 1rem; }

.text-wrap {
	white-space: normal;
}

.text-nowrap {
	white-space: nowrap;
}

/* DATATABLES: When columns are under plus sign use content blocking and wrapping that everything will be visible */
.table-hidden-block-wrap .dtr-data {
    display: block;
    white-space: normal;
}

.table-hidden-block-wrap-all span.dtr-data {
    display: inline-block;
    max-width: 100px;
    word-break: break-all;
    white-space: normal;
  }

.datatables-actions-button {
	line-height: 1;
	font-size: 0.9rem;
	padding: .25rem .25rem;
}

.dtr-title-block .dtr-title {
    display: block !important;
}


/* BOOTSTRAP PINCODE INPUT */
.pincode-input-container {
	display: inline-flex;
    width: 100%;
}

.pincode-input-container input {
	font-weight: 500;
	text-align: center;
	font-size: 24px;
	padding: 0rem 0.25rem;
	margin: 0.25rem;
	border: 1px solid #dc3545;
}

/* Chrome, Safari, Edge, Opera */
.pincode-input-container input::-webkit-outer-spin-button,
.pincode-input-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.pincode-input-container input[type=number] {
  -moz-appearance: textfield;
}

.pincode-input-container input.valid {
	border: 1px solid #28a745;
}

.pincode-input-container input:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
	border: 1px solid #dc3545;
}

.pincode-input-container input.valid:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    border: 1px solid #28a745;
}

/* END OF BOOTSTRAP ADDONS */

.card-header, .card-body, .card-footer {
    /*border: 1px solid rgba( 0, 0, 0, 0.22 ) !important;*/
}

.card {
    border: 1px solid rgba( 0, 0, 0, 0.22 ) !important;
}

/* CUSTOM BOOTSTRAP ACCORDION */
.mindasi-accordion .card-header:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; 
    content: "\f078";
    float: right;
	color: var( --mindasi-dark-red );
}

.mindasi-accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f054"; 
}

/* CUSTOM BOOTSTRAP CARD COLLAPSE */
.card-header .fa {
  transition: .3s transform ease-in-out;
}

.card-header a {
	color: var( --mindasi-dark-red );
	text-decoration: none;
}

.card-header.text-red a {
	color: var( --mindasi-dark-red );
	text-decoration: none;
}

.card-header .collapsed .fa {
  transform: rotate( 90deg );
}

/* Set max width for pdf document which is 800px minus margins etc 
   This will keep added images to not cut outfrom document.
*/
.mindasi-form-editor img {
	max-width: 100% !important;
}

.mindasi-form-editor ul {
	list-style-type: none;
    margin-left: 0.5em;
    padding-left: 0;
	margin-top: 0;
    margin-bottom: 2rem;
}

.mindasi-form-editor ul li {
	padding: 0.5rem !important;
}

.mindasi-form-editor ul > li::before {
	color: var( --mindasi-red );
    content: '\f00c';
	font-family: 'Font Awesome 5 Free';
  	font-weight: 900;
	font-size: 1rem;
	padding-right: 0.5rem !important;
}

/* END OF CUSTOM BOOTSTRAP ACCORDION */

/* HIDE GOOGLE RECAPTCHA BADGE */
.grecaptcha-badge { visibility: hidden; }

/* CHOICES */
.choices {
	margin-bottom: 0px !important;
}

.choices__heading {
	color: var( --mindasi-red ) !important;
}

.italic {
    transform: scale( 1 ) rotate( 0deg ) translate( 0px, 0px ) skew( -15deg, 0deg );
}

/* Numbered List */
.mindasi-numbered-list ol {
    list-style: none;
    counter-reset: my-awesome-counter;
}
.mindasi-numbered-list ol li {
    counter-increment: my-awesome-counter;
	padding-top: 18px !important;
}
.mindasi-numbered-list ol li:first-child {
    counter-increment: my-awesome-counter;
	padding-top: 2px !important;
}
.mindasi-numbered-list ol li::before {
    content: counters(my-awesome-counter, '.') ". ";
    color: var( --mindasi-text-dark );
    font-weight: bold;
}

select.mindasi-mass-actions {
    color: #495057;
    width: auto;"    
}

optgroup {
    text-transform: uppercase;
    color: var( --mindasi-red );
}

optgroup option {
    text-transform: none;
    color: #495057;
}

option[disabled] {
    color: #aaaaaa;
}

.bs-searchbox input {
	background-image: none !important;
}


/* PDF EXPORT */
#pdf-wrapper {
    padding: 0;
    margin: 0;
}

#pdf-page-content {
    width: 800px;
    margin: 0 auto;
    padding: 0;
}

.pdf-page {
    position: relative;
    width: 800px;
    height: 1132px;
    padding: 20px;
    margin: 0;
	overflow: hidden;
}

.pdf-footer {
	position: absolute;
	bottom: 30px;
	left: 20px;
	width:  760px;
	height: 40px;
}

.pdf-footer .copyright {
    float: left;
	font-size: 11px;
	color: #2e2e2e;
	text-align: left;
	width: 54%;
	padding: 0;
}

.pdf-footer .page-number {
	float: right;
	font-size: 14px;
	color: #2e2e2e;
	text-align: right;
	width: 46%;
	padding: 0;
}

.pdf-footer .page-number span {
    color: #2e2e2e;
    font-size: 18px;
}

.pdf-points-ball {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 40px;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    padding: 14px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
    font-weight: bold;
    line-height: 32px;
}

.pdf-points-ball span {
    font-size: 12px;    
}

/* Bootstrap Addons */
.btn-group-xs > .btn, .btn-xs {
  padding: .4rem .4rem;
  font-size: .825rem;
  line-height: .5;
  border-radius: .2rem;
}

.alert-black {
  color: #fff;
  background-color: #333;
  border-color: #555;
}

.alert-black h3 {
	color: #ffffff;
}

.alert-black hr {
  border-top-color: #111111;
}

.alert-black .alert-link {
  color: var( --mindasi-orange );
}

.alert-black a {
  color: var( --mindasi-green );
}

.alert-black button.close {
	color: #fff;
}

.alert-black small {
	display: block !important;
	font-style: italic;
	color: #aaa;
	text-align: right;
}

#wrapper {
    max-width: 100vw !important;
    min-height: 100vh !important;
    overflow: hidden !important;
}

/* Frontpage Background */
.frontpage-bg {
    background: url( '/img/pink-explosion-2048.jpg' ) no-repeat center center fixed;
	background-color: #000000 !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* DataTables */
.table th { font-size: 90%; padding: .35rem; }
.table td { font-size: 90%; padding: .4rem; vertical-align: center; }
.dataTables_wrapper label { font-size: 14px; }
.dataTables_info { font-size: 14px; }
.dataTables_paginate { font-size: 0.80rem; }
.dataTables_wrapper select, .dataTables_wrapper input { min-height: 0; }
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f0fe';
    background-color: transparent;
    color: #0275d8;
    border: 0;
    box-shadow: none;
    font-size: 18px;
    border-radius: 0;
    top: 11px;
    left: 5px;
    text-shadow: 0;
    font-weight: 900;
    height: 0;
    width: 0;
}
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    content: '\f146';
    color: #d33333;
}

table.table-striped {
    background-color: #fff;
    width: 100% !important;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: #fff;
 }
 
.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
   background-color: #f9f9f9;
 }

.table-striped input.select-row[type=checkbox], .table-striped input.select-all[type=checkbox] {
    vertical-align: middle;
    position: relative;
    bottom: 1.5px;
}

/* DataTables Rotated Head text */
th.rotate {
  /* Something you can count on */
  height: 200px;
  white-space: nowrap;
}

th.rotate > div {
  transform: 
    /* Magic Numbers */
    translate( 10px, 8px )
    /* 45 is really 360 - 45 */
    rotate( 284deg );
  transform-origin: bottom left;  
  width: 36px;
}

th.rotate > div > span {
  border-bottom: 0px solid #ccc;
  padding: 5px 10px;
}

.badge {
    font-size: 85% !important;
}

.modal-body #page-content-wrapper {
    background-color: transparent;
}

#sidebar-wrapper i {
    width: 20px;
}

#sidebar-wrapper .collapse i, #sidebar-wrapper .collapsing i {
    width: 16px;
    margin-left: 6px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(36, 0, 0, .7) !important;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(36, 0, 0, 1) !important;
}

nav.navbar {
    box-shadow: 0 .125rem .55rem rgba(36, 0, 0, .1) !important;
}

nav.navbar.fixed-top {
    max-height: 100%;
    overflow-y: auto;
    max-width: 100vw;
}

.version {
    font-size: 13px;
    text-align: center;
    margin-top: 15px;
}

.copyright {
    font-size: 11px;
    color: var( var( --mindasi-text-dark ) );
    text-align: center;
}

@media (min-width: 992px) {
    nav.navbar.fixed-top {
        overflow-y: visible;
    }
}


.active-red {
    color: #f5467d !important;
}

#mindasi_sidebar a.sidebar-active {
    color: #fff !important;
    font-weight: bold;
    margin-bottom: 0px !important;
    background-color: var( --mindasi-dark-red );
}

#mindasi_sidebar a.sidebar-active-sub {
    font-weight: none;
    color: #fff !important;
}

#mindasi_sidebar a.sidebar-active-sub i, #mindasi_sidebar a.sidebar-active-sub .arrow {
    color: var( --mindasi-red ) !important;
}

#mindasi_sidebar a {
    color: rgba( 255, 255, 255, 0.7 );
    background-color: var( --mindasi-dark-red );
}

#mindasi_sidebar a:hover {
    color: #fff !important;
}

#mindasi_sidebar a i {
    font-size: 22px !important;
    vertical-align: middle;
    text-align: center;
    width: 50px;
}

#mindasi_sidebar div[id $= "-sub"] a {
    background-color: var( --mindasi-dark-red ) !important;
    opacity: 1 !important;
    color: rgba( 255, 255, 255, 0.7 );
    padding: 7px 20px;
    border-top: 0;
    border-bottom: 0;
    font-size: 14px;
}

#mindasi_sidebar div[id $= "-sub"] a i {
    font-size: 18px !important;
    vertical-align: middle;
    text-align: center;
    width: 44px;
}

#mindasi_sidebar div[id $= "-sub"] a:not( .sidebar-active-sub ):hover {
    color: #fff !important;
    border-top: 0 !important;
    border-bottom: 0;
}

#mindasi_sidebar a.sidebar-active i {
    color: var( --mindasi-red ) !important;
}

#mindasi_sidebar .list-group-item:last-child {
    margin-bottom: 0px !important;
}

#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -226px;
  padding-top: 57px !important;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 15rem;
}

#page-content-wrapper {
    width: 100%;
    max-width: 100vw;
    padding-top: 57px !important;
    padding-bottom: 10px;
    background-color: var( --mindasi-lighter-red ) !important;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}


/*!
 * Change Bars Menu to 3 Dots menu
 */
.navbar-light .navbar-toggler {
  border:0;
}

.navbar-light .navbar-toggler-icon {
  display:inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size:inherit;
  text-rendering:auto;
  background-image:none;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

.navbar-light .navbar-toggler-icon:before {
    content: "\f142"; 
    line-height: 30px;
    font-size: 22px;
    color: #222;
}

.navbar-light .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:before {
  content: "\f142";
}

.mindasi-mass-actions option {

}

.btn.bg-red:hover {
    background-color: var( --mindasi-red-hover ) !important;
}

/*
 * FORM: Valid and Invalid
 */
.form-control:valid {
    /*background-color: rgba( 40, 167, 69, 0.1 ) !important;*/
}

.form-control:invalid {
    /*background-color: rgba( 220, 53, 69, 0.1 ) !important;*/
    /*color: #dc3545 !important;*/
}

select.form-control:valid,
select.form-control:invalid {
    background-position: center right calc( 1em + .1875rem ) !important;
}

form section.locked {
    opacity: 0.3;
    pointer-events: none;
}

/*********** sellers/register **********/
.register-form {
    max-width: 800px;
    margin: 30px auto;
}

.register-form form {        
    /*margin-bottom: 15px;
    background: #fafafa;
    box-shadow: 0px 0px 15px rgba( 0, 0, 0, 0.1 );
    border: 1px solid #ddd;
    padding: 30px;*/
}

.register-form h2 {
    margin: 0 0 15px;
    font-size: 1.4rem;
}

/*********** order **********/
.order-form {
	width: 100%;
	background: #fff;     
    margin: 15px;
    background: #fafafa;
    box-shadow: 0px 0px 15px rgba( 0, 0, 0, 0.1 );
    border: 1px solid #ddd;
    padding: 15px;
}

.order-form h2 {
    margin: 0;
	margin-top: 15px;
    font-size: 1.5rem;
}

/*
 * PAGE: Login
 */
.login-form {
    max-width: 800px;
    margin: 30px auto;
}

.login-form form {
    max-width: 400px;
    margin: 30px auto;
}

.login-form form {        
    margin-bottom: 15px;
    background: #fff;
    box-shadow: 0px 0px 15px rgba( 0, 0, 0, 0.1 );
    border: 1px solid #ddd;
    padding: 30px 15px;
}

.login-form h2 {
    margin: 0 0 15px;
    font-size: 1.5rem;
}

.login-form .custom-control-input.is-valid:checked~.custom-control-label::before, 
.login-form .was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: var( --mindasi-red );
    background-color: var( --mindasi-red );
}

/* CARD INPUT */
.card-input-element {
    /*display: none;*/
    visibility:hidden;
}

.card-input {
    margin: 10px;
    padding: 0px;
}

.card-input:hover {
    cursor: pointer;
}

.card-input-element:checked + .card-input {
    box-shadow: 0 .5rem 1rem rgba( 0, 0, 0, .15 );
    border: 2px solid var( --mindasi-red ) !important;
}

.card-input-element:checked + .card-input input:disabled {
    pointer-events:fill;
}

.card-input-element:checked + .card-input .icon {
    color: var( --mindasi-red ) !important;
}

/* EQUAL COLS */
.row.equal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row.equal > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.bg-layer-dark-15 {
    background: rgba( 0 ,0, 0, 0.15 );
    box-shadow: 0px 0px 15px rgba( 0, 0, 0, 0.1 );
    border: 0;
}

.bg-layer-dark-30 {
    background: rgba( 0 ,0, 0, 0.30 );
    box-shadow: 0px 0px 15px rgba( 0, 0, 0, 0.1 );
    border: 0;
}

.bg-layer-dark-40 {
    background: rgba( 0 ,0, 0, 0.40 );
    box-shadow: 0px 0px 15px rgba( 0, 0, 0, 0.1 );
    border: 0;
}

.bg-layer-dark-50 {
    background: rgba( 0 ,0, 0, 0.50 );
    box-shadow: 0px 0px 15px rgba( 0, 0, 0, 0.1 );
    border: 0;
}

.bg-gradient-layer-dark-lt-to-rb {
    background: RGBA(0, 0, 0, 0.7);
    background: linear-gradient(135deg,rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0) 100%);
    border: 0;
}

/*
 * PAGE: order
 */
.order-page {
    max-width: 840px;
    margin: 15px auto;
	margin-bottom: 15px;
    background: rgba( 255,255,255,0.15 );
    box-shadow: 0px 0px 15px rgba( 255, 255, 255, 0.1 );
    border: 0px solid #ddd;
    padding: 15px;
}


.form-control, .login-btn {
    min-height: 38px;
    border-radius: 2px;
}
.input-group-addon .fa {
    font-size: 18px;
}
.login-btn {
    font-size: 15px;
    font-weight: bold;
}
.social-btn .btn {
    border: none;
    margin: 10px 3px 0;
    opacity: 1;
}
.social-btn .btn:hover {
    opacity: 0.9;
}
.social-btn .btn-primary {
    background: #507cc0;
}
.social-btn .btn-info {
    background: #64ccf1;
}
.social-btn .btn-danger {
    background: #df4930;
}
.or-seperator {
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid #ccc;
}
.or-seperator i {
    padding: 0 10px;
    background: #f7f7f7;
    position: relative;
    top: -11px;
    z-index: 1;
}

#page-window #page-content-wrapper {
    padding: 0 !important;
    min-width: 0 !important;
    max-width: 100%;
    width: 100%;
}

#page-window #page-content {
     padding: 5px !important;
}

#page-window #page-content .mt-4 {
    margin-top: 0 !important;
}

button.close-window {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    padding: 0;
    font-size: 32px;
    width: 32px;
    height: 32px;
	border: 0;
	background: none;
}

button.close-window:focus {
	outline: 0 !important;
}

.tab-content>.active {
    background-color: #fbfbfb;
	padding: 10px;
	border-left: 1px solid #dee2e6  !important;
	border-right: 1px solid #dee2e6  !important;
	border-bottom: 1px solid #dee2e6  !important;
}

.nav-tabs .nav-link.active {
	background-color: #fbfbfb !important;
	font-weight: 500;
	color: var( --mindasi-primary ) !important;
	border-bottom: 1px solid #fbfbfb !important;
}

.nav-tabs a.nav-link {
	color: #444444;
}

.nav-tabs a.nav-link:hover {
	color: #000000;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: var( --mindasi-red );
}
.separator::before, .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid var( --mindasi-grey );
}
.separator::before {
    margin-right: .25em;
}
.separator::after {
    margin-left: .25em;
}

.spinner-grow, .spinner-grow-shrink {
    vertical-align: sub !important;
	border-radius: 10% !important;
}

/* BOOTSTRAP CUSTOM SPINNER */
@keyframes spinner-grow-shrink {
	0% {
		-webkit-transform: scale( 0 );
		transform: scale( 0 );
	}
	
	50% {
		-webkit-transform: scale( 1 );
		transform: scale( 1 );
		opacity: 0.75;
	}
	
	100% {
		-webkit-transform: scale( 0 );
		transform: scale( 0 );
		opacity 1;
	}
}

.spinner-grow-shrink {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0.5;
  -webkit-animation: spinner-grow-shrink 1s linear infinite;
  animation: spinner-grow-shrink 1s linear infinite;
}

.spinner-grow-shrink-sm {
  width: 1rem;
  height: 1rem;
}

b.required {
    color: var( --danger );
}

.opacity-100 {
    opacity: 1 !important;
}

.opacity-75 {
    opacity: .75 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-25 {
    opacity: 0.25 !important;
}

.opacity-0 {
    opacity: 0 !important;
}

.custom-control-lg .custom-control-label::before,
.custom-control-lg .custom-control-label::after {
    top: 0.1rem !important;
    left: -2rem !important;
    width: 1.36rem !important;
    height: 1.36rem !important;
}

.custom-control-lg .custom-control-label {
    margin-left: 0.5rem !important;
    font-size: 1rem !important;
}

.custom-checkbox .custom-control-label {
    color: var( --mindasi-text ) !important;
}

.custom-radio .custom-control-label {
    color: var( --mindasi-text ) !important;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: var( --mindasi-text );
}

.selectpicker .btn-light {
   background-color: #fff; 
}

.bootstrap-select .btn.dropdown-toggle {
    border-radius: 2px !important;
}

/* BOOTSTRAP CHOICES */
.choices__inner.is-invalid {
  border-color: #dc3545 !important;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center right calc(0.375em + 0.1875rem) !important;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

.choices.is-focused .choices__inner.is-invalid {
	  border-color: #dc3545 !important;
	  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.choices__inner.is-valid {
  border-color: #28a745 !important;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: center right calc(0.375em + 0.1875rem) !important;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

.choices.is-focused .choices__inner.is-valid {
  border-color: #28a745 !important;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
}

/* DISABLE ELEMENT AND EVENTS */
.pe-none {
	pointer-events: none;
	opacity: 0.5;
}

/* NOTIFY */
span[data-notify=title] {
    display: flex;
    vertical-align: middle;
}

span[data-notify=title] i {
    font-size: 24px;
}

/* PAGE LOADER */
#page-loader {
    width: 100%;
    max-width: 600px;
    transform: translate( -50%, -50% );
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
}

#page-loader .message {
    color: rgba( 255, 255, 255, 0.75 );
    text-align: center;
    padding: 10px;
    font-weight: normal;
    font-size: 15px;
    /*text-shadow: 0px 0px 15px #000;*/
}

#page-loader .spinner {
    text-align: center;    
}

#page-loader .spinner div {
    width: 1rem;
    height: 4.5rem;
	margin: 0 0.2rem;
}

#page-loader .spinner .mindasi-orange { color: var( --mindasi-orange ); }
#page-loader .spinner .mindasi-red { color: var( --mindasi-red ); }
#page-loader .spinner .mindasi-green { color: var( --mindasi-green ); }
#page-loader .spinner .mindasi-blue { color: var( --mindasi-blue ); }

/* FLIP CARD */
.flip-card { background-color: transparent; perspective: 1000px; }
.flip-card-inner { position: relative; width: 100%; height: 100%; text-align: center; transition: transform 0.6s; transform-style: preserve-3d; box-shadow: 0 4px 8px 0 rgba( 0, 0, 0, 0.2 ); }
/*.flip-card:hover .flip-card-inner { transform: rotateY( 180deg ); }*/
.flip-card-active { transform: rotateY( 180deg ); }
.flip-card-front, .flip-card-back { position: absolute; width: 100%; height: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.flip-card-front { background-color: #bbb; color: black; }
.flip-card-back { background-color: #2980b9; color: white; transform: rotateY( 180deg ); }
.flip-card .inner-border-tenacity { -webkit-box-shadow:inset 0px 0px 0px 1px var( --mindasi-tenacity ); -moz-box-shadow:inset 0px 0px 0px 1px var( --mindasi-tenacity ); box-shadow:inset 0px 0px 0px 1px var( --mindasi-tenacity ); }
.flip-card .inner-border-control { -webkit-box-shadow:inset 0px 0px 0px 1px var( --mindasi-control ); -moz-box-shadow:inset 0px 0px 0px 1px var( --mindasi-control ); box-shadow:inset 0px 0px 0px 1px var( --mindasi-control ); }

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
      max-width: 100vw;
      width: 100vw;
      overflow: hidden;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: calc( -15rem - 1px );
  }
}
