@charset "UTF-8";
/* MAIN */
.primaria, .primary {
  color: #2e2e2e; }

.secundaria, .secondary {
  color: #43769e; }

.terciaria, .terciary {
  color: #56638a; }

.quente, .danger {
  color: #ed254f; }

.gray1 {
  color: #363636; }

.gray2 {
  color: #757575; }

.gray3 {
  color: #AAA; }

.gray4 {
  color: #E6E6E6; }

.bg-primary {
  background-color: #2e2e2e; }

.bg-secondary {
  background-color: #43769e; }

.bg-terciary {
  background-color: #56638a; }

.bg-danger {
  background-color: #ed254f; }

.bg-gray1 {
  background-color: #363636; }

.bg-gray2 {
  background-color: #757575; }

.bg-gray3 {
  background-color: #AAA; }

.bg-gray4 {
  background-color: #E6E6E6; }

.bg-white {
  background-color: #FFFFFF; }

/* LARGURA ALTERNAR */
/* CONFIG BTN */
/* BTN */
.b, a.b, a.b:visited {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  line-height: 34px;
  text-align: center;
  border: 0px solid #AAA;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 2px 0px 2px 0px;
  background-color: #E6E6E6;
  color: #363636;
  font-size: 12px;
  font-weight: 400;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0px;
  word-spacing: normal;
  transition: background .25s linear;
  outline: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  transition: background 0.15s cubic-bezier(0.45, 0, 0.95, 0.5), border 0.15s cubic-bezier(0.45, 0, 0.95, 0.5), color 0.15s linear, scale 0.15s linear, translateY 0.15s linear; }

.b-no-margin, a.b-no-margin {
  margin: 0 !important; }

.b-no-right, a.b-no-right {
  border-right: none !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.b-no-center, a.b-no-center {
  border-right: none !important;
  border-left: none !important;
  border-radius: 0 !important; }

.b-no-left, a.b-no-left {
  border-left: none !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.b-no-bottom, a.b-no-bottom {
  border-bottom: none !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.b-no-vcenter, a.b-no-vcenter {
  border-top: none !important;
  border-bottom: none !important;
  border-radius: 0 !important; }

.b-no-top, a.b-no-top {
  border-top: none !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important; }

.b-text-left, a.b-text-left {
  text-align: left !important; }

.b-text-right, a.b-text-right {
  text-align: right !important; }

.b:hover, .b:focus, a.b:hover, a.b:focus {
  background-color: #d6d6d6;
  color: #262626;
  border-color: #AAA - #101010;
  transition: background 0.15s cubic-bezier(0.45, 0, 0.95, 0.5), border 0.15s cubic-bezier(0.45, 0, 0.95, 0.5), color 0.15s linear, scale 0.15s linear, translateY 0.15s linear;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.b:active, a.b:active {
  background-color: #c6c6c6;
  color: #161616;
  border-color: #AAA - #202020;
  transition: background 0.15s cubic-bezier(0.45, 0, 0.95, 0.5), border 0.15s cubic-bezier(0.45, 0, 0.95, 0.5), color 0.15s linear, scale 0.15s linear, translateY 0.15s linear;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.b:disabled, .b:disabled:hover, .b-disabled, .b-disabled:hover, .b-disabled:focus, .b-disabled:active {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #9a9a9a !important;
  cursor: default !important;
  border: 0px solid #E6E6E6 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.b i {
  font-size: inherit !important; }

/* BUTTON GENERATOR */
/* SITE */
.b-site, a.b-site, a.b-site:visited {
  background-color: #2e2e2e;
  color: #FFFFFF;
  border-color: #1e1e1e;
  line-height: 34px;
  border-width: 0px; }

.b-site:hover, .b-site:focus, a.b-site:hover, a.b-site:focus {
  background-color: #1e1e1e;
  color: white;
  border-color: #090909;
  line-height: 34px;
  border-width: 0px; }

.b-site:active, a.b-site:active {
  background-color: #1e1e1e;
  color: white;
  border-color: black;
  line-height: 34px;
  border-width: 0px; }

/* BOX SHADOW ONLY ON ACTIVE */
.b-site:active, a.b-site:active {
  box-shadow: 0px 0px 2px 1px rgba(94, 94, 94, 0.7); }

/* SITE I */
.b-sitei, a.b-sitei, a.b-sitei:visited {
  background-color: rgba(0, 0, 0, 0);
  color: #2e2e2e;
  border-color: #1e1e1e;
  line-height: 34px;
  border-width: 0px; }

.b-sitei:hover, .b-sitei:focus, a.b-sitei:hover, a.b-sitei:focus {
  background-color: #1e1e1e;
  color: white;
  border-color: #090909;
  line-height: 34px;
  border-width: 0px; }

.b-sitei:active, a.b-sitei:active {
  background-color: #1e1e1e;
  color: white;
  border-color: black;
  line-height: 34px;
  border-width: 0px; }

/* BOX SHADOW ONLY ON ACTIVE */
.b-sitei:active, a.b-sitei:active {
  box-shadow: 0px 0px 2px 1px rgba(94, 94, 94, 0.7); }

/* SITE I */
.b-siteib, a.b-siteib, a.b-siteib:visited {
  background-color: rgba(0, 0, 0, 0);
  color: #2e2e2e;
  border-color: #1e1e1e;
  line-height: 32px;
  border-width: 1px; }

.b-siteib:hover, .b-siteib:focus, a.b-siteib:hover, a.b-siteib:focus {
  background-color: #1e1e1e;
  color: white;
  border-color: #090909;
  line-height: 32px;
  border-width: 1px; }

.b-siteib:active, a.b-siteib:active {
  background-color: #1e1e1e;
  color: white;
  border-color: black;
  line-height: 32px;
  border-width: 1px; }

/* BOX SHADOW ONLY ON ACTIVE */
.b-siteib:active, a.b-siteib:active {
  box-shadow: 0px 0px 2px 1px rgba(94, 94, 94, 0.7); }

/* SECONDARY */
.b-secondary, a.b-secondary, a.b-secondary:visited {
  background-color: #43769e;
  color: #FFFFFF;
  border-color: #33668e;
  line-height: 34px;
  border-width: 0px; }

.b-secondary:hover, .b-secondary:focus, a.b-secondary:hover, a.b-secondary:focus {
  background-color: #33668e;
  color: white;
  border-color: #1e5179;
  line-height: 34px;
  border-width: 0px; }

.b-secondary:active, a.b-secondary:active {
  background-color: #33668e;
  color: white;
  border-color: #13466e;
  line-height: 34px;
  border-width: 0px; }

/* BOX SHADOW ONLY ON ACTIVE */
.b-secondary:active, a.b-secondary:active {
  box-shadow: 0px 0px 2px 1px rgba(115, 166, 206, 0.7); }

/* SECONDARY I */
.b-secondaryi, a.b-secondaryi, a.b-secondaryi:visited {
  background-color: rgba(0, 0, 0, 0);
  color: #43769e;
  border-color: #33668e;
  line-height: 34px;
  border-width: 0px; }

.b-secondaryi:hover, .b-secondaryi:focus, a.b-secondaryi:hover, a.b-secondaryi:focus {
  background-color: #33668e;
  color: white;
  border-color: #1e5179;
  line-height: 34px;
  border-width: 0px; }

.b-secondaryi:active, a.b-secondaryi:active {
  background-color: #33668e;
  color: white;
  border-color: #13466e;
  line-height: 34px;
  border-width: 0px; }

/* BOX SHADOW ONLY ON ACTIVE */
.b-secondaryi:active, a.b-secondaryi:active {
  box-shadow: 0px 0px 2px 1px rgba(115, 166, 206, 0.7); }

/* SECONDARY I B */
.b-secondaryib, a.b-secondaryib, a.b-secondaryib:visited {
  background-color: rgba(0, 0, 0, 0);
  color: #43769e;
  border-color: #33668e;
  line-height: 32px;
  border-width: 1px; }

.b-secondaryib:hover, .b-secondaryib:focus, a.b-secondaryib:hover, a.b-secondaryib:focus {
  background-color: #33668e;
  color: white;
  border-color: #1e5179;
  line-height: 32px;
  border-width: 1px; }

.b-secondaryib:active, a.b-secondaryib:active {
  background-color: #33668e;
  color: white;
  border-color: #13466e;
  line-height: 32px;
  border-width: 1px; }

/* BOX SHADOW ONLY ON ACTIVE */
.b-secondaryib:active, a.b-secondaryib:active {
  box-shadow: 0px 0px 2px 1px rgba(115, 166, 206, 0.7); }

/* TERCIARY */
.b-terciary, a.b-terciary, a.b-terciary:visited {
  background-color: #56638a;
  color: #FFFFFF;
  border-color: #46537a;
  line-height: 34px;
  border-width: 0px; }

.b-terciary:hover, .b-terciary:focus, a.b-terciary:hover, a.b-terciary:focus {
  background-color: #46537a;
  color: white;
  border-color: #313e65;
  line-height: 34px;
  border-width: 0px; }

.b-terciary:active, a.b-terciary:active {
  background-color: #46537a;
  color: white;
  border-color: #26335a;
  line-height: 34px;
  border-width: 0px; }

/* BOX SHADOW ONLY ON ACTIVE */
.b-terciary:active, a.b-terciary:active {
  box-shadow: 0px 0px 2px 1px rgba(134, 147, 186, 0.7); }

/* TERCIARY I */
.b-terciaryi, a.b-terciaryi, a.b-terciaryi:visited {
  background-color: rgba(0, 0, 0, 0);
  color: #56638a;
  border-color: #46537a;
  line-height: 34px;
  border-width: 0px; }

.b-terciaryi:hover, .b-terciaryi:focus, a.b-terciaryi:hover, a.b-terciaryi:focus {
  background-color: #46537a;
  color: white;
  border-color: #313e65;
  line-height: 34px;
  border-width: 0px; }

.b-terciaryi:active, a.b-terciaryi:active {
  background-color: #46537a;
  color: white;
  border-color: #26335a;
  line-height: 34px;
  border-width: 0px; }

/* BOX SHADOW ONLY ON ACTIVE */
.b-terciaryi:active, a.b-terciaryi:active {
  box-shadow: 0px 0px 2px 1px rgba(134, 147, 186, 0.7); }

/* TERCIARY I B */
.b-terciaryib, a.b-terciaryib, a.b-terciaryib:visited {
  background-color: rgba(0, 0, 0, 0);
  color: #56638a;
  border-color: #46537a;
  line-height: 32px;
  border-width: 1px; }

.b-terciaryib:hover, .b-terciaryib:focus, a.b-terciaryib:hover, a.b-terciaryib:focus {
  background-color: #46537a;
  color: white;
  border-color: #313e65;
  line-height: 32px;
  border-width: 1px; }

.b-terciaryib:active, a.b-terciaryib:active {
  background-color: #46537a;
  color: white;
  border-color: #26335a;
  line-height: 32px;
  border-width: 1px; }

/* BOX SHADOW ONLY ON ACTIVE */
.b-terciaryib:active, a.b-terciaryib:active {
  box-shadow: 0px 0px 2px 1px rgba(134, 147, 186, 0.7); }

/* DANGER */
.b-danger, a.b-danger, a.b-danger:visited {
  background-color: #ed254f;
  color: #FFFFFF;
  border-color: #dd153f;
  line-height: 34px;
  border-width: 0px; }

.b-danger:hover, .b-danger:focus, a.b-danger:hover, a.b-danger:focus {
  background-color: #dd153f;
  color: white;
  border-color: #c8002a;
  line-height: 34px;
  border-width: 0px; }

.b-danger:active, a.b-danger:active {
  background-color: #dd153f;
  color: white;
  border-color: #bd001f;
  line-height: 34px;
  border-width: 0px; }

/* BOX SHADOW ONLY ON ACTIVE */
.b-danger:active, a.b-danger:active {
  box-shadow: 0px 0px 2px 1px rgba(255, 85, 127, 0.7); }

/* DANGER I */
.b-dangeri, a.b-dangeri, a.b-dangeri:visited {
  background-color: rgba(0, 0, 0, 0);
  color: #ed254f;
  border-color: #efefef;
  line-height: 34px;
  border-width: 0px; }

.b-dangeri:hover, .b-dangeri:focus, a.b-dangeri:hover, a.b-dangeri:focus {
  background-color: #dd153f;
  color: white;
  border-color: #c8002a;
  line-height: 34px;
  border-width: 0px; }

.b-dangeri:active, a.b-dangeri:active {
  background-color: #dd153f;
  color: white;
  border-color: #bd001f;
  line-height: 34px;
  border-width: 0px; }

/* BOX SHADOW ONLY ON ACTIVE */
.b-dangeri:active, a.b-dangeri:active {
  box-shadow: 0px 0px 2px 1px rgba(255, 85, 127, 0.7); }

/* DANGER I B */
.b-dangerib, a.b-dangerib, a.b-dangerib:visited {
  background-color: rgba(0, 0, 0, 0);
  color: #ed254f;
  border-color: #dd153f;
  line-height: 32px;
  border-width: 1px; }

.b-dangerib:hover, .b-dangerib:focus, a.b-dangerib:hover, a.b-dangerib:focus {
  background-color: #dd153f;
  color: white;
  border-color: #c8002a;
  line-height: 32px;
  border-width: 1px; }

.b-dangerib:active, a.b-dangerib:active {
  background-color: #dd153f;
  color: white;
  border-color: #bd001f;
  line-height: 32px;
  border-width: 1px; }

/* BOX SHADOW ONLY ON ACTIVE */
.b-dangerib:active, a.b-dangerib:active {
  box-shadow: 0px 0px 2px 1px rgba(255, 85, 127, 0.7); }

/* WHITE */
.b-white, a.b-white, a.b-white:visited {
  background-color: #FFFFFF;
  color: #363636;
  border-color: #efefef;
  line-height: 34px;
  border-width: 0px; }

.b-white:hover, .b-white:focus, a.b-white:hover, a.b-white:focus {
  background-color: #d7d7d7;
  color: #2e2e2e;
  border-color: #c2c2c2;
  line-height: 34px;
  border-width: 0px; }

.b-white:active, a.b-white:active {
  background-color: #bfbfbf;
  color: #363636;
  border-color: #9f9f9f;
  line-height: 34px;
  border-width: 0px; }

/* BOX SHADOW ONLY ON ACTIVE */
.b-white:active, a.b-white:active {
  box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 0.7); }

/* WHITE I */
.b-whitei, a.b-whitei, a.b-whitei:visited {
  background-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
  border-color: #efefef;
  line-height: 32px;
  border-width: 1px; }

.b-whitei:hover, .b-whitei:focus, a.b-whitei:hover, a.b-whitei:focus {
  background-color: #d7d7d7;
  color: #2e2e2e;
  border-color: #c2c2c2;
  line-height: 32px;
  border-width: 1px; }

.b-whitei:active, a.b-whitei:active {
  background-color: #bfbfbf;
  color: #363636;
  border-color: #9f9f9f;
  line-height: 32px;
  border-width: 1px; }

/* BOX SHADOW ONLY ON ACTIVE */
.b-whitei:active, a.b-whitei:active {
  box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 0.7); }

/* WHITE I B */
.b-whiteib, a.b-whiteib, a.b-whiteib:visited {
  background-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
  border-color: #efefef;
  line-height: 34px;
  border-width: 0px; }

.b-whiteib:hover, .b-whiteib:focus, a.b-whiteib:hover, a.b-whiteib:focus {
  background-color: #d7d7d7;
  color: #2e2e2e;
  border-color: #c2c2c2;
  line-height: 34px;
  border-width: 0px; }

.b-whiteib:active, a.b-whiteib:active {
  background-color: #bfbfbf;
  color: #363636;
  border-color: #9f9f9f;
  line-height: 34px;
  border-width: 0px; }

/* BOX SHADOW ONLY ON ACTIVE */
.b-whiteib:active, a.b-whiteib:active {
  box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 0.7); }

/* SUBMIT */
.b-submit, a.b-submit, a.b-submit:visited {
  background-color: #2e2e2e;
  color: #FFFFFF;
  border-color: #1e1e1e;
  line-height: 34px;
  border-width: 0px; }

.b-submit:hover, .b-submit:focus, a.b-submit:hover, a.b-submit:focus {
  background-color: #1e1e1e;
  color: white;
  border-color: #090909;
  line-height: 34px;
  border-width: 0px; }

.b-submit:active, a.b-submit:active {
  background-color: #1e1e1e;
  color: white;
  border-color: black;
  line-height: 34px;
  border-width: 0px; }

/* BOX SHADOW ONLY ON ACTIVE */
.b-submit:active, a.b-submit:active {
  box-shadow: 0px 0px 2px 1px rgba(94, 94, 94, 0.7); }

/* LIGHT */
.b-light, a.b-light, a.b-light:visited {
  background-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
  border-color: #efefef;
  line-height: 32px;
  border-width: 1px; }

.b-light:hover, .b-light:focus, a.b-light:hover, a.b-light:focus {
  background-color: #d6d6d6;
  color: #464646;
  border-color: #c1c1c1;
  line-height: 32px;
  border-width: 1px; }

.b-light:active, a.b-light:active {
  background-color: rgba(0, 0, 0, 0);
  color: white;
  border-color: #cfcfcf;
  line-height: 32px;
  border-width: 1px; }

/* BOX SHADOW ONLY ON ACTIVE */
.b-light:active, a.b-light:active {
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.7); }

/* FLAT */
.b-flat, a.b-flat, a.b-flat:visited {
  background-color: #E6E6E6;
  color: #363636;
  border-color: #d6d6d6;
  line-height: 34px;
  border-width: 0px; }

.b-flat:hover, .b-flat:focus, a.b-flat:hover, a.b-flat:focus {
  background-color: #d6d6d6;
  color: #464646;
  border-color: #c1c1c1;
  line-height: 34px;
  border-width: 0px; }

.b-flat:active, a.b-flat:active {
  background-color: #d6d6d6;
  color: #565656;
  border-color: #b6b6b6;
  line-height: 34px;
  border-width: 0px; }

/* BOX SHADOW ONLY ON ACTIVE */
.b-flat:active, a.b-flat:active {
  box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 0.7); }

/* FLAT2 */
.b-flat2, a.b-flat2, a.b-flat2:visited {
  background-color: rgba(0, 0, 0, 0);
  color: #363636;
  border-color: rgba(0, 0, 0, 0);
  line-height: 34px;
  border-width: 0px; }

.b-flat2:hover, .b-flat2:focus, a.b-flat2:hover, a.b-flat2:focus {
  background-color: #d6d6d6;
  color: #464646;
  border-color: #c1c1c1;
  line-height: 34px;
  border-width: 0px; }

.b-flat2:active, a.b-flat2:active {
  background-color: #d6d6d6;
  color: #565656;
  border-color: #b6b6b6;
  line-height: 34px;
  border-width: 0px; }

/* BOX SHADOW ONLY ON ACTIVE */
.b-flat2:active, a.b-flat2:active {
  box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 0.7); }

/* DRIVE */
.b-drivelist, a.b-drivelist, a.b-drivelist:visited {
  background-color: #FFFFFF;
  color: #363636;
  border-color: #d6d6d6;
  line-height: 34px;
  border-width: 0px; }

.b-drivelist:hover, .b-drivelist:focus, a.b-drivelist:hover, a.b-drivelist:focus {
  background-color: #d6d6d6;
  color: #464646;
  border-color: #c1c1c1;
  line-height: 34px;
  border-width: 0px; }

.b-drivelist:active, a.b-drivelist:active {
  background-color: #d6d6d6;
  color: #565656;
  border-color: #b6b6b6;
  line-height: 34px;
  border-width: 0px; }

/* BOX SHADOW ONLY ON ACTIVE */
.b-drivelist:active, a.b-drivelist:active {
  box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 0.7); }

/* CIRC */
.b-circ, a.b-circ, a.b-circ:visited {
  background-color: #2e2e2e;
  color: #363636;
  border-color: #9a9a9a;
  line-height: 34px;
  border-width: 0px; }

.b-circ:hover, .b-circ:focus, a.b-circ:hover, a.b-circ:focus {
  background-color: #1e1e1e;
  color: white;
  border-color: #090909;
  line-height: 34px;
  border-width: 0px; }

.b-circ:active, a.b-circ:active {
  background-color: #1e1e1e;
  color: white;
  border-color: #c92708;
  line-height: 34px;
  border-width: 0px; }

/* BOX SHADOW ONLY ON ACTIVE */
.b-circ:active, a.b-circ:active {
  box-shadow: 0px 0px 2px 1px rgba(94, 94, 94, 0.7); }

/* GRAY1 */
.b-gray1, a.b-gray1, a.b-gray1:visited {
  background-color: #363636;
  color: #FFFFFF;
  border-color: #262626;
  line-height: 34px;
  border-width: 0px; }

.b-gray1:hover, .b-gray1:focus, a.b-gray1:hover, a.b-gray1:focus {
  background-color: #262626;
  color: white;
  border-color: #111111;
  line-height: 34px;
  border-width: 0px; }

.b-gray1:active, a.b-gray1:active {
  background-color: #262626;
  color: white;
  border-color: #060606;
  line-height: 34px;
  border-width: 0px; }

/* BOX SHADOW ONLY ON ACTIVE */
.b-gray1:active, a.b-gray1:active {
  box-shadow: 0px 0px 2px 1px rgba(102, 102, 102, 0.7); }

/* GRAY2 */
.b-gray2, a.b-gray2, a.b-gray2:visited {
  background-color: #757575;
  color: #FFFFFF;
  border-color: #656565;
  line-height: 34px;
  border-width: 0px; }

.b-gray2:hover, .b-gray2:focus, a.b-gray2:hover, a.b-gray2:focus {
  background-color: #656565;
  color: white;
  border-color: #505050;
  line-height: 34px;
  border-width: 0px; }

.b-gray2:active, a.b-gray2:active {
  background-color: #656565;
  color: white;
  border-color: #454545;
  line-height: 34px;
  border-width: 0px; }

/* BOX SHADOW ONLY ON ACTIVE */
.b-gray2:active, a.b-gray2:active {
  box-shadow: 0px 0px 2px 1px rgba(165, 165, 165, 0.7); }

/* SITE I */
.b-gray2i, a.b-gray2i, a.b-gray2i:visited {
  background-color: rgba(0, 0, 0, 0);
  color: #757575;
  border-color: #656565;
  line-height: 34px;
  border-width: 0px; }

.b-gray2i:hover, .b-gray2i:focus, a.b-gray2i:hover, a.b-gray2i:focus {
  background-color: #656565;
  color: white;
  border-color: #505050;
  line-height: 34px;
  border-width: 0px; }

.b-gray2i:active, a.b-gray2i:active {
  background-color: #656565;
  color: white;
  border-color: #454545;
  line-height: 34px;
  border-width: 0px; }

/* BOX SHADOW ONLY ON ACTIVE */
.b-gray2i:active, a.b-gray2i:active {
  box-shadow: 0px 0px 2px 1px rgba(165, 165, 165, 0.7); }

/* SITE I */
.b-gray2ib, a.b-gray2ib, a.b-gray2ib:visited {
  background-color: rgba(0, 0, 0, 0);
  color: #757575;
  border-color: #656565;
  line-height: 32px;
  border-width: 1px; }

.b-gray2ib:hover, .b-gray2ib:focus, a.b-gray2ib:hover, a.b-gray2ib:focus {
  background-color: #656565;
  color: white;
  border-color: #505050;
  line-height: 32px;
  border-width: 1px; }

.b-gray2ib:active, a.b-gray2ib:active {
  background-color: #656565;
  color: white;
  border-color: #454545;
  line-height: 32px;
  border-width: 1px; }

/* BOX SHADOW ONLY ON ACTIVE */
.b-gray2ib:active, a.b-gray2ib:active {
  box-shadow: 0px 0px 2px 1px rgba(165, 165, 165, 0.7); }

/* GRAY3 */
.b-gray3, a.b-gray3, a.b-gray3:visited {
  background-color: #AAA;
  color: #222;
  border-color: #9a9a9a;
  line-height: 34px;
  border-width: 0px; }

.b-gray3:hover, .b-gray3:focus, a.b-gray3:hover, a.b-gray3:focus {
  background-color: #9a9a9a;
  color: #323232;
  border-color: #858585;
  line-height: 34px;
  border-width: 0px; }

.b-gray3:active, a.b-gray3:active {
  background-color: #9a9a9a;
  color: #424242;
  border-color: #7a7a7a;
  line-height: 34px;
  border-width: 0px; }

/* BOX SHADOW ONLY ON ACTIVE */
.b-gray3:active, a.b-gray3:active {
  box-shadow: 0px 0px 2px 1px rgba(218, 218, 218, 0.7); }

/* GRAY4 */
.b-gray4, a.b-gray4, a.b-gray4:visited {
  background-color: #E6E6E6;
  color: #757575;
  border-color: #d6d6d6;
  line-height: 34px;
  border-width: 0px; }

.b-gray4:hover, .b-gray4:focus, a.b-gray4:hover, a.b-gray4:focus {
  background-color: #d6d6d6;
  color: #464646;
  border-color: #c1c1c1;
  line-height: 34px;
  border-width: 0px; }

.b-gray4:active, a.b-gray4:active {
  background-color: #d6d6d6;
  color: #565656;
  border-color: #b6b6b6;
  line-height: 34px;
  border-width: 0px; }

/* BOX SHADOW ONLY ON ACTIVE */
.b-gray4:active, a.b-gray4:active {
  box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 0.7); }

/* LIGHT UX_BX */
.b-uxbx, a.b-uxbx, a.b-uxbx:visited {
  background-color: rgba(0, 0, 0, 0);
  color: #363636;
  border-color: rgba(0, 0, 0, 0);
  line-height: 34px;
  border-width: 0px; }

.b-uxbx:hover, .b-uxbx:focus, a.b-uxbx:hover, a.b-uxbx:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #464646;
  border-color: rgba(0, 0, 0, 0);
  line-height: 34px;
  border-width: 0px; }

.b-uxbx:active, a.b-uxbx:active {
  background-color: #1e1e1e;
  color: white;
  border-color: rgba(0, 0, 0, 0);
  line-height: 34px;
  border-width: 0px; }

/* BOX SHADOW ONLY ON ACTIVE */
.b-uxbx:active, a.b-uxbx:active {
  box-shadow: 0px 0px 2px 1px rgba(94, 94, 94, 0.7); }

.b-circ {
  border-radius: 50%;
  width: 34px;
  padding: 0px;
  padding-left: 0;
  padding-right: 0;
  text-align: center; }

.b-uxbx {
  font-size: 18px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
  box-shadow: none !important; }
  .b-uxbx:hover, .b-uxbx:focus, .b-uxbx:active, .b-uxbx:visited {
    font-size: 18px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0;
    box-shadow: none !important; }

.b-drivelist {
  font-size: 14px !important; }
  .b-drivelist:hover, .b-drivelist:focus, .b-drivelist:active, .b-drivelist:visited {
    line-size: 14px !important; }

.b-small {
  line-height: 22px; }
  .b-small:hover, .b-small:focus, .b-small:active, .b-small:visited {
    line-height: 22px; }

.app-menu-ativo {
  background-color: #2e2b42;
  left: 0;
  overflow: hidden; }

.lock {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%; }

.app-menu {
  position: fixed;
  top: 50px;
  right: 100%;
  bottom: 0;
  width: 100%;
  height: calc(100vh - 50px);
  z-index: 100;
  background-color: #FFF;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
  overflow: auto; }
  .app-menu .menu-mobile {
    display: block;
    width: 100%; }
    .app-menu .menu-mobile .mobile-esquerdo, .app-menu .menu-mobile .mobile-direito {
      display: inline-block;
      text-align: center;
      width: 50%; }
      .app-menu .menu-mobile .mobile-esquerdo .btn-menu, .app-menu .menu-mobile .mobile-direito .btn-menu {
        cursor: pointer;
        width: 100%;
        text-align: center;
        line-height: 40px;
        color: #ffffff;
        background-color: #2e2e2e;
        border: 0px solid rgba(0, 0, 0, 0);
        outline: none;
        font-size: 15px; }
    .app-menu .menu-mobile .mobile-direito {
      background-color: #ffffff; }
      .app-menu .menu-mobile .mobile-direito .btn-acesso {
        cursor: pointer;
        width: 100%;
        text-align: center;
        line-height: 40px;
        background-color: #ffffff;
        border: 0px solid rgba(0, 0, 0, 0);
        outline: none;
        font-size: 15px; }
  .app-menu .menu-esquerdo {
    display: inline-block;
    overflow: auto;
    position: relative;
    vertical-align: top;
    width: 230px;
    height: calc(100vh - 50px);
    background-color: #2e2e2e;
    z-index: 2;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
    .app-menu .menu-esquerdo ul {
      list-style: none;
      margin: 0;
      padding: 0;
      user-select: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box; }
    .app-menu .menu-esquerdo li {
      -webkit-animation: all 0.25s alternate;
      -moz-animation: all 0.25s alternate;
      -o-animation: all 0.25s alternate;
      -ms-animation: all 0.25s alternate;
      animation: all 0.25s alternate;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
    .app-menu .menu-esquerdo li:target {
      background-color: #444 !important; }
    .app-menu .menu-esquerdo li a {
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      color: #FFF;
      padding: 15px 20px 15px 20px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box; }
    .app-menu .menu-esquerdo li img {
      width: 20px;
      height: auto;
      vertical-align: middle; }
    .app-menu .menu-esquerdo li:hover {
      background-color: rgba(0, 0, 0, 0.1);
      -webkit-animation: all 0.1s alternate;
      -moz-animation: all 0.1s alternate;
      -o-animation: all 0.1s alternate;
      -ms-animation: all 0.1s alternate;
      animation: all 0.1s alternate;
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      -ms-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
  .app-menu .menu-direito {
    display: inline-block;
    position: relative;
    width: calc(100% - 230px);
    height: calc(100vh - 50px);
    overflow: hidden;
    padding: 50px;
    vertical-align: top;
    background-color: #ffffff;
    color: #363636;
    z-index: 1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
    .app-menu .menu-direito .acesso-rapido {
      display: block;
      width: 100%;
      color: #363636;
      font-weight: 800;
      background-color: #E6E6E6;
      padding: 10px;
      vertical-align: middle;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box; }
      .app-menu .menu-direito .acesso-rapido .title {
        display: inline-block;
        vertical-align: middle;
        width: 120px; }
      .app-menu .menu-direito .acesso-rapido .input {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 120px); }
    .app-menu .menu-direito .menu-box {
      display: block;
      width: 100%;
      overflow: auto;
      height: calc(100vh - 270px);
      padding-bottom: 60px; }
      .app-menu .menu-direito .menu-box .menu-modulo:hover {
        background-color: #f0f0f0; }
        .app-menu .menu-direito .menu-box .menu-modulo:hover .menu-modulo-icone {
          text-align: right;
          color: #363636 !important; }
      .app-menu .menu-direito .menu-box .menu-modulo:active {
        color: black;
        background-color: #E6E6E6; }
      .app-menu .menu-direito .menu-box .menu-empty {
        text-align: center;
        color: #AAA; }
      .app-menu .menu-direito .menu-box .menu-modulo {
        display: block;
        padding: 10px;
        font-weight: 400;
        color: #363636;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box; }
        .app-menu .menu-direito .menu-box .menu-modulo .menu-modulo-icone {
          text-align: right;
          color: rgba(0, 0, 0, 0) !important; }
        .app-menu .menu-direito .menu-box .menu-modulo .title {
          font-weight: 800; }
  .app-menu #menu-sair-mob {
    display: block;
    width: 100%;
    z-index: 102;
    border-top: 1px solid #ed254f;
    background-color: #ed254f; }
  .app-menu .menu-sair-mob {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1;
    display: block;
    background-color: #ed254f;
    color: #ffffff;
    font-size: 17px;
    border: 0px solid rgba(0, 0, 0, 0);
    outline: none; }
  .app-menu .menu-sair {
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #E6E6E6;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    border-radius: 50%;
    border: 0 solid rgba(0, 0, 0, 0);
    outline: none;
    font-size: 16px; }
  .app-menu .menu-sair:hover {
    background-color: #f0f0f0;
    border: 1px solid #AAA;
    font-size: 17px; }
  .app-menu .menu-sair:active {
    box-shadow: inset 0 0 5px 5px #E6E6E6;
    border: 1px solid #757575; }

/*
	TABLET LANDSCAPE 
	max-width: 1023px
	min-width: 768px
*/
/*
	TABLET PORTRAIT 
	max-width: 767px
	min-width: 641px
*/
/*
	SMARTPHONE LANDSCAPE
	max-width: 640px
	min-width: 482px
*/
/*
	SMARTPHONE PORTRAIT
	max-width: 481px
	min-width: 321px
*/
/*
	OLD SMARTPHONE
	max-width: 320px
*/
/*{
"VERSAO": 1.11,
"AUTOR": "MOISÉS DE LIMA",
"ATUALIZACAO": "24/05/2017"
}*/
.siteimprimir-bgwhite {
  background-color: #FFF; }

.siteimprimir-l {
  width: 320px; }

.siteimprimir-r {
  padding-left: 20px;
  width: calc(100% - 320px); }

.siteimprimir-init {
  width: 100vw;
  height: 70vh;
  display: table-cell;
  vertical-align: middle;
  padding: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.siteimprimir-init p {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  color: #828282; }

.siteimprimir-thumbs {
  display: block;
  width: 100%;
  background-color: #363636;
  padding: 4px;
  max-height: 125px;
  overflow-y: scroll;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.siteimprimir-thumbs::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

.siteimprimir-thumbs::-webkit-scrollbar-track-piece {
  background-color: #333; }

.siteimprimir-thumbs::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: #222; }

.siteimprimir-thumbs::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: #222; }

.siteimprimir-dv {
  display: inline-block;
  position: relative;
  width: 60px;
  margin-right: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.siteimprimir-if {
  border: 1px solid #363636;
  min-width: 794px;
  width: 100%;
  height: calc(100vh - 210px);
  background-color: #FFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.siteimprimir-b {
  position: absolute;
  top: 1px;
  right: 1px; }

.siteimprimir-tmh {
  width: 95vw;
  height: 95vh; }

/* DIALOG */
.siteimprimir-dl {
  width: 200px;
  height: 100%;
  background-color: #FFF;
  display: inline-block;
  vertical-align: top;
  position: relative; }

.siteselecionar-over {
  border-right: 1px solid #DDD;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 10px 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.siteimprimir-dl-acao {
  padding-left: 10px;
  font-size: 18px;
  font-weight: 300px; }

.siteimprimir-dl-btn {
  width: 100%;
  text-align: right;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  color: #303030;
  font-weight: 300 !important;
  border-radius: 0px !important; }

.siteimprimir-dl-btn:focus, .siteimprimir-dl-btn-ac {
  border-color: #41A1FF !important;
  background-color: #41A1FF !important;
  color: #FFF !important;
  font-weight: 600 !important;
  border-radius: 0px !important; }

.siteimprimir-dl-btn:hover {
  border-color: #3191EF !important;
  background-color: #3191EF !important;
  border-radius: 0px !important; }

.siteimprimir-dr {
  width: calc(100% - 200px);
  height: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden; }

.siteimprimir-img {
  width: 100%;
  height: calc(100% - 90px);
  display: inline-block;
  padding: 20px;
  overflow-x: auto;
  background-color: #FFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  overflow-y: auto; }

.siteimprimir-imgs {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  margin: 2px;
  position: relative;
  background-color: #EEE; }

.siteimprimir-imgs i {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
  font-size: 24px; }

.siteimprimir-imgs-ac {
  border-color: #383740;
  background-color: #383740; }

.siteimprimir-imgs:hover {
  border-color: #383740 !important;
  background-color: #383740 !important; }

.siteimprimir-imgs img {
  border: 5px solid rgba(0, 0, 0, 0);
  display: block;
  width: 90px;
  height: 90px; }

.siteimprimir-dt {
  width: 100%;
  height: 90px;
  background-color: #f5f5f5;
  border-top: 1px solid #e7e7e7;
  display: block;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  vertical-align: top; }

.siteimprimir-dt-img {
  width: 90%;
  height: 80px;
  display: inline-block;
  vertical-align: top; }

.siteimprimir-dt-imgs {
  display: inline-block; }

.siteimprimir-dt-imgs img {
  width: 65px;
  height: 65px;
  display: block; }

.render_siteimprimir {
  width: 100%;
  height: 100%;
  text-align: left;
  padding-bottom: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.siteimprimir-btn {
  width: 10%;
  height: 65px;
  display: inline-block; }

.siteimprimir-btn-ok {
  width: 100%;
  height: 65px;
  display: table;
  font-size: 20px;
  border: none;
  background-color: #41a1ff;
  color: #FFF;
  margin: auto; }

.siteimprimir-btn-ok:hover, .siteimprimir-btn-ok:focus {
  background-color: #3191ef;
  border: none; }

.siteimprimir-desc {
  width: 100%;
  background-color: #383740;
  position: absolute;
  transform: translateY(-100%);
  top: 0px;
  left: 0px;
  display: block;
  z-index: 1; }

.siteimprimir-preview {
  min-width: 300px;
  display: block; }

.siteimprimir-desc-img {
  width: 135px;
  height: 135px;
  display: inline-block;
  vertical-align: middle; }

.siteimprimir-desc-img img {
  width: 130px;
  height: 130px;
  display: block; }

.siteimprimir-desc-text {
  display: inline-block;
  width: calc(100% - 135px);
  padding: 5px 10px;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  vertical-align: top;
  color: #FFF; }

.siteselecionar_active img {
  border-color: #3191EF !important;
  background-color: #3191EF !important; }

/* SCROLL BAR */
.siteselecionar-over::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

.siteselecionar-over::-webkit-scrollbar-track-piece {
  background-color: #FFF; }

.siteselecionar-over::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: #E6E6E6; }

.siteselecionar-over::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: #E6E6E6; }

.siteimprimir-img::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

.siteimprimir-img::-webkit-scrollbar-track-piece {
  background-color: #FFF; }

.siteimprimir-img::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: #E6E6E6; }

.siteimprimir-img::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: #E6E6E6; }

/*
	LARGE SCREEN 
	max-width: 1370px
	min-width: 1201px
*/
/* 
	MEDIUM SCREEN 
	max-width: 1200px
	min-width: 1024px
*/
/*
	TABLET LANDSCAPE 
	max-width: 1023px
	min-width: 768px
*/
/*
	TABLET PORTRAIT 
	max-width: 767px
	min-width: 641px
*/
/*
	SMARTPHONE LANDSCAPE
	max-width: 640px
	min-width: 482px
*/
/*
	SMARTPHONE PORTRAIT
	max-width: 481px
	min-width: 321px
*/
/*
	OLD SMARTPHONE
	max-width: 320px
*/
/*{
"VERSAO": 1.02,
"AUTOR": "MOISÉS DE LIMA",
"ATUALIZACAO": "17/05/2017"
}*/
.siteimovelficha-col-val {
  width: 135px; }

/*
	LARGE SCREEN 
	max-width: 1370px
	min-width: 1201px
*/
/* 
	MEDIUM SCREEN 
	max-width: 1200px
	min-width: 1024px
*/
/*
	TABLET LANDSCAPE 
	max-width: 1023px
	min-width: 768px
*/
/*
	TABLET PORTRAIT 
	max-width: 767px
	min-width: 641px
*/
/*
	SMARTPHONE LANDSCAPE
	max-width: 640px
	min-width: 482px
*/
/*
	SMARTPHONE PORTRAIT
	max-width: 481px
	min-width: 321px
*/
/*
	OLD SMARTPHONE
	max-width: 320px
*/
.siteimovelduplicar-img {
  width: 200px;
  height: auto;
  display: inline-block;
  vertical-align: top; }

.siteimovelduplicar-img img {
  display: block;
  width: 100%; }

.siteimovelduplicar-text {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 200px);
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

/*{
"VERSAO": 1.10,
"AUTOR": "MOISÉS DE LIMA",
"ATUALIZACAO": "07/05/2018"
}*/
.ui-a {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 180px;
  height: 50px;
  background-color: #E6E6E6;
  border-radius: 3px;
  color: #363636;
  font-weight: 500;
  text-transform: uppercase;
  vertical-align: top;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }
  .ui-a .left {
    display: inline-block;
    vertical-align: middle;
    width: 35px; }
    .ui-a .left i {
      font-size: 18px !important; }
  .ui-a .right {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 35px);
    height: 32px;
    overflow: hidden; }
  .ui-a:hover, .ui-a:visited {
    color: #363636; }
  .ui-a:active, .ui-a:focus {
    background-color: #43769e;
    color: #FFF; }
  .ui-a:hover .ui-a-sub, .ui-a:active .ui-a-sub, .ui-a:focus .ui-a-sub {
    display: block; }
  .ui-a:hover {
    color: #FFF;
    background-color: #43769e;
    border-color: #43769e; }
  .ui-a .ui-a-sub {
    display: none;
    background-color: #363636;
    width: calc(100% + 8px);
    max-height: calc(100vh - 300px);
    overflow: auto;
    padding: 0px;
    left: 0;
    top: 49px;
    position: absolute;
    z-index: 1;
    border-radius: 0 0 3px 3px; }
    .ui-a .ui-a-sub a {
      background-color: #363636;
      color: #FFFFFF;
      display: block;
      width: 100%;
      padding: 15px 10px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box; }
      .ui-a .ui-a-sub a:hover {
        background-color: #E6E6E6 !important;
        color: #363636 !important; }

.ui-a-span {
  border-right: 8px solid #363636; }
  .ui-a-span:hover {
    border-radius: 3px 3px 0 0; }

.box-mapa {
  display: block;
  width: 100%;
  vertical-align: top;
  cursor: pointer; }
  .box-mapa .mapa {
    display: inline-block;
    vertical-align: top;
    width: 120px; }
    .box-mapa .mapa img {
      display: block;
      width: 100%;
      border: 0; }
  .box-mapa .descricao {
    width: 160px;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
    .box-mapa .descricao .publicado {
      position: absolute;
      right: 15px;
      font-weight: 200; }
    .box-mapa .descricao .title {
      font-weight: 500; }
    .box-mapa .descricao .texto {
      font-weight: 300; }

.ui-diaload-big {
  height: 90vh;
  width: 90vw;
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.ui-init {
  width: 100vw;
  height: 70vh;
  display: table-cell;
  vertical-align: middle;
  padding: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.ui-init p {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  color: #828282; }

.ui-card-center {
  display: table;
  width: 100%;
  max-width: 480px;
  margin: auto; }

.ui-card {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1); }

.ui-card-title {
  display: block;
  border-radius: 3px 3px 0px 0px; }

.ui-card-title img {
  border-radius: 3px 3px 0px 0px;
  display: block;
  width: 100%; }

.ui-card-text {
  display: block;
  padding: 20px;
  border-radius: 0px 0px 3px 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  color: rgba(0, 0, 0, 0.54); }

.simple-grid {
  background-color: #FFF;
  width: 100%; }

.simple-grid thead {
  background-color: #e5e5e5; }

.simple-grid thead th {
  vertical-align: bottom;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 12px;
  padding: 6px 10px;
  color: #363636;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  border: 1px solid #e5e5e5; }

.simple-grid-th-white thead {
  background-color: #FFF; }

.simple-grid-th-white thead th {
  border: none; }

.simple-grid tbody {
  font-family: sans-serif;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6; }

.simple-grid tbody tr[data-id] {
  cursor: pointer; }

.simple-grid tbody tr {
  background-color: #FFFFFF;
  border-bottom: 1px solid #E6E6E6; }

.simple-grid tbody td {
  font-size: 13px;
  vertical-align: middle;
  padding: 4px 10px;
  color: #363636;
  font-family: 'Roboto';
  font-weight: 400; }
  .simple-grid tbody td .input_text {
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: #E6E6E6;
    color: #363636;
    height: 28px;
    font-size: 12px;
    width: 100%;
    text-align: right;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
  .simple-grid tbody td .input_text:disabled {
    background-color: #FFFFFF !important;
    border-color: #FFFFFF !important;
    color: #757575; }
  .simple-grid tbody td .input_text:focus, .simple-grid tbody td .focus {
    border-color: #AAA !important;
    background-color: #ffffff !important; }
  .simple-grid tbody td .select {
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: #E6E6E6;
    height: 28px;
    font-size: 12px;
    width: 100%; }
  .simple-grid tbody td .select:focus, .simple-grid tbody td .focus {
    border-color: #AAA !important;
    background-color: #ffffff !important; }

/*
.simple-grid tbody tr:nth-child(even){
	background-color: $gray4;
}*/
.simple-grid tbody tr:hover {
  background-color: #f1f1f1; }

.simple-grid tfoot, .simple-grid-thead2 {
  background-color: #f1f1f1; }

.simple-grid tfoot td, .simple-grid-thead2 th {
  vertical-align: bottom;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  padding: 4px 10px;
  color: #363636;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  border: 1px solid #e5e5e5 !important; }

.ui-submenu {
  background-color: #43769e;
  display: block;
  position: relative;
  margin: -20px -40px 40px -40px;
  padding: 0px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none; }

.ui-submenu-links {
  width: calc(100% - 320px);
  padding-left: 40px;
  display: inline-block;
  vertical-align: bottom;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.ui-submenu-links ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

.ui-submenu-links ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  color: #FFF;
  font-weight: bold;
  font-size: 13px; }

.ui-submenu-links ul li button {
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  color: #FFF;
  font-weight: 500;
  font-size: 11px;
  margin: 10px 0px 0px 0px;
  padding: 12px 15px 12px 15px;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none; }

.ui-submenu-links ul li button i {
  font-size: 110% !important;
  vertical-align: middle; }

.ui-submenu-links ul li button span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1px;
  /*display: none;*/ }

.ui-submenu-links ul li button div {
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 8px;
  font-weight: bold;
  color: #FFF;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background-color: #ed254f;
  border-radius: 50%; }

.ui-submenu-ativo button {
  background-color: #f4f4f4 !important;
  color: #2e2b42 !important; }

.ui-submenu-links ul li img {
  width: auto;
  height: 14px;
  vertical-align: middle;
  margin-top: -3px; }

.ui-pre-content {
  background-color: #FFFFFF;
  width: 100vw;
  min-height: 65vh;
  display: table-cell;
  vertical-align: middle;
  padding: 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.ui-pre-content p {
  color: #56638a; }

.boss-input-simple {
  border-bottom: 2px solid #AAA;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.site-atendimento-perfil-a {
  display: inline-block;
  vertical-align: top;
  width: 80px; }

.site-atendimento-perfil-a img {
  width: 100%; }

.site-atendimento-perfil-b {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 80px);
  padding-left: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.ui-planocontas {
  display: block;
  width: 100%; }
  .ui-planocontas div {
    list-style: none;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
  .ui-planocontas .nivel1 {
    padding-left: 0px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase; }
  .ui-planocontas .nivel2 {
    padding-left: 15px;
    font-size: 13px;
    font-weight: 400; }
  .ui-planocontas .nivel3 {
    padding-left: 30px;
    font-size: 12px;
    font-weight: 400;
    color: #43769e; }
  .ui-planocontas .nivel1 button, .ui-planocontas .nivel2 button, .ui-planocontas .nivel3 button {
    opacity: 0.2; }
  .ui-planocontas .nivel1:hover button, .ui-planocontas .nivel2:hover button, .ui-planocontas .nivel3:hover button {
    opacity: 1; }
  .ui-planocontas .nivel-left {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 160px); }
  .ui-planocontas .nivel-right {
    display: inline-block;
    vertical-align: middle;
    width: 160px;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
  .ui-planocontas .nivel-insert {
    display: block;
    width: 100%;
    margin-top: 10px; }
    .ui-planocontas .nivel-insert .input_insert {
      vertical-align: middle;
      border: 1px solid #E6E6E6;
      background-color: #FFFFFF;
      color: #000;
      font-size: 13px;
      height: 34px;
      padding: 0px 10px;
      width: calc(100% - 50px);
      margin: 0px !important; }
    .ui-planocontas .nivel-insert button {
      width: 40px;
      background-color: #E6E6E6;
      border-radius: 0px !important;
      margin: 0px !important; }
  .ui-planocontas .input {
    width: 100%;
    max-width: 280px;
    border: 0;
    background-color: #E6E6E6;
    font-size: 13px;
    height: 34px;
    padding: 0px 10px; }

/* 
	MEDIUM SCREEN 
	max-width: 1201px
	min-width: 1370px
*/
/* 
	MEDIUM SCREEN 
	max-width: 1200px
	min-width: 1024px
*/
/*
	TABLET LANDSCAPE 
	max-width: 1023px
	min-width: 768px
*/
/*
	TABLET PORTRAIT 
	max-width: 767px
	min-width: 641px
*/
/*
	SMARTPHONE LANDSCAPE
	max-width: 640px
	min-width: 482px
*/
/*
	SMARTPHONE PORTRAIT
	max-width: 481px
	min-width: 321px
*/
/*
	OLD SMARTPHONE
	max-width: 320px
*/
/*{
"VERSAO": 1.10,
"AUTOR": "MOISÉS DE LIMA",
"ATUALIZACAO": "07/05/2018"
}*/
@media all {
  @page {
    size: portrait;
    height: 29.7cm;
    width: 21cm;
    margin: 0cm 0cm 0cm 0cm; } }

.ui-view-toolbar {
  background-color: #E6E6E6;
  color: #FFF;
  display: block;
  width: 100%;
  padding: 2px 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }
  .ui-view-toolbar a, .ui-view-toolbar a:visited {
    color: #363636;
    font-size: 11px;
    font-weight: 500; }

.ui-view-top {
  display: block;
  width: 100%;
  margin-bottom: 30px; }
  .ui-view-top .col1, .ui-view-top .col2, .ui-view-top .col3 {
    display: inline-block;
    vertical-align: middle; }
  .ui-view-top .col1 {
    width: 180px; }
    .ui-view-top .col1 .img {
      width: 160px;
      display: block; }
      .ui-view-top .col1 .img img {
        max-width: 160px;
        max-height: 80px;
        display: block; }
  .ui-view-top .col2 {
    width: calc(50% - 90px); }
  .ui-view-top .col3 {
    width: calc(50% - 90px); }
  .ui-view-top .t1 {
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase; }
  .ui-view-top .t2 {
    font-size: 12px;
    line-height: 13px; }

.ui-view-print h1 {
  font-size: 18px;
  margin-bottom: 20px; }

.ui-view-print .ui-view-bg {
  border-right: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8; }

.ui-view-print .ui-view {
  border-left: 1px solid #b8b8b8;
  border-top: 1px solid #b8b8b8; }

.ui-view-print .ui-view-label {
  background-color: #FFF;
  font-size: 11px;
  font-weight: 400;
  color: #444;
  padding: 5px 10px 0px 10px; }

.ui-view-print .ui-view-val {
  background-color: #FFF;
  font-size: 13px;
  line-height: 15px;
  color: #000000;
  font-weight: 400;
  min-height: 17px;
  padding: 0px 10px 5px 10px; }

@media print {
  .ui-view-print .ui-view-val a, .ui-view-print .ui-view-val a:visited {
    color: #000000 !important; } }

.ui-view-bottom {
  margin-top: 30px;
  display: block;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }
  .ui-view-bottom .t1, .ui-view-bottom .t2, .ui-view-bottom .t3 {
    display: inline-block;
    vertical-align: middle;
    width: 33.33%;
    font-size: 10px;
    font-weight: 300; }
  .ui-view-bottom .t1 {
    text-align: left; }
  .ui-view-bottom .t2 {
    text-align: center; }
  .ui-view-bottom .t3 {
    text-align: right; }

@media print {
  .ui-view-print h1 {
    font-size: 12pt;
    margin-bottom: 30px; }
  .ui-view-print .ui-view-bg {
    border-right: 1pt solid #b8b8b8;
    border-bottom: 1pt solid #b8b8b8; }
  .ui-view-print .ui-view {
    border-left: 1pt solid #b8b8b8;
    border-top: 1pt solid #b8b8b8; }
  .ui-view-print .ui-view-label {
    font-size: 5pt; }
  .ui-view-print .ui-view-val {
    font-size: 7pt;
    line-height: 7pt; }
  .ui-view-top {
    display: block;
    width: 100%;
    margin-bottom: 30px; }
    .ui-view-top .col1, .ui-view-top .col2, .ui-view-top .col3 {
      display: inline-block;
      vertical-align: middle; }
    .ui-view-top .col1 {
      width: 140px; }
      .ui-view-top .col1 .img {
        width: 140px;
        height: 60px;
        display: block; }
        .ui-view-top .col1 .img img {
          max-width: 140px;
          max-height: 60px;
          display: block; }
    .ui-view-top .col2 {
      width: calc(50% - 70px); }
    .ui-view-top .col3 {
      width: calc(50% - 70px); }
    .ui-view-top .t1 {
      font-size: 10pt;
      line-height: 11pt;
      text-transform: uppercase; }
    .ui-view-top .t2 {
      font-size: 8pt;
      line-height: 9pt; }
  .ui-view-bottom {
    position: fixed;
    margin-top: 0;
    left: 0px;
    bottom: 50px;
    display: block;
    width: 100%; }
    .ui-view-bottom .t1, .ui-view-bottom .t2, .ui-view-bottom .t3 {
      display: inline-block;
      vertical-align: middle;
      width: 33.33%;
      font-size: 6pt;
      color: #888;
      font-weight: 300; } }

/* 
	MEDIUM SCREEN 
	max-width: 1201px
	min-width: 1370px
*/
/* 
	MEDIUM SCREEN 
	max-width: 1200px
	min-width: 1024px
*/
/*
	TABLET LANDSCAPE 
	max-width: 1023px
	min-width: 768px
*/
/*
	TABLET PORTRAIT 
	max-width: 767px
	min-width: 641px
*/
/*
	SMARTPHONE LANDSCAPE
	max-width: 640px
	min-width: 482px
*/
/*
	SMARTPHONE PORTRAIT
	max-width: 481px
	min-width: 321px
*/
/*
	OLD SMARTPHONE
	max-width: 320px
*/
.alugueis-mpr {
  padding-right: 0px; }

.alugueis-area {
  position: relative;
  display: block;
  width: 100%;
  height: calc(100vh - 300px);
  overflow: auto; }

.alugueis-clientes {
  list-style: none;
  margin: 0;
  padding: 0; }

.alugueis-clientes li {
  cursor: pointer;
  list-style: none;
  border-top: 1px solid #E6E6E6;
  background-color: #FFF;
  padding: 5px 10px;
  border-radius: 3px;
  padding-bottom: 5px; }

.alugueis-clientes li:first-child {
  border-top: none !important; }

.alugueis-clientes li:hover {
  background-color: #E6E6E6; }

.alugueis-clientes-a {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 150px); }

.alugueis-clientes-b {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  text-align: right; }

.alugueis_cli_dialog {
  display: block;
  overflow: auto;
  padding: 20px;
  width: 95vw;
  height: 95vh;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.alugueis_bloco {
  display: block;
  width: 100%;
  vertical-align: top;
  background-color: #FFF;
  padding: 5px 10px;
  width: 100%;
  font-size: 12px;
  border-radius: 3px;
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }
  .alugueis_bloco:hover {
    background-color: #56638a;
    color: #FFF; }
  .alugueis_bloco:hover .btn {
    color: #FFF !important; }
  .alugueis_bloco .aa, .alugueis_bloco .bb, .alugueis_bloco .cc, .alugueis_bloco .dd {
    display: inline-block;
    vertical-align: middle; }
  .alugueis_bloco .aa {
    width: 20%; }
  .alugueis_bloco .bb {
    width: 40%; }
  .alugueis_bloco .cc {
    width: 20%; }
  .alugueis_bloco .dd {
    width: 20%; }

.alugueis-imoveis {
  min-width: 360px;
  background-color: #FFF; }
  .alugueis-imoveis .col1, .alugueis-imoveis .col2, .alugueis-imoveis .col3, .alugueis-imoveis .col4 {
    display: inline-block;
    vertical-align: bottom;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
  .alugueis-imoveis .txt {
    font-size: 12px;
    font-weight: 600;
    color: #757575;
    text-transform: uppercase; }
  .alugueis-imoveis .title {
    font-size: 14px;
    font-weight: 600;
    color: #757575;
    text-transform: uppercase; }
  .alugueis-imoveis .col1 {
    width: calc(20% - 20px);
    padding-right: 5px;
    text-align: left; }
  .alugueis-imoveis .col2 {
    width: 40%;
    padding-left: 5px;
    padding-right: 5px; }
  .alugueis-imoveis .col3 {
    width: calc(20% - 20px);
    padding-left: 5px;
    padding-right: 5px; }
  .alugueis-imoveis .col4 {
    width: calc(20% - 20px);
    padding-left: 5px;
    padding-right: 5px; }
  .alugueis-imoveis .col5 {
    width: 40px;
    text-align: right; }
  .alugueis-imoveis input[type="number"], .alugueis-imoveis input[type="text"] {
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: #E6E6E6;
    height: 28px;
    font-size: 12px;
    width: 100%;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
  .alugueis-imoveis input[type="number"]:focus, .alugueis-imoveis input[type="text"]:focus, .alugueis-imoveis .focus {
    border-color: #AAA !important;
    background-color: #ffffff !important; }
  .alugueis-imoveis .select {
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: #E6E6E6;
    height: 28px;
    font-size: 12px;
    width: 100%; }
  .alugueis-imoveis .select:focus, .alugueis-imoveis .focus {
    border-color: #AAA !important;
    background-color: #ffffff !important; }

.condominios-nome {
  width: 320px;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.condominios-nome-button {
  cursor: pointer;
  color: #FFF;
  display: table;
  margin-left: auto;
  margin-right: 0px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  width: 100%;
  height: 40px;
  font-size: 12px;
  font-weight: bold; }

.condominios-nome-button:hover, .condominios-nome-button-active {
  background-color: #2e2b42 !important; }

.condominios-alternar {
  position: absolute;
  z-index: 5;
  top: 40px;
  right: 0;
  width: 400px;
  display: block;
  background-color: #2e2b42;
  box-shadow: 0px 2px 1px 1px rgba(0, 0, 0, 0.2);
  padding: 20px 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.gestao-change {
  display: block;
  overflow: auto;
  width: 90vw;
  height: 90vh;
  padding: 10px 10px 10px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.gestao-change a {
  color: #2e2e2e;
  font-size: 14px;
  background-color: #FFF;
  display: inline-block;
  width: 100%;
  max-width: 280px;
  padding: 10px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.gestao-change a:hover {
  font-size: 14px;
  color: #FFF !important;
  background-color: #ed254f; }

.gestao-change a:hover .blue {
  font-size: 13px;
  color: #FFF !important; }

/*
	LARGE SCREEN 
	max-width: 1370px
	min-width: 1201px
*/
/* 
	MEDIUM SCREEN 
	max-width: 1200px
	min-width: 1024px
*/
/*
	TABLET LANDSCAPE 
	max-width: 1023px
	min-width: 768px
*/
/*
	TABLET PORTRAIT 
	max-width: 767px
	min-width: 641px
*/
/*
	SMARTPHONE LANDSCAPE
	max-width: 640px
	min-width: 482px
*/
/*
	SMARTPHONE PORTRAIT
	max-width: 481px
	min-width: 321px
*/
/*
	OLD SMARTPHONE
	max-width: 320px
*/
.lancamentos-agua-excedente {
  min-width: 360px;
  background-color: #FFF; }
  .lancamentos-agua-excedente .col1, .lancamentos-agua-excedente .col2, .lancamentos-agua-excedente .col3, .lancamentos-agua-excedente .col4, .lancamentos-agua-excedente .col5 {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
  .lancamentos-agua-excedente .txt {
    font-size: 12px;
    font-weight: 600;
    color: #757575;
    text-transform: uppercase; }
  .lancamentos-agua-excedente .col1 {
    width: 30px;
    padding-right: 5px;
    text-align: right; }
  .lancamentos-agua-excedente .col2 {
    width: calc(50% - 100px);
    padding-left: 5px;
    padding-right: 5px; }
  .lancamentos-agua-excedente .col3 {
    width: 130px;
    padding-left: 5px;
    padding-right: 5px; }
  .lancamentos-agua-excedente .col4 {
    width: calc(50% - 100px);
    padding-left: 5px;
    padding-right: 5px; }
  .lancamentos-agua-excedente .col5 {
    width: 40px;
    text-align: right; }
  .lancamentos-agua-excedente input[type="number"], .lancamentos-agua-excedente input[type="text"] {
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: #E6E6E6;
    height: 28px;
    font-size: 12px;
    width: 100%;
    text-align: right;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
  .lancamentos-agua-excedente input[type="number"]:focus, .lancamentos-agua-excedente input[type="text"]:focus, .lancamentos-agua-excedente .focus {
    border-color: #AAA !important;
    background-color: #ffffff !important; }
  .lancamentos-agua-excedente .select {
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: #E6E6E6;
    height: 28px;
    font-size: 12px;
    width: 100%; }
  .lancamentos-agua-excedente .select:focus, .lancamentos-agua-excedente .focus {
    border-color: #AAA !important;
    background-color: #ffffff !important; }

.lancamentos-agua-copiar {
  display: block;
  width: 100vw;
  max-width: 500px;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.tabela-detalhes-condominio {
  width: 100%; }

.tabela-detalhes-condominio td {
  padding: 10px;
  background-color: #FFF; }

.ratear-red {
  font-size: 16px;
  color: #434343;
  font-weight: bold; }

@media all and (max-width: 1000px) {
  .tabela-detalhes-condominio td {
    clear: both !important;
    float: left !important;
    display: block !important;
    width: 100% !important;
    padding: 10px 0px; } }

.condominioschamados .boss-input-text {
  border-bottom: none !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-color: #E6E6E6;
  background-color: #E6E6E6;
  height: 40px; }

.condominioschamados .div {
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-top: none !important;
  overflow: auto;
  height: 350px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }
  .condominioschamados .div::-webkit-scrollbar {
    width: 10px;
    height: 10px; }
  .condominioschamados .div::-webkit-scrollbar-track-piece {
    background-color: #FFFFFF; }
  .condominioschamados .div::-webkit-scrollbar-thumb:vertical {
    height: 10px;
    background-color: #AAA; }
  .condominioschamados .div::-webkit-scrollbar-thumb:horizontal {
    width: 10px;
    background-color: #AAA; }

.condominioschamados .ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .condominioschamados .ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 5px 10px 5px 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
    .condominioschamados .ul li a, .condominioschamados .ul li .span {
      position: relative;
      display: inline-block;
      width: calc(100% - 40px);
      padding: 10px 5px 10px 10px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      color: #363636; }
      .condominioschamados .ul li a:hover, .condominioschamados .ul li .span:hover {
        background-color: #E6E6E6; }
      .condominioschamados .ul li a .img, .condominioschamados .ul li .span .img {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        width: 40px;
        margin-right: 10px; }
        .condominioschamados .ul li a .img img, .condominioschamados .ul li .span .img img {
          display: block;
          height: 38px;
          border-radius: 50%; }
      .condominioschamados .ul li a .txt, .condominioschamados .ul li .span .txt {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        width: calc(100% - 75px); }
    .condominioschamados .ul li .cnt {
      position: relative;
      display: inline-block;
      width: 35px;
      height: 35px;
      line-height: 35px;
      color: #363636;
      border: 2px solid #E6E6E6;
      font-weight: 500;
      text-align: center;
      border-radius: 50%; }

.reservas_condominio_li {
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
  padding: 5px 10px 5px 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }
  .reservas_condominio_li:hover {
    background-color: #E6E6E6 !important; }
    .reservas_condominio_li:hover .cnt {
      border-color: #d2d2d2 !important; }
  .reservas_condominio_li .span {
    position: relative;
    display: inline-block;
    width: calc(100% - 40px);
    padding: 10px 5px 10px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    color: #363636; }
  .reservas_condominio_li .img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 40px;
    margin-right: 10px; }
    .reservas_condominio_li .img img {
      display: block;
      height: 38px;
      border-radius: 50%; }
  .reservas_condominio_li .txt {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: calc(100% - 90px); }
  .reservas_condominio_li .cnt {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #363636;
    border: 2px solid #E6E6E6;
    font-weight: 500;
    text-align: center;
    border-radius: 50%; }

.ui-previewmedicao {
  padding: 5px;
  display: block;
  background-color: #AAA; }
  .ui-previewmedicao .li {
    display: inline-block;
    width: 130px;
    vertical-align: middle;
    padding: 10px 7px;
    background-color: #FFFFFF;
    border: 5px solid #AAA;
    color: #363636;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
  .ui-previewmedicao div {
    font-size: 11px;
    line-height: 12px;
    font-weight: 400;
    font-family: 'Roboto';
    color: #363636; }
  .ui-previewmedicao .consumo {
    font-size: 15px;
    line-height: 15px;
    text-align: right;
    font-weight: 700;
    font-family: 'Roboto Mono';
    letter-spacing: -1px;
    color: #43769e; }
  .ui-previewmedicao .leitura {
    font-size: 15px;
    line-height: 15px;
    text-align: right;
    margin-top: 8px;
    font-weight: 700;
    font-family: 'Roboto Mono';
    letter-spacing: -1px;
    color: #363636; }
  .ui-previewmedicao .data {
    font-size: 12px;
    line-height: 12px;
    margin-top: 8px;
    text-align: right;
    font-family: 'Roboto';
    color: #757575; }
  .ui-previewmedicao .editando {
    background-color: #43769e;
    color: #FFF !important;
    border-color: #43769e;
    margin-left: 5px;
    margin-right: 5px; }
  .ui-previewmedicao .editando * {
    color: #FFF !important; }

.ui-previewmedicao-inicio {
  background-color: #4F90B6;
  color: #FFF; }

.ui-previewmedicao-troca-antes {
  margin-right: -1px !important;
  background-color: #999;
  color: #FFF; }

.ui-med-rapido {
  display: block;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }
  .ui-med-rapido .title {
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    color: #363636; }
  .ui-med-rapido .w900 {
    font-weight: 900; }
  .ui-med-rapido .col1, .ui-med-rapido .col2, .ui-med-rapido .col3 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
  .ui-med-rapido .col1 {
    width: calc(48% - 20px);
    padding-right: 5px; }
  .ui-med-rapido .col2 {
    width: calc(52% - 20px);
    padding-left: 5px; }
  .ui-med-rapido .col3 {
    width: 40px; }
    .ui-med-rapido .col3 .b {
      width: 40px; }
  .ui-med-rapido .old-txt {
    display: block;
    width: 100%;
    font-size: 9px;
    line-height: 9px;
    background-color: rgba(0, 0, 0, 0);
    color: #757575; }
  .ui-med-rapido .old-m {
    display: block;
    width: 100%;
    color: #757575;
    font-size: 12px;
    line-height: 12px;
    font-family: 'Roboto Mono';
    font-weight: 500;
    margin-bottom: 5px; }
  .ui-med-rapido .label {
    position: absolute;
    padding-left: 5px;
    margin-top: 5px;
    font-size: 9px;
    background-color: rgba(0, 0, 0, 0);
    color: #757575; }
  .ui-med-rapido .input {
    width: 100%;
    border: 1px solid #AAA;
    height: 34px;
    line-height: 36px;
    margin-top: 2px;
    margin-bottom: 2px;
    background-color: #FFFFFF;
    color: #363636;
    font-size: 12px;
    font-family: 'Roboto Mono';
    padding-top: 4px;
    font-weight: 500; }
  .ui-med-rapido .input:focus {
    background-color: #363636;
    border-color: #363636;
    color: #FFFFFF; }
  .ui-med-rapido .input:disabled {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: #757575; }
  .ui-med-rapido .save {
    position: absolute;
    display: none;
    top: 2px;
    bottom: 2px;
    left: 0;
    height: inherit;
    line-height: 34px;
    width: 100%;
    background-color: #363636;
    color: #FFFFFF;
    text-align: center;
    z-index: 1;
    font-size: 14px; }

/*{
"VERSAO": 1.03,
"AUTOR": "CARLOS HENRIQUE KAYSER",
"ATUALIZACAO": "08/06/2018"
}*/
.crmgiestudio-img-size {
  width: 80vw; }

.crmgiestudio-img-size-2 {
  width: 50vw; }

.crmgiestudio-img-size-4 {
  width: 80vw; }

.crmgiestudio-img-pd {
  display: inline-block;
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.crmgiestudio-img-pd-2 {
  display: inline-block;
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.crmgiestudio-img-pd-3 {
  display: inline-block;
  width: 33.33%;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.crmgiestudio-img {
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden; }

.crmgiestudio-img img {
  width: 100%; }

.crmgiestudio-area {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  transition: opacity 0.35s ease-in-out; }

.crmgiestudio-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: left;
  width: 100%; }

.crmgiestudio-content div {
  padding: 0 10%;
  color: #fff; }

.crmgiestudio-content-title {
  font-weight: bolder; }

.crmgiestudio-content-btn {
  margin-top: 10px; }

.crmgiestudio-img:hover .crmgiestudio-area {
  opacity: 1;
  transition: opacity 0.35s ease-in-out; }

/*
	TABLET LANDSCAPE 
	max-width: 1023px
	min-width: 768px
*/
/*
	TABLET PORTRAIT 
	max-width: 767px
	min-width: 641px
*/
/*
	SMARTPHONE LANDSCAPE
	max-width: 640px
	min-width: 482px
*/
/*
	SMARTPHONE PORTRAIT
	max-width: 481px
	min-width: 321px
*/
/*
	OLD SMARTPHONE
	max-width: 320px
*/
/* SITE */
.site-atendimento-area {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: calc(100vh - 280px);
  overflow: auto;
  border-top: 1px dashed #AAA;
  padding-top: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.site-atendimento-area::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

.site-atendimento-area::-webkit-scrollbar-track-piece {
  background-color: #EEE; }

.site-atendimento-area::-webkit-scrollbar-thumb:vertical {
  height: 10px;
  background-color: #757575; }

.site-atendimento-area::-webkit-scrollbar-thumb:horizontal {
  width: 10px;
  background-color: #757575; }

.site-atendimento-extra {
  display: none;
  vertical-align: top;
  width: 0;
  height: calc(100vh - 280px);
  background-color: #efefef;
  overflow: auto;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.site-atendimento {
  list-style: none;
  margin: 0;
  padding: 0; }

.site-atendimento-pdleft {
  padding-left: 10px; }

.site-atendimento li {
  display: inline-block;
  width: 33.33%;
  list-style: none;
  background-color: #FFFFFF;
  padding: 15px 20px;
  box-sizing: border-box;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }
  .site-atendimento li:hover {
    background-color: #56638a; }
  .site-atendimento li:hover div, .site-atendimento li:hover p, .site-atendimento li:hover div span {
    color: #FFFFFF !important; }

.site-atendimento-a {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.site-atendimento-b {
  display: inline-block;
  vertical-align: top;
  width: 50%; }

.preview_imovel_area {
  width: 100%;
  margin: 0px 15px 15px 0px;
  max-width: 180px;
  display: inline-block;
  vertical-align: top; }

.preview_imovel {
  background-color: #E6E6E6;
  width: 100%;
  display: block; }

.preview_imovel img {
  width: 100%;
  display: block;
  border-radius: 3px 3px 0px 0px; }

.preview_imovel_border {
  border-bottom: 1px solid #AAA;
  border-left: 1px solid #AAA;
  border-right: 1px solid #AAA;
  display: block;
  width: 100%;
  border-radius: 0px 0px 3px 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.preview_imovel_descri {
  display: block;
  color: #2e2e2e;
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  height: 100vh;
  max-height: 96px;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.preview_history {
  background-color: #FFF;
  display: inline-block;
  margin: 0px 0px 5px 0px;
  width: 100%;
  padding: 5px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.preview_history:hover {
  background-color: #E6E6E6; }

.preview_history_link {
  display: block;
  background-color: #FFF;
  width: 100%;
  height: 40px;
  line-height: 38px;
  overflow-y: hidden;
  overflow-x: auto;
  font-size: 10px;
  border-radius: 3px;
  padding: 0px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.preview_history_link span {
  display: block;
  width: 1000px; }

.preview_history_no {
  display: block;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  width: 100%;
  height: 40px;
  line-height: 38px;
  overflow-y: hidden;
  overflow-x: auto;
  font-size: 10px;
  padding: 0px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.preview_history_link::-webkit-scrollbar {
  width: 1px;
  height: 1px; }

.preview_history_link::-webkit-scrollbar-track-piece {
  background-color: #DDD; }

.preview_history_link::-webkit-scrollbar-thumb:vertical {
  height: 1px;
  background-color: #DDD; }

.preview_history_link::-webkit-scrollbar-thumb:horizontal {
  width: 1px;
  background-color: #DDD; }

/*
	LARGE SCREEN 
	max-width: 1370px
	min-width: 1201px
*/
/* 
	MEDIUM SCREEN 
	max-width: 1200px
	min-width: 1024px
*/
/*
	TABLET LANDSCAPE 
	max-width: 1023px
	min-width: 768px
*/
/*
	TABLET PORTRAIT 
	max-width: 767px
	min-width: 641px
*/
/*
	SMARTPHONE LANDSCAPE
	max-width: 640px
	min-width: 482px
*/
/*
	SMARTPHONE PORTRAIT
	max-width: 481px
	min-width: 321px
*/
/*
	OLD SMARTPHONE
	max-width: 320px
*/
/* DRIVE */
.drive_iframe {
  width: 100%;
  min-height: 600px;
  border: none;
  background-color: #FFFFFF;
  background-image: url("/jnh/gifs/drive.svg");
  background-repeat: no-repeat;
  background-position: center; }

.drive_iframe {
  border: 1px solid #E6E6E6; }

.drive_title {
  background-color: #FFF;
  padding: 5px 20px;
  height: 50px;
  border-bottom: 1px solid #E6E6E6;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }
  .drive_title .left {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 150px); }
  .drive_title .right {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 150px; }

.drive_overflow {
  display: block;
  overflow-y: auto;
  height: calc(100vh - 270px);
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.drive_overflow::-webkit-scrollbar {
  width: 10px; }

.drive_overflow::-webkit-scrollbar-track-piece {
  background-color: #CCC; }

.drive_overflow::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: #959595; }

.drive_overflow::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: #959595; }

.drive_uparea {
  background-color: #E6E6E6;
  display: block;
  width: 100%;
  height: 220px;
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.ui_file {
  display: inline-block;
  position: relative;
  vertical-align: top;
  background-color: #ffffff;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
  margin: 2px;
  width: 150px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }
  .ui_file:hover {
    border: 1px solid #AAA; }

.ui_cover {
  display: block;
  position: relative;
  vertical-align: top;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-radius: 3px 3px 0 0;
  width: 100%;
  height: 85px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.ui_file_title {
  display: block;
  width: 100%;
  height: 100px;
  font-weight: 500;
  font-size: 12px;
  color: #363636;
  background-color: #E6E6E6;
  word-break: break-all;
  padding: 8px 10px;
  border-radius: 0 0 3px 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }
  .ui_file_title .div {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 18px;
    overflow: hidden; }
  .ui_file_title .action {
    text-align: center;
    margin-top: 4px; }

.site-indices-table {
  border-collapse: collapse;
  margin: 10px 0px;
  border-radius: 5px 5px 5px 5px;
  background-color: #FFF; }

.site-indices-table td {
  vertical-align: middle; }

.site-indices-label {
  vertical-align: bottom;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  width: 120px;
  padding: 20px 2px 2px 2px;
  color: #56638a; }

.site-indices-valor {
  vertical-align: middle;
  font-size: 22px;
  text-align: center;
  width: 160px;
  padding: 20px 2px; }

.site-indices-data {
  vertical-align: top;
  font-size: 12px;
  text-align: right;
  padding: 2px 2px 20px 2px;
  color: #56638a; }

/* TOOLTIP */
.boss-tooltip {
  z-index: 2;
  position: fixed;
  display: block;
  background-color: #777;
  color: #FFF;
  padding: 8px 12px;
  font-weight: 400;
  font-size: 12px;
  transform: scale(0.1);
  border-radius: 3px;
  opacity: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -webkit-transition: transform 0.1s, opacity 0.1s ease-in-out;
  -moz-transition: transform 0.1s, opacity 0.1s ease-in-out;
  -o-transition: transform 0.1s, opacity 0.1s ease-in-out;
  -ms-transition: transform 0.1s, opacity 0.1s ease-in-out; }

.boss-tooltip-active {
  transform: scale(1);
  opacity: 1;
  transition: transform 0.1s ease-in-out, opacity 0.2s ease-in-out;
  -webkit-transition: transform 0.1s, opacity 0.2s ease-in-out;
  -moz-transition: transform 0.1s, opacity 0.2s ease-in-out;
  -o-transition: transform 0.1s, opacity 0.2s ease-in-out;
  -ms-transition: transform 0.1s, opacity 0.2s ease-in-out; }

.boss-tooltip-primary {
  background-color: #2e2e2e; }

.boss-tooltip-secondary {
  background-color: #43769e; }

.boss-tooltip-terciary {
  background-color: #56638a; }

.boss-tooltip-danger {
  background-color: #ed254f; }

.inputsearch {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 2px;
  background-color: #FFFFFF;
  position: relative;
  height: 34px;
  border: 1px solid #AAA;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }
  .inputsearch .left-label, .inputsearch .right-label {
    display: inline-block;
    vertical-align: middle;
    height: inherit;
    position: relative; }
  .inputsearch .left-label {
    width: 50px;
    border-radius: 2px 0px 0px 2px; }
    .inputsearch .left-label .img {
      display: block;
      width: auto;
      height: 32px;
      border-radius: 2px 0px 0px 2px; }
  .inputsearch .right-label {
    width: calc(100% - 50px);
    font-size: 12px; }
    .inputsearch .right-label .label {
      height: inherit;
      overflow: hidden;
      line-height: 34px; }
    .inputsearch .right-label .input {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      background-color: #FFF;
      border: none;
      height: 32px;
      width: 100%;
      opacity: 0; }
    .inputsearch .right-label .input:focus {
      opacity: 1; }
  .inputsearch .list {
    border: 1px solid #AAA;
    border-top: none;
    background-color: #E6E6E6;
    position: absolute;
    display: none;
    margin-left: -1px;
    margin-right: -1px;
    margin-top: -2px;
    width: calc(100% + 2px);
    overflow: auto;
    max-height: 320px;
    z-index: 5;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
    .inputsearch .list .button {
      border: none;
      width: 100%;
      margin: 0;
      background-color: #FFFFFF;
      padding: 0;
      text-align: left;
      margin-top: 1px; }
      .inputsearch .list .button .left, .inputsearch .list .button .right {
        display: inline-block;
        vertical-align: middle;
        height: inherit;
        position: relative; }
      .inputsearch .list .button .left {
        width: 50px; }
        .inputsearch .list .button .left .img {
          display: block;
          width: auto;
          height: 34px; }
      .inputsearch .list .button .right {
        width: calc(100% - 50px);
        font-size: 12px; }
      .inputsearch .list .button:hover {
        cursor: pointer;
        background-color: #43769e;
        color: #FFF; }
      .inputsearch .list .button:focus {
        cursor: pointer;
        background-color: #6396be;
        color: #FFF; }

.simple-chart {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  display: inline-block;
  vertical-align: top; }
  .simple-chart .area {
    display: block;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
  .simple-chart .title {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 0.09rem;
    line-height: 0.09rem;
    padding: 10px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
  .simple-chart .label {
    font-size: 0.14rem;
    font-weight: 300;
    line-height: 0.15rem; }
  .simple-chart .percent {
    font-size: 0.30rem;
    line-height: 0.35rem;
    font-weight: 300; }

.site-rem-1 {
  height: 0.1rem; }

.pd-left-rem {
  padding-left: 0.05rem; }

.pd-right-rem {
  padding-right: 0.05rem; }

.dash-chart {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  display: inline-block;
  vertical-align: top;
  background-color: #ffffff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px; }
  .dash-chart .area {
    display: block;
    width: 100%;
    height: 1rem;
    padding: 0.1rem 0.1rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
  .dash-chart .label {
    text-transform: uppercase;
    text-align: left;
    font-size: 0.09rem;
    line-height: 0.15rem;
    color: #2e2e2e;
    font-weight: 400; }
  .dash-chart .num, .dash-chart .preco {
    text-align: right;
    font-size: 0.35rem;
    line-height: 0.35rem;
    color: #2e2e2e;
    font-weight: 300; }
  .dash-chart .preco {
    font-size: 0.23rem; }

.dash-chart-flat {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #d2d2d2; }

.dash-chart-hover:hover {
  -webkit-box-shadow: 4px 5px 20px 0px #AAA;
  -moz-box-shadow: 4px 5px 20px 0px #AAA;
  box-shadow: 4px 5px 20px 0px #AAA;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s; }

.dash-chart-danger {
  background-color: #ed254f; }

.dash-chart-danger .label, .dash-chart-danger .num, .dash-chart-danger .dash-chart .preco, .dash-chart .dash-chart-danger .preco {
  color: #ffffff;
  font-weight: 400; }

.dash-chart-double {
  height: 2.1rem; }

.dash-disabled {
  cursor: default;
  background-color: #E6E6E6; }
  .dash-disabled .dash-chart, .dash-disabled .num, .dash-disabled .dash-chart .preco, .dash-chart .dash-disabled .preco, .dash-disabled .label, .dash-disabled .preco {
    color: #AAA; }

.dash-disabled:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.acess-fast {
  font-weight: 600;
  color: #363636;
  background-color: #dddddd;
  padding: 0.1rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.simple-percent {
  display: inline-block;
  vertical-align: top; }
  .simple-percent .area {
    display: block;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
  .simple-percent .title {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 0.05rem;
    line-height: 0.06rem;
    padding: 10px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
  .simple-percent .label {
    font-size: 0.09rem;
    line-height: 0.1rem;
    font-weight: 300; }
  .simple-percent .percent {
    font-size: 0.2rem;
    line-height: 0.2rem;
    font-weight: 400; }

.chart-analyze {
  min-height: 200px;
  display: inline-block;
  line-height: 0.16rem;
  font-size: 0.16rem;
  font-weight: 300;
  text-transform: uppercase;
  padding: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.btn-vchart {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 400px;
  background-color: #AAA; }
  .btn-vchart .r90 {
    display: block;
    width: 400px;
    height: 60px;
    transform-origin: 200px 200px;
    -moz-transform-origin: 200px 200px;
    transform: rotate(270deg);
    -moz-transform: rotate(270deg); }
  .btn-vchart button {
    color: #FFFFFF;
    height: 60px;
    border: none;
    margin: 0;
    font-size: 15px;
    font-weight: 300;
    text-align: center; }

.highchart-chart {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 60px);
  height: 400px; }

/*
	TABLET LANDSCAPE 
	max-width: 1023px
	min-width: 768px
*/
/*
	TABLET PORTRAIT 
	max-width: 767px
	min-width: 641px
*/
/*
	SMARTPHONE LANDSCAPE
	max-width: 640px
	min-width: 482px
*/
/*
	SMARTPHONE PORTRAIT
	max-width: 481px
	min-width: 321px
*/
/*
	OLD SMARTPHONE
	max-width: 320px
*/
/*{
"VERSAO": 1,
"AUTOR": "MOISÉS DE LIMA",
"ATUALIZACAO": "11/05/2017"
}*/
/* LARGE SCREEN */
@media all and (min-width: 1201px) and (max-width: 1370px) {
  .site-atendimento li {
    width: 50%; }
  .simple-grid thead th {
    font-size: 13px;
    padding: 4px 10px; }
  .simple-grid tbody td {
    font-size: 12px;
    padding: 2px 10px; }
  .ui-submenu-links ul li button {
    padding: 12px 10px;
    font-size: 10px; } }

/* MEDIUM SCREEN */
@media all and (min-width: 1024px) and (max-width: 1200px) {
  .site-atendimento li {
    width: 50%; }
  .siteimprimir-if {
    min-width: 100%;
    width: 100%;
    height: 90vh; }
  .simple-grid thead th {
    font-size: 13px;
    padding: 4px 10px; }
  .simple-grid tbody td {
    font-size: 12px;
    padding: 2px 10px; }
  .ui-submenu-links ul li button {
    padding: 12px 20px; }
  .ui-submenu-links ul li button span {
    display: none; } }

/* TABLET LANDSCAPE */
@media all and (min-width: 768px) and (max-width: 1023px) {
  .site-atendimento li {
    width: 100%; }
  .site-atendimento-a, .site-atendimento-b {
    width: 100%; }
  .siteimprimir-if {
    min-width: 100%;
    width: 100%;
    height: 90vh; }
  .crmgiestudio-area {
    opacity: 1 !important; }
  .crmgiestudio-img-size {
    width: 50vw !important; }
  .crmgiestudio-img-pd {
    width: 100% !important; }
  .crmgiestudio-content {
    text-align: center; }
  .crmgiestudio-img-size-2 {
    overflow: auto;
    width: 70vw;
    height: 90vh; }
  .crmgiestudio-img-size-4 {
    overflow: auto;
    width: 70vw;
    height: 90vh; }
  .crmgiestudio-img-pd-2 {
    display: block;
    width: 100%; }
  .crmgiestudio-img-pd-3 {
    display: block;
    width: 100%; }
  .condominios-alternar {
    width: 95vw; }
  .simple-grid thead th {
    font-size: 13px;
    padding: 4px 10px; }
  .simple-grid tbody td {
    font-size: 12px;
    padding: 2px 10px; }
  .ui-submenu-links ul li button {
    padding: 12px 15px; }
  .ui-submenu-links ul li button span {
    display: none; }
  .dash-chart .area {
    height: 1.8rem;
    padding: 0.25rem; }
  .dash-chart .label {
    font-size: 0.2rem;
    line-height: 0.2rem; }
  .dash-chart .num, .dash-chart .preco {
    font-size: 0.4rem;
    line-height: 1rem; }
  .dash-chart-double {
    height: 4rem; }
  .app-menu-ativo {
    z-index: 101; }
  .app-menu {
    top: 0; }
    .app-menu .btn-menu {
      line-height: 50px; }
    .app-menu .menu-esquerdo {
      display: block;
      position: fixed;
      width: 100%;
      height: calc(100vh - 100px);
      top: 50px;
      bottom: 50px; }
      .app-menu .menu-esquerdo ul {
        margin-top: 50px;
        margin-bottom: 50px; }
    .app-menu .menu-direito {
      display: block;
      position: fixed;
      width: 100%;
      height: calc(100vh - 100px);
      padding: 20px;
      top: 50px;
      bottom: 50px; }
      .app-menu .menu-direito .acesso-rapido .title {
        width: 25px;
        font-size: 13px; }
      .app-menu .menu-direito .acesso-rapido .input {
        width: calc(100% - 25px); }
    .app-menu .menu-sair-mob {
      height: 50px;
      line-height: 50px; }
    .app-menu .menu-mobile .mobile-esquerdo .btn-menu, .app-menu .menu-mobile .mobile-direito .btn-menu, .app-menu .menu-mobile .mobile-esquerdo .btn-acesso, .app-menu .menu-mobile .mobile-direito .btn-acesso {
      line-height: 50px; } }

/* TABLET PORTRAIT */
@media all and (min-width: 641px) and (max-width: 767px) {
  .site-atendimento li {
    width: 100%; }
  .site-atendimento-a, .site-atendimento-b {
    width: 100%; }
  .siteimprimir-if {
    min-width: 100%;
    width: 100%;
    height: 90vh; }
  .crmgiestudio-area {
    opacity: 1 !important; }
  .crmgiestudio-img-size {
    width: 80vw !important; }
  .crmgiestudio-img-pd {
    width: 100% !important; }
  .crmgiestudio-content {
    text-align: center; }
  .crmgiestudio-img-size-2 {
    overflow: auto;
    width: 70vw;
    height: 90vh; }
  .crmgiestudio-img-size-4 {
    overflow: auto;
    width: 70vw;
    height: 90vh; }
  .crmgiestudio-img-pd-2 {
    display: block;
    width: 100%; }
  .crmgiestudio-img-pd-3 {
    display: block;
    width: 100%; }
  .condominios-nome {
    width: 120px;
    padding-right: 0; }
  .condominios-nome-button span {
    display: none; }
  .condominios-alternar {
    width: 95vw; }
  .simple-grid thead th {
    font-size: 13px;
    padding: 4px 10px; }
  .simple-grid tbody td {
    font-size: 12px;
    padding: 2px 10px; }
  .ui-submenu-links {
    width: calc(100% - 120px);
    padding-left: 20px; }
  .ui-submenu-links ul li button {
    padding: 12px 10px; }
  .ui-submenu-links ul li button span {
    display: none; }
  .dash-chart .area {
    height: 2rem;
    padding: 0.3rem; }
  .dash-chart .label {
    font-size: 0.2rem;
    line-height: 0.3rem; }
  .dash-chart .num, .dash-chart .preco {
    font-size: 0.6rem;
    line-height: 1rem; }
  .site-rem-1 {
    height: 0.16rem; }
  .dash-chart-double {
    height: 5rem; }
  .app-menu-ativo {
    z-index: 101; }
  .app-menu {
    top: 0; }
    .app-menu .btn-menu {
      line-height: 50px; }
    .app-menu .menu-esquerdo {
      display: block;
      position: fixed;
      width: 100%;
      height: calc(100vh - 100px);
      top: 50px;
      bottom: 50px; }
      .app-menu .menu-esquerdo ul {
        margin-top: 50px;
        margin-bottom: 50px; }
    .app-menu .menu-direito {
      display: block;
      position: fixed;
      width: 100%;
      height: calc(100vh - 100px);
      padding: 20px;
      top: 50px;
      bottom: 50px; }
      .app-menu .menu-direito .acesso-rapido .title {
        width: 25px;
        font-size: 13px; }
      .app-menu .menu-direito .acesso-rapido .input {
        width: calc(100% - 25px); }
    .app-menu .menu-sair-mob {
      height: 50px;
      line-height: 50px; }
    .app-menu .menu-mobile .mobile-esquerdo .btn-menu, .app-menu .menu-mobile .mobile-direito .btn-menu, .app-menu .menu-mobile .mobile-esquerdo .btn-acesso, .app-menu .menu-mobile .mobile-direito .btn-acesso {
      line-height: 50px; } }

/* SMARTPHONE LANDSCAPE */
@media all and (min-width: 482px) and (max-width: 640px) {
  .site-atendimento li {
    width: 100%; }
  .site-atendimento-a, .site-atendimento-b {
    width: 100%; }
  .siteimprimir-if {
    min-width: 100%;
    width: 100%;
    height: 90vh; }
  .crmgiestudio-area {
    opacity: 1 !important; }
  .crmgiestudio-img-size {
    width: 60vw !important; }
  .crmgiestudio-img-pd {
    width: 100% !important; }
  .crmgiestudio-content-text {
    font-size: 15px; }
  .crmgiestudio-content {
    text-align: center; }
  .crmgiestudio-img-size-2 {
    overflow: auto;
    width: 70vw;
    height: 90vh; }
  .crmgiestudio-img-size-4 {
    overflow: auto;
    width: 70vw;
    height: 90vh; }
  .crmgiestudio-img-pd-2 {
    display: block;
    width: 100%; }
  .crmgiestudio-img-pd-3 {
    display: block;
    width: 100%; }
  .condominios-nome {
    width: 120px;
    padding-right: 0; }
  .condominios-nome-button span {
    display: none; }
  .condominios-alternar {
    width: 95vw; }
  .simple-grid thead th {
    font-size: 13px;
    padding: 4px 10px; }
  .simple-grid tbody td {
    font-size: 12px;
    padding: 2px 10px; }
  .ui-submenu-links {
    width: calc(100% - 120px);
    padding-left: 20px; }
  .ui-submenu-links ul li button {
    padding: 12px 10px; }
  .ui-submenu-links ul li button span {
    display: none; }
  .dash-chart .area {
    height: 3rem;
    padding: 0.4rem; }
  .dash-chart .label {
    font-size: 0.3rem;
    line-height: 0.3rem; }
  .dash-chart .num, .dash-chart .preco {
    font-size: 0.7rem;
    line-height: 1rem; }
  .site-rem-1 {
    height: 0.16rem; }
  .dash-chart-double {
    height: 5rem; }
  .app-menu-ativo {
    z-index: 101; }
  .app-menu {
    top: 0; }
    .app-menu .btn-menu {
      line-height: 50px; }
    .app-menu .menu-esquerdo {
      display: block;
      position: fixed;
      width: 100%;
      height: calc(100vh - 100px);
      top: 50px;
      bottom: 50px; }
      .app-menu .menu-esquerdo ul {
        margin-top: 50px;
        margin-bottom: 50px; }
    .app-menu .menu-direito {
      display: block;
      position: fixed;
      width: 100%;
      height: calc(100vh - 100px);
      padding: 20px;
      top: 50px;
      bottom: 50px; }
      .app-menu .menu-direito .acesso-rapido .title {
        width: 25px;
        font-size: 13px; }
      .app-menu .menu-direito .acesso-rapido .input {
        width: calc(100% - 25px); }
    .app-menu .menu-sair-mob {
      height: 50px;
      line-height: 50px; }
    .app-menu .menu-mobile .mobile-esquerdo .btn-menu, .app-menu .menu-mobile .mobile-direito .btn-menu, .app-menu .menu-mobile .mobile-esquerdo .btn-acesso, .app-menu .menu-mobile .mobile-direito .btn-acesso {
      line-height: 50px; } }

/* SMARTPHONE PORTRAIT */
@media all and (min-width: 321px) and (max-width: 481px) {
  .site-atendimento li {
    width: 100%; }
  .site-atendimento-a, .site-atendimento-b {
    width: 100%; }
  .siteimprimir-if {
    min-width: 100%;
    width: 100%;
    height: 90vh; }
  .crmgiestudio-area {
    opacity: 1 !important; }
  .crmgiestudio-img-size {
    width: 90vw !important; }
  .crmgiestudio-img-pd {
    width: 100% !important; }
  .crmgiestudio-content {
    text-align: center; }
  .crmgiestudio-img-size-2 {
    overflow: auto;
    width: 70vw;
    height: 90vh; }
  .crmgiestudio-img-size-4 {
    overflow: auto;
    width: 70vw;
    height: 90vh; }
  .crmgiestudio-img-pd-2 {
    display: block;
    width: 100%; }
  .crmgiestudio-img-pd-3 {
    display: block;
    width: 100%; }
  .condominios-nome {
    width: 120px;
    padding-right: 0; }
  .condominios-nome-button span {
    display: none; }
  .condominios-alternar {
    width: 90vw; }
  .simple-grid thead th {
    font-size: 13px;
    padding: 4px 10px; }
  .simple-grid tbody td {
    font-size: 12px;
    padding: 2px 10px; }
  .ui-submenu-links {
    width: calc(100% - 120px);
    padding-left: 20px; }
  .ui-submenu-links ul li button {
    padding: 12px 10px; }
  .ui-submenu-links ul li button span {
    display: none; }
  .ui-a {
    width: 150px; }
  .dash-chart .area {
    height: 3rem;
    padding: 0.5rem; }
  .dash-chart .label {
    font-size: 0.35rem;
    line-height: 0.5rem; }
  .dash-chart .num, .dash-chart .preco {
    font-size: 1rem;
    line-height: 1.1rem; }
  .site-rem-1 {
    height: 0.25rem; }
  .dash-chart-double {
    height: 6rem; }
  .app-menu-ativo {
    z-index: 101; }
  .app-menu {
    top: 0; }
    .app-menu .btn-menu {
      line-height: 50px; }
    .app-menu .menu-esquerdo {
      display: block;
      position: fixed;
      width: 100%;
      height: calc(100vh - 100px);
      top: 50px;
      bottom: 50px; }
      .app-menu .menu-esquerdo ul {
        margin-top: 50px;
        margin-bottom: 50px; }
    .app-menu .menu-direito {
      display: block;
      position: fixed;
      width: 100%;
      height: calc(100vh - 100px);
      padding: 20px;
      top: 50px;
      bottom: 50px; }
      .app-menu .menu-direito .acesso-rapido .title {
        width: 25px;
        font-size: 13px; }
      .app-menu .menu-direito .acesso-rapido .input {
        width: calc(100% - 25px); }
    .app-menu .menu-sair-mob {
      height: 50px;
      line-height: 50px; }
    .app-menu .menu-mobile .mobile-esquerdo .btn-menu, .app-menu .menu-mobile .mobile-direito .btn-menu, .app-menu .menu-mobile .mobile-esquerdo .btn-acesso, .app-menu .menu-mobile .mobile-direito .btn-acesso {
      line-height: 50px; } }

/* OLD SMARTPHONE */
@media all and (max-width: 320px) {
  .site-atendimento li {
    width: 100%; }
  .site-atendimento-a, .site-atendimento-b {
    width: 100%; }
  .siteimprimir-if {
    min-width: 100%;
    width: 100%;
    height: 90vh; }
  .crmgiestudio-area {
    opacity: 1 !important; }
  .crmgiestudio-img-size {
    width: 95vw !important; }
  .crmgiestudio-img-pd {
    width: 100% !important; }
  .crmgiestudio-content-title {
    font-size: 15px; }
  .crmgiestudio-content-text {
    font-size: 15px; }
  .crmgiestudio-content-btn {
    font-size: 15px; }
  .crmgiestudio-content {
    text-align: center; }
  .crmgiestudio-img-size-2 {
    overflow: auto;
    height: 90vh;
    width: 70vw; }
  .crmgiestudio-img-size-4 {
    overflow: auto;
    width: 70vw;
    height: 90vh; }
  .crmgiestudio-img-pd-2 {
    display: block;
    width: 100%; }
  .crmgiestudio-img-pd-3 {
    display: block;
    width: 100%; }
  .condominios-nome {
    width: 120px;
    padding-right: 0; }
  .condominios-nome-button span {
    display: none; }
  .condominios-alternar {
    width: 90vw; }
  .simple-grid thead th {
    font-size: 13px;
    padding: 4px 10px; }
  .simple-grid tbody td {
    font-size: 12px;
    padding: 2px 10px; }
  .ui-submenu-links {
    width: calc(100% - 120px);
    padding-left: 20px; }
  .ui-submenu-links ul li button {
    padding: 12px 10px; }
  .ui-submenu-links ul li button span {
    display: none; }
  .ui-a {
    width: 130px; }
  .dash-chart .area {
    height: 3rem;
    padding: 0.5rem; }
  .dash-chart .label {
    font-size: 0.35rem;
    line-height: 0.5rem; }
  .dash-chart .num, .dash-chart .preco {
    font-size: 1rem;
    line-height: 1.1rem; }
  .site-rem-1 {
    height: 0.3rem; }
  .dash-chart-double {
    height: 6rem; }
  .app-menu-ativo {
    z-index: 101; }
  .app-menu {
    top: 0; }
    .app-menu .btn-menu {
      line-height: 50px; }
    .app-menu .menu-esquerdo {
      display: block;
      position: fixed;
      width: 100%;
      height: calc(100vh - 100px);
      top: 50px;
      bottom: 50px; }
      .app-menu .menu-esquerdo ul {
        margin-top: 50px;
        margin-bottom: 50px; }
    .app-menu .menu-direito {
      display: block;
      position: fixed;
      width: 100%;
      height: calc(100vh - 100px);
      padding: 20px;
      top: 50px;
      bottom: 50px; }
      .app-menu .menu-direito .acesso-rapido .title {
        width: 25px;
        font-size: 13px; }
      .app-menu .menu-direito .acesso-rapido .input {
        width: calc(100% - 25px); }
    .app-menu .menu-sair-mob {
      height: 50px;
      line-height: 50px; }
    .app-menu .menu-mobile .mobile-esquerdo .btn-menu, .app-menu .menu-mobile .mobile-direito .btn-menu, .app-menu .menu-mobile .mobile-esquerdo .btn-acesso, .app-menu .menu-mobile .mobile-direito .btn-acesso {
      line-height: 50px; } }

/* OTIMIZAÇÃO */
.rotating {
  -webkit-animation: rotating 1s cubic-bezier(0.24, 0.49, 0.71, 0.54) infinite;
  -moz-animation: rotating 1s cubic-bezier(0.24, 0.49, 0.71, 0.54) infinite;
  -o-animation: rotating 1s cubic-bezier(0.24, 0.49, 0.71, 0.54) infinite;
  -ms-animation: rotating 1s cubic-bezier(0.24, 0.49, 0.71, 0.54) infinite;
  animation: rotating 1s cubic-bezier(0.24, 0.49, 0.71, 0.54) infinite; }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* FOOTER */
.footer {
  display: block;
  width: 100%;
  position: relative;
  bottom: 0;
  min-height: 10vh;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  background-color: #FFFFFF;
  color: white; }
  .footer img {
    width: 60px; }

.ho-mini {
  color: #757575;
  font-weight: 300;
  font-size: 11px;
  line-height: 1.4em;
  padding: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

/*# sourceMappingURL=map/site.min.css.map */
