:root {
    --primary: #009c68;
}

html,
body {
    height: 100%;
    font-size: 14px !important;
}

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

main.navbar-fixed-top {
    padding-top: 58px;
}

.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: #C1272D;
    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: #C1272D;
    background: #f3c5c6;
    border-left: 3px solid #e78b8e;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.navbar-company {
    background-color: #EC4A4B;
    border-color: #EC4A4B;
}
.navbar-company.navbar-nav > li > a, .navbar-company .btn-link {
    color: white;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:active,
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:active,
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: white;
    background-color: #ea3334;
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.border-right {
    border-right: 1px solid grey;
}

div.statistics > div {
    height: 160px;
}

.navbar-company .navbar-brand {
    padding: 2px;
}

.navbar-company .navbar-brand img {
    background: white;
    border-radius: 5px;
}

.navbar-brand img {
    height: 30px;
}

.underlined {
    border-bottom: 1px solid black;
}

table.table .private-customer {
    color: #000000;
}

table.table .business-customer {
    color: #FF3642;
}

.fa-circle.online {
    color: #05B330;
}
.fa-circle.offline {
    color: #C1272D;
}

.book-form input[type="checkbox"] {
    position: relative;
    margin-top: 0 !important;
    margin-left: 0 !important;
}

.btn-dark, .dark {
    background-color: #777777;
    border: 1px solid #666;
}

.alert-fixed {
    position:fixed;
    top: 71px;
    left: 0;
    width: 100%;
    z-index: 9999;
    border-radius: 0;
}

.alert-light {
    background-color: #fafafa;
    border-color: #f0f0f0;
}

.alert-info legend {
    color: rgb(49, 112, 143);
}
.alert-warning legend {
    color: rgb(138, 109, 59);
}

.alert-row-odd {
    background-color: #f8f8f8;
    border-color: #bbb;
}
.alert-row-even {
    background-color: #efefef;
    border-color: #bbb;
}

a.play-button {
    font-size: 24px;
    font-weight: 100;
}

.badge-bill {
    background-color: #666;
    color: white;
}
.badge-teachable, .btn-teachable {
    background-color: #C8E3D8;
    color: #1B4942;
}
.badge-paypal, .btn-paypal {
    background-color: #00457C;
    color: white;
}
.badge-paypal-light, .btn-paypal-light {
    background-color: #0079C1;
    color: white;
}
.badge-shopify, .btn-shopify {
    background-color: #008060;
    color: white;
}

.btn-teachable:hover {
    background-color: white;
    color: #1B4942;
}
.btn-shopify:hover {
    background-color: white;
    color: #008060;
}

.align-center {
    margin: 0 auto;
}

.badge-light, .badge-light {
    background-color: #e2e2e2;
    color: #aaa;
}
.badge-success {
    background-color: #5cb85c;
}
.badge-warning {
    color: white;
}

.text-black, .text-black:hover {
    color: black;
}
.text-white, .text-white:hover {
    color: white;
}
.text-light {
    color: #b7b7b7;
}
.text-teachable, .text-teachable:hover {
    color: #1B4942;
}

.text-sm {
    font-size: 14px;
}
.text-xs {
    font-size: 65%;
}

.v-align-middle {
    vertical-align: middle !important;
}

.kv-drp-dropdown .form-control.range-value {
    padding-right: 48px;
}

.breadcrumb {
    padding: 6px 15px !important;
}
.btn-group-33 > a.btn, .btn-group-33 > div.btn-group, .btn-group-33 > button {
    min-width: 35px;
}