.right{
  text-align: right;
}

.left{
  text-align: left;
}

.center{
  text-align: center;
}

.cursorPointer{
	cursor: pointer;
}

.linkTabAjax{
	cursor: pointer;
}


.radio-toolbar input[type="radio"]{
	opacity: 0;
	position: fixed;
	width: 0;
}
.addOption kt-nav__link {
	color:#5d78ff !important;
}
.radio-toolbar label{
    display: inline-block;
    padding: 0.65rem 1rem !important;
    border: 2px solid transparent;
    cursor: pointer;
    height: calc(1.5em + 1.3rem + 2px) !important;
}
.minicolors-theme-default.minicolors{
	width: 150px;
    display: block;
}
.radio-toolbar input[type="radio"]:checked + label{
    border-color: #6366f1;
}

.nav-tabs2 {
/*     display: inline !important; */
    padding: 1rem 0;
    margin: 0;
    list-style: none;
    border: 0;
}
#sortable {
    list-style-type: none;
    padding: 0;
}
#sortable .ui-state-default {
    background: #fff !important;
}
#sortable li .portlet-header {
    color: #fff;
    background: #5d78ff;
    padding: 5px 10px;
    overflow: hidden;
    margin-bottom: 15px;
}
.nav-tabs2 li {
    display: inline;
}

.elemento-pesquisa-contacto .ui-autocomplete, .elemento-pesquisa-contacto-mobile .ui-autocomplete{
	border: 2px solid #e2e8f0;
	font-family: Poppins, Helvetica, sans-serif;
}

.elemento-pesquisa-contacto .ui-autocomplete .ui-state-active, .elemento-pesquisa-contacto-mobile .ui-autocomplete .ui-state-active{
	border: 0;
	background: transparent;
	color: inherit;
	margin: 0;
}

.elemento-pesquisa-contacto .ui-autocomplete .elemento-ativo, .elemento-pesquisa-contacto-mobile .ui-autocomplete .elemento-ativo{
	background: #edf2f7;
}

.elemento-pesquisa-contacto .ui-autocomplete li img, .elemento-pesquisa-contacto-mobile .ui-autocomplete li img{
	border-radius: 4px !important;
	width: 40px;
    height: 40px;
}

.ui-widget-content{
	font-family: Poppins, Helvetica, sans-serif !important;
}

.ui-widget.ui-widget-content{
	border-radius: 4px;
	border: 1px solid #ebedf2;
	width: 435px !important;
}

.elemento-pesquisa-contacto-mobile .ui-widget.ui-widget-content{
	width: 263px !important;
}

.ui-widget-header{
	border-radius: 0px !important;
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-bottom: 1px solid #ebedf2 !important;
	padding: 1.25rem !important;
	font-weight: 500 !important;
	font-size: 1.3rem !important;
	color: #48465b !important;
	background-color: #fff !important;
}

.ui-dialog .ui-dialog-titlebar-close{
	background: transparent !important;
	border: 0 !important;
}

.ui-dialog-buttonpane{
	padding: 1rem !important;
	border-bottom: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-top: 1px solid #ebedf2 !important;
}

#NoteDialog{
	width: 100% !important;
	padding: 1.25rem !important;
}

.ui-widget-overlay{
	background-color: #000 !important;
	opacity: 0.5 !important;
}

.ui-dialog-buttonset .btn-brand{
	background-color: #5d78ff;
	border-color: #5d78ff;
	color: #ffffff;
	border: 1px solid transparent;
	padding: 0.65rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
}

.ui-dialog-buttonset .btn-brand:hover {
    background-color: #3758ff;
    border-color: #2a4eff;
}

.ui-dialog-buttonset .btn-secondary{
	background-color: transparent;
	border: 1px solid #e2e5ec;
	color: #595d6e;
	padding: 0.65rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
}

.ui-dialog-buttonset .btn-secondary:hover {
    border-color: #e2e5ec;
	background-color: #f4f5f8;
}

.danger{
	background-color: #ffcfcf;
}

.kt-badge.kt-badge--corProjeto {
    color: #ffffff;
    width: 100px !important;
    height: 40px !important;
/*     background: #fd397a; */
}
.warning{
	background-color: #ffb822;
}

.success{
	background-color: #0abb87;
}

.info{
	background-color: #8cbfff;
}

.kt-header-mobile__logo img{
	max-height: 60px !important;
}

.tox .tox-statusbar{
	display: none !important;
}

.popover{
	max-width: 100%;
}

.popover .kt-notes{
	height: 250px;
	overflow-y: auto
}

@media only screen and (max-width: 1024px) {
	.kt-header-mobile__logo img{
		max-height: 45px !important;
	}
}