/*button:disabled {
  background: #dddddd !important;
}*/
label {
  font-weight: 500;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.form-control {
  background-color: #fff;
  color: #2F353F;
  /*font-size: 14px;*/
  border-radius: 5px !important;
  -webkit-appearance:none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  border: 1px solid #bac4d0;
  box-shadow: none;
  height: 36px;
  display: block;
  width: 100%;
  padding: 6px 12px !important;
  line-height: 1.42857143;
  webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control::placeholder, .form-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bbb5b5;
  opacity: 1; /* Firefox */
}
.form-control:-ms-input-placeholder, .form-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #bbb5b5;
}
.form-control::-ms-input-placeholder, .form-input::-ms-input-placeholder { /* Microsoft Edge */
  color: #bbb5b5;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control, input[disabled], textarea[disabled], .butn[disabled], .disabled {
  background-color: #eee !important;
  opacity: 1;
  pointer-events: none;
}
.form-control[disabled],
.butn[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 5px;
  padding: 12px;
}
.fts-13{
  color: grey;
}
.fts-13 p{
  font-size: 13px !important;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"],
/*.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}*/
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px !important;
  /*font-size: 12px;*/
  border-radius: 3px;
}
/*select.input-sm {
  height: 30px;
  line-height: 30px;
}*/
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

/************* 11.Forms **********/
/* Form-validation */
.error {
  color: #ff0000;
  font-weight: 500;
  font-size: 13px;
}
/* Datapicker */
.datepicker {
  border: 1px solid #ddd;
}

/* summernote */
.note-editor .note-toolbar {
  background-color: #f3f3f3;
  border-bottom: 1px solid #dfdfdf;
  margin: 0;
}

.note-editor {
  position: relative;
  border: 1px solid #dfdfdf !important; 
}

.note-editor .note-statusbar {
  background-color: #fff;
}

.note-editor .note-statusbar .note-resizebar {
  height: 15px;
  border-top: 1px solid #dfdfdf;
  padding-top: 3px;
}

.note-popover .popover .popover-content, .note-toolbar {
  padding: 5px 0 10px 5px;
}

.form-control:focus {
  border: 1px solid #01a2ff;
  background: #FFF;
  box-shadow: none;
}
/*.input-sm {
  height: 30px !important;
}*/

input, textarea, select, button {
    outline: none !important;
}
textarea.form-control {
  height: auto;
  min-height: 100px;
}
/*.input-group-addon {
    border: 1px solid #eee;
    border-radius: 2px;
}*/

.input-group .form-control, 
.pagination > .active > a,
.butn{z-index: unset !important}

.fileUpload {
    position: relative;
    overflow: hidden;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

/*InputAutoComplete, multi select*/
.pager { 
  margin-top: 10px !important;
  margin-bottom: -10px;
  text-align: right;
}

.pager {
    padding-left: 0;
    /*margin: 20px 0;*/
    text-align: center;
    list-style: none;
}

.pager li, .pagination>li {
    display: inline;
}

.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px !important;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.req-field:after{
    margin-top: -2px;
    content: '  *';
    font-size: 16px;
    display: inline-block;
    padding: 0 0 0 5px;
    color:red;
    position: absolute;
}

.regTitles2 {
  font-size: 15px;
  color: black;
  /*text-transform: capitalize;*/
  font-family: 'Roboto', sans-serif;
  margin: 0px 0 2px 0;
  display: block;
}

.errormsg {
  color: #ee5b5b;
  font-size: 15px;
  margin: 5px 0 0 0;
}

.textAreaht {
  min-height: 200px;
  border-radius: 10px;
  padding: 10px !important;
}

/*.dateIco {
  background: url(../img/calander_ico.png) no-repeat center center;
  width: 40px;
  height: 35px;
  position: absolute;
  top: 0px;
  right: 3px;
  cursor: pointer;
}
.dateIco2 {
  background: url(../img/calander_ico.png) no-repeat center center;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 0px;
  right: 3px;
  cursor: pointer;
}*/


/*Custom Checkbox*/
/* Customize the label (the container) */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px !important;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}

/*.checkbox-container span{
  margin-top:-1px;
}*/

/* Hide the browser's default checkbox */
.checkbox-container input {
  /*position: absolute;*/
  opacity: 0;
  /*cursor: pointer;
  height: 0;
  width: 0;*/
}

/* Custom checkbox */
.checkbox-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
  border: 2px solid grey;
  opacity: 0.5;
  border-radius: 2px
}

/* On mouse-over, add a grey background color */
/*.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}*/

/* When the checkbox is checked, add a blue background */
/*.checkbox-container input:checked ~ .checkmark {
  background-color: #000;
}*/

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkbox-checkmark:after {
  display: block;
}

.checkbox-container input:checked ~ .checkbox-checkmark{
  opacity: 1;
  background-color: grey;
}

/* Style the checkmark/indicator */
.checkbox-container .checkbox-checkmark:after {
  left: 7px;
  top: 1px;
  width: 8px;
  height: 15px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*.checkbox-checked{
 left: 8px;
    top: 1px;
    width: 8px;
    height: 15px;
    border: solid rgb(0,124,47);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); 
}*/

/*Radio Box*/
/* Customize the label (the container) */
.radio-container {
  display: block;
  position: relative;
  padding-left: 32px !important;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: unset;
  margin-top: 4px;
  padding-bottom: 10px !important;
}

/* Hide the browser's default radio button */
.radio-container input {
  display: none;
  /*position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;*/
}

/* Create a custom radio button */
.radio-checkmark {
  position: absolute;
  left: 0;
  top: 0px;
  width: 25px;
  height: 25px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .radio-checkmark {
  background-color: #9ca2a6;
}

/* When the radio button is checked, add a blue background */
/*.radio-container input:checked ~ .radio-checkmark {
  background-color: #00a86b;
}*/

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .radio-checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .radio-checkmark:after {
  width: 15px;
  height: 15px;
  background: #000;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
}

.radio-box{
  border: 1px solid #e1d8d8;
  padding: 1px 0px 0px 5px !important;
}

/*.radio-box > label:last-child{
  border-bottom: unset !important;
}*/

.radio-container:hover{
  text-decoration: underline;
}

/*Multiselect*/
.fstMultipleMode {
    display: block;
}

.fstElement {
    display: block !important;
    position: relative;
    /*border: 1px solid #ccc;*/ /*JAI*/
    box-sizing: border-box;
    color: #232323;
    background-color: #fff;
    min-height: 36px;
}
.fstMultipleMode .fstControls {
    width: 100%;
}
.fstMultipleMode .fstControls {
    box-sizing: border-box !important;
    padding: 0.5em 0.5em 0em 0.5em !important;
    cursor: text;
}
/*.fstSelected{
  max-height: 100px;
  overflow: auto;
}*/
.fstChoiceItem {
    display: inline-block;
    position: relative;
    margin: 0 .41667em .41667em 0;
    padding: 5px 10px 5px 25px !important;
    float: left;
    border-radius: .25em;
    border: 1px solid #ebe4fb;
    cursor: auto;
    background-color: #ebe4fb;
    -webkit-animation: fstAnimationEnter 0.2s;
    -moz-animation: fstAnimationEnter 0.2s;
    animation: fstAnimationEnter 0.2s;
}
.fstResults {
  position: relative;
  left: -1px;
  z-index:1;
  /*top: 100%;
  right: -1px;*/
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #01a2ff;
  /*border-top: 0;*/
  background-color: #FFF;
  outline-color: #cdd6f3;
}
.fstResultItem {
    display: block;
    padding: 10px 20px !important;
    margin: 0;
    cursor: pointer;
    border-top: 1px solid #fff;
}
.fstResultItem:hover {
    background-color: #d5e8fb;
}
.fstResultItem.fstSelected {
  background-color: #eceff3;
  /*color: #fff;
    background-color: #00a86b;
    border-color: rgb(250,250,250);*/
}
.fstResultItem > img {
  float: right;
}      
.fstChoiceRemove {
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: none;
    font-size: 1.16667em;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1.28571em;
    line-height: 1.28571em;
    margin-top: -.64286em;
    text-align: center;
}
.fstQueryInput {
    height: 25px;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    box-sizing: border-box;
    background: transparent;
    border: 0;
    width: inherit;
    position: inherit;
}
.fstQueryInput:hover, .fstQueryInput:focus{
  border: 1px solid #01a2ff;
  background: #FFF;
  box-shadow: none;
}
.fstClose{
  position: absolute;
  right: 10px;
  top: 15px;
}
.fstResultsClose{
  cursor: pointer;
  position: absolute;
  float: right;
  right: 2px;
  top: 2px;
  font-size: 24px;
  color: red;
  z-index: 1;
}
/*File Upload*/
.butn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
}
.butn, .b
.btn-default {
  color: #333;
  background-color: #e5e5e5;
  border-color: rgba(218,230,236,.5);
}
.butn {
    border-radius: 2px;
    padding: 6px 16px !important;
}

/*Image*/

img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}

/*Tags Input*/
div.tagsinput {
   border:1px solid #ccc;
   background: #FFF;
   padding:5px !important;
   /*width:300px;*/
   height:100px;
   overflow-y: auto;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   border-radius: 2px;
   width: auto;/*custom*/
}

div.tagsinput span.tag {
   display: block;
   float: left;
   padding: 2px 5px !important;
   text-decoration:none;
   background: #6e8cd7;
   color: #fff;
   margin-right: 5px;
   margin-bottom:5px;
   font-size:13px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   border-radius: 2px;
}

div.tagsinput span.tag a {
   font-weight: bold;
   color: #fff;
   opacity: 0.5;
   text-decoration: none;
   font-size: 11px;
}

div.tagsinput span.tag a:hover {
   opacity: 1;
}

div.tagsinput input {
   width: 200px;
   margin: 0px;
   font-size: 13px;
   border: 1px solid transparent;
   padding: 5px;
   background: transparent;
   color: #000;
   outline: 0px;
   margin-right: 5px;
   margin-bottom: 5px;
}

div.tagsinput div {
   display: block;
   float: left;
} 

.tags_clear {
   clear: both;
   width: 100%;
   height: 0px;
}

/*Slider*/
.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

/*.slider:hover {
  opacity: 1;
}*/

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #007aff;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #007aff;
  cursor: pointer;
}

/*Autocomplete*/
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
}

.autocomplete-items {
  /*position: absolute;*/
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  overflow: auto;
  max-height: 200px !important;
}

.autocomplete-items > div {
  padding: 10px !important; 
  cursor: pointer;
  /*background-color: #fff; */
  border-bottom: 1px solid #d4d4d4; 
}

.autocomplete-items > div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9; 
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

/*Date picker*/
.react-date-picker{
    width: 100%;
    height: 36px;
    border: 1px solid #eeeeef;
}
.react-date-picker__wrapper{
  border: 1px solid #ccc !important;
}
.react-calendar{
  position: absolute;
  bottom: 0px;
}

/*Button*/
.btn-inverse {
  color: #ffffff !important;
  background-color: #2f353f !important;
  border: 1px solid #2f353f !important;
}
.btn-blue {
  color: #ffffff !important;
  background-color: #00a2ff !important;
  border: 1px solid #00a2ff !important;
}
.btn-rounded {
  border-radius: 2em !important;
}
/*Panel*/
#portlet1{
  border: 1px solid #9E9E9E;
  background: #fff;
}

.portlet {
  margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 18px;
}

.portlet .portlet-heading {
    padding: 8px;
    line-height: 38px;
    min-height: 39px;
    border-radius: 3px;
}

.bg-green, .bg-green-2 {
    background-color: #00a86b;
}

.portlet .portlet-body {
    background: #fafafa;
    padding: 15px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    /*overflow-y: auto;
    height: 500px;*/
}

.form-details>p{
  margin-bottom: 3px;
  font-size: 15px;
}

.p-t-0 {
    padding-top: 0!important;
}

@media (max-width: 480px) {
  .portlet {
    padding: 2px 0px 0px 0px !important;
  }
  .portlet-body {
    padding: unset !important;
  }
  .form-details>p{
    padding-left: 6px;
  }

  .w-l-btn{
    /*top: unset !important;*/
    bottom: 10px;
  }
  .w-r-btn{
    /*top: unset !important;  */ 
    bottom: 10px;
  }
}

/*File Upload Card*/
.upload-sm-card{
  width: 150px;
  margin-right: 8px;
}

.upload-delete{
  margin-top: 2px;
  right: 0;
  position: absolute;
  font-size: 32px;
  z-index: 1;
  cursor: pointer;
  color: #da4453 !important;
}

/*Form Error*/
.error-field{
  padding: 5px !important;
  border-bottom: 1px solid #9e9e9e;
  color: red;
}

/*Disable*/
.input-disabled{
  pointer-events: none;
  color: #999;
  opacity: 0.8;
}

.input-readonly{
  background-color: #eeeeee;
  pointer-events: none;
}

/*Form Wizard*/
.bg-green1-dark {
  background-color: #8CC152!important;
  color: #FFFFFF!important;
}
.bg-gray1-dark {
  background-color: #E6E9ED!important;
  color: #FFFFFF!important;
}

.chip-medium {
  transform: scale(1.05, 1.05);
}

.chip {
  display: inline-block;
  margin: 0px 10px 15px 0px;
  border-radius: 30px;
  padding-right: 15px;
}

.chip i {
    width: 30px;
    line-height: 30px;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}

.chip * {
    font-size: 12px;
}

/*Wizard*/
.w-head{
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.w-title{
  /*color: #01a2ff;*/
  font-size: 15px;
  /*text-transform: uppercase;*/
  /*font-family: 'Roboto', sans-serif;*/
  margin: 2px 0px 5px 0px;
  display: block;
  font-weight: 500;
}
.w-l-btn{
  /*position: absolute;
  top: 30%;
  left: 0px;
  /* width: 100%;
  background-color: #00A2FF;
  margin: 7px; */
  width: 100%;
  background-color:  #625e5e;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  padding: 10px !important;
}
.w-r-btn{
  /*position: absolute;
  top: 30%;
  right: 0px;
  width: 100%;
  background-color: #00A2FF; 
  margin: 7px;*/
  width: 100%;
  background-color:  #04AA6D;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  padding: 10px !important;
}


/*Scroll*/
.scroll-x{
  overflow-x:auto;
}
.scroll-y{
  overflow-y:auto;
}

input[type=time]::-webkit-datetime-edit-ampm-field {
  display: none;
}

.input-group {
    position: relative;
    display: flex;
    border-collapse: separate;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.ws-inl{
  white-space: initial;
}

.input-1{
  border: none;
  border-bottom: 2px solid #2d3235;
}

.field-menu{
  padding: 6px;
  border-radius: 10px;
  top: 56px !important;
  max-width: 19%;
  left: 0px;
}
.rich-text img{
  /*display: block;*/
  max-width: 100%;
  height: auto;
}
.rich-text a{
  color: #00a2ff !important;
  text-decoration: underline !important;
}
.rich-text > p > img{
  max-width: 25% !important;
}
.rich-text > p > img:hover{
  max-width: 100% !important;
  /*max-width: 80vw !important;*/
}
.rich-text-2 > p > img{
  max-width: 100% !important;
}
.rich-text-f18 > p {
  font-size: 18px !important;
}
.p-lhu > p {
  line-height: unset !important;
}
@media (max-width: 767px) {
  .field-menu{
    /*position: unset;
    margin-top: 40px;
    min-height: 200px;*/
    max-width: 90%;
  }
}

.tour-btn{
  /*position: absolute;*/
  right: 125px;
  top: 63px;
}

.circle_num {
  font-size: 15px;
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0 0 2px #888;
  padding: 0px 8px 0px 8px;
  color: black;
}

/*grid*/
.grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  /*background-color: #2196F3;*/
  padding: 10px;
  column-gap: 5px;
  row-gap: 5px;
}
.grid-item {
  /*background-color: rgba(255, 255, 255, 0.8);*/
  border: 1px solid rgb(106 123 136) !important;
  border-radius: 0.25rem;
  padding: 20px;
  font-size: 30px;
  text-align: center;
  overflow: auto;
}
.react-datepicker-popper{
  transform: unset !important;
}
.react-datepicker-wrapper{
  display: unset !important;
}
.miw-150{
  max-width: 150px;
}
.miw-260{
  max-width: 260px;
}

datalist {
  position: absolute;
  max-height: 20em;
  border: 0 none;
  overflow-x: hidden;
  overflow-y: auto;
}

datalist option {
  font-size: 0.8em;
  padding: 0.3em 1em !important;
  background-color: #ccc;
  cursor: pointer;
}

datalist option:hover, datalist option:focus {
  color: #fff;
  background-color: #036;
  outline: 0 none;
}

.filter-pill {
  display: inline-block;
  background-color: white;
  color: #333;
  padding: 5px 10px;
  border-radius: 20px;
  margin-right: 10px;
  font-size: 14px;
}

.close-pill-btn {
  background: none;
  border: none;
  color: red;
  margin-left: 10px;
  cursor: pointer;
  font-size: 16px;
}

.close-pill-btn:hover {
  color: red;
}
