body {
	background-color: #f5f5f5;
}

.bg-exeqoot {
	background-color: #f9a608;
}

.bg-danger,.btn-danger {
	background-color: #D60410!important;
}

.text-danger {
	color: #D60410!important;
}

.text-exeqoot {
	color: #FFFFFF!important;
}

.text-exeqoot-dark {
	color: #047C77!important;
}

.bg-exeqoot-opacity {
	background-color: #dbf2f19e;
}

.text-normal {
	text-transform: none!important;
}

.bg-exeqoot-darker {
	background-color: #0a5451;
}

.bg-exeqoot-darken {
	background-color: #010101;
}

.bg-exeqoot-dark-light {
	background-color: #333333;
}

.lighter {
	background-color: hsl(0, 0%, 96%);
}

.header {
	font-size: 32px;
}

.btn-exeqoot,.btn-exeqoot:hover {
	background-color: #0a5451;
	color: #FFFFFF;

}

.btn, .btn:hover {
	text-transform: inherit!important;
	border-radius: 8px;
}

.form-label {
	text-align: left;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #FFFFFF;
	background-color: #0a5451;
}

/*Sidebar*/
a.list-group-item.list-group-item-action.py-2.ripple {
	background: initial;
	color: #121212;
	margin-top: 5px;
	font-size:14px;
}

a.list-group-item.list-group-item-action.py-2.ripple.active, a.list-group-item.list-group-item-action.py-2.ripple:hover {
	background: #f5f5f5;
	color: #010101;
	border: none;
	border-radius: 0;
}

/*Navbar*/
nav#main-navbar {
	background: #f5f5f5;
}

main {
	margin-top: 8vh;
	margin-bottom: 170px;
}
@media(min-width:767px and max-width:991px){
	main{
		margin-top: 3.7rem!important;
	}
}

@media(min-width:992px){
	main{
		margin-top: 3.2rem!important;
	}
}

p#login_monter_cacher, p#register_monter_cacher, p#register_repeat_monter_cacher {
	position: absolute!important;
	right: 10px!important;
	top: 10px!important;
}

.form-control {
	border: 2px solid #eee;
	border-radius: 15px;
}

.form-control:focus,input.search:focus {
	box-shadow: none!important;
	border-color: #0a5451!important;
	outline: none;
}


/*Tiny Mce Disable Border for readonly*/
.tox.tox-tinymce.tox-tinymce--disabled,.tox.tox-tinymce.tox-platform-touch.tox-tinymce--disabled {
	border: none;
}

.tox-tinymce--disabled .tox-editor-container > .tox-editor-header {
	box-shadow: none !important;
}

.navbar-brand {
	justify-content: center;
}

span.board p {
	font-weight:400;
}

button:hover {
	color:#efa30a;
}

ul.notify-menu {
	min-width: 200px;
}

li.paginate_button.page-item.active a{
	background:#0a5451 !important;
	border: none;
}

li.paginate_button.page-item a{
	color:#0a5451;
}

.markasread {
	cursor: pointer;
}

.markasread:hover {
	background-color: whitesmoke;
}


#deleteModalLabel,#editModalLabel,#cloneModalLabel,#viewModalLabel {
	color: #fff;

}

.btn-close {
	opacity: 1;
}

#deleteModal .modal-footer,#editModal .modal-footer,#cloneModal .modal-footer{
	padding: 0!important;
	border: 0!important;
}

#viewModal .modal-footer,#addtaskModal .modal-footer{
	border: 0!important;
}

.tab-content #edit-task-tab.active ~ .modal-footer {
	margin-top: -88px;
}

.tab-content #task-tab.active ~ .addtask-footer {
	margin-top: -75px;
}

.tab-content #notes-tab.active ~ .addtask-footer {
	margin-top: 0px;
}


@media (max-width: 767px) {
	.tab-content #task-tab.active ~ .addtask-footer {
		margin-top: initial;
	}

	.tab-content #notes-tab.active ~ .addtask-footer {
		margin-top: initial;
	}

	.tab-content #edit-task-tab.active ~ .modal-footer {
		margin-top: initial;
	}

}


button#registerButton:disabled {
	background-color: #41bdb8;
	color: white;
}


.toast{
	width: 280px;
	border-radius: 8px !important;
}


.toast-body span {
	font-size: 17px;
}


.toast-body i {
	font-size: 18px;
}


