html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.navbar-brand.logo {
    padding: 7px 15px;
}

.navbar-brand.logo img {
    max-height: 36px;
}

/* SUPPORT FORM */
.col-submit .form-group {
    margin-bottom: 5px;
}

.help-block:empty {
    margin: 0;
}

.more-info {
    border-bottom: 1px dotted currentColor;
    cursor: help;
}

/* SUPPORT TASKS */
.cursor-help {
    cursor: help;
}

/* DANS STYLE UPDATES - CLIENT SIDE */

/* Header, Nav, Fonts, Breadcrumbs, Buttons */

h1, h2, h3, h4, p, a, li {
    font-family: 'Poppins', sans-serif;
}

a {
    color: #00a8ff;
}

a:hover, a:focus {
    color: #111;
}

.navbar-default .navbar-nav > li > a {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.875em;
    color: #111;
}

.breadcrumb {
    background: #f8f8f8;
}


.navbar-nav li:hover {
    background: none;
}

.navbar-nav li:hover a, .navbar-default .navbar-nav > li > a:hover {
}

.navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
}

.navbar-nav li:hover {
    background: #e9e9e9;
}

.navbar-nav li:first-of-type {
    background: #00a8ff;
}

.navbar-nav li:first-of-type a {
    color: #fff;
}

.navbar-nav li:first-of-type:hover {
    background: #111;
}

.navbar-default .navbar-nav > li:first-of-type > a:hover {
    color: #fff;
}

.breadcrumb {
    background: #f8f8f8;
}

.breadcrumb a {
    color: #00a8ff;
}

.btn {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    background: #111;
    height: 46px;
    line-height: 46px;
    padding: 0 30px;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
}

.btn:hover, .btn:focus, .btn:active:focus {
    background: #00a8ff;
}

.btn.btn-xs {
    padding: 0 15px;
    height: 25px;
    line-height: 26px;
    background: #111;
    font-size: 0.75em;
    font-weight: 400;
    color: #fff;
    border: none;
}

.btn.btn-xs:hover {
    background: #00a8ff;
    color: #fff;
}

.btn.btn-xs:hover {
    background: #00a8ff;
    color: #fff;
}


input[type="text"], input[type="password"], input[type="email"], .col-submit textarea,
select.form-control {
    display: block;
    box-sizing: border-box;
    height: 40px;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, .1);
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    color: #0a0a0a;
}

input[type="text"], input[type="password"], input[type="email"], .col-submit textarea {
    -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Login Page */

.site-login {
    background: #f8f8f8;
    padding: 20px;
    box-sizing: border-box;
}

.site-login h1 {
    margin-top: 0;
}

.form-horizontal .form-group {
    margin-bottom: 5px;
}

.form-horizontal .form-group:first-of-type {
    margin-top: 20px;
}

/* Multi Package Landing */

#w1 table {
    margin-top: 15px;
}

#w1 table tr th a {
    color: #111;
    font-weight: 600;
}

/* Support Page - Left Column (support time & tasks) */

.submit-ticket-link {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    background: #00a8ff;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    margin: 0 0 20px;
}

.submit-ticket-link:hover, .submit-ticket-link:active:focus, .submit-ticket-link:focus, .submit-ticket-link:active {
    background: #111;
    color: #fff;
    text-decoration: none;
}

.list-group-item {
    min-height: 60px;
    padding-right: 40%;
}

.list-group-item > .badge.badge-completed {
    background: #6eb42f;
    position: absolute;
    right: 8px;
    top: 10px;
}

.list-group-item > .badge.badge-scheduled {
    background: #ef854b;
    position: absolute;
    right: 8px;
    top: 10px;
}

.badge-logged, .badge.cursor-help {
    position: absolute;
    margin-right: 0 !important;
    right: 8px;
    top: 32px;
}

.client-dashboard-main {
    margin-top: 20px;
}

.table {
    margin-bottom: 30px;
}

.table > thead > tr > th {
    border-bottom: none;
    background: #eee;
}

.table > thead > tr > th a {
    font-weight: 500;
    font-size: 0.875em;
}

.table > tbody > tr > td {
    font-size: 0.875em;
}

.list-group {
    margin-bottom: 30px;
}

/* Support Page - Right Colume (submit ticket) */

.col-submit {
    margin-bottom: 30px;
}

.col-submit-inner {
    position: relative;
    height: auto;
    overflow: hidden;
    background: #f8f8f8;
    padding: 0 20px 20px;
}

.hint-block {
    font-size: 0.75em;
    margin-bottom: 4px;
}

.col-submit textarea {
    min-height: 150px;
}

.col-submit .btn-primary {
    width: 100%;
}

.info-buttons {
    margin-top: 20px;
    padding-top: 0;
    border-top: 1px solid #ddd;
}

.btn.btn-info {
    padding: 5px 15px;
    height: 45px;
    line-height: 37px;
    background: #fff;
    color: #111;
    margin-top: 20px;
    font-weight: 500;
    border: 1px solid #ccc;
    margin-right: 20px;
    font-size: 0.875em;
}

.btn.btn-info:hover {
    background: #00a8ff;
    color: #fff;
}

.btn.btn-info-sla {
    text-transform: none;
}

@media screen and (min-width: 768px) {
    .navbar-nav li:hover {
        background: none;
    }

    .navbar-nav li:first-of-type {
        float: right;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 0.75em;
    }

    .navbar-brand.logo {
        max-width: 150px;
    }

    .navbar-brand.logo img {
        width: 100%;
        margin-top: 9px;
    }
}

@media screen and (min-width: 992px) {

    .submit-ticket-link {
        display: none;
    }

    .col-support {
        padding-right: 30px;
    }

}

@media screen and (min-width: 1300px) {
    .btn.btn-info-sla {
        float: right;
        margin-right: 0;
    }
}

 