/* usermanagement */
.contacts__img>img{
  max-width: 60px;
  max-height: 60px;
}

.modal-xxl{
  max-width: 98%;
}

.btn-text{
  font-weight:  bold;
  text-transform: uppercase;
  cursor: pointer;
}

.select2-container{
 width: 100%!important;
 }
 .select2-search--dropdown .select2-search__field {
 width: 98%;
 }

.select2-container--default .select2-selection--multiple .select2-selection__choice{
  padding: .0rem .4rem;
}

.hint{
  color: #CCC;
}

/* WIDGETS */


/* GANTT */
.gantt-fullscreen {
    display: block;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
}
.gantt-wrapper{
  display: block;
  width: 100%;
  height: 100%;
  overflow: scroll;
}

.gantt.stats__item{
  margin-bottom: 0px;
}
.gantt.stats__info{
  padding: .5rem .5rem .5rem;
}


table.jgantt{
  font-size: 10px;
  border: 1px solid #272727;
  white-space: nowrap;
  padding: .10rem .10rem;
}

table.jgantt .padding{
  text-align: center;
}

/* STICKY SHIT */
table.jgantt .gantt-header th{
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  top: 0;
}
table.jgantt .gantt-header th:first-child {
  left: 0;
  z-index: 1;
}
table.jgantt .gantt-body th {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  left: 0;
}

/* FIRST ROW ITEMS */
table.jgantt .item{
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
table.jgantt .subitem{
  text-transform: uppercase;
  cursor: pointer;
}
table.jgantt .subsubitem{
  cursor: pointer;
}
table.jgantt .itemCol{
  color: #FFF;
  width: 200px;
  background-color: #000;
  opacity: 0.8;
  border: 1px solid #272727;
}
table.jgantt .subitemCol{
  color: #FFF;
  background-color: #666;
  opacity: 0.8;
  border: 1px solid #272727;
}
table.jgantt .subsubitemCol{
  color: #000;
  background-color: #e6e6e6;
  opacity: 0.9;
  border: 1px solid #272727;
}
table.jgantt th.month{
  text-align: center;
  border: 1px solid #000;
}
table.jgantt td.rangeitem{
  font-size: 7px;
  text-align: center;
  vertical-align: middle;
  font-weight: bolder;
  border: 1px solid #000;
}
table.jgantt th.day{
  border: 1px solid #000;
}
table.jgantt th.weekend{
  background-color: #ffc721;
}

td.centered,th.centered{
  text-align: center;
  vertical-align: middle;
}

td.drag-handle{
  cursor:pointer;
}

td[btnEditJobBlock]{
  cursor:pointer;
}
.zmdi.wide{
  padding-left: 5px;
  padding-right: 5px;
}
