﻿html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
}
.form-signin .form-floating:focus-within {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  /*border-top-left-radius: 0;
  border-top-right-radius: 0;*/
}
  
 .bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.bi {
  vertical-align: -.125em;
  /*fill: currentColor;*/
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}
.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

/*footer {
  position: fixed;
  bottom: 0 !important;
}*/

/* Profile Picture Upload */
.file-upload {
  cursor: pointer;
}
.file-upload input {
  top: 0;
  left: 0;
  margin: 0;
  /* Loses tab index in webkit if width is set to 0 */
  opacity: 0;
  filter: alpha(opacity=0);
}

/* Profile Style */
.form-control:focus {
  box-shadow: none;
  border-color: #BA68C8
}

.profile-button {
  /*background: rgb(99, 39, 120);*/
  box-shadow: none;
  border: none
}
.profile-button:hover {
  background: #682773
}
.profile-button:focus {
  background: #682773;
  box-shadow: none
}
.profile-button:active {
  background: #682773;
  box-shadow: none
}

.back:hover {
  color: #682773;
  cursor: pointer
}

.labels {
  font-size: 11px
}

.add-experience:hover {
  background: #BA68C8;
  color: #fff;
  cursor: pointer;
  border: solid 1px #BA68C8
}

/* GridView */
.table > tfoot > tr.paginator > td .pagination {
  margin-top: 0px;
  margin-bottom: 0px;
}
.table > tfoot > tr.paginator > td {
  padding-left: 0px;
  padding-right: 0px;
}
.table > tfoot > tr.paginator > td ul.pagination > li {
  float: left;
}
.table > tfoot > tr.paginator > td .form-control {
  height: 34px;
  border: 1px solid #DDDDDD;
}
.table > thead > tr > td > a,
.table > thead > tr > th > a {
  color: black;
}
.table > tbody > tr > td > a {
  color: #0D638F;
}
.table > tbody > tr > td > a.seleccionar {
    color: black;
  }
.table > tbody > tr > td > a.gravar {
    color: green;
  }
.table > tbody > tr > td > a.cancelar {
    color: red;
  }
.table > tbody > tr > td > a.editar {
    color: black;
  }
.table > tbody > tr > td > a.apagar {
    color: red;
  }
.table > tfoot > tr > td > a {
  color: #0D638F;
}

/* Toast */
.toast-top-full-width {
  left: 200px;
  right: -20px;
  top: 50px;
  width: auto;
}