@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);

html,
body {
    height: 100%;
    color: #555;
}

a {
    color: #34495e;
}
a:hover,
a:active,
a:focus {
    outline: none;
    color: #2c3e50;
    text-decoration: none;
}

.wrap {
    margin: 0 auto -60px;
    padding: 0 0 60px;
    min-height: 100%;
    height: auto;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    padding-top: 20px;
    height: 60px;
    border-top: 1px solid #dddddd;
    background-color: #f5f5f5;
}

.jumbotron {
    background-color: transparent;
    text-align: center;
}

.jumbotron .btn {
    padding: 14px 24px;
    font-size: 21px;
}

.not-set {
    color: #cc5555;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    padding-left: 5px;
    font-weight: normal;
    font-style: normal;
    font-family: "Glyphicons Halflings";
    line-height: 1;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999999;
}

.error-summary {
    margin: 0 0 15px 0;
    padding: 10px 20px;
    border-left: 3px solid #eed3d7;
    background: #fdf7f7;
    color: #a94442;
}

.align-middle {
    vertical-align: middle;
}

/* BG */

.layout-boxed, .login-page, .register-page {
    background: url(../img/background.png) repeat fixed;
}

#e-time {
    text-align: center;
    font-size: 45px;
    line-height: 80px;
}

.bg-ffxiv {
    background-color: #34495e !important;
    color: #ffffff !important;
}

/* Login */

.login-logo a, .register-logo a {
    color: #ecf0f1;
}

/* Primary Color */

.box.box-primary {
    border-top-color: #34495e;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    border-color: #34495e;
    background-color: #34495e;
    color: #ffffff;
    cursor: default;
}

/* Table */

.table-responsive.no-padding .summary {
    padding: 8px;
}
.table-responsive.no-padding .pagination {
    padding: 8px;
}

/* Detail View */

.detail-view.table > thead > tr > th,
.detail-view.table > tbody > tr > th,
.detail-view.table > tfoot > tr > th,
.detail-view.table > thead > tr > td,
.detail-view.table > tbody > tr > td,
.detail-view.table > tfoot > tr > td {
    border-top: 0;
}

/* Gridview */

.gridview-icon img {
    margin: auto;
    max-height: 48px;
}

.item_IconName img {
    padding-right: 5px;
    max-height: 32px;
}

.button-add:hover {
    color: #00a65a;
}
.button-remove:hover {
    color: #dd4b39;
}

.table-hover > tbody > tr:hover {
    background-color: #ecf0f1;
}

/* Timeline */

.timeline>.time-label>span {
    border-radius: 3px;
}
.timeline>li>.fa, .timeline>li>.glyphicon, .timeline>li>.ion {
    border-radius: 3px;
}

/* Raid Progress */
.raid-progress .panel {
    margin-bottom: 0;
}
