

#equipment_filter{
  margin-right: 0.5em;
}

.equipment-node {
  box-shadow: 2px 2px 2px #999999;
}
.equipment-node, .lastNode {
  border: 1px solid #999999;
  border-radius: 4px;
  padding: 2px 5px 2px 5px;
  margin: 0 0 1px 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1em;
  z-index: 9999;
}
.lastNode {
  display: none;
}

.equipment-node img{
  margin: 0 0 0 3px;
  float: right;
}
.equipment-node i {
  opacity: 0.3;
}
.equipment-node i:hover {
  opacity: 0.99;
}
.level0 {
  margin-left: 0px;
}
.level1 {
  margin-left: 8px;
}
.level2 {
  margin-left: 16px;
}
.level3 {
  margin-left: 24px;
}
.level4 {
  margin-left: 32px;
}
.level5 {
  margin-left: 40px;
}
.level6 {
  margin-left: 48px;
}
.level7 {
  margin-left: 56px;
}
.level8 {
  margin-left: 64px;
}
.leafNode {
  display: none;
}

#structured-equipment, #unstructured-equipment {
  min-height: 350px;
  max-height: 400px;
  border-radius: 4px;
  background: #ffffff;
  overflow: auto;
}
.filterStructure{
  width: 100px;
  font-size: 80%;
}
.structure_controls{
  background: #dcdcdc;
}

.structureHolder input.search-query {
    height: 16px;
}

.structureHolder button {
    line-height: 16px;
}


#unstructured_equipment .unstructured{
  border: 1px solid #dcdcdc
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  margin: 0 0 1px 10px;
}
.unstructured {
  background: #ececec;
}

img.equipment-locked {
  display:none;

}
  .navbar-brand {
      font-size: 14px;
      padding: 15px 15px 15px 0;
  }  
@media 
  only screen and (max-width: 900px) 
{
  .navbar {
    font-size: 12px;
  }
  .navbar-brand {
      font-size: 12px;
      padding: 15px 0;
  }  
}

@media 
  only screen and (max-width: 480px) 
{
  
    /* Force table to not be like tables anymore */
    .responsive-table table, .responsive-table thead, .responsive-table tbody, .responsive-table th, .responsive-table td, .responsive-table tr { 
      display: block;
      
    }
    .responsive-table thead tr { 
      display: none;
    }
       
    .responsive-table td { 

      border: none; 
      padding-left: 50%; 
    }
    .responsive-table td:before { 
      width: 45%; 
      padding-right: 10px; 
      white-space: nowrap;
    }

  }
  

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #f0f0f0;
  }
.table-striped > tbody > tr{  
    cursor:pointer;
}

.dataTables_filter input {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    font-size: 14px;
    line-height: 1.42857;
    padding: 2px 4px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
}

.btn-sub-link {
padding: 0px 8px 2px 8px;
}

.service-status {
    font-size: 90%;
}

.service-status-released {
  color: #122db0;
}

.service-status-complete {
  color: #70df70;
}

.btn-spaced {
  margin-right: 5px;
}

.alert-holder {
  padding: 20px;
}

.alert-holder .alert{
  margin-bottom:5px;
  padding: 10px;
}


.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-bottom: 0;
    margin-top: 9px;
    padding-top: 0;
    padding-bottom: 3px;
}
.breakdown-creation {
  color: #db1220;
}
.breakdown-complete {
  color: #122db0;
}
.breakdown-archived {
  color: #797979;
}


.overdue, .overdue:hover{
  color: #ac0505;
}


.join-bottom {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;


}
.join-bottom span { 
  display: none;
}
.calendar { 
   width: 100%; 
   font-size: 0.75em;
   line-height: 1.25em;
   border-collapse: collapse;
   border-spacing: 0;
}
.calendar th { 
  text-align: left;
  font-weight: bold;
}

.calendar th span { 
  display: none;
}
.calendar tr { 
  display: block;
}
.calendar td, .calendar th {
  display: none;
}
.calendar .day { 
  margin: 1em 0 .5em 0; 
  font-weight: bold; 
  font-size: 100%; 
}

.calendar .events { 
  display: block; 
}

.calendar ul { 
  display: block; 
  list-style: none; 
  margin: 0 1.25em 0 0;
  padding: 0; 
}

.calendar li { 
  display: block; 
  position: relative; 
  margin: 0; 
  padding: 0;
  height: 1.25em;
}

.calendar li a { 
  display: block; 
  position: absolute; 
  left: 0; 
  right: 0; 
  overflow: hidden; 
  white-space: nowrap; 
  text-overflow: ellipsis;
}

.calendar tr td:nth-of-type(1n) .day:before { content: 'Monday '; }
.calendar tr td:nth-of-type(2n) .day:before { content: 'Tueday '; }
.calendar tr td:nth-of-type(3n) .day:before { content: 'Wednesday '; }
.calendar tr td:nth-of-type(4n) .day:before { content: 'Thursday '; }
.calendar tr td:nth-of-type(5n) .day:before { content: 'Friday '; }
.calendar tr td:nth-of-type(6n) .day:before { content: 'Saturday '; }
.calendar tr td:nth-of-type(7n) .day:before { content: 'Sunday '; }

.calendar-event a{
    color: #122db0;
}

.calendar-today{
    background: #dedede;
}

@media only screen and (min-width: 30em) { /*480*/
  .calendar tr { 
    display: table-row; 
  }

  .calendar th, .calendar td { 
    display: table-cell !important; 
    margin: 0; 
    width: 14.2857%; 
    padding: 0.4166em;
    border: 1px solid #babcbf; 
    vertical-align: top; 
  }

  .calendar .prev-month .day, .calendar .next-month .day { 
    color: #bbb; 
  }
  .calendar td .day { 
    display: block; 
    float: right; 
    margin: 0; 
    font-weight: normal;
  }
 .calendar td.calendar-day {
      height: 40em;
  }
  .calendar td .day:before { 
    display: none; 
  }

  .calendar td .suffix { 
    display: none; 
  }
}
@media only screen and (min-width: 40em) { /*640*/
  /* show full days (e.g. "Mon" to "Monday") */
  .calendar th span { 
    display: inline; 
  }
  .join-bottom span { 
    display: inline;
  }  
}
@media only screen and (min-width: 40em) and (min-height: 20em) {
  .calendar td { 
    height: 7.5em;
  }
   .calendar td.calendar-day {
      height: 40em;
  }

}
@media only screen and (min-width: 40em) and (min-height: 40em) {
  .calendar td { 
    height: 6.25em;
  }
   .calendar td.calendar-day {
      height: 40em;
  }
} 
.service-status-complete, .service-status-archived{
  color: #979797;
}
.service-status-released {
  color: #05ac05;
}