/* Customizacao do template adminlte */
.skin-blue .main-header .navbar {
    background-color: var(--main-color)!important;
}
.skin-blue .main-header .navbar .sidebar-toggle {
    color: #fff !important;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover{
    background-color: var(--main-color-hover)!important;
}

.skin-blue .main-header .navbar .nav > li > a{
    color: #fff !important;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	margin-left: 0px;
	/* width: 10%; */
	padding: 3px;
	border-right: 5px solid var(--main-color);
	
}

#navbar-row::before,
#navbar-row::after {
	display: none !important;
}

.navbar-brand > img {
	display: block;
        max-height: 100% !important;
}

.navbar .search-bar .left-btn {
	position: relative;
	bottom: 1px;
}

.navbar .search-bar {
	display: flex;
	align-items: center;
	height: 39px !important;
	padding: 0 8px;
	border-radius: .35rem;
	background: var(--bs-primary-dark);
	cursor: pointer;
	/* border: 1px solid var(--bs-danger); */
}

.navbar .search-bar .form-control {
	background: inherit !important;
	border-radius: 0;
	border: 0;
	color: #fff;
}

.navbar .search-bar .form-control:focus,
.navbar .search-bar .form-control:active,
.navbar .search-bar .form-control:focus-visible
.navbar .search-bar .form-control:hover {
	border-color: var(--bs-danger) !important;
}

.navbar .search-bar .form-control::placeholder {
	color: #e6e6e6;
	opacity: 1;
}

.navbar .search-bar .right-btn {
	display: flex;
	align-items: center;
}

.navbar .search-bar .right-btn .key {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 4px 6px;
	border-radius: 6px;
	font-size: .75rem;
	text-transform: uppercase;
	background: var(--bs-primary-darker);
	color: #fff;
}

.navbar .nav-icon {
	font-size: 1.15rem;
}

.navbar .user-menu .nav-icon i {
	font-size: 1.65rem;
}

.navbar .user-menu img {
	border-radius: 100%;
}

.navbar .user-menu .dropdown-header {
	display: flex;
	align-items: center;
	padding: .5rem 1rem;
}

.navbar .user-menu .dropdown-header h6 {
	font-size: .75rem;
	font-weight: 700;
	color: var(--bs-header);
	margin-bottom: 0;
	margin-left: auto;
}

.row.card-row-space {
	margin-top: 1.5rem;
}

@media screen and (min-width: 992px) {
	.row.card-row-space .card-col-space-start {
		padding-left: 0;
		padding-right: .75rem;
	}

	.row.card-row-space .card-col-space-middle {
		padding-left: .75rem;
		padding-right: .75rem;
	}

	.row.card-row-space .card-col-space-end {
		padding-left: .75rem;
		padding-right: 0;
	}
}

@media screen and (max-width: 992px) {
	.row.card-row-space .card-col-space-start {
		padding-left: 0;
		padding-right: 0;
	}

	.row.card-row-space .card-col-space-middle {
		padding-left: 0;
		padding-right: 0;
	}

	.row.card-row-space .card-col-space-end {
		padding-left: 0;
		padding-right: 0;
	}
}

.navbar .user-menu .main-icon {
	font-size: 1.95rem;
}

body {
	background-color: var(--bs-body-bg);
}

.content-wrapper main .row {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 100%;
}

.table-hover:not(.table-loading) tbody tr {
	cursor: pointer;
}

.table-loading tbody tr {
	cursor: wait !important;
}

.skin-blue .main-header .logo {
	background-color:var(--main-color-hover)!important;
	color: #fff !important;
	border-bottom: 0 solid transparent;
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
	margin-left: -15px;
       
}
.navbar-nav {
    margin-left: 15px;
}

.skin-blue .sidebar-menu > li > a {
	border-left: 3px solid transparent;
        color: #E0E0E0 !important;
}
.skin-blue .sidebar-menu .treeview-menu > li > a {
	color: #8aa4af !important;
}

.treeview-menu > li > a {
	font-size: 12px !important;
}

.main-footer img {
	max-width: 70px;
}

.main-footer .links{
    text-align: right;
    padding-top: 10px;
     padding-right: 40px;
}
.main-footer .links a{
    text-decoration: underline;
    padding: 5px;
    color: var(--main-color);
   
    
}
.main-footer .logo-brand{
    text-align: left;
}


.conteudo-principal-wrap{
    padding-left: 0px;
    padding-right: 0px;
}

.btn-go-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 2.5em;
	color: var(--main-color-hover) !important;
        display: none;
}

.loading-icon{
    color: var(--main-color) !important;
}

.panel-default > .panel-heading {
	color: #333;
	background-color: #ECECEC;
	border-color: #ddd;
	padding: 8px;
}

.bootbox-body {
	font-size: 12px;
	text-align: center;
}
.modal-footer {
	
	text-align: center;
	
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	color: inherit;
	font-weight: 400;
}

.bootstrap-dialog.type-default .modal-header {
	/* background-color: var(--sec-color); */
	border-top: 5px solid var(--main-color);
}

.bootstrap-dialog .modal-header {
	 border-top-left-radius: 0px; 
	 border-top-right-radius: 0px; 
}
.bootstrap-dialog.type-default .bootstrap-dialog-title {
	color: var(--sec-color);
        font-size: 14px;
}

.swal-text {
	font-size: 16px;
	position: relative;
	float: none;
	line-height: normal;
	vertical-align: top;
	text-align: left;
	display: inline-block;
	margin: 0;
	padding: 0 10px;
	font-weight: 400;
	color: rgba(0,0,0,.64);
	max-width: calc(100% - 20px);
	overflow-wrap: break-word;
	box-sizing: border-box;
	text-align: center;
}
.swal-footer {
	text-align: center;
	padding-top: 13px;
	margin-top: 13px;
	padding: 13px 16px;
	border-radius: inherit;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.swal-button {
	background-color: var(--red);
	color: #fff;
	border: none;
	box-shadow: none;
	border-radius: 5px;
	font-weight: 600;
	font-size: 14px;
	padding: 10px 24px;
	margin: 0;
	cursor: pointer;
}
.swal-button:hover {
	background-color: #631B22 !important;
	color: #fff;
	border: none;
	box-shadow: none;
	border-radius: 5px;
	font-weight: 600;
	font-size: 14px;
	padding: 10px 24px;
	margin: 0;
	cursor: pointer;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: 1px solid var(--main-color) !important;
	background: var(--main-color) !important;
	font-weight: normal;
	color: #ffffff !important;
}



/*Timeline*/
ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 50px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}
/*TImeline */


fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid silver;
}
legend {
	display: block;
	/* width: 100%; */
	/* padding: 0; */
	margin-bottom: 5px;
	/* font-size: 21px; */
	line-height: inherit;
	color: #333;
	/* border: 0; */
	/* border-bottom: 1px solid #e5e5e5; */
	font-weight: 700;
	font-size: 12px;
	width: auto;
	border: none;
	padding: 5px;
}

.skin-blue .main-header .navbar .nav > li > a {
	color: #fff !important;
	font-size: 1.1em !important;
}


/*Painel de busca*/
.painel-busca {
	background-color: #fff;
	position: absolute;
	width: 95%;
	border-left: 2px solid var(--main-color);
	padding: 5px;
	box-shadow: 1px 2px 2px #333;
	max-height: 250px;
	overflow: auto;
	/* height: 250px; */
	z-index: 9;
	background-color: #FFFFD8;
        display: none;
}
/*Painel de busca*/

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	/* font-weight: 700; */
	color: var(--main-color);
        font-weight: normal !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	color: #fff;
	text-decoration: none;
	background-color: var(--main-color);
	outline: 0;
	color: #fff !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover > label{
    color: #fff !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:visited, .dropdown-menu > .active > a:visited > label{
    color: #fff !important;
}


.box-tipo-plano {
	/* border: 1px solid red; */
	padding: 5px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	/* background-color: var(--main-color); */
	
	font-size: 1.2em;
}
.box-tipo-plano > input {
	
	/* display: none; */
	margin: 10px;
}

.plano-selecionado {
    background-color: #FDFFE2;
}


.label {
	font-size: 90% !important;
}

.label-primary {
	background-color: #F4F4F4 !important;
	color: #333 !important;
	border-left: 5px solid #ddd;
	padding-left: 5px !important;
}

.moldura {
	width: 100%;
	border: 1px solid #ddd;
	padding: 5px;
	border-radius: 5px;
        text-align: center;
}

.moldura > img{
    max-width: 95%;
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
}


/*Aprovar/Reprovar*/
.texto-post {
	width: 100%;
	min-height: 250px;
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 5px;
	font-size: 1.1em;
}

.row-aprovar-reprovar {
	width: 100%;
	
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
}

.row-aprovar-reprovar > div{
    padding: 8px;
}

.row-aprovar-reprovar > .item {
	font-weight: 700 !important;
}

.botoes-aprovar-reprovar {

	width: 60%;
	display: flex;
	justify-content: center;
	align-items: center;
        padding: 0px !important;
        align-self: normal;
        border: 1px solid #ddd;
}

.botoes-aprovar-reprovar > a {
	background-color: #fff;
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: inherit;
        text-decoration: none;
}

.botoes-aprovar-reprovar > a.aprovar {
    
}

.botoes-aprovar-reprovar > a.aprovar.selecionado {
    background-color: #98E768 !important;
   color: #000 !important;
	font-weight: 700 !important;
}

.botoes-aprovar-reprovar > a.reprovar {
    
}

.botoes-aprovar-reprovar > a.reprovar.selecionado {
	background-color: #E04810 !important;
	color: #fff !important;
	font-weight: 700 !important;
}
.reprovado-box {
	background-color: #fff;
	padding: 10px;
	border: 1px solid #E79E80;
}

.imagens-cliente{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.imagens-cliente > img{
    max-width: 30%;
    margin-bottom: 10px;
}

.label-aprovado {
	font-size: 1.1em !important;
	display: block;
	background-color: #81C250;
	color: #fff;
        text-align: center;
        border-radius: 3px;
        font-weight: normal;
	/* font-size: 20px; */
}
.label-reprovado {
	font-size: 1.1em !important;
	display: block;
	background-color: #E97670;
	color: #fff;
        text-align: center;
        border-radius: 3px;
        font-weight: normal;

}

.posts-programar {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.postagem {
	width: 30%;
	margin: 1%;
	border: 1px solid #ddd;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 2%;
	box-shadow: 0px 2px 2px #ddd;
        padding: 10px;
}

.postagem > h3{
    
}

.postagem > img{
    max-width: 100%;
    margin-bottom: 15px;
}

.postagem > textarea{
    width: 95%;
    background-color: #fff;
    border: none;
}
.postagem > p {
	width: 100%;
	background-color: #fff !important;
	border: none;
	text-align: justify;
}


.reprovada {
    position: relative;   
}

.post-reprovado-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(255,255,255,1);
	/* background-color: #fff; */
	/* filter: blur(8px); */
	/* -webkit-filter: blur(8px); */
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.post-reprovado-overlay > p {
	background-color: red;
	padding: 5px;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
}

.historico-processo {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.historico-item {
	width: 100%;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	box-shadow: 2px 2px 2px #ddd;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.historico-item > .data {
	width: 10%;
	padding: 5px;
	
	text-align: center;
}

.historico-item > .data > .large{
    font-size: 1.5em;
}

.registro {
    width: 90%;
    /* border: 1px solid red; */
    /* flex-shrink: unset; */
    align-self: normal;
    padding: 10px;
    border-left: 1px solid #ddd;
}

.bg-primary {
    color: #1b3548;
    background-color: #e9ecf2;
}

a.bg-primary:hover {
    background-color: #e9ecf2;
}

.bg-success,
.bg-green {
    color: #fff;
    background-color: #8ad919;
}

a.bg-success:hover,
a.bg-green:hover {
    background-color: #8ad919;
}

.bg-success a,
.bg-green a {
    color: rgba(255, 255, 255, 0.75);
}


.emojionearea .emojionearea-editor{
    min-height: 20em !important;
    max-height: 20em !important;
}

.modal-stack{
    z-index: 99 !important;
}



.ag-form-filtro{
    
}


.ag-form-filtro input[type='text'],select,label{
    margin-right: 8px !important;
}

.bootstrap-dialog-header{
    width: 100%;
}

.panel-body{
    padding: 10px !important;
    border: 1px solid #ECECEC;
    border-top: none;
}

.tab-content {
	padding: 1.5rem;
	border-radius: 0.375rem;
	padding: 5px;
	padding-top: 10px;
}


.busca-box {
	border: 1px solid #333;
	background-color: #fff;
	position: absolute;
	width: 100%;
	max-height: 400px;
	overflow: auto;
	box-shadow: 0px 2px 5px #ccc;
        display: none;
        z-index: 9;
}

.btn-default{
    /*background-color: #ECECEC !important;*/
}

.btn-red {
	
	color: #8B1D28 !important;
	
}

.btn-red:hover {
	
	color: #8B1D28 !important;
	
}

.modal-footer {
	justify-content: center;
}


.bg-total{
    background-color: #D9D7D7 !important;
    color: #000 !important;
    font-weight: 700 !important;
}


.tr-red{
    background-color: #FFDADA !important;
}

.tr-red > td{
    background-color: #FFDADA !important;
}


.alert-warning{
    /* color: #333 !important; */
}
.alert-info{
    color: #333 !important;
}

.text-success{
    color: #2CAD37 !important;
}


.text-danger{
    color: #AD392C !important;
}

.text-primary{
    color: var(--bs-primary) !important;
}

.dataTables_wrapper {
	overflow-x: hidden;
}

.dataTables_length > label,
.dataTables_filter > label {
	width: 100%;
}

.dataTables_length > label > select {
	margin-left: .5rem;
}

.dataTables_wrapper > .row > .col-sm-12 {
	padding-left: 0 !important;
}

.table-action-button {
	box-shadow: none !important;
	outline: 0 !important;
	border: 0;
	background: transparent;
	font-size: .75rem;
	margin: 0 .25rem;
}

.p-relative {
	position: relative;
}

.flatpickr-input:placeholder-shown + .flatpickr-clear {
	display: none;
}

.flatpickr-clear {
	position: absolute;
	top: calc(50% - 3px);
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 38px;
	width: 38px;
	box-shadow: none !important;
	border: 0;
	outline: 0;
	background: transparent;
	font-size: .625rem;
	color: #697a8d;
	z-index: 100;
}

@media screen and (max-width: 768px) {
	.modal .modal-header .btn-close {
		margin: .25rem 0 !important;
		margin-bottom: 0 !important;
		box-shadow: none !important;
	}

	.modal-fullscreen-md-down {
		margin: 0 !important;
	}
}

div.dataTables_wrapper div.dt-row div.col-sm-12 {
	display: flex;
	max-width: 100%;
	overflow-x: auto;
}

@media screen and (max-width: 998px) {
	div.dataTables_wrapper div.dataTables_length,
	div.dataTables_wrapper div.dataTables_filter,
	div.dataTables_wrapper div.dataTables_info,
	div.dataTables_wrapper div.dataTables_paginate {
		text-align: left !important;
	}

	div.dataTables_wrapper div.dataTables_paginate ul.pagination {
		justify-content: flex-start !important;
	}

	div.dataTables_wrapper .row:nth-child(1) .col-sm-12.col-md-6:nth-child(2) {
		display: flex;
	}

	div.dataTables_wrapper div.dt-row div.col-sm-12 {
		display: flex;
		max-width: 100%;
		overflow-x: auto;
	}
}

/*Extrato*/
.ag-btn-extrato_icone {
	/* border: 1px solid red; */
	padding: 10px;
	text-align: center;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1em;
	background-color: var(--green);
	color: #fff;
}
.ag-btn-extrato_label {
	font-weight: 700;
	margin-left: 10px;
	color: #fff;
	background-color: var(--green);
	padding: 5px;
	border-radius: 8px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 0.9em;
	font-weight: 700;
}
/*Fim Extrato*/



 @media only screen and (max-width : 768px) {
    .skin-blue .main-header .navbar .dropdown-menu li a {
            color: #fff !important;
    }
    .navbar-nav {
        margin-left: 0px;
    }
    .main-footer .links{
        text-align: center;
        padding-right: 0px;
    }
    .main-footer .logo-brand{
        text-align: center;
    }
    .box-profile {
	margin-right: -30px;
        width: 100%;
    }
    
    .ag-form-filtro input[type='text'],select{
        margin-right: 0px !important;
        margin-bottom: 8px;
    }
    
     .modal .modal-dialog:not(.modal-fullscreen) {
	padding: 0px !important;
    }
    
    
    .btn-full-mobile{
        
    }
    
    .ag-btn-extrato_label {
        padding: 5px;
        padding-left: 8px;
        padding-right: 8px;
        font-size: 0.75em;
    }
    
    .ag-btn-extrato_icone {
	/* border: 1px solid red; */
	
	width: 30px;
	height: 30px;	
	font-size: 0.9em;
	
	
    }
    
    .center-mobile{
        text-align: center;
    }
    
 }