.tm-container,
.tm-panel {
  padding: 0.01em 16px
}

.tm-container:after,
.tm-container:before,
.tm-panel:after,
.tm-panel:before,
.tm-row:after,
.tm-row:before,
.tm-row-padding:after,
.tm-row-padding:before,
.tm-cell-row:before,
.tm-cell-row:after,
.tm-clear:after,
.tm-clear:before,
.tm-bar:before,
.tm-bar:after {
  content: "";
  display: table;
  clear: both
}

.tm-sidebar {
  height: calc(100% - 120px);
  width: 160px;
  background: linear-gradient(to top, #1569C7 120px, lightblue 80%);
  /*rgba(0, 0, 128, 0.1);*/
  position: fixed !important;
  top: 1px;
  z-index: 1;
  overflow: auto
}

.tm-teal,
.tm-hover-teal:hover {
  color: navy !important;
  background-color: transparent !important
}

.tm-bar .tm-bar-item {
  padding: 0px 6px;
  float: left;
  width: auto;
  border: none;
  display: block;
  outline: 0
}

.tm-bar-block .tm-bar-item {
  width: 100%;
  display: block;
  padding: 15px 10px;
  text-align: left;
  border: none;
  white-space: normal;
  float: none;
  outline: 0
}

.tm-bar-block.tm-center .tm-bar-item {
  text-align: center
}

.tm-button {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

.tm-button:hover {
  color: #fff !important;
  background-color: rgba(0, 0, 128, 0.5) !important
}


.tm-animate-left {
  position: relative;
  animation: animateleft 0.9s
}

#main {
  transition: margin-left .9s
}

@media (min-width:800px) {
  .tm-modal-content {
    width: 900px
  }

  .tm-hide-large {
    display: none !important
  }

  .tm-sidebar.tm-collapse {
    display: block !important
  }
}



@media (max-width:800px) {
  .tm-sidebar.tm-collapse {
    display: none
  }
