/*!
 * Highland Capital Solution user portal theme
 */

/* COMMON */
body {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #46484c
}

h2 {
    color: rgb(13, 31, 57);
    font-weight: bold;
    text-transform: uppercase;
}

#static h2 {
    font-size: 38px;
    color: #0071b8;
    font-weight: 600;
    line-height: 48px;
    margin: 0 0 30px 0;
}

#static h3 {
    font-size: 18px;
    color: #0071b8;
    margin: 20px 0 16px 0;
    text-transform: uppercase;
}

h4 {
    color: rgb(13, 31, 57);
    text-transform: uppercase;
    font-weight: bold;
}

h5 {
    color: #0071b8;
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px 0px 0px 0px;
}

.clear {
    clear: both;
}

/* BUTTONS */
.btn-primary {
    font-size: 16px;
    text-transform: uppercase;
    background: #f5d34b !Important;
    border: 0px !Important;
    color: #002343;
    font-weight: 600;
    padding: 7px 22px;
}

.btn-primary:disabled {
    background-color: #555555 !important;
    color: #888;
}

.btn-default {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 6px 22px;
    margin-right: 10px;
}

.btn-info {
    color: #fff;
    background-color: #0071b8;
    border-color: #0071b8;
}

.btn-sm.active, .btn-sm:active {
    background-image: none;
    outline: 0;
    background: #ffffff;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
    border: 1px solid #e9eeee;
    color: #0071b8;
    font-weight: 600;
}

.btn-sm {
    background: #dce0e2;
    border: 1px solid #d5dadd;
}

.btn-group > .btn + .dropdown-toggle {
    padding: 14px 8px;
}

.btn-contractnav {
    background: rgb(238, 238, 238);
    text-transform: uppercase;
    color: #0d1f39 !Important;
    font-weight: 600;
    font-size: 15px;
    line-height: 50px;
}

a.btn-contractnav:hover {
    background: rgb(250, 225, 100);
    background: linear-gradient(to bottom, rgb(252, 236, 129), rgb(247, 213, 76));
}

.btn-expand {
    background: #0071b8;
    color: #ffffff;
    border-radius: 20px;
    width: 18px;
    height: 18px;
    padding: 0px;
    text-align: center;
    font-size: 8px;
    border: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
}

/* GLYPHICONS */
.glyphicon-question-sign {
    color: #f5d34b
}

.glyphicon {
    padding: 0px 5px;
}

/* HEADER */
#header {
    background: #0d1f39;
    background: linear-gradient(to right, rgb(30, 65, 106), rgb(13, 31, 57));
    width: 100%;
    position: relative;
    border-bottom: 5px solid #e7eeee;
    margin-bottom: 20px;
}

/* NAVIGATION */
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-brand {
    float: left;
    /* height: 64px; */
    padding: 0px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-default .navbar-nav > li > a {
    text-decoration: none;
    color: #f5d34b;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #0071b8;
}

@media (max-width: 480px) {
    .navbar-brand > img {
        max-width: 345px !Important;
    }
}

/* JUMBOTRON */
.jumbotron {
    background: #002343 url("../images/financing.jpg") no-repeat center top;
}

.jumbotron h1 {
    font-size: 28px;
    font-weight: 500;
    color: #f5d34b;
    text-transform: capitalize;
    line-height: 16px;
    margin-left: 15px;
}

.jumbotron .page-header {
    border-bottom: 0px;
}

/* CONTENT */
#content {
    padding: 40px 0px;
}

.bluebox {
    background: #e9eeee;
    padding: 10px 20px;
    margin-bottom: 15px;
}

.bluebox h2 {
    color: #0071b8;
    font-size: 22px;
    font-weight: 300
}

.bluebox h3 {
    color: #46484c;
    font-weight: 600;
    font-size: 18px;
}

.bluebox h4 {
    color: #0071b8;
    font-weight: 600;
    font-size: 16px;
}

.bluebox .glyphicon {
    color: #0071b8;
}

.bluebox ol {
    padding-left: 18px;
}

.bluebox ol ul {
    padding-left: 18px;
}

.bluebox li {
    padding: 4px 0px;
}

.bluebox .col-xs-6 {
    padding: 0px !important;
}

.graybox {
    border: 4px solid #e9eeee;
    text-align: center;
    padding: 20px;
    background: #ffffff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#ffffff, #eeeeee); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff, #eeeeee); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff, #eeeeee); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff, #eeeeee); /* Standard syntax */
}

.graybox h2 {
    color: #0071b8;
    font-size: 17px;
    font-weight: 600
}

.graybox h3 {
    color: #46484c;
    font-weight: 600;
    font-size: 18px;
}

.graybox .glyphicon {
    color: #0071b8;
}

.yellowbox {
    background: #f5d34b;
    padding: 10px 20px;
    margin-bottom: 15px;
}

/* FOOTER */

#footer {
    padding: 54px 20px 0 20px;
    width: 100%; /*height: 100%;*/
    background: rgb(13, 31, 57);
    border-top: 5px solid #a2aab2;
    color: #c8c8c8;
}

#footer .col-sm-4:first-child ul li {
    list-style: none;
}

#footer ul {
    padding: 0px 0px 25px 0px
}

#footer ul li {
    list-style: disc inside;
    padding-left: 0px;
}

#footer ul li:first-child {
    list-style: none;
    font-weight: 700;
    color: #fff !important;
}

#footer ul li:first-child a {
    color: #fff !important;
}

#footer ul li:first-child a:hover {
    color: #f0d453 !important;
}

#footer ul li a {
    color: #c8c8c8;
}

#footer ul li a:hover {
    color: #f0d453;
    border-bottom: 1px dotted #f0d453;
}

#footer .logo {
    background: url(../images/sprite.png) 0 -494px no-repeat;
    width: 124px;
    height: 80px;
    display: block;
    margin: 0 0 18px 0;
}

#footer .col-sm-4 {
    border-right: 5px solid #0071b8;
}

#footer .col-sm-4:last-child {
    border-right: none;
}

@media (max-width: 767px) {
    #footer .col-sm-4 {
        border-right: none;
    }

}

#footerbot {
    background: #000;
}

#footerbot p {
    padding: 11px 0px 15px;
    font-weight: 700;
    color: #808080;
    font-family: "open-sans", sans-serif;
}

#footerbot p a {
    color: #808080;
}

#footerbot p a:hover {
    color: #fff;
}

/* EXTRA BOOTSTRAP CSS */
.row {
    margin-bottom: 20px;
}

.row.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.tooltip-inner {
    padding: 10px;
    background: #e9eeee;
    color: #0071b8;
    font-weight: 600;
    font-size: 15px;
}

@media (max-width: 767px) {
    .row.row-eq-height {
        display: -webkit-block;
        display: -webkit-block;
        display: -ms-block;
        display: block !important;
    }
}

/* FORMS */
span.label {
    margin: 0px 10px 0px 0px;
    color: #999999
}

/* Progress */
.step {
    color: #002244;
    text-transform: uppercase;
    font-weight: 800
}

.step span {
    color: #0071b8;
}

.progress {
    height: 13px;
}

.progress-bar {
    background-color: #002244;
}

/* MARGINS */
.mt-0 {
    margin-top: 1px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-0 {
    margin-bottom: 1px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

/* tables or lists */
.head {
    font-weight: 700;
    font-size: 100%;
    padding: 5px 15px;
    margin: 0;
    border-top: 1px solid #cad1d4;
    border-bottom: 1px solid #cad1d4
}

.altrows, .altrows-lt, .altrows-dk {
    padding: 6px 0;
}

.altrows:nth-child(even), .altrows-dk {
    background: #e9eeee;
    border-bottom: 1px solid #cad1d4;
}

.altrows:nth-child(odd), .altrows-lt {
    border-bottom: 1px solid #cad1d4;
}

.font-weight-bold {
    font-weight: bold;
}

.row-fluid {
}

.dollar {
    text-align: right;
    padding-right: 20px !important;
    padding-left: 0px !important;
}

.nopad {
    padding-left: 0px !important;
}

/* FONT STYLES */
.strong {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

/* user dropdown */
.dropdown-menu.user > li > a {
    display: block;
    text-align: right;
    padding: 3px 11px 3px 30px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #0071b8;
    white-space: nowrap;
}

.dropdown-menu.user small {
    display: block;
    text-align: right;
    padding: 3px 11px;
}

/* SEARCH */
.navbar-form {
    margin-top: 0px;
}

.btn-search {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 6px 7px;
    margin-right: 10px;
    background: #ffffff !important;
    border: 0px solid #ffffff !important;
}

/* FORM */
.form-control {
    margin-bottom: 4px;
}

.styled-select select {
    background: transparent;
    border: none;
    font-size: 14px;
    height: 29px;
    padding: 5px; /* If you add too much padding here, the options won't show in IE */
}

.styled-select.slate {
    height: 34px;
}

.styled-select.slate select {
    border: 1px solid #ccc;
    height: 34px;
    width: 100%;
}

/* TABLE */
.table-striped {
    font-size: 85%;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #e9eeee;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #cad1d4 !important;
}

/* JUSTIFIED nav buttons */
@media (max-width: 767px) {
    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        display: block;
        float: none;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        font-size: 80%
    }
}

/* PAGINATION */
.pagination > li > a, .pagination > li > span {
    border-width: 0px;
}

.pagination.pull-right {
    margin: 0px;
}

/* Row toggles */
.accordion-item {
    padding: 8px 0px;
    border-top: 1px solid #cad1d4;
}

.even .accordion-item {
    background: #e9eeee;
}

.collapse .col-lg-8 {
    padding-bottom: 10px;
}

/* messages */
.errormessage {
    color: #d62222;
    text-align: center;
    font-size: 17px
}

.errormessagesmall {
    color: #d62222;
    text-align: center;
}

.successmessage {
    color: #288d10;
    text-align: center;
    font-size: 17px
}

.defaultmessage {
    font-size: 17px;
}

.emphasis {
    color: #0071b8;
    font-weight: 600;
}

.bordered {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 5px 0px;
}

/* VENDORS */
.barchart_values,
#barchart_values {
    height: 300px;
    width: 100%
}

.piechart,
#piechart {
    height: 300px;
}

.topborderwhite {
    border-top: 1px solid #ffffff;
    margin-bottom: 0px;
    padding: 5px 0px;
}

.total {
    color: #0071B1;
    font-weight: 600;
}

.bordered {
    padding: 10px 0px;
    border-top: 1px solid #cad1d4;
    border-bottom: 1px solid #cad1d4;
}

.col-lg-4.bluebox {
    width: 31%;
    margin: 20px 1%;
}

/* Dataepicker */
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
    top: 0;
    left: 0;
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*.dow {
      border-top: 1px solid #ddd !important;
    }*/

}

.datepicker:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px;
}

.datepicker:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 7px;
}

.datepicker > div {
    display: none;
}

.datepicker table {
    width: 100%;
    margin: 0;
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.datepicker td.day:hover {
    background: #eeeeee;
    cursor: pointer;
}

.datepicker td.day.disabled {
    color: #eeeeee;
}

.datepicker td.old,
.datepicker td.new {
    color: #999999;
}

.datepicker td.active,
.datepicker td.active:hover {
    color: #ffffff;
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0044cc;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
    color: #ffffff;
    background-color: #0044cc;
    *background-color: #003bb3;
}

.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
    background-color: #003399 \9;
}

.datepicker td span {
    display: block;
    width: 47px;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 2px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.datepicker td span:hover {
    background: #eeeeee;
}

.datepicker td span.active {
    color: #ffffff;
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0044cc;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
    color: #ffffff;
    background-color: #0044cc;
    *background-color: #003bb3;
}

.datepicker td span.active:active,
.datepicker td span.active.active {
    background-color: #003399 \9;
}

.datepicker td span.old {
    color: #999999;
}

.datepicker th.switch {
    width: 145px;
}

.datepicker th.next,
.datepicker th.prev {
    font-size: 21px;
}

.datepicker thead tr:first-child th {
    cursor: pointer;
}

.datepicker thead tr:first-child th:hover {
    background: #eeeeee;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

/**
Loading animation
 */

.loader img {
    animation-duration: 2s;
    animation-name: loading;
    animation-iteration-count: infinite;
    margin-bottom: 20px;
}

.loader {
    text-align: center;
}

@keyframes loading {
    0% {
        transform: rotateX(0) rotateY(0);
    }
    25% {
        transform: rotateX(180deg)
    }
    50% {
        transform: rotateY(180deg)
    }
}

/**
Customer invoice
 */

.invoice-items {

}

#loadingOverlay {
    visibility: hidden;
    background: rgba(13, 31, 57, .8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}

#loadingOverlay div {
    flex: 1;
    opacity: 1;
}

.withBorder {
    border: 2px #aaa;
    box-shadow: 0 0 10px #ddd;
}

.vendor-number {
    text-transform: uppercase;
    font-weight: bold;
    text-align: right;
    margin-top: 10px;
}

.icon-yes {
    color: green;
    font-size: 12px;
    font-weight: bold;
}

.icon-no {
    color: red;
    font-size: 12px;
    font-weight: bold;
}

.notAllowed {
    cursor: not-allowed;
    color: #ccc !important;
}

#header .userinfo {
    float: right;
    color: white;
    text-transform: uppercase;
    font-size: 8pt;
    line-height: 8pt;
    padding-bottom: 5px;
    display: inline-block;
    text-align: right;
}

.appStatusPhase {
    font-weight: bold;
    color: green;
}

.social-links img {
    width: 40px;
    margin-right: 10px;
}

.welcome-msg {
    background: rgb(13, 31, 57);
    color: white;
}

.welcome-msg a, .welcome-msg a:visited {
    color: #f5d34b;
}

.current-invoice-table tr:last-child td {
    padding-top: 50px;
}
