/*Write your custom css in this file.*/


/** Ajustes Light **/

body.public-view.signin-page.color-F2F2F2 img {
    content: url(https://app.taskeando.com.br/assets/images/logo_dark.png) !important;
}

body.color-F2F2F2 img.dashboard-image {
    content: url(https://app.taskeando.com.br/assets/images/logo_dark.png) !important;
}

body.color-F2F2F2 .brand-logo-mini img.dashboard-image {
    content: url(https://app.taskeando.com.br/assets/images/favicon_dark.png) !important;
}

@media (max-width: 980px) {

	body.color-F2F2F2 img.dashboard-image {
    	content: url(https://app.taskeando.com.br/assets/images/favicon_dark.png) !important;
	}

	body.color-F2F2F2 a.sidebar-brand.brand-logo img {
		content: url(https://app.taskeando.com.br/assets/images/logo_dark.png) !important;
	}

	.alert-warning {
    	--bs-alert-color: var(--bs-warning-text-emphasis);
	    --bs-alert-bg: #01547a;
	}

	div#install-pwa svg {
    	color: #01547a;
	}
}

.navbar-nav .nav-link {
    padding: 21px 15px !important;
    color: #01547A;
}

.sidebar-menu li.active > a {
    color: #fff !important;
    background-color: #01547A;
}

.sidebar-menu li a:active, .sidebar-menu li a:hover, .sidebar-menu li a:focus {
    color: #383c40;
    background-color: #01547a1c;
}

.bg-info {
    background-color: #01547A !important;
}

.bg-success {
    background-color: #01547A !important;
}

.bg-primary {
    background-color: #01547A !important;
}

.bg-coral {
    background-color: #01547a;
}

.init-chat-icon {
    background-color: #01547a;
}

.alert-warning {
    --bs-alert-color: #01547a;
}

span#js-chat-min-icon svg {
    color: #fff;
}

div#js-clock-in-out svg {
    color: #01547a;
}

.widget-icon.bg-coral svg {
    color: #fff !important;
}

.project-overview-widget .progress-outline .progress .progress-bar {
    background-color: rgb(212 253 242) !important;
}

.project-overview-widget .progress-outline {
    border: 2px solid #01547a;
}

.btn-primary {
    border-color: #01547a;
    background-color: #01547a;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #01547a;
    border-color: #01547a;
    color: #01547a;
}

.text-danger {
    color: #01547a !important;
}

.sidebar-menu li a:hover {
	    color: #01547A !important;
}

.btn-primary {
    border-color: #01547A;
    background-color: #01547A;
        transition-duration: 0.3s;
    transition-property: box-shadow;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.btn-primary:hover {
    border-color: #01547A;
    background-color: #01547A;
    box-shadow: 0px 0px 14px rgba(1, 84, 122, 0.6);
    color: #fff;
}

.help-catagory.list-group .list-group-item:hover, .help-catagory.list-group .list-group-item.active {
    border-left: 2px solid #01547a !important;
    text-indent: -2px;
    background: #01547a1c;
    color: #01547A;
}

.progress-bar-success {
    background-color: #01547a;
}

a#user-dropdown {
    color: #4e5e6a;
}

/**********************/


.sidebar-brand {
    padding: 20px 20px;
}

.brand-logo img {
    max-width: 170px;
    max-height: 40px;
}


li#topbar-language-dropdown {
    display: none;
}
.novo {
	background-color: #01547a;
}
.paberto {
	color: #ffb822;
}
.aberto {
	background-color: #ffb822;
}
.fechado {
	background-color: #2f3541
}

.form-signin img {
    width: 250px;
}

form#signin-form {
    margin-bottom: 30px;
}

.app-alert.alert-success {
    background-color: #01547a;
    color: #1C1F26 ;
}