

.background {
    background-color: #f3f3f3;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.login {
    padding-top:14%;
}
.formbackground {
    text-align: center;
    height: 96%;
    vertical-align: middle;
    background: #f3f3f3 url("../img/pipe.jpg") no-repeat fixed center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.loginbackground {
    text-align: center;
    height: 96%;
    vertical-align: middle;
    background: #f3f3f3 url("../img/pipe1.jpg") no-repeat fixed center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*#region Splash */
#splash-page {
    z-index: 99999 !important;
}

#splash-page .bar {
    width: 100%;
}

.page-splash {
    z-index: 99999 !important;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    opacity: .5;
    pointer-events: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.page-splash-message {
    text-align: center;
    margin: 20% auto 0 auto;
    font-size: 400%;


    text-transform: uppercase;
    text-decoration: none;
    color: #da291c;
    padding: 0;
}

.page-splash-message.page-splash-message-subtle {
    margin: 30% auto 0 auto;
    font-size: 200%;
}
.sidesearch {
    position: absolute;
    margin-top: 25px;
    border-radius: 5px;
    z-index: 10;
    padding: .75em;
    width: 90%;
}

.smallimage {
    max-height: 50px;
    width:auto;
    max-width:70px;
    padding:4px;
    border: 1px solid #ddd;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}

.group {
    display:inline-block;
    margin-top:8%;
    height:100%;
}
#hb-b1,
#hb-b1 #background1 {
    position: relative;
    top: -10px;
    left: 0;
}

.modal-open {
    overflow: inherit;
    padding-right: 0 !important;
}

.hb2 h2 {
    text-align: center;
    color: #75787b;
    font-size: 3em;
    font-weight: 300;
}

.hb-headline2 {
    color: white;
    text-align: center;
    position: absolute;
    top: 25%;
    right:0;
    left:0;
    bottom:0;

}

.hb-headline {
    color: white;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 250px;
}
#hb-b1 #logo{
    width:20%;
    position: absolute;
    top: 0;
    left: 75%;
    right: 0;
    bottom:0;
    margin-top:12%;


    opacity: .8;

}
.hb-headline1 {
    color: white;
    text-align: center;
    position: absolute;
    top: 25%;
    right:0;
    left:60%;
    bottom: 20%;

letter-spacing: 1em;
    height: 40%;
}
.hb h1,
.hb h2,
.hb h3,
.hb h4,
.hb h5,
.hb h6
{
    line-height: .8em;
    text-align: center;
    color: white;
    font-size: 2.5em;
    font-weight: 500;
    letter-spacing: .002em;
}
.hb p
{
    line-height: .8em;
    text-align: center;
    color: white;
    font-size: 1.25em;
    font-weight: 500;
}
#hb-b1 h1 {
    font-size: 3.95em;
    font-weight: 400;
}
#hb-c1 h1 {
    font-size:3.95em;
    font-weight: 400;
}

#hb-c1,
#hb-c1 img {
    position: relative;
    top: -10px;
    left: 0;
}


.angular-google-map-container {
    height: 100%;
    width: 50%;
    position: absolute;
}
.middle {
    display: table;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

label {

    color:#5e5e5e;
}
.bg-info {
    background-color: #eaeae8;
    border-radius:3px;
}
.modal-body{
    padding:5px;
}
.close2 {

    font-size: 21px;
    font-weight: 700;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    top:0px;

}
button.close2 {
    position: relative;
    -webkit-appearance: none;
    left: 5px;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto 0px;
}
.thumbimage {
    max-height:100px;
    width:auto !important;

}
.panel-body>.thumbimage{
    vertical-align: middle;
    text-align: center;
}
.panel-body-custom{
    min-height:70px;
    width:170px;
    vertical-align: middle;

}
.panel-heading-custom{
    min-height:75px;

}
.panel-body{
     padding:12px;
}
.panel-body-custom2{
    min-height:90px;
    vertical-align: middle;

}
select::-ms-expand {
    display: none;
}

.filter-select,
.int-filter-select {
    background: #fff url('images/select-background.png') no-repeat right center;
    background-position: right;
    float: left;
    height: 20px;
    line-height: normal;
    margin: 0 18px 0 0;
    overflow: hidden;
    vertical-align: top;
    width: 95%;

}

.filter-select select,
.int-filter-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border: 1px solid #CACACA;
    color: #777;
    cursor: pointer;
    font-size: 14px;
    height: 20px;
    line-height: normal;
    margin: 0;
    padding: 0 5px;
    vertical-align: top;
    width: 100%;
    text-indent: 2px;
}
.check{
    display:inline-block;
}
.thin {
    font-weight: 100;

}
#footer {
    background: #dfdfdf url(images/footer_bg.png) repeat-x left top;
    text-align: center;
    height: 50px;
    width: 100%;
    margin: 40px auto 0 auto;

}
#footerSplash {
    width: 100%;
    height: 50px;
    background: transparent url(images/footer_center.png) no-repeat 50% top;
    padding:15px;
}


li.current.linkactive > a
{
    color: #da291c !important;
}
.panel-heading-custom {
    min-height: 50px;
    padding-top:15px;
}
table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 2px;
    width: 130%;
    table-layout: auto;
}

table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

table tr {
    background: #f8f8f8;
    border: 1px solid #ddd;
    padding: .55em;
}

table th,
table td {
    padding: .69em;
    text-align: center;
    font-weight: 400;
}

table th a {
    font-weight: 300;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 10px 15px;
}

table th {
    font-size: .85em;

    letter-spacing: .1em;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    table {
        border: 0;
    }

    table caption {
        font-size: 1.3em;
    }

    table thead {
        display: none;
    }

    table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;

    }

    table td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: center;

    }

    table td:before {
        content: attr(title);
        margin-right: 10px;
        font-weight: bold;
        float: left;
    }

    table td:last-child {
        border-bottom: 0;
    }
}
