﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */



.navbar-nav .dropdown-menu {
    position: absolute !important;
    background-color: #fff;
    z-index: 1050;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    min-width: 240px;
    left: 50%;
    transform: translateX(-50%);
}


.wrapper {
    text-transform: uppercase;
    color: #555;
    cursor: pointer;
    font-family: "Gill Sans", Impact, sans-serif;
    font-size: 20px;
    position: relative;
    text-align: center !important;
    -webkit-transform: translateZ(0); /* webkit flicker fix */
    -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}



.wrapper .tooltip {
    background: rgb(11, 82, 157);
    bottom: 100%;
    color: #fff;
    display: block;
    margin-left: 5px;
    margin-bottom: -15px;
    opacity: 0;
    padding: 10px;
    pointer-events: none;
    position: absolute;       
       
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.22);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.22);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.22);
    border-radius: 6px;
    text-align: center !important;
}


/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.wrapper .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}


/* CSS Triangles - see Trevor's post */
.wrapper .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid rgb(11, 82, 157) 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}


.wrapper:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}




a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

li.nav-item > a, li.nav-item > .dropdown show a {
    display: block;
    width: 100%;
    padding-left: 10px;
}

li a span {
    padding-left: 6px !important;
    text-shadow: 1px 1px 3px #999999ac !important;
}

h5 {
    text-shadow: 1px 1px 3px #999999ac !important;
    font-weight: 700;
    color: #0f3e70;
}


    .selected {
        position: relative;
        display: block;
        width: 230px;
        padding: 12px;
        background: linear-gradient(90deg, #454545 220px,#686868 0);
        display: flex;
        justify-content: left;
        color: #FFF;
    }

.unselected {
    position: relative;
    display: block;
    width: 230px;
    padding: 12px;
    background: linear-gradient(90deg, #1258a3 220px,#0e64be 0);
    display: flex;
    justify-content: left;
    color: #FFF;
    border-radius: 10px;
    text-shadow: 0 1px 0 #08315c;
    min-height: 50px;
    margin-top: 15px;
    vertical-align: middle !important;
    line-height: 30px;
    font-family: 'Roboto', sans-serif, Arial;
    font-size: 13px;
}


.language {
    margin: 2px;
    border: 1px solid #0088cc;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    color: #1183bb !important;
    font-size: 14px !important;
    background-color: #f5f5f5 !important;
}

    .language:hover {
        margin: 2px;
        color: #0366d6 !important;
        background-color: #ffffff !important;
        border-radius: 4px;
        border: 1px solid #0088cc;
    }

#lan .dropdown-it {
    color: rgb(18, 65, 116);
    font-size: 13px;
    padding-left: 5px;
    cursor: pointer;
}

  #lan .dropdown-it:hover {
        color: rgb(14, 78, 147);
        font-size: 13px;
        padding-left: 5px;
        cursor: pointer;
        background-color: rgb(250, 250, 250);
        border-radius: 4px;
    }


/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 15px;
    }
}
.divCheck > * {
    display: inline-block;    
    text-align: right !important;
}

.preCheck {
    margin-top: 10px;
    vertical-align: top;
    padding-right: 5px;
    text-align: right;
    width: 200px;
    display: inline-block !important;
}

.preCheckBox {
    margin-top: 0px;
    vertical-align: top;
    padding-right: 5px;
    text-align: right;
    width: 200px;
    display: inline-block !important;
}

.middle {
    vertical-align: middle !important;
    line-height: 30px !important;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.nav-item {
    padding: 10px !important;
}

.container {
    width: 100% !important;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #fff !important;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.fontSmall {
    font-size: 11px !important;
}
.fontMed {
    font-size: 13px !important;
}
.fontBig {
    font-size: 15px !important;
    font-weight: 900;
}

.ancho5 {
    width: 5%;
}
.ancho8 {
    width: 8%;
}
.ancho10 {
    width: 10%;
}
.ancho15 {
    width: 15%;
}
.ancho20 {
    width: 20%;
}
.ancho25 {
    width: 25%;
}

.btnsm {
    max-width: 70px;
    height: 34px;
    padding: 6px;
    font-size: 13px;
    color: white;
    padding-top: 6px;
}



.colorRed {
    color: red;
}
.colorGreen {
    color: #6a9b00;
}

.boxContainer {
    display: table;
}

.box {
    width: 200px;
    height: 200px;
    background: #0088cc;
    padding: 2%;
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
}

#header {
    position: relative;
    min-height: 150px;
}

#header-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}



#logreg-forms {
    width: 412px;
    margin: 10vh auto;
    background-color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

    #logreg-forms form {
        width: 100%;
        max-width: 410px;
        padding: 15px;
        margin: auto;
    }

    #logreg-forms .form-control {
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        font-size: 16px;
    }

        #logreg-forms .form-control:focus {
            z-index: 2;
        }

    #logreg-forms .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    #logreg-forms .form-signin input[type="password"] {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    #logreg-forms .social-login {
        width: 390px;
        margin: 0 auto;
        margin-bottom: 14px;
    }

    #logreg-forms .social-btn {
        font-weight: 100;
        color: white;
        width: 190px;
        font-size: 0.9rem;
    }

    #logreg-forms a {
        display: block;
        padding-top: 10px;
        color: lightseagreen;
    }

#logreg-form .lines {
    width: 200px;
    border: 1px solid red;
}


#logreg-forms button[type="submit"] {
    margin-top: 10px;
}

.facebook-btn {
    background-color: #3C589C;
    color: white;
}

.google-btn {
    background-color: #dd4b39;
    color: white;
}

#logreg-forms .form-reset, #logreg-forms .form-signup {
    display: none;
}

    #logreg-forms .form-signup .social-btn {
        width: 210px;
    }

    #logreg-forms .form-signup input {
        margin-bottom: 2px;
    }

.form-signup .social-login {
    width: 210px !important;
    margin: 0 auto;
}
