body{
  background-color: #FFFFFF;
}

div.content{
  font-family: Lato, sans-serif;
  font-weight: 300;
  color: #222222;
  width: 1074px;
  margin: 0 auto;
}

div.header{
  margin: 25px 10px;
}

div.header img{
  height: 55px;
}

h2.page_title{
  color: #2322F0;
  font-size: 28px;
  font-weight: bold;
  margin: 18px 10px;
}

h5.page_title{
  margin: 18px 10px;
  color: #222222;
  font-size: 14px;
}

div.status_main{
  padding: 20px;
}

div.status_main table{
  width: 100%;
  background-color: #FFFFFF;
  border-spacing: 0;
  border-left: 1px solid #E5E5E5;

}

div.status_main table thead th{
  padding: 8px 10px;
  color: #666666;
  border-top: 1px solid #E5E5E5;
  text-align: center;
  font-size: 14px;
}
div.status_main table tbody th, div.status_main table thead th:first-child{
  width: 250x;
  min-width: 250px;
}

div.status_main table tbody td{
  min-width: 100px;
}

div.status_main table thead th:first-child{
  border-left: 1px solid #E5E5E5;
}

div.status_main table thead th:last-child{
  border-right: 1px solid #E5E5E5;
}

div.status_main table thead th:first-child, div.status_main table thead th:nth-child(2){
  text-align: left;
  color: #000A51;
  min-width: 180px;
  border-right: 1px solid #E5E5E5;
}

div.status_main table tbody th, div.status_main table tbody td{
  padding: 10px 10px;
  border-top: 1px solid #E5E5E5;
}

div.status_main table tbody th{
  text-align: left;
  background-color: #FFFFFF;
  color: #000A51;
  border-color: #E5E5E5;
  font-size: 14px;
}

div.status_main table tbody tr:first-child th{
  border-top: 1px solid #E5E5E5;
}

div.status_main table tbody tr:nth-child(odd) th{
  background-color: #E5E5E5;
}

div.status_main table tbody tr:nth-child(odd) td{
  background-color: #E5E5E5;
}

div.status_main table tbody td{
  text-align: center;
}

div.status_main table tbody td:nth-child(2){
  text-align: left;
  border-right: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
}

div.status_main table tbody td:last-child{
  border-right: 1px solid #E5E5E5;
}

div.status_main table tbody tr:last-child th, div.status_main table tbody tr:last-child td{
  border-bottom: 1px solid #E5E5E5;
}

div.status_main i.fa{
  font-size: 18px;
}

div.status_main td span{
  margin-left: 6px;
  font-size: 16px;
  font-weight: 400;
}

div.status_main td div[data-toggle=tooltip]{
  display: inline-block;
}

div.status_main i.fa.ok, div.status_main td span.ok{
  color: #31C878;
}

div.status_main i.fa.warn, div.status_main td span.warn{
  color: #FCB858;
}

div.status_main i.fa.error, div.status_main td span.error{
  color: #DD3457;
}

i.fa.ok{
  color: #31C878;
}

i.fa.warn{
  color: #FCB858;
}

i.fa.error{
  color: #DD3457;
}

[data-toggle=tooltip]{
  cursor: help;
}

.tooltip-inner{
  text-align: left !important;
  max-width: 400px !important;
  font-size: 14px ;
}

ul.table_legend{
  list-style: none;
  margin: 18px 10px;
  padding: 0;
}

ul.table_legend li{
  display: inline;
  margin: 0 18px 0 0;
  font-size: 14px;
  line-height: 18px;

}

ul.table_legend i.fa{
  font-size: 18px;
  margin-right: 4px;
  vertical-align: text-top;
}




/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 600px) {

  div.content{width:100%}
  div.status_main table{
    width: auto;
  }

  div.status_main{
    overflow-x: hidden;
  }

  div.status_main table thead th:nth-child(n+3), div.status_main table tbody td:nth-child(n+3){
    display: none;
  }

  div.status_main table tbody th, div.status_main table thead th:first-child{
    width: 150px;
    min-width: 150px;
  }

  div.status_main table tbody td{
    min-width: 50px;
  }

  div.status_main table tbody td:nth-child(2){
    text-align: left;
    border-right: 1px solid #E5E5E5;
    min-width: 120px;
  }

  ul.table_legend li{
    display: block;
    margin: 0 0 4px 0;
    font-size: 14px;
    line-height: 18px;
    padding-left: 21px;

  }

}

/* Phablets (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 620px)
and (max-device-width : 800px) {

  div.content{width:100%}
  div.status_main table{
    width: auto;
  }

  div.status_main{
    overflow-x: hidden;
  }

  div.status_main table thead th:nth-child(n+3), div.status_main table tbody td:nth-child(n+3){
    display: none;
  }

  div.status_main table tbody th, div.status_main table thead th:first-child{
    width: 150px;
    min-width: 150px;
  }

  div.status_main table tbody td{
    min-width: 50px;
  }

  div.status_main table tbody td:nth-child(2){
    text-align: left;
    border-right: 1px solid #E5E5E5;
    min-width: 120px;
  }

}


/* Tablets (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 600px)
and (max-device-width : 1300px) {

  div.content{width:100%;}
  div.status_main table{
    width: auto;
  }

    div.status_main{
    overflow-x: hidden;
  }

  div.status_main table thead th:nth-child(n+3), div.status_main table tbody td:nth-child(n+3){
      display: none;
    }

  div.status_main table tbody th, div.status_main table thead th:first-child{
    width: 150px;
    min-width: 150px;
  }

  div.status_main table tbody td{
    min-width: 50px;
  }

  div.status_main table tbody td:nth-child(2){
    text-align: left;
    border-right: 1px solid #E5E5E5;
    min-width: 120px;
  }

}
