html {
	position: relative;
	min-height: 100%;
}

body{
	/*margin-bottom: 6em;*/
}

.bg-ccgl{
	color: #fff;
	background-color: #0099cc !important;
}

.navbar-header a{
	float: left;
}

.navbar-header button span{
	background: #fff;
}

.navbar-brand{
    font-weight: 700;
	font-family: 'Cuprum', sans-serif;
	color: #ffffff !important;
}

.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 60px;
	background-color: #f5f5f5;
}

.container .text-muted {
	margin: 20px 0;
}

.wrapper {	
	margin-top: 30px;
	/*margin-bottom: 80px;*/
}

.form-signin {
	max-width: 380px;
	padding: 15px 35px 45px;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.1);  
}

.input-group{
    margin-bottom: 0.8em;
}

.box-menu-top{
	background-color: #585858; 
	padding: 1em 0em 0em 0em;
}

.box-menu-itens{
	
}

.mp-level-open:not(.mp-level-overlay){
	padding-bottom: 1em;
	overflow-y:auto;
}

.main-wrapper {
    top: 0;
    min-width: 100%;
    width: auto;
    position: absolute;
    height: 100%;
    height: auto;
    /*overflow-y: hidden;*/
    /*overflow-x: hidden;*/
}

#wrapper {
    height: 100%;
}

.app {
    position: relative;
    width: 100%;
    padding-left: 240px;
    min-height: 100vh;
    margin: 0 auto;
    left: 0;
    /*background-color: #f0f3f6;*/
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
    -webkit-transition: left 0.3s ease, padding-left 0.3s ease;
    transition: left 0.3s ease, padding-left 0.3s ease;
    overflow: hidden;
}

.main-content {
    padding: 105px 40px 85px 40px;
    font-size: 14px;
}

.brand {
padding-left: 0px !important;
text-align: center !important;
}

.brand a,
.logo {
    font-size: 2rem;
    color: #007bff;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
}

.brand a:hover,
.logo {
    opacity: 0.8;
    text-decoration: none;
}


.header {
    background-color: #0099cc;
    height: 70px;
    position: absolute;
    left: 240px;
    right: 0;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
}

.header a {
    color: #fff;
}

.header a:hover {
    background-color: transparent;
}


.header .header-block-search .input-container input {
    background-color: transparent;
    border: none;
    padding-left: 25px;
    height: 40px;
    max-width: 150px;
}

.header .header-block-search .input-container input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #eee;
}
.header .header-block-search .input-container input::-moz-placeholder {
    /* Firefox 19+ */
    color: #eee;
}
.header .header-block-search .input-container input::-ms-input-placeholder {
    /* IE 10+ */
    color: #eee;
}
.header .header-block-search .input-container input::-moz-placeholder {
    /* Firefox 18- */
    color: #eee;
}

.header .header-block-search {
    padding-left: 35px;
}

.header .header-block-buttons {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
}

.header .header-block-buttons .btn.header-btn {
    background-color: transparent;
    border: 1px solid #64798d;
    color: #fff;
    margin: 0 5px;
    border-radius: 0.2rem;
}

.header .header-block-buttons .btn.header-btn:hover,
.header .header-block-buttons .btn.header-btn:focus {
    border: 1px solid #3a4651;
    color: #fff;
}

.header .header-block-nav::after {
    display: block;
    clear: both;
    content: "";
}

.header .header-block-nav > ul {
    display: table;
}
.header .header-block-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header .header-block-nav > ul > li:first-child::before {
    display: none;
}

.header .header-block-nav > ul > li::before {
    display: block;
    content: " ";
    width: 1px;
    height: 24px;
    top: 50%;
    margin-top: -12px;
    background-color: #8b9cb1;
    position: absolute;
    left: 0;
}

[class^="nav"] li > a::before,
[class*=" nav"] li > a::before {
    display: none;
}

sup {
    top: -0.5em;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

.header .header-block-nav .notifications-dropdown-menu::after {
    position: absolute;
    right: 20px;
    bottom: 100%;
}
.header .header-block-nav .notifications-dropdown-menu::before {
    position: absolute;
    right: 20px;
    bottom: 100%;
    margin-right: -1px;
}

.header .header-block-nav > ul > li::before {
    display: block;
    content: " ";
    width: 1px;
    height: 24px;
    top: 50%;
    margin-top: -12px;
    background-color: #8b9cb1;
    position: absolute;
    left: 0;
}

.header .header-block-nav .notifications {
    font-size: 16px;
}

.header .header-block-nav > ul > li {
    display: table-cell;
    position: relative;
}

.header .header-block-nav .notifications .counter {
    font-weight: bold;
    font-size: 14px;
    position: relative;
    top: -3px;
    left: -2px;
    color: rgb(3, 61, 80);
}

.header .header-block-nav .notifications a {
    padding-right: 10px;
}

.header .header-block-nav .profile .name {
    display: inline-block;
    margin-right: 9px;
}

.header .header-block-nav .profile-dropdown-menu::after {
    position: absolute;
    right: 10px;
    bottom: 100%;
}

.header .header-block-nav .profile-dropdown-menu::before {
    position: absolute;
    right: 10px;
    bottom: 100%;
    margin-right: -1px;
}

.header .header-block-nav .profile-dropdown-menu .dropdown-divider {
    margin: 0;
}

.header .header-block-nav .profile .img {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    color: #ffffff;
    text-align: center;
    margin-right: 3px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*vertical-align: middle;*/
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.header .header-block-nav .profile-dropdown-menu {
    left: auto;
    right: 0;
    min-width: 180px;
    white-space: normal;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.dropdown-menu .dropdown-item {
    display: block;
    padding: 0px 15px;
    clear: both;
    font-weight: normal;
    color: #4f5f6f;
    white-space: nowrap;
    -webkit-transition: none;
    transition: none;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.header .header-block-nav .profile-dropdown-menu a {
    padding: 10px 15px;
}

.header .header-block-nav .notifications-dropdown-menu {
    white-space: normal;
    left: auto;
    right: 0;
    min-width: 350px;
}

.header
.header-block-nav
.notifications-dropdown-menu
.notifications-container
.notification-item {
    border-bottom: 1px solid rgba(126, 142, 159, 0.1);
    padding: 5px;
}

.header
.header-block-nav
.notifications-dropdown-menu
.notifications-container
.img-col {
    display: table-cell;
    padding: 5px;
}

.header
.header-block-nav
.notifications-dropdown-menu
.notifications-container
.body-col {
    padding: 5px;
    display: table-cell;
}

.header
.header-block-nav
.notifications-dropdown-menu
.notifications-container
p {
    color: #4f5f6f;
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    margin: 0;
    vertical-align: top;
}

.header
.header-block-nav
.notifications-dropdown-menu
.notifications-container
p
.accent {
    font-weight: bold;
}

.header .header-block-nav .notifications-dropdown-menu {
    white-space: normal;
}

[class^="nav"] li > a,
[class*=" nav"] li > a {
    display: block;
}

.header .header-block-collapse .collapse-btn {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #52bcd3;
    font-size: 24px;
    line-height: 40px;
    border-radius: 0;
    outline: none;
    padding: 0;
    padding-right: 0px;
    padding-left: 0px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: initial;
}

@media (max-width: 991.98px) {
    .app{
        padding-left: 0px;
    }

    .header-block-search {
        display: none;
    }
    .header .header-block-nav .profile .name {
        display: none;
    }
    .header .header-block-nav .notifications-dropdown-menu {
        min-width: 100px;
        width: 100%;
        margin-top: 5px;
    }
    .header .header-block-nav .notifications {
        position: static;
    }
}

.sidebar {
    background-color: #fff;
    width: 240px;
    padding-bottom: 60px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
    z-index: 20;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
}

.sidebar .sidebar-container {
    position: absolute;
    top: 0;
    bottom: 51px;
    width: 100%;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.sidebar .sidebar-menu {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar .sidebar-menu > li.active > a, .sidebar .sidebar-menu li.open > a,
.sidebar .sidebar-menu li a:hover, .sidebar .sidebar-menu > li.active > a:hover {
    background: rgba(0, 0, 0, 0.07);
}

.sidebar .sidebar-menu > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 15px;
}

.sidebar .sidebar-menu li a {
    color: #4f5f6f;
    text-decoration: none;
    display: block;
}

.sidebar .sidebar-menu ul {
    padding: 0;
    overflow: hidden;
}

.sidebar-header .brand {
    color: #4f5f6f;
    text-align: left;
    padding-left: 25px;
    font-size: 16px;
}

.sidebar-overlay {
    position: absolute;
    display: none;
    left: 200vw;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 15;
}

.sidebar .sidebar-menu li.open a:hover {
    color: #0099CC;
}

a:not(.btn):hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.sidebar .sidebar-menu .fa-angle-right {
    float: right;
    font-size: 18px;
    line-height: initial;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: 0;
}

.sidebar .sidebar-menu > li > .sidebar-nav > li > .sidebar-nav {
    padding-left: 30px;
    list-style: none;
}

.sidebar .sidebar-menu > li > .sidebar-nav > li a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 15px;
    background-color: #fff;
}

#sidebar-collapse-btn {
    display: none;
}

.sidebar-open .sidebar {
    left: 0;
}

.sidebar .logo {
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
}

.sidebar .sidebar-menu > li > a i {
    margin-right: 5px;
    font-size: 16px;
}

@media (max-width: 991.98px) {
    .sidebar {
        position: fixed;
        left: -240px;
    }
    #sidebar-collapse-btn {
        display: block;
    }
    .header {
        left: 0;
        height: 50px;
    }
    .sidebar-open .sidebar-overlay {
        left: 0;
        display: block;
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.7);
    }
}

.footer{
    clear: both;
    bottom: 0px;
    position: relative;
    width: 100%;
    margin-right: 1em;
}

@media (max-width: 991.98px) {
    .footer{
        font-size: 10px;
    }
}

.botoes-label{
    color: #4f5f6f;
    font-size: 14px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 400;
    display: block;
}

.parametros{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 12px; 
    text-align: center;
}

.parametros tbody tr td label{
    display: block;	
    /*font-weight: bold;*/
}

.parametros tbody tr td{
    border: none;
}

.informacao{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 12px; 
    text-align: center;
    font-weight:bold;
    color:#FF0000;
}

.mensagem{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 10px; 
    text-align: center;
    font-weight:normal;
    color:#000000;
}

.cabecalho{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 12px; 
    background-color: #E1E1E1;
    text-align: center;
    font-weight:bold;
}

.sub_cab{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 12px; 
    background-color: #CDCDCD;
    text-align: center;
    font-weight:bold;
}

.parametros tbody tr td{
    vertical-align:top;
}

.parametros select{
    height: 24px;
}

.parametros input[type="checkbox"] {
    height: 25px;
}

.botao{
    margin-top:1.5em;
}

table {
    border-collapse:collapse;
}
table,th, td {
    border: 0px solid #EEE;
    padding:5px;
    font-size: 14px;
}

/* JQUERY UI Custom */
label.ui-corner-all span{
    padding-left: 5px;
}

.ui-state-hover{
    background: transparent !important;
}

.ui-widget-header{
    background-color: #fff;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
        background-clip: border-box;
    background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-clip: padding-box;
}

.ui-multiselect-filter input{
    width: 100% !important;
}

a:not(.navbar-brand){
    font-size: 14px !important;
}