body {
  font-size: 13px;
}

a{
  cursor:pointer;
}

.sidebar .nav>li.expand>a, .sidebar .nav>li>a:focus, .sidebar .nav>li>a:hover{
	color:#fff;
}

.sidebar .nav>li>a{
	color:#fff;
}

.sidebar .sub-menu>li>a{
	color:#fff;
}

.sidebar .sub-menu>li.active>a, .sidebar .sub-menu>li.active>a:focus, .sidebar .sub-menu>li.active>a:hover, .sidebar .sub-menu>li>a:focus, .sidebar .sub-menu>li>a:hover{
	color: #f7ff00;
}

#main-nav-tabs li a.btn-danger{
    margin-top: -29px;
    float: right;
    padding: 2px;
    line-height: inherit;
    color: #fff;
    margin-right: 11px;
		background: #ff5b57;
    border-color: #ff5b57;
		cursor: pointer;
}

#main-nav-tabs li a.btn-danger:hover{
		background: #cc4946;
    border-color: #cc4946;
}

#main-nav-tabs li a[data-toggle=tab]{
	padding-right:30px;
}

#main-nav-tabs li:nth-child(2) a[data-toggle=tab]{
	padding-right:15px;
}

.border-0{
	border:none !important;
}

.select2-container .select2-selection--single, .select2-container--default .select2-selection--multiple{
    border-color: #ccc !important;
    border-radius:3px !important;
}

.input-group .select2-container--default .select2-selection--multiple{
	border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.select2-container{
	display:inline;
}

.form-panel-body{
	background:#f5f5f5;
}

.comment-photo{
    background-color: #808080;
    height: 50px;
    width: 50px;
    float: left;
    margin-right: 0.5em;
}

.cursor-pointer{
	cursor:pointer;
}

.input-plus-icon{
	font-size:1.5em;
	padding-top:3px;
}

.align-items-center{
	align-items: center !important;
}

.d-flex{
	display:flex !important;
}

/*.panel-heading-btn{
	display:none;
}*/

.form-horizontal .form-group{
	display:flex;
	align-items: center;
}

.form-horizontal label{
	margin-bottom:0;
}

.gritter-success .gritter-item, .gritter-success .gritter-bottom, .gritter-success .gritter-top{
	border-left: 10px solid #006500;
}

.gritter-error .gritter-item, .gritter-error .gritter-bottom, .gritter-error .gritter-top{
	border-left: 10px solid #920000;
}

.h-fit{
	height: fit-content !important;
}

.widget-chat .widget-chat-time{
	position:relative;
	right:auto;
	bottom:auto;
	text-align:right;
}

.widget-chat .right .widget-chat-time{
	left:auto;
}

.card-notif{
	width: 8px;
	height: 8px;
	position: absolute;
	border-radius: 100%;
	margin-top: 3px;
	margin-left: 3px;
}

.card-notif-change{
	background: #c8e9f3;
}

.card-notif-message{
	background: #28a745;
}

.select2-container--bootstrap{
	z-index:9999;
}

.login.login-with-news-feed .news-feed{
	left:500px;
	right: 0;
}

.fc .calendar-task{
	background:#fdff93;
}

.fc .calendar-task .fc-event-main{
	color:#5c4400;
}

.fc .calendar-meeting{
	background:#bad385;
}

.fc .calendar-meeting .fc-event-main{
	color:#3e560b;
}

.fc .calendar-call{
	background:#ff9c9c;
}

.fc .calendar-call .fc-event-main{
	color:#4c0000;
}

.fc .calendar-mail{
	background:#b4ccff;
}

.fc .calendar-mail .fc-event-main{
	color:#001b52;
}

.fc .calendar-online_meeting{
	background:#cee995;
}

.fc .calendar-online_meeting .fc-event-main{
	color:#3e560b;
}

.colorpicker{
	z-index: 1050 !important;
}

.template-color-color{
	width:30px;
	height:30px;
	margin-right:10px;
}

.template-color-item{
	display:flex;
	align-items: center;
	margin-bottom:10px;
}

.table th:not(.sorting_disabled){
	cursor:pointer;
}

.table tr:hover td{
	background:#d4d7d9 !important;
}

.table tr.active td{
	background:#ffb9e3 !important;
}

.data-table-bc th{
	white-space: nowrap;
}

.data-table-bc tr td:nth-child(7){
	white-space: nowrap;
}

a.task{
	color: #000;
	background:#e3e3e3;
}

a.task:hover, a.task.active{
	background: #d1d1d1;
	text-decoration:none;
}

.task-icon{
	font-size:25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.task{
	margin-bottom:10px;
}

.task-icon-task{
	color:#5c4400;
}

.task-task{
	background: #fdff93;
}

.task-icon-meeting{
	color:#3e560b;
}

.task-meeting{
	background: #bad385;
}

.task-icon-call{
	color:#4c0000;
}

.task-call{
	background: #ff9c9c;
}

.task-icon-mail{
	color:#001b52;
}

.task-mail{
	background:#b4ccff;
}

.task-icon-online_meeting{
	color:#3e560b;
}

.task-online_meeting{
	background:#d1e7a3;
}

.task-icon-type{
	font-size:1em;
	text-align:center;
}

.task-completed{
	border-right:8px solid #5b9d2c;
}

.task-uncompleted{
	border-right:8px solid #db3b3b;
}

.pace-progress, .pace:before{
	height:5px;
}

.owner-input .select2-container--bootstrap{
	z-index:999;
}

.chat-info-buttons i{
	font-size: 0.85em;
	cursor:pointer;
}

.reply-to{
	border-left: 5px solid #00acac;
	margin-bottom: 1em;
	padding-left: 0.5em;
	position: relative;
	display: none;
	padding-right: 1em;
}

.reply-to-remove{
	position: absolute;
    right: 0;
    top: 0;
}

.chat-background{
	background: #dfdfdf;
	padding: 5px;
	margin-bottom: 10px;
}

.media.replied_to{
	border-left: 5px solid #00acac;
	background: #ffffff;
}

.chat-background .media.media-sm.replied_to .media-object{
	width:32px;
	height:32px;
}

.media-messaging .media.replied_to{
	padding-top:15px !important;
}

.chat-background .media.media-sm .media-object{
	width:50px;
	height:50px;
}

.sidebar .nav>li.nav-profile .cover{
	background:none;
}

.sidebar .nav>li.nav-profile .image{
	width: 70px;
	height: 70px;
}

.panel-context a{
	font-size:15px;
	color:#3c3c3c;
}

.widget-chat .height-lg{
	height:510px !important;
}

.important-icon{
  position: absolute;
  right: 10px;
  top: 3px;
  color: #ff0000;
}

.task-badge{
  margin-bottom:0.5em;
}
.fc-theme-standard th.fc-timegrid-axis.fc-scrollgrid-shrink, th.fc-col-header-cell{
	padding:20px !important;
}

.fc .fc-timegrid-slot-minor{
	border-top:0;
}

.fc .fc-col-header-cell-cushion{
	text-transform: uppercase;
}

.fc .fc-col-header-cell-cushion{
	text-transform: uppercase;
	font-weight: 600;
}

.day-name .fc-scrollgrid-sync-inner{
	height:100%;
}

.day-name .fc-scrollgrid-sync-inner a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 1em;
}

.fc .fc-timegrid-axis-frame{
	justify-content: center !important;
}

.fc-direction-ltr .fc-timegrid-slot-label-frame{
	text-align:center !important;
}

.fc-dayname{
	font-weight: 500;
    margin-right: 5px;
}

.fc-daynumber{
	font-weight: 700;
}

#calendar table, #calendar table *, #dashboard-calendar table, #dashboard-calendar table *{
	border-color:#efefef !important;
}

.fc .fc-timegrid .fc-daygrid-body{
	background: #dfdfdf;
}

.fc .fc-timegrid-divider{
	display: none;
}

.fc-timegrid-event .fc-event-main{
	padding: 4px 6px 0 !important;
}

.fc-timegrid-event{
	border-radius: 5px !important;
}

.fc .fc-timegrid-slot{
	height: 2em !important;
}

.content{
	padding:0;
}

.task-icon-div{
	border-top: 1px solid #c3c3c3;
}

.task-info-div{
	border-top: 1px solid #c3c3c3;
}

.btn.btn-default {
    color: #fff;
    background: #b6c2c9;
    border-color: #b6c2c9;
}

.dashboard-tasks-filter{
	font-size: 1.6em;
    margin-right: 8px;
	cursor:pointer;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,font-size .15s ease-in-out;
}

.dashboard-tasks-filter i{

}

.dashboard-tasks-filter:hover{

}

.dashboard-tasks-filter[data-type=task]{
	color: #cdbb87;
}

.dashboard-tasks-filter[data-type=meeting]{
	color:#bad385;
}

.dashboard-tasks-filter[data-type=call]{
	color:#ff9c9c;
}

.dashboard-tasks-filter[data-type=mail]{
	color:#b4ccff;
}

.dashboard-tasks-filter[data-type=task]:hover, .dashboard-tasks-filter[data-type=task].active{
	color: #5c4400;
}

.dashboard-tasks-filter[data-type=meeting]:hover, .dashboard-tasks-filter[data-type=meeting].active{
	color:#3e560b;
}

.dashboard-tasks-filter[data-type=call]:hover, .dashboard-tasks-filter[data-type=call].active{
	color:#4c0000;
}

.dashboard-tasks-filter[data-type=mail]:hover, .dashboard-tasks-filter[data-type=mail].active{
	color:#001b52;
}

#dashboard-tasks-filter-clean{
	color:#ff0000;
	cursor:pointer;
}

#dashboard-tasks-div{

}

#dashboard-tasks-div .fa-spinner {
  animation: rotation 2s infinite linear;
  font-size:2em;
  margin-top:2em;
}

.custom-panel .fa-spinner{
	animation: rotation 2s infinite linear;
    font-size:2em;
}

a.fc-event.completed{
	opacity: 0.75;
	background-image: linear-gradient(45deg,rgba(255,255,255,0.45) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.45) 50%,rgba(255,255,255,0.45) 75%,transparent 75%,transparent);
	background-size: 10px 10px;
}

a.fc-event.completed.calendar-task{
	background-color:#dfbf21;
}

.task-create-date{
	font-size:0.85em;
}

.dropdown-links a{
	color: #222222;
	padding-left: 10px;
	font-size: 1.1em;
}

.fc .fc-toolbar-title{
	font-size: 1.2em !important;
}

.popover-body a{
	text-decoration: underline !important;
}

.popover-body{
	line-height: 2em;
}

.popover-header{
	text-align: right;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle{
	color:#fff;
}

.change-notif{
	position: fixed;
	top: 0;
	z-index: 9999;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 140px;
}

#dashboard-tasks-div hr{
	background:#b3b3b3;
	height:5px;
	margin: 1rem -10px;
}

.dashboard-tasks-number{
	margin-bottom: 15px;
}

.input-sort-icon{
	font-size: 1.5em;
}

.login .login-header{
	width:100%;
}

.login.login-with-news-feed .login-header, .register.register-with-news-feed .register-header{
	padding-top:70px;
}

.login-header .brand div:first-child{
	margin-bottom:70px;
}

 #dashboard-calendar.fc .fc-timegrid-now-indicator-line, #calendar.fc .fc-timegrid-now-indicator-line{
	border-color:#ff0000 !important;
	border-width: 2px 0 0;
}

#dashboard-calendar.fc .fc-timegrid-now-indicator-arrow, #calendar.fc .fc-timegrid-now-indicator-arrow{
	border-color:#ff0000 !important;
	border-bottom-color: transparent !important;
	border-top-color: transparent !important;
}

#dashboard-calendar.fc .fc-timegrid-now-indicator-line::before, #calendar.fc .fc-timegrid-now-indicator-line::before{
	content:'';
	width: 10px;
	height: 10px;
	position: absolute;
	background: #ff0000;
	border-radius: 100%;
	margin-top: -6px;
	margin-left: -5px;
}

.fc .fc-timegrid-now-indicator-container{
	overflow: inherit !important;
}

.fc-event.only-creator{
	opacity:0.5;
}

.fc-event.canceled{
	text-decoration: line-through;
    color: #000;
}

.new-panel-box{
	border: 10px dashed #d5d5d5;
    padding: 1.5em;
	height:250px;
}

.new-panel-box div:first-child{
	text-align: center;
    font-size: 1.5em;
    padding: 20px 0px;
}

.new-panel-box div:nth-child(2){
	font-size: 6.5em;
    text-align: center;
    font-weight: 500;
}

.custom-panel-box-file-area{
	font-size:1.25em;
}

.custom-panel-box-text-area textarea{
	width:100%;
	background: transparent;
	border:0;
	font-size:1.15em;
}

.custom-panel-checklist-header{
	font-size: 18px;
    padding:5px 10px;
    margin-bottom: 5px;
	display: flex;
	align-items: center;
}

.custom-panel-checklist-header .fa-arrows-alt{
	font-size: 0.7em;
}

.custom-panel-box-text-area h4{
	color: #686868 !important;
}



#dashboard-tasks-div{
	height:720px;
}

.panel-title input{
	background-color: transparent;
    color: inherit;
    border: 0;
    font-weight: 600;
}

.panel-heading .dropdown-toggle::after{
	display:none;
}

.custom-panel-image{
	width:100%;
	padding-top: 100%;
	background-size: cover;
	background-position: center;
}

.custom-panel-images{
	margin-bottom:2em;
}

.custom-panel-files{
	margin-bottom: 1.5em;
}

.text-decoration-line-through:not(:focus){
	text-decoration: line-through;
}

.custom-panel-task-input-name{
	background:transparent;
	border:0;
	width: calc(100% - 53px);
}

.custom-panel-checklist-name{
	width: calc(100% - 27px);
    background: transparent;
    border: 0;
    color: #686868;
}

.delete-custom-panel-image{
	position: absolute;
    top: 5px;
    right: 5px;
    color: #d33d3d;
    cursor: pointer;
    background: #fff;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    border: 1px solid #d33d3d;
    text-align: center;
}

.delete-custom-panel-list{
	font-size: 0.7em;
	cursor:pointer;
	color: #cc4946;
}

.delete-custom-panel-task{
	cursor:pointer;
	color: #cc4946;
}

.custom-panel-checklist-header .fa-arrows-alt, .custom-panel-checklist-list .fa-arrows-alt{
    cursor: grab;
}

.custom-panel-checklist{
	background: #fff;
	margin-bottom: 12px;
	border-radius: 6px;
}

.custom-panel-checklist-list{
	padding-left: 10px;
	padding-top: 10px;
	padding-right:10px;
}

.custom-panel-box-text-area h4 i{
	font-size:0.7em;
}

.panel-body.form-panel-body .fileinput-button:not(.cp){
	position: absolute;
	margin-top: -30px;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

@media (min-width: 1400px) {

	.task-badge{
		position: absolute;
		right: 10px;
		top:5px;
		margin-bottom:0;
	}

	.bc-header{
		margin-top: -46px !important;
	}

	.dashboard-tasks-filter{
		margin-right:12px;
	}

}


}
