﻿* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@font-face {
	font-family: FontePorto;
	src: url("../font/PortoRoobert-Medium.otf");
	/* src: url("../font/PortoRoobert-Medium.ttf") format('truetype'); */
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: FontePorto;
	src: url("../font/PortoRoobert-SemiBold.otf");
	/* src: url("../font/PortoRoobert-SemiBold.ttf") format('truetype'); */
    font-weight: 600;
	font-style: normal;
}
@font-face {
    font-family: FontePorto;
	src: url("../font/PortoRoobert-Bold.otf");
	/* src: url("../font/PortoRoobert-Bold.ttf") format('truetype'); */
    font-weight: bold;
	font-style: normal;
}
@font-face {
    font-family: FontePorto;
	src: url("../font/PortoRoobertItalic-MediumItalic.otf");
    font-weight: normal;
	font-style: italic;
}
@font-face {
    font-family: FontePorto;
	src: url("../font/PortoRoobertItalic-SemiBoldItalic.otf");
    font-weight: 600;
	font-style: italic;
}
@font-face {
    font-family: FontePorto;
	src: url("../font/PortoRoobertItalic-BoldItalic.otf");
    font-weight: bold;
	font-style: italic;
}

/*::-webkit-scrollbar {
	width: 12px;
	background-color: transparent;
	}
 
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	background-color: transparent;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
	background-color: #00B5DC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}*/

.link-video-tutorial {}
html {
	min-width: 370px;
}

html,
body,
#wrap {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 100%;
	background-color: #ffffff;
	font-family: FontePorto;
	text-decoration: none;
	color: #272727;
	overflow-y: visible;
}

#middle_master_container {
	width: calc(100% - 66px);
	margin-left: 66px;
}

.img-magnifier-container {
	width: auto;
	height: auto;
	max-height: 80%;
	max-width: 80%;
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.img-magnifier-glass {
	position: absolute;
	border: 3px solid #000;
	border-radius: 50%;
	cursor: none;
	width: 200px;
	height: 200px;
}

body {
	overflow: visible;
}

html {
	overflow: visible !important;
}

.hidden-html {
	display: none;
}

#pnlContent {
	overflow: visible;
	/* min-height: 100vh; */
}

#wrap {
	overflow: hidden;
	overflow-y:visible;
}

div#preload_cover {
	display: none;
}

#menu-left-n0 {
	z-index: 1016;
	position: fixed;
	background-color: #ffffff;
	color: #00ADEF;
	left: 0px;
	top: 0px;
	width: 66px;
	height: 100%;
}

#menu-left-n1 {
	z-index: 1015;
	position: fixed;
	background-color: #ffffff;
	color: #2B2B2B;
	left: -160px;
	top: 0px;
	width: 226px;
	height: 100%;
}

#menu-left-n2 {
	z-index: 1014;
	position: fixed;
	background-color: #E5EAEE;
	color: #2B2B2B;
	left: -436px;
	/*left: -50px;*/
	top: 0px;
	width: 502px;
	height: 100%;
	padding-top: 34px;
}

.menu-default {
	padding-bottom: 0px;
}

.painel-submenu {
	position: absolute;
	width: calc(100% - 68px);
	height: 640px;
	top: 48px;
	left: 0px;
	background-color: transparent;
	/*box-shadow: -4px 4px 9px rgba(0, 0, 0, 0.5);*/
	padding-left: 8%;
	display: none;
}

#menu_pedido:first-child {
	margin-left: 8%;
}

.painel-submenu-section {
	position: absolute;
	width: 100%;
	height: 100%;
}

.painel-submenu .painel-left {
	height: 100%;
	background-color: #ffffff;
	float: left;
	color: #2B2B2B;
}

.painel-submenu .painel-right {
	height: 100%;
	/*background-color: #EAEAEA;*/
	float: left;
	color: #2B2B2B;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 300px;
}

.menu-panel-right {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	background-color: #EAEAEA;
}

.subm2,
.subm4 {
	height: 420px;
}

.subm3 {
	height: 300px;
}

.subm6 {
	height: 380px;
}

.painel-submenu-title {
	font-family: FontePorto;
	font-size: 24px;
	font-weight: 300;
	line-height: 32px;
	color: #ffffff;
	max-width: 400px;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 10px;
}

.painel-submenu .painel-left .item,
.painel-submenu .painel-right .item {
	width: 100%;
	height: 15px;
	font-family: FontePorto;
	font-size: 7.5px;
	font-weight: bold;
	line-height: 15px;
	color: #2B2B2B;
	text-transform: uppercase;
	text-align: center;
	margin: 1px auto 0px auto;
	border-bottom: 1px solid #F1F1F3;
	cursor: pointer;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.painel-submenu .painel-right .item {
	width: 90%;
	text-align: center;
	margin: 1px auto 1px auto;
	border-bottom: 1px solid #F1F1F3;
	cursor: pointer;
}

.painel-submenu .painel-left .item:hover {
	color: #0046C0;
}

.painel-submenu .painel-right .item:hover {
	background-image: linear-gradient(to right, #C7C7C7, #EAEAEA);
}

.painel-menu-materiais,
.painel-menu-acoes,
.painel-menu-negocios,
.painel-menu-pedidos,
.painel-menu-relatorios,
.painel-menu-campanhas-incentivo {
	position: absolute;
	width: 930px;
	min-height: 150px;
	top: 45px;
	left: 45px;
	text-transform: uppercase;
	text-align: left;
}

.bg-gray {
	background-color: #F7F7F7;
}

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

.painel-busca-pedido {
	font-size: 12px;
	font-weight: 300;
	line-height: 32px;
	color: #ffffff;
	width: 100%;
	height: 32px;
	font-style: italic;
	text-align: left;
	margin-bottom: 30px;
	background-color: #345970;
	color: #ffffff;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	cursor: default;
}

.painel-busca-pedido input {
	width: 80%;
	height: 100%;
	background-color: transparent;
	border: 0px;
	padding-left: 10px;
	margin-right: 5px;
}

.painel-busca-pedido input:focus {
	outline: none;
	border-color: transparent;
}

.painel-busca-pedido a {
	color: #ffffff;
	cursor: pointer;
}

.painel-busca-pedido a:hover {
	color: #00adef !important;
}

.menu-negocios-item {
	font-family: FontePorto;
	font-size: 14px;
	font-weight: 300;
	height: 180px;
	color: #00adef;
	letter-spacing: 1px;
	cursor: pointer;
}

.menu-negocios-item:hover {
	color: #ffffff;
}

.negocios-item-label {
	width: 100%;
	height: 35px;
}

.negocios-item-cover {
	width: 100%;
	height: auto;
}

.negocios-item-img {
	width: 100%;
	height: auto;
}

.menu-materiais-item,
.menu-acoes-item,
.menu-pedidos-item,
.menu-campanhas- {
	font-family: FontePorto;
	font-size: 12px;
	font-weight: 300;
	width: 200px;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #345970;
	color: #ffffff;
	cursor: pointer;
	letter-spacing: 1px;
	margin-left: 5px;
	padding-left: 5px;
}

.menu-pedidos-item {
	border-bottom: 1px solid #01304C;
	width: 260px;
	display: inline-table;
}

.menu-materiais-item.active,
.menu-acoes-item.active,
.menu-pedidos-item:hover {
	color: #00adef;
}

.menu-pedidos-detail,
.menu-relatorios-detail,
.menu-campanhas-incentivo-detail {
	position: absolute;
	left: 320px;
	top: 62px;
	min-width: 600px;
	min-height: 300px;
	display: none;
}

.menu-materiais-detail,
.menu-acoes-detail {
	position: absolute;
	left: 400px;
	top: 42px;
	width: 455px;
	height: 300px;
	display: none;
}

.menu-materiais-detail .cover {
	width: 455px;
	height: 260px;
}

.menu-materiais-detail .cover img {
	width: 455px;
	height: 260px;
}

.menu-acoes-detail .cover {
	width: 455px;
	height: 260px;
}

.menu-acoes-detail .cover img {
	width: 455px;
	height: 260px;
}

.menu-materiais-detail .link1,
.menu-materiais-detail .link2,
.menu-materiais-detail .link3 {
	display: inline-table;
	font-family: FontePorto;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}

.menu-acoes-detail .link1,
.menu-acoes-detail .link2,
.menu-acoes-detail .link3 {
	display: inline-table;
	font-family: FontePorto;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}

.menu-materiais-detail .link1:hover,
.menu-materiais-detail .link2:hover,
.menu-materiais-detail .link3:hover {
	color: #00adef;
}

.menu-acoes-detail .link1:hover,
.menu-acoes-detail .link2:hover,
.menu-acoes-detail .link3:hover {
	color: #00adef;
}

.menu-materiais-detail .link1,
.menu-acoes-detail .link1 {
	width: 120px;
}

.menu-materiais-detail .link2,
.menu-acoes-detail .link2 {
	text-align: center;
	width: 180px;
}

.menu-materiais-detail .link3,
.menu-acoes-detail .link3 {
	text-align: right;
	width: 150px;
}

.anchor-top {
	position: absolute;
	top: -100px;
}

.autocomplete {
	/*the container must be positioned relative:*/
	position: relative;
	display: inline-block;
}

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

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

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

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

.item-seta {
	display: inline;
	font-weight: bold;
}

.loading {
	position: absolute !important;
	top: 0px !important;
	left: 0px !important;
	width: 100% !important;
	height: 100% !important;
	background-color: rgba(255, 255, 255, 0.99) !important;
	/* background-image: url('../img/progress_bar.gif') !important; */
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: 200px 25px !important;
	z-index: 100 !important;
}

#new-loading {
	width: 100% !important;
	position: absolute !important;
	top: 20vh !important;
}

.button-regular,
.button-regular:hover {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid blue;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 130px;
	background-color: #00B4DD !important;
	border-color: #00B4DD !important;
	outline: 0;
	color: #ffffff;
}

.cabecalho-linha,
.cabecalho-linha-2 {
	position: fixed;
	top: 0px;
	display: block;
	width: 100%;
	/* background-image: linear-gradient(to bottom, #0046C8, #0046C8); */
	height: 4px;
}

.cabecalho-linha-2 {
	background-color: #00adef;
	width: 100%;
	height: 1px;
}

.cabecalho-default,
.cabecalho-default-panel {
	position: fixed;
	padding-top: 11px;
	display: block;
	width: 100%;
	color: #01304C;
	background-color: #FFFFFF;
	top: 0px;
}
.cabecalho-default-panel {
	top: 13px;
}
.cabecalho-default {
	height: 70px;
}

.cabecalho-default-panel {
	width: 100%;
	margin: 0px auto auto auto;
	height: 30px;
}

.painel-menu-perfil {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 235px;
	height: 100%;
	background-color: #ffffff;
	color: #00adef;
	text-align: center;
	font-size: 12px;
	font-weight: 300;
	padding-top: 10px;
}

.painel-menu-perfil .item {
	height: 40px;
	line-height: 40px;
}

.painel-menu-perfil .item:hover {
	color: #003759;
}

.painel_aceite_termos {
	position: fixed;
	right: 160px;
	top: 75px;
	width: 420px;
	height: 170px;
	background-image: linear-gradient(to right, #0046C0, #0046A5);
	color: #ffffff;
	text-align: center;
	padding: 20px;
	z-index: 2;
}

.btn-whiteborder {
	border: 2px solid #ffffff !important;
	background-color: transparent !important;
}

.header-no-menu {
	width: 100%;
	height: 50px;
	background-color: #D5D5D5;
	margin-bottom: 200px;
}
.header-no-aceitar {
	width: 100%;
	height: 50px;
	background-color: #D5D5D5;
	margin-bottom: 20px;
}

.painel-header {
	text-align: left;
	position: relative;
	display: block;
	width: 100%;
	height: 0px;
	display: none;
	margin-top: 51px;
	color: #ffffff;
	background-color: #00adef;
}

.z-header {
	z-index: 1013;
}

.z-subheader {
	z-index: 1012;
}

.ico-menu-h {
	color: #404040 !important;
	margin-left: 10px;
}

.menu-default {
	position: fixed;
	top: 70px;
	display: block;
	width: 100%;
	height: 60px;
	color: #404040;
	background-color: #E5EAEE;
}

.fixed-table-container {
	border: 0px !important;
}

.ico-xsm {
	font-size: 14px !important;
}

.ico-xxsm {
	margin-top: -2px;
	font-size: 11px !important;
}

.rodape-default {
	position: relative;
	width: calc(100% - 66px);
	height: 220px;
	color: #404040;
    background-color: #E5EAEE;
	margin: 82px auto 0px 66px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	line-height: 48px;
}

.rodape-no-menu {
	position: relative;
	width: 100%;
	height: 220px;
	color: #ffffff;
	background-color: #555861;
	margin: 82px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	line-height: 48px;
}

.rodape-logo-hd {
	position: absolute;
	top: -64px;
	left: 50%;
	width: 104px;
	height: 51px;
	margin-left: -52px;
	background-image: url(../img/logo_hd_footer_164x80.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	cursor: pointer;
}

.rodape-panel {
	max-width: 100%;
	margin: 0px auto 0px auto;
}

.rodape-logo {
	display: block;
	width: 130px;
	padding: 20px 0px 10px 0px;
	margin: 0px auto 0px auto;
	cursor: pointer;
	text-align: center;
}

.rodape-menu {
	position: absolute;
	left: 40px;
	top: 5px;
	/*min-width: 1000px;*/
	height: 215px;
}

.rodape-menu .menu-container {
	min-width: 200px;
	display: inline-table;
}

.rodape-menu .menu-rodape-item {
	width: 100%;
	height: 20px;
	display: block;
	font-size: 10px;
	line-height: 11px;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	height: 30px;
}

.rodape-menu .menu-rodape-item:hover {
	text-decoration: underline;
}

/* .rodape-menu .menu-rodape-item:hover:first-child {
	text-decoration: unset;
}
.rodape-menu .menu-rodape-item:first-child {
	height: 30px;
} */
.rodape-centralajuda {
	color: #ffffff;
	font-weight: bold;
	line-height: 30px;
	position: absolute;
	right: 310px;
	bottom: 20px;
}

.central-ajuda-click {
	cursor: pointer;
}

.help-desk-icon{
	margin-right: 6px !important;
	color: #FF5A40;
	font-size: 16px !important;
}

.help-desk-container{
	position: absolute;
    display: inline-table;
    right: 42px;
    top: 0px;
    font-size: 13px;
    line-height: 16px;
}

.rodape-help-desk{
	display: inline-table;
    text-align: left;
    line-height: 21px;
    position: absolute;
    right: 240px;
    bottom: 80px;
}

.rodape-centralajuda .ps-ico {
	color: #404040;
	margin: 0px 3px 0px 3px !important;
	text-decoration: none;
}

.rodape-centralajuda a {
	color: #404040;
	text-decoration: none;
}

.rodape-centralajuda a:hover {
	color: #d0d0d0;
}

.rodape-social {
	color: #2F6E89;
	font-weight: bold;
	line-height: 30px;
	position: absolute;
	right: 40px;
	bottom: 40px;
}

.rodape-social .ps-ico {
	color: #0046C0;
	margin: 0px 3px 0px 3px !important;
	cursor: pointer;
	text-decoration: none;
}

.rodape-social .ps-ico:hover {
	color: #2F6E89;
	text-decoration: none;
}

.rodape-copyright {
	position: absolute;
	color: #404040;;
	right: 40px;
	bottom: 20px;
	line-height: 12px;
	font-size: 10px;
}

.campanhas-nacionais-produtos {
	position: relative;
	display: block;
	overflow: auto;
}

.menu-default-panel {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 0px;
}

.menu-search {
	position: absolute;
	top: 2px;
	left: 25px;
	width: 300px;
	height: 35px;
	margin: 0px auto auto 0px;
	padding: 4px;
	background-color: #FFFFFF;
	text-align: center;
	cursor: text;
	font-size: 11px;
	border-bottom: 1px solid #404040;
}

.placeholder::-webkit-input-placeholder {
	color: #d5d5d5;
	font-style: italic;
}

.placeholder:-moz-placeholder {
	/* Firefox 18- */
	color: #d5d5d5;
	font-style: italic;
}

.placeholder::-moz-placeholder {
	/* Firefox 19+ */
	color: #d5d5d5;
	font-style: italic;
}

.placeholder:-ms-input-placeholder {
	color: #d5d5d5;
	font-style: italic;
}

.border-blue-thin {
	border: 1px solid #00adef;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding-bottom: 7px;
}

.border-blue {
	border: 3px solid #00B4DD;
	color: #00B4DD;
	width: 350px !important;
}

.border-white {
    border: 0px solid #FFFFFF;
    color: #404040;
    width: 300px !important;
    padding-left: 2px;
    height: 30px;
    font-size: 16px;
    background-color: #FFFFFF;
}

.border-white:focus {
	outline: 0px solid #2F629B !important;
}

.painel-titulo {
	position: relative;
	min-height: 60px;
	border-style: solid;
	border-color: #00ADEF;
	background-color: transparent;
	line-height: 26px;
	color: #213F7F;
	text-transform: uppercase;
	font-family: FontePorto;
	font-weight: 700;
	border-width: 0px 0px 2px;
	margin-bottom: 40px;
}

.label-titulo {
	position: absolute;
	bottom: 3px;
	left: 50px;
	font-size: 20px;
	letter-spacing: 5px;
}

.label-subtitulo {
	position: absolute;
	bottom: 3px;
	right: 50px;
	font-size: 14px;
	letter-spacing: 1px;
}

.painel-busca {
	position: absolute;
	top: 4px;
	left: 320px;
	width: 400px;
	height: 39px;
}

.center-group {
	margin: 0px auto 0px auto;
}

.painel-b,
.painel-b1200 {
	position: relative;
	width: 100%;
	height: 100%;
	margin: auto;
}

.painel-b1200 {
	max-width: 1200px;
}

.btn-pesquisar {
	position: absolute;
	top: 2px;
	margin: 0px auto auto 0px;
	background-color: #ffffff;
	color: #00B4DD;
	border: 0px solid #00B4DD;
	color: #ffffff;
	width: 25px !important;
	height: 35px !important;
	cursor: pointer;
	padding: 2px;
}

.btn-pesquisar {
	left: 325px;
	width: 40px !important;
	padding: 7px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #404040;
}

.ico-lupa {
	color: #404040!important;;
}

.ico-lupa:hover {
	color: #0046C0!important;
}

.btn-pesquisar:hover {
	color: #ececec;
}

.painel-profile {
	position: absolute;
	top: 4px;
	right: 0%;
	height: 39px;
	line-height: 39px;
	margin: 0px auto auto -315px;
	text-align: right;
	color: #4D6774;
}

.painel-toolbar {
	position: absolute;
	top: 4px;
	left: 100%;
	width: 240px;
	height: 39px;
	line-height: 39px;
	margin: 0px auto auto -315px;
	text-align: right;
	color: #4D6774;
}

.painel-toolbar {
	margin-left: -440px;
	text-align: center;
}

.painel-toolbar-mobile {
	position: absolute;
	top: 4px;
	left: 100%;
	width: 190px;
	height: 30px;
	margin: 0px auto auto -265px;
	text-align: right;
	color: #4D6774;
	z-index: 1016;
}

.menu-profile {
	display: inline-table;
	width: 100px;
	height: 23px;
	color: #4D6774;
	padding-left: 2px;
	cursor: pointer;
}

.menu-logout {
	position: absolute;
	top: 10px;
	left: 100%;
	width: 50px;
	height: 16px;
	margin: 0px auto auto -60px;
	text-align: center;
	color: #4D6774;
	font-size: 10px;
	text-align: right;
}

.menu-logout span {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: white;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	width: 25px;
	height: 25px;
}

.menu-logout-close {
	cursor: pointer;
}

.menu-logout-close:hover {
	color: #00B4DD;
}

.menu-profile-name,
.context-profile-name,
.context-profile-item {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.header-divisoria {
	width: 1px;
	height: 24px;
	background-color: #404040;
	margin: 8px 30px auto 30px;
	float: left;
}

.menu-profile-name,
.context-profile-name,
.context-profile-item,
.menu-profile-label,
.menu-pedido-context,
.menu-toolbar-label {
	display: inline-table;
	line-height: 39px;
	height: 39px;
	float: left;
	font-size: 16px;
	color: #404040 !important;
	min-width: 20px;
	padding-right: 6px;
}

#busca_por_pedido{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #00adef;
	
}
#busca_por_pedido::placeholder {
	font-size: 12px;
	font-weight: 100;
	text-align: center;
	color: #cacaca;
    font-style: italic;
}




#busca_por_pedido_lupa {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 0px;
}

.context-profile-name,
.context-profile-item {
	float: none;
	text-align: center;
	width: 100%;
	color: #2B2B2B !important;
	font-weight: bold;
	font-size: 12px;
}

.context-profile-item {
	cursor: pointer;
	border-bottom: 1px solid #BCBCCB;
}

.context-profile-item:last-child {
	border-bottom: 0px;
}

.context-profile-item:hover {
	text-decoration: underline;
	color: #0046C0 !important;
}

.menu-pedido-context {
	float: none;
	width: 120px;
	cursor: pointer;
}

.menu-toolbar-label {
	width: 100%;
	height: 39px;
}

.lnk-central-ajuda {
	color: #7f7f7f !important;
	cursor: pointer;
}

.lnk-central-ajuda:hover {
	color: #00ADEF !important;
}

.ico-toolbar {
	margin-top: -1px;
	color: #404040;
	cursor: pointer;
}

.ico-toolbar:hover {
	color: #0046C0;
}

.ico-ajuda {
	color: #7f7f7f;
}

.ico-ajuda:hover {
	color: #00B4DD;
}

.menu-pedido-context,
.menu-profile-label {
	color: #404040 !important;
	font-size: 14px;
}

.menu-profile-label {
	width: 30px;
}

.menu-profile-link {
	font-size: 10px;
	color: #4D6774 !important;
}

.menu-profile-link:hover {
	color: #00B4DD !important;
}

.menu-profile-picture,
.context-profile-picture {
	float: left;
	display: block;
	margin-top: 1px;
	width: 38px;
	height: 38px;
	color: #4D6774;
	cursor: pointer;
	font-size: 11px;
	background-color: #E2E2E2;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}

.context-profile-picture {
	float: none;
	margin-left: calc(50% - 20px);
	margin-top: 10px;
	width: 40px;
	height: 40px;
}

.menu-profile-picture:hover {
	color: #00B4DD;
}

.menu-profile-context {
	position: absolute;
	top: 60px;
	right: 10px;
	width: 200px;
	/*height: 174px;*/
	background-color: #ffffff;
	box-shadow: -4px 4px 9px rgba(0, 0, 0, 0.5);
	display: none;
}

.pedido-context {
	position: absolute;
	top: 60px;
	right: 10px;
	width: 200px;
	height: 202px;
	background-color: #ffffff;
	box-shadow: -4px 4px 9px rgba(0, 0, 0, 0.5);
	display: none;
}

#notificacoes_container .arrow-up,
.menu-profile-context .arrow-up,
.pedido-context .arrow-up,
.painel-left .arrow-up {
	display: block;
	position: absolute;
	top: -28px;
	left: 120px;
	width: 10px;
	height: 10px;
	margin: 0 auto;
	border-top: 10px solid transparent;
	border-left: 10px solid #00ff00;
	border-bottom: 10px solid #ffffff;
	border-right: 10px solid #0000ff;
	border-left-color: transparent;
	border-right-color: transparent;
}

.pedido-context .arrow-up {
	top: -18px;
	left: 167px;
}

.menu-arrow {
	float: right;
	margin-right: 20px;
	line-height: 60px;
	color: #fff;
}

.menu-logo {
	display: inline-table;
	width: 104px;
	height: 46px;
	margin-left: 18px;
	cursor: pointer;
}

.home-logo {
	float: left;
	margin: 14px 0px 0 18px;
	cursor: pointer;
	color: #ffffff;
	text-decoration: none !important;
}

.logo-ph-default {
	position: relative;
	display: inline-block;
	left: 20px;
	top: 0px;
	width: 204px;
	height: 93px;
	background-image: url('../img/logo_h_214x89.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 168px 70px;
	cursor: pointer;
}

.pnl-testemunhos {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 700px;
	height: 93px;
	margin-left: -250px;
	display: none;
}

.testemunho-titulo {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
}

.testemunho-autor {
	color: #003F61;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 0px;
}

.btn-testemunhos-prev,
.btn-testemunhos-next,
.pnl-testemunhos-content {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 93px;
	color: #003759;
	text-align: center;
}

.pnl-testemunhos-content {
	width: 530px;
	padding-top: 20px;
	margin-left: 30px;
}

.btn-testemunhos-prev {
	float: left;
	padding-top: 40px;
	cursor: pointer;
}

.btn-testemunhos-next {
	float: right;
	padding-top: 40px;
	cursor: pointer;
}

.pnl-testemunho-foto {
	position: relative;
	display: inline-block;
	float: right;
	margin: 16px 20px 0px 0px;
	width: 60px;
	height: 60px;
	background-color: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.btn-testemunhos-prev:hover,
.btn-testemunhos-next:hover {
	font-weight: bold;
}

.btn-amarelo {
	background-image: linear-gradient(270deg,#ffee00 0,#ffd22f 50%,#daa81a 60%,#9c7211 100%) !important;
}

.btn-verde {
	background-image: linear-gradient(270deg,#70B75F 0,#2F736B 50%,#47773C 60%,#1B4B46 100%) !important;
}

.logo-h-default {
	display: block;
	width: 156px;
	height: 46px;
	background-image: url('../img/logo_h_164x49.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 156px 46px;
	cursor: pointer;
}

.logo-hd-default {
	position: absolute;
	top: 6px;
	left: 90px;
	width: 202px;
	height: 36px;
	background-image: url(../img/Promo9.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	cursor: pointer;
}

.logo-h-default-old {
	display: block;
	width: 130px;
	height: 80px;
	background-image: url('../img/logo_h_164x90.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 110px 60px;
	cursor: pointer;
}

.menu-spacer {
	display: inline-table;
	width: 0px;
	height: 100px;
	float: left;
}

.menu-items-panel {
	position: absolute;
	top: 6px;
	left: 0px;
	width: 100%;
	margin: 0px auto auto 0px;
	text-align: left;
}

.menu-subitems-panel {
	position: absolute;
	top: 160px;
	left: 50%;
	width: 240px;
	height: 240px;
	padding: 0px;
	margin: 0px auto auto -597px;
	color: #ffffff;
	background-color: #0397BF;
	z-index: 103;
	display: none;
}

.menu-subitems2-panel {
	position: absolute;
	top: 160px;
	left: 50%;
	width: 1200px;
	min-height: 240px;
	padding: 0px;
	margin: 0px auto auto -600px;
	color: #ffffff;
	background-color: #eaeaea;
	z-index: 102;
	display: none;
	border: 1px solid #dddddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.menu-subitems2-panel-spacer {
	float: left;
	width: 240px;
	height: 240px;
}

.menu-subitems2-panel-items {
	float: left;
	width: 1200px;
	min-height: 240px;
}

.menu-subitem,
.menu-subitem2,
.menu-subitem-active,
.menu-subitem2-noitem {
	position: relative;
	display: inline-table;
	margin: 0px auto auto 0px;
	padding: 5px 15px 5px 5px;
	width: 25%;
	height: 50px;
	color: #272727;
	cursor: pointer;
	font-size: 12px;
	text-align: left;
	line-height: 40px;
	cursor: pointer;
}

.menu-subitem2:hover {
	background-color: #11C3FF !important;
}

.menu-subitem2-noitem {
	width: 100%;
	height: 100%;
}

.menu-subitem:hover,
.menu-subitem2:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #04B6F2;
}

.menu-left-item {
	display: block;
	width: 100%;
	height: 34px;
	cursor: pointer;
	font-size: 11px;
	text-align: left;
	border-left: 4px solid #01A1FC;
}

.menu-left-item .ps-ico {
	color: #0046C0 !important;
	padding-top: 7px;
	width: 66px;
	height: 38px;
	text-align: center;
}

.menu-left-item .ps-label {
	text-align: left;
	display: inline-block;
	width: 150px;
	height: 34px;
	line-height: 36px;
	color: #2F629B !important;
}

.menu-left-item:hover {
	background-color: #EFEFEF;
	border-left: 4px solid #00ADEF;
	/*text-decoration: underline;*/
}

.menu-left-item.active {
	background-color: #111111;
	border-left: 3px solid #0046C0;
}

#menu-left-n2 .menu-left-item {
	padding-left: 270px;
	font-size: 12px;
}

#menu-left-n2 .menu-left-item:hover {
	background-color: #B5B5B5;
}

#menu-left-n2 .menu-left-item .ps-label {
	width: 100%;
}

#menu-left-n2 .menu-left-item .ps-label .menu-sub {
	border-left: 5px solid #01A1FC;
	margin-left: 0px;
	padding-left: 20px;
}

#menu-left-n1 .menu-left-item .arrow-left,
.painel-left .item .arrow-left {
	display: none;
	position: absolute;
	top: 10px;
	right: 0px;
	width: 10px;
	height: 10px;
	margin: 0 auto;
	border-top: 10px solid #ffffff00;
	border-left: 10px solid #ffffff00;
	border-bottom: 10px solid #ffffff00;
	border-right: 10px solid #D5D5D5;
	border-top-color: transparent;
	border-left-color: transparent;
	border-bottom-color: transparent;
}

.painel-left .item .arrow-left {
	right: 0px;
	border-top: 7.5px solid #ffffff00;
    border-left: 7.5px solid #ffffff00;
    border-bottom: 7.5px solid #ffffff00;
    border-right: 7.5px solid #EAEAEA;
	top: 0px;
}

.menu-item {
	display: inline-table;
	padding-top: 11px;
	min-width: 200px;
	height: 48px;
	color: #404040;
	cursor: pointer;
	font-size: 10px;
	font-weight: 100;
	text-align: center;
	margin-left: 35px;
	text-decoration: none;
}
.menu-item:first-child {
	margin-left: 5px;
}
.menu-item.right {
	float: right;
}

.menu-item.square {
	width: 60px;
}

.menu-label {
	font-family: FontePorto;
	font-size: 15px;
	font-weight: bold;
	line-height: 26px;
	margin-left: 0px;
	letter-spacing: 2px;
	height: 40px;
}

.menu-subitem2 .menu-label {
	margin-left: 20px;
}

.menu-subitem2 .menu-label {
	line-height: 40px;
}

.menu-item:hover {
	color: #0046C0;
	/*border-style: solid;
	border-color: #00ADEF;
	border-width: 0px 0px 3px;*/
}

.painel-menu-mobile {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 70px;
	display: none;
	overflow-y: visible;
	z-index: 995;
}

.menu-mobile {
	display: none;
	padding-bottom: 20px;
}

.navbar {
	margin-bottom: 0 !important;
	/* overwriting bootstrap */
}

.margin-b {
	margin-bottom: 40px;
}

.logo-h-mini {
	width: 104px;
	height: 30px;
}

.tutorial-icon {
	position: absolute;
	left: 100%;
	margin-left: -40px;
	top: 5px;
	padding: 3px;
	z-index: 2;
	color: #2190CE;
	cursor: pointer;
	border: 1px solid transparent;
}

.tutorial-icon:hover {
	border: 1px solid #2190CE;
	color: #2190CE;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.tutorial-close {
	float: right;
	padding: 0px;
	margin-top: -3px;
	cursor: pointer;
}

.tutorial-button {
	float: right;
	padding: 5px;
	padding-bottom: 10px;
	cursor: pointer;
	color: #FFFFFF;
}
.tutorial-button>.ps-ico {
	color: #FFFFFF !important;
}

.tutorial-link-bottom {
	top: 50px;
}

.tutorial-link-top {
	top: -50px;
}

.tutorial-button :hover {
	color: #01304C;
}
.tutorial-arrow {
	font-size: 11px;
}
.tutorial-display {
	line-height: 1.5;
}

.tutorial-footer {
	font-size: 12px;
}

.tutorial-link-azul {
	cursor: pointer;
	text-decoration: none;
	color: #2190CE;
}

.tutorial-link-azul :hover {
	text-decoration: none;
	color: #01304C;
}

#professor_container {
	display: inline-block;
	float: right;
	height: 40px;
	width: 45px;
}

.div-breadcrumb {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto 0px auto !important;
	border-bottom: 0px solid #ececec;
}

.breadcrumb>.active {
	color: #01304C !important;
}

.my-breadcrumb {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 20px !important;
	/*sobreescreve o bootstrap*/
	color: #01304C !important;
	margin: 0px;
}

.my-breadcrumb a {
	font-weight: bold;
	cursor: pointer;
}

.my-breadcrumb li {
	cursor: default;
}

.content-panel {
	position: relative;
	display: block;
	margin: 0px auto auto auto;
}

.be-white {
	color: #ffffff !important;
}

.content-panel.white {
	background-color: #ffffff;
}

.page-panel,
.page-group {
	position: relative;
	display: block;
	width: 100%;
	margin: auto;
	padding: 0px;
	overflow-y: auto;
	overflow-x: hidden;
}

.page-group {
	padding: 0px;
}

.page-block,
.page-block-no-margin {
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #ddd;
	margin: 10px auto 10px auto;
}

.page-block-no-margin {
	border: 0px;
}

.navbar {
	height: 50px;
	background-color: #01304C;
	color: #ffffff;
}

.navbar-default {
	background-color: #FFFFFF;
	color: #01304C;
	border-color: #e7e7e7;
}

.navbar-nav {
	margin-top: 0px;
	overflow: hidden;
}

.campanha-titulo {
	overflow: hidden;
	max-height: 50px;
}

.navbar-default .navbar-nav>li>a {
	color: #01304C;
	font-weight: bold;
	background-color: #e7e7e7;
	border-top: 1px solid #ccc;
	padding-left: 80px;
	text-decoration: none;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #ffffff !important;
}

.navbar-default .navbar-nav>li>a:hover>.ps-ico {
	color: #ffffff !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #2190CE;
	border-top: 1px solid #2190CE;
}

.navbar-default .navbar-nav>.active>a:hover {
	color: #ffffff !important;
	background-color: #2190CE !important;
}

.navbar-brand {
	padding-top: 10px;
	margin-left: 70px;
}

.pagination-info {
	font-size: 14px !important;
}

/* css da paginação */

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #2190CE !important;
	border-color: #2190CE !important;
	color: #ffffff !important;
}

.pagination>li>a,
.pagination>li>span {
	color: #2190CE !important;
}

/* css da paginação */

.presentation-options-panel {
	position: absolute;
	top: 100%;
	left: 15px;
	margin-top: -65px;
	font-size: 38px;
	color: rgb(188, 188, 188);
	border: 1px solid #01304C;
	width: 200px;
	text-align: center;
	padding: 5px 0px 0px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.list-types-options-panel {
	position: absolute;
	top: 100%;
	left: 15px;
	margin-top: -85px;
	font-size: 38px;
	color: rgb(188, 188, 188);
	border: 1px solid #01304C;
	text-align: center;
	padding: 5px 20px 10px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.presentation-options-panel-title {
	font-size: 12px;
	margin: -13px auto auto 10px;
	position: absolute;
	background-color: #ffffff;
	display: block;
	padding: 0px 5px 0px 5px;
	color: #01304C;
}

.presentation-options-panel * {
	cursor: pointer;
}

.presentation-options-panel span.active {
	/* color: rgb(53, 108, 119); */
	color: #00B4DD;
}

/* FILTER FILTER FILTER FILTER FILTER FILTER FILTER FILTER */

.panel-body {
	padding: 7px 15px !important;
	/*para sobreescrever o bootstrap*/
}

.filtro-header-panel {
	position: relative;
	padding: 30px 15px 60px 15px;
	min-height: 120px;
	margin-bottom: 0px;
}

.container-main-filter-button {
	text-align: right;
}

.main-button-filter {
	width: 150px;
	background-color: #00B4DD !important;
	border-color: #00B4DD !important;
	outline: 0;
}

.main-button-filter:hover {
	width: 150px;
	background-color: #01304C !important;
	border-color: #01304C !important;
	outline: 0;
}

.secondary-button-filter {
	width: 150px;
	background-color: #01304C !important;
	border-color: #01304C !important;
	outline: 0;
}

.secondary-button-filter:hover {
	width: 150px;
	background-color: #00B4DD !important;
	border-color: #00B4DD !important;
	outline: 0;
}

.filter-panel {
	position: relative;
	top: 0px;
	left: 0px;
}

.filtro-bloco {
	display: inline-table;
	padding: 10px 0px 10px 0px;
}

.filtro-item,
.filtro-titulo {
	display: block;
}

.filtro-titulo {
	font-size: 14px;
}

.advanced-title {
	margin: 10px;
	cursor: pointer;
}

.detail-filter {
	/* display: none; */
}

.panel-filter .panel-heading {
	/* background-color: #00B4DD!important; */
	/* border-color: #00B4DD!important; */
	background-color: #01304C !important;
	border-color: #01304C !important;
}

.panel-filter {
	/* border-color: #00B4DD!important; */
	border-color: #01304C !important;
}

.perfil-img {
	width: 100%;
	height: 100%;
	vertical-align: inherit;
}

.title-detail,
.title-detail2 {
	text-transform: uppercase;
	color: #00B5DC;
	font-family: FontePorto;
	font-weight: 100;
	font-size: 30px;
}

.title-detail2 {
	font-size: 24px;
	line-height: 200%;
}

.mobile-item {
	cursor: pointer;
}

.header-detail {
	padding: 70px 0px;
	text-align: center;
	height: auto;
	min-height: 140px;
	margin-bottom: 10px;
}

.btn-relatorio {
	float: right;
	border: 2px solid #01304C;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	color: #01304C;
	padding: 8px 15px;
	cursor: pointer;
	font-weight: 400;
}

.modal .modal-dialog .modal-content .modal-header {
	background-color: #0046C0;
	color: white;
}

.modal .modal-dialog .modal-content .bootstrap-dialog-title {
	color: white !important;
}

.modal .modal-dialog .modal-content .modal-header button {
	top: -25px;
	position: relative;
	color: white;
	font-size: 30px;
}

.modal .modal-dialog .modal-content .modal-header button.close {
	top: -0px;
	position: static;
	color: white !important;
	font-size: 30px;
}

.modal-content {
	border: unset;
}


.modal-top-menu-transparente {
	background-color: rgba(0, 0, 0, 0.3);
	padding: 10px;
}

.modal-header .close {
	margin-top: -25px;
}

.modal-header .bootstrap-dialog-close-button .close {
	margin-top: -2px;
}

a.ps-modal-plus.ps-modal-plus-default,
a.ps-modal-minus.ps-modal-minus-default,
a.ps-modal-close.ps-modal-close-default,
a.ps-modal-next.ps-modal-next-default,
a.ps-modal-previous.ps-modal-previous-default {
	float: right;
	margin: 2% 2% 10px auto;
	color: #ffffff;
	cursor: pointer;
}

/* {
	float: right;
	margin: 10% 2% auto auto;
	color: #ffffff;
}

{
	float: right;
	margin: 2% 2% auto auto;
	color: #ffffff;
}

{
	float: right;
	margin: 24% 2% auto auto;
	color: #ffffff;
}

{
	float: left;
	margin: 24% auto auto 2%;
	color: #ffffff;
} */
#imagemodal {
	overflow: hidden;
}

a.ps-modal-plus.ps-modal-plus-default:hover,
a.ps-modal-minus.ps-modal-minus-default:hover,
a.ps-modal-close.ps-modal-close-default:hover,
a.ps-modal-next.ps-modal-next-default:hover,
a.ps-modal-previous.ps-modal-previous-default:hover {
	color: #2190CE;
}

.modal-top-menu,
.modal-middle-right-menu,
.modal-middle-left-menu {
	position: absolute;
	z-index: 100;
}

.modal-top-menu {
	right: 0px;
	margin: 2% 2% auto auto;
}

.modal-top-menu div {
	margin: 10px 0px auto auto;
}

.modal-middle-right-menu {
	right: 40px;
	height: 0px;
	top: 50%;
}

.modal-middle-left-menu {
	left: 40px;
	height: 0px;
	top: 50%;
}

.btn-relatorio:hover {
	border: 2px solid #2190CE;
	color: #2190CE;
}

tr.no-records-found td {
	height: 100px;
	line-height: 100px !important;
	font-size: 16px;
}

.popover {
	max-width: 480px !important;
	border: 0px !important;
	padding: 0px !important;
	background-color: #48316D;
	z-index: 1040;
}

/* .popover.bottom>.arrow {
	border-bottom-color: #00B5DC !important;
}

.popover.left>.arrow {
	border-left-color: #00B5DC !important;
}

.popover.top>.arrow {
	border-top-color: #00B5DC !important;
}

.popover.right>.arrow {
	border-right-color: #00B5DC !important;
} */
.popover.left>.arrow:after {
	border-left-color: #48316D;
}
.popover.right>.arrow:after {
	border-right-color: #48316D;
}
.popover.top>.arrow:after
{
	border-top-color: #48316D;
}
.popover.bottom>.arrow:after {
	border-bottom-color: #48316D;
}

.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-color: #48316D !important;
	border: unset;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.popover-content{
	background: #48316D;
    color: #FFFFFF;
	border: unset;
}

.popover-title>a>span.ps-ico.ps-ico-xsm.ps-ico-close {
	color: #ffffff;
}

.tooltip {
	z-index: 997 !important;
}

.top48 {
	margin-top: 129px;
}

.tooltip>.tooltip-inner {
	border-color: #bdefff;
	background: #effbff;
	color: #000000;
}

.tooltip>.tooltip-inner ul {
	text-align: left;
}

.tooltip .tooltip-arrow {
	display: none;
}

.total-box-title {
	text-align: center;
	line-height: 250%;
}

.gump-field {
	font-weight: bold;
	font-style: italic;
}

.control-label {
	font-weight: bold;
}

object[type^=application/gas-events-uni] {
	overflow: hidden;
	display: none;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	background-color: #01304C !important;
}

body+object,
body+object+object {
	display: none;
}

/* FILTER FILTER FILTER FILTER FILTER FILTER FILTER FILTER */

.video-tutorial {
	margin-top: 6%;
	width: 80%;
	height: 80%;
}

.modal-check {
	position: absolute;
	margin: 2% auto auto 2%;
	color: #ffffff;
}

#middle_master_container {
	min-height: calc(100vh - 378px);
}

.modal-dialog.wide {
	width: 80% !important;
	margin: 30px auto;
}

.modal-dialog.wide .modal-title {
	text-align: center;
}

.termo-panel {
	overflow: auto;
	position: relative;
	top: 5%;
	left: 5%;
	width: 90%;
	height: auto;
	border: 0px solid #FF0000;
	padding: 3px;
}

.termo-panel p {
	text-align: justify;
	margin-bottom: 18px;
}

.termo-panel table {
	border-collapse: collapse;
	width: 60%;
}

.termo-panel table,
.termo-panel th,
.termo-panel td {
	position: relative;
	margin: auto;
	padding: 2px;
	padding-left: 12px;
	text-align: justify;
	border: 1px solid #000000;
}

.termo-panel p table tr td {
	position: relative;
	margin: auto;
	padding: 2px;
	text-align: justify;
	border: 1px solid #000000;
}

.termo-panel ul {
	text-align: justify;
}

.termo-panel p.RegulamentoTitulo {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 18px;
}

.termo-panel>p.SecaoTitulo {
	font-weight: bold;
	text-align: left;
}

.ps-panel-head:hover {
	text-decoration: none !important;
}

.image-modal {
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.image-modal .img {
	width: auto;
	height: auto;
	max-height: 80vh;
	max-width: 80vw;
}

.scrollToTop {
	width: 56px;
	height: 56px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	position: fixed;
	bottom: 230px;
	right: 40px;
	display: none;
	background-color: #0046C0;
	color: #ffffff !important;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
	z-index: 7776;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.scrollToTop:hover {
	text-decoration: none;
}

.scrollToTop span {
	color: #ffffff !important;
}

.so-mobile {
	display: none;
}

.link-simples {
	cursor: pointer;
}

.link-simples:hover {
	text-decoration: underline;
}

#menu_mobile .menu-toolbar-label>* {
	margin: 0 10px;
}

.count-ball {
	width: 15px;
	height: 15px;
	position: absolute;
	margin-top: -10px;
	margin-left: 12px;
	background-color: #e41919;
	font-size: 10px;
	border-radius: 100%;
	font-family: sans-serif;
	color: white;
	line-height: 15px;
	padding-right: 0px;
	font-weight: bold;
	display: none;
}
.count-ball.white {
	background-color: #ffffff;
}
.count-ball.yellow {
	background-color: #ebe005;
}

.count-ball.green {
	background-color: #03b503;
}

.quantity-divisor {
	font-size: 14px;
	color: #4D6774;
	font-weight: lighter;
}

table {
	table-layout: auto !important;
}



@media screen and (max-width: 1110px) and (min-width: 1023px) {
	#lnk_central_ajuda {
		display: none;
	}

	.menu-toolbar-label>* {
		float: right;
		height: 39px;
		line-height: 39px;
		margin: 0 8px;
	}
	.painel-busca {
		top: 4px;
	}
	.btn-pesquisar {
		left: 295px;
	}
}

@media screen and (max-width: 1023px) {
	#middle_master_container {
		min-height: calc(100vh - 340px);
		margin-top: 50px;
	}

	.menu-search {
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
		margin: 0px;
		padding: 0;
		height: 50px;
		display: none;
	}

	.btn-pesquisar {
		display: none;
	}

	.menu-profile {
		display: none;
	}

	.menu-default,
	.cabecalho-default {
		display: none;
	}

	.painel-header {
		display: none;
	}

	.painel-menu-mobile,
	.menu-mobile {
		display: block;
	}
	#menu-left {
		display: none;
	}
	#middle_master_container {
	    width: 100%;
	    margin-left: 0px;
	}
	.navbar-brand {
		margin-left: 10px;
	}
	.rodape-centralajuda {
		display: none;
	}
	.rodape-default {
		margin-left: 0px;
		width: 100%;
	}
	.so-desktop {
		display: none;
	}

	.so-mobile {
		display: block;
	}

	.label-titulo {
		left: 10px;
		font-size: 13px;
		max-width: 64%;
	}

	.label-subtitulo {
		right: 10px;
		font-size: 11px;
		max-width: 34%
	}
	.rodape-help-desk {
		right: 40px;
	}
}

@media screen and (max-width: 680px) {
	.filtro-bloco {
		display: block;
		padding: 2px;
	}

	.filtro-item {
		display: block;
		padding: 2px;
	}

	.filtro-aux {
		display: none;
	}
	.rodape-help-desk {
		height: 220px;
	    /* display: none; */
	    position: absolute;
	    left: 40px;
	    top: 145px;
	    line-height: 25px;
	    font-size: 14px;
	}
	.rodape-menu .menu-rodape-item {
		font-size: 14px;	
	}
	.rodape-default {
		height: 420px;
	}
	.rodape-menu {

	}
}

@media screen and (max-width: 1170px) {
	.menu-container:last-child {
		display: none;
	}
}

/* layout da bootstrap table */

.table>thead>tr>th {
	background-color: #f9f9f9;
	height: 45px;
}

.table>tbody>tr>td {
	height: 44px;
}

.bootstrap-table .table {
	/*border: 1px solid #ff0000!important; */
}

/* css crucial para não quebrar o layout bootstrap table */

.bootstrap-table table {
	table-layout: fixed;
	word-wrap: break-word;
}
a.ps-btn-primary, button.ps-btn-primary, input.ps-btn-primary {
	background-image: linear-gradient(270deg,#0046C8 0,#0046C0 50%,#0046AF 60%,#004696 100%);
}
a.ps-btn-primary.ps-btn-gray,
button.ps-btn-primary.ps-btn-gray,
input.ps-btn-primary.ps-btn-gray {
	background-image: -webkit-linear-gradient(-180deg, #9a9a9a 0, #B3B3B3 50%, #707070 60%, #707070 100%);
	background-image: -moz-linear-gradient(-180deg, #9a9a9a 0, #B3B3B3 50%, #707070 60%, #707070 100%);
	background-image: -ms-linear-gradient(-180deg, #9a9a9a 0, #B3B3B3 50%, #707070 60%, #707070 100%);
	background-image: -o-linear-gradient(-180deg, #9a9a9a 0, #B3B3B3 50%, #707070 60%, #707070 100%);
	background-image: linear-gradient(270deg, #9a9a9a 0, #B3B3B3 50%, #707070 60%, #707070 100%);
}

a.ps-btn-white,
button.ps-btn-white,
input.ps-btn-white {
	background-image: -webkit-linear-gradient(270deg,#ffffff 0,#ffffff 50%,#efefef 60%,#eae9e9 100%);
	background-image: -moz-linear-gradient(270deg,#ffffff 0,#ffffff 50%,#efefef 60%,#eae9e9 100%);
	background-image: -ms-linear-gradient(270deg,#ffffff 0,#ffffff 50%,#efefef 60%,#eae9e9 100%);
	background-image: -o-linear-gradient(270deg,#ffffff 0,#ffffff 50%,#efefef 60%,#eae9e9 100%);
	background-image: linear-gradient(270deg,#ffffff 0,#ffffff 50%,#efefef 60%,#eae9e9 100%);
}

a.btn-borderless,
button.btn-borderless,
input.btn-borderless {
	font-family: 'FontePorto';
    font-weight: 600;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    padding: 8.5px;
    border-radius: 4px;
    background-color: initial;
    text-align: center;
    font-size: 11px;
    line-height: 21px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #0046C0;
    border: 1px;
}
.btn-borderless:disabled {
	color: #707070;
}

@media all and (min-width:990px) {

	a.ps-btn-primary.ps-btn-gray:hover,
	button.ps-btn-primary.ps-btn-gray:hover,
	input.ps-btn-primary.ps-btn-gray:hover {
		color: #fff
	}
}

/* css crucial para não quebrar o layout bootstrap table */

/* CSS da table do guia novo */
.bootstrap-table .table>thead>tr>th {
	height: 90px;
	vertical-align: middle !important;
	border: 1px solid #CDCDCD !important;
	background-color: #ADADAD !important;
	text-transform: uppercase;
	text-align: center;
	color: #2B2B2B !important;
}

.bootstrap-table .table>tbody>tr>td {
	border: 1px solid #CDCDCD !important;
	text-transform: uppercase;
	text-align: center;
	color: #2B2B2B !important;
}

.bootstrap-table .table>tbody>tr:nth-child(odd) {
	background-color: #FFFFFF !important;
}

.bootstrap-table .table>tbody>tr:nth-child(even) {
	background-color: #F2F2F2 !important;
}

.pull-right {
	margin-right: 10px !important;
}

.pull-left {
	margin-left: 10px !important;
}

.clearfix {
	border: 1px solid #BCBCCB !important;
	border-top: unset !important;
	background-color: #D6D6D6;
	color: #2B2B2B !important;
}

.fixed-table-pagination div.pagination {
	margin-top: 6px !important;
	margin-bottom: 0 !important;
}

.fixed-table-pagination div.pagination-detail {
	margin-top: 3px !important;
	margin-bottom: 3px !important;
}

.page-size {
	line-height: 14px !important;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-radius: unset !important;
}

.pagination>li>a,
.pagination>li>span {
	width: auto !important;
	color: #2B2B2B !important;
	background-color: #D6D6D6 !important;
	border: unset !important;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
	background-color: #D6D6D6 !important;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	color: #2B2B2B !important;
	background-color: #FFFFFF !important;
	border-color: #BCBCCB !important;
}

.fixed-table-pagination .btn-group .ps-btn {
	background-color: #FFFFFF !important;
	border-radius: 0px !important;
	border: unset !important;
	padding: 5px !important;
	color: #2B2B2B !important;
	font-size: 14px !important;
	font-weight: normal !important;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif !important;
}

.custom-panel-shadow {
	box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, .4) !important;
	background-color: #ffffff;
}

.ps-headline label {
	line-height: normal !important;
}

/* fim CSS da table do guia novo */

/* .ps-btn-matte-blue{
	color:#00ADEF!important;
	font-weight:700!important;
	border: 2px solid #00ADEF!important;
	background:white!important;
}
.ps-btn-matte-blue .ps-ico{
	color:#00ADEF!important;
}
.ps-btn-matte-blue:hover{
	color:#FFF!important;
	background:#00ADEF!important;
}
.ps-btn-matte-blue:hover .ps-ico{
	color:#FFF!important;
} */

#btnNotificacoes:hover>#notificacoes_container {
	display: block;
}


#notificacoes_container .arrow-up {
	border-bottom-color: #fafafa;
}

#notificacoes_container {
	width: 400px;
	position: absolute;
	z-index: 999;
	background-color: #fafafa;
	left: -270px;
	top: 50px;
	border: 1px solid #AAAAAA;
	font-family: FontePorto;
	display: none;
}

#notificacoes_container .solucao-elegante-hover {
	width: 100px;
	height: 50px;
	position: absolute;
	top: -50px;
	left: 280px;
}

#notificacoes_container .titulo-geral {
	text-align: center;
	background-color: white;
	color: black;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #EEEEEE;
	font-size: 14px;
	font-weight: bold;
	cursor: default;

}

#notificacoes_container .notificacao-balao {
	background-color: #FAFAFA;
	color: black;
	height: 60px;
	border-bottom: 1px solid #EEEEEE;
	padding-left: 40px;
	padding-top: 12px;
	text-align: left;
}

#notificacoes_container .notificacao-balao:hover {
	background-color: #EDEDED
}

#notificacoes_container .notificacao-balao.sem-notificacao {
	cursor: default;
	height: 120px;
	line-height: 80px;
	text-align: center;
}

#notificacoes_container .notificacao-balao.sem-notificacao:hover {
	background-color: #FAFAFA;
}

#notificacoes_container .notificacao-balao .titulo {
	font-size: 14px;
	font-weight: 100;
}

#notificacoes_container .notificacao-balao.nao-lido .titulo {
	font-size: 14px;
	font-weight: bold;
}

#notificacoes_container .notificacao-balao .descricao {
	padding-top: 8px;
	font-size: 11px;
	font-weight: 100;
	color: #a6a6b2;
}


#notificacoes_container .detalhe-dos-pedidos {
	background-color: white;
	color: #45cbff;
	height: 60px;
	border-bottom: 1px solid #EEEEEE;
	font-size: 12px;
	line-height: 60px;
}

.close {
	opacity: 0.8 !important;
}

.ps-btn:not(.ps-btn-primary) {
	padding: 7.5px !important;
}

.context-profile-name-new {
	font-size: 20px !important;
}

.ps-carousel .ps-carousel-bullet li:before {
	width: 9px;
	height: 9px;
}

.menu-produtos {
	margin-top: 30px;
}

.bootstrap-table .fixed-table-container .table thead th .asc {
	background-image: url(../img/arrow-up.png);
}

.bootstrap-table .fixed-table-container .table thead th .desc {
	background-image: url(../img/arrow-down.png);
}

.modal-backdrop.in {
	filter: alpha(opacity=77);
	opacity: .77;
}

.modal-backdrop {
	background-color: #000000;
}

.ps-heading-1 {
	font-size: 55px;
	line-height: 60px;
}
.ps-heading-1, .ps-heading-2, .ps-heading-3, .ps-heading-4, .ps-heading-5, .ps-headline {
	font-family: FontePorto;
}
.ps-frm-entry {
	font-family: FontePorto;
}
input, select, textarea {
	font-family: FontePorto;
}

.invisible {
	display: none;
}

.os-mais-pedidos-container:focus {
	outline: none;
}

#help_desk_phone_container {
	display: inline-table;
}
#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
	color: #1B48B9;
    border: 1px solid #1B48B9;
}
#ot-sdk-btn.ot-sdk-show-settings:hover, #ot-sdk-btn.optanon-show-settings:hover {
	color: #fff;
    background-color: #1B48B9;
}

@media screen and (max-width: 1370px) {
	#help_desk_phone_container {
		display: none;
	}
}

@media screen and (max-width:768px) {
	.painel_aceite_termos {
		position: fixed;
		right: 10%;
		top: 75px;
		width: 80%;
		height: 170px;
		background-image: linear-gradient(to right, #0046C0, #0046A5);
		color: #ffffff;
		text-align: center;
		padding: 20px;
		z-index: 2;
	}
	.logo-h-mini {
		width: 130px;
		height: 30px;
	}
}
@media screen and (max-width:568px) {
	.logo-h-mini {
		width: 130px;
		height: 30px;
	}
}


@media screen and (max-width:1025px) and (min-width:568px) {
	.logo-h-mini {
		width: 130px;
		height: 30px;
	}
}