.navbar-default {
    background: #fcfcfc;
    box-shadow: 0 0px 8px #272727;
    box-shadow: 0 0px 8px rgba(39, 39, 39, 0.8);
    background: -webkit-linear-gradient(white, #000000);
    background-image: linear-gradient(white, rgb(0, 0, 0));
}

.side-menu.left {
    background: #f6f6f6;
    box-shadow: 5px -3px 5px -5px #333;
}

/* .content-page {
    box-shadow: 5px 0 5px -5px #333;
    background: #ffffff;
} */
#sidebar-menu > ul > li > a:hover, #sidebar-menu .subdrop, #sidebar-menu ul ul a:hover, #sidebar-menu > ul > li > a.active {
    background: #f7c729 !important;
    color: #000 !important;
}

#sidebar-menu .subdrop {
    margin-bottom: 0;
    margin-top: 0;
}

#sidebar-menu ul ul a {
    background: #e8e8e8;
}

@media only screen and (min-width: 768px) {
    .button-menu-mobile {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .topbar .logo img {
        max-width: 85px !important;
    }
}

@media only screen and (max-width: 512px) {
    .info-pessoa {
        font-size: 1rem;
        max-width: 130px;
    }
}

#sidebar-menu ul ul a, #sidebar-menu > ul > li > a {
    color: #333 !important;
}

#sidebar-menu ul ul li.active a {
    color: #000 !important;
}

.profile img {
    width: auto;
    max-width: 100px!important;
    height: auto;
}

.card-box {
    box-shadow: 0 0px 8px #272727;
    box-shadow: 0 0px 8px rgba(39, 39, 39, 0.8);
}

.pull-right .info-pessoa {
    position: absolute;
    width: 400px;
    right: 85px;
    text-align: right;
    top: 10px;
}

.pull-right .info-pessoa .nome {
    font-weight: 600;
    width: 100%;
    display: block;
}

.carousel-item {
    flex-basis: 23%;
}

.carousel-item {
    height: 220px;
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 30px;
    width: 150px;
    padding: 0px;
    float: left;
    list-style: none outside none;
    align-items: center;
    justify-content: center;
}

.carousel-item * {
    display: block;
    margin: 10px auto;
    text-align: center;
    font-weight: bold;
}

.partner-logo div, .carousel-item div {
    border: 1px solid #000000;
    width: 130px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

/* ALTERADO POR BRENO */
@media only screen and (min-width: 1300px) {
    .modal-xl {
        width: 1300px;
    }
}
.btn.btn-transparente {
    border: solid 1px #f7a813;
    color: #000000!important;
    text-transform: uppercase;
    background-color: transparent;
}
.btn.btn-transparente:hover {
    transition: background-color 0.2s ease;
    background-color: #f7a813;
}
.btn.btn-primario {
    color: #2d2d2d;
    background-color: #f7c729;
    box-shadow: 0 0 0 rgba(243, 247, 249, .5);
    padding: 1rem 2rem;
    font-size: 1.3rem;
    line-height: 100%;
    border-radius: .4rem;
    border: solid 1px #ababab;
}
.btn.btn-primario:hover {
    transform: scale(1.1) !important;
}
.navbar-right .profile img {
    border-radius: unset;
    border:none;
    max-height: 60px;
    width: auto;
}
.content-page {
    background: #fbfbfb;
}

.topbar .navbar-default {
    box-shadow: 0 0px 8px hsla(0, 0%, 0%, 0.5);
    background: linear-gradient(white, #dedede);
    background-image: linear-gradient(white, #dedede);

}

.topbar .topbar-left {
    padding: 3px 0;
}

.dash_login {
    background-image: url(../../images/bg-connection.jpg);
    background-size: cover;
}

.dash_login_left {
    background: hsla(0, 0%, 0%, 0.5) !important;
}

.dash_login_left_box {
    border-radius: 5%;
    box-shadow: 2px 2px 10px rgba(226, 175, 34, 0.8);
}

.dash_login_box_headline h1 {
    text-transform: uppercase;
    color: #e2af22;
    font-weight: 600;
}

.dash_login_left_box button {
    background-color: #e2af22;
    padding: 10px 15px !important;
    font-size: 1.2em !important;
}

.dash_login_left_box input {
    padding: 7px !important;
}

.dash_login_left_box .field {
    font-size: 1em !important;
}

#sidebar-menu .j_keywords input {
    margin-left: 10px;
    border-radius: 10px;
    padding: 3px 10px;
    font-style: normal;
}

.bg-plan-gold {
    background-color: #f8d100;
}

.bg-plan-platinum {
    background-color: darkgrey;
}

.bg-plan-diamond {
    background-color: #96c0d5;
}

.card-plan {
    box-shadow: 0 0px 8px rgba(39, 39, 39, 0.8);
    background-color: #f3f3f3;
}

.card-plan button {
    background-color: #000 !important;
}

.card-plan .price-features li {
    margin: 10px;
    padding: 10px 20px;
    text-align: justify;
    color: #484848;
}

/* ###################### */
/** Alterado por Robson */
/*DEFAULT LOAD*/
.ajax_load {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1075;
}

.ajax_load_box {
    margin: auto;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.ajax_load_box_circle {
    border: 32px solid #e3e3e3;
    border-top: 32px solid #1dd1a1;
    border-radius: 50%;
    margin: auto;
    width: 180px;
    height: 180px;

    -webkit-animation: spin 1.2s linear infinite;
    -o-animation: spin 1.2s linear infinite;
    animation: spin 1.2s linear infinite;
}

.ajax_load_box_title {
    margin-top: 15px;
    font-weight: bold;
}

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

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

.ajax_response {
    z-index: 1100;
    position: fixed;
    padding: 20px 20px 0 0;
    top: 0;
    right: 0;
    width: 300px;
    max-width: 100%;
}

.ajax_response .message::before {
    flex-basis: 0;
    margin: -5px 15px 0 0 !important;
    font-size: 2.4em;
    color: rgba(0, 0, 0, 0.5);
}

.ajax_response .message_time {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 4%;
    height: 5px;
    background: rgba(0, 0, 0, 0.5);
}

.ajax_response .message {
    background: #333333;
    font-size: 0.8em;
    font-weight: 400;
    border-radius: 4px;
    color: #ffffff;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 15px 20px 15px;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
}

.message p {
    flex-basis: 100%;
    width: 100%;
    display: block;
}

.message.success {
    color: #ffffff;
    background-color: #36BA9B;
    border-color: #2d9a81;
}

.message.info {
    color: #ffffff;
    background-color: #39AED9;
    border-color: #2699c4;
}

.message.warning {
    color: #ffffff;
    background-color: #F5B946;
    border-color: #f3aa1f;
}

.message.error {
    color: #ffffff;
    background-color: #D94352;
    border-color: #ca2939;
}
