.vertical-center {  /* for login page*/
  min-height: 90%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 90vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}
.fixed200{
    width: 200px;
}
.fixed300{
    width: 300px;
}
.fixed500{
  width: 500px;
}
.fixed600{
    width: 600px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;


    padding-right: 0;
    padding-left: 0;

}

th {
  text-align: center !important;;
  vertical-align: middle !important;;
}
.th-view {
  text-align: left !important;
  width: 25%;
}
.th-view-page-right-col {
  text-align: left;
  width: 25%;
}
td {
  text-align: center;
  vertical-align:middle !important;
}
.td-view {
  text-align: center;
}
.td-view-page-right-col {
  text-align: left;
}
.actions {
  text-align: center;
  vertical-align: middle;
}
/* .project-index-actions { */
  /* text-align: center; */
  /* vertical-align:middle; */
/* } */
.show-date {
  text-align: center;
}
.row-fluid {
  height: 100%;
  display:table-cell;
  vertical-align: middle;
}




.td-status-active {
  color: green;
}
.td-status-disabled {

}
.td-left-justify {
  /*Used in Contents display-name*/
  text-align: left;
}

form i {
  margin-left: -30px;
  cursor: pointer;
}
.inline-items {
  display: inline !important;
}

.img-delete-with-overlay-icon {
  position: relative;
}

.delete-icon {
/* background: lightgreen; */
/*background-image: linear-gradient(#000,#fff); */
background-color: rgba(255,255,255,0.6);
  position: absolute;
  top: 0;
  left: 0;
}


/*-------------------       Margins       -------------------------*/
/*.bottom-margin {*/
/*  margin-bottom: 3rem !important;*/
/*}*/
/*.bottom-margin-form {*/
/*  !*margin-top: 1rem;*!*/
/*  margin-bottom: 1rem;*/

/*}*/

/*#responsive-canvas {*/
/*  width: 100%;*/
/*}*/