/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #FFF;
    background-color: #1B1B1E;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

h1 span, 
h2 span, 
h3 span {
    color:#9b2915;
}

h1 {
    width: auto;
    height: auto; /* width/height so IE7 and lower will work */
    filter: glow(color=black,strength=1);
    text-shadow: -1px -1px 0 #1B1B1E, 
    1px -1px 0 #1B1B1E, 
    -1px 1px 0 #1B1B1E, 
    1px 1px 0 #1B1B1E; 
    -webkit-text-stroke: 2px#000;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

div#inv-table div {
    min-height: 20px;
    text-align: left;
}
    
.hd_label {
    display: inline;
}

#tbl-header {
    display: none;
}

#tbl-footer div div a {
    color: #9b2915;
}

#admin_row div a {
    color: #669999;
}

#tbl-footer div div {
    height: 40px;
    line-height: 15px;
    padding: 10px;
    text-align: center;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #669999;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #A9BCD0;
}

.light {
    font-weight: 400;
}

.navbar-custom,
.navbar-invetory {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #1B1B1E;
}

.navbar-invetory {
    background-color: transparent;
}

.navbar-invetory .navbar-brand,
.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-invetory .navbar-brand:focus,
.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-invetory .navbar-brand .navbar-toggle, 
.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #FFF;
}

.navbar-invetory .navbar-brand .navbar-toggle:focus,
.navbar-invetory .navbar-brand .navbar-toggle:active,
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-invetory a,
.navbar-custom a {
    color: #FFF;
}

.navbar-invetory .nav li a,
.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-invetory .nav li a:hover,
.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-invetory .nav li a:focus,
.navbar-invetory .nav li a:active,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-invetory .nav li.active, 
.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #FFF;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #1B1B1E;
    }
}

    .navbar-invetory.top-inv-collapse {
        padding: 0;
        border-bottom: 1px solid #1B1B1E;
}


.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #FFF;
    background: url(../img/intro-bg6.jpg) no-repeat bottom center scroll;
    background-color: #1B1B1E;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 60px;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #FFF;
    border-radius: 100%!important;
    font-size: 40px;
    color: #FFF;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #FFF;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 60px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #FFF;
    background: url(../img/rolling_stock_bg.jpg) no-repeat center center scroll;
    background-color: #1B1B1E;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 100px;
    }

    .download-section {
        padding: 100px 0;
    }
}

@media(min-width:992px) {
    .hd_label {
        display: none;
    }
    
    #tbl-header {
        display: block;
    }
}

.btn {
    border-radius: 10;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 2px solid #669999;
    color: #669999;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 2px solid #669999;
    outline: 0;
    color: #1B1B1E;
    background-color: #A9BCD0;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:767px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }

    div#inv-table div {
        min-height: 45px;
    } 
}

@media(min-width:1199px){
     .hd_label {
        display: none;
    }
    
    #tbl-header {
        display: block;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
    div#inv-table div {
        min-height: 20px;
    }
}

footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

form {
    color: #1B1B1E;
}

.check-lm {
    margin-left: 1.5em;
}

.btn-success {
    background: #669999;
    border-color: #1B1B1E;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background: #A9BCD0;
}

.modal-header-success {
    background: #669999;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

.modal-header-warning {
    background: #9b2915;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

.btn-keep {
    background: #669999;
    border-color: #1B1B1E;
    color: #FFFFFF
}

.btn-keep:hover, .btn-keep:focus, .btn-keep:active, .btn-keep.active, .open > .dropdown-toggle.btn-keep {
    background: #A9BCD0;
    color: #1B1B1E;
}


a span span {
    font-size: .7em;
}
 
.links {
    text-align:left;
    background-color: #373F51;
    padding:1.5em;
}

.links li {
    margin: .5em 0 .5em 2em;
    list-style-position: inside;
    text-indent: -1em;
    
}

.links p {
    font-size: 1em;
    text-align: center;
    margin-top: 1.5em;
}

p.discl {
    text-align: justify;
    color: #D8DBE2;
    font-size: .75em;
}
.error {
    color: #9b2915;
}

.help-block {
    color: #9b2915;
    background-color: #FFFFFF;
}

section#links div div div ul li {
    font-size: 1.1em;
}

.loading, .get_data {
    display: none;
    float: none;
    width:50px; /* This value will depend on what size you want for your loading image, let's say it's 50px */
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ldg_div {
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, .6);
}


.app_span {
    font-size: .7em;
}

.app_btn {
    width: 225px;
}

p.lead {
    text-align:left;
}

.bodycontainer {
    max-height: 480px;
    width: 100%;
    margin: 0;
    overflow-y: auto;
}

.odd {
    background-color: rgb(216, 219, 226);
    background-color: rgba(216, 219, 226, .7);
    font-weight: bold;
    color: #1B1B1E;
}

.even {
    background-color: rgb(27, 27, 30);
    background-color: rgba(27, 27, 30, .6);
    color: #FFFFFF;
}

.d_odd {
    background-color: rgb(216, 219, 226);
    background-color: rgba(216, 219, 226, .7);
    font-weight: bold;
    color: #9b2915;
}

.d_even {
    background-color: rgb(155, 41, 21);
    background-color: rgba(155, 41, 21, .6);
    color: #FFFFFF;
}

.even a.inv_info,
.d_even a.inv_info {
    color: #669999; /*3F6456;*/
}

.odd a.inv_info,
.d_odd a.inv_info {
    color: #336666;
}


div#tbl-header {
    overflow-y: scroll;
}

div#inv-table div.col-md-6 {
    text-align:left;
    padding-right: 15px;
}

div#inv-table {
    max-height: 480px;
    overflow-y: scroll;
    overflow-x: hidden;
}

div.col-md-6 a {
    color: #669999;
}

.text-center {
    text-align: center;
}

.selected {
    width: 100%;
    background: url(../img/underline.png) repeat-x bottom;
}

.badge-warning {
  background-color: #9b2915;
}

#customer div.row {
    color: #1B1B1E;
    font-size: 1em;
    line-height: 1.5em;
}

#PRSModal .row:nth-child(even) {
    background: #FFF;
}
#PRSModal .row:nth-child(odd) {
    background: #D8DBE2;
}

.addon-search {
    color: #FFFFFF;
    background-color: #669999;
    font-family: Montserrat,Helvetica Neue,Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-size: .9em;
}

::selection {
    text-shadow: none;
    background: #a8d1ff; /* WebKit/Blink Browsers */
}
::-moz-selection {
    text-shadow: none;
    background: #a8d1ff; /* Gecko Browsers */
}

.alert_bx, .del_bx, .change_bx {
    display: none;
}

.noscrp {
    position:absolute;
    width:100%;
    top:0px;
    left:0px;
    border-bottom:1px solid #A29330;
    background:#FDF2AB no-repeat 1em 0.55em url(../img/warning.png);
    text-align:left;
    cursor:pointer;
    font-family: Arial,Helvetica,sans-serif; color:#1B1B1E;
    font-size: 12px;
    z-index: 2000;
}
.noscrp div {
    padding:5px 40px 5px 55px;
}

.noscrp div div {
    font-weight: bold;
    text-align: center;
}

.hyphenate {
  /* Careful, this breaks the word wherever it is without a hyphen */
  overflow-wrap: break-word;
  word-wrap: break-word;
}

@media print{
    .modal {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        padding: 0;
        overflow: visible!important;
    }
    nav, header, section, footer, .intro {
        display: none;
    }
    a[href]:after {
        content: none !important;
  }
}
.navbar {
    background-color: rgba(0, 0, 0, 0.5);
}