@charset "UTF-8";

body {
	margin: 0;
    background: #ecedf1 url(/SysEventos/resources/images/v2/faq-tile.png) 0 0 repeat;
    background-attachment: fixed;
}

.sysunaerp-header {
	width: 100%;
	margin-bottom: 16px;
    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%;
    min-height: 64px;
    box-sizing: border-box;
	border-left: 16px solid #4D5D89;
    border-right: 16px solid #4D5D89;
    background-color: #20356C;
    color: #fff;
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.sysunaerp-header-img {
    width: 125px;
	margin-right: 16px;
}

.sysunaerp-header-separator {
	width: 1px;
    height: 28px;
    margin-right: 16px;
    background-color: white;
}

.sysunaerp-header-text-separator {
	display: inline-block;
	width: 1px;
    height: 16px;
    margin: 0 12px;
    background-color: white;
}

.sysunaerp-header-title {
	flex-grow: 1;
}

.sysunaerp-header-title span {
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-size: 12px;
    font-weight: 400; 
    letter-spacing: 0.03333em;
    color: #CCC;
    line-height: 1.66;
}

.sysunaerp-header-title h6 i {
	display: inline-block;
	overflow: hidden;
	width: 20px;
	height: 20px;
	margin-right: 12px;
	background-color: white;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.sysunaerp-header-title h6 {
    color: #f4ce30;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.0075em;
    line-height: 1.2;
}

.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: 12px;
}

.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: 8px;
}

.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);
}

@media all and (max-width: 768px) {
    .sysunaerp-header-top {
        min-height: 56px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .sysunaerp-header-title span {
        display: none;
    }

    .sysunaerp-header-img {
        width: 100px;
        height: auto;
        margin-left: -6px;
        margin-right: 16px;
    }
}