/* -------------------- */
/* ------ TIER 0 ------ */
/* -------------------- */

/* colors:
 *     primary: #C13155
 *     icons bg: #b32d4e
 *     gray: #6e6e6e
 */

/* -------------------- */
/* ------ TIER 1 ------ */
/* -------------------- */

a, a:hover {
    color: #C13155;
}
li {
}
.centered-text {
    text-align:center;
}
.space-top {
    margin-top:15px;
}
.space-bottom {
    margin-bottom:15px;
}
.box-pattern {
    background: url(../images/pattern.png) repeat #C13155;
    color:#ffffff;
    font-weight:normal;
}
.box-pattern a, .box-pattern a:hover {
    color:#ffffff;
}
.box-shadow {
    -webkit-box-shadow: 1px 1px 10px 0px #818181;
    box-shadow: 1px 1px 10px 0px #818181;
}
.box-icon-plus {
    background:url(../images/icon-plus-large-white.png) no-repeat 10px center;
    padding-left:35px;
}

.table th {
    background: #6E6E6E;
    color: white;
    text-align: center;
    border-right: 1px solid #6E6E6E;
}
.table th a {
    color: #ffffff;
}
.table th.sorted a {
    text-decoration:underline;
}
.table th, .table td {
    border-top: none;
}
.table td {
    border-right: 1px solid #C13155;
    text-align:center;
}
.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
    background:#ebebeb;
}
.table-striped tbody tr.error td {
    background:#FFAEAE;
}
.table-striped tbody tr.error:hover td {
    background:#FA5959;
}
.table tbody tr:hover td,
.table tbody tr:hover th {
    background-color: #DADADA;
}
.table .clickable td, .table .clickable th {
    padding:0;
}
.table .clickable a {
    display:block;
    padding:8px;
}
.table .clickable a:hover {
    text-decoration:none;
}
.table .clickable a, 
.table .clickable a:hover {
    color:#333;
    font-weight:bold;
}
.table-striped tbody tr:nth-child(odd) td.icons, .table-striped tbody tr:nth-child(odd) th.icons,
.table .icons, .table tr:hover .icons, .table tr.error td.icons, .table tr.error:hover td.icons {
    background: #b32d4e;
    vertical-align:middle;
}
.table .clickable .icons a, .table .icons a {
    display:inline;
    padding:0px;
}
.table-scroll {
    overflow-x:scroll;
}
.table-scroll .table {
    min-width: 1100px
}
.table .nowrap {
    white-space:nowrap;
}
.table td.icons {
    min-width: 60px;
}

select {
    background-color: white;
    border: 1px solid #CCC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -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;
    -ms-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;
}
form label {
    font-weight: bold;
}

/* -------------------- */
/* ------ TIER 2 ------ */
/* -------------------- */

/* blankLayout */
.layout-blank header {
    margin:10em auto 2em auto;
    text-align:center;
}

/* basicLayout */
.layout-basic header {
    background:#000000;
}
.layout-basic header .logo img {
    margin: 0 0 0 15px;
}
.layout-basic h1 {
    padding:0.5em;
    margin-bottom:10px;
}
.layout-basic #sidebar ul {
    list-style: none;
    margin: 0 0 0 15px;
    text-transform:uppercase;
}
.layout-basic #sidebar li {
    font-weight: bold;
    margin-bottom:15px;
}
.layout-basic #sidebar li a {
    display:block;
}
.layout-basic #sidebar .nav-primary li {
    font-size: 14px;
    padding: 3px;
}
.layout-basic #sidebar .nav-primary li a {
    padding:0.5em;
}
.layout-basic #sidebar .nav-secondary li {
    font-size: 13px;
}
.layout-basic #sidebar .nav-secondary li a {
    padding: 0px 18px 3px 0;
    background:url(../images/arrow-right.png) right center no-repeat;
}
.layout-basic #sidebar .nav-secondary li,
.layout-basic #sidebar .nav-secondary li a,
.layout-basic #sidebar .nav-secondary li a:hover {
    color: #6e6e6e;
}

/* navigation */
header nav {
    float: right;
}
header nav ul li {
    float: left;
    margin-right: 5em;
    margin-top: 30px;
    list-style: none;
}
header nav ul li a {
    display:block;
    height: 52px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom:5px;
    font-weight:bold;
}
header nav ul li a:hover, header nav ul li a.active {
    border-bottom: 5px solid #C13155;
    padding-bottom:0;
    text-decoration:none;
}
