@charset "UTF-8";

* {
	margin: 0px;
    padding: 0px;
    list-style: none;
	color: rgba(0, 0, 0, 0.87);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.33;
    letter-spacing: 0em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
	margin: 0;
    background: #ecedf1 url(/SysUnaerpWeb/resources/images/v2/faq-tile.png) 0 0 repeat;
    background-attachment: fixed;
}

p {
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-size: .8rem !important;
	margin-bottom: 1rem;
}

.ui-selectonemenu-label,
.ui-selectonemenu-list-item,
.ui-messages-error span {
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-size: .8rem;
}

.ui-selectonemenu-label {
	font-size: .8rem !important;
}

.ui-messages-error span {
	font-weight: normal;
}

.ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
    margin-top: 6px !important;
}

.sysunaerp-header {
	width: 100%;
    box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2), 0px 4px 5px 0px rgba(0,0,0,0.14), 0px 1px 10px 0px rgba(0,0,0,0.12);
}

.sysunaerp-header-top {
    width: 100%;
    margin-bottom: 1px;
    box-sizing: border-box;
	border-left: 1rem solid #4D5D89;
    border-right: 1rem solid #4D5D89;
    background-color: #20356C;
    color: #fff;
    padding: .5rem 1.1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.sysunaerp-header-img {
	width: 125px;
	margin-right: 1rem;
}

.sysunaerp-header-separator {
	width: 1px;
    height: 28px;
    margin-right: 16px;
    background-color: white;
}

.sysunaerp-header-text-separator {
	display: inline-block;
	width: 1px;
    height: 1rem;
    margin: 0 .8rem;
    background-color: white;
}

.sysunaerp-header-title {
	flex-grow: 1;
}

.sysunaerp-header-title span {
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-size: 0.75rem;
    font-weight: 400; 
    letter-spacing: 0.03333em;
    color: #CCC;
}

.sysunaerp-header-title h6 i {
	display: inline-block;
	overflow: hidden;
	width: 1.25rem;
	height: 1.25rem;
	margin-right: .8rem;
	background-color: white;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.sysunaerp-header-title h6 span {
    color: #f4ce30;
    line-height: 1.2;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.0075em;
    line-height: 1.7rem;
}

.sysunaerp-header-info-options {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.sysunaerp-header-info-options * {
	color: #fff;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-size: .8rem;
}

.sysunaerp-header-info-options span {
	display: inline-block;
}

.sysunaerp-header-info-options span b {
	font-weight: 500;
}

.sysunaerp-header-info-options a {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
}

.sysunaerp-header-info-options a:hover {
	text-decoration: none;
}

.sysunaerp-header-info-options a span {
	font-weight: 500;
	margin-right: .5rem;
}

.sysunaerp-header-info-options a i {
	color: rgba(255, 255, 255, .75);
}

.sysunaerp-header-info-options a:hover i {
	color: rgba(255, 255, 255, 1);
}

.sysunaerp-header-submenu-base {
	position: relative;
	margin-right: 1rem;
}

.sysunaerp-header-submenu.hidden {
	display: none;
}

.sysunaerp-header-submenu {
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 9999;
	overflow: hidden;
	min-width: 10rem;
	background-color: #4D5D89;
	box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2), 0px 4px 5px 0px rgba(0,0,0,0.14), 0px 1px 10px 0px rgba(0,0,0,0.12);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.sysunaerp-header-submenu li {
	text-align: right;
	padding: .8rem;
}

.sysunaerp-header-submenu li:first-child {
	padding-bottom: 0;
}

.sysunaerp-content {
	overflow: hidden;
}

.sysunaerp-content-middle {
	overflow: hidden;
	padding: 0;
    margin-bottom: 1rem;
}

.sysunaerp-content-middle.no-login {
	overflow: hidden;
	padding: 1rem 1rem .8rem 1rem;
}

.sysunaerp-login {
	position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -184px;
    margin-top: -137px;
	overflow: hidden;
	width: 320px;
	padding: 1.5rem;
	background-color: #fff;
    box-shadow: 0px 6px 6px -3px rgba(0,0,0,0.2), 0px 10px 14px 1px rgba(0,0,0,0.14), 0px 4px 18px 3px rgba(0,0,0,0.12);
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.sysunaerp-login *,
.sysunaerp-form * {
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-size: .9rem;
}

.sysunaerp-login h5 {
    font-size: 1.5rem;
    margin-bottom: .8rem;
}

.sysunaerp-login label,
.sysunaerp-login button span,
.sysunaerp-form label,
.sysunaerp-form button span {
	font-weight: 500;
}

.sysunaerp-loading {
	display: none;
}

.sysunaerp-loading-background {
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    position: fixed;
    touch-action: none;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-tap-highlight-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sysunaerp-loading-content {
	text-align: center;
	padding: 1rem;
    background-color: #20356C;
	border-radius: 4px;
    box-shadow: 0px 11px 15px -7px rgba(0,0,0,0.2), 0px 24px 38px 3px rgba(0,0,0,0.14), 0px 9px 46px 8px rgba(0,0,0,0.12);
}

.sysunaerp-loading-content span {
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-size: .9rem;
	font-weight: 500;
	color: white;
	display: inline-block;
}

.sysunaerp-loading-content i {
	vertical-align: middle;
	color: #f4ce30;
	animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(360deg); }
    to { -moz-transform: rotate(0deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(360deg); }
    to { -webkit-transform: rotate(0deg); }
}
@keyframes spin {
    from {transform:rotate(360deg);}
    to {transform:rotate(0deg);}
}

.sysunaerp-apps {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.sysunaerp-app {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 10rem;
	box-sizing: border-box;
    background: #fff;
    border: 4px solid #fff;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .25);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .25);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .25);
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    padding: .5rem;
	text-align: center;
	margin: 1rem;
	-webkit-transition: all 0.2s ease-in;
	   -moz-transition: all 0.2s ease-in;
		 -o-transition: all 0.2s ease-in;
		-ms-transition: all 0.2s ease-in;
			transition: all 0.2s ease-in;
}

.sysunaerp-app:hover {
	border-color: #4D5D89;
	text-decoration: none;
	-webkit-transition: border-color 0.2s ease;
	   -moz-transition: border-color 0.2s ease;
		 -o-transition: border-color 0.2s ease;
		-ms-transition: border-color 0.2s ease;
			transition: border-color 0.2s ease;
}

.sysunaerp-app img {
	border: 0;
	margin-bottom: 1rem;
}

.sysunaerp-app span {
	width: 8rem;
	display: block;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-size: .9rem !important;
	font-weight: 500;
	color: #4D5D89;
}

.sysunaerp-warning {
	font-size: .8rem;
	font-weight: 500;
	padding: .8rem;
	background-color: #ffe7a6;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .25);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .25);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .25);
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.sysunaerp-warning i {
    color: #fdbf15;
    margin-right: 1rem;
}

.sysunaerp-error {
    font-size: .8rem;
    font-weight: 500;
    padding: .8rem;
    background-color: rgba(255, 73, 59, 0.41);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .25);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .25);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sysunaerp-error i {
	color: #fd1d18;
	margin-right: 1rem;
}

.sysunaerp-development {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	padding: .25rem .5rem;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #f4ce30;
	font-size: .7rem;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .25);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .25);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .25);
	z-index: 9998;
}

.sysunaerp-development i {
	margin-right: .5rem;
	font-size: 1.2rem;
}

.sysunaerp-portal-box {
    padding: 1rem 1rem 0 1rem;
    overflow: hidden;
}

.sysunaerp-filter-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.sysunaerp-filter-box span {
    display: inline-block;
    margin-right: 5px;
}

.sysunaerp-filter-box img {
    margin-top: 3px;
}

.sysunaerp-filter-box input {
    width: 300px;
}

.sysunaerp-iframe {
    width: 1px;
    min-width: 100%;
}

.sysunaerp-box-com-margens {
    box-sizing: border-box;
    overflow: hidden;
    margin: 1rem 1rem 0 1rem;
}

.sysunaerp-box-fixed {
    position: fixed;
    top: 65px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
}

.sysunaerp-box-fixed iframe {
    height: 100%;
    overflow: auto;
}

#container, #container div {
	overflow: hidden;
}
