:root {
  --toolTipBorder: #b1b1b1;
  --main-txt-color: blue;
  --main-padding: 15px;
}

body {
  width: 100%;
  min-height: 100hv;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.container {
  padding: 1px;
}

.hoverIcon:hover {
  color: lightgray;
}

.titelTask{
  font-size:10pt;
  text-decoration: underline;
}

.deskTask{
  font-size:12pt;
  
}

@media only screen and (min-width: 769px) {
  .tasks {
    float: left;
    /*width: 24.88%;*/
  }

  .tblTh {
    min-width: 200px;
  }

  .mobile {
    display: none;
  }

  .evtItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    /*display: flex;*/
    float: left;
    /*margin: 1px;*/
  }
}


@media only screen and (max-width: 1023px) {
  .fontSize {
    font-size: 10pt;
  }

  th {
    /*max-width: 200px;*/
  }

  .evtItem {
    width: 100%;
    /*margin: 1px;*/
  }

  .desktop {
    /*display: none;*/
  }

  #tblTasks {
    /*display: none;*/
  }
}

.taskItem {
  /*-webkit-box-shadow: 0px 0px 5px 0px rgba(87, 87, 87, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(87, 87, 87, 1);
  box-shadow: 0px 0px 5px 0px rgba(87, 87, 87, 1);
  border: 0;*/
  margin-bottom: 2px;
  cursor: move;
}

.popInserts {
  font-size: 20px;
  margin: 3px;
}

.taskItemTasks {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(87, 87, 87, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(87, 87, 87, 1);
  box-shadow: 0px 0px 5px 0px rgba(87, 87, 87, 1);
  border: 0;
  margin-bottom: 8px;
  cursor: move;
}

.pointer {
  cursor: pointer;
}


.cc.active {
  border: 1px solid #f1f1f1 !important;
  /*border-color: #f1f1f1 !important;*/
}

.ccStyle {
  margin: 5px;
}

.inner {
  /*	border: 1px solid grey;*/
  min-height: 100px;
  /*max-height:250px  see main.js ;*/
  overflow: hidden;
  overflow-y: auto;
}

.modal-backdrop.in {
  opacity: 0.75;
}

.ghost {
  opacity: 0.4;
}

.container {
  padding: 0;
  margin: 0;
}

.rotate90 {
  -moz-transform: rotate(-90.0deg);
  /* FF3.5+ */
  -o-transform: rotate(-90.0deg);
  /* Opera 10.5 */
  -webkit-transform: rotate(-90.0deg);
  /* Saf3.1+, Chrome */
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.083);
  /* IE6,IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
  /* IE8 */
}

.tooltip-inner {
  text-align: left;
  border: var(--toolTipBorder) solid 1px;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: var(--toolTipBorder) !important;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: var(--toolTipBorder) !important;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
  border-left-color: var(--toolTipBorder) !important;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
  border-right-color: var(--toolTipBorder) !important;
}

.popover-body {
  border-bottom: var(--toolTipBorder) solid 1px;
  border-left: var(--toolTipBorder) solid 1px;
  border-right: var(--toolTipBorder) solid 1px;
}

.popover-header {
  border-top: var(--toolTipBorder) solid 1px;
  border-left: var(--toolTipBorder) solid 1px;
  border-right: var(--toolTipBorder) solid 1px;
}

.popover.bs-popover-right .arrow:after {
  border-right-color: var(--toolTipBorder);
}

.popover.bs-popover-top .arrow:after {
  border-top-color: var(--toolTipBorder);
}

.popover.bs-popover-left .arrow:after {
  border-left-color: var(--toolTipBorder);
}

.popover.bs-popover-bottom .arrow:after {
  border-bottom-color: var(--toolTipBorder);
}

.infoIcons {
  float: right;
  margin-left: 10px;
}

.iconRed {
  color: #2B3E50;
}

.desc {
  /*font-size: 1.3em;*/
}

.tasksFont {
  font-size: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #2B3E50
}

#eventsPanel {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  background-color: var(--orange);
  text-align: center;
  margin: 3px;
}

.navbar {
  min-height: 0px;
}

.marginRight {
  margin-right: 10px;
}

.nestedIcon {
  float: right;
}



.backlog {
  max-width: 150px;
}

.btnWidth {
  width: 49%;
}

.border {
  border-style: solid;
  border-width: 1px;

  /*text-shadow: 2px 2px 4px #000000;*/
}

.datepicker {
  z-index: 1251 !important;
}

.list-group-item {
  padding: 10px 5px 10px 15px;
}


/* The side navigation menu */
.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Stay on top */
  top: 0;
  right: 0;
  background-color: #111;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 15px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-right .5s;
  /*padding: 20px;*/
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 10px;
  }
}