/* color */

.text-dark-gray {
    color: #545454;
}

.text-gray {
    color: #acacac;
}

.text-blue {
    color: #539DC2;
}

.text-green {
    color: #55AE3A;
}

.text-orange {
    color: #ffa500;
}

.text-red {
    color: #B20000;
}

/* font */

.font-bold {
    font-weight: bold;
}

/* transform */

.text-uppercase {
    text-transform: uppercase;
}

/* common styles */

.text-notice {
    line-height: 16px;
    letter-spacing: -.4px;
    word-spacing: -.6px;
    text-transform: uppercase;
}

/* login */

.site-login h1 {
    font-size: 54px;
    color: rgba(0, 0, 0, .3);
}

.site-login ul {
    font-size: 16px;
    line-height: 18px;
    color: rgba(0, 0, 0, .4);
}

#login-form > .form-group {
    margin-bottom: 0;
    min-height: 63px;
}

#login-form > .form-group > .col-lg-4 > .control-label {
    padding: 6px 0;
    line-height: 18px;
    font-size: 15px;
    color: rgba(0, 0, 0, .6);
}

/* layout */

html,
body {
    height: 100%;
    font: 14px/16px 'Oxygen', sans-serif;
}

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

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

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

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

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

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

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

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: #999;
}

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

.header {
    height: 50px;
    display: block;
    line-height: 50px;
    text-align: center;
    color: #ddd;
}

.citation-info > p {
    margin: 0;
    line-height: 16px;
    color: #ddd;
    text-align: center;
    padding-top: 4px;
}

/* main */

.page-title {
    margin: 0 0 12px;
    color: rgba(0, 0, 0, .4);
    font: 24px/40px 'Oxygen', sans-serif;
    letter-spacing: -1px;
    text-align: center;
    text-transform: capitalize;
}

.page-subtitle {
    color: rgba(0, 0, 0, .3);
    letter-spacing: -.4px;
}

/* view */

.evidence-image {
    max-width: 100%;
    height: 200px;
    border-radius: 4px;
}

.btn-view-action {
    line-height: 14px;
    font-weight: bold;
}

.text-view-action {
    line-height: 40px;
}

.disable-padding {
    padding: 0;
}

/*  GRAPHICS start */
body {
    height: 100%;
    position: relative;
    font: 14px/16px 'Oxygen', sans-serif;
}

.wrap {
    position: relative;
    margin: 0 auto;
    max-width: 1366px;
    min-height: 100%;
}

.wrap::before {
    content: "";
    background: url("images/background-bus.png") no-repeat top left;
    background-size: cover;
    opacity: .15;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.wrap.login::before {
    opacity: 1;
}

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

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 1366px;
    height: 48px;
}

.footer:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 99px;
    content: "";
    background: url("images/footer-logo-transparent.png") no-repeat bottom left;
    opacity: .7;
    z-index: 10000;
}

.wrap header .container {
    background-color: rgba(13, 80, 125, 0.9);
}

.wrap header .title {
    background-color: rgba(13, 80, 125, 0.9);
    min-height: 54px;
}

.wrap header .sub-title {
    background-color: rgba(13, 80, 125, 0.7);
    min-height: 36px;
}

.panel-default {
    border-color: #ddd;
}

.panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.modern-form {
    background: transparent none repeat scroll 0 0;
    border-radius: 12px;
    box-shadow: 0 0 3px rgba(100, 152, 254, 0.7);
    /*margin: 50px auto;*/
}

.modern-form > .panel > .panel-heading {
    background: rgba(100, 152, 254, 0.9) none repeat scroll 0 0;
    color: rgba(255, 255, 255, 0.96);
    font-size: 32px;
    font-weight: normal;
    letter-spacing: 0.4px;
    padding: 40px 0 8px 16px;
    text-transform: capitalize;
}

.panel > .panel-heading {
    border: medium none;
    color: #999;
    font: bold 1.2em "Oxygen", sans-serif;
    text-transform: uppercase;
}

.panel-body {
    padding: 15px;
}

.modern-form input[type="text"],
.modern-form input[type="date"],
.modern-form input[type="datetime"],
.modern-form input[type="email"],
.modern-form input[type="number"],
.modern-form input[type="search"],
.modern-form input[type="time"],
.modern-form input[type="url"],
.modern-form input[type="password"],
.modern-form textarea,
.modern-form select {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    outline: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(14, 81, 126, 0.3);
    background: transparent;
}

.modern-form > .panel > .panel-body .form-actions > button {
    background-color: rgba(100, 152, 254, 0.9);
    font-weight: bold;
    line-height: 32px;
    padding: 4px 20px;
}

.modern-form .form-actions > .btn-primary {
    background-color: rgba(14, 81, 126, 0.7);
    border: medium none;
    border-radius: 0;
}

.modern-form button[type="submit"] {
    background-color: rgba(14, 81, 126, 0.3);
    border: 1px solid rgba(14, 81, 126, 0.7);
    box-shadow: 0 -1px 0 0 rgba(14, 81, 126, 0.5) inset;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    padding: 8px 16px;
    text-decoration: none;
    text-transform: uppercase;
}

.form-group {
    clear: both;
}

.form-actions {
    /*padding: 0 15px;*/
}

.overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.96) url("images/loading-with-text.gif") no-repeat center;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: .7;
}