/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
}

.color-red {
    color: #FF0000;
}

#actButtons {
	opacity:0;
}

div.flname {
	word-break:normal;
	width:100%;
}

table#disk td:nth-child(3) {
	font-size:9pt;
}

.select_obj_checkbox {
	display:inline;
    position: relative;
    top: 2px;	
}

.disk-arenda-form input {
	width:150px;
	font-size:18pt;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    /*-webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;*/
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
  
  .my-visible-i-b-xs {
	  display:inline-block;
  }  
  
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .row-offcanvas {
    position: relative;
    /*-webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;*/
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right .sidebar-offcanvas {
    right: -65%; /* 6 columns */
  }

  .row-offcanvas-left .sidebar-offcanvas {
    left: -65%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 65%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 65%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
  
  .my-visible-i-b-sm {
	  display:inline-block;
  }
}

@media screen and (min-width: 993px) {
  .sidebar-offcanvas {
    position: sticky;
    top: 60px;
  }	
}