/*
*--------------------------------
* Colors
*--------------------------------
*/
/*
-----------
  Buttons
-----------
*/
/* 
------------
  New home
------------ 
*/
/* @btn-navbar-register: #661A38; */
/*
********************************
System new colors
********************************
*/
/*
----------------------------
Font Styles
----------------------------
*/
/**
--------------------------
      Buttons
--------------------------
*/
.btno-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btno-default {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: 0.4s;
  padding: 8px 16px;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  text-decoration: none;
  border-color: #717370;
  color: #717370;
}
.btno-default:hover {
  color: #717370;
}
.btno-default:active {
  background-color: #676767;
  color: white;
}
.btno-default:not(:disabled):not(.disabled):active,
.btno-default:not(:disabled):not(.disabled).active,
.show > .btno-default.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btno-default:not(:disabled):not(.disabled):active:focus,
.btno-default:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btno-white {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: 0.4s;
  padding: 8px 16px;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  border-color: white;
}
.btno-white:hover {
  color: white;
}
.btno-white-rounded {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: 0.4s;
  padding: 8px 16px;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  text-decoration: none;
  color: #7c878e;
  background: white;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  padding: 12px 16px;
}
.btno-white-rounded:hover {
  color: white;
  background: #7c878e;
}
.btno-success {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: 0.4s;
  padding: 8px 16px;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  text-decoration: none;
  color: #7EBE1D;
  border-color: #7EBE1D;
}
.btno-success-bg {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: 0.4s;
  padding: 8px 16px;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  text-decoration: none;
  background: #78BE20;
  border-color: #78BE20;
  color: white;
}
.btno-success-bg:hover {
  color: white;
}
.btno-primary {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: 0.4s;
  padding: 8px 16px;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  text-decoration: none;
  color: #7EBE1D;
  border-color: #7EBE1D;
}
.btn-box-sh {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.btno-buwi {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: 0.4s;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  text-decoration: none;
  background: #FFFFFF;
  border: 2px solid #00CED7;
  border-radius: 10px;
  padding: 8px 16px;
}
.btno-buwi:hover {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btno-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.feedback-validity {
  color: #dc3545;
  padding-left: 5px;
}
.feedback-validity small {
  text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
}
/*
-------------------------------
        Helpers
-------------------------------
*/
.cursor-pointer {
  cursor: pointer;
}
.outline-0 {
  outline: 0;
}
/**
------------------------------------------------------------
  START - Build calendar used in ViewInfo(make appointment)
------------------------------------------------------------
*/
.build-calendar .collection {
  margin: 1px;
  border: 0px;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-align: -webkit-center;
}
.build-calendar .collection .collection-item {
  margin-bottom: 2px;
  margin-top: 0px;
  background-color: #e7e7e7;
  min-height: 35px;
  display: block;
  position: relative;
  overflow: hidden;
}
.build-calendar .collection .collection-item,
.build-calendar .collection .collection-item a {
  cursor: default;
}
.build-calendar .collection .collection-item.active-to-del:hover {
  background-color: #6F5091;
  color: #fff;
}
.build-calendar .collection .collection-item.active-to-del:hover,
.build-calendar .collection .collection-item.active-to-del:hover a {
  color: #fff;
}
.build-calendar .collection .collection-item a span {
  display: block;
  line-height: 0.9;
}
.build-calendar .collection .empty-slot {
  background-color: transparent;
  margin-bottom: 2px;
  margin-top: 0px;
  border-color: transparent;
  color: #c3c3c8;
  cursor: default;
}
.build-calendar .collection .empty-slot span {
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border-color: transparent;
  color: #c3c3c8;
  cursor: default;
}
.build-calendar .collection .collection-item.active {
  background-color: #FFF;
  color: #C74646;
  border: 1px solid #6F5091;
}
.build-calendar .collection .collection-item.active a {
  color: #C74646;
}
.command-calendar .btn-goctors.active {
  border: 1px solid #EEE;
  color: #C74646;
}
.build-calendar .collection .collection-item.active-to-del,
.build-calendar .collection .collection-item.active-to-del a {
  cursor: pointer;
}
.side-calendar .build-calendar .collection .collection-item.active a {
  color: #6F5091;
}
.side-calendar .build-calendar .collection .collection-item,
.build-calendar .collection .collection-item a {
  cursor: pointer;
  text-decoration: none;
}
/**
 outline
*/
.outline-0 {
  outline: 0;
}
/**
----------------
loading
----------------
*/
.loading {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**
------------
scrollbar
------------
*/
/* width */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.hide {
  display: none;
}
/**
* Green line
*/
.gt-green-line {
  border: 1px solid #C9E5A6;
}
/*
* Subtitle Blue
* @param weight letter
* @param fontSize
*/
.img-circle-bordered {
  box-shadow: 0px 6px 5px #ccc;
  border: 0.7px solid lightgrey;
}
.clock-alarm-home {
  font-size: 11px;
  margin-top: 5px;
  margin-right: 5px;
}
/**
* Index styles
*/
html {
  position: relative;
  min-height: 100%;
}
body {
  font-family: "Roboto", sans-serif;
  margin-bottom: 300px;
}
/**
* ViewInfo styles
*/
/*
* @param {int} @weight peso de la letra
*/
/**
---------------------------------
        CARDS
---------------------------------
*/
.gt-card-outlogin {
  color: #fff;
  background: #fff;
  -webkit-box-shadow: 0px 6px 20px #00000033;
  -moz-box-shadow: 0px 6px 20px #00000033;
  box-shadow: 0px 6px 20px #00000033;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 0px solid red;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 0px;
}
.gt-card-outlogin .card-header {
  border-radius: 8px 8px 0 0;
  background: #00CED7;
  box-shadow: 0 2px 10px rgba(59, 59, 59, 0.15);
}
/*
---------------------
        TABS
---------------------
*/
/*
---------------------------
        Images
---------------------------
*/
/*
---------------------------
        Inputs
---------------------------
*/
.gt-input-outlogin {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.gt-input-outlogin::placeholder {
  font-size: 16px;
  color: #C5C7D0;
}
/*
  ---------------------------
          Selects
  ---------------------------
  */
.gt-select-outlogin {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  height: 2.9em;
}
/*=====================================================
            END - Progress Bar indeterminate
=====================================================*/
.ecg {
  width: 100%;
  opacity: 1;
  stroke-dasharray: 600;
  animation: ecg 5s linear forwards infinite, fade 1.5s linear infinite;
}
@keyframes ecg {
  to {
    stroke-dashoffset: -1200;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
}
.cursor-none {
  cursor: none !important;
}
/**
* Asertec styles
*/
.customMenuImg {
  height: 70px !important;
}
.customFooterImg {
  height: 138px !important;
}
/*
****************
three type buttons
Primary   --> btn-primary-goctors
Secondary --> btn-secondary-goctors
Link      --> btn-link-goctors
****************
*/
.btn-primary-goctors {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  background-color: #E93B81;
  color: white;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.1;
  opacity: 1;
  font-size: 18px;
  display: block;
}
.btn-primary-goctors:hover {
  background-color: #731059;
}
.btn-secondary-goctors {
  border: 2px solid #E93B81;
  color: #E93B81;
  text-decoration: none;
  border-radius: 4px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Work Sans-SemiBold, sans-serif;
}
.btn-secondary-goctors:hover {
  background-color: #E93B81;
  color: #fff;
}
.btn-link-goctors {
  color: #E93B81;
  text-decoration: none;
  font-size: 16px;
  font-family: Work Sans-SemiBold, sans-serif;
}
.btn-link-goctors:hover {
  color: #731059;
}
body {
  background: no-repeat;
  margin: 0px;
  padding: 0;
  font-family: Work Sans, sans-serif !important;
}
@font-face {
  font-family: "Work Sans";
  src: url("/fonts/Work Sans/static/WorkSans-Regular.ttf");
}
@font-face {
  font-family: "Work Sans-SemiBold";
  src: url("/fonts/Work Sans/static/WorkSans-SemiBold.ttf");
}
@font-face {
  font-family: "Work Sans-UltraBold";
  src: url("/fonts/Work Sans/static/WorkSans-SemiBold.ttf");
}
#Login {
  background-color: #FFF3F8;
  padding-bottom: 250px;
  /*
  -------------------
  three type buttons
  Primary   --> btn-primary-goctors
  Secondary --> btn-secondary-goctors
  Link      --> btn-link-goctors
  -----------------------
  */
  /* #btn-login {
    .btno-success-bg();
    .btn-box-sh();
  } */
}
#Login .container {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url("/Images/outlogin//home/Astronauta_home.png");
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: right;
}
#Login .btn-primary-goctors {
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  background-color: #E93B81;
  color: white;
  border: 1px solid #E93B81;
  border-radius: 4px;
  font-family: Work Sans-SemiBold, sans-serif;
  line-height: 1.1;
  opacity: 1;
  font-size: 16px;
  display: block;
}
#Login .btn-primary-goctors:hover {
  background-color: #731059;
  border: 1px solid #731059;
}
#Login .btn-secondary-goctors {
  border: 2px solid #E93B81;
  color: #E93B81;
  text-decoration: none;
  border-radius: 4px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Work Sans-SemiBold, sans-serif;
}
#Login .btn-secondary-goctors:hover {
  background-color: #E93B81;
  color: #fff;
}
#Login .btn-link-goctors {
  color: #E93B81 !important;
  text-decoration: none;
  font-size: 14px;
  font-family: Work Sans-SemiBold, sans-serif;
}
#Login .btn-link-goctors:hover {
  color: #731059 !important;
}
#Login .ng-submitted .ng-valid {
  border-color: purple !important;
}
#Login .ng-submitted .ng-invalid {
  border-color: #dc3545;
}
#Login .card {
  color: #fff;
  background: #fff;
  -webkit-box-shadow: 0px 6px 20px #00000033;
  -moz-box-shadow: 0px 6px 20px #00000033;
  box-shadow: 0px 6px 20px #00000033;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 0px solid red;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 0px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
#Login .card h4 {
  font-family: Work Sans-SemiBold, sans-serif;
  color: #005768;
}
#Login .card p {
  color: #676879;
  font-size: 14px;
}
#Login .card p b {
  color: #E93B81;
  font-family: Work Sans-SemiBold, sans-serif;
}
#Login .card p b:hover {
  color: #731059;
}
#Login .card .form-control:hover {
  border-color: #676879;
}
#Login .card .form-control:focus {
  border-color: #FF94C6;
  box-shadow: none;
}
#Login .card input {
  border-radius: 4px;
}
#Login .card .card-header {
  border-radius: 8px 8px 0 0;
  background: #00CED7;
  box-shadow: 0 2px 10px rgba(59, 59, 59, 0.15);
}
#Login .card .card-header {
  border-radius: 8px 8px 0 0;
  background: #00CED7;
  box-shadow: 0 2px 10px rgba(59, 59, 59, 0.15);
}
#Login .card .card-body #lost-password p {
  margin: 0;
}
#Login #content-right {
  margin-top: 150px;
  line-height: 1;
  color: #717370;
}
#Login #content-right h3 {
  font-weight: 300;
}
#Login #content-right h3 b {
  font-weight: 700;
}
#Login #content-right p {
  font-weight: 300;
}
@media (max-width: 500px) {
  #Login {
    height: auto;
    padding-bottom: 640px;
    padding-top: 20px;
  }
  #Login .container {
    background-image: unset;
    margin: 0;
    padding: 0;
  }
  #Login .card {
    margin-bottom: 0px;
  }
  #Login #sentEmail {
    text-align: center;
    margin-bottom: 280px;
  }
}

/*
  ---------------------------
          Utils
  ---------------------------
  */
#Login .off{
  display: none;
}
