/* Minification failed. Returning unminified contents.
(574,10): run-time error CSS1038: Expected hex color, found '#ffff'
(840,10): run-time error CSS1038: Expected hex color, found '#ffff'
 */
/*
*--------------------------------
* 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;
}
/*
--------------------
_Menu Styles
-------------------
*/
@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");
}
nav {
  font-family: Wark Sans, sans-serif;
}
.shadow-menu {
  box-shadow: 0px 0px 10px #47474733;
}
.menu-color {
  background-color: #FFF3F8 !important;
}
#BranchMenu {
  height: 346px;
  align-items: start;
  /* background-image: url("@{path-base-image}search-result-bg.png"); */
  transition: 0.3s;
  z-index: 2;
}
#BranchMenu .img-fluid {
  width: auto;
  height: 64px;
  margin-left: 20%;
}
@media (max-width: 992px) {
  #BranchMenu .img-fluid {
    margin-left: 0%;
  }
}
#BranchMenu .btn-menu-secondary {
  border-color: #E93B81;
  border: 2px solid #E93B81;
  color: #E93B81;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: none;
  font-family: Work Sans-SemiBold, sans-serif;
}
#BranchMenu .btn-menu-secondary:hover {
  background-color: #E93B81;
  color: #fff;
}
#BranchMenu .btn-menu-primary {
  background-color: #E93B81;
  border: 2px solid #E93B81;
  color: #ffff;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: none;
  font-family: Work Sans-SemiBold, sans-serif;
}
#BranchMenu .hidden-section-doc {
  display: none !important;
}
#BranchMenu .btn-menu-primary:hover {
  background-color: #731059;
  border: 2px solid #731059;
}
#BranchMenu #btn-mnu-join-doc,
#BranchMenu #btn-mnu-join-team {
  left: 0;
  background-color: transparent !important;
  border: 0px solid transparent;
  box-shadow: none;
  font-family: Work Sans-SemiBold, sans-serif;
  color: #012E37;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 8px;
  padding-bottom: 8px;
}
#BranchMenu #btn-mnu-join-doc:hover,
#BranchMenu #btn-mnu-join-team:hover {
  border: 0px solid #E93B81;
  color: #E93B81;
}
#BranchMenu .text-color-menu-pink-light {
  color: #E93B81;
  border: 2px solid transparent;
  background-color: transparent !important;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 16px;
  box-shadow: none;
  font-family: Work Sans-SemiBold, sans-serif;
}

#BranchMenu {
  height: 80px !important;
}

#BranchMenu .img-fluid {
  width: auto;
  height: 64px;
  margin-left: 20%;
}

#BranchMenu .text-color-menu-pink-light:hover {
  border: 2px solid #E93B81;
}
#BranchMenu #gt-btn-menu,
#BranchMenu #gt-btn-menu-two {
  border: 0px solid;
}
#BranchMenu #gt-btn-menu i,
#BranchMenu #gt-btn-menu-two i {
  color: #FF94C8;
  font-size: 1.5em;
  border: 1px;
  margin-top: 5px;
}
#BranchMenu img {
  height: 2.5em;
}
@media (min-width: 992px) {
  #BranchMenu img {
    height: 2.7em;
  }
}
@media (min-width: 768px) {
  #BranchMenu .navbar-collapse.collapse.in .navbar-nav {
    background: #F8F7F9;
    border-radius: 5px 0px 0px 5px;
  }
}
#BranchMenu #for-mobile,
#BranchMenu #userAuth {
  z-index: 3;
}

#BranchMenu #for-mobile .btn-join-fixed,
#BranchMenu #userAuth .btn-join-fixed {
  width: 193px;
  margin-left: -185px;
  margin-top: 25px;
}
#BranchMenu #for-mobile ul,
#BranchMenu #userAuth ul {
  margin-top: 0px;
  background: #F8F7F9;
  border-radius: 10px 0px 0px 10px;
  width: 90%;
  float: right;
}
#BranchMenu #for-mobile ul > li,
#BranchMenu #userAuth ul > li {
  padding: 0px 20px;
  margin-bottom: 5px;
  position: relative;
  display: block;
  text-align: left;
  margin-right: 20px;
}
@media (min-width: 768px) {
  #BranchMenu #for-mobile ul,
  #BranchMenu #userAuth ul {
    margin-top: 15px;
    margin-bottom: 0px;
    width: initial;
    background: initial;
  }
  #BranchMenu #for-mobile ul > li,
  #BranchMenu #userAuth ul > li {
    float: left;
    text-align: center;
    margin-bottom: 0px;
    padding: 0px;
  }
  #BranchMenu #for-mobile ul > li > a > small,
  #BranchMenu #userAuth ul > li > a > small {
    display: block;
  }
}
/*
--------------------
  Sidebar right
--------------------
*/
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
#sidebar {
  background-color: #fff;
  display: none;
  z-index: 9999999;
  box-shadow: 12px 0 15px -4px #00000033, -12px 0 8px -4px #00000033;
  padding-top: 1.3%;
}
#sidebar #close-sidebar {
  right: 8px;
  top: 6px;
  padding-top: 1%;
  position: absolute;
  margin-right: 5%;
}
#sidebar .img-fluid {
  width: 160px;
  margin-left: 8%;
}
#sidebar .line-sidebar {
  background-color: #676879 !important;
  height: 1px;
  opacity: 0.4;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 4%;
  margin-right: 4% !important;
}
#sidebar #panel-goproduct .text-section-panel {
  color: #005768;
  font-size: 18px;
  font-family: Work Sans-SemiBold, sans-serif;
}
#sidebar #panel-goproduct li a {
  padding: 0px 8px !important;
}
#sidebar .image-logo-wine {
  background-image: url("/Images/new_logo_wine.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px !important;
  width: 140px;
  margin-left: 20%;
}
#sidebar .page-wrapper .sidebar-wrapper,
#sidebar .sidebar-wrapper .sidebar-brand > a,
#sidebar .sidebar-wrapper ul li a i,
#sidebar .sidebar-wrapper .sidebar-menu ul li a,
#sidebar #show-sidebar,
#sidebar #close-sidebar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#sidebar ul {
  padding-top: 0px;
}
#sidebar li {
  padding-left: 5%;
  padding-right: 5%;
}
#sidebar .btn-menu-secondary {
  border-color: #FF94C8;
  color: #FF94C8;
  width: 100%;
  border-radius: 4px !important;
  font-family: Work Sans-SemiBold, sans-serif;
}
#sidebar .btn-menu-secondary:hover {
  background-color: #E93B81;
  color: #fff;
}
#sidebar .btn-sidebar-link {
  background-color: transparent !important;
  color: #012E37 !important;
}
#sidebar .btn-sidebar-link:hover {
  color: #E93B81 !important;
}
#sidebar .btn-sidebar-link-second {
  background-color: transparent !important;
  color: #012E37 !important;
  font-family: Work Sans-SemiBold, sans-serif;
}
#sidebar .btn-sidebar-link-second:hover {
  color: #E93B81 !important;
}
#sidebar .btn-menu-primary {
  background-color: #E93B81;
  color: #ffff;
  position: bottom;
  width: 100%;
  border-radius: 4px !important;
  font-family: Work Sans-SemiBold, sans-serif;
}
#sidebar .btn-menu-primary:hover {
  background-color: #731059;
}
@media (max-width: 500px) {
  #sidebar {
    background-color: #FFF3F8;
    padding-top: 3%;
  }
  #sidebar .img-fluid {
    width: 160px;
    margin-left: 8%;
  }
}
/*----------------toggeled sidebar----------------*/
.page-wrapper.toggled .sidebar-wrapper {
  right: 0px;
}
/* @media(min-width: 508px) {
  .page-wrapper.toggled .page-content {
    padding-right: 300px;
  }
} */
/*----------------show sidebar button----------------*/
#show-sidebar {
  position: fixed;
  right: 0;
  top: 10px;
  border-radius: 0 4px 4px 0px;
  width: 35px;
  transition-delay: 0.3s;
}
.page-wrapper.toggled #show-sidebar {
  right: 40px;
}
/*----------------sidebar-wrapper----------------*/
.sidebar-wrapper {
  width: 300px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  right: -310px;
  z-index: 999;
}
.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sidebar-wrapper a {
  text-decoration: none;
}
.sidebar-content {
  max-height: calc(100% - 30px);
  height: calc(100% - 0px);
  overflow-y: auto;
  position: relative;
  z-index: 999999;
}
.sidebar-content.desktop {
  overflow-y: auto;
}
/*--------------------sidebar-brand----------------------*/
.sidebar-wrapper .sidebar-brand {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}
.sidebar-wrapper .sidebar-brand a {
  text-transform: uppercase;
  font-weight: bold;
  flex-grow: 1;
}
.sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
}
.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}
.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 12px 5px 20px;
  display: inline-block;
}
.sidebar-wrapper .sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 30px 8px 20px;
}
.sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}
.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 14px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 25px;
  font-size: 13px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px;
}
.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}
.sidebar-wrapper .sidebar-menu .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-submenu li a .label {
  float: right;
  margin-top: 0px;
}
.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px;
}
.chiller-theme .sidebar-wrapper {
  background: #fff;
  border-radius: 0px 0px 0px 0px;
}
.page-wrapper.chiller-theme.toggled #close-sidebar {
  color: #731059;
}
.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
  color: #731059;
}
.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
  color: #731059;
}
@media (max-width: 450px) {
  .sidebar-wrapper {
    width: 100%;
    right: -100%;
  }
}
/*
--------------
shrinked
--------------
*/
#BranchMenu.shrinked {
  height: 200px !important;
  transition: 0.3s;
}
@media (min-width: 992px) {
  #BranchMenu.shrinked {
    height: 140px !important;
  }
}
@media (min-width: 1200px) {
  #BranchMenu.shrinked {
    height: 160px !important;
  }
}

/*
*--------------------------------
* 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;
}
/**
--------------------------
      Footer outlogin
--------------------------
*/
@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");
}
footer {
  font-family: Work Sans, sans-serif;
}
.footer-color {
  background-color: white;
}
#BranchFooter {
  padding-top: 40px;
  height: 210px;
  font-size: 16px !important;
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  /* line-height: 300px; */
  /* Vertically center the text there */
}
#BranchFooter .btn-link-goctors {
  color: #731059 !important;
  text-decoration: none;
  line-height: 1.1 !important;
  font-size: 14px;
  font-family: Work Sans-SemiBold, sans-serif;
}
#BranchFooter .btn-link-goctors:hover {
  color: #E93B81 !important;
}
#BranchFooter .link-terms-and-conditions {
  color: #676879 !important;
  text-decoration: none;
  line-height: 1.1 !important;
  font-size: 14px;
}
#BranchFooter .link-text {
  margin-top: 12px;
}
#BranchFooter .social-media {
  margin-top: 12px;
}
#BranchFooter .social-media a {
  padding-left: 6px;
  padding-right: 6px;
}
#BranchFooter .social-media a i {
  font-size: 20px;
  color: #731059;
}
#BranchFooter .line-footer {
  border: 1px solid #731059;
  color: #731059;
}
#BranchFooter #section-contact {
  padding-top: 16px;
}
@media (max-width: 992px) {
  #BranchFooter {
    height: 830px;
  }
  #BranchFooter .btn-link-goctors {
    font-size: 20px;
  }
  #BranchFooter .link-terms-and-conditions {
    font-size: 18px;
    font-weight: 300;
  }
  #BranchFooter .img-fluid {
    height: 80px;
    background-position: center;
  }
  #BranchFooter .content-text-mobile {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  #BranchFooter .content-text-mobile-col {
    padding-top: 22px;
    padding-bottom: 10px;
  }
  #BranchFooter .size-btn-phone {
    font-size: 28px;
  }
  #BranchFooter .social-media {
    padding-top: 20px;
  }
  #BranchFooter .social-media a {
    padding-left: 20px;
    padding-right: 20px;
  }
  #BranchFooter .social-media a i {
    font-size: 35px;
    color: #731059;
  }
}

