/*
 * Updated by PhpStorm
 * Copyright (c) 2020 linkalist.io
 * User: jameshoward
 * Project: linkalist_code
 * Date: 7/8/2020
 * Time: 07/08/20 07:20
 */

* {
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: "Open Sans";
    display: flex;
    flex-direction: column;
}

html,
body {
    width: 100% !important;
}

.header-wrapper {
    width: 100%;
    order: 1;
    flex-basis: auto;
}

.navbar-header {
    height: 50px;
}

.navbar-fixed-top .navbar-collapse {
    max-height: 440px;
    display: flex !important;
}

.filter-button {
    margin-left: 8px;
}

.filter-group .form-group {
    margin-left: 0;
    margin-right: 0;
}

.navbar .navbar-appstores {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    float: right;
    width: auto;
    height: 60px;
    overflow: hidden;
}

span#picture_btn {
    height: 30px;
    left: 0;
}

.navbar .navbar-appstore {
    width: auto;
    height: 60px;
    margin-top: -5px;
    clear: right;
    float: right;
}

.navbar .navbar-appstore .navbar-image {
    width: 155px;
}

.footer {
    font-family: "Open Sans", sans-serif;
    padding: 3px 0;
    width: 100%;
    bottom: 0;
    margin-bottom: 0;
    position: fixed;
    z-index: 2;
}

.parameter-select {
    min-width: 100px;
    width: auto;
}

#root-container {
    display: block;
    width: 100%;
    margin-top: 0;
    padding-bottom: 30px;
    flex: 1 0 auto;
    flex-basis: auto;
    order: 2;
}

#root-container.fullscreen {
    padding-bottom: 0;
    margin-bottom: 30px;
}

#root-container.no-header {
    padding-top: 50px;
}

#root-container.no-header.disabled-header {
    margin-top: 0px;
}

.title.article-no-header {
    margin-top: 50px;
}

#header {
}

.navbar .navbar-brand {
    left: 0;
}

footer {
    padding: 30px 0;
}

.hidden-row {
    padding: 0 !important;
}

.hidden-row-body {
    margin: 4px;
    text-align: left;
}

.plan-wrapper {
    margin: 0;
    padding: 8px;
}

.partial-container .feature-plan .title {
    display: block;
}

.feature-plan .feature-buy {
    margin-top: 8px;
    text-align: center;
    padding-bottom: 2px;
    height: 42px;
}

.time-input-group {
    width: 10%;
}

.time-input-group .form-control {
    width: auto;
}

.form-image {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.form-video {
    max-width: 100%;
}

.feature-item {
    margin: 0;
    position: relative;
    width: 100%;
    height: 50px;
    display: block;
    border-bottom: 1px solid #E0E0E0;
}

.feature-plan:last-child {
    border-bottom: none;
}

.feature-inner-container {
    height: 50px;
    display: block;
}

.feature-plan .title {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    padding: 4px 4px 0 4px;
}

.feature-plan .subtitle {
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 10px;
    font-size: 14px;
    width: 100%;
    text-align: center;
}

.collapsing::-webkit-scrollbar {
    display: none;
}

.section-panel {
    margin-top: 14px;
    display: block;
}

.x_panel {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 17px;
    display: inline-block;
    background: #fff;
    border: none;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    opacity: 1;
    transition: all .2s ease;
}

.panel-text {
    margin: 10px;
    border: none;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.x_title {
    border-bottom: 2px solid #E6E9ED;
    padding: 1px 5px 6px;
    margin-bottom: 10px;
}

.x_title .filter {
    width: 40%;
    float: right;
}

.x_title h2 {
    margin: 5px 0 6px;
    float: left;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.x_title h2 small {
    margin-left: 10px;
}

.x_title span {
    color: #BDBDBD;
}

.x_content {
    padding: 0 5px 6px;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 5px;
}

.x_content h4 {
    font-size: 16px;
    font-weight: 500;
}

.feature-off {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("error.png")
}

.feature-on {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("success.png");
}

.feature-description {
    top: 50%;
    left: 0;
    margin-top: -12px;
    text-align: center;
    vertical-align: middle;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    display: table-cell;
}


.feature-table .feature-plan {
    margin-bottom: 20px;
}

.plan-title {
    padding-top: 5px;
    height: 135px;
    text-align: center;
    font-size: 13px;
}

.plan-footer {
    display: flex;
    height: 50px;
    font-size: 24px;
    text-align: center;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.plan-icon {
    font-size: 25px;
}

.plan-body {
    display: grid;
    padding: 10px;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
}

.plan-item {
    display: flex;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid lightgrey;
}

/* Remove border bottom from last item & from second last if its odd */
.plan-item:last-child, .plan-item:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
}

.plan-item:nth-child(odd) {
    border-right: 1px solid lightgrey;
}

.plan-item > .far {
    font-size: 24px;
    padding-right: 4px;
}

.plan-item > .fa-times-circle {
    color: firebrick;
}

.plan-item > .fa-check-circle {
    color: forestgreen;
}

.cloud-item {
    float: left;
    background-color: lightblue;
    color: black;
    padding: 2px 5px;
    margin: 2px;
    border-radius: 8px;
}

.modal-content {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.modal-open {
    padding-right: 0 !important;
}

.spacer {
    margin-top: 40px; /* define margin as you see fit */
}

.table tbody > tr > td {
    vertical-align: middle;
    border-bottom: none;
}

tr.hidden-row > td.hidden-row {
    border-top: 0;
    padding: 0;
    margin: 0;
}

tr.hidden-row > td.hidden-row > div.hidden-row-body {
    padding-top: 3px;
    border-top: 1px solid lightgray;
}

.btn-transparent, .btn-transparent:focus, .btn-transparent:active {
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px white solid;
    color: white;
}

.btn-transparent:hover {
    background-color: rgba(80, 80, 80, 0.5);
    color: white;
}

.marketing .button-group {
    margin: 0;
}

.marketing .btn {
    margin-right: 4px;
}

.landing-root-container .button-group {
    padding: 6px;
}

.landing-root-container .marketing .btn {
    float: left;
}

.marketing .image {
    height: 120px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

.btn-section-collapse {
    min-width: 95px;
}

.marketing .marketing-panel {
    text-align: center;
}

.btn-file {
    position: relative;
    overflow: hidden;
    right: 0;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.marketing {
    display: block;
}

.marketing .info .btn {
    margin-right: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.social .info .btn {
    margin-right: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.featurette .btn {
    margin-right: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.featurette {
    padding: 15px 0;
    border-bottom: solid #eee 1px;
}

.featurette:first-child {
    margin-top: 15px;
    border-top: solid #eee 1px;
}

.featurette:last-child {
    margin-bottom: 15px;
}

.btn {
    margin-top: 2px;
    margin-bottom: 2px;
}

@media screen and (max-width: 650px) {
    .intro-header .header-content .title {
        font-size: 35px;
    }

    .intro-header .header-content .text {
        font-size: 16px;
    }
}

@media screen and (max-width: 1399px) {
    .header .container .section-toolbox {
        margin-right: 0;
    }


    .intro-header .header-content .btn-item-next {
        right: 0;
    }

    .intro-header .header-content .btn-item-prev {
        right: 35px;
    }

    .header.blog-post-header .btn-item-next {
        right: 0;
    }

    .header.blog-post-header .btn-item-prev {
        right: 35px;
    }
}


@media screen and (max-width: 991px) {
    .header .container .section-toolbox {
        margin-right: 0;
    }

    .row-offcanvas {
        position: relative;
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }

    .navbar .navbar-appstores {
        max-width: 180px;
    }

    .row-offcanvas-right {
        right: 0;
    }

    .row-offcanvas-left {
        left: 0;
    }

    .row-offcanvas-right .sidebar-offcanvas {
        right: -50%; /* 6 columns */
    }

    .row-offcanvas-left .sidebar-offcanvas {
        left: -50%; /* 6 columns */
    }

    .row-offcanvas-right.active {
        right: 50%; /* 6 columns */
    }

    .row-offcanvas-left.active {
        left: 50%; /* 6 columns */
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 50%; /* 6 columns */
    }

    .navbar-nav > li > a > span.fa {
        width: 20px;
    }
}

.row-actions {
    width: 20px;
}

.chart-legend ul {
    list-style-type: none;
}

.chart-legend span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 4px;
}

.btn-signin {
    width: 150px;
}

.message-container {
    margin-top: 10px;
}

.message-content {
    display: inline;
}

.file-preview-image {
    max-width: 100%;
    max-height: 120%;
}

.file-preview-video {
    max-width: 100%;
    max-height: 120%;
}

.standard-view-image {
    max-width: 100%;
}

.control-readonly {
    padding-top: 7px;
}

/** tile stats **/
.tile-stats {
    position: relative;
    display: block;
    margin-bottom: 12px;
    border: 1px solid #E4E4E4;
    -webkit-border-radius: 5px;
    overflow: hidden;
    padding-bottom: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    background: #FFF;
    transition: all 300ms ease-in-out;
}

.tile-stats:hover .icon i {
    animation-name: tansformAnimation;
    animation-duration: .5s;
    animation-iteration-count: 1;
    color: rgba(58, 58, 58, 0.41);
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: tansformAnimation;
    -webkit-animation-duration: .5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: tansformAnimation;
    -moz-animation-duration: .5s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
}

.tile-stats .icon {
    width: 20px;
    height: 20px;
    color: #BAB8B8;
    position: absolute;
    right: 53px;
    top: 22px;
    z-index: 1;
}

.tile-stats .icon i {
    margin: 0;
    font-size: 60px;
    line-height: 0;
    vertical-align: bottom;
    padding: 0;
}

.tile-stats .count {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.65857;
}

.tile-stats .count, .tile-stats h3, .tile-stats p {
    position: relative;
    margin: 0;
    margin-left: 10px;
    z-index: 5;
    padding: 0;
}

.tile-stats h3 {
    color: #BAB8B8;
}

.tile-stats p {
    margin-top: 5px;
    font-size: 12px;
}

.tile-stats > .dash-box-footer {
    position: relative;
    text-align: center;
    margin-top: 5px;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.tile-stats > .dash-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
}

.tile-stats > .dash-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
}

table.tile_info {
    padding: 10px 15px;
}

table.tile_info span.right {
    margin-right: 0;
    float: right;
    position: absolute;
    right: 4%;
}

.tile:hover {
    text-decoration: none;
}

.tile_header {
    border-bottom: transparent;
    padding: 7px 15px;
    margin-bottom: 15px;
    background: #E7E7E7;
}

.tile_head h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.tiles-bottom {
    padding: 5px 10px;
    margin-top: 10px;
    background: rgba(194, 194, 194, 0.3);
    text-align: left;
}

/** /tile stats **/

/** top tiles  */
.tile_count {
    margin-bottom: 20px;
    margin-top: 20px;
}

.tile_count .tile_stats_count {
    border-bottom: 1px solid #D9DEE4;
    padding: 0 10px 0 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

@media (min-width: 992px) {
    .header .container .section-toolbox {
        margin-right: 12px;
    }

    .tile_count .tile_stats_count {
        margin-bottom: 10px;
        border-bottom: 0;
        padding-bottom: 10px;
    }
}

.tile_count .tile_stats_count:before {
    content: "";
    position: absolute;
    left: 0;
    height: 65px;
    border-left: 2px solid #ADB2B5;
    margin-top: 10px;
}

@media (min-width: 992px) {
    .tile_count .tile_stats_count:first-child:before {
        border-left: 0;
    }
}

.tile_count .tile_stats_count .count {
    font-size: 30px;
    line-height: 47px;
    font-weight: 600;
}

@media (min-width: 768px) {
    .tile_count .tile_stats_count .count {
        font-size: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1100px) {
    .tile_count .tile_stats_count .count {
        font-size: 30px;
    }
}

.tile_count .tile_stats_count span {
    font-size: 12px;
}

@media (min-width: 768px) {
    .tile_count .tile_stats_count span {
        font-size: 13px;
    }
}

.tile_count .tile_stats_count .count_bottom i {
    width: 12px;
}

/** /top tiles **/
.dashboard_graph {
    background: #fff;
    padding: 7px 10px;
}

.dashboard_graph .col-md-9, .dashboard_graph .col-md-3 {
    padding: 0;
}

a.user-profile {
    color: #5E6974 !important;
}

.user-profile img {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    margin-right: 10px;
}

ul.top_profiles {
    height: 330px;
    width: 100%;
}

ul.top_profiles li {
    margin: 0;
    padding: 3px 5px;
}

ul.top_profiles li:nth-child(odd) {
    background-color: #eee;
}

.media .profile_thumb {
    border: 1px solid;
    width: 50px;
    height: 50px;
    margin: 5px 10px 5px 0;
    border-radius: 50%;
    padding: 9px 12px;
}

.media .profile_thumb i {
    font-size: 30px;
}

.media .date {
    background: #ccc;
    width: 52px;
    margin-right: 10px;
    border-radius: 10px;
    padding: 5px;
}

.media .date .month {
    margin: 0;
    text-align: center;
    color: #fff;
}

.media .date .day {
    text-align: center;
    color: #fff;
    font-size: 27px;
    margin: 0;
    line-height: 27px;
    font-weight: bold;
}

.event .media-body a.title {
    font-weight: bold;
}

.event .media-body p {
    margin-bottom: 0;
}

h4.graph_title {
    margin: 7px;
    text-align: center;
}

/**  ------------------------------------------  **/
.blue {
    color: #3498DB;
}

.purple {
    color: #9B59B6;
}

.green {
    color: #1ABB9C;
}

.aero {
    color: #9CC2CB;
}

.red {
    color: #E74C3C;
}

.dark {
    color: #34495E;
}

.border-blue {
    border-color: #3498DB !important;
}

.border-purple {
    border-color: #9B59B6 !important;
}

.border-green {
    border-color: #1ABB9C !important;
}

.border-aero {
    border-color: #9CC2CB !important;
}

.border-red {
    border-color: #E74C3C !important;
}

.border-dark {
    border-color: #34495E !important;
}

.bg-white {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #73879C;
}

.bg-green {
    background: #1ABB9C !important;
    border: 1px solid #1ABB9C !important;
    color: #fff;
}

.bg-red {
    background: #E74C3C !important;
    border: 1px solid #E74C3C !important;
    color: #fff;
}

.bg-blue {
    background: #3498DB !important;
    border: 1px solid #3498DB !important;
    color: #fff;
}

.bg-orange {
    background: #F39C12 !important;
    border: 1px solid #F39C12 !important;
    color: #fff;
}

.bg-purple {
    background: #9B59B6 !important;
    border: 1px solid #9B59B6 !important;
    color: #fff;
}

.bg-blue-sky {
    background: #50C1CF !important;
    border: 1px solid #50C1CF !important;
    color: #fff;
}

/* *********  widgets  **************************** */
.dashboard_graph .x_title {
    padding: 5px 5px 7px;
}

.dashboard_graph .x_title h3 {
    margin: 0;
    font-weight: normal;
}

.chart {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.percent {
    display: inline-block;
    line-height: 110px;
    z-index: 2;
    font-size: 18px;
}

.caption {
    display: inline-block;
    z-index: 2;
    width: 110px;
    font-size: 14px;
    text-align: center;
}

.percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
}

.angular {
    margin-top: 100px;
}

.angular .chart {
    margin-top: 0;
}

.widget {
    min-width: 250px;
    max-width: 310px;
}

.widget_tally_box .btn-group button {
    text-align: center;
}

.widget_tally_box .btn-group button {
    color: inherit;
    font-weight: 500;
    background-color: #f5f5f5;
    border: 1px solid #e7e7e7;
}

ul.widget_tally, ul.widget_tally li {
    width: 100%;
}

ul.widget_tally li {
    padding: 2px 10px;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 4px;
}

ul.widget_tally .month {
    width: 70%;
    float: left;
}

ul.widget_tally .count {
    width: 30%;
    float: left;
    text-align: right;
}

.pie_bg {
    border-bottom: 1px solid rgba(101, 204, 182, 0.16);
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    padding-bottom: 10px;
    box-shadow: 0 4px 6px -6px #222;
}

.widget_tally_box .flex {
    display: -ms-flexbox;
    display: flex;
}

ul.widget_profile_box {
    width: 100%;
    height: 42px;
    padding: 3px;
    background: #ececec;
    margin-top: 40px;
    margin-left: 1px;
}

ul.widget_profile_box li:first-child {
    width: 25%;
    float: left;
}

ul.widget_profile_box li:first-child a {
    float: left;
}

ul.widget_profile_box li:last-child {
    width: 25%;
    float: right;
}

ul.widget_profile_box li:last-child a {
    float: right;
}

ul.widget_profile_box li a {
    font-size: 22px;
    text-align: center;
    width: 35px;
    height: 35px;
    border: 1px solid rgba(52, 73, 94, 0.44);
    display: block;
    border-radius: 50%;
    padding: 0;
}

ul.widget_profile_box li a:hover {
    color: #1ABB9C !important;
    border: 1px solid #26b99a;
}

ul.widget_profile_box li .profile_img {
    width: 85px;
    height: 85px;
    margin: 0;
    margin-top: -28px;
}

.widget_tally_box p, .widget_tally_box span {
    text-align: center;
}

.navbar {
    min-height: 50px;
    margin-bottom: 0;
    border: none;
}

.widget_tally_box .name {
    text-align: center;
    margin: 25px;
}

.widget_tally_box .name_title {
    text-align: center;
    margin: 5px;
}

.widget_tally_box ul.legend {
    margin: 0;
}

.widget_tally_box ul.legend p, .widget_tally_box ul.legend span {
    text-align: left;
}

.widget_tally_box ul.legend li .icon {
    font-size: 20px;
    float: left;
    width: 14px;
}

.widget_tally_box ul.legend li .name {
    font-size: 14px;
    margin: 5px 0 0 14px;
    text-overflow: ellipsis;
    float: left;
}

.widget_tally_box ul.legend p {
    display: inline-block;
    margin: 0;
}

.widget_tally_box ul.verticle_bars li {
    height: 140px;
    width: 23%;
}

.widget .verticle_bars li .progress.vertical.progress_wide {
    width: 65%;
}

ul.count2 {
    width: 100%;
    margin-left: 1px;
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    padding: 10px 0;
}

ul.count2 li {
    width: 30%;
    text-align: center;
}

ul.count2 li h3 {
    font-weight: 400;
    margin: 0;
}

ul.count2 li span {
    font-weight: 300;
}

/* *********  /widgets  **************************** */
.divider {
    border-bottom: 1px solid #ddd;
    margin: 10px;
}

.divider-dashed {
    border-top: 1px dashed #e7eaec;
    background-color: #ffffff;
    height: 1px;
    margin: 10px 0;
}

.messages {
    padding: 0;
    max-width: 100%;
    list-style: none;
}

.messages li, .tasks li, .social li {
    list-style: none;
}

.messages li img.avatar, img.avatar {
    height: 32px;
    width: 32px;
    float: left;
    display: inline-block;
    border-radius: 2px;
    padding: 2px;
    background: #f7f7f7;
}

.messages li .message-wrapper {
    margin-left: 50px;
    margin-right: 40px;
}

.message-links {
    margin-left: 50px;
    margin-right: 40px;
}

.message-links .btn {
    margin-right: 5px;
}

.messages li .message-wrapper h4.heading {
    font-weight: 600;
    margin: 0;
    cursor: pointer;
    margin-bottom: 10px;
    line-height: 100%;
}

.messages li .message-wrapper blockquote {
    padding: 0 10px;
    margin: 0;
    display: block;
    border-left: 5px solid #eee;
}

ul.user_data li {
    margin-bottom: 6px;
}

ul.user_data li p {
    margin-bottom: 0;
}

ul.user_data li .progress {
    width: 90%;
}

.project_progress .progress {
    margin-bottom: 3px !important;
    margin-top: 5px;
}

.projects .list-inline {
    margin: 0;
}

.profile_title {
    background: #F5F7FA;
    border: 0;
    padding: 7px 0;
    display: -ms-flexbox;
    display: flex;
}

ul.stats-overview {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

ul.stats-overview li {
    display: inline-block;
    text-align: center;
    padding: 0 15px;
    width: 30%;
    font-size: 14px;
    border-right: 1px solid #e8e8e8;
}

ul.stats-overview li:last-child {
    border-right: 0;
}

ul.stats-overview li .name {
    font-size: 12px;
}

ul.stats-overview li .value {
    font-size: 14px;
    font-weight: bold;
    display: block;
}

ul.stats-overview li:first-child {
    padding-left: 0;
}

ul.project_files li {
    margin-bottom: 5px;
}

ul.project_files li a i {
    width: 20px;
}

.project_detail p {
    margin-bottom: 10px;
}

.project_detail p.title {
    font-weight: bold;
    margin-bottom: 0;
}

.avatar img {
    border-radius: 50%;
    max-width: 45px;
}

.input-group.file-caption-main {
    z-index: 0;
}

/** Tags input */
div.tagsinput {
    border: 1px solid #CCC;
    border-radius: 4px;
    background: #FFF;
    padding: 5px;
    min-width: 500px;
    height: 100px;
    overflow-y: auto;
}

.fileinput-remove {
    margin-top: 0;
}

.fileinput-cancel {
    margin-top: 0;
}

.btn-file {
    margin-top: 0;
}

div.tagsinput span.tag {
    border: 1px solid #a5d24a;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    float: left;
    padding: 5px;
    text-decoration: none;
    background: #cde69c;
    color: #638421;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 13px;
}

div.tagsinput span.tag a {
    font-weight: bold;
    color: #82ad2b;
    text-decoration: none;
    font-size: 11px;
}

div.tagsinput input {
    width: 80px;
    margin: 0;
    font-size: 13px;
    border: 1px solid transparent;
    padding: 5px;
    background: transparent;
    color: #000;
    outline: 0;
    margin-right: 5px;
    margin-bottom: 5px;
}

div.tagsinput div {
    display: block;
    float: left;
}

.tags_clear {
    clear: both;
    width: 100%;
    height: 0;
}

.not_valid {
    background: #FBD8DB !important;
    color: #90111A !important;
}

/** bootstrap-wysiwyg **/
.editor-wrapper {
    min-height: 250px;
    background-color: white;
    border-collapse: separate;
    border: 1px solid #cccccc;
    padding: 4px;
    box-sizing: content-box;
    box-shadow: rgba(0, 0, 0, 0.07451) 0 1px 1px 0 inset;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    overflow: scroll;
    outline: none;
}

.voiceBtn {
    width: 20px;
    color: transparent;
    background-color: transparent;
    transform: scale(2, 2);
    -webkit-transform: scale(2, 2);
    -moz-transform: scale(2, 2);
    border: transparent;
    cursor: pointer;
    box-shadow: none;
    -webkit-box-shadow: none;
}

div[data-role="editor-toolbar"] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dropdown-menu a {
    cursor: pointer;
}

/** /bootstrap-wysiwyg **/
/** Select2 **/

.select2 {
    border-color: #CCC;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #738790;
    padding-top: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-top: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 2px;
    border: none;
    border-radius: 4px;
    padding: 3px 5px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ccc;
}

.monitor-failed {
    color: #E74C3C;
}

/* *********  /widgets  **************************** */
.divider {
    border-bottom: 1px solid #ddd;
    margin: 10px;
}

.divider-dashed {
    border-top: 1px dashed #e7eaec;
    background-color: #ffffff;
    height: 1px;
    margin: 10px 0;
}

.messages {
    list-style: none;
}

.messages, .tasks, .social {
    border-bottom: 1px dotted #e6e6e6;
    display: inline-block;
    padding: 8px 0;
    clear: both;
}

.messages img.avatar {
    height: 32px;
    width: 32px;
    float: left;
    clear: right;
    display: inline-block;
    border-radius: 2px;
    padding: 2px;
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
}

.messages .message-item {
    top: 4px;
    left: 0;
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
}

.messages img.network-icon {
    top: 2px;
    left: 0;
    height: 24px;
    width: 24px;
    border-radius: 2px;
    padding: 2px;
    background: #f7f7f7;
    border: none;
}

.messages .message-item .message-icons {
    width: 40px;
    right: 0;
    top: 0;
    margin-left: 6px;
    float: left;
    border-bottom: 1px;
}

.messages .message-item .message-wrapper {
    top: 0;
    margin-left: 50px;
    margin-right: 50px;
}

.messages .message-item .message-date {
    float: right;
    right: 0;
    top: 0;
    margin-top: 0;
    width: 40px;
    line-height: 100%;
}

.messages .message-wrapper h4.heading {
    font-weight: 600;
    margin: 0;
    cursor: pointer;
    margin-bottom: 10px;
    line-height: 100%;
}

.messages .message-wrapper blockquote {
    padding: 0 10px;
    margin: 0;
    border-left: 5px solid #eee;
}

.messages .message-wrapper .post-image {
    padding: 10px 10px;
    max-width: 80%;
    margin: 0 10px;
}

.message-date .date {
    margin-top: 0;
    vertical-align: top;
}

.social {
    list-style: none;
}

.social, .tasks {
    border-bottom: 1px dotted #e6e6e6;
    display: inline-block;
    padding: 8px 0;
    clear: both;
}

.social img.avatar {
    height: 32px;
    width: 32px;
    float: left;
    clear: right;
    display: inline-block;
    border-radius: 2px;
    padding: 2px;
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
}

.social-item {
    width: 100%;
    top: 4px;
    left: 0;
    position: relative;
    padding: 6px;
    display: inline-block;
    border-bottom: 1px solid #e6e6e6;
}

.social img.network-icon {
    top: 2px;
    left: 0;
    height: 24px;
    width: 24px;
    border-radius: 2px;
    padding: 2px;
    background: #f7f7f7;
    border: none;
}

.social-item .social-tags {

}

.social-item .social-tag {
    background-color: red;
    color: white;
    font-size: 9px;
    float: left;
    padding: 2px 5px;
    margin: 2px;
    border-radius: 4px;
}

.social-item .social-header .poster-screen-name {
    position: relative;
    margin-left: 15px;
    top: 0;
}

.social-item .social-header .poster-screen-name a:before {
    margin-left: 6px;
    content: " - @";
}

.social .social-item .social-icons {

    width: 80px;
    right: 0;
    top: 0;
    margin-left: 6px;
    float: left;
    border-bottom: 1px;
}

.social .social-item .social-wrapper {
    top: 0;
    margin-left: 90px;
    margin-right: 50px;
}

.social .social-item .social-header {
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    position: relative;
    display: flex;
}

.social-item .social-header .poster-name {
    left: 15px;
    top: 0;
    position: relative;
}

.social-item .social-header a {
    font-weight: 500;
    color: #365899;
    cursor: pointer;
    text-decoration: none;
}

.social-item .social-header a:hover {
    text-decoration: underline;
}

.social-item .social-header .post-time {
    font-size: 12px;
    left: 50px;
    top: 20px;
    position: absolute;
    color: #90949c;
    text-transform: capitalize;
}

.social-item .social-header .post-source-icon {
    top: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    right: 0;
}

.social-item .social-header .avatar {
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
    border-radius: 18px;
}

.social-item .social-body .post-text {
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    margin: 0 4px;
    display: block;
}

.social-item .social-body .post-image {
    margin: 0;
    padding: 5px 0;
    max-width: 100%;
    max-height: 400px;
}

.social-item .social-footer .social-datum {
    font-size: 14px;
    margin: 2px 0;
    padding: 4px 6px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #808080;
    min-width: 80px;
}

.social-item .social-footer .social-datum span {
    padding-right: 3px;
}

.social .social-item .social-body {
    left: 0;
    width: 100%;
    position: relative;
    display: block;
}

.social.social-item .button-group {
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}

.social-item .social-footer {
    width: 100%;
    height: 30px;
    position: relative;
    display: flex;
    background-color: #D0D0D0;
    margin-bottom: 4px;
}

.social-item .social-footer {
    width: 100%;
    height: 30px;
    position: relative;
    display: flex;
    background-color: #D0D0D0;
    margin-bottom: 4px;
}

.social. social-wrapper .message {
    font-weight: bold;
    font-size: 15px;
}

.social-wrapper .description {
    font-size: 13px;
}

.social .social-item .social-date {
    float: right;
    right: 0;
    top: 0;
    margin-top: 0;
    width: 80px;
    line-height: 100%;
}

.social .social-wrapper h4.heading {
    font-weight: 600;
    margin: 0;
    cursor: pointer;
    margin-bottom: 10px;
    line-height: 100%;
}

.social .social-wrapper blockquote {
    padding: 0 10px;
    margin: 0;
    border-left: 5px solid #eee;
}

.social .social-wrapper .post-image {
    padding: 10px 10px;
    max-width: 80%;
    margin: 0 10px;
}

.social-date .date {
    margin-top: 0;
    vertical-align: top;
}

.social-links {
    margin-left: 90px;
    margin-right: 40px;
}

.social-links .btn {
    margin-right: 5px;
}

.secondary-section {
    margin: 0;
}

.main-section {
    margin: 4px;
}

.submit-section {
    margin: 4px;
}

label.control-label.custom {
    text-align: left;
}

.check-label {
    display: inline;
    font-weight: normal;
    margin-left: 5px;
}

.form-group {
    margin: 0;
    padding: 4px 0;
}

.section-title {
    position: relative;
}

.section-title ul {
    display: inline;
}

.section-title .title {
    display: inline;
}

.section-title ul li {
    display: inline;
}

.panel {
    overflow-y: auto;
    overflow-x: hidden;
    border-width: 1px;
}

.partial-container .title {
    display: inline;
}

.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.right-padding {
    padding: 0 10px 0 0;
    margin: 0 !important;
}

.right-padding:last-child {
    padding: 0;
    margin: 0 !important;
}

.title small {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}

.mini-carousel .carousel {
    height: 150px;
    background-color: white;
}

.mini-carousel .item {
    background-color: white;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    height: 150px;
}

.mini-carousel .carousel-control span {
    color: black;
    z-index: 1000;
}

.footer_content small {
    color: #909090;
}

.map-controls {
    padding: 5px;
}

.table-control {
    padding: 1px 2px;
    margin: 1px 2px;
}

.top {
    padding-top: 6px;
}

.group-carousel .carousel {
    height: 800px;
}

/* *********  timeline  **************************** */
ul.timeline li {
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    clear: both;
}

.timeline .block {
    margin: 0;
    border-left: 3px solid #e8e8e8;
    overflow: visible;
    padding: 10px 15px;
    margin-left: 105px;
}

.timeline.widget {
    min-width: 0;
    max-width: inherit;
}

.timeline.widget .block {
    margin-left: 5px;
}

.timeline .tags {
    position: absolute;
    top: 15px;
    left: 0;
    width: 84px;
}

.timeline .tag {
    display: block;
    line-height: 1.2;
    height: 30px;
    font-size: 13px;
    padding: 8px;
}

.timeline .tag span {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tag {
    line-height: 1;
    background: #1ABB9C;
    color: #fff !important;
}

.tags span.extra {
    color: white;
    font-size: 8px;
    padding: 4px;
    border-radius: 4px;
    text-transform: lowercase;
}

.tags span.extra.mandatory {
    background: #FF0000;
}

.tags span.extra.system {
    background: #0000FF;
}

/*.tag:after {*/
/*content: " ";*/
/*height: 30px;*/
/*width: 0;*/
/*position: absolute;*/
/*left: 100%;*/
/*top: 0;*/
/*margin: 0;*/
/*pointer-events: none;*/
/*border-top: 14px solid transparent;*/
/*border-bottom: 14px solid transparent;*/
/*border-left: 11px solid #1ABB9C;*/
/*}*/

.timeline h2.title {
    position: relative;
    font-size: 16px;
    margin: 0;
}

.timeline h2.title:before {
    content: "";
    position: absolute;
    left: -23px;
    top: 3px;
    display: block;
    width: 14px;
    height: 14px;
    border: 3px solid #d2d3d2;
    border-radius: 14px;
    background: #f9f9f9;
}

.map-panel {
    height: 750px;
    height: calc(100vh - 130px);
    padding-bottom: 0;
    border: 0 none;
}

.landing-root-container > .map-panel {
    height: 750px;
    height: calc(100vh - 76px);
}

.map-panel .panel {
    border-width: 0;
}

.timeline .byline {
    padding: .25em 0;
}

.byline {
    -webkit-font-smoothing: antialiased;
    font-style: italic;
    font-size: .9375em;
    line-height: 1.3;
    color: #aab6aa;
}

ul.social li {
    border: 0;
}

.alert {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 4px;
    margin-right: 4px;
}

/*
 *
 * Main stylesheet for Switchery.
 * http://abpetkov.github.io/switchery/
 *
 */

.switchery {
    background-color: #fff;
    color: #337ab7;
    border: 1px solid #0fdfdf;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    position: relative;
    vertical-align: middle;
    width: 50px;

    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: content-box;
    background-clip: content-box;
}

.switchery > small {
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    height: 30px;
    position: absolute;
    top: 0;
    width: 30px;
}

/* Switchery sizes. */

.switchery-small {
    border-radius: 20px;
    height: 20px;
    width: 33px;
}

.switchery-small > small {
    height: 20px;
    width: 20px;
}

.switchery-large {
    border-radius: 40px;
    height: 40px;
    width: 66px;
}

.switchery-large > small {
    height: 40px;
    width: 40px;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 0;
}

.list-group-item-heading.collapsible {
    cursor: pointer;
}

.list-group-item-heading > span {
    float: right;
    margin-top: 4px;
    font-size: 12px;
}

.list-group-item-heading.collapsible:hover {

    background-color: #F7F7F7;
    border-radius: 4px;
}

.appstore-button {
    height: 50px;
    padding: 0;
}

.appstore-button-link {
}

.carousel-caption {
}

.carousel-caption .title {
    font-size: 36px;
    line-height: 40px;
}

.carousel-caption .text {
    font-size: 16px;
    line-height: 18px;
}

.post-heading .title {
    font-size: 48px;
    margin: 2px 0;
    line-height: 50px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
}

.post-heading .text {
    font-size: 18px;
    margin-bottom: 4px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
}

.container-article {
    margin: 10px 20px 20px 20px;
    font-size: 16px;
}

.container-article > div {
    padding-top: 5px;
}

.box {
    margin-bottom: 2px;
    border: 1.5px black solid;
    border-radius: 6px;
    overflow: hidden;
    line-height: 120%;
    cursor: pointer;
}

.box .loader {
    position: absolute;
    left: 22px;
    top: 22px;
}

.box .id {
    position: absolute;
    right: 3px;
    bottom: 3px;
    opacity: 0.5;
    font-size: 10px;
    padding: 1px 4px;
    border-radius: 4px;
}

.box .effort {
    order: 3;
    background: red;
    color: white;
    font-weight: bold;
    border: white 2px solid;
    border-radius: 4px;
    width: auto;
    margin-top: 2px;
    margin-right: 3px;
    padding: 1px 5px;
    height: 20px;
}

.box .avatar {
    order: 1;
    border-radius: 4px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 2px;
    margin-left: 2px;
    width: 20px;
    height: 20px;
}

.box .user {
    order: 2;
    flex: 1;
    margin-top: 5px;
    height: 16px;
    color: white;
    margin-right: 2px;
    margin-left: 4px;
    font-weight: bold;
    font-size: 90%;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.box .name {
    position: absolute;
    padding: 2px;
    top: 27px;
    left: 0;
}

.box .color {
    visibility: collapse;
}

.box .row {
    visibility: collapse;
}

.box .column {
    visibility: collapse;
}


.list-group-info {
    position: relative;
    padding: 10px 15px;
    margin-top: 0px;
    margin-bottom: 6px;
    background-color: #fff;
    border: 1px solid #ddd;
    display: flex;
    border-radius: 4px;
}

ul > li.fa-social {
    display: inline-flex;
}

.social-footer > a > .brand-button, .social-left > a > .brand-button, .social-right > a > .brand-button {
    background-color: black;
    padding: 10px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 50%;
}

.social-footer-wrapper > div > a:focus, .social-footer-wrapper > div > a:hover {
    text-decoration: none;
}

.social-footer-wrapper > div > a > .brand-button:hover, .social-footer-wrapper > div > a > .brand-button:focus {
    color: white;
    filter: brightness(180%);
}

.btn.btn-nav:hover {
    filter: brightness(180%);

}

.form-absolute {
    position: relative;
}

.my-fa-golocal {
    margin: 4px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/networks/go_local_mono.png);
}

.my-fa-palette {
    margin: 4px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/ic-palette.png);
}

.my-fa-deliveroo {
    margin: 4px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/networks/deliveroo.png);
}

.my-fa-loylap {
    margin: 4px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/networks/loylap_mono.png);
}

.my-fa-linkalist {
    width: 18px;
    height: 18px;
    margin-top: -2px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/ic-system.png);
    vertical-align: middle;
}

.btn-tripadvisor {
    color: #fff;
    background-color: #00af87;
    border-color: rgba(0, 0, 0, 0.2);
}

.navbar-toggle {
    float: left;
    color: white;
    height: 34px;
    font-size: 18px;
    font-weight: normal;
    padding-top: 4px;
    margin-right: 0;
}

.navbar-toggle-right {
    float: none;
    position: absolute;
    color: white;
    height: 34px;
    font-size: 18px;
    font-weight: normal;
    padding-top: 3px;
    margin-left: 0;
    margin-right: 8px;
    margin-top: 8px;
}

.navbar-toggle-right:hover {
    color: white;
}

.navbar-toggle-right:active {
    color: white;
}

.control-label, .control-wrapper {
    padding-left: 4px;
    padding-right: 4px;
}

.jvFloat {
    display: block;
}

.floating-check-label {
    font-weight: normal;
    vertical-align: middle;
}

.form-signin > .jvFloat {
    margin-top: 20px;
}

.form-password > .jvFloat {
    margin-top: 20px;
}

.float-label:required::placeholder {
    color: #a77676;
}

.modal-open {
    overflow-y: auto;
}

.list-group-item > span {
    padding-right: 4px;
}

.section-toolbox {
    right: 0px;
    top: 4px;
    position: absolute;
    display: block;
}

.first-section-toolbox {
    position: absolute;
    display: block;
    top: 4px;
    right: 4px;
}

/** jQuery Smart Wizard  **/
.form_wizard .stepContainer {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0 solid #CCC;
    overflow-x: hidden;
}

.wizard-horizontal ul.wizard-steps {
    display: table;
    list-style: none;
    position: relative;
    width: 100%;
    margin: 20px 0 0 0;
}

.wizard-horizontal ul.wizard-steps li {
    display: table-cell;
    text-align: center;
}

.wizard-steps a {
    text-decoration: none;
}

.wizard-horizontal ul.wizard-steps li a, .wizard-horizontal ul.wizard-steps li:active {
    display: block;
    position: relative;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    color: #666;
}

.wizard-horizontal ul.wizard-steps li a:before {
    content: "";
    position: absolute;
    height: 4px;
    background: #ccc;
    top: 20px;
    width: 100%;
    z-index: 4;
    left: 0;
}

.wizard-horizontal ul.wizard-steps li a.disabled .step_no {
    background: #ccc;
}

.wizard-horizontal ul.wizard-steps li a .step_no {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    display: block;
    margin: 0 auto 5px;
    font-size: 16px;
    text-align: center;
    position: relative;
    z-index: 5;
}

.wizard-horizontal ul.wizard-steps li a.selected:before, .step_no {
    background: #34495E;
    color: #fff;
}

.wizard-horizontal ul.wizard-steps li a.done:before, .wizard-horizontal ul.wizard-steps li a.done .step_no {
    background: #1ABB9C;
    color: #fff;
}

.wizard-horizontal ul.wizard-steps li:first-child a:before {
    left: 50%;
}

.wizard-horizontal ul.wizard-steps li:last-child a:before {
    right: 50%;
    width: 50%;
    left: auto;
}

.wizard-vertical .stepContainer {
    width: 80%;
    float: left;
    padding: 0 10px;
}

.actionBar {
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 10px 5px;
    text-align: right;
    margin-top: 10px;
}

.actionBar .buttonDisabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none;
}

.actionBar a {
    margin: 0 3px;
}

.wizard-vertical .wizard_content {
    width: 80%;
    float: left;
    padding-left: 20px;
}

.wizard-vertical ul.wizard-steps {
    display: table;
    list-style: none;
    position: relative;
    width: 20%;
    float: left;
    margin: 0 0 20px;
}

.wizard-vertical ul.wizard-steps li {
    display: list-item;
    text-align: center;
}

.wizard-vertical ul.wizard-steps li a {
    height: 80px;
}

.wizard-vertical ul.wizard-steps li a:first-child {
    margin-top: 20px;
}

.wizard-vertical ul.wizard-steps li a, .wizard-vertical ul.wizard-steps li:active {
    display: block;
    position: relative;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    color: #666;
}

.wizard-vertical ul.wizard-steps li a:before {
    content: "";
    position: absolute;
    height: 100%;
    background: #ccc;
    top: 20px;
    width: 4px;
    z-index: 4;
    left: 49%;
}

.wizard-vertical ul.wizard-steps li a.disabled .step_no {
    background: #ccc;
}

.wizard-vertical ul.wizard-steps li a .step_no {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    display: block;
    margin: 0 auto 5px;
    font-size: 16px;
    text-align: center;
    position: relative;
    z-index: 5;
}

.wizard-vertical ul.wizard-steps li a.selected:before, .step_no {
    background: #34495E;
    color: #fff;
}

.wizard-vertical ul.wizard-steps li a.done:before, .wizard-vertical ul.wizard-steps li a.done .step_no {
    background: #1ABB9C;
    color: #fff;
}

.wizard-vertical ul.wizard-steps li:first-child a:before {
    left: 49%;
}

.wizard-vertical ul.wizard-steps li:last-child a:before {
    left: auto;
    width: 0;
}

.form_wizard .loader {
    display: none;
}

.form_wizard .msgBox {
    display: none;
}

.submit-section.section-container.row {
    border: none;
    margin: 0 4px;
    padding: 0;
}

.file-upload-indicator {
    visibility: hidden;
    height: 0;
}

.text-description {
    padding: 6px;
}

.board-panel {
    background-color: white;
}

.board-area {
    position: absolute;
    border: none;
}

.board-area > .box {
    width: 120px;
    height: 120px;
}

@media screen and (max-width: 480px) {

    .carousel-caption .title {
        font-size: 30px;
        line-height: 33px;
    }

    .carousel-caption .text {
        font-size: 15px;
        line-height: 17px;
    }

    .header.blog-post-header .title {
        font-size: 36px;
        line-height: 42px;
        padding-bottom: 4px;
    }

    .header.blog-post-header .text {
        height: auto;
        padding-bottom: 4px;
    }

    .post-heading .title {
        font-size: 36px;
        line-height: 38px;
    }

    .map-wrapper {
        height: 250px;
    }

    .map-legend-panel-wrapper {
        height: 260px;
        width: 100%;
        bottom: 10px;
        left: 0;
    }

    .navbar-toggle {
        margin-left: 8px;
    }

    .navbar-toggle-right {
        right: 0;
    }

    .header-video-wrapper {
        height: 250px;
    }

    .landing-root-container > .map-legend-panel-wrapper {
        width: 100%;
    }

    .map-legend-panel {
        animation: slideInFromBottom 0.35s ease;
    }
}


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

    .map-wrapper {
        height: 450px;
    }

    .map-legend-panel-wrapper {
        height: 755px;
        height: calc(100vh - 90px);
        width: 25%;
        right: 0;
        top: 0;
    }

    .header-video-wrapper {
        height: 400px;
    }

    .navbar-toggle {
        margin-left: 8px;
    }

    .navbar-toggle-right {
        right: 0;
    }

    .landing-root-container .map-legend-panel-wrapper {
        height: 755px;
        height: calc(100vh - 90px);
    }

    .map-legend-panel {
        animation: slideInFromRight 0.35s ease;
    }
}

.map-legend-panel-wrapper {
    position: absolute;
    pointer-events: none;
}

.landing-root-container .map-legend-panel-wrapper {
    top: 51px;
}

.map-legend-panel {
    position: absolute;
    padding: 10px;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    pointer-events: all;
}

.loader-block {
    position: absolute;
    top: 70px;
    left: 0;
    right: 30px;
    z-index: 10000;
}

.loader {
    position: relative;
    left: 50%;
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
        height: 100%;
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes slideInFromBottom {
    0% {
        transform: translateY(100%);
        width: 100%;
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes slideOutToRight {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.code-block {
    background-color: black;
    color: lightblue;
    font-family: monospace;
    padding: 6px 6px 3px 6px;
    margin-bottom: 6px;
}

.code-block > p {
    line-height: 100%;
}

.jvectormap-container {
    background-color: lightblue;
}

.panel .map_graphic_panel {
}

.direct-item {
    padding: 6px 21px;
}

.direct-item .title {
    display: inline;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 h6 {
    font-size: 13px;
}

.clickable {
    cursor: pointer;
}

.editor .marketing .item .text {
    margin: 0;
}

.missing {
    opacity: 0.2;
}

.background-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.button-group .btn {
    margin-right: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.carousel-video {
    object-fit: cover;
}

.carousel-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header-video-wrapper {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    z-index: -10;
}

.header-video {
    position: absolute;
    display: block;
    object-fit: cover;
    top: 0;
    left: 0;
}

.header-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.intro-header {
    display: block;
    overflow: hidden;
    height: 260px;
}

.header-content {
    display: block;
}

.menu-open {
    transform: rotate(90deg);
    transition: 0.5s;
}

.menu-close {
    transform: rotate(0deg);
    transition: 0.5s;
}

.btn-force-first {
    border-radius: 3px 0 0 3px;
}

.btn-alone {
    border-radius: 3px;
}

span#picture_btn {
    margin-left: -1px;
}

.url-menu {
    padding-left: 4px;
    padding-right: 4px;
}

.blog, .survey {
    margin-top: 50px;
}

.user-block {
    display: flex;
    align-items: center;
    position: relative;
}

.user-avatar {
    display: block;
    background-size: cover;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    flex: 0 0 auto;
}

.user-block-text {
    margin-left: 10px;
    display: block;
    flex: 1 1 auto;
}

.user-name {
    font-weight: 500;
    margin-left: 0;
    font-size: 14px;
    height: 20px;
}

.user-bio {
    margin-left: 1px;
    margin-top: 2px;
    font-size: 12px;
    line-height: 14px;
    max-height: 30px;
    text-overflow: ellipsis;
}

.blog-post .post-time {
    margin-left: 1px;
    font-size: 12px;
}

.blog-post {
    margin-top: 10px;
}

.blog-post .title {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 2px;
}

.blog-post .subtitle {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 20px;
    color: #606060;
    line-height: 24px;
}

.blog-post .title-image,
.blog-post .title-video {
    width: 100%;
    height: auto;
    margin: 4px 0;
}

.blog-post .title-image img {
    width: 100%;
}

.blog-post .content {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.6;
    color: black;
    margin-bottom: 10px;
    text-align: justify;
}

.blog-post .content > div {
    margin-bottom: 5px;
}

.blog-post .content > span {
    margin-bottom: 5px;
    display: block;
}

.blog-post .content > p {
    margin-bottom: 5px;
}

.blog-post .more-link {
    margin-top: 2px;
    color: #808080;
    font-size: 16px;
}

.blog.blog-feed .title-image, .blog.blog-feed .title-video {
    max-width: 600px;
}

.site-list.marketing .image {
    height: 120px;
}

.site-list.marketing .item {
    height: 200px;
}

.site-list.marketing .item .title {
    font-weight: 600;
    margin: 0;
}

.ui-widget {
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
}

.header {
    height: 150px;
    padding: 50px 10px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%
}

.header.navbar-disabled {
    padding: 0 10px 0 0;
    height: 100px;
}

.header .title {
    margin-top: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0;
}

.header .text {
    height: 35px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    line-height: 110%;
    width: 100%;
}


.modal-title {
    font-size: 20px;
}

.modal-title .section-toolbox {
    padding-right: 10px;
}

.header .container .section-toolbox, .header .container-fluid .section-toolbox, .modal-title .section-toolbox {
    display: inline;
    top: 4px;
    position: absolute;
    right: 0;
    list-style-type: none;
}

.header .container .section-toolbox li, .header .container-fluid .section-toolbox li, .modal-title .section-toolbox li {
    display: inline;
}

.section-panel:first-of-type {
    margin-top: 0;
}

#sidebar .list-group {
    margin-bottom: 0;
}

#sidebar .list-group .title {
    margin: 4px 0;
}

.main-carousel {
    margin: auto 0;
}

.grid-panel .box {
    width: 100%;
    height: 77px;
    font-size: 12px;
    position: relative;
}

.grid-panel .grid-cell {
    padding: 4px 4px 2px 4px;
    vertical-align: top;
}

.grid-popup {
    background-color: white;
    box-shadow: 3px 3px 5px 0 #444;
    border: solid black 2px;
    border-radius: 6px;
    transform: translateX(50%);
    width: 50%;
}

.grid-popup .label {
    color: black;
    padding-left: 0;
}

.table > tbody > tr > th {
    border-top: none;
}

.table > thead > tr > th {
    border-bottom-width: 1px;
}

.linkalist-modal-header {
    border-radius: 5px 5px 0 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -2px;
}

.linkalist-modal-content {
    padding-left: 0;
    padding-right: 0;
    border-radius: 5px;
}

.linkalist-modal-body {
    display: grid;
    padding-bottom: 0px;
}

.linkalist-modal-body + .linkalist-modal-footer {
    margin-top: 10px;
}

.linkalist-modal-footer {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 0;
}

.modal-footer span.switchery {
    margin-left: 8px;
    margin-right: 4px;
}

#ui-datepicker-div {
    z-index: 100000;
}

.popup-check-label {
    padding-left: 6px;
}

.popup-image {
    max-height: 200px;
}

.popup-video {
    max-width: 100%;
}

.upload-file-type {
    font-size: 80px;
}

.file-input-class .krajee-default.file-preview-frame .kv-file-content {
    height: auto;
    padding: 10px;
}

.file-input-class .krajee-default .file-footer-buttons {
    visibility: hidden;
    height: 0;
}

.file-input-class .krajee-default .file-thumbnail-footer {
    visibility: hidden;
    height: 0;
    display: none;
}

.td-document a {
    top: -7px;
    position: relative;
}

.inline-form .form-control {
    margin-bottom: 22px !important;
}

.inline-form label {
    font-size: 15px !important;
}

.inline-form .btn-primary {
    width: 100%;
    height: 45px;
    font-size: 16px;
}

.inline-form-content {
    padding-top: 20px;
}

.inline-form-content .title {
    margin-top: 20px;
    font-size: 36px;
}

.inline-form-content .text {
    font-size: 18px;
}

.inline-form-background {
    color: white;
    height: 350px;
}

.inline-form-background label {
    color: white !important;
}


.inline-form-thanks {
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
    vertical-align: middle;
    background-color: #00000080;
}

.split > .inline-form {
    background-color: #00000060;
    padding: 20px;
    margin: 10px 0;
    border-radius: 4px;
}

.modal-content.system .form-control {
    margin-bottom: 8px;
}

.next-container {
    margin-bottom: 4px;
}

.navbar-cookie {
    margin-top: 6px;
    margin-bottom: 6px;
    bottom: 0;
    z-index: 2;
}

.text-cookie {
    color: white;
    margin: 0;
    padding: 0 4px 0 0;
    vertical-align: middle;
}

.button-cookie {
    margin-left: 6px;
}

.modal-content .scrollable {
    max-height: 500px;
    overflow-y: auto;
}

.no-scroll {
    overflow-y: hidden;
    overflow-x: hidden;
}

.blog-feed .blog-post {
    margin-bottom: 40px;
}

.form-control.style-block {
    font-family: monospace;
    font-stretch: condensed;;
    font-size: 12px;
}

.map-wrapper {
    display: block;
    position: relative;
}

.map-wrapper .map-canvas {
    width: 100%;
    height: 100%;
}

.map_canvas {
    width: 100%;
    height: 100%;
}


.map-cross {
    position: absolute;
    width: 1px;
    height: 20px;
    background: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 10;
}

.map-cross::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.select-row {
    display: flex;
    flex-flow: row wrap;
    flex-wrap: wrap;
}

.btn-new-reference {
    position: absolute;
    margin-left: 6px;
    width: 60px;
    height: 34px;
    bottom: 2px;
    right: 4px;
}

.select2 {
    width: 100%;
}

.select-row .jvFloat {
    flex-grow: 0;
    flex-shrink: 0;
    width: 100%;
}

.select-row .select2 {
    width: calc(100% - 66px);
}

.select-row select {
    width: calc(100% - 66px);
}

.reference-popup .modal-footer {
    text-align: left;
}

.modal-content.reference-popup .modal-body {
    padding: 8px;
}

.modal-footer .btn {
    margin-bottom: 0;
}

#inserted-reference-modal {
    z-index: 2000;
}

.slider-container {
    display: inline;
    padding-bottom: 5px;
}

.slider-container input[type=range] {
    margin-top: 2px;
    display: inline;
    width: calc(100% - 35px);
}

.slider-container output {
    right: 0;

    display: inline;
    margin-left: 5px;
    width: 30px;
}

.slider-value {
    vertical-align: top;
    padding-top: 1px;
    font-size: 15px;
    font-weight: bold;
}

.btn-icon-only .btn-text {
    display: none;
}

.form-control[type="time"]::-webkit-clear-button {
    display: none;
}

.no-float .jvFloat label {
    visibility: visible;
    opacity: 1;
    transform: translate(0, -1em);
}

.no-float .jvFloat input::placeholder {
    visibility: hidden;
}

.modal-content .section-container {
    margin-left: 0;
    margin-right: 0;
}

.modal-content .section-panel {
    margin-top: 4px;
}

.modal-content .section-title {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.ui-sortable-handle {
    cursor: move;
}

.point-group {
    padding-left: 4px;
    padding-right: 4px;
}

.label-margin {
    margin-bottom: 18px;
}

.point-group > .control-label {
    margin-left: -4px;
}

.point-group > .map-cross {
    transform: translate(-50%, calc(-50% + 12px));
}

@media screen and (max-width: 991px) {
    .row-offcanvas .sidebar-offcanvas {

        margin-top: 0px;;
        margin-right: 8px;
    }
}

.box .title-bar {
    display: flex;
    height: 27px;
    border-bottom: 1.5px black solid;
}

.btn-dialog-dismiss {
    position: absolute;
    background-color: transparent;
    right: 5px;
}

.btn-dialog-dismiss:focus,
.btn-dialog-dismiss:hover,
.btn-dialog-dismiss:active:focus,
.btn-dialog-dismiss.active:focus,
.btn-dialog-dismiss.focus,
.btn-dialog-dismiss:active.focus,
.btn-dialog-dismiss.active.focus {
    box-shadow: none;
    outline: none;
}


.btn-dialog-dismiss:hover > span {
    color: white;
    font-weight: bolder;
}

.blog-header {
    height: 200px;
    margin-bottom: -50px;
}

.blog-post-header {
    height: 250px;
    margin-bottom: -50px;
}

.blog-post-header .title {
    margin-top: 20px;
    white-space: normal;

}

.social-footer {
    text-align: center;
}

.link-footer {
    text-align: center;
    position: relative;
    display: block;
}

.bootstrap .view-icon {
    margin-top: 20px;
    padding-top: 20px;
    font-size: 50px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    line-height: 120%;
    text-align: center;
    background-color: black;
    color: white;
}

@media screen and (max-width: 767px) {
    .marketing .item .image {
        height: 100px;
    }

    .navbar .navbar-appstore {
        width: auto;
        height: 60px;
        margin-top: -5px;
        clear: right;
        float: right;
    }

    .navbar .navbar-appstore .navbar-image {
        width: 120px;
    }

    .bootstrap .view-icon {
        margin-top: 10px;
        padding-top: 15px;
        font-size: 40px;
        width: 80px;
        height: 80px;
        border-radius: 40px;
    }

}

.header.blog-post-header .btn-nav {
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0;
    font-size: 50px;
    color: white;
}

.intro-header .header-content {
    height: 260px;
    position: relative;
}

.intro-header .header-content .btn-nav {
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0px;
    font-size: 50px;
    color: white;
}


@media screen and (min-width: 1400px) {
    .intro-header .header-content .btn-item-next {
        right: -5%;
        bottom: 50px;
    }

    .intro-header .header-content .btn-item-prev {
        left: -5%;
        bottom: 50px;
    }

    .blog-post-header.header .btn-item-next {
        right: 5%;
        bottom: 50px;
    }

    .blog-post-header.header .btn-item-prev {
        left: 5%;
        bottom: 50px;
    }

}

.nav-footer {
    position: relative;
    height: 35px;
    display: block;
    left: 0;
    right: 0;
}

.nav-footer .btn-nav {
    position: absolute;
    bottom: 0;
    font-size: 20px;
    border-radius: 50%;
    margin-bottom: 35px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.nav-footer .btn-item-next {
    right: 5%;
}

.nav-footer .btn-item-prev {
    left: 5%;
}

.blog .blog-post img {
    max-width: 100%;
}

.form-signin .alert {
    margin-left: 0;
    margin-right: 0;
}

.row-title {
    border: 1.5px black solid;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 4px 6px 4px 0;
    padding: 4px 2px;
    position: relative;
    min-height: 34px;
}

.row-title-text {
    font-size: 12px;
    line-height: 100%;
}

.grid-panel .row-title-cell {
    vertical-align: top;
    min-height: 44px;
}

.row-add {
    position: absolute;
    right: -4px;
    bottom: -4px;
    color: white;
    background-color: red;
    border: 1.5px black solid;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    cursor: pointer;
    content: "+";
}

.background-body {
    display: table-cell;
    align: vertical;
}

.social-footer-container {
    display: block;
    flex-shrink: 0;
    flex-basis: auto;
    order: 3;
    padding-bottom: 30px;
}

.link-footer-container {
    display: block;
    flex-shrink: 0;
    flex-basis: auto;
    order: 3;
    padding-bottom: 30px;
}


.intro-background .social-footer-container {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

.intro-body .social-footer-container {
    width: 100%;
    position: absolute;
    bottom: 10px;
    margin-bottom: 0;
}

.intro-background .social-footer {
    height: 43px;
}

.intro-background .presentation-footer.social-footer {
    height: 40px;
}

.intro-background .container-article .title {
    font-size: 50px;
}

.container-article .text {
    line-height: 1.6;
    text-align: justify;
}

.container-article .text li {
    text-align: left;
}

.container-article > .text > div {
    margin-bottom: 5px;
}

.container-article > .text > span {
    display: block;
    margin-bottom: 5px;
}


.intro-background .text {
    font-size: 18px;
}

.feature-plan {
    text-shadow: none;
    color: black;
}

@media screen and (max-width: 1024px) {
    .background-body {
        margin-top: 0px;
    }

    .intro-background .container-article .title {
        margin-top: 50px;
        line-height: 45px;
        font-size: 40px;
    }
}

.document-library {
    margin-top: 50px;
    min-height: 400px;
}

.card-item .title {
    font-size: 26px;
}

.card-item .card-inner {
    position: relative;
    align-content: center;;
    padding: 10px 20px;
    text-align: center;
    background-color: white;
    border-right: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;;
    border-left: 1px solid lightgrey;;
    border-top: 3px solid;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 240px;
}

.landing-card .card-inner {
    height: 260px;
    border-radius: 12px;
    padding-top: 30px;
}


.card-item.tall .card-inner {
    height: 320px;
}

.card-item .title {
    margin-top: 0;
}

.icon-wrapper > span {
    font-size: 50px;
    height: 80px;
    padding-top: 15px;
}

.document-library .card-item .btn {
    position: absolute;
    bottom: 20px;
    width: 120px;
    left: calc(50% - 60px);
}

.table_title {
    font-weight: bold;
}

tr.table_title th {
    font-weight: bolder;
}

.card-list .section-title {
    font-size: 24px;
}

.card-anchor * {
    text-decoration: none;
    color: black;
}

.card-image {
    width: 100%;
    height: 50px;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
}

.card-anchor:hover {
    text-decoration: none;
}

.document-library .overall-description {
    padding: 10px 20px 0 20px;
}

.landing-card .card-inner {
    height: 280px;
}

.landing-card .card-image {
    height: 80px;
}

.card-list .card-item .card-inner.navigable {
    cursor: pointer;
}

.card-list .card-item .card-inner.navigable:hover {
    background-color: #F3F3F3;
}

.card-list .card-item.card-item-green .card-inner {
    border-top-color: #77cd81;
}

.card-list .card-item.card-item-green .title {
    color: #77cd81;
}

.card-list .card-item.card-item-green .icon-wrapper span {
    color: #77cd81;
}

.card-list .card-item.card-item-green .extra-text {
    color: #77cd81;
}

.card-list .card-item.card-item-beige .card-inner {
    border-top-color: #c8cd77;
}

.card-list .card-item.card-item-beige .title {
    color: #c8cd77;
}

.card-list .card-item.card-item-beige .extra-text {
    color: #c8cd77;
}

.card-list .card-item.card-item-beige .icon-wrapper span {
    color: #c8cd77;
}

.card-list .card-item.card-item-purple .card-inner {
    border-top-color: #c877cd;
}

.card-list .card-item.card-item-purple .title {
    color: #c877cd;
}

.card-list .card-item.card-item-purple .icon-wrapper span {
    color: #c877cd;
}

.card-list .card-item.card-item-purple .extra-text {
    color: #c877cd;
}

.card-list .card-item.card-item-grey .card-inner {
    border-top-color: #999999;
}

.card-list .card-item.card-item-grey .title {
    color: #999999;
}

.card-list .card-item.card-item-grey .icon-wrapper span {
    color: #999999;
}

.card-list .card-item.card-item-grey .extra-text {
    color: #999999;
}

.card-list .card-item.card-item-blue .card-inner {
    border-top-color: #7e76cd;
}

.card-list .card-item.card-item-blue .title {
    color: #7e76cd;
}

.card-list .card-item.card-item-blue .icon-wrapper span {
    color: #7e76cd;
}

.card-list .card-item.card-item-blue .extra-text {
    color: #7e76cd;
}

.card-list .card-item.card-item-red .card-inner {
    border-top-color: #cd7777;
}

.card-list .card-item.card-item-red .title {
    color: #cd7777;
}

.card-list .card-item.card-item-red .icon-wrapper span {
    color: #cd7777;
}

.card-list .card-item.card-item-red .extra-text {
    color: #cd7777;
}

.card-list .card-item.card-item-cyan .card-inner {
    border-top-color: #77cdbe;
}

.card-list .card-item.card-item-cyan .title {
    color: #77cdbe;
}

.card-list .card-item.card-item-cyan .icon-wrapper span {
    color: #77cdbe;
}

.card-list .card-item.card-item-cyan .extra-text {
    color: #77cdbe;
}


.card-list .card-item .extra-text {
    position: absolute;
    bottom: 10px;
    width: 100%;
    font-size: 22px;
    text-align: center;
    left: 0;
}

.card-buttons {
    left: 10px;
    right: 10px;
    justify-content: center;
    position: absolute;
    bottom: 20px;
}

.list-group-item span {
    width: 20px;
    text-align: center;
}

.navbar-nav span {
    width: 18px;
    text-align: center;
}

.btn-password {
    background-color: darkgreen;
    color: white;
}


.modal-footer > .btn-primary {
    min-width: 60px;
}

.btn-password:hover, .btn-password:active, .btn-password:focus {
    background-color: green;
    color: white;
}

.title-help {
    margin-top: 4px;
    border-width: 1px 0 0 0;
    border-color: #D0D0D0;
    border-style: dotted;
}

.section-title .title-help ul {
    display: block;;
}

.section-title .title-help ul li {
    display: block;
}

label.check-disabled {
    color: #909090;
}

.g-recaptcha-outer {
    text-align: center;
    border-radius: 2px;
    background: #f9f9f9;
    border-style: solid;
    border-color: #37474f;
    border-width: 1px;
    border-bottom-width: 2px;
    width: 100%;
}

.listing-wrapper {
    display: block;
    margin-top: 12px;
    margin-bottom: 12px;
    border: 1px solid #D0D0D0;
    border-radius: 12px;
}


.listing-item {
    border-top: 1px #E0E0E0 solid;
    position: relative;
    display: block;
    height: 162px;
}

.listing-item:first-child {
    border-top: none;
}

.listing-image {
    height: 140px;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
}

.listing-item .title {
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
    margin-right: 4px;
    margin-bottom: 3px;
}

.listing-item .subtitle {
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    margin-right: 4px;
    margin-bottom: 3px;
}

.listing-item .text {
    font-size: 16px;
    margin-right: 4px;
}

.listing-icon-wrapper > span {
    font-size: 80px;
    height: 120px;
    padding-top: 15px;
    color: #0f7b9f;
}

.listing-image {
    position: relative;
    height: 150px;
}

.listing-text {
    position: relative;
    height: 150px;
}

.listing-item .row {
    position: relative;
}

.listing-item .row .button-group {
    position: absolute;
    bottom: 0;
}

.partial-container .listing-wrapper {
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 5px;
}

.calendar_panel {
    padding: 5px;
}

.float-right {
    float: right;
}

.appointment-label {
    display: inline;
    margin-right: 4px;
}

.appointment-label span.tag {
    padding: 2px 4px;
    border-radius: 4px;
    background: #042f56;
}

.business-day {
    padding-top: 5px;
}

.business-hours-container {
    display: table;
}

.business-hours-entry {
    padding: 4px 4px;
    border-radius: 4px;
    background: #042f56;
    color: lightgray;
    margin-top: 4px;
    margin-bottom: 4px;
}

.business-hours-entry.editing {
    font-weight: bolder;
    color: white;
}


.background-logo {
    position: absolute;
    top: 40px;
    right: 50px;
    width: 260px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

@media (max-width: 600px) {
    .background-logo {
        width: 150px;
        height: 40px;
        top: 20px;
        right: 20px;
    }
}


@media screen and (min-width: 480px) and (max-width: 991px) {
    .card-item-presentation > .card-inner > .title {
        font-size: 20px;
    }

    .card-item-presentation > .card-inner > .subtitle {
        font-size: 16px;
    }

    .card-item-presentation > .card-inner > .text {
        font-size: 16px;
    }

    .card-item-presentation > .card-inner > .extra-text {
        font-size: 16px;
    }

    .card-item-presentation > .card-inner {
        height: 220px;
    }

    .card-item-presentation.tall > .card-inner {
        height: 260px;
    }
}

@media screen and (max-width: 479px) {
    .presentation .container-article {
        margin: 10px 10px 0 10px;
    }

    .intro-background .presentation-footer.nav-footer {
        bottom: 35px;
    }
}

.btn-toggle-system-fields {
    float: right;
    margin-right: 6px;
}

.navigation_table {
    border-bottom: solid 1px lightgray;
}


tr.system {
    background-color: #fefbf1;
}

.linkalist-modal-header > .modal-title > .title-help {
    font-size: 14px;
}

.camera-canvas {
    width: 100%;
}

.camera-input {
    width: 100%;
    display: block;
}

.linkalist-modal-header > .btn-dialog-dismiss {
    top: -3px;
}


.linkalist-modal-body .horizontal-divider {
    height: 1px;
    width: 100%;
    background-color: lightgrey;
    margin-top: 5px;
    margin-bottom: 8px;
}

.modal-footer .btn.hidden + .btn {
    margin-left: 0;
}

.camera-register {
    display: block;;
}

.alert-camera {
    margin: 0 0 10px;
}

.spinner-wrapper {
    z-index: 100000000000;
    position: absolute;
    display: flex;
    width: 100%;
    padding: 10px;
    top: 40%;
    left: 0;
    justify-content: center;
}

.spinner-container {
    z-index: 100000000000;
    position: absolute;
    display: flex;
    padding: 10px;
    background-color: white;
    border-radius: 8px;
    border: 1px solid black;
}

.spinner-text {
    position: relative;
}

.lal-spinner {
    font-size: 24px;
    margin-right: 10px;
}


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

@media screen and (max-width: 480px) {
    .box .effort {
        display: none;
    }

    .feature-table {
        padding-top: 0;
    }

    .presentation-footer.social-footer {
        height: 40px;
        overflow: hidden;
        margin-bottom: 0;
    }

    .presentation-footer.nav-footer .btn-nav {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .box .id {
        display: none;
    }

    .grid-panel .box {
        font-size: 10px;
    }

    .grid-panel .row-title-text {
        font-size: 10px;
    }

    .grid-panel .column-title-text {
        font-size: 10px;
    }
}

.blog-post-tags {
    display: flex;
    margin-top: 8px;
}

.blog-post-tags .tag {
    border: 1px solid #000000;
    border-radius: 4px;
    display: block;
    float: left;
    padding: 4px 8px;
    text-decoration: none;
    background: #cde69c;
    color: #638421;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 13px;
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

.registration-message {
    text-align: center;
}

.registration-message > .title {
    line-height: 20px;
}

.registration-message > .image {
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .registration-message > .text {
        margin-left: 20%;
        width: 60%;
    }
}


.featurette-wrapper {
    display: block;
}

.featurette-wrapper .featurette {
    margin: 10px 5px;
}

.featurette-wrapper .featurette .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 200px;
}

.camera-timeout {
    position: absolute;
    left: 50%;
    top: 5px;
    width: 35px;
    height: 35px;
    border: 2px solid white;
    font-weight: bold;
    border-radius: 40px;
    line-height: 30px;
    text-align: center;
    z-index: 20;
    background-color: white;
    color: black;
    font-size: 26px;
}

.btn-xl {
    border-radius: 8px;
    font-size: 20px;
}

/**
* Full calendar alterations for small screens
 */

@media screen and (max-width: 650px) {
    .fc-left > .fc-button-group {
        display: block !important;
        margin-left: 0px !important;
    }

    .fc-right > .fc-button-group {
        display: block !important;
        margin-left: 4px !important;
    }

    .fc-button {
        margin-bottom: 2px !important;
        margin-right: 2px !important;
        border-radius: 4px !important;
    }

    .fc-center {
        text-align: center;
    }
}

.bootstrap .item > .tag, .bootstrap .col-md-7 > .tag {
    position: absolute;
    right: 6px;
    top: 5px;
    width: 50px;
    height: 24px;
    font-weight: bold;
    padding-top: 4px;
    border-radius: 10px;
    text-align: center;
}

.listing-icon-wrapper {
    padding-top: 6px;
    padding-bottom: 6px;
}

.listing-image {
    border-radius: 4px;
}

.radio label.core-label {
    padding-left: 4px;
    display: block;
    margin-top: -20px;
    margin-left: 22px;
}

.survey-question {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid lightgrey;
}

.survey-question:nth-last-child(2) {
    border-bottom: none;
}

.survey {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid lightgrey;
}

.survey-response-message {
    margin-top: 70px;
    margin-bottom: 50px;
    text-align: center;
}

.input-group-btn {
    position: absolute;
    right: 0;
    width: auto;
    z-index: 3;
}

.file-preview {
    border-radius: 5px 5px 0 0;
    border-bottom: none;
    margin-bottom: 0;
}

.file-caption-main {
    border-radius: 0 0 5px 5px;
}

.kv-fileinput-caption {
    border-radius: 0 0 0 5px;
}

.view_panel > .x_panel > .x_content {
    margin-bottom: 25px;
}

.standard-view-audio {
    width: 100%;

}

.question-response.response-numeric {
    width: 200px;
    text-align: center;
}

.survey-analysis > .x_content > .edit_panel {
    padding: 10px 10px 0 10px;
}

.survey-analysis > .survey-response-text {
    border: lightgrey solid;
    border-width: 1px 1px 0 1px;
    padding: 3px 5px;
}

.survey-analysis > .survey-response-text:last-child {
    border-width: 1px;
}

.survey-analysis > .survey-response-text:nth-child(even) {
    background-color: #F2F2F2;
}

.navbar-menu-right {
    position: absolute;
    right: 14px;
    top: 0;
}


.navbar-menu-right > ul > li {
    padding-left: 5px;
    float: left;
}

.navbar-menu-right > ul.navbar-nav > li > a {
    margin: 6px 0;
    padding-top: 7px;
    height: 38px;
    border-radius: 4px;
    border: 2px solid white;
    color: white;
}

.navbar-menu-right > ul.navbar-nav > li > a.btn-signup {
    background-color: white;
    color: black;
}

.navbar-menu-right > ul.navbar-nav > li > a:hover {
    background-color: #FFFFFF40;
}

@media screen and (max-width: 991px) {
    .navbar-menu-right {
        right: 10px;
    }

    .navbar-menu-right > .navbar-nav {
        margin: 0;
    }

    .navbar-menu-right > .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.floating-button-wrapper {
    position: fixed;
    z-index: 100;
    top: 60px;
}

.floating-button-wrapper.signup {
    right: 10px;
}

.floating-button-wrapper.login {
    left: 10px;
}

.floating-button-wrapper > .dialog-action {
    background-color: #000000E0;
    color: white;
}

.navbar-clear-right {
    margin-right: 190px;
}

.btn-site-nav {
    padding: 4px 10px;
    background-color: grey;
    color: white;
}

.header-buttons {
    position: absolute;
    bottom: 20px;
}


@media screen and (max-width: 480px) {
    .listing-item {
        overflow: hidden;
    }

    .listing-item .title {
        font-size: 22px;
        line-height: 1.2;
    }

    .listing-item .subtitle {
        font-size: 17px;
    }

    .listing-item .text {
        font-size: 15px;
        line-height: 1.2;
    }
}

.presentation {
    z-index: 10;
    position: relative;
}

.presentation .text {
    text-align: center;
}

@media screen and (min-width: 768px) and (min-height: 768px) {
    .presentation {
        margin-top: 5%;
    }

    .presentation.has-video {
        margin-top: 0;
    }
}

@media screen and (min-width: 768px) and (min-height: 992px) {
    .presentation {
        margin-top: 10%;
    }

    .presentation.has-video {
        margin-top: 5%;
    }
}


@media screen and (min-width: 768px) and (min-height: 1200px) {
    .presentation {
        margin-top: 15%;
    }
}


@media screen and (max-width: 320px) {
    .btn-right-extra {
        visibility: hidden;
    }

    .link-footer > .btn-right-extra.btn-site-nav {
        visibility: visible;
    }
}

@media screen and (min-width: 321px) {
    .btn-right-extra {
        visibility: visible;
    }

    .link-footer > .btn-right-extra.btn-site-nav {
        visibility: hidden;
        display: none;
    }
}

.nav.navbar-nav > li > a.btn-danger:hover {
    background-color: red;
}

.nav.navbar-nav > li > a.btn-success:hover {
    background-color: lawngreen;
}

.nav.navbar-nav > li > a.btn-warning:hover {
    background-color: orangered;
}

.nav.navbar-nav > li > a.btn-info:hover {
    background-color: darkcyan;
}

.nav.navbar-nav > li > a.btn-signup:hover {
    background-color: lightgrey;
}

#root-container.landing-root-container.fullscreen {
    height: 100%;
    margin-bottom: 0;
}

.landing-root-container.fullscreen > .intro-background > .social-footer-container {
    height: 50px;
    margin-bottom: 0;
}


.social-footer-wrapper {
    display: flex;
    flex-direction: row;
}

.social-footer > .btn-item-prev {
    position: absolute;
    left: 10px;
    top: 0;
}

.social-footer > .btn-item-next {
    position: absolute;
    right: 10px;
    top: 0;
}

.social-footer {
    flex: 1;
    order: 2;
}

.social-left {
    width: 45px;
    order: 1;
}

.social-right {
    width: 45px;
    order: 3;
}


@media (min-width: 992px) {
    .modal-xl {
        width: 900px;
    }
}


@media (min-width: 1292px) {
    .modal-xl {
        width: 1200px;
    }
}


table.table.child-items {
    margin-top: 5px;
    margin-left: 15px;
    width: calc(100% - 15px);
}

.child-items > tr.loader-row {
    width: 100%;
}

.child-items > tr.loader-row > td.loader-wrapper {
    text-align: center;
    width: 100%;
!important;
}

.table > thead > tr > th.content-child-header {
    border-top: 1px solid #ddd !important;
}

@keyframes to-transparent {
    from {
        background-color: currentColor;
        color: currentColor
    }
    to {
        background-color: transparent;
        color: black
    }
}

.editor-wrapper img {
    max-width: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog-feed > .blog-post > .video-container,
.blog-feed > .blog-post > .video-container iframe,
.blog-feed > .blog-post > .video-container object,
.blog-feed > .blog-post > .video-container embed {
    margin-top: 10px;
}

.marketing .preview-video {
    width: 100%;
    height: 100%;
}


.modal-title > .dialog-help {
    margin-right: 36px;
}


.input-group-btn > .btn {
    margin-top: 0;
}

.input-message {
    margin-left: 10px;
    padding-top: 40px;
}

.anchor-content {
    height: 35px;
    vertical-align: middle;
    display: table-cell;
}

.nav-tabs > .nav-item > .nav-link {
    height: 45px;
    padding: 5px 10px;
}

.nav-tabs > .nav-item {
    margin-top: 1px;
}

.sw-main > .nav {
    flex-wrap: wrap;
}

.modal-body > .sw-container > .step-content {
    padding: 5px 0;
}

h4.alert-heading {
    font-weight: bold;
}

@media (min-width: 990px) {
    .navbar-header {
        padding-left: 10px;
    }
}

.carousel-caption .text {
    padding-bottom: 10px;
}

.full-width-button-wrapper {
    padding: 15px 20px;
    width: 100%;
    display: block;
}

.full-width-button-wrapper > .btn-primary {
    width: 100%;
    display: block;
    height: 45px;
    font-size: 16px;
}

.signin-button > div > div > svg {
    height: 40px;
    width: 100%;
}

.map_canvas img.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.control-readonly > .form-image {
    height: 300px;
}

