body {
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-signin {
  max-width: 430px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.title {
    color: #FFFFFF;
    font-family: Helvetica,​Arial,​sans-serif;
    font-size: 16px;
    line-height: 50px;
    height: 40px;
    padding: 10px 15px;
    font-weight: 700;
    margin-top: 20px;
}
.centered {
    text-align: center;
}
.log {
    color: #FFFFFF;
    font-size: 16px;
}
a .log:hover {
    color: #000000;
    text-decoration: none;
}
.top-title {
    padding: 0 10px 0 10px;
}
.wrapper {
    padding: 5px;
}
.wrapper ul {
    padding-left: 20px;
}
.wrapper li {
    list-style-type: none;
}
.tab-content li::before {
    content: '- ';
    font-weight: 500;
}
.outer-wrap {
    margin: 0 auto;
}
.popover {
    max-width: 1000px !important;
}
@media (min-width: 768px) {
  /* line 10, ../home/httpd/www/ibesandbox/jan/trunk/src/Peakwork/Bundle/BasicThemeBundle/Resources/public/assets/stylesheets/bootstrap/_grid.scss */
  .outer-wrap {
    width: 750px;
  }

  .filelist {
      width: 100%
  }

}
@media (min-width: 992px) {
  /* line 10, ../home/httpd/www/ibesandbox/jan/trunk/src/Peakwork/Bundle/BasicThemeBundle/Resources/public/assets/stylesheets/bootstrap/_grid.scss */
  .outer-wrap {
    width: 970px;
  }

  .filelist {
      width: 85%
  }

}
@media (min-width: 1200px) {
  /* line 10, ../home/httpd/www/ibesandbox/jan/trunk/src/Peakwork/Bundle/BasicThemeBundle/Resources/public/assets/stylesheets/bootstrap/_grid.scss */
  .outer-wrap {
    width: 1170px;
  }

  .filelist {
      width: 70%
  }

}
.navbar {
    background-color: #009cd2;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF009cd2', endColorstr='#FF009cd2');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009cd2), color-stop(100%, #009cd2));
    background-image: -webkit-linear-gradient(top, #009cd2 0%, #009cd2 100%);
    background-image: -moz-linear-gradient(top, #009cd2 0%, #009cd2 100%);
    background-image: -o-linear-gradient(top, #009cd2 0%, hsl(195, 100%, 41%) 100%);
    background-image: linear-gradient(top, #009cd2 0%, #009cd2 100%);
}
button.login, a.navbar-btn {
    background-color: #009cd2;
    background-image: none;
    font-weight: 500;
    color: #FFFFFF;
}
.login:hover, a.navbar-btn:hover {
    background-color: #00415a;
    color: #FFFFFF;
}
.slogan {
    color: #009cd2;
    float: right;
    margin-top: 35px;
}
.clearfix:after {
    content: " ";
    display: table;
}
.tab-pane {
    padding-top: 20px;
}

.accesses {
    color: #666;
    font-size: 85%;
}

.nav-tabs li.active a, .nav-tabs li.active a:visited, .nav-tabs li.active a:hover, .nav-tabs li.active a:active, .nav-tabs li.active a:focus {
    background-color: #009cd2;
    color: #fff
}

.nav-tabs li a, .nav-tabs li a:visited {
    color: #000;
}

#heading {
    color: #000;
    vertical-align: middle;
    padding: 10px 30px;
}

.filelist th {
    background-color: #009cd2;
    color: #fff;
    text-align: center;
    padding: 3px 5px;
}



.filelist tr:nth-child(even) {
    background-color: #F3F9F9;
}

.filelist tr:nth-child(odd) {
    background-color: #E6F3F4;
}

.filelist tr:nth-child(odd) td:first-child {
    background-color: #009cd2;
    color: #fff;
}

.filelist td {
    text-align: center;
    padding: 3px 5px;
}

.filelist td:nth-child(3) {
    text-align: left;
}