﻿body {
    padding-bottom: 0;
}

.navbar navbar-inverse navbar-fixed-top {
    background-color: white !important;
}

.navbar-inverse {
    background-color: white !important;
    border-bottom: 6px solid #f7a600 !important;
}

.navbar-brand {
    padding: 0px 0px !important;
}

.tgLogo {
    height: 47px;
    margin: 3px 0px;
    float: left;
}

.container .navbar-header .seperator.col {
    background-color: #e7e8e9;
    width: 1px;
    height: 36px;
    margin: 10px 0px;
    float: left;
}

.col {
    display: block;
}

.navbar-header {
    display: block;
    margin-left: -15px !important;
    overflow: hidden;
}

.siteHeaderBar {
    margin: 16px 10px;
    color: #36404a;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    font-family: Open Sans,sans-serif;
    padding-top: 2px;
    display: inline-block;
}

.container .navbar-collapse.collapse {
    padding-left: 140px;
}

.container {
    width: 1280px;
}

.col-md-4 {
    margin: auto;
    float: none;
    width: 33%;
}

.buttons {
    display: inline-block;
    padding: 6px 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #6d6d6d;
}

    .buttons:hover {
        background-color: #007bb9;
    }


.tg-enter:before {
    content: "\ea13";
}

.btn-large {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

/* LOGIN PAGES */



a {
    color: #007BB8;
    text-decoration: none;
}

    a:hover {
        color: #353F4B;
        text-decoration: underline;
    }

.bg-image {
    background: url(../images/login-bg.png) 720px 15px no-repeat;
}

.header {
    position: relative;
    padding: 0px;
    width: 100%;
    height: 315px;
    margin: 0;
    background: #fff;
    border-bottom: 5px solid #F7A500;
}

    .header .tagline {
        position: relative;
        padding: 0px 0px 0px 0px;
        margin: 0 auto;
        font-size: 26px;
        font-weight: 300;
        color: #6D6D6D;
        display: block;
        float: none !important;
    }

.form-wrapper {
    position: relative;
    margin: 0 auto 40px auto;
    width: 340px;
    padding: 0px 0px;
}

.form-elements {
    margin-bottom: 10px;
    margin-top: 0px;
    padding: 0px 0px;
}

.form-style {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0px 2%;
    font-size: 14px;
    line-height: 40px;
    color: #353f4b;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-elements label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 600;
    color: #353f4b;
}

.btn-login-big {
    padding: 12px 60px;
    font-size: 18px;
    line-height: 18px;
    border-radius: 3px;
    font-weight: 600;
    margin-top: 30px;
}

    .btn-login-big span {
        font-size: 16px;
        float: left;
        padding-right: 10px;
    }

.container.body-content {
    background: #F1F5F7;
    width: 100%;
    height: 100%;
}

.row {
    position: relative;
    padding: 0px;
    width: 1280px;
    height: calc(100vh - 150px);
    margin: 0 auto;
}

h2 {
    text-align: center;
}
h4 {
    text-align: center;
}

.ConfirmMessage {
    text-align: center;
    height: calc(100vh - 185px);
}

.navbar-inverse .navbar-nav > li > a {
    color: #FFF;
    background-color: #6d6d6d;
    border-radius: 6px;
    padding: 10px 16px;
    margin-top: 8px;
}

    .navbar-inverse .navbar-nav > li > a:hover {
        /*color: #878E88;*/
        color: #FFF;
        background-color: #007bb9;
    }

.navbar-inverse .btn-link {
    color: #FFF;
    background-color: #6d6d6d;
    border-radius: 6px;
    padding: 9px 16px;
    margin-top: 8px;
}

    .navbar-inverse .btn-link:hover {
        /*color: #878E88;*/
        color: #FFF;
        background-color: #007bb9;
    }

