/* ==========================================================================
   GENERAL RULES
   ========================================================================== */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*vertical-align: baseline;*/
}

svg > g > g:last-child {
  pointer-events: none;
}

strong {
  font-weight: bold;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1 {
  font-size: 1.4em;
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1em;
}

h4 {
  font-size: 0.9em;
}

h5 {
  font-size: 0.8em;
}

h6 {
  font-size: 0.7em;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background: transparent;
  font: 1em/1.4 Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  /*hack to keep footer down*/
  margin: 0;
  padding: 0;
  height: 100%;
}

hr {
  display: block;
  border: 0;
  clear: both;
}

img {
  vertical-align: middle;
}

a {
  color: #025ec7;
  outline: none;
  text-decoration: none;
}

textarea {
  resize: vertical;
}

.clear {
  clear: both;
}

.nicescroll-rails {
  margin-right: 5px;
  z-index: 999 !important;
}

.nicescroll-rails div {
  -moz-border-radius: 10px 0px 10px 0px !important;
  -webkit-border-radius: 10px 0px 10px 0px !important;
  border-radius: 15px 0px 15px 0px !important;

  -webkit-box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.5),
    inset 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.5),
    inset 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.5),
    inset 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on July 17, 2016 */
@font-face {
  font-family: 'print_clearlyregular';
  src: url('./fonts/princ___-webfont.eot');
  src: url('./fonts/princ___-webfont.eot?#iefix') format('embedded-opentype'),
    url('./fonts/princ___-webfont.woff2') format('woff2'),
    url('./fonts/princ___-webfont.woff') format('woff'),
    url('./fonts/princ___-webfont.ttf') format('truetype'),
    url('./fonts/princ___-webfont.svg#print_clearlyregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'good_timesregular';
  src: url('./fonts/good_times_rg-webfont.eot');
  src: url('./fonts/good_times_rg-webfont.eot?#iefix')
      format('embedded-opentype'),
    url('./fonts/good_times_rg-webfont.woff2') format('woff2'),
    url('./fonts/good_times_rg-webfont.woff') format('woff'),
    url('./fonts/good_times_rg-webfont.ttf') format('truetype'),
    url('./fonts/good_times_rg-webfont.svg#good_timesregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'alegreya_sans_scregular';
  src: url('./fonts/alegreyasanssc-regular-webfont.eot');
  src: url('./fonts/alegreyasanssc-regular-webfont.eot?#iefix')
      format('embedded-opentype'),
    url('./fonts/alegreyasanssc-regular-webfont.woff2') format('woff2'),
    url('./fonts/alegreyasanssc-regular-webfont.woff') format('woff'),
    url('./fonts/alegreyasanssc-regular-webfont.ttf') format('truetype'),
    url('./fonts/alegreyasanssc-regular-webfont.svg#alegreya_sans_scregular')
      format('svg');
  font-weight: normal;
  font-style: normal;
}

/* ==========================================================================
   Table of contents
   
   1. BLOCOS - reusable blocks
   2. COMMON - shared blocks

   
   ========================================================================== */

/* ==========================================================================
   1. BLOCOS
   ========================================================================== */
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}

.valign {
  vertical-align: middle;
}
.balign {
  vertical-align: bottom;
}

.inline-block-container {
  font-size: 0;
}

.void {
  display: none;
}

.valign-container {
  position: relative;
}

.valign-item {
  position: absolute;
  bottom: 50%;
  right: 50%;
  -moz-transform: translate(50%, 50%);
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.height-100 {
  height: 100%;
}
.height-95 {
  height: 95%;
}
.height-50 {
  height: 50%;
}
.height-20 {
  height: 20%;
}
.height-10 {
  height: 10%;
}
.height-third {
  height: -o-calc(100% / 3);
  height: -webkit-calc(100% / 3);
  height: -moz-calc(100% / 3);
  height: calc(100% / 3);
}

.width-a {
  width: auto;
}
.width-100 {
  width: 100%;
}
.width-90 {
  width: 90%;
}
.width-70 {
  width: 70%;
}
.width-60 {
  width: 60%;
}
.width-54 {
  width: 54%;
}
.width-50 {
  width: 50%;
}
.width-46 {
  width: 46%;
}
.width-40 {
  width: 40%;
}
.width-30 {
  width: 30%;
}
.width-third {
  width: -o-calc(100% / 3);
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: calc(100% / 3);
}

.width-25 {
  width: 25%;
}

.fill-parent {
  height: 100%;
  width: 100%;
}

.quarter-screen {
  height: 50%;
  width: 50%;
}

.padding-5 {
  box-sizing: border-box;
  padding: 5px;
}
.padding-10 {
  box-sizing: border-box;
  padding: 10px;
}

.padding-20 {
  box-sizing: border-box;
  padding: 20px;
}

.padding-50 {
  box-sizing: border-box;
  padding: 50px;
}

.hpadding-10 {
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}

.hpadding-20 {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}

.hpadding-50 {
  box-sizing: border-box;
  padding-left: 50px;
  padding-right: 50px;
}

.vpadding-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.vpadding-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.vpadding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.lmargin-20 {
  margin-left: 20px;
}
.lmargin-10 {
  margin-left: 10px;
}
.trlmargin-20 {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.margin-50 {
  margin: 50px;
}
.margin-20 {
  margin: 20px;
}
.rmargin-50 {
  margin-right: 50px;
}
.rmargin-20 {
  margin-right: 20px;
}
.rmargin-10 {
  margin-right: 10px;
}
.margin-10 {
  margin: 10px;
}

.margin-5 {
  margin: 5px;
}

.margin-bot-50a {
  margin: 0px auto;
  margin-bottom: 50px;
}

.margin-a {
  margin: auto;
}

.margin-10a {
  margin: 10px auto;
}

.vmargin-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.vmargin-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.vmargin-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.vmargin-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.vmargin-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.tmargin-5 {
  margin-top: 5px;
}
.tmargin-10 {
  margin-top: 10px;
}
.tmargin-20 {
  margin-top: 20px;
}
.tmargin-50 {
  margin-top: 50px;
}

.bmargin-5 {
  margin-bottom: 5px;
}
.bmargin-10 {
  margin-bottom: 10px;
}
.bmargin-20 {
  margin-bottom: 20px;
}

.hmargin-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.hmargin-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.hmargin-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.round-upper-margin-10 {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.hmargin-5-percent {
  margin-left: 5%;
  margin-right: 5%;
}

.bold {
  font-weight: 900;
}

.left-text {
  text-align: left;
}
.center-text {
  text-align: center;
}

.right-text {
  text-align: right;
}

.float-right {
  float: right;
}

.scrollable {
  overflow: auto;
}
.scrollable-popup {
  overflow: auto;
}

.clickable {
  cursor: pointer;
}

.expandable {
}

#ui-datepicker-div {
  display: none;
}

.outer-shadow {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.inner-shadow {
  -webkit-box-shadow: inset 0px 0px 50px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 0px 50px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 50px 0px rgba(0, 0, 0, 0.75);
}

.inner-shadow-big {
  -webkit-box-shadow: inset 0px 0px 100px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 0px 100px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 100px 0px rgba(0, 0, 0, 0.75);
}

.inner-shadow-bg {
  -webkit-box-shadow: inset 0px 0px 200px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 0px 200px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 200px 0px rgba(0, 0, 0, 0.75);
}

.border-line {
  border: 1px solid #d9d9d9;
}

.border-red {
  border: 1px solid red;
}

/* ==========================================================================
   2. COMMON
   ========================================================================== */
body {
  width: 100%;
  height: 100%;
  background-color: white;
}

.color-bg {
  background-color: #d9d9d9;
}

.color-fill {
  background-color: #2b2d4f;
}

.color-faded-blue {
  background-color: #cdcfe5;
}

.color-logo {
  background-color: #232541;
}

.color-body {
  background-color: white;
}

.text-black {
  color: black;
}

.text-white {
  color: white;
}

.text-gray {
  color: #7f7f7f;
}

.text-green {
  color: #028436;
}

.text-red {
  color: #cc0404;
}

.text-yellow {
  color: #ff9900;
}

.text-blue {
  color: #2b2d4f;
}

.text-note {
  font-family: 'print_clearlyregular';
}

.text-label {
  font-family: 'alegreya_sans_scregular';
}

.text-button {
  font-family: 'good_timesregular';
}

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

.round-border-alternate {
  border-radius: 10px 0px 10px 0px;
  -moz-border-radius: 10px 0px 10px 0px;
  -webkit-border-radius: 10px 0px 10px 0px;
}

.round-border-alternate-big {
  border-radius: 50px 0px 50px 0px;
  -moz-border-radius: 50px 0px 50px 0px;
  -webkit-border-radius: 50px 0px 50px 0px;
}

.font-subtitle-home {
  font-size: 30px;
}
.font-label {
  font-size: 22px;
}
.font-input {
  font-size: 18px;
}
.font-button {
  font-size: 18px;
}
.font-action-button {
  font-size: 14px;
}
.font-table {
  font-size: 16px;
}
.font-table-small {
  font-size: 14px;
}
.font-table-tiny {
  font-size: 12px;
}

.div-hidden {
  display: none !important;
}

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

.div-loading {
  background: rgba(255, 255, 255, 0.8) url('/img/loading.gif') 50% 50% no-repeat;
  background-size: 50px 50px;
}

.no-transition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/* ==========================================================================
   3. OVERMIND
   ========================================================================== */

.overmind-header {
  height: 60px;
}

.overmind-header p {
  font-size: 24px;
}

.overmind-body {
  height: -o-calc(100% - 60px);
  height: -webkit-calc(100% - 60px);
  height: -moz-calc(100% - 60px);
  height: calc(100% - 60px);
}

.overmind-body-overlay {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: -o-calc(100% - 60px);
  height: -webkit-calc(100% - 60px);
  height: -moz-calc(100% - 60px);
  height: calc(100% - 60px);
}

.mode-selector {
  width: 300px;
  height: 175px;
  margin: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mode-selector:hover {
  background-color: #d9d9d9;

  -webkit-box-shadow: inset 0px 0px 50px 0px rgba(43, 45, 79, 1);
  -moz-box-shadow: inset 0px 0px 50px 0px rgba(43, 45, 79, 1);
  box-shadow: inset 0px 0px 50px 0px rgba(43, 45, 79, 1);

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mode-selector-flexible {
  margin: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mode-selector-flexible:hover {
  background-color: #d9d9d9;

  -webkit-box-shadow: inset 0px 0px 50px 0px rgba(43, 45, 79, 1);
  -moz-box-shadow: inset 0px 0px 50px 0px rgba(43, 45, 79, 1);
  box-shadow: inset 0px 0px 50px 0px rgba(43, 45, 79, 1);

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mode-text {
  height: 50px;
}

.selector-image {
  width: 80px;
}

.notfound-image {
  width: 200px;
}

.action-button {
  width: 200px;
  margin: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.action-button-3 {
  width: 160px;
  margin: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.action-button:hover,
.action-button-3:hover {
  background-color: #d9d9d9;

  -webkit-box-shadow: inset 0px 0px 50px 0px rgba(43, 45, 79, 1);
  -moz-box-shadow: inset 0px 0px 50px 0px rgba(43, 45, 79, 1);
  box-shadow: inset 0px 0px 50px 0px rgba(43, 45, 79, 1);

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.overmind {
  height: 80%;
}

.overmind-rh {
  height: 42px;
}

.overmind-law {
  height: 42px;
}

.input-area {
  height: -o-calc(100% - 80px);
  height: -webkit-calc(100% - 80px);
  height: -moz-calc(100% - 80px);
  height: calc(100% - 80px);
}
.button-area {
  height: 80px;
}

.input-field {
  width: -o-calc(50% - 40px);
  width: -webkit-calc(50% - 40px);
  width: -moz-calc(50% - 40px);
  width: calc(50% - 40px);
}

.output-area {
  width: -o-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);

  height: -o-calc(100% - 100px);
  height: -webkit-calc(100% - 100px);
  height: -moz-calc(100% - 100px);
  height: calc(100% - 100px);

  background-image: url('../img/overmind-crest.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}

#html-fancybox,
#html-fancybox-iframe {
  background-color: white;
  width: 1024;
  height: 700;
}

/* CEREBRATE */
.chart-container {
  width: -o-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);

  height: -o-calc(100% - 40px);
  height: -webkit-calc(100% - 40px);
  height: -moz-calc(100% - 40px);
  height: calc(100% - 40px);

  background-size: 40%;
}

.chart-filter-container {
  position: absolute;
  top: 20px;
  right: 100px;
}

.misson-details-chart-container {
  height: 300px;
  width: -o-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  text-align: center;
}

.misson-details-chart {
  padding: 20px 0px 20px 30px;
  box-sizing: border-box;
}

.filter-area {
  height: 40px;
}

.filtered-area {
  height: -o-calc(100% - 40px);
  height: -webkit-calc(100% - 40px);
  height: -moz-calc(100% - 40px);
  height: calc(100% - 40px);
}

.selector-area {
  width: 150px;
  margin-right: 20px;
}

.selected-area {
  width: -o-calc(100% - 170px);
  width: -webkit-calc(100% - 170px);
  width: -moz-calc(100% - 170px);
  width: calc(100% - 170px);
}

.selected-area-eleg {
  width: -o-calc(100% - 340px);
  width: -webkit-calc(100% - 340px);
  width: -moz-calc(100% - 340px);
  width: calc(100% - 340px);
}

.width-95 {
  width: 95%;
}

.hosp-selector,
.provider-selector {
  width: 90px;
  height: 90px;
  padding: 10px;
}

.hosp-selected,
.provider-selected {
  border: 1px solid #2b2d4f;
  border-radius: 10px 0px 10px 0px;
  -moz-border-radius: 10px 0px 10px 0px;
  -webkit-border-radius: 10px 0px 10px 0px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.color-table-hover {
  background-color: #979bab;
}
.color-table-selected {
  background-color: #cdcfe5;
}

/*New classes for home*/

.inner-outer-shadow {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5),
    inset 0px 0px 50px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5),
    inset 0px 0px 50px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5),
    inset 0px 0px 50px 0px rgba(0, 0, 0, 0.75);
}

.blue-outer-hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blue-outer-hover:hover,
blue-hover:focus {
  background-color: #d9d9d9;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5),
    inset 0px 0px 50px 0px rgba(43, 45, 79, 1);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5),
    inset 0px 0px 50px 0px rgba(43, 45, 79, 1);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5),
    inset 0px 0px 50px 0px rgba(43, 45, 79, 1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.height-80 {
  height: 50%;
}

.home-logo {
  width: 35%;
  position: relative;
  top: 50px;
  -webkit-transition: all 2.5s ease;
  -moz-transition: all 2.5s ease;
  -o-transition: all 2.5s ease;
  transition: all 2.5s ease;
  opacity: 0;
}

.home-logo-anim {
  -webkit-transform: translate(0, -50px);
  -moz-transform: translate(0, -50px);
  -o-transform: translate(0, -50px);
  transform: translate(0, -50px);
  opacity: 1;
}

.crest {
  width: 60%;
  position: absolute;
  bottom: 50%;
  right: 50%;
  -moz-transform: translate(50%, 50%);
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  visibility: hidden;
}

.height-logo {
  height: 50%;
}

.height-logo-desc {
  height: 20%;
  -webkit-transition: all 2.5s ease;
  -moz-transition: all 2.5s ease;
  -o-transition: all 2.5s ease;
  transition: all 2.5s ease;
}

.height-user {
  height: 15%;
}

.height-pass {
  height: 15%;
}

.login-container {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 60%;
}

.home-input-login {
  height: 40px;
  width: 300px;
}

.home-input-pass {
  height: 40px;
  width: 250px;
}

.home-signin-button {
  height: 40px;
  width: 40px;
  position: absolute;
  margin-left: 10px;
}

.sign-in-icon {
  height: 28px;
  width: 28px;
}

@media (orientation: landscape) {
  .crest {
    height: 75%;
    width: auto;
    position: absolute;
    bottom: 50%;
    right: 50%;
    -moz-transform: translate(50%, 50%);
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
  }
}

@media (orientation: landscape) and (max-height: 470px) {
  .height-logo {
    display: none;
  }

  .login-container {
    height: 100%;
  }

  .height-logo-desc {
    height: 30%;
  }

  .height-user {
    height: 25%;
  }

  .height-pass {
    height: 25%;
  }
}

@media (orientation: portrait) {
  .crest {
    position: absolute;
    top: 0;
    right: 50%;
  }

  .login-container {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 60%;
  }

  .height-logo {
    height: 50%;
  }

  .home-logo {
    width: 60%;
  }

  .height-logo-desc {
    height: 20%;
  }

  .height-user {
    height: 15%;
  }

  .height-pass {
    height: 15%;
  }
}

@media (orientation: portrait) and (max-width: 400px) {
  .home-input-pass {
    height: 40px;
    width: 200px;
  }
}

/*HIGH DEFINITION STUFF*/

/*@media (min-width: 1024px) {
    .font-label {
        font-size: 30px;
    }
}

@media (min-width: 1024px) {
    .font-label {
        font-size: 30px;
    }
}

@media (min-width: 1440px) {
    .font-label {
        font-size: 42px;
    }
}

@media (min-width: 2560px) {
    .font-label {
        font-size: 68px;
    }
}*/

.seletor-status:hover {
  background-color: #d9d9d9;
}

.seletor-status:hover,
.seletor-status:hover .auth-status {
  color: #2b2d4f;
  font-weight: bold;
  text-decoration: underline;
}

/*fancybox*/
.popup-size {
  margin: 10px;
  width: 500px;
  height: 300px;
}

.custom-fancy-close {
  background-image: url('../img/close.png');
  background-size: cover;
  height: 35px;
  width: 35px;
  position: absolute; /* this is important */
  z-index: 8040; /* this is important */
  top: 28px; /* or whatever needed */
  right: 30px;
  cursor: pointer;
}

.popup-title {
  font-family: 'good_timesregular';
  font-size: 18px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 1);
  color: white;
  padding-top: 20px;
  padding-left: 45px;
}

.popup-content {
  width: 410px !important;
  height: 200px;
  font-family: 'alegreya_sans_scregular';
  font-size: 18px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 1);
  color: white;
  margin-top: 20px;
  padding-left: 45px;
  padding-right: 20px;
  margin-right: 25px;
  overflow: auto;
}

.popup-option-content {
  width: 410px !important;
  height: 150px;
  font-family: 'alegreya_sans_scregular';
  font-size: 18px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 1);
  color: white;
  margin-top: 20px;
  padding-left: 45px;
  padding-right: 20px;
  margin-right: 25px;
  overflow: auto;
}

.popup-buttons {
  height: 80px;
}
.popup-button {
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 1);
}
.popup-button:hover {
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
  /*text-shadow: 0px 3px 6px rgba(255, 255, 255, 1);*/
  cursor: pointer;
}

.popup-button-icon {
  height: 35px;
  width: 35px;
}

.popup-attach-icon {
  height: 20px;
  width: 20px;
}
.popup-font-attach {
  font-size: 10px;
}

.popup-font-button {
  font-size: 12px;
}

/*CENTRAL DE AGENDAMENTO*/
.central-content-left {
  width: -o-calc(50% - 70px);
  width: -webkit-calc(50% - 70px);
  width: -moz-calc(50% - 70px);
  width: calc(50% - 70px);

  height: -o-calc(100% - 20px);
  height: -webkit-calc(100% - 20px);
  height: -moz-calc(100% - 20px);
  height: calc(100% - 20px);

  margin-left: 40px;
  margin-right: 30px;
  margin-top: 20px;
}

.vertical-distributor {
  display: table;
  table-layout: fixed;
}

.vertical-distributed {
  display: table-row;
}

.central-content-right {
  width: -o-calc(50% - 70px);
  width: -webkit-calc(50% - 70px);
  width: -moz-calc(50% - 70px);
  width: calc(50% - 70px);
  margin-left: 30px;
  margin-right: 40px;
}
.central-field-label {
  width: 150px;
}

.width-30 {
  width: 30%;
}

.central-input-width {
  width: -o-calc(70% - 20px);
  width: -webkit-calc(70% - 20px);
  width: -moz-calc(70% - 20px);
  width: calc(70% - 20px);
}
.talign {
  vertical-align: top;
}

.font-size-central {
  font-size: 18px;
  margin-bottom: 10px;
}
.font-size-central-sem-proib {
  font-size: 15px;
}

.central-crm-width {
  width: -o-calc(50% - 10px);
  width: -webkit-calc(50% - 10px);
  width: -moz-calc(50% - 10px);
  width: calc(50% - 10px);
  margin-right: 10px;
}

.central-uf-width {
  width: -o-calc(50% - 10px);
  width: -webkit-calc(50% - 10px);
  width: -moz-calc(50% - 10px);
  width: calc(50% - 10px);
  margin-left: 10px;
}
.central-uf-width-tidy {
  width: -o-calc(50% - 115px);
  width: -webkit-calc(50% - 115px);
  width: -moz-calc(50% - 115px);
  width: calc(50% - 115px);
  margin-left: 10px;
}

.central-textarea-section {
  height: 30%;
}
.central-textarea {
  resize: none;
  margin-bottom: 10px;
  height: calc(100% - 10px);
}

.central-append-button {
  width: 150px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 14px;
  margin-bottom: 10px;
}

.central-append-button:hover {
  background-color: #d9d9d9;

  -webkit-box-shadow: inset 0px 0px 50px 0px rgba(43, 45, 79, 1);
  -moz-box-shadow: inset 0px 0px 50px 0px rgba(43, 45, 79, 1);
  box-shadow: inset 0px 0px 50px 0px rgba(43, 45, 79, 1);

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.central-append-file-name {
  width: -o-calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
}

.central-append-filelist {
  width: 100%;
  max-height: 100px;
  margin-bottom: 20px;
}

.central-append-action {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.font-textarea {
  font-size: 20px;
}
.central-procedimento-title {
  margin-top: 20px;
}
.central-procedimento-list {
  height: -o-calc(100% - 50px);
  height: -webkit-calc(100% - 50px);
  height: -moz-calc(100% - 50px);
  height: calc(100% - 50px);
  margin-bottom: 20px;
}
.margin-0a {
  margin: 0 auto;
}

.central-tuss {
  width: 100px;
  margin-right: 10px;
}
.central-tuss-desc {
  width: -o-calc(100% - 240px);
  width: -webkit-calc(100% - 240px);
  width: -moz-calc(100% - 240px);
  width: calc(100% - 240px);
  margin-bottom: 10px;
}
.central-tuss-button {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

/*TABLE SEARCH*/
.table-search-container {
  height: 30px;
  width: 30px;
}
.table-search-icon {
  height: 25px;
  width: 25px;
  margin-left: 5px;
  margin-right: 5px;
}
.table-input {
  border: none;
  border-bottom: 1px solid white;
  height: 25px;
  width: -o-calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
}
.table-search-select {
  height: 25px;
  width: -o-calc(100% - 35px);
  width: -webkit-calc(100% - 35px);
  width: -moz-calc(100% - 35px);
  width: calc(100% - 45px);
}
.table-search-calendar {
  height: 25px;
  width: 100px;
}

/*Cerebrate Prestador*/
.round-border-alternate-medium {
  border-radius: 25px 0px 25px 0px;
  -moz-border-radius: 25px 0px 25px 0px;
  -webkit-border-radius: 25px 0px 25px 0px;
}

.orizontal-distribute-container {
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}
.orizontal-distributor-normalizer {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
.gauge-chart-container {
  height: 300px;
  width: -o-calc(100%/3 - 40px);
  width: -webkit-calc(100%/3 - 40px);
  width: -moz-calc(100%/3 - 40px);
  width: calc(100% / 3 - 40px);
  margin: 20px 20px 20px 20px;
}

.gauge-chart-div {
  height: 246px;
}

.portal-title-area {
  height: 100px;
  font-size: 20px;
}
.portal-select-qtd {
  width: 60px;
}
.portal-select-qtd-tiny {
  width: 20px;
}
.portal-sem-proib {
  width: 100px;
}
.portal-sem-proib:hover {
  color: red;
}

.portal-gauge-area {
  height: -o-calc(100% - 200px);
  height: -webkit-calc(100% - 200px);
  height: -moz-calc(100% - 200px);
  height: calc(100% - 200px);
}

.header-tool-icon {
  width: 40px;
  height: 40px;
}

.header-tool-select {
  width: -o-calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);

  height: 35px;
  background-color: #2b2d4f;
  padding-left: 10px;
  color: white;
  font-size: 18px;
}

.header-tool-calendar {
  width: -o-calc(50% - 60px);
  width: -webkit-calc(50% - 60px);
  width: -moz-calc(50% - 60px);
  width: calc(50% - 60px);

  height: 35px;
  background-color: #2b2d4f;
  padding-left: 10px;
  color: white;
  font-size: 18px;
  font-family: 'print_clearlyregular';
  border: 1px solid #aaaaaa;
}

.header-tool-select option {
  background-color: white;
  color: black;
}

.header-tool-calendar option {
  background-color: white;
  color: black;
}

.header-filter-select-grupo {
  font-family: 'good_timesregular';
  font-size: 16px;
}
.header-filter-select-marca {
  font-family: 'alegreya_sans_scregular';
  font-size: 18px;
}
.header-filter-select-unidade {
  font-family: 'print_clearlyregular';
  font-size: 20px;
  color: black;
}

/*Cerebrate Prestador - Pain�is Inferiores*/
.width-75 {
  width: 75%;
}

/*Cerebrate Prestador - An�lise Conv�nios*/
.convenio-panel {
  width: calc((100% / 5) - 40px);
  height: -o-calc((100%/3) - 40px);
  height: -webkit-calc((100%/3) - 40px);
  height: -moz-calc((100%/3) - 40px);
  height: calc((100% / 3) - 40px);
}

.convenio-panel-callcenter {
  width: calc((100% / 3) - 100px);
  height: -o-calc(100% - 100px);
  height: -webkit-calc(100% - 100px);
  height: -moz-calc(100% - 100px);
  height: calc(100% - 100px);
}

.convenio-panel-value-container {
  height: -o-calc(100% - 54px);
  height: -webkit-calc(100% - 54px);
  height: -moz-calc(100% - 54px);
  height: calc(100% - 54px);
}

.font-size-convenio-panel-name {
  font-size: 25px;
}
.font-size-convenio-panel-digit {
  font-size: 80px;
  vertical-align: top;
}

.font-size-convenio-panel-d-7 {
  font-size: 22px;
}

.tmargin-10 {
  margin-top: 10px;
}

.convenio-digit-margin {
  margin-top: -30px;
}

@media (max-height: 701px) {
  .font-size-convenio-panel-name {
    font-size: 20px;
  }
  .font-size-convenio-panel-digit {
    font-size: 55px;
    vertical-align: top;
  }
  .font-size-convenio-panel-d-7 {
    font-size: 20px;
  }
  .convenio-digit-margin {
    margin-top: -20px;
  }
}

.color-inactive {
  background-color: #bbbbbb;
}

.color-red {
  background-color: #cc0404;
}

.color-green {
  background-color: #0f372b;
}

.color-yellow {
  background-color: #ff9900;
}

.text-clip {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/*OPME*/
.central-content-right-half {
  height: -o-calc(50% - 64px);
  height: -webkit-calc(50% - 64px);
  height: -moz-calc(50% - 64px);
  height: calc(50% - 64px);
}
.central-content-right-full {
  height: -o-calc(100% - 140px);
  height: -webkit-calc(100% - 140px);
  height: -moz-calc(100% - 140px);
  height: calc(100% - 140px);
}

.agendamento-opme-icon {
  width: 30px;
  height: 30px;
}

.interfaces-generic-icon {
  width: 30px;
  height: 30px;
}

.interfaces-provider-icon {
  width: 45px;
  height: 45px;
}

.central-date-input {
  width: -o-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
}

.central-date {
  width: 30px;
  height: 30px;
}

.lmargin-10 {
  margin-left: 10px;
}

/* DEMO PAGE*/
.demo-title-icon {
  height: 50px;
  width: 50px;
  margin-right: 20px;
}

/******************************************************************************
PRINTABLE AUTH REPORT
******************************************************************************/
.height-auto {
  height: auto;
}
.width-printable {
  width: 1024px;
}
.report-crest {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.report-title {
  width: 300px;
}
.report-overmind {
  height: 30px;
  margin-bottom: 5px;
}

.report-audit {
  width: -o-calc(100% - 400px);
  width: -webkit-calc(100% - 400px);
  width: -moz-calc(100% - 400px);
  width: calc(100% - 400px);
}
.report-print-button {
  width: 35px;
  height: 35px;
  margin: 5px 0 0 0;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
  float: right;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.report-print-button:hover {
  background-color: #d9d9d9;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.report-print-icon {
  width: 25px;
  height: 25px;
}

.report-session-break {
  height: 0px;
  border-bottom: 1px solid #2b2d4f;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
}

.report-minor-session-break {
  height: 0px;
  border-bottom: 1px solid #cccccc;
}
.report-line {
  margin-bottom: 5px;
}
.report-label {
  width: 150px;
}
.report-value {
  width: 510px;
}

.report-carteirinha {
  width: 170px;
}

.report-subtitle {
  margin-top: 10px;
}

.report-tuss {
  width: 140px;
}
.report-quantity {
  width: 40px;
}
.report-desc {
  width: 470px;
}
.report-tuss-ext {
  width: 140px;
}
.report-quantity-ext {
  width: 60px;
}
.report-date-ext {
  width: 90px;
}
.report-desc-ext {
  width: 400px;
}

/******************************************************************************
TELA DE SENHAS
******************************************************************************/
.margin-10-filler {
  margin: 10px;

  height: -o-calc(100% - 20px);
  height: -webkit-calc(100% - 20px);
  height: -moz-calc(100% - 20px);
  height: calc(100% - 20px);

  width: -o-calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
}
.margin-20-filler {
  margin: 20px;

  height: -o-calc(100% - 40px);
  height: -webkit-calc(100% - 40px);
  height: -moz-calc(100% - 40px);
  height: calc(100% - 40px);

  width: -o-calc(100% - 40px);
  width: -webkit-calc(100% 40px 40px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 40px);
}
.margin-50-filler {
  margin: 50px;

  height: -o-calc(100% - 100px);
  height: -webkit-calc(100% - 100px);
  height: -moz-calc(100% - 100px);
  height: calc(100% - 100px);

  width: -o-calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
}

.password-area {
  margin: 20px 50px 20px 50px;

  width: -o-calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);

  height: -o-calc(100% - 100px);
  height: -webkit-calc(100% - 100px);
  height: -moz-calc(100% - 100px);
  height: calc(100% - 100px);
}

.password-two {
  margin-left: 10px;
  width: -o-calc(50% - 10px);
  width: -webkit-calc(50% - 10px);
  width: -moz-calc(50% - 10px);
  width: calc(50% - 10px);
}

.password-three {
  margin-left: 10px;

  width: -o-calc((100%/3) - 10px);
  width: -webkit-calc((100%/3) - 10px);
  width: -moz-calc((100%/3) - 10px);
  width: calc((100% / 3) - 10px);
}

.password-four {
  margin-left: 10px;
  width: -o-calc(25% - 10px);
  width: -webkit-calc(25% - 10px);
  width: -moz-calc(25% - 10px);
  width: calc(25% - 10px);
}

.border-blue {
  border: 1px solid #2b2d4f;
}

.password-field-label {
  width: auto;
}

.password-field {
  width: 100%;
}

/**********************************************************/
/*******************SWITCH********************************/
.onoffswitch {
  position: relative;
  margin: 0 auto;
  width: 55px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #2b2d4f;
  border-radius: 8px 0 8px 0;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.15s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 20px;
  padding: 0;
  line-height: 20px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: '';
  padding-left: 10px;
  background-color: #2b2d4f;
  color: #2b2d4f;
}

.onoffswitch-inner:after {
  content: '';
  padding-right: 10px;
  background-color: #d9d9d9;
  color: #999999;
  text-align: right;
}

.onoffswitch-inner-red {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.15s ease-in 0s;
}

.onoffswitch-inner-red:before,
.onoffswitch-inner-red:after {
  display: block;
  float: left;
  width: 50%;
  height: 20px;
  padding: 0;
  line-height: 20px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

.onoffswitch-inner-red:before {
  content: '';
  padding-left: 10px;
  background-color: #cc0404;
  color: #cc0404;
}

.onoffswitch-inner-red:after {
  content: '';
  padding-right: 10px;
  background-color: #d9d9d9;
  color: #999999;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 25px;
  margin: -2.5px -5px -2.5px 0px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 38px;
  border: 1px solid #2b2d4f;
  border-radius: 20px;
  transition: all 0.15s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner-red {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

/**************************************************
    MULTIPAGE CEREBRATE
***************************************************/
.multipage-change-area {
  width: 75px;

  height: -o-calc(100% - 50px);
  height: -webkit-calc(100% - 50px);
  height: -moz-calc(100% - 50px);
  height: calc(100% - 50px);
}

.multipage-container {
  width: -o-calc(100% - 150px);
  width: -webkit-calc(100% - 150px);
  width: -moz-calc(100% - 150px);
  width: calc(100% - 150px);
  position: relative;
}

.multipage-contents {
  height: -o-calc(100% - 50px);
  height: -webkit-calc(100% - 50px);
  height: -moz-calc(100% - 50px);
  height: calc(100% - 50px);
  position: absolute;
  display: none;
}

.multipage-pagecount {
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 50%;
  -moz-transform: translate(50%, 0%);
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 0);
}

.multipage-page-arrow {
  width: 50px;
  height: 50px;
}

.multipage-page-counter {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 5px 0 5px;
  border: 1px solid #2b2d4f;
}

/******************************************************************************
Token Amil
******************************************************************************/

.popup-token-size {
  width: 700px;
  height: 300px;
}

.popup-token-container {
  margin: 10px;

  height: -o-calc(100% - 20px);
  height: -webkit-calc(100% - 20px);
  height: -moz-calc(100% - 20px);
  height: calc(100% - 20px);

  width: -o-calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
}

.popup-token-third {
  width: -o-calc((100% / 3) - 1px);
  width: -webkit-calc((100% / 3) - 1px);
  width: -moz-calc((100% / 3) - 1px);
  width: calc((100% / 3) - 1px);
}
.popup-input-area {
  height: 155px;
}
.popup-divider {
  height: 220px;
  width: 1px;
  background-color: #7f7f7f;
}

.padding-5 {
  padding: 5px;
  box-sizing: border-box;
}

.token-remove-attachment-icon {
  width: 20px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  position: relative;
  -webkit-transition: filter 0.75s ease;
  -moz-transition: filter 0.75s ease;
  -o-transition: filter 0.75s ease;
  transition: filter 0.75s ease;
}
.token-remove-attachment-icon:hover {
  cursor: pointer;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.75));
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.token-remove-attachment-icon:active {
  top: 3px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.token-attachment-filename {
  display: inline-block;
  vertical-align: top;
  width: -o-calc(100% - 35px);
  width: -webkit-calc(100%- 35px);
  width: -moz-calc(100% - 35px);
  width: calc(100% - 35px);
  word-wrap: break-word;
  font-size: 14px;
}

/******************************************************************************
Faturamento
******************************************************************************/
.fat-upload-area {
  height: 125px;
  margin-bottom: 20px;
}

.fat-third {
  width: -o-calc(100% - 25px);
  width: -webkit-calc(100% - 25px);
  width: -moz-calc(100% - 25px);
  width: calc(100% - 25px);
}

.fat-table-area {
  height: -o-calc(100% - 145px);
  height: -webkit-calc(100% - 145px);
  height: -moz-calc(100% - 145px);
  height: calc(100% - 145px);
  background-color: #dddddd;
}

.fat-append-button {
  width: 120px;
  margin-top: 13px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.fat-append-button:hover {
  background-color: #d9d9d9;
  -webkit-box-shadow: inset 0px 0px 50px 0px rgba(43, 45, 79, 1);
  -moz-box-shadow: inset 0px 0px 50px 0px rgba(43, 45, 79, 1);
  box-shadow: inset 0px 0px 50px 0px rgba(43, 45, 79, 1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.fat-remove-file-icon {
  width: 25px;
  height: 25px;
  margin-top: 16px;
  margin-right: 10px;
}
.fat-file-name {
  margin-top: 16px;
  width: -o-calc(100% - 35px);
  width: -webkit-calc(100% - 35px);
  width: -moz-calc(100% - 35px);
  width: calc(100% - 35px);
  height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fat-convert-button {
  width: 200px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.fat-convert-button:hover {
  background-color: #d9d9d9;
  -webkit-box-shadow: inset 0px 0px 50px 0px rgba(43, 45, 79, 1);
  -moz-box-shadow: inset 0px 0px 50px 0px rgba(43, 45, 79, 1);
  box-shadow: inset 0px 0px 50px 0px rgba(43, 45, 79, 1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.consulta-guia-pesquisa-area {
  height: 80px;
}

.consulta-guia-pesquisa-item {
  width: -o-calc(100% - 10px);
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px);
}

.consulta-guia-resultado-area {
  height: -o-calc(100% - 80px);
  height: -webkit-calc(100% - 80px);
  height: -moz-calc(100% - 80px);
  height: calc(100% - 80px);
}

.consulta-guia-label {
  width: 100px;
}

.consulta-guia-result {
  width: -o-calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
}

.consulta-guia-proc-quant {
  width: 80px;
}

.consulta-guia-proc-desc {
  width: -o-calc(100% - 260px);
  width: -webkit-calc(100% - 260px);
  width: -moz-calc(100% - 260px);
  width: calc(100% - 260px);
}
.alternate-line {
  background-color: #eeeeee;
}

.fixed-width-200 {
  width: 200px;
}

.volume-network-chart-container {
  height: 500px;
  width: -o-calc(100% - 360px);
  width: -webkit-calc(100% - 360px);
  width: -moz-calc(100% - 360px);
  width: calc(100% - 360px);
  display: inline-block;
  vertical-align: middle;
  padding: 50px 0px 20px 30px;
}

.volume-network-share-container {
  height: 500px;
  width: 300px;
  display: inline-block;
  vertical-align: middle;
  padding: 20px 0px 20px 30px;
}

/******************************************************************************
Coberturas
******************************************************************************/
.cobertura-filter-area {
  height: 170px;
}

.cobertura-lista-area {
  height: -o-calc(100% - 170px);
  height: -webkit-calc(100% - 170px);
  height: -moz-calc(100% - 170px);
  height: calc(100% - 170px);
}

.cobertura-search-button {
  width: 100%;
}

.cobertura-search-button:hover {
  background-color: #d9d9d9;
  -webkit-box-shadow: inset 0px 0px 50px 0px rgba(43, 45, 79, 1);
  -moz-box-shadow: inset 0px 0px 50px 0px rgba(43, 45, 79, 1);
  box-shadow: inset 0px 0px 50px 0px rgba(43, 45, 79, 1);
}

.cobertura-lista p:hover {
  transition: transform 400ms ease;
  color: #2b2d4f;
  font-weight: 900;
}

.cobertura-regiao {
  width: 100%;
  margin-bottom: 10px;
}
.cobertura-unidades {
  margin-bottom: 10px;
}

.cobertura-especialidades {
  margin-left: 50px;
}

.cobertura-exames {
  margin-left: 50px;
}

.cobertura-expand-icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  transition: transform 200ms ease;
}

.cobertura-list-icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.cobertura-expand-icon-expanded {
  transition: transform 200ms ease;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.cobertura-crest {
  width: 50px;
  display: none;
}

.cobertura-note {
  font-size: 18px;
}

.cobertura-button-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.cobertura-logo-area {
  width: 110px;
  height: 110px;
}

.cobertura-logo {
  margin: 5px 0px 5px 10px;
  width: 100px;
}

.cobertura-logo-after {
  width: -o-calc(100% - 110px);
  width: -webkit-calc(100% - 110px);
  width: -moz-calc(100% - 110px);
  width: calc(100% - 110px);
  background-color: white;
}

.relatorio-glosa-table {
  height: -o-calc(100% - 100px);
  height: -webkit-calc(100% - 100px);
  height: -moz-calc(100% - 100px);
  height: calc(100% - 100px);
}

/********************************
status de implantacoes
*********************************/
.implantacao-logo {
  height: 45px;
}
.implantacao-icon {
  height: 30px;
}

/********************************
Overmind RH
*********************************/
.docs-icon {
  height: 25px;
  padding: 0 5px 0 5px;
  margin-top: 4px;
}

.rh-doc-count-area {
  height: 150px;
}

.rh-sla-area {
  height: -o-calc(100% - 150px);
  height: -webkit-calc(100% - 150px);
  height: -moz-calc(100% - 150px);
  height: calc(100% - 150px);
}

.rh-sla-img {
  height: 30px;
}

.rh-gauge-img {
  height: 25px;
}

.rh-sla-gauge {
  height: 30px;
  width: -o-calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);

  border-radius: 10px 0px 10px 0px;
  -moz-border-radius: 10px 0px 10px 0px;
  -webkit-border-radius: 10px 0px 10px 0px;

  border: 1px solid #2b2d4f;
  margin-top: 10px;
  background-color: #cdcfe5;

  margin-top: 20px;
}

.rh-sla-gauge-fill {
  height: 30px;

  width: 0px;

  border-radius: 10px 0px 10px 0px;
  -moz-border-radius: 10px 0px 10px 0px;
  -webkit-border-radius: 10px 0px 10px 0px;

  -webkit-transition: all 2.5s ease;
  -moz-transition: all 2.5s ease;
  -o-transition: all 2.5s ease;
  transition: all 2.5s ease;

  background-color: #2b2d4f;
}

.rh-gauge-calibrator {
  width: 0px;
  -webkit-transition: all 2.5s ease;
  -moz-transition: all 2.5s ease;
  -o-transition: all 2.5s ease;
  transition: all 2.5s ease;
}

.rh-gauge-leg {
  margin: -5px;
}

.sla-charts-area {
  margin-top: 10px;
  height: -o-calc(100% - 12px);
  height: -webkit-calc(100% - 12px);
  height: -moz-calc(100% - 12px);
  height: calc(100% - 12px);
}

.sla-chart-area {
  height: -o-calc(100% / 3);
  height: -webkit-calc(100% / 3);
  height: -moz-calc(100% / 3);
  height: calc(100% / 3);

  width: 25%;
}

/***********************************************
Cerebrate Inner Functions
***********************************************/
.cerebrate-function-button {
  width: 130px;
  height: 120px;
  margin-right: 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cerebrate-function-button:hover {
  background-color: #d9d9d9;

  -webkit-box-shadow: inset 0px 0px 50px 0px rgba(43, 45, 79, 1);
  -moz-box-shadow: inset 0px 0px 50px 0px rgba(43, 45, 79, 1);
  box-shadow: inset 0px 0px 50px 0px rgba(43, 45, 79, 1);

  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.lite-multiselect {
  background: #fff;
}

.vscomp-no-search-results,
.vscomp-no-options,
.vscomp-toggle-button,
.vscomp-option-text,
.vscomp-search-input,
.vscomp-toggle-all-label {
  font-family: 'print_clearlyregular';
  font-size: 18px;
}

.status-token-filter {
  margin-top: 10px !important;
}

/***********************************************
Request Password Reset
***********************************************/
.overlay-gif-password-request {
  position: fixed;
  background: #04060e8c;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}

.gif-password-request {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
  mix-blend-mode: screen;
  z-index: 10;
}

.request-password-reset-header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  background: transparent;
  position: fixed;
}

.request-password-reset {
  width: 100%;
  height: 100%;
  background-image: linear-gradient( rgb(43 45 79 / 45%), rgb(43 45 79 / 45%) ), url(../img/background/bg3.jpg);
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
}

.request-password-reset-return-icon {
  position: absolute;
  left: 7%;
  
  -webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.request-password-reset-return-icon img {
  width: 40px;
}

.request-password-reset-header-logo {
  margin: auto;
}

.request-password-reset-header-logo img {
  height: 48px;
  filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 1));
}

.request-password-reset-container {
  display: flex;
  justify-content: center;
  align-items: center;
  
  height: 100%;
  width: 100%;
}

.request-password-reset-form-content {
  max-width: 368px;
  margin-top: 30px;
}

.request-password-reset-form {
  margin-top: 34px;
  width: 100%;
	z-index: 0;
}

.request-password-reset-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; 
}

.request-password-reset-title {
  font-family: good_timesregular;
  font-size: 24px;
  color: #fff;
  text-align: center;
  text-shadow: 0px 5px 6px rgba(0, 0, 0, 1);
}

.request-password-reset-title::after {
  content: "";
  margin-top: 15px;
  width: 365px;
  height: 3px;
  background: #fff;

  -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.8);
}

.request-password-reset-description {
  margin-top: 15px;

  font-family: alegreya_sans_scregular;
  font-weight: 400;
  font-size: 18px;
  text-spacing: 2px;
  color: #fff;
  text-align: center;

  text-shadow: 0px 4px 3px #000000;
}

.request-password-reset-input{
	display: block;
	width: 100%;
	margin-top: 15px;
	font-family: alegreya_sans_scregular;
	font-size: 18px;
	padding: 5px 10px 5px 10px;
	color:#000000;
	background-color: #e8e8e8;
  border: 1px solid #2b2d4f;
	
  box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.5);
   	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.5);
   	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.5);
   
	transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;

  box-sizing: border-box;
}

.request-password-reset-input:focus{
  outline: 0;
  box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.5);

  transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
}

.request-password-reset-input-error{
	outline: 0;
  box-shadow: 0px 0px 6px 1px rgba(192, 0, 0, 1);
    -webkit-box-shadow: 0px 0px 6px 1px rgba(192, 0, 0, 1);
    -moz-box-shadow: 0px 0px 6px 1px rgba(192, 0, 0, 1);
	
  transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
}

.request-password-reset-input-clicked{
	outline: 0;
    
	transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
}

.request-password-reset-button{
  display: flex;
  justify-content: center;
  align-items: center;

	width: 100%;
  margin-top: 32px;
  padding: 12px 0;
	background-color: #2b2d4f;

  font-family: good_timesregular;
  font-size: 14px;
  color: #fff;
  cursor: pointer;

  border: 1px solid white;
  border-radius: 			10px 0px 10px 0px;
  -moz-border-radius: 	10px 0px 10px 0px;
  -webkit-border-radius: 	10px 0px 10px 0px;
	
  text-shadow: 0px 2px 3px #000000;
  box-shadow:         0px 10px 10px 0px rgba(0,0,0,0.5), inset 0px 0px 35px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.5), inset 0px 0px 35px 0px rgba(0,0,0,0.75);
    -moz-box-shadow:    0px 10px 10px 0px rgba(0,0,0,0.5), inset 0px 0px 35px 0px rgba(0,0,0,0.75);
  	
  transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.request-password-reset-button:hover{
  box-shadow:          0px 10px 10px 0px rgba(0,0,0,0.5), inset 0px 0px 15px 0px rgba(255,255,255,0.5);
    -webkit-box-shadow:  0px 10px 10px 0px rgba(0,0,0,0.5), inset 0px 0px 20px 0px rgba(255,255,255,0.5);
    -moz-box-shadow:     0px 10px 10px 0px rgba(0,0,0,0.5), inset 0px 0px 20px 0px rgba(255,255,255,0.5);
    
  transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
}

.request-password-reset-icon{
	width: 23px;
}

.request-password-reset-error{
  margin-top: 15px;
	color: #ff2525;
	font-family: print_clearlyregular;
	font-size: 22px;
	font-weight: bold;
  text-align: center;
  
	opacity: 1;
  text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.7);
}

.request-password-reset-popup-title {
  font-family: 'good_timesregular';
  font-size: 18px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 1);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.75));
  color: #fff;

  width: fit-content;
}

.request-password-reset-popup-description {
  font-family: 'alegreya_sans_scregular';
  font-size: 18px;
  color: #fff;
  text-transform: lowercase;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 1);

  margin-top: 30px;
}

.request-password-reset-popup-redirect {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 100px;

  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.55);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.75));

	transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.request-password-reset-popup-redirect img {
  width: 30px;
}

.request-password-reset-popup-redirect p {
  font-size: 14px;
  color: #fff;
  font-family: 'good_timesregular';
}

.request-password-reset-popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  color: #fff;

  cursor: pointer;

  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
}

.request-password-reset-popup-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  
  background-color: #00000050;

  visibility: hidden;
  transition: all 0.5s ease;
}

.request-password-reset-popup-content {
  position: absolute;
  top:50%;
  left:50%;

  background: #2b2d4f;
  padding: 30px;
  max-width: 500px;
  width: 100%;
  z-index: 99;

  border: 1px solid white;
  border-radius: 30px 0px 30px 0px;
  -moz-border-radius: 30px 0px 30px 0px;
  -webkit-border-radius: 30px 0px 30px 0px;
  -webkit-box-shadow: 0px 5px 20px 3px rgba(0, 0, 0, 0.75), inset 0px 0px 70px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 20px 3px rgba(0, 0, 0, 0.75), inset 0px 0px 70px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 20px 3px rgba(0, 0, 0, 0.75), inset 0px 0px 70px 0px rgba(0, 0, 0, 0.75);

  transform: translate(-50%,-50%);
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.request-password-reset-popup-overlay.active, .request-password-reset-popup-content.active {
  visibility: visible;
  opacity: 1;
}

.request-password-reset-return-icon:hover,
.request-password-reset-popup-close:hover,
.request-password-reset-popup-redirect:hover {
  filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 1));
  text-shadow: none;

  -webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

@media (max-width: 460px) {
  .gif-password-request {
    width: 90%;
  }

  .request-password-reset-header-logo img {
    width: 150px;
  }

  .request-password-reset-popup-content {
    width: 96%;
  }
}

/***********************************************
Password Reset
***********************************************/
.password-reset-input{
	display: block;
	width: 100%;
	margin-top: 15px;
	font-family: alegreya_sans_scregular;
	font-size: 18px;
	padding: 5px 10px 5px 10px;
	color:#000000;
	background-color: #e8e8e8;
  border: 1px solid #2b2d4f;
	
  box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.5);
   	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.5);
   	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.5);
   
	transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;

  box-sizing: border-box;
}

.password-reset-input:focus{
  outline: 0;
  box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.5);

  transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
}

.password-reset-input-error{
	outline: 0;
  border: 1px solid rgba(192, 0, 0, 1);
  box-shadow: 0px 0px 6px 1px rgba(192, 0, 0, 0.8);
    -webkit-box-shadow: 0px 0px 6px 1px rgba(192, 0, 0, 0.8);
    -moz-box-shadow: 0px 0px 6px 1px rgba(192, 0, 0, 0.8);
	
  transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
}

.password-reset-button{
  display: flex;
  justify-content: center;
  align-items: center;

	width: 100%;
  margin-top: 32px;
  padding: 12px 0;
	background-color: #2b2d4f;

  font-family: good_timesregular;
  font-size: 14px;
  color: #fff;
  cursor: pointer;

  border: 1px solid white;
  border-radius: 			10px 0px 10px 0px;
  -moz-border-radius: 	10px 0px 10px 0px;
  -webkit-border-radius: 	10px 0px 10px 0px;
	
  text-shadow: 0px 2px 3px #000000;
  box-shadow:         0px 10px 10px 0px rgba(0,0,0,0.5), inset 0px 0px 35px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.5), inset 0px 0px 35px 0px rgba(0,0,0,0.75);
    -moz-box-shadow:    0px 10px 10px 0px rgba(0,0,0,0.5), inset 0px 0px 35px 0px rgba(0,0,0,0.75);
  	
  transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.password-reset-button:not([disabled]):hover {
	box-shadow:          0px 10px 10px 0px rgba(0,0,0,0.5), inset 0px 0px 15px 0px rgba(255,255,255,0.5);
    -webkit-box-shadow:  0px 10px 10px 0px rgba(0,0,0,0.5), inset 0px 0px 20px 0px rgba(255,255,255,0.5);
    -moz-box-shadow:     0px 10px 10px 0px rgba(0,0,0,0.5), inset 0px 0px 20px 0px rgba(255,255,255,0.5);
    
  transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
}

.disabled {
  background-color: #7d7d7f;
  cursor: not-allowed;
}

.password-reset-icon{
	width: 23px;
}

.password-reset-error{
	margin-top: 15px;
	color: #ff4e4e;
	font-family: print_clearlyregular;
	font-size: 22px;
	font-weight: bold;
  	text-align: center;
}

.error {
	margin-top: 5px;
	color: #ff4e4e;
	font-family: print_clearlyregular;
	font-size: 19px;
	font-weight: bold; 
	text-align: left;
	text-shadow: 0px 0px 1px rgb(255 0 0);
	  -moz-text-shadow: 0px 0px 1px rgb(255 0 0);
}

.nova-home-bg {
  background-image:
 linear-gradient( rgb(43 45 79 / 45%), rgb(43 45 79  / 45%) ), 
  url('../img/background/bg3.jpg');
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
}

.overmind-header-new {
  margin: 0 auto;
  width: 97%;
  height: 136px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 20px 0px;
}

.logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo-container img {
  width: 124px;
  height: auto;
}

.home-painel-container {
  display: flex;
  height: calc(100vh - 210px);
  overflow: auto;
  padding-bottom: 10px;
  margin-bottom: 36px;
}

.username-display {
  background: #fff;
  font-size: 18px;
  margin-top: -16px;
  font-family: 'print_clearlyregular';
  color: black;
}

.home-list-container {
  /* width: 100%;
  margin-top: 36px;
  display: inline-block; */
  /* height: 100%; */
  width: 100%;
  display: inline-block;
  /* vertical-align: middle; */
  position: absolute;
  white-space: normal;
  cursor: pointer;


  height: -o-calc(100% - 224px);
  height: -webkit-calc(100% - 224px);
  height: -moz-calc(100% - 224px);
  height: calc(100% - 224px);
}

.list-container {
  width: 80%;
  height: 100%;
  margin: 0 auto;
}

.home-button-menu {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.home-mode-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-button-menu img, .noticias-button img{
  width: 64px;
  height: fit-content;
  max-height: 60px;
  margin-right: 24px;
}

.noticias-button img {
  position: fixed;
  left: calc(100% - 150px);
  z-index: 2;
  cursor: pointer;
  top: calc(100% - 150px);
}

.home-grid-items {
  display: grid;
  height:180px;
  grid-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 42px;
}

@media (max-width: 1200px) {
  .home-grid-items {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 775px) {
  .home-grid-items {
    grid-template-columns: 1fr;
  }
}

.home-description-item {
  font-family: 'print_clearlyregular';
  font-weight: bold;
  font-size: 18px;
  margin-top: 16px;
}

@media (max-width: 550px) {
  .home-button-menu img {
    width: 42px;
  }
  .list-container, .overmind-header-new {
    width: 90%;
  }
}

@media (max-width: 350px) {
  .request-password-reset-title::after {
    max-width: 280px;
  }

  .request-password-reset-form-content {
    max-width: 300px;
  }
}

.home-side-menu-icon-container {
  display: inline;
  vertical-align: middle;
}

.home-side-menu-icon {
  filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 1));
  height: 30px;
}

.select-partner:hover,
.home-side-menu-icon:hover, 
.home-side-menu-item a:hover, 
.home-button-menu:hover, 
.noticias-button:hover,
.side-menu-item a:hover {
  cursor: pointer;
  filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 1));
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: .5s;
}

.select-partner:not( :hover ),
.home-side-menu-icon:not( :hover ), 
.home-side-menu-item a:not( :hover ), 
.home-button-menu:not( :hover ), 
.noticias-button:not( :hover ),
.side-menu-item a:not( :hover ) { 
  filter: drop-shadow(0px 5px 6px rgb(0 0 0));
  transition: .5s;
}

.home-side-menu-icon:active, 
.home-side-menu-item a:active, 
.home-button-menu:active, 
.noticias-button:active,
.side-menu-item a:active {
  text-shadow: 0px 6px 3px rgba(255, 255, 255, 1);
}

.home-side-menu {
  width: 280px;
  height: 100%;
  margin-left: -280px;

  padding: 0px 30px 0 30px;
  box-sizing: border-box;

  display: inline-block;
  vertical-align: middle;

  text-align: left;
}

.home-side-menu-modules-area {
  display: flex;
  flex-direction: column;
} 

 .home-side-menu-modules-area {
  width: 100%;
  height: -o-calc(100% - 60px);
  height: -webkit-calc(100% - 60px);
  height: -moz-calc(100% - 60px);
  height: calc(100% - 60px);
} 

.home-side-menu-item a {
  font-family: 'good_timesregular';
  font-size: 14px;
  color: white;
  margin-top: 10px;
  /* margin-bottom: 20px; */
  display: inline-block;
} 

 .home-side-menu-user {
  font-family: 'print_clearlyregular';
  font-size: 18px;
  font-weight: bold;
  color: white;
  white-space: pre-wrap;
} 

.container-item-button {
  /* width: 450px;
    margin-bottom: 50px;
    margin-right: 90px; */
}


.container-item-button a {
  width: 100%;
}

.home-logout{
  position: fixed;
  bottom: 0;
}

.home-menu-bottom-group {
  width: 250px;
  position:fixed;
  bottom: 24px;
}

.select-partner {
  width: auto;
  min-width: 120px;
  background: none;
  border: 1px solid white;
  font-family: 'print_clearlyregular';
  font-weight: bold;
  font-size: 18px;
  color: white;
  padding: 3px 8px 4px;
}
.side-menu-modules-area {
  width: 100%;
  height: auto;
}

.side-menu-item a {
  font-family: 'good_timesregular';
  font-size: 14px;
  color: white;
  margin-top: 10px;
  margin-bottom: 20px;
  display: inline-block;
}

.username-display-inicio {
    font-family: 'print_clearlyregular';
    font-weight: bold;
    font-size: 18px;
    color: white;
}

.width-obs-glosa {
  width: 335px;
}

.body-container {
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  height: -o-calc(100% - 90px);
  height: -webkit-calc(100% - 90px);
  height: -moz-calc(100% - 90px);
  height: calc(100% - 90px);
  margin-top: 10px;
  white-space: nowrap;
}