:root {
    --cor-vermelho: #b80c1f;
    --cor-vermelho-transparente:#b80c1f63;
    --cor-vermelho: #d00d23;
    --cor-texto-claro: #ffffff;
    --cinza_escuro:#5b5b5b;
    --header_height:45px;
}

body{
    background-color: #000;
    overflow: hidden; /* Hide scrollbars */
}

.header-login{
    display: inline-block;
    float:none;
    width:100%;

    color:white;
}

.icon-sair {
    margin-top: 12px;
}

#app_header
{
	display :flex;
    margin  :auto auto;
    height  :var(--header_height);
    justify-content: start;
    background-color:var(--cor-vermelho);
}

#app_header_fd5{
    display   :table;
	width	  :100%;
	border	  :0px;
	padding	  :0px;
	margin	  :0px;
    top       :0px;
    bottom    :auto;
    left      :0px;
    right     :0px;	
	font-family: arial, times new roman;
}

#app_header_logo
{
	display     :table-cell;
	width       :20%;
	font-size	:14px;
	font-weight	:bold;
	text-align	:center;
    vertical-align: middle;
}
#app_header_logo img
{
	max-width   : 100%;
	max-height  : 100%;
	border      : none;
	padding     : 0px;
    display     : block;
    margin      : auto auto;
}
#app_header_title
{	
	display     : table-cell;	
	width       : 60%;
	vertical-align: top;
}
#app_header_title_main
{
	background	:transparent;
	font-size	:24px;
	font-weight	:bold;
	text-align	:center;
}
#app_header_subtitle
{
	background	:transparent;
	font-size	:15px;
	font-weight	:bold;
	text-align	:center;
}
#app_header_login
{
	display     : table-cell;
  	vertical-align: middle;
	width       :20%;
	font-size	:12px;
	text-align	:center;
}


.nav.navbar {
	padding-top: 5px;
	padding-bottom: 5px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.ls-closed .nav.navbar .bars {
    width: 40px;
    height: 40px;
    position: relative;
}

.ls-closed .bars:after,
.ls-closed .bars:before{
    top: 3px;
    left: 0;
}

.navbar-header.header-login {
    width: 100%;
}

.navbar-header {
	padding-top: 0px;
}

.icon-menu {
    margin-right: 16px;
}

.sidebar {
	top: 55px;
}

.captcha {
    display: flex;
    justify-content: center;
    margin-top: 1.4rem;
}

nav a {
    color: #ffffff;
}

nav a:hover {
    color: #ffffff;
    text-decoration: underline;
}

label {
	-moz-user-select: unset;
	-webkit-user-select: unset;
	user-select: unset;
}

.theme-red .navbar {
    background-color:var(--cor-vermelho);
}

body.theme-red .dtp table.dtp-picker-days tr > td > a.selected {
    background: var(--cor-vermelho);
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 65px;
}
.imglogo{
    margin: auto auto;
    margin-left: 30px;
    height: var(--header_height) !important;
}
.carousel-indicators li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    /* background-color: #000\9; */
    background-color: var(--cor-vermelho);
    border: 2px solid var(--cor-vermelho);
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 25px;
    height: 12px;
    margin: 0;
    background-color: var(--cor-vermelho);
}


@media (max-width: 575.98px) { 

	#app_header_left img
    {
        max-height: 30px;
    }
    #app_header_right img
    {
        max-height: 25px;
    }
    #app_header_center
    {
        font-size: 1rem;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) { 

	#app_header_left img
    {
        max-height: 37px;
    }
    #app_header_right img
    {
        max-height: 32px;
    }
    #app_header_center
    {
        font-size: 1.4rem;
    }

}