@charset "UTF-8";
/* MAIN */
/* PALETA DE CORES */
/* PALETA DE CINZA */
/* LARGURA ALTERNAR */
/*
	--Primary: $Primary;
	--Secondary: $Secondary;
	--Terciary: $Terciary;
	--Danger: $Danger;

	--Primary_h: $Primary_h;
	--Secondary_h: $Secondary_h;
	--Terciary_h: $Terciary_h;
	--Danger_h: $Danger_h;

	--Primary_i: $Primary_i;
	--Secondary_i: $Secondary_i;
	--Terciary_i: $Terciary_i;
	--Danger_i: $Danger_i;

	--Primary_i_h: $Primary_i_h;
	--Secondary_i_h: $Secondary_i_h;
	--Terciary_i_h: $Terciary_i_h;
	--Danger_i_h: $Danger_i_h;

	--Gray1: $Gray1;
	--Gray2: $Gray2;
	--Gray3: $Gray3;
	--Gray4: $Gray4;

	--Gray1_h: $Gray1_h;
	--Gray2_h: $Gray2_h;
	--Gray3_h: $Gray3_h;
	--Gray4_h: $Gray4_h;
*/
/* PRIMARY */
.Primary_bg {
  background-color: var(--Primary) !important;
  border-color: var(--Primary_h) !important;
}

.Primary_bg_e:hover, .Primary_bg_e:active, .Primary_bg_e:focus {
  background-color: var(--Primary_h) !important;
  border-color: var(--Primary_h) !important;
}

.Primary_bg_ho {
  background-color: var(--Primary_h) !important;
  border-color: var(--Primary_h) !important;
}

.Primary_bg_ho_e:hover, .Primary_bg_ho_e:active, .Primary_bg_ho_e:focus {
  background-color: var(--Primary_h) !important;
  border-color: var(--Primary_h) !important;
}

.Primary_bg_i {
  background-color: var(--Primary_i) !important;
  border-color: var(--Primary_i_h) !important;
}

.Primary_bg_i_e:hover, .Primary_bg_i_e:active, .Primary_bg_i_e:focus {
  background-color: var(--Primary_i_h) !important;
  border-color: var(--Primary_i_h) !important;
}

.Primary_bg_i_ho {
  background-color: var(--Primary_i_h) !important;
  border-color: var(--Primary_i_h) !important;
}

.Primary_bg_i_ho_e:hover, .Primary_bg_i_ho_e:active, .Primary_bg_i_ho_e:focus {
  background-color: var(--Primary_i_h) !important;
  border-color: var(--Primary_i_h) !important;
}

.Primary_co {
  color: var(--Primary) !important;
}

.Primary_co_e:hover, .Primary_co_e:active, .Primary_co_e:focus {
  color: var(--Primary_h) !important;
}

.Primary_co_ho {
  color: var(--Primary_h) !important;
}

.Primary_co_ho_e:hover, .Primary_co_ho_e:active, .Primary_co_ho_e:focus {
  color: var(--Primary_h) !important;
}

.Primary_co_i {
  color: var(--Primary_i) !important;
}

.Primary_co_i_e:hover, .Primary_co_i_e:active, .Primary_co_i_e:focus {
  color: var(--Primary_i_h) !important;
}

.Primary_co_i_ho {
  color: var(--Primary_i_h) !important;
}

.Primary_co_i_ho_e:hover, .Primary_co_i_ho_e:active, .Primary_co_i_ho_e:focus {
  color: var(--Primary_i_h) !important;
}

.Secondary_bg {
  background-color: var(--Secondary) !important;
  border-color: var(--Secondary_h) !important;
}

.Secondary_bg_e:hover, .Secondary_bg_e:active, .Secondary_bg_e:focus {
  background-color: var(--Secondary_h) !important;
  border-color: var(--Secondary_h) !important;
}

.Secondary_bg_ho {
  background-color: var(--Secondary_h) !important;
  border-color: var(--Secondary_h) !important;
}

.Secondary_bg_ho_e:hover, .Secondary_bg_ho_e:active, .Secondary_bg_ho_e:focus {
  background-color: var(--Secondary_h) !important;
  border-color: var(--Secondary_h) !important;
}

.Secondary_bg_i {
  background-color: var(--Secondary_i) !important;
  border-color: var(--Secondary_i_h) !important;
}

.Secondary_bg_i_e:hover, .Secondary_bg_i_e:active, .Secondary_bg_i_e:focus {
  background-color: var(--Secondary_i_h) !important;
  border-color: var(--Secondary_i_h) !important;
}

.Secondary_bg_i_ho {
  background-color: var(--Secondary_i_h) !important;
  border-color: var(--Secondary_i_h) !important;
}

.Secondary_bg_i_ho_e:hover, .Secondary_bg_i_ho_e:active, .Secondary_bg_i_ho_e:focus {
  background-color: var(--Secondary_i_h) !important;
  border-color: var(--Secondary_i_h) !important;
}

.Secondary_co {
  color: var(--Secondary) !important;
}

.Secondary_co_e:hover, .Secondary_co_e:active, .Secondary_co_e:focus {
  color: var(--Secondary_h) !important;
}

.Secondary_co_ho {
  color: var(--Secondary_h) !important;
}

.Secondary_co_ho_e:hover, .Secondary_co_ho_e:active, .Secondary_co_ho_e:focus {
  color: var(--Secondary_h) !important;
}

.Secondary_co_i {
  color: var(--Secondary_i) !important;
}

.Secondary_co_i_e:hover, .Secondary_co_i_e:active, .Secondary_co_i_e:focus {
  color: var(--Secondary_i_h) !important;
}

.Secondary_co_i_ho {
  color: var(--Secondary_i_h) !important;
}

.Secondary_co_i_ho_e:hover, .Secondary_co_i_ho_e:active, .Secondary_co_i_ho_e:focus {
  color: var(--Secondary_i_h) !important;
}

.Terciary_bg {
  background-color: var(--Terciary) !important;
  border-color: var(--Terciary_h) !important;
}

.Terciary_bg_e:hover, .Terciary_bg_e:active, .Terciary_bg_e:focus {
  background-color: var(--Terciary_h) !important;
  border-color: var(--Terciary_h) !important;
}

.Terciary_bg_ho {
  background-color: var(--Terciary_h) !important;
  border-color: var(--Terciary_h) !important;
}

.Terciary_bg_ho_e:hover, .Terciary_bg_ho_e:active, .Terciary_bg_ho_e:focus {
  background-color: var(--Terciary_h) !important;
  border-color: var(--Terciary_h) !important;
}

.Terciary_bg_i {
  background-color: var(--Terciary_i) !important;
  border-color: var(--Terciary_i_h) !important;
}

.Terciary_bg_i_e:hover, .Terciary_bg_i_e:active, .Terciary_bg_i_e:focus {
  background-color: var(--Terciary_i_h) !important;
  border-color: var(--Terciary_i_h) !important;
}

.Terciary_bg_i_ho {
  background-color: var(--Terciary_i_h) !important;
  border-color: var(--Terciary_i_h) !important;
}

.Terciary_bg_i_ho_e:hover, .Terciary_bg_i_ho_e:active, .Terciary_bg_i_ho_e:focus {
  background-color: var(--Terciary_i_h) !important;
  border-color: var(--Terciary_i_h) !important;
}

.Terciary_co {
  color: var(--Terciary) !important;
}

.Terciary_co_e:hover, .Terciary_co_e:active, .Terciary_co_e:focus {
  color: var(--Terciary_h) !important;
}

.Terciary_co_ho {
  color: var(--Terciary_h) !important;
}

.Terciary_co_ho_e:hover, .Terciary_co_ho_e:active, .Terciary_co_ho_e:focus {
  color: var(--Terciary_h) !important;
}

.Terciary_co_i {
  color: var(--Terciary_i) !important;
}

.Terciary_co_i_e:hover, .Terciary_co_i_e:active, .Terciary_co_i_e:focus {
  color: var(--Terciary_i_h) !important;
}

.Terciary_co_i_ho {
  color: var(--Terciary_i_h) !important;
}

.Terciary_co_i_ho_e:hover, .Terciary_co_i_ho_e:active, .Terciary_co_i_ho_e:focus {
  color: var(--Terciary_i_h) !important;
}

.Danger_bg {
  background-color: var(--Danger) !important;
  border-color: var(--Danger_h) !important;
}

.Danger_bg_e:hover, .Danger_bg_e:active, .Danger_bg_e:focus {
  background-color: var(--Danger_h) !important;
  border-color: var(--Danger_h) !important;
}

.Danger_bg_ho {
  background-color: var(--Danger_h) !important;
  border-color: var(--Danger_h) !important;
}

.Danger_bg_ho_e:hover, .Danger_bg_ho_e:active, .Danger_bg_ho_e:focus {
  background-color: var(--Danger_h) !important;
  border-color: var(--Danger_h) !important;
}

.Danger_bg_i {
  background-color: var(--Danger_i) !important;
  border-color: var(--Danger_i_h) !important;
}

.Danger_bg_i_e:hover, .Danger_bg_i_e:active, .Danger_bg_i_e:focus {
  background-color: var(--Danger_i_h) !important;
  border-color: var(--Danger_i_h) !important;
}

.Danger_bg_i_ho {
  background-color: var(--Danger_i_h) !important;
  border-color: var(--Danger_i_h) !important;
}

.Danger_bg_i_ho_e:hover, .Danger_bg_i_ho_e:active, .Danger_bg_i_ho_e:focus {
  background-color: var(--Danger_i_h) !important;
  border-color: var(--Danger_i_h) !important;
}

.Danger_co {
  color: var(--Danger) !important;
}

.Danger_co_e:hover, .Danger_co_e:active, .Danger_co_e:focus {
  color: var(--Danger_h) !important;
}

.Danger_co_ho {
  color: var(--Danger_h) !important;
}

.Danger_co_ho_e:hover, .Danger_co_ho_e:active, .Danger_co_ho_e:focus {
  color: var(--Danger_h) !important;
}

.Danger_co_i {
  color: var(--Danger_i) !important;
}

.Danger_co_i_e:hover, .Danger_co_i_e:active, .Danger_co_i_e:focus {
  color: var(--Danger_i_h) !important;
}

.Danger_co_i_ho {
  color: var(--Danger_i_h) !important;
}

.Danger_co_i_ho_e:hover, .Danger_co_i_ho_e:active, .Danger_co_i_ho_e:focus {
  color: var(--Danger_i_h) !important;
}

.Gray1_bg {
  background-color: var(--Gray1) !important;
  border-color: var(--Gray1_h) !important;
}

.Gray1_bg_e:hover, .Gray1_bg_e:active, .Gray1_bg_e:focus {
  background-color: var(--Gray1_h) !important;
  border-color: var(--Gray1_h) !important;
}

.Gray1_bg_ho {
  background-color: var(--Gray1_h) !important;
  border-color: var(--Gray1_h) !important;
}

.Gray1_bg_ho_e:hover, .Gray1_bg_ho_e:active, .Gray1_bg_ho_e:focus {
  background-color: var(--Gray1_h) !important;
  border-color: var(--Gray1_h) !important;
}

.Gray1_bg_i {
  background-color: var(--Gray1_i) !important;
  border-color: var(--Gray1_i_h) !important;
}

.Gray1_bg_i_e:hover, .Gray1_bg_i_e:active, .Gray1_bg_i_e:focus {
  background-color: var(--Gray1_i_h) !important;
  border-color: var(--Gray1_i_h) !important;
}

.Gray1_bg_i_ho {
  background-color: var(--Gray1_i_h) !important;
  border-color: var(--Gray1_i_h) !important;
}

.Gray1_bg_i_ho_e:hover, .Gray1_bg_i_ho_e:active, .Gray1_bg_i_ho_e:focus {
  background-color: var(--Gray1_i_h) !important;
  border-color: var(--Gray1_i_h) !important;
}

.Gray1_co {
  color: var(--Gray1) !important;
}

.Gray1_co_e:hover, .Gray1_co_e:active, .Gray1_co_e:focus {
  color: var(--Gray1_h) !important;
}

.Gray1_co_ho {
  color: var(--Gray1_h) !important;
}

.Gray1_co_ho_e:hover, .Gray1_co_ho_e:active, .Gray1_co_ho_e:focus {
  color: var(--Gray1_h) !important;
}

.Gray1_co_i {
  color: var(--Gray1_i) !important;
}

.Gray1_co_i_e:hover, .Gray1_co_i_e:active, .Gray1_co_i_e:focus {
  color: var(--Gray1_i_h) !important;
}

.Gray1_co_i_ho {
  color: var(--Gray1_i_h) !important;
}

.Gray1_co_i_ho_e:hover, .Gray1_co_i_ho_e:active, .Gray1_co_i_ho_e:focus {
  color: var(--Gray1_i_h) !important;
}

.Gray2_bg {
  background-color: var(--Gray2) !important;
  border-color: var(--Gray2_h) !important;
}

.Gray2_bg_e:hover, .Gray2_bg_e:active, .Gray2_bg_e:focus {
  background-color: var(--Gray2_h) !important;
  border-color: var(--Gray2_h) !important;
}

.Gray2_bg_ho {
  background-color: var(--Gray2_h) !important;
  border-color: var(--Gray2_h) !important;
}

.Gray2_bg_ho_e:hover, .Gray2_bg_ho_e:active, .Gray2_bg_ho_e:focus {
  background-color: var(--Gray2_h) !important;
  border-color: var(--Gray2_h) !important;
}

.Gray2_bg_i {
  background-color: var(--Gray2_i) !important;
  border-color: var(--Gray2_i_h) !important;
}

.Gray2_bg_i_e:hover, .Gray2_bg_i_e:active, .Gray2_bg_i_e:focus {
  background-color: var(--Gray2_i_h) !important;
  border-color: var(--Gray2_i_h) !important;
}

.Gray2_bg_i_ho {
  background-color: var(--Gray2_i_h) !important;
  border-color: var(--Gray2_i_h) !important;
}

.Gray2_bg_i_ho_e:hover, .Gray2_bg_i_ho_e:active, .Gray2_bg_i_ho_e:focus {
  background-color: var(--Gray2_i_h) !important;
  border-color: var(--Gray2_i_h) !important;
}

.Gray2_co {
  color: var(--Gray2) !important;
}

.Gray2_co_e:hover, .Gray2_co_e:active, .Gray2_co_e:focus {
  color: var(--Gray2_h) !important;
}

.Gray2_co_ho {
  color: var(--Gray2_h) !important;
}

.Gray2_co_ho_e:hover, .Gray2_co_ho_e:active, .Gray2_co_ho_e:focus {
  color: var(--Gray2_h) !important;
}

.Gray2_co_i {
  color: var(--Gray2_i) !important;
}

.Gray2_co_i_e:hover, .Gray2_co_i_e:active, .Gray2_co_i_e:focus {
  color: var(--Gray2_i_h) !important;
}

.Gray2_co_i_ho {
  color: var(--Gray2_i_h) !important;
}

.Gray2_co_i_ho_e:hover, .Gray2_co_i_ho_e:active, .Gray2_co_i_ho_e:focus {
  color: var(--Gray2_i_h) !important;
}

.Gray3_bg {
  background-color: var(--Gray3) !important;
  border-color: var(--Gray3_h) !important;
}

.Gray3_bg_e:hover, .Gray3_bg_e:active, .Gray3_bg_e:focus {
  background-color: var(--Gray3_h) !important;
  border-color: var(--Gray3_h) !important;
}

.Gray3_bg_ho {
  background-color: var(--Gray3_h) !important;
  border-color: var(--Gray3_h) !important;
}

.Gray3_bg_ho_e:hover, .Gray3_bg_ho_e:active, .Gray3_bg_ho_e:focus {
  background-color: var(--Gray3_h) !important;
  border-color: var(--Gray3_h) !important;
}

.Gray3_bg_i {
  background-color: var(--Gray3_i) !important;
  border-color: var(--Gray3_i_h) !important;
}

.Gray3_bg_i_e:hover, .Gray3_bg_i_e:active, .Gray3_bg_i_e:focus {
  background-color: var(--Gray3_i_h) !important;
  border-color: var(--Gray3_i_h) !important;
}

.Gray3_bg_i_ho {
  background-color: var(--Gray3_i_h) !important;
  border-color: var(--Gray3_i_h) !important;
}

.Gray3_bg_i_ho_e:hover, .Gray3_bg_i_ho_e:active, .Gray3_bg_i_ho_e:focus {
  background-color: var(--Gray3_i_h) !important;
  border-color: var(--Gray3_i_h) !important;
}

.Gray3_co {
  color: var(--Gray3) !important;
}

.Gray3_co_e:hover, .Gray3_co_e:active, .Gray3_co_e:focus {
  color: var(--Gray3_h) !important;
}

.Gray3_co_ho {
  color: var(--Gray3_h) !important;
}

.Gray3_co_ho_e:hover, .Gray3_co_ho_e:active, .Gray3_co_ho_e:focus {
  color: var(--Gray3_h) !important;
}

.Gray3_co_i {
  color: var(--Gray3_i) !important;
}

.Gray3_co_i_e:hover, .Gray3_co_i_e:active, .Gray3_co_i_e:focus {
  color: var(--Gray3_i_h) !important;
}

.Gray3_co_i_ho {
  color: var(--Gray3_i_h) !important;
}

.Gray3_co_i_ho_e:hover, .Gray3_co_i_ho_e:active, .Gray3_co_i_ho_e:focus {
  color: var(--Gray3_i_h) !important;
}

.Gray4_bg {
  background-color: var(--Gray4) !important;
  border-color: var(--Gray4_h) !important;
}

.Gray4_bg_e:hover, .Gray4_bg_e:active, .Gray4_bg_e:focus {
  background-color: var(--Gray4_h) !important;
  border-color: var(--Gray4_h) !important;
}

.Gray4_bg_ho {
  background-color: var(--Gray4_h) !important;
  border-color: var(--Gray4_h) !important;
}

.Gray4_bg_ho_e:hover, .Gray4_bg_ho_e:active, .Gray4_bg_ho_e:focus {
  background-color: var(--Gray4_h) !important;
  border-color: var(--Gray4_h) !important;
}

.Gray4_bg_i {
  background-color: var(--Gray4_i) !important;
  border-color: var(--Gray4_i_h) !important;
}

.Gray4_bg_i_e:hover, .Gray4_bg_i_e:active, .Gray4_bg_i_e:focus {
  background-color: var(--Gray4_i_h) !important;
  border-color: var(--Gray4_i_h) !important;
}

.Gray4_bg_i_ho {
  background-color: var(--Gray4_i_h) !important;
  border-color: var(--Gray4_i_h) !important;
}

.Gray4_bg_i_ho_e:hover, .Gray4_bg_i_ho_e:active, .Gray4_bg_i_ho_e:focus {
  background-color: var(--Gray4_i_h) !important;
  border-color: var(--Gray4_i_h) !important;
}

.Gray4_co {
  color: var(--Gray4) !important;
}

.Gray4_co_e:hover, .Gray4_co_e:active, .Gray4_co_e:focus {
  color: var(--Gray4_h) !important;
}

.Gray4_co_ho {
  color: var(--Gray4_h) !important;
}

.Gray4_co_ho_e:hover, .Gray4_co_ho_e:active, .Gray4_co_ho_e:focus {
  color: var(--Gray4_h) !important;
}

.Gray4_co_i {
  color: var(--Gray4_i) !important;
}

.Gray4_co_i_e:hover, .Gray4_co_i_e:active, .Gray4_co_i_e:focus {
  color: var(--Gray4_i_h) !important;
}

.Gray4_co_i_ho {
  color: var(--Gray4_i_h) !important;
}

.Gray4_co_i_ho_e:hover, .Gray4_co_i_ho_e:active, .Gray4_co_i_ho_e:focus {
  color: var(--Gray4_i_h) !important;
}

.White_bg {
  background-color: var(--White) !important;
  border-color: var(--White_h) !important;
}

.White_bg_e:hover, .White_bg_e:active, .White_bg_e:focus {
  background-color: var(--White_h) !important;
  border-color: var(--White_h) !important;
}

.White_bg_ho {
  background-color: var(--White_h) !important;
  border-color: var(--White_h) !important;
}

.White_bg_ho_e:hover, .White_bg_ho_e:active, .White_bg_ho_e:focus {
  background-color: var(--White_h) !important;
  border-color: var(--White_h) !important;
}

.White_bg_i {
  background-color: var(--White_i) !important;
  border-color: var(--White_i_h) !important;
}

.White_bg_i_e:hover, .White_bg_i_e:active, .White_bg_i_e:focus {
  background-color: var(--White_i_h) !important;
  border-color: var(--White_i_h) !important;
}

.White_bg_i_ho {
  background-color: var(--White_i_h) !important;
  border-color: var(--White_i_h) !important;
}

.White_bg_i_ho_e:hover, .White_bg_i_ho_e:active, .White_bg_i_ho_e:focus {
  background-color: var(--White_i_h) !important;
  border-color: var(--White_i_h) !important;
}

.White_co {
  color: var(--White) !important;
}

.White_co_e:hover, .White_co_e:active, .White_co_e:focus {
  color: var(--White_h) !important;
}

.White_co_ho {
  color: var(--White_h) !important;
}

.White_co_ho_e:hover, .White_co_ho_e:active, .White_co_ho_e:focus {
  color: var(--White_h) !important;
}

.White_co_i {
  color: var(--White_i) !important;
}

.White_co_i_e:hover, .White_co_i_e:active, .White_co_i_e:focus {
  color: var(--White_i_h) !important;
}

.White_co_i_ho {
  color: var(--White_i_h) !important;
}

.White_co_i_ho_e:hover, .White_co_i_ho_e:active, .White_co_i_ho_e:focus {
  color: var(--White_i_h) !important;
}

/* FUNCTION */
/* OTIMIZAÇÃO */
/* 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 #AAAAAA;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 2px 0px 2px 0px;
  background-color: #ECECED;
  color: #363636;
  font-size: 12px;
  font-weight: 400;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0px;
  word-spacing: normal;
  transition: background 0.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: #dfdfe1;
  color: #292929;
  border-color: #9d9d9d;
  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: #d2d2d4;
  color: #1d1d1d;
  border-color: #919191;
  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: #9d9d9d;
  cursor: default !important;
  border: 0px solid #ECECED !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: #272727;
  color: #FFFFFF;
  border-color: #1a1a1a;
  line-height: 34px;
  border-width: 0px;
}

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

.b-site:active, a.b-site:active {
  background-color: #0e0e0e;
  color: white;
  border-color: #0e0e0e;
  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(255, 255, 255, 0.7);
}

/* PRIMARY */
.b-primary, a.b-primary, a.b-primary:visited {
  background-color: #272727;
  color: #FFFFFF;
  border-color: #1a1a1a;
  line-height: 34px;
  border-width: 0px;
}

.b-primary:hover, .b-primary:focus, a.b-primary:hover, a.b-primary:focus {
  background-color: #1a1a1a;
  color: white;
  border-color: #010101;
  line-height: 34px;
  border-width: 0px;
}

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

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

/* PRIMARY */
.b-primaryib, a.b-primaryib, a.b-primaryib:visited {
  background-color: rgba(0, 0, 0, 0);
  color: #272727;
  border-color: #1a1a1a;
  line-height: 32px;
  border-width: 1px;
}

.b-primaryib:hover, .b-primaryib:focus, a.b-primaryib:hover, a.b-primaryib:focus {
  background-color: #1a1a1a;
  color: white;
  border-color: #010101;
  line-height: 32px;
  border-width: 1px;
}

.b-primaryib:active, a.b-primaryib:active {
  background-color: #0e0e0e;
  color: white;
  border-color: #0e0e0e;
  line-height: 32px;
  border-width: 1px;
}

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

/* SECONDARY I B */
.b-secondary, a.b-secondary, a.b-secondary:visited {
  background-color: #464646;
  color: #FFFFFF;
  border-color: #393939;
  line-height: 34px;
  border-width: 0px;
}

.b-secondary:hover, .b-secondary:focus, a.b-secondary:hover, a.b-secondary:focus {
  background-color: #393939;
  color: white;
  border-color: #202020;
  line-height: 34px;
  border-width: 0px;
}

.b-secondary:active, a.b-secondary:active {
  background-color: #2d2d2d;
  color: white;
  border-color: #2d2d2d;
  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(255, 255, 255, 0.7);
}

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

.b-terciary:hover, .b-terciary:focus, a.b-terciary:hover, a.b-terciary:focus {
  background-color: #565656;
  color: #505050;
  border-color: #3d3d3d;
  line-height: 34px;
  border-width: 0px;
}

.b-terciary:active, a.b-terciary:active {
  background-color: #4a4a4a;
  color: #505050;
  border-color: #4a4a4a;
  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(255, 255, 255, 0.7);
}

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

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

.b-danger:active, a.b-danger:active {
  background-color: #ce1139;
  color: white;
  border-color: #ce1139;
  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, 255, 255, 0.7);
}

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

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

.b-dangeri:active, a.b-dangeri:active {
  background-color: #ce1139;
  color: white;
  border-color: #ce1139;
  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, 255, 255, 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: #e6133f;
  line-height: 32px;
  border-width: 1px;
}

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

.b-dangerib:active, a.b-dangerib:active {
  background-color: #ce1139;
  color: white;
  border-color: #ce1139;
  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, 255, 255, 0.7);
}

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

.b-submit:hover, .b-submit:focus, a.b-submit:hover, a.b-submit:focus {
  background-color: #686868;
  color: white;
  border-color: #4f4f4f;
  line-height: 34px;
  border-width: 0px;
}

.b-submit:active, a.b-submit:active {
  background-color: #5c5c5c;
  color: white;
  border-color: #5c5c5c;
  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(255, 255, 255, 0.7);
}

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

.b-light:hover, .b-light:focus, a.b-light:hover, a.b-light:focus {
  background-color: #e4e4e4;
  color: #4c4c4c;
  border-color: #cbcbcb;
  line-height: 32px;
  border-width: 1px;
}

.b-light:active, a.b-light:active {
  background-color: rgba(0, 0, 0, 0);
  color: white;
  border-color: rgba(0, 0, 0, 0);
  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: #ECECED;
  color: #363636;
  border-color: #dfdfe1;
  line-height: 34px;
  border-width: 0px;
}

.b-flat:hover, .b-flat:focus, a.b-flat:hover, a.b-flat:focus {
  background-color: #dfdfe1;
  color: #505050;
  border-color: #c5c5c8;
  line-height: 34px;
  border-width: 0px;
}

.b-flat:active, a.b-flat:active {
  background-color: #d2d2d4;
  color: #505050;
  border-color: #d2d2d4;
  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);
}

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

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

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

/* BOX SHADOW ONLY ON ACTIVE */
.b-flati:active, a.b-flati:active {
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 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: #dfdfe1;
  color: #505050;
  border-color: #c5c5c8;
  line-height: 34px;
  border-width: 0px;
}

.b-flat2:active, a.b-flat2:active {
  background-color: #d2d2d4;
  color: #505050;
  border-color: #d2d2d4;
  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);
}

/* BELL */
.b-bell, .b-bell:hover, .b-bell:focus, .b-bell:active, .b-bell:visited, a.b-bell, a.b-bell:visited {
  background-color: #ECECED;
  color: #363636;
  border-color: #dfdfe1;
  line-height: 34px;
  border-width: 0px;
}

.b-bell:hover, .b-bell:focus, a.b-bell:hover, a.b-bell:focus {
  background-color: #dfdfe1;
  color: #505050;
  border-color: #c5c5c8;
  line-height: 34px;
  border-width: 0px;
}

.b-bell:active, a.b-bell:active {
  background-color: #d2d2d4;
  color: #505050;
  border-color: #d2d2d4;
  line-height: 34px;
  border-width: 0px;
}

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

.b-circ, .b-circ:hover, .b-circ:active, .b-circ:focus {
  border-radius: 50% !important;
  padding: 0px !important;
  font-size: 18px !important;
  line-height: 36px !important;
  width: 38px !important;
}

/* LIGHT UX_BX */
.b-uxbx, .b-uxbx:hover, .b-uxbx:focus, .b-uxbx:active, .b-uxbx:visited, a.b-uxbx, a.b-uxbx:visited {
  background-color: rgba(0, 0, 0, 0);
  color: #757575;
  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: #8f8f8f;
  border-color: rgba(0, 0, 0, 0);
  line-height: 34px;
  border-width: 0px;
}

.b-uxbx:active, a.b-uxbx:active {
  background-color: #919191;
  color: white;
  border-color: #919191;
  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(255, 255, 255, 0.7);
}

.b-uxbx, .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-danger-big {
  line-height: 40px;
  font-size: 14px;
}
.b-danger-big:hover {
  line-height: 40px;
  font-size: 14px;
}
.b-danger-big:focus {
  line-height: 40px;
  font-size: 14px;
}
.b-danger-big:active {
  line-height: 40px;
  font-size: 14px;
}

.b-bell, .b-bell:hover, .b-bell:focus, .b-bell:active, .b-bell:visited {
  line-height: 40px !important;
  width: 40px !important;
  border-radius: 50% !important;
  font-size: 16px;
}
.b-small, a.b-small {
  line-height: 26px;
  font-size: 11px;
}
.b-small:hover, .b-small:focus, .b-small:active, .b-small:visited, a.b-small:hover, a.b-small:focus, a.b-small:active, a.b-small:visited {
  line-height: 26px;
  font-size: 11px;
}

.b-medium {
  line-height: 40px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.b-big {
  line-height: 50px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.btn150 {
  width: 150px;
}

.btn200 {
  width: 200px;
}

/*{
"VERSAO": 1.10,
"AUTOR": "Matheus Maydana",
"ATUALIZACAO": "07/05/2018"
}*/
.ui-a {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 160px;
  height: 50px;
  background-color: #ECECED;
  border-radius: 3px;
  color: #363636;
  font-weight: 500;
  text-transform: uppercase;
  vertical-align: top;
  text-align: left;
  font-size: 11px;
  line-height: 16px;
  padding: 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  outline: 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;
}
.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 .counter {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #FFFFFF;
  text-align: center;
  border-radius: 50%;
  line-height: 20px;
  color: #363636 !important;
  font-size: 10px;
  font-weight: 800;
}
.ui-a:hover, .ui-a:visited {
  color: #363636;
  font-size: 11px;
}
.ui-a:active, .ui-a:focus {
  background-color: #363636;
  color: #FFF;
  font-size: 11px;
}
.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: #363636;
  border-color: #363636;
}
.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: #ECECED !important;
  color: #363636 !important;
}

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

.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-view {
  padding: 5px;
}

.ui-view-label {
  background-color: #f1f1f1;
  font-size: 12px;
  font-weight: 600;
  color: #444;
  padding: 5px 10px 0px 10px;
}

.ui-view-val {
  background-color: #f1f1f1;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  padding: 0px 10px 5px 10px;
}

.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 !important;
}

.simple-grid-th-white thead th {
  border-top-color: rgba(0, 0, 0, 0) !important;
  border-left-color: rgba(0, 0, 0, 0) !important;
  border-right-color: rgba(0, 0, 0, 0) !important;
}

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

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

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

.simple-grid tbody td {
  font-size: 13px;
  vertical-align: middle;
  padding: 4px 10px;
  color: #363636;
  font-family: "Roboto";
  font-weight: 400;
}

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

.select_disabled {
  pointer-events: none;
  background-color: #F4F4F4 !important;
}

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

.btn-driv {
  height: 26px !important;
  color: #343434 !important;
  border-color: rgba(0, 0, 0, 0) !important;
  background-color: rgba(0, 0, 0, 0);
  font-size: 15px !important;
}

.btn-driv:hover, .btn-driv:active {
  height: 26px !important;
  border: 1px solid #343434 !important;
  background-color: #444 !important;
  color: #FFF !important;
  font-size: 15px !important;
}

.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: #1c5f8e;
  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: bold;
  font-size: 13px;
  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: #636363;
}

.boss-input-simple {
  border-bottom: 2px solid #AAAAAA;
  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;
}

.calc-l-10 {
  width: calc(100% - 10px);
}

.calc-r-10 {
  width: 10px;
}

.calc-l-20 {
  width: calc(100% - 20px);
}

.calc-r-20 {
  width: 20px;
}

.calc-l-30 {
  width: calc(100% - 30px);
}

.calc-r-30 {
  width: 30px;
}

.calc-l-40 {
  width: calc(100% - 40px);
}

.calc-r-40 {
  width: 40px;
}

.calc-l-50 {
  width: calc(100% - 50px);
}

.calc-r-50 {
  width: 50px;
}

.calc-l-60 {
  width: calc(100% - 60px);
}

.calc-r-60 {
  width: 60px;
}

.calc-l-70 {
  width: calc(100% - 70px);
}

.calc-r-70 {
  width: 70px;
}

.calc-l-80 {
  width: calc(100% - 80px);
}

.calc-r-80 {
  width: 80px;
}

.calc-l-90 {
  width: calc(100% - 90px);
}

.calc-r-90 {
  width: 90px;
}

.calc-l-100 {
  width: calc(100% - 100px);
}

.calc-r-100 {
  width: 100px;
}

.calc-l-110 {
  width: calc(100% - 110px);
}

.calc-r-110 {
  width: 110px;
}

.calc-l-120 {
  width: calc(100% - 120px);
}

.calc-r-120 {
  width: 120px;
}

.calc-l-130 {
  width: calc(100% - 130px);
}

.calc-r-130 {
  width: 130px;
}

.calc-l-140 {
  width: calc(100% - 140px);
}

.calc-r-140 {
  width: 140px;
}

.calc-l-150 {
  width: calc(100% - 150px);
}

.calc-r-150 {
  width: 150px;
}

.calc-l-160 {
  width: calc(100% - 160px);
}

.calc-r-160 {
  width: 160px;
}

.calc-l-170 {
  width: calc(100% - 170px);
}

.calc-r-170 {
  width: 170px;
}

.calc-l-180 {
  width: calc(100% - 180px);
}

.calc-r-180 {
  width: 180px;
}

.calc-l-190 {
  width: calc(100% - 190px);
}

.calc-r-190 {
  width: 190px;
}

.calc-l-200 {
  width: calc(100% - 200px);
}

.calc-r-200 {
  width: 200px;
}

.calc-l-210 {
  width: calc(100% - 210px);
}

.calc-r-210 {
  width: 210px;
}

.calc-l-220 {
  width: calc(100% - 220px);
}

.calc-r-220 {
  width: 220px;
}

.calc-l-230 {
  width: calc(100% - 230px);
}

.calc-r-230 {
  width: 230px;
}

.calc-l-240 {
  width: calc(100% - 240px);
}

.calc-r-240 {
  width: 240px;
}

.calc-l-250 {
  width: calc(100% - 250px);
}

.calc-r-250 {
  width: 250px;
}

.calc-l-260 {
  width: calc(100% - 260px);
}

.calc-r-260 {
  width: 260px;
}

.calc-l-270 {
  width: calc(100% - 270px);
}

.calc-r-270 {
  width: 270px;
}

.calc-l-280 {
  width: calc(100% - 280px);
}

.calc-r-280 {
  width: 280px;
}

.calc-l-290 {
  width: calc(100% - 290px);
}

.calc-r-290 {
  width: 290px;
}

.calc-l-300 {
  width: calc(100% - 300px);
}

.calc-r-300 {
  width: 300px;
}

.calc-l-310 {
  width: calc(100% - 310px);
}

.calc-r-310 {
  width: 310px;
}

.calc-l-320 {
  width: calc(100% - 320px);
}

.calc-r-320 {
  width: 320px;
}

.calc-l-330 {
  width: calc(100% - 330px);
}

.calc-r-330 {
  width: 330px;
}

.calc-l-340 {
  width: calc(100% - 340px);
}

.calc-r-340 {
  width: 340px;
}

.calc-l-350 {
  width: calc(100% - 350px);
}

.calc-r-350 {
  width: 350px;
}

.calc-l-360 {
  width: calc(100% - 360px);
}

.calc-r-360 {
  width: 360px;
}

.calc-l-370 {
  width: calc(100% - 370px);
}

.calc-r-370 {
  width: 370px;
}

.calc-l-380 {
  width: calc(100% - 380px);
}

.calc-r-380 {
  width: 380px;
}

.calc-l-390 {
  width: calc(100% - 390px);
}

.calc-r-390 {
  width: 390px;
}

.calc-l-400 {
  width: calc(100% - 400px);
}

.calc-r-400 {
  width: 400px;
}

.calc-l-410 {
  width: calc(100% - 410px);
}

.calc-r-410 {
  width: 410px;
}

.calc-l-420 {
  width: calc(100% - 420px);
}

.calc-r-420 {
  width: 420px;
}

.calc-l-430 {
  width: calc(100% - 430px);
}

.calc-r-430 {
  width: 430px;
}

.calc-l-440 {
  width: calc(100% - 440px);
}

.calc-r-440 {
  width: 440px;
}

.calc-l-450 {
  width: calc(100% - 450px);
}

.calc-r-450 {
  width: 450px;
}

.calc-l-460 {
  width: calc(100% - 460px);
}

.calc-r-460 {
  width: 460px;
}

.calc-l-470 {
  width: calc(100% - 470px);
}

.calc-r-470 {
  width: 470px;
}

.calc-l-480 {
  width: calc(100% - 480px);
}

.calc-r-480 {
  width: 480px;
}

.calc-l-490 {
  width: calc(100% - 490px);
}

.calc-r-490 {
  width: 490px;
}

.calc-l-500 {
  width: calc(100% - 500px);
}

.calc-r-500 {
  width: 500px;
}

.calc-l-510 {
  width: calc(100% - 510px);
}

.calc-r-510 {
  width: 510px;
}

.calc-l-520 {
  width: calc(100% - 520px);
}

.calc-r-520 {
  width: 520px;
}

.calc-l-530 {
  width: calc(100% - 530px);
}

.calc-r-530 {
  width: 530px;
}

.calc-l-540 {
  width: calc(100% - 540px);
}

.calc-r-540 {
  width: 540px;
}

.calc-l-550 {
  width: calc(100% - 550px);
}

.calc-r-550 {
  width: 550px;
}

.calc-l-560 {
  width: calc(100% - 560px);
}

.calc-r-560 {
  width: 560px;
}

.calc-l-570 {
  width: calc(100% - 570px);
}

.calc-r-570 {
  width: 570px;
}

.calc-l-580 {
  width: calc(100% - 580px);
}

.calc-r-580 {
  width: 580px;
}

.calc-l-590 {
  width: calc(100% - 590px);
}

.calc-r-590 {
  width: 590px;
}

.calc-l-600 {
  width: calc(100% - 600px);
}

.calc-r-600 {
  width: 600px;
}

.calc-l-610 {
  width: calc(100% - 610px);
}

.calc-r-610 {
  width: 610px;
}

.calc-l-620 {
  width: calc(100% - 620px);
}

.calc-r-620 {
  width: 620px;
}

.calc-l-630 {
  width: calc(100% - 630px);
}

.calc-r-630 {
  width: 630px;
}

.calc-l-640 {
  width: calc(100% - 640px);
}

.calc-r-640 {
  width: 640px;
}

.calc-l-650 {
  width: calc(100% - 650px);
}

.calc-r-650 {
  width: 650px;
}

.calc-l-660 {
  width: calc(100% - 660px);
}

.calc-r-660 {
  width: 660px;
}

.calc-l-670 {
  width: calc(100% - 670px);
}

.calc-r-670 {
  width: 670px;
}

.calc-l-680 {
  width: calc(100% - 680px);
}

.calc-r-680 {
  width: 680px;
}

.calc-l-690 {
  width: calc(100% - 690px);
}

.calc-r-690 {
  width: 690px;
}

.calc-l-700 {
  width: calc(100% - 700px);
}

.calc-r-700 {
  width: 700px;
}

.calc-l-710 {
  width: calc(100% - 710px);
}

.calc-r-710 {
  width: 710px;
}

.calc-l-720 {
  width: calc(100% - 720px);
}

.calc-r-720 {
  width: 720px;
}

.calc-l-730 {
  width: calc(100% - 730px);
}

.calc-r-730 {
  width: 730px;
}

.calc-l-740 {
  width: calc(100% - 740px);
}

.calc-r-740 {
  width: 740px;
}

.calc-l-750 {
  width: calc(100% - 750px);
}

.calc-r-750 {
  width: 750px;
}

.calc-l-760 {
  width: calc(100% - 760px);
}

.calc-r-760 {
  width: 760px;
}

.calc-l-770 {
  width: calc(100% - 770px);
}

.calc-r-770 {
  width: 770px;
}

.calc-l-780 {
  width: calc(100% - 780px);
}

.calc-r-780 {
  width: 780px;
}

.calc-l-790 {
  width: calc(100% - 790px);
}

.calc-r-790 {
  width: 790px;
}

.calc-l-800 {
  width: calc(100% - 800px);
}

.calc-r-800 {
  width: 800px;
}

.calc-l-810 {
  width: calc(100% - 810px);
}

.calc-r-810 {
  width: 810px;
}

.calc-l-820 {
  width: calc(100% - 820px);
}

.calc-r-820 {
  width: 820px;
}

.calc-l-830 {
  width: calc(100% - 830px);
}

.calc-r-830 {
  width: 830px;
}

.calc-l-840 {
  width: calc(100% - 840px);
}

.calc-r-840 {
  width: 840px;
}

.calc-l-850 {
  width: calc(100% - 850px);
}

.calc-r-850 {
  width: 850px;
}

.calc-l-860 {
  width: calc(100% - 860px);
}

.calc-r-860 {
  width: 860px;
}

.calc-l-870 {
  width: calc(100% - 870px);
}

.calc-r-870 {
  width: 870px;
}

.calc-l-880 {
  width: calc(100% - 880px);
}

.calc-r-880 {
  width: 880px;
}

.calc-l-890 {
  width: calc(100% - 890px);
}

.calc-r-890 {
  width: 890px;
}

.calc-l-900 {
  width: calc(100% - 900px);
}

.calc-r-900 {
  width: 900px;
}

/* 
	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
*/
.reserva_overflow {
  overflow-y: none;
  overflow-x: auto;
}

.grid-reserva {
  width: 100%;
  min-width: 900px;
  background-color: #FFF;
  border: none;
  border-collapse: collapse;
  font-size: 14px;
}
.grid-reserva thead {
  border: none;
  background-color: #ECECED;
}
.grid-reserva thead th {
  border: none;
  padding: 10px 20px;
  text-align: left;
  vertical-align: middle;
  font-size: 13px;
}
.grid-reserva tbody {
  border: none;
}
.grid-reserva tbody td {
  padding: 10px 20px;
  vertical-align: middle;
  font-size: 12px;
}
.grid-reserva tbody .turno {
  font-weight: 600;
}
.grid-reserva tbody .reservado {
  background-color: #464646;
}
.grid-reserva tbody .reservado p, .grid-reserva tbody .reservado div, .grid-reserva tbody .reservado h2 {
  color: #FFFFFF !important;
}
.grid-reserva tbody .liberar {
  background-color: #ed254f;
}
.grid-reserva tbody .liberar p, .grid-reserva tbody .liberar div, .grid-reserva tbody .liberar h2 {
  color: #FFFFFF !important;
}
.grid-reserva tbody .livre {
  background-color: #FFFFFF;
}
.grid-reserva tbody .semturno {
  background-image: url("/jnh/ux/reservasbg.png");
  background-repeat: repeat;
  background-size: 100px;
}
.grid-reserva tbody .cal_td {
  vertical-align: top;
}
.grid-reserva tbody .cal_dia {
  font-weight: 400;
  margin-bottom: 10px;
}
.grid-reserva tbody .cal_dia a {
  font-size: 12px;
  background-color: #ECECED;
  color: #363636;
  border-radius: 50%;
  width: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
}
.grid-reserva tbody .cal_dia a:hover {
  background-color: #363636;
  color: #FFFFFF;
}
.grid-reserva tbody .cal {
  background-color: #FFF;
  display: block;
  width: 100%;
  max-width: 280px;
  padding: 4px 5px;
  margin: 0px 5px 5px 0px;
  border: 1px solid #ECECED;
  border-radius: 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;
}
.grid-reserva tbody .cal .t1 {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}
.grid-reserva tbody .cal .t2 {
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
}
.grid-reserva tbody .cal .t3 {
  font-weight: 300;
  font-size: 11px;
  line-height: 13px;
}
.grid-reserva tbody .cal-reservado {
  border-color: #464646;
}
.grid-reserva tbody .cal-reservado .t1, .grid-reserva tbody .cal-reservado .t2, .grid-reserva tbody .cal-reservado .t3 {
  color: #464646;
}
.grid-reserva tbody .cal-liberar {
  border-color: #ed254f;
}
.grid-reserva tbody .cal-liberar .t1, .grid-reserva tbody .cal-liberar .t2, .grid-reserva tbody .cal-liberar .t3 {
  color: #ed254f;
}

.topHeaderTableDemonstrativos {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  width: 100%;
}
.topHeaderTableDemonstrativos .filtrosTopHeader {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: flex-end;
}
.topHeaderTableDemonstrativos .filtrosTopHeader .itemFiltro {
  display: flex;
  flex-direction: column;
}
.topHeaderTableDemonstrativos .filtrosTopHeader .itemFiltro .blocoSelects {
  display: flex;
  flex-direction: row;
  gap: 5px;
  width: 250px;
}
.topHeaderTableDemonstrativos .filtrosTopHeader .filtrosTopHeaderButtons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: flex-end;
}

@media (max-width: 1023px) {
  .topHeaderTableDemonstrativos {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 2rem;
  }
  .topHeaderTableDemonstrativos .filtrosTopHeader {
    width: 100%;
    flex-direction: column;
    gap: 25px;
  }
  .topHeaderTableDemonstrativos .filtrosTopHeader .itemFiltro {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .topHeaderTableDemonstrativos .filtrosTopHeader .itemFiltro .blocoSelects {
    display: flex;
    flex-direction: row;
    gap: 5px;
    width: 100%;
  }
  .topHeaderTableDemonstrativos .filtrosTopHeader .filtrosTopHeaderButtons {
    width: 100%;
    flex-direction: row;
    gap: 10px;
  }
  .topHeaderTableDemonstrativos .filtrosTopHeader .filtrosTopHeaderButtons button {
    width: 100%;
  }
}
/* BOSS */
/* SCROLL-BAR */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track-piece {
  background-color: #ECECED;
}

::-webkit-scrollbar-thumb:vertical {
  height: 10px;
  background-color: #AAAAAA;
}

::-webkit-scrollbar-thumb:horizontal {
  width: 10px;
  background-color: #AAAAAA;
}

::-ms-clear {
  width: 0;
  height: 0;
}

::-ms-reveal {
  width: 0;
  height: 0;
}

/* HIDE YELLOW BACKGROUND IN STORED PASSWORD */
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:active textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
  background-color: rgba(0, 0, 0, 0) !important;
  transition: background-color 5000s ease-in-out 0s;
}

select::-moz-focus-inner {
  border: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

::-moz-focus-inner {
  border: 0;
}

/* TAP AND TOUCH HIGHTLIGHT */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -o-tap-highlight-color: rgba(0, 0, 0, 0);
}

a, a:visited {
  text-decoration: none;
  outline: 0;
}

a:active, a:hover, a:focus {
  text-decoration: none;
  outline: 0;
}

p {
  text-align: left;
}

img {
  border: 0px;
}

table {
  border-collapse: collapse;
}

table td {
  vertical-align: top;
  padding: 5px;
  word-wrap: break-word;
}

select {
  background-image: none;
  background-color: #FFF;
  outline: none;
  border: 1px solid #CCC;
  height: 30px;
  padding: 0px 0px 0px 5px;
  font-size: 0.9em;
  color: #666;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 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;
}

select::-ms-expand {
  display: none;
}

input, button, textarea {
  box-shadow: none;
  background-image: none;
  outline: 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;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
}

blockquote {
  background: #f9f9f9;
  margin: 1.5em 10px;
  padding: 1.5em 10px;
  quotes: "“" "”";
}

blockquote:before {
  color: #CCC;
  content: open-quote;
  font-size: 5em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
  line-height: 30px !important;
  font-size: 1.5em;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #AAA;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #AAA;
}

input:-ms-input-placeholder,
textarea:-ms-placeholder {
  color: #AAA;
}

input:-o-input-placeholder,
textarea:-o-placeholder {
  color: #AAA;
}

fieldset {
  border: 1px solid #AAA;
  margin: 0px;
}

hr {
  height: 1px;
  border: none;
  background-color: #CCC;
}

/* Exemplo <div class="width10"></div> */
.width-1 {
  width: 1%;
}

.width-2 {
  width: 2%;
}

.width-3 {
  width: 3%;
}

.width-4 {
  width: 4%;
}

.width-5 {
  width: 5%;
}

.width-6 {
  width: 6%;
}

.width-7 {
  width: 7%;
}

.width-8 {
  width: 8%;
}

.width-9 {
  width: 9%;
}

.width-10 {
  width: 10%;
}

.width-11 {
  width: 11%;
}

.width-12 {
  width: 12%;
}

.width-13 {
  width: 13%;
}

.width-14 {
  width: 14%;
}

.width-15 {
  width: 15%;
}

.width-16 {
  width: 16%;
}

.width-17 {
  width: 17%;
}

.width-18 {
  width: 18%;
}

.width-19 {
  width: 19%;
}

.width-20 {
  width: 20%;
}

.width-21 {
  width: 21%;
}

.width-22 {
  width: 22%;
}

.width-23 {
  width: 23%;
}

.width-24 {
  width: 24%;
}

.width-25 {
  width: 25%;
}

.width-26 {
  width: 26%;
}

.width-27 {
  width: 27%;
}

.width-28 {
  width: 28%;
}

.width-29 {
  width: 29%;
}

.width-30 {
  width: 30%;
}

.width-31 {
  width: 31%;
}

.width-32 {
  width: 32%;
}

.width-33 {
  width: 33%;
}

.width-34 {
  width: 34%;
}

.width-35 {
  width: 35%;
}

.width-36 {
  width: 36%;
}

.width-37 {
  width: 37%;
}

.width-38 {
  width: 38%;
}

.width-39 {
  width: 39%;
}

.width-40 {
  width: 40%;
}

.width-41 {
  width: 41%;
}

.width-42 {
  width: 42%;
}

.width-43 {
  width: 43%;
}

.width-44 {
  width: 44%;
}

.width-45 {
  width: 45%;
}

.width-46 {
  width: 46%;
}

.width-47 {
  width: 47%;
}

.width-48 {
  width: 48%;
}

.width-49 {
  width: 49%;
}

.width-50 {
  width: 50%;
}

.width-51 {
  width: 51%;
}

.width-52 {
  width: 52%;
}

.width-53 {
  width: 53%;
}

.width-54 {
  width: 54%;
}

.width-55 {
  width: 55%;
}

.width-56 {
  width: 56%;
}

.width-57 {
  width: 57%;
}

.width-58 {
  width: 58%;
}

.width-59 {
  width: 59%;
}

.width-60 {
  width: 60%;
}

.width-61 {
  width: 61%;
}

.width-62 {
  width: 62%;
}

.width-63 {
  width: 63%;
}

.width-64 {
  width: 64%;
}

.width-65 {
  width: 65%;
}

.width-66 {
  width: 66%;
}

.width-67 {
  width: 67%;
}

.width-68 {
  width: 68%;
}

.width-69 {
  width: 69%;
}

.width-70 {
  width: 70%;
}

.width-71 {
  width: 71%;
}

.width-72 {
  width: 72%;
}

.width-73 {
  width: 73%;
}

.width-74 {
  width: 74%;
}

.width-75 {
  width: 75%;
}

.width-76 {
  width: 76%;
}

.width-77 {
  width: 77%;
}

.width-78 {
  width: 78%;
}

.width-79 {
  width: 79%;
}

.width-80 {
  width: 80%;
}

.width-81 {
  width: 81%;
}

.width-82 {
  width: 82%;
}

.width-83 {
  width: 83%;
}

.width-84 {
  width: 84%;
}

.width-85 {
  width: 85%;
}

.width-86 {
  width: 86%;
}

.width-87 {
  width: 87%;
}

.width-88 {
  width: 88%;
}

.width-89 {
  width: 89%;
}

.width-90 {
  width: 90%;
}

.width-91 {
  width: 91%;
}

.width-92 {
  width: 92%;
}

.width-93 {
  width: 93%;
}

.width-94 {
  width: 94%;
}

.width-95 {
  width: 95%;
}

.width-96 {
  width: 96%;
}

.width-97 {
  width: 97%;
}

.width-98 {
  width: 98%;
}

.width-99 {
  width: 99%;
}

.width-100 {
  width: 100%;
}

.width-12-5 {
  width: 12.5%;
}

.width-66-6 {
  width: 16.66%;
}

.width-33 {
  width: 33%;
}

.width-33-3 {
  width: 33.33%;
}

.width-66-6 {
  width: 66.66%;
}

/* Exemplo <div class="site-space-20"></div> */
.site-space-10 {
  display: table;
  width: 100%;
  height: 10px;
}

.site-space-20 {
  display: table;
  width: 100%;
  height: 20px;
}

.site-space-30 {
  display: table;
  width: 100%;
  height: 30px;
}

.site-space-40 {
  display: table;
  width: 100%;
  height: 40px;
}

.site-space-50 {
  display: table;
  width: 100%;
  height: 50px;
}

.site-space-60 {
  display: table;
  width: 100%;
  height: 60px;
}

.site-space-70 {
  display: table;
  width: 100%;
  height: 70px;
}

.site-space-80 {
  display: table;
  width: 100%;
  height: 80px;
}

.site-space-90 {
  display: table;
  width: 100%;
  height: 90px;
}

.site-space-100 {
  display: table;
  width: 100%;
  height: 100px;
}

.site-space {
  display: table;
  width: 100%;
  height: 10px;
}

/* Exemplo <div class="maxwidth320"></div> */
.maxwidth300 {
  max-width: 300px !important;
}

.maxwidth320 {
  max-width: 320px !important;
}

.maxwidth340 {
  max-width: 340px !important;
}

.maxwidth360 {
  max-width: 360px !important;
}

.maxwidth380 {
  max-width: 380px !important;
}

.maxwidth400 {
  max-width: 400px !important;
}

.maxwidth420 {
  max-width: 420px !important;
}

.maxwidth440 {
  max-width: 440px !important;
}

.maxwidth460 {
  max-width: 460px !important;
}

.maxwidth480 {
  max-width: 480px !important;
}

.maxwidth500 {
  max-width: 500px !important;
}

.maxwidth520 {
  max-width: 520px !important;
}

.maxwidth540 {
  max-width: 540px !important;
}

.maxwidth560 {
  max-width: 560px !important;
}

.maxwidth580 {
  max-width: 580px !important;
}

.maxwidth600 {
  max-width: 600px !important;
}

.maxwidth620 {
  max-width: 620px !important;
}

.maxwidth640 {
  max-width: 640px !important;
}

.maxwidth660 {
  max-width: 660px !important;
}

.maxwidth680 {
  max-width: 680px !important;
}

.maxwidth700 {
  max-width: 700px !important;
}

.maxwidth720 {
  max-width: 720px !important;
}

.maxwidth740 {
  max-width: 740px !important;
}

.maxwidth760 {
  max-width: 760px !important;
}

.maxwidth780 {
  max-width: 780px !important;
}

.maxwidth800 {
  max-width: 800px !important;
}

.maxwidth820 {
  max-width: 820px !important;
}

.maxwidth840 {
  max-width: 840px !important;
}

.maxwidth860 {
  max-width: 860px !important;
}

.maxwidth880 {
  max-width: 880px !important;
}

.maxwidth900 {
  max-width: 900px !important;
}

.maxwidth920 {
  max-width: 920px !important;
}

.maxwidth940 {
  max-width: 940px !important;
}

.maxwidth960 {
  max-width: 960px !important;
}

.maxwidth980 {
  max-width: 980px !important;
}

.maxwidth1000 {
  max-width: 1000px !important;
}

.maxwidth1020 {
  max-width: 1020px !important;
}

.maxwidth1040 {
  max-width: 1040px !important;
}

.maxwidth1060 {
  max-width: 1060px !important;
}

.maxwidth1080 {
  max-width: 1080px !important;
}

.maxwidth1100 {
  max-width: 1100px !important;
}

.maxwidth1120 {
  max-width: 1120px !important;
}

.maxwidth1140 {
  max-width: 1140px !important;
}

.maxwidth1160 {
  max-width: 1160px !important;
}

.maxwidth1180 {
  max-width: 1180px !important;
}

.maxwidth1200 {
  max-width: 1200px !important;
}

/* Exemplo <div class="float-right"></div> */
.float-right {
  float: right;
}

.float-left {
  float: left;
}

/* Exemplo <div class="padding-left-30"></div> */
.padding-left-5, .pd-left-5 {
  padding-left: 5px;
}

.padding-left-10, .pd-left-10 {
  padding-left: 10px;
}

.padding-left-15, .pd-left-15 {
  padding-left: 15px;
}

.padding-left-20, .pd-left-20 {
  padding-left: 20px;
}

.padding-left-25, .pd-left-25 {
  padding-left: 25px;
}

.padding-left-30, .pd-left-30 {
  padding-left: 30px;
}

.padding-left-35, .pd-left-35 {
  padding-left: 35px;
}

.padding-left-40, .pd-left-40 {
  padding-left: 40px;
}

.padding-left-45, .pd-left-45 {
  padding-left: 45px;
}

.padding-left-50, .pd-left-50 {
  padding-left: 50px;
}

.padding-left-55, .pd-left-55 {
  padding-left: 55px;
}

.padding-left-60, .pd-left-60 {
  padding-left: 60px;
}

.pd-left {
  padding-left: 5px;
}

/* Exemplo <div class="padding-right-15"></div> */
.padding-right-5, .pd-right-5 {
  padding-right: 5px;
}

.padding-right-10, .pd-right-10 {
  padding-right: 10px;
}

.padding-right-15, .pd-right-15 {
  padding-right: 15px;
}

.padding-right-20, .pd-right-20 {
  padding-right: 20px;
}

.padding-right-25, .pd-right-25 {
  padding-right: 25px;
}

.padding-right-30, .pd-right-30 {
  padding-right: 30px;
}

.padding-right-35, .pd-right-35 {
  padding-right: 35px;
}

.padding-right-40, .pd-right-40 {
  padding-right: 40px;
}

.padding-right-45, .pd-right-45 {
  padding-right: 45px;
}

.padding-right-50, .pd-right-50 {
  padding-right: 50px;
}

.padding-right-55, .pd-right-55 {
  padding-right: 55px;
}

.padding-right-60, .pd-right-60 {
  padding-right: 60px;
}

.pd-right {
  padding-right: 5px;
}

/* Exemplo <div class="pd-center-15"></div> */
.pd-center-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.pd-center-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.pd-center-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.pd-center-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.pd-center-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.pd-center-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.pd-center-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.pd-center-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.pd-center-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.pd-center-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.pd-center-55 {
  padding-left: 55px;
  padding-right: 55px;
}

.pd-center-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.pd-center {
  padding-left: 5px;
  padding-right: 5px;
}

.upper {
  text-transform: uppercase;
}

.cursor-pointer {
  cursor: pointer;
}

.iframe {
  background-color: #FFF;
  border: none;
  width: 100%;
  min-height: 80vh;
}

.white {
  color: #FFF !important;
}

.white-all * {
  color: #FFF !important;
}

.red {
  color: #ed254f !important;
}

.blue {
  color: #22C;
}

.green {
  color: #2C2;
}

.black {
  color: #323232;
}

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

.text-center-all * {
  text-align: center;
}

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

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

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

.responsivevideo {
  position: relative;
  padding-bottom: 56.25% !important;
  height: 0 !important;
  z-index: 5;
}

.responsivevideo iframe {
  border: none;
  outline: none;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 5;
  border: 0 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.block {
  display: inline-block;
  vertical-align: top;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.display-none {
  display: none;
}

.display-table {
  display: table;
}

.display-block {
  display: block;
}

.display-inline-block, .inline-block {
  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;
}

.display-inline-table {
  display: inline-table;
}

.margin-auto {
  margin: auto;
}

.margin-right {
  margin-right: 0;
  margin-left: auto;
}

.outline-none {
  outline: none;
}

.hidden {
  margin-top: -9999px !important;
  top: 0;
  left: 0;
  width: 1px;
  height: 0;
  position: absolute !important;
  opacity: 0 !important;
  overflow: auto;
}

.border-box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.no-select {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}

.opacity {
  opacity: 0;
  filter: alpha(opacity=0);
}

.animation {
  -webkit-animation: all 0.25s ease-in-out;
  -moz-animation: all 0.25s ease-in-out;
  -o-animation: all 0.25s ease-in-out;
  -ms-animation: all 0.25s ease-in-out;
  animation: all 0.25s ease-in-out;
  -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;
}

.animation:hover {
  -webkit-animation: all 0.25s ease-in-out;
  -moz-animation: all 0.25s ease-in-out;
  -o-animation: all 0.25s ease-in-out;
  -ms-animation: all 0.25s ease-in-out;
  animation: all 0.25s ease-in-out;
  -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;
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.clean-list, .clean-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.clean-list li, .clean-list ol {
  list-style: none;
  padding: 0;
}

.equidistant {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: justify;
  display: -ms-flexbox;
  -ms-flex-pack: space-between;
  -ms-flex-align: justify;
}

#boss-dialog, .boss-dialog {
  position: fixed;
  z-index: 998;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.boss-dialog-area {
  position: relative;
  display: block;
  background-color: #FFF;
  border: 1px solid #3a3a3a;
}

.boss-dialog-area iframe {
  border: none;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.boss-dialog-close {
  cursor: pointer;
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 20px;
  background-color: #333;
  border: 2px solid #FFF;
  color: #FFF;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}

.boss-dialog-close:hover {
  background-color: #FFF;
  border: 2px solid #333;
  color: #333;
}

.boss-dialog-close i {
  margin-top: -3px;
}

#boss-confirm {
  position: fixed;
  display: block;
  z-index: 999;
  height: 101vh;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: -1px;
  background-color: rgba(0, 0, 0, 0.9);
}

.boss-confirm {
  display: block;
  background-color: #FFF;
  margin: auto;
  width: 300px;
  margin-top: 40vh;
  box-shadow: 0px 2px 8px 4px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  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;
}

.boss-confirm p {
  text-transform: uppercase;
}

/* BOSS OVERLAY */
.boss-overlay {
  z-index: 9990;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.95);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.boss-overlay-vertical {
  height: 100vh;
  min-height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.boss-overlay-area {
  background-color: #FFF;
  margin: auto;
  display: table;
  max-width: 1024px;
}

.boss-overlay-title {
  background-color: #1BA0E1;
  color: #FFF;
  font-size: 1.1em;
  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;
}

.boss-overlay-content {
  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;
}

#boss-warning {
  position: fixed;
  display: block;
  z-index: 9999;
  width: 100%;
  max-width: 540px;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ed254f;
  opacity: 0;
  -webkit-animation: all 0.25s ease-in-out;
  -moz-animation: all 0.25s ease-in-out;
  -o-animation: all 0.25s ease-in-out;
  -ms-animation: all 0.25s ease-in-out;
  animation: all 0.25s ease-in-out;
  -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;
}

.boss-warning {
  display: block;
  color: #FFF;
  margin: auto;
  width: 100%;
  max-width: 600px;
  padding: 5px 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;
}

.boss-warning p {
  color: #FFF;
}

.boss-warning-close {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  color: #FFF;
  border: none;
  padding: 0px !important;
  font-size: 18px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.boss-warning-close:hover {
  background-color: #FFFFFF;
  color: #363636;
}

.warning-green {
  background-color: #8CC63F !important;
}

.warning-blue {
  background-color: #41A1FF !important;
}

/* TABS VERTICAL */
.boss-tabs-vertical ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.boss-tabs-vertical li {
  position: relative;
  cursor: pointer;
  list-style: none;
  margin: 0px;
  padding: 10px 10px 10px 15px;
  background-color: #FFF;
  color: #505050;
  border-top: 1px solid #DDD;
  border-left: 2px solid #DDD;
  border-right: 1px solid #DDD;
  text-transform: uppercase;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.boss-tabs-vertical li:last-child {
  border-bottom: 1px solid #DDD;
}

.boss-tabs-vertical li:hover {
  background-color: #F1F1F1;
}

.boss-tabs-vertical-area {
  overflow: auto;
  padding: 20px;
  display: block;
  width: 100%;
  border: 1px solid #DDD;
  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;
}

.boss-tabs-vertical-active {
  background-color: #FFFFFF !important;
  font-weight: 600 !important;
}

.boss-tabs-vertical-active::before {
  position: absolute;
  top: 35%;
  left: -4px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  line-height: inherit;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #DDD;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* TABS HORIZONTAL */
.boss-tabs-horizontal ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.boss-tabs-horizontal-area {
  overflow: auto;
  padding: 20px;
  display: block;
  width: 100%;
  border: 1px solid #DDD;
  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;
}

.boss-tabs-horizontal li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  list-style: none;
  line-height: 1em;
  color: #505050;
  margin: 0px 0px -1px 0px;
  padding: 20px 20px 15px 20px;
  border-top: 1px solid #DDD;
  border-color: #DDD;
  border-top-width: 2px;
  font-weight: 300;
  text-transform: uppercase;
  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;
}

.boss-tabs-horizontal li:first-child {
  border-left: 1px solid #DDD;
}

.boss-tabs-horizontal li:last-child {
  border-right: 1px solid #DDD;
}

.boss-tabs-horizontal li:hover {
  background-color: #F1F1F1 !important;
}

.boss-tabs-horizontal-active {
  background-color: #FFFFFF !important;
  font-weight: 600 !important;
}

.boss-tabs-horizontal-active::before {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  line-height: inherit;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #DDD;
}

@media all and (max-width: 800px) {
  .boss-tabs-horizontal li, .boss-tabs-horizontal li:first-child, .boss-tabs-horizontal li:last-child {
    width: 100%;
    border-color: #DDD;
    border-style: solid;
    padding: 15px;
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    border-right-width: 1px !important;
  }
}
/* COPY TO CLIPBOARD */
.boss-auto-clipboard {
  position: relative;
}

.boss-auto-clipboard::after {
  -webkit-animation: all 0.3s ease-in-out;
  -moz-animation: all 0.3s ease-in-out;
  -o-animation: all 0.3s ease-in-out;
  -ms-animation: all 0.3s ease-in-out;
  animation: all 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: none !important;
  outline: none !important;
}

.boss-auto-clipboard:hover {
  text-decoration: underline !important;
  box-shadow: none !important;
  outline: none !important;
}

.boss-auto-clipboard:hover::after {
  cursor: pointer;
  content: "clique p/ copiar";
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 10px;
  position: absolute;
  top: 5%;
  left: 5%;
  background-color: #ed254f;
  padding: 4px;
  width: 100px;
  z-index: 1;
  border-radius: 4px;
  opacity: 1;
  transform: translateY(0%);
  box-shadow: none !important;
  outline: none !important;
}

.boss-auto-clipboard-sucess:hover::after {
  content: "copiado!";
  background-color: #272727;
  transform: translateY(-50%);
  opacity: 0;
  box-shadow: none !important;
  outline: none !important;
}

.boss-auto-clipboard-sucess::after {
  animation: clipboard_k 0.4s ease-in-out;
  animation-fill-mode: forwards;
  transform-origin: center center;
  box-shadow: none !important;
  outline: none !important;
}

@keyframes clipboard_k {
  0% {
    transform: translateY(0%);
    opacity: 1;
  }
  5% {
    transform: translateY(5%);
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateY(-50%);
    opacity: 0;
  }
}
/* 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;
}

@media all and (min-width: 1281px) {
  .no-pc {
    display: none !important;
    position: absolute;
    margin-left: -99999px;
  }

  .pc-justify {
    text-align: justify;
  }
}
@media all and (min-width: 1024px) and (max-width: 1280px) {
  .no-pc {
    display: none !important;
    position: absolute;
    margin-left: -99999px;
  }

  .pc-justify {
    text-align: justify;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .block {
    width: 100% !important;
    padding: 5px 0 !important;
  }

  .pd-adjust {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mobile-no-pd {
    padding: 0 !important;
  }

  .reponsive-table {
    clear: both !important;
    float: left !important;
    display: table !important;
    width: 100% !important;
    margin-bottom: 5px;
  }

  .no-mobile {
    display: none !important;
    position: absolute;
    margin-left: -99999px;
  }

  .equidistant, .equidistant-area {
    width: 100%;
    display: block;
  }

  .mobile-margin-auto {
    margin: auto;
  }

  .mobile-margin-left {
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  .mobile-text-center {
    text-align: center;
  }
}
@media all and (min-width: 521px) and (max-width: 767px) {
  .block {
    width: 100% !important;
    padding: 5px 0 !important;
  }

  .pd-adjust {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mobile-no-pd {
    padding: 0 !important;
  }

  .reponsive-table {
    clear: both !important;
    float: left !important;
    display: table !important;
    width: 100% !important;
    margin-bottom: 5px;
  }

  .no-mobile {
    display: none !important;
    position: absolute;
    margin-left: -99999px;
  }

  .equidistant, .equidistant-area {
    width: 100%;
    display: block;
  }

  .mobile-margin-auto {
    margin: auto;
  }

  .mobile-margin-left {
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  .mobile-text-center {
    text-align: center;
  }
}
@media all and (min-width: 382px) and (max-width: 520px) {
  .block {
    width: 100% !important;
    padding: 5px 0 !important;
  }

  .pd-adjust {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mobile-no-pd {
    padding: 0 !important;
  }

  .reponsive-table {
    clear: both !important;
    float: left !important;
    display: table !important;
    width: 100% !important;
    margin-bottom: 5px;
  }

  .no-mobile {
    display: none !important;
    position: absolute;
    margin-left: -99999px;
  }

  .equidistant, .equidistant-area {
    width: 100%;
    display: block;
  }

  .mobile-margin-auto {
    margin: auto;
  }

  .mobile-margin-left {
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  .mobile-text-center {
    text-align: center;
  }
}
@media all and (max-width: 381px) {
  .block {
    width: 100% !important;
    padding: 5px 0 !important;
  }

  .pd-adjust {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mobile-no-pd {
    padding: 0 !important;
  }

  .reponsive-table {
    clear: both !important;
    float: left !important;
    display: table !important;
    width: 100% !important;
    margin-bottom: 5px;
  }

  .no-mobile {
    display: none !important;
    position: absolute;
    margin-left: -99999px;
  }

  .equidistant, .equidistant-area {
    width: 100%;
    display: block;
  }

  .mobile-margin-auto {
    margin: auto;
  }

  .mobile-margin-left {
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  .mobile-text-center {
    text-align: center;
  }
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track-piece {
  background-color: #ECECED;
}

::-webkit-scrollbar-thumb:vertical {
  height: 10px;
  background-color: #AAAAAA;
}

::-webkit-scrollbar-thumb:horizontal {
  width: 10px;
  background-color: #AAAAAA;
}

::-ms-clear {
  width: 0;
  height: 0;
}

::-ms-reveal {
  width: 0;
  height: 0;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -o-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  width: 100%;
  font-size: 0.9vw;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}

body {
  width: 100%;
  font-size: 15px;
  color: #656565;
  margin: 0px;
  padding: 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  background-color: #f5f5f5;
  word-wrap: normal;
  overflow-scrolling: auto;
  -webkit-overflow-scrolling: auto;
  -moz-overflow-scrolling: auto;
  -o-overflow-scrolling: auto;
  -ms-overflow-scrolling: auto;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}

h1, .h1 {
  font-size: 19px;
  line-height: 22px;
  font-weight: 400;
  margin: 10px 0px 10px 0px;
  color: #252525;
  text-transform: uppercase;
}

h2, .h2 {
  font-size: 17px;
  line-height: 19px;
  font-weight: 400;
  margin: 10px 0px 10px 0px;
  color: #252525;
  text-transform: uppercase;
}

h3, .h3 {
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
  margin: 10px 0px 10px 0px;
  color: #252525;
}

a, a:visited {
  text-decoration: none;
}

a:active, a:hover, a:focus {
  text-decoration: none;
}

p {
  text-align: left;
  line-height: 1.4em;
  -ms-word-break: normal;
  word-break: normal;
}

div {
  line-height: 1em;
}

.big {
  font-size: 1.4em;
}

.riscado {
  text-decoration: line-through;
}

.strong, strong, b {
  font-weight: 500;
}

.italic {
  font-style: italic;
}

.micro {
  font-size: 9px;
}

.conteudo {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 30px 30px 100px 230px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

#inicio {
  font-size: 28px !important;
  color: #FFF;
}

/* HEADER PC*/
.imob {
  display: block;
  background-color: #FFFFFF;
  width: 100%;
  padding: 15px 30px 15px 230px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.imob .imob-left, .imob .imob-center, .imob .imob-right {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.imob .imob-left {
  width: calc(50% - 30px);
}
.imob .imob-center {
  width: calc(50% - 30px);
}
.imob .imob-right {
  width: 60px;
}
.imob .imob-logo {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding-right: 20px;
}
.imob .imob-h2 {
  display: inline-block;
  margin: 2px 0px;
  font-size: 16px;
}
.imob .imob-logo img {
  width: auto;
  height: 50px;
  margin: 0;
}
.imob .imob-tx {
  display: inline-block;
  vertical-align: middle;
}
.imob .imob-dv {
  font-size: 0.9em;
}
.imob .pes_nome {
  font-size: 13px !important;
}

.bell {
  background: #FFF;
  border: 1px solid #EEE;
  display: none;
  width: 100vw;
  max-width: 280px;
  position: absolute;
  z-index: 9902;
  text-align: left !important;
  top: -21px;
  right: -1px;
  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;
}
.bell .bell-header {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.bell .bell-header .bell-left {
  width: calc(100% - 50px);
  display: inline-block;
  vertical-align: middle;
}
.bell .bell-header .bell-right {
  text-align: right;
  width: 50px;
  display: inline-block;
  vertical-align: middle;
}

.bell-active {
  display: block !important;
}

.vertical {
  display: table-cell;
  width: calc(100vw - 170px);
  height: 80vh;
  vertical-align: middle;
}

.card {
  display: inline-block;
  max-width: 300px;
  width: 100%;
  text-align: left;
  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;
}

.card-icon {
  display: block;
  margin: auto;
  height: 50px;
  line-height: 60px;
  width: 50px;
  background-color: #FFF;
  text-align: center;
  border-radius: 50%;
}

.card-icon i {
  font-size: 26px;
}

.card-area {
  display: block;
  width: 100%;
  text-align: left;
  background-color: #CCC;
  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;
}

.card-area * {
  color: #FFF !important;
}

.card-area h2 {
  overflow: hidden;
  height: 46px;
}

.card-down {
  display: block;
  width: 100%;
  background-color: #FFF;
  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;
}

.creditos {
  position: fixed;
  z-index: 1;
  bottom: 0px;
  right: 0px;
  font-size: 12px;
  text-align: right;
  color: #646464;
  padding: 5px 40px !important;
  margin: 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;
}

.creditos a {
  color: inherit;
  font-weight: 500;
}

.anuncio {
  position: relative;
  border: 1px solid #DDD;
  display: block;
  width: 100%;
  min-height: 175px;
  padding: 10px !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.anuncio-img {
  width: 150px;
  height: auto;
  margin: 0px 10px 10px 0px;
}

.fundo-contador {
  display: block;
  width: 100%;
  background-color: #EEE;
  padding: 40px 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;
}

.contador {
  position: relative;
  overflow: hidden;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 400;
  background-color: #444;
  color: #FFF;
  width: 180px;
  height: 180px;
}

.grid-overflow {
  display: block;
  overflow: auto;
}

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

.grid thead th {
  text-transform: uppercase;
  vertical-align: bottom;
  font-weight: 500;
  font-size: 13px;
  padding: 10px 5px;
  color: #54535a;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  background-color: #E4E4E4;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.grid tbody tr {
  border-bottom: 1px solid #E4E4E4;
}

.grid tbody td {
  font-size: 11px;
  vertical-align: middle;
}

.grid tbody tr:hover {
  background-color: #DDD;
  color: #333;
}

.grid-not-hover {
  padding: 0;
  border: none !important;
}

.grid-not-hover:hover {
  background-color: #FFF;
}

/* GRID INTERNO */
.grid-inside {
  width: 100%;
  margin-bottom: 20px;
}

.grid-inside thead th {
  text-transform: uppercase;
  vertical-align: bottom;
  font-weight: 500;
  font-size: 1em;
  padding: 5px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  border: 1px solid #BBB !important;
  background-color: #DDD !important;
  color: #323232;
}

.grid-inside tbody tr {
  font-size: 0.9em;
  vertical-align: middle;
  background-color: #FFF !important;
  border: 1px solid #CCC !important;
}

.grid-inside tbody tr:nth-child(even) {
  background-color: #EEE !important;
}

.grid-inside tbody tr:hover, .grid-inside tbody tr:hover td {
  background-color: #D8D8D8 !important;
  border: 1px solid #D8D8D8 !important;
  color: #333;
}

/* UX BOX */
.ux_bx {
  position: relative;
  display: inline-block;
  vertical-align: top;
  background-color: #FFF;
  border-radius: 3px;
  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;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13);
}

.ux_bx_ovflw {
  overflow: auto;
  min-height: 250px;
  position: relative;
}

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

.ux_bx_ovflw::-webkit-scrollbar-track-piece {
  background-color: #ECECED;
}

.ux_bx_ovflw::-webkit-scrollbar-thumb:vertical {
  height: 10px;
  background-color: #AAAAAA;
}

.ux_bx_ovflw::-webkit-scrollbar-thumb:horizontal {
  width: 10px;
  background-color: #AAAAAA;
}

.ux_bx_nopd {
  margin-top: 20px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
}

.ux_bx_header {
  border-radius: 3px 3px 0px 0px;
  background-color: #E4E4E4;
  margin: -20px;
  display: block;
  position: relative;
  padding: 10px 20px;
  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;
}

.ux_bx_header_pd1 {
  padding-right: 40px;
}

.ux_bx_header_pd2 {
  padding-right: 70px;
}

.ux_bx_header_pd3 {
  padding-right: 100px;
}

.ux_bx_header_bg {
  padding: 0px 20px;
  display: block;
  width: 100%;
  background-color: #E4E4E4;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.ux_bx h2 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 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;
}

.ux_bx h2[data-toggle] {
  cursor: pointer;
}

.ux_bx_toggle {
  display: block;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
}

.ux_bx_toggle .txt {
  font-size: 10px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  line-height: 12px;
  margin-left: 5px;
}

.ux_bx hr {
  margin: 4px 0px 10px 0px;
  height: 1px;
  width: 100%;
  background-color: #DDD;
}

.ux_bx_icon {
  background-color: #e5e5e5;
  background: -moz-linear-gradient(top, rgb(229, 229, 229) 0%, rgb(229, 229, 229) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(229, 229, 229)), color-stop(50%, rgb(229, 229, 229)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgb(229, 229, 229) 0%, rgb(229, 229, 229) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgb(229, 229, 229) 0%, rgb(229, 229, 229) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, rgb(229, 229, 229) 0%, rgb(229, 229, 229) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgb(229, 229, 229) 0%, rgb(229, 229, 229) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#36343e", endColorstr="#ffffff", GradientType=0 );
  margin: -20px -20px 0px -20px;
  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;
}

.ux_bx_icon_danger {
  background-color: #e5e5e5;
  background: -moz-linear-gradient(top, rgb(237, 37, 80) 0%, rgb(237, 37, 80) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(237, 37, 80)), color-stop(50%, rgb(237, 37, 80)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgb(237, 37, 80) 0%, rgb(237, 37, 80) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgb(237, 37, 80) 0%, rgb(237, 37, 80) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, rgb(237, 37, 80) 0%, rgb(237, 37, 80) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgb(237, 37, 80) 0%, rgb(237, 37, 80) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#36343e", endColorstr="#ffffff", GradientType=0 );
  margin: -20px -20px 0px -20px;
  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;
}

.ux_bx_header_danger * {
  color: #FFF !important;
}

.ux_bx_header_white {
  background-color: #FFF;
}

.ux_bx_icon img {
  height: 85px;
  width: auto;
  display: block;
  margin: auto;
  border-radius: 50%;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.13), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.ux_bx_icon .square {
  height: 100px;
  width: auto;
  display: block;
  margin: auto;
  border-radius: 0;
  box-shadow: none;
  background-color: #FFF;
  border: 1px solid #e5e5e5;
}

.ux_bx_itemicon {
  display: inline-block;
  width: 35px;
  vertical-align: middle;
}

.ux_bx_itemtext {
  display: inline-block;
  width: calc(100% - 35px);
  vertical-align: middle;
  padding: 0px 0 10px 0;
}

.ux_bx_header_danger {
  background: rgb(237, 37, 80);
  background: -moz-linear-gradient(left, rgb(237, 37, 80) 0%, rgb(237, 66, 50) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(237, 37, 80)), color-stop(100%, rgb(237, 66, 50)));
  background: -webkit-linear-gradient(left, rgb(237, 37, 80) 0%, rgb(237, 66, 50) 100%);
  background: -o-linear-gradient(left, rgb(237, 37, 80) 0%, rgb(237, 66, 50) 100%);
  background: -ms-linear-gradient(left, rgb(237, 37, 80) 0%, rgb(237, 66, 50) 100%);
  background: linear-gradient(to right, rgb(237, 37, 80) 0%, rgb(237, 66, 50) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ed2550", endColorstr="#ed4232", GradientType=1);
}

.ux_bx_header_danger h2 {
  color: #FFF;
}

.ux_side {
  position: relative;
  display: block;
  vertical-align: top;
  width: 100%;
  background-color: #FFF;
  border-radius: 3px;
  margin-bottom: 5px;
  border: 1px solid #B8B8B8;
  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;
}

.ux_side:hover {
  background-color: #F4F4F4;
}

.ux_side_l {
  width: 280px;
  display: inline-block;
  vertical-align: top;
}

.ux_side_r {
  display: inline-block;
  width: calc(100% - 280px);
  vertical-align: top;
}

.formulario-titulo {
  padding: 5px 0px;
  color: #757575;
  font-weight: 600;
  position: relative;
  font-size: 13px;
  word-spacing: -1px;
}

.resumos {
  display: block;
  width: 100%;
  border-radius: 3px;
  background-color: #757575;
}

.resumo {
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  padding: 10px 20px;
  width: 100%;
  max-width: 250px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.resumo .title {
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  display: block;
  width: 100%;
  text-align: right;
}
.resumo .moeda {
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
}
.resumo .valor {
  display: inline-block;
  font-size: 32px;
  font-weight: 500;
}
.resumo p {
  margin-bottom: 0;
}

.aparecer {
  animation: alternate kaparecer 0.1s ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes kaparecer {
  0% {
    transform: translateX(130px);
  }
  100% {
    transform: translateX(0px);
  }
}
.sumir {
  animation: alternate ksumir 0.2s ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes ksumir {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(130px);
  }
}
/*
	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
*/
.altura {
  height: 100vh;
  width: 100vw;
  display: block;
}

.vertical {
  display: table-cell;
  height: 100vh;
  vertical-align: middle;
  width: 99999px;
}

.bg-login-central {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.bg-login-central .login-screen {
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.6);
}

.login-screen {
  width: calc(100% - 40px);
  background-color: #FFF;
  max-width: 600px;
  overflow: auto;
  display: block;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  border: 1px solid #ECECED;
  border-radius: 1px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.login-logo {
  text-align: center;
  display: block;
  margin: auto;
  max-width: 180px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.login-logo img {
  display: block;
  margin: auto;
  width: auto;
  height: 100px;
  margin-bottom: 100px;
}

.false-input {
  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;
}

.gestor {
  position: fixed;
  display: block;
  bottom: 0px;
  color: #FFF;
  left: 50%;
  transform: translateX(-50%);
}

.gestor a, .gestor a:hover {
  color: #FFF !important;
  font-weight: 500;
}

/* TABLET PORTRAIT */
@media all and (min-width: 768px) and (max-width: 1023px) {
  .login-screen {
    max-width: 380px;
  }

  .login-logo img {
    height: 70px;
    margin-bottom: 0px;
  }
}
/* SMARTPHONE LANDSCAPE */
@media all and (min-width: 482px) and (max-width: 767px) {
  .login-screen {
    max-width: 380px;
  }

  .login-logo img {
    height: 70px;
    margin-bottom: 0px;
  }
}
/* SMARTPHONE PORTRAIT */
@media all and (max-width: 481px) {
  .login-screen {
    max-width: 380px;
  }

  .login-logo img {
    height: 70px;
    margin-bottom: 0px;
  }
}
#content {
  min-height: 50vh;
}

.content {
  width: 100%;
  max-width: 1240px;
  margin: auto;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.content_h {
  padding-left: 0;
  padding-right: 0;
}

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

.content_l {
  max-width: 500px;
}

.max1200 {
  max-width: 1200px;
}

.max1100 {
  max-width: 1100px;
}

.max1000 {
  max-width: 1000px;
}

.max900 {
  max-width: 900px;
}

.max800 {
  max-width: 800px;
}

.max600 {
  max-width: 600px;
}

.max500 {
  max-width: 500px;
}

.max480 {
  max-width: 480px;
}

.max400 {
  max-width: 400px;
}

.ui-bg-grey {
  display: table;
  width: 100%;
  background-color: #e8e8e8;
}

/* 
	MEDIUM SCREEN 
	max-width: 1200px
	min-width: 1024px
*/
/*
	TABLET LANDSCAPE 
	max-width: 1023px
	min-width: 768px
*/
/*
	TABLET LANDSCAPE 
	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
*/
/* CHAMADOS */
.chamado .msn {
  background-color: #f1f1f2;
  display: block;
  margin: 5px 0;
  padding: 0px 0px 0px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.chamado .p {
  font-size: 13px;
}

#render_preview {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  max-height: 35vh;
  overflow: auto;
  background-color: #e5e5e5;
  margin-left: -20px;
  margin-right: -20px;
  padding: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#render_preview .div {
  display: inline-block;
  position: relative;
}
#render_preview .div button {
  position: absolute;
  right: 10px;
  top: 8px;
}
#render_preview .img {
  display: block;
  width: auto;
  height: 120px;
  margin: 5px;
  border: 2px solid #363636;
}

/* UI CSS */
/* HEADER MOBILE */
.imob-movel {
  position: fixed;
  z-index: 9900;
  top: 0;
  left: 0;
  display: block;
  padding: 8px 40px;
  width: 100%;
  height: 60px;
  background-color: #606060;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.imob-movel .imob-movel-a, .imob-movel .imob-movel-b, .imob-movel .imob-movel-c, .imob-movel .imob-movel-d {
  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;
}
.imob-movel .imob-movel-a {
  width: 80px;
  text-align: left;
}
.imob-movel .imob-movel-b {
  width: calc(100% - 180px);
  text-align: left;
}
.imob-movel .imob-movel-c {
  width: 50px;
  text-align: right;
  position: relative;
}
.imob-movel .imob-movel-d {
  width: 50px;
  text-align: right;
}

.imob-movel-svg {
  width: auto;
  height: 35px;
}

.imob-movel-logo {
  width: auto;
  height: 32px;
}

.imob-movel-tx {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
}

/* MENU */
.menu {
  display: inline-block;
  background-color: #dfdfdf;
  position: fixed;
  top: 0px;
  width: 200px;
  height: 100vh;
  overflow: auto;
  color: #FFF;
  padding: 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;
}
.menu .ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.menu .ul .li {
  list-style: none;
  line-height: auto;
  margin: 0px;
  padding: 0px;
}
.menu a {
  display: block;
  width: 100%;
  color: #363636;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  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;
}
.menu a:hover, .menu a:active, .menu a:focus {
  background-color: #F4F4F4;
  color: #434343;
}
.menu i {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px !important;
  margin-right: 20px;
}
.menu .txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

/*
	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
*/
.ui-countdown {
  font-size: 40px;
}

.ui-countdown-d {
  font-weight: bold;
}

.ui-countdown-h {
  font-weight: bold;
}

.ui-countdown-m {
  font-weight: bold;
}

.ui-countdown-s {
  font-weight: bold;
}

.ui-numberinc {
  font-size: 40px;
  text-align: center;
}

.ui-gallery {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0px;
  margin-left: 0px;
  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;
}

.ui-gallery-bg {
  position: absolute;
  z-index: 0;
  overflow: hidden;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  background-color: #f0f0f0;
}

.ui-gallery-background {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
  width: calc(100vw + 60px);
  height: calc(100vh + 60px);
  filter: blur(15px) brightness(50%);
  -webkit-filter: blur(15px) brightness(50%);
  -moz-filter: blur(15px) brightness(50%);
  -o-filter: blur(15px) brightness(50%);
  -ms-filter: blur(5px) brightness(50%);
  margin: -30px;
  -webkit-animation: background 0.2s cubic-bezier(0.05, 0.75, 0.45, 0.95);
  -moz-animation: background 0.2s cubic-bezier(0.05, 0.75, 0.45, 0.95);
  -o-animation: background 0.2s cubic-bezier(0.05, 0.75, 0.45, 0.95);
  -ms-animation: background 0.2s cubic-bezier(0.05, 0.75, 0.45, 0.95);
  animation: background 0.2s cubic-bezier(0.05, 0.75, 0.45, 0.95);
  -webkit-transition: background 0.2s cubic-bezier(0.05, 0.75, 0.45, 0.95);
  -moz-transition: background 0.2s cubic-bezier(0.05, 0.75, 0.45, 0.95);
  -o-transition: background 0.2s cubic-bezier(0.05, 0.75, 0.45, 0.95);
  -ms-transition: background 0.2s cubic-bezier(0.05, 0.75, 0.45, 0.95);
  transition: background 0.2s cubic-bezier(0.05, 0.75, 0.45, 0.95);
}

.ui-gallery-width {
  display: block;
  position: relative;
  z-index: 1;
  margin: auto;
  padding: 0px;
  width: 100%;
  min-height: 150px;
}

.ui-gallery-canvas {
  display: block;
  margin: auto;
  text-align: center;
  padding: 0px;
  width: inherit;
  max-width: inherit;
  overflow: hidden;
}

.ui-gallery-video {
  display: block;
  margin: auto;
  text-align: center;
  padding: 0px;
  max-width: inherit;
  overflow: hidden;
}

.ui-gallery-video iframe {
  width: inherit;
  height: inherit;
  padding: 0px;
  margin: 0px;
}

.ui-gallery-canvas-img {
  display: table-cell;
  vertical-align: middle;
  width: inherit;
  height: inherit;
  min-height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.ui-gallery-canvas-img img {
  display: block;
  margin: auto;
  width: auto;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
  padding: 0px;
}

.ui-gallery-subtitle {
  font-size: 14px;
  display: block;
  position: absolute;
  top: 20px;
  left: 50%;
  background-color: #FFF;
  padding: 5px;
  transform: translateX(-50%) translateY(-100%);
  cursor: default;
}

.ui-gallery-btn {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  font-size: inherit;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.ui-gallery-full-screen {
  border-radius: 0;
  position: fixed !important;
  z-index: 9998 !important;
  top: 0px !important;
  left: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  height: 100vh;
  max-height: 100vh;
}

.ui-gallery-full-screen .ui-gallery-width {
  width: 100vh !important;
  height: 100vh !important;
  min-width: 100vw !important;
  max-width: 100vw !important;
  height: 100vh !important;
  min-height: 100vh !important;
  max-height: 100vh !important;
}

.ui-gallery-full-screen .ui-gallery-canvas {
  background-color: #000;
  width: 100vw !important;
  height: auto !important;
  min-width: 100vw !important;
  max-width: 100vw !important;
  min-height: 100vh !important;
  max-height: 100vh !important;
}

.ui-gallery-full-screen .ui-gallery-video {
  width: 100vw !important;
  height: 100vh !important;
}

.ui-gallery-full-screen .ui-gallery-canvas-img {
  width: 100vw !important;
  height: 100vh !important;
}

.ui-gallery-full-screen .ui-gallery-canvas-img img {
  height: auto !important;
  min-width: auto !important;
  max-width: 100vw !important;
  min-height: auto !important;
  max-height: 100vh !important;
}

.ui-gallery-full-screen .ui-gallery-subtitle {
  top: initial !important;
  bottom: 0px !important;
}

.ui-gallery-drop .ui-gallery-left {
  margin-left: 0px !important;
}

.ui-gallery-drop .ui-gallery-right {
  margin-right: 0px !important;
}

.ui-gallery-drop .ui-gallery-full {
  margin-right: 0px !important;
}

.ui-gallery-drop .ui-gallery-photo {
  margin-left: 0px !important;
}

.ui-gallery-drop .ui-gallery-play {
  margin-left: 0px !important;
}

.ui-gallery-full-screen .ui-gallery-left {
  margin-left: 0px !important;
}

.ui-gallery-full-screen .ui-gallery-right {
  margin-right: 0px !important;
}

.ui-gallery-full-screen .ui-gallery-full {
  margin-right: 0px !important;
}

.ui-gallery-full-screen .ui-gallery-photo {
  margin-left: 0px !important;
}

.ui-gallery-full-screen .ui-gallery-play {
  margin-left: 0px !important;
}

/* CUSTOM */
.ui-gallery-canvas, .ui-gallery-video {
  background-color: rgba(255, 255, 255, 0.2);
}

.ui-gallery-left {
  background-color: #FFF;
  width: 40px;
  height: 80px;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  font-size: 22px;
}

.ui-gallery-right {
  background-color: #FFF;
  width: 40px;
  height: 80px;
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 50%;
  margin-right: -40px;
  margin-top: -40px;
  font-size: 22px;
}

.ui-gallery-full {
  background-color: #FFF;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 40px;
  margin-right: -40px;
  font-size: 18px;
}

.ui-gallery-photo {
  position: absolute;
  z-index: 1;
  top: 80px;
  left: 0px;
  background-color: #FFF;
  width: 40px;
  height: 40px;
  font-size: 18px;
  margin-left: -40px;
}

.ui-gallery-play {
  position: absolute;
  z-index: 1;
  top: 40px;
  left: 0px;
  background-color: #FFF;
  width: 40px;
  height: 40px;
  font-size: 18px;
  margin-left: -40px;
}

.ui-gallery-btn-active {
  background-color: #272727;
  color: #FFFFFF;
}

.ux-testimonial li {
  margin: 0;
  padding: 0;
  list-style: none;
  transform: scale(0.05);
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.ux-testimonial-animate {
  transform: scale(1) !important;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.ux-testimonial blockquote {
  border-left: none;
}

.ux-testimonial p {
  color: #272727;
}

.webapp {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9996;
}
.webapp .overlay {
  display: block;
  position: absolute;
  z-index: 9997;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
}
.webapp .trianguloandroid {
  position: absolute;
  z-index: 9998;
  right: 15px;
  top: 5px;
  display: block;
  font-size: 20px;
  width: 30px;
  height: 30px;
  color: #FFF;
  text-align: right;
}
.webapp .area {
  position: absolute;
  z-index: 9999;
  display: block;
  background-color: #FFF;
  width: 100vw;
  max-width: 320px;
  right: 10px;
  top: 20px;
  border-radius: 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;
}
.webapp .area p {
  padding: 5px 20px;
}
.webapp .area video {
  width: 100vw;
  width: 100vh;
  max-height: 320px;
  max-width: 320px;
}

/*
	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
*/
/* CONFIG INPUTS */
/* MOBILE */
/* TEXT */
.boss-input-text {
  transform: translateX(0px);
  transition: transform 0.15s ease;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: inherit;
  font-weight: 400;
  height: 30px;
  min-width: 30px;
  margin: 2px 0px 2px 0px;
  background-color: #ffffff;
  border: 1px solid #eee;
  border-radius: 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;
}

.boss-input-text i, .boss-input-text label {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  font-size: 130% !important;
  text-align: center;
  border-radius: 3px 0 0 3px;
  color: #f1f1f1;
  background-color: #464646;
  line-height: 28px;
  height: 28px;
}

.boss-input-text label {
  border-radius: 3px 0 0 3px;
}

.boss-input-text i {
  border-radius: 0 3px 3px 0;
}

/* TEXTAREA */
.boss-input-textarea {
  transform: translateX(0px);
  transition: transform 0.15s ease;
  font-family: inherit;
  font-weight: 400;
  min-height: 80px;
  border: 1px solid #eee;
  display: inline-block;
  margin: 2px 0px 2px 0px;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 0px !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.boss-input-textarea textarea {
  color: #000;
  font-size: 12px;
  font-family: inherit;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  height: inherit;
  width: 100%;
  min-height: inherit;
  border: none;
  outline: none;
  resize: none;
  margin: 0px !important;
  padding: 20px 20px 20px 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;
}

/* INPUT ALL */
.boss-input-text input {
  vertical-align: middle;
  color: #000;
  font-size: 12px;
  font-family: inherit;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  height: 28px;
  width: calc(100% - 30px);
  padding: 0px 20px 0px 20px;
  border: none;
  outline: 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;
}

/* INPUT COLOR */
.boss-input-text input[type=color] {
  opacity: 0;
  border: none !important;
}

.boss-input-text input[type=color] + span {
  right: 0px;
  text-shadow: 0px 0px 1px #FFF, -1px -1px 1px #FFF, 1px 1px 1px #FFF;
  line-height: 28px;
  padding-right: 10px;
  font-size: 12px;
  display: inline-block;
  position: absolute;
  font-weight: bold;
}

.boss-input-text input[type=password] {
  font-weight: 700 !important;
}

.boss-input-text input[type=number] {
  text-align: right;
}

.boss-input-text-disabled,
.boss-input-textarea-disabled {
  cursor: default !important;
  border-color: #ECECED !important;
  color: #ECECED !important;
}

.boss-input-text-disabled input,
.boss-input-textarea-disabled textarea {
  cursor: default !important;
  color: #ECECED !important;
}

.boss-input-text-disabled label {
  cursor: default !important;
  background-color: #ECECED !important;
  color: #FFF !important;
}

/* SCROLL BAR */
.boss-input-textarea textarea::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.boss-input-textarea textarea::-webkit-scrollbar-track-piece {
  background-color: #ECECED;
}

.boss-input-textarea textarea::-webkit-scrollbar-thumb:vertical {
  height: 10px;
  background-color: #AAAAAA;
}

.boss-input-textarea textarea::-webkit-scrollbar-thumb:horizontal {
  width: 10px;
  background-color: #AAAAAA;
}

/* PLACEHOLDERS */
input::placeholder {
  color: #AAAAAA !important;
  font-weight: normal !important;
}

input::-webkit-input-placeholder {
  color: #AAAAAA !important;
  font-weight: normal !important;
}

input::-moz-placeholder {
  color: #AAAAAA !important;
  font-weight: normal !important;
}

input:-ms-input-placeholder {
  color: #AAAAAA !important;
  font-weight: normal !important;
}

input:-o-input-placeholder {
  color: #AAAAAA !important;
  font-weight: normal !important;
}

textarea::placeholder {
  color: #AAAAAA !important;
  font-weight: normal !important;
}

textarea::-webkit-input-placeholder {
  color: #AAAAAA !important;
  font-weight: normal !important;
}

textarea::-moz-placeholder {
  color: #AAAAAA !important;
  font-weight: normal !important;
}

textarea:-ms-placeholder {
  color: #AAAAAA !important;
  font-weight: normal !important;
}

textarea:-o-placeholder {
  color: #AAAAAA !important;
  font-weight: normal !important;
}

/* SELECT */
.boss-select {
  transform: translateX(0px);
  transition: transform 0.15s ease;
  font-family: inherit;
  font-weight: 400;
  position: relative;
  margin: 2px 0px 2px 0px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  height: 30px;
  min-width: 30px;
  background-color: #ffffff;
  border: 1px solid #eee;
  border-radius: 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;
}

.boss-select select {
  position: absolute;
  font-size: 12px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  color: #000;
  margin: 0px;
  padding: 0px 20px 0px 20px;
  height: 28px;
  width: 100%;
  z-index: 2;
  font-family: inherit;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0 3px 3px 0;
  border: none;
  outline: 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;
}

.boss-select label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 30px;
  z-index: 1;
}

.boss-select label::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 30px;
  z-index: 0;
  text-align: center;
  border-radius: 0 3px 3px 0;
  background-color: #464646;
  line-height: 28px;
  height: 28px;
}

.boss-select label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 0;
  text-align: center;
  width: 30px;
  line-height: 28px;
  height: 28px;
  content: "\e313";
  font-size: 24px !important;
  color: #f1f1f1;
  font-family: "icomoon" !important;
  transform: rotate(0deg);
  transform-origin: center;
  transition: transform 0.15s ease;
}

.boss-select-disabled {
  cursor: default !important;
  border-color: #ECECED !important;
  color: #ECECED !important;
}

.boss-select-disabled select {
  cursor: default !important;
  color: #ECECED !important;
}

.boss-select-disabled label::before {
  cursor: default !important;
  background-color: #ECECED !important;
}

.boss-select-disabled label::after {
  cursor: default !important;
  color: #FFF !important;
}

/* SELECT SLCT */
.boss-slct {
  transform: translateX(0px);
  transition: transform 0.15s ease;
  outline: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-color: #ffffff;
  margin: 2px 0px 2px 0px;
  height: 30px;
  min-width: 30px;
  border: 1px solid #eee;
  border-radius: 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;
}

.boss-slct select {
  position: absolute;
  z-index: 0;
  visibility: hidden;
  height: 1px;
  width: 1px;
  margin-top: 0px;
  margin: 0px;
}

.boss-slct-label {
  cursor: pointer;
  display: block;
  padding: 0px 20px 0px 20px;
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 0px;
  left: 0px;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  color: #000;
  font-family: inherit;
  font-weight: 400;
  font-size: 12px;
  text-align: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}

.boss-slct-brd {
  height: 38px;
  border: 2px solid #AAAAAA;
}

.boss-slct-brd .boss-slct-label {
  line-height: 34px;
}

.boss-slct-label img {
  vertical-align: middle;
  margin-right: 10px;
  width: auto;
  height: 18px;
}

.boss-slct-area {
  display: block;
  overflow-y: auto;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  height: 0px;
  width: inherit;
  position: absolute;
  top: 35px;
  left: -1px;
  width: 100%;
  max-height: 300px;
  z-index: 2;
  background-color: #FFF;
  -webkit-animation: height, 0.15s ease-in-out;
  -moz-animation: height, 0.15s ease-in-out;
  -o-animation: height, 0.15s ease-in-out;
  -ms-animation: height, 0.15s ease-in-out;
  animation: height height, 0.15s alternate;
  -webkit-transition: height, 0.15s ease-in-out;
  -moz-transition: height, 0.15s ease-in-out;
  -o-transition: height, 0.15s ease-in-out;
  -ms-transition: height, 0.15s ease-in-out;
  transition: height, 0.15s ease-in-out;
}

.boss-slct-area::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.boss-slct-area::-webkit-scrollbar-track-piece {
  background-color: #FFF;
}

.boss-slct-area::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: #eee;
}

.boss-slct-area::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: #eee;
}

.boss-slct ul {
  width: 100%;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}

.boss-slct ul li {
  width: 100%;
  border-top: 1px solid #EEE;
  font-size: 12px;
  font-family: inherit;
  font-weight: 400;
  list-style: none;
  cursor: pointer;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 28px;
  background-color: #FaFaFA;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.boss-slct ul li img {
  vertical-align: middle;
  margin-right: 10px;
  width: auto;
  height: 18px;
  margin-top: -2px;
}

.boss-slct i {
  font-size: 130% !important;
}

.boss-slct-label::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 30px;
  font-size: 130% !important;
  z-index: 0;
  text-align: center;
  border-radius: 0 3px 3px 0;
  color: #f1f1f1;
  background-color: #464646;
  line-height: 28px;
  height: 28px;
}

.boss-slct-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 0;
  text-align: center;
  width: 30px;
  line-height: 28px;
  height: 28px;
  content: "\e313";
  font-size: 24px !important;
  color: #f1f1f1;
  font-family: "icomoon" !important;
  transform: rotate(0deg);
  transform-origin: center;
  transition: transform 0.15s ease;
}

.boss-slct-disabled {
  cursor: default !important;
  border-color: #ECECED !important;
  color: #ECECED !important;
}

.boss-slct-disabled .boss-slct-label {
  cursor: default !important;
  color: #ECECED !important;
}

.boss-slct-disabled .boss-slct-label::before {
  cursor: default !important;
  background-color: #ECECED !important;
}

.boss-slct-disabled .boss-slct-label::after {
  cursor: default !important;
  color: #FFF !important;
}

/* CHECKBOX */
.boss-checkbox {
  transform: translateX(0px);
  transition: transform 0.15s ease;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: inherit;
  font-weight: 400;
  height: 30px;
  min-width: 30px;
  margin: 2px 0px 2px 0px;
  padding-left: 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;
}

.boss-checkbox input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 1px;
  height: 1px;
}

.boss-checkbox label {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  font-size: 12px;
  color: #000;
  text-align: left;
  line-height: 28px;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}

.boss-checkbox label span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 22px;
  height: 22px;
  border: 2px solid #AAA;
  border-radius: 3px;
  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;
}

.boss-checkbox input:checked + label {
  font-weight: bold;
}

.boss-checkbox input + label span::before {
  position: absolute;
  width: inherit;
  top: 50%;
  left: 50%;
  display: block;
  text-align: center;
  content: "\e5ca" !important;
  font-size: 1px;
  font-family: "icomoon" !important;
  font-weight: normal;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  animation: checkbox_out 0.3s;
  animation-fill-mode: forwards;
  transform-origin: center center;
}

.boss-checkbox input:checked + label span::before {
  font-weight: normal;
  animation: checkbox_in 0.3s;
  animation-fill-mode: forwards;
  transform-origin: center center;
}

/* DISABLED */
.boss-checkbox input:disabled + label {
  cursor: default !important;
  color: #ECECED !important;
}

.boss-checkbox input:disabled + label span {
  border-color: #ECECED !important;
}

@keyframes checkbox_in {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
    font-size: 1px;
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
    font-size: 28px;
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
    font-size: 20px;
  }
}
@keyframes checkbox_out {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
    font-size: 20px;
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    font-size: 1px;
  }
}
/* RADIO */
.boss-radio {
  transform: translateX(0px);
  transition: transform 0.15s ease;
  font-family: inherit;
  font-weight: 400;
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 30px;
  min-width: 30px;
  margin: 2px 0px 2px 0px;
  padding-left: 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;
}

.boss-radio input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 1px;
  height: 1px;
}

.boss-radio label {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  font-size: 12px;
  color: #000;
  text-align: left;
  line-height: 28px;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}

.boss-radio label span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 22px;
  height: 22px;
  border: 2px solid #AAA;
  border-radius: 50%;
  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;
}

.boss-radio input:checked + label {
  font-weight: bold;
}

.boss-radio input + label span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  text-align: center;
  border-radius: 50%;
  width: 2px;
  height: 2px;
  background-color: #AAA;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) scale(0);
  animation: radio_out 0.3s;
  animation-fill-mode: forwards;
  transform-origin: center center;
}

.boss-radio input:checked + label span::before {
  animation: radio_in 0.3s;
  animation-fill-mode: forwards;
  transform-origin: center center;
}

/* DISABLED */
.boss-radio input:disabled + label {
  cursor: default !important;
  color: #ECECED !important;
}

.boss-radio input:disabled + label span {
  border-color: #ECECED !important;
}

@keyframes radio_in {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
    width: 2px;
    height: 2px;
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
    width: 9px;
    height: 9px;
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
    height: 6px;
    height: 6px;
  }
}
@keyframes radio_out {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
    width: 9px;
    height: 9px;
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    width: 2px;
    height: 2px;
  }
}
/* JS DATA COMPONENT */
.boss-js-date {
  transform: translateX(0px);
  transition: transform 0.15s ease;
  font-family: inherit;
  position: relative;
  z-index: 1;
  margin: 2px 0px 2px 0px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  outline: none;
  height: 30px;
  line-height: 28px;
  min-width: 85px;
  background-color: #ffffff;
  border: 1px solid #eee;
  border-radius: 3px;
  outline: 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;
}

.boss-js-date select {
  font-size: 12px;
  cursor: pointer;
  color: #000;
  margin: auto;
  padding: 0px 20px 0px 20px;
  height: 28px;
  z-index: 2;
  font-weight: 400;
  font-family: inherit;
  background-color: #ECECED;
  border-radius: 0;
  border: none;
  outline: 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;
}

.boss-js-date-label {
  height: inherit;
  line-height: inherit;
  padding: 0px 10px;
  color: #000;
  font-size: 12px;
  height: inherit;
  position: relative;
  z-index: 3;
  text-align: center;
  outline: 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;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}

.boss-js-date-show {
  left: -1px;
  right: -1px;
  margin-top: -4px;
  display: block;
  background-color: #FFF;
  border-left: 1px solid #AAA;
  border-right: 1px solid #AAA;
  border-bottom: 2px solid #AAA;
  border-color: #eee !important;
  position: absolute;
  z-index: 4;
  padding: 5px 10px;
  outline: 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;
}

.boss-js-date-show table {
  width: 100%;
  margin-top: 10px;
}

.boss-js-date-show table * {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}

.boss-js-date-show th, .boss-js-date-show td {
  font-size: 12px;
  text-align: center;
  margin: 0 !important;
  padding: 2px 0px;
  line-height: 22px !important;
  height: 22px !important;
  color: #000;
  border: 1px solid #eee;
  width: 14.285%;
}

.boss-js-date-show th, .boss-js-date-show td {
  cursor: default !important;
}

.boss-js-date-domingo {
  background-color: #ECECED;
  border-color: #ECECED;
}

.boss-js-date-domingo-td {
  background-color: #ECECED;
  border-color: #ECECED;
}

.boss-js-date-show td[data-ativo=ativo]:hover {
  background-color: #AAAAAA;
  border-color: #AAAAAA;
  color: #FFF;
  cursor: pointer !important;
}

.boss-js-date-show-ative {
  background-color: #272727 !important;
  border-color: #272727 !important;
  color: #FFF !important;
  font-weight: bold;
  cursor: pointer !important;
}

.boss-js-date-show-arrows {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  height: 34px;
  line-height: 30px;
  border: none;
  border-radius: 3;
  padding-left: 0px;
  padding-right: 0px;
  width: 34px;
  margin: 2px 0px 2px 0px;
  background-color: #ECECED;
  font-size: 130%;
  font-weight: 400;
  color: #000;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0px;
  word-spacing: normal;
  transition: background 0.07s 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;
}

.boss-js-date-show-arrows:hover, .boss-js-date-show-arrows:active, .boss-js-date-show-arrows:focus {
  background-color: #272727;
  color: #FFFFFF;
}

.boss-js-date-show-button {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  height: 34px;
  line-height: 30px;
  border: none;
  border-radius: 3;
  padding-left: 10;
  padding-right: 10;
  margin: 2px 0px 2px 0px;
  background-color: #ECECED;
  font-size: 12;
  font-weight: 400;
  color: #000;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0px;
  word-spacing: normal;
  transition: background 0.07s 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;
}

.boss-js-date-d {
  height: 0px !important;
  width: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
  line-height: 0px !important;
  position: absolute;
  z-index: 0;
}

.boss-js-date-m {
  height: 34px;
  width: calc((100% - 68px) / 2);
  line-height: 30px;
}

.boss-js-date-y {
  height: 34px;
  width: calc((100% - 68px) / 2);
  line-height: 30px;
}

.boss-js-date label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 0;
  text-align: center;
  width: 30px;
  line-height: 28px;
  height: 28px;
  content: "\e313";
  font-size: 24px !important;
  color: rgba(0, 0, 0, 0.5);
  font-family: "icomoon" !important;
  transform: rotate(0deg);
  transform-origin: center;
  transition: transform 0.15s ease;
}

.boss-js-date-rotate::after {
  transform: rotate(180deg) !important;
}

/* ONFOCUS */
.focus {
  /*transform: translateY(-1px) !important;*/
  box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2);
  border-color: #272727;
  z-index: 1;
  transition: transform 0.15s ease;
}

.focus .boss-slct-label::after {
  transform: rotate(180deg) !important;
  transition: transform 0.15s ease;
}

.focus select + label::after {
  transform: rotate(180deg) !important;
  transition: transform 0.15s ease;
}

.focus .boss-slct-area {
  border-color: #272727;
}

.focus label,
.focus label::before,
.focus div.boss-slct-label::before {
  background-color: #272727;
  color: #FFF !important;
}

.focus label::after,
.focus div.boss-slct-label::after,
.focus span {
  color: #FFF !important;
}

/* CHECKBOX */
.focus-checkbox input + label {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #272727 !important;
}

.focus-checkbox input + label span {
  border-color: #272727 !important;
}

.focus-checkbox .boss-checkbox input + label span::before {
  color: #272727 !important;
}

.focus-checkbox input[type=radio] + label span::before {
  color: #272727 !important;
  background-color: #272727 !important;
}

/* MOBILE */
/* 
	MEDIUM SCREEN 
	max-width: 1200px
	min-width: 1024px
*/
/*
	TABLET LANDSCAPE 
	max-width: 1023px
	min-width: 768px
*/
/*
	TABLET LANDSCAPE 
	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
*/
.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.9rem;
  line-height: 0.9rem;
  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: 1.1rem;
  font-weight: 300;
  line-height: 1.2rem;
}
.simple-chart .percent {
  font-size: 2.5rem;
  line-height: 2.6rem;
  font-weight: 300;
}

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

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

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

.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: 10rem;
  padding: 1rem 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.9rem;
  line-height: 1.5rem;
  color: #272727;
  font-weight: 400;
}
.dash-chart .num, .dash-chart .preco {
  text-align: right;
  font-size: 3rem;
  line-height: 3rem;
  color: #272727;
  font-weight: 300;
}
.dash-chart .preco {
  font-size: 2.3rem;
}

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

.dash-chart-hover:hover {
  -webkit-box-shadow: 4px 5px 20px 0px #AAAAAA;
  -moz-box-shadow: 4px 5px 20px 0px #AAAAAA;
  box-shadow: 4px 5px 20px 0px #AAAAAA;
  -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: 21rem;
}

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

.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.9rem;
  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: #AAAAAA;
}
.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
*/
/* 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 #ECECED;
}

.drive_title {
  background-color: #FFF;
  padding: 5px 20px;
  height: 50px;
  border-bottom: 1px solid #ECECED;
  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: #ECECED;
  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;
  margin: 0 1rem 1rem 0;
  border: 1px solid #ECECED;
  width: 20rem;
  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_cover {
  display: inline-block;
  position: relative;
  vertical-align: top;
  background-color: #ffffff;
  border-right: 1px solid #ECECED;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 6.5rem;
  height: 6.5rem;
  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: inline-block;
  width: calc(100% - 6.5rem);
  height: 6.5rem;
  font-weight: 400;
  color: #363636;
  background-color: #ECECED;
}
.ui_file_title .div {
  background-color: #ffffff;
  display: block;
  word-break: break-all;
  overflow: hidden;
  width: 100%;
  font-size: 0.75rem;
  line-height: 1rem;
  height: 4.5rem;
  padding: 0.5rem;
  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 .action {
  display: block;
  width: 100%;
  height: 2rem;
}
.ui_file_title .action a {
  color: #363636;
  background-color: #ECECED;
  padding: 0 1rem;
  line-height: 2rem;
  font-size: 0.75rem;
  display: inline-block;
  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 .action a:hover {
  color: #ECECED;
  background-color: #363636;
}

/*
	OLD SMARTPHONE
	max-width: 320px
*/
/* LARGE SCREEN */
@media all and (min-width: 1201px) and (max-width: 1370px) {
  .imob {
    padding: 30px 30px 30px 130px;
  }

  .conteudo {
    padding: 30px 30px 30px 130px;
  }

  /* CONTENT */
  .content_h {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .menu {
    width: 100px;
  }
  .menu a {
    padding: 20px 10px;
  }
  .menu .txt {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 10px;
    padding: 5px 0px;
  }
  .menu i {
    margin: auto;
    display: block;
    width: 100%;
    text-align: center;
  }
}
/* MEDIUM SCREEN */
@media all and (min-width: 1024px) and (max-width: 1200px) {
  .imob {
    padding: 30px 30px 30px 130px;
  }

  .conteudo {
    padding: 30px 30px 30px 130px;
  }

  /* CONTENT */
  .content_h {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .menu {
    width: 100px;
  }
  .menu a {
    padding: 20px 10px;
  }
  .menu .txt {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 10px;
    padding: 5px 0px;
  }
  .menu i {
    margin: auto;
    display: block;
    width: 100%;
    text-align: center;
  }
}
/* TABLET LANDSCAPE */
@media all and (min-width: 768px) and (max-width: 1023px) {
  html {
    font-size: 2vw;
  }

  body {
    font-size: 12px;
  }

  h2 {
    font-size: 1.2em;
  }

  .login-logo {
    max-width: 140px;
  }

  .imob-area-logo {
    height: 40px;
    margin: 0;
  }

  .vertical {
    width: 100vw;
  }

  .conteudo {
    width: 100%;
    padding: 80px 20px 80px 20px;
  }

  .ux_bx h2 {
    font-size: 14px;
  }

  /* CONTENT */
  .content_h {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .content_v {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .content_m {
    max-width: 500px;
  }

  .boss-input-text {
    height: 40px;
  }

  .boss-input-text input {
    height: 38px;
    width: calc(100% - 40px);
    font-size: 12px;
  }

  .boss-input-text i, .boss-input-text label {
    width: 40px;
    line-height: 38px;
    height: 38px;
  }

  .boss-input-textarea textarea {
    font-size: 12px;
  }

  /* INPUT COLOR */
  .boss-input-text input[type=color] + span {
    font-size: 12px;
  }

  /* SELECT */
  .boss-select {
    height: 40px;
    min-width: 40px;
  }

  .boss-select select {
    font-size: 12px;
    height: 38px;
  }

  .boss-select label {
    width: 40px;
  }

  .boss-select label::before {
    width: 40px;
    line-height: 38px;
    height: 38px;
  }

  .boss-select label::after {
    width: 40px;
    line-height: 38px;
    height: 38px;
  }

  /* SLCT */
  .boss-slct {
    height: 40px;
  }

  .boss-slct-label {
    line-height: 38px;
    height: 38px;
    font-size: 12px;
  }

  .boss-slct ul li {
    font-size: 12px;
    line-height: 38px;
  }

  .boss-slct-label::before {
    width: 40px;
    line-height: 38px;
    height: 38px;
  }

  .boss-slct-label::after {
    width: 40px;
    line-height: 38px;
    height: 38px;
  }

  /* CHECKBOX */
  .boss-checkbox {
    height: 40px;
  }

  .boss-checkbox label {
    line-height: 38px;
  }

  /* RADIO */
  .boss-radio {
    height: 40px;
  }

  .boss-radio label {
    line-height: 38px;
  }

  .menu {
    position: fixed;
    z-index: 9901;
    top: 60px;
    width: 100px;
    height: calc(100vh - 60px);
    right: 0;
    transform: translateX(130px);
    padding-bottom: 60px;
  }
  .menu a {
    padding: 20px 10px;
  }
  .menu .txt {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 10px;
    padding: 5px 0px;
  }
  .menu i {
    margin: auto;
    display: block;
    width: 100%;
    text-align: center;
  }
}
/* TABLET PORTRAIT */
@media all and (min-width: 641px) and (max-width: 767px) {
  html {
    font-size: 0.9rem;
  }

  body {
    font-size: 12px;
  }

  h2 {
    font-size: 1.2em;
  }

  .login-logo {
    max-width: 140px;
  }

  .imob-area-logo {
    height: 40px;
    margin: 0;
  }

  .vertical {
    width: 100vw;
  }

  .conteudo {
    width: 100%;
    padding: 80px 20px 80px 20px;
  }

  .ux_bx h2 {
    font-size: 14px;
  }

  /* CONTENT */
  .content_h {
    padding-left: 25px;
    padding-right: 25px;
  }

  .content_v {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .content_m {
    max-width: 500px;
  }

  .boss-input-text {
    height: 40px;
  }

  .boss-input-text input {
    height: 38px;
    width: calc(100% - 40px);
    font-size: 12px;
  }

  .boss-input-text i, .boss-input-text label {
    width: 40px;
    line-height: 38px;
    height: 38px;
  }

  .boss-input-textarea textarea {
    font-size: 12px;
  }

  /* INPUT COLOR */
  .boss-input-text input[type=color] + span {
    font-size: 12px;
  }

  /* SELECT */
  .boss-select {
    height: 40px;
    min-width: 40px;
  }

  .boss-select select {
    font-size: 12px;
    height: 38px;
  }

  .boss-select label {
    width: 40px;
  }

  .boss-select label::before {
    width: 40px;
    line-height: 38px;
    height: 38px;
  }

  .boss-select label::after {
    width: 40px;
    line-height: 38px;
    height: 38px;
  }

  /* SLCT */
  .boss-slct {
    height: 40px;
  }

  .boss-slct-label {
    line-height: 38px;
    height: 38px;
    font-size: 12px;
  }

  .boss-slct ul li {
    font-size: 12px;
    line-height: 38px;
  }

  .boss-slct-label::before {
    width: 40px;
    line-height: 38px;
    height: 38px;
  }

  .boss-slct-label::after {
    width: 40px;
    line-height: 38px;
    height: 38px;
  }

  /* CHECKBOX */
  .boss-checkbox {
    height: 40px;
  }

  .boss-checkbox label {
    line-height: 38px;
  }

  /* RADIO */
  .boss-radio {
    height: 40px;
  }

  .boss-radio label {
    line-height: 38px;
  }

  .menu {
    width: 100px;
    position: fixed;
    z-index: 9999;
    top: 60px;
    width: 100px;
    height: calc(100vh - 60px);
    right: 0;
    transform: translateX(130px);
    padding-bottom: 60px;
  }
  .menu a {
    padding: 20px 10px;
  }
  .menu .txt {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 10px;
    padding: 5px 0px;
  }
  .menu i {
    margin: auto;
    display: block;
    width: 100%;
    text-align: center;
  }
}
/* SMARTPHONE LANDSCAPE */
@media all and (min-width: 482px) and (max-width: 640px) {
  html {
    font-size: 3.75vw;
  }

  body {
    font-size: 12px;
  }

  h2 {
    font-size: 1.2em;
  }

  .login-logo {
    max-width: 140px;
  }

  .imob-area-logo {
    height: 40px;
    margin: 0;
  }

  .vertical {
    width: 100vw;
  }

  .conteudo {
    width: 100%;
    padding: 80px 20px 80px 20px;
  }

  .ux_bx h2 {
    font-size: 14px;
  }

  /* CONTENT */
  .content_h {
    padding-left: 25px;
    padding-right: 25px;
  }

  .content_v {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .content_m {
    max-width: 500px;
  }

  .boss-input-text {
    height: 40px;
  }

  .boss-input-text input {
    height: 38px;
    width: calc(100% - 40px);
    font-size: 12px;
  }

  .boss-input-text i, .boss-input-text label {
    width: 40px;
    line-height: 38px;
    height: 38px;
  }

  .boss-input-textarea textarea {
    font-size: 12px;
  }

  /* INPUT COLOR */
  .boss-input-text input[type=color] + span {
    font-size: 12px;
  }

  /* SELECT */
  .boss-select {
    height: 40px;
    min-width: 40px;
  }

  .boss-select select {
    font-size: 12px;
    height: 38px;
  }

  .boss-select label {
    width: 40px;
  }

  .boss-select label::before {
    width: 40px;
    line-height: 38px;
    height: 38px;
  }

  .boss-select label::after {
    width: 40px;
    line-height: 38px;
    height: 38px;
  }

  /* SLCT */
  .boss-slct {
    height: 40px;
  }

  .boss-slct-label {
    line-height: 38px;
    height: 38px;
    font-size: 12px;
  }

  .boss-slct ul li {
    font-size: 12px;
    line-height: 38px;
  }

  .boss-slct-label::before {
    width: 40px;
    line-height: 38px;
    height: 38px;
  }

  .boss-slct-label::after {
    width: 40px;
    line-height: 38px;
    height: 38px;
  }

  /* CHECKBOX */
  .boss-checkbox {
    height: 40px;
  }

  .boss-checkbox label {
    line-height: 38px;
  }

  /* RADIO */
  .boss-radio {
    height: 40px;
  }

  .boss-radio label {
    line-height: 38px;
  }

  .menu {
    width: 100px;
    position: fixed;
    z-index: 9999;
    top: 60px;
    width: 100px;
    height: calc(100vh - 60px);
    right: 0;
    transform: translateX(130px);
    padding-bottom: 60px;
  }
  .menu a {
    padding: 20px 10px;
  }
  .menu .txt {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 10px;
    padding: 5px 0px;
  }
  .menu i {
    margin: auto;
    display: block;
    width: 100%;
    text-align: center;
  }
}
/* SMARTPHONE PORTRAIT */
@media all and (min-width: 321px) and (max-width: 481px) {
  html {
    font-size: 3.75vw;
  }

  body {
    font-size: 14px;
  }

  h1 {
    font-size: 17px;
  }

  h2 {
    font-size: 16px;
  }

  .login-logo {
    max-width: 140px;
  }

  .imob-area-logo {
    height: 40px;
    margin: 0;
  }

  .vertical {
    width: 100vw;
  }

  .conteudo {
    width: 100%;
    padding: 80px 15px 80px 15px;
  }

  .anuncio-img {
    width: 100%;
  }

  .ux_bx h2 {
    font-size: 14px;
  }

  /* CONTENT */
  .content_h {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content_v {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .boss-input-text {
    height: 40px;
  }

  .boss-input-text input {
    height: 38px;
    width: calc(100% - 40px);
    font-size: 12px;
  }

  .boss-input-text i, .boss-input-text label {
    width: 40px;
    line-height: 38px;
    height: 38px;
  }

  .boss-input-textarea textarea {
    font-size: 12px;
  }

  /* INPUT COLOR */
  .boss-input-text input[type=color] + span {
    font-size: 12px;
  }

  /* SELECT */
  .boss-select {
    height: 40px;
    min-width: 40px;
  }

  .boss-select select {
    font-size: 12px;
    height: 38px;
  }

  .boss-select label {
    width: 40px;
  }

  .boss-select label::before {
    width: 40px;
    line-height: 38px;
    height: 38px;
  }

  .boss-select label::after {
    width: 40px;
    line-height: 38px;
    height: 38px;
  }

  /* SLCT */
  .boss-slct {
    height: 40px;
  }

  .boss-slct-label {
    line-height: 38px;
    height: 38px;
    font-size: 12px;
  }

  .boss-slct ul li {
    font-size: 12px;
    line-height: 38px;
  }

  .boss-slct-label::before {
    width: 40px;
    line-height: 38px;
    height: 38px;
  }

  .boss-slct-label::after {
    width: 40px;
    line-height: 38px;
    height: 38px;
  }

  /* CHECKBOX */
  .boss-checkbox {
    height: 40px;
  }

  .boss-checkbox label {
    line-height: 38px;
  }

  /* RADIO */
  .boss-radio {
    height: 40px;
  }

  .boss-radio label {
    line-height: 38px;
  }

  .menu {
    position: fixed;
    z-index: 9999;
    top: 60px;
    width: 100px;
    height: calc(100vh - 60px);
    right: 0;
    transform: translateX(130px);
    padding-bottom: 60px;
  }
  .menu a {
    padding: 20px 10px;
  }
  .menu .txt {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 10px;
    padding: 5px 0px;
  }
  .menu i {
    margin: auto;
    display: block;
    width: 100%;
    text-align: center;
  }

  .ui_file {
    margin: 0 0 1rem 0;
    width: 100%;
    min-width: 100%;
  }
}
/* OLD SMARTPHONE */
@media all and (max-width: 320px) {
  html {
    font-size: 3.75vw;
  }

  body {
    font-size: 12px;
  }

  h1 {
    font-size: 17px;
  }

  h2 {
    font-size: 16px;
  }

  .login-logo {
    max-width: 140px;
  }

  .imob-area-logo {
    height: 40px;
    margin: 0;
  }

  .vertical {
    width: 100vw;
  }

  .conteudo {
    width: 100%;
    padding: 80px 15px 80px 15px;
  }

  .anuncio-img {
    width: 100%;
  }

  .ux_bx h2 {
    font-size: 14px;
  }

  /* CONTENT */
  .content_h {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content_v {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .boss-input-text {
    height: 40px;
  }

  .boss-input-text input {
    height: 38px;
    width: calc(100% - 40px);
    font-size: 12px;
  }

  .boss-input-text i, .boss-input-text label {
    width: 40px;
    line-height: 38px;
    height: 38px;
  }

  .boss-input-textarea textarea {
    font-size: 12px;
  }

  /* INPUT COLOR */
  .boss-input-text input[type=color] + span {
    font-size: 12px;
  }

  /* SELECT */
  .boss-select {
    height: 40px;
    min-width: 40px;
  }

  .boss-select select {
    font-size: 12px;
    height: 38px;
  }

  .boss-select label {
    width: 40px;
  }

  .boss-select label::before {
    width: 40px;
    line-height: 38px;
    height: 38px;
  }

  .boss-select label::after {
    width: 40px;
    line-height: 38px;
    height: 38px;
  }

  /* SLCT */
  .boss-slct {
    height: 40px;
  }

  .boss-slct-label {
    line-height: 38px;
    height: 38px;
    font-size: 12px;
  }

  .boss-slct ul li {
    font-size: 12px;
    line-height: 38px;
  }

  .boss-slct-label::before {
    width: 40px;
    line-height: 38px;
    height: 38px;
  }

  .boss-slct-label::after {
    width: 40px;
    line-height: 38px;
    height: 38px;
  }

  /* CHECKBOX */
  .boss-checkbox {
    height: 40px;
  }

  .boss-checkbox label {
    line-height: 38px;
  }

  /* RADIO */
  .boss-radio {
    height: 40px;
  }

  .boss-radio label {
    line-height: 38px;
  }

  .menu {
    position: fixed;
    z-index: 9999;
    top: 60px;
    width: 100px;
    height: calc(100vh - 60px);
    right: 0;
    transform: translateX(130px);
    padding-bottom: 60px;
  }
  .menu a {
    padding: 20px 10px;
  }
  .menu .txt {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 10px;
    padding: 5px 0px;
  }
  .menu i {
    margin: auto;
    display: block;
    width: 100%;
    text-align: center;
  }

  .ui_file {
    margin: 0 0 1rem 0;
    width: 100%;
    min-width: 100%;
  }
}
.folha-hover {
  /*
  	padding: 30px;
  	@include border-box;

  	background: var(--bg-Gray1);
  	color: var(--c-white);

  	&:hover {
  		background: var(--bg-white);
  		color: var(--c-Gray1);
  	}*/
}

.primary {
  color: #272727;
}

.secondary {
  color: #464646;
}

.terciaria, .terciary {
  color: #636363;
}

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

.bg-primary {
  background-color: #272727;
}

.bg-secondary {
  background-color: #464646;
}

.bg-terciary {
  background-color: #636363;
}

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

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

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

.bg-Gray3 {
  background-color: #AAAAAA;
}

.bg-Gray4 {
  background-color: #ECECED;
}

.bg-white {
  background-color: #FFFFFF;
}
/*# sourceMappingURL=map/site.min.css.map */
