/*
*--------------------------------
* 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;
}
/*
-------------------
Index Styles
-------------------
*/
body {
  background: no-repeat;
  margin: 0px;
  padding: 0px;
  font-family: 'Work Sans', sans-serif;
  overflow-x: hidden !important;
}
@media (max-width: 992px) {
  body {
    margin-bottom: 750px;
    overflow-x: hidden !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");
}
/* 
-------------
title-h1  title-h2 
only use for titles -> Lunema-Ultrabold

title-h3 and title-h4 
only use for titles -> Lunema-Bold
-------------
*/
@font-face {
  font-family: "Lunema-Ultrabold";
  src: url("/fonts/MyFontsWebfontsKit/webFonts/LunemaUltraBold/font.woff");
}
@font-face {
  font-family: "Lunema-bold";
  src: url("/fonts/MyFontsWebfontsKit/webFonts/LunemaBold/font.woff");
}
#ForgotPassword {
  background: #FFF3F8 !important;
  height: 100%;
  padding-bottom: 200px;
  margin-bottom: 150px;
  /*
****************
three type buttons
Primary   --> btn-primary-goctors
Secondary --> btn-secondary-goctors
Link      --> btn-link-goctors
****************
*/
  /*
**********
Ipad
**********
*/
  /*
**********
Mobile
**********
*/
}
#ForgotPassword .btn-primary-goctors {
  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;
  font-family: Work Sans-SemiBold, sans-serif;
  line-height: 1.1;
  opacity: 1;
  outline: none;
  font-size: 18px;
  display: block;
}
#ForgotPassword .btn-primary-goctors:hover {
  background-color: #731059;
}
#ForgotPassword .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;
}
#ForgotPassword .btn-secondary-goctors:hover {
  background-color: #E93B81;
  color: #fff;
}
#ForgotPassword .btn-link-goctors {
  color: #E93B81 !important;
  text-decoration: none;
  font-size: 14px;
  font-family: Work Sans-SemiBold, sans-serif;
}
#ForgotPassword .btn-link-goctors:hover {
  color: #731059 !important;
}
@media (max-width: 500px) {
  #ForgotPassword .btn-secondary-goctors {
    width: 100%;
    font-size: 16px;
  }
}
#ForgotPassword .page_title {
  padding-top: 30px;
  font-family: Lunema-bold, sans-serif;
  color: #005768;
}
#ForgotPassword .page_title span {
  color: #731059;
}
#ForgotPassword .content-form-forget-password {
  background-color: white;
  border-radius: 16px;
  padding: 40px;
  margin-top: 30px;
  box-shadow: 0px 6px 20px #00000033;
}
#ForgotPassword .content-form-forget-password a {
  color: #E93B81 !important;
  text-decoration: none;
  font-size: 12px;
  font-family: Work Sans-SemiBold, sans-serif;
}
#ForgotPassword .content-form-forget-password a:hover {
  color: #731059 !important;
}
#ForgotPassword .content-form-forget-password #ContentCaptcha {
  padding-bottom: 0;
}
#ForgotPassword .content-form-forget-password #ContentCaptcha br:nth-child(2n) {
  display: none;
}
#ForgotPassword .content-form-forget-password #ContentCaptcha span {
  text-align: left !important;
}
#ForgotPassword .content-form-forget-password #CaptchaInputText {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  outline: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  padding-top: 1.5rem;
  padding-left: 0.5rem;
  padding-bottom: 1.5rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#ForgotPassword .content-form-forget-password #CaptchaInputText:hover {
  border-color: #676879;
}
#ForgotPassword .content-form-forget-password #CaptchaInputText:focus {
  border-color: #FF94C6;
  --swiper-theme-color: none !important;
  box-shadow: none !important;
}
#ForgotPassword .content-form-forget-password .form-control {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#ForgotPassword .content-form-forget-password .form-control:hover {
  border-color: #676879;
}
#ForgotPassword .content-form-forget-password .form-control:focus {
  border-color: #FF94C6;
  box-shadow: none;
}
#ForgotPassword #TryAgain .blog_content {
  padding-top: 20px;
}
#ForgotPassword #TryAgain .blog_content .single_title {
  color: #731059;
  font-family: Work Sans-SemiBold, sans-serif;
}
#ForgotPassword #TryAgain .blog_content P {
  color: #676879;
  padding-left: 30%;
  padding-right: 30%;
}
@media (max-width: 992px) {
  #ForgotPassword #TryAgain .blog_content {
    padding-top: 20px;
  }
  #ForgotPassword #TryAgain .blog_content .single_title {
    color: #731059;
    font-family: Work Sans-SemiBold, sans-serif;
  }
  #ForgotPassword #TryAgain .blog_content P {
    color: #676879;
    padding-left: 20%;
    padding-right: 20%;
  }
}
@media (max-width: 768px) {
  #ForgotPassword #TryAgain .blog_content {
    padding-top: 20px;
  }
  #ForgotPassword #TryAgain .blog_content .single_title {
    color: #731059;
    font-family: Work Sans-SemiBold, sans-serif;
  }
  #ForgotPassword #TryAgain .blog_content P {
    color: #676879;
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media (max-width: 768px) {
  #ForgotPassword {
    padding-bottom: 300px;
  }
}
