/* Menu variables */
@import url("https://fonts.googleapis.com/css?family=PT+Sans");
.login-background {
  background: #355c7d;
  background: -webkit-linear-gradient(to bottom right, #355c7d, #4576a1, #709cc2);
  background: linear-gradient(to bottom right, #355c7d, #4576a1, #709cc2); }
  .login-background .login {
    width: 100%;
    height: 100%;
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center; }

.login-form {
  position: relative;
  background: white;
  padding: 50px 20px 30px 20px;
  width: 300px;
  -webkit-box-shadow: 3px 3px 9px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 3px 9px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 9px -3px rgba(0, 0, 0, 0.75); }
  .login-form .login-icon {
    position: absolute;
    display: flex;
    display: -ms-flex;
    pointer-events: none;
    width: 100%;
    top: 0;
    left: 0; }
    .login-form .login-icon .glyphicon {
      display: flex;
      display: -ms-flex;
      justify-content: center;
      top: 0;
      left: 50%;
      padding: 30px;
      border-radius: 50%;
      background: #355c7d;
      transform: translate(-50%, -50%);
      border: 2px solid white; }
    .login-form .login-icon .glyphicon:before {
      color: white;
      font-size: 25px; }
  .login-form .login-title {
    color: #355c7d;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px; }

.form-row {
  display: flex;
  display: -ms-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 100%;
  padding: 5px 0; }
  .form-row .data {
    display: flex;
    display: -ms-flex;
    flex: 2 1 auto; }
    .form-row .data input {
      width: 100%;
      height: 35px;
      border-radius: 5px;
      border: none;
      background-color: #e6e6e6;
      padding: 0 10px; }
  .form-row .data-text {
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.3em;
    color: #355c7d; }
  .form-row .login-button-empty,
  .form-row .login-button {
    display: flex;
    display: -ms-flex;
    flex: 1 1 auto;
    background: #355c7d;
    color: white;
    border: none;
    padding: 10px;
    justify-content: center; }
  .form-row .login-button-empty {
    background: white;
    color: #355c7d;
    border: 1.2px solid #355c7d; }

.forgot {
  display: flex;
  display: -ms-flex;
  justify-content: center;
  text-decoration: none;
  text-align: center; }

.success-login,
.error-login {
  display: flex;
  display: -ms-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 0 0 100%;
  padding: 5px;
  margin-bottom: 5px;
  color: white;
  border-radius: 10px; }
  .success-login .glyphicon:first-child,
  .error-login .glyphicon:first-child {
    padding: 0 10px 0 5px; }
  .success-login .glyphicon:last-child,
  .error-login .glyphicon:last-child {
    padding: 0 5px 0 10px;
    cursor: pointer; }

.error-login {
  background-color: #ef9797; }

.success-login {
  background-color: #73e600; }

.error.hidden {
  display: none;
  padding: 0;
  margin: 0; }

.menu {
  position: relative;
  display: flex;
  display: -ms-flex;
  flex-direction: column;
  flex: 0 0;
  width: 200px;
  min-width: 200px;
  background: #355c7d;
  overflow: hidden;
  transition: min-width 500ms ease-in-out;
  /*background: -webkit-linear-gradient(to bottom right, $buttons_color,  $buttons_color, transparent);
  background: linear-gradient(to bottom right, $buttons_color,  $buttons_color, transparent);*/
  z-index: 2; }
  .menu .menu-options {
    overflow-y: auto;
    height: 100%; }
  .menu .item {
    position: relative;
    display: flex;
    display: -ms-flex;
    flex-wrap: nowrap;
    height: 35px;
    font-size: 12px;
    color: white;
    padding: 5px 10px;
    cursor: pointer;
    justify-content: center;
    align-items: center; }
    .menu .item .glyphicon {
      transition: all 300ms ease-in-out; }
  .menu #logout {
    width: 100%;
    align-self: flex-end;
    margin-top: auto; }
  .menu .item.logout {
    justify-content: center;
    background: rgba(0, 0, 0, 0.2); }
    .menu .item.logout .glyphicon {
      font-size: 18px; }
  .menu .item.user-data {
    display: flex;
    flex: 0 0 auto;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2px;
    height: 125px;
    background: rgba(0, 0, 0, 0.2); }
    .menu .item.user-data .glyphicon {
      position: absolute;
      top: 0;
      right: 0;
      padding: 10px;
      font-size: 17px;
      transition: all 300ms ease-in-out;
      font-size: 12px; }
    .menu .item.user-data .profile-image {
      display: flex;
      display: -ms-flex;
      justify-content: center;
      align-items: center;
      width: 55px;
      height: 55px;
      border: 2px solid rgba(255, 255, 255, 0.5);
      border-radius: 50%;
      overflow: hidden;
      transition: all 300ms ease-in-out;
      background: white; }
      .menu .item.user-data .profile-image img {
        height: 55px;
        width: auto;
        transition: all 300ms ease-in-out; }
    .menu .item.user-data .profile-email {
      padding: 10px;
      height: 100%;
      width: 100%;
      flex: 1 1;
      text-align: center;
      overflow: hidden;
      opacity: 1;
      transition: all 300ms ease-in-out; }
  .menu .item .glyphicon {
    color: white; }
  .menu .item .title {
    color: white;
    width: 100%;
    text-align: center;
    overflow: hidden;
    opacity: 1;
    transition: all 300ms ease-in-out; }
  .menu .item.active {
    background: rgba(0, 0, 0, 0.2); }
  .menu .item.active:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-right: 10px solid #dcdcdc; }

body.open-menu .menu {
  min-width: 70px;
  width: 70px; }
  body.open-menu .menu .item.user-data .glyphicon {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translate(50%, 0);
    padding: 10px; }
  body.open-menu .menu .item.user-data .profile-image {
    width: 44px;
    height: 44px; }
    body.open-menu .menu .item.user-data .profile-image img {
      height: 44px; }
  body.open-menu .menu .item.user-data .profile-email {
    overflow: hidden;
    flex: 0 0;
    height: 0px;
    margin: 0;
    padding: 0;
    opacity: 0; }
  body.open-menu .menu .item {
    justify-content: center; }
  body.open-menu .menu .item .title {
    overflow: hidden;
    width: 0px;
    margin: 0;
    padding: 0;
    opacity: 0; }

.dashboard {
  display: flex;
  display: -ms-flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1 1;
  width: 100%;
  padding: 20px;
  padding-top: 0;
  padding-bottom: 40px;
  background: #dcdcdc;
  	/*.board {
  			display: flex;
  		display: -ms-flex;
  		flex-direction: row;
  		background:  white;
  		border-radius: 20px;
  		flex: 1 1 40%;
  		margin: 10px;
  
  		.board-title {
  			text-align: center;
  			background: $secondary_shadow;
  			padding: 10px 10px;
  			color: white;
  		}
  		.board-content {
  			height: auto;
  		}
  	}*/ }
  .dashboard .dashboard-main-info {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 10px; }

.card {
  position: relative;
  display: table;
  height: auto;
  margin: 5px; }
  .card .card-body {
    padding: 20px 0;
    background-color: white;
    border-radius: 10px; }
  .card .card-icon {
    position: absolute;
    top: 0;
    left: 50%;
    padding: 15px;
    border-radius: 50%;
    border: 4px solid white;
    background-color: #355c7d;
    transform: translate(-50%, -50%); }
  .card .card-icon:before {
    color: white; }
  .card .card-title {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center; }
  .card .card-content {
    padding: 15px 10px;
    background-color: whitesmoke;
    text-align: center;
    font-size: 1.2em; }

.send-email {
  background: #808080 !important;
  border: 1.2px solid #808080 !important;
  padding: 10px 10px !important;
  box-shadow: unset !important;
  display: flex;
  color: white; }

.header-dashboard {
  width: 100%;
  padding: 20px; }

html,
body {
  position: relative;
  display: flex;
  display: -ms-flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  height: 100%; }

div,
span,
h3,
h2,
h1,
a {
  font-family: 'PT Sans', sans-serif; }

a:hover {
  text-decoration: none !important; }

.loader-background.hidden {
  display: none; }

.loader-background {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99; }
  .loader-background .loader {
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    z-index: 100000; }
  .loader-background .loader:after {
    content: '';
    background-image: url("/assets/images/loading.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.header {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  height: 60px;
  width: 100%;
  z-index: 2;
  /* -webkit-box-shadow: 3px 3px 9px -3px rgba(0,0,0,0.75);
  -moz-box-shadow: 3px 3px 9px -3px rgba(0,0,0,0.75);
  box-shadow: 3px 3px 9px -3px rgba(0,0,0,0.75); */ }
  .header .menu-continuation {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.2);
    transition: width 500ms ease-in-out;
    background-image: url("/assets/images/logo_animB_blanco.png");
    background-position: center;
    background-size: 50px;
    background-repeat: no-repeat; }
    .header .menu-continuation img {
      height: 100%;
      width: auto;
      padding: 5px; }

body.open-menu .menu-continuation {
  width: 70px; }

.multiple-pages .content {
  border: 1px solid #808080;
  border-top: none; }

.content {
  display: flex;
  display: -ms-flex;
  height: 100%; }
  .content .crud {
    width: 100%;
    padding: 20px;
    background: #dcdcdc;
    overflow-x: hidden;
    overflow-y: auto; }
    .content .crud .gc-container {
      width: 100%;
      margin: 0; }
    .content .crud .gc-add-edit-container {
      padding: 0; }
    .content .crud .list-title {
      background: #355c7d;
      color: white;
      padding: 10px;
      font-weight: bold;
      padding-left: 20px;
      display: flex;
      align-items: center; }
    .content .crud .breadcrum-content {
      background: rgba(0, 0, 0, 0.5);
      padding: 20px;
      color: white;
      display: flex;
      height: 20px;
      align-items: center; }
      .content .crud .breadcrum-content a {
        font-style: none;
        color: white; }

.list-title {
  background: #355c7d;
  color: white;
  padding: 10px;
  font-weight: bold; }

.image-column {
  position: relative;
  display: flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center; }
  .image-column a {
    position: absolute;
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%; }
  .image-column .glyphicon {
    padding: 8px;
    background: #355c7d;
    border-radius: 50%;
    cursor: pointer; }
  .image-column .glyphicon:before {
    color: white; }
  .image-column img {
    height: 70px; }

.label-container {
  width: 100%;
  display: flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center; }

.label {
  font-size: 90% !important; }

.label-primary {
  background-color: #355c7d !important; }

.multiple-pages {
  display: flex;
  display: -ms-flex;
  flex-direction: column; }
  .multiple-pages .pages {
    display: flex;
    display: -ms-flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 10px; }
    .multiple-pages .pages .page {
      display: flex;
      display: -ms-flex;
      width: auto;
      height: auto;
      border: 1px solid #afafaf;
      border-bottom: 1px solid #808080;
      background: whitesmoke;
      border-radius: 10px 10px 0 0; }
      .multiple-pages .pages .page a {
        display: flex;
        display: -ms-flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px 40px;
        text-decoration: none;
        color: #808080; }
      .multiple-pages .pages .page span {
        padding-right: 15px; }
      .multiple-pages .pages .page span:before {
        color: #808080; }
    .multiple-pages .pages .page:not(.active):hover {
      background: white; }
    .multiple-pages .pages .fill-page-1 {
      width: 10%;
      height: auto;
      border-bottom: 1px solid #808080; }
    .multiple-pages .pages .fill-page-2 {
      width: 100%;
      height: auto;
      border-bottom: 1px solid #808080; }
    .multiple-pages .pages .page.active {
      border: 1px solid #808080;
      border-bottom: 1px solid white;
      border-top: 3px solid #355c7d;
      background: white; }

/*# sourceMappingURL=main.css.map */
