.display_none {
  display: none; }

#resources-body {
  overflow: hidden; }

@media (max-width: 768px) {
  #side-nav {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    width: 300px; }
  #mainbar {
    left: 0;
    width: 100%; }
  #hide-show {
    margin-left: 15px;
    display: block; } }

@media (min-width: 768px) and (max-width: 1100px) {
  #side-nav {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -webkit-transition: -webkit-transform .3s;
    -ms-transform: translateX(0%);
    transition: transform .3s;
    width: 30%;
    visibility: visible;
    display: block !important; }
  #mainbar {
    left: 30%;
    width: 70%; }
  #hide-show {
    display: none; }
  #c-mask {
    display: none !important; } }

@media (min-width: 1100px) {
  #side-nav {
    transform: translateX(0%);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    width: 332px;
    display: block !important; }
  #mainbar {
    left: 332px;
    right: 0; }
  #hide-show {
    display: none; }
  #c-mask {
    display: none !important; } }

#side-nav {
  position: absolute;
  bottom: 0;
  top: 50px;
  left: 0;
  height: 100%;
  z-index: 3;
  background: #fff; }
  #side-nav #filters {
    display: none;
    margin: 0 10px; }
    #side-nav #filters div {
      margin: 0; }
  #side-nav #resources {
    width: 100%;
    position: absolute;
    top: 45px;
    bottom: 100px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fafafa; }
    #side-nav #resources .empty-list {
      text-align: center;
      position: absolute;
      transform: translateY(-50%) translateX(-50%);
      top: 50%;
      left: 50%; }
      #side-nav #resources .empty-list p {
        color: #999; }
        #side-nav #resources .empty-list p.info {
          font-size: 12px;
          width: 200px;
          margin: 0 auto; }
    #side-nav #resources h5 {
      text-align: center;
      text-transform: uppercase;
      padding: 10px 0 0 0;
      color: #eee;
      background: #5CB85C;
      height: 34px;
      margin: 0; }
    #side-nav #resources li a {
      transition: all .5s ease;
      position: relative;
      overflow: hidden;
      display: block;
      text-decoration: none;
      width: 100%;
      height: 50px;
      color: #444;
      border-bottom: 1px solid #e5e5e5; }
      #side-nav #resources li a:hover {
        background: #eee;
        color: #eee; }
      #side-nav #resources li a.selectedItem {
        background: #428BCA; }
        #side-nav #resources li a.selectedItem div.text div.up {
          color: #eee; }
        #side-nav #resources li a.selectedItem div.text div.down {
          color: #ccc; }
      #side-nav #resources li a div.text .up {
        font-size: 16px;
        color: #595959; }
      #side-nav #resources li a div.text .down {
        font-size: 12px;
        color: #b5b5b5; }
      #side-nav #resources li a div.text .up, #side-nav #resources li a div.text .down {
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        width: 85%; }
      #side-nav #resources li a div.single {
        position: absolute;
        top: 13px;
        left: 10px;
        width: 100%; }
      #side-nav #resources li a div.double {
        position: absolute;
        top: 6px;
        left: 10px;
        width: 100%; }
      #side-nav #resources li a div.icon {
        float: right;
        margin-top: 16px;
        margin-right: 10px;
        color: #444; }

div#search {
  height: 45px;
  margin: 0;
  position: relative;
  background: #eee; }
  div#search input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-right: 80px;
    padding-top: 2px;
    padding-left: 10px;
    height: 100%;
    border: 0;
    color: #888; }
    div#search input:focus {
      outline: none; }
  div#search #search-icon, div#search #filter-icon {
    padding: 12px;
    font-size: 18px;
    border-radius: 3px;
    opacity: 0.6; }
  div#search #filter-icon {
    cursor: pointer; }
    div#search #filter-icon:hover {
      opacity: 0.8;
      background: #eee; }
  div#search .hide-show {
    position: absolute;
    padding: 10px; }

#mainbar {
  position: absolute;
  bottom: 0;
  height: 100%;
  z-index: 2;
  right: 0;
  background: #eee;
  color: #333; }
  #mainbar #hide-show {
    font-size: 18px;
    padding: 13px;
    cursor: pointer;
    opacity: 0.6;
    background: #bbb;
    float: left; }
    #mainbar #hide-show:hover {
      background: #aaa;
      opacity: 0.8; }
  #mainbar div.pane {
    overflow: hidden; }
    #mainbar div.pane h4 {
      text-align: center; }
  #mainbar #editor {
    position: absolute;
    top: 50px;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 15px;
    width: 100%; }

.side-nav-active {
  transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important; }

.c-mask.is-active {
  width: 100%;
  height: 100%;
  opacity: .55;
  transform: opacity .3s; }

.c-mask {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s; }

.c-mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  transition: opacity 0.3s; }

#hide-show div {
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s; }

#hide-show div span {
  width: 16px;
  height: 2px; }

#fbox {
  min-height: 100%;
  margin: 0 auto;
  padding-top: 10px;
  margin-bottom: -30px;
  /* Height of the footer */ }

#fbox:after {
  content: '';
  display: block;
  height: 30px;
  /* Height of the footer */ }

#resources-footer {
  width: 100%;
  height: 30px;
  /* Height of the footer */
  font-size: 11px;
  margin: 0 auto;
  text-align: center;
  color: #aaa; }
  #resources-footer p {
    margin: 0; }

.max {
  max-width: 100%;
  height: auto;
  cursor: pointer; }

.min {
  height: 300px;
  cursor: pointer; }

#inbox-main {
  position: absolute;
  top: 126px;
  z-index: 2;
  left: 220px;
  right: 0;
  bottom: 0; }

body {
  margin-bottom: 20px; }

.form-header {
  color: #777;
  text-align: center;
  margin-bottom: 35px;
  border-bottom: solid 1px #EEE; }

.form-border {
  color: #555;
  padding: 30px;
  background: #FEFEFE;
  border: solid 1px #EEE;
  box-shadow: 0 0 3px #EEE; }

.nav-pills > li + li {
  margin-left: 0; }

.nav-pills > li {
  margin-right: 2px; }

.nav-pills > li > a, .nav-nice-pill {
  margin: 2px 0;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 0;
  background: #eee;
  color: #444;
  font-size: 12px; }

.nav-pills li.active > a, .nav-nice-pill.active {
  border: 1px solid #aaa;
  background: #cdcdcd;
  color: #555; }

.tooltip-inner {
  word-break: break-all; }

html, body {
  height: 100%;
  padding: 0; }

#main {
  min-height: 100%;
  position: relative; }

#body {
  padding-bottom: 20px;
  /* Height of the footer */ }

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20px;
  /* Height of the footer */
  font-size: 11px;
  margin: 0 auto;
  text-align: center;
  color: #aaa; }
  #footer p {
    margin: 0; }

/**
 * Progress bars with centered text
 */
.progress {
  position: relative; }
  .progress span {
    position: absolute;
    display: block;
    width: 100%;
    color: #444; }

.copy-button {
  margin-top: 5px; }

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
    max-width: 1200px; } }

@media (max-width: 400px) {
  .well {
    padding: 3px; }
  .grid-row > li img {
    width: 64px; } }

@media (max-width: 450px) {
  .grid-row > li {
    width: 100%; }
    .grid-row > li img {
      float: left;
      margin-left: 5px;
      margin-right: 10px; }
    .grid-row > li .project-info {
      text-align: left; } }

@media (min-width: 451px) and (max-width: 650px) {
  .grid-row > li {
    width: 50%; } }

.grid-row > li {
  margin: 5px auto;
  padding: 0; }
  .grid-row > li a {
    text-align: center;
    overflow: hidden;
    display: block; }

.ui-sortable-helper {
  display: table; }

.tbody-placeholder {
  visibility: visible !important; }

.tbody-placeholder td {
  font-size: 12px;
  font-style: italic;
  color: #aaa;
  background: #fff2cb !important; }
