﻿html, body {
    height: 100%;
    width: 100%;
}

#background {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
}

img {
    width: 100%;
    height: auto;
}

#bg {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: -1;
}

#banner {
    margin-top: 30px;
    margin-bottom: 30px;
    z-index: 0;
}

#main {
}

.panel {
    z-index: 1;
}

#passport {
    height: 140px;
    width: auto;
    display: block;
    margin: auto;
}

.panel-title-right {
    position: absolute;
    top: 0px;
    right: 30px;
    overflow: hidden;
    z-index: 9;
}

.panel-title-right-item {
    float: right;
    width: 50px;
    overflow: hidden;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 10;
    margin: 0 5px;
    text-align: center;
}

    .panel-title-right-item a {
        color: #FFFFFF !important;
        text-decoration: none;
    }


.language-options {
    padding: 0 0 0 10px;
    float: left;
    width: 20px;
}

    .language-options ul {
        list-style: none;
        list-style-image: none;
        margin: 0;
        padding: 0;
    }

        .language-options ul li a {
            text-decoration: none;
            color: #FFFFFF;
        }

.language-caret {
    padding: 0 5px 0 0;
    float: right;
}

.open-panel {
    height: auto;
}


.active {
    pointer-events: none;
}

.panel-body, .modal-body {
    padding: 20px 30px;
}


/*.panel-login {
  border-color: #7099C1;
  background-color:rgba(252, 252, 252, 0.75);
}*/

.panel-login > .panel-buttons {
    position: absolute;
    right: 15px;
    top: -32px;
    width: auto;
    height: 40px;
}

.panel-button {
    float: right;
    margin: 0;
}

    .panel-button .btn:active {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.dropdown-menu {
    min-width: 0;
    margin: 0;
    padding: 0;
}

/* REQUIRED */
.page-alerts {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}

    .page-alerts .page-alert {
        border-radius: 0;
        margin-bottom: 0;
        padding: 5px;
    }

.tile {
    padding: 0px;
    margin: 0px;
}

.tile-body {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.tile-disabled {
    opacity: 0.3;
}

.tile-icon {
    margin: auto;
    padding: 10% 10% 0px 10%;
}

.tile-label {
    text-align: center;
    width: 100%;
    height: 60px;
}

.tile-text {
    font-weight: 300;
}

.tile:hover {
    text-decoration: none;
}

.errors {
    list-style: none;
    padding: 0;
}

    .errors li:before {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        padding: 0 10px;
        content: "\e101";
    }

.input-append {
    width: 100%;
}

    .input-append > .form-control {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

.alert-icon {
    float: left;
    font-size: 20px;
    font-weight: bold;
}

.cancel-padding {
    padding-left: 0;
    padding-right: 0;
}
