@charset "ISO-8859-1";
.buildings-list{
    max-height: 600px;
    margin-bottom: 10px;
    //overflow:scroll;
    overflow-y:auto; 
    -webkit-overflow-scrolling: touch;
}

.persons-list{
    max-height: 400px;
    margin-bottom: 10px;
    //overflow:scroll;
    overflow-y:auto; 
    -webkit-overflow-scrolling: touch;
}

.contacts-list{
    height: 300px;
    //margin-bottom: 10px;
    //overflow:scroll;
    overflow-y:auto; 
    -webkit-overflow-scrolling: touch;
}
.contacts-list thead th {  
	position: sticky; 
	top: 0; 
	background: #fff;
}


.scrollable-menu {
	height: auto;
  	max-height: 200px;
  	overflow-x: hidden;
}

.mailbox-read-by {
  color: #999;
  font-size: 13px;
}

/*
.contacts-table{
	width: 100%;
}

.contacts-table tbody {	
    display:block;
    height:200px;
    overflow-y:auto;
    width: 100%;
}

.contacts-table thead tr {
	 display:block;
}
*/

.activeClass{
   	background: #F00; 
}



/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 100%;
  //width: 300px;
  //height: 200px;
  //border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100px;
  //text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  //backface-visibility: hidden;
}

.flip-card-back {
  //position: relative;
  //width: 100px;
  //height: 100px;
  //-webkit-backface-visibility: hidden; /* Safari */
  //backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  //background-color: #bbb;
  //color: black;
}

/* Style the back side */
.flip-card-back {
  //background-color: dodgerblue;
  //color: white;
  transform: rotateY(180deg);
}


.kanban-card {
	/*border: 3px solid #666;*/
	box-shadow: 0px 0px 10px #888;
	border-radius: .5em;
	padding: 5px;
	cursor: move;
}
.kanban-card .panel-footer{
	background-color: #FFFFFF;
	padding:5px;
	font-size:12px;
}

.kanban-card .fa-ticket-alt{
	transform: rotate(-45deg); /* Equal to rotateZ(45deg) */
}

.kanban-list.over{
	border: 3px dotted #666;
}

.kanban-list{
	background: #F5F5F5;
	min-height:100px;	
}

.kanban-card.over{
	border: 3px dotted #0000FF;
}


:root {
  --avatar-size: 2rem;
  /* change this value anything, e.g., 100px, 10rem, etc. */
}

.kanban-card .circle, #kanban-card-modal .circle{
	background-color: #ccc;
  	border-radius: 50%;
  	height: var(--avatar-size);
  	text-align: center;
  	width: var(--avatar-size);	
}

.kanban-card .initials, #kanban-card-modal .initials{
	font-size: calc(var(--avatar-size) / 2); /* 50% of parent */
  	line-height: 1;
  	position: relative;
  	/*top: calc(var(--avatar-size) / 5);*/ /* 25% of parent */	
}


.comment-attachment{
  position: relative;
  width: 100%;
  max-width: 48px;	
}

.comment-attachment:hover .overlay{
	opacity: 1;
}


.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: red;
}

.icon {
  color: white;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.fa-times-circle:hover {
  color: #eee;
}

.top-buffer { margin-top:20px; }

#activities-table tr.group {
    background-color: #ddd !important;
}
#activities-table tr.group:hover {
    background-color: #ddd !important;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.42;
  border-radius: 15px;
}

i.fas.ico {
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #888;
  padding: 0.5em 0.6em;
  float:left;

}



.box-activities {
  /*background: #f7f7f7;*/
}
.box-activities .box-activity {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
.box-activities .box-activity:before,
.box-activities .box-activity:after {
  content: " ";
  display: table;
}
.box-activities .box-activity:after {
  clear: both;
}
.box-activities .box-activity:last-of-type {
  border-bottom: 0;
}
.box-activities .box-activity:first-of-type {
  padding-top: 0;
}
.box-activities .box-activity img {
  float: left;
}
.box-activities .activity-text {
  margin-left: 40px;
  color: #555;
}
.box-activities .username1 {
  color: #444;
  display: block;
  font-weight: 600;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.42;
  border-radius: 15px;
}

.timeline > li .tools {
  display: none;
  float: right;
  color: #dd4b39;
}

.timeline > li .tools > .fa,
.timeline > li .tools > .glyphicon,
.timeline > li .tools > .ion {
  margin-right: 5px;
  cursor: pointer;
}
.timeline > li:hover .tools {
  display: inline-block;
}

.task-item:focus {
	outline:none;	
}
.task-item{
	/*border-left:0px;*/
	/*border-right:0px;*/
	border:0px;
	margin-bottom:10px;	
}
.task-scroll{
	overflow:scroll; 
	height:800px;
}


.user-block .date{
	color: #999;
  	font-size: 13px;
}

.sort-popover:hover{
	cursor:pointer
}
.header-filter:hover {
	cursor:pointer
}


.status-select{
	height:24px;
	padding:0px;	
}

.status-new{
	color:blue;	
}
.status-open{
	color:green;
}
.status-closed{
	color:gray
}
.status-cancelled{
	color:red
}
.status-checked{
	color:black
}
.person-select{
	height:24px;
	padding:0px;
}

.tbutton {
	float: right;
}
.tbutton > div{
	display: inline-block;
	padding-left:10px;
}

.fas.pisca {
    /*font-size: 30px;*/
    color: red;
    opacity: 0;
    animation: anima 2s ease infinite;
}
@keyframes anima {
    to {
        opacity: 1;
    }
}




.task-titles {
  background: #f7f7f7;
}
.task-title {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
.task-title:before,
.task-title:after {
  content: " ";
  display: table;
}
.task-title:after {
  clear: both;
}
.task-title:last-of-type {
  border-bottom: 0;
}
.task-title:first-of-type {
  padding-top: 0;
}
.task-title img {
  float: left;
}
.task-title .task-title-text {
  margin-left: 40px;
  color: #555;
}
.task-title .task-title-name {
  color: #444;
  display: block;
  font-weight: 800;
}
.task-title .task-title-createdby {
  font-weight: 400;
  font-size: 12px;
}


.timeregistraion-row .tools {
  display: none;
  float: right;
  color: #dd4b39;
}
.timeregistraion-row .tools > .fa,
.timeregistraion-row .tools > .glyphicon,
.timeregistraion-row .tools > .ion {
  margin-right: 5px;
  cursor: pointer;
}
.timeregistraion-row:hover .tools {
  display: inline-block;
}

.form-field-filter{
  /*padding: 1em;*/
  min-width: 280px;
  margin-left: 10px;
  margin-right: 10px;
}

/************
checkbox menu
************/

.checkbox-menu li label {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    margin:0;
    transition: background-color .4s ease;
}
.checkbox-menu li input {
    margin: 0px 5px;
    top: 2px;
    position: relative;
}

.checkbox-menu li.active label {
    background-color: #cbcbff;
    font-weight:bold;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
    background-color: #f5f5f5;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
    background-color: #b8b8ff;
}

