@font-face {
  font-family: poppins;
  src: url('fonts/Poppins-Regular.ttf');
}

/* ----- GERAL */
html,body{
	height: auto;
	font-family: 'poppins', sans-serif;
}

html {
	background: #f4f4f4;
}
body{
	background: transparent;
	overflow-x: hidden;
}

.d-table-cell {
    vertical-align: middle;
}

a:hover{
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	text-decoration: none;
}

/* BOOTSTRAP COLORS */
.text-warning {
	color: #FF8833 !important ;
}


/* ----- CONTAINERS */

.container-fluid--contentcontainer {
    padding-top: 10px;
    margin-top: 120px;
	margin-bottom: 50px;
    width: 100%;
}

.container-fix{
	margin-top: -50px;
}

.container-fluid--headercontainer {
	z-index: 255 ;
	position: fixed ;
	top: 0px ;
	left: 0px ;
	height: auto ;
	/*background-color: #ffffff ;*/
	/*background-image: linear-gradient(#ffffff, #dae0e5);*/
	background: #f7f7f7 url(../image/bg_geral.jpg) no-repeat fixed center/cover;
	color: #000000 ;
	border-bottom: 0px ;
	padding-left: 5px ;
	padding-right: 5px ;
	box-shadow : 0 4px 4px 0 rgba(0, 0, 0, 0) ;
	width: 100%;
	overflow: hidden;
}
.container-fluid--headercontainer .box_logo {
	display: table;
	float: left;
	line-height: 50px;
}

.container-fluid--headercontainer .box-user {
	display: table;
	float: right;
	line-height: 50px;
	max-width: calc(100% - 375px);
}

.container-fluid--headercontainer .box-user a {
	color: #000000;
}

.container-fluid--headercontainer .box-user .image-profile,
.container-fluid--headercontainer .box-user .name-profile,
.container-fluid--headercontainer .box-user .btn-logout {
	display: table-cell;
	vertical-align: middle;
}

.container-fluid--headercontainer .box-user .image-profile{
	font-size: 200%;
	text-align: center;
	padding: 0 2px;
}

.container-fluid--headercontainer .box-user .image-profile .content-image{
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: scroll;
	background-size: cover;
	background-color: rgba(0,0,0,0);
	width: 45px;
	height: 45px;
}

.container-fluid--headercontainer .box-user .name-profile {
	max-width: calc(100vw - 305px);
}

.container-fluid--headercontainer .box-user .name-profile .content-name-profile {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	display: block;
	max-width: 100%;
}

.container-fluid--headercontainer .box-institution {
    display: block;
    line-height: 27px;
    clear: both;
    background: rgba(0,0,0,0);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 4px 4px -1px rgba(0,0,0,0) inset;
	padding: 0 5px;
	position: relative;
	width: 100%;
}

.container-fluid--headercontainer .box-institution .area-institution {
    max-width: calc(100% - 235px);
	display: inline-block;
	vertical-align: middle;
}
.container-fluid--headercontainer .box-institution .area-institution .name-institution {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    max-width: 100%;
}
.container-fluid--headercontainer .box-institution .change-institution {
    display: inline-block;
	vertical-align: middle;
}
.container-fluid--headercontainer .box-institution .box-language-setting {
	position: absolute;
	right: 5px;
	top: -3px;
}

.container-fluid--headercontainer .box-institution .box-language-setting div{
	vertical-align: middle;
}

.container-fluid--headercontainer #tool-nav {
    margin: 4px 0 0;
}

.container-fluid--headercontainer #tool-nav .btn-secondary {
    color: #fff;
    background-color: #2d383e;
    border-color: #384349;
	padding: 0.375rem 1.35rem;
}

.container-fluid--headercontainer #tool-nav .btn-secondary:hover {
    background-color: #384349;
}

.container-fluid--headercontainer #tool-nav .btn-secondary.active {
    background-color: #384349;
	/*cursor: default;*/
}

.container-header-collapse{
	position: fixed;
	top: 0;
	right: -400px;
	height: 100vh;
	width: 400px;
	max-width: 80%;
	z-index: 9999;
	background: #ffffff;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.container-header-collapse .btn-dismiss{
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}

.container-header-collapse .box-image-profile .content-image{
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: scroll;
	background-size: cover;
	background-color: rgba(0,0,0,0);
	width: 80px;
	height: 80px;
	cursor: pointer;
}

#bgFade{
	background: rgba(0,0,0,0.3);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	width: 100%;
	height:100vh;
}

#header-minilogo-custom-footer-dark {
    position: absolute;
    opacity: 0.5;
	z-index: 9999;
	right: 4px;
	bottom: 4px;
}
#header-minilogo-custom-footer-dark:hover {
    opacity: 1;
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
}

.bg-custom{
	background-color: #fdfdfd !important;
}

.jump{
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.15) !important;
}

.jump:hover{
	transform: scale(1.08);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	z-index: 10 !important;
}

.badge-pill {
	white-space: normal;
}

#tool-nav-schedules,
#tool-nav-messages-alerts{
	position: absolute;
	top: 0;
	left: 8px;
	width: 16px;
	height: 16px;
	line-height: 10px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.container-fluid--headercontainer .btn-collapse{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
	font-size: 20px;
	line-height: 45px;
}

.container-fluid--headercontainer .btn-collapse:hover {
	color: #17a2b8;
}

#footer-minilogo-custom {
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

#footer-minilogo-custom:hover {
	transform: scale(1.2);
}

.bars-right-main {
    display: inline-block;
    padding: 0 2.5px;
}

.main-btn {
	min-height: 145px;
}

@media (max-width: 600px) {
	.container-fluid--headercontainer .box_logo{
		float: none;
		margin: auto;
	}
	.container-fluid--headercontainer .box-user,
	.container-fluid--headercontainer .box-institution,
	.container-fluid--headercontainer nav a.btn-info span.text-light	{
		display: none;
	}
	
	.container-fluid--headercontainer nav {
		text-align: center;
	}
	.container-fluid--headercontainer #tool-nav .btn-group {
		display: block;
		text-align: center;
	}
	.container-fluid--headercontainer #tool-nav .btn-secondary {
		margin: 0 -3px;
	}
	
	.container-fluid--contentcontainer{
		margin-top: 86px;
	}
	
	.container-fluid--headercontainer .btn-collapse{
		display: block;
	}
	
	.box-atendente{
		width: 100%;
	}
	
	.bars-right {
		padding: 100% 5px;
	}
}