﻿/* 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. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

@font-face{

}
.btn-primary {
  color: #fff;
  background-color: #002776;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0569A0;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.bg-incami {
    background-color: #0569A0;
}
.bg-incami-red {
    background-color: #C40A1F;
}
.hpr-blue {
    color: #002776;
}
.text-incami-red {
    color: #C40A1F;
}


#botoes li {
    display: inline;
    list-style-icon: none;
    padding-right: 20px;
    vertical-align: top;
}
/**Modal Lock*/
#lock-modal {
    background-color: black;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
}

.loader {
    border: 16px solid #4d689f;
    border-radius: 50%;
    border-top: 16px solid #002776;
    border-bottom: 16px solid #002776;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 0s linear infinite;
    animation: spin 2s linear infinite;
    margin: 50px auto;
    padding: 10px 0;
    align-items: center;
    justify-content: space-around;
    display: flex;
    float: none;
    vertical-align: central;
}

/*Rotation*/
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/*Para el input de telefono*/
    span.textbox {
        background-color: #FFF;
        color: #888;
        line-height: 20px;
        height: 20px;
        border: 1px #888 solid;
        font-size: 11pt;
    }
    span.textbox input {
        border: 0px;
        background-color: #FFF;
        width:60%;
    }

        /**Login*/
    .Form-Login {
        box-shadow: 1px 1px 5px rgba(0,0,0,0.38);
        padding: 20px;
        border-radius: 0;
    }

    .Form-Control {
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #dfe7f1;
        box-shadow: none;
        color: inherit;
        text-indent: 5px;
        height: 42px;
    }

    .LogoApp {
        margin: 20px;
        align-items: center;
        padding-bottom: 20px;
    }

    .container.NombreApp {
        padding: 30px;
        margin-top: 30px;
    }


.profile-li {
    float: right !important;
        padding: 0 !important;
}
    .profile-li > .dropdown-toggle::after {
        content: none !important;
    }
    .profile-li > a {
        content: none !important;
        padding: 0.2em !important;
    }


#img_profile_picture {
    content: none !important;
    width: 5em !important;
    vertical-align: top !important;
}
.cv_item{

}
