﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}


/******************************
Alerta Loader
******************************/
.card-icon-refresh-lg-master {
    background-image: url('/images/progress-circle-lg-master-static.svg');
    background-repeat: no-repeat;
}

.card-icon-refresh-lg-white {
    background-image: url('/images/progress-circle-lg-white-static.svg');
    background-repeat: no-repeat;
}

.card-icon-refresh-danger {
    background-image: url('/images/progress-circle-danger.svg');
    background-repeat: no-repeat;
    background-position: top center;
    height: 50px;
}


.modal.fade.fill-in {
    background-color: rgb(255, 255, 255);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.modal.fade.fill-in.show {
    opacity: 0.6;
}

.grifon-opc {
    background-color: rgba(255,119,0, 0.5);
}

.grifon-font-bg {
    color: rgb(255,119,0);
}

.ga-menu {
    background-color: #ff7700;
    color: #fff;
}

.ga-menu-disabled {
    color: #ffbb7f;
}

.customwarning div.ui-pnotify-container {
    background-image: none;
    background-color: rgb(255, 212, 177);
}

.user-profile-circle {
    border-radius: 50%;
    color: #ff7700;
    background: #fff;
    padding: 10px;
}

.text-inside-circle {
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: medium;
    font-weight: 600;
    text-transform: uppercase;
}

.center-text-username {
    width: max-content !important;
    display: flex !important;
    align-items: center;
    padding-left: 14px;
    padding-right: 14px;
}

.scrollable-div {
    overflow: auto;
    height: calc(100vh - 50px);
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.modal-anuncios {
    max-width:650px !important;
}

.modal-anuncios .modal-content {
    border-radius:10px;
}

.div-anuncios-popup-title {
    margin-top: 30px;
    font-size: 36px;
    font-weight: bold;
}

.div-anuncios-popup-text {
    padding:10px;
    margin-top: 10px;
    font-size: 18px;
}

.anuncios-popup-button {
    font-size: 16px !important;
    background-color: #ff7700;
    border-radius: 5px !important;
    color: white;
    margin-bottom:20px !important;
    width:270px;
    height:48px;
}

.anuncios-popup-button:hover {
    color: white !important;
}