* {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

html, body {
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  /*background-color: #F2F2F2;*/
  /*color: #fff;*/
  color: black;
  font-size: 16px;
  font-weight: 200;
}

.noselect {
  /*class="noselect" unselectable="on" onselectstart="return false;"*/
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
/*  color: #0a0a0a;*/
  color: rgba(0,0,0,0.75);
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

::-webkit-scrollbar {display: none;}
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment { display: none; }

::-webkit-input-placeholder {
/*   font-style: italic;*/
   font-size: 0.9rem;
   color: #b3b3b3;
}
:-moz-placeholder {
/*   font-style: italic;*/
   font-size: 0.9rem;
   color: #b3b3b3;
}
::-moz-placeholder {
/*   font-style: italic;*/
   font-size: 0.9rem;
   color: #b3b3b3;
}
:-ms-input-placeholder {  
/*   font-style: italic;*/
   font-size: 0.9rem;
   color: #b3b3b3;
}

select {
  -webkit-appearance: none !important;
  border-radius: 0;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  color: rgba(0,0,0,0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem;
}

.alignMiddle {
  position: relative;
  top : 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform    : translate(-50%, -50%);  
}

.create-menu-section {
  width: 100%;
  height: 100%;
  /*background-color: rgb(251, 194, 90);*/
  /*background-color: #401f09;*/
  /*background-color: rgb(3,18,37);*/
  /*background-color: #ddb57a; amarelinho*/
  background-color: #e6e6e6;
  position: fixed;
  padding-top: 54px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.menu-main-div {
  display: block;
  text-align: center;
}

.menu-button-div {
  vertical-align: top;
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: 5px;
  background-color: rgb(247, 247, 247);
  border-radius: 5px;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.2),0 2px 0px rgba(0,0,0,0.02);
  cursor: pointer;
}

.menu-button-img-div {
  width: 100px;
  height: 60px;
  overflow: hidden; 
  background-size: 40%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.menu-button-text {
  width: 100px;
  height: auto;
  color: black;
  line-height: 1rem;
  font-size: 0.9rem;
  text-align: center;
  font-family: 'Saira Semi Condensed', sans-serif;
  font-weight: 200;
}

.float-page-open {
  display: none; 
  right: 0px; 
  width: 100%; 
  height: 100%; 
  padding: 0px; 
  margin: 0px; 
  position: fixed; 
  z-index: 1000;
  top: 0;
}

.float-page-close {
  display: inherit; 
  left: 0px; 
  width: 100%; 
  height: 100%; 
  padding: 0px; 
  margin: 0px; 
  position: fixed; 
  cursor: e-resize;
  background-color: rgba(0,0,0,0.3);
}

.float-page-content {
  display: inherit;
  right: 0px;
  width: 80%;
  max-width: 412px;
  height: 100%;
  padding: 0px;
  margin: 0px;
  position: relative;
  float: right;
  /*background-color: rgb(235, 235, 235);*/
  background-color: rgb(239,239,239);
  box-shadow: -5px 0 5px rgba(0,0,0,0.2),0 0 0px rgba(0,0,0,0.02);
}

.float-page-header {
  width: 100%;
  height: 54px;
  display: inline-block;
  background-color: white;
}

.float-page-header-function {
  position: absolute;
  float: right;
  top: 0;
  right: 0;
}

.float-page-icon {
  width: 54px; 
  height: 54px;
  overflow: hidden; 
  background-size: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: white;
  display: inline-block;
  border-top-left-radius: 10px;
}

.float-page-title {
  color: black;
  font-family: 'Saira Semi Condensed', sans-serif;
  font-size: 1.4rem;
  /*width: calc(100% - 54px);*/
  height: 54px;
  line-height: 54px;
  padding: 0px;
  background-color: white;
  display: inline-block;
  vertical-align: top;
}

.float-page-search {
  position: relative;
  color: black; 
  height: 45px; 
  font-size: 1rem;
  width: 100%;
  padding: 0px; 
  margin: 0px;
  line-height: 45px;
}

.float-page-search-inside {
  background-color: rgb(239,239,239); 
  height: auto; 
  width: calc(100% - 20px);
  top: 0px;
  position: absolute;
  padding: 3px 10px 10px 10px;
}

.float-page-search-clear {
  width: 25px; 
  height: 25px; 
  border-radius: 10px; 
  margin: 5px;
  /*background-color: white;*/
  font-size:20px;
  position: absolute;
  display: block;
  line-height: 25px;
  padding: 0px;
  right: 20px;
  top: 5.5px;
  cursor: pointer;
  text-align: center;
}

.float-page-search-input {
  width: 100%; 
  font-weight: inherit; 
  font-size: 1rem;
  font-family: 'Saira Semi Condensed', sans-serif;
  margin: 0;
  border: 0;
  border-radius: 20px;
  padding: 0 20px 0 43px;
  background: url('https://www.favocrm.com.br/img/icons8-search.png') no-repeat left white; 
  background-size: 25px 25px; 
  background-position-x: 10px;
}

.float-page-menu {
  width: 100%;
  height: 85px;
  padding: 5px 5px 0px 8px;
  overflow-x: scroll;
  white-space: nowrap;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.float-page-menu-btn {
  vertical-align: top;
  display: inline-block;
  width: 90px;
  height: 70px;
  margin: 5px 2px 5px 2px;
  background-color: rgb(247, 247, 247);
  border-radius: 5px;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.2),0 2px 0px rgba(0,0,0,0.02);
  cursor: pointer;
  white-space: break-spaces;
}

.float-page-menu-btn-img {
  width: 90px; 
  height: 40px; 
  overflow: hidden; 
  background-size: 30%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.float-page-menu-btn-title {
  width: auto; 
  height: auto;
  color: black;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 13px;
  font-size: 0.65rem;
  text-align: center;
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
}

.float-page-innercontent {
  font-size: 0.85rem;
  color: black;
  padding: 10px;
  /*height: auto;*/
  height: calc(100% - 74px);
  overflow-y: scroll;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}