html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	font-family: 'Muli', sans-serif;
}

a {
   color: inherit;
   cursor: pointer;
}

.cursor-pointer{
  cursor: pointer;
}

.pointer-events-none{
  pointer-events: none;
}

textarea.form-control
{
	height: 100px;
}

.bold-text {
	font-weight: bold;
}


h2 > a.popover-style
{
  vertical-align: middle;
}

.relative{
  position: relative;
}

a.popover-style
{
	color: #1C5C7D;
	font-size: 14px;
}

.popover {
  max-width: 410px;
}

.popover a
{
	color: #1C5C7D;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

.logo {
  margin-top: 0px;
  display: inline;
}

.peter {
  padding-left: 10px;
  font-size: 18px;
  font-weight:bold;
}

#saving {
  color: #ffffff;
  display: inline;
  float: right;
  text-align: right;
  font-size: 1.2rem;
  padding-top: 17px;
  margin-right: 10px;
  width: 140px;
}

#danoneLogo
{
	float: right;
}

.space-bottom {
    margin-bottom: 120px;
}

.dropdown-menu {
  top:none;
  left: none;
}

.dropdown-item:active {
  background-color: #e86433;
}

hr {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: -20px;
  margin-right: -20px;
}

.bottom-sidebar {
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 30px;
  margin-left: -20px;
}

.bottom-logo { /*Enlever absolute, mettre block et image centrée*/
  position: static;
  /*bottom: 50px; /*container padding*/
  display: block;
  padding-left: 20px;
  height: 70px;
  margin: 0 10px 0 10px;
}

.boite {
  width: 80%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 20px 20px 50px 20px;
  margin-bottom: 60px;
  margin-top: 60px;
  box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.5);
}

.boite-admin {
	border-top: 10px solid #51C3AC;
	position: relative;
}

.boite-title {
  font-size: 2.4em;
  color: #1C5C7D;
  padding-top: 5px;
  margin: 0px 0px 20px 0px;
  font-family: 'Muli', sans-serif;
}

.boite-title2 {
  font-size: 1.2rem;
  color: #333333;
  margin: 0px 0px 10px 0px;
  font-family: 'Muli', sans-serif;
}

.form-group
{
	margin-bottom: 5px;
}

/* FIXME: when we will have form reset: also for select, only if dirty */
input.form-control.ng-invalid {
  border: 2px solid #a94442; /* red */
}

.mini-form {
  width: 70%;
  display: inline;
}

.tiny-form {
  width: 60px;
  display: inline;
}

.mini-label {
  display: block;
}

.submit {
  border-radius: 2px;
  border:none;
  background-color: #1C5C7D;
  color:#ffffff;
}

.peter {
  padding-left: 10px;
  font-size: 18px;
  font-weight:bold;
}

.pack {
  font-size: 1.2rem;
}

.dropdown-toggle {
  display: block;
  border-radius: 2px;
  border-color: #e6efe2;
  background-color: none;
  width: 100%;
  text-align: left;
}

.trash-edit {
  cursor: pointer;
}

.trash-edit.disabled
{
    opacity: 0.5;
    cursor: not-allowed;
}


.editables {
  display: inline-block;
}

/*
 ------------------------------
 * PETITE BOITE
 ------------------------------
 */
.petiteboite {
  height: 140px;
}

.bottom-svg {
  margin:0 auto;
}

figcaption {
  text-align: center;
  font-size: 0.95em;
  line-height: 1em;
  margin-top: 3px;
}

.inline-block {
  display: inline-block;
}

/*
 ------------------------------
 * MAIN CONTENT
 ------------------------------
 */

.main {
  padding: 20px;
  height: 100%;
}

@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.switch-title {
  margin:0;
  font-size: 13px;
}

.switch-label {
  display: inline;
  margin-left: 5px;
}

.add-btn {
  margin-bottom: 20px;
}

.input-background {

  background-color: #e6efe2 !important;
}

.form-control:focus {
  outline-color: #e86433;
  outline-width: 0.15rem;
  outline-style: solid;                     
  border-color: #e86433 !important;
  box-shadow: 0 0 0 0 !important;
}


/*
 ------------------------------
 * MODAL
 ------------------------------
 */
/*
@media (min-width: 768px) {
  .modal-dialog {
    width: 500px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
*/

.modal-content {
  border-radius: 8px;
}

.modal-footer-text {
  text-align: left;
  font-size: 12px;
  color: #333333;
  margin:0;
}

.modal-header {
  border-bottom: none;
  background-color: #2f9b3e;
}

.modal-header.close {
  margin-top: -6px;
}


.modal-extra-body {
  padding-bottom: 40px;
}

.boite-title3 {
  font-size: 1.2rem;
  color: #333333;
  margin: 0px 0px 0px 0px;
  font-family: 'Muli', sans-serif;
  text-transform: uppercase;
}

.boite-title4 {
  font-size: 1.35rem;
  color: #1C5C7D;
  margin: 20px 0px 0px 0px;
  font-family: 'Muli', sans-serif;
}

.boite-title5 {
  font-size: 1.35rem;
  font-weight: bold;
  color: #1C5C7D;
  margin: 0px 0px 10px 0px;
  font-family: 'Muli', sans-serif;
}

.btn-modal-right {
  text-align: right;
}

.btn-cancel {
	cursor: pointer;
  color: #1C5C7D;
}

.right-aligned {
  margin-left: 10px;
  vertical-align: center;
}

.closed {
  margin-top: -7px;
}

/*
 ------------------------------
 * FOOTER
 ------------------------------
 */

.the-footer  {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  background: #1C5C7D;
  height: 50px;

}

/*
 ------------------------------
 * SLIDER
 ------------------------------
 */

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 16px;
  margin-bottom: -2px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 11px;
  width: 11px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider:before {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 13px;
}

.slider.round:before {
  border-radius: 50%;
}

.btn.btn-default.dropdown-toggle {
  color: #ccc;
}

.caret.dd {
  color: #1C5C7D;
}

.btn.btn-default:focus,
.btn.btn-default:active,
.btn.btn-default:hover {
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  border-radius: 2px;
  border:none;
  background-color: #1C5C7D;
  color:#ffffff;
}

.form-group button.btn.btn-default.dropdown-toggle:focus,
.form-group button.btn.btn-default.dropdown-toggle:active,
.form-group button.btn.btn-default.dropdown-toggle:hover  {
  background-color: #DFF2FC;
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  color: #333333;
}

.btn {
  padding: 5px 12px 8px 12px;
}

.btn-group-sm > .btn, .btn-sm {
  margin-bottom: 5px;
  width: 100%;
  border-radius: 2px;
  color: #1C5C7D;
  border:none;
  height: 30px;
}

.btn.btn-default.btn-sm:active,
.btn.btn-default.btn-sm:focus,
.btn.btn-default.btn-sm:hover,
.btn.btn-default.btn-sm:visited {
  background: #51C3AC;
  box-shadow: none;
  outline: none;
}

.btn.btn-stroke {
  margin-bottom: 5px;
  border-radius: 2px;
  background-color: #ffffff;
  color: #1C5C7D;
  border: 1px solid #1C5C7D;
  height: 30px;
}

.btn.btn-stroke-inverse {
  margin-bottom: 10px;
  border-radius: 2px;
  background-color: #1C5C7D;
  color: #ffffff;
  border: 1px solid #ffffff;
  height: 30px;
  text-align: right;
  padding-top: 4px;
  display: block;
  margin-left: auto;
  margin-top: 10px;
}

.btn.btn-stroke.active.focus, .btn.btn-stroke.active:focus,
.btn.btn-stroke.focus, .btn.btn-stroke:active.focus,
.btn.btn-stroke:active:focus, .btn.btn-stroke:focus {
  background: #1C5C7D;
  border-color: #1C5C7D;
  box-shadow: none;
  outline: none;
  color: #ffffff;
}

hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

.hr-main {
  margin-bottom: 20px;
}

.hrlast {
  margin-right: -41px; /* 20px padding + 1px border */
  margin-left: -20px;
  margin-top: 5px;
}

.panel-title a:hover,
.panel-title a:active {
  color: #51C3AC;
}

.panel-default {
  background-color: transparent;
  border:none;
}

.panel-default>.panel-heading {
  background-color: transparent;
  border:none;
  padding: 5px 0px 3px 0px;
}

.panel-group .panel-heading+.panel-collapse>
.list-group, .panel-group
.panel-heading+.panel-collapse>.list-group {
  border-top: 0px;
}

.panel-title {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}

.panel-title>a:hover
.panel-title>a:active {
  text-decoration: none;
  color: #51C3AC;
}

/* RESULTS TABLES */
/*
 -------------------------------------------------------------------------------------
 * TABLE
 -------------------------------------------------------------------------------------
 */


.table-bordered {
  border: 1px solid #b5b5b5;
}

.top-tr {
  border-style: hidden;
  font-weight: normal;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.table-top-left {
  border-top-width: 1px;
}

.table thead>tr>th {
  border-style: none;
  vertical-align: bottom;
  border-bottom: 1px solid hsl(0, 0%, 87%);
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 1px;
}

.table-fixed {
width: 100%;
table-layout: fixed;
}

.table-fixed td {
vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}


.tr-bg {
  background-color: rgba(0,0,0,0.13);
}

.no-right {
  border-right-style: hidden;
}

.table {
  margin-bottom: 5px;
  text-align: center;
}

.change-table {
  text-decoration: underline;
  float: right;
  text-align: right;
  color: #333;
  cursor: pointer;
}

.top-tr2 {
  border-left-style: hidden;
  border-right-style: hidden;
  border-top-style: hidden;
  font-weight: normal;
  border-bottom-style: solid;
}

.btn-row {
  margin-left: 0px;
  margin-top: 20px;
}

.extra-top {
  margin-top: 40px;
  margin-bottom: 10px;
}

th#th-empty {
  border-top-style: hidden;
  border-left-style: hidden;
  border-bottom: 1px solid hsl(0, 0%, 87%);
}
td#th-empty {
  border-top-style: hidden;
  border-left-style: hidden;
  border-bottom-style: hidden;
  border-bottom: 1px solid hsl(0, 0%, 87%);
}

td.td-no-right {
  border-right-style: hidden !important;
}

td.scenarioName
{
	text-align: right;
}

.first
{
	background-color: #64EFD3;
}

.second
{
	background-color: #A2F5E5;
}

.third
{
	background-color: #E0FCF6;
}

.recyclIndicImg
{
	height: 20px;
	vertical-align: bottom;
	margin-right: 5px;
}

.validationMessagesContainer
{
    background-color: antiquewhite;
    padding: 10px;
}

.admin-notification
{
	background-color: #F18F8F;
	min-width: 10px;
	min-height: 10px;
	padding: 3px;
	border-radius: 50%;
  	display: inline-block;
  	vertical-align: baseline;
}

/*PackCD STUFF*/

.no-Margin{
  margin: 0;
}

.no-Padding{
  padding: 0;
}

.no-Margin-No-Padding{
  margin: 0;
  padding: 0;
}

.btn-primary, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle,
 .btn-primary:focus
{
    background-color: #e86433;
    border-color: #e86433;
    text-transform: uppercase;
}

.btn-primary:focus {
  box-shadow: none !important;
}

.btn-primary:disabled, .btn-primary.disabled
{
  cursor: not-allowed;
  background-color: #e86433;
  border-color: #e86433;

}

.card-title, .modal-title, .card-title-computing
{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    color: #333333
}

@media (max-width: 375px) {
    .card-title, .modal-title, .card-title-computing
    {
        font-size: 20px;
    }
}

.card-subtitle, .card-subtitle-black
{
    color: rgba(51, 51, 51, 0.5);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.card-subtitle-black
{
    color: black;
}

.card-title-computing, .loaderImg {
    text-align: center;
}

.card
{
    border-radius: 8px;
}

.logo-packcd
{
    margin-top: 20px;
}

.btn-cancel
{
    color: #333333;
    text-transform: uppercase;
    background-color: transparent;
}

label {
    color: #909399;      /* light grey */
    margin-bottom: 0.1rem;
}

.report-export-scenario-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}


@media (min-width: 1200px)
{
    .modal-xl
    {
        width: 1100px;
        max-width: 1100px;
    }
}


.footer-logo {
   position: absolute;
   bottom: 10px;
 }


 a:hover {
    color: inherit;
 }

 .form-invalid-message {
    font-size: 12px;
    font-weight: 400;
    color: #a94442;
    margin-left: 2px;
 }


/*
 -------------------------------------------------------------------------------------
 * MARGINS
 -------------------------------------------------------------------------------------
 */

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-4 {
margin-top: 4px;
}

.mr-1 {
margin-right: 1px;
}

.ml-3 {
margin-left: 3px;
}

.ml-15 {
margin-left: 15px;
}

.mr-20 {
margin-right: 20px;
}

.ml-12 {
margin-left: 12px;
}

.ms-12 {
margin-right: 12px;
margin-left: 12px;
}

.mb-9 {
margin-bottom: 9px;
}

/*
 -------------------------------------------------------------------------------------
 * COLORS
 -------------------------------------------------------------------------------------
 */

.grey {
color: #909399;
}

.black {
color: black;
}

.lightgrey {
color: #c4c3be;
}


/*
 -------------------------------------------------------------------------------------
 * ALIGNMENTS
 -------------------------------------------------------------------------------------
 */

.align-left {
    text-align: left;
}

/*
 -------------------------------------------------------------------------------------
 * Loading logo rotation
 -------------------------------------------------------------------------------------
 */

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.menu-li {
    position: relative;
    width: 100%;
}

.break-word {
    word-wrap: break-word;
}

.modal-spacing {
 padding-left: 20px;
}



.clickable {
    cursor: pointer;
}

.clickable:hover {
 color: #e86433;
}

.hidden {
display: none !important;
}

.project-main {
    padding-top: 20px;
    height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
}


/*
 -------------------------------------------------------------------------------------
 *  SIDEBAR WHEN WINDOW SIZE IS EQUAL TO OR GREATER THAN 769 PX
 -------------------------------------------------------------------------------------
*/

@media screen and (min-width: 769px) {
      #btnOpenCollapsibleSidebar, #btnOpenCollapsibleSidebarAdmin {
          display: none;
      }
      #sidebar {
          display: inline !important;
      }
      .sidebar {
          font-size: 14px;
          color: white;
          background-color: transparent;
          position: sticky;
          z-index: 1000;
          height: 100vh;
      }
      .project-main {
          padding-right: 35px;
          padding-left: 35px;
      }
    }

/*
-------------------------------------------------------------------------------------
 *  STYLES COMMON TO BOTH SIDEBARS
-------------------------------------------------------------------------------------
*/

    @media screen and (max-height: 640px) {
        #footer-sidebar1 {
          display: none;
        }
        #footer-sidebar2 {
        display: none;
        }
        #footer-sidebar3 {
        display: none;
        }
        #footer-sidebar4 {
        display: none;
        }
    }

  .footer-sidebar {
      position: absolute;
      bottom: 10px;
      left: 15px;
      display: block;
  }

  .footer-img {
   margin-top: 10px;
  }

  .scrollableMenu::-webkit-scrollbar {
     width: 10px;
     background-color: #11222c;
     border-radius: 7px;
   }

  .scrollableMenu::-webkit-scrollbar-thumb {
      background-color: #565b5e;
      border-radius: 5px;
    }

  .scrollableMenu {
      overflow-y: auto;  /* will scroll if needed */
      height: 100vh;
      margin-top: 15px;
  }

/*
 -------------------------------------------------------------------------------------
 * COLLAPSIBLE SIDEBAR WHEN WINDOW SIZE IS EQUAL TO OR LESSER THAN 768 PX
 -------------------------------------------------------------------------------------
*/

  @media screen and (max-width: 768px) {

    #btnOpenCollapsibleSidebar, #btnOpenCollapsibleSidebarAdmin {
      display: inline;
    }
    #sidebar {
      display: none;
    }
    .project-main {
        padding-right: 15px;
        padding-left: 15px;
    }
  }


/* Sidebar css from https://bootstrapious.com/tutorial/sidebar/index3.html */
#sidebarCollapsible, #sidebarCollapsibleAdmin {
    width: 280px;
    position: fixed;
    top: 0;
    left: -280px;
    height: 100vh;
    z-index: 999;
    font-size: 14px;
    color: white;
    background-color: #11222c;
    transition: all 0.3s;
}


#sidebarCollapsible.active, #sidebarCollapsibleAdmin.active  {
    left: 0;
}

.overlay, .overlayAdmin {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.overlay.active, .overlayAdmin.active {
    display: block;
    opacity: 1;
}

.hamburger {
    border: 0;
    padding: 0px;
    font-size: 32px;
    background-color: transparent;
}

#btnOpenCollapsibleSidebar, #btnOpenCollapsibleSidebarAdmin {
 margin-right: 12px;
}

#btnOpenCollapsibleSidebar:hover, #btnOpenCollapsibleSidebarAdmin:hover {
    color: #51C3AC;
}

.green-hover{
  color: #2f9b3e;
  font-size: 15px;
  font-family: "Sarabun", serif;
  font-weight: 300;
  font-style: normal;
}

.green-hover:hover {
 color: #1e9f39;
}

.dropdown-item:hover {
color: #11222C !important;
}

.pr-2 {
padding-right: 2px !important;
}

.big-spaces {
padding-right: 7px !important;
padding-left: 10px !important;
font-size: 19px;
}



.loading-page {
     width:100vw;
     min-height: 100vh;
     height: 100%;
     padding-top: 10vh;
     text-align: center;
     margin: auto;
     background-color: white;
}

#loading-bar-path {
      position: relative;
      overflow: hidden;
      width: 200px;
      height: 5px;
      background-color: #e1e6e8;
      margin: auto;
      border-radius: 5px;
}

#loading-bar {
    border-radius: 10px;
    vertical-align: top;
    position: absolute;
    left: -200px;
    top: 1px;
    animation: left-to-right 1.5s infinite;
}


@keyframes left-to-right {
  0% {
    left: -200px;
  }

  100% {
    left: 200px;
  }
}


.display-block {
   display: block;
}

.pt-25 {
    padding-top: 25px;
}


i.far.fa-question-circle {
    font-size: 20px;
}

.w-45 {
    width: 45% !important;
}

.w-90 {
    width: 90% !important;
}

.float-left{
  float: left;
}

/* DRAGABLE STYLES*/

.border-dash{
  padding: 3px 0px 3px 3px;
  border-style: dashed;
  border-radius: 5px;
}

.spacer{
  padding: 15px;
}

.dragover-color{
  background-color: #12a19b82;
}

.visible-no{
  visibility: 0;
}

.no-height.scenarioDragablePlaceHolder{
  max-height: 0px !important;
  overflow: hidden;
  transition: max-height 0.15s ease-out;
}

.scenarioDragablePlaceHolder{
  max-height: 50px !important;
  /*transition: max-height 0.15s ease-in;*/
  overflow: hidden;
}

:not(.hidden).scenarioDragablePlaceHolder ~ ul .scenario-name a{
  background-color: #12a19b82;
  color: white;
 }

/*

Div simulador de selector

*/

.simulate-select{
  position: absolute;
  z-index: 5001;
  height: auto;
  min-height: 25px;
  max-height: 400px;
  width: 160%;
  background-color: white;
  overflow-y: scroll;
  border: 1px solid #ced4da;
  border-radius: .25em;
  display: none;
  box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.15);
}

.simulate-select-table{
  max-height: 300px;
}

.show-only-focus-simulate-select:focus ~ .simulate-select,
.simulate-select:hover,
.simulate-select:focus{
  display: block;
}

.simulate-select-input{
  padding-right: 55px;
}

.only-top-radius{
  border-radius: 0.25em 0.25em 0em 0em;
}

.border-radius{
  border-radius: 0.25em;
}

.simulate-option{
  font-weight: normal;
  display: block;
  min-height: 1.2em;
  /*padding: 0px 2px 1px;*/
  white-space: nowrap;
}

.simulate-option:hover,
.simulate-selected-option{
  background-color: #1967d2;
  color: white;
}

.simulate-option p{
  padding-left: 10px;
  pointer-events: none;
}

.disabled-option:hover{
  background-color: white !important;
  color: inherit !important;
}

.icon-arrow-down{
    position:absolute;
    width: 8px;
    height: 12px;
    margin-left: -20px;
    left: 100%;
    top: 9px;
}

.icon-trash-can,
.icon-search{
  position:absolute;
  width: 14px;
  height: 16px;
  margin-left: -44px;
  left: 100%;
  top: 11px;
}

.icon-search{
  display: none;
}

.simulate-select-input:focus ~ i.icon-search{
  display: block;
}

.simulate-material-tree-dropdown-box{
  top: -4%;
  display: none;
  position: absolute;
  z-index: 5001;
  height: auto;
  min-height: 25px;
  max-height: 400px;
  width: auto;
  min-width: 100%;
  background-color: white;
  border: 1px solid #ced4da;
  border-radius: .25em;
  box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.15);
}

.simulate-material-tree-dropdown-box-table-heigh{
  max-height: 350px;
}

.fake-input-dropdown{
  padding-top: 0.4em;
  overflow: hidden;
}

.fake-input-dropdown p{
  overflow: hidden;
  width: 89%;
}


.fake-input-dropdown:focus ~ .simulate-material-tree-dropdown-box,
.simulate-material-tree-dropdown-box:focus,
.simulate-material-tree-dropdown-box .simulate-select-input:focus,
.hidden-input:focus ~ .simulate-material-tree-dropdown-box,
.simulate-material-tree-dropdown-box:hover,
.simulate-material-tree-dropdown-box:focus-within
{
  display: block;
}

.deselector-input:focus ~ .simulate-material-tree-dropdown-box
{
  display: none;
}

.simulate-material-tree-dropdown-options,
.simulate-material-tree-dropdown-options-table{
  height: auto;
  min-height: 25px;
  max-height: 400px;
  width: auto;
  background-color: white;
  overflow-y: scroll;
  border-top: 1px solid #ced4da;
  padding: 10px 10px 10px 10px;
}

.simulate-material-tree-dropdown-options-table{
  max-height: 300px;
}

.simulate-material-dropdown-option,
.simulate-material-dropdown-option2,
.simulate-material-dropdown-option3{
  font-weight: normal;
  display: block;
  min-height: 1.2em;
  /*padding: 0px 2px 1px;*/
  white-space: nowrap;
  padding: 0.25em 2em 0.25em 1em;
  width: 100%;
}

.simulate-material-dropdown-option2{
  padding: 0.25em 2em 0.25em 2.5em;
}

.simulate-material-dropdown-option3{
  padding: 0.25em 2em 0.25em 4em;
}

.list-style-none{
  list-style-type: none;
}

.simulate-material-dropdown-option:hover,
.simulate-material-dropdown-option2:hover,
.simulate-material-dropdown-option3:hover
{
  background-color: #b2d19f;
}

.hidden-input, .deselector-input{
  opacity: 0;
  position: absolute;
}

.dropworn-arrows::before{
  position: absolute;
  right: 2%;
  top: 28%;
  color: rgba(0,0,0,0.87);
}

.dropdown-arrow-up::before{
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.dropdown-arrow-down::before{
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

p.dropdown-arrow-down ~ div{
  display: none;
}

.simulate-select-input-table{
  width: 400px;
  display: inline-block;
}

.simulate-select-input-table ~ .fa-search,
.simulate-select-input-table ~ .icon-arrow-down{
  left: 96%;
}

.simulate-select-input-table ~ .icon-arrow-down{
  top: 13px;
  font-size: 12px;
}

.font0{
  font-size: 0px;
}

.fontInitial{
  font-size: initial;
}

.fix-icon:before{
  font-size:initial;
  position: absolute;
  top:12px
}

.mr-17{
  margin-right: 17px;
}

.simulate-select-input-table .fa-sort-down{
 left: 95.5%;
 top: 8px;
}

.simulate-select-input-table .fa-sort-down.fix-icon-input-table{
  left: 100%;
  top: 8px;
 }

.text-left{
  text-align: left;
}

.table-color{
  color:rgba(51,51,51,0.5)!important
}

.simulate-material-tree-dropdown-box-table{
  min-width: 50%;
  left: 25%;
  top:7px;
}

.table-min-height{
  min-height: 400px;
}

.fake-input-disabled:disabled{
  background-color: white;
  color: inherit;
}

/*
  CUSTOM SCROLLBAR
*/
/* width */
.small-sidebar::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.small-sidebar::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.small-sidebar::-webkit-scrollbar-thumb {
  background: #888888cc;
}

/* Handle on hover */
.small-sidebar::-webkit-scrollbar-thumb:hover {
  background: #888;
}

.sarabun-light {
  font-family: "Sarabun", serif;
  font-weight: 300;
  font-style: normal;
}

.sarabun-regular {
  font-family: "Sarabun", serif;
  font-weight: 400;
  font-style: normal;
}

.sarabun-medium {
  font-family: "Sarabun", serif;
  font-weight: 500;
  font-style: normal;
}



.sarabun-semibold {
  font-family: "Sarabun", serif;
  font-weight: 600;
  font-style: normal;
}

.sarabun-bold {
  font-family: "Sarabun", serif;
  font-weight: 700;
  font-style: normal;
}

.sarabun-extrabold {
  font-family: "Sarabun", serif;
  font-weight: 800;
  font-style: normal;
}

.results-legend-a {
  color: #0b8f45;
}

.results-legend-b {
color:#52a041;
}

.results-legend-c {
  color: #97b438;
}

.results-legend-d {
  color: #e0b122;
}

.results-legend-e {
  color:#d66b28;
}

.results-legend-f {
  color:#d41d28;
}

.results-legend-g {
  color:#b0191b;
}
