@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed|Barlow+Semi+Condensed|PT+Sans");
.page-link {
  font-family: "PT Sans", sans-serif;
  color: #003186; }

.page-item.active .page-link {
  background-color: #009de0;
  border-color: #009de0;
  color: #fff; }

header .navbar.bg-info {
  background-color: #fff !important;
  border-bottom: 4px solid #009de0; }
header .navbar img {
  height: 48px;
  width: auto;
  margin: 0px 68px; }
header .navbar .navbar-nav .nav-item.active .nav-link {
  border-bottom: 4px solid #e25305; }
header .navbar .navbar-nav .nav-link {
  color: #003186; }
header .navbar .dropdown-account {
  position: absolute;
  right: 20px; }
  header .navbar .dropdown-account button {
    width: 160px; }
header .submenu-navbar {
  top: 68px;
  background: #003186 url(../img/background.png) no-repeat scroll top left;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); }
  header .submenu-navbar ul {
    margin-bottom: 0px; }
    header .submenu-navbar ul a {
      color: #fff; }
      header .submenu-navbar ul a.active-link {
        border-bottom: 4px solid #fff; }
header .dropdown-account .dropdown-menu {
  z-index: 2000; }

.opened-submenu .sidebar {
  margin-top: 47px; }

.sidebar {
  transition: 0.8s ease;
  overflow-y: auto;
  padding-top: 150px; }
  .sidebar.col-md-2 {
    top: 4rem; }
  .sidebar .circle {
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative; }
    .sidebar .circle:after {
      content: "";
      width: 100%;
      height: 100%;
      border-radius: 50%;
      border: 12px solid #fff;
      position: absolute;
      top: 0;
      left: 0; }
    .sidebar .circle .circle-value {
      width: 90%;
      height: 90%;
      border-radius: 50%;
      font-size: 24px;
      color: #fff;
      line-height: 135px;
      text-align: center;
      position: absolute;
      top: 5%;
      left: 5%;
      background-color: #009de0; }
  .sidebar .circle > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1; }
  .sidebar p.text-center {
    padding: 1em 0;
    font-size: 1.5rem;
    color: #009de0; }
  .sidebar nav.links {
    text-align: left;
    border-left: 4px solid #009de0;
    padding-left: 10px; }
    .sidebar nav.links .nav-item {
      font-family: "Barlow Semi Condensed", sans-serif;
      text-transform: uppercase;
      margin: 0 0 10px 0; }
      .sidebar nav.links .nav-item a {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #003186; }
        .sidebar nav.links .nav-item a:hover {
          color: #009de0; }

body {
  width: 100vw;
  height: 100vh;
  background-size: contain; }
  body.logged {
    padding-top: 4rem;
    transition: 0.8s ease;
    background-image: none !important; }
    body.logged.opened-submenu {
      padding-top: calc(4rem + 47px); }
  body form .form-group span.required {
    font-weight: normal;
    color: red; }
  body img.avatar-player {
    width: 500px;
    margin-bottom: 20px; }
  body .form-check-input.is-invalid ~ .form-check-label {
    color: inherit; }

.form-control {
  margin-bottom: 1em; }

label {
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #303030; }

.list-images {
  background-color: #ebebeb;
  padding: 10px;
  -moz-box-shadow: inset 0px 0px 2px 0px #656565;
  -webkit-box-shadow: inset 0px 0px 2px 0px #656565;
  -o-box-shadow: inset 0px 0px 2px 0px #656565;
  box-shadow: inset 0px 0px 2px 0px #656565;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=2); }

.item-image {
  position: relative; }
  .item-image:nth-chid(5n) {
    margin-right: 0; }
  .item-image .remove {
    opacity: 0;
    transition: 0.8s ease;
    position: absolute;
    bottom: 20px;
    right: 5px; }
  .item-image:hover .remove {
    opacity: .9;
    bottom: 30px;
    right: 5px; }

.remove {
  width: 24px;
  height: 24px;
  background-color: #003186;
  border-radius: 25px; }
  .remove img {
    margin: 2px;
    width: 16px;
    height: 16px; }
  .remove .hidden {
    display: none; }

.btn_add-image {
  color: #009de0;
  margin-left: 40px; }
  .btn_add-image .pastille {
    border-radius: 24px;
    background-color: #009de0;
    padding: 3px; }
    .btn_add-image .pastille img {
      max-width: 18px;
      max-height: 18px; }
  .btn_add-image:hover {
    color: #00567a;
    text-decoration: none; }
    .btn_add-image:hover .pastille {
      background-color: #00567a; }

.btn_add-players,
.btn_add-nations,
.btn_add-meetings,
.btn_add-coachs {
  color: #009de0; }
  .btn_add-players img,
  .btn_add-nations img,
  .btn_add-meetings img,
  .btn_add-coachs img {
    max-width: 18px;
    max-height: 18px; }
  .btn_add-players:hover,
  .btn_add-nations:hover,
  .btn_add-meetings:hover,
  .btn_add-coachs:hover {
    color: #00567a;
    text-decoration: none; }

.sf-toolbar-clearer {
  height: 7% !important; }

.btn-primary {
  background-color: #003186; }
  .btn-primary:hover {
    background-color: darker("$solidBlue", "20%"); }

body {
  width: 100% !important;
  height: 100vh !important;
  background: url(../img/background.png) no-repeat center center;
  background-size: cover; }
  body.logged {
    background-image: none; }

main {
  background-color: #fff; }

.login-box {
  background-color: #fff;
  max-width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16); }

.form-logo {
  margin-bottom: 1em; }

h1, h2, h3, h4, h5 {
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #003186;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0px; }

h1 {
  font-size: 45px;
  font-weight: 100 !important;
  line-height: 50px; }
  h1:after {
    margin: 8px 0 10px;
    content: " ";
    width: 220px;
    height: 8px;
    display: block;
    background-color: #003186; }

h2 {
  font-size: 32px;
  font-weight: 400 !important;
  line-height: 50px; }

h3 {
  font-size: 24px;
  font-weight: 400 !important;
  line-height: 50px; }

p {
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #303030; }

.subtitle {
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #303030; }

.form-group.inline label {
  display: inline-block;
  float: left; }

table thead th a {
  color: #003186; }

.modal-content {
  border: none !important; }

.modal-header {
  padding: 0.5rem;
  border: none;
  background-color: #009de0;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
  color: #fff;
  text-align: center; }
  .modal-header .close {
    font-weight: 300;
    color: #fff; }

.modal-title {
  color: #fff;
  text-align: center;
  width: 100%; }

.modal-body,
.modal-body-add {
  padding: 0.5rem;
  text-align: center; }
  .modal-body img,
  .modal-body-add img {
    max-width: 100%;
    margin: 0 auto; }
  .modal-body .caption,
  .modal-body-add .caption {
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin: 0.5em 0;
    color: #303030;
    font-style: italic; }

.modal-body-add {
  text-align: left; }

/*# sourceMappingURL=styles.css.map */
