.main-header {
    background: #4d4d4d;
    height: 95px;
}

.main-title, .main-title:hover, .main-title:visited {
    text-decoration: none;
}

    .main-title > h1 {
        color: white;
        font-size: 16px;
    }

h1 figure {
    width: 250px;
    margin: 0 0;
    display: inline;
}

    h1 figure img {
        float: left;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 18px;
        height: 90px;
        display: block;
    }

figcaption {
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 21px;
    height: 95px;
    display: block;
    line-height: 95px;
    color: white;
    padding-left: 19px;
}

.info-env {
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 50px;
    height: 95px;
    display: block;
    line-height: 95px;
    padding-left: 100px;
}

    .info-env > span {
        background-color: white;
        color: red;
        padding: 10px;
    }

h1 figure img {
    margin-right: 10px;
    height: 95px;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.connection-manager .link, .connection-manager .link:visited {
    color: #ee1c25;
    text-decoration: underline;
    line-height: 28px;
}

    .connection-manager .link:hover {
        color: #fefefe;
    }

.connection-manager {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #4f4e4e;
    color: black;
}

    .connection-manager:first-child {
        border-left: none;
    }

    .connection-manager:last-child, .login {
        border-right: none;
    }

.btn {
    border-radius: 4px;
    padding: 2px 10px 2px;
}

ol.unstyled {
    margin: 30px 30px 0 0;
}

.btn-success {
    background: #c7c911;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
}

#head_LoginViewTemplate_HyperLink1, #head_LoginViewTemplate_HyperLink2 {
    margin-left: 14px;
    border-radius: 4px;
}

#HyperLink2 :hover {
    background: #b1b30b;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-danger {
    text-transform: uppercase;
    font-weight: bold;
}

#head_titlePage {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 12px;
    display: block;
    color: white;
    position: relative;
    bottom: 30px;
}

.caret {
    border-top: 4px solid #fefefe;
    opacity: 1;
}
