/* styles.css
 * Better styling for of Nginx FancyIndex page
 * © 2015-17, Lilian Besson (Naereen) and contributors,
 * open-sourced under the MIT License, https://lbesson.mit-license.org/
 * hosted on GitHub, https://GitHub.com/Naereen/Nginx-Fancyindex-Theme
 */

.im-fell-english-regular {
  font-family: "IM Fell English", serif;
  font-weight: 400;
  font-style: normal;
}

.im-fell-english-regular-italic {
  font-family: "IM Fell English", serif;
  font-weight: 400;
  font-style: italic;
}

.im-fell-english-sc-regular {
  font-family: "IM Fell English SC", serif;
  font-weight: 400;
  font-style: normal;
}


*, *:before, *:after {
  font-family: "IM Fell English SC", serif;
    margin: 2px;
    padding: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: '';
}

.clearfix:after {
  clear: both;
}

html {
    color: #61666c;
    font-weight: 100;
    font-size: 1em;
    line-height: 2em;
    font-size: 100%;
}

body {
    margin: 0 auto;
    padding-top: 0px;
    max-width: 800px;
    font-size: 100%;
}

.box {
  border: 0px solid #d9d6d6;
  width: 100%;
}

.box .box-header {
  font-weight: 500;
  font-style: normal;
  /* background: #f7f7f7;
  background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f7f7f7));
  background: -webkit-linear-gradient(top,#fff,#f7f7f7);
  background: linear-gradient(top,#fff,#f7f7f7); removed gradient header background*/
  text-transform: uppercase;
  height: 45px;
  font-size: 16px;
  border-bottom: 0px solid #d9d6d6;
}

.box .box-header .box-header-content {
  padding: 0px;
  font-weight: 700;
  position: relative;
}

.box .box-content {
  width: 97%;
  margin: 20px auto;
}

.box.box-breadcrumbs .box-header {
  height: auto;
}

.box.box-breadcrumbs .box-header-content {
  padding: 0;
}

.breadcrumbs a: {
  position: relative;
  display: inline-block;
  padding: 8px 18px 8px 10px;
  font-weight: 400;
  font-size: 12px;
  color: #a3a9ab;
  text-shadow: 0 1px 0 #FFF;
  -webkit-transition: 300ms color;
  transition: 300ms color;
}

.breadcrumbs a:after {
  display: inline-block;
  content: '/';
  right: 0;
  top: 0;
  bottom: 0;
  /*  width: 20px;
  position: absolute;
  background: url(../images/breadcrumb.png) no-repeat center right;*/
}

.breadcrumbs a:hover {
  color: #FE0E95;
  text-decoration: none;
  background: none;
}

thead {
    font-weight: 100;
    font-size: 1.2em;
}

h1 {
    background-image: url("../images/OFMGFlag.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    font-weight: 100;
    padding: 15px 75px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    font-size: 0.9em;
    line-height: 1.1em;
    text-transform: uppercase;
}

a {
    color: #5f5f5f;
    text-decoration: none;
}
    a:hover {
        color: #000;
    }
    a.clear, a.clear:link, a.clear:visited {
        color: #666;
        padding: 2px 0;
        font-weight: 100;
        font-size: 14px;
        margin: 0 0 0 20px;
        line-height: 14px;
        display: inline-block;
        border-bottom: transparent 1px solid;
        vertical-align: -10px;
        -webkit-transition: all 300ms ease-in;
        -moz-transition: all 300ms ease-in;
        -ms-transition: all 300ms ease-in;
        -o-transition: all 300ms ease-in;
        transition: all 300ms ease-in;
    }

input {
    margin: 0 auto;
    font-size: 100%;
    vertical-align: middle;
    *overflow: visible;
    line-height: normal;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 100;
    line-height: 18px;
    color: #555;
    display: inline-block;
    height: 20px;
    padding: 4px 32px 4px 6px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 196px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}
    input:focus {
        outline: 0;
        border-color: rgba(0,0,0,0.8);
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(0,0,0,0.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(0,0,0,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(0,0,0,0.6);
    }
    input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

#search {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    margin-top: 20px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

table {
    border-collapse: collapse;
    font-size: 0.9em;
    max-width: 100%;
    margin: 20px auto 0;
}

tr {
    outline: 0;
    border: 0;
}
    tr:hover td {
        background: #f6f6f6;
    }
    tr td:first-of-type {
        padding-left: 10px;
        padding-right: 10px;
    }
    tr.parent a {
        color: #9099A3;
    }

th {

    text-align: left;
    font-size: .75em;
    padding-right: 20px;
}
    th + th {
        width: 25%;
    }
    th + th + th + th {
        width: 5%;
    }

td {
    padding: 5px 0;
    outline: 0;
    border: 0;
    border-bottom: 1px solid #edf1f5;
    vertical-align: middle;
    text-align: left;
    -webkit-transition: background 300ms ease-in;
    -moz-transition: background 300ms ease-in;
    -ms-transition: background 300ms ease-in;
    -o-transition: background 300ms ease-in;
    transition: background 300ms ease-in;
}
    td:last-child,th:last-child {
        text-align: right;
        padding-right: 0;
    }
    td a {
        display: block;
    }

.parent a:hover {
    color: #2a2a2a;
}

footer {
    font-size:12px;
    text-align:center;
}
    footer a {
        text-decoration: underline;
        color:#990012;
    }
