
/* Custom CSS */


body {
    min-width: 300px;
    min-height: 100vh;
    /* background-image: linear-gradient(180deg,#ebe9e3 0%,#e2ecee 100%) !important; */
    background-color: #f4f4f4;
    background-image: url('/gfx/one2one.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: right center;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu', sans-serif;
    color: #5d98b1; 
}

h5 {
    font-size: 1.4em;
    font-weight: 700;
    padding: 0.5em 0 0em 0;
    position: relative;
    top: 10px;
    width: auto !important;
}

.noserif {
    font-family: 'Ubuntu', sans-serif;
}

table, p, .row {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1em;
}

.profile {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 5px, rgba(0, 0, 0, 0.34) 0px 1px 2px;
}


.headsite {
    /* background-color: #333; */
    background-color: #314b61 !important;
    height: 68px;
}

.title {
    display: inline-block;
    color: #6A97B1;
    padding: 1rem 0;
}

.title a {
    position: relative;
    left: -0.5rem;
    width: 0;
    cursor: pointer;
    text-decoration: none !important;
    color: white;
}

.title a i {
    font-size: 1.5rem;
}

.title a svg {
    color: #fff;
    width: 26px;
    padding: 0;
    margin: 0;
    height: auto;
    position: relative;
    bottom: 2px;
}

.title a svg path {
    fill: #fff;
    transition: all 0.2s;
}

.title a:hover svg path {
    fill: #5d98b1;
    transition: all 0.2s;
}


.btn {
    font-family: 'Ubuntu', sans-serif;
}

.btn:focus, .btn:active,  .btn-:hover {
    outline: none !important;
    box-shadow: none !important;
}

.btn-primary {
    color: #fff;
    background-color: #5d98b1;
    border-color: #5d98b1;
}

.btn-primary:hover, .btn-primary:active , .btn-primary:focus {
    color: #fff;
    background-color: #314b61 ;
    border-color: #314b61  ;
}

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

.btn-outline-primary:hover, .btn-outline-primary:active , .btn-outline-primary:focus {
    color: #fff;
    background-color: #314b61 ;
    border-color: #314b61  ;
}

.btn-sm {
    width: 100px;
    padding: .20rem .5rem;
    font-size: .775rem;
}

.form-label {
    margin-bottom: .5rem;
    /*
    font-size: 0.875rem;
    line-height: 0.875rem;
    color: #666666;
    */
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: 400;
    color: #000000;
    font-family: 'Ubuntu', sans-serif;
}

.type2 .form-label {
    padding-left: 1rem;
}

.form-control {
    background-color: rgba(0,0,0,0.06);
    border-radius: 0;
}

.form-control:focus, .form-control:active,  .form-control-:hover {
    outline: #5d98b1 !important;
    border-color: #314b61 ;
    box-shadow: 0 0 0 .25rem rgba(132, 124, 108,.25) !important;
}

.modal-backdrop {
    background-color: #5d98b1;
}

#re-meeting{
    background-color: rgba(28, 61, 75, 0.5) !important;
    transition: 1s;
    text-align: center;
}

#re-meeting .modal-title {
    margin: 0 auto;
}

#re-meeting .input-group  { 
    max-width: 200px;
    margin: 0 auto;
}
#re-meeting .btn {
    width: 90px;
}


.blur {
    filter: blur(4px);
    transition: all 0.2s;
}

.tableheader {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.2rem;
    padding: 6px 0;
    background-color: #5d98b1;
    text-align: center;
    margin: 0 -12px 0 -12px;
    color: #fff;
}

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

.td-date {
    color: rgba(33, 37, 4, 0.8);
}

.table .row {
    margin: 0;
    border-bottom: solid 1px rgb(222, 226, 230);
}

.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: #fff;
}

.bgcolordiv {
    background-color: rgba(0,0,0,0.06) !important;
}

.forminnercolordiv {
    margin: 1rem auto !important;
    padding: 1.7rem;
}

.circle {
    border-radius: 50%;
    background-color: #6295dd;
    color: #fff;
    height: 1.5rem;
    display: block;
    width: 1.5rem;
    text-align: center;
    line-height: 1.5rem;
    font-size: 1rem;
    margin: 0.1rem auto;
    position: relative;
    left: 0.5rem;
}

.cir-orange {
    background-color: #e4a155;
}

.cir-check {
    background-color: rgba(0,0,0,0);
    color: #1BA21A;
    font-weight: bold;
    font-size: 1.2rem;
    text-shadow: 1px 1px #1BA21A;
}

.cir-blue {
    background-color: rgba(0,0,0,0);
    color: #6295dd;
    font-size: 1.4rem;
}

.cir-eye svg {
    width: 1.8rem;
    position: relative;
    margin: 0.1rem auto;
    left: 0.5rem;
    display: block;
    overflow: visible;
}

.clkrow {
    cursor: pointer;
}


.infodetails {
    padding: .5rem;
    min-height: 46vh;
}

.infodetailsplus {
    min-height: 66vh;
}

.notdetailssplus {
    min-height: 40vh;
}


.infodetails .row {
    border-bottom: 1px solid rgb(222, 226, 230);
    margin-bottom: .5rem;
    padding-bottom: .5rem;
}

.infodetails .rbig {
    border-bottom: 0px solid rgb(222, 226, 230);
}

.infodetails .btn-sm {
    padding: 0 .5rem;
}

.btn-status a {
    padding-left: 2rem;
    padding-right: 2rem;
    color: #fff;
}

.btn-status .btn-danger {
    background-color: #FF2600;
    transition: all 0.2s;
    padding-left: 2rem;
    padding-right: 2rem;
}

.btn-status .btn-danger:hover {
    background-color: #fc5e42 !important;
    transition: all 0.2s;
}


.btn-status .btn-success {
    background-color: #1BA21A;
    transition: all 0.2s;
    padding-left: 2rem;
    padding-right: 2rem;
}

.btn-status .btn-success:hover {
    background-color: #3bc93b !important;
    transition: all 0.2s;
}
#buttons {
    position: relative;
    bottom: -50px;
    opacity: 0;
    transition: all 0.2s;
}
.sunrise {
    bottom: 0 !important;
    opacity: 1 !important;
    transition-delay: 1s !important;
    transition-duration: 0.8s !important;
    transition-property: all !important;
}

.errorintable {
    margin: auto -0.75rem
}

.div-question {
    text-align: right;
    height: 0;
}

.btn-question {
    width: 2rem;
    position: relative;
    top: -0.1rem;
    left: -0.4rem;
    color: #ccc;
  }

.profiledata .btn-question {
    width: auto;
    top: 0;
    left: -10px;
}

.popover {
    max-width: 800px !important;
}

.popover-body {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    color: #5d98b1;
    padding: 1.5rem 1.7rem !important;
    font-size: 1rem;
}

.status-server {
    position: absolute;
    right: 10px;
    bottom: 10px;
    left: auto;
}

.alert-danger {
    margin-left:  -1rem;
    margin-right: -1rem;
}

.notfound h2, .notfound h4 {
    color: #fff;
    filter: drop-shadow(5px 6px 4px #314b61);
}

.notfound img {
    filter: drop-shadow(5px 15px 50px #314b61);
}

.table {
    border-collapse: collapse;
    border-radius: 1em;
    overflow: hidden;
}

.table .col-12 {
    background-color: #b3b3b3 !important;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
}

.table .allowed {
    background-color: #1BA21A !important;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s;
}

.table .allowed:hover{
    cursor: pointer;
    background-color: #3bc93b !important;
    transition: all 0.2s;
}

.table .notallow {
    background-color: #b3b3b3 !important;
    text-align: center;
    /*cursor: not-allowed;*/
    cursor: pointer;
    transition: all 0.2s;
}

.table .notallow:hover{
    /*cursor: not-allowed;*/
    cursor: pointer;
    background-color: #dadada !important;
    transition: all 0.2s;
}

.table .notallowred {
    background-color: #FF2600 !important;
    color: #fff;
    text-align: center;
    /*cursor: not-allowed;*/
    cursor: pointer;
    transition: all 0.2s;
}

.table .notallowred:hover{
    /*cursor: not-allowed;*/
    cursor: pointer;
    color: #fff;
    background-color: #fc5e42 !important;
    transition: all 0.2s;
}

.disable .allowed {
    background-color: #b3b3b3 !important;
    color: rgb(33, 37, 41) !important;
}

.showbuttonsend {
    animation: fadeIn 1s;
    position: relative;
}

.gpdrfield {
    border-color: #666666;
    min-height: 150px;
    max-height: 300px;
    font-size: 0.9rem;
}

#ConditionConsent {
    width: 1.5em;
    height: 1.5em;
}

#ConditionConsentlabel {
    line-height: 2rem;
    padding-left: 0.5rem;
}

#ConditionConsenterror {
    line-height: 2rem;
    padding-left: 0.5rem;
}

.navigationfooter {
    padding: 6px 12px;
    background-color: #5d98b1;
    text-align: right;
    margin: 0 -12px 0 -12px;
    margin-top: 0px;
    color: #fff;
    min-height: 35px;
    margin-bottom: 3rem;
    display: flex;
    justify-content: space-between;
}

.navigationfooter .btn {
    font-size: 1.4rem;
    margin: 0.2rem 1rem;
    /*border: 1px solid rgba(255,255,255,0.4);*/
    padding: 0.4rem 1.2rem;
}

.navigationfooter .b_right {
    margin-left: auto;
}

/* INVITE */
fieldset {
    margin: 0;
    padding: 2rem;
   /* display: block;*/
    border: none;
    min-width: 0;
}

fieldset legend {
    margin: 0 0 1.5rem;
    padding: 0;
    width: 100%;
    float: left;
    display: table;
    font-size: 1.5rem;
    line-height: 140%;
    font-weight: 600;
    color: #333;
}

fieldset legend + * {
    clear: both;
}

/* TOGGLE STYLING */
.toggle {
    margin: 2rem 0 0 0;
    box-sizing: border-box;
    font-size: 0;
    display: flex;
    flex-flow: column ;
    justify-content: flex-start;
    align-items: stretch;
}

.toggle input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
}

.toggle input + label {
    margin: 1rem 2rem;
    padding: 0.75rem 4rem;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    border: solid 2px #ddd;
    background-color: #fff;
    font-size: 1rem;
    line-height: 140%;
    font-weight: 400;
    text-align: left;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
    transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
    cursor: pointer;
}

.toggle input + label {
    border-radius: 6px;
}

.toggle input:hover + label {
    border-color: #73c0e0;
    outline: solid 2px #73c0e0;
}

.toggle input:checked + label {
    /* box-shadow: 0 0 10px rgba(102, 179, 251, .5);*/
    border-color: #5d98b1;
    outline: solid 2px #5d98b1;
    /*z-index: 1;*/
    transition: all 2s;
}

.toggle input + label:before{
    content: "";
    position: relative;
    text-align: left;
    left: 1rem;
    bottom: 0.6rem;
    font-size: 1.8rem;
    line-height: 100%;
    color: #fff;
    transition: all 0.5s;
}

.toggle input:checked + label:before{
    content: "\2713";
    position: relative;
    text-align: left;
    width: 0 !important;
    left: 1rem;
    bottom: 0.6rem;
    font-size: 1.8rem;
    line-height: 100%;
    color: #1BA21A;
    transition: all 0.5s;
}

.toggle input:last-of-type:checked + label:last-of-type {
    border-color: #f71303;
    outline: solid 2px #f71303;
}

.toggle input:last-of-type:checked + label:last-of-type:before{
    content: "\1F5D9";
    color: #f71303;
}

.toggle label {
    position: relative !important;
}

.toggle label:before{
    position: absolute !important;
}

.fblue {
    margin: 0;
    background-color:rgba(93, 152, 177, 0.5);
    margin: 0 -0.75rem -0.75rem -0.75rem;
    padding: 2rem;
}

.fblue textarea {
    width:100%;
}

.fblue textarea:focus {
   border-color: #fff;
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(93, 152, 177, 0.5);
   outline:0px !important;
}

.fblue .col-md-3 {
    flex-direction: column;
}

.form-select-sm {
    margin-bottom: 1.5rem;
}

.type2 .form-select-sm {
    width: auto !important;
}

.conditionstext {
    max-height: 200px;
}

.is-invalid {
    border-color: #DC3545 !important;
    background-color: #F8D7DA !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
}

.invalid-feedback {
    margin-top: 0 !important;
    color: #dc3545;
    margin-bottom: 0.5rem;
    position: relative;
    top: -1rem;
}

.type1 p {
    padding-bottom: 1.8rem;
}

.type2 p {
    /*padding-top: 1.8rem;*/
    padding-top: 0.5rem;
}


/* Temporal */ 
.form-check-inline.is-valid {
    border-color: rgba(0, 0, 0, 0.25) !important;
}

.form-check-input.is-valid {
    border-color: rgba(0, 0, 0, 0.25) !important;
}

.form-check-input.is-valid ~ .form-check-label {
    color: #212529 !important;
}
/* Fin Ñapa temporal */ 

.inputtext {
    background-color: #fff;
    height: 32px;
    font-size: .875rem;
}

.questions {
    animation: fadeIn 1.6s;
    transition: opacity 0.5s ease-in-out;
}

.subquestions {
    margin: 1rem 0;
    transition: all 0.5s ease;
}


#errorModal .modal-content {
    border: 2px solid rgb(249, 83, 2);
    border-radius: .3rem;
    outline: 0;
}

#errorModal h5 {
    font-size: 1.4em;
    font-weight: 700;
    padding: 0;
    top: 0;
    color: #dc3545;
}


@keyframes fadeIn {
    0% { 
        opacity: 0; 
        top: 30px;
    }
    50% { 
        opacity: 0; 
        top: 30px;
    }
    100% { 
        opacity: 1; 
        top: 0;
    }
}

@media (max-width: 575px) {

    .navigationfooter {
        padding-bottom: 6px + 3rem;
        margin-bottom: 0;
    }
    
}


@media (min-width: 575px) {
    
    .tableheader {
        margin-top: 12px;
    }

    .table {
        margin: 0 -12px;
        width: calc(100% + 24px);
    }

    .logo {
        max-width: 500px;
    }

    .table tr:last-child td {
        border-bottom-width: 0;
    }
}


@media (max-width: 700px) {


    .btn-transparent i {
        font-size: 1.4rem;
    }

    .toggle input + label {
        margin: 0.5rem 0.5rem;
    }

    .btn-question {
        left: -1rem;
        /*top: -4.5rem;*/
    }

    .profiledata .btn-question {
        left: -10px;
    }

    .toggle label {
        min-height: 70px;
    }

    .toggle input:checked + label::before {
        bottom: 1.4rem;
    }
      
}

@media (min-width: 1020px) {

    .btn-transparent i {
        font-size: 2rem;
    }

}

@media (max-width: 1199px) { 

    .col-sm-6 .row .col-sm-4  {
        width: 100%;
    }
    .col-sm-6 .row .col-sm-8  {
        width: 100%;
    }
    .col-sm-6 .row .col-sm-6  {
        width: 100%;
    }
    .col-sm-6 .row .col-sm-6  {
        width: 100%;
    }
    .stitle {
        position: relative;
        top: 10px;
    }
}

@media (max-width: 990px) { 

    fieldset {
        padding: 0;
    }
}

.min-vh-75 {
    min-height: 75vh !important;
}

/* ============================================================ */
/* Styles for full screen image functionality                   */
/* ============================================================ */

.image-container {
    display: inline-block;
    position: relative;
}

.full-screen {
    transition: 150ms;
    position: absolute;
    top: 10px;
    left: 10px;
    height: fit-content;
    width: fit-content;
    background-color: rgba(255, 255, 255, 0.5);
    border-color: transparent;
    border-radius: 50%;
    padding: 16px; /* button size*/
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    cursor: pointer;
	background-color: rgba(255, 255, 255, 1);
}
.full-screen::before {
    content: "";
    position: absolute;
    width: 40%;
    height: 40%;
    background-image: url("data:image/svg+xml, %3Csvg height='14px' version='1.1' viewBox='0 0 14 14' width='14px' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg fill='none' fill-rule='evenodd' id='Page-1' stroke='none' stroke-width='1'%3E%3Cg fill='%23000000' id='Core' transform='translate(-215.000000, -257.000000)'%3E%3Cg id='fullscreen' transform='translate(215.000000, 257.000000)'%3E%3Cpath d='M2,9 L0,9 L0,14 L5,14 L5,12 L2,12 L2,9 L2,9 Z M0,5 L2,5 L2,2 L5,2 L5,0 L0,0 L0,5 L0,5 Z M12,12 L9,12 L9,14 L14,14 L14,9 L12,9 L12,12 L12,12 Z M9,0 L9,2 L12,2 L12,5 L14,5 L14,0 L9,0 L9,0 Z' id='Shape' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}
.full-screen:hover {
    background-color: rgba(255, 255, 255, 1);
}
  
@media (hover: hover) {
    .full-screen {
        opacity: 0;
    }
    .image-container:hover .full-screen {
        opacity: 1;
    }
}
/* ============================================================ */
/* End of styles for full screen image functionality            */
/* ============================================================ */
