/*colores:  blue_1:         rgb(38,54,114);  #263672;
            blue_2:         rgb(47,39,105);  #2f2769;
            aquamarine:     rgb(8,117,173);  #0875ad;
            aqumarine2:     rgb(12,142,147); #0c8e93;
            purple:         rgb(148,28,129); #941c81;
*/


/*----------------------------------------------MENU-----------------------------------------------*/
 /* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 0;
    width: 50%;
    position: fixed; /* Stay in place */
    z-index: 33; /* Sit on top */
    left: 50%;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.8); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
    display: block;
}
#myDownloading{
    width: 100%;
    left: 0;
}
/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    width: 100%; /* 100% width */
    text-align: left; /* Centered text/links */
}

/* The navigation links inside the overlay */
.overlay a {
    /*
    padding: 8px;
    text-decoration: none;
    font-size: 37px;
    line-height: 45px;
    height: 119px;
    */
    width: 100%;
    margin-top: 0px;
    padding: 24px;
    font-size: 1.5em;
    line-height: 20px;
    color: #fff;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

.featured-link{
    background-color: #08afab;
}

/* When you mouse over the navigation links, change their color */
.overlay .overlay-content a:hover, .overlay .overlay-content a:focus {
    color: #fff;
    background-color: var(--signup_buttons_hover_color);
    text-decoration: none;
}

/* Position the close button (top right corner) */
#cBtnMenuContainer{
    width: 100%;
    overflow-y: hidden;
    text-align: right !important;
    overflow: hidden;
    height: 70px;
}

.overlay .closebtn {
    float: right;
    width: 100%;
    display: block;
    cursor: pointer;
    background-image: url("../images/menu-overlay.png");
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

#myDialog{
    width: 100% !important;
    left: 0;
}
#myDialogPop{
    width: 100% !important;
    max-width: 1920px;
    left: 0;
    background-color: rgba(250,250,249,.99);
}

#dlgbox-header{
    color: white;
    height: 70px;
    font-size: 2em;
    padding: 20px;
    border-bottom: 5px solid var(--signup_buttons_color);
}
#dlgbox-headerPop{
    color: #08afab;
    height: 70px;
    line-height:50px;
    font-size: 1.7em;
    padding: 10px;
    padding-left: 8%;
    border-style: solid;
    border-width: 0 0 2px 0;
    border-color: #FFF;
    border: 0 0 2px 0 solid transparent;
    -moz-border-image: -moz-linear-gradient(left, #FFF 0%, #08afab 100%);
    -webkit-border-image: -webkit-linear-gradient(left, #08afab 0%, #FFF 100%);
    border-image: linear-gradient(to right, #08afab 0%, #FFF 100%);
    border-image-slice: 1;
}
#dlgbox-message{
    color: #FFF;
    font-size: 1.5em;
    padding: 10% 5% 10% 5%;
}
#dlgbox-messagePop{
    color: rgb(43,51,113);
    font-size: 1em;
    padding: 0px 0px;
    height: 680px;
}
#dlgbox-div-btnsPop{
    width: 100%;
    height: 100px;
}
/*
dlbgox-btn-cancelPop{
    color: #707070;
}
*/
.dlgbox-btns{
    text-align: center;
    padding: 20px 0 20px 0 !important;
}

.dlgbox-btnok{
    float: left;
    width: 30% !important;
    background-color: var(--signup_buttons_color);
}
.dlgbox-btnok:hover{
    background-color: var(--signup_buttons_hover_color) !important;
}
.dlgbox-btnokPop{
    position: absolute;
    top: 800px;
    right: 0;
    width: 30% !important;
    background-color: #08afab;
    margin: 0 9% 40px 11%;
}
.dlgbox-btnokPop:hover{
    background-color:#2B3371 !important;
}
.dlgbox-btncancel{
    float: right;
    width: 30% !important;
    border: 1px solid #FFF;
}
.dlgbox-btncancelPop{
    position: absolute;
    top: 800px;
    float: left;
    width: 30% !important;
    margin: 0 10% 40px 10%;
    color: #FFFFFF !important;
    /*
    border: 1px solid #707070;
    background-color: rgba(200,200,200,0.4);
    */
    background-color: #08afab;
}
.dlgbox-btncancelPop:hover{
    background-color:#2B3371 !important;
}
.qrCode{
    width: 20%;
    margin: 0px 40%;
}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
}

@media only screen and (min-width: 1921px){
    #myDialogPop{
        margin-left: calc(50% - 960px);
    }
}

@media only screen and (max-width: 640px) and (orientation: portrait){
    .dlgbox-btnokPop{
        position: absolute;
        top: 1650px;
        right: 0px;
        margin-right: 0;
        margin-bottom: 30px;
        width: 40% !important;
        margin: 0 0 40px 10%;
    }
    .dlgbox-btncancelPop{
        position: absolute;
        top: 1650px;
        left: 0px;
        margin-left: 0;
        margin-bottom: 30px;
        width: 40% !important;
        margin: 0 10% 40px 0;
    }
}
@media only screen and (max-width: 414px) and (orientation: portrait){
    .dlgbox-btnokPop,.dlgbox-btncancelPop{
        top: 1700px;

    }
}
@media only screen and (max-width: 375px) and (orientation: portrait){
    .dlgbox-btnokPop,.dlgbox-btncancelPop{
        top: 1650px;

    }
}
@media only screen and (max-width: 320px) and (orientation: portrait){
    .dlgbox-btnokPop,.dlgbox-btncancelPop{
        top: 1800px;
    }
}

.loading{
    height:210px;
}

.expert-name{
    margin-top: 1px;
    margin-bottom: 1px;
}
