/*!
 * CSS style sheet for FOCSE-FSS RSS server
 **********************************************************
 * $Id$
 * ======================================================
 *
 * Project : SISMOC-FSS
 * Provided by ATOS, based on SISMOC-5.1.4 by Capgemini and CS Group.
 *
 * ======================================================
 * <history>
 * VERSION:1.0.0:::TBD:First operational version
 * </history>
 * ======================================================
 **********************************************************
 */

@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype');
    font-weight: normal;
    font-style: normal
}

* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
  
:after,
:before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

html {
  font-size:10px;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
body {
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:14px;
  line-height:1.42857143;
  color:#333;
  background-color:#fff;
}
h1 {
  color: #337ab7;
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row::after {
  clear: both;
}
.row::after,
.row::before {
  display: table;
  content: " ";
}
a {
  color:#337ab7;
  text-decoration:none;
}
a:focus,
a:hover {
  color:#23527c;
  text-decoration:underline;
}
a:focus {
  outline:thin dotted;
  outline:5px auto -webkit-focus-ring-color;
  outline-offset:-2px;
}
.rssIcon:before {
  content:"\f143";
}
.rssIcon {
  display: inline-block;
  font: normal normal normal 2em/1 FontAwesome;
  text-rendering: auto;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .indexBox {
    float:left;
    width: 50%;
  } 
}
.indexBox {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

table {
  background-color:transparent;
  width:100%;
  max-width:100%;
  margin-bottom:20px;
}
caption {
  padding-top:8px;
  padding-bottom:8px;
  color:#777;
  text-align:left;
}
th {
  text-align:left;
}
table>tbody>tr>td,
table>tbody>tr>th,
table>tfoot>tr>td,
table>tfoot>tr>th,
table>thead>tr>td,
table>thead>tr>th {
  padding:8px;
  line-height:1.42857143;
  vertical-align:top;
  border-top:1px solid #ddd;
}
table>thead>tr>th {
  vertical-align:bottom;
  border-bottom:2px solid #ddd;
}
table>thead>tr>td {
  font-size: 13px;
}
table>thead:first-child>tr:first-child>td,
table>thead:first-child>tr:first-child>th {
  border-top:0;
}
table>tbody>tr:nth-of-type(odd) {
  background-color:#f9f9f9;
}
table>tbody>tr>td {
  font-size: 13px;
}
