﻿/****************************************************************************************************
CSS FROM BOOTSTRAP 4
****************************************************************************************************/

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col, .no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

/****************************************************************************************************
CSS FROM MATRONIC
****************************************************************************************************/

.m-portlet {
    margin-bottom: 2.2rem;
}

.m-portlet .m-portlet__head {
    display: table;
    padding: 0;
    width: 100%;
    padding: 0 2.2rem;
    height: 5.1rem;
}

.m-portlet .m-portlet__head .m-portlet__head-caption {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title {
    display: table;
    table-layout: fixed;
    height: 100%;
}

.m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-icon {
    display: table-cell;
    vertical-align: middle;
    line-height: 0;
    padding: 0 13px 0 0;
}

.m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-icon [class^="la-"], .m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-icon [class*=" la-"] {
    font-size: 1.6rem;
}

.m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-icon [class^="fa-"], .m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-icon [class*=" fa-"] {
    font-size: 1.4rem;
}

.m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-icon [class^="flaticon-"], .m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-icon [class*=" flaticon-"] {
    font-size: 1.8rem;
}

.m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-icon i {
    vertical-align: middle;
    line-height: 0;
    display: inline-block;
}

.m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-text {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.3rem;
    font-weight: 500;
    font-family: Roboto;
}

.m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-text small {
    display: inline-block;
    padding-left: 5px;
    font-size: 1rem;
    font-weight: 300;
    font-family: Roboto;
}

.m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-text .m-portlet__head-desc {
    margin-top: 0.4rem;
    display: block;
    font-size: 0.85rem;
    font-weight: 300;
    font-family: Roboto;
}

.m-portlet .m-portlet__head .m-portlet__head-tools {
    text-align: right;
    display: table-cell;
    vertical-align: middle;
}

.m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav {
    display: table;
    text-align: right;
    float: right;
    padding: 0;
    margin: 0;
    height: 100%;
    list-style: none;
}

.m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 5px;
}

.m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item.m-portlet__nav-item--last {
    padding-right: 0;
}

.m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link {
    display: inline-block;
    vertical-align: middle;
}

.m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon {
    padding: 0 2px;
}

.m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon [class^="la-"], .m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon [class*=" la-"] {
    font-size: 1.4rem;
}

.m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon [class^="fa-"], .m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon [class*=" fa-"] {
    font-size: 1.4rem;
}

.m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon [class^="flaticon-"], .m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon [class*=" flaticon-"] {
    font-size: 1.8rem;
}

.m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon.m-portlet__nav-link--icon-lg [class^="la-"], .m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon.m-portlet__nav-link--icon-lg [class*=" la-"] {
    font-size: 1.8rem;
}

.m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon.m-portlet__nav-link--icon-lg [class^="fa-"], .m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon.m-portlet__nav-link--icon-lg [class*=" fa-"] {
    font-size: 1.6rem;
}

.m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon.m-portlet__nav-link--icon-lg [class^="flaticon-"], .m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon.m-portlet__nav-link--icon-lg [class*=" flaticon-"] {
    font-size: 2rem;
}

.m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon.m-portlet__nav-link--icon-xl [class^="la-"], .m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon.m-portlet__nav-link--icon-xl [class*=" la-"] {
    font-size: 2.2rem;
}

.m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon.m-portlet__nav-link--icon-xl [class^="fa-"], .m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon.m-portlet__nav-link--icon-xl [class*=" fa-"] {
    font-size: 2rem;
}

.m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon.m-portlet__nav-link--icon-xl [class^="flaticon-"], .m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon.m-portlet__nav-link--icon-xl [class*=" flaticon-"] {
    font-size: 2.4rem;
}

.m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon i {
    vertical-align: middle;
    line-height: 0;
    display: inline-block;
}

.m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link:hover {
    text-decoration: none;
}

.m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item:first-child .m-portlet__nav-item {
    padding-right: 0;
}

.m-portlet .m-portlet__head .m-portlet__head-tools .nav.nav-tabs, .m-portlet .m-portlet__head .m-portlet__head-tools .nav.nav-pills {
    margin: 0;
}

.m-portlet .m-portlet__head .m-portlet__head-tools .nav.nav-pills.m-nav-pills--align-right {
    float: right;
}

.m-portlet .m-portlet__head.m-portlet__head--fit {
    position: relative;
    z-index: 1;
}

.m-portlet .m-portlet__body {
    padding: 2.2rem 2.2rem;
}

.m-portlet .m-portlet__body.m-portlet__body--no-padding {
    padding: 0;
}

.m-portlet .m-portlet__body.m-portlet__body--no-top-padding {
    padding-top: 0;
}

.m-portlet .m-portlet__body.m-portlet__body--no-left-padding {
    padding-left: 0;
}

.m-portlet .m-portlet__body.m-portlet__body--no-right-padding {
    padding-right: 0;
}

.m-portlet .m-portlet__foot {
    padding: 1.1rem 2.2rem;
}

.m-portlet .m-portlet__foot.m-portlet__foot--fit {
    padding: 0;
}

.m-portlet.m-portlet--collapsed .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link>i.la-angle-down:before, .m-portlet.m-portlet--collapse .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link>i.la-angle-down:before {
    content: "\f113";
}

.m-portlet.m-portlet--collapsed .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link>i.la-plus:before, .m-portlet.m-portlet--collapse .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link>i.la-plus:before {
    content: "\f28e";
}

.m-portlet.m-portlet--collapsed>.m-form, .m-portlet.m-portlet--collapsed>.m-portlet__body {
    display: none;
}

.m-portlet.m-portlet--fullscreen {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0;
}

.m-portlet.m-portlet--fullscreen>.m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item [data-portlet-tool=toggle]>i {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.m-portlet.m-portlet--fullscreen>.m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link>i.la-expand:before {
    content: "\f1a4";
}

.m-portlet.m-portlet--fullscreen>.m-form, .m-portlet.m-portlet--fullscreen>.m-portlet__body {
    left: 0;
    right: 0;
    top: 5.1rem;
    bottom: 0;
    position: fixed;
    overflow: auto;
}

.m-portlet.m-portlet--fullscreen.m-portlet--head-sm>.m-portlet__body {
    top: 4.1rem;
}

.m-portlet.m-portlet--fit {
    position: relative;
}

.m-portlet.m-portlet--widget-fit .m-portlet__head {
    position: relative;
    z-index: 1;
}

.m-portlet.m-portlet--bordered-semi .m-portlet__body {
    padding-top: 0.5rem;
}

.m-portlet.m-portlet--space {
    padding: 0 2.2rem;
}

.m-portlet.m-portlet--space .m-portlet__head {
    padding: 2.2rem 0;
}

.m-portlet.m-portlet--space .m-portlet__body {
    padding: 2.2rem 0;
}

.m-portlet.m-portlet--space .m-portlet__foot>.m-form__actions {
    padding: 2.2rem 0;
}

.m-portlet .m-portlet__padding-x {
    padding: 0 2.2rem;
}

.m-portlet.m-portlet--tabs .m-portlet__head {
    padding: 0 2.2rem;
}

.m-portlet.m-portlet--tabs .m-portlet__head .m-portlet__head-tools {
    padding: 0;
}

.m-portlet.m-portlet--tabs .m-portlet__head .m-portlet__head-tools .m-tabs-line {
    position: relative;
    height: 100%;
    margin: 0;
    border-bottom-color: transparent;
    bottom: -1px;
}

.m-portlet.m-portlet--tabs .m-portlet__head .m-portlet__head-tools .m-tabs-line .m-tabs__link {
    height: 100%;
    padding: 1.7rem 0 1.5rem 0;
}

.m-portlet.m-portlet--tabs .m-portlet__head .m-portlet__head-tools .m-tabs-line.m-tabs-line--2x {
    bottom: -3px;
}

.m-portlet.m-portlet--last {
    margin-bottom: 0;
}

.m-portlet.m-portlet--head-sm .m-portlet__head {
    height: 4.1rem;
}

.m-portlet.m-portlet--head-sm .m-portlet__head .m-portlet__head-tools {
    padding: 0;
}

.m-portlet.m-portlet--head-sm .m-portlet__head .m-portlet__head-tools .m-tabs-line .m-tabs__link {
    height: 100%;
    padding: 1.2rem 0 1.2rem 0;
}

.m-portlet.m-portlet--head-sm .m-portlet__foot, .m-portlet.m-portlet--head-sm .m-portlet__body {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
}

.m-portlet.m-portlet--unair {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.m-portlet.m-portlet--rounded {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.m-portlet.m-portlet--rounded .m-portlet__head {
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -ms-border-top-left-radius: 4px;
    -o-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -ms-border-top-right-radius: 4px;
    -o-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.m-portlet.m-portlet--rounded .m-portlet__body {
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -ms-border-bottom-left-radius: 4px;
    -o-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -ms-border-bottom-right-radius: 4px;
    -o-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.m-portlet.m-portlet--rounded .m-portlet__foot {
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -ms-border-bottom-left-radius: 4px;
    -o-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -ms-border-bottom-right-radius: 4px;
    -o-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

@media (max-width: 768px) {
    .m-portlet.m-portlet--responsive-mobile .m-portlet__head {
        display: block;
        height: auto;
    }
    .m-portlet.m-portlet--responsive-mobile .m-portlet__head .m-portlet__head-caption {
        display: block;
        padding-top: 0.9rem;
        padding-bottom: 0.9rem;
    }
    .m-portlet.m-portlet--responsive-mobile .m-portlet__head .m-portlet__head-tools {
        text-align: left;
        display: block;
        padding-top: 0.45rem;
        padding-bottom: 0.9rem;
    }
}

@media (max-width: 991px) {
    .m-portlet.m-portlet--responsive-tablet-and-mobile .m-portlet__head {
        display: block;
        height: auto;
    }
    .m-portlet.m-portlet--responsive-tablet-and-mobile .m-portlet__head .m-portlet__head-caption {
        display: block;
        padding-top: 0.9rem;
        padding-bottom: 0.9rem;
    }
    .m-portlet.m-portlet--responsive-tablet-and-mobile .m-portlet__head .m-portlet__head-tools {
        text-align: left;
        display: block;
        padding-top: 0.45rem;
        padding-bottom: 0.9rem;
    }
}

.m-portlet .m-form.m-form--fit>.m-portlet__body {
    padding-left: 0px;
    padding-right: 0px;
}

.m-portlet.m-portlet--sortable .m-portlet__head {
    cursor: move;
}

.m-portlet.m-portlet--sortable-empty {
    visibility: hidden;
    height: 45px;
    min-height: 125px;
}

.m-portlet .m-portlet-fit--sides {
    margin-left: -2.2rem;
    margin-right: -2.2rem;
}

.m-portlet .m-portlet-fit--bottom {
    margin-bottom: -2.2rem;
}

.m-portlet .m-portlet-fit--top {
    margin-top: -7.3rem;
}

.m-portlet.m-portlet--bordered-semi .m-portlet-fit--top {
    margin-top: -5.6rem;
}

.m-portlet .m-portlet__body-separator {
    height: 0;
    overflow: hidden;
    margin: 30px -2.2rem;
}

.m-portlet.m-portlet--creative {
    padding-top: 3.5rem;
    margin-top: 3.5rem;
}

.m-portlet.m-portlet--creative.m-portlet--first {
    margin-top: 1.375rem;
}

.m-portlet.m-portlet--creative .m-portlet__head {
    height: 2.75rem;
}

.m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-icon [class^="la-"], .m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-icon [class*=" la-"] {
    font-size: 1.3rem;
}

.m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-icon [class^="fa-"], .m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-icon [class*=" fa-"] {
    font-size: 1.2rem;
}

.m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-icon [class^="flaticon-"], .m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-icon [class*=" flaticon-"] {
    font-size: 1.4rem;
}

.m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-text {
    font-size: 1rem;
    font-weight: 400;
    font-family: Poppins;
}

.m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-text .m-portlet__head-desc {
    font-size: 0.8rem;
    font-weight: 300;
}

.m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label {
    position: absolute;
    top: -5.25rem;
    left: 0;
    font-size: 1.2rem;
    font-weight: 500;
    display: table;
    padding: 0 1.75rem;
    height: 3.5rem;
}

.m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label>span {
    vertical-align: middle;
    display: table-cell;
}

@media (min-width: 992px) {
    .m-portlet.m-portlet--full-height {
        height: calc(100% - 2.2rem);
    }
    .m-portlet.m-portlet--full-height .m-portlet__body {
        height: calc(100% - 2.2rem - 2.2rem);
    }
    .m-portlet.m-portlet--half-height {
        height: calc(50% - 2.2rem);
    }
}

body.m-portlet--fullscreen {
    overflow: hidden !important;
}

body.m-portlet--fullscreen.m-header--fixed .m-header {
    display: none;
}

body.m-portlet--fullscreen.m-aside-left--fixed .m-aside-left {
    display: none;
}

@media (max-width: 991px) {
    .m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-text {
        font-size: 1.1rem;
    }
    .m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-text small {
        font-size: 0.85rem;
    }
    .m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-text .m-portlet__head-desc {
        font-size: 0.85rem;
    }
}

@media (max-width: 768px) {
    .m-portlet.m-portlet--tabs .m-portlet__head {
        display: block;
        height: auto;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
    .m-portlet.m-portlet--tabs .m-portlet__head .m-portlet__head-caption {
        display: block;
        float: none;
    }
    .m-portlet.m-portlet--tabs .m-portlet__head .m-portlet__head-tools {
        display: block;
        float: none;
        margin-top: 1rem;
    }
    .m-portlet.m-portlet--tabs .m-portlet__head .m-portlet__head-tools .nav-tabs.m-tabs-line {
        float: none;
    }
    .m-portlet.m-portlet--tabs .m-portlet__head .m-portlet__head-tools .nav-tabs.m-tabs-line>.nav-item.m-tabs__item {
        margin-right: 0.75rem;
    }
    .m-portlet.m-portlet--tabs .m-portlet__head .m-portlet__head-tools .nav-tabs.m-tabs-line>.nav-item.m-tabs__item>.nav-link.m-tabs__link {
        padding: 0.5rem 0;
    }
    .m-portlet.m-portlet--tabs.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-tools .nav-tabs.m-tabs-line>.nav-item.m-tabs__item>.nav-link.m-tabs__link {
        padding: 0.5rem 1rem;
    }
}

.m-portlet {
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    background-color: #ffffff;
}

.m-portlet .m-portlet__head {
    border-bottom: 1px solid #ebedf2;
}

.m-portlet .m-portlet__head .m-portlet__head-icon {
    color: #b2b1c5;
}

.m-portlet .m-portlet__head .m-portlet__head-text {
    color: #575962;
}

.m-portlet .m-portlet__head .m-portlet__head-text .m-portlet__head-desc, .m-portlet .m-portlet__head .m-portlet__head-text small {
    color: #afb2c1;
}

.m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon i {
    color: #afb0c7;
}

.m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon:hover i {
    color: #716aca;
}

.m-portlet .m-portlet__body {
    color: #575962;
}

.m-portlet .m-portlet__foot:not(.m-portlet__no-border) {
    border-top: 1px solid #ebedf2;
}

.m-portlet .m-portlet__foot:not(.m-portlet__no-border).m-portlet__foot--top {
    border-top: 0;
    border-bottom: 1px solid #ebedf2;
}

.m-portlet .m-portlet__foot:not(.m-portlet__no-border).m-portlet__foot-no-border {
    border: 0;
}

.m-portlet.m-portlet--bordered {
    border: 1px solid #ebedf2;
}

.m-portlet.m-portlet--bordered-semi .m-portlet__head {
    border: 0;
}

.m-portlet.ui-sortable-helper {
    border: 1px dashed #ebedf2;
}

.m-portlet .m-portlet__body-separator {
    border-bottom: 1px solid #f4f5f8;
}

.m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label {
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.25);
    -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.25);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.25);
}

.m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label.m-portlet__head-label--brand {
    background: #716aca;
    color: #ffffff;
}

.m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label.m-portlet__head-label--metal {
    background: #c4c5d6;
    color: #ffffff;
}

.m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label.m-portlet__head-label--light {
    background: #ffffff;
    color: #282a3c;
}

.m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label.m-portlet__head-label--accent {
    background: #00c5dc;
    color: #ffffff;
}

.m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label.m-portlet__head-label--focus {
    background: #9816f4;
    color: #ffffff;
}

.m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label.m-portlet__head-label--primary {
    background: #5867dd;
    color: #ffffff;
}

.m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label.m-portlet__head-label--success {
    background: #00b7b2;
    color: #ffffff;
}

.m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label.m-portlet__head-label--info {
    background: #36a3f7;
    color: #ffffff;
}

.m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label.m-portlet__head-label--warning {
    background: #ffb822;
    color: #111111;
}

.m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label.m-portlet__head-label--danger {
    background: #f4516c;
    color: #ffffff;
}

.m-portlet.m-portlet--skin-dark {
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.55);
    -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.55);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.55);
    background-color: #2c2e3e;
}

.m-portlet.m-portlet--skin-dark .m-portlet__head {
    border-bottom: 1px solid #a1a4b1;
}

.m-portlet.m-portlet--skin-dark .m-portlet__head .m-portlet__head-icon {
    color: white;
}

.m-portlet.m-portlet--skin-dark .m-portlet__head .m-portlet__head-text {
    color: #ffffff;
}

.m-portlet.m-portlet--skin-dark .m-portlet__head .m-portlet__head-text .m-portlet__head-desc, .m-portlet.m-portlet--skin-dark .m-portlet__head .m-portlet__head-text small {
    color: #c9c9e0;
}

.m-portlet.m-portlet--skin-dark .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon i {
    color: rgba(255, 255, 255, 0.6);
}

.m-portlet.m-portlet--skin-dark .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon:hover i {
    color: #fff;
}

.m-portlet.m-portlet--skin-dark .m-portlet__body {
    color: #ffffff;
}

.m-portlet.m-portlet--skin-dark .m-portlet__foot:not(.m-portlet__no-border) {
    border-top: 1px solid #a1a4b1;
}

.m-portlet.m-portlet--skin-dark .m-portlet__foot:not(.m-portlet__no-border).m-portlet__foot--top {
    border-top: 0;
    border-bottom: 1px solid #a1a4b1;
}

.m-portlet.m-portlet--skin-dark .m-portlet__foot:not(.m-portlet__no-border).m-portlet__foot-no-border {
    border: 0;
}

.m-portlet.m-portlet--skin-dark.m-portlet--bordered {
    border: 1px solid #a1a4b1;
}

.m-portlet.m-portlet--skin-dark.m-portlet--bordered-semi .m-portlet__head {
    border: 0;
}

.m-portlet.m-portlet--skin-dark.ui-sortable-helper {
    border: 1px dashed #a1a4b1;
}

.m-portlet.m-portlet--skin-dark .m-portlet__body-separator {
    border-bottom: 1px solid #999caa;
}

.m-portlet.m-portlet--skin-dark.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label {
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.3);
    -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.3);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.3);
}

.m-portlet.m-portlet--skin-dark.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label.m-portlet__head-label--brand {
    background: #716aca;
    color: #ffffff;
}

.m-portlet.m-portlet--skin-dark.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label.m-portlet__head-label--metal {
    background: #c4c5d6;
    color: #ffffff;
}

.m-portlet.m-portlet--skin-dark.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label.m-portlet__head-label--light {
    background: #ffffff;
    color: #282a3c;
}

.m-portlet.m-portlet--skin-dark.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label.m-portlet__head-label--accent {
    background: #00c5dc;
    color: #ffffff;
}

.m-portlet.m-portlet--skin-dark.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label.m-portlet__head-label--focus {
    background: #9816f4;
    color: #ffffff;
}

.m-portlet.m-portlet--skin-dark.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label.m-portlet__head-label--primary {
    background: #5867dd;
    color: #ffffff;
}

.m-portlet.m-portlet--skin-dark.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label.m-portlet__head-label--success {
    background: #00b7b2;
    color: #ffffff;
}

.m-portlet.m-portlet--skin-dark.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label.m-portlet__head-label--info {
    background: #36a3f7;
    color: #ffffff;
}

.m-portlet.m-portlet--skin-dark.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label.m-portlet__head-label--warning {
    background: #ffb822;
    color: #111111;
}

.m-portlet.m-portlet--skin-dark.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label.m-portlet__head-label--danger {
    background: #f4516c;
    color: #ffffff;
}

.m-portlet.m-portlet--brand.m-portlet--head-solid-bg {
    background: #716aca;
    border-color: #716aca;
}

.m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__head {
    background-color: #716aca;
    border-color: #716aca;
}

.m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-icon {
    color: #f7f7f7;
}

.m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text {
    color: #ffffff;
}

.m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text small {
    color: #f0f0f0;
}

.m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon i {
    color: #f7f7f7;
}

.m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon:hover i {
    color: #ffffff;
}

.m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__head-tools .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.1);
}

.m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line {
    bottom: 0;
    border: 0;
}

.m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item {
    margin: 0 1px 0 0;
}

.m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item:last-child {
    margin-right: 0;
}

.m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link {
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
    border: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link>i {
    color: #f0f0f0;
}

.m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover {
    border-bottom: 0;
}

.m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item.show .m-tabs__link, .m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover, .m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    background: none;
    color: #ffffff;
    border: 0;
    background: rgba(255, 255, 255, 0.08);
}

.m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item.show .m-tabs__link>i, .m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover>i, .m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active>i {
    color: white;
}

.m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__body {
    background: white;
}

.m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__foot {
    background: white;
    border-color: #716aca;
}

.m-portlet.m-portlet--border-bottom-brand {
    border-bottom: 3px solid #716aca;
}

.m-portlet.m-portlet--metal.m-portlet--head-solid-bg {
    background: #c4c5d6;
    border-color: #c4c5d6;
}

.m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__head {
    background-color: #c4c5d6;
    border-color: #c4c5d6;
}

.m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-icon {
    color: #f7f7f7;
}

.m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text {
    color: #ffffff;
}

.m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text small {
    color: #f0f0f0;
}

.m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon i {
    color: #f7f7f7;
}

.m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon:hover i {
    color: #ffffff;
}

.m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__head-tools .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.1);
}

.m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line {
    bottom: 0;
    border: 0;
}

.m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item {
    margin: 0 1px 0 0;
}

.m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item:last-child {
    margin-right: 0;
}

.m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link {
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
    border: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link>i {
    color: #f0f0f0;
}

.m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover {
    border-bottom: 0;
}

.m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item.show .m-tabs__link, .m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover, .m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    background: none;
    color: #ffffff;
    border: 0;
    background: rgba(255, 255, 255, 0.08);
}

.m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item.show .m-tabs__link>i, .m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover>i, .m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active>i {
    color: white;
}

.m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__body {
    background: white;
}

.m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__foot {
    background: white;
    border-color: #c4c5d6;
}

.m-portlet.m-portlet--border-bottom-metal {
    border-bottom: 3px solid #c4c5d6;
}

.m-portlet.m-portlet--light.m-portlet--head-solid-bg {
    background: #ffffff;
    border-color: #ffffff;
}

.m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__head {
    background-color: #ffffff;
    border-color: #ffffff;
}

.m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-icon {
    color: #222433;
}

.m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text {
    color: #282a3c;
}

.m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text small {
    color: #1c1d2a;
}

.m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon i {
    color: #222433;
}

.m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon:hover i {
    color: #282a3c;
}

.m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__head-tools .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.1);
}

.m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line {
    bottom: 0;
    border: 0;
}

.m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item {
    margin: 0 1px 0 0;
}

.m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item:last-child {
    margin-right: 0;
}

.m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link {
    padding-left: 20px;
    padding-right: 20px;
    color: #282a3c;
    border: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link>i {
    color: #1c1d2a;
}

.m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover {
    border-bottom: 0;
}

.m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item.show .m-tabs__link, .m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover, .m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    background: none;
    color: #282a3c;
    border: 0;
    background: rgba(40, 42, 60, 0.08);
}

.m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item.show .m-tabs__link>i, .m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover>i, .m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active>i {
    color: #32354b;
}

.m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__body {
    background: white;
}

.m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__foot {
    background: white;
    border-color: #ffffff;
}

.m-portlet.m-portlet--border-bottom-light {
    border-bottom: 3px solid #ffffff;
}

.m-portlet.m-portlet--accent.m-portlet--head-solid-bg {
    background: #00c5dc;
    border-color: #00c5dc;
}

.m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__head {
    background-color: #00c5dc;
    border-color: #00c5dc;
}

.m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-icon {
    color: #f7f7f7;
}

.m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text {
    color: #ffffff;
}

.m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text small {
    color: #f0f0f0;
}

.m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon i {
    color: #f7f7f7;
}

.m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon:hover i {
    color: #ffffff;
}

.m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__head-tools .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.1);
}

.m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line {
    bottom: 0;
    border: 0;
}

.m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item {
    margin: 0 1px 0 0;
}

.m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item:last-child {
    margin-right: 0;
}

.m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link {
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
    border: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link>i {
    color: #f0f0f0;
}

.m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover {
    border-bottom: 0;
}

.m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item.show .m-tabs__link, .m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover, .m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    background: none;
    color: #ffffff;
    border: 0;
    background: rgba(255, 255, 255, 0.08);
}

.m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item.show .m-tabs__link>i, .m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover>i, .m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active>i {
    color: white;
}

.m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__body {
    background: white;
}

.m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__foot {
    background: white;
    border-color: #00c5dc;
}

.m-portlet.m-portlet--border-bottom-accent {
    border-bottom: 3px solid #00c5dc;
}

.m-portlet.m-portlet--focus.m-portlet--head-solid-bg {
    background: #9816f4;
    border-color: #9816f4;
}

.m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__head {
    background-color: #9816f4;
    border-color: #9816f4;
}

.m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-icon {
    color: #f7f7f7;
}

.m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text {
    color: #ffffff;
}

.m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text small {
    color: #f0f0f0;
}

.m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon i {
    color: #f7f7f7;
}

.m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon:hover i {
    color: #ffffff;
}

.m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__head-tools .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.1);
}

.m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line {
    bottom: 0;
    border: 0;
}

.m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item {
    margin: 0 1px 0 0;
}

.m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item:last-child {
    margin-right: 0;
}

.m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link {
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
    border: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link>i {
    color: #f0f0f0;
}

.m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover {
    border-bottom: 0;
}

.m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item.show .m-tabs__link, .m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover, .m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    background: none;
    color: #ffffff;
    border: 0;
    background: rgba(255, 255, 255, 0.08);
}

.m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item.show .m-tabs__link>i, .m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover>i, .m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active>i {
    color: white;
}

.m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__body {
    background: white;
}

.m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__foot {
    background: white;
    border-color: #9816f4;
}

.m-portlet.m-portlet--border-bottom-focus {
    border-bottom: 3px solid #9816f4;
}

.m-portlet.m-portlet--primary.m-portlet--head-solid-bg {
    background: #5867dd;
    border-color: #5867dd;
}

.m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__head {
    background-color: #5867dd;
    border-color: #5867dd;
}

.m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-icon {
    color: #f7f7f7;
}

.m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text {
    color: #ffffff;
}

.m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text small {
    color: #f0f0f0;
}

.m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon i {
    color: #f7f7f7;
}

.m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon:hover i {
    color: #ffffff;
}

.m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__head-tools .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.1);
}

.m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line {
    bottom: 0;
    border: 0;
}

.m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item {
    margin: 0 1px 0 0;
}

.m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item:last-child {
    margin-right: 0;
}

.m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link {
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
    border: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link>i {
    color: #f0f0f0;
}

.m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover {
    border-bottom: 0;
}

.m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item.show .m-tabs__link, .m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover, .m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    background: none;
    color: #ffffff;
    border: 0;
    background: rgba(255, 255, 255, 0.08);
}

.m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item.show .m-tabs__link>i, .m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover>i, .m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active>i {
    color: white;
}

.m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__body {
    background: white;
}

.m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__foot {
    background: white;
    border-color: #5867dd;
}

.m-portlet.m-portlet--border-bottom-primary {
    border-bottom: 3px solid #5867dd;
}

.m-portlet.m-portlet--success.m-portlet--head-solid-bg {
    background: #00b7b2;
    border-color: #00b7b2;
}

.m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head {
    background-color: #00b7b2;
    border-color: #00b7b2;
}

.m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-icon {
    color: #f7f7f7;
}

.m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text {
    color: #ffffff;
}

.m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text small {
    color: #f0f0f0;
}

.m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon i {
    color: #f7f7f7;
}

.m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon:hover i {
    color: #ffffff;
}

.m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.1);
}

.m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line {
    bottom: 0;
    border: 0;
}

.m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item {
    margin: 0 1px 0 0;
}

.m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item:last-child {
    margin-right: 0;
}

.m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link {
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
    border: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link>i {
    color: #f0f0f0;
}

.m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover {
    border-bottom: 0;
}

.m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item.show .m-tabs__link, .m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover, .m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    background: none;
    color: #ffffff;
    border: 0;
    background: rgba(255, 255, 255, 0.08);
}

.m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item.show .m-tabs__link>i, .m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover>i, .m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active>i {
    color: white;
}

.m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__body {
    background: white;
}

.m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__foot {
    background: white;
    border-color: #00b7b2;
}

.m-portlet.m-portlet--border-bottom-success {
    border-bottom: 3px solid #00b7b2;
}

.m-portlet.m-portlet--info.m-portlet--head-solid-bg {
    background: #36a3f7;
    border-color: #36a3f7;
}

.m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__head {
    background-color: #36a3f7;
    border-color: #36a3f7;
}

.m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-icon {
    color: #f7f7f7;
}

.m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text {
    color: #ffffff;
}

.m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text small {
    color: #f0f0f0;
}

.m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon i {
    color: #f7f7f7;
}

.m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon:hover i {
    color: #ffffff;
}

.m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__head-tools .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.1);
}

.m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line {
    bottom: 0;
    border: 0;
}

.m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item {
    margin: 0 1px 0 0;
}

.m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item:last-child {
    margin-right: 0;
}

.m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link {
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
    border: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link>i {
    color: #f0f0f0;
}

.m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover {
    border-bottom: 0;
}

.m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item.show .m-tabs__link, .m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover, .m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    background: none;
    color: #ffffff;
    border: 0;
    background: rgba(255, 255, 255, 0.08);
}

.m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item.show .m-tabs__link>i, .m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover>i, .m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active>i {
    color: white;
}

.m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__body {
    background: white;
}

.m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__foot {
    background: white;
    border-color: #36a3f7;
}

.m-portlet.m-portlet--border-bottom-info {
    border-bottom: 3px solid #36a3f7;
}

.m-portlet.m-portlet--warning.m-portlet--head-solid-bg {
    background: #ffb822;
    border-color: #ffb822;
}

.m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__head {
    background-color: #ffb822;
    border-color: #ffb822;
}

.m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-icon {
    color: #090909;
}

.m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text {
    color: #111111;
}

.m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text small {
    color: #020202;
}

.m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon i {
    color: #090909;
}

.m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon:hover i {
    color: #111111;
}

.m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__head-tools .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.1);
}

.m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line {
    bottom: 0;
    border: 0;
}

.m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item {
    margin: 0 1px 0 0;
}

.m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item:last-child {
    margin-right: 0;
}

.m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link {
    padding-left: 20px;
    padding-right: 20px;
    color: #111111;
    border: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link>i {
    color: #020202;
}

.m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover {
    border-bottom: 0;
}

.m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item.show .m-tabs__link, .m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover, .m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    background: none;
    color: #111111;
    border: 0;
    background: rgba(17, 17, 17, 0.08);
}

.m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item.show .m-tabs__link>i, .m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover>i, .m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active>i {
    color: #1e1e1e;
}

.m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__body {
    background: white;
}

.m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__foot {
    background: white;
    border-color: #ffb822;
}

.m-portlet.m-portlet--border-bottom-warning {
    border-bottom: 3px solid #ffb822;
}

.m-portlet.m-portlet--danger.m-portlet--head-solid-bg {
    background: #f4516c;
    border-color: #f4516c;
}

.m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__head {
    background-color: #f4516c;
    border-color: #f4516c;
}

.m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-icon {
    color: #f7f7f7;
}

.m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text {
    color: #ffffff;
}

.m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text small {
    color: #f0f0f0;
}

.m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon i {
    color: #f7f7f7;
}

.m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon:hover i {
    color: #ffffff;
}

.m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__head-tools .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.1);
}

.m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line {
    bottom: 0;
    border: 0;
}

.m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item {
    margin: 0 1px 0 0;
}

.m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item:last-child {
    margin-right: 0;
}

.m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link {
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
    border: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link>i {
    color: #f0f0f0;
}

.m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover {
    border-bottom: 0;
}

.m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item.show .m-tabs__link, .m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover, .m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    background: none;
    color: #ffffff;
    border: 0;
    background: rgba(255, 255, 255, 0.08);
}

.m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item.show .m-tabs__link>i, .m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover>i, .m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active>i {
    color: white;
}

.m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__body {
    background: white;
}

.m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__foot {
    background: white;
    border-color: #f4516c;
}

.m-portlet.m-portlet--border-bottom-danger {
    border-bottom: 3px solid #f4516c;
}

.btn-metal {
    color: #111;
    background-color: #c4c5d6;
    border-color: #c4c5d6;
}

.btn-metal:hover {
    color: #111;
    background-color: #adafc6;
    border-color: #a6a7c1;
}

.btn-metal:focus, .btn-metal.focus {
    box-shadow: 0 0 0 0.2rem rgba(196, 197, 214, 0.5);
}

.btn-metal.disabled, .btn-metal:disabled {
    background-color: #c4c5d6;
    border-color: #c4c5d6;
}

.btn-metal:not([disabled]):not(.disabled):active, .btn-metal:not([disabled]):not(.disabled).active, .show>.btn-metal.dropdown-toggle {
    color: #111;
    background-color: #a6a7c1;
    border-color: #9ea0bc;
    box-shadow: 0 0 0 0.2rem rgba(196, 197, 214, 0.5);
}

.m-btn--icon>span {
    display: table;
}

.m-btn--icon>span>i {
    display: table-cell;
    vertical-align: middle;
    line-height: 0;
}

.m-btn--icon>span [class^="la-"], .m-btn--icon>span [class*=" la-"] {
    font-size: 1.3rem;
}

.m-btn--icon>span [class^="fa-"], .m-btn--icon>span [class*=" fa-"] {
    font-size: 1.1rem;
}

.m-btn--icon>span [class^="flaticon-"], .m-btn--icon>span [class*=" flaticon-"] {
    font-size: 1.3rem;
}

.m-btn--icon>span>span {
    padding-left: 0.5em;
    display: table-cell;
    vertical-align: middle;
}

.m-btn--icon.m-btn--icon-right>span>span {
    padding-left: 0;
    padding-right: 0.6em;
}

.m-btn--icon.btn-lg>span [class^="la-"], .btn-group-lg>.m-btn--icon.btn>span [class^="la-"], .m-btn--icon.btn-lg>span [class*=" la-"], .btn-group-lg>.m-btn--icon.btn>span [class*=" la-"] {
    font-size: 1.5rem;
}

.m-btn--icon.btn-lg>span [class^="fa-"], .btn-group-lg>.m-btn--icon.btn>span [class^="fa-"], .m-btn--icon.btn-lg>span [class*=" fa-"], .btn-group-lg>.m-btn--icon.btn>span [class*=" fa-"] {
    font-size: 1.3rem;
}

.m-btn--icon.btn-lg>span [class^="flaticon-"], .btn-group-lg>.m-btn--icon.btn>span [class^="flaticon-"], .m-btn--icon.btn-lg>span [class*=" flaticon-"], .btn-group-lg>.m-btn--icon.btn>span [class*=" flaticon-"] {
    font-size: 1.5rem;
}

.m-btn--icon.btn-sm>span [class^="la-"], .btn-group-sm>.m-btn--icon.btn>span [class^="la-"], .m-btn--icon.btn-sm>span [class*=" la-"], .btn-group-sm>.m-btn--icon.btn>span [class*=" la-"] {
    font-size: 1.1rem;
}

.m-btn--icon.btn-sm>span [class^="fa-"], .btn-group-sm>.m-btn--icon.btn>span [class^="fa-"], .m-btn--icon.btn-sm>span [class*=" fa-"], .btn-group-sm>.m-btn--icon.btn>span [class*=" fa-"] {
    font-size: 1rem;
}

.m-btn--icon.btn-sm>span [class^="flaticon-"], .btn-group-sm>.m-btn--icon.btn>span [class^="flaticon-"], .m-btn--icon.btn-sm>span [class*=" flaticon-"], .btn-group-sm>.m-btn--icon.btn>span [class*=" flaticon-"] {
    font-size: 1.1rem;
}

.m-btn--icon.m-btn--icon-only {
    display: inline-block;
    position: relative;
    padding: 0 !important;
    width: 33px;
    height: 33px;
}

.m-btn--icon.m-btn--icon-only>i {
    line-height: 0;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.m-btn--icon.m-btn--icon-only [class^="la-"], .m-btn--icon.m-btn--icon-only [class*=" la-"] {
    font-size: 1.3rem;
}

.m-btn--icon.m-btn--icon-only [class^="fa-"], .m-btn--icon.m-btn--icon-only [class*=" fa-"] {
    font-size: 1.1rem;
}

.m-btn--icon.m-btn--icon-only [class^="flaticon-"], .m-btn--icon.m-btn--icon-only [class*=" flaticon-"] {
    font-size: 1.3rem;
}

.m-btn--icon.m-btn--icon-only.th-btn-pill {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.m-btn--icon.m-btn--icon-only.btn-lg, .btn-group-lg>.m-btn--icon.m-btn--icon-only.btn {
    width: 43px;
    height: 43px;
}

.m-btn--icon.m-btn--icon-only.btn-lg [class^="la-"], .btn-group-lg>.m-btn--icon.m-btn--icon-only.btn [class^="la-"], .m-btn--icon.m-btn--icon-only.btn-lg [class*=" la-"], .btn-group-lg>.m-btn--icon.m-btn--icon-only.btn [class*=" la-"] {
    font-size: 1.5rem;
}

.m-btn--icon.m-btn--icon-only.btn-lg [class^="fa-"], .btn-group-lg>.m-btn--icon.m-btn--icon-only.btn [class^="fa-"], .m-btn--icon.m-btn--icon-only.btn-lg [class*=" fa-"], .btn-group-lg>.m-btn--icon.m-btn--icon-only.btn [class*=" fa-"] {
    font-size: 1.3rem;
}

.m-btn--icon.m-btn--icon-only.btn-lg [class^="flaticon-"], .btn-group-lg>.m-btn--icon.m-btn--icon-only.btn [class^="flaticon-"], .m-btn--icon.m-btn--icon-only.btn-lg [class*=" flaticon-"], .btn-group-lg>.m-btn--icon.m-btn--icon-only.btn [class*=" flaticon-"] {
    font-size: 1.5rem;
}

.m-btn--icon.m-btn--icon-only.btn-sm, .btn-group-sm>.m-btn--icon.m-btn--icon-only.btn {
    width: 24px;
    height: 24px;
}

.m-btn--icon.m-btn--icon-only.btn-sm [class^="la-"], .btn-group-sm>.m-btn--icon.m-btn--icon-only.btn [class^="la-"], .m-btn--icon.m-btn--icon-only.btn-sm [class*=" la-"], .btn-group-sm>.m-btn--icon.m-btn--icon-only.btn [class*=" la-"] {
    font-size: 1.1rem;
}

.m-btn--icon.m-btn--icon-only.btn-sm [class^="fa-"], .btn-group-sm>.m-btn--icon.m-btn--icon-only.btn [class^="fa-"], .m-btn--icon.m-btn--icon-only.btn-sm [class*=" fa-"], .btn-group-sm>.m-btn--icon.m-btn--icon-only.btn [class*=" fa-"] {
    font-size: 1rem;
}

.m-btn--icon.m-btn--icon-only.btn-sm [class^="flaticon-"], .btn-group-sm>.m-btn--icon.m-btn--icon-only.btn [class^="flaticon-"], .m-btn--icon.m-btn--icon-only.btn-sm [class*=" flaticon-"], .btn-group-sm>.m-btn--icon.m-btn--icon-only.btn [class*=" flaticon-"] {
    font-size: 1.1rem;
}

.m-btn--icon.m-btn--custom>span [class^="la-"], .m-btn--icon.m-btn--custom>span [class*=" la-"] {
    font-size: 1.3rem;
}

.m-btn--icon.m-btn--custom>span [class^="fa-"], .m-btn--icon.m-btn--custom>span [class*=" fa-"] {
    font-size: 1.1rem;
}

.m-btn--icon.m-btn--custom>span [class^="flaticon-"], .m-btn--icon.m-btn--custom>span [class*=" flaticon-"] {
    font-size: 1.3rem;
}

.m-btn--icon.m-btn--custom.btn-lg>span [class^="la-"], .btn-group-lg>.m-btn--icon.m-btn--custom.btn>span [class^="la-"], .m-btn--icon.m-btn--custom.btn-lg>span [class*=" la-"], .btn-group-lg>.m-btn--icon.m-btn--custom.btn>span [class*=" la-"] {
    font-size: 1.5rem;
}

.m-btn--icon.m-btn--custom.btn-lg>span [class^="fa-"], .btn-group-lg>.m-btn--icon.m-btn--custom.btn>span [class^="fa-"], .m-btn--icon.m-btn--custom.btn-lg>span [class*=" fa-"], .btn-group-lg>.m-btn--icon.m-btn--custom.btn>span [class*=" fa-"] {
    font-size: 1.2rem;
}

.m-btn--icon.m-btn--custom.btn-lg>span [class^="flaticon-"], .btn-group-lg>.m-btn--icon.m-btn--custom.btn>span [class^="flaticon-"], .m-btn--icon.m-btn--custom.btn-lg>span [class*=" flaticon-"], .btn-group-lg>.m-btn--icon.m-btn--custom.btn>span [class*=" flaticon-"] {
    font-size: 1.5rem;
}

.m-btn--icon.m-btn--custom.btn-sm>span [class^="la-"], .btn-group-sm>.m-btn--icon.m-btn--custom.btn>span [class^="la-"], .m-btn--icon.m-btn--custom.btn-sm>span [class*=" la-"], .btn-group-sm>.m-btn--icon.m-btn--custom.btn>span [class*=" la-"] {
    font-size: 1.1rem;
}

.m-btn--icon.m-btn--custom.btn-sm>span [class^="fa-"], .btn-group-sm>.m-btn--icon.m-btn--custom.btn>span [class^="fa-"], .m-btn--icon.m-btn--custom.btn-sm>span [class*=" fa-"], .btn-group-sm>.m-btn--icon.m-btn--custom.btn>span [class*=" fa-"] {
    font-size: 1rem;
}

.m-btn--icon.m-btn--custom.btn-sm>span [class^="flaticon-"], .btn-group-sm>.m-btn--icon.m-btn--custom.btn>span [class^="flaticon-"], .m-btn--icon.m-btn--custom.btn-sm>span [class*=" flaticon-"], .btn-group-sm>.m-btn--icon.m-btn--custom.btn>span [class*=" flaticon-"] {
    font-size: 1.1rem;
}

.m-btn--icon.m-btn--custom.m-btn--icon-only {
    width: 40px;
    height: 40px;
}

.m-btn--icon.m-btn--custom.m-btn--icon-only.btn-lg, .btn-group-lg>.m-btn--icon.m-btn--custom.m-btn--icon-only.btn {
    width: 50px;
    height: 50px;
}

.m-btn--icon.m-btn--custom.m-btn--icon-only.btn-sm, .btn-group-sm>.m-btn--icon.m-btn--custom.m-btn--icon-only.btn {
    width: 30px;
    height: 30px;
}

.m-btn--icon.btn-block>span {
    text-align: center;
    margin: 0 auto;
}

.m--space-5 {
    display: block;
    height: 0;
    margin-bottom: 5px;
}

.m--space-10 {
    display: block;
    height: 0;
    margin-bottom: 10px;
}

.m--space-15 {
    display: block;
    height: 0;
    margin-bottom: 15px;
}

.m--space-20 {
    display: block;
    height: 0;
    margin-bottom: 20px;
}

.m--space-30 {
    display: block;
    height: 0;
    margin-bottom: 30px;
}

.m--space-40 {
    display: block;
    height: 0;
    margin-bottom: 40px;
}

.m-badge {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #eaeaea;
    color: #444;
    font-size: 1rem;
    line-height: 20px;
    min-height: 20px;
    min-width: 20px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    padding: 0px 2px;
}

.m-badge.m-badge--wide {
    letter-spacing: 0.6px;
    padding: 1px 10px;
}

.m-badge.m-badge--rounded {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.m-badge.m-badge--dot {
    padding: 0;
    line-height: 6px;
    min-height: 6px;
    min-width: 6px;
    height: 6px;
    width: 6px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.m-badge.m-badge--dot-small {
    padding: 0;
    line-height: 4px;
    min-height: 4px;
    min-width: 4px;
    height: 4px;
    width: 4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.m-badge.m-badge--brand {
    background-color: #716aca;
    color: #ffffff;
}

.m-badge.m-badge--metal {
    background-color: #c4c5d6;
    color: #282a3c;
}

.m-badge.m-badge--light {
    background-color: #ffffff;
    color: #282a3c;
}

.m-badge.m-badge--accent {
    background-color: #00c5dc;
    color: #ffffff;
}

.m-badge.m-badge--focus {
    background-color: #9816f4;
    color: #ffffff;
}

.m-badge.m-badge--primary {
    background-color: #e37222;
    color: #ffffff;
}

.m-badge.m-badge--success {
    background-color: #00b7b2;
    color: #ffffff;
}

.m-badge.m-badge--info {
    background-color: #36a3f7;
    color: #ffffff;
}

.m-badge.m-badge--warning {
    background-color: #ffb822;
    color: #111111;
}

.m-badge.m-badge--danger {
    background-color: #f4516c;
    color: #ffffff;
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}

/****************************************************************************************************
CSS CUSTOM
****************************************************************************************************/

/**************************************************
FIXES
**************************************************/

.navbar .dropdown-toggle:focus {
    border: none !important;
}

li a {
    margin-left: 0 !important;
}

div[data-path="/campaigns/"] .campaigns .xrm-attribute, div[data-path] .col-md-9 .xrm-attribute {
    display: inline-block;
}

/*body .dropdown-toggle:focus
{
    border: 0 !important;
}*/

/**************************************************
FIXED FOOTER
**************************************************/

html, body {
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

body {
    background-color: #ffffff;
    color: #676c7b;
    display: flex;
    flex-direction: column;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div[data-path] {
    background-color: #ffffff;
    flex: 1 0 auto;
    margin-top: 104px;
}

@media (max-width: 991px) {
    div[data-path] {
        margin-top: 111px;
    }
}

@media (max-width: 767px) {
    div[data-path] {
        margin-top: 71px;
    }
}

/**************************************************
MODALS
**************************************************/

/*[data-sitemap-state="/page-not-found/:/"] .container*/
body[data-sitemap-state="/page-not-found/:/"] > .container
{
    max-width: none;
}

/**************************************************
MASTER
**************************************************/

.row:before, .row:after {
    width: 0;
}

.link-color-info a:not(.btn) {
    color: #36a3f7;
}

.link-color-warning a:not(.btn) {
    color: #ffb822;
}

.btn {
    font-weight: 600;
}

.stage .btn, .category .btn, .type .btn {
    margin-bottom: 3px;
}

.bg-blue {
    background-color: #215788;
}

.text-blue {
    color: #215788;
}

a.text-blue:hover {
    color: #1a466d;
}

.btn-blue {
    background-color: #215788;
    color: #ffffff;
}

.btn-blue:hover, .btn-blue:focus {
    background-color: #1a466d;
    color: #ffffff;
}

.btn-blue:active {
    background-color: #173e61;
    color: #ffffff;
}

.m-badge.m-badge--blue {
    background-color: #215788;
    color: #ffffff;
}

.bg-green {
    background-color: #bed600;
}

.text-green {
    color: #bed600;
}

a.text-green:hover {
    color: #a3b701;
}

.btn-green {
    background-color: #bed600;
    color: #111111;
}

.btn-green:hover, .btn-green:focus {
    background-color: #a3b701;
    color: #111111;
}

.btn-green:active {
    background-color: #8b9c01;
    color: #111111;
}

.m-badge.m-badge--green {
    background-color: #bed600;
    color: #111111;
}

.text-muted {
    color: #7b7e8a;
}

.grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.status {
    display: inline-block;
    position: relative;
}

.status .status-circle {
    background-color: #ffffff;
    border: solid 2px #ffffff;
    border-radius: 50%;
    bottom: -4px;
    height: 16px;
    position: absolute;
    right: -4px;
    width: 16px;
}

.status.status-md .status-circle {
    border-width: 3px;
    height: 24px;
    width: 24px;
}

.status.status-lg .status-circle {
    border-width: 4px;
    height: 32px;
    width: 32px;
}

.status .status-circle:before {
    color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 8px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-family: "FontAwesome";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.status.status-md .status-circle:before {
    font-size: 12px;
}

.status.status-lg .status-circle:before {
    font-size: 14px;
}

.status.status-green .status-circle {
    background-color: #00b7b2;
}

.status.status-green .status-circle:before {
    content: '\f00c';
}

.status.status-blue .status-circle {
    background-color: #36a3f7;
}

.status.status-blue .status-circle:before {
    content: '\f110';
}

.status.status-yellow .status-circle {
    background-color: #ffb822;
}

.status.status-yellow .status-circle:before {
    content: '\f017';
}

.status.status-red .status-circle {
    background-color: #f4516c;
}

.status.status-red .status-circle:before {
    content: '\f00d';
}

.user-status {
    background: #f2f3f8;
}

.user-status a {
    border-radius: 50%;
    height: 22px;
    padding: 0 !important;
    width: 22px;
}

@media (max-width: 767px) {
    .user-status {
        padding: 10px 25px !important;
    }
    .user-status a {
        font-size: 1em;
        height: 30px;
        line-height: 25px;
        width: 30px;
    }
    #navbar .status .status-circle {
        bottom: -6px;
        height: 14px;
        right: -6px;
        width: 14px;
    }
}

.navbar-toggle {
    margin-top: 19px;
}

.list-inline.navbar-nav>li {
    display: block;
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: inline-block;
}

.list-unstyled hr {
    border-top: dashed 1px #e5e5e5;
    margin: 10px 0;
}

::-moz-selection {
    background: #01b8b4;
    color: #ffffff;
}

::selection {
    background: #01b8b4;
    color: #ffffff;
}

/**************************************************
NAVIGATION
**************************************************/

.navbar .dropdown-menu.container-nogap {
    margin-top: 7px;
}

.navbar .dropdown-menu li a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
}

.navbar .dropdown-menu li a:hover, .navbar .dropdown-menu li a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #e37222;
}

.navbar .dropdown-menu .active a, .navbar .dropdown-menu .active a:hover, .navbar .dropdown-menu .active a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #e37222;
}

.navbar .dropdown-menu .disabled a, .navbar .dropdown-menu .disabled a:hover, .navbar .dropdown-menu .disabled a:focus {
    color: #777777;
}

.navbar .dropdown-menu .disabled a:hover, .navbar .dropdown-menu .disabled a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

@media (min-width: 992px) {
    nav {
        -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
        -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
        box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
    }
}

.navbar-brand {
    height: 70px;
    padding: 15px;
}

.navbar .navbar-nav>li>a, .dropdown-menu li a, .navbar-right li.dropdown .col-sm-12 a {
    color: #676c7b;
    font-weight: 600;
}

.navbar-right li.dropdown .col-sm-12 a:hover {
    color: #ffffff;
}

.navbar .navbar-nav>li>a span:first-child {
    color: #b8bece;
    display: inline-block;
    font-size: 20px;
    width: 25px;
}

.navbar .navbar-nav>li>a:hover span:first-child, .navbar .navbar-nav>li>a:focus span:first-child, .navbar .navbar-nav>li.active>a span:first-child {
    color: inherit;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar .navbar-nav>li>a span:first-child {
        display: none;
    }
}

@media (min-width: 768px) {
    .nav>li>a {
        font-size: 13px;
        padding-left: 3px;
        padding-right: 3px;
    }
}

@media (min-width: 992px) {
    .nav>li>a {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 1200px) {
    .nav>li>a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        margin-top: 9px;
    }
    .navbar-right {
        margin-bottom: 0;
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    /*.navbar .navbar-nav>li>a,
    .dropdown-menu li a,
    .navbar-right li.dropdown a {
        color: #676c7b !important;
    }
    .navbar .navbar-nav>li>a:hover,
    .dropdown-menu li a:hover,
    .navbar-right li.dropdown a:hover {
        color: #e37222 !important;
    }*/
    .dropdown-menu.container-nogap {
        margin: 0;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-right .dropdown-backdrop {
        display: none;
    }
    .navbar-right img {
        width: 20px;
    }
    .list-inline.navbar-right>li {
        display: block;
        padding: 0;
    }
    .dropdown-menu.container-fluid.container-nogap {
        border: 0;
        box-shadow: none;
        position: static;
        float: none;
    }
    .navbar-right li.dropdown a {
        padding: 15px 5px;
    }
    .navbar-right .name-full {
        padding-left: 9px;
    }
    .navbar-right .media-left, .navbar-right .media-heading {
        display: none;
    }
    .navbar-right .dropdown-menu.container-fluid.container-nogap {
        width: auto !important;
    }
    .navbar-right .well {
        padding: 0;
    }
    .navbar-right .dropdown-menu li a {
        padding: 5px 15px 5px 25px;
    }
    .navbar-right .media-body {
        padding: 0 15px 10px 25px;
    }
    .dropdown-menu li a:hover, .dropdown-menu li a:focus {
        background: #ffffff;
        /*color: #e37222 !important;*/
    }
}

.navbar-right .dropdown-menu.container-fluid.container-nogap {
    padding: 0;
}

/**************************************************
BUTTONS
**************************************************/

button[class*="outline"] {
    background-color: transparent;
}

.btn-info-outline {
    border-color: #36a3f7;
    color: #36a3f7;
}

.btn-info-outline:focus {
    color: #ffffff;
    background-color: #0a8cf0;
    border-color: #0761a7;
}

.btn-info-outline:hover {
    color: #ffffff;
    background-color: #0a8cf0;
    border-color: #0986e7;
}

.btn-info-outline:active {
    color: #ffffff;
    background-color: #0a8cf0;
    border-color: #0986e7;
}

.btn-primary-outline {
    border-color: #e37222;
    color: #e37222;
}

.btn-primary-outline:focus {
    color: #ffffff;
    background-color: #ba5b18;
    border-color: #763a0f;
}

.btn-primary-outline:hover {
    color: #ffffff;
    background-color: #ba5b18;
    border-color: #b15716;
}

.btn-primary-outline:active {
    color: #ffffff;
    background-color: #ba5b18;
    border-color: #b15716;
}

.btn-success-outline {
    background-color: transparent;
    border-color: #00b7b2;
    color: #00b7b2;
}

.btn-success-outline:focus {
    color: #ffffff;
    background-color: #008480;
    border-color: #003836;
}

.btn-success-outline:hover {
    color: #ffffff;
    background-color: #008480;
    border-color: #007a76;
}

.btn-success-outline:active {
    color: #ffffff;
    background-color: #008480;
    border-color: #007a76;
}

.btn-danger-outline {
    border-color: #f4516c;
    color: #f4516c;
}

.btn-danger-outline:focus {
    color: #ffffff;
    background-color: #f12143;
    border-color: #ba0c29;
}

.btn-danger-outline:hover {
    color: #ffffff;
    background-color: #f12143;
    border-color: #f0173b;
}

.btn-danger-outline:active {
    color: #ffffff;
    background-color: #f12143;
    border-color: #f0173b;
}

.btn-warning-outline {
    border-color: #ffb822;
    color: #ffb822;
}

.btn-warning-outline:focus {
    color: #111111;
    background-color: #eea200;
    border-color: #a26e00;
}

.btn-warning-outline:hover {
    color: #111111;
    background-color: #eea200;
    border-color: #e49b00;
}

.btn-warning-outline:active {
    color: #111111;
    background-color: #eea200;
    border-color: #e49b00;
}

.btn-blue-outline {
    color: #215788;
    border-color: #215788;
}

.btn-blue-outline:focus {
    background-color: #1a466d;
    border-color: #1a466d;
    color: #ffffff;
}

.btn-blue-outline:hover {
    background-color: #1a466d;
    border-color: #1a466d;
    color: #ffffff;
}

.btn-blue-outline:active {
    background-color: #173e61;
    border-color: #173e61;
    color: #ffffff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 400;
    line-height: 1.4em;
}

.align-center {
    align-items: center;
}

.well {
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    margin-bottom: 30px;
}

h1:first-child, h2:first-child {
    margin-top: 0;
}

.pagination {
    display: table;
    margin-bottom: 0;
    width: 100%;
}

.pagination>li {
    display: table-cell;
}

.pagination>li>a {
    display: block;
    text-align: center;
    width: 100%;
}

@media (max-width: 500px) {
    .pagination>li>a {
        padding: 6px 5px !important;
    }
}

.pagination>li~li>a {
    border-left: 0;
}

hr {
    border-top: dashed 4px #f2f3f8;
}

hr.hr-light {
    border-color: #ffffff;
}

hr.hr-sm {
    margin: 10px 0;
}

.campaign-container .lead {
    margin-bottom: 0;
}

.pos-top {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 0 0 4px 4px;
}

.pos-top.m-badge {
    border-radius: 4px 4px 0 0;
}

.pos-top-left {
    left: 30px;
    position: absolute;
    top: 30px;
    z-index: 1;
}

.pos-top-left.m-badge {
    border-radius: 4px 0;
    left: 0;
    top: 0;
    text-transform: capitalize;
}

.pos-top-right {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 1;
}

.pos-top-left-corner {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.pos-top-right-corner {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.pos-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 0 4px 4px;
}

.pos-bottom-right {
    bottom: 30px;
    position: absolute;
    right: 30px;
    z-index: 1;
}

.pos-bottom-right.m-badge {
    border-radius: 4px 0;
    bottom: 0;
    right: 0;
}

.pos-bottom-right-corner {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.pos-bottom-left {
    bottom: 30px;
    left: 30px;
    position: absolute;
    right: 218px;
    z-index: 1;
}

.pos-left-label {
    transform: rotate(90deg);
    transform-origin: bottom left;
    position: absolute;
    left: -7px;
    top: -22px;
}

.pos-left-label.m-badge {
    border-radius: 0 0 4px 4px;
}

@media (max-width: 767px) {
    .pos-left-label.m-badge {
        position: static;
        transform: rotate(0deg);
        border-radius: 4px 4px 0 0;
    }
}

input.toggle-meta, div.toggle-meta {
    display: none;
}

input.toggle-meta:checked+div.toggle-meta {
    display: block;
}

/*.hexagon
{
    position: absolute;
    padding-top: 10px;
    width: 100px;
    height: 67.74px;
    background-color: #f9690e;
    margin: 0 0 28.87px 0;
    border-radius: 0 4px 0 0;
    z-index: 1;
    right: 0;
    top: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none; 
    -ms-user-select: none;
    user-select: none;
}

    .hexagon:after
    {
        content: "";
        position: absolute;
        width: 0;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        left: 0;
    }


    .hexagon:after
    {
        top: 100%;
        width: 0;
        border-top: 28.87px solid #f9690e;
    }*/

/**************************************************
JUMBOTRON
**************************************************/

.container-nogap {
    /*margin-top: -30px;*/
}

.container-nogap>.well {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
}

.container-fluid {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container-padding {
    padding-bottom: 30px;
    padding-top: 15px;
}

p:last-child {
    margin-bottom: 0;
}

/*.caption p:last-child
{
    margin-bottom: 0;
}*/

.bg-light {
    background-color: #ffffff;
}

.bg-grey {
    background-color: #f2f3f8;
    background-color: #f3f2ed;
}

.bg-dark {
    background-color: #404040;
    color: #ffffff;
    margin-bottom: 0;
}

.bg-contain {
    background-size: contain !important;
}

.bg-size {
    background-size: auto !important;
}

.bg-bottom {
    background-position: center bottom !important;
}

.lead {
    font-weight: 400;
}

.lead-md {
    font-size: 18px;
    font-weight: 400;
}

/*.jumbotron-bg
{
    background-color: transparent;
    margin-bottom: 0;
}

.jumbotron h1
{
    background-color: rgba(0,0,0,.75);
    color: #ffffff;
    display: inline-block;
    font-size: 5rem;
    line-height: 1.2em;
    padding: 0 .5em;
}*/

.home-banner h1 {
    font-size: 50px;
    line-height: 1em;
    margin: 0;
}

.home-banner h1, .home-banner h1 small {
    color: #000000;
}

@media (max-width: 575px) {
    .home-banner {
        background-image: none !important;
    }
    .home-banner h1 small {
        display: block;
        line-height: 1.4em;
        margin-top: 30px;
    }
}

/*div[data-path="/"] .banner h1 span
        {
            background-color: #e37222;
            padding: 0 10px;
        }

    div[data-path="/"] .banner .video
    {
        background-color: #f2f3f8;
        border: solid 1px #f2f3f8;
        box-shadow: 0px 1px 15px 1px rgb(242, 243, 248);
    }*/

.testimonials {
    padding: 0;
}

.testimonials img {
    max-width: 350px;
}

.testimonials .media-body {
    padding-left: 50px;
}

.testimonials .bg-warning {
    background-color: #fdd207;
    color: #111111;
}

.testimonials .bg-blue {
    background-color: #1d598b;
}

.testimonials .bg-danger {
    background-color: #ef4c3d;
}

blockquote {
    border-color: inherit;
    font-size: 24px;
    padding-left: 50px;
}

blockquote:before {
    content: "\201C";
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote.blockquote-sm {
    border-left-width: 2px;
    font-size: 16px;
    margin-bottom: 0;
    padding: 0 20px;
}

blockquote div {
    font-size: 12px;
}

blockquote cite {
    display: block;
    font-size: 16px;
    font-style: normal;
}

@media (max-width: 991px) {
    .testimonials .media {
        text-align: center;
    }
    .testimonials .media-object {
        display: inline-block;
    }
    .testimonials .media-left, .testimonials .media-body {
        display: block;
        padding: 0;
    }
    .testimonials .media-body {
        padding: 0 30px;
        width: auto;
    }
    .testimonials .media-body blockquote {
        border-left: 0;
        padding-left: 0;
        padding-top: 30px;
    }
}

.carousel-indicators li:hover {
    background-color: rgba(255, 255, 255, .5);
}

.carousel-indicators li, .carousel-indicators .active {
    border-radius: 4px;
    height: 10px;
    width: 15px;
}

#page-blog a:not([class*="btn"]) {
    color: #00b7b2;
}

/*
#page-ebook .thumbnail,
#page-podcast .thumbnail,
#page-presentation .thumbnail,
#page-video .thumbnail,
#page-webinar .thumbnail {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
}
*/

#page-podcast .thumbnail .image {
    height: auto;
    min-height: 0;
    padding-bottom: 0;
}

.reset-responsive {
    height: auto;
    min-height: 0;
    padding-bottom: 0;
}

.banner-top {
    background-color: #ffffff;
    /*background-image: url('https://www.enterprisenation.com/assets/marketplace_bg-e795e9e938e8d6c5336db6789a8b82c780d788b82f5ec8b4c4bd93f6989e1d2b.svg*/
    /*background-image: url('https://www.enterprisenation.com/assets/marketplace_bg_home-91c929ae19766b90e22f549e505ab010189f451bff192e2f7283ca63a21e1144.svg');*/
    /*background-image: url('https://www.enterprisenation.com/assets/marketplace/content-bg-home-4598238cbddaedff3e9e4cd069ab13d7e23022334149f26f8ce0696b791a48aa.svg');*/
    /*background-image: url('https://www.enterprisenation.com/assets/content-bg-blog-list-058c36198c2c2376b6bb3049a06853917a1aff30683cca74f71d44a907b44a2e.svg');*/
    /*background-position: center bottom;*/
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    /*margin-bottom: 30px;*/
    /*background-color: #f2f3f8;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#f2f3f8);
    background-image: -webkit-linear-gradient(#ffffff 0, #f2f3f8 100%);
    background-image: -o-linear-gradient(#ffffff 0, #f2f3f8 100%);
    background-image: linear-gradient(#ffffff 0, #f2f3f8 100%);*/
}

/*.banner-top.banner-top-img
    {
        background-image: none;
        background-position: center center;
        -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
        -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
        box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    }*/

.banner-top>.container>.row {
    /*background-color: #ffffff;
        background-color: rgba(255,255,255,.9);*/
    border-radius: 4px 4px 0 0;
    /*margin-top: 60px;*/
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
}

.banner-top.banner-top-img>.container>.row {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, .9);
    margin-top: 60px;
}

.banner-top h1:last-child {
    margin-bottom: 0;
}

.banner-top .lead:last-of-type, .banner-top p:last-of-type {
    margin-bottom: 0;
}

p {
    line-height: 1.6;
    margin: 0 0 1.4em;
}

.lead {
    line-height: 1.6;
}

/**************************************************
FAQ
**************************************************/

.table-of-contents h3 a {
    color: #ba5b18;
}

.table-of-contents li~li {
    margin-top: 5px;
}

.qanda>li~li {
    border-top: dashed 1px #cccccc;
    margin-top: 20px;
    padding-top: 20px;
}

.qanda>li li~li {
    margin-top: 5px;
}

.partners a:hover {
    opacity: .5;
}

.container-well-lg>.well, .container-well-lg.well {
    padding-bottom: 90px;
    padding-top: 90px;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #404040;
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 100;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

div[data-path="/contact/"] .map iframe {
    width: 100%;
}

@media (min-width: 768px) {
    div[data-path="/contact/"] .map iframe {
        height: 220px;
    }
}

div[data-path="/team/"] .well {
    border: 0;
    box-shadow: none;
}

div[data-path="/team/members/"] .media-body, div[data-path^="/people/"] .media-body {
    padding-left: 5px;
}

.container-strip>.well:nth-child(even) {
    background-color: #f2f3f8;
    background-color: #f3f2ed;
}

@media (max-width: 479px) {
    div[data-path="/team/members/"] .media .media-left, div[data-path="/team/members/"] .media .media-body {
        display: block;
    }
    div[data-path="/team/members/"] .media .media-left {
        margin-bottom: 20px;
        text-align: center;
    }
    div[data-path="/team/members/"] .media .media-body {
        width: auto;
    }
}

.panel-default>.panel-heading {
    color: #676c7b;
}

.well-dashed {
    border: dashed 2px #cccccc;
    border-radius: 4px;
    padding: 30px;
}

a.well-dashed {
    display: block;
    border-color: #e37222;
    color: #e37222;
}

.media-left, .media>.pull-left {
    padding-right: 15px;
}

/*.member-data dl
{
    position: relative;
    padding-left: 120px;
}

.member-data dt
{
    position: absolute;
    left: 0;
    top: 0;
}*/

dl:last-child {
    margin-bottom: 0;
}

.thumbnail:target {
    border-color: #ffb822;
    box-shadow: 0 0 10px #ffb822;
}

.thumbnail .media {
    margin-top: 0;
}

.thumbnail {
    background-color: #ffffff;
    border: 0;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    margin-bottom: 30px;
    padding: 0;
    position: relative;
}

.thumbnail .button {
    margin-top: 25px;
}

.button-fixed-container {
    height: calc(100% - 30px);
    padding-bottom: 60px;
    position: relative;
}

.well-dashed.button-fixed-container {
    height: 100%;
    padding-bottom: 80px;
}

.button-fixed-container-none {
    height: calc(100% - 30px);
}

.button-fixed-container .button-fixed {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
    position: absolute;
}

/* Button - Bottom Fixed */

/*.thumbnail.single
    {
        height: auto;
    }*/

.thumbnail.button-fixed-container.event {
    padding-bottom: 86px;
}

/* Event cut-outs */

.thumbnail.event .image {
    position: relative;
}

.thumbnail.event .image:before, .thumbnail.event .image:after {
    background: #f2f3f8;
    background: #f3f2ed;
    bottom: -15px;
    border-radius: 50%;
    content: "";
    height: 30px;
    position: absolute;
    width: 30px;
    z-index: 1;
}

.bg-light .thumbnail.event .image:before, .bg-light .thumbnail.event .image:after {
    background: #ffffff;
}

[class*="button-fixed-container"] .image {
    border-bottom: dashed 4px #f2f3f8;
    border-bottom: dashed 4px #f3f2ed;
}

.thumbnail.button-fixed-container.event .button-fixed {
    border-top: dashed 4px #f2f3f8;
    border-top: dashed 4px #f3f2ed;
}

.thumbnail.event .button-fixed:before, .thumbnail.event .button-fixed:after {
    background-color: #f2f3f8;
    background-color: #f3f2ed;
    border-radius: 50%;
    content: "";
    height: 30px;
    position: absolute;
    top: -15px;
    width: 30px;
    z-index: 1;
}

.bg-light .thumbnail.event .button-fixed:before, .bg-light .thumbnail.event .button-fixed:after {
    background-color: #ffffff;
}

.thumbnail.event .button-fixed:before {
    -webkit-box-shadow: inset -2px 0 6px rgba(69, 65, 78, 0.08);
    -moz-box-shadow: inset -2px 0 6px rgba(69, 65, 78, 0.08);
    box-shadow: inset -2px 0 6px rgba(69, 65, 78, 0.08);
    left: -15px;
}

.thumbnail.event .button-fixed:after {
    -webkit-box-shadow: inset 2px 0 6px rgba(69, 65, 78, 0.08);
    -moz-box-shadow: inset 2px 0 6px rgba(69, 65, 78, 0.08);
    box-shadow: inset 3px 0 6px rgba(69, 65, 78, 0.08);
    right: -15px;
}

.well .thumbnail.event .image:before, .well .thumbnail.event .image:after, .well .thumbnail.event .button-fixed:before, .well .thumbnail.event .button-fixed:after {
    background-color: #ffffff;
}

/*
    .thumbnail:before, .thumbnail:after
    {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 15px;
        left: 10px;
        width: 50%;
        top: 80%;
        max-width: 300px;
        background: #777;
        box-shadow: 0 15px 10px #777;
        transform: rotate(-3deg);
    }

    .thumbnail:after
    {
        transform: rotate(3deg);
        right: 10px;
        left: auto;
    }
    */

.thumbnail a.image {
    height: 0;
    padding-bottom: 56.25%;
    text-decoration: none;
}

a.image:hover {
    opacity: .8;
}

.thumbnail div.image {
    height: 0;
    /*min-height: 12rem;*/
    padding-bottom: 56.25%;
}

.thumbnail .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px 4px 0 0;
    display: block;
    position: relative;
    /*image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;*/
}

.thumbnail .image .author {
    color: #ffffff;
}

.thumbnail .image .price {
    background-color: #e37222;
    border-width: 1px 0 0 1px;
    border-top-left-radius: 4px;
    bottom: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    padding: 3px 20px 3px 10px;
    position: absolute;
    right: 0;
}

a.apply-discount {
    border-top-right-radius: 0;
    position: relative;
}

.apply-discount:before {
    background-color: #215788;
    border-radius: 4px 0 0 4px;
    color: #ffffff;
    content: 'Member discount applied';
    font-size: 12px;
    right: 0;
    padding: 1px 5px 0;
    position: absolute;
    top: -18px;
    white-space: nowrap;
}

a.apply-discount:before {
    border-top-right-radius: 4px;
    right: -1px;
}

a.btn-block.apply-discount {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 17px;
}

a.btn-block.apply-discount:before {
    border-bottom-left-radius: 0;
    left: -1px;
}

.thumbnail .caption {
    padding: 25px;
}

.thumbnail .caption h1, .thumbnail .caption h2, .thumbnail .caption h3, .thumbnail .caption h4, .thumbnail .caption h5, .thumbnail .caption h3 {
    word-break: break-word;
}

.thumbnail .caption h3:first-child {
    margin-top: 0;
}

.thumbnail .caption .meta {
    border-top: dashed 2px #f2f3f8;
    margin-top: 10px;
}

.thumbnail .caption .meta>div {
    margin-top: 10px;
}

.thumbnail .caption .summary p:last-child {
    margin-bottom: 0;
}

/*.thumbnail .caption :nth-last-child(2)
        {
            margin-bottom: 0;
        }*/

.thumbnail .date {
    background-color: #e37222;
    border-radius: 0 4px;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    padding: 5px 10px;
    right: 0;
    text-align: center;
    top: 0;
}

.thumbnail.event .image:before {
    -webkit-box-shadow: inset -2px 0 6px rgba(69, 65, 78, 0.08);
    -moz-box-shadow: inset -2px 0 6px rgba(69, 65, 78, 0.08);
    box-shadow: inset -2px 0 6px rgba(69, 65, 78, 0.08);
    left: -15px;
}

.thumbnail.event .image:after {
    -webkit-box-shadow: inset 2px 0 6px rgba(69, 65, 78, 0.08);
    -moz-box-shadow: inset 2px 0 6px rgba(69, 65, 78, 0.08);
    box-shadow: inset 3px 0 6px rgba(69, 65, 78, 0.08);
    right: -15px;
}

.thumbnail.member {
    height: calc(100% - 30px);
    padding: 25px 0 0;
    text-align: center;
}

.thumbnail.member .image {
    display: block;
    height: auto;
    padding: 0;
}

.thumbnail.member .caption {
    padding-top: 0;
}

.thumbnail.member .meta {
    text-align: left;
}

.text-nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
}

.thumbnail.video a.image:hover:after, .thumbnail.webinar a.image:hover:after {
    content: '\25B6';
    font-size: 32px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.thumbnail.video a.image:hover:after {
    color: #f4516c;
}

.thumbnail.webinar a.image:hover:after {
    color: #bed600;
}

/*.thumbnail.video > a:after, .thumbnail.podcast > a:after, .thumbnail.ebook > a:after, .thumbnail.presentation > a:after, .thumbnail.webinar > a:after
    {
        font-family: FontAwesome;
        align-items: center;
        border-radius: 50%;
        display: flex;
        
        font-size: 22px;
        height: 50px;
        justify-content: center;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 50px;
    }

    .thumbnail.video > a:after
    {
        background-color: rgba(244, 81, 108,.8);
        color: #ffffff;
        content: '\25B6';
    }

    .thumbnail.podcast > a:after
    {
        background-color: rgba(255, 184, 34,.8);
        color: #111111;
        content: '\f2ce';
    }

    .thumbnail.ebook > a:after
    {
        background-color: rgba(255, 184, 34,.8);
        color: #111111;
        content: '\f02d';
    }

    .thumbnail.presentation > a:after
    {
        background-color: rgba(54, 163, 247,.8);
        color: #ffffff;
        content: '\f15b';
    }

    .thumbnail.webinar > a:after
    {
        background-color: rgba(54, 163, 247,.8);
        color: #ffffff;
        content: '\f108';
    }*/

.addthis_inline_share_toolbox {
    display: inline-block !important;
    vertical-align: middle;
}

/*.btn-tile-custom
{
    background-color: #c8c8c8;
    border-radius: 4px;
    display: flex;
        
    text-align: center;
    height: calc(100% - 30px);
    margin: 0;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
}

    .btn-tile-custom .small, .btn-tile-custom i
    {
        color: white;
    }

    .btn-tile-custom .small
    {
        display: inline-block;
        line-height: 1.2em;
    }


    .btn-tile-custom:hover
    {
        opacity: .9;
    }*/

.news {
    margin-bottom: 30px;
}

.news>div {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    color: #333333;
    height: 100%;
}

.news:hover>div {
    color: #e37222;
}

.news .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-bottom: 56.25%;
}

.news:hover .image {
    opacity: .8;
}

.news .col-xs-6 {
    padding-bottom: 15px;
    padding-top: 15px;
}

.news .col-xs-6:first-child {
    padding: 0;
}

.news h3 {
    margin-top: 0;
}

.news h4 {
    margin-bottom: 0;
}

.news .datetime {
    margin-top: 0;
}

/**************************************************
TABLE
**************************************************/

table.table {
    font-size: 14px;
    margin-bottom: 0;
}

table.table th a {
    color: #676c7b;
    font-weight: 600;
    white-space: nowrap;
}

.table [data-attribute="statuscode"] {
    white-space: nowrap;
}

.table>tbody:first-child>tr:first-child>td {
    border-top: 0;
}

/**************************************************
FORM
**************************************************/

.form-group {
    margin-bottom: 0;
    padding-bottom: 15px;
    /*padding-top: 15px;*/
}

/*.form-group .control-label, label
    {
        font-weight: 400;
    }*/

/*.crmEntityFormView .cell label
{
    display: inline-block !important;
    float: none !important;
}*/

@media (min-width: 992px) {
    .form-group:first-child {
        padding-top: 0;
    }
}

.form-group ul {
    margin-bottom: 0;
}

.form-group ul li.active a {
    font-weight: 700;
}

.form-control {
    /*background-color: #f7f6fa;*/
    box-shadow: none;
}

/*.form-control, .btn
{
    font-size: 16px;
}

.input-group-btn .btn
{
    padding-bottom: 5px;
    padding-top: 5px;
}*/

form:not(#clickdimensionsForm) input[type="radio"][id] {
    height: 0 !important;
    margin: 0 !important;
    opacity: 0 !important;
    width: 0 !important;
}

input[type="radio"][id]+label[for] {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 15px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 15px;
    padding-top: 10px;
    position: relative;
}

input[type="radio"][id]+label[for]:before, input[type="radio"][id]+label[for]:after {
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 20px;
    position: absolute;
    transition: .2s;
    width: 20px;
}

input[type="radio"][id]+label[for]:before {
    background-color: #f7f6fa;
    border: solid 1px #cccccc;
    left: 0;
    margin-right: 5px;
    position: absolute;
    top: 10px;
    vertical-align: middle;
}

input[type="radio"][id]:focus+label[for]:before {
    border-color: #e37222;
}

input[type="radio"][id]+label[for]:after {
    background-color: #f7f6fa;
    height: 6px;
    left: 7px;
    top: 17px;
    width: 6px;
}

input[type="radio"][id]+label[for]:hover:after {
    background-color: #e37222;
}

input[type="radio"][id]:checked+label[for]:after {
    background-color: #e37222;
    height: 20px;
    left: 0;
    top: 10px;
    width: 20px;
}

/**************************************************
PROFILE
**************************************************/

div[data-path^="/settings/"], div[data-path*="/account/manage/"] {
    background-color: #ffffff;
}

div[data-path^="/settings/"] .breadcrumb, div[data-path*="/account/manage/"] .breadcrumb {
    display: none;
}

div[data-path^="/settings/"] .well, div[data-path*="/account/manage/"] .well {
    border: 0;
    box-shadow: none;
}

div[data-path^="/settings/"] .crmEntityFormView .section-title.show-bar, div[data-path*="/account/manage/"] .crmEntityFormView .section-title.show-bar {
    margin-bottom: 30px;
}

div[data-path^="/settings/"] .crmEntityFormView .actions, div[data-path*="/account/manage/"] .crmEntityFormView .actions {
    margin-top: 0;
}

div[data-path^="/settings/"] .list-group, div[data-path*="/account/manage/"] .list-group {
    border: solid 1px #dddddd;
    border-radius: 4px;
}

.panel>.list-group .list-group-item {
    border-width: 1px 0 0 0;
}

/**************************************************
HOME
**************************************************/

/*.img-feather
{
    position: relative;
}

    .img-feather:after
    {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        box-shadow: inset 0 0 10px 10px #f2f3f8;
    }*/

.text-light {
    color: #ffffff !important;
}

/*.stats
{
    padding-bottom: 180px;
}

    .stats small
    {
        display: block;
    }*/

.cta {
    background: #f9f8f7 center bottom no-repeat url('https://enterprisenation.blob.core.windows.net/enterprisenation/dd5dc3e65534e811a956002248072fe8/content-bg-home.svg');
    background-size: cover;
    padding-bottom: 60px;
    padding-top: 45px;
}

/*.cta:before
    {
        background-image: url('https://www.enterprisenation.com/assets/marketplace_bg-e795e9e938e8d6c5336db6789a8b82c780d788b82f5ec8b4c4bd93f6989e1d2b.svg');
        bottom: 0;
        padding-bottom: 60px;
        padding-top: 45px;
        background-size: 120px;
        background-repeat: repeat;
        content: '';
        display: block;
        left: 0;
        opacity: .1;
        position: absolute;
        right: 0;
        top: 0;
    }*/

#yearly, #monthly, .for-yearly, .for-monthly {
    display: none;
    margin: 0 !important;
}

input#yearly:checked~div .for-yearly, input#monthly:checked~div .for-monthly {
    display: inline-block;
}

label[for="yearly"], label[for="monthly"] {
    color: #c0c0c0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
    z-index: 1;
}

label[for="yearly"] {
    padding-right: 40px;
}

label[for="monthly"] {
    padding-left: 40px;
}

input#yearly:checked~div label[for="yearly"], input#monthly:checked~div label[for="monthly"] {
    color: #e37222;
}

.switch div {
    background-color: #e37222;
    border: solid 2px #e37222;
    border-radius: 20px;
    box-shadow: inset 8px 8px 6px rgba(0, 0, 0, .25);
    display: inline-block;
    height: 30px;
    margin: 0 -30px;
    position: relative;
    vertical-align: middle;
    width: 60px;
}

.switch div:after {
    background-color: #ffffff;
    border-radius: 20px;
    bottom: 0;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .25);
    content: "";
    left: 15px;
    height: 26px;
    position: absolute;
    top: 0;
    transition: left 0.2s linear;
    width: 26px;
}

input#yearly:checked~div .switch div:after {
    left: 0;
}

input#monthly:checked~div .switch div:after {
    left: 30px;
}

div[data-path="/"] .pricing-table {
    background-color: #f2f3f8;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f2f3f8, endColorstr=#ffffff);
    background-image: -webkit-linear-gradient(#f2f3f8 0, #ffffff 100%);
    background-image: -o-linear-gradient(#f2f3f8 0, #ffffff 100%);
    background-image: linear-gradient(#f2f3f8 0, #ffffff 100%);
}

/*.pricing-table > div
    {
        background-image: url('https://www.enterprisenation.com/assets/marketplace_bg-e795e9e938e8d6c5336db6789a8b82c780d788b82f5ec8b4c4bd93f6989e1d2b.svg');
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: contain;
    }*/

.pricing-table .plan-sm, .pricing-table .plan-af, .pricing-table .plan-a {
    margin-bottom: 30px;
}

.pricing-table .well, .pricing-table .well .row {
    height: 100%;
    margin-bottom: 0;
}

.pricing-table .well .button {
    bottom: 0;
    left: 15px;
    position: absolute;
    right: 15px;
}

/*.pricing-table .ver-divider
    {
        background-image: url('https://enterprisenationportal.microsoftcrmportals.com/_images/en-arrows-left-right.png');
        background-position: center center;
        background-repeat: no-repeat;
    }*/

.pricing-table h3 {
    margin-bottom: 0;
    position: relative;
    z-index: 0;
}

.pricing-table h3~* {
    position: relative;
    z-index: 1;
}

.pricing-table .plan-af h3, .pricing-table .plan-af .pricing {
    color: #111111;
}

.pricing-table .plan-sm h3:before, .pricing-table .plan-af h3:before, .pricing-table .plan-a h3:before {
    background-color: #215788;
    border-radius: 0 4px 0 0;
    bottom: -70px;
    content: '';
    /*height: 180px;*/
    left: -19px;
    position: absolute;
    right: -19px;
    top: -27px;
    transform: skewY(-2deg);
    transform-origin: top left;
    z-index: -1;
}

.pricing-table .plan-sm h3:before {
    background-color: #215788;
}

.pricing-table .plan-af h3:before {
    background-color: #ffb822;
}

.pricing-table .plan-a h3:before {
    background-color: #e37222;
}

.pricing-table ul {
    margin: -10px 0;
}

.pricing-table ul li~li {
    border-top: dashed 1px #cccccc;
    margin-top: 10px;
    padding-top: 10px;
}

/**************************************************
FOOTER
**************************************************/

footer {
    background-color: #404040;
    background-image: url('https://enterprisenationportal.microsoftcrmportals.com/_images/flow-triangles.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #a0a0a0;
    padding: 60px 0 160px;
}

footer a {
    color: #ffffff;
}

footer a:hover {
    color: #e37222;
}

footer .modal a {
    color: #e37222;
}

footer ul.list-unstyled li {
    padding: 3px 12px;
}

footer ul.list-unstyled li~li {
    border-top: dotted 1px #808080;
}

/**************************************************
JOIN
**************************************************/

div[data-path^="/join/"], div[data-path*="/login/"], div[data-path*="signin"] {
    background-color: #00b7b2;
    position: relative;
}

div[data-path="/join/tsb/"] {
    background-color: #35bced;
}

div[data-path*="/tsb"] [id*="WebFormControl"] a, div[data-path*="/tsb"] [id*="WebFormControl"] input#yearly:checked~div label[for="yearly"], div[data-path*="/tsb"] [id*="WebFormControl"] input#monthly:checked~div label[for="monthly"] {
    color: #35bced;
}

div[data-path*="/tsb"] .list-group-item.active, div[data-path*="/tsb"] .list-group-item.active:hover, div[data-path*="/tsb"] .list-group-item.active:focus, div[data-path*="/tsb"] .switch div {
    background-color: #0168b3;
    border-color: #0168b3;
}

div[data-path*="/tsb"] .list-group-item.list-group-item-success {
    background-color: #35bced;
    border-color: #35bced;
}

div[data-path*="/bizspace"] .list-group-item.active, div[data-path*="/bizspace"] .list-group-item.active:hover, div[data-path*="/bizspace"] .list-group-item.active:focus, div[data-path*="/bizspace"] .switch div {
    background-color: #01dcbe;
    border-color: #01dcbe;
}

div[data-path*="/bizspace"] .list-group-item.list-group-item-success {
    background-color: #000000;
    border-color: #000000;
}

div[data-path="/join/icaew/"] {
    background-color: #c6ca91;
}

div[data-path="/join/icaew/"] a, div[data-path="/join/icaew/"] input#yearly:checked~div label[for="yearly"], div[data-path="/join/icaew/"] input#monthly:checked~div label[for="monthly"] {
    color: #c6ca91;
}

div[data-path="/join/icaew/"] .list-group-item.active, div[data-path="/join/icaew/"] .list-group-item.active:hover, div[data-path="/join/icaew/"] .list-group-item.active:focus, div[data-path="/join/icaew/"] .switch div {
    background-color: #d0c7c4;
    border-color: #d0c7c4;
}

div[data-path="/join/icaew/"] .list-group-item.list-group-item-success {
    background-color: #c6ca91;
    border-color: #c6ca91;
}

div[data-path^="/join/"] table {
    background-color: transparent;
}

@media (min-width: 1281px) {
    div[data-path^="/join/"]:before, div[data-path^="/join/"]:after {
        display: flex;
    }
}

.registering-as {
    border-radius: 4px;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    padding: 20px;
}

.registering-as.adviser {
    background-color: #e37222;
}

.registering-as.small-business {
    background-color: #215788;
}

.registering-as.adviser-listing {
    background-color: #ffb822;
    color: #111111;
}

.registering-as h2 {
    margin-bottom: 0;
}

.registering-as h2 small {
    color: #ffffff;
    display: block;
    margin-top: 5px;
}

.registering-as.adviser-listing h2 small {
    color: #111111;
}

div[data-path^="/join/"] .breadcrumb {
    display: none;
}

div[data-path^="/join/"] .page-header {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
}

div[data-path^="/join/"] form {
    background-color: #ffffff;
    /*background-color: rgba(255,255,255,.9);*/
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
}

div[data-path^="/join/"] .page-heading, div[data-path^="/join/"] form>.container {
    padding: 0 30px 30px;
    max-width: none;
    width: 100%;
}

@media (min-width: 768px) {
    div[data-path^="/join/"] .page-heading, div[data-path^="/join/"] form>.container {
        padding: 0 60px 30px;
    }
}

@media (max-width: 479px) {
    div[data-path^="/join/"] .page-heading, div[data-path^="/join/"] form>.container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

div[data-path^="/join/"] .page-heading {
    padding-bottom: 0;
    padding-top: 0;
}

@media (min-width: 768px) {
    div[data-path^="/join/"] form {
        border-radius: 4px;
        margin: 30px auto;
        width: 750px;
    }
}

div[data-path^="/join/"] .page-heading .container-fluid.bg-warning:hover {
    width: auto;
}

div[data-path^="/join/"] fieldset.disable {
    position: relative;
}

div[data-path^="/join/"] fieldset.disable:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    display: block;
    background-color: rgba(255, 255, 255, .75);
}

/*
@media (min-width: 992px)
{
    .dashboard-search .col-sm-12 ~ .col-sm-12:not(:last-child)
    {
        padding-left: 5px;
        padding-right: 5px;
    }

    .dashboard-search .col-sm-12:first-child
    {
        padding-right: 5px;
    }

    .dashboard-search .col-sm-12:last-child
    {
        padding-left: 5px;
    }

    .dashboard-search .media-left
    {
        display: block;
        margin-top: 0;
        padding-right: 0;
    }
}

.dashboard-search .media-heading
{
    font-size: 16px;
    margin-bottom: 0;
}
*/

input.form-control::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 12px;
}

input.form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 12px;
}

input.form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 12px;
}

input.form-control:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 12px;
}

/**************************************************
PROGRESS BAR
**************************************************/

ol.progress {
    background-color: #f2f3f8;
    display: flex;
    margin-bottom: 30px;
}

ol.progress>li {
    border: 0;
    flex-basis: 0;
    flex-grow: 1;
    font-size: 13px;
    max-width: 100%;
    text-align: center;
}

div[id*="ProgressIndicator"] .list-group-item-success {
    color: #ffffff;
}

div[id*="ProgressIndicator"]~#WebFormPanel .tab-title {
    padding: 0 0 10px;
}

body .crmEntityFormView .actions {
    border-top: 0;
    margin: 0;
    padding-top: 0;
}

body .crmEntityFormView .actions .col-sm-6 {
    max-width: 100%;
    padding: 0;
    text-align: center;
}

body .crmEntityFormView .actions .btn {
    font-size: 16px;
    padding: 8px 22px;
}

body .crmEntityFormView .actions .btn-group:first-child:not(:last-child) {
    float: left;
}

body .crmEntityFormView .actions>.btn, body .crmEntityFormView .actions .btn-group:last-child {
    float: right;
}

div[data-path*="discovery"] .well {
    padding: 30px;
}

div[data-path*="discovery"] .crmEntityFormView .tab-title {
    border-bottom: 0;
    margin-bottom: 0;
}

div[data-path*="discovery"] ol.progress li.list-group-item {
    font-size: 0;
    padding-left: 0;
    padding-right: 0;
}

div[data-path*="discovery"] ol.progress li.list-group-item span.number, div[data-path*="discovery"] ol.progress li.list-group-item span.glyphicon {
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    padding: 0;
}

div[data-path*="discovery"] ol.progress li.list-group-item-success span.number {
    display: none;
}

div[id*="ProgressIndicator"]~#WebFormPanel div>label {
    font-size: 16px;
}

div .crmEntityFormView fieldset {
    margin-bottom: 0;
}

.crmEntityFormView .section-title {
    border-bottom: dashed 1px #cccccc !important;
    margin-bottom: 15px !important;
    padding-bottom: 5px !important;
}

/**************************************************
DISCOVERY - RECOMMENDATION
**************************************************/

[data-name="Recommendations"] {
    counter-reset: headings;
}

[data-name="Recommendations"] tr {
    counter-increment: headings;
}

[data-name="Recommendations"] tr:nth-child(odd) {
    background-color: #f2f3f8;
}

.crmEntityFormView [data-name="Recommendations"] .cell {
    padding: 30px !important;
}

[data-name="Recommendations"] .info {
    margin-bottom: 15px;
}

.crmEntityFormView [data-name="Recommendations"] .cell label {
    font-size: 1.4em;
    float: none;
}

[data-name="Recommendations"] .info label:before {
    content: counter(headings) ' - ';
}

[data-name="Recommendations"] tr:nth-child(-n+9) .info label:before {
    content: '0'counter(headings) ' - ';
}

[data-name="Recommendations"] .info label+div {
    display: none;
}

[data-name="Recommendations"] .discovery-recommend .caption p {
    font-size: 16px;
}

[data-name="Recommendations"] .discovery-recommend .caption p:last-child {
    margin-bottom: 0;
}

[data-name="Recommendations"] .discovery-recommend .button {
    margin-top: 15px;
}

/**************************************************
JOIN / MEMBERSHIP OPTION
**************************************************/

div[data-path^="/join/"] .plan-selector {
    border: dashed 0 #f2f3f8;
    border-width: 4px 0;
    margin: 20px 0;
    padding: 0 0 20px 0;
}

div[data-path^="/join/"] .plan-selector.selected {
    background-color: #676c7b;
    border: 0;
    border-radius: 4px;
    color: #ffffff;
    padding: 20px 15px;
    text-align: center;
}

div[data-path^="/join/"] .plan-selector p {
    margin-bottom: 0;
}

div[data-path^="/join/"] .en-plans {
    margin: 30px 0 10px;
}

div[data-path^="/join/"] .en-plans>div {
    align-items: center;
    border: solid 1px #cccccc;
    border-radius: 4px;
    background-color: #ffffff;
    cursor: pointer;
    color: #111111;
    display: flex;
    font-weight: 400;
    justify-content: center;
    margin-left: -1px;
    padding: 15px;
    transform: skewY(-4deg);
    transform-origin: top left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

div[data-path^="/join/"] .en-plans h2 {
    margin-bottom: 0;
    transform: skewY(4deg);
    white-space: initial;
}

div[data-path^="/join/"] .en-plans>div.btn-danger.active, div[data-path^="/join/"] .en-plans>div.btn-danger:hover {
    color: #ffffff;
    background-color: #215788;
    border-color: #215788;
}

div[data-path^="/join/"] .en-plans>div.btn-warning.active, div[data-path^="/join/"] .en-plans>div.btn-warning:hover {
    background-color: #ffb822;
    border-color: #ffb822;
}

div[data-path^="/join/"] .en-plans>div.btn-success.active, div[data-path^="/join/"] .en-plans>div.btn-success:hover {
    color: #ffffff;
    background-color: #e37222;
    border-color: #e37222;
}

div[data-path^="/join/"] .crmEntityFormView .tab .tab-column {
    padding-left: 0;
}

div[data-path^="/join/"] .switch-billing {
    margin: 20px 0 30px;
}

.crmEntityFormView .cell {
    padding-right: 0 !important;
}

.crmEntityFormView .cell:first-child {
    padding-left: 0 !important;
}

.crmEntityFormView [data-name="Recommendations"] .cell:first-child {
    padding-left: 30px !important;
}

/**************************************************
SIGN IN
**************************************************/

.nav.nav-tabs.nav-account {
    display: none;
}

/*
header[data-path^="/signin"], header[data-path*="/login"], header[data-path^="/register"], header[data-path^="/termsandconditions"] {
    display: none;
}

div[data-path^="/signin"] .nav>li>a, div[data-path*="/login"] .nav>li>a, div[data-path^="/register"] .nav>li>a, div[data-path^="/termsandconditions"] .nav>li>a {
    font-size: 14px;
    padding: 5px 10px;
}

div[data-path^="/signin"], div[data-path*="/login"], div[data-path^="/register"], div[data-path^="/termsandconditions"] {
    background-color: #ffffff;
    display: flex;
    margin-top: 0;
}

div[data-path^="/signin"] #content-container, div[data-path*="/login"] #content-container, div[data-path^="/register"] #content-container, div[data-path^="/termsandconditions"] #content-container {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    margin: 0;
    padding: 20px 60px 60px;
    position: relative;
    width: 100%;
    z-index: 2;
}

div[data-path^="/join/"] .page-copy, div[data-path^="/signin"] .page-copy, div[data-path*="/login"] .page-copy, div[data-path^="/register"] .page-copy, div[data-path^="/termsandconditions"] .page-copy {
    margin-bottom: 10px;
}

div[data-path^="/signin"] .page-content .row .col-md-6:last-child, div[data-path*="/login"] .page-content .row .col-md-6:last-child, div[data-path^="/register"] .page-content .row .col-md-6:last-child, div[data-path^="/termsandconditions"] .page-content .row .col-md-6:last-child {
    border-top: dashed 2px #e1dcd4;
    margin-top: 20px;
    padding-top: 30px;
}

div[data-path^="/signin"] legend, div[data-path*="/login"] legend, div[data-path^="/register"] legend, div[data-path^="/termsandconditions"] legend {
    border: 0;
    font-size: 24px;
    text-align: center;
}

@media (max-width: 767px) {
    div[data-path^="/signin"] .form-group .col-sm-8, div[data-path*="/login"] .form-group .col-sm-8, div[data-path^="/register"] .form-group .col-sm-8, div[data-path^="/termsandconditions"] .form-group .col-sm-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    div[data-path^="/signin"] #content-container, div[data-path*="/login"] #content-container, div[data-path^="/register"] #content-container, div[data-path^="/termsandconditions"] #content-container {
        width: 500px;
    }
    div[data-path^="/signin"], div[data-path*="/login"] {
        position: relative;
    }
    div[data-path^="/signin"]:before, div[data-path^="/signin"]:after, div[data-path*="/login"]:before, div[data-path*="/login"]:after, div[data-path^="/register"]:before, div[data-path^="/register"]:after, div[data-path^="/termsandconditions"]:before, div[data-path^="/termsandconditions"]:after {
        align-items: center;
        bottom: 0;
        content: '';
        display: flex;
        left: 500px;
        position: absolute;
        right: 0;
        top: 0;
        justify-content: center;
        text-align: center;
        white-space: pre;
    }
    div[data-path^="/signin"]:after, div[data-path*="/login"]:after, div[data-path^="/register"]:after, div[data-path^="/termsandconditions"]:after {
        content: 'Get started today. \A Grow your business. \A Get connected.';
        font-size: 50px;
        color: #ffffff;
    }
    div[data-path^="/signin"]:before, div[data-path*="/login"]:before, div[data-path^="/register"]:before, div[data-path^="/termsandconditions"]:before {
        background-color: #00b7b2;
        background-image: linear-gradient(rgba(3, 158, 156, 0.86), rgba(3, 158, 156, 0.86)), url("https://www.enterprisenation.com/_images/banner_5.jpg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    div[data-path*="/register"].partner-tsb:before {
        background-color: #0168b3;
        background-image: linear-gradient(rgba(1, 104, 179, 0.86), rgba(1, 104, 179, 0.86)), url("https://www.enterprisenation.com/_images/tsb-branch.jpg");
    }
    div[data-path*="/register"].partner-tsb:after {
        content: 'Helping your business \A become more digital';
        font-size: 42px;
        color: #ffffff;
    }
}

div[data-path*="/register"] .alert.alert-info {
    font-size: 0;
}

div[data-path*="/register"] .alert.alert-info:before {
    content: 'Thanks for registering to be part of Enterprise Nation. Simply add your email and a unique password to get started.';
    font-size: 16px;
}

div[data-path*="/register"] .alert.alert-info strong {
    display: none;
}*/

.alert-danger .text-danger {
    color: #ffffff;
}

button[title*="Facebook"] {
    background-color: #3B5998;
    border-color: #3B5998;
}

button[title*="Facebook"]:hover, button[title*="Facebook"]:focus, button[title*="Facebook"]:active:focus {
    background-color: #324a7d;
    border-color: #324a7d;
}

button[title*="Google"] {
    background-color: #C20806;
    border-color: #C20806;
}

button[title*="Google"]:hover, button[title*="Google"]:focus, button[title*="Google"]:active:focus {
    background-color: #a70806;
    border-color: #a70806;
}

button[title*="LinkedIn"] {
    background-color: #04669A;
    border-color: #04669A;
}

button[title*="LinkedIn"]:hover, button[title*="LinkedIn"]:focus, button[title*="LinkedIn"]:active:focus {
    background-color: #03537d;
    border-color: #03537d;
}

button[title*="Office"] {
    background-color: #D13438;
    border-color: #D13438;
}

button[title*="Office"]:hover, button[title*="Office"]:focus, button[title*="Office"]:active:focus {
    background-color: #b52d30;
    border-color: #b52d30;
}

button[title*="Twitter"] {
    background-color: #00B6F1;
    border-color: #00B6F1;
}

button[title*="Twitter"]:hover, button[title*="Twitter"]:focus, button[title*="Twitter"]:active:focus {
    background-color: #01a3d8;
    border-color: #01a3d8;
}

input[value="Register"], button#submit-redeem-invitation, #submit-signin-local {
    border: 0;
    display: block;
    font-size: 16px;
    margin-top: 15px;
    padding: 10px 12px;
    width: 100%;
}

div[data-path^="/signin"] .btn-default, div[data-path*="/login"] .btn-default, div[data-path^="/register"] .btn-default, div[data-path^="/termsandconditions"] .btn-default {
    border: 0;
    display: block;
    font-size: .8em;
    margin-top: 20px;
    width: 100%;
}

div[data-path^="/signin"] .form-group .control-label, div[data-path*="/login"] .form-group .control-label, div[data-path^="/register"] .form-group .control-label, div[data-path^="/termsandconditions"] .form-group .control-label {
    margin-bottom: 5px;
    text-align: left;
}

div[data-path^="/signin"] .col-sm-2, div[data-path^="/signin"] .col-sm-4, div[data-path^="/signin"] .col-sm-8, div[data-path^="/signin"] .col-sm-10, div[data-path^="/signin"] .col-md-6, div[data-path*="/login"] .col-sm-2, div[data-path*="/login"] .col-sm-4, div[data-path*="/login"] .col-sm-8, div[data-path*="/login"] .col-sm-10, div[data-path*="/login"] .col-md-6, div[data-path*="/login"] .row>div, div[data-path^="/register"] .col-sm-2, div[data-path^="/register"] .col-sm-4, div[data-path^="/register"] .col-sm-8, div[data-path^="/register"] .col-sm-10, div[data-path^="/register"] .col-md-6, div[data-path^="/termsandconditions"] .col-sm-2, div[data-path^="/termsandconditions"] .col-sm-4, div[data-path^="/termsandconditions"] .col-sm-8, div[data-path^="/termsandconditions"] .col-sm-10, div[data-path^="/termsandconditions"] .col-md-6 {
    flex: 0 0 100%;
    margin-left: 0;
    max-width: 100%;
}

div[data-path^="/join/"] .form-control, div[data-path^="/signin"] .form-control, div[data-path*="/login"] .form-control, div[data-path^="/register"] .form-control, div[data-path*="/billing"] .form-control {
    height: 44px;
}

div[data-path^="/join/"]~footer
, div[data-path^="/signin"]~footer
, div[data-path*="/login"]~footer
, div[data-path^="/register"]~footer
, div[data-path^="/termsandconditions"]~footer {
    display: none;
}

/**************************************************
ALERT
**************************************************/

.alert {
    word-break: break-word;
}

.alert a {
    color: #ffffff !important;
}

.alert a:before {
    content: '- ';
}

.alert a.alert-link:before {
    content: '';
}

#reviews .media, #reviews .media-body {
    overflow: visible;
}

/**************************************************
DASHBOARD
**************************************************/

/*div[data-path="/dashboard/"] .btn-group
{
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
}

    div[data-path="/dashboard/"] .btn-group a
    {
        padding: 6px 18px;
    }
    */

.cta-tsb .well {
    /*align-items: center;
    display: flex;
        
    padding: 0;*/
    height: calc(100% - 30px);
    display: block;
}

.cta-tsb a.media {
    display: block;
}

.cta-tsb .media-body {
    padding: 30px;
}

.cta-tsb h3 {
    margin: 0;
}

ul.badges {
    margin-bottom: 0;
}

ul.badges li {
    padding: 5px;
}

ul.badges img {
    height: 30px;
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
}

/*ul.badges img[src*="tsb"]
        {
            height: 25px;
        }*/

.profile-image {
    border-radius: 50%;
    display: inline-block;
    height: 120px;
    text-align: center;
    width: 120px;
}

div.profile-image {
    background-color: #E37222;
}

.profile-image-initials {
    color: #ffffff;
    font-size: 60px;
    line-height: 1;
    position: relative;
    top: 30px;
}

div[data-path="/register"] .form-group:nth-last-child(2), div[data-path="/register/"] .form-group:nth-last-child(2) {
    display: none;
}

.content-scroll {
    position: relative;
}

.content-scroll .content-y {
    line-height: 1.6em;
    margin: 0 -20px;
    max-height: 150px;
    overflow-x: hidden;
    padding: 0 20px;
}

.content-scroll.content-scroll-200 .content-y {
    max-height: 200px;
}

.content-scroll.content-scroll-250 .content-y {
    max-height: 250px;
}

.content-scroll.content-scroll-300 .content-y {
    max-height: 300px;
}

.content-scroll.content-scroll-400 .content-y {
    max-height: 400px;
}

.content-scroll.content-scroll-500 .content-y {
    max-height: 500px;
}

.service-status span {
    font-size: 1.2em;
    font-weight: 600;
}

.service-status.service-status-new span {
    color: #ffb822;
}

.service-status.service-status-accepted span {
    color: #e37222;
}

.service-status.service-status-progress span {
    color: #36a3f7;
}

.service-status.service-status-completed span {
    color: #00b7b2;
}

.service-status.service-status-declined span {
    color: #f4516c;
}

.service-status ul {
    display: flex;
    margin: 0;
    text-align: center;
}

.service-status li {
    background-color: #f2f3f8;
    border-radius: 4px;
    flex: 1;
    height: 32px;
    line-height: 32px;
}

.service-status li~li {
    margin-left: 10px;
}

.service-status li:nth-child(1) {
    color: #ffb822;
}

.service-status li:nth-child(2) {
    color: #e37222;
}

.service-status li:nth-child(3) {
    color: #36a3f7;
}

.service-status li:nth-child(4) {
    color: #00b7b2;
}

.service-status li:nth-child(5) {
    color: #f4516c;
}

.service-status.service-status-new li:nth-child(1) {
    background-color: #ffb822;
}

.service-status.service-status-accepted li:nth-child(2) {
    background-color: #e37222;
}

.service-status.service-status-progress li:nth-child(3) {
    background-color: #36a3f7;
}

.service-status.service-status-completed li:nth-child(4) {
    background-color: #00b7b2;
}

.service-status.service-status-declined li:nth-child(5) {
    background-color: #f4516c;
}

.service-status li:before {
    color: inherit;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.service-status.service-status-accepted li:nth-child(1):before {
    content: '\f00c';
}

.service-status.service-status-progress li:nth-child(1):before, .service-status.service-status-progress li:nth-child(2):before {
    content: '\f00c';
}

.service-status.service-status-completed li:nth-child(1):before, .service-status.service-status-completed li:nth-child(2):before, .service-status.service-status-completed li:nth-child(3):before {
    content: '\f00c';
}

ul.service-communication {
    display: table;
    table-layout: fixed;
}

ul.service-communication>li {
    /*display: table-row;*/
    position: relative;
    width: 100%;
}

ul.service-communication>li:before {
    background-color: #ffb822;
    content: '';
    height: 100%;
    left: 140px;
    opacity: .33;
    position: absolute;
    width: 2px;
}

ul.service-communication>li.status-new:before, .service-communication>li.status-new~li:before {
    background-color: #e37222;
}

ul.service-communication>li.status-progress:before, .service-communication>li.status-progress~li:before {
    background-color: #36a3f7;
}

ul.service-communication>li.status-completed:before, .service-communication>li.status-completed~li:before {
    background-color: #00b7b2;
}

ul.service-communication>li.status-declined:before, .service-communication>li.status-declined~li:before {
    background-color: #f4516c;
}

ul.service-communication>li>div {
    display: table-cell;
    padding-bottom: 20px;
    vertical-align: top;
}

ul.service-communication .message-datetime, ul.service-communication .message-icon {
    margin-right: 20px;
}

ul.service-communication .message-datetime {
    text-align: right;
    width: 100px;
}

ul.service-communication .message-icon {
    width: 40px;
}

ul.service-communication .message-icon .img-circle {
    align-items: center;
    border-radius: 100%;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    color: #ffffff;
    display: flex;
    font-size: 18px;
    height: 40px;
    justify-content: center;
    position: relative;
    width: 40px;
    z-index: 1;
}

ul.service-communication .message-datetime .message-date {
    font-size: .8em;
}

ul.service-communication .message-datetime .message-time {
    font-weight: 700;
}

ul.service-communication .message-icon, ul.service-communication .message-content {
    padding-left: 20px;
}

ul.service-communication .message-content .well {
    display: inline-block;
}

.pill {
    background: #dddddd;
    border-radius: 100px;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.6px;
    margin-top: 7px;
    padding: 4px 13px;
}

.pill.pill-primary {
    background-color: #e37222;
}

.pill.pill-info {
    background-color: #36a3f7;
}

.pill.pill-success {
    background-color: #00b7b2;
}

.pill.pill-danger {
    background-color: #f4516c;
}

.user-notification-unread {
    -webkit-animation: scaleWarning 1s infinite alternate;
    animation: scaleWarning 1s infinite alternate;
    border-radius: 50%;
    background: #ffb822;
    color: #ffffff;
    left: -4px;
    font-size: 10px;
    height: 16px;
    line-height: 12px;
    position: absolute;
    text-align: center;
    top: -4px;
    width: 16px;
}

.user-notification-unread:before {
    /*border: solid 1px #ffb822;*/
    border-radius: 100%;
    bottom: 0;
    content: '';
    display: block;
    height: 16px;
    left: 0;
    top: 0;
    position: absolute;
    right: 0;
    width: 16px;
}

.user-notification-unread:before {
    -webkit-animation: pulseWarning 2s linear infinite;
    animation: pulseWarning 2s linear infinite;
    background-color: #ffb822;
}

@keyframes pulseWarning {
    0% {
        /*background-color: #ffffff;*/
        /*opacity: 0.5;*/
        opacity: 1;
        transform: scale(1);
    }
    30% {
        /*background-color: #ffffff;*/
        /*opacity: 0.5;*/
        opacity: 1;
        transform: scale(1);
    }
    100% {
        /*background-color: #ffb822;*/
        opacity: 0;
        transform: scale(2);
    }
}

@keyframes scaleWarning {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.en-loading-bg {
    align-items: center;
    background-color: rgba(0, 0, 0, .75);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 9999;
}

.en-loading-bg span {
    font-size: 0;
}

.en-loading-bg span:after {
    content: "Please wait, updating your status now...";
    margin-left: 10px;
}

.en-loading-bg, .en-loading-bg span:after {
    color: #ffffff;
    font-size: 20px;
}

.en-loading-bg.en-loading-status-signout span:after {
    content: "Signing you out, please come back soon.";
}

.en-loading-bg.en-loading-status-immediately {
    background-color: rgba(0, 183, 178, 0.9);
}

.en-loading-bg.en-loading-status-nextfewdays {
    background-color: rgba(54, 163, 247, 0.9);
}

.en-loading-bg.en-loading-status-nextfewweeks {
    background-color: rgba(255, 184, 34, 0.9);
}

.en-loading-bg.en-loading-status-nextfewweeks, .en-loading-bg.en-loading-status-nextfewweeks span:after {
    color: #111111;
}

.en-loading-bg.en-loading-status-notavailable {
    background-color: rgba(244, 81, 108, 0.9);
}

.modal-body:after {
    clear: both !important;
    content: '' !important;
    display: table !important;
    width: 0 !important;
}

.responsiveCell.emptyCell, .clickdform.mainDiv .clear {
    display: none !important;
}

body .clickdform.mainDiv {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    border: solid 1px #f2f3f8 !important;
    border-radius: 8px !important;
    float: none !important;
    padding: 30px !important;
}

body #website-rating .clickdform.mainDiv {
    box-shadow: none !Important;
    border: none !Important;
    padding: 0 !important;
}

.responsiveRow {
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.responsiveRow {
    margin-bottom: 10px !important;
}

@media screen and (max-width: 566px) {
    .responsiveRow {
        flex-wrap: wrap !important;
    }
}

.responsiveRow>div {
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    padding: 0 15px !important;
    width: 100% !important;
}

.clickdform .minSize1, .clickdform .minSize2, .clickdform .minSize3 {
    display: inline-block !important;
    margin-bottom: 5px !important;
    min-width: 0 !important;
    text-align: left !important;
    width: 100% !important;
}

span.maxSize1.minSize1 {
    margin-bottom: 0 !important;
}

.clickdform .maxSize1 {
    display: block;
    max-width: 100% !important;
}

.clickdform .maxSize2 {
    max-width: 100% !important;
}

.clickdform .buttonContainer {
    margin: 0 !important;
    display: block !important;
    text-align: center !important;
}

.responsiveRow span, .clickdform input[type='text'], .clickdform textarea, .clickdform select {
    /*color: #676c7b !important;*/
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
}

.clickdform input[type='text']:focus, .clickdform textarea:focus, .clickdform select:focus {
    border: solid 1px #f9690e !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(249, 105, 14, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(249, 105, 14, 0.6) !important;
}

.clickdform select {
    height: auto !important;
}

.responsiveRow span {
    font-weight: bold !important;
}

.responsiveRow span>span {
    font-weight: normal !important;
}

.clickdform input[type='text'], .clickdform textarea, .clickdform select {
    border: solid 1px #cccccc !important;
    border-radius: 4px !important;
    padding: 7px 12px !important;
}

.clickdform .requiredStar {
    color: red !Important;
}

#btnSubmit, .WizardPrevButton, .WizardNextButton {
    background-color: #e37222 !important;
    border: 0 !important;
    border-radius: 4px !important;
    color: #ffffff !important;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 600;
    margin-top: 0 !important;
    padding: 10px 20px !important;
}

.WizardPrevButton {
    background-color: #ffffff !important;
    border: solid 1px #ebedf2 !important;
    color: #333333 !important;
}

.clickdform input[type="checkbox"] {
    margin-right: 15px;
}

button.fa {
    background-color: transparent;
    border: 0;
}

div[data-path="/help/guides/"] {
    background: #ffffff;
}

#guides-container .row .container {
    border-bottom: dashed 2px #dddddd;
}

#guides-container .media-right {
    padding-left: 30px;
}

#guides-container .media-left {
    padding-right: 30px;
}

@media screen and (max-width: 566px) {
    #guides-container .media-right {
        padding-left: 0;
    }
    #guides-container .media-left {
        padding-right: 0;
    }
    #guides-container .media-right, #guides-container .media-left {
        display: block;
        margin-bottom: 30px;
        text-align: center;
    }
}

#guides-index {
    background: #ffffff;
    border: solid 1px #dddddd;
    border-radius: 4px;
    overflow-y: auto;
    padding: 10px;
    z-index: 1;
}

#guides-index a {
    border-radius: 4px;
    color: #676c7b;
    display: block;
    font-size: 13px;
    padding: 5px 10px;
}

#guides-index a:hover {
    background-color: #eeeeee;
    color: #00b7b2;
}

#guides-index a.active {
    background-color: #00b7b2;
    color: #ffffff;
}

.ad, .ad:hover, .ad:focus {
    color: #ffffff;
}

.ad .ad-image img {
    border-radius: 4px 4px 0 0;
}

.ad .ad-copy {
    background-color: #404040;
    border-radius: 0 0 4px 4px;
    padding: 15px;
    text-align: left;
}

.ad-title {
    font-weight: 600;
    margin-top: 0;
}

.ad .ad-copy p {
    margin-bottom: 5px;
}

.ad .ad-copy :last-child {
    margin-bottom: 0;
}

.form-container {
    background-color: #404040;
    background-color: rgba(54, 54, 54, .9);
    border-radius: 4px;
    color: #ffffff;
    max-width: 600px;
    margin: 0 auto;
    padding: 30px;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
}

.form-container:after {
    clear: both;
    content: '';
    display: table;
}

/*.form-container .responsiveRow span
    {
        color: #ffffff !important;
    }*/

pre {
    background-color: transparent;
    border: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
}

#notescontrol a {
    white-space: nowrap;
}

#notescontrol .addnote {
    background-color: #00b7b2;
    color: #ffffff;
}

.note .alert-info {
    background-color: #f2f3f8 !important;
    border-color: #dddddd !important;
    margin-top: 2px !important;
}

.entity-notes {
    max-width: 100% !important;
}

.note .attachment .img .thumbnail img {
    max-width: 100% !important;
}

.note .alert a {
    color: #e37222 !important;
}

.note .attachment .link {
    clear: both !important;
    padding-top: 10px !important;
}

/*

#website-rating
{
    border: dashed 2px #e37222;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: 0px 0 0 5px rgba(69, 65, 78, 0.2);
    -moz-box-shadow: 0px 0 0 5px rgba(69, 65, 78, 0.2);
    box-shadow: 0px 0 0 5px rgba(69, 65, 78, 0.2);
    left: -120px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    width: 280px;
    z-index: 998;
}

@media (max-width: 480px)
{
    #website-rating
    {
        width: 320px;
    }
}


#website-rating .well
{
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
}

#website-rating .website-rating-heading
{
    cursor: pointer;
    padding: 10px;
}

    #website-rating .website-rating-heading:hover
    {
        background-color: #dddddd;
    }
#website-rating .well:after
    {
        clear: both;
        content: '';
        display: table;
    }*/

li.strike {
    opacity: .5;
}

pre {
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}

@media (max-width: 479px) {
    div[data-path]>.container-fluid, div[data-path]>.container-fluid>.container {
        padding-left: 5px;
        padding-right: 5px;
    }
}

h4+.personal-bio h1 {
    font-size: 21px;
}

h4+.personal-bio h2 {
    font-size: 18px;
}

h4+.personal-bio h3 {
    font-size: 16px;
}

h4+.personal-bio h4, h4+.personal-bio h5, h4+.personal-bio h6 {
    font-size: 14px;
}

.dashboard-shortcuts .thumbnail .caption {
    padding: 15px;
}

@media (max-width: 767px) {
    #page-event .pos-bottom-right {
        position: static;
        padding: calc(56.25% + 10px) 10px 0;
    }
    #ENEvent .thumbnail .caption:not(:first-child) {
        padding-top: 110px;
    }
}

@media (min-width: 768px) {
    #ENFilters {
        display: block;
        height: auto !important;
        visibility: visible;
    }
}

/* Loading API */

#activeFilters+.row>.col-md-12:first-child hr {
    display: none;
}

#activeFilters+.row>.col-md-12:first-child h2 {
    margin-top: 0;
}

#activeFilters+.row:not(.loading):empty {
    height: 40px;
    text-align: center
}

#activeFilters+.row:not(.loading):empty:after {
    font-size: 24px;
    font-weight: 300;
    width: 100%
}

#activeFilters+.row.loading:before {
    animation: loading 40s forwards;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 70px, rgba(255, 255, 255, .3) 70px);
    bottom: 0;
    color: #676c7b;
    content: "Loading...";
    display: block;
    font-size: 18px;
    left: 0;
    padding-top: 15px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 104px;
    width: auto;
    z-index: 50;
}

@media (max-width: 992px) {
    #activeFilters+.row.loading:before {
        top: 111px;
    }
}

@media (max-width: 767px) {
    #activeFilters+.row.loading:before {
        top: 71px;
    }
}

@media (min-width: 480px) {
    #activeFilters+.row.loading:before {
        font-size: 22px;
    }
}

@media (min-width: 768px) {
    #activeFilters+.row.loading:before {
        font-size: 28px;
        font-weight: 300;
    }
}

@media (min-width: 922px) {
    #activeFilters+.row.loading:before {
        font-size: 32px;
    }
}

#activeFilters+.row.loading:hover:before {
    cursor: wait
}

#activeFilters+.row.loading:after {
    animation: wormsPong cubic-bezier(0.77, 0, 0.175, 1) 2s infinite;
    background-color: #e37222;
    content: '';
    height: 4px;
    left: 0;
    position: fixed;
    top: 104px;
    width: 4px;
    z-index: 51;
}

@media (max-width: 991px) {
    #activeFilters+.row.loading:after {
        top: 111px;
    }
}

@media (max-width: 767px) {
    #activeFilters+.row.loading:after {
        top: 71px;
    }
}

#activeFilters+.row:not(.loading):empty:after {
    content: "No results found for your selected criteria(s).";
}

@keyframes loading {
    0% {
        content: "Loading";
    }
    5% {
        content: "Loading.";
    }
    10% {
        content: "Loading..";
    }
    15% {
        content: "Loading...";
    }
    24% {
        content: "Loading...";
    }
    25% {
        content: "Loading... grabbing things for you";
    }
    49% {
        content: "Loading... grabbing things for you";
    }
    50% {
        content: "Loading... not much longer";
    }
    74% {
        content: "Loading... not much longer";
    }
    75% {
        content: "Loading... this is embarrassing";
    }
    99% {
        content: "Loading... this is embarrassing";
    }
    100% {
        content: "I don't feel so good, please refresh the page";
    }
}

@keyframes wormsPong {
    0% {
        background-color: #e37222;
    }
    20% {
        background-color: #e37222;
    }
    25% {
        width: 100%;
    }
    40% {
        background-color: #01b1a7;
    }
    50% {
        width: 0;
        left: auto;
        right: 0;
    }
    60% {
        background-color: #215788;
    }
    75% {
        width: 100%;
    }
    80% {
        background-color: #36a3f7;
    }
    100% {
        background-color: #ffb822;
        width: 0;
        right: auto;
        left: 0
    }
}

.startup-blog-banner {
    background-color: #01b1a7;
    border-radius: 4px;
    color: #ffffff;
    display: block;
    font-size: 15px;
    margin-bottom: 20px;
    min-height: 80px;
    padding: 20px 85px;
    position: relative;
    text-align: center;
}

.startup-blog-banner strong {
    display: block;
    font-size: 20px;
}

.startup-blog-banner:hover, .startup-blog-banner:focus {
    color: #ffffff;
    opacity: .8;
}

.startup-blog-banner:before, .startup-blog-banner:after {
    background-image: url('https://enterprisenation.blob.core.windows.net/enterprisenation/a5a34e32d272e811a960002248072825/startupcourse-blog-banner.jpg');
    border-radius: 4px;
    content: '';
    height: 80px;
    position: absolute;
    width: 80px;
}

.startup-blog-banner:before {
    background-position: left top;
    bottom: 0;
    left: 0;
}

.startup-blog-banner:after {
    background-position: right bottom;
    right: 0;
    top: 0;
}

.thumbnail.blog .meta a, .thumbnail.blog .summary a {
    color: #00b7b2;
}

.thumbnail.ebook .meta a, .thumbnail.ebook .summary a {
    color: #215788;
}

.thumbnail.opportunity .meta a, .thumbnail.opportunity .summary a {
    color: #00b7b2;
}

.thumbnail.podcast .meta a, .thumbnail.podcast .summary a {
    color: #ffb822;
}

.thumbnail.presentation .meta a, .thumbnail.presentation .summary a {
    color: #36a3f7;
}

.thumbnail.video .meta a, .thumbnail.video .summary a {
    color: #f4516c;
}

.thumbnail.webinar .meta a, .thumbnail.webinar .summary a {
    color: #bed600;
}

#activeFilters a {
    margin: 0 5px 5px 0;
}

.toggle-meta.meta.small.loading {
    text-align: center;
}

.toggle-meta.meta.small.loading:after {
    color: #7b7e8a;
    content: "...Loading...";
    display: block;
    font-size: 14px;
    padding: 20px 0 0;
    animation: loadingCard 2s infinite;
}

@keyframes loadingCard {
    0% {
        content: ".Loading.";
    }
    25% {
        content: "..Loading..";
    }
    50% {
        content: "...Loading...";
    }
    75% {
        content: "..Loading..";
    }
    100% {
        content: ".Loading.";
    }
}

.form-group i {
    margin-left: 5px;
}

ul#filter-ratings li i {
    color: #e37222;
}

ul#filter-ratings li:hover {
    cursor: pointer;
    opacity: .75;
}

@media (max-width: 767px) {
    .thumbnail.no-btn h1 {
        font-size: 28px;
    }
}

.navbar .navbar-nav>li>a.btn, .navbar .navbar-nav>li>a.btn:hover {
    background: #00b7b2 !important;
    border-color: #00b7b2 !important;
    border-radius: 100px;
    color: #ffffff;
    margin-top: 7px;
    padding: 7px 15px;
}

.navbar .navbar-nav>li>a.btn:hover, .navbar .navbar-nav>li.active>a.btn, .navbar .navbar-nav>li.active>a.btn:hover, .navbar .navbar-nav>li.active>a.btn.hover {
    background: #e37222 !important;
    border-color: #e37222 !important;
    color: #ffffff;
}

@media (max-width: 767px) {
    .navbar .navbar-nav>li>a.btn {
        display: inline-block;
        margin-left: 15px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar .navbar-left {
        padding-bottom: 10px;
        width: 415px;
    }
    .navbar .nav>li>a {
        padding: 10px 9px;
    }
    .navbar .navbar .navbar-nav>li>a.btn {
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar .navbar>.container .navbar-brand {
        margin-top: 15px;
    }
    .navbar .navbar-right {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    .navbar-brand {
        margin-top: 15px;
    }
}

@media (min-width: 992px) {
    .navbar .nav>li>a {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (min-width: 1200px) {
    .navbar .nav>li>a {
        padding-left: 25px;
        padding-right: 25px;
    }
}

#clickdimensionsForm input[type="radio"]+span {
    margin-left: 15px;
}

.media-body {
    width: auto;
}

.owl-carousel {
    display: none;
}

.owl-loaded {
    display: block;
}

.owl-overlay .owl-item a {
    display: block;
}

.owl-overlay .owl-item a .image {
    position: relative;
}

.owl-overlay .owl-item a:hover img {
    filter: grayscale(100%);
    filter: brightness(0.5);
}

.owl-overlay .owl-item a:hover div.image:before {
    color: #ffffff;
    content: 'Read story';
    font-size: 18px;
    left: 0;
    top: 50%;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: 0 2px #000000;
    transform: translateY(-50%);
    z-index: 1;
}

.owl-overlay .owl-item a.member:hover div.image:before {
    content: 'View profile';
    font-size: 14px;
}

.owl-carousel p {
    text-align: center;
    margin: 5px 0 0;
}

.owl-carousel p.small {
    color: #666666;
}

.owl-carousel p:last-of-type {
    margin-bottom: 20px;
}

.owl-even .owl-item:nth-child(even) {
    margin-top: 80px;
}

.owl-opacity .owl-item {
    opacity: .5;
    cursor: pointer;
}

.owl-opacity .owl-item.active.center {
    opacity: 1;
    cursor: default;
}

.owl-opacity .owl-item:hover {
    opacity: .75;
}

.owl-dots {
    display: none;
}

.owl-theme .owl-nav {
    margin: 0 !important;
}

button.owl-prev, button.owl-next {
    background-color: transparent !important;
    border-radius: 0 !important;
    bottom: 0;
    color: #e37222 !important;
    font-size: 50px !important;
    margin: 0 !important;
    outline: 0;
    position: absolute;
    top: 0;
    width: 80px;
}

button.owl-prev {
    left: 0;
}

button.owl-next {
    right: 0;
}

button.owl-prev:hover, button.owl-next:hover {
    color: #9b4c14 !important;
}

.carousel-inner p:last-of-type {
    margin-bottom: 10px;
}

.m-accordion .m-accordion__item {
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.m-accordion .m-accordion__item .m-accordion__item-head {
    display: table;
    padding: 1rem 2rem;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.m-accordion .m-accordion__item .m-accordion__item-head .m-accordion__item-icon {
    display: table-cell;
    vertical-align: middle;
    line-height: 0;
}

.m-accordion .m-accordion__item .m-accordion__item-head .m-accordion__item-icon>i {
    display: inline-block;
    font-size: 2rem;
}

.m-accordion .m-accordion__item .m-accordion__item-head .m-accordion__item-title {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-left: 1rem;
    font-size: 18px;
}

.m-accordion .m-accordion__item .m-accordion__item-head .m-accordion__item-mode {
    display: table-cell;
    vertical-align: middle;
}

.m-accordion .m-accordion__item .m-accordion__item-head .m-accordion__item-mode>i {
    display: inline-block;
    /* font-family: "LineAwesome"; */
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 1.3rem;
    vertical-align: middle;
}

.m-accordion .m-accordion__item .m-accordion__item-head .m-accordion__item-mode>i:before {
    content: "\f068";
}

.m-accordion .m-accordion__item .m-accordion__item-head.collapsed .m-accordion__item-mode>i {
    line-height: 0;
}

.m-accordion .m-accordion__item .m-accordion__item-head.collapsed .m-accordion__item-mode>i:before {
    content: "\f067";
}

.m-accordion .m-accordion__item .m-accordion__item-head:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.m-accordion .m-accordion__item .m-accordion__item-body>span {
    display: inline-block;
    padding: 2rem;
}

.m-accordion .m-accordion__item:last-child {
    margin-bottom: 0;
}

.m-accordion.m-accordion--default .m-accordion__item {
    margin-bottom: 1rem;
}

.m-accordion.m-accordion--bordered .m-accordion__item:not(:last-child) {
    border-bottom: 0;
}

.m-accordion.m-accordion--bordered .m-accordion__item:not(:first-child):not(:last-child) {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.m-accordion.m-accordion--bordered .m-accordion__item:last-child {
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -ms-border-top-left-radius: 0;
    -o-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    -ms-border-top-right-radius: 0;
    -o-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.m-accordion.m-accordion--bordered .m-accordion__item:first-child {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -ms-border-bottom-left-radius: 0;
    -o-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    -ms-border-bottom-right-radius: 0;
    -o-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.m-accordion.m-accordion--bordered .m-accordion__item, .m-accordion.m-accordion--default .m-accordion__item {
    border: 1px solid #ebedf2;
    background-color: #fff;
}

.m-accordion.m-accordion--bordered .m-accordion__item .m-accordion__item-head.collapsed, .m-accordion.m-accordion--default .m-accordion__item .m-accordion__item-head.collapsed {
    background-color: #fff;
}

.m-accordion.m-accordion--bordered .m-accordion__item .m-accordion__item-head, .m-accordion.m-accordion--bordered .m-accordion__item .m-accordion__item-head:hover, .m-accordion.m-accordion--default .m-accordion__item .m-accordion__item-head, .m-accordion.m-accordion--default .m-accordion__item .m-accordion__item-head:hover {
    background-color: #f4f5f8;
}

.m-accordion.m-accordion--bordered .m-accordion__item .m-accordion__item-head .m-accordion__item-mode>i, .m-accordion.m-accordion--default .m-accordion__item .m-accordion__item-head .m-accordion__item-mode>i {
    color: #a4a6ae;
}

.m-accordion.m-accordion--bordered .m-accordion__item .m-accordion__item-body, .m-accordion.m-accordion--default .m-accordion__item .m-accordion__item-body {
    border-top: 1px solid #ebedf2;
}

.m-accordion.m-accordion--solid .m-accordion__item .m-accordion__item-head.collapsed {
    background-color: #f7f8fa;
}

.m-accordion.m-accordion--solid .m-accordion__item .m-accordion__item-head, .m-accordion.m-accordion--solid .m-accordion__item .m-accordion__item-head:hover {
    background-color: #f4f5f8;
}

.m-accordion .m-accordion__item--brand {
    border: 1px solid #716aca !important;
}

.m-accordion .m-accordion__item--brand .m-accordion__item-head, .m-accordion .m-accordion__item--brand .m-accordion__item-head:hover {
    background-color: #5f57c3 !important;
}

.m-accordion .m-accordion__item--brand .m-accordion__item-head .m-accordion__item-mode>i {
    color: #ffffff !important;
}

.m-accordion .m-accordion__item--brand .m-accordion__item-head.collapsed {
    background-color: #716aca !important;
}

.m-accordion .m-accordion__item--brand .m-accordion__item-head.collapsed .m-accordion__item-mode>i {
    color: #ffffff !important;
}

.m-accordion .m-accordion__item--brand .m-accordion__item-head>span {
    color: #ffffff !important;
}

.m-accordion .m-accordion__item--metal {
    border: 1px solid #c4c5d6 !important;
}

.m-accordion .m-accordion__item--metal .m-accordion__item-head, .m-accordion .m-accordion__item--metal .m-accordion__item-head:hover {
    background-color: #b5b6cc !important;
}

.m-accordion .m-accordion__item--metal .m-accordion__item-head .m-accordion__item-mode>i {
    color: #ffffff !important;
}

.m-accordion .m-accordion__item--metal .m-accordion__item-head.collapsed {
    background-color: #c4c5d6 !important;
}

.m-accordion .m-accordion__item--metal .m-accordion__item-head.collapsed .m-accordion__item-mode>i {
    color: #ffffff !important;
}

.m-accordion .m-accordion__item--metal .m-accordion__item-head>span {
    color: #ffffff !important;
}

.m-accordion .m-accordion__item--light {
    border: 1px solid #ffffff !important;
}

.m-accordion .m-accordion__item--light .m-accordion__item-head, .m-accordion .m-accordion__item--light .m-accordion__item-head:hover {
    background-color: #f2f2f2 !important;
}

.m-accordion .m-accordion__item--light .m-accordion__item-head .m-accordion__item-mode>i {
    color: #282a3c !important;
}

.m-accordion .m-accordion__item--light .m-accordion__item-head.collapsed {
    background-color: #ffffff !important;
}

.m-accordion .m-accordion__item--light .m-accordion__item-head.collapsed .m-accordion__item-mode>i {
    color: #282a3c !important;
}

.m-accordion .m-accordion__item--light .m-accordion__item-head>span {
    color: #282a3c !important;
}

.m-accordion .m-accordion__item--accent {
    border: 1px solid #00c5dc !important;
}

.m-accordion .m-accordion__item--accent .m-accordion__item-head, .m-accordion .m-accordion__item--accent .m-accordion__item-head:hover {
    background-color: #00aec3 !important;
}

.m-accordion .m-accordion__item--accent .m-accordion__item-head .m-accordion__item-mode>i {
    color: #ffffff !important;
}

.m-accordion .m-accordion__item--accent .m-accordion__item-head.collapsed {
    background-color: #00c5dc !important;
}

.m-accordion .m-accordion__item--accent .m-accordion__item-head.collapsed .m-accordion__item-mode>i {
    color: #ffffff !important;
}

.m-accordion .m-accordion__item--accent .m-accordion__item-head>span {
    color: #ffffff !important;
}

.m-accordion .m-accordion__item--focus {
    border: 1px solid #9816f4 !important;
}

.m-accordion .m-accordion__item--focus .m-accordion__item-head, .m-accordion .m-accordion__item--focus .m-accordion__item-head:hover {
    background-color: #8b0be6 !important;
}

.m-accordion .m-accordion__item--focus .m-accordion__item-head .m-accordion__item-mode>i {
    color: #ffffff !important;
}

.m-accordion .m-accordion__item--focus .m-accordion__item-head.collapsed {
    background-color: #9816f4 !important;
}

.m-accordion .m-accordion__item--focus .m-accordion__item-head.collapsed .m-accordion__item-mode>i {
    color: #ffffff !important;
}

.m-accordion .m-accordion__item--focus .m-accordion__item-head>span {
    color: #ffffff !important;
}

.m-accordion .m-accordion__item--primary {
    border: 1px solid #5867dd !important;
}

.m-accordion .m-accordion__item--primary .m-accordion__item-head, .m-accordion .m-accordion__item--primary .m-accordion__item-head:hover {
    background-color: #4354d9 !important;
}

.m-accordion .m-accordion__item--primary .m-accordion__item-head .m-accordion__item-mode>i {
    color: #ffffff !important;
}

.m-accordion .m-accordion__item--primary .m-accordion__item-head.collapsed {
    background-color: #5867dd !important;
}

.m-accordion .m-accordion__item--primary .m-accordion__item-head.collapsed .m-accordion__item-mode>i {
    color: #ffffff !important;
}

.m-accordion .m-accordion__item--primary .m-accordion__item-head>span {
    color: #ffffff !important;
}

.m-accordion .m-accordion__item--success {
    border: 1px solid #34bfa3 !important;
}

.m-accordion .m-accordion__item--success .m-accordion__item-head, .m-accordion .m-accordion__item--success .m-accordion__item-head:hover {
    background-color: #2fab92 !important;
}

.m-accordion .m-accordion__item--success .m-accordion__item-head .m-accordion__item-mode>i {
    color: #ffffff !important;
}

.m-accordion .m-accordion__item--success .m-accordion__item-head.collapsed {
    background-color: #34bfa3 !important;
}

.m-accordion .m-accordion__item--success .m-accordion__item-head.collapsed .m-accordion__item-mode>i {
    color: #ffffff !important;
}

.m-accordion .m-accordion__item--success .m-accordion__item-head>span {
    color: #ffffff !important;
}

.m-accordion .m-accordion__item--info {
    border: 1px solid #36a3f7 !important;
}

.m-accordion .m-accordion__item--info .m-accordion__item-head, .m-accordion .m-accordion__item--info .m-accordion__item-head:hover {
    background-color: #1d98f6 !important;
}

.m-accordion .m-accordion__item--info .m-accordion__item-head .m-accordion__item-mode>i {
    color: #ffffff !important;
}

.m-accordion .m-accordion__item--info .m-accordion__item-head.collapsed {
    background-color: #36a3f7 !important;
}

.m-accordion .m-accordion__item--info .m-accordion__item-head.collapsed .m-accordion__item-mode>i {
    color: #ffffff !important;
}

.m-accordion .m-accordion__item--info .m-accordion__item-head>span {
    color: #ffffff !important;
}

.m-accordion .m-accordion__item--warning {
    border: 1px solid #ffb822 !important;
}

.m-accordion .m-accordion__item--warning .m-accordion__item-head, .m-accordion .m-accordion__item--warning .m-accordion__item-head:hover {
    background-color: #ffb009 !important;
}

.m-accordion .m-accordion__item--warning .m-accordion__item-head .m-accordion__item-mode>i {
    color: #111111 !important;
}

.m-accordion .m-accordion__item--warning .m-accordion__item-head.collapsed {
    background-color: #ffb822 !important;
}

.m-accordion .m-accordion__item--warning .m-accordion__item-head.collapsed .m-accordion__item-mode>i {
    color: #111111 !important;
}

.m-accordion .m-accordion__item--warning .m-accordion__item-head>span {
    color: #111111 !important;
}

.m-accordion .m-accordion__item--danger {
    border: 1px solid #f4516c !important;
}

.m-accordion .m-accordion__item--danger .m-accordion__item-head, .m-accordion .m-accordion__item--danger .m-accordion__item-head:hover {
    background-color: #f23958 !important;
}

.m-accordion .m-accordion__item--danger .m-accordion__item-head .m-accordion__item-mode>i {
    color: #ffffff !important;
}

.m-accordion .m-accordion__item--danger .m-accordion__item-head.collapsed {
    background-color: #f4516c !important;
}

.m-accordion .m-accordion__item--danger .m-accordion__item-head.collapsed .m-accordion__item-mode>i {
    color: #ffffff !important;
}

.m-accordion .m-accordion__item--danger .m-accordion__item-head>span {
    color: #ffffff !important;
}

/*
html {
    scroll-behavior: smooth;
}
*/

.container-fluid.bg-warning img[src*="woman"] {
    transition: 1s;
}

.container-fluid.bg-warning:hover img[src*="woman"] {
    transform: translateX(-10%);
}

.thumbnail.align-left .image {
    border-radius: 4px 0 0 4px;
    height: auto;
    padding-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}

.thumbnail.align-left .caption {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}

.thumbnail.align-left .date {
    border-radius: 0 0 0 4px;
}

@media (max-width: 991px) {
    #js-render-blog-operations>div:last-child {
        display: none;
    }
}

.thumbnail.event.align-left .image:before, .thumbnail.event.align-left .image:after {
    content: none;
}

.thumbnail.align-left .caption {
    border-bottom: 0;
}

.thumbnail.align-left .caption {
    border-left: dashed 4px #f2f3f8;
}

.thumbnail.align-left .button {
    margin-top: 15px;
}

.disable-content:hover .disable-content-container {
    opacity: 1;
}

.disable-content-container {
    background-color: #ffffff;
    background-image: url('https://enterprisenation.blob.core.windows.net/enterprisenation/655e07ecd3d6e811a96c002248072781/vector-adviser.png');
    background-position: right bottom -70px;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 4px;
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: .1s;
    z-index: 9;
}

.bg-light .disable-content-container {
    background-color: #f2f3f8;
}

.disable-content-container h3 {
    font-weight: 600;
}

.container-fluid.cta-3 {
    background-color: #fcd309;
    background-image: url('https://enterprisenation.blob.core.windows.net/enterprisenation/9152cb87d3d6e811a96c002248072fe8/banner-strip-3.png');
    background-position: center top;
    background-repeat: no-repeat;
    padding-bottom: 0;
}

.container-fluid.cta-3>.container {
    background-image: url('https://enterprisenation.blob.core.windows.net/enterprisenation/c4212c4b92dbe811a96c002248072825/vector-triangle-blue.png');
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 150px;
}

.container-fluid.cta-3.cta-3-small .container {
    background-position: left bottom;
}

@media (max-width: 767px) {
    .cta-3 h2 {
        margin-top: 150px;
    }
    .cta-3 img {
        display: none;
    }
}

.container-fluid.banner-strip-1 {
    background-image: url('https://enterprisenation.blob.core.windows.net/enterprisenation/55f99b79d3d6e811a96c002248072825/banner-strip-1.png');
    background-color: #f3f2ed;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 50%;
}

.container-fluid.page-heading {
    background-color: #f3f2ed;
    padding-bottom: 30px;
    padding-top: 30px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container-fluid.page-heading.page-heading-img>.container>.row {
    background-color: #f3f2ed;
    background-color: rgba(243, 242, 237, .8);
    padding: 30px 30px;
}

.container-fluid.page-heading>.container>.row>div>.lead {
    margin-bottom: 0;
}

.list-striped li {
    border-top: solid 1px #777777;
    padding: 8px 0;
}

.list-striped.list-striped-primary li {
    border-top-color: #e37222;
}

.list-striped.list-striped-success li {
    border-top-color: #00b7b2;
}

.list-striped li {
    border-top: solid 1px #777777;
    padding: 8px 0;
}

.list-striped.list-striped-primary li {
    border-top-color: #e37222;
}

.list-striped.list-striped-success li {
    border-top-color: #00b7b2;
}

.digits {
    position: relative;
    text-align: center;
}

.digits .digit {
    line-height: 90px;
    background: #ffffff;
    display: inline-block;
    font-size: 3em;
    font-weight: 700;
    height: 90px;
    margin-bottom: 10px;
    position: relative;
    width: 90px;
}

@media (min-width: 576px) {
    .digits:before {
        border-top: dashed 4px #dcdbd6;
        content: '';
        display: inline-block;
        height: 5px;
        position: absolute;
        left: 10%;
        right: 10%;
        top: 45px;
        width: auto;
    }
    .digits.digits-3:before {
        left: 20%;
        right: 20%;
    }
}

.digits .digit.digit-green {
    color: #bed600;
}

.digits .digit.digit-primary {
    color: #e37222;
}

.digits .digit.digit-success {
    color: #00b7b2;
}

.digits .digit.digit-blue {
    color: #215788;
}

.digits p {
    margin: 0;
}

.digit:before, .digit:after {
    bottom: -1px;
    content: '';
    position: absolute;
    top: -1px;
    width: 0;
    z-index: 1;
}

.digit:before {
    border-right: calc(90px / 2) solid transparent;
    border-bottom: calc(90px / 4) solid #f3f2ed;
    border-top: calc(90px / 4) solid #f3f2ed;
    left: -1px;
}

.digit:after {
    border-left: calc(90px / 2) solid transparent;
    border-bottom: calc(90px / 4) solid #f3f2ed;
    border-top: calc(90px / 4) solid #f3f2ed;
    right: -1px;
}

.bg-light .digits .digit {
    background: #f3f2ed;
}

.bg-light .digit:before {
    border-right: calc(90px / 2) solid transparent;
    border-bottom: calc(90px / 4) solid #ffffff;
    border-top: calc(90px / 4) solid #ffffff;
    left: -1px;
}

.bg-light .digit:after {
    border-left: calc(90px / 2) solid transparent;
    border-bottom: calc(90px / 4) solid #ffffff;
    border-top: calc(90px / 4) solid #ffffff;
    right: -1px;
}

.carousel-control, .carousel-control:focus {
    background-image: none !important;
    color: #f3f2ed;
    opacity: 1;
    width: 10%;
}

.carousel-control:hover {
    color: #e37222;
}

.carousel-indicators li {
    background: #f3f2ed;
    margin: 0;
}

.carousel-indicators li:hover, .carousel-indicators .active {
    background: #e37222;
}

.carousel-caption, .carousel-control {
    text-shadow: none;
}

.carousel-indicators {
    transform: translateY(25px);
}

.success-story-heading {
    border-bottom: solid 4px #444444;
    margin-bottom: 20px;
}

.success-story-heading h2, .success-story-heading h4 {
    color: inherit;
}

.success-story-heading h2 {
    margin: 0;
}

.success-story-heading h3 {
    color: #444444;
}

.success-story-heading h3, .success-story-heading h4 {
    margin-top: 0;
}

.success-story-heading.text-primary {
    border-bottom: solid 4px #e37222;
}

.success-story-heading.text-success {
    border-bottom: solid 4px #00b7b2;
}

.success-story-heading.text-info {
    border-bottom: solid 4px #36a3f7;
}

.success-story-heading.text-warning {
    border-bottom: solid 4px #ffb822;
}

.success-story-heading.text-danger {
    border-bottom: solid 4px #f4516c;
}

.success-story-heading.text-blue {
    border-bottom: solid 4px #215788;
}

.success-story-heading.text-green {
    border-bottom: solid 4px #bed600;
}

blockquote.blockquote {
    color: #00b7b2;
    border-left: 0;
    font-size: 2em;
    padding: 0;
    quotes: "“" "”" "‘" "’";
}

@media (max-width: 767px) {
    blockquote.blockquote {
        font-size: 1.4em;
    }
}

.bg-dark blockquote.blockquote {
    color: #ffffff;
}

blockquote.blockquote:before, blockquote.blockquote:after {
    content: open-quote;
    font-family: sans-serif;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 15px;
    vertical-align: -0.45em;
}

blockquote.blockquote:after {
    content: close-quote;
    margin-left: 15px;
    margin-right: 0;
}

.list-hex li {
    margin-top: 10px;
    padding-left: 35px;
    position: relative;
}

.list-hex li:before {
    content: "⬡";
    content: "⬢";
    display: block;
    font-size: 26px;
    left: 0;
    padding: 0px 0;
    position: absolute;
    top: -5px;
    width: 15px;
}

.list-hex li:nth-child(1n):before {
    color: #bed600;
}

.list-hex li:nth-child(2n):before {
    color: #e37222;
}

.list-hex li:nth-child(3n):before {
    color: #00b7b2;
}

.list-hex li:nth-child(4n):before {
    color: #215788;
}

.list-hex li:nth-child(5n):before {
    color: #f4516c;
}

.list-hex li:nth-child(6n):before {
    color: #36a3f7;
}

.list-hex li:nth-child(7n):before {
    color: #bed600;
}

.img-hover-grey a>img, a.img-hover-grey>img {
    -webkit-filter: brightness(.5) grayscale(1);
    filter: brightness(.5) grayscale(1);
}

.img-hover-grey a:hover>img, a.img-hover-grey:hover>img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

#js-render-operations-blog .row, #js-render-operations-events .row {
    height: calc(100% - 75px);
}

/*
.grid-content-hub {
    display: grid;
    grid-auto-flow: row;
    height: 100%;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px 30px;
    grid-template-areas: ". ." ". ." ". ." ". .";
}

.grid-content-hub > div:nth-child(1)
, .grid-content-hub > div:nth-child(4){
    grid-column: 1 / span 2;
}


@media (min-width: 992px) {
    .grid-content-hub {
        display: grid;
        grid-auto-flow: column;
        height: 100%;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 30px 30px;
        grid-template-areas: ". . . ." ". . . ." ;
    }
    .grid-content-hub > div:nth-child(4)
    {
        grid-column: 3 / span 2;
    }
}


.grid-content-hub .thumbnail {
    margin-bottom: 0;
}

.grid-content-hub .button-fixed-container {
    height: 100%;
}
.grid-content-hub > div > h3 {
    margin: 0;
}

*/

.bg-dark-overlay:before {
    content: '';
    background-color: #404040;
    background-color: rgba(64, 64, 64, .8);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
}

.previewCMS {
    display: none !important;
}

@media (max-width: 479px) {
    .bg-xs-hide {
        background-image: none !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .bg-sm-hide {
        background-image: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bg-md-hide {
        background-image: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .bg-lg-hide {
        background-image: none !important;
    }
}

@media (min-width: 1200px) {
    .bg-xl-hide {
        background-image: none !important;
    }
}

@media (max-width: 991px) {
    .container-fluid.cta-3 {
        background-image: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container-fluid.cta-3>.container {
        background-image: none !important;
    }
}

@media (min-width: 992px) {
    #carousel-example-generic .item:first-child h1 {
        background-color: transparent !important;
    }
}

@media (min-width: 768px) {
    div#navbar {
        margin-top: -40px;
    }
}

@media (max-width: 375px) {
    #ENHeader .dropdown-menu.dropdown-menu-right.container-nogap {
        right: -66px;
    }
}

div[data-path*="login"] #content-container, div[data-path*="signin"] #content-container {
    background-color: #ffffff;
    max-width: none;
    padding: 0 30px 30px;
}

@media (max-width: 767px) {
    div[data-path^="/join/"], div[data-path*="/login/"], div[data-path*="signin"] {
        background-color: #ffffff;
    }
}

@media (min-width: 768px) {
    div[data-path*="login"] #content-container, div[data-path*="signin"] #content-container {
        border-radius: 4px;
        margin: 30px auto;
        padding: 0 60px 30px;
        width: 750px;
    }
}

#EnWebFormControl .plan-selector .btn-group .btn:not(.active) {
    background-color: #ffffff;
    border-color: #ccc;
    color: #676c7b;
}

@media (max-width: 575px) {
    div[data-path*="/partners/tsb"] .container-fluid, div[data-path*="/partners/tsb"] .col-md-7, div[data-path*="/partners/bizspace"] .container-fluid, div[data-path*="/partners/bizspace"] .col-md-7 {
        padding-left: 0;
        padding-right: 0;
    }
    div[data-path*="/partners/tsb"] .plan-selector .btn-group .btn, div[data-path*="/partners/bizspace"] .plan-selector .btn-group .btn {
        font-size: 14px;
    }
}

#showcases .caption>*:not(.media):not(.modal)>*, #ENMemberProfileShowcaseItems .caption>*:not(.media):not(.modal)>*, #ENMemberProfileServicesItems .caption>*:not(.media):not(.modal)>* {
    font-size: 14px;
}

[data-path^="/account/login/register"] #message, [data-path^="/account/login/register"] #message2 {
    list-style: none;
    padding-left: 0;
    position: relative;
}

[data-path^="/account/login/register"] #message li, [data-path^="/account/login/register"] #message2 li {
    margin: 15px 0 0;
}

[data-path^="/account/login/register"] .valid {
    color: #cccccc;
}

[data-path^="/account/login/register"] .valid:before, [data-path^="/account/login/register"] .invalid:before {
    content: "✔";
    display: inline-block;
    margin-right: 10px;
}

[data-path^="/account/login/register"] .invalid {
    color: #676c7b;
}

[data-path^="/account/login/register"] .invalid:before {
    content: "✖";
    color: #f4516c;
}

[data-path^="/account/login/register"] .proceed:after {
    background: #ffffff;
    bottom: 0;
    content: "✔ Awesome - Your password is secure!";
    color: #00b7b2;
    display: block;
    font-size: 16px;
    font-weight: 600;
    left: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    white-space: pre-wrap;
    width: auto;
}

[data-path^="/account/login/register"] #message2.proceed:after {
    content: "✔ Awesome - Your password is secure!";
}

[data-path^="/account/login/register"] .onblur .valid, [data-path^="/account/login/register"] .onblur .invalid, [data-path^="/account/login/register"] .onblur .valid:before, [data-path^="/account/login/register"] .onblur .invalid:before {
    color: #ffffff;
}