﻿body {
    font-size: .875rem;
}

a {
    color: #4e4039;
}

a.action {
    text-decoration: underline;
}

a:hover {
    color: #eb5d1e;
}

.login .nav-link {
    display: inline;
}

.feather {
    width: 24px;
    height: 24px;
    /*vertical-align: text-bottom;*/
    margin-bottom: 2px;
}

.step-button {
    background: #eb5d1e;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #999;
}

.sidebar .nav-link.active {
    color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*
 * Content
 */

[role="main"] {
    padding-top: 133px; /* Space for fixed navbar */
}

@media (min-width: 768px) {
    [role="main"] {
        padding-top: 48px; /* Space for fixed navbar */
    }
}

/*
 * Navbar
 */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

    .form-control-dark:focus {
        border-color: transparent;
        box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
    }

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

/* pricing */
.pricing .card ul {
    height: 80px;
}

/* Template overrides */

.btn-primary {
    color: #fff;
    background: #eb5d1e;
    border-color: #eb5d1e;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    border-radius: 3px;
    transition: 0.5s;
}

#hero .btn {
    padding: 8px 28px;
}

.btn-primary:hover {
    background: #ef7f4d;
    border-color: #ef7f4d;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    background: #ef7f4d;
    border-color: #ef7f4d;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #ef7f4d;
    border-color: #ef7f4d;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(239, 127, 77, 1);
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(239, 127, 77, 1);
}

.btn-primary:active,
.btn-primary:focus {
    background: #ef7f4d;
    border-color: #ef7f4d;
}

.btn-outline-primary {
    color: #eb5d1e;
    border-color: #eb5d1e;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #eb5d1e;
    border-color: #eb5d1e;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #eb5d1e;
    border-color: #eb5d1e;
}

.icon-box {
    height: 100%
}

.services .oof-card h4.title {
    border-width: 0px 0px 4px 0px;
    border-style: solid;
    margin-top: 20px;
    padding: 5px 10px;
    /*border-radius: 10px;*/
    display: inline;
}

.services .oof-card .title i {
    font-size: 25px;
    vertical-align: sub;
    cursor: pointer;
}

.services .oof-card h4 span {
    color: black;
}

.status {
    padding: 5px 10px 5px 10px;
}

.status.pending {
    color: #AFAFAF;
}

.status.active {
    color: #14D987;
}

.status.not-active {
    color: #AFAFAF;
}

.status.not-enabled {
    color: #AFAFAF;
}

.status.attention {
    color: #E2DB12;
}

.status.offline {
    color: #FF0A0A;
}

.statusModal .status {
    color: black;
}

.statusModal .label {
    display: contents;
    font-weight: bold;
}

.statusModal strong {
    display: contents;
}

.statusModal .status.pending {
    border-width: 0px 0px 4px 0px;
    border-style: solid;
    border-color: #AFAFAF;
}

.statusModal .status.active {
    border-width: 0px 0px 4px 0px;
    border-style: solid;
    border-color: #14D987;
}

.statusModal .status.not-active {
    border-width: 0px 0px 4px 0px;
    border-style: solid;
    border-color: #AFAFAF;
}

.statusModal .status.not-enabled {
    border-width: 0px 0px 4px 0px;
    border-style: solid;
    border-color: #AFAFAF;
}

.statusModal .status.attention {
    border-width: 0px 0px 4px 0px;
    border-style: solid;
    border-color: #E2DB12;
}

.statusModal .status.offline {
    border-width: 0px 0px 4px 0px;
    border-style: solid;
    border-color: #FF0A0A;
}


.icon-box .state {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 40px;
    cursor: pointer;
}

.icon-box .state .not-active {
    color: #AFAFAF;
}

.icon-box .state .active {
    color: #14D987;
}

.message-card,
.message-card-create,
.oof-card,
.oof-card-create {
    margin-bottom: 30px;
}

.services .message-card-create .icon-box,
.services .oof-card-create .icon-box {
    border: 2px dashed lightgrey;
    box-shadow: none;
}

.disabled {
    opacity: 0.5;
}

.services .disabled .icon-box:hover {
    transform: none;
}

.message-card-create .icon > i,
.oof-card-create .icon > i {
    font-size: 140px;
}

.message-card-create .icon,
.oof-card-create .icon {
    margin-top: 30%
}

.oof-card .item .fonticon-wrap i {
    font-size: 40px;
}

.oof-card .item .title {
    float: left;
    font-size: 1.2rem;
    text-transform: lowercase;
    margin-top: .4rem;
    font-weight: 400;
}

.services .icon-box {
    min-height: 200px;
    box-shadow: 0px 0px 10px 0 rgba(79, 81, 86, 0.29);
    margin: 0;
}

.services .description {
    min-height: 140px;
}

.services .message-card .description {
    text-align: left;
}

.oof-card .operations .icon i,
.message-card .operations .icon i {
    color: #5f5f5f;
}

.oof-card .operations a:hover i,
.message-card .operations a:hover i {
    color: #ef7f4d
}

.tooltip > .tooltip-inner {
    background-color: #ef7f4d;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: #ef7f4d;
}

.oof-card-sample,
.message-card-sample {
    opacity: 0.5;
}

.alert-services a {
    font-weight: bold;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

.alert-services a:hover {
    text-decoration: none;
}

.providers-consent .provider:hover i {
    color: #eb5d1e;
}

.message-placeholder {
    padding: 2px 5px 2px 5px;
    border-radius: 5px;
    background-color: #d1ecf1;
}

.pricing .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.pricing-card-title {
    font-family: Source Sans Pro,sans-serif;
}